/* 页脚部分 */
.footer {
     background-color: #fff;
}

.footer-service {
     width: 100%;
     height: 80px;
     padding: 27px 0;
     border-bottom: 1px solid #e0e0e0;
}

.footer-service li {
     float: left;
     width: 19.8%;
     height: 25px;
     border-left: 1px solid #e0e0e0;
     font-size: 16px;
     line-height: 25px;
     text-align: center;
}

.footer-service li:nth-child(1) {
     border-left: none;
}

.footer-service a {
     color: #616161;
     transition: all .2s;
}

.footer-service a:hover {
     color: #ff6700;
}

.footer-service i {
     margin-right: 6px;
     font-size: 24px;
     line-height: 24px;
     vertical-align: -4px;
}

.footer-links {
     width: 100%;
     height: 312.5px;
     padding: 40px 0;
}

.footer-links>ul {
     float: left;
     width: 160px;
     text-align: left;
     font-size: 14px;
     color: #424242;
}

.footer-links a {
     color: #757575;
     margin: 10px 0 0;
     font-size: 12px;
}

.footer-links a:hover {
     color: #ff6700;
}

.footer-links li {
     margin: 10px 0 0;
}

.footer-links li:first-child {
     margin: -1px 0 26px;
     line-height: 1.25;
}

.contact {
     float: right;
     width: 251px;
     border-left: 1px solid #e0e0e0;
     text-align: center;
     color: #616161;
}

.tel {
     font-size: 22px;
     line-height: 1;
     color: #ff6700;
     margin-bottom: 5px;
}

.time,
.detail {
     font-size: 12px;
     color: #616161;
     margin-bottom: 5px;
}

.contact a {
     display: block;
     width: 118px;
     height: 28px;
     font-size: 12px;
     margin: 0 auto;
     line-height: 28px;
     border: 1px solid #ff6700;
     color: #ff6700;
     transition: all .4s;
     font-weight: 500;

}

.contact a:hover {
     color: #fff;
     background-color: #ff6700;
     border-color: #ff6700;
}

.num {
     margin-top: 25px;
}

.footer-info {
     height: 265px;
     padding: 30px 0;
     font-size: 12px;
     margin-top: 63px;
     background: #fafafa;
}

.info-top {
     width: 100%;
     height: 157px;
}

.info-bottom {
     margin: 30px auto 0;
     width: 100%;
     height: 19px;
     background: url(../images/slogan2020.png) no-repeat center 0;

}

.info-top>img,
.info-right {
     float: left;
}

.info-top>img {
     width: 56px;
     margin-right: 10px;
}

.info-right {
     width: 1160px;
     text-align: left;
     font-size: 12px;
     line-height: 18px;
}

.info-right>p:first-child {
     color: #757575;
}

.info-right>p:first-child>a {
     color: #757575;
}

.info-right>p:nth-child(3)>a {
     color: #b0b0b0;
}

.info-right>p>a:hover {
     color: #ff6700;
}

.info-links img{
     height: 28px;
     margin: 4px 0 15px;
}