i , em {
	font-style: normal;
}

section ,
.section {
	width: 1200px;
	margin: 0 auto;
}

.section > div {
	margin-bottom: 30px;
}

.section .title {
	position: relative;
	width: 100%;
	color: #000000;
	font-size: 26px;
	line-height: 58px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c5cae9;
}

.section .title:after {
	position: absolute;
	left: 0px;
	bottom: -1px;	
	width: 100px;
	height: 4px;
	background-color: #536DFE;
	content: "";
}

.section .tr_list {
	position: absolute;
	right: 0px;
	top: 20px;
}

.section .tr_list li {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-left: 20px;
	font-size: 18px;
}

.section .tr_list li:after {
	position: absolute;
	right: -22px;
	top: 6px;
	width: 0px;
	height: 14px;
	border-right: 2px solid #e9e9e9;
	content: "";
}

.section .tr_list li:last-child:after {
	border-right: none;
	right: 0px;
}

.section .tr_list li.on a {
	color: #536DFE;
	font-weight: bold;
}

/* top_page */
.box_tap {
	height: 30px;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c5cae9;
}
.box_tap ul li {
	position: relative;
	cursor: pointer;
	font-size: 20px;
	float: left;
	color: #333;
	padding: 0 20px;
}

.box_tap ul li:last-child:after {
	width: 0px;
}

.box_tap ul li:after {
	position: absolute;
	top: 6px;
	right: 0px;
	width: 2px;
	height: 18px;
	background: #ECECEC;
	content: "";
}

.box_tap ul li.on {
	color: #536DFE;
}
/*好友推荐*/
.recomd {
	position: relative;
}
.recomd .recomd-box ul {
	display: none;
}
.recomd .recomd-box li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.recomd .recomd-box li:last-child {
	margin-right: 0px;
}

.recomd .recomd-box li > * {
	display: block;
	margin-bottom: 5px;
}

.recomd .recomd-box .car_box {
	width: 220px;
	height: 145px;
	overflow: hidden;
	border-radius: 5px;
}

.recomd .recomd-box .car_box img {
	width: 220px;
	height: 145px;
}

.recomd .recomd-box .car_money {
	color: #FF5252;
	font-size: 16px;
}

.recomd .recomd-box .car_name a{
	color: #333333;
	font-size: 16px;
}

.recomd .recomd-box .car_name a:hover {
	color: #536DFE;
}

.recomd .recomd-box .car_type {
	color: #999999;
	font-size: 14px;
}

/*上市新车*/
.new_cars {
	position: relative;
} 

.new_cars .tr_list a {
	color: #333;
	font-size: 16px;
}
.new_cars .new-box li {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin-right: 20px;
}

.new_cars .new-box li:last-child {
	margin-right: 0px;
}

.new_cars .new-box li > * {
	display: block;
	margin-bottom: 5px;
}

.new_cars .new-box .car_box {
	width: 220px;
	height: 145px;
	overflow: hidden;
	border-radius: 5px;
}

.new_cars .new-box .car_box img {
	width: 220px;
	height: 145px;
}

.new_cars .new-box .car_money {
	color: #FF5252;
	font-size: 16px;
}

.new_cars .new-box .car_name a{
	color: #333333;
	font-size: 16px;
}

.new_cars .new-box .car_name a:hover {
	color: #536DFE;
}

.new_cars .new-box .car_type {
	color: #999999;
	font-size: 14px;
}


/*最新新闻*/

.news {
	position: relative;
}

.news .title .more {
	float: right;
	font-size: 16px;
	color: #666;
}

/*.news .title {
	background: url(../images/news.png) left center no-repeat;
}*/

