@charset "UTF-8";

@font-face {
    font-family: 'SHSCN-Bold';
    src: url("../font/SourceHanSerifCN-Bold.otf");
}
@font-face {
    font-family: 'SHSCN-reg';
    src: url("../font/SourceHanSerifCN-Regular.otf");
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}


html,
body {
    color: #333;
    font-size: 0.16rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
    overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em,b{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus,div:focus,span:focus
{
    border: none;
    outline: none;
}
img,
input {
    border: 0;
}

input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.phone {
    display: none;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}


.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}

.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pore{position:relative}
.aline_r {position: relative;background-image: linear-gradient( #165aac, #0e478d);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #0e478d}
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.zi3{position: relative;z-index: 3}
@media screen and (max-width:1024px){
    html{font-size: 90px!important;}
}
@media screen and (max-width:900px){
    html{font-size: 85px!important;}
}
@media screen and (max-width:640px){
    body{font-size: .18rem}
}
@media screen and (max-width:480px){
    html{font-size: 80px!important;}
}
@media screen and (max-width:375px){
    html{font-size: 80px!important;}
}
@media screen and (max-width:360px){
    html{font-size: 70px!important;}
}

@media(min-width: 1200px){
    @media (-webkit-min-device-pixel-ratio: 1.05) {
        @media screen and (min-width:1920px){
            html{font-size: 100px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 95.5px!important;}
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.1) {
        @media screen and (min-width:1920px){
            html{font-size: 100px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 92.5px!important;}
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.15) {
        @media screen and (min-width:1920px){
            html{font-size: 80px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 87px!important;}
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.20) {
        @media screen and (min-width:1920px){
            html{font-size: 80px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 84px!important;}
        }
    }
    /* 屏幕分辨率放大为 125 */
    @media (-webkit-min-device-pixel-ratio: 1.25) {
        @media screen and (min-width:1920px){
            html{font-size: 80px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 80px!important;}
        }
    }
    /* 屏幕分辨率放大为 150 */
    @media (-webkit-min-device-pixel-ratio: 1.5) {
        @media screen and (min-width:1920px){
            html{font-size: 70px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 70px!important;}
        }
    }
}

.wp{
    width: 15.2rem;
    margin: 0 auto;
    max-width: 94%;
}
/*==========================================公共 开始=============================================*/

.head .wp{
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 68px;
    transition: .5s;
}

.logo img{
    display: block;
    height: 0.66rem;
}
.head .right{
    display: flex;
    align-items: center;
   /* padding: 0 0 0 0.22rem;*/
    justify-content: space-between;
}
.head .right .ll .top{
    display: flex;
    justify-content: flex-end;
     padding-top: 0.1rem;
    align-items: center;
    position: relative;
    z-index: 10;
}
.head .right .ll .top ul{
    display: flex;
    align-items: center;
}
.head .right .ll .top ul li{
    font-size: 0.15rem;
    color: #fff;
    padding: 0 0.18rem;
}
.head .right .ll .top .search{
    width: 2rem;
    position: relative;
    margin-left: .1rem;
}
.head .right .ll .top .search .inp{
    display: block;
    width: 100%;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.2);
    line-height: 0.3rem;
    height: 0.32rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding-left: 0.15rem;
    padding-right: 0.45rem;
}
input::placeholder{
    color: rgba(255, 255, 255, 0.2);
}
input::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.2);
}
input::-moz-placeholder{
    color: rgba(255, 255, 255, 0.2);
}
input::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.2);
}
.head .right .ll .top .search .subm{
    position: absolute;
    right: 0.12rem;
    top: .06rem;
    width: .2rem;
    height: .2rem;
}

.nav ul li{
    position: relative;
    padding: 0 0.21rem;
    box-sizing: border-box;
}

.nav ul li h2{
    font-size: 0.2rem;
    line-height: 0.46rem;
    color: #fff;
}
.nav ul li h2{
    font-weight:bold;
}
.nav ul li:hover{
    background:#fff;
}
.nav ul li:hover h2{
    color:#0b499d;
}
.nav ul li .sub{
    position: absolute;
    top: 100%;
    background: #1659aad9;
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0 0 10px rgba(0,0,0, 30%);
    border-radius: 0 0 0.08rem 0.08rem;
    overflow: hidden;
}
.nav ul li .sub .box{
    padding: 3px 0 0;
    text-align: center;
}
.nav ul li .sub .box a{
    display: block;
    padding: 8px 30px;
    line-height: 28px;
    transition: .6s;
    font-size: 14px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    min-width: 160px;
    justify-content: center;
}

.nav ul li .sub a:hover {
    color: #666666;
    background: #ffffffc7;
}

.nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) ;
}
.nav ul li:hover h2,
.nav ul li.active h2{
    font-weight: 600;
}

