@charset "utf-8";
/*轮播*/
.i_banner{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.i_banner .swiper-container{
	width: 100%;
	height: 100%;
	display: block;
}
.i_banner .swiper-slide{
	position: relative;
}
.i_banner .swiper-slide > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.i_banner .swiper-button-prev,
.i_banner .swiper-button-next{
	width: 50px;
	height: 50px;
    background: rgba(255, 255, 255, .8);
    margin-top:-25px;
    
}
.i_banner .swiper-button-prev{
	left:3%;
}
.i_banner .swiper-button-next{
	right:3%;
}
.i_banner .swiper-button-prev:after,
.i_banner .swiper-button-next:after{
	font-size: 1.375rem;
	color: #000;
}
.i_banner .swiper-pagination{
	width: 100%;
	padding:0 5%;
	bottom: 40px;
	display: flex;
	align-items: flex-start;
}
.i_banner .swiper-pagination .swiper-pagination-bullet{
	width: 50px;
	height: 50px;
	margin:0 20px;
	opacity: 1;
	border-radius: 50%;
	background: none;
	position: relative;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_banner .swiper-pagination .swiper-pagination-bullet-active{
	border:1px #fff solid;
}
.i_banner .swiper-pagination .swiper-pagination-bullet-active:after{
	content: "";
	width:40px;
	height: 1px;
	background: #fff;
	position: absolute;
	top:50%;
	right:-30px;
	transform: translateY(-50%);
}
@media (max-width: 1280px) {
	.i_banner{
		display: none;
	}
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
    
}

.mb_banner{
	display: none;
	width: 100%;
	position: relative;
}
.mb_banner .swiper-container{
	width: 100%;
	height: 100%;
	display: block;
}
.mb_banner .swiper-slide{
	position: relative;
}
.mb_banner .swiper-slide > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mb_banner .swiper-button-prev,
.mb_banner .swiper-button-next{
	width: 20px;
	height: 20px;
    background: rgba(255, 255, 255, .8);
    margin-top:-10px;
    
}
.mb_banner .swiper-button-prev{
	left:3%;
}
.mb_banner .swiper-button-next{
	right:3%;
}
.mb_banner .swiper-button-prev:after,
.mb_banner .swiper-button-next:after{
	font-size: 0.375rem;
	color: #000;
}
.mb_banner .swiper-pagination{
	width: 100%;
	padding:0 5%;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mb_banner .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin:0 4px;
	border-radius: 50%;
	background: #fff;
}
@media (max-width: 1280px) {
	.mb_banner{
		display: block;
	}
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
    
}

.i_toutiao{
    width: 50%;
    float: right;
    background: #c52c2f;
    position: relative;
    z-index: 11;
    padding:30px;
    padding-right: 5%;
    margin-top: -120px;
    color:#fff;
}
.i_toutiao a{
	width: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.i_toutiao .word{
	display: flex;
	align-items: stretch;
}
.i_toutiao .word .date{
	font-size: 24px;
	line-height: 24px;
}
.i_toutiao .word .line{
	width: 1px;
	background: #fff;
	margin:0 20px;
}
.i_toutiao .word .title{
	width: 60%;
	font-size: 20px;
	line-height: 24px;
	height: 48px;
	font-weight: 500;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.i_toutiao .arrow i{
	font-size: 24px;
}
.i_toutiao .year{
	margin-top: -90px;
	text-align: right;
}
.i_toutiao .year h1{
	font-size: 90px;
	font-weight: 900;
	line-height: 90px;
}
.i_toutiao .year h2{
	font-size: 80px;
	font-weight: 900;
	line-height: 80px;
}
@media (max-width: 1280px) {
    .i_toutiao{
    	width: 100%;
    	padding:3%;
    	margin-top: 0;
    }
    .i_toutiao .year h1{
		font-size: 60px;
		line-height: 60px;
	}
	.i_toutiao .year h2{
		font-size: 50px;
		line-height: 50px;
	}
}
@media (max-width: 992px){
    
}
@media (max-width: 750px){
	.i_toutiao .word .title{
		font-size: 16px;
		width: auto;
	}
	.i_toutiao .word .line{
		margin:0 10px;
	}
	.i_toutiao .word .date{
		font-size: 14px;
		white-space: nowrap;
	}
	.i_toutiao .arrow i{
		font-size: 14px;
	}
	.i_toutiao .year{
		margin-top: -60px;
	}
    .i_toutiao .year h1{
		font-size: 24px;
		line-height: 24px;
	}
	.i_toutiao .year h2{
		font-size: 18px;
		line-height: 18px;
	}
}

.i_title{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.i_title.white{
	color: #fff;
}
.i_title h1{
	font-size: 50px;
	font-weight: 600;
}
.i_title h2{
	font-size: 36px;
	font-weight: 100;
	line-height: 24px;
}
@media (max-width: 1280px) {
    .i_title h1{
		font-size: 36px;
	}
	.i_title h2{
		font-size: 24px;
	}
}
@media (max-width: 992px){
    
}
@media (max-width: 750px){
    .i_title{
    	flex-direction: column;
    	text-align: center;
    }
    .i_title h1{
		font-size: 24px;
	}
	.i_title h2{
		font-size: 14px;
	}
	.i_title .right{
		margin-top: 10px;
	}
}

.i_more{
	width: 190px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px #b3b3b3 solid;
	position: relative;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_more:before,
.i_more:after{
	content: "";
	width: 20px;
	height: 2px;
	background: #c52c2f;
	position: absolute;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_more:before{
	right:-1px;
	top: -1px;
}
.i_more:after{
	left: -1px;
	bottom: -1px;
}
.i_more:hover{
	background: #c52c2f;
	border-color: #c52c2f;
}
.i_more:hover:before,
.i_more:hover:after{
	background: #fff;
}
.i_more a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.i_more a:before,
.i_more a:after{
	content: "";
	width: 2px;
	height: 10px;
	background: #c52c2f;
	position: absolute;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_more a:before{
	right:-1px;
	top: -1px;
}
.i_more a:after{
	left: -1px;
	bottom: -1px;
}
.i_more a i{
	font-size: 12px;
	margin-left: 10px;
}
.i_more a:hover{
	color: #fff;
}
.i_more:hover a:before,
.i_more:hover a:after{
	background: #fff;
}
.i_more.white{
	border-color: rgba(255, 255, 255, .3);
}
.i_more.white:before,
.i_more.white:after{
	background: #fff;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_more.white a{
	color: #fff;
}
.i_more.white a:before,
.i_more.white a:after{
	background: #fff;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_more.white:hover{
	background: #fff;
	border-color: #fff;
}
.i_more.white:hover:before,
.i_more.white:hover:after{
	background: #c52c2f;
}
.i_more.white:hover a{
	color: #c52c2f;
}
.i_more.white:hover a:before,
.i_more.white:hover a:after{
	background: #c52c2f;
}
@media (max-width: 1280px) {
    .i_more{
		width: 136px;
		height: 42px;
	}
}
@media (max-width: 992px){
    
}
@media (max-width: 750px){
    .i_more{
		width: 118px;
		height: 32px;
	}
}

.i_about{
	width: 100%;
	background: url(../images/i_bg1.jpg) no-repeat center top;
	background-size: cover;
}
.i_about .about_box{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.i_about .about_box .box-left{
	width: 45%;
    padding-left: 5%;
    padding-right: 5%;
    border-right: 1px #eee solid;
}
.i_about .about_box .box-left .line{
    width: 100%;
    height: 1px;
    background: #eee;
}
.i_about .about_box .box-left .image img{
	width: 100%;
	display: block;
}
.i_about .about_box .box-right{
	width: 55%;
	padding-left: 5%;
    padding-right: 5%;
}
.i_about .about_box .box-right .numberbox ul{
	display: flex;
	justify-content: space-between;
}
.i_about .about_box .box-right .numberbox .number{
	display: flex;
	align-items: flex-end;
}
.i_about .about_box .box-right .numberbox .number span:nth-child(1){
	font-size: 60px;
	line-height: 60px;
	color: #c52c2f;
	font-weight: 900;
}
.i_about .type_box{
	border-top: 1px #eee solid;
	padding:40px 0;
}
.i_about .type_box .swiper-slide a{
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .3;
	font-weight: 900;
	font-size: 20px;
	color: #000;
}
.i_about .type_box .swiper-slide-active a{
	opacity: 1;
	color: #c52c2f;
}
.i_about .type_box .swiper-slide .image{
	margin-right: 10px;
}
.i_about .type_box .swiper-slide .image img{
	display:block;
	filter: brightness(0);
}
.i_about .type_box .swiper-slide-active .image img{
	filter:none;
}
.i_about .type_box .swiper-slide .subtitle,
.i_about .type_box .swiper-slide .content,
.i_about .type_box .swiper-slide .typepic{
	display: none;
}
@media (max-width: 1280px) {
    .i_about .about_box{
    	margin-top: 0;
    }
    .i_about .about_box .box-left{
    	padding-left: 3%;
    	padding-right: 3%;
    }
    .i_about .about_box .box-right{
    	padding-left: 3%;
    	padding-right: 3%;
    }
    .i_about .about_box .box-right .numberbox li{
    	width: 32%;
    }
    .i_about .about_box .box-right .numberbox .number span:nth-child(1){
		font-size: 32px;
		line-height: 32px;
	}
	.i_about .type_box{
		padding:4% 0;
	}
	.i_about .type_box .swiper-slide a{
		font-size: 16px;
	}
	.i_about .type_box .swiper-slide .image img{
		width: 40px;
	}
}
@media (max-width: 992px){
    
}
@media (max-width: 750px){
    .i_about .about_box{
    	flex-direction: column;
    }
    .i_about .about_box .box-left,
    .i_about .about_box .box-right{
    	width: 100%;
    }
    .i_about .about_box .box-left{
    	border-right: none;
    }
    .i_about .about_box .box-right{
    	padding-top: 0;
    }
    .i_about .about_box .box-right .i_more{
    	margin:0 auto;
    }
    .i_about .type_box .swiper-slide .image img{
		width: 30px;
	}
}

.i_type{
	width: 100%;
	background: url(../images/i_bg2.jpg) no-repeat center top;
	background-size: cover;
}
.i_type a{
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.i_type .box-left{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.i_type .box-left .word{
	padding-left: 10%;
	padding-right: 10%;
}
.i_type .box-left .word .subtitle{
	font-size: 48px;
	font-weight: 900;
	line-height: 48px;
	text-transform: uppercase;
}
.i_type .box-left .word .typename{
	font-size: 48px;
	font-weight: 900;
	line-height: 48px;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.i_type .box-left .word .typename .series{
	background: #fff;
	font-size: 24px;
	font-weight: 900;
	color: #c52c2f;
	padding:0 20px;
	border-radius: 16px 0 16px 0;
	margin-left: 20px;
}
.i_type .box-left .ad{
	display: flex;
	flex-direction: column;
}
.i_type .box-left .ad .ad_text1{
	padding-left: 10%;
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
}
.i_type .box-left .ad .ad_line{
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	margin:30px 0;
}
.i_type .box-left .ad .ad_text2{
	padding-left: 10%;
	font-weight: 900;
	display: flex;
	flex-direction: column;
	font-size: 20px;
	line-height: 24px;
	color: rgba(255, 255, 255, .5);
}
.i_type .box-right{
	width: 50%;
	padding-right: 5%;
}
.i_type .box-right img{
	max-width: 100%;
	display: block;
}
@media (max-width: 1280px) {
	.i_type a{
		flex-direction: column;
	}
	.i_type .box-left{
		width: 100%;
	}
	.i_type .box-left .word,
	.i_type .box-left .ad .ad_text1,
	.i_type .box-left .ad .ad_text2{
		padding-left: 6%;
		padding-right: 6%;
	}
	.i_type .box-left .word .subtitle{
		font-size: 24px;
		line-height: 24px;
	}
	.i_type .box-left .word .typename{
		font-size: 28px;
		line-height: 28px;
		margin-top: 10px;
	}
	.i_type .box-left .word .typename .series{
		font-size: 16px;
		margin-left: 10px;
		padding:0 10px;
	}
	.i_type .box-left .ad .ad_text1{
		font-size: 18px;
	}
	.i_type .box-left .ad .ad_text2{
		font-size: 14px;
	}
	.i_type .box-left .ad .ad_line{
		margin: 10px 0;
	}
    .i_type .box-right{
    	width: 100%;
    	margin-top: 4%;
    	padding-left: 3%;
		padding-right: 3%;
	}
}
@media (max-width: 992px){
    
}
@media (max-width: 750px){
    .i_type .box-left .word .subtitle{
		font-size: 16px;
	}
	.i_type .box-left .word .typename{
		font-size: 20px;
		line-height: 24px;
	}
	.i_type .box-left .word .typename .series{
		font-size: 14px;
	}
	.i_type .box-left .ad .ad_text1{
		font-size: 16px;
	}
}

.i_products{
	width: 100%;
	background: url(../images/i_bg3.jpg) no-repeat center bottom;
	background-size: cover;
}
.i_products .i_title .right{
	width: 400px;
	display: flex;
	flex-direction: column;
}
.i_products .i_title .right .search{
	margin-top: 10px;
	border-bottom: 1px #000 solid;
	padding-bottom: 10px;
}
.i_products .i_title .right .search form{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.i_products .i_title .right .search input,
.i_products .i_title .right .search button{
	border:none;
	background: none;
}
.i_products .i_title .right .search button{
	cursor: pointer;
}
.i_products .content .swiper-slide{
	position: relative;
}
.i_products .content .swiper-slide img{
	display: block;
}
.i_products .content .swiper-slide .bg{
	width: 100%;
}
.i_products .content .swiper-slide .bg img{
	width: 100%;
}
.i_products .content .swiper-slide .bg .img_h{
	display: none;
}
.i_products .content .swiper-slide:hover .img{
	display: none;
}
.i_products .content .swiper-slide:hover .img_h{
	display: block;
}
.i_products .content .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top:0;
	left:0;
	padding:40px;
}
.i_products .content .swiper-slide .image{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #fff;
	position: relative;
}
.i_products .content .swiper-slide .image .box{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	padding:4%;
}
.i_products .content .swiper-slide .image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.i_products .content .swiper-slide .word{
	color: #fff;
	display: flex;
	flex-direction: column;
}
.i_products .content .swiper-slide .word .title{
	font-size: 24px;
	margin-top: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.i_products .content .swiper-slide .word .arrow{
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.i_products .content .swiper-slide .word .arrow i{
	display: block;
	font-size: 12px;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i_products .content .swiper-slide a:hover .word .arrow i{
	color: #c52c2f;
}
@media (max-width: 1280px) {
	.i_products .i_title .right{
		width: auto;
	}
    .i_products .content .swiper-slide a{
    	padding:30px;
    }
    .i_products .content .swiper-slide .word .title{
    	font-size: 16px;
    }
    .i_products .content .swiper-slide .word .arrow i{
    	width: 20px;
    	height: 20px;
    }
}
@media (max-width: 992px){
    
}
@media (max-width: 750px){
	.i_products .i_title .right{
		width: 80%;
		margin-top: 5px;
	}
	.i_products .i_title .right .search{
		padding-bottom: 5px;
		margin-top: 5px;
	}
}

.i_advantage{
	width: 100%;
	position: relative;
}
.i_advantage .bg{
	width: 100%;
}
.i_advantage .bg img{
	width: 100%;
	display: block;
}
.i_advantage > ul{
	position: absolute;
	height: 100%;
	top:0;
	left:5%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
}
.i_advantage > ul > li{
	flex:1;
	border-right: 1px solid rgba(255, 255, 255, .2);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.i_advantage > ul > li:last-child{
	border-right: none;
}
.i_advantage > ul > li:after{
	content: "";
	width: 20px;
	height: 2px;
	background: #fff;
	margin-top: 30px;
}
.i_advantage > ul > li.on,
.i_advantage > ul > li:hover{
    background:linear-gradient(to bottom, rgba(197, 44,47,0), rgba(197, 44,47,1));
}
.i_advantage > ul > li > .bg_h {
	display: none;
}
.i_advantage > ul > li > .image img{
	max-width: 100%;
	display: block;
}
.i_advantage > ul > li > .word{
	margin-top: 40px;
	text-align: center;
}
@media (max-width: 1280px) {
	.i_advantage{
		padding:8% 0;
	}
	.i_advantage .bg{
		position: absolute;
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		z-index: -1;
	}
	.i_advantage .bg img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
    .i_advantage > ul{
    	height: auto;
    	position: static;
    	flex-direction: row;
    	flex-wrap: wrap;
    	border:none;
    }
    .i_advantage > ul > li{
    	flex:48%;
    	border:none;
    	flex-direction: row;
    	justify-content:flex-start;
    	padding:2%;
    	margin:2% 4% 2% 0;
    	border:1px #fff solid;
    }
    .i_advantage > ul > li:last-child{
    	border:1px #fff solid;
    }
    .i_advantage > ul > li:nth-child(2n){
    	margin-right: 0;
    }
    .i_advantage > ul > li:after{
    	display: none;
    }
    .i_advantage > ul > li.on,
    .i_advantage > ul > li:hover{
    	background: none;
    }
    .i_advantage > ul > li > .image{
    	width: 80px;
    	margin-right: 20px;
    }
    .i_advantage > ul > li > .word{
    	margin-top: 0;
    	text-align: left;
    }
}
@media (max-width: 992px){
    
}
@media (max-width: 750px){
	.i_advantage{
		padding:12% 0;
	}
	.i_advantage > ul{
		flex-direction: column;
	}
	.i_advantage > ul > li{
		flex:1;
		margin:1% 4% 1% 0;
		margin-right: 0;
		padding:3%;
	}
    .i_advantage > ul > li > .image{
    	width: 50px;
    	margin-right: 10px;
    }
}

.i_honor{
	width: 100%;
	background: url(../images/i_bg4.jpg) no-repeat center top;
	background-size: cover;
}
.i_honor .content .swiper-slide{
	position: relative;
}
.i_honor .content .swiper-slide img{
    display: block;
}
.i_honor .content .swiper-slide .bg{
	width: 100%;
}
.i_honor .content .swiper-slide .bg img{
	width: 100%;
}
.i_honor .content .swiper-slide .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.i_honor .content .swiper-slide .img img{
	max-width: 100%;
}
.i_honor .control{
 	display: flex;
 	justify-content: center;
 	align-items: center;
}
.i_honor .control .swiper-button-prev,
.i_honor .control .swiper-button-next{
	position: static;
	color: #fff;
	margin:0 30px;
}
.i_honor .control .swiper-button-prev:after,
.i_honor .control .swiper-button-next:after{
	font-size: 30px;
}
@media (max-width: 1280px) {
    .i_honor .control .swiper-button-prev,
	.i_honor .control .swiper-button-next{
		margin:0 15px;
	}
	.i_honor .control .swiper-button-prev:after,
	.i_honor .control .swiper-button-next:after{
		font-size: 24px;
	}
}
@media (max-width: 992px){
    
}
@media (max-width: 750px){
    .i_honor .control .swiper-button-prev,
	.i_honor .control .swiper-button-next{
		margin:0 5px;
	}
	.i_honor .control .swiper-button-prev:after,
	.i_honor .control .swiper-button-next:after{
		font-size: 18px;
	}
}

.i_news{
	width: 100%;
	background: url(../images/i_bg5.jpg) no-repeat center top;
	background-size: cover;
}
.i_news .i_title .right ul{
	display: flex;
	align-items: center;
}
.i_news .i_title .right li{
	margin-left: 100px;
}
.i_news .i_title .right a{
	display: block;
	position: relative;
}
.i_news .i_title .right .number{
	font-size: 96px;
	line-height: 96px;
	font-weight: 900;
	color: rgba(153, 153, 153, .15);
}
.i_news .i_title .right .name{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 900;
	white-space: nowrap;
	padding-left: 30px;
}
.i_news .i_title .right .name:before,
.i_news .i_title .right .name:after{
	content: "";
	position: absolute;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_news .i_title .right .name:before{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(120, 120, 120, .3);
	left:0;
	top:50%;
	transform: translateY(-50%);
}
.i_news .i_title .right .name:after{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(120, 120, 120, 1);
	left:6px;
	top: 50%;
	transform: translateY(-50%);
}
.i_news .i_title .right a:hover .name:before{
	background: rgba(197, 44, 47, .3);
}
.i_news .i_title .right a:hover .name:after{
	background: rgba(197, 44, 47, 1);
}
.i_news .content .swiper-slide .date{
	font-size: 120px;
	line-height: 120px;
	font-weight: 900;
	color: #c52c2f;
	text-align: right;
	position: relative;
	z-index: -1;
	opacity: 0;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.i_news .content .swiper-slide:hover .date,
.i_news .content .swiper-slide-active .date{
	opacity: 1;
}
.i_news .content .swiper-slide a{
	display: block;
	padding:50px;
	margin-top: -60px;
}
.i_news .content .swiper-slide:hover a,
.i_news .content .swiper-slide-active a{
	background: #fff;
	border-radius: 24px;
}
.i_news .content .swiper-slide .title{
	font-size: 28px;
	line-height: 28px;
	font-weight: 900;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-bottom: 20px;
    position: relative;
}
.i_news .content .swiper-slide .title:after{
	content: "";
	width: 80px;
	height: 2px;
	background: #c52c2f;
	position: absolute;
	left: 0;
	bottom: 0;
}
.i_news .content .swiper-slide .summary{
	height: 80px;
	margin:20px 0;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.i_news .content .swiper-slide .arrow{
	color: #c52c2f;
}
.i_news .content .swiper-slide .arrow i{
	font-size: 24px;
}
.i_news .control{
 	display: flex;
 	justify-content: center;
 	align-items: center;
}
.i_news .control .swiper-button-prev,
.i_news .control .swiper-button-next{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: static;
	color: #fff;
	margin:0 10px;
	background: #6a727d;
}
.i_news .control .swiper-button-next{
	background: #c52c2f;
}
.i_news .control .swiper-button-prev:after,
.i_news .control .swiper-button-next:after{
	font-size: 12px;
}
@media (max-width: 1280px) {
    .i_news .i_title .right li{
		margin-left: 40px;
	}
	.i_news .i_title .right li a{
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 64px;
	}
	.i_news .i_title .right .number{
		font-size: 64px;
		line-height: 64px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.i_news .i_title .right .name{
		font-size: 18px;
		padding-left: 20px;
		position: static;
		transform: none;
	}
	.i_news .i_title .right .name:before{
		width: 12px;
		height: 12px;
	}
	.i_news .i_title .right .name:after{
		width: 6px;
		height: 6px;
		left:3px;
	}
	.i_news .content .swiper-slide .date{
		font-size: 60px;
		line-height: 60px;
	}
	.i_news .content .swiper-slide a{
		margin-top: -30px;
		padding:30px;
	}
	.i_news .content .swiper-slide .title{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.i_news .content .swiper-slide .title:after{
		width: 40px;
	}
	.i_news .control .swiper-button-prev,
	.i_news .control .swiper-button-next{
		width: 36px;
		height: 36px;
		margin:0 5px;
	}
}
@media (max-width: 992px){
    
}
@media (max-width: 750px){
    .i_news .i_title .right li:nth-child(1){
    	margin-left: 0;
    }
    .i_news .i_title .right li a{
		line-height: 48px;
	}
	.i_news .i_title .right .number{
		font-size: 48px;
		line-height: 48px;
	}
	.i_news .content .swiper-slide a{
		border-radius: 12px;
	}
	.i_news .control .swiper-button-prev,
	.i_news .control .swiper-button-next{
		width: 30px;
		height: 30px;
	}
}