/* 首页内容区样式 */
.index_title h3{
	font-size:22px;
	color:#444;
}
.index_title p{
	font-size:14px;
	color:#999;
	font-family:Helvetica;
}

.index_box{
	padding:90px 0;
}
.index_business{
	width:1840px;
	margin:0 auto 85px;
}
.index_business ul{
	width:100%;
	overflow:hidden;
}
.index_business ul li{
	width:25%;
	height:480px;
	float:left;
	position:relative;
	-webkit-transition-duration:1s;
	        transition-duration:1s;
}
.bus_this{
	background:#3c3c3e;
	padding:50px;
}
.bus_this h2{
	font-size:26px;
	color:#fff;
	font-weight:400;
	line-height:100%;
	margin-bottom:8px;
}
.bus_this .title p{
	font-size:16px;
	color:#999;
	line-height:100%;
}
.bus_this .text{
	position:absolute;
	bottom:50px; left:50px;
	width:100%;
}
.bus_this .text span{
	display:block;
	width:32px;
	height:3px;
	background:#666;
	margin-bottom:13px;
}
.bus_this .text p{
	font-size:16px;
	color:#999;
	line-height:24px;
}

.index_business .item .img{
	height:320px;
	overflow:hidden;
}
.index_business .item .img img{
	width:100%;
	display:block;
	-webkit-transition-duration:3s;
	        transition-duration:3s;
}
.index_business .item .text{
	height:160px;
	background:#f7f7f7;
	padding:30px;
	-webkit-transition-duration:1s;
	        transition-duration:1s;
}
.index_business .item .text h3{
	font-size:22px;
	color:#333;
	line-height:100%;
	margin-bottom:10px;
	font-weight:400;
}
.index_business .item .text p{
	font-size:14px;
	color:#999;
	line-height:24px;
}

.index_business .item .img img:hover{
	-webkit-transform:scale(1.05,1.05);
	        transform:scale(1.05,1.05);
}
.index_business .item:hover .text{
	background:#ededed;
}

@media(max-width:1900px){
	.index_business{
		width:1400px;
		margin:0 auto 85px;
	}
	.index_business ul li{
		height:404px;
	}
	.index_business .item .img{
		height:244px;
	}
	.index_business .item .text{
		padding:15px;
	}
}
@media(max-width:1440px){
	.index_business{
		width:1208px;
		margin:0 auto 85px;
	}
	.index_business ul li{
		height:368px;
	}
	.index_business .item .img{
		height:210px;
	}
	.index_business .item .text{
		padding:15px;
	}
}

@media(max-width:1024px){
	.index_box{
		padding:40px 0;
	}
	.index_business{
		width:90%;
		margin-bottom:40px;
	}
	.index_business ul li{
		width:50%;
		height:47vw;
	}
	.index_business .item .img{
		height:31vw;
	}
	.index_business .item .text{
		height:16vw;
		padding:3vw;
	}
}
@media(max-width:768px){
	.index_business ul li{
		height:53vw;
	}
	.index_business .item .text{
		height:22vw;
	}
}
@media(max-width:767px){
	.bus_this{
		padding:3vw;
	}
	.bus_this .text{
		width:39vw;
		left:3vw;
		bottom:3vw;
	}
	.bus_this .text p{
		font-size:3.2vw;
		line-height:4vw;
	}
	.index_business .item .text h3{
		font-size:4vw;
		margin-bottom:2vw;
	}
	.index_business .item .text p{
		display: -webkit-box;    
		-webkit-box-orient: vertical;    
		-webkit-line-clamp: 3;    
		overflow: hidden;
		font-size:3.2vw;
		line-height:4vw;
		height:12vw;
	}
}

.index_video{
	width:100%;
	background:#f2f2f2;
	padding:90px 0;
}
.index_video .content{
	width:1080px;
	margin:auto;
}
.index_video .content .video_box{
	width:480px;
	overflow:hidden;
	position:relative;
}
.index_video .content .video_box .img{
	height:100%;
	position: relative;
}
.index_video .content .video_box .img video{
	width:100%;
	/* height:100%; */
	/* display:block; */
	-o-object-fit:fill;
	   object-fit:fill; 
}
.index_video .content .video_box .img img{
	position: absolute;
	z-index:1;
	top:0; left:0;
}

.index_video .content .video_box .play{
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	z-index:10;
}
.index_video .content .video_box .play .center{
	position:relative;
	width:100%;
	height:100%;
	cursor:pointer;
}
.index_video .content .video_box .play .center .binds{
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	margin:auto;
	width:80px;
	height:120px;
}
.index_video .content .video_box .play .center .binds img{
	width:100%;
	display:block;
	-webkit-transition-duration:1s;
	        transition-duration:1s;
	border-radius:50%;
}
.index_video .content .video_box .play .center:hover .binds img{
	background:rgba(255,255,255,.2);
}
.index_video .content .video_box .play .center .binds p{
	line-height:40px;
	color:#fff;
	font-size:18px;
}

.index_video .content .video_box .play .center p{
	
}
.index_video .content .text{
	width:500px;
	height:264px;
	padding:0px 0;
}
.index_video .text .title{
	margin-bottom:25px;
}
.index_video .text .title h2{
	font-size:56px;
	color:#333;
	font-family:roboto;
	font-weight:400;
	line-height:100%;
	margin-bottom:8px;
}
.index_video .text .title h3{
	font-size:24px;
	color:#333;
	line-height:100%;
}
.index_video .text .p p{
	font-size:14px;
	color:#999;
	line-height:24px;
}
.index_video .text .about-more a{
	display:block;
	width:140px;
	height:46px;
	line-height:44px;
	border-radius:3px;
	-webkit-transition-duration:1s;
	        transition-duration:1s;
	font-size:22px;
	font-family:myriadpro;
	text-align:center;
	margin-top:30px;
	background:#3d97eb;
	color:#fff;
}
.index_video .text .about-more a:hover{
	background:#276eb6;
}

