@charset "UTF-8";
/*@font-face {
    font-family: "Times Blod";
    src: url("../font/Times-Bold.ttf"),
        url("../font/Times-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 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}

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;
}
.wap {
    display: none;
}

.clear:after{
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
}


.h-right {
      width: 100%;
display: grid;
    justify-content: center;
      }

.wrap{
    max-width: 12rem;
    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;
    object-fit: cover;
    display: block;
}
.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;
}
.maohao
{
font-size: 0.23rem;
    line-height: 1.5;
}
.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 .3s;
}
.pic img:hover {
    transform: scale(1.05);
}
.fl{
    float: left;
}
.fr{
    float: left;
}
.flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.head{

position: fixed;

left: 0;

right: 0;

top: 0;

z-index: 99;

padding: 0.15rem 0 0.63rem;

background: url("../images/head.png") repeat-x top;

background-size: auto 1.8rem;

transition: all .3s;

background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
}
.head>.w{
    width: 12rem;
    margin: 0 auto;
    padding: 0;

}
.head.scroll{
     background-image: linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
    padding-bottom: 0;
}
.head.scroll .logo{
    margin-top: 0;
}
.logo{
        width: 9rem;
    margin-top: 0.23rem;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo a img{
    display: block;
    width: 100%;
}
.d1{
    text-align: right;
    margin-top: 0.23rem;
}
.d1 .link,
.d1 .search{
    display: inline-block;
    vertical-align: middle;
}
.d1 .link a{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    color: #f6f6f6;
    line-height: 1.07;
    padding: 0 0.17rem;
    border-left: 2px solid #cfcaca;
}
.d1 .link a:first-child{
    border: none;
    padding-left: 0.23rem;
    background: url("../images/h-icon.png") no-repeat left top;
    background-size: 0.15rem;
}
.d1 .search{
    width: 0.25rem;
    height: 0.25rem;
    position: absolute;
    top: 50%;
    margin-top: -0.10rem;
}
.d1 .search .input{
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.12rem;
    top: -0.06rem;
    bottom: auto;
    height: 0.36rem;
    width: 0.2rem;
    background: #fff;
    opacity: 1;
    visibility: hidden;
    transition: all .3s;
    text-align: left;
    border-radius: 0.05rem;
    visibility: visible;
    width: 3rem;
}
.d1 .search .input input{
    width: 88%;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.14rem;
    padding: 0 0.14rem;
}

.d1 .search .p-ico input{
    opacity: 0.75;
    position: absolute;
    left: 0;
    width: 0.2rem;
    top: 50%;
    right: 0;
    bottom: 0;
    z-index: 5;
    line-height: 0.42rem;
    transform: translateY(-50%);
}
.d1 .search .p-ico input.search2{
    display: none;
}
.search.on .input {
    width: 3rem;
    opacity: 1;
    visibility: visible;
}
.search.on .p-ico {
    color:#00478c;
}
.d1 .search.on .p-ico input.search1{
    display: none;
}
.d1 .search.on .p-ico input.search2{
    display: block;
}

.nav>ul>li{
    position: relative;
    line-height: 0.56rem;

}
.nav>ul>li:first-child{
    /* margin-left: 0; */
}
.nav>ul>li>a{
    display: block;
    font-size: 0.22rem;
    color: #ffffff;
    font-weight: 400;
}
.nav>ul>li>div{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1.5rem;
    background: #fff;
    transform: translateX(-50%);
    display: none;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.nav>ul>li:last-child>div{
    left: auto;
    right: 0;
    transform: none;
}
.nav>ul>li>div a{
    display: block;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.46rem;
    text-align: center;
    border-top: 1px dashed #e2e2e2;
    transition: all .3s;
}
.nav>ul>li>div li:first-child a{
    border: none;
}
.nav>ul>li>div a:hover{
    color: #fff;
    background-color:rgb( 40,137,210);
    border-top-color:#2159ae ;
 border-bottom-color:#2159ae ;
}
.nav>ul>li.on>a,
.nav>ul>li.active>a{
    font-weight: 600;
}
.h-right .nav{
    width: 12rem;
    margin-top: 0.1rem;
}
.foot{
    padding-top: 0.27rem;
    padding-bottom: 0.19rem;
    background: url("../images/foot.jpg") no-repeat 50%;
    background-size: cover;
}
.foot>div{
    position: relative;
}
.f-logo{
    position: absolute;
    left:400px;
    right: 0;
  /*  top: 0.28rem;*/
    width: 5.31rem;
    height: 0.79rem;
    margin: auto;
}
.f-logo img{
    display: block;
    width: 100%;
}
.f-l{
 margin-left: 230px;
}
.f-l h4{
    font-size: 0.24rem;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}
.f-l .p{
    margin-top: 0.16rem;
}
.f-l .p p{
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.26rem;
    padding-left: 0.32rem;
    background-position: left center;
    background-repeat: no-repeat;
}
.f-l .p p:first-child{
    background-image: url("../images/l-icon01.png");
}
.f-l .p p:nth-child(2){
    background-image: url("../images/l-icon02.png");
}
.f-l .p p:nth-child(3){
    background-image: url("../images/l-icon03.png");
}
.f-l .p p:nth-child(4){
    background-image: url("../images/l-icon04.png");
}
.f-r{
    width: 1.1rem;
}
.f-r img{
    display: block;
    width: 1rem;
    position: absolute;
    left: 5rem;
}
.f-r p{
    font-size: 0.14rem;
    color: #fff;
    line-height: 1;
    margin-top: 0.1rem;
    text-align: center;
}
.bq{
    padding: 0.1rem;
    background: #002b7c;
}
.bq p{
    font-size: 0.14rem;
    line-height: 0.35rem;
    color: #fff;
    text-align: center;
}
.bq p a{
    margin: 0.05rem;
}
.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;
}
.head2{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all .3s;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.head2 .d1{
    background: #00478c;
    padding-top: 0.08rem;
    padding-bottom: 0.07rem;
}
.head2 .d2{
    background: #fff;
    padding-top: 0.31rem;
    padding-bottom: 0.32rem;
}
.head2 .d2 .logo{
    margin-top: 0;
    width: 4.19rem;
}
.head2 .d2 .nav>ul>li>a{
    color: #333333;
}
.head2 .d2 .nav>ul>li{
    padding-left: 0.18rem;
    margin-left: 0.2rem;
    line-height: 0.3rem;
    border-left: 1px solid #d9d9d9;
}
.head2 .d2 .nav>ul>li:first-child{
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
.head2 .d2 .nav>ul>li>div{
    left: auto;
    transform: none;
    right: -0.2rem;
    padding-top: 0.2rem;
    background: transparent;
    box-shadow: none;
}
.head2 .d2 .nav>ul>li>div>ul{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.head2 .d2 .nav>ul>li.on>a,.head2 .d2 .nav>ul>li.active>a{
    color: #00478c;
}
.head2 .d2>div{
    align-items: center;
}
.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;
}


@media screen and (max-width: 1024px){
.f-r img{
           bottom: 0;
        width: 1.5rem;
}
    .wrap{
        max-width: none;
        padding: 0 .3rem;
    }
    html,body{
        overflow-x: hidden;
    }
    .pc{
        display: none;
    }
    .phone{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background:linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
        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.7rem;
        /* background: #fff; */
        margin-top: 0.15rem;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 0.7rem;
        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: 0.8rem;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background:linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
        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.32rem;
        line-height: 0.66rem;
        padding: 0.26rem 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.4rem;
        height: 0.4rem;
        background: url('../images/nav-icon.png') no-repeat center center;
        background-size: 0.2rem;
        right: 0;
        top: 0.42rem;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .f-logo{
        position: static;
        width: 6rem;
        height: auto;

    }
    .f-l h4{
        font-size: 0.3rem;
    }
    .f-l .p p{
        font-size: 0.24rem;
        line-height: 2;
        padding-left: 0.55rem;
    }
    .f-r {
        width: 110px;
    }
    .bq p{
        font-size: 0.24rem;
        line-height: 1.5;
    }
    .bq{
        padding: 0.15rem;
    }
    .f-c{
        margin-top: 0.3rem;
    }
.s2-list {
    width: 100%;
}
}

@media screen and (max-width: 800px){
    .f-l{
        float: none;
        width: auto;
margin-left: 0px;
    }
    .f-r{
        float: none;
        width: 100px;
        margin: 0.3rem auto;

    }
    .m-nav{
        max-width: none;
        width: 100%;
    }
    .flex{
     display: flex;
    flex-direction: column;
     justify-content: space-between;
     flex-wrap: wrap;
    }
.s2-list {
    width: 100%;
}
}