@charset "UTF-8";
body{
    overflow-x: hidden;
    min-width: 1400px;
}
.Top{
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(174deg, #003469 4%, #2DB3D6 91%);
}
.Top header{
    padding: 0.3rem 7.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header_m{
    display: none;
}
.logo{
    width: auto;
}
.logo a,.logo img{
    display: block;
    width: 100%;
    max-height: 0.65rem;
}
.nav {
    width: auto;
    margin-left: 5.3%;
}
.nav ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.15rem;
    /*display: none;*/
}
.nav ul>li{
    position: relative;
    margin-left: 0.35rem;
}

.nav ul>li:first-of-type {
    margin-left: 0;
}
.nav ul>li>a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    white-space: nowrap;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 100%;
    z-index: 999;
    transform: translateX(-50%);
    padding: 0.1rem;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 10px;
}
.nav ul>li ol::before{
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: 100%;
}
.nav ul>li ol li a{
    display: block;
    width: auto;
    font-size: 0.16rem;
    color: #000;
    text-align: center;
    line-height: 0.4rem;
    white-space: nowrap;
    min-width: 1.2rem;
}
.nav ul>li ol li a:hover,.nav ul>li>a:hover,.nav ul>li>a.hover{
    color: #FF8C00;
}
.navTop{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navTop a{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #ffffff;
    padding-left: 0.5rem;
    cursor: pointer;
    position: relative;
}
.navTop a::before{
    display: block;
    content: "";
    width: 1px;
    height: 0.14rem;
    background: #ffffff;
    position: absolute;
    right: -0.25rem;
    top: 50%;
    transform: translateY(-50%);
}
.navTop a:last-of-type::before{
    display: none;
}
.navTop a:hover{
    color: #FF8C00;
}
.search{
    display: flex;
    min-width: 7.5%;
    height: auto;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.search p{
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/search.png) no-repeat center;
    cursor: pointer;
    background-size: 90% auto;
}

/* search */
.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: 100px;top: 100px;width: 60px;height: 60px;text-align: center;line-height: 70px;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: 24px;}
.layer .close:before{transform: rotate(-45deg);}
.layer .close:hover{transform: rotate(90deg);}
.layer .search_box {height: 55px;line-height: 55px;width: 50%;transform: translateY(-50px);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 15px;font-size: 16px;border-radius: 0;float: left;margin: 0;border: none;box-sizing: border-box;}
.layer .search_box .ok {background: linear-gradient(0deg, #003469 0%, #2BABD0 100%);color: #fff;width: 15%;height: 100%;text-align: center;font-size: 18px;cursor: pointer;border-radius: 0;float: left;position: absolute;top: 0;right: 0;}

/* footer */
footer{
    background: url(../images/footerBg.png) no-repeat center;
    background-size: 100% 100%;
}
.bq{
    padding: 0.2rem 0;
    border-top: 1px solid rgba(216, 216, 216, 0.1);
    text-align: center;
}
.bq,.bq a{
    font-family: 思源黑体;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.bq a:hover{
    color: #FF8C00;
}
.foot{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0.6rem 0 0.45rem;
}
.foot .logo a,.foot .logo a img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.5rem;
}
.foot .img{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.foot .img .code{
    display: flex;
    justify-content: inherit;
}
.foot .img .code img{
    display: block;
    width: 1.1rem;
    height: auto;
    object-fit: cover;
}
.foot .img .code p{
    font-family: 思源黑体;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
}
.foot .link{
    display: flex;
    flex-wrap: wrap;
    max-width: 54%;
    justify-content: space-between;
}
.foot .link li{
    width: 46%;
}
.foot .link a{
    display: block;
    width: 100%;
    font-family: 思源黑体;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.82rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(216, 216, 216, 0.1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
}

.foot .link a::before {
    display: block;
    content: "";
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.foot .link a:hover{
    color: #FF8C00;
}
.foot .link a:hover::before{
    border-left: 5px solid #FF8C00;
}
