@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
@font-face {
    font-family: 'SouCN-Bold';
    src: url("../font/SourceHanSerifCN-Bold.otf") format('opentype');
}
@font-face {
    font-family: 'SouCN-Regular';
    src: url("../font/SourceHanSerifCN-Regular.otf") format('opentype');
}
html,
body {
    color: #333;
    font-size: 0.16rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
}

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;
}

.wrap{
    max-width: 14rem;
    margin: 0 auto;
    width: 94%;
}
.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}
.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;
}
.cover_img {
    position: relative;
    /*padding-top: 75%;*/
    overflow: hidden;
}
.cover_img .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 .cover_img .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pic img:hover {
    transform: scale(1.05);
}
.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}
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;}
.head{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    padding-top: 0.2rem;
}
.head:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 2.33rem;
    background: url("../images/head-bg.png") repeat-x top;
    background-size: 100% 2.33rem;
}
.head .w{
    max-width: 15rem;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.logo a,
.logo img{
    display: block;
    height: 0.76rem;
}
.head .d1{
    font-size: 0;
    text-align: right;
    padding-top: 0.05rem;
}
.head .d1 .topLink{
    display: inline-block;
    vertical-align: middle;
}
.head .d1 .topLink a{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    line-height: 2em;
    color: #fff;
    font-family: 'SouCN-Regular';
    margin: 0 0.18rem;
}
.head .d1 .search{
    display: inline-block;
    vertical-align: middle;
    width: 1.89rem;
    position: relative;
    margin-left: 0.12rem;
}
.head .d1 .inp{
    display: block;
    width: 100%;
    font-size: 0.14rem;
    line-height: 2em;
    height: 2em;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'SouCN-Regular';
    padding-left: 0.15rem;
    padding-right: 0.4rem;
    background: rgba(255, 255, 255, 0.23);
    border-radius: 25px;
}
.head .d1 .sub{
    position: absolute;
    right: 0.15rem;
    width: 0.17rem;
    height: 0.17rem;
    top: 50%;
    transform: translateY(-50%);
}
.nav>ul>li{
    line-height: 0.66rem;
    position: relative;
    font-family: 'SouCN-Bold';
    margin-left: 0.25rem;
}
.nav>ul>li a{
    display: block;
    font-size: 0.2rem;
    color: #fff;
}
.nav>ul>li .sub-nav{
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    /*  padding-top: .05rem;*/
    min-width: 1.6rem;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.nav>ul>li .sub-nav>div {
    text-align: center;
    position: relative;
    background: #fff;
    padding: .1rem 0;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background: #fff;
    border-radius: 0 0 .1rem .1rem;
    overflow: hidden;
}
.nav>ul>li .sub-nav>div:after{
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #098e73;
}
.nav>ul>li .sub-nav a{
    display: block;
    font-size: .16rem;
    padding: 0 .13rem;
    margin-bottom: 1px;
    background: #fff;
    white-space: nowrap;
    line-height: .45rem;
    color: #333;
}
.nav>ul>li .sub-nav a:hover{
    background: #eaf2f9;
    color: #098e73;
}
.nav>ul>li:hover .sub-nav{
    opacity: 1;
    visibility: visible;
}
.inp::-moz-placeholder{
    color: rgba(255, 255, 255, 0.6);
}
.inp::placeholder{
    color: rgba(255, 255, 255, 0.6);
}
.inp::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.6);
}
.inp::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.6);
}

.foot {
    position: relative;
    margin-top: -2.6rem;
    padding-top: 1.27rem;
    padding-bottom: 0.35rem;
    background: url("../images/foot.png") no-repeat 50%;
    background-size: 100% 100%;
}
.foot .f-item{
    width: 25.43%;
}
.foot .f-item img{
    display: block;
    max-width: 100%;
    margin-bottom: 0.21rem;
}
.foot .f-item .f-p p{
    font-size: 0.16rem;
    line-height: 1.75em;
    color: #fff;
}
.foot .f-link{
    width: 46.71%;
padding-top: 71px;
}
.foot .f-link h4{
    font-size: 0.22rem;
    color: #fff;
    line-height: 1.5em;
    padding-left: 0.4rem;
    background: url("../images/f-link.png") no-repeat left ;
    background-size: 0.33rem;
    margin-bottom: 0.21rem;
}
.foot .f-link .a{
    display: flex;
    flex-wrap: wrap;
}
.foot .f-link .a a{
    display: block;
    font-size: 16px;
    line-height: 2.5em;
    color: #fff;
    width: 50%;
}
.foot .f-link .a a:hover{
    font-weight: 600;
}
.foot .f-ewm{
    width: 12.07%;
}
.foot .f-ewm img{
    display: block;
    width: auto;
    max-width: 100%;
}
.foot .f-ewm p{
    font-size: 0.18rem;
    line-height: 1;
    text-align: center;
    margin-top: 0.23rem;
    color: #fff;
}
.foot .wrap{
    align-items: flex-start;
}

/*头部2*/
.miso_navs {
    position: fixed;
    left: 0;
    width: 100%;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
    top: 0;
    padding: 0.1rem 0;
    z-index: 100000;
    transform: translateY(-101%);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    background: #fff;
}
.miso_navs .nav>ul>li{
    line-height: 0.76rem;
}
.miso_navs .nav>ul>li a{
    color: #333;
}
.miso_navs.xg1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}


.wap-head{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 4%;
    padding-left: 2%;
    background: #0076ba;
    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: #0076ba;
    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;
}
.btn-search input[type='text']{
    display: block;
    width: 100%;
    height: .55rem;
    font-size: 0.17rem;
    color: #fff;
    line-height: .55rem;
    border: rgba(255, 255, 255, 0.13) solid 1px;
    border-radius: 0.5rem;
    padding-left: 0.2rem;
    padding-right: 0.7rem;
}
.btn-search input[type='image']{
    position: absolute;
    width: 0.25rem;
    height: 0.27rem;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
}
.btn-search{
    padding: 0 2%;
    margin-bottom: 0.15rem;
}


@media screen and (max-width: 1024px){
    html{font-size: 90px!important;}
    html,body{
        overflow-x: hidden !important;
    }
    .pc{
        display: none;
    }
    .phone{
        display: block;
    }
    .wap-head {
        display: flex;
        z-index: 11111;
    }
    .wap-head .logo img,
    .wap-head .logo a{
        height: 0.6rem;
    }
    .wap-head .navbtnm {
        width: .86rem;
        height: .65rem;
        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;
    }
    .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);
    }
    .foot .f-item,
    .foot .f-link{
        width: 100%;
        margin-bottom: 0.3rem;
padding-top: 0px;
    }
    .foot .f-ewm{
        width: 1.08rem;

    }
    .foot{
        padding-top: 0.3rem;
        margin-top: 0;
        background: #0076ba;
    }
}


@media screen and (max-width:900px){
    html{font-size: 85px!important;}
}
@media screen and (max-width: 768px){
    .foot .f-item .f-p p{
        font-size: 0.18rem;
    }
}
@media screen and (max-width:640px){
    body{font-size: .18rem}
}
@media screen and (max-width:480px){
    html{font-size: 80px!important;}

    .foot .f-item img{
        max-width: 80%;
    }
    .foot .f-link .a a{
        width: 33.33%;
        font-size: .2rem;
    }

}
@media screen and (max-width:375px){
    html{font-size: 80px!important;}
    .foot .f-link .a a{
        width: 50%;
    }
}
@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;}
        }
    }
}