.miso_btn1{
    display: flex;
    align-items: center;
    padding-left: 0.25rem;
    width: 0.7rem;
    height: 0.6rem;
    background: rgba(28, 28, 28, 0.4);
    border-radius: 50px 0 0 50px;
}
.miso_btn1 img{
    display: block;
    width: 0.3rem;
    cursor: pointer;
}
.miso_btn1.active .img1,
.miso_btn1 .img2{
    display: none;
}
.miso_btn1.active .img2{
    display: block;
}
.head .right{
    padding-left: 0.22rem;
}
.head:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 3.28rem;
    background: url("../images/head-mask.png") no-repeat top center;
    background-size: 100% 100%;
    transition: .5s;
}
.head{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    transition: all 0.7s ease-out 0s;
}

.head2{
    position: fixed;
    height:1rem;
    transform: translateY(-110%);
}
.head2:before{
    height: 100%;
    background: linear-gradient(#165aac,#0e478d);
    background: -ms-linear-gradient(#165aac,#0e478d);
    background: -moz-linear-gradient(#165aac,#0e478d);
    background: -webkit-linear-gradient(#165aac,#0e478d);
}
.showdiv .head2 {
    transform: translateY(0);
}

.foot .fitem h2{
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.44rem;
    margin-bottom: 0.15rem;
}
.foot .fitem .p a{
    display: block;
    font-size: 0.15rem;
    line-height: 0.36rem;
    color: #999999;

}
.foot .fitem .p a:hover{
    color: #0e478c;
}
.foot .fitem .p a:before{
    display: inline-block;
    content: '›';
    margin-right: 5px;
}
.foot .fewm img{
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
}
.foot .fewm p{
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #333333;
    text-align: center;
    margin-top: 0.1rem;
}
.foot .fp h5{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #999999;
}
.foot .fp h5 span{
    padding-left: 0.33rem;
    background-position: left center;
    background-repeat: no-repeat;
}
.foot .fp h5 p{
    width: 2.95rem;
}
.foot .fp h5.add1 span{
    background-image: url("../images/f-icon01.png");
}
.foot .fp h5.add2 span{
    background-image: url("../images/f-icon02.png");
}
.foot .fp h5.add3 span{
    background-image: url("../images/f-icon03.png");
}
.foot .fp h5.add4 span{
    background-image: url("../images/f-icon04.png");
}
.foot .fitem{
    padding: 0 0.23rem;
}
.foot .wp{
    align-items: center;
}
.foot{
    padding-top: 0.44rem;
    padding-bottom: 0.33rem;
    background: url("../images/foot.jpg") no-repeat bottom center;
    background-size: cover;
}

.bq p{
    font-size: 0;
    padding: 0.15rem ;
    text-align: center;
    background: linear-gradient(#165aac,#0e478d);
    background: -ms-linear-gradient(#165aac,#0e478d);
    background: -moz-linear-gradient(#165aac,#0e478d);
    background: -webkit-linear-gradient(#165aac,#0e478d);
}
.bq p a{
    display: inline-block;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.29rem;
    margin: 0 0.26rem;
}


/*slide_down_nav*/

body.fixed,
html.fixed{
    overflow: hidden;
}

.slide_down_nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
}

.slide_down_nav .slide_down_nav_bg {
    position: fixed;
    right: 0;
    top: 0;
    height: 0;
    left: 0;
    background: #fff url("../images/slide_down_nav_bg2.jpg") no-repeat center;
    background-size: cover;
    transition: .9s cubic-bezier(.165,.84,.44,1) .2s;
}

.slide_down_nav .slide_down_nav_bg.on {
    height: 100%;
    /* transition: .9s cubic-bezier(.165,.84,.44,1); */
}





.slide_down_nav .slide_down_nav_content {
    position: relative;
    z-index: 10;
    /* transform: translateY(100%); */
    transition: 0.6s;
    height: 100%;
    opacity: 0;
    padding: 1.1rem 0 0;
}

.slide_down_nav.on {
    visibility: visible
}

.slide_down_nav .slide_down_nav_content.on {
    /* transform:translateY(0); */
    transition: 0.6s;
    opacity: 1;
}



.miso_wzmap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem;
}

.miso_wzmap li {
    /* width: 12.5%; */
    padding: .25rem .2rem;
    transform: translateY(.5rem);
    transition: .5s;
    opacity: 0;
    width: calc(100% / 7);
    text-align: center;
}

.miso_wzmap li:nth-child(1) {
    transition-delay: .1s
}

.miso_wzmap li:nth-child(2) {
    transition-delay: .2s
}

.miso_wzmap li:nth-child(3) {
    transition-delay: .3s
}

.miso_wzmap li:nth-child(4) {
    transition-delay: .4s
}

.miso_wzmap li:nth-child(5) {
    transition-delay: .5s
}

.miso_wzmap li:nth-child(6) {
    transition-delay: .6s
}

.miso_wzmap li:nth-child(7) {
    transition-delay: .7s
}

.miso_wzmap li:nth-child(8) {
    transition-delay: .8s
}

.miso_wzmap li:nth-child(9) {
    transition-delay: .9s
}

.miso_wzmap li:nth-child(10) {
    transition-delay: 1s
}

.miso_wzmap li:nth-child(11) {
    transition-delay: 1.1s
}

.miso_wzmap li h3 a {
    font-size: .22rem;
    color: #fff;
    position: relative;
    display: block;
    padding: 0 0 .18rem;
    margin-bottom: .16rem;
    font-weight: bold;
}

.miso_wzmap li h3 a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 1.2s 1.2s;
    transform: translateX(-50%);
}
.miso_wzmap li h4 a{
    font-size:0.2rem;
    color:#fff;
    line-height:0.38rem;
}
.miso_wzmap li dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.25rem;
}

.miso_wzmap li dl dd {
    width: 100%;
    padding: 0 .25rem;
}

.miso_wzmap li dl dd a {
    font-size: .16rem;
    color: #fff;
    line-height: .36rem;
    display: block;
    transition: .5s;
    opacity:.6;
}

.slide_down_nav_content.on .miso_wzmap li {
    transform: translateY(0);
    opacity: 1;
}

.slide_down_nav_content.on .miso_wzmap li h3 a:before {
    width: .3rem;
}
.miso_wzmap li dl dd a:hover{
    opacity:1
}

.bg_s .head:before{
    height: 0;
}
.bg_s .head .right .ll .bottom{
    display: none;
}
.bg_s  .head .right .ll .top{
    padding-top: 0;
}
.bg_s  .head{
    height: 1.2rem;
}
.bg_s  .head .wp{
    height: 100%;
}

/*wap*/

.wap-head{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: #0e478c;
    height: .75rem;
    box-shadow: 0 0 0.15rem rgba(0,0,0,.15);
}
.big-nav {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0e478c;
    opacity: 0;
    visibility: hidden;
    transition: .3s;

}
body.navShow .big-nav {
    opacity: 1;
    visibility: visible;
    z-index: 1111;
}
.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;
}

@media(min-width: 1940px){
    .wp{
        width: 17.6rem;
        padding: 0;
        margin: 0 auto;
        max-width: 94%;
    }

}
@media screen and (min-width: 1840px){
    .nav ul li{
         padding: 0 0.15rem;
    }
}
@media screen and (max-width: 1660px){
    .nav ul li{
        margin-left: 0.2rem;
    }
    .head .wp{
        padding-left: 48px;
    }
}

@media screen and (max-width: 1200px){
    .wp{
        max-width: 100%;
        padding: 0 15px;
    }
    html,body{
        overflow-x: hidden !important;
    }
    .body_home{
        display: none;
    }
    .phone{
        display: block;
    }
    .phone{
        display: block;
    }
    .wap-head {
        display: flex;
        z-index: 11111;
    }
    .wap-head .logo img{
        height: 0.6rem;
    }
    .wap-head .navbtnm {
        width: .86rem;
        height: .75rem;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
        padding-left: .1rem;
    }
    .wap-head .navbtnm i{
        display: block;
        width: 100%;
        height: 0.75rem;
        background: url("../images/menu.png") no-repeat 50%;
        background-size: 0.32rem 0.32rem;
        transition: all .3s;
    }
    .navShow .navbtnm i{
        background-image: url("../images/close.png");
    }
    .big-nav .scroll li {
        width: 100%;
        text-align: left;
        padding-top: 0;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    }
    .big-nav .scroll li h2 {
        font-size: .2rem;
        line-height: .65rem;
        padding-left: 6%;
        position: relative;
    }

    .big-nav .scroll li h2.h2:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6%;
        width: 0.18rem;
        background: url("../images/nav-icon.png") no-repeat 50%;
        background-size: 0.18rem;
        color: #fff;
        transition: .3s;
    }
    .big-nav .scroll li a {
        color: #fff;
    }
    .big-nav .scroll li .list {
        padding: 0 0 0 6%;
        display: none;
    }
    .big-nav .scroll li .list h3 {
        font-size: .17rem;
        border-top: rgba(255,255,255,.13) solid 1px;
        padding: .16rem 0;
        line-height: 1.4em;
        font-weight: 400;
    }
    .big-nav .scroll li .list h3:nth-child(1) {
        border: 0;
    }
    .big-nav{
        overflow-y: auto;
        padding-bottom: .3rem;
    }
    .big-nav .scroll {
        position: static;
        padding-top: .9rem;

    }
    .big-nav .scroll li.on h2.h2:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    .big-nav .search {
        position: relative;
        padding: .3rem 6% .4rem;
        width: 100%
    }
    .big-nav .search .from {
        display: block!important;
        position: relative;
    }

    .big-nav .search .from .serinp {
        position: static;
        top: 0;
        right: 0;
        width: 100%
    }

    .big-nav .search .from .serbtn {
        width: .55rem;
        height: .55rem;
        position: absolute;
        text-align: center;
        line-height: .55rem;
        font-size: .22rem;
        color: #fff;
        top: 0;
        right: 0
    }
    .big-nav .search .from .serbtn input {
        position: absolute;
        top: 0;
        left: 0;
        width: .55rem;
        height: .55rem;
        padding: 0.16rem;
        z-index: 3;
        background: rgba(255,255,255,0);
        border: 0;
    }

    .big-nav .search .from .serinp input {
        width: 100%;
        height: .55rem;
        line-height: .55rem;
        background: #fff;
        border: 0;
        font-size: .18rem;
        border-radius: 5px;
        color: #333;
        padding: 0 .55rem 0 .15rem
    }

    .big-nav .links {
        line-height: .35rem;
        color: #fff;
        font-size: .18rem;
        padding: .2rem 5%;
        transition: .3s;
        width: 100%;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    }

    .big-nav .links a {
        color: #fff;

    }
    .big-nav .links a i {
        font-size: .26rem;
        margin-right: 3px;
        vertical-align: -2px
    }


}
@media screen and (max-width: 1024px){
    .foot{
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
}
@media screen and (max-width: 640px){
    .wap-head .logo img{
        height: 0.45rem;
    }
    .foot .fitem h2{
        margin-bottom: 0;
    }
    .foot .fitem{
        padding: 0;
        margin: 0.1rem;
        width: 100%;
    }
    .foot .fewm{
        width: 1.5rem;
    }
}