

#ContactUs{
	display: block;
	overflow: hidden;
}
#ContactUs ul{
	display: block;
	width: 1300px;
	margin: 0 auto;	
	overflow: hidden;
	margin: 35px auto;
}
#ContactUs ul li{
	width: 50%;
	float: left;
	overflow: hidden;
}
#content #ContactUs .ContactUs_left .content_top{
	padding-top: 0px; 
	padding-bottom: 0px;
	margin-bottom: 28px;
}
#ContactUs .ContactUs_left .ContactUs_left_div2{
	font-size: 12px;
	font-weight: 600;
	line-height: 25px;
}
#ContactUs .ContactUs_left .ContactUs_left_div2 span{
	font-size: 14px;
	line-height: 36px;
}
#ContactUs .ContactUs_left .content_top {
	height: 93px;
	margin: 35px auto 0px;
	border: none;
}
#ContactUs .ContactUs_left .content_top h2{
	color: #c9caca;
	font-weight: 400;
}
#ContactUs .ContactUs_left .content_top p{
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}
#ContactUs .ContactUs_right{
	width: 524px;
	height: 524px;
	margin-bottom: 60px;
}
@media screen and (max-width: 450px){
	#ContactUs{
		width: 100%;
	}
	#ContactUs ul{
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
	#ContactUs ul li{
		width: 100%;
	}
	#ContactUs .ContactUs_left .content_top p{
		font-size:0.18rem;
		line-height: 0.3rem;
		font-weight: bold;
	}
	#content #ContactUs .ContactUs_left .content_top{
		margin: 0.1rem 0;
	}
	#ContactUs .ContactUs_left .ContactUs_left_div2{
		padding: 0 0.1rem;
		margin-bottom: 0.1rem;
	}
	#ContactUs .ContactUs_left .ContactUs_left_div2 span{
		font-size: 0.16rem;
		line-height: 0.3rem;
	}
	#ContactUs .ContactUs_right{
	    width: 100vw;
    	height: 2rem;
    	margin-bottom: 0.3rem;
	}
}