@charset "utf-8";
* {
    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-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: #333;
}

img,
input {
    border: 0;
}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wrap {
    max-width: 13rem;
    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;
object-fit: cover;
}

.pic img:hover {
    transform: scale(1.05);
}

.head{
    padding: 0.33rem 0.08rem 0.32rem;
    background-image: url("../images/head.png");
    background-size: cover;
}
.logo{
    float: left;
    width: 5.77rem;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo img{
    display: block;
    width: 60%;
}
.search{
    float: right;
    width: 2.6rem;
    height: 0.43rem;
    margin-top: 0.1rem;
    position: relative;
}
.search input[type='text']{
    display: block;
    width: 100%;
    font-size: 0.16rem;
    color: #7c92a5;
    line-height: 0.41rem;
    height: 0.43rem;
    padding-left: 0.15rem;
    padding-right: 0.6rem;
    border: 1px solid #9cabb7;
    background-color: transparent;
}
.search input[type='image']{
    position: absolute;
    top: 0;
    right: 0;
    width: 0.48rem;
    height: 0.43rem;
    background: #044f9f;
    padding: 0.115rem 0.14rem;
}
input::placeholder{
    color: #7c92a5;
}
input:-moz-placeholder{
    color: #7c92a5;
}
input:-ms-input-placeholder{
    color: #7c92a5;
}
.nav{

    background-image: url("../images/nav.png");
    background-repeat: repeat-x;
    background-position: bottom center;
}
.nav>div>ul>li{
    float: left;
    padding: 0 0.35rem;
    line-height: 0.5rem;
    position: relative;
    transition: all .3s;
}
.nav>div>ul>li>a{
    display: block;
    font-size: 0.18rem;
    color: #fff;
}
.nav>div>ul>li div{
    position: absolute;
    width: 100%;
    min-width: 1.6rem;
    left: 50%;
    top: 100%;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: -2px 2px 4px -2px rgba(0,0,0,.05),
    2px 2px 4px 2px rgba(0,0,0,.05);
    display: none;
    z-index: 99;
}
.nav>div li div a{
    display: block;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.42rem;
    border-bottom: 1px dashed #eee;
    text-align: center;
    transition: all .3s;
}
.nav>div>ul>li.on,
.nav>div>ul>li.active{
    background-color: #06488f;
}
.nav>div li div a:hover{
    color: #044f9f;
    background-color: rgba(6, 72, 143, 0.2);
}

.foot{
    padding-top: 0.2rem;
    padding-bottom: 0.21rem;
    background-image: url("../images/foot.png");
    background-repeat: repeat-x;
    background-position: center center;
}
.bq{
    float: left;
    width: 7.7rem;
    margin-top: 0.15rem;
}
.bq p{
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.3rem;
}
.qr{
    float: right;
    width: 2.6rem;
    margin-right: 0.56rem;
    overflow: hidden;
}
.qr>div{
    float: left;
    width: 0.99rem;
    margin-left: 0.62rem;
}
.qr>div:first-child{
    margin-left: 0;
}
.qr>div img{
    display: block;
    width: 100%;
}
.qr>div p{
    font-size: 0.14rem;
    color: #ffffff;
    line-height: 1;
    margin-top: 0.13rem;
    text-align: center;
}

.wap{
    display: none;
}
.top {
    /*max-width: 1920px;*/
    margin: 0 auto;
    position: fixed;
    right: 0.15625rem;
    top: 0.28125rem;
    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){
    .nav>div>ul{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }
    .nav>div>ul>li{
        padding: 0 0.21rem;
    }
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0.15625rem;
        z-index: 999;
    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 0.4rem;
    }
    .m-logo img {
        max-height: 0.625rem;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-search {
        margin: 0 0.15rem;
        padding-right: 0.5rem;
        padding-left: 0.1rem;
        padding-top: 0.05rem;
        padding-bottom: 0.05rem;
        position: relative;
        line-height: 0.35rem;
        /* background: #fff; */
        margin-top: 0.15rem;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 0.39062rem;
        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.9375rem;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #0a5bb1;
        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.21875rem;
        line-height: 0.3125rem;
        padding: 0.23437rem 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 0.15625rem 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.15625rem 0.1875rem;
        right: 0;
        top: 0.23437rem;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }


}
@media screen and (max-width: 800px){
    .wrap{
        padding: 0 0.15rem;
    }

    .bq{
        float: none;
        width: auto;
    }
    .bq p{
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    .bq p span{
        display: block;
    }
    .qr{
        width: 3.5rem;
        float: none;
        margin-right: 0;
        margin-top: 0.25rem;
    }
    .qr>div{
        width: 1.4rem;
    }
    .qr>div p{
        font-size: 0.24rem;
    }
    .foot{
        background-size: cover;
    }
}

@media screen and (max-width: 550px){
    .m-nav{
        max-width: none;
    }
}