/*重置标签*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-tap-highlight-color: transparent;
  
  
  
}
body{
  /*filter: gray !important; 
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
    filter: grayscale(100%); 
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%);*/
}

.clear {
	clear: both;
}

input.hidefocus::-moz-focus-inner {
	border: none;
}

select::-ms-expand {
	display: none;
}

select:focus {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #5A5A5A;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	font-size: 100%;
}

i,
em {
	font-style: normal
}

small {
	font-size: 12px;
	display: block;
}

body {
	color: #222;
	font: 14px/1.5 "Microsoft YaHei";
	overflow-x: hidden;
	margin: auto;
	background-color: #fff;

}

a {
	color: #222;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	color: #333;
	text-decoration: none
}

input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.displacement_ul_nobg {
	background: #f1f1f1 !important;

}

.view {
	width: 1200px;
	margin: auto;
}

.views ,.dkjzs{
	width: 1300px;
	margin: auto;
}

.dkjz {
	width: 1500px;
	margin: auto;
}


.ddd {
	position: relative;
}

#dddd {
	position: relative;
}

.zqm {
	position: absolute;
	opacity: 0
}

.cdd1 {
	animation-duration: 2s !important;
	-webkit-animation-duration: 2s !important;
	-ms-animation-duration: 2s !important;
	-moz-animation-duration: 2s !important;
}

.cdd2 {
	animation-duration: 2.5s !important;
	-webkit-animation-duration: 2.5s !important;
}

.cdd3 {
	animation-duration: 3s !important;
	-webkit-animation-duration: 3s !important;
	-ms-animation-duration: 2s !important;
	-moz-animation-duration: 2s !important;
}

.cdd4 {
	animation-duration: 3.5s !important;
	-webkit-animation-duration: 3.5s !important;
	-ms-animation-duration: 2s !important;
	-moz-animation-duration: 2s !important;
}

.cdd5 {
	animation-duration: 4s !important;
	-webkit-animation-duration: 4s !important;
	-ms-animation-duration: 2s !important;
	-moz-animation-duration: 2s !important;
}

.cdd6 {
	animation-duration: 4.5s !important;
	-webkit-animation-duration: 4.5s !important;
	-ms-animation-duration: 2s !important;
	-moz-animation-duration: 2s !important;
}

.cdd7 {
	animation-duration: 5s !important;
	-webkit-animation-duration: 5s !important;
	-ms-animation-duration: 2s !important;
	-moz-animation-duration: 2s !important;
}

.cdd {
	animation: myfirst 1s;
	-webkit-animation: myfirst 1s;
	-ms-animation: myfirst 1s;
	-moz-animation: myfirst 1s;
	animation-fill-mode: forwards;
}

@-webkit-keyframes myfirst {
	0% {
		top: 100px;
		opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-webkit-opacity: 0;
	}

	100% {
		top: 0px;
		opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-webkit-opacity: 1;
	}
}

@-ms-keyframes myfirst {
	0% {
		top: 100px;
		opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-webkit-opacity: 0;
	}

	100% {
		top: 0px;
		opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-webkit-opacity: 1;
	}
}

/* 分页 开始*/
.page {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
}

.page ul {
	padding: 0;
	display: inline-block;
	margin: auto;
}

.page ul::after {
	content: '';
	display: block;
	clear: both;
}

.page ul li {
	float: left;
	width: auto;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	list-style: none;
	/* margin-right: 10px; */

}

.page a {
	font-family: "微软雅黑";
	/* padding:0 10px; */
	width: 30px;
	height: 30px;
	text-decoration: none;
	display: block;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	margin-right: 6px;
	color: #777777;
}

.page ul li:first-child a {
	border-left: 1px solid #dcdcdc;
}

.page ul li a:hover {
	background-color: #001f31;
}

.page ul li a:hover {
	color: white;
}

.page .disabled a:hover {
	background-color: white;
	cursor: not-allowed;
	color: #FFFFFF;
}

.page .active a {
	background-color: #001f31;
	color: white;
}

/* 分页结束 */
/* 标题 */

.titles {
	width: 100%;
	text-align: center;
	position: relative;
	padding: 18px 0 10px 0;
}

.title {
	width: auto;
	padding: 50px 0;
	display: inline-block;

}

.title>p {
	color: #002031;
	height: 40px;
	line-height: 15px;
	font-size: 28px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}

.title>.title_qdjc {
	font-size: 24px;
	font-weight: 100;
}

.index_title>.title_qdjc {
	font-size: 24px;
	font-weight: normal;
}

.title>.title_bt {
	color: #FFFFFF;
}

.index_title>.title_bt {
	color: #FFFFFF;
}

.new_list_title {
	display: none;
}

.titli_Line {
	position: relative;
	border: 0.5px solid #002d49;
}

.titli_Line>li {
	position: absolute;
	bottom: 0;
	margin: auto;
}

.titli_Line>.titli_Line1,
.titli_Line>.titli_Line3 {
	width: 15px;
	height: 2px;
	background: #002d49;
}

.titli_Line2 {
	width: 20px;
	height: 3px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #002d49;
}

.titli_Line1 {
	left: 0;
}

.titli_Line3 {
	right: -1px;
}

.Servicetitli_Line {
	border: 0.5px solid #FFFFFF;
}

.Servicetitli_Line>.Servicetitli_Line1,
.Servicetitli_Line>.Servicetitli_Line2,
.Servicetitli_Line>.Servicetitli_Line3 {
	background: #FFFFFF;
}




.Interpretation_titles {
	width: 100%;
	text-align: center;
	padding-bottom: 45px;
}

.Interpretation_title {
	width: auto;
	padding: 0;
	display: inline-block;

}

.Interpretation_title>p {
	color: #002031;
	height: 40px;
	line-height: 15px;
	font-size: 22px;
	text-align: center;
	display: inline-block;
}

.Interpretation_title>.Interpretation_title_bt {
	color: #FFFFFF;
}

.Interpretation_titli_Line {
	position: relative;
	border: 0.5px solid #002d49;
}

.Interpretation_titli_Line>li {
	position: absolute;
	bottom: 0;
	margin: auto;
}

.Interpretation_titli_Line>.Interpretation_titli_Line1,
.Interpretation_titli_Line>.Interpretation_titli_Line3 {
	width: 15px;
	height: 2px;
	background: #002d49;
}

.Interpretation_titli_Line2 {
	width: 20px;
	height: 3px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #002d49;
}

.Interpretation_titli_Line1 {
	left: 0;
}

.Interpretation_titli_Line3 {
	right: -1px;
}

.Interpretation_titli_Line {
	border: 0.5px solid #FFFFFF;
}

.Interpretation_titli_Line>.Interpretation_titli_Line1,
.Interpretation_titli_Line>.Interpretation_titli_Line2,
.Interpretation_titli_Line>.Interpretation_titli_Line3 {
	background: #FFFFFF;
}


.zqm_pl4sj,
.zqm_pl3sj,
.zqm_wlsj,
.Brandmodels_consj {
	display: none ;
}

.Brandmodels_titles {
	width: 100%;
	text-align: center;
	position: relative;
}

.Brandmodels_title {
	width: auto;
	padding: 50px 0 20px 0;
	display: inline-block;
	margin: 0 70px;

}

.zqm_kqdp .Brandmodels_con1,
.zqm_kqdp .Brandmodels_title,
.zqm_wl .Brandmodels_con1,
.zqm_wl .Brandmodels_title,
.zqm_tb .Brandmodels_con1,
.zqm_tb .Brandmodels_title,
.zqm_kq .Brandmodels_con1,
.zqm_kq .Brandmodels_title {
	opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-webkit-opacity: 0;
}

.zqm_pl1 .Brandmodels_tab,
.zqm_pl1 .Brandmodels_con,
.zqm_pl2 .Brandmodels_tab,
.zqm_pl2 .Brandmodels_con,
.zqm_pl3 .Brandmodels_tab,
.zqm_pl3 .Brandmodels_con,
.zqm_pl4 .Brandmodels_tab,
.zqm_pl4 .Brandmodels_con,
.zqm_pl5 .Brandmodels_tab,
.zqm_pl5 .Brandmodels_con {
	opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-webkit-opacity: 0;
}

.Brandmodels_title>p {
	width: auto;
	color: #999999;
	height: 60px;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
}

.Brandmodels_fgx {
	padding: 0 80px;
	display: inline-block;
}

.title>.Brandmodels_bt {
	color: #FFFFFF;
}

.Brandmodels_titli_Line {
	position: relative;
	border: 0.5px solid #999999;
	z-index: 999;
}

/* .Brandmodels_title>p:hover {
	color: #002d49;
}
 */
/* .Brandmodels_title:hover .Brandmodels_titli_Line {
	border: 0.5px solid #002d49;
} */

.Brandmodels_titles .on p {
	color: #002d49;
}
.Brandmodels_titles .Brandmodels_titleb  p{
	color: #FFFFFF;
}
.Brandmodels_titles .on .Brandmodels_titli_Line {
	border: 0.5px solid #002d49;
	/* border: 1px solid #ccc; */
}

.Brandmodels_titles .on .Brandmodels_titli_Line li {
	background-color: #002d49
		/* border: 1px solid #ccc; */
}

.Brandmodels_titles .on .Brandmodels_titli_Lines {
	border: 0.5px solid #FFFFFF;
	/* border: 1px solid #ccc; */
}

.Brandmodels_titles .on .Brandmodels_titli_Lines li {
	background-color: #FFFFFF
		/* border: 1px solid #ccc; */
}

.Brandmodels_titli_Line>li {
	position: absolute;
	bottom: 0;
	margin: auto;
}

.Brandmodels_titli_Line>.Brandmodels_titli_Line1,
.Brandmodels_titli_Line>.Brandmodels_titli_Line3 {
	width: 15px;
	height: 2px;
	background: #999999;
}

.Brandmodels_titli_Line2 {
	width: 20px;
	height: 3px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #999999;
}

/* .Brandmodels_title:hover .Brandmodels_titli_Line li {
		border: 1px solid #ccc;
} */

.Brandmodels_titli_Line1 {
	left: 0;
}

.Brandmodels_titli_Line3 {
	right: -1px;
}

.Brandmodels_titli_Lines {
	border: 0.5px solid #999999;
}


.Brandmodels_titli_Lines>.Brandmodels_titli_Lines1,
.Brandmodels_titli_Lines>.Brandmodels_titli_Lines2,
.Brandmodels_titli_Lines>.Brandmodels_titli_Lines3 {
	background: #999999;
}

/* .Brandmodels_title:hover .Brandmodels_titli_Lines {
	border: 0.5px solid #999999;
} */

.index_titles {
	width: 100%;
	text-align: center;
	/* background: #FFFFFF; */
}

.newsdetail_fhlb {
	display: none;
}

.index_title_bj {
	width: 570px;
	background: url(../img/Vehicletype.png) no-repeat center 60px;
	margin: auto;
}

.index_title_bj1 {
	background: url(../img/Support.png) no-repeat center 60px;
}

.index_title_bj2 {
	background: url(../img/dynamic.png) no-repeat center 60px;
}

.index_title {
	width: auto;
	padding: 70px 0 40px 0;
	display: inline-block;


}

.index_title>p {
	width: auto;
	color: #002031;
	height: 60px;
	line-height: 35px;
	font-size: 40px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}

.index_title>.title_qdjc {
	font-size: 24px;
	font-weight: normal;
}

.title>.title_bt {
	color: #FFFFFF;
}

.index_titli_Line {
	position: relative;
	border: 0.5px solid #002031;
}

.index_titli_Line>li {
	position: absolute;
	bottom: 0;
	margin: auto;
}

.index_titli_Line>.index_titli_Line1,
.index_titli_Line>.index_titli_Line3 {
	width: 15px;
	height: 2px;
	background: #002031;
}

.index_titli_Line2 {
	width: 20px;
	height: 3px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #002031;
}

.index_titli_Line1 {
	left: 0;
}

.index_titli_Line3 {
	right: -1px;
}

.Joinus_index_titli_Line {
	border: 0.5px solid #FFFFFF;
}

.Joinus_index_titli_Line>.Joinus_index_titli_Line1,
.Joinus_index_titli_Line>.Joinus_index_titli_Line2,
.Joinus_index_titli_Line>.Joinus_index_titli_Line3 {
	background: #FFFFFF;
}

/* 头部 */

.head {
	width: 100%;
	height: 85px;
	overflow: hidden;
}

.head1 {
	width: 100%;
	background: #fff;
}

.welcome {
	width: 100%;
	height: 85px;
}

.head_logo {
	width: 220px;
	height: 85px;
	float: left;
	position: absolute;
	top: 0;
}

.head_logo img {
	height: 100%;
}

.head_welcome1 {
	background: #FFFFFF;
}

.head_welcome {
	text-align: right;
	overflow: hidden;
	height: 30px;
	line-height: 31px;
	color: #002d49;
}

.head_nav {
	width: 100%;
	height: 55px;
	background: #000000;
	/*background: #f00;*/
	overflow: hidden;
}

.head_ul {
	float: left;
	padding-left: 225px;
}

.head_ul>li {
	float: left;
	width: 135px;
	height: 55px;
	text-align: center;
	background: transparent;
	cursor: pointer;
	transition: 0.8s;
	/* position: relative; */
}

.head_ul>li>a {
	display: block;
	line-height: 55px;
	transition: 0.8s;
}

.head_ul>li:hover {
	background: #e60012;
	border-radius: 5px;
	transition: 0.8s;
}

.head_ul>li:hover .head_nav_a {
	line-height: 40px;
	transition: 0.8s;
}

.head_ul li p,
.head_nav_ul li p {
	color: #FFFFFF;
	font-size: 16px;
}

.head_nav_ul {
	float: right;
}

.head_nav_ul>li {
	float: left;
	padding: 0 10px;
}

.head_nav_ul>li p {
	line-height: 50px;
	text-align: center;
	background-size: 24px;
	background-position: left center;
	padding-left: 30px;
	color: #fff;
	transition: 0.8s;
}


.head_vehicles {
	width: 650px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}

.head_vehicles1 {
	width: 170px;
	height: 100%;
	overflow: hidden;
	float: left;
}

.head_vehicles1>li {
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	float: left;
	overflow: hidden;
	line-height: 50px;
}

.head_vehicles1>li a {
	display: block;
	width: 100%;
	height: 100%;
}

.head_vehicles1>li:hover {
	background: #e60012;
	transition: 1s;
}

.head_vehicles1>li:hover a {
	color: #FFFFFF;
}

.head_vehicles1>li img {
	margin-top: 10px;
}

