@charset "utf-8";

/*--------------------------

作者：chihong
QQ:2586334408
---------------------------*/
	{}

/*基本样式------------------*/
/**{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;}*/
body,
form,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
header,
menu,
footer,
section,
video,
article,
button,
input,
select {
	margin : 0;
	padding: 0;
}

div,
ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
menu,
footer,
section,
video,
article,
hgroup,
button,
label {
	zoom: 1;
}

body {
	text-align    : center;
	vertical-align: middle;
}

html,
body,
td,
th,
.wrapper {
	color      : #FFF;
	font-size  : 16px;
	line-height: 1.75em;
}

html,
body {
	height: 100%;
}

input,
select {
	vertical-align: middle;
	line-height   : normal;
	font-size     : 1em;
	color         : #000000;
}

textarea {
	font-size  : 1em;
	line-height: 1.75em;
}

a {
	outline           : 0;
	cursor            : pointer;
	*star             : expression(this.onFocus=this.blur());
	-webkit-transition: border-color .5s ease-out, background-color .5s ease-out, background-size .5s ease-out, color .5s ease-out;
	-moz-transition   : border-color .5s ease-out, background-color .5s ease-out, background-size .5s ease-out, color .5s ease-out;
	-ms-transition    : border-color .5s ease-out, background-color .5s ease-out, background-size .5s ease-out, color .5s ease-out;
	transition        : border-color .5s ease-out, background-color .5s ease-out, background-size .5s ease-out, color .5s ease-out;
}

button {
	cursor: pointer;
}

a:link,
a:visited,
a:active {
	color          : #DEA189;
	text-decoration: none;
}

a:hover {
	color          : #000;
	text-decoration: none;
}

img {
	border        : 0;
	vertical-align: top;
}

/*a:hover img{opacity:0.8;filter:alpha(opacity=80);}*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size  : 1em;
	line-height: 1.5em;
}

.hidden {
	display: none;
}

.clear {
	clear      : both;
	height     : 0;
	font-size  : 0;
	line-height: 0;
	visibility : hidden;
}

span.center {
	display       : inline-block;
	margin        : 0 -0.5em 0 -1px;
	vertical-align: middle;
	width         : 1px;
	height        : 100%;
	overflow      : hidden;
	visibility    : hidden;
}

.jc {
	position: absolute;
	height  : 0;
	top     : 0;
	overflow: hidden;
}

/*页面结构--------------*/
.wrapper_container {
	position : relative;
	max-width: 1920px;
	min-width: 1280px;
	overflow : hidden;
	margin   : 0 auto;
	_width   : expression((document.body.clientWidth<1000)? "1000px":(document.body.clientWidth>1920)?"1920px":"100%");
}

.wrapper {
	text-align      : left;
	/*padding-bottom:3.75em;*/
}

.main_container {
	padding  : 0;
	width    : 66.66%;
	min-width: 1280px;
	margin   : 0 auto;
}

.allwidth {
	margin: 0 calc(640px - 50vw);
}

body {
	background: #000;
}

/*--页头--------------*/
.header {
	position : relative;
	margin   : 0 auto;
	/*width  :66.66%;*/
	width    : 100%;
	min-width: 1280px;
	z-index  : 5
}

.header .brandinglogo {
	position    : absolute;
	left        : 9%;
	top         : 0;
	width       : 26%;
	padding     : 8% 0 0;
	height      : 0;
	overflow    : hidden;
	z-index     : 10;
	/*background:url(../images/logo.png) no-repeat 0 0; background-size:100%;*/
}

.header .banner {
	/*margin       :0 -25%;*/
	height         : 0;
	overflow       : hidden;
	padding        : 45.3% 0 0;
	background     : #FFF url(../images/kv1.jpg) no-repeat center top;
	background-size: 100%;
	line-height    : 2em;
}

.header .banner h1 {
	display: none;
}

.header .banner h2 {
	display: none;
}

.header .banner p {
	display: none;
}

.header .banner .btn {
	display: none;
}

/*--KV--*/

.column_kv {
	position: relative;
}

.column_kv .column_content {
	position   : relative;
	width      : 100%;
	overflow   : hidden;
	white-space: nowrap;
	text-align : center;
	line-height: 0;
}

.column_kv .column_content li {
	list-style-type: none;
	display        : inline-block;
	width          : 100%;
	vertical-align : top;
	position       : relative;
}

.column_kv .column_content li img {
	width: 100%;
}

.column_kv .column_content li img.is_pc {
	display: block;
}

.column_kv .column_content li img.is_wap {
	display: none;
}

.column_kv .scroll_bar,
.column_kv .scroll_num {
	display: none;
}

.column_kv .scroll_prev {
	position       : absolute;
	left           : 3%;
	top            : 50%;
	margin-top     : -3.4375%;
	width          : 2%;
	padding        : 6.875% 0 0;
	background     : url(../images/btn_prev.png) no-repeat center center;
	background-size: 100% auto;
	display        : block;
	cursor         : pointer;
}

