.banner-box {
  	position: relative;
  	padding-top:90px;
  	width:100%;
  	overflow: hidden;
}
.banner-box img{
	width:100%;
}
.banner-box .swiper-button-prev {
  	left:30px;
}
.banner-box .swiper-button-next {
  	right:30px;
}
.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
  	width:60px;
  	height:60px;
  	background: rgba(0, 0, 0, 0.1);
  	line-height:60px;
  	border-radius:6px;
  	transition: all .45s ease;
}
.banner-box .swiper-button-next:after,
.banner-box .swiper-button-prev:after {
  	font-size:16px;
  	color: #fff;
  	font-weight:700;
}
.banner-box .swiper-button-next:hover,
.banner-box .swiper-button-prev:hover {
  	background:#D00707;
}
.banner-box .swiper-pagination{
	bottom:50px;
}






.session_1{
	background:url('../images/img_1.png') center center no-repeat;
	background-size:cover;
	padding-top:57px;
	padding-bottom:135px;
	box-sizing:border-box;
}
.session_1 .all-box{
	margin-top:40px;
	padding-left:50px;
	display:flex;
	box-sizing:border-box;
}
.session_1 .all-box .left-box{
	width:44.445%;
	position:relative;
	z-index:2;
}
.session_1 .all-box .left-box .icon-box{
	position:absolute;
	width:80px;
	height:80px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.session_1 .all-box .left-box .icon-box img{
	width:100%;
	height:100%;
}
.session_1 .all-box .left-box .img-box{
	overflow:hidden;
}
.session_1 .all-box .left-box .img-box > img{
	max-width:100%;
}
.session_1 .all-box .right-box{
	width:55.555%;
	padding-left:80px;
	padding-right:50px;
	box-sizing:border-box;
	padding-top:45px;
	margin-right:-50px;
}
.session_1 .all-box .right-box .top-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:25px;
}
.session_1 .all-box .right-box .top-box h3{
	font-size:30px;
}
.session_1 .all-box .right-box .top-box a{
	width:120px;
	height:36px;
	line-height:32px;
	font-size:16px;
}
.session_1 .all-box .right-box .des-box p{
	font-size:15px;
	font-weight:400;
	line-height:30px;
	color:#666;
}
.session_1 .all-box .right-box .tags{
	margin-top:55px;
	display:flex;
	justify-content:space-between;
}
.session_1 .all-box .right-box .tags .item-box{
	text-align:left;
}
.session_1 .all-box .right-box .tags .item-box h3{
	position:relative;
	font-size:45px;
	color:#D70C19;
}
.session_1 .all-box .right-box .tags .item-box:nth-child(1) span{
	font-size:16px;
	color:#666666;
}
.session_1 .all-box .right-box .tags .item-box:nth-child(2) span{
	position:absolute;
	font-size:14px;
	color:#D70C19;
	top:-5px;
}
.session_1 .all-box .right-box .tags .item-box em{
	font-style:normal;
	font-size:28px;
}
.session_1 .all-box .right-box .tags .item-box:nth-child(3) em{
	margin-left:-15px;
}
.session_1 .all-box .right-box .tags p{
	margin-top:10px;
	font-size:16px;
	color:#666666;
}





