/* 头部 */
.header {
    height: 1.87rem;
    line-height: 1.87rem;
    background: url(/statics/images/home/header-bg.png) no-repeat center center;
    background-size: cover;
}

.header .logo {
    width: 6.49rem;
    font-size: 0;
}

.header .logo img {
    width: 100%;
}

.header-right {
    float: right;
    box-sizing: border-box;
    margin-top: 0.66rem;
}

.header-right .english {
    float: left;
    width: 0.43rem;
    height: 0.43rem;
    line-height: 0;
    margin-top: 5px;
    margin-right: 20px;
}

.header-right .english img {
    width: 100%;
    height: 100%;
}

.header-right .search {
    float: left;
}

.header-right .search form {
    width: 3rem;
    height: 0.47rem;
    line-height: 0.47rem;
    font-size: 0;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 1px solid #94b1d5;
}

.header-right .search input,
.header-right .search button {
    border: none;
    height: 100%;
}

.header-right .search input {
    width: 100%;
    padding-left: 0.15rem;
    padding-right: 0.5rem;
    font-size: 0.18rem;
    box-sizing: border-box;
    background: transparent;
    color: #fff;
}

.header-right .search button {
    width: 0.5rem;
    padding: 0;
    margin-left: -0.5rem;
    cursor: pointer;
    background: transparent;
}

.header-right .search button img {
    width: 0.18rem;
}

.header-right .menu-icon {
    display: none;
    float: left;
    width: 30px;
    margin-top: 40px;
    margin-left: 20px;
    cursor: pointer;
}

/* 导航 */

.nav ul li {
    float: left;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
}

.nav ul li>a {
    display: block;
    height: 0.67rem;
    line-height: 0.67rem;
    padding: 0 0.38rem;
    color: #333333;
    font-size: 0.22rem;
    text-align: center;
}

.nav ul li:hover>a {
    color: #003f88;
}

.nav ul li .dropdown {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0.67rem;
    text-align: center;
    background-color: #0042a0;
    box-sizing: border-box;
    overflow-y: hidden;
}
.nav ul li .dropdown a:first-child{
    border-top: 4px solid #0068fd;
}
.nav ul li .dropdown a {
    display: block;
    width: 100%;
    font-size: 0.16rem;
    color: #fffefe;
    line-height: 0.56rem;
    padding: 0 0.05rem;
    border-bottom: 1px solid #1853a7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav ul li .dropdown a:hover {
    color: #d18c55;
    font-weight: bold;
}

/* 移动端导航 */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: none;
}