.head_vehicles1>li p {
	width: 150px;
	height: 25px;
	color: #000000;
	font-size: 14px;
	margin: -5px auto auto auto;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.head_vehicles1>li .Learnmore {
	height: 80px;
	width: 100%;
	margin-top: 0;
	line-height: 120px;
	color: #002d49;
	font-size: 20px;
	border: none;
}

.head_BrandInter {
	width: 480px;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.head_BrandInter img {
	height: auto;
	display: block;
}

.head_BrandInter_jj {
	text-align: center;
	overflow: hidden;
	font-size: 15px;
	color: #000000;
	width: 100%;
	/* text-indent: 20px; */
	position: absolute;
	bottom: 0;
	height: 40px;
	background: rgba(255, 255, 255, 0.6);
	line-height: 40px;
}

.flicker-example ul li {
	cursor: pointer;
}

.query {
	background: url(../img/SearchDealers.png) no-repeat;
	background-position: left center;
}

.follow {
	background: url(../img/heart.png) no-repeat;
	text-align: right;
	background-size: 28px !important;
	transition: 0.8s;
}

.follow:hover {
	background: url(../img/heart1.png) no-repeat;
	text-align: right;
	background-position: left center;
	background-size: 28px;

	line-height: 45px;
	transition: 0.8s;
}

.query_li {
	width: 115px;
}

.query_li:hover p {

	line-height: 45px;
	transition: 0.5s;
}

.head_ul_ejlb {
	position: absolute;
	height: 0px;
	width: 0px;
	transition: all .3s ease-in-out 0s;
	top: 85px;
	z-index: 5;
}

.head_nav_ul>li:hover .head_ul_ejlb .head_QRcode {
	width: 137px;
	height: 137px;
	transition: .5s;
}

.head_ul_ejlb2 {
	top: 86px;
}

.head_vehicle1 {
	width: 800px;
}

.head_ul_ejlb1 {
	position: absolute;
	left: 313px;
	top: 85px;
	z-index: -1;
	transition: 1s;
	opacity: 0;
	/* box-shadow: 0 6px 20px #002d49; */
}

.head_ul_ejlb2 {
	position: absolute;
	margin: auto;
	top: 85px;
	z-index: -1;
	transition: 1s;
	opacity: 0;
}

.head_ul_ejlb3 {
	left: 450px;

}


.head_BrandInter {
	border-radius: 0;
}

.head_BrandInter img {
	border-radius: 0;
}

.head_ul_ejlb4 {
	left: 586px;
}

.head_ul>li:hover .head_ul_ejlb1 {
	z-index: 5;
	opacity: 1;
	transition: 0.5s;
}

.head_ul>li:hover .head_ul_ejlb2 {
	z-index: 5;
	opacity: 1;
	transition: 0.5s;
	line-height: 50px;
}

.head_vehicle {
	width: 1300px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}

.head_vehicle1 {
	width: 475px;
	height: 100%;
	overflow: hidden;
	float: left;
}

.head_vehicle1>li {
	width: 50%;
	border-bottom: 1px solid #d2d2d2;
	float: left;
	height: 120px;
	overflow: hidden;
}

.head_vehicle1>li img {
	margin-top: 5px;
}

.head_vehicle1>li p {
	width: 150px;
	height: 25px;
	color: #000000;
	font-size: 14px;
	margin: auto;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.head_vehicle1>li .Learnmore {
	height: 80px;
	width: 100%;
	margin-top: 0;
	line-height: 120px;
	color: #002d49;
	font-size: 20px;
	border: none;
}

.selectTag {
	background: #e5e5e5;
	transition: 1s;
}

.Motorcycle {
	width: auto;
	height: 75px;
	margin: auto;
}

.head_vehicletype {
	width: 825px;
	height: 605px;
	float: left;
	overflow: hidden;
	position: relative;
}

.head_vehicle1>li>a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.index_img {
	width: 100px;
	height: 20px;
	background: url(../img/shadow.png) no-repeat center bottom;
	background-size: 100px 20px;
	position: absolute;
	bottom: 27px;
	bottom: 25px\9;
	left: 75px;
}

.head_vehicletype_xq_bottom {
	width: 100%;
	height: 124px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
}

.head_vehicletype>div {
	display: none;
}

.head_vehicletype>div:nth-child(1) {
	display: block;
}

.head_vehicletype_jj {
	text-align: left;
	overflow: hidden;
	padding: 11px 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 100px;
	background: rgba(255, 255, 255, 0.6);

}

.head_vehicletype_jj>p {
	font-weight: bold;
	color: #002d49 !important;
	font-size: 20px;
	float: left;
	height: 42px;
	border-bottom: 2px solid #E60012;
	margin-top: 10px;
}

.head_vehicletype_jj>div {
	width: 160px;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	padding: 10px 50px;
	margin-top: 10px;
}



.head_QRcode {
	width: 137px;
	height: 0px;
	margin-left: -17px;
	transition: .3s;
	left: 50%;
	overflow: hidden;
	box-shadow: 0 0 20px #808080;
}

.head_QRcode>img {
	width: 137px !important;
	height: 137px !important;

}

.triangle2 {
	margin-left: 50px;
	margin-top: 20px;
}

.header {
	display: none;
}

.container {
	display: none;
}

/* 头部结束 */
/*首页开始 */
.swiper-container1 {
	width: 1500px;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.swiper-container1 .swiper-slide>img {
	width: 60%;
	margin-top: 30px;
}

.index_swipt_img {
	width: 400px;
	height: 120px;
	background: url(../img/shadow.png) no-repeat 76px bottom;
	background-size: 270px 80px;
	position: absolute;
	bottom: 85px;
	left: 40px;
	cursor: pointer;
}

.swiper-slide-next {
	background-image: url('../img/border.png');
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: 60% 420px;
}

.swiper-button-prev {
	color: #002D49;
}

.swiper-slide-next>img {
	width: 80% !important;
	transition: all 1s;
}

.index_swipt_title {
	width: 100%;
	position: absolute;
	top: 110px;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
}

.swiper-slide-next>.index_swipt_title {

	font-size: 28px;
	color: #333333;
	font-weight: bold;
	top: 45px;
	transition: .5s;
	cursor: pointer;
	text-align: center;
}

.swiper-slide-next>.index_swipt_img {
	background: url(../img/shadow.png) no-repeat 40px bottom;
	background-size: 360px 120px;
	bottom: 26px;
	cursor: pointer;
}

.Interpretation {
	width: 100%;
	height: auto;
}

.Interpretation_left {
	width: 50%;
	background: url(../images/index/Interpretation.png) no-repeat;
	background-size: cover;
	float: left;

}

.Interpretation_Mask {
	width: 100%;
	height: 470px;
	background: rgba(0, 0, 0, 0.5);

}

.Interpretation_left_img {
	width: 100%;
	padding: 50px 0 20px 0;
	text-align: center;
}

.Interpretation_wb {
	width: 80%;
	font-size: 14px;
	color: #FFFFFF;
	margin: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.Interpretation_wb>p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 120px;
	font-size: 16px;
}

.Interpretation_form {
	margin-top: 50px;
	text-align: center;
}

.Interpretation_form a {
	display: block;
	position: relative;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	width: 110px;
	height: 40px;
	background: #b8091d;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 10px;
	margin: auto;
}

/* .Interpretation_form a:before {
	display: block;
	content: '';
	position: absolute;
	left: -2%;
	right: 8%;
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 10px;
	background: #b8091d;
	transition: 0.5s;
	z-index: -1;
	margin: auto;

} */



.Interpretation_form a:hover:before {

	width: 100%;
	transition: 0.5s;

}

.Interpretation_form a:hover {
	background: #f9071a;
	transition: 0.5s;
	color: #fff;
}

.Interpretation_right {
	width: 50%;
	height: 470px;
	float: left;
	background: #b8091d;
	/* padding: 50px 0px; */
}

.Interpretation_right_ul {
	width: 50%;
	height: auto;
	float: left;
	margin-top: 40px;
	cursor: pointer;
}

.Interpretation_right_ul>li {
	font-size: 16px;
	color: #FFFFFF;

	text-align: center;
	padding-bottom: 10px;
}

.Interpretation_right_ul>li>a {
	color: #FFFFFF;
}

.Interpretation_right_ul .Interpretation_right_ul_wb {
	font-size: 14px;
	padding: 20px 50px 20px 50px;
	height: 50px;
	overflow: hidden;
	/* background:transparent; */
	/* 	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; */
}

.Interpretation_right_tb img {
	width: 40px;
	height: auto;
}

.Interpretation_right_ul:hover .Interpretation_right_tb img {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both -webkit-animation-name: wobble;
	animation-name: wobble
}

.Interpretation_Mask:hover .Interpretation_right_tb img {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both -webkit-animation-name: wobble;
	animation-name: wobble
}

.Interpretation_right_ul_on {
	background: #FFFFFF;
	transition: .5s;
}

.Interpretation_right_ul_on a {
	color: #b8091d !important;
	transition: .5s;
}

.vehiclepromotion {
	width: 100%;
	height: 300px;

}

.Vehiclesupport1 {
	background: #FFFFFF;
	overflow: hidden;
}

.vehiclepromotion_list {
	width: 12.5%;
	height: 190px; 
	float: left;
	margin-top: 10px;
	cursor: pointer;

}

.Promotion_img_show {
	width: 128px;
	height: 128px;
	border-radius: 100%;
	margin: auto;
	text-align: center;
	/* border: 1px solid #FFFFFF; */
	position: relative;
}

.Promotion_img_show>img {
	width: 64px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}



.Promotion_one_bt {
	width: 100px;
	text-align: center;
	font-size: 16px;
	color: #002d49;
	padding: 10px 0;
	margin: auto;

}

.vehiclepromotion_list:hover .Promotion_one_bt {
	/* color: #e60012; */
	transition: 1.5s;
}



.Joinus_img {
	width: 100%;
	height: 100%;
	background: url(../images/index/Joinus.png) no-repeat;
	background-size: 100% 100%;
	position: fixed;
	top: 17px;
	z-index: -1;
}

.Joinus {
	width: 100%;
	padding: 0 0 60px 0;
	position: relative;
	background: transparent;
}

.Joinus_qb_wb {
	width: 94%;
	height: auto;
	padding: 20px 0 0 3%;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}

.Joinus_qb_wb>p {
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 16px;

}

.Newscentres {
	width: 100%;
	background: #FFFFFF;
	overflow: hidden;
}

.newlists {
	width: 1300px;
	left: 0;
	right: 0;
	margin: auto;
}

.Newscentres_list {
	width: 30%;
	float: left;
	margin-right: 3%;
}

.Newscentres_title_bt {
	width: 100%;
	height: auto;
	padding: 20px 0 40px 0;
	cursor: pointer;
}

.Newscentres_title_bt>h3 {
	float: left;
	font-size: 18px;
	color: #000000;
}

.Newscentres_title_bt>p {
	font-size: 14px;
	color: #333;
	float: right;
	cursor: pointer;
	line-height: 27px;
}

.Newscentres_nr {
	width: 100%;

}

.Newscentres_nr_img {
	width: 445px;
	height: 250px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.Newscentres_nr_img>img {
	width: 100%;
	height: 100%;
	transition: 1s;
}

.Newscentres_nr_img:hover img {
	transform: scale(1.05);
	transition: 1s;
	margin: auto;
}

.Newscentres_nr_img>div {
	width: 100%;
	height: 45px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	line-height: 45px;
	text-align: left;
	text-indent: 8px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.Newscentres_nr_list {
	padding: 20px 0 40px 0;

}

.Newscentres_nr_title {
	font-size: 16px;
	color: #000000;
	height: 30px;
	line-height: 30px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 8px;
	cursor: pointer;
}

.Newscentres_nr_title:hover {
	color: #e60012;
	transition: 1s;
}

.Newscentres_title_bt>p:hover {
	color: #e60012;
	transition: 1s;
}

.Newscentres_nr_img:hover .Newscentres_title {
	color: #e4e4e4;
	transition: 1s;
}

/* 首页结束 */
/* 面包屑导航 */

.Crumbsqy {
	width: 1300px;
	margin: auto;
}

.Crumbsqys {
	width: 1300px;
	margin: auto;
}

.Crumbs {
	width: 80%;
	padding: 40px 30px 35px 30px;
	background: url(../img/position1.png) no-repeat;
	background-position: left 38px;

}

.Crumbs>li {
	float: left;
	font-size: 14px;
	color: #666666;
}

.Crumbs>li>a {
	color: #666666;
}

/* .Crumbs>.CurrentLocation {
	color: #000000;
} */

/* 面包屑导航结束 */
/* 轮播开始 */
#lunbo {
	width: 100%;
	height: 850px;
	overflow: hidden;
}
#swiperOne img{
    width: 100%;
    height: 100%;
}

#show-area {
	width: 100%;
	height: 850px;
	position: relative;
	margin: 0px auto;

}

/*注意：找bug找了很久，这里自动插入一张，父容器要加上他的宽度，否则怎么显示呢？小问题大解决*/
#show-area ul {
	width: 100%;
	position: relative;
	height: 850px;
	right: 0;
     display: table;
}

#show-area ul li {
	    display: table-cell;
	width: 20%;
	background: #eeeded;

}

#show-area ul li img {
	width: 100%;
	height: 850px;
}

/*指示器*/
#indicator {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	/*ackground-color: #00ccff;*/
}

#indicator div {
	height: 3px;
	width: 100px;
	margin: 0 6px;
	background-color: rgba(114, 137, 128, 0.5);
	display: inline-block;
}

#button-left,
#button-right {
	position: absolute;
	width: 100px;
	height: 100px;
	z-index: 4;
	bottom: 0;
	top: 0;
	margin: auto;
	cursor: pointer;
	background: url(../img/bannner_jt_xtq.png) center;
	background-repeat: no-repeat;
	transition: .5s;
}

#button-left {
	left: 30px;
	transform: rotate(180deg);
}

#button-right {
	right: 30px;
}

#button-left:hover {
	background: url(../img/bannner_jt_xth.png) center;
	background-repeat: no-repeat;
	transition: .5s;
}

#button-right:hover {
	background: url(../img/bannner_jt_xth.png) center;
	background-repeat: no-repeat;
	transition: .5s;
}

#indicator .onclick {
	background: #b8091d;
}

/* 轮播结束 */
.Swiper1 {
	width: 100%;
	height: auto;
	background: url(../img/line1.png) repeat-x center #eeeeee;
	overflow: hidden;
}

/* 新闻中心开始 */
.new_banner {
	width: 100%;
	height: 400px;
	position: relative;
	background: url(../images/newsinformation.png) no-repeat 30% center;

	margin: auto;
}

.jiedu_banner {
	background: url(../images/vehicletype.png) no-repeat 30% center;
}

.New_navq {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 70px;
}

.New_nav {
	width: 360px;
	margin: auto;
}

.CarBuying_nav {
	/* width: 240px; */
}

.New_nav>li {
	float: left;
	height: 70px;
	padding: 0 20px;
	line-height: 70px;
	text-align: center;
	margin: auto;
	/* margin-left: 2px; */
	cursor: pointer;
}

.New_nav_li {
	background: rgba(0, 0, 0, 0.5);
}

.New_nav>li:hover {
	background: rgba(0, 0, 0, 0.3);
}

.New_nav>li>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 16px;
}



.New_tab {
	width: 100%;
	height: auto;
	padding: 0 0 70px 0;
	background: url(../img/newsbody_bg0.png) no-repeat, url(../img/newsbody_bg.png) no-repeat bottom right;

}