.column_kv .scroll_next {
	position       : absolute;
	right          : 3%;
	top            : 50%;
	margin-top     : -3.4375%;
	width          : 2%;
	padding        : 6.875% 0 0;
	background     : url(../images/btn_next.png) no-repeat center center;
	background-size: 100% auto;
	display        : block;
	cursor         : pointer;
}

.column_kv .scroll_btn {
	position  : absolute;
	bottom    : 0;
	left      : 0;
	width     : 100%;
	text-align: center;
	visibility: hidden;
}

.column_kv .scroll_btn a {
	margin        : 0 0.35em;
	height        : 0;
	width         : 0;
	padding       : 0.5em 0 0 0.5em;
	overflow      : hidden;
	background    : #9B9893;
	display       : inline-block;
	vertical-align: top;
	position      : relative;
	top           : -2em;
}

.column_kv .scroll_btn a.current {
	background: #FFF;
}

.product_link {
	position     : absolute;
	right        : 12%;
	bottom       : 0;
	margin-bottom: -1em;
	overflow     : hidden;
	list-style   : none;
	padding-right: 30px;
	background   : url(../images/product_link_icon_r.png) right center no-repeat;
	display      : none;
}

.product_link {}

.product_link li {
	float       : left;
	list-style  : none;
	padding     : 0 10px;
	border-right: 1px solid #000;
	line-height : 1;
}

.product_link li a {
	font-size: 18px;
	color    : #000;
	display  : block;
	padding  : 0 8px 4px;
}

.product_link li.last {
	border: 0;
}

.product_link li:hover a {
	color        : #f08450;
	border-bottom: 1px solid #f08450;
}

/*--页面主体---------*/
.main {}

/*--页底---------*/
.footer {
	position   : relative;
	z-index    : 20;
	margin     : -3em 0 0;
	font-size  : 12px;
	height     : 3em;
	line-height: 3em;
	color      : #444;
	text-align : center;
	;
}

/*----详情---------*/
.column_about {
	margin         : 0 -25%;
	width          : 150%;
	height         : 0;
	overflow       : hidden;
	position       : relative;
	padding        : 80% 0 0;
	background     : url(../images/about.jpg) no-repeat center top;
	background-size: 100%;
}

.column_about .column_title {
	display: none;
}

.column_about .column_content {
	position   : absolute;
	left       : 0;
	width      : 100%;
	bottom     : 0;
	text-align : center;
	color      : #555;
	background : #EEE;
	padding    : 0.5em;
	line-height: 1.5em;
}

.column_about .column_content span {
	display    : inline-block;
	white-space: nowrap;
}

/*----试驾---------*/
.testdrive_btn,
.gotosite {
	display: none;
}

/*.column_testdrive{margin:0 -25%; width:100%;  height:0; overflow:hidden; position:relative; padding:0 25% 38.359375%; background:url(../images/testdrive_pcbg201807.jpg) no-repeat center top; background-size:100%;}*/
.column_testdrive {
	margin         : 0 -25%;
	width          : 100%;
	height         : 0;
	overflow       : hidden;
	position       : relative;
	padding        : 2.5% 25% 30%;
	background     : #fff url(../images/testdrive_pcbg.jpg) no-repeat center bottom;
	background-size: 100%;
}

.column_testdrive .column_title {
	display: none;
}

.column_testdrive .column_content {
	position: relative;
	margin  : 0 auto;
	width   : 100%;
	padding : 0;
}

.column_testdrive .column_content h3 {
	display: none;
}

.column_testdrive .column_content form {
	display   : block;
	text-align: left;
}

.column_testdrive .column_content p {
	position: absolute;
	width   : 22.265625%;
	top     : -20px;
}

.column_testdrive .column_content p.icon1 {
	margin-top: 10.5%;
	left      : 9.25%;
}

.column_testdrive .column_content p.icon2 {
	margin-top: 10.5%;
	left      : 39%;
}

.column_testdrive .column_content p.icon3 {
	margin-top: 10.5%;
	left      : 68.9%;
}

.column_testdrive .column_content p.icon4 {
	margin-top: 16.2%;
	left      : 9.25%;
}

.column_testdrive .column_content p.icon5 {
	margin-top: 16.2%;
	left      : 39%;
}

.column_testdrive .column_content p.icon6 {
	margin-top: 16.2%;
	left      : 68.9%;
}

.column_testdrive .column_content p input,
.column_testdrive .column_content p span {
	font-size  : 18px;
	font-family: SimHei;
	display    : block;
	padding    : 0 2em 0 6px;
	line-height: 40px;
	height     : 40px;
	outline    : 0;
	border     : none;
	background : none;
	color      : #595757;
	position   : relative;
	overflow   : hidden;
}

.column_testdrive .column_content p input {
	width     : 100%;
	margin    : 0;
	box-sizing: border-box;
}

.column_testdrive .column_content .icon7 {
	text-align: left;
	color     : #444;
	padding   : 0 0 0 28px;
	width     : 100%;
	padding   : 0 0 0 28px;
	width     : 100%;
	left      : 9.25%;
	margin-top: 23%;
}

