@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    outline: none;
}

html {
    overflow-x: hidden;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    /* background: #f5f5f5; */
}

body {}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #1f71bf;
    transition: all 0.3s;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none !important;
}

.top>img.wap {
    display: none;
}


.icon:hover img {
    animation: jello 1s linear;
}
.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .modulepic img {
    transform: scale(1.05);
}


@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1314 {
    max-width: 1314px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.px1650 {
    max-width: 1650px;
    margin: 0 auto;
}



/* 定位搜索框 */


.search {
    width: 320px;
    margin: 0 auto;
    position: relative;
    float: right;
    background: rgba(255, 255, 255, 0.94);
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    padding-right: 60px;
    padding-left: 15px;
    height: 51px;
    font-size: 14px;
    background: none;
    color: #333;
    display: block;
    width: 100%;
}

.search .button {
    width: 29px;
    height: 29px;
    background: url(../images/fdj.png) no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #c80b0d;
}

.search input::-webkit-input-placeholder {
    color: #999999;
}

.search input::-moz-input-placeholder {
    color: #999999;
}

.search input::-ms-input-placeholder {
    color: #999999;
}

/* 定位搜索框 */

.head {
    background: #9B0D14;
    box-shadow: 10px 0 10px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 999;

   /*  background: linear-gradient(90deg, #D33C25 -9%, #B3161C 99%);*/
}




.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}

.b-top-r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.b-top-r>p {
    clear: both;
    text-decoration: underline;
    font-size: 12px;
    line-height: 14px;
    padding-top: 15px;
    font-weight: normal;
}

.b-top-r>p a {
    display: block;
    color: #333333;
}

.b-top-r>p a:hover {
    color: #b30203;
}

.b-top-r>ul {
    overflow: hidden;
    font-size: 0;
    display: flex;
    align-items: center;
}

.b-top-r>ul>li {
    margin-left: 10px;
}

.b-top-r>ul>li a {
    font-size: 0;
    display: block;
    line-height: 14px;
    color: #ffffff;
}

.b-top-r>ul>li b {
    height: 12px;
    display: block;
    width: 2px;
    background: #fff;
}

.b-top-r>ul>li a img {
    vertical-align: middle;
}

.b-top-r>ul>li a span {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}


.b-top-r>ul>li a:hover span {
    text-decoration: underline;
}


.head-top {
    position: relative;
    align-items: center;
    overflow: hidden;
    height: 119px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    overflow: hidden;
    float: left;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: middle;
    display: block;
}

.head-nav {
    position: relative;
    z-index: 9;
    background: #fff;
}


.nav>ul {
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.nav>ul>li {
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.nav>ul>li.active>a {
    color: #B3161C;
}

.nav>ul>li:first-child {
    margin-left: 0;
    border-left: none;
}

.nav>ul>li>a {
    display: block;
    line-height: 68px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-size: 22px;
    font-weight: normal;
    color: #333333;
    font-weight: 600;
}



.nav>ul>li>a::after {}

.nav>ul>li.on>a::after {
    border-bottom: 5px solid #ffffff;
}



.nav>ul>li>div {
    transform: translateX(-50%);
    min-width: 150px;
    z-index: 9999;
    opacity: 0;
    display: none;
    width: 170px;
    left: 50%;
    top: 48px;
    position: absolute;
    background: #B3161C;
    line-height: 40px;
}


.nav>ul>li>a::after {}

.nav>ul>li:hover>a::after {
    display: block;
}

.nav>ul>li:hover>a {
    color: #B3161C;
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 238px;
    margin-right: 10%;
    display: none;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.nav>ul>li .nav-ejbox {
    position: relative;
    z-index: 9;
}

.nav>ul>li ul {
    overflow: hidden;
    padding: 10px 0;
}

.nav>ul>li>div ul li {
    text-align: center;
}

.nav>ul>li>div ul>li a {
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 0 10px;
}

.nav>ul>li>div ul>li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    /* background: #fff; */
    border-radius: 50%;
}

.nav>ul>li>div ul>li a:hover {
    background: #fff;
    color: #B3161C;
}

.nav-r {
    float: left;
    position: relative;
}

.nav-r a {
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 0;
}

.nav-r a img {
    vertical-align: middle;
    display: none;
}

.nav-r a img:first-child {
    display: inline-block;
}

.nav-r a span {
    display: block;
    font-size: 18px;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}

.footer {
    position: relative;
    z-index: 9;
    background: #9B0D14;
}

.link {
    padding: 20px 0;
}


.linkl {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: flex-start;
}

.linkl span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 27px;
    font-weight: 600;
    margin-right: 15px;
}

.linkl div {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.linkl div a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin-right: 25px;
    display: flex;
    align-items: center;
    line-height: 27px;
}

.linkl div a:nth-child(1) span {
    display: none;
}

.linkl div a span {
    width: 1px;
    height: 14px;
    background: #fff;
    margin-right: 25px;
}

.linkl div a:hover {
    text-decoration: underline;
}

.linkr {
    padding-right: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    color: #FFFFFF;
    background: url(../images/link-more.png) no-repeat;
    background-position: right center;
}

.linkr:hover {
    text-decoration: underline;
    color: #fff;
}



.foot-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
    max-width: 100%;
}

.foot-l ul li span {
    display: block;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.8)
}

.foot-r {
    display: block;
}

.foot-r div {}

.foot-r img {
    display: block;
    max-width: 100%;
    width: 90px;
    margin: 0 auto;
}

.foot-r p {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.foot-m { 
    padding: 0 15px;
}

.foot-m ul li {
    display: flex;
    align-items: flex-start;
}

.foot-m ul li div {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
}

.foot-m ul li div img {}

.foot-m ul li p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    
    letter-spacing: 0em;
    color: #FFFFFF;
}

.bq {
    padding: 20px;
}

.bq p {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    text-transform: capitalize;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
}




/* 公共代码版块 */

.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#b30203, #b30203);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline i {
    background-size: 100% 1px;
}

.m-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .foot-l a img{
        max-height: 60px;
    }
}

@media screen and (max-width:1314px) {}

@media screen and (max-width:1200px) {
    .px1200 {
        padding-left: 10px;
        padding-right: 10px;
    }


}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #9B0D14;
        z-index: 999;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
    
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #9B0D14;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li ul li:nth-child(1) a {
        padding-top: 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .end_link a {
        min-width: auto;
        margin-right: 15px;
        line-height: 30px;
    }

    .end_link_left {
        line-height: 30px;
        width: auto;
        margin-right: 20px;
        font-size: 16px;
        font-weight: 600;
    }
    .foot-c{
        display: block;
        padding: 15px 0;
    }
    .foot-l a img{
        margin: 0 auto;
    }
    .foot-m{
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }
    .linkl{
        display: block;
    }
    
    .linkl div{
        margin: 10px 0;
    }
    .linkl div a span{
        margin-right: 10px;
    }
    .linkl div a{
        margin-right: 10px;
    }
    

}

@media screen and (max-width:768px) {
    .end_link {
        display: block;
    }

    .end_link_left {
        float: none;
        display: block;
    }
}

@media screen and (max-width:480px) {}