﻿/*2018-6-21*/

.model_detail .wuling .item {
	max-width: 1000px;
}

.model_detail .wuling .item .til_tab ul li {
	width: 20%;
}

.model_detail .wuling .item .til_tab ul li:last-child {
	width: 19%;
}

.model_detail .wuling .item ul li:nth-child(5) {
	border-left: none;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.xk .detail {
	text-align: center;
}

.xk .detail h1 {
	color: #000;
	font-size: 70px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	font-family: 黑体;
	margin-bottom: 20px;
}

.xk .detail h1:after {
	content: '';
	border-bottom: 2px solid #333;
	display: block;
	height: 100%;
	margin: 0 auto;
	width: 20px;
}

.xk .detail p {
	font-family: 黑体;
	font-size: 24px;
	letter-spacing: 5px;
	color: #4c4c4c;
}

.xk .detail .view {
	height: auto;
	margin-bottom: 50px;
}

.xk .detail .view img {
	position: static;
	top: 0;
	left: 50%;
	width: 100%;
	height: auto;
	margin-left: 0;
}

.xk .detail:nth-child(2) img,
.xk .detail:nth-child(3) img {
	width: 80%;
}

.xk .tab_car>img {
	display: none;
}

.xk .tab_car>img.active {
	display: block;
}

.xk .tab_car .tab_contro {
	width: 70%;
	margin: 20px auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.xk .tab_car .tab_contro a {
	display: block;
	width: 40%;
}

.xk .tab_car .tab_contro a img:first-child {
	display: none;
}

.xk .tab_car .tab_contro a img:last-child {
	display: block;
}

.xk .tab_car .tab_contro a.active img:first-child {
	display: block;
}

.xk .tab_car .tab_contro a.active img:last-child {
	display: none;
}

.xk .detail .view.youku {
	position: relative;
	*height: 500px;
}

.xk .detail .view.youku .youku01 {
	display: block;
	position: absolute;
	top: 0;
	width: 1000px;
	height: 100%;
	left: 50%;
	margin-left: -450px;
}

.xk .detail .view.youku  video {
	display: block;
	width: 800px;
	margin:0 auto;
}

@media only screen and (max-width: 1250px) {}

@media only screen and (max-width: 1078px) {}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 925px) {}

@media only screen and (max-width: 895px) {}

@media only screen and (max-width: 840px) {}

@media only screen and (max-width: 767px) {
	.model_detail .wuling .item .til_tab ul li {
		width: 80%;
	}
	.model_detail .wuling .item .til_tab ul li:last-child {
		width: 80%;
		border: 1px solid #999999;
	}
	.xk .detail .view img {
		margin-top: -2px;
	}
	.xk .detail .view.youku  video {
	width: 100%;
}
}

@media only screen and (max-width: 480px) {
	.xk .detail h1 {
		margin-bottom: 10px;
		font-size: 50px;
	}
	.model_detail .detail p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 380px) {}

@media only screen and (max-width: 320px) {}