* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: rgb(51, 51, 51);
    font-size: 16px;
    text-align: left;
    margin-left: auto !important;
    margin-right: auto !important;
}

html {
    /* overflow-x: hidden; */
}

body {
    position: relative;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0px;
    outline: none;
}

.icon img {
    transition: all 0.3s ease 0s;
}

.icon:hover img {
    animation: 0.6s linear 0s 1 normal none running icon-yh;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(10deg);
    }
    20% {
        transform: rotateZ(0deg);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(10deg);
    }
    60% {
        transform: rotateZ(0deg);
    }
    70% {
        transform: rotateZ(-10deg);
    }
    80% {
        transform: rotateZ(0deg);
    }
    90% {
        transform: rotateZ(10deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0px;
    height: 0px;
}

.clearfix {
    zoom: 1;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
body .clear {
    clear: both;
    height: 0px !important;
    width: 0px !important;
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
    float: none !important;
}

.px1200 {
    width: 100%;
    max-width: 14.6rem;
    margin: 0px auto;
    box-sizing: border-box;
}

.px1300 {
    max-width: 13rem;
    margin: 0px auto;
}

.px1400 {
    max-width: 14rem;
    margin: 0px auto;
}

.px1620 {
    max-width: 16.2rem;
    margin: 0px auto;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    inset: 0px;
    background: rgba(0, 0, 0, 0.6);
}

.t-search {
    padding: 0px 0px 10px;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 5rem;
    margin: 0px auto;
    position: relative;
    padding: 0.05rem 0px;
    background: rgb(255, 255, 255);
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0px 0.7rem 0px 0.2rem;
    font-size: 0.16rem;
    height: 0.3rem;
    box-sizing: border-box;
}

.t-search>div input[type="text"]::placeholder {
    color: rgb(80, 79, 79);
    font-size: 0.16rem;
}

.search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 0.4rem;
    width: 0.5rem;
    background: rgb(39, 94, 188);
}

.search-btn input {
    display: block;
    width: 0.2rem;
    margin: 0.1rem auto;
}

.b-top {
    line-height: 0.4rem;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top .close {
    position: fixed;
    right: 20%;
    top: 20%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
    cursor: pointer;
    width: 0.3rem;
    height: 0.3rem;
}

.b-top .close img {
    width: 100%;
}
.layer {width: 100%;height: 100%;background: rgba(6,28,26,0.75);position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 99999;opacity: 0;visibility: hidden;transition: all 0.3s ease-out 0s;}
.layer.showdiv { opacity: 1; visibility: visible; }
.layer .close {position: absolute;right: 1rem;top: 1rem;width: 0.6rem;height: 0.6rem;text-align: center;line-height: 0.7rem;cursor: pointer;font-size: 0;transition: all 0.3s ease-out 0s;}
.layer .close:before,.layer .close:after{content:'';width: 100%;height: 2px;display:block;position:absolute;background: #fff;transition:1s;transform: rotate(45deg);top: 0.24rem;}
.layer .close:before{transform: rotate(-45deg);}
.layer .close:hover{transform: rotate(90deg);}
.layer .search_box {height: 0.55rem;line-height: 0.55rem;width: 50%;transform: translateY(-0.5rem);opacity: 0;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.layer.showdiv .search_box { transform: none; transition: all 0.5s ease-out 0s; opacity: 1; font-size: 0; }
.layer .search_box .kw {width: 85%;height: 100%;background: #fff;padding: 0 0.15rem;font-size: 0.16rem;border-radius: 0;float: left;margin: 0;border: none;box-sizing: border-box;}
.layer .search_box .ok {background: #0151a6;color: #fff;width: 15%;height: 100%;text-align: center;font-size: 0.18rem;cursor: pointer;border-radius: 0;float: left;position: absolute;top: 0;right: 0;}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 1s ease 0s;
}

.pic img:hover {
    transform: scale(1.05);
}

.header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    height: auto;
    z-index: 99999;
    transition: top 0.5s ease 0s;
    padding: 0.2rem 0;
    animation: 0.5s ease .3s 1 normal backwards running fadeInDown;
}
.header.head_rgb::before{
    display:block;
    content:"";
    width:100%;
    height:1.5rem;
    background: url("../images/bg-nav.png") repeat-x top center;
    background-size: contain;
    position:absolute;
    left: 0;
    top:0;
    z-index: -1;
}
.logo {
}

.logo a {
    display: block;
}

.logo a img {
    width: auto;
    height: 0.54rem;
}

.headerRight {
    position: relative;
}

.tool {
    text-align: right;
    line-height: 0.3rem;
    height: 0.3rem;
    margin-top: 0.25rem;
    margin-bottom: 0.1rem;
}

.tool a {
    font-size: 0.14rem;
    color: rgba(204, 204, 204,1);
    position: relative;
    float: right;
    line-height: 0.3rem;
}

.tool span {
    float: right;
    color: rgb(204, 204, 204);
    margin: 0px 0.12rem;
}

.tool a:hover {
    text-decoration: underline;
}

.search {
    float: right;
    height: 0.25rem;
    width: 0.35rem;
    margin-left: -0.16rem;
    padding-left: 0.2rem;
    padding-top: 2px;
    cursor: pointer;
}

.search img {
    width: 100%;
}
.searchBtn{
    width: 0.24rem;
    height: 0.36rem;
    background: url(../images/search2.png) no-repeat left center;
    background-size: 0.24rem auto;
    border-radius: 100%;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
}
.nav {
    height: auto;
    float: left;
}

.navItem {
    float: left;
    width: auto;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin-right: 0.32rem;
}
.navItem>a {
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 0.2rem;
    line-height: 0.36rem;
    font-weight: bold;
}

.navItem>div {
    top: 100%;
    position: absolute;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    left: -0.16rem !important;
    right: -0.16rem !important;
}

.navItem::before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0px;
    height: 3px;
    background: #64d2fb;
    content: "";
    transition: width 0.5s ease 0s;
}

.navItem::after {
    position: absolute;
    bottom: 0px;
    right: 50%;
    width: 0px;
    height: 3px;
    background: #64d2fb;
    content: "";
    transition: width 0.5s ease 0s;
}

.navItem:hover::before,
.navItem:hover::after {
    width: 50%;
}

.navItem:hover div {
    opacity: 1;
    visibility: inherit;
}

.navItem>div>ul {
    background: rgb(255, 255, 255);
}

.navItem>div>ul>li {
    height: auto;
    line-height: 0.3rem;
    text-align: center;
    border-bottom: 1px solid rgb(243, 240, 240);
}

.navItem>div>ul>li>a {
    font-size: 0.16rem;
    color: rgb(34, 34, 34);
    padding: 0.07rem 0;
    display: block;
}

.navItem>div>ul>li:last-child {
    border-bottom: 0px;
}

.navItem:nth-last-child(2)>div {}

.navItem>div>ul>li:hover a {
    color: #275ebc;
}

.head_rgb.hide {
    top: -100%;
}

.head_wit {
    top: -100%;
}

.head_wit.show {
    top: 0px;
}

.head_wit {
    background: rgb(39, 94, 188);
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    height: auto;
    /* border-bottom-style: solid; */
    /* border-bottom-color: rgba(255, 255, 255, 0.6); */
}

.head_wit .logo {
    margin-top: 0px;
}

.head_wit .logo a {
    height: auto;
}

.head_wit .navItem div {
    top: 100%;
}

.head_wit .navItem {
    height: 100%;
}

.head_wit .navItem::before,
.head_wit .navItem::after {
    background: #64d2fb;
    height: 3px;
}

.footer .top {
    background: #1a6cbd;
}

.footer .bottom {
    background: #275ebc;
    padding: 0.1rem 0;
}

.footer .bottom div p {
    text-align: center;
    line-height: 0.38rem;
    font-size: 14px;
    color: #ffffff;
}

.footer .top {
    padding-top: 0.38rem;
    padding-bottom: 0.25rem;
    position: relative;
}

.footer .logo {
    float: left;
    /* width: 43%; */
    max-width: 4rem;
    display: block;
    margin-right: 11%;
}

.footer .mid {
    float: left;
}

.footer .mid li {
    color: #ffffff;
    font-size: 14px;
    line-height: 0.24rem;
}

.footer .Left {
    float: left;
    width: 80%;
}

.footer .Right {
    overflow: hidden;
}

.footer .Right .ewm {
    width: 0.74rem;
    margin: 0 auto;
}
.ewm img {
    max-height: 0.74rem;
}
.footer .Right p {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.footer .logo img {
    width: auto;
    max-height: 0.52rem;
}
.fc{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
}
.fc .system{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(1.5rem) translateY(-50%);
    width: 1.1rem;
    height: auto;
    transition: .5s;
    z-index: 1
}
.fc img.btn {
    cursor: pointer;
    transition: .5s;
    height: auto;
}
.fc.active img.btn {
    transform: translateX(-1rem);
    opacity: 0
}
.fc.active  .system{
    transform: translateX(0) translateY(-50%)
}
.system>img{
    display: block;
    width: 100%;
    height: auto;
}
.systemSyb{
    background: #275ebc;
    padding: 0 0.1rem 0.1rem;
    border-radius: 0.2rem;
}
.system ul{
    width: 100%;
    box-sizing: border-box;
}
.system ul li a{
    display: block;
    width: auto;
    font-size: 0.16rem;
    line-height: 1;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    padding: 0.05rem 0 0.15rem;
}
.system ul li a .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.1rem 0;
}
.system ul li a .icon img{
    max-width: 0.34rem;
}
.system .btTop{
    width: 100%;
    height: auto;
    margin: 0.1rem 0 0;
    cursor: pointer;
}
.system .btTop img{
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}
.ycIcon{
    font-family: 'lib';
    font-size: 0.38rem;
    color: rgba(39,94,188,1);
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    margin-top: 0.1rem;
}
.ycIcon:before{
    content: "\e88a";
}
@media screen and (min-width: 1921px){
    .footer .bottom div p{
        font-size: 0.14rem;
    }
}
@media screen and (max-width: 1520px){
    .px1200 {
        max-width: 100%;
        margin: 0px auto;
        box-sizing: border-box;
        padding: 0 0.3rem;
    }
}
@media screen and (max-width: 1080px) {
    .pc {
        display: none !important;
    }
    .m-top {
        max-width: 1920px;
        margin: 0px auto;
        position: fixed;
        right: 20px;
        top: 25px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }
    .wap {
        display: block !important;
    }
    .wap-menu {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 99999;
        font-size: 0px;
    }
    .wap-menu img {
        height: 25px;
        cursor: pointer;
    }
    .close-menu {
        display: none;
        position: absolute;
        right: 0px;
        top: 0px;
        cursor: pointer;
    }
    .m-head {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        background: rgba(39,94,188,1);
        z-index: 999;
        padding: 15px 20px;
    }
    .m-logo {
        font-size: 0px;
    }
    .m-logo a {
        font-size: 0px;
        line-height: 40px;
        display: block;
    }
    .m-logo img {
        max-height: 45px;
        vertical-align: middle;
    }
    .m-tlink {
        font-size: 12px;
        padding: 10px 15px 0px;
        color: rgba(255, 255, 255, 0.6);
    }
    .m-tlink a {
        font-size: 12px;
        margin: 0px 8px;
        color: rgb(255, 255, 255);
        display: inline-block;
        line-height: 24px;
        border-radius: 5px;
    }
    .m-tlink a:hover {
        text-decoration: underline;
    }
    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px;
    }
    .m-search {
        margin: 15px;
        padding: 5px 50px 5px 10px;
        position: relative;
        line-height: 35px;
        border: 1px solid rgb(255, 255, 255);
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: rgb(255, 255, 255);
        font-size: 12px;
    }
    .m-search input[type="text"]::placeholder {
        color: rgb(255, 255, 255);
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 75px;
        right: -100%;
        bottom: 0px;
        z-index: 999;
        background: rgb(39, 94, 188);
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }
    .m-nav .top-r {
        color: rgb(255, 255, 255);
        padding-left: 15px;
    }
    .m-nav ul {
        padding: 0px 15px;
    }
    .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: 16px;
        line-height: 24px;
        padding: 15px 0px;
        position: relative;
        color: rgb(255, 255, 255);
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0px;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url("../images/m-nav_down.png") center center / 14px 14px no-repeat;
        right: 0px;
        top: 15px;
        cursor: pointer;
        display: block;
        color: rgb(255, 255, 255);
        transition: all 0.3s ease 0s;
    }
    .footerLeft,
    .footerMid,
    .footerRight {
        float: none;
        width: 100%;
    }
    .footer .footerLeft ul,
    .footerRight ul {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
    .footerLeft ul li,
    .footerRight ul li {
        float: left;
        width: 25%;
        text-align: center;
    }
    .footerMid {
        margin: 20px 0px;
    }
    .footer {
        /* padding-bottom: 20px; */
    }
    .footer .mid {
        float: none;
    }
    .footer .logo {
        float: none;
    }
    .footer .logo {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .footer .Right {
        padding-top: 35px;
    }
    .px1200{
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .footer .bottom div p{
        line-height: 24px;
    }
    .fc img.btn{
        width: 0.44rem;
    }
}

@media screen and (max-width: 540px) {
    .px1200{
        padding: 0 10px;
    }
    .m-head{
        padding: 5px 12px;
    }
    .m-logo img{  
        max-height: 30px;
    }
    .m-top{
        top: 13px;
        right: 12px;
    }
    .m-nav{
        top:50px;
    }
}