.session_2{
	position:relative;
}
.session_2 .menu-box.block{
	width:600px;
}
.session_2 .menu-box{
	position:absolute;
	bottom:100px;
	right:50px;
	display:flex;
	justify-content:space-between;
	box-sizing:border-box;
}
.session_2 .menu-box .item-box{
	width:25%;
	text-align:center;
	padding-top:32px;
	box-sizing:border-box;
}
.session_2 .menu-box .item-box .icon-box{
	width:72px;
	height:72px;
	border-radius:100%;
	border:2px solid #EEEEEE;
	box-sizing:border-box;
	margin:0 auto;
	overflow:hidden;
}
.session_2 .menu-box .item-box .icon-box img{
	width:100%;
	height:100%;
	transition:all .5s;
}
.session_2 .menu-box .item-box a > p{
	font-size:16px;
	margin-top:23px;
	color:#fff;
}
.session_2 .menu-box .item-box:hover .icon-box{
	border-color:#D00707;
}
.session_2 .menu-box .item-box:hover .icon-box img{
	transform:scale(1.1);
}
.session_2 .menu-box .item-box:hover a > p{
	color:#D00707;
	font-weight:700;
}
.session_2 .all-box{
	display:flex;
}
.session_2 .all-box .left-box{
	width:64%;
	height:792px;
}
.session_2 .all-box .left-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.session_2 .all-box .right-box{
	background:url('../images/img_4.png') center center no-repeat;
	background-size:cover;
	width:36%;
	padding-top:185px;
	box-sizing:border-box;
	padding-right:8.3%;
	text-align:right;
	height:792px;
}
.session_2 .all-box .right-box h3{
	font-size:60px;
	color:#ffffff;
	font-family:'other';
	margin-bottom:5px;
}
.session_2 .all-box .right-box > span{
	font-size:36px;
	color:#D00707;
	font-weight:700;
	display:inline-block;
	margin-bottom:40px;
}
.session_2 .all-box .right-box > p{
	font-size:16px;
	color:#ffffff;
	padding-left:30px;
	line-height:30px;
	box-sizing:border-box;
}
.session_2 .all-box .right-box .more-box{
	margin-top:50px;
}
.session_2 .all-box .right-box .public_a span{
	color:#ffffff;
}
.session_2 .all-box .right-box .public_a:after{
	border-color:#ffffff;
}




.session_3{
	background:#f5f5f5;
	padding-top:90px;
	padding-bottom:128px;
	box-sizing:border-box;
}
.session_3 .title-box{
	text-align:center;
	margin-bottom:80px;
}
.session_3 .title-box h3{
	font-size:36px;
	color:#D00707;
	margin-bottom:25px;
}
.session_3 .title-box p{
	color:#333333;
	font-size:18px;
}
.session_3 .all-box{
	width:1500px;
}
.session_3 .all-box .swiper-slide{
	padding-bottom:36px;
	box-sizing:border-box;
}
.session_3 .all-box .item-box{
	position:relative;
}
.session_3 .all-box .item-box .txt-box{
	position:absolute;
	bottom:-36px;
	right:150px;
	width:512px;
	height:160px;
	background:#D00707;
	padding-top:30px;
	padding-left:35px;
	padding-right:35px;
	box-sizing:border-box;
}
.session_3 .all-box .item-box .txt-box h3{
	color:#ffffff;
	font-size:22px;
	margin-bottom:10px;
}
.session_3 .all-box .item-box .txt-box p{
	color:#666666;
	font-size:16px;
	line-height:36px;
	color:#ffffff;
}
.session_3 .swiper-pagination{
	left:100px;
	bottom:86px;
	text-align:left;
}





