@charset "utf-8";

/*首页*/


/*
.home-wrap {
	background: url(../image/bg11.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}*/

.home-wrap .header {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 140px;
	padding: 0;
	justify-content: space-between;
	width: 100%;
	border-bottom: rgba(255, 255, 255, 0) 1px solid;
	background: #000;
}

.home-wrap1 .header {
	background: none;
}

.home-wrap .header .logo-con {
	justify-content: space-between;
	width: 100%;
	padding: 20px 80px 0;
}

.home-wrap .header .logo-con .center .logo {
	height: 54px;
	margin: 0 auto 0;
}

.home-wrap .header .logo-con .center {
	flex-shrink: 0;
}

.home-wrap .header .logo-con .left {
	color: #fff;
	width: 40%;
	justify-content: flex-start;
}

.home-wrap .header .logo-con .left img {
	height: 24px;
}

.home-wrap .header .logo-con .right {
	color: #fff;
	font-size: 15px;
	width: 40%;
	justify-content: flex-end;
}

.home-wrap .header .logo-con .right p.p1 {
	margin-left: 25px;
	cursor: pointer;
}

.home-wrap .header .logo-con .right p em {
	font-size: 18px;
	margin-bottom: 1px;
}

.home-wrap .header .logo-con .right p img {
	height: 20px;
	margin-right: 5px;
	opacity: .8;
}

.home-wrap .header .logo-con .right p i {
	font-size: 15px;
}

.home-wrap .nav-con {
	width: 100%;
	padding: 0 100px;
	justify-content: center;
}

.home-wrap .nav-con ul {
	display: flex;
	align-items: center;
}

.home-wrap .nav-con ul li {
	width: 140px;
	text-align: center;
	position: relative;
}

.home-wrap .nav-con ul li a {
	display: block;
	font-size: 15px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	position: relative;
	z-index: 2;
}

.home-wrap .nav-con ul li.on::before {
	content: '';
	height: 2px;
	width: 20px;
	display: block;
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -10px;
}

.home-wrap .header.on .nav-con ul li a {}

.home-wrap .header .nav-con ul li.on a {
	color: #fff;
	font-weight: bold;
}

.home-wrap .header.on {
	background: #000;
	border-bottom: rgba(255, 255, 255, .2) 1px solid;
}

.home-wrap .banner-con {
	width: 100%;
}

.home-wrap .banner-con .img-fix {
	width: 100%;
	height: 100vh;
	background-size: 100% 100%;
}

.home-wrap .banner-con .img-fix img {
	width: 100%;
	height: 100%;
	min-width: auto;
	min-height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transform: none;
	transform: none;
	position: static;
}

.home-wrap .banner-con .bottom-nav {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 100px;
	z-index: 10;
}

.home-wrap .banner-con .swiper-pagination-bullet {
	margin: 0 8px;
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: .4;
}

.home-wrap .banner-con .swiper-pagination-bullet-active {
	opacity: 1;
}

.home-wrap .banner-con .swiper-pagination {
	position: relative;
	display: inline-block;
}

.home-wrap .banner-con .swiper-button-next,
.home-wrap .banner-con .swiper-button-prev {
	color: #fff;
	width: 50px;
	height: 50px;
	margin: -25px 20px 0;
	background: rgba(0, 0, 0, .4);
	border-radius: 50%;
}

.home-wrap .banner-con .swiper-button-next:hover,
.home-wrap .banner-con .swiper-button-prev:hover {
	background: #ff8206;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.home-wrap .banner-con .swiper-button-next img,
.home-wrap .banner-con .swiper-button-prev img {
	width: 16px;
}

.home-wrap .banner-con .swiper-button-next:after,
.home-wrap .banner-con .swiper-button-prev:after {
	display: none;
}

.home-wrap .banner-con .swiper-slide .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
}

.home-wrap .banner-con .swiper-slide .content h3 {
	font-size: 76px;
	color: #fff;
}

.home-wrap .banner-con .swiper-slide .content p {
	font-size: 20px;
	color: #fff;
	padding: 10px 0px;
	word-spacing: 5px;
	letter-spacing: 2px;
}

.home-wrap .banner-con .swiper-slide .content .bg-btn {
	width: auto;
	color: #fff;
	background: #ff8206;
	font-size: 14px;
	padding: 0 30px;
	margin-top: 15px;
}

.home-wrap .slogan-con {
	text-align: center;
	padding: 110px 5% 100px;
}

.home-wrap .slogan-con em {
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #969696;
	margin: 40px 0 36px;
}