.New_content>div {
	height: 100%;
	margin: auto;
}

.New_content #con1 {
	display: block;
}

.newlist {
	clear: both;
	width: 1300px;
	padding: 20px 0;
	height: 170px;
	border-bottom: 1px dashed #cccccc;
	overflow: hidden;
	margin: auto;
	transition: 1s !important;
	cursor: pointer;
}

.newcon .newcons:first-child .newlist {
	border-top: none;
}

.newcon .newcons:last-child .newlist {
	/* border-bottom: 1px dashed #cccccc; */
}

.newcons {
	position: relative;
	/* overflow: hidden; */
	opacity: 0;
}

.newlistLayout {
	float: left;
	width: 300px;
	height: 170px;
	position: relative;
	overflow: hidden;
}

.newlistLayouttp {
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 1s;
}

.newlist:hover .newlistLayouttp {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	transition: 1s;
	margin: auto;
}

.newMask {
	position: absolute;
	z-index: 1;
	background: #002031;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 1s;
}

.Plus {
	width: auto;
	height: auto;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	opacity: 0;
	transition: 1s;
}

.newlist:hover .newMask {
	opacity: 0.5;
	transition: 1s;
}

.newlist:hover .Plus {
	opacity: 0.5;
	transition: 1s;
}

.newlisttext {
	width: 970px;
	padding: 0 0 0 30px;
	float: left;
}

.newlisttext>h3 {
	width: 780px;
	line-height: 50px;
	color: #000000;
	font-size: 16px;
	padding-top: 15px;
	float: left;
}


.newlisttext>div {
	width: 100%;
	height: 67px;
	line-height: 22px;
	color: #999999;
	font-size: 14px;
	/* height: 80px; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.newlisttext>p {
	width: 155px;
	line-height: 20px;
	color: #999999;
	font-size: 14px;
	float: right;
	padding-top: 25px;
}

.newlist:hover .newlisttext_h3 {
	color: #002d49;
}

.Promotion_list {
	width: 100%;
}

.Promotion_list li {
	width: 100px;
	margin: auto;
	float: none;
}

/* 新闻详情页 */
.Nextitem {
	padding-top: 20px;
	margin-left: 8px;
}

.Nextitem p {
	height: 30px;
}

.Nextitem p span {
	display: block;
	float: left;
}

.Nextitem p a {
	display: inline-block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Nextitem>p>a:hover {
	color: #e60012;
}

.Journalism {
	width: 100%;
	padding: 0px 0 40px 0;
	overflow: hidden;
}

.Journalism_Crumbs {
	width: 100%;
	color: #002d49;
	font-size: 24px;
}

.Journalism_Crumbs>span {
	width: 150px;
	text-align: left;
	line-height: 30px;
	color: #002d49;
}

.Journalism_Crumbs>i {
	width: 50px;
	height: 2px;
	color: #002d49;
	margin: auto;
}

.Journalism_con {
	width: 100%;
	padding: 20px 0 0 0;
	overflow: hidden;
}

.Journalism_conBT {
	color: #002d49;
	font-size: 24px;
	line-height: 30px;
	position: relative;
	height: auto;
	width: 100%;
}

.Journalism_conBTXF {
	color: #000000;
	margin-top: 80px;
	font-size: 30px;
	font-weight: 510;
	line-height: 50px;
}

.Journalism_conBT>div {
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
}

.Journalism_condate {
	text-align: center;
	color: #9e9c9c;
	font-size: 16px;
	line-height: 50px;
	position: relative;
	width: 100%;
	height: 50px;
}

.Journalism_condateXF {
	color: #666666;
}

.Journalism_conNrXF h1 {
	padding-top: 50px;
}

.Journalism_conNrXF h1,
.Journalism_conNrXF h2 {
	text-align: right;
	line-height: 35px;
}

.Journalism_condate>div {
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
}

.Journalism_conNr {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	/* padding: 0 10px; */
	position: relative;
	/* height: 600px; */
	width: 100%;
}



.content_height img {
	max-width: 100%;
	height: auto;
	margin-right: 10px;
	margin-bottom: 5px;
}

.new_fgx {
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	margin: 20px 0 30px 0;
}

.Promotionctn {
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
	position: relative;
}

.Promotion {
	padding-top: 20px;
	overflow: hidden;
}

.Promotions {
	display: block;
	height: 200px;
}

.Promotion_bt {
	font-size: 24px;
	color: #e60012;
	padding-bottom: 10px;
}

.Promotion_lists {
	width: 100%;
	height: auto;
}

.Promotion_lists>.Promotion_lists_div>li {
	width: 200px;
	margin-right: 40px;

	float: left;
	background: url(../img/Folder.png) no-repeat left 13px;
	padding-left: 52px;
	line-height: 80px;
	cursor: pointer;
}

.Promotion_lists_div {
	width: 200px;
	height: 80px;
	margin-right: 40px;
	padding-left: 52px;
	line-height: 80px;
	position: relative;
	float: left;
}

.Promotion_lists>li>a {
	border-bottom: 1px #000 solid;
	font-size: 16px;
}

/* 新闻中心结束 */
/* 购车支持开始 */
.CarBuying_tab {
	width: 100%;
	height: auto;


}
}

.CarBuying_list {
	width: 1200px;
	list-style: none;
	/* height: 60px; */
	margin: auto;
	padding: 50px 0;
}

.CarBuying_list li {
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 24px;
	color: #002d49;
	float: left;
	position: relative;
}

.CarBuying_list li i {
	height: 2px;
	width: 0px;
	background-color: #e60012;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	margin: auto;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;

}

.CarBuying_list li.cur i {
	width: 99px;
}

.CarBuying_list li:hover i {
	width: 99px !important;
}

.CarBuying_content {
	width: 100%;
	height: auto;
	padding: 55px 0 0 0;
	overflow: hidden;
}

.CarBuying_content>div {
	height: 100%;
	margin: auto;
}


.CarBuying_con_form {
	width: 100%;
	padding: 0 0 40px 0;
	overflow: hidden;
}

.CarBuying_con_form label {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	float: left;
	line-height: 40px;
	padding: 0 18px 0 0;
}

.CarBuying_con_form>input {
	width: 240px;
	height: 40px;
	border-radius: 10px 0 0 10px;
	border: 1px solid #bfbfbf;
	border-right: 0;
	float: left;
	text-indent: 20px;
}

.CarBuying_con_form_btn {
	width: 46px;
	height: 42px;
	background: #002d49;
	position: relative;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	float: left;

}

.CarBuying_con_form_btn>input {
	width: 100%;
	height: 100%;
	background: #002d49;
	border: none;
}

.CarBuying_con_form_btn>img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.CarBuying_con_sm {
	width: 48%;
	height: auto;
	float: left;
}

.CarBuying_con_sm {
	font-size: 16px;
	color: #000000;
}

.CarBuying_con_y {
	width: 100%;
	height: auto;
	margin-left: 4%;
}

.CarBuying_con_z {
	width: 50%;
	float: left;
}

.CarBuying_con_sm {
	width: 100%;
}

.CarBuying_con_y>img {
	width: 100%;
	height: 100%;
}

/* 正品机油 */
.Genuineoil {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.Genuineoil p {
	font-size: 16px;
	color: #000;
}

.Genuineoil img {
	width: 45%;
	padding: 20px 20px 0 0px;
}

/* 购车支持结束 */
/* 查询经销商 */
.SearchDealers {
	width: 350px;
	height: 700px;
	background: #FFFFFF;
	padding: 35px 30px 45px 30px;
	position: fixed;
	left: 35px;
	top: 120px;
}

.SearchDealers_bt {
	display: inline-block;
	height: 40px;
	font-size: 20px;
	color: #002d49;
	font-weight: bold;
}

.SearchDealers_select {
	width: 100%;
	padding: 0px 0 15px 0;
}

.SearchDealers_select>select {
	display: block;
	width: 350px;
	height: 40px;
	margin-top: 20px;
	border: 1px #d6d6d6 solid;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../img/select.png) no-repeat scroll 98% center transparent;
	padding-right: 30px;
	text-indent: 20px;
}

.SearchDealers_list {
	width: 348px;
	height: 500px;
	margin-top: 10px;
	border: 1px #d6d6d6 solid;
}

.SearchDealers_list_bt {
	width: 338px;
	height: 40px;
	line-height: 40px;
	background: #002d49;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 10px;
}

.SearchDealers_lists {
	width: 100%;
	height: 460px;
	overflow-y: auto;
	overflow-x: hidden;
}

/*滚动条整体样式*/
.SearchDealers_lists::-webkit-scrollbar {
	width: 5px;
	height: 1px;
}

/*滚动条滑块*/
.SearchDealers_lists::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}

/*滚动条轨道*/
.SearchDealers_lists::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
	border-radius: 5px;
	background: #ccc;
}

.SearchDealers_lists>li {
	width: 90%;
	height: auto;
	padding: 20px 5% 15px 5%;
	margin: auto;
	cursor: pointer;
}

.SearchDealers_lists>li:hover {
	background: #eaeaea;
}

.SearchDealers_lists>li>h3 {
	height: auto;
	font-size: 18px;
	color: #002d49;
	background: url(../img/position.png) no-repeat;
	padding-left: 35px;
	line-height: 35px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.SearchDealers_lists>li>p {
	color: #383838;
	font-size: 14px;
	padding-left: 35px;
	line-height: 25px;
}

/* 查询经销商结束 */
/*信息查询 */
.InformationService {
	width: 100%;
	height: 1040px;
	background: url(../images/carpurchasesupport/lnformationService.png)no-repeat 100% 100%;
}

.InformationService_js {
	width: 80%;
	margin: auto;

}

.InformationService_cx input {
	padding: 0;
	margin: 0;
}

.InformationService_js>p {
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.InformationService_cx {
	width: 1500px;
	height: 450px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	margin-top: 60px;
}

.InformationService_cx>form {
	width: 800px;
	height: 120px;
	margin: auto;
	margin-top: 170px;
}

.InformationService_inp,
.InformationService_btn {
	float: left;
}

.InformationService_inp>input {
	width: 500px;
	height: 45px;
	background: #FFFFFF;
	border-radius: 5px 0 0 5px;
	border: none;
	text-indent: 20px;
	font-size: 16px;
}

.InformationService_btn>input {
	width: 100px;
	height: 45px;
	background: url(../img/search.png) no-repeat center #e60012;
	border-radius: 0 5px 5px 0;
	border: none;
	cursor: pointer;
}

.InformationService_btn>input:hover {
	background: url(../img/search.png) no-repeat center #f84c59;
	transition: .4s;
}

.InformationService_cx>form label {
	font-size: 18px;
	color: #FFFFFF;
}

.InformationService_Number {
	width: 280px;
	height: 50px;
	border-radius: 10px;
	background: rgba(225, 225, 225, 0.5);
	margin: auto;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
}

.InformationService_Number:hover {
	background: #e60012;
	transition: 1s;
	line-height: 50px;
}

.InformationService_Not {
	color: #FFFFFF;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
}

/* 信息查询结束 */
/* 无忧服务 */
.CarefreeService {
	padding: 0 0 70px 0;
}

.CarefreeService_nr {
	width: 100%;

}

.CarefreeService_wb {
	width: 100%;
	/* padding: 40px 0; */
}

.CarefreeService_wb>p {
	font-size: 16px;
	color: #333333;
}

.CarefreeService_wb>p>span {
	color: #000000;
}

.CarefreeService_More {
	padding: 40px 20px;
	color: #002d49;
	font-size: 20px;
	text-align: center;
	background: url(../img/More.png)no-repeat 54.5% center;
	background-size: 20px;
}

/* 品牌车型 */
.Brandmodels {
	width: 100%;
	padding: 50px 0 0 0;
	background: url(../img/background.png) no-repeat #f1f1f1;
	background-size: 280px;
	background-position: -80px -80px;
	overflow: hidden;
}

.Brandmodels_btn {
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}

.Brandmodels_btn_cx,
.Brandmodels_btn_pl {
	width: 50%;
	float: left;
	text-align: center;
	height: 60px;
	font-size: 22px;
	color: #002d49;
	line-height: 60px;
	cursor: pointer;

}

.Brandmodels_btn_cx_on {
	background: #002d49;
	color: #FFFFFF;
	cursor: pointer;
}


.Brandmodels_tab {
	width: 100%;
	height: auto;
}

.Brandmodels_nav {
	width: 100%;
	height: auto;
	padding: 70px 0 50px;
	text-align: center;
}

.Brandmodels_nav>li {
	width: 50%;
	height: auto;
	float: left;
}

.Brandmodels_con {
	width: 100%;
	overflow: hidden;

}

.Brandmodels_con>div {
	display: none;
}

.Brandmodels_con>.Brandmodels_con1 {
	display: block;
}

.displacement {
	width: 100%;
	height: auto;
	background: url(../img/Appraisal1.png)no-repeat -80px -80px #f1f1f1;
}

.displacement_ul {
	width: 100%;
	height: auto;
	padding: 50px 0 70px 0;
	overflow: hidden;
}

.displacement_li {
	width: 30%;
	height: auto;
	display: inline-block;
	margin-right: 18px;
	background: #FFFFFF;
}

.displacement_img {
	width: 100%;
	height: 100%;
	position: relative;
}

.displacement_mb {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	z-index: 1;

}

.displacement_tscx {
	width: 145px;
	height: 45px;
	border: 1px solid #FFFFFF;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: -1;
	z-index: 2;
}

.displacement_li:hover .displacement_tscx {
	opacity: 1;
	transition: 1s;
}

.displacement_li:hover .displacement_mb {
	opacity: 1;
	transition: 1s;
}

.Brandmodels_con li {
	margin-bottom: 20px;
}

.Brandmodels_con_sj {
	display: none;
}

.Seemore {
	width: 240px;
	height: 30px;
	background: url(../img/shadow.png) no-repeat center;
	background-size: 200px 30px;
	left: 0;
	right: 0;
	bottom: 25px;
	margin: auto;
	position: absolute;
}

.displacementckgd {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #002d49;
	font-size: 18px;
	padding: 0px 0 50px 0;
	background: url(../img/More.png)no-repeat 52.5% 14%;
	background-size: 20px;
	padding-right: 40px;
}

.displacement_img1 {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding-bottom: 40px;

}

.Events_lists {
	width: 95%;
	margin: auto;
}

.displacement_img1>p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #002d49;
	padding: 20px 0 0 0;
}

.displacement_img1>img {
	width: 60%;
	transition: .5s;
}

.displacement_li:hover .displacement_img1>p {
	transform: scale(1.1);
	transition: .5s;
}

.displacement_li:hover .displacement_img1>img {
	transform: scale(1.1);
	transition: .5s;
}

.displacement_li:hover .Seemore {
	transform: scale(1.1);
	transition: .5s;
}

.displacements {
	width: 100%;
	height: auto;
	background-image: url(../images/brandmodels.png);
	background-repeat: no-repeat!important;
	overflow: hidden;
	background-size: 100% 100%;
	padding-bottom: 50px;
}

.displacements2 {
	width: 100%;
	height: auto;
	background-image: url(../images/brandmodels2.png);
	background-repeat: no-repeat!important;
	overflow: hidden;
	background-size: 100% 100%;
	padding-bottom: 50px;
}

.displacements_ul {
	width: 100%;
	overflow: hidden;

}

.displacement_nobg {
	background: none !important;
}

.skt li {
	height: 600px;
}


.Events_displacements1 {
	height: 670px !important;
}

.displacements_li {
	width: 382px;
	height: auto;
	float: left;
	margin-right: 1px;
	background: #FFFFFF;
}

.displacements_li_img {
	margin-bottom: 25px !important;
}

.displacements_img {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding-bottom: 40px;
}

.displacements_img>p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #002d49;
	padding: 20px 0 0 0;
}

