@charset "UTF-8";
html,body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family:"微软雅黑";
	min-width: 1258px;
	line-height: 1;
}
p{
	margin: 0;
	padding: 0;
}
.CENTER{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.nav{
	background-color: #f2f2f2;
	height: 143px;
	overflow: hidden;
}
.nav .logo{
	float: left;
	margin-top: 24px;
}
.nav .right{
	float: right;
	font-size: 12px;
	color: #333;
	line-height: 1;
	padding-top: 50px;
}
.nav .right .num{
	font-size: 21px;
	font-weight: bold;
	color: #A42C26;
	margin-top: 7px;
}
.banner, .banner .swiper-container,.banner .swiper-slide, .banner .swiper-slide img{
	height: 550px;
}
.banner .swiper-slide img{
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
}
.banner .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	opacity: 1 !important;
	background-color: #234670;
	border: 2px solid #234670;
	margin: 0 5px;
}
.banner .swiper-pagination-bullet-active{
	background-color: #fff;
}
.h1{
	text-align: center;
	font-size: 40px;
	letter-spacing: 5px;
	color: #a42c26;
	font-weight: bold;
	padding-top: 65px;
}
.txt1{
	text-align: center;
	font-size: 13px;
	color: #999;
	padding-top: 15px;
}
.videoBox{
	margin: 32px 15px 0;
	height: 464px;
	margin-bottom: 70px;
}
.videoBox .left{
	float: left;
	width: 790px;
	height: 464px;
	background-color: #ce514b;
}
.videoBox .left .jwplayer{
	margin-top: 32px;
	margin-left: 40px;
	width: 704px;
	height: 395px;
	background-color: #f5e1e1;
}
.videoBox .right{
	float: left;
	width: 380px;
	height: 464px;
}
.videoBox .right .con{
	height: 314px;
	padding-top: 30px;
	background-color: #a42c26;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	padding-left: 38px;
}
.videoBox .right:before, .videoBox .right:after{
	content: '';
	width: 0;
	display: block;
	border-right: 122px solid transparent;
}
.videoBox .right:before{
	border-bottom: 60px solid #962822;
}
.videoBox .right:after{
	border-top: 60px solid #962822;
}
.videoBox .right .h{
	margin-top: 22px;
	font-size: 19px;
	font-weight: bold;
}
.videoBox .right p{
	padding-left: ;
}
.videoBox .right p img{
	margin-right: 6px;
	vertical-align: 1px;
}
.bg-gray{
	background-color: #fbfbfb;
	padding-bottom: 70px;
}
.miBox{
	margin-top: 50px;
}
.miBox .left{
	float: left;
	width: 624px;
	height: 474px;
	background-image: linear-gradient(-86deg, #a42c26 0%, #234670 100%),linear-gradient(
		#a42c26, 
		#a42c26);
	border-radius: 16px;
}
.miBox .left img{
	display: block;
	border-radius: 16px;
	width: 524px;
	height: 376px;
	margin-left: 50px;
	margin-top: 49px;
}
.miBox .right{
	margin-top: 22px;
	margin-left: 624px;
	height: 430px;
	overflow: hidden;
	background-color: #fff;
	font-size: 13px;
	line-height: 19px;
	color: #666;
}
.miBox .h2{
	width: 168px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	background-color: #a42c26;
	border-radius: 16px;
	margin-left: -19px;
	margin-top: 22px;
	margin-bottom: 16px;
}
.miBox p{
	padding-left: 23px;
	padding-right: 30px;
	text-align: justify;
}
.txt2{
	line-height: 23px;
}
.imgsBox{
	margin-top: 28px;
	margin-bottom: 62px;
}
.imgsBox .item{
	width: 284px;
	background-color: #ffffff;
	border: 1px solid #f4f4f4;
	margin-right: 18px;
	margin-bottom: 18px;
	float: left;
}
.imgsBox .item .img{
	width: 280px;
	margin-left: 2px;
	margin-top: 2px;
	height: 210px;
	overflow: hidden;
}
.imgsBox .item .img img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all .3s ease;
}
.imgsBox .item:hover img{
	transform: scale(1.05);
}
.imgsBox .item .text{
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 13px;
	color: #666;
}
.mr0{
	margin-right: 0 !important;
}
.bg-gray2{
	height: 780px;
	background-image: url('../images/bg0.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 1920px 780px;
	background-size: 1920px 780px;
}
.banner2{
	margin-top: 50px;
}
.banner2 .swiper-slide{
	width: 800px;
	height: 426px;
}
.banner2 .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
}
.pagination{
	margin-top: 24px;
	text-align: center;
}
.pagination .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	margin: 0 5px;
	outline: none !important;
	background-color: #234670;
	opacity: 1 !important;
}
.pagination .swiper-pagination-bullet-active.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #a42c46;
}
.marqueeBox{
	position: relative;
	margin-bottom: 80px;
}
.marqueeBox .btn{
	position: absolute;
	z-index: 10;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: rgba(33,41,34,.6);
	background-image: url('../images/left.png');
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -37px;
	cursor: pointer;
	border: none;
	outline: none;
}
.marqueeBox .btn.left{
	left: -40px;
}
.marqueeBox .btn.right{
	right: -40px;
	background-image: url('../images/right.png');
}
.marqueeBox .btn:hover{
	background-color: rgba(33,41,34,.8);
}
.midMarquee1{
	height: 266px;
	margin-top: 50px;
	overflow: hidden;
}
.midMarquee1 .swiper-container{
	width: 1226px;
}
.bg-gray1{
	background-color: #fdfdfd;
}