.home-wrap .slogan-con h2 img {
	height: 100px;
	display: inline-block;
}

.home-wrap .slogan-con h3 {
	color: #FF8206;
	font-size: 26px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.home-wrap .slogan-con p {
	color: #fff;
	font-size: 16px;
	opacity: .6;
}

.home-wrap .def-con {}

.home-wrap .def-con .title {
	padding: 40px 10%;
	width: 100%;
	position: relative;
}

.home-wrap .def-con .title h2 {
	text-align: center;
	float: left;
	width: 100%;
}

.home-wrap .def-con .title h2 strong {
	font-size: 32px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.home-wrap .def-con .title h2 span {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: lighter;
}

.home-wrap .def-con .title h2 em {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 0
}

.home-wrap .def-con .title h2 img {
	display: inline-block;
	margin-top: 5px;
	height: 8px;
	margin: 0 2px;
}

.home-wrap .def-con .title h2 img.img1 {
	display: none;
}

.home-wrap .def-con .content {
	padding: 0 10%;
}

.home-wrap .tj-car-con .content {
	padding: 0;
}

.home-wrap .tj-car-con ul {
	width: 100%;
	padding: 0;
}

.home-wrap .tj-car-con ul li {
	width: 33.33333%;
	margin: 0;
	position: relative;
	cursor: pointer;
	float: left;
}

.home-wrap .tj-car-con ul li .img-box,
.home-wrap .tj-car-con ul li .img-box img,
.home-wrap .video-con ul li .img-box,
.home-wrap .video-con ul li .img-box img,
.home-wrap .news-con ul li .img-box,
.home-wrap .news-con ul li .img-box img {
	width: 100%;
	overflow: hidden;
}

.home-wrap .tj-car-con ul li:hover .img-box img,
.home-wrap .news-con ul li .img-box img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
}

.home-wrap .tj-car-con ul li .text-box {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: left;
	background: rgba(0, 0, 0, .5);
	flex-direction: column;
	justify-content: flex-end;
}

.home-wrap .tj-car-con ul li .text-box h3 {
	font-size: 24px;
	font-family: "PingFang SC", "微软雅黑", "Open Sans", sans-serif;
	font-weight: normal;
	width: 100%;
	text-align: center;
	padding: 30px 30px 0 30px;
}

.home-wrap .tj-car-con ul li .text-box .bg-btn {
	display: inline-block;
	width: auto;
	padding: 0 20px;
	margin: 20px auto 30px auto;
}

.home-wrap .tj-car-con ul li:hover .text-box,
.home-wrap .video-con ul li:hover .text-box,
.car-list-wrap .def-con .content ul li:hover .text-box {
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.home-wrap .video-con ul li {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto 15px;
	position: relative;
	cursor: pointer;
}

.home-wrap .video-con ul li .text-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, .5);
}

.home-wrap .video-con ul li .text-box h3 {
	position: absolute;
	left: 0;
	bottom: 40px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 24px;
}

.home-wrap .video-con ul li .text-box .play_icon {
	width: 50px;
	height: 50px;
	background: #ff8206;
	cursor: pointer;
}

.home-wrap .video-con ul li .text-box .play_icon img {
	width: 20px;
	margin-left: 3px;
}

.home-wrap .news-con ul li .img-box {
	width: 30%;
	float: left;
}

.home-wrap .news-con ul li {
	margin: 0 0 80px 0;
	width: 100%;
	float: left;
	position: relative;
	cursor: pointer;
}

.home-wrap .news-con ul li:last-child {
	margin-bottom: 60px;
}

.home-wrap .news-con ul li:nth-of-type(3n) {
	margin-right: 0;
}

.home-wrap .news-con ul li .text-box {
	padding: 30px 0 0;
	height: auto;
	text-align: left;
	width: calc(70% - 100px);
	float: right;
}

.home-wrap .news-con ul li .text-box h3 {
	color: #fff;
	font-weight: normal;
	font-size: 28px;
	text-align: left;
	line-height: 1.5;
}