.displacements_img>img {
	width: 60%;
	margin: auto;
}

.displacements_mb {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.CarBuying_bt {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0 20px 0;
}

.displacements .Brandmodels_titles .on p {
	color: #fff !important;
}

.BrandInterpretation {
	width: 100%;
	height: 500px;
	padding: 0px 0 70px 0;
	overflow: hidden;
}

.BrandInterpretation>div {
	height: 100%;
	margin: auto;
}

.BrandInterpretation_z {
	width: 47%;
	float: left;
	height: 100%;

	margin-left: 3%;
}

.BrandInterpretation_sm {
	width: 100%;
	height: auto;
	float: left;
}

.BrandInterpretation_sm {
	line-height: 25px;
	width: 90%;
	font-size: 14px;
	color: #555555;
	height: 405px;
	line-height: 25px;
	margin: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 15px 0 0;
}

.BrandInterpretation_sm::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}

/*定义滚动条轨道 内阴影+圆角*/
.BrandInterpretation_sm::-webkit-scrollbar-track {


	background-color: #f1f1f1;
}

/*定义滑块 内阴影+圆角*/
.BrandInterpretation_sm::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #c1c1c1;
}

.BrandInterpretation_y {
	width: 50%;
	float: left;
	height: 100%;

}

.BrandInterpretation_y>img {
	width: 100%;
	height: 100%;
}

.BrandStory {
	width: 100%;
	height: 300px;
	padding: 0px 0 70px 0;
	overflow: hidden;
}

.BrandStory>div {
	height: 100%;
	margin: auto;
}

.BrandStory_z {
	width: 60%;
	float: left;
	height: 100%;
	background: url(../images/Journalism1.jpg);

}


.BrandStory_sm {
	width: 90%;
	font-size: 14px;
	color: #555555;
	height: 160px;
	line-height: 25px;
	margin: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 15px;
}

.BrandStory_sm::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #d8dddf;
}

/*定义滚动条轨道 内阴影+圆角*/
.BrandStory_sm::-webkit-scrollbar-track {

	/* border-radius: 10px; */
	background-color: #d8dddf;
}

/*定义滑块 内阴影+圆角*/
.BrandStory_sm::-webkit-scrollbar-thumb {

	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #c1c1c1;
}

.BrandStory_y {
	width: 40%;
	float: left;
	height: 100%;

}

.BrandStory_y>img {
	width: 100%;
	height: 100%;
}

.BrandStory_bt {
	width: 90%;
	font-size: 18px;
	font-weight: bold;
	margin: auto;
	padding: 50px 0 20px 0;
}



.BrandStoryqb {
	background: #eaeaea;

}

.mr_frBtnL {
	float: left;
	margin: 110px 9% 0px 0px;
	cursor: pointer;
	display: inline;
}



.mr_frBtnR {
	float: right;
	margin-top: 110px;
	cursor: pointer;
}

.displacements1 {
	height: auto !important;
	background-size: cover;
}

.displacements1 .mr_frUl ul li {
	height: auto;
	background: transparent;
}

.displacements1 .mr_frUl ul li a {
	display: block;
	background: #FFFFFF;
	margin-top: 20px;
}

.displacements1 .mr_frUl {
	height: auto;
}

.displacements1 .displacements2 {
	height: 700px;
}

.displacements1 .displacements_img {
	height: auto;
	padding-bottom: 40px;

}

.displacements1 .mr_frBtnL,
.displacements1 .mr_frBtnR {
	margin-top: 280px;
}

.mr_frUl {
	width: 80%;
	float: left;
	padding: 50px 0 0px 0;
}

.mr_frUl ul li {

	margin-right: 20px;


}

.mr_frUl ul li img {
	display: block;
	margin-bottom: 7px;
}

/* 品牌车型结束 */
/* 品牌解读 */
.CarBuying_tabs {
	background: url(../img/background2.png) no-repeat left 60px;

}

.BrandStoryqb .title,
.CarBuying_tab .title,
.Events .title,
.displacements .title,
.Events_con {
	opacity: 0;
}

.BrandStoryqb {
	background: url(../img/background3.png) no-repeat right 10px #eaeaea;
}

.Events {
	width: 100%;
	background: url(../images/jiedu_bj.jpg);
	height: 1000px;
	padding-bottom: 110px;
	overflow: hidden;
}

.Events_table {
	width: 100%;
	height: 850px;
	background: #FFFFFF;
}

.Events_table>.Brandmodels_list {
	width: 100%;
	background: #002d49;
	height: 60px;

}

.Events_table>.Brandmodels_list li {
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid transparent;
	padding: 0 80px;
	position: relative;
}

.Events_table .Brandmodels_ul {
	text-align: center;
}

.Events_table>.Brandmodels_list li a {
	display: inline-block;
	height: 56px;
	color: #fff;

}

.Events_table>.Brandmodels_list li.brandomdels_on a {
	border-bottom: 4px #e60012 solid;
}

.Events_table>.Brandmodels_list li a:hover {
	border-bottom: 4px #e60012 solid;
}

.shzr {
	width: 100%;
	height: 100%;
	background: url(../images/shzr.jpg) no-repeat center;
	background-size: cover;
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	display: none;
	overflow: hidden;
}

.shzr_qb {
	width: 1300px;
	height: 500px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;

}

.shzr_gbtk {
	width: auto;
	height: 60px;
	font-size: 20px;
	position: absolute;
	text-align: right;
	top: 10px;
	right: 50px;
	color: #000000;
	cursor: pointer;
}

.shzr_nr {
	width: 1200px;
	height: 400px;
	background: rgba(280, 280, 280, .9);
	padding: 50px 40px;
}

.shzr_nr h1 {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #dcdcdc;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.shzr_nr h2 {
	width: 100%;
	height: 40px;
	/* color: #002d49; */
	font-size: 16px;
	line-height: 25px;
	margin-top: 35px;
}

.shzr_nr .shzr_wb {
	width: 100%;
	height: 350px;
	/* color: #002d49; */
	font-size: 14px;
	line-height: 25px;
	overflow-y: auto;
	margin-top: 20px;
}

.shzr_nr .shzr_wb::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}

/*定义滚动条轨道 内阴影+圆角*/
.shzr_nr .shzr_wb::-webkit-scrollbar-track {


	background-color: #f1f1f1;
}

/*定义滑块 内阴影+圆角*/
.shzr_nr .shzr_wb::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #c1c1c1;
}

.jiedudivs1 {
	width: 100%;
	height: 750px;
	font-size: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.jiedudivs2 {
	width: calc(20% - 1px);
	transition: font-size 0.5s 0.1s cubic-bezier(0.48, 0.06, 0.4, 0.26), width 0.5s 0.3s cubic-bezier(0.48, 0.06, 0.4, 0.26);
	height: 100%;
	font-size: 16px;
	vertical-align: top;
	position: relative;
	border-right: 1px solid white;
	display: inline-block;
	cursor: pointer;
}


.jiedudivsqq {
	width: calc(20% - 1px);
	transition: font-size 0.5s 0.1s cubic-bezier(0.48, 0.06, 0.4, 0.26), width 0.5s 0.3s cubic-bezier(0.48, 0.06, 0.4, 0.26);
	height: 100%;
	font-size: 16px;
	vertical-align: top;
	position: relative;
	border-right: 1px solid white;
	display: inline-block;
	cursor: pointer;
}


.jiedudivs2:hover {
	width: calc(40% - 1px);
	font-size: 24px
}

.jiedudivs4 {
	position: absolute;
	top: 30%;
	transition: top 0.5s 0.1s cubic-bezier(0.48, 0.06, 0.4, 0.26);
	width: 100%;
	height: 30px;
	text-align: left;
	padding-left: 5%;
	color: white;
}

.jiedudivsww {
	position: absolute;
	top: 30%;
	transition: top 0.5s 0.1s cubic-bezier(0.48, 0.06, 0.4, 0.26);
	width: 100%;
	height: 30px;
	text-align: left;
	padding-left: 5%;
	color: white;
}

.jiedudivs4:hover {
	top: 40%
}

.jiedudivs5 {
	position: absolute;
	top: 40%;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	text-align: left;
	padding-left: 5%;
	color: white;
	opacity: 0;
	transition: opacity 0.5s 0.1s cubic-bezier(0.48, 0.06, 0.4, 0.26), top 0.5s 0.1s cubic-bezier(0.48, 0.06, 0.4, 0.26);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.jiedudivs5:hover {
	top: 55% opacity:0;
}

.Events_con {
	height: 740px;
	overflow-y: auto;
	overflow-x: hidden;
}

.Events_con::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}

/*定义滚动条轨道 内阴影+圆角*/
.Events_con::-webkit-scrollbar-track {


	background-color: #f1f1f1;
}

/*定义滑块 内阴影+圆角*/
.Events_con::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #c1c1c1;
}

.Events_list {
	width: 98%;
	height: auto;
	margin: 0 auto 50px auto;

}

.Events_img {
	width: 48%;
	height: 435px;
	float: right;
	margin-bottom: 50px;
}

.Events_img>img {
	width: 100%;
	height: 100%;
}

.Events_img1 {
	float: left;
}

.Events_wb {
	width: 50%;
	height: 435px;
	float: left;
	/* padding-left: 40px; */
	margin-bottom: 50px;

}

.Events_wb1 {
	float: right;
}

/* .Events_con>div{
	display: none;
	padding: 60px;
} */
.Events_con>.Brandmodels_con1 {
	display: block;
}

.Events_wby {
	padding-right: 40px;
	padding-left: 0;
}

.Events_wb>h1 {
	font-size: 28px;
	color: #002d49;
	height: 40px;
	display: inline-block;
	padding-top: 20px;
	font-weight: bold;
}

.Events_wb>h2 {
	width: 95%;
	font-size: 22px;
	color: #333333;
	height: auto;
	display: inline-block;
	padding-top: 35px;
	overflow: hidden;

}

.Events_wb>h1>i {
	display: block;
	width: 80px;
	border-bottom: 4px solid #e60012;
}

.Events_wb_nr {
	width: 100%;
	height: 280px;
	font-size: 14px;
	color: #666666;
	padding-top: 0;
	line-height: 25px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 15px 0 0;
}

.Events_wb_nr::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}

/*定义滚动条轨道 内阴影+圆角*/
.Events_wb_nr::-webkit-scrollbar-track {


	background-color: #f1f1f1;
}

/*定义滑块 内阴影+圆角*/
.Events_wb_nr::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #c1c1c1;
}

.Events_displacements1 {
	background: url(../img/background3.png)no-repeat right 10px;
}

.Events_displacements1 .mr_frUl ul li {
	width: 330px;
	cursor: pointer;
}

.Events_displacements1 li img {
	width: 100%;
}

.Events_displacements1 .mr_frboxs {
	width: 1500px;
}

.Events_displacements1 .mr_frBtnL {
	margin: 200px 22px 0px 0px;
}

.Events_displacements1 .mr_frBtnR {
	margin: 200px 0 0px 0px;
}

.Events_displacements1 .mr_frUl {
	width: 1400px;
}


/* 品牌解读结束 */
/* 车型详情 */
.details_banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.details_banner img{
	width: 100%;
	height: auto;
	overflow: hidden;
  display: block;
}
.cxxq_details {
	width: 100%;
	margin: auto;
}

.cxxq_details1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	/* padding-bottom: 20px; */

}

.cxxq_details1>img {
	width: 100%;
	height: auto;
	display: block;
}

.cxxq_details2 {
	width: 100%;
	height: auto;
	background: #3a3a3a;
	padding: 58px 0 160px 0;
	overflow: hidden;
	margin-bottom: 60px;
}

.cxxq_details2_xj {
	/* height: 500px; */
	overflow: hidden;
}

.cxxq_details2 img {
	width: 600px;
	float: left;
}

.cxxq_details3 {
	width: 100%;
	height: auto;
	padding: 10px 0 0px 0;
	overflow: hidden;
}

.cxxq_details3_xj {
	height: auto;
	padding-bottom: 130px;
	overflow: hidden;
}

.cxxq_details3 img {
	width: 100%;
	height: auto;
}

.cxxq_details4_xj {
	padding-bottom: 0px;
}

.cxxq_details4 {
	padding: 40px 0 130px 0;
}

.details_title {
	width: 100%;
	height: 200px;
	padding: 110px 0 80px 0;
	text-align: center;
	background: #f2f2f2;
}

.details_title>h1 {
	font-size: 34px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: bold;
}

.details_title>p {
	font-size: 16px;
	color: #333333;
	width: 260px;
	margin: auto;
}

