/*底部联系我们*/
.foot{
    width: 100%;
    height: 440px;
    background-color:#292929;
}
.footwrap{
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    height:290px;
}
.footcont{
    width: 100%;
    height: 270px;
    color: #E0E0E0;

}
.footcont>div{
    float: left;
}
.footcont>div:nth-child(3){
    float: right;
    margin-top: 20px;
}
.footcont>div:nth-child(3)>div{
    margin-left: 34px;
    font-size:18px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    line-height:25px;
}
.foot1{
    width: 262px;
    height: 100%;
}
.foot2-top,.foot1-top{
    width: 100%;
    height: 35px;
    margin-bottom: 35px;
}

.foot2-top>div,.foot1-top>div{
    float: left;
}
.foot-top{
    width: 96px;
    height: 33px;
    border-bottom: 1px solid #E33224;
    text-align: center;
    font-size:24px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    line-height:20px;
}
.foot-eng{
    width: 120px;
    margin-left: 15px;
    font-size:16px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(224,224,224,1);
}
.foot3>div{
    width:108px;
    float: left;
}
.foot3{
    text-align: center
}
.foot3>div>div:first-of-type{
    width: 108px;
    height: 108px;
    margin-bottom: 5px;
}
.foot3>div>div:first-of-type>img{
    width: 100%;
    height:100%;
}
.footlast{
    width: 100%;
    color:#FFFFFF ;
    text-align: center;
}
.new1{
    height: 50px;
    cursor: pointer;
    font-size:18px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(224,224,224,1);

}
.litlepic{
    width: 22px;height: 22px;
    float: left;
    margin-right: 15px;
}
.foot2-right{
    width: 100%;
    height: 50px;
    font-size:18px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(224,224,224,1);
    line-height:20px;
}
a{
    text-decoration: none;
    color:#e0e0e0 ;
}
/*清除浮动代码*/
.clearfloat{clear:both}