footer{
    /*height:580px;*/
    color:rgb(169, 169, 169);
    background-color:#2D2D2D ;
}
.footerInfo{
    margin-top: 70px;
    width: 1400px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    padding-top: 30px;
}
.footerInfo .itembox {
    /*width: 33%;*/
    color: #ffffff;
}
.footerInfo .itembox>h2{
    font-size: 18px;
    color: #ffffff;
    line-height: 2;
}
.footerInfo .itembox>div{
    box-sizing: border-box;
}
.footerInfo .itembox:nth-child(2) {
    padding-top: 50px;
    box-sizing: border-box;
}
.contactUs{
    width: 499px;
    box-sizing: border-box;
    padding-right: 50px;
}
.contactUs b{
    display: inline-block;
    font-size: 20px;
    text-indent: 1em;
}
.contactUs p{
    font-size: 16px;
    line-height: 2;
}

.address {
    margin-top: 10px;
}
.contactUs .address img {
    margin-right: 10px;
    padding-top: 5px;
}
.contactUs .address span {
    font-size: 16px;
}
.footerInfo .itembox:nth-child(2) h2{
    padding-left: 55px;
}
.footerNavCotent{
    width: 100%;
    display: flex;
    justify-content: space-around;
    /*border-right: 1px solid #a9a9a9;*/
    /*border-left: 1px solid #a9a9a9;*/
    box-sizing: border-box;
    text-align: center;
}
.footerNavCotent .link-nav h3 {
    font-size: 16px;
}
.footerNavCotent .link-nav a{
   margin-top: 10px;
    display: block;
}
.footerInfo .itembox:nth-child(3){
    text-align: center;
}

.footerCodeCotent img{
    width: 135px;
    margin-top: 49px;
}
.copyRightBox{
    height:50px;
    line-height: 50px;
    text-align: center;
    /*margin-top:100px;*/
    /*color: #ffffff;*/
}
.copyRightBox a{
    /*color: #ffffff !important;*/
}

/*尾部链接处理 start*/
.footerListBox li{
    height:40px;
    line-height: 40px;
}
.footerListBox li a{
    font-size:14px;
}

footer a:link{
    color:rgb(169, 169, 169);
}
footer a:visited{
    color:rgb(169, 169, 169);
}
footer a:hover{
    color:rgb(169, 169, 169);
}
footer a:active{
    color:rgb(169, 169, 169);
}
/*尾部链接处理 end*/
.erweimaBox{
    margin-left:-50px;
    overflow: visible;

}
.erweimaBox li:first-of-type{
    margin-left:37px;
}
.erweimaBox li:last-of-type{
    margin-left:4px;
    margin-top:10px;
}
.erweimaBox li{
    margin-top:7px;
}
.erweimaImg{
    width:120px;
}
.erweimaBox .glyphicon{
    font-size:24px;
    margin-right:10px;
}
.erweimaBox .addressIcon{
    font-size:12px;
}
.glyphicon+span{
    font-family: "微软雅黑";
    font-size:20px;
}
.erweimaBox .addressSpan{
    font-size:12px;
}
.footertitle {
    font-size: 20px;
    margin-top: 10px;
}
/*回到顶部*/
#goTop{
    position:fixed;
    bottom:30px;
    right:10px;
    z-index:10;
    width:50px;
    height:50px;
    line-height: 50px;
    border-radius:25px;
    text-align: center;
    background-color: #F76F33;
    color:#fff;
    font-size:14px;
    border:1px solid #D6D6D6;
    box-shadow:0 0 1px 1px #D6D6D6;

    display: none;
}
#goTop:hover{
    cursor: pointer;
}
#goTop .TopTriangle{
    width:0;
    height:0;
    border-top: 5px solid transparent;
    border-left: 5px solid  transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    display: inline-block;
    margin-left:2px;
}