.column_testdrive .icon7 input[type=checkbox] {
	visibility: hidden;
	position  : absolute;
	top       : 6px;
	left      : 0;
	width     : 16px;
	height    : 16px;
}

.column_testdrive .icon7 label {
	display   : block;
	width     : 16px;
	height    : 16px;
	cursor    : pointer;
	position  : absolute;
	top       : 6px;
	left      : 0;
	z-index   : 1;
	background: url(../images/my-checke.png) no-repeat center center;
}

.column_testdrive .icon7 input[type=checkbox]:checked+label {
	background: url(../images/my-checked.png) no-repeat center center;
}

.column_testdrive .icon7 a {
	color  : #e20002;
	padding: 0 0 0 3px;
}

/* .column_testdrive .agree{ position                              :relative;text-align: left; color: #444; padding-top:30px;}
.column_testdrive .agree .check-box{display                        : inline-block;width: 16px;height: 16px;position: relative;left: 0;top: 3px;}
.column_testdrive .agree .check-box input[type=checkbox]{visibility: hidden;position: absolute;top: 0;left: 0;}
.column_testdrive .agree .check-box label{display                  : block;width: 16px;height: 16px;cursor: pointer;position: absolute;top: 0;left: 0; z-index: 1;background:url(../images/my-checke.png) no-repeat center center;}
.column_testdrive .agree .check-box input[type=checkbox]           :checked + label{background: url(../images/my-checked.png) no-repeat center center;}
.column_testdrive .agree span{ margin-left                         :3px;}
.column_testdrive .agree span a{ color                             :#e20002;} */

/*.column_testdrive .column_content p span{ background:url(../images/testdrive_icon_b.png) no-repeat right center;background-size:2.5em; }*/
.column_testdrive .column_content p select {
	position    : absolute;
	width       : 100%;
	top         : 0;
	left        : 0;
	line-height : 40px;
	height      : 40px;
	outline     : 0;
	border      : none;
	opacity     : 0;
	filter      : alpha(opacity=0);
	*top        : 2px;
	*height     : 2em;
	*line-height: 2em;
	font-size   : 18px;
	font-family : SimHei;
}

.column_testdrive .column_content #btnsbt2 {
	position   : absolute;
	width      : 16.407%;
	padding    : 3.907% 0 0;
	height     : 0;
	text-indent: -99em;
	overflow   : hidden;
	top        : 0;
	margin-top : 24.25%;
	left       : 41.85%;
	background : url(../images/button.png) no-repeat;
	background-size: 100% 100%;
}

.column_testdrive .column_content .goto_site {
	position   : absolute;
	width      : 16.25%;
	padding    : 3.65% 0 0;
	height     : 0;
	overflow   : hidden;
	text-indent: -99em;
	overflow   : hidden;
	top        : 0;
	margin-top : 29.4375%;
	left       : 38.85%;
	display    : none;
}

/*----图片---------*/
.column_photo {
	position       : relative;
	margin         : 0 -25%;
	height         : 0;
	padding        : 0 25% 59.21875%;
	overflow       : hidden;
	background     : url(../images/photo_bg.jpg) no-repeat center top;
	background-size: 100%;
}

.column_photo .column_title {
	margin : 0 -25%;
	padding: 2.5% 25% 1.5%;
}

.column_photo .column_title h2 {
	margin         : 0 auto;
	padding        : 6.25% 0 0;
	height         : 0;
	width          : 18.75%;
	overflow       : hidden;
	background     : url(../images/title_photo_w.png) no-repeat 0 0;
	background-size: 100%;
}

.column_photo .column_content {
	position: relative;
}

.column_photo .slidingdoor_title {
	list-style-type: none;
	position       : absolute;
	top            : 0;
	left           : 0%;
	width          : 100%;
	z-index        : 10;
	text-align     : center;
	font-size      : 0;
	line-height    : 0;
	text-align     : center;
	z-index        : 10;
}

.column_photo .slidingdoor_title li {
	display : inline;
	/*cursor:pointer;*/
}

.column_photo .slidingdoor_title span {
	display      : inline-block;
	width        : 10.46875%;
	height       : 0;
	overflow     : hidden;
	padding      : 3.125% 0 0;
	margin-bottom: -3.125%;
}

.column_photo .slidingdoor_title span.d53_2020 {
	background     : url(../images/button_d53_2020.png) no-repeat center center;
	background-size: 100%;
}

.column_photo .slidingdoor_title span.ax7_2020 {
	background     : url(../images/button_ax7_2020.png) no-repeat center center;
	background-size: 100%;
}

.column_photo .slidingdoor_title .current span.d53_2020 {
	background-image: url(../images/button_d53_2020_on.png);
}

.column_photo .slidingdoor_title .current span.ax7_2020 {
	background-image: url(../images/button_ax7_2020_on.png);
}

.column_photo .photo_content {
	position: relative;
	height  : 0;
	overflow: hidden !important;
	width   : 75%;
	margin  : 0 auto;
}

.column_photo .photo_content h3 {
	display: none;
}