.mnav .contentct {
    float: left;
    width: 40%;
    height: 100%;
    background: #003f88;
    padding: 0.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mnav .contentct .nav-item {
    display: inline-block;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.mnav .contentct .nav-item:hover {
    background: #003f88;
    -webkit-box-shadow: 3px 3px 10px #000;
    box-shadow: 3px 3px 10px #000;
}

.mnav .contentct .nav-item:hover .item-down {
    display: block;
}

.mnav .contentct .nav-item a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.mnav .contentbl {
    float: left;
    width: 60%;
    height: 100%;
    background: #333;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.mnav .header-right{
    float: none;
}
.mnav .header-right .english{
    float: none;
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;

}
.mnav .header-right .search{
    float: none;
    

}
.mnav .header-right .search form{
    margin: 0 auto;

}

/* 页脚 */
.footer {
    color: #fff;
    font-size: 0.16rem;
    background: url(/statics/images/home/footer-bg.png) no-repeat center center / cover;
}

.footer .footer-container {
    padding-top: 0.4rem;
    padding-bottom: 0.36rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.footer .footer-container .left {
    float: left;
    width: 5.58rem;
    padding-top: 0.2rem;
}

.footer .footer-container .left .logo {
    width: 4.35rem;
    font-size: 0;
    margin-bottom: 0.2rem;
}


.footer .footer-container .left .logo img {
    width: 100%;
}

.footer .footer-container .left .copyright {
    width: 5.36rem;
    line-height: 0.34rem;

}

.footer .footer-container .left .copyright a {
    color: #fff;
}

.footer .footer-container .left .copyright a:hover {
    text-decoration: none;
    color: #98c3f0;
}

.footer .footer-container .left .copyright .space {
    padding: 0 5px;
}

.footer h4 {
    display: inline-block;
    font-size: 0.24rem;
    padding-bottom: 0.15rem;
}

.footer .footer-container .contect {
    box-sizing: border-box;
    width: 6.13rem;
    padding-left: 7%;
}

.footer .footer-container .contect div {
    line-height: 0.36rem;
}

.footer .footer-container .links {
    line-height: unset;
}

.footer .footer-container .links .links-btn {
    width: 2.92rem;
    height: 0.43rem;
    line-height: 0.43rem;
    padding: 0 8px;
    margin-top: 0.14rem;
    background-color: #fff;
    border: 1px solid #dadada;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.footer .footer-container .links .links-btn span {
    font-size: 0.14rem;
    color: #666;
}

.footer .footer-container .links .links-btn img {
    margin-top: 0.16rem;
}

.footer .footer-container .links .links-btn .links-item {
    width: 2.92rem;
    position: absolute;
    bottom: 0.41rem;
    left: -1px;
    max-height: 2.30rem;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom: none;
    overflow: auto;
    display: none;
    z-index: 20;
    box-sizing: border-box;
}

.footer .footer-container .links .links-btn .links-item a {
    display: block;
    height: 0.43rem;
    line-height: 0.43rem;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footer .line{
    height: 1.92rem;
}
.footer .line img{
    height: 100%;
}

@media screen and (max-width:1700px) {
    .layout {
        padding: 0 50px;
    }
    .nav ul li>a{
        padding: 0 0.36rem;
    }
    .footer .footer-container .left{
        width: 34.87%;
    }
    .footer .footer-container .contect{
        width: 38%;
    }
  
}
@media screen and (max-width:1660px) {
    .nav ul li>a{
        padding: 0 0.35rem;
    }
}
@media screen and (max-width:1640px) {
    .nav ul li>a{
        padding: 0 0.33rem;
    }
}
@media screen and (max-width:1600px) {
    .nav ul li>a{
        padding: 0 0.32rem;
    }
}
@media screen and (max-width:1400px) {
    .nav ul li>a {
        padding: 0 0.27rem;
        font-size: 0.24rem;
    }
    .footer,.footer .footer-container .links .links-btn span{
        font-size: 14px;
    }
    .footer h4{
        font-size: 0.26rem;
    }
}
@media screen and (max-width:1239px) {
    .layout {
        padding: 0 30px;
    }
    .nav ul li>a {
        padding: 0 0.25rem;
        font-size: 0.26rem;
    }
    .footer h4{
        font-size: 0.28rem;
    }
    .footer .footer-container .contect{
        padding-left: 4%;
    }
    .footer .line{
        height: 2rem;
    }
}
@media screen and (max-width:1200px) {
.footer .footer-container .links .links-btn{
    width: 3.2rem;
    height: 0.45rem;
    line-height: 0.45rem;
}
}
@media screen and (max-width:1125px) {
    .layout {
        padding: 0 30px;
    }
    .nav ul li>a {
        padding: 0 0.22rem;
        font-size: 0.28rem;
    }
    .footer .footer-container .left .logo{
        width: 350px;
    }
    .footer h4{
        font-size: 0.3rem;
    }
    .footer .line{
        display: none;
    }
    .footer .footer-container{
        padding-left: 30%;
        box-sizing: border-box;
    }
    .footer .footer-container .left .copyright{
        width: unset;
        line-height: 28px;
    }
    .footer .footer-container .left,.footer .footer-container .contect,.footer .footer-container .links{
        width: 100%;
        float: unset;
    }
    .footer .footer-container .contect{
        padding-left: 0;
        margin-top: 20px;
      
    }
    .footer .footer-container .contect div{
        line-height: 30px;
    }
    .footer .footer-container .links{
       
        margin-top: 20px;
     
    }
    .footer .footer-container .links .links-btn .links-item{
        width: 292px;
        bottom: 41px;
        max-height: 230px;

    }
    .footer .footer-container .links .links-btn{
        width: 292px;
        height: 43px;
        line-height: 43px;
        
    }
    .footer .footer-container .links .links-btn .links-item a{
        height: 43px;
        line-height: 43px;

    }
    .footer .footer-container .links .links-btn img{
        margin-top: 16px;
    }

}
@media screen and (max-width:1040px) {
    .nav ul li>a {
        padding: 0 0.2rem;
        font-size: 0.28rem;
    }
}
@media screen and (max-width:1024px) {
    .layout {
        padding: 0 15px;
    }

    .nav ul li>a {
        font-size: 0.26rem;
        padding: 0 0.2rem;
    }
}
@media screen and (max-width:1002px) {

    .nav ul li>a {
        font-size: 0.26rem;
        padding: 0 0.18rem;
    }
}
@media screen and (max-width:985px) {
    .nav ul li>a {
        font-size: 0.26rem;
        padding: 0 0.16rem;
    }
}
@media screen and (max-width:950px) {
    .nav ul li>a {
        font-size: 0.24rem;
        padding: 0 0.18rem;
    }
}
@media screen and (max-width:930px) {
    .nav ul li>a {
        font-size: 0.24rem;
        padding: 0 0.16rem;
    }
}
@media screen and (max-width:900px) {
    .header{
        height: 80px;
        line-height: 80px;
    }
    .header .logo{
        width: 400px;
    }
    .nav,.header .header-right .english,.header .header-right .search{
        display: none;
    }
    .header .header-right .menu-icon{
        display: inline-block;
        margin-top: -5px;
    }
    .header .header-right{
        margin-top: 30px;
    }
    .footer .footer-container{
        padding-left: 15%;
    }

}
@media screen and (max-width:483px) {
    .header .logo {
        width: 300px;
    }
    .mnav .header-right .search form{
    
        width: 100%;
        
    }
    .footer .footer-container{
        padding-left: 5%;
    }
    .footer h4 {
        font-size: 0.36rem;
    }
        
}
@media screen and (max-width: 390px){
.header .logo {
    width: 260px;
}
}