.cxxq_detailss1 {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.cxxq_details_gd_xj {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cxxq_details_gd_xj img {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}

.details_title>i {

	display: inline-block;
	margin: 30px 0 0 0;
	border-bottom: 2px solid #e60012;
	width: 80px;
	height: 0;
	padding: 0;

}

/* .Vehiclecolour{
	width: 100%;
	overflow: hidden;
	padding: 10px 0 30px 0;
}
.Vehiclecolour_list{
width: 100%;
	
} */
.details_title h1,
.details_title p,
.details_title i,
.Vehiclecolour .title,
.Vehiclecolour_list>li,
.cxxq_details .cxxq_details1,
.cxxq_details2 .cxxq_details2_xj_tp,
.cxxq_details3 .cxxq_details2_xj_wz,
.cxxq_details6 img,
.cxxq_details4 .cxxq_details2_xj_tp,
.cxxq_details7 .cxxq_details2_xj_wz,
.Technicalreference .title,
.Technicalreference table,
.Technicalreference .Technicalreference_sc {
	opacity: 0;
}

.details_titlexs h1,
.details_titlexs p,
.details_titlexs i,
.Vehiclecolourxs .title,
.Vehiclecolour_listxs>li,
.cxxq_details1xs,
.cxxq_details2xs .cxxq_details2_xj_tp,
.Technicalreferencexs .title,
.Technicalreferencexs table,
.Technicalreferencexs .Technicalreference_sc {
	opacity: 1 !important;
}

/* .Vehiclecolour_list>li{
	width: 32%;
	height: 300px;
	margin: 20px 7px;
	float: left;
	text-align: center;
	transition: .8s;
	font-size: 16px;
}
.Vehiclecolour_list>li:hover{
	box-shadow: 0 0 20px #EEEEEE;
	transition: .8s;
}
.Vehiclecolour_list>li img{
	width: auto;
	height: 237px;
	margin-top: 20px;
	font-size: 16px;
	color: #000000;
} */
.chexingyanse {
	width: 100%;
	height: auto;
}

.chexingyanse img {
	max-width: 100%;
	height: auto;
}

.Technicalreference {

	overflow: hidden;
	background: #f2f2f2;
}

.Technicalreference table {
	width: 100%;
	text-align: center;
	border-top: 1px solid #e4e4e4;
	height: 330px;
}

.Technicalreference table th {
	text-align: center;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #e4e4e4;
}

.Technicalreference table td {
	font-size: 14px;
	color: #000000;
	border-bottom: 1px solid #e4e4e4!important;
}

.Technicalreference_sc {
	width: 100%;
	padding: 60px 0;
}

.Technicalreference_sysc {
	width: 190px;
	height: 50px;
	hyphenate-character: 60px;
	margin: auto;
	border-radius: 10px;
	background: url(../img/BrandStory.png)no-repeat 30px center #002d49;
	background-size: 30px 20px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 46px;
	padding-left: 70px;
}

.Technicalreference_sysc:hover {
	background: url(../img/BrandStory.png)no-repeat 30px center #e5010c;
	background-size: 30px 20px;
}




.bigrow {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}

.bigrows {
	max-width: 1500px;
}

.bigrow4 {
	margin: 100px auto 0 auto;
}

.bigrow_bt {
	width: 100%;
	height: 200px;
	line-height: 200px;
	font-size: 40px;
	text-align: center;
	color: #333333;
	opacity: 0;
}

.bigrow_xj {
	width: 100%;
	margin-bottom: 80px;
	overflow: hidden;
}

.bigrow_xj_tp {
	width: 700px;
	height: 525px;
	float: left;
	/* display: block; */
	opacity: 0;
}

.bigrow_xj_wz {
	margin-top: 290px;
	float: left;
	/* display: block; */
}

.bigrow_xj_left {
	width: 545px;
	height: 600px;
	float: left;
	padding: 50px 0;
}

.bigrow_xj_left img {
	width: 100%;
}

.bigrow_xj_tps {
	width: 920px;
	height: 700px;
	float: left;
}

.bigrow_xj_leftbt {
	height: 200px;
}

.bigrow_xj_leftbt>h1 {
	font-size: 40px;
	color: #313131;
	font-weight: bold;
}

.bigrow_xj_leftbt_nr {
	font-size: 16px;
	color: #666666;
}

.bigrow_xj_leftbts {
	margin-left: 35px;
}

/* 车型详情结束 */
/* 无忧服务 */
/* 底部开始 */
.footq {
	height: 400px;
	bottom: 0;
	z-index: -1;
	width: 100%;
}

.foot {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/foot.jpg) no-repeat 100% top;
	background-size: 100% 100%;



}

.foot2 {
	width: 100%;
	height: 365px;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.foot2s {
	height: 250px;
}

.foot_Contact {
	width: 100%;
	height: auto;
}

.foot_Contact>p {
	height: 45px;
	color: #FFFFFF;
	font-size: 20px;
	display: inline-block;
	margin: 50px 20px 25px 20px;
}

.foot_Contactzw {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
}

.foot_con {
	width: 100%;
}

.foot_con .foot_Contact {
	width: 200px;
	float: left;
	margin-top: 25px;
}

.foot_uls {
	margin-top: 66px;
}

.foot_ul {
	width: 400px;
	height: auto;
	float: left;
	padding-left: 20px;
	overflow: hidden;

}

.foot_ul1 {
	width: 400px;
	padding-left: 160px;
	overflow: hidden;
}

.foot_ul li {
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
}

.foot_ul .foot_ul_li {
	width: 100%;
	min-height: 40px;
	overflow: hidden;
	position: relative;

}

.foot_ul .foot_ul_li1 {
	/* width: 330px; */
	word-wrap: break-word;
	line-height: 42px;
	word-break: break-all;

}



.foot_ul li>p {
	float: left;
	font-size: ;
}

.foot_you {
	width: 500px;
	height: auto;
	float: right;
}

.foot_yous {
	margin-top: 105px;
}

.foot_yqlj {
	width: 300px;
	height: 40px;
	border: none;
	color: #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../img/select1.png) no-repeat scroll 95% center rgba(225, 225, 225, 0.4);
	padding-right: 35px;
	text-indent: 13px;
	margin-top: 25px;
	line-height: 40px;
	cursor: pointer;
}

.foot_yqlj option {
	height: 40px;
	background: #333;
	text-indent: 13px;
}

.foot_sele {
	width: 300px;
	height: 40px;
	position: relative;
}

.foot_ewm {
	width: 100%;
	overflow: hidden;
	margin-top: -10px;
}

.foot_ewm>.foot_ewms {
	width: 33.3%;
	height: 160px;
	float: left;
	text-align: center;
	position: relative;
}

.foot_ewm>.foot_ewm_img {
	width: 33.3%;
	height: auto;
}

.foot_ewm>.foot_ewms img {
	width: 90%;
	/*height: 135px;*/
}

.foot_ewm div>p {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}

/* .foot_ewm>.foot_ewm_img>p {
	text-indent: 20px;
} */

.foot_bqh {
	background: #000;
	font-size: 14px;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;

}

.foot_bqh a {
	font-size: 14px;
	color: #fff;
}

/* 底部结束 */


















/* 手机端开始 */
@media (max-width: 1690px) {
	#lunbo {
		width: 100%;
		height: 780px;
	}

	#show-area {
		width: 100%;
		height: 780px;
		position: relative;
		margin: 0px auto;

	}

	#show-area ul {
		width: 100%;
		height: 780px;
	}

	#show-area ul li img {
		height: 780px;
		width: 100%;
		display: block;
	}
}

@media (max-width: 1600px) {
	#lunbo {
		width: 100%;
		height: 750px;
	}

	#show-area {
		width: 100%;
		height: 750px;
		position: relative;
		margin: 0px auto;

	}

	#show-area ul {
		width: 100%;
		height: 750px;
	}

	#show-area ul li img {
		height: 750px;
		width: 100%;
		display: block;
	}
}

/* @media (max-width:1490px and min-width:1200px) { */
@media screen and (min-width: 1025px) and (max-width: 1490px) {
	.shzr_qb {
		width: 100%;
		height: 530px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
	}

	#lunbo {
		width: 100%;
		height: 650px !important;
	}

	#show-area {
		width: 100%;
		height: 650px !important;
		position: relative;
		margin: 0px auto;

	}

	#show-area ul {
		width: 100%;
		height: 650px !important;
	}

	#show-area ul li img {
		height: 650px !important;
		width: 100%;
		display: block;
	}


	.shzr_nr {
		width: 100%;
		height: 350px;
		background: rgba(280, 280, 280, .9);

		padding: 50px 75px;
	}

	.dkjz ,.dkjzs{
		width: 90%;
	}

	.views {
		width: 100%;
	}

	.foot_ul {
		width: 30%;
	}

	.foot_ul1 {
		padding-left: 5%;
	}

	.foot_you {
		width: 30%;
	}

	.foot_yous {
		width: 18%;
	}

	.foot_con .foot_Contact {
		width: 130px;
	}

	.foot_ewm img {
		width: 90%;
	}

	.foot_ul .foot_ul_li1 {
		width: auto;
	}

	.foot_ul {
		height: 240px;
		overflow-y: auto;
	}

	::-webkit-scrollbar {
		width: 10px;
		/*对垂直流动条有效*/
		height: 10px;
		/*对水平流动条有效*/
	}

	/*定义滚动条的轨道颜色、内阴影及圆角*/
	.foot_ul::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: #353739;
		border-radius: 3px;
	}


	/*定义滑块颜色、内阴影及圆角*/
	.foot_ul::-webkit-scrollbar-thumb {
		border-radius: 7px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: #4e5353;
	}

	/*定义两端按钮的样式*/
	.foot_ul::-webkit-scrollbar-button {
		background-color: #000000;
	}

	/*定义右下角汇合处的样式*/
	.foot_ul::-webkit-scrollbar-corner {
		background: khaki;
	}

	.foot_yqlj {
		width: 100%;
	}

	.InformationService_cx {
		width: 100%;
	}

	.InformationService_inp>input {
		width: 100%;
	}

	.InformationService_cx>form {
		width: 90%;
	}

	.InformationService_inp {
		width: 80%;
		;
	}

	.InformationService_btn>input {
		margin-top: 28px;
	}

	.newlist {
		width: 100%;
	}

	.newlistLayout {
		width: 20%;
		height: 170px;
	}




	.newlisttext {
		width: 72%;
		padding: 0 2%
	}

	.newlisttext>p {
		padding-top: 35px;
	}

	.displacement_li {
		width: 30%;
	}

	.mr_frUl ul li {
		width: 30%;
	}

	.Newscentres_nr_img {
		width: 100%;
		height: 200px;
	}

	.swiper-container1 {
		width: 100%;
	}

	.bigrow {
		max-width: 1200px;
		margin: 0 auto;
		overflow: hidden;

	}

	.bigrow_xj_tp {
		width: 58%;
		height: auto;
		float: left;
	}

	.bigrow_xj_wz {
		width: 42%;
		margin-top: 290px;
		float: left;
	}

	.bigrows {
		max-width: 98%;
	}

	.bigrow_xj_left {
		width: 40%;
		height: 600px;
		float: left;
		padding: 50px 0;
	}

	.bigrow_xj_tps {
		width: 60%;
		height: 700px;
		float: left;
	}

	.mr_frUl {
		padding: 35px 0 0px 0;
	}

}

