@charset "UTF-8";
video::-webkit-media-controls {
	display: none !important;
}

#moveTop {
	overflow: hidden;
	height: 0;
	position: relative;
	z-index: 100002;
	background: #000;
	min-width: 1200px;
}

#moveTop .quick-video {
	position: relative;
	height: auto;
	overflow: hidden;
	display: none;
	width: 100%;
	height: 100%;
	min-width: 1200px;
}

#moveTop .cheryVideo0-dimensions {
	width: 100%;
	height: 100%;
}

#moveTop .vjs-tech {
	width: 100%;
}

#moveTop #navSwiper {
	background: #000;
	height: auto;
	width: 100%;
}

#moveTop #navSwiper .swiper-button-next,
#moveTop #navSwiper .swiper-button-prev,
#moveTop #navSwiper .swiper-pagination {
	position: fixed;
}

#moveTop #navSwiper .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	opacity: 0.3;
	border-radius: 50%;
}

#moveTop #navSwiper .swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 1 !important;
}

.switcher {
	position: absolute;
	top: 2rem;
	right: 2rem;
	z-index: 9999;
	height: 30px;
	cursor: pointer;
}

.switcher svg {
	fill: #fff;
	width: 2rem;
}
.banner-wrap{
	min-width: 1200px;
}
.banner-wrap .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #CBCAC8;
}

.banner-wrap .swiper-pagination-bullet-active {
	background: #00A29A;
}

.banner-wrap .swiper-button-prev {
	background-image: url(/assets/pc/imgs/2019new/left.png);
	left: 4rem;
}

.banner-wrap .swiper-button-next {
	right: 4rem;
	background-image: url(/assets/pc/imgs/2019new/right.png);
}


.banner-wrap #bannerSwiper .swiper-slide>a>img {
	width: 100%;
	min-width: 1200px;
	/*height: 864px;*/
}

.section {
	padding: 2rem 0;
}

.section .section-title {
	text-align: center;
	font-size: 20px;
	padding-bottom: 2rem;
}

.section-model-show #modelShowSwiper {
	height: 17.375rem;
	overflow: hidden;
	padding-bottom: 2rem;
}

.section-model-show #modelShowSwiper .swiper-pagination-bullet {
	background: #d6d6d6;
	width: 28px;
	height: .3125rem;
	border-radius: .25rem;
	opacity: 1;
}

.section-model-show #modelShowSwiper .swiper-pagination-bullet-active {
	width: 60px;
	background: #999;
}

.section-model-show #modelShowSwiper .swiper-slide {
	padding: 2rem 1rem 2rem 2.8125rem;
	background-color: #f1f1f1;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.section-model-show #modelShowSwiper .swiper-slide:hover {
	background-color: #fff;
}

.section-model-show #modelShowSwiper .swiper-slide .slide-item {
	display: inline-block;
}

.section-model-show #modelShowSwiper .swiper-slide .slide-item .item-left {
	float: left;
	width: 45%;
}

.section-model-show #modelShowSwiper .swiper-slide .slide-item .item-left h4 {
	font-size: 18px;
	font-weight: normal;
}

.section-model-show #modelShowSwiper .swiper-slide .slide-item .item-left p {
	font-size: 14px;
	margin: 1rem 0;
}

.section-model-show #modelShowSwiper .swiper-slide .slide-item .item-left a {
	display: table;
	padding-left: 1.5rem;
	margin-top: 1.3rem;
	position: relative;
}

.section-model-show #modelShowSwiper .swiper-slide .slide-item .item-left a::before {
	content: url(/assets/pc/imgs/2019new/btn-arrow.png);
	position: absolute;
	left: 0.5rem;
	line-height: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.section-model-show #modelShowSwiper .swiper-slide .slide-item .item-left a:hover::before {
	content: url(/assets/pc/imgs/2019new/btn-arrow.png);
	position: absolute;
	left: 0.8rem;
}

.section-model-show #modelShowSwiper .swiper-slide .slide-item .item-right {
	float: right;
	width: 55%;
	margin-top: 5.5rem;
}

.section-model-show #modelShowSwiper .swiper-slide .model-car {
	max-width: 100%;
}

.section-news-show .btn-main {
	background: url(/assets/pc/imgs/2019new/btn-bg.png) no-repeat;
	height: 36px;
	width: 130px;
	display: block;
	/* padding: 15px; */
	background-size: 100%;
	color: #c6001f;
	line-height: 35px;
	/* text-align: center; */
	padding-left: 25px;
	font-size: 14px;
	overflow: hidden;
}

.section-news-show .btn-main:hover {
	background: url(/assets/pc/imgs/2019new/btn-bg-hover.png) no-repeat;
	color: #fff;
	height: 36px;
	width: 130px;
	display: block;
	background-size: 100%;
	overflow: hidden;
}

.section-news-show .item-title {
	font-size: 18px;
	color: #000;
	display: block;
	padding-bottom: 10px;
	position: relative;
}

.section-news-show .item-title::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	background: #c6001f;
	bottom: 0;
	left: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.section-news-show .item-title:hover::after {
	width: 150px;
}

