/* 尾部 */
.footer {
    height: 938px;

}
.footer .footer-w {
    height: 755px;
    background-color: #222222;
}
.footer .footer-s {
    height: 185px;
    background-color: #e5e9f0;
    overflow: hidden;
}
.footer .footer-w .footter-w-c{
    width: 1400px;
    margin: auto;
}
.footer .footter-w-c ul {
    float: left;
    font-size: 38px;
    font-weight: bold;
    color: #f8f8f8;
    line-height: 70px;
    margin-top: 108px;
}
.footer .footter-w-c ul li {
    cursor: pointer;
}
.footer .footter-w-c .rr {
    float: right;
    width: 623px;
    height: 531px;
    margin-top: 112px;
    display: flex;
    flex-wrap: wrap;
}
.footer .footter-w-c .rr .f4 {
    width: 309px;
    height: 264px;
    border: 1px solid #414141;
    text-align: center;
}
.footer .footter-w-c .rr .f4 div {
    height: 58px;
    width: 58px;
    margin: 47px 0 25px 127px;
    background-color: #fff;
    border-radius: 50%;
}
.footter-w-c  .f4 div img{
    margin-top: 15px;
}
.footer .footter-w-c .rr .f4 h2{
    color: #fff;
}
.footer .footter-w-c .rr .f4 p{
    color: #8a8a8a;
    margin-top: 24px;
    margin-left: 65px;
    width: 200px;
}

.footer .footer-s .footter-s-c{
    width: 1400px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footter-s-c .ss{
    color: #7b7c7c;
}
.footer .footter-s-c .ss a{
    display: block;
}
.footer .footter-s-c .ss .p{
    margin-left: 95px;
    margin-bottom: 5px;
    text-align: right;
}
.footer .footter-s-c .cc{
    margin-left: 155px;
}


/* 尾部hover效果 */
.footter-w-c ul li .Chinese {
    display: none;
} 
.footter-w-c ul li .Chinese img{
    margin-top: 32px;
    margin-left: 10px;
} 
.footter-w-c ul li:hover .Chinese {
    display: block;
}
.footter-w-c ul li:hover .English {
    display: none;
}


/* 手机端 */
.wap_footer {
    width: 100%;
    height: 50px;
    background: #e37518;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding:2px 0;
    display: none;
}

.wap_footer a {
    display: block;
    padding-top: 2px;
    width: 25%;
    height: 45px;
    float: left;
    background: url(../images/public/footer.png) right center repeat-y;
    overflow: hidden;
}

.wap_footer a:last-child {
	background-image: none;
}

.wap_footer a img {
    display: block;
    height: 18px;
    margin: 0 auto;
        margin-top: 4px;
}

.wap_footer a p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
}

/* 出现底部导航 */
@media screen and (max-width: 550px) {
    
    .footer {
        display: none;
    }
    
    .wap_footer {
        display: block;
    }
}



/* 适应1200-1400的屏幕 */
@media screen and (min-width:1200px) and (max-width:1400px) {
    .footer .footer-w .footter-w-c {
        width: 1200px;
        margin: 0 auto;
    }
    .footer .footer-s .footter-s-c  { 
        width: 1200px;
        margin: 0 auto;
    }
    .foot-conter .ss ul li a {
        float: left;
        width: 170px;
        height: 90px;
        text-align: center;
        background-color: #000;
        color: #d4d4d4;
        line-height: 90px;
        cursor: pointer;
    }
}



