@charset "utf-8";
/* CSS Document */

/*********联系我们*********/

.contact-title {
    text-align: center;
}
.contact-title h3 {
    font-size: 36px;
    padding-bottom: 15px;
    border-bottom: 1px #dedede solid;
    position: relative;
    margin-bottom: 30px;
}
.contact-title h3:before {
    content: "";
    width: 120px;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    background: #e53e40;
    -webkit-transform: skewX(28deg);
    transform: skewX(28deg);
    margin-left: -60px;
}
.contact-title p {
    font-size: 15px;
}
.contact-ctn {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 50px;
}
.aboutmap img {
    width: 100%;
}
.aboutads {
    background: #f4f4f4;
    padding: 25px 40px 0 40px;
    font-size: 16px;
    width: 50%;
}
.aboutads-item {
    padding: 15px 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
    background: #eee;
}

.aboutads-item i {
    font-size: 22px;
    margin-right: 15px;
    line-height: 1.5;
}
.aboutads-item p strong {
    line-height: 2;
}
i.iconfont.icon-pin {
    background: url(../images/map.png) repeat center;
    height: 24px;
    width: 25px;
    background-size: 100% 100%;
    margin-top: 3px;
}
i.iconfont.icon-headphones {
    background: url(../images/customer-service.png) repeat center;
    height: 24px;
    width: 25px;
    background-size: 100% 100%;
    margin-top: 3px;
}
i.iconfont.icon-phone-2 {
    background: url(../images/telephone-out.png) repeat center;
    height: 24px;
    width: 25px;
    background-size: 100% 100%;
    margin-top: 3px;
}
i.iconfont.icon-envelope {
    background: url(../images/email.png) repeat center;
    height: 24px;
    width: 25px;
    background-size: 100% 100%;
    margin-top: 3px;
}
@media screen and (max-width: 640px){
.contact-ctn {
    display: block;
}
.aboutads {
    flex-wrap: wrap;
    padding: 20px;
    width: 100%;
}
}