.cptp{
	width: 100%;
	height: 350px;
}
.cptp img{
	width: 100%;
	height: 100%;
}
.xws{
	width: 100%;
}
.xwdh{
	border-radius: 10px;
	background-color:#fafafa;
	border-color: #FAFAFA;
	width: 1400px;
	height: 100px;
	
	margin: 0px auto;
}
.xwdh ul{
	margin-left:37% ;
}
.xwdh  ul li{
	float: left;
	line-height: 5.7;
	height: 100px;
	width: 120px;
	text-align: center;
	transition: background-color .5s ease;
}
.xwdh ul li a{
	color: #191919;
	font-size: 18px;
	font-weight: 500;
	transition: color .5s ease;
}
.xwdh ul li:hover{
	background-color: #009f2e;
}
.xwdh ul li:hover a{
	color: white;
}
.xwli{
	width: 1300px;
	height: 350px;
	margin:0px auto;
	margin-top: 20px;
}
.liimg{
	height: 90%;
	width: 500px;
	margin-top: 1%;
	float: left;
	overflow: hidden;
}
.liimg img{
	width: 100%;
	height: 100%;
	transition: width .5s ease,height .5s ease;
}
.xwli:hover .liimg img{
	width: 105%;
	height: 105%;
}
.xwa{
	width: 850px;
	height: 100%;
	border: 1px solid transparent;
	margin-left: 530px;
}
.xwa a:nth-child(1){
	font-size: 25px;
	font-weight: 400;
	color: black;
}
.xwa p:nth-child(1){
	font-size: 14px;
	font-weight: 100;
	margin-top: 50px;
}
.xwa p:nth-child(2){
	font-size: 16px;
	font-weight:400;
	margin-top: 55px;
	color: gray;
	width: 720px;
	line-height: 30px;
}
.xwbtn{
	width: 150px;
	height: 60px;
	border: 1px solid lightgray;
	margin-top: 80px;
	transition: background-color .5s ease;
	text-align: center;	
	cursor: pointer;
}
.xwbtn a{
	line-height: 3;
	transition: color .3s ease;
	color: gray !important;
	font-size: 20px !important;
}
.xwbtn:hover a{
	color: white !important;
}
.xwbtn:hover{
	background-color: #009f2e;
}
.xwli hr{
}
.btonauto{
	width: 1400px;
	height: 100%;
	margin: 0px auto;
}
.btonauto P{
	color: black;
	font-size: 20px;
	line-height: 5;
}