.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-show {
	padding: 60px 0 80px;
	background-color: #f0f0f0;
}

.index-show .wd1200 .show-nav {
	margin-top: 45px;
}

.index-show .wd1200 .show-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-show .wd1200 .show-nav ul li {
	margin: 0 10px;
}

.index-show .wd1200 .show-nav ul li a {
	width: 143px;
	height: 50px;
	display: block;
	font-size: 16px;
	background-color: #ffffff;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	border: solid 1px #cccccc;
}

.index-show .wd1200 .show-nav ul .li-active a {
	color: #fff;
	background-color: #ca0915;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	border: solid 1px #ca0915;
}

.index-show .wd1200 .show-nav ul li:hover a {
	color: #fff;
	background-color: #ca0915;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	border: solid 1px #ca0915;
}

.index-show .wd1200 .show-contain {
	margin-top: 50px;
}

.index-show .wd1200 .show-contain .show-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-show .wd1200 .show-contain .show-box .picture {
	width: 600px;
	height: 450px;
}

.index-show .wd1200 .show-contain .show-box .picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-show .wd1200 .show-contain .show-box .info {
	flex: 1;
	height: 450px;
	box-sizing: border-box;
	padding: 40px 55px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index-show .wd1200 .show-contain .show-box .info .name {
	font-size: 26px;
}

.index-show .wd1200 .show-contain .show-box .info .intro {
	font-size: 16px;
	lighting-color: 32px;
	color: #808080;
	text-align: justify;
}

.index-show .wd1200 .show-contain .show-box .info .photo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-show .wd1200 .show-contain .show-box .info .photo img {
	width: 150px;
	height: 112px;
	display: block;
	transition: 0.3s;
	cursor: pointer;
}

.index-show .wd1200 .show-contain .show-box .info .bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-show .wd1200 .show-contain .show-box .info .bot .detail {
	width: 150px;
	height: 48px;
	background-color: #ca0915;
	border-radius: 24px;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	transition: 0.2s;
}

.index-show .wd1200 .show-contain .show-box .info .bot .detail:hover {
	background-color: #ffb123;
}

.index-show .wd1200 .show-contain .show-box .info .bot div {
	font-size: 16px;
	color: #6f6f6f;
}

.index-show .wd1200 .show-contain .show-box .info .bot div strong {
	font-size: 40px;
	color: #ca0915;
}

.index-show .wd1200 .show-contain .show-car {
	margin-top: 29px;
	display: flex;
	justify-content: space-between;
}

.index-show .wd1200 .show-contain .show-car .car-item {
	width: 32%;
}

.index-show .wd1200 .show-contain .show-car .car-item .tu {
	width: 100%;
	overflow: hidden;
}

.index-show .wd1200 .show-contain .show-car .car-item .tu img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.index-show .wd1200 .show-contain .show-car .car-item .info {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 0 19px;
	transition: 0.3s;
	box-sizing: border-box;
}

.index-show .wd1200 .show-contain .show-car .car-item .info span {
	font-size: 16px;
	transition: 0.3s;
}

.index-show .wd1200 .show-contain .show-car .car-item .info div {
	font-size: 16px;
	color: #6f6f6f;
	transition: 0.3s;
}

.index-show .wd1200 .show-contain .show-car .car-item .info div strong {
	font-size: 30px;
	color: #ca0915;
	transition: 0.3s;
}

.index-show .wd1200 .show-contain .show-car .car-item:hover .tu img {
	transform: scale(1.1);
}

.index-show .wd1200 .show-contain .show-car .car-item:hover .info {
	background-color: #ca0915;
}

.index-show .wd1200 .show-contain .show-car .car-item:hover .info span {
	color: #fff;
}

.index-show .wd1200 .show-contain .show-car .car-item:hover .info div {
	color: #fff;
}

.index-show .wd1200 .show-contain .show-car .car-item:hover .info strong {
	color: #fff;
}

.index-Title .title {
	font-size: 40px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.index-Title .intro {
	font-size: 16px;
	color: #666;
	margin-top: 18px;
	text-align: center;
}

.index-Title .line {
	width: 387px;
	height: 1px;
	margin: 24px auto 0;
	background-color: #cccccc;
	position: relative;
}

.index-Title .line::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -4px;
	width: 50px;
	height: 9px;
	background-color: #ca0915;
	border-radius: 5px;
	transform: translateX(-50%);
}

.index-reason {
	padding: 60px 0 0;
	background-color: #fff;
}

.index-reason .reason-nav {
	margin-top: 44px;
}

.index-reason .reason-nav ul {
	display: flex;
	justify-content: space-between;
}

.index-reason .reason-nav ul li {
	width: 25%;
	height: 140px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.index-reason .reason-nav ul li .icon {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	transition: 0.3s;
}

.index-reason .reason-nav ul li .icon2 {
	display: none;
}

.index-reason .reason-nav ul li .word .title {
	font-size: 28px;
	transition: 0.3s;
}

.index-reason .reason-nav ul li .word .intro {
	font-size: 18px;
	color: #808080;
	margin-top: 10px;
	transition: 0.3s;
}

.index-reason .reason-nav ul li .sanjiao {
	display: none;
	position: absolute;
	left: 50%;
	bottom: -16px;
	width: 0;
	height: 0;
	transition: 0.3s;
	transform: translateX(-50%);
	border-top: 16px solid #ca0915;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
}

.index-reason .reason-nav ul li::after {
	content: "";
	right: 0;
	top: 30px;
	width: 1px;
	height: 80px;
	position: absolute;
	background-color: #cccccc;
}

.index-reason .reason-nav ul li:last-child::after {
	display: none;
}

.index-reason .reason-nav ul .li-active {
	background-color: #ca0915;
}

.index-reason .reason-nav ul .li-active .icon1 {
	display: none;
}

.index-reason .reason-nav ul .li-active .icon2 {
	display: block;
}

.index-reason .reason-nav ul .li-active .word .title {
	color: #fff;
}

.index-reason .reason-nav ul .li-active .word .intro {
	color: #fff;
}

.index-reason .reason-nav ul .li-active .sanjiao {
	display: block;
}

.index-reason .reason-nav ul li:hover {
	background-color: #ca0915;
}

.index-reason .reason-nav ul li:hover .icon1 {
	display: none;
}

.index-reason .reason-nav ul li:hover .icon2 {
	display: block;
}

.index-reason .reason-nav ul li:hover .word .title {
	color: #fff;
}

.index-reason .reason-nav ul li:hover .word .intro {
	color: #fff;
}

.index-reason .reason-nav ul li:hover .sanjiao {
	display: block;
}

.index-reason .reason-contain {
	background-image: url("../image/reason_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 560px;
}

.index-reason .reason-contain .wd1200 {
	display: flex;
	height: 100%;
}

.index-reason .reason-contain .wd1200 .promise {
	width: 300px;
	padding: 60px 0 0 41px;
	margin-right: 140px;
	background: #0000007a;
}

.index-reason .reason-contain .wd1200 .promise h3 {
	font-size: 36px;
	color: #fefefe;
}

.index-reason .reason-contain .wd1200 .promise .intro {
	margin-top: 14px;
	font-size: 22px;
	color: #fefefe;
}

.index-reason .reason-contain .wd1200 .promise .line {
	width: 60px;
	height: 5px;
	margin-top: 36px;
	background-color: #ffffff;
}

.index-reason .reason-contain .wd1200 .promise .seave {
	margin-top: 50px;
}

.index-reason .reason-contain .wd1200 .promise .seave .strip {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.index-reason .reason-contain .wd1200 .promise .seave .strip div {
	width: 8px;
	height: 8px;
	margin-right: 10px;
	background-color: #ffffff;
}

.index-reason .reason-contain .wd1200 .promise .seave .strip span {
	font-size: 18px;
	color: #fefefe;
}

.index-reason .reason-contain .wd1200 .promise .order {
	margin-top: 20px;
	width: 160px;
	height: 54px;
	color: #fefefe;
	font-size: 16px;
	line-height: 54px;
	text-align: center;
	display: block;
	transition: 0.2s;
	border: solid 1px #ffffff;
}

.index-reason .reason-contain .wd1200 .promise .order:hover {
	color: #fff;
	background-color: #ca0915;
	border: 1px solid #ca0915;
}

.index-reason .reason-contain .wd1200 .reason-box {
	width: 620px;
	height: 326px;
	margin-top: 104px;
	position: relative;
	background-color: #ffffff;
}

.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper {
	width: 100%;
	height: 100%;
	position: initial;
}

.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide {
	padding: 40px 50px;
	box-sizing: border-box;
}

.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide h2 {
	font-size: 40px;
	color: #ca0915;
	padding: 0;
	margin: 0;
}

.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide .intro {
	margin-top: 10px;
	font-size: 24px;
}

.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide .line {
	width: 100%;
	height: 1px;
	margin-top: 20px;
	background-color: #cccccc;
}

.index-reason .reason-contain .wd1200 .reason-box .index-reason-swiper .swiper-slide .detail {
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 32px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-case {
	padding: 60px 0;
	background-color: #fff;
}

.index-case .case-box {
	margin-top: 54px;
}

.index-case .case-box .gallery-top {
	width: 100%;
	height: 802px;
}

.index-case .case-box .gallery-top .swiper-slide {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.index-case .case-box .gallery-top .swiper-slide .title {
	position: absolute;
	width: 100%;
	height: 110px;
	line-height: 110px;
	bottom: 0;
	left: 0;
	font-size: 24px;
	color: #feffff;
	padding-left: 38px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.52);
}

.index-case .case-box .gallery-top .swiper-slide .title a {
	font-size: 24px;
	color: #feffff;
}

.index-case .case-box .gallery-top .swiper-slide .title span {
	position: relative;
}

.index-case .case-box .gallery-top .swiper-slide .title span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: #ffffff;
}

.index-case .case-box .gallery-thumbs {
	width: 100%;
	height: 221px;
	box-sizing: border-box;
	padding: 10px 0 30px;
}

.index-case .case-box .gallery-thumbs .swiper-slide {
	background-size: 100% auto;
	position: relative;
	opacity: 0.6;
	background-repeat: no-repeat;
}

.index-case .case-box .gallery-thumbs .swiper-slide div {
	position: absolute;
	bottom: -30px;
	left: 50%;
	font-size: 16px;
	transform: translateX(-50%);
}

.gallery-top .swiper-pagination-bullets {
	bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 40px;
}

.gallery-top .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	background-color: #ffffff;
}

.gallery-top .swiper-pagination-bullet-active {
	background: #ca0915;
	width: 40px;
	border-radius: 7px;
}

.index-driver {
	padding: 50px 0 85px;
	background-image: url("../image/driver_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.index-driver .index-Title .title {
	color: #fff;
}

.index-driver .index-Title .intro {
	color: #fff;
}

.index-driver .index-Title .line {
	background-color: #fff;
}

.index-driver .driver-box {
	margin-top: 66px;
	position: relative;
}

.index-driver .driver-box .index-driver-swiper {
	width: 100%;
	height: 348px;
	position: initial;
}

.index-driver .driver-box .index-driver-swiper a {
	display: block;
	background-color: #fff;
	padding: 26px 0 0;
	transition: 0.3s;
	cursor: pointer;
}

.index-driver .driver-box .index-driver-swiper .swiper-slide .photo {
	width: 164px;
	height: 164px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
}

.index-driver .driver-box .index-driver-swiper .swiper-slide .photo img {
	width: 100%;
}

.index-driver .driver-box .index-driver-swiper .swiper-slide .name {
	margin-top: 22px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	transition: 0.3s;
}

.index-driver .driver-box .index-driver-swiper .swiper-slide .name div {
	font-size: 20px;
}

.index-driver .driver-box .index-driver-swiper .swiper-slide .name span {
	font-size: 14px;
}

.index-driver .driver-box .index-driver-swiper .swiper-slide .position {
	margin-top: 20px;
	text-align: center;
	line-height: 24px;
	color: #666;
	transition: 0.3s;
}

.index-about {
	padding: 60px 0 100px;
	background-color: #fff;
}

.index-about .about-box {
	margin-top: 64px;
}

.index-about .about-box .wd1200 {
	display: flex;
}

.index-about .about-box .wd1200 .show {
	width: 52%;
	height: auto;
	margin-right: 42px;
}

.index-about .about-box .wd1200 .info {
	position: relative;
	flex: 1;
}

.index-about .about-box .wd1200 .info .title {
	font-size: 24px;
	font-weight: 800;
}

.index-about .about-box .wd1200 .info .intro {
	margin-top: 20px;
	font-size: 15px;
	color: #666;
	line-height: 30px;
}

.index-about .about-box .wd1200 .info .more {
	display: block;
	margin-top: 20px;
	width: 128px;
	height: 44px;
	font-size: 16px;
	color: #fff;
	line-height: 44px;
	text-align: center;
	transition: 0.2s;
	background-color: #ca0915;
}

.index-about .about-box .wd1200 .info .more:hover {
	background-color: #ffb123;
}

.index-about .about-box .wd1200 .info .index-about-swiper {
	float: left;
	margin-top: 30px;
	width: 550px;
	height: 133px;
	position: initial;
}

.index-about .about-box .wd1200 .info .index-about-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.index-about .new-box {
	margin-top: 30px;
}

.index-about .new-box .wd1200 {
	display: flex;
	justify-content: space-between;
}

.index-about .new-box .wd1200 .Title {
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ca0915;
}

.index-about .new-box .wd1200 .Title span {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.index-about .new-box .wd1200 .Title .more {
	font-size: 16px;
	color: #fff;
	transition: 0.3s;
}

.index-about .new-box .wd1200 .Title .more:hover {
	color: #ffb123;
}

.index-about .new-box .wd1200 .issue {
	width: 347px;
	margin-left: 30px;
}

.index-about .new-box .wd1200 .issue .issue-box {
	border: solid 1px #cccccc;
	border-top: none;
	padding: 30px;
	box-sizing: border-box;
	height: 472px;
	overflow: hidden;
}

.index-about .new-box .wd1200 .issue .issue-box .issue-item {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
}

.index-about .new-box .wd1200 .issue .issue-box .issue-item .wen {
	display: flex;
	align-items: center;
}

.index-about .new-box .wd1200 .issue .issue-box .issue-item .wen .tit {
	font-size: 14px;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 14px;
	border-radius: 50%;
	background-color: #ca0915;
}

.index-about .new-box .wd1200 .issue .issue-box .issue-item .wen .ask {
	flex: 1;
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-about .new-box .wd1200 .issue .issue-box .issue-item .da {
	margin-top: 10px;
	display: flex;
}

.index-about .new-box .wd1200 .issue .issue-box .issue-item .da .tit {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 14px;
	border-radius: 50%;
	border: solid 1px #cccccc;
}

.index-about .new-box .wd1200 .issue .issue-box .issue-item .da .ask {
	flex: 1;
	line-height: 24px;
	color: #808080;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-about .new-box .wd1200 .issue .issue-box .issue-item:hover .wen .tit {
	background-color: #ffb123;
}

.index-about .new-box .wd1200 .issue .issue-box .issue-item:hover .wen .ask {
	color: #ca0915;
}

.index-about .new-box .wd1200 .new {
	flex: 1;
}

.index-about .new-box .wd1200 .new .new-main {
	padding: 40px 40px 30px;
	border: solid 1px #cccccc;
	display: flex;
}

.index-about .new-box .wd1200 .new .new-main .flac {
	width: 348px;
	margin-right: 60px;
}

.index-about .new-box .wd1200 .new .new-main .flac .img {
	height: 198px;
	overflow: hidden;
	background-color: #6bc8fd;
}

.index-about .new-box .wd1200 .new .new-main .flac .img img {
	width: 100%;
	transition: 0.3s;
}

.index-about .new-box .wd1200 .new .new-main .flac .flac-box {
	margin-top: 30px;
}

.index-about .new-box .wd1200 .new .new-main .flac .flac-box .title {
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: bold;
	transition: 0.3s;
}

.index-about .new-box .wd1200 .new .new-main .flac .flac-box .intro {
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-about .new-box .wd1200 .new .new-main .flac:hover .img img {
	transform: scale(1.1);
}

.index-about .new-box .wd1200 .new .new-main .flac:hover .flac-box .title {
	color: #ca0915;
}

.index-about .new-box .wd1200 .new .new-main .list .list-item {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}

.index-about .new-box .wd1200 .new .new-main .list .list-item .icon {
	margin-right: 10px;
}

.index-about .new-box .wd1200 .new .new-main .list .list-item .icon2 {
	display: none;
}

.index-about .new-box .wd1200 .new .new-main .list .list-item div {
	font-size: 16px;
	color: #666;
	width: 218px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-about .new-box .wd1200 .new .new-main .list .list-item span {
	font-size: 16px;
	color: #666;
	width: 89px;
	margin-left: 10px;
}

.index-about .new-box .wd1200 .new .new-main .list .list-item:hover div {
	color: #ca0915;
	text-decoration: underline;
}

.index-driver-swiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	background: #fff;
}

.index-driver-swiper .swiper-pagination-bullets {
	bottom: -50px;
}

.index-driver-swiper .swiper-pagination-bullet-active {
	background: #ca0915;
}

.gallery-top .swiper-button-prev {
	width: 56px;
	height: 56px;
	background-size: auto;
	background-image: url("../image/arrow_l.png");
}

.gallery-top .swiper-button-next {
	width: 56px;
	height: 56px;
	background-size: auto;
	background-image: url("../image/arrow_r.png");
}

.index-case .case-box .gallery-thumbs .swiper-slide-thumb-active {
	border: 2px solid #ca0915;
	opacity: 1;
}

.index-reason-swiper .swiper-pagination-bullets {
	bottom: -40px;
}

.index-reason-swiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	background: #fff;
}

.index-reason-swiper .swiper-pagination-bullet-active {
	background: #ca0915;
}

.index-driver-swiper .swiper-button-next {
	right: -50px;
	width: 16px;
	height: 28px;
	background-size: auto;
	background-image: url("../image/driver_arrow_r2.png");
}

.index-driver-swiper .swiper-button-prev {
	left: -50px;
	width: 16px;
	height: 28px;
	background-size: auto;
	background-image: url("../image/driver_arrow_l.png");
}

.index-driver-swiper .swiper-button-next:hover {
	background-image: url("../image/driver_arrow_r.png");
}

.index-driver-swiper .swiper-button-prev:hover {
	background-image: url("../image/driver_arrow_l2.png");
}

.index-about-swiper .swiper-button-next {
	right: 0;
	top: auto;
	bottom: 0;
	width: 34px;
	height: 65px;
	background-size: auto;
	background-image: url("../image/new_arrow_r.png");
}

.index-about-swiper .swiper-button-prev {
	right: 0;
	left: auto;
	top: auto;
	bottom: 68px;
	width: 34px;
	height: 65px;
	background-size: auto;
	background-image: url("../image/new_arrow_l.png");
}

/*首页开始*/
.swiper-button-prev {
	width: 40px;
	text-align: center;
	font-size: 60px;
	font-family: 宋体;
	font-weight: 800;
	user-select: none;
	color: rgb(102, 102, 102) !important;
	background-image: none!important;
}

.swiper-button-next {
	width: 40px;
	text-align: center;
	font-size: 60px;
	font-family: 宋体;
	font-weight: 800;
	user-select: none;
	color: rgb(102, 102, 102) !important;
	background-image: none!important;
}

.wrap {
	width: 100%;
	padding: 0 20px;
	max-width: 1660px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}

.indextop {
	padding-top: 50px;
}

.itzp1 {
	font-size: 18px;
	position: relative;
	color: #ca0915;
	left: 40px;
}

.itzpline {
	display: block;
	position: relative;
	height: 4px;
	width: 30px;
	background: #ca0915;
	top: 10px;
}

.itzp2 {
	font-size: 48px;
	color: #333333;
	font-weight: 800;
}

.ity {
	width: 155px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: url(../image/ibutton.png) 0 0 no-repeat;
	background-size: cover;
	color: #fff;
}

.z2 {
	width: 100%;
	position: relative;
	background: url(../image/z2bg.jpg) 0 0 no-repeat;
	background-size: cover;
}

.z2bot {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 100px;
}

.z2b1 {
	display: block;
	width: 65%;
	height: 380px;
	background: url(../image/z3bg1.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	box-sizing: border-box;
}

.z2b2 {
	display: block;
	width: calc(35% - 30px);
	height: 380px;
	background: url(../image/z3bg2.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	box-sizing: border-box;
}

.z2bp1 {
	position: absolute;
	left: 0px;
	padding-left: 35px;
	padding-right: 35px;
	bottom: 75px;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	transition: 1s;
	box-sizing: border-box;
}

.z2bp2 {
	position: absolute;
	left: 0px;
	padding-left: 35px;
	padding-right: 35px;
	bottom: 35px;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	transition: 1s;
	box-sizing: border-box;
}

.z2b1:hover .z2bp1 {
	padding-left: 75px;
}

.z2b1:hover .z2bp2 {
	padding-left: 75px;
}

.z2b2:hover .z2bp1 {
	padding-left: 75px;
}

.z2b2:hover .z2bp2 {
	padding-left: 75px;
}

.z2b3 {
	margin-top: 70px;
	width: 100%;
}

.z2b3z {
	width: 240px;
	text-align: right;
}

.z2b3c {
	width: 100%;
	padding: 30px;
	color: #ca0915;
	background: #f1f1f2;
	box-sizing: border-box;
	display: block;
}

.z2b3c:nth-child(2) {
	color: #fff;
	background: #1b1b1b;
}

.z2bp3 {
	font-size: 26px;
}

.z2bp4 {
	font-size: 18px;
}

.z2b3y {
	width: calc(100% - 260px);
	padding: 0 50px!important;
	padding: 0 0 0 50px!important;
	position: relative;
	box-sizing: border-box;
}

.z2news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.z2n {
	display: block;
	padding: 30px;
	cursor: pointer;
	transition: 1s;
	box-sizing: border-box;
	width: calc(33.333333% - 20px);
	margin-bottom: 30px;
	background: #fff url() 0 0 no-repeat;
}

.z2nt {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.z2n1 {
	font-size: 50px;
	font-weight: 800;
	color: #ca0915;
}

.z2n2 {
	font-size: 24px;
	font-weight: 800;
	color: #ca0915;
	transform: translate(0px,25px);
}

.z2n3 {
	font-size: 16px;
	font-weight: 400;
	color: #7f7f7f;
	transform: translate(0px,32px);
}

.z2n4 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin-top: 20px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}

.z2n5 {
	font-size: 14px;
	font-weight: 400;
	color: #464646;
	margin-top: 20px;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow: hidden;
}

.z2n:hover {
	background: #fff;
}

.z2n:hover .z2n {
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}

.z2n:hover .z2n1 {
	color: #ca0915;
}

.z2n:hover .z2n2 {
	color: #ca0915;
}

.z2next {
	color: #fff!important;
}

.z2prev {
	color: #fff!important;
}

@media(max-width:899px) {
	.itz {
		margin-left: auto;
		margin-right: auto;
	}

	.ity {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	.itzpline {
		display: none;
	}

	.itzp1 {
		left: 0;
		text-align: center;
	}

	.z2b2 {
		margin-top: 20px;
	}

	.z2top {
		padding-top: 30px;
	}

	.z2z {
		width: 100%;
	}

	.z2y {
		width: 100%;
	}

	.z2y2 {
		padding: 0 10px;
	}

	.z2bot {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.z2b1 {
		width: 100%;
	}

	.z2b2 {
		width: 100%;
	}

	.z2b1 .z2bp1 {
		bottom: 95px;
	}

	.z2b3 {
		margin-top: 30px;
	}

	.z2b3z {
		display: none;
	}

	.z2b3y {
		width: 100%;
		padding: 0!important;
	}

	.z2n3 {
		display: none;
	}

	.z2n {
        /*padding:0;*/
		width: 100%;
	}
}

.z3 {
	position: relative;
	padding-bottom: 40px;
}

.z3z {
	width: 20%;
	padding-top: 80px;
}

.z3za {
	display: block;
	color: #333333;
	font-size: 16px;
	margin-top: 40px;
	border-left: 4px solid #ca0915;
	padding: 0 5px;
	line-height: 1;
}

.z3za:nth-child(1) {
	color: #ca0915;
}

.z3y {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.z3ya {
	width: calc(33.3333% - 20px);
	height: 520px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.z3ya:nth-child(1) {
	background: url(../image/video1.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
}

.z3ya:nth-child(2) {
	background: url(../image/video2.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
}

.z3ya:nth-child(3) {
	background: url(../image/video3.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
}

@media(max-width:899px) {

	.z3z {
		display: none;
	}

	.z3y {
		width: 100%;
	}

	.z3ya {
		width: 100%;
		margin-top: 30px;
		height: 200px;
	}
}

.z4 {
	padding: 140px 0;
	background: url(../image/z4bg.jpg) 0 0 no-repeat;
	background-size: cover;
	position: relative;
}

.z4z {
	width:20%;
	position: relative;
}
.z4y {
	width: 80%;
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
.z4y P{
	font-size:60px;
	font-weight:800;
}

.z4y1 {
	width: 60%;
	color: #000000;
	font-size: 16px;
	line-height: 2;
	background: #f1f1f2;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px;
	box-sizing: border-box;
}

.z5 {
	background: #f1f1f2;
}

.z5t {
	font-size: 36px;
	color: #333333;
	padding: 50px 0;
}

.z5b {
	width: 100%;
	padding-bottom: 50px;
}

@media(max-width:899px) {
	.z4y P{
		font-size:24px;
		padding-bottom:20px;
	}
	.z4 {
		padding: 30px 0;
	}

	.z4y {
		width: 100%;
		padding: 30px 0;
	}

	.z5b img {
		margin: 10px;
	}
}

.bnext {
	color: #fff!important;
	right: 100px!important;
}

.bprev {
	color: #fff!important;
	left: 100px!important;
}

.banner-pagination {
	bottom: 80px!important;
}
@media(max-width:999px){
	.bnext {
		display: none;
	}
	
	.bprev {
		display: none;
	}
	
	.banner-pagination {
		display: none;
	}
}

.banner-pagination .swiper-pagination-bullet {
	height: 3px;
	width: 70px;
	background: #fff!important;
	border-radius: 0!important;
}

.z1 {
	background: #f1f1f2;
}

.z1c {
	padding: 50px 0;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.cpprev {
	left: 70px!important;
	height: 85px!important;
	line-height: 85px;
	width: 36px!important;
	text-align: center;
	color: #fff!important;
	font-size: 18px;
	background: #c1c1c2;
}

.cpnext {
	right: 70px!important;
	height: 85px!important;
	line-height: 85px;
	width: 36px!important;
	text-align: center;
	color: #fff!important;
	font-size: 18px;
	background: #c1c1c2;
}

.z1p1 {
	margin-top: 20px;
	font-size: 26px;
	color: #333333;
}

.z1p2 {
	margin-top: 15px;
	font-size: 18px;
	color: #333333;
}
.z1c .flex{
	/* justify-content: flex-start; */
}
.z1a {
	display: block;
	width: calc((100% - 100px) / 3);
	position: relative;
	padding-bottom: 10px;
	border-bottom: 4px solid #f1f1f2;
	box-sizing: border-box;
	/* margin-right:50px; */
}

.z1img1 {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border: 6px solid #fff;
}

.z1imgc {
	width: 100%;
	transition: 0.4s;
}

.z1more {
	position: absolute;
	right: 0;
	bottom: 40px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-family: '宋体';
	font-size: 12px;
	color: #fff;
	background: #bbbbbb;
	border-radius: 50%;
}

.z1a:hover {
	border-bottom: 4px solid #ca0915;
}

.z1a:hover .z1img1 {
	border: 6px solid #ca0915;
}

.z1a:hover .z1imgc {
	transform: scale(1.1);
}

@media(max-width:999px) {
	.cpnext {
		right: 10px!important;
		top: 35%!important;
	}

	.cpprev {
		left: 10px!important;
		top: 35%!important;
	}
	.z1a{
		width:100%;
	}
}

.videobox {
    width: 200px;
    height: 200px;
    display: block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}


.videobox i {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-animation: round 10s linear infinite;
    -moz-animation: round 10s linear infinite;
    animation: round 10s linear infinite
}

.videobox .play:before {
    background: #155aa1
}

.videobox .play:after {
    background: #155aa1
}

.play2 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.play2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: 0 0;
    background: #fff;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1
}

.play2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: 0 0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes round {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-moz-keyframes round {
    from {
        -moz-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes round {
    from {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-moz-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}
.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 999999999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../image/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index:999;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 90%;
    height:auto;
    top: 0;
    max-width:1200px;
    max-height:80%;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}