@media(max-width:1024px){
	.index_video .content{
		width:90%;
	}
	.index_video .content .video_box{
		width:47%;
		height:325px;
	}
	.index_video .content .text{
		width:47%;
		height:325px;
	}
	.index_video .content .text{
		padding:0;
	}
}

@media(max-width:768px){
	.index_video{
		padding:5vw 0;
	}
	.index_video .content .video_box{
		height:31vw;
	}
	.index_video .text .title{
		margin-bottom:2vw;
	}
	.index_video .text .title h2{
		font-size:32px;
		margin-bottom:5px;
	}
	.index_video .text .title h3{
		font-size:16px;
	}
	.index_video .text .p p{
		line-height:20px;
	}
	.index_video .text .about-more a{
		margin-top:15px;
	}
}
@media(max-width:767px){
	.index_video{
		padding:10vw 0;
	}
	.index_video .content .video_box{
		width:100%;
		height:67vw;
		margin-bottom:3vw;
	}
	.index_video .content .text{
		width:100%;
		height:auto;
	}
}


.index_news{
	width:1840px;
	padding:95px 0;
	margin:auto;
}
.index_news .index_title{
	margin-bottom:-20px;
}
.index_news .list{
	position:relative;
}
.swiper-news{
	width:1562px;
	margin:auto;
	padding-top:70px;
}
.index_news .list .swiper-button-prev{
	top:0px;
	left:calc(100% - 90px);
	width:40px;
	height:40px;
	background:url('../images/new_bind_prve.png') center / cover;
	margin:0;
	-webkit-transition-duration:.5s;
	        transition-duration:.5s;
}
.index_news .list .swiper-button-prev:hover{
	background:url('../images/new_bind_prve_01.png') center / cover;
}

.index_news .list .swiper-button-next{
	top:0px;
	right:0;
	width:40px;
	height:40px;
	background:url('../images/new_bind_next.png') center / cover;
	margin:0;
	-webkit-transition-duration:.5s;
	        transition-duration:.5s;
}
.index_news .list .swiper-button-next:hover{
	background:url('../images/new_bind_next_01.png') center / cover;
}

.index_news .list .swiper-button-prev:focus{
	opacity:.5;
}
.index_news .list .swiper-button-next:focus{
	opacity:.5;
}

.swiper-news .center{
	padding-bottom:20px;
	border-bottom:1px solid #eaeaea;
}
.swiper-news .time{
	margin-top:10px;
}
.swiper-news .time .moner{
	font-size:38px;
	color:#333;
	font-family:LtEx;
	font-weight:100;
}
.swiper-news .time .years{
	font-size:16px;
	color:#999;
	font-family:LtEx;
	font-weight:100;
}
.swiper-news .img{
	width: 100%;
	overflow:hidden;
	margin-bottom:15px;
}
.swiper-news .img a{
	display:block;
	height:100%;
	-webkit-transition-duration:3s;
	        transition-duration:3s;
}

.swiper-news .center:hover .img a{
	-webkit-transform:scale(1.05,1.05);
	        transform:scale(1.05,1.05);
}
.swiper-news .text h3{
	line-height: 28px;
	height:28px;
	font-weight:400;
	margin-bottom:8px;
	overflow:hidden;
}
.swiper-news .text h3 a{
	font-size:18px;
	color:#333;
}
.swiper-news .center:hover .text h3 a{
	color:#5c98df;
}
.swiper-news .text p{
	font-size:14px;
	color:#999;
	line-height:24px;
	height:48px;
	overflow:hidden;
}
.swiper-news .center:hover .text p{
	color:#5c98df;
}

@media(max-width:1900px){
	.index_news,.swiper-news{
		width:1400px;
	}
}
@media(max-width:1439px){
	.index_news{
		width:90%;
	}
	.swiper-news{
		width:100%;
	}
}
@media(max-width:1024px){
	.index_news{
		padding:45px 0;
	}
	.index_news .index_title{
		margin-bottom:-30px;
	}
	.swiper-news .time .moner{
		font-weight:400;
	}
	.swiper-news .text h3 a{
		font-size:16px;
	}
}


.index_partenr .content{
	width:1840px;
	margin:auto;
}
.index_partenr .index_title{
	margin-bottom:40px;
}
.index_partenr .list{
	width:1580px;
	max-width:100%;
	margin:auto;
}
.index_partenr ul{
	overflow:hidden;
	border-bottom:1.2px solid #eee;
	border-right:1.2px solid #eee;
}
.index_partenr ul li{
	width:16.66%;
	float:left;
	overflow:hidden;
	border-top:1.2px solid #eee;
	border-left:1.2px solid #eee;
}
.index_partenr ul li a{
	display:block;
	height:100%;
	cursor:default;
}

@media(max-width:1900px){
	.index_partenr .content{
		width:1400px;
	}
}

@media(max-width:1440px){
	.index_partenr .content{
		width:90%;
	}
}

@media(max-width:768px){
	.index_partenr .index_title{
		margin-bottom:20px;
	}
	.index_partenr ul li{
		width:25%;
	}
}