.column_photo .photo_content.sliding_on {
	height    : auto;
	box-shadow: 0 0 20px #000;
}

.column_photo .photo_content ul {
	position       : relative;
	list-style-type: none;
	white-space    : nowrap;
	zoom           : 1;
	z-index        : 5;
}

.column_photo .photo_content ul:after {
	content: "";
	clear  : both;
	display: block;
	height : 0;
	zoom   : 1;
}

.column_photo .photo_content ul li {
	position      : relative;
	width         : 100%;
	display       : inline-block;
	*display      : inline;
	zoom          : 1;
	vertical-align: top;
}

.column_photo .photo_content ul li img {
	width: 100%;
}

.column_photo .photo_content img.wap {
	display: none;
}

.column_photo .photo_content ul li span {
	color      : #fff;
	position   : absolute;
	right      : 0;
	bottom     : 0;
	width      : 100%;
	height     : 40px;
	line-height: 40px;
	text-align : center;
	background : rgba(0, 0, 0, 0.5);
	display    : none;
}

.column_photo .photo_content .scroll_bar,
.column_photo .photo_content .scroll_num {
	display: none;
}

.column_photo .photo_content .scroll_btn {
	display   : none;
	position  : relative;
	width     : 100%;
	left      : 0;
	bottom    : 0;
	text-align: center;
	z-index   : 10;
	background: #000;
	padding   : 1em 0 0;
}

.column_photo .photo_content.sliding_on .scroll_btn {
	display: block;
}

.column_photo .photo_content .scroll_btn a {
	display       : inline-block;
	width         : 4em;
	padding       : 0.5em 0 0;
	border-radius : 0.25em;
	height        : 0;
	overflow      : hidden;
	background    : #999;
	margin        : 0 0.5em;
	vertical-align: top;
	box-shadow    : 0px 0px 1px rgba(255, 255, 255, 0.75);
}

.column_photo .photo_content .scroll_btn a.current {
	background: #B3090D;
}

.column_photo .photo_content .scroll_prev {
	position       : absolute;
	left           : 0%;
	top            : 50%;
	margin-top     : -3.4375%;
	width          : 5%;
	padding        : 6.875% 0 0;
	background     : url(../images/btn_prev.png) no-repeat center center;
	background-size: auto 100%;
	z-index        : 5;
}

.column_photo .photo_content .scroll_next {
	position       : absolute;
	right          : 0%;
	top            : 50%;
	margin-top     : -3.4375%;
	width          : 5%;
	padding        : 6.875% 0 0;
	background     : url(../images/btn_next.png) no-repeat center center;
	background-size: auto 100%;
	z-index        : 5;
}

/*----视频---------*/
.column_video {
	position       : relative;
	margin         : 0 -25%;
	padding        : 0 25% 57%;
	height         : 0;
	overflow       : hidden;
	background     : url(../images/video_bg.jpg) no-repeat center top;
	background-size: 100%;
}

.column_video .column_title {
	position: relative;
	height  : 0;
	overflow: hidden;
	padding : 0 0 10.625%;
}

.column_video .column_title h2 {
	width          : 18.75%;
	padding        : 6.25% 0 0;
	height         : 0;
	overflow       : hidden;
	position       : absolute;
	z-index        : 10;
	left           : 50%;
	top            : 0;
	margin         : 3.75% 0 0 -9.375%;
	background     : url(../images/title_video.png) no-repeat center top;
	background-size: 100%;
}

.column_video .column_content {
	position: relative;
}

.column_video ul {
	list-style-type: none;
	position       : absolute;
	top            : 0;
	left           : 0%;
	width          : 100%;
	z-index        : 10;
	text-align     : center;
	font-size      : 0;
	line-height    : 0;
	text-align     : center;
}

.column_video ul li {
	display: inline;
	cursor : pointer;
}

.column_video ul span {
	display      : inline-block;
	width        : 10.46875%;
	height       : 0;
	overflow     : hidden;
	padding      : 3.125% 0 0;
	margin-bottom: -3.125%;
}

.column_video ul span.d53_2020 {
	background     : url(../images/button_d53_2020.png) no-repeat center center;
	background-size: 100%;
}

.column_video ul span.ax7_2020 {
	background     : url(../images/button_ax7_2020.png) no-repeat center center;
	background-size: 100%;
}

.column_video ul .current span.d53_2020 {
	background-image: url(../images/button_d53_2020_on.png);
}

.column_video ul .current span.ax7_2020 {
	background-image: url(../images/button_ax7_2020_on.png);
}

.column_video .video_content {
	margin    : 0 auto;
	width     : 75%;
	padding   : 0 0 42.1875%;
	height    : 0;
	overflow  : hidden;
	background: #000;
	position  : relative;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

.column_video #video_content {
	position: absolute;
	left    : 0;
	top     : 0;
	right   : 0;
	bottom  : 0;
}

.column_video #video_content video {
	position: relative;
	width   : 100%;
	height  : 100%;
}

.column_video #video_content video {
	max-width : 100%;
	max-height: 100%;
	background: #000;
}

