@charset "utf-8";
@font-face {
    font-family: "SourceHanSerifCN";
    src: url("/font/SourceHanSerifCN-Bold.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: "Î¢ÈíÑÅºÚ";
}

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{
    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;
}

/*body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}*/
.clear:after{
    content: '';
    display: block;
    clear: both;
}

.wrap{
    max-width: 14rem;
    margin: 0 auto;
}
.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>div:first-child{
    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;
}
.pic img:hover {
    transform: scale(1.05);
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.head{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-top: 0.1rem;
    padding-bottom: 0.85rem;
    background: url("/images/head.png") repeat-x top;
    background-size: auto 1.99rem;
}
.logo{
    width: 4.06rem;
    margin-top: 0.2rem;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo a img{
    display: block;
    width: 100%;
}
.head .d2 .h-link{
    text-align: right;
}
.head .d2 .h-link a{
    display: inline-block;
    font-size: 0;
    padding: 0 0.5rem 0 0.5rem;
    background: url("/images/h-link.png") no-repeat 50%;
    background-size: 1.8rem 0.5rem;

}
.head .d2 .h-link a i{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.05rem;
    width: 0.23rem;
    height: 0.19rem;
    background: url("/images/h-icon.png") no-repeat 50%;
    background-size: 0.23rem;
}
.head .d2 .h-link a em{
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.09rem;
}
.nav>ul>li{
    position: relative;
    line-height: 0.64rem;
    margin-left: 0.25rem;
}
.nav>ul>li>a{
    display: block;
    font-size: 0.18rem;
    color: #fff;
}
.nav>ul>li>div{
    position: absolute;
    left: 30%;
    top: 100%;
    width: 1.5rem;
    margin-left: -0.6rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    display: none;
}
.nav>ul>li>div a{
    display: block;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.48rem;
    text-align: center;
    border-top: 1px dashed #e5e5e5;
    transition: all .3s;
}
.nav>ul>li>div li:first-child a{
    border: none;
}
.nav>ul>li>div a:hover{
    background: rgba(13, 96, 167, 1);
    color: #fff;
    border-top-color: rgba(13, 96, 167, 1);
}
.nav>ul>li.on>a{
    font-weight: 600;
}
.head2{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    transition: all .3s;
}
.head2 .d1{
    height: 0.34rem;
    background: rgba(13, 96, 167, 1);
    overflow: hidden;
}
.head2 .d1 p{
    display: inline-block;
    font-size: 0.14rem;
    color: #ffffff;
    line-height: 0.34rem;
}
.head2 .d1 .rr{
    float: right;
}
.head2 .d1 .rr a{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.34rem;
    padding-left: 0.32rem;
    background: url("/images/h-icon.png") no-repeat left ;
    background-size: 0.23rem;
}
.head2 .d1 .rr a.search{
    margin-left: 0.4rem;
    padding-left: 0.25rem;
    background-image: url("/images/search.png");
    background-size: 0.17rem;
}
.head2 .d2{
    padding-top: 0.25rem;
    padding-bottom: 0.24rem;
    background: #fff;
}
.head2 .d2 .logo{
    margin-top: 0;
}
.head2 .d2 .nav>ul>li{
    line-height: 0.68rem;
}
.head2 .d2 .nav>ul>li>a{
    color: #333;
}

.body_b .head2{
    opacity: 0;
    transform: translateY(-100%);
}
.body_b.showdiv .head2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}
.head2 .d2>div{
    align-items: center;
}
.phone{
    display: none;
}
.menuBtn {
    width: 32px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 9;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.menuBtn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 8px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}


.f-l{
    width: 3.43rem;
}
.f-l h4{
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 1.2;
}
.f-l div.p{
    margin-top: 0.3rem;
}
.f-l div.p a{
    display: block;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.32rem;
}
.f-l div.p a:hover {
    text-decoration: underline;
    color: #fff;
}
.f-r{
    width: 3.4rem;
}
.f-r h4{
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 1.2;
}
.f-r div.p{
    margin-top: 0.3rem;
}
.f-r div.p p{
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.32rem;
}
.f-r div.p i{
    float: left;
}
.f-r div.p span{
    display: block;
    overflow: hidden;
}
.f-tt>div{
    position: relative;

    padding-bottom: 0.3rem;
}
.f-tt>div .f-logo{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 4.28rem;
    height: 1.83rem;
    margin: auto;
}
.f-tt>div .f-logo img{
    display: block;
    width: 100%;
}
.bq{
    border-top: 1px solid #287cc2;
}
.bq p{
    padding: 0.15rem 0;
    font-size: 0.14rem;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
}
.bq p span,
.bq p a{
    display: inline-block;
    margin: 0 0.08rem;
}
.foot{
    padding-top: 0.45rem;
    background: url("/images/foot.png") no-repeat 50%;
    background-size: cover;
}
.phone{
    display: none;
}
.top {
    /*max-width: 1920px;*/
    margin: 0 auto;
    position: fixed;
    right: 0.3rem;
    top: 0.4rem;
    width: 0.39rem;
    height: 0.39rem;
    z-index: 9999;
}
.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}
.wap-menu img {
    height: 0.39rem;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 1024px){
    .pc{
        display: none;
    }
    html,body{
        overflow-x: hidden !important;
    }
    .phone{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0868b9;
        background-size: cover;
        padding: 0.2rem;
        z-index: 999;
    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 0.4rem;
    }
    .m-logo img {
        max-height: 0.8rem;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 0.125rem 0.125rem 0;
    }

    .m-tlink a {
        font-size: 0.21rem;
        margin: 5px 0;
        display: inline-block;
        background: #fff;
        color: #003e73;
        line-height: 0.5rem;
        padding: 0 0.06rem;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 0.12rem;
        padding-right: 0.5rem;
        padding-left: 0.1rem;
        padding-top: 0.05rem;
        padding-bottom: 0.05rem;
        position: relative;
        line-height: 0.5rem;
        /* background: #fff; */
        margin-top: 0.15rem;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 0.5rem;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 0.15625rem;
        top: 50%;
        height: 0.25rem;
        transform: translateY(-50%);
    }
    .m-nav {
        position: fixed;
        top: 1.2rem;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #0868b9;
        overflow-y: scroll;
        width: 100%;
        max-width: 5.8593rem;
    }
    .m-nav ul {
        padding: 0 0.23437rem;
        /* 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: 0.22rem;
        line-height: 0.46rem;
        padding: 0.16rem 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 0.12rem 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 0.3125rem;
        height: 0.3125rem;
        background: url('/images/nav-icon.png') no-repeat center center;
        background-size: 0.12rem 0.15rem;
        right: 0;
        top: 0.23rem;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 800px){
    html{
        font-size: 80px !important;
    }
    .m-logo img{
        max-height: 0.6rem;
    }
    .top{
        top: 0.3rem;
    }
    .m-nav{
        top: 1rem;
    }
    .f-tt>div .f-logo{
        position: static;
        width: auto;
        height: auto;
    }
    .f-tt>div .f-logo img{
        width: auto;
        max-height: 1.2rem;
        margin: 0 auto;
    }
    .f-l,.f-r{
        float: none;
        width: auto;
        overflow: hidden;

    }
    .f-l .item{
        float: left;
        width: 49%;
    }
    .f-l .item.fr{
        margin-left: 2%;
    }
    .f-l h4,
    .f-r h4{
        font-size: 0.22rem;
    }
    .f-l div.p a,
    .f-r div.p p{
        font-size: 0.18rem;
        line-height: 2;
    }
    .f-r,
    .f-l
    {
        margin-top: 0.25rem;
    }
    .bq p{
        font-size: 0.18rem;
        line-height: 2;
    }
    .foot{
        padding-top: 0.2rem;
        padding-left: 0.15rem;
        padding-right: 0.15rem;
    }
}

@media screen and (max-width: 640px){
    html{
        font-size: 65px !important;
    }
    .m-nav{
        max-width: none;
        width: 100%;
    }
}

.searchBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    max-width: 80%;
    width: 700px;
    height: 60px;
    z-index: 999;
    margin: auto;
}

.searchBox-zzc {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
}

.searchBox input[type='text'] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 80px;
    border-radius: 12px;
    color: #333333;
    background: #fff;
}

.searchBox input[type='image'] {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -22px;
    padding: 8px;
}