@media screen and (min-width: 1024px) and (max-width: 1366px) {

	/* 	.displacement_img1>img {
    width: 50%;
} */
	#lunbo {
		width: 100%;
		height: 540px !important;
	}

	#show-area {
		width: 100%;
		height: 540px !important;
		position: relative;
		margin: 0px auto;

	}

	#show-area ul {
		width: 100%;
		height: 540px !important;
	}

	#show-area ul li img {
		height: 540px !important;
		width: 100%;
	}

	.index_swipt_img {
		bottom: 105px;
		left: 8px;
		background-size: 270px 70px;
	}


	.swiper-slide-next>.index_swipt_img {
		bottom: 50px;
		left: 20px;
		background-size: 360px 105px;
	}

	.head_ul_ejlb1 {
		left: 45px;
	}

	.head_ul>li {
		width: 115px;
	}

	.swiper-pagination {
		bottom: 45px!important;
	}

	#button-left,
	#button-right {
		width: 80px;
		height: 80px;
		z-index: 4;
		bottom: 0;
		top: 0;
		margin: 15% auto;
		cursor: pointer;
		background: url(../img/bannner_jt_xtq.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

	#button-left:hover {
		background: url(../img/bannner_jt_xth.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

	#button-right:hover {
		background: url(../img/bannner_jt_xth.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

	.header_btn {
		margin-right: 20px;
		float: right;

	}

	.flickerplate {
		position: relative;
		width: 100%;
		height: 200px !important;
		background-color: #e6e6e6;
		overflow: hidden;
	}





	.Vehiclecolour_list {
		width: 96%;
		margin: auto;

	}

	.Vehiclecolour_list>li {
		width: 26%;
		height: 300px;
		margin: 20px 3%;
		float: left;
		text-align: center;
		transition: .8s;
		font-size: 16px;
	}

	.Vehiclecolour_list>li img {
		max-width: 100%;
		height: 15rem;
	}


	.Vehiclecolour_list>li:hover {
		box-shadow: 0 0 20px #EEEEEE;
		transition: .8s;
	}


	.cxxq_details1 {
		width: 100%;
		height: auto;
		overflow: hidden;
		/* padding-bottom: 20px; */
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		padding: 0;
	}

	.cxxq_details1>img {
		width: 100%;
		height: auto;
	}

	.cxxq_details2 {
		padding: 58px 0 70px 0;
	}

	.cxxq_details3_xj {
		padding-bottom: 70px;
	}

	.cxxq_details4 {
		padding: 40px 0 70px 0;
	}

	.cxxq_details2_xj {
		height: auto;
		/* width: 90%;
	margin: 0 auto; */

	}

	.cxxq_details2_xj img {
		width: 50%;
		display: inline-block;
		float: left;
	}

	/* .cxxq_details3 img{
	display: block;
	margin: auto;
	width: 90%;
}
.displacement_img1>img {
    width: 50%;
} */

	.bigrow {
		max-width: 90%;
		margin: 0 auto;
		overflow: hidden;

	}

	.bigrow_xj_tp {
		width: 58%;
		height: auto;
		float: left;
	}

	.bigrow_xj_wz {
		width: 42%;
		margin-top: 290px;
		float: left;
	}

	.bigrows {
		max-width: 98%;
	}

	.bigrow_xj_left {
		width: 40%;
		height: 600px;
		float: left;
		padding: 50px 0;
	}

	.bigrow_xj_tps {
		width: 60%;
		height: auto;
		float: left;
	}

	.bigrow_xj_leftbt {
		height: 105px;
	}

	.bigrow_xj_leftbt>h1 {
		font-size: 30px;
		color: #313131;
		font-weight: bold;
	}

	.bigrow_xj_leftbt_nr {
		font-size: 16px;
		color: #666666;
	}

	.mr_frUl {
		padding: 30px 0 0px 0;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.shzr_qb {
		width: 100%;
		height: 530px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
	}

	#lunbo {
		width: 100%;
		height: 430px !important;
		margin-top: 50px;
	}

	#show-area {
		width: 100%;
		height: 430px !important;
		position: relative;
		margin: 0px auto;

	}

	#show-area ul {
		width: 100%;
		height: 430px !important;
	}

	#show-area ul li img {
		height: 430px !important;
		width: 100%;
	}

	#button-left,
	#button-right {
		width: 80px;
		height: 80px;
		z-index: 4;
		bottom: 0;
		top: 0;
		margin: 15% auto;
		cursor: pointer;
		background: url(../img/bannner_jt_xtq.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

	#button-left:hover {
		background: url(../img/bannner_jt_xth.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

	#button-right:hover {
		background: url(../img/bannner_jt_xth.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

	.shzr_gbtk {
		width: 10%;
		height: 60px;
		font-size: 30px;
		position: absolute;
		text-align: right;
		top: 0px;
		right: 20px;
		color: #000000;
		cursor: pointer;
	}

	.shzr_nr {
		width: 80%;
		height: 400px;
		background: rgba(280, 280, 280, .9);

		padding: 30px 5%;
		margin: auto;
	}

	.shzr_nr h1 {
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #dcdcdc;
		color: #000000;
		font-size: 24px;
		font-weight: bold;
	}

	.shzr_nr h2 {
		width: 100%;
		height: 40px;
		/* color: #002d49; */
		font-size: 16px;
		line-height: 25px;
		margin-top: 35px;
	}

	.shzr_nr .shzr_wb {
		width: 100%;
		height: 300px;
		/* color: #002d49; */
		font-size: 14px;
		line-height: 25px;
		overflow-y: auto;
	}



	.index_title {
		padding: 70px 0 30px 0;
	}

	.index_title_bj {
		background: url(../img/Vehicletype.png) no-repeat center 65px;
		background-size: 300px 50px;
	}

	.index_title>p {
		font-size: 20px;
	}

	.head {
		display: none;
	}

	.container {
		display: block;
	}

	.header {
		display: block;
		height: 50px;
		background: #000000;
		width: 100%;
		position: fixed;
		z-index: 1000;
		top: 0;
	}

	.SearchDealers_list {
		height: auto;
	}

	.SearchDealers_lists {
		height: auto;
		overflow: hidden;
	}

	.dkjz ,.dkjzs{
		width: 90%;
	}

	.view {
		width: 100%;
	}

	.header_logo {
		width: 40%;
		float: left;
		height: 100%;
	}

	.header_logo img {
		height: 100%;
	}

	.header_btn {
		margin-right: 20px;
		float: right;

	}

	.header_btn li {
		float: left;
		padding: 0 10px;

	}

	.header_btn1 {
		display: none;
	}

	.header_btn .header_btn_jxs img {
		width: 27px;
		height: 27px;
		margin-top: 11px;
	}

	.header_btn li img {
		width: 40px;
		height: 40px;
		margin-top: 5px;
	}

	/* 新闻中心 */
	.new_banner {
		height: 14rem;
		/* background-size: 100% 100%; */
		margin-top: 50px;
	}



	.Journalism {
		width: 95%;
		margin: auto;
		padding: 25px 0;
	}

	.Journalism_Crumbs {
		font-size: 18px;
	}



	.Journalism_con {
		padding: 0;
	}

	.Journalism_conBT {
		line-height: 25px;
		font-size: 16px;
		padding-bottom: 15px;
		height: auto;
	}

	.Journalism_condate {
		line-height: 40px;
	}

	.content_height img {
		width: 95%;
		height: auto;
	}

	.cxxq_details2 {
		padding: 58px 0 70px 0;
	}

	.cxxq_details3_xj {
		padding-bottom: 70px;
	}

	.cxxq_details4 {
		padding: 40px 0 70px 0;
	}

	.details_title {
		height: 235px !important;
	}

	.Joinus {
		height: 25rem;
		padding: 0 0 0px 0;
	}




	.newlisttext>p {
		float: left;
		padding-top: 20px;
	}

	.newlisttext>h3 {
		width: 62.5%;
		padding-top: 20px;
	}

	.newlistLayout {
		width: 90%;
		padding: 0 22px;
	}

	.newlisttext {
		width: 90%;
		height: 178px;
		padding: 0;
		margin: 0 3.5%;
	}

	.newlist {
		width: 100%;
		height: auto;
		padding: 0px 0;
	}

	.newlistLayout {
		width: 100%;
		padding: 0;
		margin: auto;
		float: none;
	}

	.newlistLayouttp {
		width: 100%;
		height: auto;
		margin: auto;

	}

	.newlisttext>div {
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: inherit;
		white-space: normal;


	}

	.newlist .newlisttext>div:hover {
		color: #e40112;

	}

	.newlisttext>h3:hover {
		color: #002d49;
	}

	.New_list {
		width: 100%;
		padding: 10px 0;
	}

	.New_list li {
		padding: 0 20px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}

	.SearchDealers {
		width: 100%;
		left: 0;
		top: 0;
		padding: 20px 0 0px 0;
		position: relative;
	}

	.SearchDealers_select {
		width: 100%;
		padding-top: 0px;
	}

	.SearchDealers_select>select {
		width: 45%;
		height: 30px;
		float: left;
		margin-left: 25px;
		margin-top: 0;
	}

	.maxfgx {
		width: 100%;
		height: 55px;
		background: #FFFFFF;
	}

	.SearchDealers_bt {
		width: 100%;
		text-align: center;
		font-size: 16px;

	}

	.SearchDealers_list_bt {
		width: 100%;
	}

	.SearchDealers_list {
		width: 100%;
		margin-top: 0;
	}

	.Genuineoil {
		width: 95%;
		margin: auto;
	}

	.CarefreeService {
		width: 95%;
		margin: auto;
		padding: 0 0 70px 0;
	}

	.CarefreeService_More {
		background: url(../img/More.png)no-repeat 70% center;
		background-size: 25px;
	}

	.CarefreeService_wb_img {
		width: 100%;
		overflow: hidden;
	}

	.CarefreeService_wb_img img {
		width: 100%;
	}

	.Line {
		display: none;
	}

	.alimap {
		height: 28rem !important;
	}


	.CarBuying_list {
		width: 100%;
	}

	.CarBuying_con_form label {
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}

	.CarBuying_con_form {
		width: 78%;
		margin: 0 auto;
	}

	.CarBuying_con_sm {
		width: 90%;
		margin: 0 5%;
	}

	.CarBuying_con_y {
		width: 95%;
		margin: 0 2.5%;
	}

	.CarBuying_content {
		padding: 0 0;
	}

	.InformationService_js {
		width: 95%;
	}

	.InformationService_cx {
		width: 100%;
		height: 20rem;
	}

	.InformationService_cx>form {
		width: 100%;
		margin-top: 65px;
	}

	.InformationService_inp>input {
		width: 100%;
	}

	.InformationService_inp {
		width: 80%;
		margin-left: 2.5%
	}

	.InformationService_btn {
		width: 15%;
	}

	.InformationService_btn>input {
		width: 100%;
		margin-top: 26.8px;
	}

	.Promotionctn {
		width: 95%;
		margin: auto;
	}

	.Promotion_lists>li {
		width: 35%;
		background: url(../img/Folder.png) no-repeat left 26px;
		background-size: 25px;
		margin-right: 5%;
		padding-left: 35px;
	}

	.Interpretation_left {
		width: 100%;
		height: 26rem;
	}

	.Interpretation_Mask {
		height: 26rem;
	}

	.Interpretation_right {
		width: 100%;
		height: 30rem;
		padding: 0;
	}

	.vehiclepromotion {
		height: 680px;
	}

	.vehiclepromotion_list {
		width: 33%;
	}

	.Promotion_img_show,
	.Promotion_img_hide {
		padding: 0;
	}

	.Promotion_one_bt {
		padding: 0px 0;
		line-height: 30px;
	}

	.Promotion_img_show {
		width: 100px;
		height: 100px;
	}

	.Promotion_one,
	.Promotion_tow,
	.Promotion_three {
		width: 100%;

	}

	.Newscentres_tab {
		width: 100%;
	}

	.Newscentres_list {
		width: 90%;
		margin: auto;
		float: none;
	}

	.Newscentres_nr_img {
		width: 100%;
		height: auto;
	}

	.Newscentres_nr_img>img {
		height: auto;
	}

	.displacement_li {
		width: 48%;
		margin: 0 1% 0.5rem 1%;
	}

	.displacement_tscx {
		width: 80%;
	}

	.displacement_img>img {
		width: 85%;
		height: 50%;
	}

	.mr_frUl ul li {
		width: 50%;
	}

	.Brandmodels_con {
		width: 96%;
		margin: auto;
	}

	.Brandmodels_title {
		margin: 0 25px;
	}

	.Brandmodels_title>p {
		font-size: 20px;
		height: 40px;
		line-height: 30px;
	}

	.displacement_ul {
		padding: 30px 0 30px 0;
	}

	.mr_frUl {
		padding: 30px 0 0px 0;
	}

	.Seemore {
		width: 85%;
		height: 20px;
		bottom: 27px;
		background-size: 80% 20px;
	}

	.mr_frBtnL {
		float: left;
		margin: 100px 5% 0px 0px;
		cursor: pointer;
		display: inline;
	}

	.mr_frboxs {
		width: 1400px;
		margin: 0 auto
	}


	.mr_frBtnR {
		float: right;
		margin-top: 100px;
		cursor: pointer;
	}

	.displacements1 .mr_frBtnL,
	.displacements1 .mr_frBtnR {
		margin-top: 280px;
	}

	.displacementckgd {
		background: url(../img/More.png)no-repeat 56% 14%;
		background-size: 20px;
	}

	.mr_frboxs {
		width: 100%;
		margin: 0 auto
	}

	.mr_frUl ul li img {
		display: block;
		margin-bottom: 7px;
	}

	.foot {
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: url(../images/foot.jpg) no-repeat top;
		background-size: cover;

	}

	.foot2 {
		height: 44rem;
	}

	.foot_ul {
		width: 100%;
		height: auto;
	}

	.foot_ul1 {
		width: 100%;
		padding-left: 1.2rem;
	}

	.foot_ewm {
		width: 60%;
		/* margin: auto; */
		padding-bottom: 20px;
	}

	.foot_you {
		width: 100%;
		float: right;
	}

	.foot_ul_bddh {
		min-height: 40px;
	}

	.foot_ul .foot_ul_li {
		height: auto;
	}

	.foot_ewm {
		text-align: center;
	}

	.foot_ewm>.foot_ewms {
		width: 200px;
		margin: 0 0%;
		display: inline-block;
	}

	.foot_ewm>.foot_ewm_img {
		text-align: center;
	}

	.foot_ewm>.foot_ewm_img>p {
		text-indent: 0;
	}

	.foot_yqlj {
		width: 90%;
		margin: 10% 5% 0 5%;
		text-align: center;
		float: left;

	}

	.foot_ewm {
		margin-top: 30px;
	}

	.swiper-container1 {
		width: 100%;
		height: 300px;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}

	.swiper-button-next,
	.swiper-button-prev {
		position: absolute;
		top: 50%;
		width: 20px !important;
		height: 40px !important;
		margin-top: -22px;
		z-index: 10;
		cursor: pointer;
		background-size: 18px 30px !important;
		background-position: center;
		background-repeat: no-repeat;
		display: none;
	}

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		overflow: hidden;

	}



	.index_swipt_img {
		width: 100%;
		height: 120px;
		background: url(../img/shadow.png) no-repeat center bottom;
		background-size: 100% 20px;
		position: absolute;
		bottom: 50px;
		left: 0;
	}

	.swiper-slide-next {
		background-image: url('../img/border.png');
		background-repeat: no-repeat;
		background-size: 80%;
		background-position: 60% 260px;

	}

	.swiper-slide-next>img {
		width: 80% !important;
		transition: all 1s;
	}

	.index_swipt_title {
		width: 100%;
		position: absolute;
		top: 70px;
		font-size: 14px;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.swiper-slide-next>.index_swipt_title {
		font-size: 16px;
		color: #333333;
		font-weight: bold;
	}

	.swiper-slide-next>.index_swipt_img {
		background-size: 80% 30px;
		background-position: 26px bottom;
		bottom: 35px;
	}

	.index_title_bj {
		width: 100%;
	}

	.foot_yqlj {
		width: 90%;
		margin: 4% 24% 0 24%;
		text-align: center;
	}

	.flickerplate {
		position: relative;
		width: 100%;
		height: 200px !important;
		background-color: #e6e6e6;
		overflow: hidden;
	}

	.Crumbs {
		width: 70%;
		padding: 20px 20px 25px 30px;
		overflow: hidden;
		background-position: left 18px;
		margin-left: 10px;
	}

	.newlisttext {
		width: 60%;
		margin: 0;
	}

	.newlisttext>h3 {
		width: 68%;
		margin: 0 20px;
	}

	.newlisttext>div {
		height: auto;
		width: 95%;
		margin: 0 auto;
	}

	/* 		.displacement_img1>img {
    width: 50%;
} */

	.bigrow {
		max-width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}

	.bigrow_xj_tp {
		width: 58%;
		height: auto;
		float: left;
	}

	.bigrow_xj_wz {
		width: 42%;
		margin-top: 290px;
		float: left;
	}
}

/* @media (min-width:750px and max-width:1200px) { */
@media screen and (min-width: 750px) and (max-width: 1022px) {

	.carbuying_con_in {
		height: 105px !important;
	}

	.CarBuying_con_form>input {
		width: 240px;
		height: 40px;
		border-radius: 10px 0 0 10px;
		border: 1px solid #bfbfbf;
		float: left;
		text-indent: 20px;

	}

	#lunbo {
		width: 100%;
		height: 430px !important;
		margin-top: 50px;
	}

	#show-area {
		width: 100%;
		height: 430px !important;
		position: relative;
		margin: 0px auto;

	}

	#show-area ul {
		width: 100%;
		height: 430px !important;
	}

	#show-area ul li img {
		height: 430px !important;
		width: 100%;
	}

	#button-left,
	#button-right {
		width: 80px;
		height: 80px;
		z-index: 1000;
		bottom: 0;
		top: 0;
		margin: 15% auto;
		cursor: pointer;
		background: url(../img/bannner_jt_xtq.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

	#button-left:hover {
		background: url(../img/bannner_jt_xth.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

	#button-right:hover {
		background: url(../img/bannner_jt_xth.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

	.carbuying_con_in {
		width: 100%;
		height: 105px;
		position: relative;
		overflow: hidden;
		text-align: left;
		margin-left: 5%;

	}

	.carbuying_con_in label {
		text-align: left;
	}

	.details_banner {
		margin-top: 50px;
	}


	.details_title {
		width: 100%;
		height: 200px;
		padding: 3rem 0 1rem 0;
		text-align: center;
		background: #f2f2f2;
	}


	.Vehiclecolour_list {
		width: 96%;
		margin: auto;

	}

	.Vehiclecolour_list>li {
		width: 48%;
		height: 16rem;
		margin: 20px 1%;
		float: left;
		text-align: center;
		transition: .8s;
		font-size: 16px;
	}

	.Vehiclecolour_list>li img {
		max-width: 100%;
		height: 13rem;
	}


	.Vehiclecolour_list>li:hover {
		box-shadow: 0 0 20px #EEEEEE;
		transition: .8s;
	}

	.cxxq_details1 {
		width: 100%;
		height: auto;
		overflow: hidden;
		/* padding-bottom: 20px; */
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		padding: 0;
	}

	.cxxq_details1>img {
		width: 100%;
		height: auto;
	}

	.cxxq_details2_xj {
		height: auto;
	}

	.cxxq_details2_xj img {
		width: 50%;
		display: inline-block;
		float: left;
	}

	.Technicalreference table td {
		font-size: 0.8rem;
	}

	.swiper-container1 {
		width: 100%;
	}

	.displacement_li {
		width: 31.5%;
	}

	/* .displacement_img1>img{
	width: 80%;
} */
	.flickerplate .dot-navigation {
		bottom: 20px !important;
	}

	.Seemore {
		width: 80%;
		background-size: 100px 30px;
	}

	/* .displacement_img1>img{
	width: 230px;
} */

	.mr_frUl ul li {
		width: 30%;
	}

	.displacements_img>img {
		width: 80%;
	}


	.index_title_bj {
		background: url(../img/Vehicletype.png) no-repeat center 60px;
		background-size: 300px 55px;
	}

	.index_title_bj1 {
		background: url(../img/Support.png) no-repeat center 60px;
		background-size: 300px 55px;
	}

	.index_title_bj2 {
		background: url(../img/dynamic.png) no-repeat center 60px;
		background-size: 300px 55px;
	}


	.views {
		width: 100%;
	}

	.displacement_ul {
		padding: 30px 0 30px 0;
	}

	.mr_frUl {
		padding: 30px 0 0px 0;
	}

	.displacement_li {
		width: 48%;
		margin: 0 1% 0.5rem 1%;
		margin-right: 0;
	}

	.displacement_tscx {
		width: 80%;
	}

	.Seemore {
		width: 85%;
		height: 20px;
		bottom: 30px;
		background-size: 80% 20px;
	}

	.Brandmodels_con {
		width: 96%;
		margin: auto;
	}

	.dkjz {
		width: 100%;
	}

	.mr_frboxs {
		width: 100%;
		margin: 0 auto;
	}

	.mr_frBtnL {
		float: left;
		margin: 100px 5% 0px 0px;
		cursor: pointer;
		display: inline;
	}

	.mr_frBtnR {
		float: right;
		cursor: pointer;
	}






	.mr_frUl ul li img {
		display: block;
		margin-bottom: 7px;
	}

	.shzr_qb {
		width: 100%;
		height: 530px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
	}

	.shzr_gbtk {
		width: 10%;
		height: 60px;
		font-size: 30px;
		position: absolute;
		text-align: right;
		top: 0px;
		right: 20px;
		color: #000000;
		cursor: pointer;
	}

	.shzr_nr {
		width: 80%;
		height: 400px;
		background: rgba(280, 280, 280, .9);

		padding: 30px 5%;
		margin: auto;
	}

	.shzr_nr h1 {
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #dcdcdc;
		color: #000000;
		font-size: 24px;
		font-weight: bold;
	}

	.shzr_nr h2 {
		width: 100%;
		height: 40px;
		/* color: #002d49; */
		font-size: 16px;
		line-height: 25px;
		line-height: 25px;
		margin-top: 35px;
	}

	.shzr_nr .shzr_wb {
		width: 100%;
		height: 300px;
		/* color: #002d49; */
		font-size: 14px;
		line-height: 25px;
		overflow-y: auto;
	}

	.bigrow {
		max-width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}

	.bigrow_bt {
		font-size: 30px;
	}

	.bigrow_xj_tp {
		width: 58%;
		height: auto;
		float: left;

	}

	.bigrow_xj_wz {
		width: 42%;
		margin-top: 140px;
		float: left;
	}

	.bigrows {
		max-width: 98%;
	}

	.bigrow_xj_left {
		width: 40%;
		height: auto;
		float: left;
		padding: 50px 0;
	}

	.bigrow_xj_tps {
		width: 60%;
		height: auto;
		float: left;
	}

	.bigrow_xj_leftbt {
		height: 105px;
	}

	.bigrow_xj_leftbt>h1 {
		font-size: 30px;
		color: #313131;
		font-weight: bold;
	}

	.bigrow_xj_leftbt_nr {
		font-size: 16px;
		color: #666666;
	}
}


@media (max-width:750px) {
	#ad {
		display: none;
	}

	.shzr_qb {
		width: 100%;
		height: 530px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
	}

	.page {
		padding-top: 0px;
		padding-bottom: 35px;
	}

	#lunbo {
		width: 100%;
		height: 300px !important;
		overflow: hidden;
		margin-top: 50px;
	}

	#show-area {
		width: 100%;
		height: 300px !important;
		position: relative;
		margin: 0px auto;

	}

	#show-area ul {
		width: 100%;
		height: 300px !important;
	}

	#show-area ul li {
		display: table-cell;
		justify-content: center;
		align-items: center;
	}

	#show-area ul li img {
		height: 300px !important;
		min-width: 100%;
	}

	.swiper-pagination {
		bottom: 25px!important;

	}

	.swiper-pagination-bullet {
		width: 20px !important;
	}

	#button-left,
	#button-right {
		width: 50px;
		height: 50px;
		z-index: 4;
		bottom: 0;
		top: 0;
		margin: 15% auto;
		cursor: pointer;
		background: url(../img/bannner_jt_xtq.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

	#button-left:hover {
		background: url(../img/bannner_jt_xth.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

	#button-right:hover {
		background: url(../img/bannner_jt_xth.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

	.flickerplate .arrow-navigation.left .arrow {


		background-image: url(../img/bannner_jt_xtq.png);
		background-repeat: no-repeat;
		background-position: left;
		transform: rotate(180deg);
		transition: .5s;
		background-size: 2rem !important;
	}

	.flickerplate .arrow-navigation.right .arrow {
		margin: 0px 0px 0px 0%;
		background-image: url(../img/bannner_jt_xtq.png);
		background-repeat: no-repeat;
		background-position: right;
		transition: .5s;
		background-size: 2rem !important;
	}

	.Brandmodels_con_dn {
		display: none;
	}

	.flickerplate .arrow-navigation {
		width: 10% !important;
	}

	.Brandmodels_con_sj {
		width: 90%;
		display: block;
		margin: 0 5%;
		height: 360px;

		overflow-y: auto;
	}

	.Brandmodels_con_sj>li {
		width: 50%;
		float: left;
		text-align: center;
	}

	.Brandmodels_con_sj>li>img {
		width: 98%;
	}

	.shzr_gbtk {
		width: auto;
		height: 60px;
		font-size: 15px;
		position: absolute;
		text-align: right;
		top: 20px;
		right: 40px;
		color: #000000;
		cursor: pointer;
	}

	.shzr_nr {
		width: 80%;
		height: 400px;
		background: rgba(280, 280, 280, .9);

		padding: 30px 5%;
		margin: auto;
	}

	.shzr_nr h1 {
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #dcdcdc;
		color: #000000;
		font-size: 24px;
		font-weight: bold;
	}

	.shzr_nr h2 {
		width: 100%;
		height: 52px;

		font-size: 16px;
		line-height: 25px;
		margin-top: 35px;
	}

	.shzr_nr .shzr_wb {
		width: 100%;
		height: 300px;

		font-size: 14px;
		line-height: 25px;
		margin-top: 25px;
		overflow-y: auto;
	}

	.carbuying_con_in {
		height: 60px !important;
	}

	.CarBuying_con_form>input {
		width: 75%;
		height: 40px;
		border-radius: 10px 0 0 10px;
		border: 1px solid #bfbfbf;
		float: left;
		text-indent: 10px;

	}

	.carbuying_con_in {
		width: 100%;
		height: 105px;
		position: relative;
		overflow: hidden;
		text-align: left;
		margin-left: 5%;

	}

	.CarefreeService {
		padding-top: 0;
	}

	.Crumbs {
		display: none;
	}

	.Events_wb_nr {
		height: auto;
	}

	.carbuying_con_in label {
		text-align: left;
	}

	.CarBuying_con_you {
		margin-left: 0 !important;
	}

	.CarBuying_con_z {
		width: 100%;
		margin-bottom: 100px;
	}

	.CarBuying_con_you {
		width: 100% !important;
		float: left;
		height: 365px;
		margin-left: 4%;
		position: relative;
		top: auto !important;
	}

	.mr_frboxs {
		width: 100%;
	}

	
  


	.details_title {
		width: 100%;
		height: 200px;
		padding: 3rem 0 2rem 0;
		text-align: center;
		background: #f2f2f2;
	}


	.Vehiclecolour_list {
		width: 96%;
		margin: auto;

	}

	.Vehiclecolour_list>li {
		width: 48%;
		height: 12rem;
		margin: 20px 1%;
		float: left;
		text-align: center;
		transition: .8s;
	}

	.Vehiclecolour_list>li img {
		max-width: 100%;
		height: 8.5rem;
	}


	.Vehiclecolour_list>li:hover {
		box-shadow: 0 0 20px #EEEEEE;
		transition: .8s;
	}


	.views {
		width: 100%;
	}

	.displacement_ul {
		padding: 30px 0 30px 0;
	}

	.mr_frUl {
		padding: 30px 0 0px 0;
	}

	.displacement_li {
		width: 48%;
		margin: 0 1% 0.5rem 1%;
		margin-right: 0;
	}

	.Seemore {
		width: 85%;
		height: 20px;
		bottom: 30px;
		background-size: 80% 20px;
	}

	.Brandmodels_con {
		width: 96%;
		margin: auto;
	}

	.dkjz ,.dkjzs{
		width: 90%;
	}

	.mr_frboxs {
		width: 100%;
		margin: 0 auto;
	}

	.mr_frBtnL {
		float: left;
		margin: 100px 5% 0px 0px;
		cursor: pointer;
		display: inline;
	}

	.mr_frBtnR {
		float: right;
		cursor: pointer;
	}

	.mr_frUl {
		float: left;
		width: 86%;
		padding-top: 25px;
		text-align: center;
	}

	.mr_frUl2 {
		float: left;
		width: 50%;
		padding-top: 25px;
		text-align: center;
	}


	.mr_frUl ul li img {
		display: block;
		margin-bottom: 7px;
	}

	.BrandInterpretation_sm {
		height: auto;
	}

	.BrandInterpretation {
		height: auto;
		padding: 0px 0 10px 0 !important;
	}

	.CarBuying_tabs {
		height: auto;
		padding: 0px 0;
		background: none;
	}

	.chexingyanse {
		overflow: hidden;
		text-align: center;
		font-size: 18px;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.chexingyanse img {
		width: 200%;
	}








	.cxxq_details1 {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		padding: 0;
	}

	.cxxq_details2 {
		padding: 50px 0 45px 0;
		margin-bottom: 30px;
	}

	.cxxq_details1>img {
		width: 125%;
		height: auto;
	}

	.cxxq_details2_xj {
		height: auto;
	}

	.cxxq_details2_xj img {
		width: 50%;
		display: inline-block;
		float: left;
	}

	.cxxq_details3_xj {
		padding-bottom: 45px;

	}

	.cxxq_details4 {
		padding: 40px 0 30px 0;
	}

	.cxxq_details4_xj {
		padding-bottom: 0;
	}

	.Technicalreference table td {
		font-size: 0.8rem;
	}

	.Crumbs {
		width: 50%;
		padding: 40px 5px 50px 5px;
		overflow: hidden;
	}

	.index_title {
		padding: 45px 0 30px 0;
	}

	.index_title1 {
		padding: 30px 0 30px 0;
	}

	.index_title_bj {
		background: url(../img/vehicletype.png) no-repeat center 56px;
		background-size: 300px 40px;
	}

	.index_title_bj1 {
		background: url(../img/support.png) no-repeat center 54px;
		background-size: 300px 45px;
	}

	.index_title_bj2 {
		background: url(../img/dynamic.png) no-repeat center 54px;
		background-size: 300px 45px;
	}

	.index_title>p {
		font-size: 30px;
	}

	.BrandInterpretation_y {
		width: 100%;
		height: 14rem;
		text-align: center;
	}

	.BrandInterpretation_y>img {
		width: 91%;

	}

	.CarBuying_bt {
		width: 90%;
		padding: 5px 17px 5px 0;
	}

	.BrandStory_z {
		width: 100%;
	}

	.Events {
		width: 100%;
		margin: auto;
		height: 900px;
		padding-bottom: 0;
		background: none;
	}

	.Events_table>.Brandmodels_list li {
		padding: 0 10px;
	}

	.Events_con>.Brandmodels_con1 {
		padding: 0;
	}

	.Events_img {
		width: 90%;
		height: auto;
		margin: auto;
		float: none;
	}

	.Events_wb {
		width: 90%;
		height: auto;
		padding-left: 0;
		margin: 0 auto 5rem auto;
		float: none;
		overflow: hidden;
	}

	.Events_displacements1 .mr_frUl {
		width: 80%;
	}

	.Events_displacements1 {
		background: none;
	}

	.title {
		padding: 20px 0;
	}

	.BrandStoryqb {
		background: #FFFFFF;

	}

	.BrandStory_z {
		background: none;
	}

	.BrandStory_bt {
		padding: 20px 0 20px 0;
	}

	.BrandStory {
		height: auto;
		overflow-y: auto;
	}

	.Events_displacements1 {
		height: 25rem !important;
	}

	.BrandStory_y {
		display: none;
	}

	.BrandInterpretation_z {
		width: 100%;
	}

	.head {
		display: none;
	}

	.Events_displacements1 li img {
		width: 80%;
	}

	.Events_displacements1 {
		height: 660px;
	}

	.SearchDealers_list {
		height: auto;
	}

	.SearchDealers_lists {
		height: auto;
		overflow: hidden;
	}

	.container {
		display: block;
	}

	.header {
		display: block;
		height: 50px;
		background: #000000;
		width: 100%;
		position: fixed;
		z-index: 1000;
		top: 0;
	}

	.dkjz ,.dkjzs{
		width: 100%;
	}

	.view {
		width: 100%;
	}

	.views {
		width: 100%;
	}

	.Journalism_conNr {
		padding: 0;
	}

	.BrandInterpretation {
		padding: 0;
	}

	.header_logo {
		width: 40%;
		float: left;
		height: 100%;
	}

	.header_logo img {
		height: 100%;
	}

	.header_btn {
		margin-right: 10px;
		float: right;

	}

	.header_btn li {
		float: left;
		padding: 0 5px;

	}

	.header_btn_sc {
		display: none;
	}

	.header_btn li img {
		width: 40px;
		height: 40px;
		margin-top: 5px;
	}

	.header_btn .header_btn_jxs img {
		width: 27px;
		height: 27px;
		margin-top: 11px;
	}

	/* 新闻中心 */
	.new_banner {
		height: 10rem;
		background-size: cover;
		margin-top: 50px;

	}

	.New_tab {
		background: #FFFFFF;
		padding: 0;
	}

	.New_navq {
		display: none;
	}

	.new_list_title {
		display: block;
	}

	.new_list_title .index_title {

		padding: 25px 0 40px 0;
	}

	.new_list_title .index_title>p {
		height: 50px;
	}

	.index_title>.title_qdjc {
		font-size: 24px;
		font-weight: normal;
	}

	.newlisttext>h3 {
		padding-top: 5px;
		line-height: 30px;
	}

	.newlisttext>p {
		padding-bottom: 10px;
	}

	.Crumbsqys {
		display: none;
	}

	.Journalism {
		width: 95%;
		margin: auto;
		padding: 25px 0;
	}

	.Journalism_Crumbs {
		font-size: 18px;
	}



	.Journalism_con {
		padding: 0;
	}

	.Journalism_conBT {
		line-height: 25px;
		font-size: 20px;
		padding-bottom: 15px;
		height: auto;
	}

	.Journalism_condate {
		line-height: 20px;
		height: 20px;
	}

	.Journalism_conImg>li {
		height: 4.6rem;
	}

	.Journalism_conImg {
		padding: 10px 0;
	}

	.Journalism_conImg>li>img {
		width: 95%;
		height: auto;
	}

	.Joinus {
		height: 18rem;
		padding: 0 0 0px 0;
	}

	.newsdetail_fhlb {
		padding-bottom: 20px;
		text-align: right;
		display: block;
	}

	.newsdetail_fhlb>a {
		color: #000000;
	}

	.newsdetail_fhlb>a:hover {
		color: #002d49;
	}

	.Journalism_conImg {}

	.newlist {
		width: 100%;
		height: auto;
		padding: 0px 0;
	}

	.newlistLayout {
		width: 100%;
		padding: 0;
		margin: auto;
		float: none;
	}

	.newlistLayouttp {
		width: 100%;
		height: auto;
		margin: auto;

	}

	.newlisttext>p {
		padding-top: 0px;
		line-height: 10px;
		float: left;
		font-size: 12px;
	}



	.newlistLayout {
		width: 100%;
		/* padding: 0 22px; */
	}

	.newlisttext {
		width: 99%;
		height: 120px;
		padding: 0;
		margin: auto;
		/* padding: 0 22px; */
	}

	.newlists {
		width: 90%;
	}


	.newlisttext>div {
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: inherit;
		white-space: normal;


	}

	.content_height img {
		width: 100%;
		height: auto;
	}

	.newlist .newlisttext>div:hover {
		color: #e40112;

	}

	.newlisttext>h3:hover {
		color: #e40112;
	}

	.New_list {
		width: 100%;
		padding: 10px 0;
	}

	.New_list li {
		padding: 0 20px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}

	.SearchDealers {
		width: 100%;
		left: 0;
		top: 0;
		padding: 20px 0 0px 0;
		position: relative;
		height: 613px;
	}

	.details_title>h1 {
		font-size: 28px;
	}

	.SearchDealers_select {
		width: 100%;
		padding-top: 0px;
	}

	.SearchDealers_select>select {
		width: 45%;
		height: 30px;
		float: left;
		margin-left: 10px;
		margin-top: 0;
	}

	.maxfgx {
		width: 100%;
		height: 55px;
		background: #FFFFFF;
	}

	.SearchDealers_bt {
		width: 100%;
		text-align: center;
		font-size: 16px;

	}

	.SearchDealers_list_bt {
		width: 100%;
	}

	.SearchDealers_list {
		width: 100%;
		margin-top: 0;
	}

	.Genuineoil {
		width: 95%;
		margin: auto;
		padding-bottom: 25px;
	}

	.CarefreeService {
		width: 95%;
		margin: auto;
		padding: 0 0 70px 0;
	}

	.CarefreeService_More {
		background: url(../img/More.png)no-repeat 70% center;
		background-size: 25px;
	}

	.CarefreeService_wb_img {
		width: 100%;
		overflow: hidden;
	}

	.CarefreeService_wb_img img {
		width: 100%;
	}

	.Line {
		display: none;
	}

	.alimap {
		height: 20rem !important;
		margin-top: 65px;
	}



	.CarBuying_list {
		width: 100%;
	}

	.CarBuying_con_form label {
		display: none;
	}

	.CarBuying_con_form {
		width: 95%;
		margin: 0 auto;
		padding: 0;
	}

	.CarBuying_con_sm {
		width: 90%;
		margin: 0 5%;
	}

	.CarBuying_con_y {
		width: 95%;
		margin: 0 2.5%;
	}

	.CarBuying_content {

		padding: 0 0 10px 0;
	}

	.InformationService_js {
		width: 95%;
	}

	.InformationService_cx {
		width: 100%;
		height: 20rem;
		margin-top: 0;
		background: rgba(0, 0, 0, 0);
	}

	.InformationService {
		height: 35rem;
		margin-top: 50px;
		padding-top: 50px;
	}

	.Joinus_qb_wb {
		padding: 0px 0 0 3%;
	}

	.InformationService_cx>form {
		width: 100%;
		margin-top: 65px;
	}

	.InformationService_inp>input {
		width: 100%;
	}

	.InformationService_inp label {
		display: none;
	}

	.InformationService_inp {
		width: 80%;
		margin-left: 2.5%
	}

	.InformationService_btn {
		width: 15%;
	}

	.InformationService_btn>input {
		width: 100%;
		/* margin-top: 26.8px; */
	}

	.Promotionctn {
		width: 95%;
		margin: auto;
	}

	.Promotion_lists>li {
		width: 35%;
		background: url(../img/Folder.png) no-repeat left 26px;
		background-size: 25px;
		margin-right: 5%;
		padding-left: 35px;
	}

	.Interpretation_left {
		width: 100%;
		height: 26rem;
	}

	.Interpretation_left_img {
		padding: 40px 0 10px 0;
	}

	.Interpretation_form {
		margin-top: 20px;
	}

	.Interpretation_right_ul .Interpretation_right_ul_wb {
		padding: 10px 20px 30px 20px;
		height: 80px;
		overflow: hidden;

	}

	.Interpretation_right_ul .Interpretation_right_ul_wb a {
		display: block;
		width: 100%;
		height: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}

	.Interpretation_Mask {
		height: 26rem;
	}

	.Interpretation_right {
		width: 100%;
		height: 32rem;
		padding: 0;
	}

	.vehiclepromotion {
		height: 35rem;
	}

	.vehiclepromotion_list {
		width: 33%;
	}

	.Newscentres_nr_img>div {
		text-indent: 5px;
		bottom: -0;
	}

	.Newscentres_nr_title {
		text-indent: 5px;
	}

	.Promotion_img_show,
	.Promotion_img_hide {
		padding: 0;
	}

	.Promotion_one_bt {
		padding: 10px 0;
		line-height: 30px;
	}

	.Promotion_one,
	.Promotion_tow,
	.Promotion_three {
		width: 100%;

	}

	.Promotion_img_show {
		width: 80px;
		height: 80px;
	}

	.Newscentres_tab {
		width: 100%;
	}

	.Newscentres_list {
		width: 90%;
		margin: auto;
		float: none;
	}

	.Newscentres_nr_img {
		width: 100%;
		height: auto;
	}

	.Newscentres_nr_img>img {
		height: auto;
	}

	.displacement_li {
		width: 48%;
		margin: 0 1% 0.5rem 1%;
		margin-right: 0;
	}

	.displacement_tscx {
		width: 80%;
	}

	.displacement_img>img {
		width: 85%;
		height: 50%;
	}

	.Brandmodels_con {
		width: 96%;
		margin: auto;
	}

	.Brandmodels_title {
		margin: 0 25px;
	}

	.Brandmodels_title>p {
		font-size: 20px;
		height: 40px;
		line-height: 30px;
	}

	.displacement_ul {
		padding: 25px 0 30px 0;
	}

	.Seemore {
		width: 85%;
		height: 20px;
		bottom: 30px;
		background-size: 80% 20px;
	}

	.mr_frUl {
		width: 100%;
		padding: 25px 0 0px 0;
	}

	.mr_frBtnL {
		float: left;
		margin: 100px 5% 0px 0px;
		cursor: pointer;
		display: inline;
	}

	.mr_frboxs {
		width: 1400px;
		margin: 0 auto
	}

	.mr_frUl>div {
		width: 100% !important;
	}

	.mr_frUl ul li {
		width: 100% !important;
	}

	.mr_frBtnR {
		float: right;
		margin-top: 100px;
		cursor: pointer;
	}




	.displacements1 .displacements2 {
		height: auto;
	}

	.Joinus_img {
		width: 100%;
		height: 100%;
		background: url(../images/index/Joinus.png) no-repeat;
		/* background-size: 100% 100%; */
		position: fixed;
		top: 17px;
		z-index: -1;
	}

	/* .displacements1 .mr_frBtnL,.displacements1 .mr_frBtnR{ margin-top: 280px;} */
	/* .Events{
	background: none;
} */

	.displacementckgd {
		background: url(../img/More.png)no-repeat 56% 14%;
		background-size: 20px;
	}

	.mr_frboxs {
		width: 100%;
		margin: 0 auto
	}

	.mr_frUl ul li img {
		display: block;
		margin-bottom: 7px;
	}

	.foot {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: url(../images/foot.jpg) no-repeat top;
		background-size: cover;

	}

	.foot2 {
		/*height: 44rem;*/
		height: auto!important;
	}

	.foot_ul {
		width: 100%;
	}

	.foot_ul1 {
		width: 100%;
		padding-left: 1.2rem;
	}

	.foot_you {
		clear: both;
		float: none;
		width: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.foot_ul_bddh {
		min-height: 40px;
	}

	.foot_ul .foot_ul_li {
		width: 98%;
		height: auto;
	}

	.foot_ewm {
		text-align: center;
	}

	.foot_ewm>.foot_ewms {
		width: 32%;
		margin: 0 9%;
		display: inline-block;
	}

	.foot_ewm>.foot_ewm_img {
		text-align: center;
	}

	.foot_ewm>.foot_ewm_img>p {
		text-indent: 0;
	}

	.foot_yqlj {
		width: 90%;
		margin: 4% 5% 0 5%;
		text-align: center;
	}


	.fot_bah {
		display: none;
	}

	.swiper-container1 {
		width: 100%;
		height: 251px;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}

	.swiper-button-next,
	.swiper-button-prev {
		position: absolute;
		top: 50%;
		width: 20px !important;
		height: 40px !important;
		margin-top: -22px;
		z-index: 10;
		cursor: pointer;
		background-size: 18px 30px !important;
		background-position: center;
		background-repeat: no-repeat;
		display: none !important;
	}

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		overflow: hidden;

	}

	.swiper-container1 .swiper-slide>img {
		width: 80%;
		margin: 30px auto;

	}

	.index_swipt_img {
		width: 100%;
		height: 120px;
		background: url(../img/shadow.png) no-repeat center bottom;
		background-size: 100% 20px;
		position: absolute;
		bottom: 82px;
		left: 0;
	}

	.Newscentres_title_bt {
		padding: 0px 0 20px 0;
	}

	.swiper-slide-next {
		background-image: url('../img/border.png');
		background-repeat: no-repeat;
		background-size: 80%;
		background-position: 60% 180px;
	}

	.swiper-slide-next>img {
		width: 100% !important;
		transition: all 1s;
	}

	.index_swipt_title {
		position: absolute;
		top: 55px;
		font-size: 14px;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.swiper-slide-next>.index_swipt_title {
		top: 10px;
		font-size: 16px;
		color: #333333;
		font-weight: bold;
	}

	.swiper-slide-next>.index_swipt_img {
		height: 30px;
		background-size: 100% 30px;
		background-position: 0;
		bottom: 66px;
	}

	.index_title_bj {
		width: 100%;
	}

	.foot_yqlj {
		width: 90%;
		margin: 4% 24% 0 24%;
		text-align: center;
	}

	.foot_uls {
		margin-top: 15px;
	}

	.foot_yous .foot_yqlj {
		margin: 4% 5% 0 5%;
	}

	.flickerplate {
		position: relative;
		width: 100%;
		height: 200px !important;
		background-color: #e6e6e6;
		overflow: hidden;
	}

	.flickerplate .dot-navigation .dot {
		width: 50px !important;
		height: 3px !important;
	}

	.jiedudivs1 {
		height: 300px;
	}

	.zqm_pl4sj.zqm_pl3sj,
	.zqm_wlsj,
	.Brandmodels_consj {
		display: block;
	}

	.zqm_pl3sj,
	.zqm_wlsj {
		width: 100%;
		height: 550px;
		background: url(../images/brandmodels.png)no-repeat;
		overflow-x: hidden;
		overflow-y: auto;
		background-size: 100% 100%;

	}

	.zqm_pl4sj {
		width: 100%;
		height: 550px;
		background: url(../images/brandmodels2.png)no-repeat;
		overflow-x: hidden;
		overflow-y: auto;
		background-size: 100% 100%;
	}

	.zqm_pl4,
	.zqm_pl2,
	.Brandmodels_con_sj1 {
		display: none;
	}

	.bigrow {
		max-width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}

	.bigrow_bt {
		height: 130px;
		line-height: 130px;
		font-size: 25px;
	}

	.bigrow_xj_tp {
		width: 100%;
		height: auto;
		float: none;
	}

	.bigrow_xj_wz {
		width: 100%;
		margin: 0;
		float: none;
	}

	.bigrows {
		max-width: 98%;
	}

	.bigrow_xj_left {
		width: 100%;
		height: auto;
		float: none;
		padding: 50px 0 0px 0;
	}

	.bigrow_xj_tps {
		width: 100%;
		height: auto;
		float: none;
	}

	.bigrow_xj_leftbt {
		height: 150px;
	}

	.bigrow_xj_leftbt>h1 {
		font-size: 30px;
		color: #313131;
		font-weight: bold;
	}

	.bigrow_xj_leftbt_nr {
		font-size: 16px;
		color: #666666;
	}


}

@media (max-width:480px) {
	#lunbo {
		width: 100%;
		height: 200px !important;
		overflow: hidden;
		margin-top: 50px;
	}

	#show-area {
		width: 100%;
		height: 200px !important;
		position: relative;
		margin: 0px auto;

	}

	#show-area ul {
		width: 100%;
		height: 200px !important;
	}

	#show-area ul li {
		display: table-cell;
		justify-content: center;
		align-items: center;
	}

	#show-area ul li img {
		height: 200px !important;
		min-width: 100%;
	}
}