.home-wrap .news-con ul li .text-box p {
	font-size: 16px;
	line-height: 1.8;
	margin: 20px 0 30px;
	opacity: .6;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.home-wrap .news-con ul li .text-box .bg-btn {
	display: inline-block;
	width: auto;
	padding: 0 20px;
	font-size: 16px;
}

.home-wrap .news-con .content {
	padding: 60px 10% 0;
}

.home-wrap .more-con {
	padding-bottom: 50px;
}

.home-wrap .more-con .content {
	padding: 10px 10%;
	margin: 0 auto;
}

.home-wrap .more-con .content ul {
	max-width: 1800px;
}

.home-wrap .more-con ul li .text-box {
	justify-content: flex-start;
}

.home-wrap .more-con ul li .text-box h3 {
	position: static;
	font-size: 16px;
	width: 100%;
	text-align: left;
	padding: 10px 20px 0 40px;
}

.home-wrap .more-con ul li .text-box h2 {
	color: #fff;
	width: 100%;
	text-align: left;
	padding: 60px 40px 0;
}

.home-wrap .more-con ul li .text-box h2 img {
	height: 38px;
}

.home-wrap .footer-con {
	background: #000;
	width: 100%;
	padding: 20px 10% 20px;
	border-bottom: rgba(0, 0, 0, .05) 1px solid;
}

.home-wrap .footer-con .content {
	width: 100%;
	max-width: 1800px;
	justify-content: space-between;
}

.home-wrap .footer-con .f1 {}

.home-wrap .footer-con .f1 span {
	color: #333;
	font-size: 14px;
	display: block;
	padding: 20px 0 12px;
}

.home-wrap .footer-con .f1 a {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	padding: 0 20px 0 0;
}

.home-wrap .footer-con .f1 p {
	color: #666;
}

.home-wrap .footer-con .f1 p a {
	display: inline-block;
	width: 100px;
}

.home-wrap .footer-con .f2 p {
	padding: 15px 15px 0 0;
	color: #ff8206;
	font-size: 15px;
	float: left;
}

.home-wrap .footer-con .f2 p em {
	font-size: 16px;
}

.home-wrap .footer-con .pt-list .box1 {
	display: inline-block;
	margin-left: 10px;
	position: relative;
}

.home-wrap .footer-con .pt-list .box1:hover p {
	display: block;
}

.home-wrap .footer-con .pt-list .box1 .img1 {
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, .2);
	padding: 6px;
	border-radius: 3px;
}

.home-wrap .footer-con .pt-list .box1:hover .img1 {
	background: rgba(255, 255, 255, .4);
}

.home-wrap .footer-con .pt-list .box1 p {
	width: 200px;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 60px;
	border: #eee 1px solid;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	z-index: 1001;
}

.home-wrap .footer-con .pt-list .box1 p span {
	font-size: 12px;
	color: #999;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.home-wrap .footer-con .pt-list .box1 p img {
	width: 100%;
}

.home-wrap .copyright-con {
	color: #666;
	font-size: 13px;
	text-align: left;
	font-family: "PingFang SC", "微软雅黑", "Open Sans", sans-serif;
	border-top: rgba(255, 255, 255, .2) 1px solid;
	width: 80%;
	margin: 0 auto;
	max-width: 1800px;
	padding: 20px 0;
}

.home-wrap .copyright-con>span {
	color: rgba(255, 255, 255, .6);
	margin-right: 30px;
}

.home-wrap .copyright-con a {
	display: inline;
	font-size: 13px;
	color: rgba(255, 255, 255, .6);
}

.home-wrap .copyright-con img {
	display: inline-block;
	height: 18px;
	margin: 0 10px;
}

.home-wrap .fixed_right {
	position: fixed;
	right: 30px;
	bottom: 170px;
	z-index: 999;
}

.home-wrap .fixed_right .kf-box {
	background: rgba(255, 255, 255, 1);
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0;
}