.column_video #video_content embed,
.column_video #video_content object {
	max-width : 100%;
	max-height: 100%;
}

.column_video #video_content .videoimg {
	background : #000;
	position   : absolute;
	left       : 0;
	right      : 0;
	top        : 0;
	bottom     : 0;
	white-space: nowrap;
	line-height: 0;
	cursor     : pointer;
}

.column_video #video_content .videoimg:after {
	content       : "";
	width         : 1px;
	margin        : 0 -1px 0 -1em;
	height        : 100%;
	display       : inline-block;
	vertical-align: middle;
}

.column_video #video_content .videoimg img {
	max-width     : 100%;
	max-height    : 100%;
	vertical-align: middle;
	*width        : 100%;
}

.column_video #video_content .icon {
	position       : absolute;
	left           : 50%;
	top            : 50%;
	margin         : -6.5625% 0 0 -6.5625%;
	width          : 13.125%;
	padding        : 0 0 13.125%;
	height         : 0;
	overflow       : hidden;
	background     : url(../images/video_icon.png) center center no-repeat;
	background-size: 100%;
}

/*----新闻---------*/


.column_news {
	position       : relative;
	margin         : 0 -25%;
	padding        : 0 25% 64%;
	height         : 0;
	overflow       : hidden;
	background     : url(../images/news_bg.jpg) no-repeat center top;
	background-size: 100%;
}

.column_news .column_title {
	position: relative;
	height  : 0;
	overflow: hidden;
	padding : 0 0 10.625%;
}

.column_news .column_title h2 {
	width          : 18.75%;
	padding        : 6.25% 0 0;
	height         : 0;
	overflow       : hidden;
	position       : absolute;
	z-index        : 10;
	left           : 50%;
	top            : 0;
	margin         : 3.75% 0 0 -9.375%;
	background     : url(../images/title_news.png) no-repeat center top;
	background-size: 100%;
}

.column_news .slidingdoor_title {
	list-style-type: none;
	position       : absolute;
	top            : 0;
	left           : 16.66%;
	width          : 66.66%;
	z-index        : 10;
	text-align     : center;
	font-size      : 0;
	line-height    : 0;
	text-align     : center;
	z-index        : 10;
}

.column_news .slidingdoor_title li {
	display : inline;
	/*cursor:pointer;*/
}

.column_news .slidingdoor_title span {
	display      : inline-block;
	width        : 10.46875%;
	height       : 0;
	overflow     : hidden;
	padding      : 3.125% 0 0;
	margin-bottom: -3.125%;
}

.column_news .slidingdoor_title span.d53_2020 {
	background     : url(../images/button_d53_2020.png) no-repeat center center;
	background-size: 100%;
}

.column_news .slidingdoor_title span.ax7_2020 {
	background     : url(../images/button_ax7_2020.png) no-repeat center center;
	background-size: 100%;
}

.column_news .slidingdoor_title .current span.d53_2020 {
	background-image: url(../images/button_d53_2020_on.png);
}

.column_news .slidingdoor_title .current span.ax7_2020 {
	background-image: url(../images/button_ax7_2020_on.png);
}

.column_news .news_content {
	width   : 93.75%;
	padding : 0 3.125%;
	position: relative;
	height  : 0;
	overflow: hidden !important;
}

.column_news .news_content.sliding_on {
	height: auto;
}

.column_news .news_content h3 {
	display: none;
}

.column_news .news_content ul {
	position       : relative;
	list-style-type: none;
	white-space    : nowrap;
	zoom           : 1;
	z-index        : 5;
}

.column_news .news_content ul li {
	position      : relative;
	width         : 33.33%;
	display       : inline-block;
	*display      : inline;
	zoom          : 1;
	vertical-align: top;
}

.column_news .news_content ul li img {
	width: 100%;
}

.column_news .news_content ul li.odd {
	margin-top: 6%;
}

.column_news .news_content ul li h3 {
	width          : 36%;
	padding        : 9% 0 0;
	height         : 0;
	overflow       : hidden;
	position       : absolute;
	z-index        : 10;
	left           : 50%;
	top            : 0;
	margin         : 105% 0 0 -18%;
	background     : url(../images/more.png) no-repeat center top;
	background-size: 100%;
	display        : none;
}

.column_news .news_content .scroll_btn,
.column_news .news_content .scroll_bar,
.column_news .news_content .scroll_num {
	display: none;
}

.column_news .news_content .scroll_prev {
	position       : absolute;
	left           : 1.875%;
	top            : 50%;
	margin-top     : -3.4375%;
	width          : 5%;
	padding        : 6.875% 0 0;
	background     : url(../images/btn_prev.png) no-repeat center center;
	background-size: auto 100%;
	z-index        : 5;
}

.column_news .news_content .scroll_next {
	position       : absolute;
	right          : 1.875%;
	top            : 50%;
	margin-top     : -3.4375%;
	width          : 5%;
	padding        : 6.875% 0 0;
	background     : url(../images/btn_next.png) no-repeat center center;
	background-size: auto 100%;
	z-index        : 5;
}

.column_news .news_content .noshow {
	display: none;
}

