@charset "UTF-8";
header{
    width: 100%;
    padding: 0.18rem 0;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
    box-sizing: border-box;
    background: #ffffff;
    border-bottom: 1px solid #dfdfdf;
min-width:1440px;
}
header .w1560{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo a{
    display: block;
    width: auto;
    height: auto;
}
.logo a img{
    display: block;
    width: auto;
    height: auto;
}
/* 搜索 */
.search>div{
    width: 220px;
    height: 38px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #2381a3;
}
.search .text {
    float: left;
    display: block;
    width: calc(100% - 36px);
    outline: none;
    line-height: 36px;
    height: 36px;
    padding-left: 18px;
    font-size: 14px;
    margin: 0;
    background: transparent;
    color: #333333;
    box-sizing: border-box;
    border: none;
}
.search .submit {
    width: 36px;
    height: 36px;
    float: right;
    border: none;
    box-sizing: content-box;
    position:relative;
    background: url(../img2025/search.png) no-repeat center;
}
header .flex{  
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .flex a{
    display: block;
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #0088b0;
    margin-right: 0.2rem;
}
header .flex a:hover{
    font-weight: bold;
}
/* 导航 */
nav {
    background: #ffffff;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
}
nav ul.w1560{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav ul.w1560>li{
    position: relative;
}
nav ul.w1560>li>a{
    font-family: Microsoft YaHei;
    display: block;
    width: auto;
    font-size: 0.2rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 0.7rem;
    color: #333;
    text-align: center;
}
nav ul.w1560>li ol{
    display: none;
    position: absolute;
    width: 180%;
    height: auto;
    left: -40%;
    z-index: 99;
    top: 100%;
}
nav ul.w1560>li ol li a{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    padding: 8px 0;
    background: rgba(255,255,255,0.9);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
nav ul.w1560>li ol li a:hover{
    color: #2381a3;
    font-weight: bold;
}
nav ul.w1560>li>a:hover{
    font-weight: bold;
    color: #2381a3;
}
footer{
    background: url(../img2025/footerBg.png) no-repeat top center;
    padding-top: 0.7rem;
}
.footerLink li{
    float: left;
    width: 18.4%;
    margin-right: 2%;
}
.footerLink li:nth-of-type(5n){
    margin-right: 0;
}
.footerLink li a{
    display: flex;
    width: 100%;
    height: 0.98rem;
    border: 1px dashed #a5c1d5;
    box-sizing: border-box;
    font-size: 0.3rem;
    color: #ffffff;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.footerLink li a span{
    position: relative;
}
.footerLink li a span::before{
    display: block;
    content: "";
    width: 85px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
}
.footerLink li a:hover{
    border: 1px solid #09afde;
    background: #09afde;
}
.footerLink li a:hover::before{
    background: rgba(9, 175, 222, 0.23);
    left: 5px;
    top: 5px;
}
footer .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}
footer .flex .logo a,footer .flex .logo a img{
    display: block;
    width: auto;
    height: auto;
}
footer .flex .bq .con{
    margin-top: 0.35rem;
}
footer .flex .bq .con p,footer .flex .bq .con a{
    font-size: 0.15rem;
    line-height: 0.3rem;
    color: #ffffff;
}
footer .flex .bq .con a:hover{
    color: #09afde;
}
.linkCode{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.linkCode .xglj h2{
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 10px;
}
.linkCode .xglj {
    width: 60%;
}
.linkCode .xglj li{
    float: left;
    width: 50%;
}
.linkCode .xglj li a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.15rem;
    line-height: 0.42rem;
    color: #ffffff;
}
.linkCode .xglj li a:hover{
    transform: translateX(10px);
    color: #09afde;
}
.linkCode .xglj li a img{
    display: block;
    margin-left: 10px;
}
.linkCode .code img{
    display: block;
    width: 1.32rem;
    height: auto;
    margin: 0 auto;
}
.linkCode .code p{
    font-size: 0.15rem;
    line-height: 0.3rem;
    color: #ffffff;
    text-align: center;
}
.flex .sx{
    display: block;
    width: 1px;
    height: 1.7rem;
    background: rgba(255,255,255,0.18);
}
.header_m{
    display: none;
}
@media only screen and (max-width: 1600px){
    .w1560{
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        min-width:1440px;
    }
}