.session_4 {
	background:url('../images/img_2.png') center center no-repeat;
	background-size:cover;
	margin-top:130px;
	padding-bottom:80px;
	box-sizing:border-box;
}
.session_4 .all-box{
	display:flex;
	justify-content:space-between;
}
.session_4 .all-box .col-md-3{
	width:30%;
	box-sizing:border-box;
}
.session_4 .all-box .center.col-md-3{
	width:39%;
}
.session_4 .item-box .img-box{
	overflow:hidden;
}
.session_4 .item-box .img-box img{
	width:100%;
	height:265px;
	object-fit:cover;
	transition:all .5s;
}
.session_4 .item-box:hover img{
	transform:scale(1.1);
}
.session_4 .item-box{
	position:relative;
}
.session_4 .item-box p{
	position:absolute;
	height:50px;
	line-height:50px;
	background:rgba(255, 255, 255, 0.9);
	left:0;
	right:0;
	bottom:0;
	font-size:16px;
	text-align:center;
}
.session_4 .item-box:hover p{
	background:rgba(208,7,7,0.9);
	color:#fff;
}
.session_4 .center .item-box .img-box img{
	height:812px;
	width:100%;
	object-fit:cover;
}
.session_4 .left-box{
	position:relative;
}
.session_4 .left-box .top-box .title{
	position:relative;
	padding-left:50px;
	padding-top:60px;
	margin-bottom:40px;
	box-sizing:border-box;
}
.session_4 .left-box .top-box .title:before{
	position:absolute;
	content:'';
	left:0;
	top:11px;
	background:url('../images/icon_3.png') center center no-repeat;
	width:77px;
	height:69px;
}
.session_4 .left-box .top-box .title h3{
	font-size:36px;
	color:#D00707;
	margin-bottom:18px;
}
.session_4 .left-box .top-box .title p{
	font-size:18px;
}
.session_4 .left-box .top-box > p{
	font-size:16px;
	padding-left:50px;
	padding-right:25px;
	line-height:36px;
	color:#666;
	text-indent:2em;
}
.session_4 .left-box .more-box{
	text-align:center;
	margin-top:80px;
}
.session_4 .left-box .item-box{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.session_4 .right-box .item-box{
	margin-bottom:8px;
}
.session_4 .right-box .item-box:last-child{
	margin-bottom:0;
}





.session_5{
	background:url('../images/img_5.png') center center no-repeat;
	background-size:cover;
	padding-top:77px;
	height:860px;
	box-sizing:border-box;
}
.session_5 .all-box{
	margin-top:75px;
	text-align:center;
}
.session_5 .all-box .swiper-slide img{
	max-width:100%;
}
.session_5 .swiper-pagination{
	position:static;
	margin-top:60px;
}





.session_6 {
   margin-top:75px;
   margin-bottom:75px;
}
.session_6 .all-box {
  margin-top:45px;
}
.session_6 .all-box .row {
  	margin-left:-32px;
  	margin-right:-32px;
}
.session_6 .all-box .row .col-md-4 {
  	float: left;
  	width: 33.33%;
  	padding-left:32px;
  	padding-right:32px;
  	box-sizing: border-box;
}
.session_6 .all-box .item-box .img-box {
  	position: relative;
  	overflow: hidden;
}
.session_6 .all-box .item-box .img-box img {
  	width: 100%;
  	height: 218px;
  	object-fit: cover;
  	transition: all .3s;
}
.session_6 .all-box .item-box .img-box span {
  	position: absolute;
  	bottom:-50px;
  	left: 0;
  	right: 0;
  	text-align: center;
  	height: 50px;
  	line-height:50px;
  	background:#D00707;
  	color: #fff;
  	transition: all .3s;
}
.session_6 .all-box .item-box .img-box span img {
  	width: auto;
  	height: auto;
}
.session_6 .all-box .item-box .txt-box {
  	height: 210px;
  	padding-top: 30px;
  	padding-left: 30px;
  	padding-right: 30px;
  	box-sizing: border-box;
  	text-align: center;
  	transition: all .3s;
}
.session_6 .all-box .item-box .txt-box h3 {
  	font-size: 18px;
  	color: #333333;
  	line-height: 1.1;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.session_6 .all-box .item-box .txt-box p {
  	font-size: 14px;
  	color: #999999;
  	line-height:24px;
  	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
 	max-height: 51px;
}
.session_6 .all-box .item-box .txt-box span {
  	font-size: 14px;
  	color: #999;
  	margin-top: 10px;
  	margin-bottom:10px;
  	display: block;
}
.session_6 .all-box .item-box:hover .img-box > img {
  	transform: scale(1.2);
}
.session_6 .all-box .item-box:hover .img-box span {
  	bottom: 0px;
}
.session_6 .all-box .item-box:hover .txt-box {
  	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.session_6 .more-box {
  	margin-top:48px;
  	text-align: center;
}





@media screen and (max-width:1680px) {
	.session_2 .menu-box{
		width:1030px !important;
	}
}
/*# sourceMappingURL=index.css.map */