iframe[src*='doubleclick.net'] {
	position  : absolute;
	top       : 0;
	visibility: hidden;
}

/*弹窗*/
.pop {
	position  : fixed;
	top       : 0;
	left      : 0;
	right     : 0;
	bottom    : 0;
	background: url(../images/tm.png);
	z-index   : 21;
	display   : none;
	color     : #444444;
	text-align: left;
	font-size : 14px;
}

.pop .close_btn {
	position    : absolute;
	right       : 0;
	margin-right: -40px;
	top         : 0;
	margin-top  : -45px;
	display     : block;
	height      : 40px;
	width       : 40px;
	background  : url(../images/close2.png) 0 0 no-repeat;
}

.pop_wrap {
	width           : 600px;
	height          : 450px;
	position        : absolute;
	left            : 50%;
	margin-left     : -300px;
	top             : 50%;
	margin-top      : -225px;
	background-color: #fff;
}

.pop_contain {
	padding: 25px;
}

.pop_contain .title {
	font-size     : 20px;
	text-align    : center;
	padding-bottom: 15px;
}

.pop_container {
	height    : 350px;
	overflow-y: auto;
}

.pop_container p,
.pop_container div {
	margin-bottom: 10px;
}

.pop_container ul li {
	list-style: inside;
}

@media all and (min-width:0) {
	.wrapper_container {
		min-width: 0;
	}
}

/*@media all and (max-width:1600px){
	.header .banner{margin:0 -10%; width:120%; padding:52.34375% 0 0;}
}*/
@media all and (max-width:1280px) {
	.header {
		width    : 100%;
		min-width: 0;
	}

	.wrapper,
	.main_container {
		width    : 100%;
		min-width: 0;
	}

	.allwidth {
		margin: 0;
	}
}

@media all and (min-width:768px) {
	.column_testdrive {
		display: block !important;
	}

}

@media all and (min-width:768px) and (max-width:1024px) {
	.product_link {
		margin-bottom: -1em;
	}

	.product_link li {
		padding: 0 5px;
	}

	.product_link li a {
		font-size: 14px;
		padding  : 0 5px 4px;
	}

	.column_testdrive .column_content form {
		margin: 0 17.5em 0 3.5em;
	}

	.column_testdrive .column_content #btnsbt2 {

		margin-top: 24.55%;
	}

	.column_testdrive .column_content .goto_site {
		width          : 8em;
		background-size: 115%;
		right          : 0.5em;
	}
	
	.column_testdrive .icon7 {
		font-size : 13px;
	}
}

@media all and (min-width:768px) {
	#video_content {
		display  : block !important;
		transform: translateY(0) !important;
	}
}

