@charset "utf-8";

@font-face {
    font-family: "HWSC-Bold";
    src: url("../font/SourceHanSansHWSC-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: 16px;
    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{
    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;
}
.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}
.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;}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 0;

    transform: translateY(-100%);
    transition: all 0.7s ease-out 0s;

}
.body_h.showdiv .head {
    transform: none;
    opacity: 1;
}
.head .logo{
    float: left;
    width: 4.32rem;
    margin-top: 0.18rem;
}
.head .wrap{
    padding-top: 0.22rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.head .logo a{
    display: block;
    overflow: hidden;
}
.head .logo img{
    display: block;
    width: 100%;
}
.head .d1{
    font-size: 0;
    text-align: right;
    margin-bottom: 2px;
}
.head .d1 img{
    display: inline-block;
    width: 3.86rem;
    height: 0.26rem;
    vertical-align: middle;
}
.head .d1 .search{
    display: inline-block;
    vertical-align: middle;
    width: 1.84rem;
    position: relative;
    margin-left: 0.88rem;
}
.head .d1 .search input[type='text']{
    display: block;
    width: 100%;
    background: #fff;
    font-size: 0.16rem;
    line-height: 0.29rem;
    height: 0.29rem;
    border-radius: 0.35rem;
    color: #333;
    padding-left: 0.12rem ;
    padding-right: 0.42rem;
}
.tj{
    position: absolute;
    right: 0.12rem;
    top: 0.04rem;
    width: 0.21rem;
    height: 0.2rem;
    background: url(../images/search.png);
}
.head .d1 .search input[type='image']{
    position: absolute;
    right: 0.12rem;
    top: 0.04rem;
    width: 0.21rem;
    height: 0.2rem;

}
.head .nav>ul>li{
    float: left;
    margin-left: 0.25rem;
    line-height: 0.66rem;
    padding-right: 0.19rem;
    position: relative;
}
.head .nav>ul>li a{
    display: block;
    font-size: 0.18rem;
    color: #fff;

}
.head .nav>ul>li i{
    position: absolute;
    right: 0;
    top: 0;
    width: 0.1rem;
    height: 0.66rem;
    background: url("../images/h-icon.png") no-repeat 50%;
    background-size: 0.1rem;
}
.head .nav>ul>li .sub-nav{
    position: absolute;
    top: 100%;
    left: 50%;
    background: #fff;
    border-top: 0.05rem solid #004ea2;
    min-width: 150px;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
    display: none;
    transform: translateX(-50%);
}
.head .nav>ul>li .sub-nav a{
    display: block;
    font-size: 0.16rem;
    line-height: 1.5em;
    padding: 0.1rem;
    color: #333;
    text-align: center;
    transition: all .3s;
}
.head .nav>ul>li .sub-nav a:hover{
    color: #fff;
    background: #004ea2;
}

.head.h2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease-out 0s;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    background: #004ea2;
}
.body_b.showdiv .head {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}
.foot{
    padding: 0.24rem 0 0.45rem ;
    background: url("../images/foot.jpg") no-repeat 50%;
    background-size: cover;
}
.f-l{
    width: 8.8rem;
    margin-top: 0.15rem;

}
.f-link>div {
    position: relative;
    width: 31.82%;
    border:1px solid rgba(234, 234, 234, 0.3);
    border-radius: 0.35rem;
}

.f-link>div>p {
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: #fff;
    position: relative;
    padding-left: 0.22rem;
    padding-right: 0.42rem;
    overflow: hidden;
    white-space: nowrap;
}
.f-link>div img{
    position: absolute;
    top: 50%;
    right: 0.08rem;
    width: 0.13rem;
    height: 0.07rem;
    transform: translateY(-50%);
}
.f-link>div ul {
    display: none;
    position: absolute;
    bottom: 105%;
    left: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.73);
    background: #fff;
    padding: 0.1rem 0;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
    z-index: 999;
    max-height: 280px;
    overflow-y: auto;
}

.f-link>div ul li a {
    display: block;
    /*padding: 0 0.1rem;*/
    font-size: 0.14rem;
    line-height: 1.65em;
    padding: 0.1rem ;
    color: #333;
    text-align: center;
}

.f-link>div ul li:hover  a{
    background: #1347aa;
    color: #fff;
}
.f-logo{
    width: 3.58rem;
    margin-top: 0.79rem;
}
.f-logo img{
    display: block;
    width: 100%;
}
.ewm div{
    float: left;
    width: 1.82rem;
    margin-left: 0.23rem;
}
.ewm div:first-child{
    margin-left: 0;
}
.ewm div img{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.ewm div p{
    font-size: 0.16rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-top: 0.13rem;
}

.bq {
    font-size: 0;
    background: #07348a;
    text-align: center;
    padding: 0.12rem;
}
.bq a{
    display: inline-block;
    vertical-align: center;
    font-size: 0.14rem;
    color: #fff;
    line-height: 2em;
    margin: 0 0.19rem;
}
.top {
    /*max-width: 1920px;*/
    margin: 0 auto;
    position: fixed;
    right: 0.3rem;
    top: 0.3rem;
    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: 1400px){
    .wrap{
        width: 96%;
        max-width: none;
    }

}

@media screen and (max-width: 1060px){
    .pc{
        display: none;
    }

    html{
        font-size: 80px !important;
    }
    html,body{
        overflow-x: hidden;
    }
    .pc{
        display: none !important;
    }
    html,body{
        overflow-x: hidden !important;
    }
    .phone{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #004ea2;
        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.64rem;
        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: 1rem;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #004ea2;
        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;
    }
    .f-l{
        width: 100%;
        margin-bottom: 0.25rem;
    }
    .f-link>div>p{
        font-size: 0.2rem;
        line-height: 0.5rem;
    }
    .f-link>div ul li a{
        font-size: 0.18rem;
    }
    .f-logo{
        margin-top: 0.25rem;
    }
}

@media screen and (max-width: 640px){
    html{
        font-size: 65px !important;
    }
    .m-nav{
        top: 0.9rem;
        width: 100%;
        max-width: none;
    }
    .f-link>div{
        width: 100%;
        margin: 0.1rem 0;
    }
    .f-link>div img{
        right: 0.125rem;
    }
    .ewm div img{
        width: 1.32rem;
        margin: 0 auto;
    }
    .ewm div{
        margin-left: 0;
    }
}
