/* 公用底部 */
.footer-content{
	clear:both;
    border-top: 1px solid #f5f5f5;
}
.promise-block{
    padding: 28px 0;
}
.promise-block > ul > li{
    float: left;
    width: 220px;
    height: 42px;
    padding-left: 80px;
    position: relative;
}
.promise-block > ul > li:before{
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: top;
    margin: 2px 10px 0 0;
    background: url("../images/footer-ico.png") no-repeat;
}
.promise-block > ul > li.ico01:before{
    background-position: 0 -26px;
}
.promise-block > ul > li.ico02:before{
    background-position: -48px -26px;
}
.promise-block > ul > li.ico03:before{
    background-position: -96px -26px;
}
.promise-block > ul > li.ico04:before{
    background-position: -144px -26px;
}
.promise-block > ul > li:after{
    content: "";
    display: block;
    width: 0;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #e0e0e0;
}
.promise-block > ul > li:last-child:after,
.promise-block > ul > li.ico04:after{
    display: none;
}
.promise-block > ul > li > span{
    display: inline-block;
    color: #666;
    height: 42px;
}
.promise-block > ul > li > span > strong{
    display: block;
    font-size: 18px;
}
.web-help-block{
    padding: 30px 0;
    border-top: 1px solid #f5f5f5;
}
.web-help-list{
    float: left;
}
.web-help-list dl{
    float: left;
    width: 160px;
    padding-left: 40px;
}
.web-help-list dl dt {
    color: #333;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.web-help-list dl dd a{
    color: #666;
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.web-help-list dl a:hover{
    color: #31a5e7;
}
.link-way{
    float: right;
}
.serve-dh,
.propose-dh{
    margin-bottom: 10px;
}
.serve-dh em,
.propose-dh em{
    color: #666;
    display: block;
    padding: 2px 0;
    font-size: 14px;
    font-weight:bold;
}
.serve-dh strong{
    color: #3db1fa;
    display: block;
    font-size: 26px;
    font-family: Arial, "微软雅黑";
}
.propose-dh strong{
    color: #ff6709;
    display: block;
    font-size: 26px;
    font-family: Arial, "微软雅黑";
}
.propose-dh span{
    color: #666;
    display: block;
    padding-top: 5px;
}
.footer-block{
    padding: 15px 0;
    border-top: 1px solid #f5f5f5;
}
.about-us{
    float: left;
    width: 800px;
}
.about-us:before{
    content: "";
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background: url("../images/footer-logo.png") center no-repeat;
}
.link{
    float: left;
    width: 700px;
    height: 20px;
    overflow: hidden;
}
.link span{
    float: left;
    color: #999;
    height: 20px;
    line-height: 20px;
}
.link a{
    float: left;
    color: #999;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
}
.edit{
    float: left;
    color: #999;
    width: 700px;
    line-height: 20px;
}
.edit p a{
    color: #999;
}
.link a:hover,
.edit a:hover,
.find-us a.gz:hover{
    color: #31a5e7;
}
.find-us{
    float: right;
    margin-top: 17px;
}
.find-us a{
    float: left;
    margin:0 10px;
    font-size: 0;
    position: relative;
}
.find-us a.cx{
    width: 85px;
    height: 25px;
    background: url("../images/footer-ico.png") no-repeat 0 -74px;
}
.find-us a.cx:hover{
    background: url("../images/footer-ico.png") no-repeat -95px -74px;
}
.find-us a.gz{
    color: #999;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}
.find-us a.wx,
.find-us a.wb{
    width: 25px;
    height: 25px;
    background: url("../images/footer-ico.png") no-repeat;
}
.find-us a.wx{
    background-position: 2px 4px;
}
.find-us a.wx:hover{
    background-position: -108px 4px;
}
.find-us .wx-pic{
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 186px;
    height: 223px;
    margin-left: -93px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.find-us a.wx:hover .wx-pic{
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.find-us a.wb{
    background-position: -51px 4px;
}
.find-us a.wb:hover{
    background-position: -161px 4px;
}
.find-us .wb-pic{
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 186px;
    height: 223px;
    margin-left: -93px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.find-us a.wb:hover .wb-pic{
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}