.home-wrap .fixed_right .kf-box:hover {
	background: rgba(255, 255, 255, 1);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.home-wrap .fixed_right .kf-box img {
	width: 37px;
	margin: 0 auto;
}

.home-wrap .fixed_right .kf-box span {
	color: #fff;
}

.home-wrap .fixed_right .top-box {
	background: rgba(255, 255, 255, 0.2);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	padding-top: 12px;
	display: none;
}

.home-wrap .fixed_right .top-box img {
	width: 28px;
	margin: 0 auto 5px;
}

.home-wrap .fixed_right .top-box:hover {
	background: rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.home-wrap .fixed_right .tel-box {
	padding-top: 16px;
	position: relative;
}

.home-wrap .fixed_right .tel-box img {
	width: 28px;
	position: relative;
	z-index: 2;
}

.home-wrap .fixed_right .tel-box p {
	color: #fff;
	font-family: Barlow-Medium;
	font-size: 20px;
	background: #DE2126;
	white-space: nowrap;
	height: 60px;
	width: 0;
	border-radius: 60px 0 0 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
	z-index: 0;
	opacity: 0;
}

.home-wrap .fixed_right .tel-box:hover p {
	right: 30px;
	width: auto;
	padding: 0 30px;
	opacity: 1;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.home-wrap .footer-con1 {
	width: 100%;
	padding: 0 10%;
	height: 80px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.home-wrap .footer-con1 form {
	height: 80px;
	width: 100%;
	max-width: 1800px;
	position: relative;
}

.home-wrap .footer-con1 label {
	margin-right: 30px;
	white-space: nowrap;
	margin-right: auto;
}

.home-wrap .footer-con1 .input1,
.home-wrap .footer-con1 select {
	background: none;
	/*border: rgba(255, 255, 255, .2) 1px solid;*/
	background: rgba(255, 255, 255, .2);
	height: 44px;
	margin-left: 15px;
	padding-left: 20px;
	font-size: 15px;
	color: #fff;
	width: 20%;
}

.home-wrap .footer-con1 input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.home-wrap .footer-con1 .input2 {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	border: 1px solid rgba(255, 255, 255, .4);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	text-align: center;
	margin-left: 15px;
}

.home-wrap .footer-con1 .input2:checked:after {
	content: "✔";
	color: #fff;
}

.home-wrap .footer-con1 span {
	flex-wrap: nowrap;
	flex-shrink: 0;
	white-space: nowrap;
	margin-left: 5px;
	color: rgba(255, 255, 255, .5);
	margin-right: 15px;
}

.home-wrap .footer-con1 span a {
	color: rgba(255, 255, 255, 1);
}

.home-wrap .footer-con1 .bg-btn {
	font-weight: bold;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #ff8206;
	color: #fff;
	font-size: 16px;
	margin-left: auto;
}

.home-wrap .m-footer-con1,
.home-wrap .m-header {
	display: none;
}

.home-wrap .emp_box {
	height: 80px;
}


/*分页*/

.home-wrap .page-list {
	margin: 60px 0 80px;
}

.home-wrap .page-list a {
	white-space: nowrap;
	margin: 0 20px;
	font-size: 14px;
}

.home-wrap .page-list a img {
	width: 16px;
	display: inline-block;
	margin: 0 40px;
}

.home-wrap .page-list span {
	font-weight: 500;
	font-size: 28px;
	margin: 0 60px;
}

.home-wrap .page-list .next-btn img {
	transform: rotate(180deg);
}


/*全部车型*/

.car-list-wrap .def-con .content {
	padding: 80px 10% 0;
}

.car-list-wrap .def-con .content ul,
.news-wrap .def-con .content ul {
	max-width: 1800px;
	margin: 0 auto;
}

.car-list-wrap .def-con .content ul li {
	margin: 0 60px 60px 0;
	width: calc(33.3333% - 40px);
}

.car-list-wrap .def-con .content ul li:nth-of-type(1),
.car-list-wrap .def-con .content ul li:nth-of-type(2) {
	width: calc(50% - 30px);
}

.car-list-wrap .def-con .content ul li:nth-of-type(2),
.car-list-wrap .def-con .content ul li:nth-of-type(3n+2) {
	margin-right: 0;
}

.car-list-wrap .def-con .content ul li .text-box {
	background: rgba(0, 0, 0, .1);
}

.car-list-wrap .slogan-con,
.news-wrap .slogan-con,
.car-det-wrap .car-det-banner {
	flex-direction: column;
	height: 500px;
	background: url(../image/car_list_bg.jpg) center center no-repeat;
	background-size: cover;
	margin-top: 140px;
	padding: 0;
}

.news-wrap .slogan-con {
	background: url(../image/news_list_bg.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
}

.car-list-wrap .slogan-con h2 img,
.news-wrap .slogan-con h2 img,
.car-det-wrap .car-det-banner h2 img {
	height: 70px;
	margin-bottom: 30px;
}

.car-list-wrap .slogan-con p,
.news-wrap .slogan-con p {
	opacity: 1;
	margin-top: 35px;
	margin-bottom: 20px;
}

.car-list-wrap .slogan-con i,
.news-wrap .slogan-con i {
	font-size: 16px;
	text-transform: uppercase;
	color: #FF8206;
	letter-spacing: 2px;
}


/*视频列表*/

.video-wrap .def-con .video-bg {
	margin-top: 140px;
}

.video-wrap .def-con .video-bg video {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	display: block;
}

.video-wrap .video-con ul {
	margin: 80px auto 0;
	max-width: 1800px;
}

.video-wrap .video-con ul li {
	width: calc(50% - 30px);
	margin: 0 60px 60px 0;
	float: left;
}

.video-wrap .video-con ul li:nth-of-type(2n) {
	margin-right: 0;
}

.video-wrap .def-con .content {}


/*车型详情*/

.car-det-wrap .breadcrumb-con {
	font-size: 16px;
	margin: 0 0 30px 0;
	width: 100%;
	padding: 0 80px 0;
	position: absolute;
	top: 30px;
	left: 0;
	justify-content: flex-start;
	color: rgba(255, 255, 255, .6);
}

.car-det-wrap .breadcrumb-con a {
	color: #fff;
	white-space: nowrap;
}

.car-det-wrap .breadcrumb-con span {
	color: rgba(255, 255, 255, .6);
	white-space: nowrap;
}

.car-det-wrap .car-det-banner {
	height: calc(100vh - 140px);
	position: relative;
}

.car-det-wrap .car-det-banner-text {
	background: rgba(255, 255, 255, .1);
	padding: 40px 0;
}

.car-det-wrap .car-det-banner-text h2 {
	font-size: 28px;
	color: #fff;
	margin: 0 0 0 80px;
}

.car-det-wrap .top-cs-box {
	flex: 1;
	margin-left: 100px;
}

.car-det-wrap .top-cs-box ul {
	justify-content: flex-end;
	width: 100%;
}

.car-det-wrap .top-cs-box ul li {
	color: #fff;
	text-align: center;
	padding: 0 5%;
	position: relative;
	margin: 0;
}

.car-det-wrap .top-cs-box ul li strong {
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
}

.car-det-wrap .top-cs-box ul li span {
	font-size: 15px;
	display: block;
	opacity: .6;
	white-space: nowrap;
}

.car-det-wrap .top-cs-box ul li::after {
	content: '';
	display: inline-block;
	height: 80%;
	width: 1px;
	background: #fff;
	position: absolute;
	top: 15%;
	right: 0;
	opacity: .6;
}

.car-det-wrap .top-cs-box ul li:last-child::after {
	display: none;
}

.car-det-wrap .def-con {
	padding: 0;
	margin: 0 auto;
}

.car-det-wrap .def-con .banner-con .bottom-nav {
	bottom: 30px;
}

.car-det-wrap .banner-con {
	width: 1200px;
	margin: 60px auto;
}

.car-det-wrap .banner-con .img-fix {
	height: 800px;
}
.car-det-wrap .cs-con{background: rgba(255,255,255,.1);padding: 60px 0 20px;}
.car-det-wrap .def-con .cs-box {
	width: 1200px;
	margin: 20px auto 60px;
	flex-wrap: wrap;
	justify-content: flex-start;
	
}
.car-det-wrap .banner-con .bottom-nav{bottom:30px;}
.car-det-wrap .def-con .cs-box li {
	width:33.33%;
	flex-shrink: 0;
	padding: 20px 20px 10px 0;
}

.car-det-wrap .def-con .cs-box li span {
	display: block;
	font-size: 16px;
	color: #888;
	line-height: 2.2;
}

.car-det-wrap .def-con .cs-box li strong {
	display: block;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
}

.car-det-wrap .def-con .cs-box1 li {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	list-style: disc;
	margin-left: 20px;
	width: calc(33.33% - 20px);
}

.car-det-wrap .def-con .cs-title {
	padding:0;
	width: 1200px;
	margin:0 auto;
}

.car-det-wrap .def-con .cs-title h2 strong {
	font-size: 16px;
	font-weight: bold;
	padding: 12px;
	width:100%;
	text-align: center;
	color: rgba(255, 255, 255,1);
	margin:0 auto 20px;
	background: rgba(255,255,255,.15);
}

.car-det-wrap .def-con .cs-box2 {
	border: 0;
}

.car-det-wrap .car-det-form {
	width: 100%;
	padding: 80px 10%;
	height:640px;
	margin: 0 0 60px;
	position: relative;
	
}
.car-det-wrap .car-det-form .box {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	
}
.car-det-wrap .car-det-form .form-title{width: 330px;height: 90px;}
.car-det-wrap .car-det-form .box form{width: 400px;margin-top:40px;}
.car-det-wrap .car-det-form .form-box .input1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 15px 0 40px;
	padding: 0;
	border-bottom: rgba(255,255,255,.6) 1px solid;
	border-radius: 0;
	font-size: 16px;
	color: #fff;
	background: none;
}

.car-det-wrap .car-det-form .form-box input::-webkit-input-placeholder {
	color: rgba(255,255,255,.4);
}

.car-det-wrap .car-det-form .form-box .agree-box {
	justify-content: flex-start;
	width: 100%;
	margin-top: 20px;
}

.car-det-wrap .car-det-form .form-box .agree-box span {
	justify-content: flex-start;
	font-size: 16px;
	color: #fff;
}

.car-det-wrap .car-det-form .form-box .agree-box span a {
	font-size: 16px;
	color: #fff;
}

.car-det-wrap .car-det-form .form-box .agree-box .input2 {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	text-align: center;
	margin-right: 12px;
}

.car-det-wrap .car-det-form .form-box .agree-box .input2:checked:after {
	content: "✔";
	color: #fff;
	font-size: 16px;
}

.car-det-wrap .car-det-form .form-box .bg-btn {
	width: 100%;
	background: none;
	margin: 25px auto 0;
	height:46px;
	line-height: 46px;
	font-size: 16px;
	border: #fff 1px solid;
}
.car-det-wrap .car-det-form .form-box .bg-btn:hover{background: rgba(255,255,255,.1);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;}

/*优惠资讯详情*/

.news-det-wrap .news-banner {
	background: url(../image/service_img.jpg) center center no-repeat;
	background-size: cover;
	height: 500px;
	margin-top: 140px;
	padding: 0;
	text-align: center;
	color: #fff;
	flex-direction: column;
}

.news-det-wrap .news-det-con {
	width: 1200px;
	margin: -220px auto 80px;
	position: relative;
	z-index: 999;
}

.news-det-wrap .news-det-con .content {
	padding: 50px 50px 30px;
	background: #1a1a1a;
}

.news-det-wrap .news-det-con .tit-box {
	padding: 0 0 30px;
	border-bottom: rgba(255, 255, 255, .1) 1px solid;
	margin-bottom: 40px;
}

.news-det-wrap .news-det-con .tit-box h3 {
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.news-det-wrap .news-det-con .tit-box span {
	font-size: 18px;
	text-align: center;
	display: block;
	color: rgba(255, 255, 255, .6);
}

.news-det-wrap .news-det-con .tit-box .share-box {
	justify-content: space-between;
	display: none;
}

.news-det-wrap .news-det-con .tit-box .share-box span {
	color: #666;
	font-size: 17px;
}

.news-det-wrap .news-det-con .tit-box p img {
	width: 26px;
	margin: -4px 10px 0;
	cursor: pointer;
}

.news-det-wrap .news-det-con .content p {
	font-size: 16px;
	line-height: 2;
	padding: 10px 0;
	color: #fff;
}

.news-det-wrap .news-det-con .content img {
	width: 100%!important;
	display: block;
	margin: 20px 0;
}

.news-det-wrap .news-det-con .page-list {
	margin-top: 80px;
}


/*用户协议*/

.agree-wrap .agree-box {
	width: 100%;
	margin-top: 140px;
	padding: 80px 10% 60px;
}

.agree-wrap .agree-box .content {
    max-width: 1800px;
    margin: 0 auto;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    padding: 100px 120px;
}

.agree-wrap .agree-box .content h2 {
	font-size: 18px;
	margin: 20px 0;
	font-weight: bold;
}

.agree-wrap .agree-box .content h2.title {
	text-align: center;
	padding: 0 0 30px 0;
	font-size: 32px;
	margin: 0;
}

.agree-wrap .agree-box .content p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 10px;
	text-indent: 2em;
}
.agree-wrap .agree-box .content p span{color: #FF8206;font-size: 18px;}

/*视频详情*/

.video-det-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	width: 100%;
	height: 100vh;
}

.video-det-wrap .content {
	width: 100%;
	max-width: 1200px;
}

.video-det-wrap .close-btn {
	float: right;
	margin: 0 0 30px 0;
}

.video-det-wrap .close-btn img {
	width: 36px;
}

.video-det-wrap video {
	width: 100%;
	height: auto;
}

a.m_more_btn {
	display: none;
}


/*关于我们*/

.auxun-wrap .auxun-con {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

.auxun-wrap .auxun-banner {
	background: url(../image/auxun_bg.jpg) center center no-repeat;
	background-size: cover;
	height: 700px;
	margin-top: 140px;
	padding: 0;
	text-align: center;
	color: #fff;
	flex-direction: column;
}

.auxun-wrap .auxun-banner .auxun-banner-text {
	background: rgba(0, 0, 0, .8);
	height: 700px;
	width: 800px;
	margin: 0 auto;
	flex-direction: column;
	padding: 0 60px;
}

.auxun-wrap .auxun-banner .auxun-banner-text img {
	height: 80px;
	margin: 0 auto;
}

.auxun-wrap .auxun-banner .auxun-banner-text h2 {
	font-size: 68px;
	margin: 0;
	font-weight: bold;
	color: #FF8206;
}

.auxun-wrap .auxun-banner .auxun-banner-text p {
	font-size: 16px;
	line-height: 2;
	opacity: .6;
}

.auxun-wrap .auxun-banner .auxun-banner-text h3 {
	font-size: 36px;
	margin: 20px 0;
	line-height: 1.6;
}

.auxun-wrap .auxun-banner .auxun-banner-text .p1 {
	color: #FF8206;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.5;
	font-weight: bold;
	opacity: 1;
}

.auxun-wrap .auxun-banner .auxun-banner-text em {
	display: inline-block;
	width: 100px;
	height: 3px;
	background: #FF8206;
	margin: 40px 0 32px;
}

.auxun-wrap .content .auxun-box {
	text-align: center;
}

.auxun-wrap .content .auxun-box .title-box {
	margin: 80px 0 50px;
}

.auxun-wrap .content .auxun-box .title-box h2 {
	color: #fff;
	font-size: 36px;
	margin: 0 25px;
}

.auxun-wrap .content .auxun-box .title-box img {
	display: inline-block;
	margin-top: 5px;
	height: 9px;
}

.auxun-wrap .content .auxun-box .title-box .img1 {
	display: inline-block;
	transform: rotate(180deg);
	margin-bottom: 2px;
}

.auxun-wrap .content .auxun-box .img-box {
	max-width: 1800px;
	margin: 0 auto;
}

.auxun-wrap .content .auxun-box .img-box img {
	width: 33.33%;
	float: left;
}

.auxun-wrap .content .auxun-box .img-box video {
	width: 100%;
}

.auxun-wrap .auxun-con .content {
	position: relative;
	z-index: 999;
	padding: 20px 10% 30px;
}

.auxun-wrap .content .auxun-box1 .box1 {
	background: rgba(255, 255, 255, .1);
	margin-bottom: 30px;
}

.auxun-wrap .content .auxun-box1 .img-box .img {
	width: 42%;
	float: right;
	padding: 0;
}

.auxun-wrap .content .auxun-box1 .img-box .img img {
	width: 100%;
}

.auxun-wrap .content .auxun-box1 .box2 .img-box {
	padding: 60px;
}

.auxun-wrap .content .auxun-box1 .img-box .text {
	width: 58%;
	float: left;
	padding: 5% 5% 2%;
	height: 100%;
	flex-wrap: wrap;
	color: #fff;
	text-align: left;
}

.auxun-wrap .content .auxun-box1 .img-box .text h2 {
	font-size: 36px;
	margin: 0 0 30px;
	line-height: 1.3;
	width: 100%;
	font-weight: bold;
	letter-spacing: 2px;
}

.auxun-wrap .content .auxun-box1 .img-box .text h3 {
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.auxun-wrap .content .auxun-box1 .img-box .text p {
	font-size: 16px;
	line-height: 1.6;
	width: 100%;
	opacity: .6;
	margin-bottom: 20px;
}


/*售后保修服务*/

.service-wrap .service-banner {
	background: url(../image/service_img.jpg) center center no-repeat;
	background-size: cover;
	height: 500px;
	margin-top: 140px;
	padding: 0;
	text-align: center;
	color: #fff;
	flex-direction: column;
}

.service-wrap .service-banner h2 {
	font-size: 60px;
	margin: -10px 0 20px;
	font-weight: bold;
}

.service-wrap .service-banner h3 {
	font-size: 16px;
}

.service-wrap .service-box {
	padding: 80px 10% 60px;
}

.service-wrap .service-box .text-box {
	max-width: 1800px;
	margin: 0 auto;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	padding: 100px 120px;
}

.service-wrap .service-box .text-box h4 {
	border: rgba(255, 255, 255, .8) 2px solid;
	height: 50px;
	line-height: 46px;
	font-size: 20px;
	padding: 0 25px;
	margin: 80px 0 10px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}

.service-wrap .service-box .text-box p {
	font-size: 16px;
	line-height: 2.2;
	margin: 20px 0;
	opacity: .8;
}


/*关于我们*/

.about-wrap .auxun-banner {
	height: 700px;
}

.about-wrap .content .auxun-box1 .box1 {
	background: none;
	align-items: stretch!important;
}

.about-wrap .content .auxun-box1 .box1 .text {
	width: calc(33.33% - 33.3333px);
	float: left;
	margin: 0 50px 0 0!important;
	background: rgba(255, 255, 255, .1);
	padding: 60px 4%;
	text-align: center;
	height: auto;
}

.about-wrap .content .auxun-box1 .box1 .text:last-child {
	margin-right: 0!important;
}

.about-wrap .content .auxun-box1 .box1 .text p {
	line-height: 2.5;
	margin: 0;
	opacity: .8;
	text-align: left;
}

.about-wrap .content .auxun-box1 .box1 .text h3 {
	letter-spacing: 3px;
	font-size: 15px;
	opacity: .5;
}

.about-wrap .content .auxun-box1 .box1 .text h2 {
	margin-bottom: 12px;
	font-size: 34px;
}

.about-wrap .content .box {
	width: 100%;
	padding: 55px 50px 45px;
	background: rgba(255, 255, 255, .1);
	margin: 0 auto 60px;
	position: relative;
	z-index: 2;
}

.about-wrap .content .box p {
	width: 30%;
	margin: 0 1.5%;
	text-align: center;
	float: left;
	line-height: 1.8;
	font-size: 15px;
}

.about-wrap .content .box p img {
	width: 56px;
	height: 56px;
	margin-bottom: 10px;
	display: inline-block;
	border: rgba(255, 255, 255, .6) 1px solid;
	border-radius: 50%;
	padding: 8px;
}

.about-wrap .content .box p span {
	display: block;
	color: #fff;
}

.about-wrap .content .box p span strong {
	font-size: 20px;
	display: block;
}

.about-wrap .content .box p.p1 span {
	line-height: 2;
	font-size: 15px;
}

.about-wrap .auxun-con .content {
	padding: 70px 10% 0;
}

.about-wrap .content .auxun-box1 .box1 {
	margin-bottom: 0;
}

.about-wrap .content .contact-box {
	max-width: 1800px;
}

.about-wrap .map-box #dituContent {
	width: 100%;
	height: 40vh;
	max-width: 1800px;
	margin: 0 auto;
}

.form-alert-con{justify-content: center;align-items: center;width: 100%;height: 100%;position: fixed;z-index: 1000;top: 0;left: 0;}
.form-alert-con .text{width:460px;border-radius: 10px;background:#fff;color: #000;padding:50px 0;}
.form-alert-con .text p{font-size: 18px;text-align: center;line-height:2;letter-spacing: 1px;}
.form-alert-con .text p.p1{font-size: 24px;letter-spacing: 0px;}
.form-alert-con .text .bg-btn{width: 30%;margin: 20px auto 0;}
/*分辨率低于1440，采用下面的样式*/
@media screen and (max-width: 1600px) {
	.car-list-wrap .def-con .content ul li {
		margin: 0 20px 20px 0;
		width: calc(33.3333% - 13.33333px);
	}
	.car-list-wrap .def-con .content ul li:nth-of-type(1),
	.car-list-wrap .def-con .content ul li:nth-of-type(2) {
		width: calc(50% - 10px);
	}
	.auxun-wrap .content .auxun-box1 .img-box .box1 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
	}
	.auxun-wrap .content .auxun-box1 .img-box .box2 {
		flex-direction: row;
	}
	.auxun-wrap .content .auxun-box1 .img-box .text {
		padding: 3% 3% 2%;
	}
	.auxun-wrap .content .auxun-box1 .img-box .text h2 {
		margin-bottom: 20px;
	}
	.auxun-wrap .content .auxun-box1 .img-box .text p {
		margin-bottom: 10px;
	}
	.auxun-wrap .content .auxun-box1 .img-box .img {
		width: 50%;
	}
	.auxun-wrap .content .auxun-box1 .img-box .text {
		width: 50%;
	}
	.about-wrap .content .auxun-box1 .img-box .box1{flex-direction: row;}
}

@media screen and (max-width: 1440px) {
	.home-wrap .news-con ul li .text-box p.text-hidden2{-webkit-line-clamp:2;
	line-clamp: 2;}
	.home-wrap .news-con ul li .img-box{width: 34%;}
	.home-wrap .news-con ul li .text-box{width: calc(66% - 80px);padding: 20px 0 0;}
	
}