.biaoti{
	min-width:1200px;
	font-size:24px;
	width:1200px;
	margin:0px auto;
	margin-bottom:20px;
}
.aftersale_wrap{
	/*border:1px solid blue;*/
	background:#EEEEEE;
	min-width:1200px;
	padding:50px 0px;
}
.aftersale_list_wrap{
	/*border:1px solid red;*/
	width:1200px;
	/*height:370px;*/
	margin:0px auto;

}
.list_wrap_ul{
	height:100%;
	display:flex;
	justify-content:space-between;
}
.list_wrap_ul li{
	/*border:1px solid yellow;*/
	background:#fff;
	width:23%;
	height:100%;
	border-radius:20px;
	padding:30px 0px;
}
.list_img{
	/*border:1px solid blue;*/
	width:120px;
	height:120px;
	margin:0px auto;
}
.list_img img{
	object-fit: cover;
	width:100%;
	height:100%;
}
.list_text{
	/*border:1px solid blue;*/
	margin:20px;
	height:115px;
	text-align:center;
	color:#333;
}
.list_text .p1{
	/*border:1px solid red;*/
	font-size:24px;
	padding-bottom:10px;
}
.list_text .p2{
	/*border:1px solid red;*/
	line-height:22px;
}
.list_bottom{
	border:1px solid #333;
	font-size:16px;
	width:120px;
	height:40px;
	border-radius:50px;
	margin:0px auto;
	text-align:center;
	line-height:40px;
	overflow:hidden;
}
.list_bottom a{
	display:block;
	width:100%;
	height:100%;
	color:#333;
}
.list_bottom a:hover{
	background:#333;
	color:#fff;
}
/*商务合作*/
.section_contact{
	min-width:1200px;
}
.item_wrapper{
	/*border:1px solid green;*/
	width:1200px;
	min-width:1200px;
	height:200px;
	margin:50px auto;
}
.item_wrapper_ul{
	display:flex;
	height:100%;
	justify-content:space-between;
}
.item_wrapper_ul li{
	border-right:1px solid #ececec;
	width:23%;
	height:100%;
	color:#6a6a6a;
}
.item_wrapper_ul li:last-child{
	border-right:0px solid blue;
}
.item_wrapper_ul li .p1{
	/*border:1px solid green;*/
	height:60px;
	line-height:70px;
	font-size:24px;
	color:#333;
}
.item_wrapper_ul li .p2{
	/*border:1px solid green;*/
	height:40px;
	line-height:40px;
}
.item_wrapper_ul li .p2 a{
	color:#FF0042;
}
/*联系地址开始*/
.section_map{
	/*border:1px solid blue;*/
	margin:0px auto;
	width:1200px;
	min-width:1200px;
	height:600px;
	margin-bottom:50px;
}
.section_map_clear{
	/*border:1px solid red;*/
	display:flex;
	height:calc(100% - 50px);
	justify-content:space-between;
}
.dizhi{
	width:49%;
	/*border:1px solid yellow;*/
}
.dizhi_title{
	background: #15B5FF;
	/*border:1px solid red;*/
	height:110px;
	padding-left:30px;
	padding-top:10px;
	color:#fff;
}
.dizhi_title .p1{
	font-size:22px;
	line-height: 40px;
}
.dizhi_title .p2{
	font-size:14px;
	line-height: 25px;
}

.dizhi_ditu{
	/*border:1px solid blue;*/
	height:calc(100% - 110px);
	background-image: url('../img/20190517093405.png');   
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.dizhi_ditu01{
	/*border:1px solid blue;*/
	height:calc(100% - 110px);
	background-image: url('../img/2019051709340501.png');   
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}