.section-news-show .item-body {
	margin: 1.5rem 0;
	line-height: 1.5;
	font-size: 16px;
}

.section-news-show .mask-box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}

.section-news-show .mask-container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	padding: 0 3rem;
	color: white;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-news-show .mask-container .mask-title h4 {
	font-size: 24px;
}

.section-news-show .mask-container .mask-time {
	margin-top: 0.5rem;
	font-size: 16px;
}

.section-news-show .mask-container .mask-desc {
	margin-top: 1rem;
	font-size: 14px;
}

.section-news-show .mask-container .mask-btn .btn-index {
	padding: 5px 15px;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	font-size: 12px;
	margin-top: 0.5rem;
}

@-webkit-keyframes Imagescale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes Imagescale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.section-news-show .section-item {
	position: relative;
	background: #f8f8f8;
	padding: 1rem;
	margin: 4rem;
	margin-bottom: 1rem;
	height: 16rem;
}

.section-news-show .section-item .item-left {
	position: absolute;
	left: 10.5rem;
	top: -1rem;
	overflow: hidden;
}

.section-news-show .section-item .item-left a {
	display: inline-block;
}

.section-news-show .section-item .item-left a img {
	height: 18rem;
}

.section-news-show .section-item .item-left:hover a img {
	-webkit-animation: Imagescale 2.5s;
	animation: Imagescale 2.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.section-news-show .section-item .item-left:hover .mask-box {
	display: block;
}

.section-news-show .section-item .item-right {
	width: 60%;
	margin-left: 40%;
}

.section-news-show .section-item .item-right .item-wrap {
	width: 65%;
	margin-left: 15rem;
}

.section-news-show .section-item .item-grid-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.section-news-show .section-item .item-grid-wrap .item-grid {
	font-size: 20px;
	position: relative;
	overflow: hidden;
}

.section-news-show .section-item .item-grid-wrap .item-grid .item-title {
	font-size: 16px !important;
}

.section-news-show .section-item .item-grid-wrap .item-grid .item-body {
	font-size: 14px;
}

.section-news-show .section-item .item-grid-wrap .item-xs {
	width: 20%;
	font-size: 16px;
}

.section-news-show .section-item .item-grid-wrap .item-md a>img {
	height: 16rem;
}

.section-news-show .section-item .item-grid-wrap .item-md:hover a img {
	-webkit-animation: Imagescale 2.5s;
	animation: Imagescale 2.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.section-news-show .section-item .item-grid-wrap .item-md:hover .mask-box {
	display: block;
}

.section-news-show .section-item .item-grid-wrap .item-md:hover .mask-box .mask-container {
	padding: 0 1.5rem;
}

.section-news-show .section-item .item-grid-wrap .item-md:hover .mask-box .mask-container .mask-title h4 {
	font-size: 18px !important;
}

.section-news-show .section-item .item-grid-wrap .item-md:hover .mask-box .mask-container .mask-time {
	margin-top: 0.5rem;
	font-size: 14px;
}

.section-news-show .section-item .item-grid-wrap .item-md:hover .mask-box .mask-container .mask-desc {
	margin-top: 0.5rem !important;
	font-size: 14px;
}

.section-news-show .section-item .item-grid-wrap .item-md:hover .mask-box .mask-container .mask-btn {
	margin-top: 1rem !important;
}

.section-news-show .section-big-item {
	margin-top: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-news-show .section-small-item {
	height: 14rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-container {
	margin: 0 4rem;
}

.section-ad-container {
	position: relative;
	background: url(/assets/pc/imgs/2019new/bg.png);
	height: 8rem;
	background-size: 100% auto;
}

.section-ad-container .ad-content {
	position: absolute;
	top: 12px;
	color: white;
	left: 0;
	right: 0;
	width: 50%;
	margin: 0 auto;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-ad-container .ad-content .ad {
	display: inline-block;
}

.section-ad-container .ad-content .ad-left {
	width: 20%;
}

.section-ad-container .ad-content .ad-left span {
	font-size: 34px;
	font-weight: bold;
	display: block;
	line-height: 0.9;
}

.section-ad-container .ad-content .ad-right {
	width: 78%;
}

.section-ad-container .ad-content .ad-right .ad-title span {
	font-weight: bold;
	font-size: 20px;
}

.section-ad-container .ad-content .ad-right .ad-title a {
	color: #c6001f;
	font-size: 12px;
	float: right;
}

.section-ad-container .ad-content .ad-right .ad-body {
	margin-left: 1.5rem;
	margin-top: 0.6rem;
	font-size: 12px;
	line-height: 1.5;
	position: relative;
}

.section-ad-container .ad-content .ad-right .ad-body span {
	padding-top: 0.6rem;
	display: block;
}

.section-ad-container .ad-content .ad-right .ad-body::after {
	content: '';
	width: 60px;
	height: 2px;
	position: absolute;
	background-color: #c6001f;
	top: 0;
	left: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.section-ad-container .ad-content:hover .ad-body::after {
	width: 120px;
}


/*# sourceMappingURL=style_index.css.map */