/* 尾部s */

.index-footer {
    margin-top: 30px;
    background-color: #FFFFFF;
}

.index-footer-l {
    float: left;
    width: 260px;
}

.index-footer-logo {
    display: block;
    margin: 34px 0;
}

.index-footer-code {
    float: left;
    width: 100px;
    margin-right: 30px;
    color: #555;
    text-align: center;
}

.index-footer-codeimg {
    display: block;
    margin-bottom: 10px;
}

.index-footer-r {
    float: right;
    width: 814px;
}

.index-footer-service {
    padding-top: 45px;
}

.index-footer-service dl {
    float: left;
    width: 25%;
}

.index-footer-service dt {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 25px;
}

.index-footer-service dd {
    font-size: 12px;
    color: #777;
    margin-bottom: 18px;
}
.index-footer-service dd a {
    color: #777;
}

.index-footer-service dd a:hover {
    color: #ff6700;
}

.index-footer-record {
    padding: 28px 0 0 0;
}

.index-footer-record-p {
    color: #b5b5b5;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;

}

.index-footer-record-p a {
    color: #b5b5b5;
    margin-right: 10px;
}

.index-footer-icon {
    font-size: 0;
    padding: 14px 0 30px 0;
    text-align: center;
}

.index-footer-icon-bg {
    display: inline-block;
    height: 30px;
    background: url(../img/common-foot.png) no-repeat;
    margin-right: 6px;
}

.index-footer-icon1 {
    width: 72px;
    background-position: 0 -40px;
}

/* .index-footer-icon1:hover {
	background-position: 0 0;
} */

.index-footer-icon2 {
    width: 86px;
    background-position: -78px -40px;
}

/* .index-footer-icon2:hover {
	background-position: -78px 0;
} */

.index-footer-icon3 {
    width: 72px;
    background-position: -170px -40px;
}

/* .index-footer-icon3:hover {
	background-position: -170px 0;
} */

.index-footer-icon4 {
    width: 72px;
    background-position: -248px -40px;
}

/* .index-footer-icon4:hover {
	background-position: -248px 0;
} */

.index-footer-icon5 {
    width: 170px;
    background-position: -326px -40px;
}

/* .index-footer-icon5:hover {
	background-position: -326px 0;
} */

.index-footer-icon6 {
    width: 110px;
    background-position: -502px -40px;
}

/* .index-footer-icon6:hover {
	background-position: -502px 0;
} */

.index-footer-icon7 {
    width: 80px;
    background-position: -618px -40px;
}

/* .index-footer-icon7:hover {
	background-position: -618px 0;
} */

.index-footer-icon8 {
    width: 110px;
    background-position: -704px -40px;
    margin-right: 0;
}

.index-footer-safe{
    width: 100%;
    height:80px;
    border-top: 1px solid #f5f5f5;
    padding-top: 15px;
}
.index-footer-safe .index-footer-safe-li{
    width: 25%;
}
.index-footer-safe-img{
    width: 37%;
    height: 100%;
}
.index-footer-safe-img img{
    width: 100%;
    height: auto;
}
.index-footer-safe-info{
    width: calc(58% - 1px);
    height: 85px;
    margin-left: 5%;
    border-left: 1px solid #e3e1e1;
    padding-left: 5%;

}
.index-footer-safe-title{
    color: #ff6700;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 100px;
    text-align: center;
    margin-bottom: 10px;
}
.index-footer-safe-ms{
    width: 100px;
    text-align: center;
}
.index-footer-safe-ms p{
   margin-bottom: 5px;
    color: #666;
}
/* 尾部e */
