/* 办事处导航 */

.contact-top{
	width:100%;
	height:443px;
	overflow:hidden;
	background-color:#f8f8f8;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_l{
	width:50%;
	padding-bottom:28%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;	
}
.contact_r{
	width:50%;
	overflow:hidden;
	padding:3% 4%;
}

.contact_r .label {
    color: #666666;
    font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}
.contact_r h4 {
    color: #333;
	font-size:28px;
	font-weight:600;
}

.contact_r .contact_ul {
    border-top: 1px solid #e5e5e5;
    margin-top:4%;
    padding-top:4%;
}
.contact_r .contact_ul dd {
    display: block;
    margin-bottom: 20px;
    line-height:38px;
    font-size: 18px;
    color: #333;
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: left 10px;
	font-weight:500;
}

.contact_r .contact_ul dd.bgs1 {
    background-image: url(../img/contact_pic4.png);
    padding-left: 30px;
}
.contact_r .contact_ul dd.bgs2 {
    background-image: url(../img/contact_pic5.png);
    padding-left: 30px;
}
.contact_r .contact_ul dd.bgs3 {
    background-image: url(../img/contact_pic6.png);
    padding-left: 30px;
}
.contact_r .contact_ul dd.bgs4 {
    background-image: url(../img/contact_pic7.png);
    padding-left: 30px;
}


.contact_two{
	overflow: hidden;
	margin-bottom:8%;
	margin-top:2%;
	
}
.contact_two .tit{
	background:url(../img/contatct.png) no-repeat left center;
	padding-left:40px;
}
.contact_two .tit h3{
	font-size:28px;
	font-weight:500;
	color:#333;
}
.contact_two .tit span{
	font-size:16px;
	display:block;
	color:#a5a5a5;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.contact_two_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contact_two_list li {
    width: 31.5%;
    margin-right: 2.66%;
    display: inline-block;
    background-color: #f8f8f8;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.contact_two_list li:nth-child(3n) {
    margin-right: 0;
}

.contact_two_list li .img{
	width:100%;
	height:186px;
	overflow:hidden;
	position:relative;
}
.contact_two_list li .img img{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: .8s;
}
.contact_two_list li:hover .img img{
	transform: scale(1.1);
}


.contact_two_list li .info{
	padding:30px 50px;
	position:relative;
}
.contact_two_list li .info::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 21px;
    background-color: #df0615;
    left:0;
	top:31px;
}



.contact_two_list li .info h2{
	font-size:20px;
	color:#333;
	font-weight:500;
	margin-bottom:10px;
}

.contact_two_list li .xinxi{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.contact_two_list li .xinxi p{
	width:50%;
	line-height:36px;
	font-size:15px;
	font-weight:500;
	color:#555;
}
.contact_two_list li .xinxi p:last-child{
	width:100%;
}



/* 客户留言 */

.mbx2 {
    background-color: #F1F4F9;
}
.contact-info-out2 {
    background-color: #F1F4F9;
}

.contact-feedback {
    background-color:#fff;
	overflow:hidden;
    display: flex;
    justify-content: space-between;	
}
.contact-feedback .left {
    width: 50%;
	height:480px;
	overflow:hidden;
	position:relative;
}
.contact-feedback .name {
    font-weight: 500;
    font-size:30px;
    line-height: 1;
}
.contact-feedback .left p {
    line-height: 1.875;
    color: #756969;
    margin:16px 0 32px 0;
	font-size:16px;
}
.contact-feedback .left img {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.8s;
}
.contact-feedback .right {
    width: 50%;
	padding:3%;
}
.contact-feedback .form li {
    position: relative;
    margin-bottom: 0.1rem;
}
.contact-feedback .form .row-3 li {
    float: left;
    width: calc(33.333% - 0.06666rem);
}
.contact-feedback .form .row-3 li:not(:last-child) {
    margin-right:10px;
}
.contact-feedback .form li > label {
    position: absolute;
    left: 0.2rem;
    top: 0;
    line-height: 0.6rem;
}
.contact-feedback .form .text {
    width: 100%;
    border: 1px solid #d1cece;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    display: block;
    background: none;
}
.contact-feedback .form textarea.text {
    height: auto;
}
.contact-feedback .form .btn-box .btn {
    width: 1.7rem;
    height: 0.6rem;
    color: #fff;
    cursor: pointer;
    background: #d70c19;
    border: 0;
}
.faq_ul {
	margin-top:3%;
	margin-bottom:5%;
}
.faq_ul li{
	width:100%;
	height:auto;
	background-color:#fff;
	border:solid 1px #e6e8eb;
	margin-top:20px;
	padding:0 30px;
}
.faq_ul li .q{
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding:26px 0;
	border-bottom:solid 1px #e6e8eb;
}
.faq_ul li .q h3{
	width:80%;
	font-size:16px;
	color:#333;
	font-weight:bold;
	background:url(../img/q.png) no-repeat left center;
	padding-left:30px;
}
.faq_ul li .q h4{
	width:10%;
	font-size:14px;
	color:#888;
	text-align:right;
}
.faq_ul li .d{
	height:auto;
	padding:20px 0;
	font-size:15px;
	color:#666;
	line-height:2;
}

.faq_ul li .d strong{
	color:#df0615;
}


.yema {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding-bottom: 5%;
}

.yema a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    overflow: hidden;
	padding:0 20px;
    margin-left:5px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 6px;
}
.yema a.on {
    color: #fff;
    background: #e70315;
    border: 1px solid #e70315;
}

.yema a:hover {
    background-color: #e70315;
    color: #fff;
    border: 1px solid #e70315;
}






