@charset "utf-8";

/*  header */

.header {
    height: 66px;
    line-height: 65px;
    background-color: #fff;
    /* border-bottom: 1px solid #FFF; */
}

.header a {
    /* color: #FFF; */
    color: #000;
    font-family: AliMedium;
}

.header .menu {
    margin-left: 110px;
}

.menu li {
    float: left;
    /* margin-right: 56px; */
    margin-right: 90px;
}

.menu li a {
    display: block;
    /* border-bottom: 4px solid #fff; */
    /* color: #FFF; */
    height: 64px;
    line-height: 63px;
    font-size: 14px;
}

/* pc导航栏颜色 */
    .pcColor{
        color: #297abe;
        /* font-size: 20px; */
        font-weight: 600;
    }

.header .header-right {
    color: #fff;
}

.header .header-right a {
    margin: 0 14px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: AliRegular;
}

/* 中英文 */
.china2{
margin-left: 180px;
display: flex;
justify-content: flex-end;
font-size: 14px;
font-weight: 600;

}
.china2 span{
    padding: 0  15px;
}



/* 手机footer */
@media(max-width:992px) {
    .footer {
        /* background-color: #03326a; */
        padding: 30px 0 28px;
        background-color: #03326a;
        /* margin-top: 20px; */
        display: flex;
        justify-content: space-around;
    }
    .containerbox  img{
        width: 150px;
    }
    
}

/*  footer  */

@media(min-width:992px) {
    .footer {
        background-color: #03326a;
        padding: 84px 0 28px;
        /* margin-top: 50px; */
        display: flex;
        justify-content: space-around;
    }
  
    
}

.footer-info dt {
    font-size: 16px;
    color: #FFF;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: AliBold;
}

.footer-info dd {
    margin-bottom: 10px;
}

.footer-info dd,
.footer-info dd a {
    font-size: 12px;
    color: #FFF;
    font-weight: 400;
    font-family: AliRegular;
}

/* footer  底部 */
.containerbox{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}

/* pc端logo对齐 */
.pull-left{
    display: flex;
    justify-content: center;
}


.container{
    /* display: flex; */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


@media (max-width:480px) {
    .footer-info{
        /* margin: 60px  0; */
        margin: 25px 53px;
    }
}

@media (min-width:490px) {
    .footer-info{
        display: inline-flex;
        margin: 0  50px;
    }
}



@media (min-width: 1460px) {
    .container {
        width: 1440px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1459px) {
    .header .menu {
        margin-left: 60px;
    }
    .menu li {
        margin-right: 45px;
    }
    .container {
        
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
   
}