@media all and (max-width:767px) {
	.product_link {
		display: none;
	}

	.ewm_contain {
		display: none;
	}

	html,
	body,
	td,
	th,
	.wrapper {
		font-size: 12px;
	}

	.wrapper {
		padding-bottom: 12.4%;
	}

	.testdrive_btn {
		display        : block;
		position       : fixed;
		bottom         : 0;
		right          : 50%;
		width          : 50%;
		padding        : 12.4% 0 0;
		height         : 0;
		overflow       : hidden;
		background     : url(../images/wap_btn_testdrive.jpg) no-repeat right center;
		background-size: auto 100%;
		z-index        : 50;
	}

	.gotosite {
		display        : block;
		position       : fixed;
		right          : 0;
		bottom         : 0;
		width          : 50%;
		padding        : 12.4% 0 0;
		height         : 0;
		overflow       : hidden;
		background     : url(../images/wap_btn_gotosite.jpg) no-repeat center center;
		background-size: 100%;
		z-index        : 50;
	}

	.header .brandinglogo {
		left        : 5%;
		width       : 57%;
		padding     : 16% 0 0;
		/*background:url(../images/logo.png) no-repeat 0 0; background-size:100%;*/
	}

	/*.header:before{ position:absolute; top:0; bottom:0; left:0; width:100%; background:url(../images/wap_kvtop20181212.png) no-repeat center top; background-size:100%; content:"";}
	.header  :after{ position:absolute; top:0; bottom:0; left:0; width:100%; background:url(../images/wap_kv20181212.png) no-repeat center center; background-size:100%;; content:"";}*/
	.header .banner {
		margin         : 0;
		width          : 100%;
		position       : relative;
		padding        : 95.5% 0 0;
		background     : #FFF url(../images/kv1_wap.jpg) no-repeat center top;
		background-size: 100%;
		z-index        : 5;
	}

	.header .banner .btn {
		width     : 38%;
		padding   : 7.25% 0 0;
		margin-top: 110%;
		left      : 31%;
	}

	.header .banner h1,
	.header .banner h2,
	.header .banner p {
		display: none;
	}

	.header .banner .btn {
		display   : block;
		position  : absolute;
		top       : 0;
		height    : 0;
		overflow  : hidden;
		left      : 3%;
		margin-top: 85.8%;
		width     : 45%;
		padding   : 15% 0 0;
		z-index   : 5;
	}

	.header .banner:after {
		content   : "";
		left      : 0;
		bottom    : 0;
		position  : absolute;
		width     : 100%;
		height    : 0;
		overflow  : hidden;
		padding   : 5% 0 0;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
	}

	.column_kv .column_content li img.is_pc {
		display: none;
	}

	.column_kv .column_content li img.is_wap {
		display: block;
	}

	.column_kv .scroll_prev {
		width: 5%;
	}

	.column_kv .scroll_next {
		width: 5%;
	}

	.more_btn {
		position   : absolute;
		top        : 0;
		width      : 64.4%;
		left       : 50%;
		margin-left: -32.2%;
		margin-top : 124%;
		display    : block;
		z-index    : 1000;
	}

	.more_btn img {
		width: 100%;
	}

	.footer {
		margin     : -2em 0 0;
		height     : 2em;
		line-height: 2em;
	}

	/*----详情---------*/
	.column_about {
		margin          : 0%;
		width           : 100%;
		position        : relative;
		padding         : 97.9% 0 0;
		background-image: url(../images/wap_about.jpg);
		font-size       : 3vw;
	}

	/*----试驾---------*/
	.column_testdrive {
		display    : none;
		bottom     : auto;
		top        : 0;
		height     : 100%;
		font-size  : 1em;
		position   : fixed;
		left       : 0;
		width      : 100%;
		background : url(../images/tbg.png);
		z-index    : 1000;
		text-align : center;
		white-space: nowrap;
	}

	.column_testdrive .column_title {
		width         : 1px;
		overflow      : hidden;
		margin        : 0 -1px 0 -0.5em;
		height        : 100%;
		display       : inline-block;
		vertical-align: middle;
		zoom          : 1;
		visibility    : hidden;
	}

	.column_testdrive .column_content {
		max-width      : 450px;
		width          : 80%;
		height         : auto;
		margin         : 0;
		padding        : 0;
		display        : inline-block;
		*display       : inline;
		vertical-align : middle;
		zoom           : 1;
		background     : #FFF url(../images/testdrive.jpg) no-repeat 50% -6%;
		background-size: 40%;
		border         : 1px solid #666;
		border-radius  : 1em;
	}

	.column_testdrive .column_content h3 {
		display        : block;
		position       : absolute;
		width          : 2em;
		height         : 0;
		padding        : 2em 0 0;
		overflow       : hidden;
		background     : url(../images/close.png) no-repeat;
		background-size: 100%;
		left           : 1em;
		top            : 1em;
		z-index        : 5;
		cursor         : pointer;
	}

	.column_testdrive .column_content form {
		padding        : 18% 14% 8%;
		margin         : 0 0 6%;
		background     : url(../images/testdrive_bg.jpg) no-repeat center bottom;
		background-size: 54%;
		line-height    : 1em;
	}

	.column_testdrive .column_content p {
		position       : relative;
		border         : none;
		border-bottom  : 1px solid #D9D9D9;
		border-radius  : 0;
		float          : none;
		left           : 0 !important;
		width          : auto !important;
		margin         : 0 !important;
		top            : 0;
		padding        : 0 3em 0 1em !important;
		background     : no-repeat right center;
		background-size: 3em;
		height         : 3em;
	}

	.column_testdrive .column_content p.icon1 {
		background-image: url(../images/testdrive_icon1.jpg);
	}

	.column_testdrive .column_content p.icon2 {
		background-image: url(../images/testdrive_icon2.jpg);
	}

	.column_testdrive .column_content p.icon3 {
		background-image: url(../images/testdrive_icon5.jpg);
	}

	.column_testdrive .column_content p.icon4 {
		background-image: url(../images/testdrive_icon3.jpg);
	}

	.column_testdrive .column_content p.icon5 {
		background-image: url(../images/testdrive_icon4.jpg);
	}

	.column_testdrive .column_content p.icon6 {
		background-image: url(../images/testdrive_icon7.jpg);
	}

	.column_testdrive .column_content p input,
	.column_testdrive .column_content p span {
		font-size  : 1rem;
		display    : block;
		padding    : 0;
		width      : 100%;
		margin     : 0;
		line-height: 3em;
		height     : 3em;
		outline    : 0;
		border     : none;
		background : none;
		color      : #000;
		position   : relative;
	}

	.column_testdrive .column_content p span {
		background     : url(../images/testdrive_icon.jpg) no-repeat right center;
		background-size: 3em;
	}

	.column_testdrive .column_content p select {
		font-size  : 1rem;
		line-height: 3em;
		height     : 3em;
	}

	.column_testdrive .column_content #btnsbt2 {
		display        : block;
		position       : static;
		width          : 100%;
		background     : url(../images/testdrive_button.jpg) no-repeat center center;
		background-size: 100%;
		border         : none;
		outline        : 0;
		padding        : 17.15% 0 0;
		margin-top     : 1em;
		border-radius  : 0;
	}

	.column_testdrive .column_content .goto_site {
		display: none;
	}

	/*----图片---------*/
	.column_photo {
		margin    : 0;
		height    : auto;
		padding   : 0;
		background: none;
	}

	.column_photo .column_title {
		margin    : 0;
		padding   : 2.9% 0;
		display   : block;
		background: #FFF;
	}

	.column_photo .column_title h2 {
		padding         : 10.8% 0 0;
		width           : 32%;
		background-image: url(../images/title_photo.png);
	}

	.column_photo .slidingdoor_title {
		margin-left: -25%;
		width      : 150%;
	}

	.column_photo .photo_content {
		width: 100%;
	}

	.column_photo .photo_content ul li span {
		bottom     : 1em;
		height     : 30px;
		line-height: 30px;
		background : none;
	}

	.column_photo .photo_content .scroll_btn {
		position     : absolute;
		background   : none;
		bottom       : 0;
		margin-bottom: 0.5em;
		line-height  : 0;
	}

	.column_photo .photo_content .scroll_btn a {
		width        : 1.5em;
		padding      : 0.3em 0 0;
		border-radius: 0.15em;
		margin       : 0 0.25em;
		line-height  : 1.75em;
		background   : #101116;
	}

	.column_photo .photo_content .scroll_prev {
		left      : 0;
		margin-top: -5.8%;
		width     : 8.8%;
		padding   : 11.6% 0 0;
	}

	.column_photo .photo_content .scroll_next {
		right     : 0;
		margin-top: -5.8%;
		width     : 8.8%;
		padding   : 11.6% 0 0;
	}

	.column_photo .photo_content img.wap {
		display: block;
	}

	.column_photo .photo_content img.pc {
		display: none;
	}

	/*----视频---------*/
	.column_video {
		margin          : 0;
		padding         : 0 0 87.6%;
		background-image: url(../images/wap_video_bg.jpg);
	}

	.column_video .column_title {
		padding: 0 0 22%;
	}

	.column_video .column_title h2 {
		width          : 32%;
		padding        : 10.8% 0 0;
		margin         : 8.4% 0 0 -16%;
		background     : url(../images/title_video_wap.png) no-repeat center top;
		background-size: 100%;
	}

	.column_video ul {
		margin-left: -25%;
		width      : 150%;
	}

	.column_video .video_content {
		width  : 92%;
		padding: 0 0 51.75%;
	}

	/*----新闻---------*/
	.column_news {
		margin          : 0;
		padding         : 0 0 94.8%;
		background-image: url(../images/wap_news_bg.jpg);
	}

	.column_news .column_title {
		padding: 0 0 22%;
	}

	.column_news .column_title h2 {
		width  : 32%;
		padding: 10.8% 0 0;
		margin : 8.4% 0 0 -16%;
	}

	.column_news .slidingdoor_title {
		margin-left: -25%;
		left       : 0;
		width      : 150%;
	}

	.column_news .news_content {
		width  : 96%;
		padding: 0 2%;
	}

	.column_news .news_content ul li {
		width: 50%;
	}

	.column_news .news_content ul li a {
		display       : block;
		width         : 97.5%;
		margin        : 0 auto;
		padding-bottom: 10%;
		position      : relative;
	}

	.column_news .news_content ul li h3 {
		width  : 76%;
		padding: 19% 0 0;
		top    : 0;
		margin : 116.5% 0 0 -38%;
	}

	.column_news .news_content ul li.odd {
		margin-top: 0;
	}

	.column_news .news_content .scroll_btn,
	.column_news .news_content .scroll_bar,
	.column_news .news_content .scroll_num {
		display: none;
	}

	.column_news .news_content .scroll_prev {
		left      : 0;
		margin-top: -5.8%;
		width     : 8.8%;
		padding   : 11.6% 0 0;
	}

	.column_news .news_content .scroll_next {
		right     : 0;
		margin-top: -5.8%;
		width     : 8.8%;
		padding   : 11.6% 0 0;
	}

	.column_news .news_content .noshow {
		display: none;
	}

	.pop .close_btn {
		position       : absolute;
		right          : 0;
		top            : 0;
		margin-top     : -12%;
		display        : block;
		height         : 0;
		width          : 0;
		background     : url(../images/test_drive/close.png) 0 0 no-repeat;
		background-size: 100%;
		padding        : 8% 0 0 8%;
		margin-right   : 0px;
	}

	.pop_wrap {
		width           : 90%;
		height          : 450px;
		position        : absolute;
		left            : 50%;
		margin-left     : -45%;
		top             : 50%;
		margin-top      : -225px;
		background-color: #fff;
	}

	.pop_contain {
		padding: 25px;
	}

	.pop_contain .title {
		font-size     : 20px;
		text-align    : center;
		padding-bottom: 15px;
	}

	.pop_container {
		height    : 350px;
		overflow-y: auto;
	}

	.pop_container p,
	.pop_container div {
		margin-bottom: 10px;
	}

	.pop_container ul li {
		list-style: inside;
	}

}

/*@media all and (max-width:767px) and (min-device-aspect-ratio:100/148){
	.header .banner{top: calc(50vh - 74vw);}
}*/
@keyframes goon {
	0% {}

	100% {}
}




