@charset "utf-8";
.footer {
    clear: both;
    background: #1a212f;
    height: 488px;
}

.footer .footerCol {
    width: 1200px;
    margin: 0 auto;
    height: 430px;
}

.footer .footerColContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 210px;
    border-bottom: 0px solid #434343
}

.footer .contact-qr{width: 1200px;display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
			    -webkit-box-pack: justify;
			    -webkit-justify-content: space-between;
			    -ms-flex-pack:justify ;
			    justify-content: space-between;
}
.footer .contact-qr li{display: inline-block;width: 180px; float: left;height: 210px; justify-content: center;text-align: center;}
.footer .contact-qr li img{width: 180;height: 180px;}
.footer .contact-qr li p{color: #eee;}

.footer .wxQr-box:after,
.footer .wxQr-box:before {
    content: '';
    height: 10px
}

.footer .footerColPart:first-child {
    margin: 0 0 0 10px
}

.footer .footerColTitle {
    font-size: 18px;
    line-height: 25px;
    margin: 60px 0 16px;
    color: #eee
}

.footer .footerColTitle strong {
    font-size: 16px
}

.footer .footerColSection,
.footer .footerColSection a {
    color: #a6a6a6;
    font-size: 14px
}

.footer .footerColSection {
    line-height: 20px;
    margin: 0 0 8px
}

.footer .footerColSection strong {
    font-size: 16px;
    font-weight: 500
}

.footer .footer-text__margin {
    margin: 0 36px 0 0
}

.footer .icon-wrap {
    margin: 18px 0 0
}

.footer .weiboIcon,
.footer .wxIcon {
    display: inline-block
}

.footer .weiboIcon {
    margin: 0 0 0 30px
}

.footer .footer-icon {
    width: 24px
}

.footer .wxIcon {
    position: relative
}

.footer .wxQr-box,
.footer .wxQr-box:after,
.footer .wxQr-box:before {
    position: absolute;
    left: 0;
    background: #fff
}

.footer .wxIcon:hover .wxQr-box {
    display: block
}

.footer .wxQr-box {
    display: none;
    bottom: 38px;
    width: 160px;
    text-align: center;
    color: #353535;
    border: 1px solid #eee;
    line-height: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px 4px 4px 0
}

.footer .wxQr-box:before {
    bottom: -5px;
    width: 30px;
    -webkit-transform: skewX(-22deg) rotateZ(-24deg);
    transform: skewX(-22deg) rotateZ(-24deg);
    border: 1px solid #eee
}

.footer .wxQr-box:after {
    bottom: 0;
    width: 35px
}

.footer .wxQr-box-img {
    width: 120px;
    margin: 5px 0 0
}

.footer .webInfo {
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 18px 0;
    font-size: 12px;
    color: #888
}

.footer .webInfo a {
    display: inline-block;
    vertical-align: top
}

.footer .webInfo p {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 5px;
    color: #939393
}

.footer .webInfo img {
    float: left;
    margin-left: 20px
}

[class*=" icon-"],
[class^=icon-] {
    font-family: iconfont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer a {
    text-decoration: none;
}