/* 联系我们 */
.Content{ display: block; width: 100%; background: url(../images/contact-bj.jpg) no-repeat center center / cover;}
.Content .tit {
    display: block;
}
.Content .tit h2{ display: block; font-size: 42px; color: #ff0; line-height: 62px; font-weight: bold; text-transform: uppercase; padding: 40px 0 20px; margin-bottom: 40px; position: relative; text-align: center; }
.Content .tit h2::after {
    content: ""; left: 50%; transform: translateX(-50%); bottom: 0; position: absolute; background: #ff0; width: 80px; height: 3px;
}



.main {
    width: 1280px; padding: 0; margin: 0 auto;
}
.contact-list{ display: flex; justify-content: space-between; position: relative; font-size: 0; padding-bottom: 50px; margin-top: 60px;}
.contact-list .map{ width: 45%;}
.contact-list .map .img img {
    max-width: 100%;
}
.contact-list .lxfs{ width: 55%; display: flex; justify-content: space-between; flex-direction: column; box-sizing: border-box; padding: 0 80px 0 0; }
.contact-list h3 {
    display: block; font-size: 18px; font-weight: bold; color: #333; margin: 30px 0;
}
.lxfs h2{ display: flex; position: relative;}
.lxfs h2 img {
    height: 42px;
}
.lxfs h2 span {
    font-size: 26px;color: #ff0; line-height: 42px; font-weight: bold; display: inline-block; text-transform: uppercase; margin-left: 15px;
}
.lxfs p{ display: block; font-size: 16px; line-height: 18px; color: #fff; margin: 20px 0;}

.lxfs li{ font-size: 15px; line-height: 1.5; color: #fff; display: inline-block; width: 100%; box-sizing: border-box; padding-left: 30px; margin: 0 !important; position: relative;}
.lxfs li a {color: #fff}
.lxfs li b {
    width: 100px; flex-shrink: 0; font-weight: normal;
}
.i-c-info li i {
    font-size: 20px; width: 30px; height: 32px; text-align: left; line-height: 32px; color: #fff; display: inline-block;  position: absolute; top: 0;left: 0;
}

/* .msg{ width: 100%; display: inline-block; vertical-align: top;}
.msg form{ display: block;}
.msg form input{ width: 100%; margin: 0 0 15px; line-height: 42px; box-sizing: border-box; border: none; border-radius: 2px; background: #e8e8e8; color: #6e6e6e; padding: 0 24px; font-size: 14px;}

.msg form input.none{ display: none;}
.msg form textarea{ padding: 10px 24px; min-height: 102px; width: 100%; line-height: 24px; margin-bottom: 15px; box-sizing: border-box; border: none; background: #e8e8e8; font-size: .14rem; font-family: Open Sans, Microsoft YaHei,Arial, Helvetica, sans-serif;}
.msg form button{ padding: 0 52px; line-height: 42px; background: #ba141c ; border: none; text-transform: uppercase; font-size: 16px; color: #fff;}
.msg form button:hover{ opacity: .7;}

.msg form input::placeholder,
.msg form textarea::placeholder{ color: #6e6e6e; font-size: 14px; font-family: Open Sans, Microsoft YaHei,Arial, Helvetica, sans-serif;} */

@media screen and (max-width: 1600px){
    header .main{ width: 1200px; margin: 0 auto; padding: 0;}
	.i-quality .pagination span{ margin-right: 66px}
    .banner{ width: 1200px;}
    .i-about .main, .i-quality .main, .i-contact .main, .about-common .main{ width: 1200px;}
    .main{ width: 1200px;}
    .i-pr .main{ width: 1240px;}
    .contact-list .lxfs{ padding: 0 30px 0 0;}
    .contact-list .map .img img{ padding-left: 50px;}
}


@media screen and (max-width: 1440px){
	header .main{ width: 1100px; margin: 0 auto; padding: 0;}
    .banner{ width: 1100px;}
    .i-about .main, .i-quality .main, .i-contact .main, .about-common .main{ width: 1100px;}
    .main{ width: 1100px;}
    .i-pr .main{ width: 1140px;}
    .lxfs h2 span {
        font-size: 22px;
    }
}

@media screen and (max-width: 1280px){
	header .main{ width: 960px; margin: 0 auto; padding: 0;}
    .banner{ width: 960px;}
    .i-about .main, .i-quality .main, .i-contact .main, .about-common .main{ width: 960px;}
    .main{ width: 960px;}
    .i-pr .main{ width: 1000px;}
    .lxfs h2 span {
        font-size: 20px;
    }
}