@charset "utf-8";
/* CSS Document */

* {
	border: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	outline: none;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font: 14px/1.5 "PingFangSC", "PingFang SC", "Microsoft YaHei", "sans-serif";
	color: #333;
	background: #fff;
	margin: 0;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4, h5, h6, strong, b, span, a, dl, dt, dd, p, img, ul, ol, input, select, textarea {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ov {
	overflow: hidden;
}
.dis {
	display: block !important;
}
.dn {
	display: none;
}
.clearFix {
*zoom:1
}
.clearFix:before, .clearFix:after {
	display: table;
	content: ""
}
.clearFix:after {
	clear: both
}
input, select, textarea {
	-webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#999;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
}
 body::-webkit-scrollbar {
width:5px;
height:1px;
}
body::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:#890027;
}
body::-webkit-scrollbar-track {
border-radius:10px;
background:rgba(0,0,0,0.7);
}

/*index*/
@media screen and (min-width:1600px) {
.header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 0.520833vw #0000001f;
}
.header .bg {
	display: none;
}
.header .head {
	width: 80%;
	margin: auto;
	height: 80px;
}
.header .head .hamburger {
	display: none;
}
.header .head .logo {
	display: block;
	height: 60px;
	float: left;
	padding: 10px 0;
}
.header .head .logo img {
	display: block;
	height: 60px;
}
.header .head .logo img.img02, .header .head .logo img.img03 {
	display: none;
}
.header .head .yu {
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 5vw;
font-size:.989583333vw;
	color: #333;
}
.header .head .yu img {
	width: 20px;
	margin-right: 10px;
	display: block;
}
.header .head .yu a {
	color: inherit;
	display: block;
}
.header .head .yu a:hover {
	color: #890027;
}
.header .head .yu span {
	margin: 0 10px;
	display: block;
}
.header .head .nav {
	float: right;
	height: 100%;
}
.header .head .nav li {
	display: flex;
	align-items: center;
	float: left;
	height: 100%;
	position: relative;
	margin-left: 5vw;
}
.header .head .nav li>a {
	display: block;
font-size:.989583333vw;
}
.header .head .nav li:hover>a {
	color: #890128;
}
.header .head .nav li.on:before {
	width: 100%;
height:.15625vw;
	background-color: #890128;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.header .head .nav li.on>a {
	color: #890128;
	font-weight: bold;
}
.header .head .nav li p {
	width: 150px;
	background-color: #fff;
box-shadow:0 0 .520833vw #0000000f;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 80px;
	transform: translate(-50%) scaleY(0);
	transform-origin: top;
	transition: all .3s ease;
	z-index: 99;
}
.header .head .nav li p a {
	border-bottom: 1px solid #f1f1f1;
font-size:.885417vw;
	height: 2.916667vw;
	line-height: 2.916667vw;
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 0 20px;
}
.header .head .nav li p a:last-child {
	border-bottom: none;
}
.header .head .nav li p a:hover {
	font-weight: 600;
}
.header .head .nav li:hover p {
	opacity: 1;
	transform: translate(-50%) scaleY(1);
}
.header .head .nav li .subnav {
	width: 100vw;
	background-color: #fff;
	box-shadow:0 0 .520833vw #0000000f;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 80px;
	transform: scaleY(0);
	transform-origin: top;
	transition: all .3s ease;
	z-index: 99;
	text-align:center;
}
.header .head .nav li .subnav:before,.header .head .nav li .subnav:after{ width:100%; height:2.8vw; display:block; content:''; overflow:hidden;}
.header .head .nav li .subnav a {
	font-size:.885417vw;
	line-height: 2.916667vw;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	padding:.2vw 20px;
}
.header .head .nav li .subnav a img{ display:block; height:5vw; margin:5px auto;}
.header .head .nav li .subnav a:hover {
	font-weight: 600;
}
.header .head .nav li:hover .subnav {
	opacity: 1;
	transform: scaleY(1);
}
.hbg {
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 0.520833vw #0000001f;
}
.header .bg {
	display: none;
}
.header .head {
	width: 85%;
	margin: auto;
	height: 70px;
}
.header .head .hamburger {
	display: none;
}
.header .head .logo {
	display: block;
	height: 50px;
	float: left;
	padding: 10px 0;
}
.header .head .logo img {
	display: block;
	height: 50px;
}
.header .head .logo img.img01, .header .head .logo img.img03 {
	display: none;
}
.header .head .yu {
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 3vw;
	font-size: 16px;
	color: #333;
}
.header .head .yu img {
	width: 18px;
	margin-right: 10px;
	display: block;
}
.header .head .yu a {
	color: inherit;
	display: block;
}
.header .head .yu a:hover {
	color: #890027;
}
.header .head .yu span {
	margin: 0 7px;
	display: block;
}
.header .head .nav {
	float: right;
	height: 100%;
}
.header .head .nav li {
	display: flex;
	align-items: center;
	float: left;
	height: 100%;
	position: relative;
	margin-left: 3vw;
}
.header .head .nav li>a {
	display: block;
	font-size: 16px;
}
.header .head .nav li:hover>a {
	color: #890128;
}
.header .head .nav li.on>a {
	color: #890128;
	font-weight: bold;
}
.header .head .nav li.on:before {
	width: 100%;
height:.15625vw;
	background-color: #890128;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.header .head .nav li p {
	width: 120px;
	background-color: #fff;
box-shadow:0 0 .520833vw #0000000f;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 70px;
	transform: translate(-50%) scaleY(0);
	transform-origin: top;
	transition: all .3s ease;
	z-index: 99;
}
.header .head .nav li p a {
	border-bottom: 1px solid #f1f1f1;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 0 20px;
}
.header .head .nav li p a:last-child {
	border-bottom: none;
}
.header .head .nav li p a:hover {
	font-weight: 600;
}
.header .head .nav li:hover p {
	opacity: 1;
	transform: translate(-50%) scaleY(1);
}
.header .head .nav li .subnav {
	width: 100vw;
	padding:0 30px;
	background-color: #fff;
	box-shadow:0 0 .520833vw #0000000f;
	left:0;
	opacity: 0;
	position: fixed;
	top: 70px;
	transform: scaleY(0);
	transform-origin: top;
	transition: all .3s ease;
	z-index: 99;
	text-align:center;
}
.header .head .nav li .subnav:before,.header .head .nav li .subnav:after{ width:100%; height:2.5vw; display:block; content:''; overflow:hidden;}
.header .head .nav li .subnav a {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	padding:.5vw 20px;
}
.header .head .nav li .subnav a img{ display:block; height:5vw; margin:5px auto;}
.header .head .nav li .subnav a:hover {
	font-weight: 600;
}
.header .head .nav li:hover .subnav {
	opacity: 1;
	transform: scaleY(1);
}
.hbg {
	width: 100%;
	height: 70px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
}
@media only screen and (max-width:1023px) {
.header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 0.520833vw #0000001f;
}
.header .head {
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 3;
	background-color: #fff;
}
.header .head .hamburger {
	height: 30px;
	width: 24px;
	padding: 15px 5vw;
	border-left: 1px solid #eee;
	float: right;
	transition: left 0.3s ease-out 0s, opacity 0.3s linear 0s;
}
.header .head .hamburger .h-bar {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #333;
	margin: 6px auto;
	transform: rotate(0deg);
	opacity: 1;
	transition: all 0.4s ease-out 0s;
}
.header .head .hamburger.open-menu .h-bar {
	margin-left: 8px;
}
.header .head .hamburger.open-menu .h-bar:nth-of-type(1) {
	transform: rotate(45deg) translateY(11px);
}
.header .head .hamburger.open-menu .h-bar:nth-of-type(2) {
	opacity: 0;
}
.header .head .hamburger.open-menu .h-bar:nth-of-type(3) {
	transform: rotate(-45deg) translateY(-11px);
}
.header .head .hamburger.open-menu .h-bar {
	margin-bottom: 0px;
}
.header .head .logo {
	display: block;
	padding: 10px 5%;
	float: left;
}
.header .head .logo img {
	display: block;
	height: 40px;
}
.header .head .logo img.img01, .header .head .logo img.img02 {
	display: none;
}
.header .head .yu {
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333;
}
.header .head .yu img {
	width: 20px;
	margin-right: 10px;
	display: block;
}
.header .head .yu a {
	color: inherit;
	display: block;
}
.header .head .yu a:hover {
	color: #890027;
}
.header .head .yu span {
	margin: 0 7px;
	display: block;
}
.header .bg {
	width: 0;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .5;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.header .bg.open-menu {
	width: 100%;
}
.header .head .nav {
	background-color: #fff;
	display: block;
	opacity: 0;
	position: absolute;
	overflow-y: scroll;
	width: 90vw;
	height: calc(100vh - 60px);
	top: 60px;
	left: -100vw;
	color: rgb(255, 255, 255);
	transition: left 0.3s ease-out 0s, opacity 0.3s linear 0s;
	z-index: 222;
}
.header .head .nav.open-menu {
	opacity: 1;
	left: 0px;
	transition: left 0.3s ease-out 0s;
}
.header .head .nav li {
	width: 100%;
	display: block;
	overflow: hidden;
	border-top: 1px solid #f1f1f1;
	position: relative;
}
.header .head .nav li>a {
	display: block;
	font-size: 16px;
	color: #333;
	padding-left: 5vw;
	height: 50px;
	line-height: 50px;
}
.header .head .nav li.on>a {
	color: #890128;
	font-weight: bold;
}
.header .head .nav li b {
	display: inline-flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 50px;
	width: 60px;
	position: absolute;
	right: 0;
	top: 0px;
	text-align: center;
}
.header .head .nav li b::after {
	content: "+";
	background-color: transparent;
	font-size: 24px;
	color: #333;
	transform: rotateZ(0deg);
	transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
}
.header .head .nav li.active b::after {
	transform: rotateZ(135deg);
}
.header .head .nav li.active>a {
	color: #890128;
}
.header .head .nav li p,.header .head .nav li .subnav{
	display: none;
	width: 100%;
	overflow: hidden;
	padding-left: 5vw;
	box-sizing: border-box;
	padding-bottom: 10px;
	margin-top: -10px;
}
.header .head .nav li p a,.header .head .nav li .subnav a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	color: #666;
	overflow: hidden;
}
.header .head .nav li p a:hover,.header .head .nav li .subnav a:hover {
	color: #890128;
}
.header .head .nav li .subnav a img{ display:none;}
.hbg {
	width: 100%;
	height: 60px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
}

/*banner*/
@media screen and (min-width:1600px) {
.banner {
	width: 100%;
	height: calc(100% - 80px);
	position: relative;
	z-index: 1;
	background-color: #000;
}
.banner .swiper-container, .banner .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.banner .swiper-container .swiper-slide img {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
.banner .swiper-container .swiper-slide img.mobile {
	display: none;
}
.banner .swiper-container .swiper-slide .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.banner .swiper-container .swiper-slide .wen {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 10vw;
	z-index: 3;
	color: #fff;
}
.banner .swiper-container .swiper-slide .wen .mobile {
	display: none;
}
.banner .swiper-pagination {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	z-index: 3;
}
.banner .swiper-pagination span {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 10px;
	background-color: #fff;
	opacity: .5;
	overflow: hidden;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}
.banner .prev {
	width: 5%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.banner .next {
	width: 5%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.banner .swiper-button-white {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: none;
}
.banner .swiper-button-white img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
}
.banner .swiper-button-white:hover {
	background-color: #890128;
}
.banner .prev:hover .swiper-button-prev {
	display: block;
}
.banner .next:hover .swiper-button-next {
	display: block;
}
.section-second {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.banner {
	width: 100%;
	height: calc(100% - 70px);
	max-height: 54.6875vw;
	position: relative;
	z-index: 1;
	background-color: #000;
}
.banner .swiper-container, .banner .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.banner .swiper-container .swiper-slide img {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
.banner .swiper-container .swiper-slide img.mobile {
	display: none;
}
.banner .swiper-container .swiper-slide .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.banner .swiper-container .swiper-slide .wen {
	width: 85%;
	position: absolute;
	left: 7.5%;
	top: 10vw;
	z-index: 3;
	color: #fff;
}
.banner .swiper-container .swiper-slide .wen .mobile {
	display: none;
}
.banner .swiper-pagination {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 3;
}
.banner .swiper-pagination span {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 10px;
	background-color: #fff;
	opacity: .5;
	overflow: hidden;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}
.banner .prev {
	width: 8%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.banner .next {
	width: 8%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.banner .swiper-button-white {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: none;
}
.banner .swiper-button-white img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
}
.banner .swiper-button-white:hover {
	background-color: #890128;
}
.banner .prev:hover .swiper-button-prev {
	display: block;
}
.banner .next:hover .swiper-button-next {
	display: block;
}
.section-second {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
}
@media only screen and (max-width:1023px) {
.banner {
	width: 100%;
	height: 133.333333vw;
	position: relative;
	z-index: 1;
	background-color: #000;
}
.banner .swiper-container, .banner .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.banner .swiper-container .swiper-slide img {
	height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
.banner .swiper-container .swiper-slide img.pc {
	display: none;
}
.banner .swiper-container .swiper-slide .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.banner .swiper-container .swiper-slide .wen {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 30vw;
	z-index: 3;
	color: #fff;
}
.banner .swiper-container .swiper-slide .wen .pc {
	display: none;
}
.banner .swiper-pagination {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 3;
}
.banner .swiper-pagination span {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 10px;
	background-color: #fff;
	opacity: .5;
	overflow: hidden;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}
.banner .prev {
	width: 50px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.banner .next {
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.banner .swiper-button-white {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: none;
}
.banner .swiper-button-white img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
}
.banner .swiper-button-white:hover {
	background-color: #890128;
}
.banner .prev:hover .swiper-button-prev {
	display: block;
}
.banner .next:hover .swiper-button-next {
	display: block;
}
.section-second {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
}

/*车型*/
@media screen and (min-width:1600px) {
.container {
	width: 80%;
	padding: 8.333333vw 10%;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.container .card-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.container .card-list li {
	width: 31.17%;
	margin-left: 3.245%;
	background-color: #f3f4f7;
	border-radius: 10px;
	overflow: hidden;
}
.container .card-list li:nth-child(3n+1) {
	margin-left: 0;
}
.container .card-list li .card-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.container .card-list li .card-img:before {
	width: 100%;
	display: block;
	content: '';
	padding-top: 42.12%;
}
.container .card-list li .card-img img {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.container .card-list li .card-info {
	padding: 2.8666665vw 2.083333vw;
	padding-bottom: 3.125vw;
	overflow: hidden;
}
.container .card-list li .card-info .card-name {
	font-size: 2.083333vw;
	font-weight: 600;
	line-height: 2.6vw;
	height: 2.6vw;
	overflow: hidden;
}
.container .card-list li .card-info .card-desc {
	color: #666;
font-size:.885417vw;
	height: 6.25vw;
	line-height: 1.5625vw;
	margin-top: 1.3041665vw;
	text-align: justify;
	overflow: hidden;
}
.container .card-list li .card-info .card-btn {
	width: 100%;
	margin-top: 0.520833vw;
}
.container .card-list li .card-info .card-btn a {
	display: block;
	border: 1px solid #212121;
	border-radius: 0.208333vw;
font-size:.9375vw;
	height: 2.708333vw;
	line-height: 2.708333vw;
	text-align: center;
	width: 10.416667vw;
}
.container .card-list li .card-info .card-btn a:hover {
	background-color: #890128;
	border: 1px solid #890128;
	color: #fff;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.container {
	width: 85%;
	padding: 8.333333vw 7.5%;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.container .card-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.container .card-list li {
	width: 31.17%;
	margin-left: 3.245%;
	background-color: #f3f4f7;
	border-radius: 10px;
	overflow: hidden;
}
.container .card-list li:nth-child(3n+1) {
	margin-left: 0;
}
.container .card-list li .card-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.container .card-list li .card-img:before {
	width: 100%;
	display: block;
	content: '';
	padding-top: 42.12%;
}
.container .card-list li .card-img img {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.container .card-list li .card-info {
	padding: 2.8666665vw 2.083333vw;
	overflow: hidden;
}
.container .card-list li .card-info .card-name {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}
.container .card-list li .card-info .card-desc {
	color: #666;
	font-size: 16px;
	height: 104px;
	line-height: 26px;
	margin-top: 1.3041665vw;
	text-align: justify;
	overflow: hidden;
}
.container .card-list li .card-info .card-btn {
	width: 100%;
	margin-top: 1vw;
	padding-bottom: 5px;
}
.container .card-list li .card-info .card-btn a {
	display: block;
	border: 1px solid #212121;
	border-radius: 0.208333vw;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 150px;
}
.container .card-list li .card-info .card-btn a:hover {
	background-color: #890128;
	border: 1px solid #890128;
	color: #fff;
}
}
@media only screen and (max-width:1023px) {
.container {
	width: 90%;
	padding: 13.333333vw 5%;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.container .card-list {
	width: 100%;
	margin-top: -10.666667vw;
	display: block;
}
.container .card-list li {
	width: 100%;
	margin-top: 10.666667vw;
	background-color: #f3f4f7;
	border-radius: 10px;
	overflow: hidden;
}
.container .card-list li .card-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.container .card-list li .card-img:before {
	width: 100%;
	display: block;
	content: '';
	padding-top: 42.12%;
}
.container .card-list li .card-img img {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.container .card-list li .card-info {
	padding: 8vw 5.333333vw;
	overflow: hidden;
}
.container .card-list li .card-info .card-name {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.container .card-list li .card-info .card-desc {
	color: #666;
	font-size: 14px;
	height: 96px;
	line-height: 24px;
	margin-top: 1.3041665vw;
	text-align: justify;
	overflow: hidden;
}
.container .card-list li .card-info .card-btn {
	width: 100%;
	margin-top: 1vw;
	padding-bottom: 5px;
}
.container .card-list li .card-info .card-btn a {
	display: block;
border-radius:.533333vw;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	width: calc(100% - 2px);
	border: 1px solid #212121;
}
.container .card-list li .card-info .card-btn a:hover {
	background-color: #890128;
	border: 1px solid #890128;
	color: #fff;
}
}

/*footer*/
@media screen and (min-width:1600px) {
.footer {
	width: 100%;
	background-color: #f3f4f6;
	position: relative;
	z-index: 1;
}
.footer .foot {
	padding: 2.8125vw 10%;
	display: flex;
	justify-content: space-between;
}
.footer .foot .left {
	padding-right: 6.25vw;
}
.footer .foot .left .item {
	margin-top: -0.7812505vw;
}
.footer .foot .left .item a {
	display: block;
font-size:.885417vw;
	line-height: 1.40625vw;
	margin-top: 0.7812505vw;
}
.footer .foot .left .item a:hover {
	color: #890128;
}
.footer .foot .mil {
	padding-right: 6.25vw;
}
.footer .foot .mil .p1 {
font-size:.885417vw;
	line-height: 1.77vw;
	display: flex;
	align-items: center;
}
/*.footer .foot .mil .dh {
	font-size: 1.25vw;
	line-height: 1.77vw;
	font-weight: bold;
}*/
.footer .foot .mil .tel {
font-size:.885417vw;
	line-height: 1.40625vw;
	margin-top: 0.7812505vw;
}
.footer .foot .right {
	margin-left: 3.125vw;
	display: flex;
	align-items: center;
}
.footer .foot .right dl {
	display: block;
	margin-left: 3.125vw;
	text-align: center;
}
.footer .foot .right dl dt {
	width: 6.25vw;
	display: block;
	overflow: hidden;
	padding: 5px 0;
}
.footer .foot .right dl dt img {
	width: 100%;
	display: block;
}
.footer .foot .right dl dd {
	display: block;
font-size:.78125vw;
	line-height: 1.302vw;
	margin-top: 5px;
}
.footer .copyright {
	width: 80%;
	margin: auto;
	align-items: center;
	border-top: 1px solid #ccc;
	display: flex;
	height: 3.125vw;
	justify-content: center;
}
.footer .copyright p {
	display: block;
font-size:.833333vw;
	color: #999;
margin:0 .5vw;
}
.footer .copyright a {
	color: #999;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.footer {
	width: 100%;
	background-color: #f3f4f6;
	position: relative;
	z-index: 1;
}
.footer .foot {
	padding: 2.8125vw 7.5%;
	display: flex;
	justify-content: space-between;
}
.footer .foot .left {
	padding-right: 6.25vw;
}
.footer .foot .left .item {
	margin-top: -0.7812505vw;
}
.footer .foot .left .item a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin-top: 0.7812505vw;
}
.footer .foot .left .item a:hover {
	color: #890128;
}
.footer .foot .mil {
	margin-right: 3.125vw;
}
.footer .foot .mil .p1 {
	font-size: 16px;
	line-height: 34px;
	display: flex;
	align-items: center;
}
/*.footer .foot .mil .dh {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}*/
.footer .foot .mil .tel {
	font-size: 16px;
	line-height: 26px;
	margin-top: 0.7812505vw;
}
.footer .foot .right {
	display: flex;
	align-items: center;
}
.footer .foot .right dl {
	display: block;
	margin-left: 3.125vw;
	text-align: center;
}
.footer .foot .right dl dt {
	width: 10vw;
	display: block;
	overflow: hidden;
	padding: 5px 0;
}
.footer .foot .right dl dt img {
	width: 100%;
	display: block;
}
.footer .foot .right dl dd {
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.footer .copyright {
	width: 85%;
	margin: auto;
	align-items: center;
	border-top: 1px solid #ccc;
	color: #999;
	display: flex;
	height: 50px;
	justify-content: center;
}
.footer .copyright p {
	display: block;
	font-size: 14px;
	color: #999;
margin:0 .5vw;
}
.footer .copyright a {
	color: #999;
}
}
@media only screen and (max-width:1023px) {
.footer {
	width: 100%;
	background-color: #f3f4f6;
	position: relative;
	z-index: 1;
}
.footer .foot {
	padding: 10.666667vw 5%;
}
.footer .foot .left {
	width: 100%;
}
.footer .foot .left .item {
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: -5px;
}
.footer .foot .left .item a {
	width: 50%;
	display: block;
	font-size: 15px;
	line-height: 25px;
	margin-top: 5px;
}
.footer .foot .left .item a:hover {
	color: #890128;
}
.footer .foot .mil {
	width: 100%;
	text-align: center;
	padding-top: 5vw;
}
.footer .foot .mil .p1 {
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	margin: 5px;
	margin-top: 0;
	margin-right: 0;
}
/*.footer .foot .mil .dh {
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	margin: 5px;
	margin-top: 0;
	margin-left: 0;
}*/
.footer .foot .mil .tel {
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	margin: 5px;
	margin-top: 0;
}
.footer .foot .right {
	display: flex;
	justify-content: center;
}
.footer .foot .right dl {
	display: block;
	margin: 0 1.5vw;
	text-align: center;
	padding-top: 5vw;
}
.footer .foot .right dl dt {
	width: 25vw;
	display: block;
	overflow: hidden;
	margin: 5px 0;
}
.footer .foot .right dl dt img {
	width: 100%;
	display: block;
}
.footer .foot .right dl dd {
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.footer .copyright {
	width: 90%;
	margin: auto;
	border-top: 1px solid #ccc;
	color: #999;
	padding: 10px 0;
	text-align: center;
}
.footer .copyright p {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	margin: 0 3px;
}
.footer .copyright a {
	color: #999;
}
}

/*传统能源系列*/
@media screen and (min-width:1600px) {
.ban {
	max-height: 45.833333vw;
	width: 100%;
	position: relative;
}
.ban img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.ban img.mobile {
	display: none;
}
.ban .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.ban .wen {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 10vw;
	z-index: 3;
	color: #fff;
}
.ban .wen .mobile {
	display: none;
}
.product {
	width: 80%;
	padding: 2.604166vw 10%;
	position: relative;
	z-index: 1;
}
.product .title {
	display: none;
	padding-top: 2.604167vw;
	font-size: 2.083333vw;
	font-weight: 600;
	line-height: 1;
}
.product .car-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2.604167vw;
}
.product .car-list li {
	display: block;
	margin-top: 2.604167vw;
	width: 31.17%;
	margin-left: 3.245%;
}
.product .car-list li:nth-child(3n+1) {
	margin-left: 0;
}
.product .car-list li .car-type-card {
	width: 100%;
	align-items: center;
	background-color: #f3f4f7;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	height: 18.645833vw;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.product .car-list li .car-type-card .car-name {
	font-size: 1.25vw;
	line-height: 1;
	font-weight: 600;
	margin-top: 1.5625vw;
}
.product .car-list li .car-type-card .car-price {
font-size:.885417vw;
	line-height: 1;
margin-top:.625vw;
}
.product .car-list li .car-type-card .car-image {
	align-items: center;
	display: flex;
	height: 10.416667vw;
	justify-content: center;
	margin-top: 2.083333vw;
	transform-origin: top;
	transition: all .4s ease;
	width: 20.833333vw;
}
.product .car-list li .car-type-card .car-image img {
	display: block;
	max-width: 100%;
	max-height: 10.416667vw;
}
.product .car-list li .car-type-card .car-btns {
	bottom: 1.5625vw;
	display: flex;
	justify-content: space-around;
	left: 50%;
	margin-left: -8.3333335vw;
	opacity: 0;
	position: absolute;
	transition: opacity .5s ease .2s;
	width: 16.666667vw;
	z-index: -1;
}
.product .car-list li .car-type-card .car-btns .car-btn {
	border: 1px solid #212121;
border-radius:.208333vw;
	cursor: pointer;
font-size:.885417vw;
	height: 2.291667vw;
	line-height: 2.291667vw;
	text-align: center;
	width: 7.291667vw;
}
.product .car-list li .car-type-card .car-btns .car-btn:hover {
	background-color: #890128;
	border: none;
	color: #fff;
	font-weight: 600;
}
.product .car-list li .car-type-card .car-btns .car-btn:hover a {
	color: #fff;
}
.product .car-list li .car-type-card:hover .car-image {
	align-items: center;
	display: flex;
	height: 9.375vw;
	justify-content: center;
	margin-top: 1.5625vw;
	transform: scale(.8);
	width: 18.75vw;
}
.product .car-list li .car-type-card:hover .car-image img {
	width: 100%;
}
.product .car-list li .car-type-card:hover .car-btns {
	opacity: 1;
	z-index: 1;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.ban {
	max-height: 45.833333vw;
	width: 100%;
	position: relative;
}
.ban img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.ban img.mobile {
	display: none;
}
.ban .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.ban .wen {
	width: 85%;
	position: absolute;
	left: 7.5%;
	top: 10vw;
	z-index: 3;
	color: #fff;
}
.ban .wen .mobile {
	display: none;
}
.product {
	width: 85%;
	padding: 2.604166vw 7.5%;
	position: relative;
	z-index: 1;
}
.product .title {
	display: none;
	padding-top: 2.604167vw;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}
.product .car-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2.604167vw;
}
.product .car-list li {
	display: block;
	margin-top: 2.604167vw;
	width: 31.17%;
	margin-left: 3.245%;
}
.product .car-list li:nth-child(3n+1) {
	margin-left: 0;
}
.product .car-list li .car-type-card {
	width: 100%;
	align-items: center;
	background-color: #f3f4f7;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	height: 27vw;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.product .car-list li .car-type-card .car-name {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-top: 1.5625vw;
}
.product .car-list li .car-type-card .car-price {
	font-size: 16px;
	line-height: 26px;
margin-top:.625vw;
}
.product .car-list li .car-type-card .car-image {
	align-items: center;
	display: flex;
	height: 10.416667vw;
	justify-content: center;
	margin-top: 2.083333vw;
	transform-origin: top;
	transition: all .4s ease;
	width: 20.833333vw;
}
.product .car-list li .car-type-card .car-image img {
	display: block;
	max-width: 100%;
	max-height: 10.416667vw;
}
.product .car-list li .car-type-card .car-btns {
	bottom: 1.5625vw;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-around;
	left: 10%;
	opacity: 0;
	position: absolute;
	transition: opacity .5s ease .2s;
	width: 80%;
	z-index: -1;
}
.product .car-list li .car-type-card .car-btns .car-btn {
	border: 1px solid #212121;
border-radius:.208333vw;
	cursor: pointer;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 40%;
}
.product .car-list li .car-type-card .car-btns .car-btn:hover {
	background-color: #890128;
	border: none;
	color: #fff;
	font-weight: 600;
}
.product .car-list li .car-type-card .car-btns .car-btn:hover a {
	color: #fff;
}
.product .car-list li .car-type-card:hover .car-image {
	align-items: center;
	display: flex;
	height: 9.375vw;
	justify-content: center;
	margin-top: 1.5625vw;
	width: 18.75vw;
}
.product .car-list li .car-type-card:hover .car-image img {
	width: 100%;
}
.product .car-list li .car-type-card:hover .car-btns {
	opacity: 1;
	z-index: 1;
}
}
@media only screen and (max-width:1023px) {
.ban {
	max-height: 160vw;
	width: 100%;
	position: relative;
}
.ban img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.ban img.pc {
	display: none;
}
.ban .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.ban .wen {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 30vw;
	z-index: 3;
	color: #fff;
}
.ban .wen .pc {
	display: none;
}
.product {
	width: 90%;
	padding: 8vw 5%;
	position: relative;
	z-index: 1;
}
.product .title {
	display: none;
	padding-top: 5.333333vw;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}
.product .car-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 5.333333vw;
}
.product .car-list li {
	display: block;
	margin-top: 5.333333vw;
	width: 100%;
}
.product .car-list li .car-type-card {
	width: 100%;
	align-items: center;
	background-color: #f3f4f7;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	height: 74.666667vw;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.product .car-list li .car-type-card .car-name {
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	margin-top: 6.4vw;
}
.product .car-list li .car-type-card .car-price {
	font-size: 15px;
	line-height: 1;
	margin-top: 2.133333vw;
}
.product .car-list li .car-type-card .car-image {
	align-items: center;
	display: flex;
	height: 34.666667vw;
	justify-content: center;
	margin: 2.666667vw 0;
	width: 80%;
}
.product .car-list li .car-type-card .car-image img {
	display: block;
	max-width: 100%;
	max-height: 34.666667vw;
}
.product .car-list li .car-type-card .car-btns {
	display: flex;
	justify-content: space-around;
	width: 78.666667vw;
}
.product .car-list li .car-type-card .car-btns .car-btn {
	border: 1px solid #212121;
border-radius:.533333vw;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 42%;
}
.product .car-list li .car-type-card .car-btns .car-btn:hover {
	background-color: #890128;
	border: none;
	color: #fff;
	font-weight: 600;
}
.product .car-list li .car-type-card .car-btns .car-btn:hover a {
	color: #fff;
}
}

/*产品内页*/
@media screen and (min-width:1600px) {
.pro01 {
	width: 80%;
	padding: 5.208333vw 10%;
	position: relative;
	z-index: 1;
}
.pro01 .title {
	font-size: 2.083333vw;
	font-weight: 600;
	line-height: 1;
}
.pro01 .box {
	width: 100%;
	position: relative;
	margin-top: 2.604167vw;
}
.pro01 .box .swiper-container {
	width: 100%;
}
.pro01 .box .swiper-container .swiper-slide {
	width: 62.5%;
	position: relative;
}
.pro01 .box .swiper-container .swiper-slide .tu {
	width: 100%;
	position: relative;
	z-index: 1;
}
.pro01 .box .swiper-container .swiper-slide .tu:before {
	width: 100%;
	display: block;
	content: '';
	padding-top: 60%;
	overflow: hidden;
}
.pro01 .box .swiper-container .swiper-slide .tu img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
}
.pro01 .box .swiper-container .swiper-slide .bg {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	z-index: 2;
}
.pro01 .box .swiper-container .swiper-slide .wen {
	width: 90%;
	height: calc(100% - 130px);
	overflow: auto;
	padding: 2.604167vw 5%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	opacity: 0;
}
.pro01 .box .swiper-container .swiper-slide.swiper-slide-active .wen {
	opacity: 1;
}
.pro01 .box .swiper-container .swiper-slide .wen .w01 {
	font-size: 1.25vw;
	font-weight: bold;
	color: #fff;
}
.pro01 .box .swiper-container .swiper-slide .wen .w02 {
font-size:.885417vw;
	line-height: 2;/* margin-top:.625vw;*/
	color: #fff;
}
.pro01 .swiper-button-white {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 3;
}
.pro01 .swiper-button-prev {
	left: 7.8125%;
	margin-left: -25px;
}
.pro01 .swiper-button-next {
	right: 7.8125%;
	margin-right: -25px;
}
.pro01 .swiper-button-white img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
}
.pro01 .swiper-button-white:hover {
	background-color: #890128;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.pro01 {
	width: 85%;
	padding: 5.208333vw 7.5%;
	position: relative;
	z-index: 1;
}
.pro01 .title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}
.pro01 .box {
	width: 100%;
	position: relative;
	margin-top: 2.604167vw;
}
.pro01 .box .swiper-container {
	width: 100%;
}
.pro01 .box .swiper-container .swiper-slide {
	width: 62.5%;
	position: relative;
}
.pro01 .box .swiper-container .swiper-slide .tu {
	width: 100%;
	position: relative;
	z-index: 1;
}
.pro01 .box .swiper-container .swiper-slide .tu:before {
	width: 100%;
	display: block;
	content: '';
	padding-top: 60%;
	overflow: hidden;
}
.pro01 .box .swiper-container .swiper-slide .tu img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
}
.pro01 .box .swiper-container .swiper-slide .bg {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	z-index: 2;
}
.pro01 .box .swiper-container .swiper-slide .wen {
	width: 90%;
	height: calc(100% - 90px);
	overflow: auto;
	padding: 2.604167vw 5%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	opacity: 0;
}
.pro01 .box .swiper-container .swiper-slide.swiper-slide-active .wen {
	opacity: 1;
}
.pro01 .box .swiper-container .swiper-slide .wen .w01 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
}
.pro01 .box .swiper-container .swiper-slide .wen .w02 {
	font-size: 15px;
	line-height: 1.8;/* margin-top:.625vw;*/
	color: #fff;
}
.pro01 .swiper-button-white {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 3;
}
.pro01 .swiper-button-prev {
	left: 7.8125%;
	margin-left: -22px;
}
.pro01 .swiper-button-next {
	right: 7.8125%;
	margin-right: -22px;
}
.pro01 .swiper-button-white img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
}
.pro01 .swiper-button-white:hover {
	background-color: #890128;
}
}
@media only screen and (max-width:1023px) {
.pro01 {
	width: 90%;
	padding: 13.333333vw 5%;
	position: relative;
	z-index: 1;
}
.pro01 .title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}
.pro01 .box {
	width: 100%;
	position: relative;
	margin-top: 5.333333vw;
}
.pro01 .box .swiper-container {
	width: 100%;
}
.pro01 .box .swiper-container .swiper-slide {
	width: 100%;
	position: relative;
}
.pro01 .box .swiper-container .swiper-slide .tu {
	width: 100%;
	position: relative;
	z-index: 1;
}
.pro01 .box .swiper-container .swiper-slide .tu:before {
	width: 100%;
	display: block;
	content: '';
	padding-top: 60%;
	overflow: hidden;
}
.pro01 .box .swiper-container .swiper-slide .tu img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
}
.pro01 .box .swiper-container .swiper-slide .bg {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	z-index: 2;
}
.pro01 .box .swiper-container .swiper-slide .wen {
	width: 90%;
	height: calc(100% - 50px);
	overflow: auto;
	padding: 25px 5%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.pro01 .box .swiper-container .swiper-slide .wen .w01 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
}
.pro01 .box .swiper-container .swiper-slide .wen .w02 {
	font-size: 14px;
	line-height: 1.71;/* margin-top: 5px;*/
	color: #fff;
}
.pro01 .swiper-button-white {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background-color: #999;
	position: absolute;
	top: -24px;
	margin-top: -5.333333vw;
	z-index: 3;
}
.pro01 .swiper-button-prev {
	right: 46px;
}
.pro01 .swiper-button-next {
	right: 0;
}
.pro01 .swiper-button-white img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
}
.pro01 .swiper-button-white:hover {
	background-color: #890128;
}
}
 @media screen and (min-width:1600px) {
.pro02 {
	width: 80%;
	padding: 5.208333vw 10%;
	padding-top: 0;
	position: relative;
	z-index: 1;
}
.pro02 .title {
	font-size: 2.083333vw;
	font-weight: 600;
	line-height: 1;
}
.pro02 .box {
	width: 100%;
	position: relative;
	margin-top: 2.604167vw;
}
.pro02 .box .table {
	width: 100%;
}
.pro02 .box .table table {
	width: 100%;
	background-image: #fff;
}
.pro02 .box .table table th {
	background-color: #890128;
	color: #fff;
	text-align: center;
font-size:.9375vw;
	line-height: 1.25vw;
	height: 2.604167vw;
	padding: 0.520833vw;
}
.pro02 .box .table table td {
	background-color: #f1f1f1;
font-size:.833333vw;
	line-height: 1.25vw;
	height: 2.604167vw;
	padding: 0.520833vw;
}
.pro02 .box .table table tr:nth-child(2n+1) td {
	background-color: #f7f7f7;
}
.pro02 .box .table table tr:nth-child(n+2) th {
	background-color: #f1f1f1;
	color: #333;
font-size:.833333vw;
}
.pro02 .box .zy {
	width: 100%;
	margin-top: 2.604167vw;
}
.pro02 .box .zy .left {
font-size:.833333vw;
	line-height: 1.25vw;
	float: left;
	width: calc(95% - 10.42vw);
}
.pro02 .box .zy .right {
	width: 10.42vw;
	float: right;
}
.pro02 .box .zy .right a {
	display: block;
	border-radius: 2.0833vw;
	background-color: #636b70;
	overflow: hidden;
}
.pro02 .box .zy .right a span {
	width: calc(100% - 2.0833vw);
	height: 2.0833vw;
	line-height: 2.0833vw;
	color: #fff;
	display: block;
	text-align: center;
font-size:.833333vw;
	letter-spacing: 3px;
	text-indent: 3px;
	float: left;
}
.pro02 .box .zy .right a b {
	width: calc(2.0833vw - 2px);
	height: calc(2.0833vw - 4px);
	margin: 2px;
	margin-left: 0;
	background-color: #fff;
	border-radius: 100%;
	display: block;
	float: left;
	background-image: url(../images/more.png);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.pro02 .box .zy .right a:hover {
	background-color: #890027;
}
.pro02 .box .zy .right a:hover b {
	background-image: url(../images/more01.png);
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.pro02 {
	width: 85%;
	padding: 5.208333vw 7.5%;
	padding-top: 0;
	position: relative;
	z-index: 1;
}
.pro02 .title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}
.pro02 .box {
	width: 100%;
	position: relative;
	margin-top: 2.604167vw;
}
.pro02 .box .table {
	width: 100%;
}
.pro02 .box .table table {
	width: 100%;
	background-image: #fff;
}
.pro02 .box .table table th {
	background-color: #890128;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	height: 40px;
	padding: 0.520833vw;
}
.pro02 .box .table table td {
	background-color: #f1f1f1;
	font-size: 14px;
	line-height: 24px;
	height: 40px;
	padding: 0.520833vw;
}
.pro02 .box .table table tr:nth-child(2n+1) td {
	background-color: #f7f7f7;
}
.pro02 .box .table table tr:nth-child(n+2) th {
	background-color: #f1f1f1;
	color: #333;
	font-size: 14px;
}
.pro02 .box .zy {
	width: 100%;
	margin-top: 2.604167vw;
}
.pro02 .box .zy .left {
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: calc(95% - 180px);
}
.pro02 .box .zy .right {
	width: 180px;
	height: 38px;
	float: right;
}
.pro02 .box .zy .right a {
	display: block;
	border-radius: 40px;
	background-color: #636b70;
	overflow: hidden;
}
.pro02 .box .zy .right a span {
	width: calc(100% - 36px);
	height: 38px;
	line-height: 38px;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 15px;
	letter-spacing: 3px;
	text-indent: 3px;
	float: left;
}
.pro02 .box .zy .right a b {
	width: 34px;
	height: 34px;
	margin: 2px;
	margin-left: 0;
	background-color: #fff;
	border-radius: 100%;
	display: block;
	float: left;
	background-image: url(../images/more.png);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.pro02 .box .zy .right a:hover {
	background-color: #890027;
}
.pro02 .box .zy .right a:hover b {
	background-image: url(../images/more01.png);
}
}
@media only screen and (max-width:1023px) {
.pro02 {
	width: 90%;
	padding: 13.333333vw 5%;
	padding-top: 0;
	position: relative;
	z-index: 1;
}
.pro02 .title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}
.pro02 .box {
	width: 100%;
	position: relative;
	margin-top: 5.333333vw;
}
.pro02 .box .table {
	width: 100%;
	overflow: auto;
}
.pro02 .box .table table {
	width: 800px;
	background-image: #fff;
}
.pro02 .box .table table th {
	background-color: #890128;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	height: 40px;
	padding: 1vw;
}
.pro02 .box .table table td {
	background-color: #f1f1f1;
	font-size: 14px;
	line-height: 24px;
	height: 40px;
	padding: 1vw;
}
.pro02 .box .table table tr:nth-child(2n+1) td {
	background-color: #f7f7f7;
}
.pro02 .box .table table tr:nth-child(n+2) th {
	background-color: #f1f1f1;
	color: #333;
	font-size: 14px;
}
.pro02 .box .zy {
	width: 100%;
	margin-top: 2.604167vw;
}
.pro02 .box .zy .left {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}
.pro02 .box .zy .right {
	width: 160px;
	height: 36px;
}
.pro02 .box .zy .right a {
	display: block;
	border-radius: 40px;
	background-color: #636b70;
	overflow: hidden;
}
.pro02 .box .zy .right a span {
	width: calc(100% - 36px);
	height: 36px;
	line-height: 36px;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
	text-indent: 3px;
	float: left;
}
.pro02 .box .zy .right a b {
	width: 32px;
	height: 32px;
	margin: 2px;
	margin-left: 0;
	background-color: #fff;
	border-radius: 100%;
	display: block;
	float: left;
	background-image: url(../images/more.png);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.pro02 .box .zy .right a:hover {
	background-color: #890027;
}
.pro02 .box .zy .right a:hover b {
	background-image: url(../images/more01.png);
}
}
 @media screen and (min-width:1600px) {
.tishi {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.90625vw 21.875vw;
	width: 100%;
	min-height: 33.3333vw;
	box-sizing: border-box;
}
.tishi .detail {
	color: rgb(102, 102, 102);
	font-size: 0.885417vw;
	line-height: 1.71;
	text-align: justify;
}
.tishi img {
	max-width: 100%;
	height: auto !important;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.tishi {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.90625vw 7.5%;
	width: 100%;
	min-height: 33.3333vw;
	box-sizing: border-box;
}
.tishi .detail {
	color: rgb(102, 102, 102);
	font-size: 16px;
	line-height: 1.71;
	text-align: justify;
}
.tishi img {
	max-width: 100%;
	height: auto !important;
}
}
@media only screen and (max-width:1023px) {
.tishi {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10.666667vw 5%;
	width: 100%;
	min-height: 33.3333vw;
	box-sizing: border-box;
}
.tishi .detail {
	color: rgb(102, 102, 102);
	font-size: 14px;
	line-height: 1.71;
	text-align: justify;
}
.tishi img {
	max-width: 100%;
	height: auto !important;
}
}

/*预约驾驶*/
@media screen and (min-width:1600px) {
.test-drive {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 6.25vw 10%;
	width: 80%;
	background-size: 100% 100%;
}
.test-drive .car-image {
	align-items: center;
	display: flex;
	height: 25vw;
	justify-content: center;
	margin-left: 5.208333vw;
	width: 50vw;
}
.test-drive .car-image img {
	width: 100%;
	display: block;
}
.test-drive .form {
	background-color: #fff;
	padding: 3.125vw 2.083333vw 2.083333vw;
	flex: 1;
	box-sizing: border-box;
}
.test-drive .form .form-title {
	font-size: 1.666667vw;
	font-weight: 600;
	margin-bottom: 1.5625vw;
	text-align: center;
}
.test-drive .form .qrm-pinming {
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
font-size:.885417vw;
	height: 3.645833vw;
	position: relative;
	width: 100%;
	background-image: url(../images/qrm-arrow-down.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.test-drive .form .qrm-pinming .qrm-input-border {
	color: #606266;
font-size:.885417vw;
	width: 76.19%;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.test-drive .form .qrm-pinming input {
	color: #606266;
font-size:.885417vw;
	width: 100%;
	overflow: hidden;
	display: block;
	cursor: pointer;
	background-color: transparent;
}
.test-drive .form .label {
	width: 23.81%;
font-size:.885417vw;
}
.test-drive .form .form-item {
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
font-size:.885417vw;
	height: 3.645833vw;
	position: relative;
	width: 100%;
}
.test-drive .form .form-item input {
	color: #606266;
font-size:.885417vw;
	width: 76.19%;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.qrm-border1 {
	position: absolute;
	left: 23.81%;
	top: 100%;
	z-index: 99;
	width: 540px;
}
.qrm-border1 .qrm-lev-1 {
	width: 180px;
	height: 216px;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
	float: left;
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	position: relative;
	z-index: 1;
}
.qrm-border2 {
	width: 180px;
	float: left;
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	position: relative;
	z-index: 2;
}
.qrm-border2 .qrm-lev-2 {
	width: 180px;
	height: 216px;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
}
.qrm-border3 {
	width: 180px;
	float: left;
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	position: relative;
	z-index: 2;
}
.qrm-border3 .qrm-lev-3 {
	width: 180px;
	height: 216px;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
}
.qrm-border1 li {
	display: block;
	width: calc(100% - 50px);
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	padding: 0 30px 0 20px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.qrm-border1 li:hover {
	background-color: #fff7f9;
	color: #890027;
}
.qrm-arrow-right {
	width: 6px;
	height: 12px;
	display: block;
	background-image: url(../images/right.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
}
.qrm-border1 .qrm-lev-1 li:hover .qrm-arrow-right, .qrm-border2 .qrm-lev-2 li:hover .qrm-arrow-right {
	background-image: url(../images/right01.png);
}
.qrm-border1 ul li.active {
	color: #890027 !important; /*background-image:url(../images/dui.png); background-position:10px center; background-repeat:no-repeat;*/
}
.qrm-border1 ul li.active .qrm-arrow-right {
	background-image: url(../images/right01.png);
}
.test-drive .form .city {
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
font-size:.885417vw;
	height: 3.645833vw;
	position: relative;
	width: 100%;
	background-image: url(../images/qrm-arrow-down.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.test-drive .form .city.open {
	background-image: url(../images/qrm-arrow-top.png);
}
.test-drive .form .city .citySelect {
	color: #606266;
font-size:.885417vw;
	width: 76.19%;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.test-drive .form .city .citySelect input {
	color: #606266;
font-size:.885417vw;
	width: 100%;
	overflow: hidden;
	display: block;
	cursor: pointer;
	background-color: transparent;
}
.city .dropDown {
	position: absolute;
	left: 23.81%;
	top: 100%;
	z-index: 99;
	width: 360px;
}
.dropDown div {
	display: none;
}
.city .dropDown .dropUl {
	width: 180px;
	height: 216px;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
	float: left;
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	position: relative;
	z-index: 1;
}
.city .dropDown .dropUl li {
	display: block;
	width: calc(100% - 50px);
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	padding: 0 30px 0 20px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.city .dropDown .dropUl li.on, .city .dropDown .dropUl li:hover {
	background-color: #fff7f9;
	color: #890027;
}
.city .dropDown .dropProv li {
	background-image: url(../images/right.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
}
.city .dropDown .dropProv li.on {
	background-image: url(../images/right01.png);
}
.test-drive .form .privary-rule {
	align-items: center;
	color: #666;
	display: flex;
font-size:.78125vw;
	margin: 1.25vw 0 2.083333vw;
}
.test-drive .form .privary-rule input[type=checkbox] {
	cursor: pointer;
	height: 0.9375vw;
	margin: 0 0.3125vw 0 0;
	width: 0.9375vw;
}
.test-drive .form .privary-rule .rule-btn {
	cursor: pointer;
	font-weight: 600;
}
.test-drive .form .submit-btn {
	background-color: #890128;
	border: none;
	border-radius: 0.208333vw;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
font-size:.885417vw;
	height: 2.708333vw;
	line-height: 2.708333vw;
	margin: 0;
	outline: none;
	text-align: center;
	width: 100%;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.test-drive {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 6.25vw 7.5%;
	width: 85%;
	background-size: 100% 100%;
}
.test-drive .car-image {
	align-items: center;
	display: flex;
	height: 25vw;
	justify-content: center;
	margin-left: 3vw;
	width: 50vw;
}
.test-drive .car-image img {
	width: 100%;
	display: block;
}
.test-drive .form {
	background-color: #fff;
	padding: 3.125vw 2.083333vw 2.083333vw;
	flex: 1;
	box-sizing: border-box;
}
.test-drive .form .form-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1.5625vw;
	text-align: center;
}
.test-drive .form .qrm-pinming {
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	font-size: 14px;
	height: 45px;
	position: relative;
	width: 100%;
	background-image: url(../images/qrm-arrow-down.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.test-drive .form .qrm-pinming .qrm-input-border {
	color: #606266;
	font-size: 15px;
	width: 76.19%;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.test-drive .form .qrm-pinming input {
	color: #606266;
	font-size: 15px;
	width: 100%;
	overflow: hidden;
	display: block;
	cursor: pointer;
	background-color: transparent;
}
.test-drive .form .label {
	width: 23.81%;
	font-size: 15px;
}
.test-drive .form .form-item {
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	font-size: 15px;
	height: 45px;
	position: relative;
	width: 100%;
}
.test-drive .form .form-item input {
	color: #606266;
	font-size: 15px;
	width: 76.19%;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.qrm-border1 {
	position: absolute;
	left: 23.81%;
	top: 100%;
	z-index: 99;
	width: 450px;
}
.qrm-border1 .qrm-lev-1 {
	width: 150px;
	height: 216px;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
	float: left;
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	position: relative;
	z-index: 1;
}
.qrm-border2 {
	width: 150px;
	float: left;
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	position: relative;
	z-index: 2;
}
.qrm-border2 .qrm-lev-2 {
	width: 150px;
	height: 216px;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
}
.qrm-border3 {
	width: 150px;
	float: left;
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	position: relative;
	z-index: 2;
}
.qrm-border3 .qrm-lev-3 {
	width: 150px;
	height: 216px;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
}
.qrm-border1 li {
	display: block;
	width: calc(100% - 40px);
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding: 0 25px 0 15px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.qrm-border1 li:hover {
	background-color: #fff7f9;
	color: #890027;
}
.qrm-arrow-right {
	width: 6px;
	height: 12px;
	display: block;
	background-image: url(../images/right.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}
.qrm-border1 .qrm-lev-1 li:hover .qrm-arrow-right, .qrm-border2 .qrm-lev-2 li:hover .qrm-arrow-right {
	background-image: url(../images/right01.png);
}
.qrm-border1 ul li.active {
	color: #890027 !important; /*background-image:url(../images/dui.png); background-position:10px center; background-repeat:no-repeat;*/
}
.qrm-border1 ul li.active .qrm-arrow-right {
	background-image: url(../images/right01.png);
}
.test-drive .form .city {
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	font-size: 14px;
	height: 45px;
	position: relative;
	width: 100%;
	background-image: url(../images/qrm-arrow-down.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.test-drive .form .city .citySelect {
	color: #606266;
	font-size: 15px;
	width: 76.19%;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.test-drive .form .city .citySelect input {
	color: #606266;
	font-size: 15px;
	width: 100%;
	overflow: hidden;
	display: block;
	cursor: pointer;
	background-color: transparent;
}
.city .dropDown {
	position: absolute;
	left: 23.81%;
	top: 100%;
	z-index: 99;
	width: 300px;
}
.dropDown div {
	display: none;
}
.city .dropDown .dropUl {
	width: 150px;
	height: 216px;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
	float: left;
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	position: relative;
	z-index: 1;
}
.city .dropDown .dropUl li {
	display: block;
	width: calc(100% - 40px);
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding: 0 25px 0 15px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.city .dropDown .dropUl li.on, .city .dropDown .dropUl li:hover {
	background-color: #fff7f9;
	color: #890027;
}
.city .dropDown .dropProv li {
	background-image: url(../images/right.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
}
.city .dropDown .dropProv li.on {
	background-image: url(../images/right01.png);
}
.test-drive .form .privary-rule {
	align-items: center;
	color: #666;
	display: flex;
	font-size: 15px;
	margin: 1.25vw 0 2.083333vw;
}
.test-drive .form .privary-rule input[type=checkbox] {
	cursor: pointer;
	height: 16px;
	margin: 0 0.3125vw 0 0;
	width: 16px;
}
.test-drive .form .privary-rule .rule-btn {
	cursor: pointer;
	font-weight: 600;
}
.test-drive .form .submit-btn {
	background-color: #890128;
	border: none;
	border-radius: 0.208333vw;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	margin: 0;
	outline: none;
	text-align: center;
	width: 100%;
}
}
@media only screen and (max-width:1023px) {
.test-drive {
	width: 100%;
	background-size: 100% 48vw;
	background-repeat: no-repeat;
}
.test-drive .car-image {
	align-items: center;
	display: flex;
	height: 48vw;
	justify-content: center;
	width: 100%;
}
.test-drive .car-image img {
	max-width: 90%;
	max-height: 42vw;
	display: block;
}
.test-drive .form {
	background-color: #fff;
	padding: 10.666667vw 5% 13.333333vw;
	width: 100%;
	box-sizing: border-box;
}
.test-drive .form .form-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5.333333vw;
}
.test-drive .form .qrm-pinming {
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	font-size: 14px;
	height: 14.4vw;
	position: relative;
	width: 100%;
	background-image: url(../images/qrm-arrow-down.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.test-drive .form .qrm-pinming .qrm-input-border {
	color: #606266;
	font-size: 15px;
	width: 76.19%;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.test-drive .form .qrm-pinming input {
	color: #606266;
	font-size: 15px;
	width: 100%;
	overflow: hidden;
	display: block;
	cursor: pointer;
	background-color: transparent;
}
.test-drive .form .label {
	width: 23.81%;
	font-size: 15px;
}
.test-drive .form .form-item {
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	font-size: 15px;
	height: 14.4vw;
	position: relative;
	width: 100%;
}
.test-drive .form .form-item input {
	color: #606266;
	font-size: 15px;
	width: 76.19%;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.qrm-border1 {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 99;
	width: 76.19%;
}
.qrm-border1 .qrm-lev-1 {
	width: 50%;
	height: 216px;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
	float: left;
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	position: relative;
	z-index: 1;
}
.qrm-border2 {
	width: 50%;
	float: left;
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	position: relative;
	z-index: 2;
}
.qrm-border2 .qrm-lev-2 {
	width: 100%;
	height: 216px;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
}
.qrm-border3 {
	width: 50%;
	float: left;
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	position: relative;
	z-index: 2;
}
.qrm-border3 .qrm-lev-3 {
	width: 100%;
	height: 216px;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
}
.qrm-border1 li {
	display: block;
	width: calc(100% - 25px);
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding: 0 15px 0 10px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.qrm-border1 li:hover {
	background-color: #fff7f9;
	color: #890027;
}
.qrm-arrow-right {
	width: 6px;
	height: 12px;
	display: block;
	background-image: url(../images/right.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}
.qrm-border1 .qrm-lev-1 li:hover .qrm-arrow-right, .qrm-border2 .qrm-lev-2 li:hover .qrm-arrow-right {
	background-image: url(../images/right01.png);
}
.qrm-border1 ul li.active {
	color: #890027 !important; /*background-image:url(../images/dui.png); background-position:10px center; background-repeat:no-repeat;*/
}
.qrm-border1 ul li.active .qrm-arrow-right {
	background-image: url(../images/right01.png);
}
.test-drive .form .city {
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	font-size: 14px;
	height: 14.4vw;
	position: relative;
	width: 100%;
	background-image: url(../images/qrm-arrow-down.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.test-drive .form .city .citySelect {
	color: #606266;
	font-size: 15px;
	width: 76.19%;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.test-drive .form .city .citySelect input {
	color: #606266;
	font-size: 15px;
	width: 100%;
	overflow: hidden;
	display: block;
	cursor: pointer;
	background-color: transparent;
}
.city .dropDown {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 99;
	width: 76.19%;
}
.dropDown div {
	display: none;
}
.city .dropDown .dropUl {
	width: 50%;
	height: 216px;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
	float: left;
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	position: relative;
	z-index: 1;
}
.city .dropDown .dropUl li {
	display: block;
	width: calc(100% - 25px);
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding: 0 15px 0 10px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.city .dropDown .dropUl li.on, .city .dropDown .dropUl li:hover {
	background-color: #fff7f9;
	color: #890027;
}
.city .dropDown .dropProv li {
	background-image: url(../images/right.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
}
.city .dropDown .dropProv li.on {
	background-image: url(../images/right01.png);
}
.test-drive .form .privary-rule {
	align-items: center;
	color: #666;
	display: flex;
	font-size: 14px;
	margin: 6.4vw 0 10.666667vw;
}
.test-drive .form .privary-rule input[type=checkbox] {
	cursor: pointer;
	height: 16px;
	margin: 0 0.3125vw 0 0;
	width: 16px;
}
.test-drive .form .privary-rule .rule-btn {
	cursor: pointer;
	font-weight: 600;
}
.test-drive .form .submit-btn {
	background-color: #890128;
	border: none;
	border-radius: 0.208333vw;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	height: 12.266667vw;
	line-height: 12.266667vw;
	margin: 0;
	outline: none;
	text-align: center;
	width: 100%;
}
}

/*隐私政策*/
@media screen and (min-width:1600px) {
.el-overlay {
	background-color: rgba(0,0,0,.5);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: none;
}
.agreement-dialog {
	width: 960px;
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
}
.el-dialog__close {
	width: 48px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
}
.el-dialog__close svg {
	width: 26px;
	display: block;
	margin: 11px;
}
.el-dialog__body {
	padding: 4%;
	width: 100%;
	max-height: 80vh;
	box-sizing: border-box;
	overflow: auto;
}
.el-dialog__body .bt {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
}
.el-dialog__body .wen {
	font-size: 16px;
	line-height: 26px;
}
.el-dialog__body .wen img {
	max-width: 100%;
	height: auto !important;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.el-overlay {
	background-color: rgba(0,0,0,.5);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: none;
}
.agreement-dialog {
	width: 960px;
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
}
.el-dialog__close {
	width: 48px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
}
.el-dialog__close svg {
	width: 26px;
	display: block;
	margin: 11px;
}
.el-dialog__body {
	padding: 4%;
	width: 100%;
	max-height: 80vh;
	box-sizing: border-box;
	overflow: auto;
}
.el-dialog__body .bt {
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 15px;
}
.el-dialog__body .wen {
	font-size: 15px;
	line-height: 25px;
}
.el-dialog__body .wen img {
	max-width: 100%;
	height: auto !important;
}
}
@media only screen and (max-width:1023px) {
.el-overlay {
	background-color: rgba(0,0,0,.5);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: none;
}
.agreement-dialog {
	width: 90%;
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
}
.el-dialog__close {
	width: 48px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
}
.el-dialog__close svg {
	width: 26px;
	display: block;
	margin: 11px;
}
.el-dialog__body {
	padding: 4%;
	width: 100%;
	max-height: 80vh;
	box-sizing: border-box;
	overflow: auto;
}
.el-dialog__body .bt {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.el-dialog__body .wen {
	font-size: 14px;
	line-height: 24px;
}
.el-dialog__body .wen img {
	max-width: 100%;
	height: auto !important;
}
}

/*用户指南*/
@media screen and (min-width:1600px) {
.zhinan {
	padding: 2.604167vw 10% 6.25vw;
	position: relative;
	z-index: 1;
}
.zhinan .tab_menu {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.zhinan .tab_menu:after {
	width: 100%;
	height: 2px;
	background-color: #e4e7ed;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
}
.zhinan .tab_menu li {
	float: left;
	height: 38px;
	line-height: 40px;
	display: block;
	position: relative;
	z-index: 3;
font-size:.9375vw;
	margin-right: 40px;
	cursor: pointer;
}
.zhinan .tab_menu li.on {
	border-bottom: 2px solid #890128;
	color: #890128;
	font-weight: bold;
}
.zhinan .tabox .box {
	width: 100%;
	margin-top: 15px;
}
.zhinan .tabox .box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.zhinan .tabox .box ul li {
	width: 15%;
	margin-left: 2%;
	display: block;
	margin-top: 1.5625vw;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.zhinan .tabox .box ul li:nth-child(6n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.zhinan .tabox .box ul li .car-image {
	height: 4.6875vw;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zhinan .tabox .box ul li .car-image img {
	max-width: 100%;
	display: block;
	max-height: 4.6875vw;
}
.zhinan .tabox .box ul li .car-name {
	text-align: center;
font-size:.885417vw;
	margin: 0.729167vw 0;
}
.zhinan .tabox .box ul li:hover {
	border: 1px solid #890128;
}
.zhinan .tabox .box ul li:hover .car-name {
	color: #890128;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.zhinan {
	padding: 2.604167vw 7.5% 6.25vw;
	position: relative;
	z-index: 1;
}
.zhinan .tab_menu {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.zhinan .tab_menu:after {
	width: 100%;
	height: 2px;
	background-color: #e4e7ed;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
}
.zhinan .tab_menu li {
	float: left;
	height: 38px;
	line-height: 40px;
	display: block;
	position: relative;
	z-index: 3;
	font-size: 18px;
	margin-right: 30px;
	cursor: pointer;
}
.zhinan .tab_menu li.on {
	border-bottom: 2px solid #890128;
	color: #890128;
	font-weight: bold;
}
.zhinan .tabox .box {
	width: 100%;
	margin-top: 15px;
}
.zhinan .tabox .box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.zhinan .tabox .box ul li {
	width: 23.5%;
	margin-left: 2%;
	display: block;
	margin-top: 1.5625vw;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.zhinan .tabox .box ul li:nth-child(4n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.zhinan .tabox .box ul li .car-image {
	height: 4.6875vw;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zhinan .tabox .box ul li .car-image img {
	max-width: 100%;
	display: block;
	max-height: 4.6875vw;
}
.zhinan .tabox .box ul li .car-name {
	text-align: center;
	font-size: 16px;
	margin: 0.729167vw 0;
}
.zhinan .tabox .box ul li:hover {
	border: 1px solid #890128;
}
.zhinan .tabox .box ul li:hover .car-name {
	color: #890128;
}
}
@media only screen and (max-width:1023px) {
.zhinan {
	padding: 5.333333vw 3% 10.666667vw;
	position: relative;
	z-index: 1;
}
.zhinan .tab_menu {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.zhinan .tab_menu:after {
	width: 100%;
	height: 2px;
	background-color: #e4e7ed;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
}
.zhinan .tab_menu li {
	float: left;
	height: 38px;
	line-height: 40px;
	display: block;
	position: relative;
	z-index: 3;
	font-size: 16px;
	margin-right: 20px;
	cursor: pointer;
}
.zhinan .tab_menu li.on {
	border-bottom: 2px solid #890128;
	color: #890128;
	font-weight: bold;
}
.zhinan .tabox .box {
	width: 100%;
	margin-top: 10px;
}
.zhinan .tabox .box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.zhinan .tabox .box ul li {
	width: 48.5%;
	margin-left: 3%;
	display: block;
	margin-top: 3.733333vw;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.zhinan .tabox .box ul li:nth-child(2n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.zhinan .tabox .box ul li .car-image {
	height: 16.8vw;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zhinan .tabox .box ul li .car-image img {
	max-width: 100%;
	display: block;
	max-height: 16.8vw;
}
.zhinan .tabox .box ul li .car-name {
	text-align: center;
	font-size: 14px;
	margin: 10px 0;
}
.zhinan .tabox .box ul li:hover {
	border: 1px solid #890128;
}
.zhinan .tabox .box ul li:hover .car-name {
	color: #890128;
}
}

/*企业介绍*/
@media screen and (min-width:1600px) {
.ban01 {
	align-items: center;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	height: 41.6667vw;
	justify-content: center;
	letter-spacing: 0.104167vw;
	text-shadow: rgba(0, 0, 0, 0.2) 0.15625vw 0.15625vw 0.3125vw;
	width: 100%;
	background-size: cover;
	position: relative;
}
.ban01 .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #000;
}
.ban01 .title {
	padding: 0 10%;
	font-size: 2.33333vw;
	font-weight: 600;
	margin-bottom: 1.04167vw;
	text-align: center;
	position: relative;
	z-index: 3;
}
.ban01 .detail {
	padding: 0 10%;
	font-size: 1.5vw;
	font-weight: 300;
	text-align: center;
	position: relative;
	z-index: 3;
}
.introduction {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.90625vw 21.875vw;
	width: 100%;
	min-height: 33.3333vw;
	box-sizing: border-box;
}
.introduction .title {
	font-size: 2.08333vw;
	font-weight: 600;
	margin-bottom: 1.5625vw;
}
.introduction .detail {
	color: rgb(102, 102, 102);
	font-size: 0.885417vw;
	line-height: 1.45833vw;
	text-align: justify;
}
.introduction img {
	max-width: 100%;
	height: auto !important;
}
.platform {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.90625vw 21.875vw;
	width: 100%;
	background-size: cover;
	min-height: 33.3333vw;
	box-sizing: border-box;
	position: relative;
}
.platform .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #000;
}
.platform .title {
	font-size: 2.08333vw;
	font-weight: 600;
	margin-bottom: 1.5625vw;
	color: #fff;
	position: relative;
	z-index: 3;
}
.platform .detail {
	color: #fff;
	font-size: 0.885417vw;
	line-height: 1.45833vw;
	text-align: justify;
	position: relative;
	z-index: 3;
}
.platform img {
	max-width: 100%;
	height: auto !important;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.ban01 {
	align-items: center;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	height: 41.6667vw;
	justify-content: center;
	letter-spacing: 0.104167vw;
	text-shadow: rgba(0, 0, 0, 0.2) 0.15625vw 0.15625vw 0.3125vw;
	width: 100%;
	background-size: cover;
	position: relative;
}
.ban01 .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #000;
}
.ban01 .title {
	padding: 0 7.5%;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 1.04167vw;
	text-align: center;
	position: relative;
	z-index: 3;
}
.ban01 .detail {
	padding: 0 7.5%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
	position: relative;
	z-index: 3;
}
.introduction {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.90625vw 7.5%;
	width: 100%;
	min-height: 33.3333vw;
	box-sizing: border-box;
}
.introduction .title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 1.5625vw;
}
.introduction .detail {
	color: rgb(102, 102, 102);
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}
.introduction img {
	max-width: 100%;
	height: auto !important;
}
.platform {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.90625vw 7.5%;
	width: 100%;
	background-size: cover;
	min-height: 33.3333vw;
	box-sizing: border-box;
	position: relative;
}
.platform .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #000;
}
.platform .title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 1.5625vw;
	color: #fff;
	position: relative;
	z-index: 3;
}
.platform .detail {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
	position: relative;
	z-index: 3;
}
.platform img {
	max-width: 100%;
	height: auto !important;
}
}
@media only screen and (max-width:1023px) {
.ban01 {
	align-items: center;
	color: rgb(255, 255, 255);
	height: 133.333333vw;
	justify-content: center;
letter-spacing:.533333vw;
text-shadow:.8vw .8vw 1.6vw rgba(0,0,0,.2);
	width: 90%;
	background-size: cover;
	padding: 0 5%;
	position: relative;
}
.ban01 .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #000;
}
.ban01 .title {
	padding: 0 5%;
	font-size: 24px;
	font-weight: 600;
	padding-top: 26.666667vw;
	text-align: center;
	position: relative;
	z-index: 3;
}
.ban01 .detail {
	padding: 0 5%;
	font-size: 18px;
	line-height: 28px;
	margin: 4.266667vw auto;
	text-align: center;
	position: relative;
	z-index: 3;
}
.introduction {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10.666667vw 5%;
	width: 100%;
	min-height: 33.3333vw;
	box-sizing: border-box;
}
.introduction .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 4.266667vw;
}
.introduction .detail {
	color: rgb(102, 102, 102);
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.introduction img {
	max-width: 100%;
	height: auto !important;
}
.platform {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10.666667vw 5%;
	width: 100%;
	background-size: cover;
	min-height: 33.3333vw;
	box-sizing: border-box;
	position: relative;
}
.platform .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #000;
}
.platform .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 4.266667vw;
	color: #fff;
	position: relative;
	z-index: 3;
}
.platform .detail {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	position: relative;
	z-index: 3;
}
.platform img {
	max-width: 100%;
	height: auto !important;
}
}

/*品牌新闻*/
@media screen and (min-width:1600px) {
.news {
	width: 80%;
	padding: 2.604166vw 10%;
	padding-bottom: 5.208333vw;
	position: relative;
	z-index: 1;
}
.news .title {
	padding-top: 2.604167vw;
	font-size: 2.083333vw;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.news .car-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.news .car-list li {
	display: block;
	margin-top: 2.604167vw;
	width: 31.17%;
	margin-left: 3.245%;
}
.news .car-list li:nth-child(3n+1) {
	margin-left: 0;
}
.news .car-list li a {
	display: block;
	width: 100%;
	background-color: #f3f4f7;
	overflow: hidden;
}
.news .car-list li .w01 {
	width: 100%;
	position: relative;
}
.news .car-list li .w01:before {
	width: 100%;
	padding-top: 62.93%;
	display: block;
	content: '';
	overflow: hidden;
}
.news .car-list li .w01 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .car-list li:hover .w01 img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.news .car-list li .w02 {
	width: calc(100% - 3.125vw);
	margin: auto;
	margin-top: 1.3vw;
	font-size: 1.25vw;
	line-height: 1.77vw;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .car-list li .w03 {
	width: calc(100% - 3.125vw);
	margin: auto;
	font-size: 1vw;
	line-height: 1.45833vw;
	color: #999;
margin-top:.5vw;
}
.news .car-list li .w04 {
	width: calc(100% - 3.125vw);
	margin: auto;
margin-top:.5vw;
	font-size: 0.885417vw;
	line-height: 1.45833vw;
	height: 4.37499vw;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.news .car-list li .w05 {
	width: calc(100% - 3.125vw);
	margin: auto;
	margin-top: 1.3vw;
	border-top: 1px solid #ddd;
	position: relative;
}
.news .car-list li .w05 p {
	width: 100%;
	display: block;
	height: 3.125vw;
	color: #333;
	font-size: 0.9375vw;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .car-list li .w05 p b {
	width: 30px;
	height: 10px;
	display: block;
	margin-left: 16px;
	background-image: url(../images/more02.png);
}
.news .car-list li .w05:hover p {
	color: #fff;
	font-weight: bold;
}
.news .car-list li .w05:hover p b {
	background-image: url(../images/more03.png);
}
.news .car-list li .w05 span {
	width: 100%;
	height: 0;
	background-color: #890128;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .car-list li .w05:hover span {
	height: 100%;
}
.fanye {
	width: 100%;
	margin-top: 2.604167vw;
	text-align: center;
}
.fanye li {
	margin: 0 5px;
	display: inline-block;
	font-size: 18px;
}
.fanye li a {
	min-width: 30px;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	background-color: #f2f2f2;
	border-radius: 3px;
	display: block;
}
.fanye li span {
	min-width: 30px;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	display: block;
}
.fanye li.active span {
	color: #fff;
	background-color: #890128;
}
.fanye li.disabled span {
	color: #aaa;
	background-color: #f2f2f2;
	cursor: no-drop;
}
.fanye li a:hover {
	color: #890128;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.news {
	width: 85%;
	padding: 2.604166vw 7.5%;
	padding-bottom: 5.208333vw;
	position: relative;
	z-index: 1;
}
.news .title {
	padding-top: 2.604167vw;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.news .car-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.news .car-list li {
	display: block;
	margin-top: 2.604167vw;
	width: 31.17%;
	margin-left: 3.245%;
}
.news .car-list li:nth-child(3n+1) {
	margin-left: 0;
}
.news .car-list li a {
	display: block;
	width: 100%;
	background-color: #f3f4f7;
	overflow: hidden;
}
.news .car-list li .w01 {
	width: 100%;
	position: relative;
}
.news .car-list li .w01:before {
	width: 100%;
	padding-top: 62.93%;
	display: block;
	content: '';
	overflow: hidden;
}
.news .car-list li .w01 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .car-list li:hover .w01 img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.news .car-list li .w02 {
	width: calc(100% - 3.125vw);
	margin: auto;
	margin-top: 1.3vw;
	font-size: 20px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .car-list li .w03 {
	width: calc(100% - 3.125vw);
	margin: auto;
	font-size: 16px;
	line-height: 26px;
	color: #999;
margin-top:.5vw;
}
.news .car-list li .w04 {
	width: calc(100% - 3.125vw);
	margin: auto;
margin-top:.5vw;
	font-size: 16px;
	line-height: 26px;
	height: 78px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.news .car-list li .w05 {
	width: calc(100% - 3.125vw);
	margin: auto;
	margin-top: 1.3vw;
	border-top: 1px solid #ddd;
	position: relative;
}
.news .car-list li .w05 p {
	width: 100%;
	display: block;
	height: 46px;
	color: #333;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .car-list li .w05 p b {
	width: 30px;
	height: 10px;
	display: block;
	margin-left: 13px;
	background-image: url(../images/more02.png);
}
.news .car-list li .w05:hover p {
	color: #fff;
	font-weight: bold;
}
.news .car-list li .w05:hover p b {
	background-image: url(../images/more03.png);
}
.news .car-list li .w05 span {
	width: 100%;
	height: 0;
	background-color: #890128;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .car-list li .w05:hover span {
	height: 100%;
}
.fanye {
	width: 100%;
	margin-top: 2.604167vw;
	text-align: center;
}
.fanye li {
	margin: 0 4px;
	display: inline-block;
	font-size: 16px;
}
.fanye li a {
	min-width: 26px;
	padding: 0 5px;
	height: 36px;
	line-height: 36px;
	background-color: #f2f2f2;
	border-radius: 3px;
	display: block;
}
.fanye li span {
	min-width: 26px;
	padding: 0 5px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	display: block;
}
.fanye li.active span {
	color: #fff;
	background-color: #890128;
}
.fanye li.disabled span {
	color: #aaa;
	background-color: #f2f2f2;
	cursor: no-drop;
}
.fanye li a:hover {
	color: #890128;
}
}
@media only screen and (max-width:1023px) {
.news {
	width: 90%;
	padding: 8vw 5%;
	padding-bottom: 13.333333vw;
	position: relative;
	z-index: 1;
}
.news .title {
	padding-top: 5.333333vw;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.news .car-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.news .car-list li {
	display: block;
	margin-top: 5.333333vw;
	width: 100%;
}
.news .car-list li a {
	display: block;
	width: 100%;
	background-color: #f3f4f7;
	overflow: hidden;
}
.news .car-list li .w01 {
	width: 100%;
	position: relative;
}
.news .car-list li .w01:before {
	width: 100%;
	padding-top: 62.93%;
	display: block;
	content: '';
	overflow: hidden;
}
.news .car-list li .w01 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .car-list li:hover .w01 img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.news .car-list li .w02 {
	width: calc(100% - 10vw);
	margin: auto;
	margin-top: 3.75vw;
	font-size: 18px;
	line-height: 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .car-list li .w03 {
	width: calc(100% - 10vw);
	margin: auto;
	font-size: 16px;
	line-height: 24px;
	color: #999;
}
.news .car-list li .w04 {
	width: calc(100% - 10vw);
	margin: auto;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.news .car-list li .w05 {
	width: calc(100% - 10vw);
	margin: auto;
	margin-top: 5vw;
	border-top: 1px solid #ddd;
	position: relative;
}
.news .car-list li .w05 p {
	width: 100%;
	display: block;
	height: 44px;
	color: #333;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .car-list li .w05 p b {
	width: 20px;
	height: 10px;
	display: block;
	margin-left: 10px;
	background-image: url(../images/more02.png);
	background-position: right center;
}
.news .car-list li .w05:hover p {
	color: #fff;
	font-weight: bold;
}
.news .car-list li .w05:hover p b {
	background-image: url(../images/more03.png);
}
.news .car-list li .w05 span {
	width: 100%;
	height: 0;
	background-color: #890128;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .car-list li .w05:hover span {
	height: 100%;
}
.fanye {
	width: 100%;
	margin-top: 5.333333vw;
	text-align: center;
}
.fanye li {
	margin: 0 3px;
	display: inline-block;
	font-size: 14px;
}
.fanye li a {
	min-width: 20px;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	background-color: #f2f2f2;
	border-radius: 3px;
	display: block;
}
.fanye li span {
	min-width: 20px;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	display: block;
}
.fanye li.active span {
	color: #fff;
	background-color: #890128;
}
.fanye li.disabled span {
	color: #aaa;
	background-color: #f2f2f2;
	cursor: no-drop;
}
.fanye li a:hover {
	color: #890128;
}
}

/*新闻内页*/
@media screen and (min-width:1600px) {
.ny {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.90625vw 21.875vw;
	width: 100%;
	min-height: 33.3333vw;
	box-sizing: border-box;
}
.ny .w01 {
	width: 100px;
	height: 100px;
	background-color: #890027;
	margin: auto;
	text-align: center;
	margin-bottom: 1.5625vw;
}
.ny .w01 span {
	display: block;
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	height: 48px;
	padding-top: 15px;
	font-weight: 700;
}
.ny .w01 p {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}
.ny .w02 {
	font-size: 1.7vw;
	font-weight: 600;
	margin-bottom: 1.5625vw;
}
.ny .w03 {
	color: rgb(102, 102, 102);
	font-size: 0.885417vw;
	line-height: 1.45833vw;
	text-align: justify;
	margin-bottom: 1.5625vw;
}
.ny .w03 img {
	width: 100%;
	height: auto !important;
}
.ny .w04 {
	width: 100%;
	overflow: hidden;
}
.ny .w04 a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
	box-sizing: border-box;
	width: 48.75%;
	border: 1px solid #ddd;
	border-radius: 10px;
	float: left;
	padding: 0 2.5%;
}
.ny .w04 a:nth-child(2) {
	float: right;
	flex-direction: row-reverse;
}
.ny .w04 a b {
	display: block;
	width: 5%;
	height: 20px;
	background-image: url(../images/fl.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.ny .w04 a:nth-child(2) b {
	background-image: url(../images/fr.png);
}
.ny .w04 a p {
	display: block;
	width: 90%;
}
.ny .w04 a p span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #636b70;
}
.ny .w04 a p strong {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.ny .w04 a:hover {
	border: 1px solid #890027;
}
.ny .w04 a:hover b {
	background-image: url(../images/fl01.png);
}
.ny .w04 a:nth-child(2):hover b {
	background-image: url(../images/fr01.png);
}
.ny .w04 a:hover p strong {
	color: #890027;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.ny {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.90625vw 7.5%;
	width: 100%;
	min-height: 33.3333vw;
	box-sizing: border-box;
}
.ny .w01 {
	width: 80px;
	height: 80px;
	background-color: #890027;
	margin: auto;
	text-align: center;
	margin-bottom: 1.5625vw;
}
.ny .w01 span {
	display: block;
	color: #fff;
	font-size: 38px;
	line-height: 38px;
	height: 38px;
	padding-top: 10px;
	font-weight: 700;
}
.ny .w01 p {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}
.ny .w02 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 1.5625vw;
}
.ny .w03 {
	color: rgb(102, 102, 102);
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 1.5625vw;
}
.ny .w03 img {
	width: 100%;
	height: auto !important;
}
.ny .w04 {
	width: 100%;
	overflow: hidden;
}
.ny .w04 a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 75px;
	box-sizing: border-box;
	width: 48.75%;
	border: 1px solid #ddd;
	border-radius: 10px;
	float: left;
	padding: 0 2.5%;
}
.ny .w04 a:nth-child(2) {
	float: right;
	flex-direction: row-reverse;
}
.ny .w04 a b {
	display: block;
	width: 5%;
	height: 17px;
	background-image: url(../images/fl.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.ny .w04 a:nth-child(2) b {
	background-image: url(../images/fr.png);
}
.ny .w04 a p {
	display: block;
	width: 90%;
}
.ny .w04 a p span {
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #636b70;
}
.ny .w04 a p strong {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.ny .w04 a:hover {
	border: 1px solid #890027;
}
.ny .w04 a:hover b {
	background-image: url(../images/fl01.png);
}
.ny .w04 a:nth-child(2):hover b {
	background-image: url(../images/fr01.png);
}
.ny .w04 a:hover p strong {
	color: #890027;
}
}
@media only screen and (max-width:1023px) {
.ny {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10.666667vw 5%;
	width: 100%;
	min-height: 33.3333vw;
	box-sizing: border-box;
}
.ny .w01 {
	width: 80px;
	height: 60px;
	background-color: #890027;
	margin: auto;
	text-align: center;
	margin-bottom: 4.266667vw;
}
.ny .w01 span {
	display: block;
	color: #fff;
	font-size: 28px;
	line-height: 28px;
	height: 28px;
	padding-top: 5px;
	font-weight: 700;
}
.ny .w01 p {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.ny .w02 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 4.266667vw;
}
.ny .w03 {
	color: rgb(102, 102, 102);
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 4.266667vw;
}
.ny .w03 img {
	width: 100%;
	height: auto !important;
}
.ny .w04 {
	width: 100%;
	overflow: hidden;
	margin-top: -15px;
}
.ny .w04 a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 10px;
	float: left;
	padding: 0 2.5%;
	margin-top: 15px;
}
.ny .w04 a:nth-child(2) {
	float: right;
	flex-direction: row-reverse;
}
.ny .w04 a b {
	display: block;
	width: 7%;
	height: 10px;
	background-image: url(../images/fl.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.ny .w04 a:nth-child(2) b {
	background-image: url(../images/fr.png);
}
.ny .w04 a p {
	display: block;
	width: 90%;
}
.ny .w04 a p span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #636b70;
}
.ny .w04 a p strong {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.ny .w04 a:hover {
	border: 1px solid #890027;
}
.ny .w04 a:hover b {
	background-image: url(../images/fl01.png);
}
.ny .w04 a:nth-child(2):hover b {
	background-image: url(../images/fr01.png);
}
.ny .w04 a:hover p strong {
	color: #890027;
}
}

/*加入我们*/
@media screen and (min-width:1600px) {
.join {
	width: 80%;
	padding: 2.604166vw 10%;
	padding-bottom: 5.208333vw;
	position: relative;
	z-index: 1;
}
.join .title {
	padding-top: 2.604167vw;
	font-size: 2.083333vw;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.join .car-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.join .car-list li {
	display: block;
	margin-top: 2.604167vw;
	width: 31.17%;
	margin-left: 3.245%;
}
.join .car-list li:nth-child(3n+1) {
	margin-left: 0;
}
.join .car-list li a {
	width: 100%;
	display: block;
	background-color: #f3f4f7;
	box-sizing: border-box;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 1.822916vw 2vw;
	border-radius: 10px;
	overflow: hidden;
}
.join .car-list li a .w02 {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #fafafa;
	float: right;
	background-image: url(../images/gd.png);
	background-position: center;
	background-repeat: no-repeat;
}
.join .car-list li a .w03 {
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin: 0.78125vw 0;
	float: left;
	display: none;
}
.join .car-list li a .w04 {
	width: 100%;
	float: left;
}
.join .car-list li a .w04 {
	width: 100%;
	display: block;
	font-size: 1.04166vw;
	height: 1.5625vw;
	line-height: 1.5625vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.join .car-list li a .w05 {
	width: 100%;
	font-size: 0.8333vw;
	line-height: 1.5625vw;
	margin-top: 5px;
	color: #666;
	float: left;
}
.join .car-list li a:hover {
	background-color: #890027;
	border-radius: 30px;
}
.join .car-list li a:hover .w02 {
	background-color: #fff;
	background-image: url(../images/gd01.png);
}
.join .car-list li a:hover .w03 {
	opacity: .5;
}
.join .car-list li a:hover .w04, .join .car-list li a:hover .w05, .join .car-list li a:hover .w01 span, .join .car-list li a:hover .w01 p {
	color: #fff;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.join {
	width: 85%;
	padding: 2.604166vw 7.5%;
	padding-bottom: 5.208333vw;
	position: relative;
	z-index: 1;
}
.join .title {
	padding-top: 2.604167vw;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.join .car-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.join .car-list li {
	display: block;
	margin-top: 2.604167vw;
	width: 31.17%;
	margin-left: 3.245%;
}
.join .car-list li:nth-child(3n+1) {
	margin-left: 0;
}
.join .car-list li a {
	width: 100%;
	display: block;
	background-color: #f3f4f7;
	box-sizing: border-box;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 1.822916vw 2vw;
	border-radius: 10px;
	overflow: hidden;
}
.join .car-list li a .w02 {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background-color: #fafafa;
	float: right;
	background-image: url(../images/gd.png);
	background-position: center;
	background-repeat: no-repeat;
}
.join .car-list li a .w03 {
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin: 0.78125vw 0;
	float: left;
	display: none;
}
.join .car-list li a .w04 {
	width: 100%;
	float: left;
}
.join .car-list li a .w04 {
	width: 100%;
	display: block;
	font-size: 18px;
	height: 28px;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.join .car-list li a .w05 {
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	margin-top: 5px;
	color: #666;
	float: left;
}
.join .car-list li a:hover {
	background-color: #890027;
	border-radius: 20px;
}
.join .car-list li a:hover .w02 {
	background-color: #fff;
	background-image: url(../images/gd01.png);
}
.join .car-list li a:hover .w03 {
	opacity: .5;
}
.join .car-list li a:hover .w04, .join .car-list li a:hover .w05, .join .car-list li a:hover .w01 span, .join .car-list li a:hover .w01 p {
	color: #fff;
}
}
@media only screen and (max-width:1023px) {
.join {
	width: 90%;
	padding: 8vw 5%;
	padding-bottom: 13.333333vw;
	position: relative;
	z-index: 1;
}
.join .title {
	padding-top: 5.333333vw;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.join .car-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.join .car-list li {
	display: block;
	margin-top: 5.333333vw;
	width: 100%;
}
.join .car-list li a {
	width: 100%;
	display: block;
	background-color: #f3f4f7;
	box-sizing: border-box;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 15px;
	border-radius: 10px;
	overflow: hidden;
}
.join .car-list li a .w02 {
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background-color: #fafafa;
	float: right;
	background-image: url(../images/gd.png);
	background-position: center;
	background-repeat: no-repeat;
}
.join .car-list li a .w03 {
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin: 1.5vw 0;
	float: left;
	display: none;
}
.join .car-list li a .w04 {
	width: 100%;
	float: left;
}
.join .car-list li a .w04 {
	width: 100%;
	display: block;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.join .car-list li a .w05 {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	float: left;
}
.join .car-list li a:hover {
	background-color: #890027;
	border-radius: 20px;
}
.join .car-list li a:hover .w02 {
	background-color: #fff;
	background-image: url(../images/gd01.png);
}
.join .car-list li a:hover .w03 {
	opacity: .5;
}
.join .car-list li a:hover .w04, .join .car-list li a:hover .w05, .join .car-list li a:hover .w01 span, .join .car-list li a:hover .w01 p {
	color: #fff;
}
}

/*加入我们内页*/
@media screen and (min-width:1600px) {
.join01 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.90625vw 21.875vw;
	width: 100%;
	min-height: 33.3333vw;
	box-sizing: border-box;
}
.join01 .box {
	width: 100%;
	box-sizing: border-box;
	padding: 2.604167vw;
	border-radius: 30px;
	background-color: #f3f4f7;
}
.join01 .box .w01 {
	font-size: 1.5625vw;
	line-height: 2.08333vw;
}
.join01 .box .w02 {
	font-size: 1.04166vw;
	line-height: 1.5625vw;
	margin-top: 1vw;
	color: #666;
}
.join01 .box .w02 p {
	display: block;
	float: left;
}
.join01 .box .w02 span {
	display: block;
	float: left;
	margin-left: 4%;
}
.join01 .box .w03 {
	font-size: 1.25vw;
	line-height: 1.770833vw;
	padding-top: 2vw;
	margin-top: 1.2vw;
	border-top: 1px solid #ddd;
}
.join01 .box .w04 {
	font-size: 16px;
	line-height: 1.875vw;
	margin-top: 1vw;
}
.join01 .box .w05 {
	font-size: 1.25vw;
	line-height: 1.770833vw;
	padding-top: 2vw;
	margin-top: 1.2vw;
	border-top: 1px solid #ddd;
}
.join01 .box .w06 {
	font-size: 0.83333vw;
	line-height: 1.3541666vw;
	display: block;
	padding-top: 1vw;
}
.join01 .box .w06 li {
	display: block;
	width: 25%;
	float: left;
	overflow: hidden;
}
.join01 .box .w06 li span {
	display: block;
	color: #999;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.join01 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.90625vw 7.5%;
	width: 100%;
	min-height: 33.3333vw;
	box-sizing: border-box;
}
.join01 .box {
	width: 100%;
	box-sizing: border-box;
	padding: 2.604167vw;
	border-radius: 20px;
	background-color: #f3f4f7;
}
.join01 .box .w01 {
	font-size: 24px;
	line-height: 34px;
}
.join01 .box .w02 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 1vw;
	color: #666;
}
.join01 .box .w02 p {
	display: block;
	float: left;
}
.join01 .box .w02 span {
	display: block;
	float: left;
	margin-left: 4%;
}
.join01 .box .w03 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 2vw;
	margin-top: 15px;
	border-top: 1px solid #ddd;
}
.join01 .box .w04 {
	font-size: 15px;
	line-height: 25px;
	margin-top: 1vw;
}
.join01 .box .w05 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 2vw;
	margin-top: 15px;
	border-top: 1px solid #ddd;
}
.join01 .box .w06 {
	font-size: 15px;
	line-height: 25px;
	display: block;
	padding-top: 10px;
}
.join01 .box .w06 li {
	display: block;
	width: 25%;
	float: left;
	overflow: hidden;
}
.join01 .box .w06 li span {
	display: block;
	color: #999;
}
}
@media only screen and (max-width:1023px) {
.join01 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10.666667vw 5%;
	width: 100%;
	min-height: 33.3333vw;
	box-sizing: border-box;
}
.join01 .box {
	width: 100%;
	box-sizing: border-box;
	padding: 5.3333vw;
	border-radius: 10px;
	background-color: #f3f4f7;
}
.join01 .box .w01 {
	font-size: 18px;
	line-height: 28px;
}
.join01 .box .w02 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.join01 .box .w02 p {
	display: block;
	float: left;
}
.join01 .box .w02 span {
	display: block;
	float: left;
	margin-left: 4%;
}
.join01 .box .w03 {
	font-size: 16px;
	line-height: 26px;
	padding-top: 3vw;
	margin-top: 1.5vw;
	border-top: 1px solid #ddd;
}
.join01 .box .w04 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 1.5vw;
}
.join01 .box .w05 {
	font-size: 16px;
	line-height: 26px;
	padding-top: 3vw;
	margin-top: 1.5vw;
	border-top: 1px solid #ddd;
}
.join01 .box .w06 {
	font-size: 14px;
	line-height: 24px;
	display: block;
}
.join01 .box .w06 li {
	display: block;
	width: 50%;
	float: left;
	overflow: hidden;
	padding-top: 2vw;
}
.join01 .box .w06 li span {
	display: block;
	color: #999;
}
}

/*经销商*/
@media screen and (min-width:1600px) {
.dealer-search {
	display: flex;
font-size:.885417vw;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 4.166667vw 10% 5.208333vw;
}
.dealer-search #map-container {
	background-color: #f3f1ec;
	height: 38.020833vw;
	width: 51.5625vw;
}
.dealer-search .dealer-form {
	box-sizing: border-box;
	background-color: #f4f5f7;
	border: 1px solid #e0e1e1;
	height: 38.020833vw;
	padding: 1.145833vw;
	width: 23.958333vw;
}
.dealer-search .dealer-form .tabs {
	display: flex;
	justify-content: space-between;
	padding: 0 5.208333vw
}
.dealer-search .dealer-form .tabs .tab {
	cursor: pointer
}
.dealer-search .dealer-form .tabs .active {
	font-weight: 600
}
.dealer-search .dealer-form .select-form {
	margin-top: 2.083333vw
}
.dealer-search .dealer-form .select-form .label {
margin-bottom: .520833vw;
 font-size:.885417vw;
}
.dealer-search .dealer-form .select-form .label span {
	float: right;
}
.dealer-search .dealer-form .select-form .qrm-pinming {
	background-image: url(../images/qrm-arrow-down.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-color: #fff;
	margin-bottom: 1.041667vw;
	position: relative;
}
.dealer-search .dealer-form .select-form .city {
	background-image: url(../images/qrm-arrow-down.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
}
.dealer-search .dealer-form .select-form .select-area {
	height: 2.291667vw;
	border: 1px solid #dcdfe6;
	border-radius: 3px;
	position: relative;
}
.dealer-search .dealer-form .select-form .select-area input {
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: 2.291667vw;
	line-height: 2.291667vw;
	background-color: transparent;
font-size: .9375vw;
}
.dealer-search .dealer-form .select-form .qrm-pinming .qrm-border1, .dealer-search .dealer-form .select-form .city .dropDown {
	left: 0;
}
.dealer-search .dealer-form .dealer-list-title {
	font-weight: 600;
	margin: 2.083333vw 0 1.041667vw;
}
.dealer-search .dealer-form .dealer-list {
	background-color: #fff;
	border: 1px solid #e0e1e1;
	height: 18.052083vw;
	overflow-y: auto;
padding: 0 .833333vw .833333vw;
	box-sizing: border-box;
font-size: .885417vw
}
.dealer-search .dealer-form .dealer-list .dealer-item {
	border-bottom: 1px solid #cdcdcd;
padding: .833333vw 0
}
.dealer-search .dealer-form .dealer-list .dealer-item .dealer-name {
font-size: .989583vw
}
.dealer-search .dealer-form .dealer-list .dealer-item .dealer-address {
	line-height: 1.25vw;
margin: .520833vw 0
}
.dealer-search .dealer-form .dealer-list .no-data {
	margin-top: 1.041667vw
}
.dealer-search .dealer-form .service-list {
	height: 23.5vw;
}
.dealer-search .dealer-form .select-form .dropProv {
	display: block;
}
.dealer-search .dealer-form .select-form .dropCity {
	display: block;
}
.dealer-search .dealer-form .dn {
	display: none !important;
}
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.dealer-search {
	display: flex;
	font-size: 16px;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 4.166667vw 7.5% 5.208333vw;
}
.dealer-search #map-container {
	background-color: #f3f1ec;
	height: 48.020833vw;
	width: 65%;
}
.dealer-search .dealer-form {
	box-sizing: border-box;
	background-color: #f4f5f7;
	border: 1px solid #e0e1e1;
	height: 48.020833vw;
	padding: 1.145833vw;
	width: 30%;
}
.dealer-search .dealer-form .tabs {
	display: flex;
	justify-content: space-between;
	padding: 0 5.208333vw;
	font-size: 18px;
}
.dealer-search .dealer-form .tabs .tab {
	cursor: pointer;
}
.dealer-search .dealer-form .tabs .active {
	font-weight: 600
}
.dealer-search .dealer-form .select-form {
	margin-top: 2.083333vw
}
.dealer-search .dealer-form .select-form .label {
 margin-bottom: .520833vw;
	font-size: 16px;
}
.dealer-search .dealer-form .select-form .label span {
	float: right;
}
.dealer-search .dealer-form .select-form .qrm-pinming {
	background-image: url(../images/qrm-arrow-down.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-color: #fff;
	margin-bottom: 1.041667vw;
	position: relative;
}
.dealer-search .dealer-form .select-form .city {
	background-image: url(../images/qrm-arrow-down.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
}
.dealer-search .dealer-form .select-form .select-area {
	height: 40px;
	border: 1px solid #dcdfe6;
	border-radius: 3px;
	position: relative;
}
.dealer-search .dealer-form .select-form .select-area input {
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	font-size: 16px;
}
.dealer-search .dealer-form .select-form .qrm-pinming .qrm-border1, .dealer-search .dealer-form .select-form .city .dropDown {
	left: 0;
}
/*.dealer-search .dealer-form .select-form .qrm-pinming .qrm-border1, .dealer-search .dealer-form .select-form .city .dropDown { left: auto; right: 0; }
.dealer-search .dealer-form .select-form .qrm-pinming .qrm-border1 .qrm-lev-1, .dealer-search .dealer-form .select-form .qrm-pinming .qrm-border2, .dealer-search .dealer-form .select-form .qrm-pinming .qrm-border3 { float: right; }
.dealer-search .dealer-form .select-form .city .dropDown>div { float: right; }*/
.dealer-search .dealer-form .dealer-list-title {
	font-weight: 600;
	margin: 2.083333vw 0 1.041667vw;
}
.dealer-search .dealer-form .dealer-list {
	background-color: #fff;
	border: 1px solid #e0e1e1;
	height: 20.052083vw;
	overflow-y: auto;
padding: 0 .833333vw .833333vw;
	box-sizing: border-box;
	font-size: 14px
}
.dealer-search .dealer-form .dealer-list .dealer-item {
	border-bottom: 1px solid #cdcdcd;
padding: .833333vw 0;
}
.dealer-search .dealer-form .dealer-list .dealer-item .dealer-name {
	font-size: 16px
}
.dealer-search .dealer-form .dealer-list .dealer-item .dealer-address {
	line-height: 26px;
margin: .520833vw 0
}
.dealer-search .dealer-form .dealer-list .no-data {
	margin-top: 1.041667vw
}
.dealer-search .dealer-form .service-list {
	height: 28vw;
}
.dealer-search .dealer-form .select-form .dropProv {
	display: block;
}
.dealer-search .dealer-form .select-form .dropCity {
	display: block;
}
.dealer-search .dealer-form .dn {
	display: none !important;
}
}
@media only screen and (max-width:1023px) {
.dealer-search {
	font-size: 16px;
	padding: 5.333333vw 5%;
}
.dealer-search #map-container {
	background-color: #f3f1ec;
	height: 48.020833vw;
	width: 100%;
	margin: 8vw auto;
}
.dealer-search .dealer-form {
	box-sizing: border-box;
	background-color: #f4f5f7;
	border: 1px solid #e0e1e1;
	padding: 3.2vw;
	width: 100%;
}
.dealer-search .dealer-form .tabs {
	display: flex;
	justify-content: center;
	padding: 0 5%;
	font-size: 16px;
}
.dealer-search .dealer-form .tabs .tab {
	cursor: pointer;
}
.dealer-search .dealer-form .tabs span {
	margin: 0 10px;
}
.dealer-search .dealer-form .tabs .active {
	font-weight: 600
}
.dealer-search .dealer-form .select-form {
	margin-top: 3vw
}
.dealer-search .dealer-form .select-form .label {
 margin-bottom: .520833vw;
	font-size: 16px;
}
.dealer-search .dealer-form .select-form .label span {
	float: right;
}
.dealer-search .dealer-form .select-form .qrm-pinming {
	background-image: url(../images/qrm-arrow-down.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-color: #fff;
	margin-bottom: 3vw;
	position: relative;
}
.dealer-search .dealer-form .select-form .city {
	background-image: url(../images/qrm-arrow-down.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
}
.dealer-search .dealer-form .select-form .select-area {
	height: 40px;
	border: 1px solid #dcdfe6;
	border-radius: 3px;
	position: relative;
}
.dealer-search .dealer-form .select-form .select-area input {
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	font-size: 16px;
}
.dealer-search .dealer-form .select-form .qrm-pinming .qrm-border1, .dealer-search .dealer-form .select-form .city .dropDown {
	left: 0;
}
/*.dealer-search .dealer-form .select-form .qrm-pinming .qrm-border1, .dealer-search .dealer-form .select-form .city .dropDown { left: auto; right: 0; }
.dealer-search .dealer-form .select-form .qrm-pinming .qrm-border1 .qrm-lev-1, .dealer-search .dealer-form .select-form .qrm-pinming .qrm-border2, .dealer-search .dealer-form .select-form .qrm-pinming .qrm-border3 { float: right; }
.dealer-search .dealer-form .select-form .city .dropDown>div { float: right; }*/
.dealer-search .dealer-form .dealer-list-title {
	font-weight: 600;
	margin: 3vw 0 2vw;
}
.dealer-search .dealer-form .dealer-list {
	background-color: #fff;
	border: 1px solid #e0e1e1;
	height: 60.052083vw;
	overflow-y: auto;
	padding: 1.5vw 3vw;
	box-sizing: border-box;
	font-size: 14px
}
.dealer-search .dealer-form .dealer-list .dealer-item {
	border-bottom: 1px solid #cdcdcd;
	padding: 1.5vw 0;
}
.dealer-search .dealer-form .dealer-list .dealer-item .dealer-name {
	font-size: 16px
}
.dealer-search .dealer-form .dealer-list .dealer-item .dealer-address {
	line-height: 24px;
margin: .520833vw 0
}
.dealer-search .dealer-form .dealer-list .no-data {
	margin-top: 1.041667vw
}
.dealer-search .dealer-form .select-form .dropProv {
	display: block;
}
.dealer-search .dealer-form .select-form .dropCity {
	display: block;
}
.dealer-search .dealer-form .dn {
	display: none !important;
}
}
