@charset "UTF-8";
body{
    overflow-x: hidden;
}
.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;
}
.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.18rem;
    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.16rem;
    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: 35%;
    transform: translateY(-50%);
}
.search p{
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/search.png) no-repeat center;
    cursor: pointer;
    background-size: 60% 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;
    text-align: left;
}
.foot .img .code img{
    display: block;
    width: 1.1rem;
    height: auto;
    object-fit: cover;
    margin: auto;
}
.foot .img .code p{
    font-family: 思源黑体;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.62rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: left;
    border-bottom: 1px solid rgba(216, 216, 216, 0.1);
    position: relative;
}


.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.62rem;
    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,.foot .img .code p::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,.foot .img .code p:hover{
    color: #FF8C00;
}
.foot .link a:hover::before,.foot .img .code p:hover::before{
    border-left: 5px solid #FF8C00;
}

/* 媒体查询 */
@media only screen and (max-width: 1600px){
    .nav {
        width: auto;
        margin-left: 0.5rem;
    }
    .nav ul>li{
        margin-left: 0.2rem;
    }
}
@media only screen and (max-width: 1440px){
    .w1400{
        width: 100%;
        padding: 0 0.3rem;
    }
    .Top header{
        padding:0.3rem 7.5% 0.3rem 0.3rem;
    }
}
@media only screen and (max-width: 1040px){
    /* 移动端顶部 */
    .Top header{
        display: none;
    }
    .header_m{
        display: block;
    }
    .m_Top{
        display: flex;
        padding: 20px;
        justify-content: space-between;
        align-items: center;
    }
    .logo a img{
        display: block;
        width: auto;
        height: 58px;
    }
    .linkTop a{
        display: block;
        float: left;
        width: 30px;
        line-height: 28px;
        font-size: 15px;
        color: #ffffff;
        text-align: center;
        margin-right: 10px;
        border: 1px solid #ffffff;
        border-radius: 100%;
        box-sizing: border-box;
    }
    .linkTop {
        margin-bottom: 0;
    }
    /* 移动端导航按钮 */
    .menu1 {
        width: 36px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
        margin-top: 2px;
    }

    .menu1 span {
        float: left;
        width: 100%;
        background: #fff;
        transition: all 0.4s ease;
        margin-top: 10px;
        height: 2px;
    }

    .menu1 span:first-child {
        margin-top: 0;
    }

    .menu1.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 12px;
    }

    .menu1.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .menu1.open span:nth-child(3) {
        opacity: 0;
    }
    body.navshow {
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        margin: 0;
    }
    .header_m {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        z-index: 9999;
        box-sizing: border-box;
        background: linear-gradient(174deg, #003469 4%, #2DB3D6 135%);
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.16);
    }
    .m_nav {
        width: 100vw;
        height: calc(100% - 98px);
        position: fixed;
        top: 98px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display: block;
        overflow: auto;
        box-sizing: border-box;
    }

    .m_nav.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }

    .m_nav ul{
        position: absolute;
        transition: right 0.3s ease;
        right: 0;
        top: 46px;
        left: auto;
        width: 420px;
        height: calc(100% - 46px);
        z-index: 99999;
        background: #fff;
        margin: 0;
        overflow: auto;
    }
    .m_nav ul li {
        height: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: left;
        padding: 0;
        line-height: 54px;
    }
    .m_nav ul>li>a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 54px;
    }
    .m_nav ul>li>a:hover {
        color: #FF8C00;
    }
    .m_nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 54px;
        top: 0;
        background: url(../images/jia1.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .m_nav ul li i.on {
        background: url(../images/jian2.png) no-repeat center center;
    }
    .m_nav ul li ol {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
        display: none;
        transition: all 0s;
    }
    .m_nav ul li ol>li {
        text-align: left;
        border: 0;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        text-indent: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        transition: all .5s;
    }

    .m_nav ul li ol>li a {
        color: #444444;
        display: block;
    }

    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #FF8C00;
    }
    /* 移动端搜索 */
    .m_nav .search3{
        position: absolute;
        top: 0;
        right: 0;
        width: 420px;
    }
    .m_nav .search3 div.search3_sub{
        background: #ffffff;
        width: 100%;
        height: 46px;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
    }
    .m_nav .search3 .text {
        float: left;
        width: calc(100% - 50px);
        height: 46px;
        border: none;
        outline: none;
        line-height: 46px;
        padding-left: 20px;
        font-size: 15px;
        margin: 0;
        background: transparent;
        color: #000000;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
    }
    .m_nav .search3 .text::-webkit-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-moz-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-ms-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .submit {
        width: 50px;
        height: 46px;
        float: right;
        background: #fff url(../images/search2.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav .search3 .submit::before{
        display:block;
        content:"";
        width:1px;
        height:20px;
        position:absolute;
        left: 1px;
        top:3px;
        background: #000000;
    }
    .w1400{
        padding: 0 20px;
    }
    .foot{
        flex-direction: column;
        padding: 30px 0;
    }
    .foot .img{
        flex-direction: row;
        align-items: center;
        margin-bottom: 30px;
    }
    .foot .img .code li{
        margin-left: 20px;
    }
    .foot .img .code li:first-of-type {
        margin-left: 0;
    }
    .foot .link{
        max-width: 100%;
    }
    .foot .link li{
        width: 23%;
    }
    .bq, .bq a{
        line-height: 24px;
    }
}
@media only screen and (max-width: 768px){
    .m_Top{
        padding: 15px;
    }
    .logo a img{
        height: auto;
    }
    .m_nav{
        height: calc(100% - 74px);
        top: 74px;
    }
    .menu1{
        width: 30px;
    }
    .menu1 span{
        margin-top: 8px;
    }
    .w1400{
        padding: 0 15px;
    }
    .foot{
        padding:20px 0;
    }
    .foot .link li{
        width: 48%;
    }
    .foot .img{ 
        flex-direction: column;      
        margin-bottom: 20px;
    }

    .foot .img .code {
        width: 100%;
        justify-content: space-around;
    }

    .foot .img .logo {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 560px){
    .logo a img{
        /* height: 34px; */
    }
    .m_nav{
        height: calc(100% - 64px);
        top: 64px;
    }
    .m_nav ul,.m_nav .search3{
        width: 100%;
    }
    .foot .link li{
        width: 100%;
    }
    .foot .link li:last-of-type a{
        border-bottom: 0;
    }
    .foot .link a{
        font-size: 16px;
        line-height: 50px;
    }
}