.news .news_list li {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.news .news_list li:nth-child(5n+5) {
	margin-right: 0px;
}

.news .news_list li a:hover p {
	color: #536DFE;
}

.news .news_list li a:hover div img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.news .news_list li a div {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	width: 220px;
	height: 145px;
}

.news .news_list li a div img {
	width: 220px;
	height: 145px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.news .news_list li a div span {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -32px;
	height: 32px;
	font-size: 16px;
	padding: 0 10px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(0,0,0,0.6);
	text-align: left;
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.news .news_list li a div:hover span {
	bottom: 0px;
}

/*汽车视频*/
.videos .title .more {
	float: right;
	color: #666666;
	font-size: 16px;
}

.videos .video_box dl a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
}

.videos .video_box dl dt {
	width: 480px;
	height: 320px;
	margin-right: 10px;
}

.videos .video_box dl dt a p {
	position: absolute;
	left: 0px;
	right: 0px;
	color: #fff;
	bottom: 0px;
	font-size: 18px;
	line-height: 40px;
	text-align: left;
	padding-left: 50px;
	background: rgba(0, 0, 0, 0.5); 
}

.videos .video_box dl dt a:hover p {
	
}

.videos .video_box dl dt,
.videos .video_box dl dd {
	display: inline-block;
	vertical-align: top;
}

.videos .video_box dl dt a {
	height: 320px;
}

.videos .video_box dl dt a img {
	width: 480px;
	height: 320px;
}

.videos .video_box dl dd {
	width: 700px;
}
.videos .video_box dl dt a  span {
            position: absolute;
    top: 40%;
    left: 43%;
    width: 40px;
    height: 40px;
    background: url(/images/home/2019/play.png) center no-repeat;
}
.videos .video_box dl dd a span {
    position: absolute;
    top: 40%;
    left: 43%;
    width: 40px;
    height: 40px;
    background: url(/images/home/2019/play.png) center no-repeat;
}

.videos .video_box dl dd a p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	overflow: hidden;
	line-height: 32px;
	text-indent: 10px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.5); 
	/*background: url(../images/play.png) left center no-repeat;*/
	background-size: 30px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
}

.videos .video_box dl dd a:hover p {
	
}
.videos .video_box dl dd a {
	display: inline-block;
	width: 225px;
	height: 150px;
}

.videos .video_box dl dd a img {
	width: 225px;
	height: 150px;
}

.videos .video_box dl dd .t_r {
	margin-right: 6px;
}

.videos .video_box dl dd .t_b {
	margin-bottom: 10px;
}

/*banner*/

.slideBox1 .t_r {
	margin-right: 10px;
}

.slideBox1 .t_b {
	margin-bottom: 10px;
}

/*news_ask*/
.news_ask {
	width: 1200px;
}

.news_ask > div {
	position: relative;
}

.news-box {
	float: left;
	width: 860px;
}

.news-box .box {
	height: 650px;
}

.news-box .box ul {
	display: none;
}

.news-box .box ul li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: auto;
	margin-right: 14px;
	margin-bottom: 10px;
}

.news-box .box ul li:nth-child(4n+4) {
	margin-right: 0px;
}

.news-box .box ul li a ,
.news-box .box ul li a img {
	display: inline-block;
	width: 200px;
	height: 133px;
	overflow: hidden;
	border-radius: 5px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.news-box .box ul li p {
	color: #333;
	line-height: 24px;
} 

.news-box .box ul li:hover p {
	color: #536DFE;
}

.news-box .box ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.ask-box {
	float: right;
	width: 300px;
}

.ask-box ul li {
	position: relative;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	padding-left: 10px;
}

.ask-box ul li:before {
	position: absolute;
	top: 23px;
	left: -4px;
	width: 7px;
	height: 7px;
	background-color: #536DFE;
	border-radius: 50%;
	content: "";
}

.ask-box ul li a {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
}

.ask-box ul li:hover a {
	color: #536DFE;
}

.ask-box ul li p {
	color: #666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 10px 0;
}

.ask-box ul li .user > * {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.ask-box ul li .user a {
	font-size: 14px;	
	color: #666;
}

.ask-box ul li .user a:hover {
	border-bottom: 1px solid #333;
}

.ask-box ul li .user img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