@media (min-width:480px)and(max-width:736px) {
	.flickerplate {
		position: relative;
		width: 100%;
		height: 200px !important;
		background-color: #e6e6e6;
		overflow: hidden;

	}

	#button-left,
	#button-right {
		display: none;
		width: 50px;
		height: 50px;
		z-index: 4;
		bottom: 0;
		top: 0;
		margin: auto;
		cursor: pointer;
		background: url(../img/bannner_jt_xtq.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

	.mr_frUl {
		width: 75%;
		text-align: center;
	}

	.mr_frUl li {
		display: inline-block;
	}
}

@media (max-width: 400px) and (min-width: 375px) {

	#button-left,
	#button-right {
		display: none;
		width: 50px;
		height: 50px;
		z-index: 4;
		bottom: 0;
		top: 0;
		margin: auto;
		cursor: pointer;
		background: url(../img/bannner_jt_xtq.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}

}

@media (max-width: 375px) and (min-width: 360px) {

	#button-left,
	#button-right {
		display: none;
		width: 50px;
		height: 50px;
		z-index: 4;
		bottom: 0;
		top: 0;
		margin: auto;
		cursor: pointer;
		background: url(../img/bannner_jt_xtq.png) center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		transition: .5s;
	}
}

@media (max-width: 360px) and (min-width: 300px {}

/* 动画css */
.anim-show {
	-webkit-transform: translateY(0px) translateX(0);
	-moz-transform: translateY(0px) translateX(0);
	transform: translateY(0px) translateX(0);
	opacity: 1;
}

/* 手机端结束 */
.details_title, .Vehiclecolour_list, .cxxq_details .cxxq_details1, .cxxq_details2_xj_tp, .cxxq_details2_xj_wz, .cxxq_details6 img, .Technicalreference .title, .Technicalreference table, .Technicalreference .Technicalreference_sc {
	opacity: 0;
}
