.index-top{
	position: relative;
	height: 800px;
	
}
.header{ 
    width: 280px; 
    height: 100%;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.header .logo{
	margin-top: 50px;
	display: block;
}
nav{
	margin-top: 43px;
}
nav li a{
	font-size: 16px;
	color: #333333;
	line-height: 70px;
	display: block;
}
nav li a:hover{
	color: #0087e6
}
.language{
	width: 100%;
	height: 140px;
	line-height: 140px;
	font-size: 14px;
	color: #666;
}
.language img{
	margin-right: 5px;
}
.language a{
	color: #666;
	margin:0 5px;
}
.language a:hover{
	color: #0087e6
}
.banner{ 
	width: calc(100% - 280px ); 
	height: 100%; 
	position: absolute;
	right: 0;
	top: 0;
}
.banner .swiper-container{
	height: 100%;
}
.banner .swiper-slide{ width: 100%; height:auto;}
.banner .swiper-slide img{
	width: 101%;
}
.swiper-button{
	position: absolute;
	right: 50px;
	width: 105px;
	top: 63px;
}
.swiper-button-next, .swiper-button-prev{
	background-image: none;
}
.banner .swiper-button-next,.banner .swiper-button-prev{ 
	width:35px; 
	height: 11px; 
	opacity: 1; 
	margin-top: 0;
	transition: all .5s ease-in-out;
}
.banner .swiper-button-next{
	right: 0; background:url(../image/ban-next.png) no-repeat; 
	background-size: cover;
}
.banner .swiper-button-next:hover{
	background:url(../image/ban-next-on.png) no-repeat; 
}
.banner .swiper-button-prev{
	left: 0; background:url(../image/ban-prev.png) no-repeat; 
	background-size: cover;
}
.banner .swiper-button-prev:hover{
	background:url(../image/ban-prev-on.png) no-repeat; 
}
.swiper-bottom{
	width: 800px;
	height: 140px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.swiper-bottom .swiper-pagination{
	left: 30px;
	top: 0;
}
.swiper-bottom .pagination{
	margin:50px 0 0;
}
.swiper-bottom .swiper-pagination-bullet{
	font-size: 22px;
	color: #999;
	width: auto;
	height: auto;
	border-radius: 0;
	opacity: 1;
	margin:0 20px;
	background:initial;
}
.swiper-bottom .swiper-pagination-bullet-active{
	color: #ff6600;
	font-size: 30px;
	border-bottom:2px solid #0087e6;
}
/*banner end */
.sec1{
	width: 100%;
	background-color: #f0f0f0;
	padding: 80px 0 60px;
}
.index-title{
	text-align: center;
}
.index-title i{
	font-style: italic;
	font-size: 40px;
	font-weight: bold;
	color: #999999;
	font-family: "Arial";
	line-height: 1;
}
.index-title i b{
	color: #ff6600;
}
.index-title h5{
	font-size: 30px;
	color: #343434;
	line-height: 1;
	margin: 20px 0;
}
.index-title em{
	width: 30px;
	height: 2px;
	background:#0087e6;
	margin:auto;
}
.sec1 ul{
	overflow: hidden;
	margin-top: 40px;
}
.sec1 li{
	width:280px;
	height: 347px;
	overflow: hidden;
	border:1px solid #fff;
	float: left;
	margin-right: 26.66px;
	transition: all .5s ease-in-out;
	margin-bottom: 30px;
}
.sec1 li:nth-child(4n),.sec1 li.lr{
	margin-right: 0;
}
.sec1 li:hover{
	border:2px solid #0087e6;
}
.sec1-img{
	width: 100%;
	height: 255px;
	padding:12px;
}
.sec1-txt{
	width: 100%;
	height: 90px;
	background:#e6e6e6;
	

}
.sec1 li:hover .sec1-txt{
	background:#0087e6;
}
.sec1-txt a{
	display: block;
	padding: 20px;
}
.sec1-txt h5{
	font-size: 18px;
	color: #333;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sec1 li:hover .sec1-txt h5{
	color: #fff;
}
.sec1-txt i{
	width: 50px;
	height: 1px;
	background:#999999;
	margin-top: 30px;
}
.sec1 li:hover .sec1-txt i{
	background:#fff;
}
.sec2{
	overflow: hidden;
}
.sec2-l{
	width: 40%;
	height: 580px;
}
.sec2-l img{
	width: 100%;
	height: 100%;
}
.sec2-r{
	width: 60%;
	height: 580px;
	padding: 85px 145px;
	background:url(../image/sec2-right.png) no-repeat;
	background-size: cover;
	position: relative;
}
.sec2-r i{
	font-size: 40px;
	font-family: "Arial";
	font-weight: bold;
	font-style: italic;
	color: #fff;
	line-height: 1;
}
.sec2-r i b{
	color: #ff6600
}
.sec2-r h5{
	font-size: 30px;
	color: #fff;
	line-height: 1;
	margin:10px 0 20px;
}
.sec2-r span{
	display: block;
	width: 30px;
	height: 2px;
	background: #ff6600;
}
.sec2-r div{
	margin-top:42px;
}
.sec2-r p{
	color: #fff;
	font-size: 16px;
	line-height: 48px;
}
.sec2-r p img{
	margin-right: 20px;
}
.view{
	width: 150px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	display: block;
	color: #fff;
	border:1px solid #fff;
	transition: all .5s linear;
	margin-top: 40px;
}
.view:hover{
	color: #ff6600;
	background: #fff;
}
.sec3{
	width: 100%;
	background-color: #f0f0f0;
	padding: 80px 0;
}
.sec3-swiper{
	position: relative;
	margin-top: 40px;
}
.sec3-swiper .swiper-slide{
	padding:10px;
	background:#fff;
}
.sec3-swiper .swiper-slide .scale-img{
	height: 290px;
}
.swiper-slide-txt{
	padding:0 20px;
	display: block;
	line-height: 90px;
}
.swiper-slide-txt p{
	max-width: 70%;
	float: left;
	font-size: 18px;
	color: #353535;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.swiper-slide-txt img{
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 30px;
}
.sec3-swiper-button .prev,.sec3-swiper-button .next{
	width: 17px;
	height: 30px;
	margin-top: -15px;
	top: 50%;
	position: absolute;
	z-index: 10;
}
.sec3-swiper-button .prev{
	background:url(../image/blue-perv.png) no-repeat;
	left: -47px;
}
.sec3-swiper-button .next{
	background:url(../image/blue-next.png) no-repeat;
	right: -47px;
}
.sec4{
	overflow: hidden;
	padding:55px 0;
	background:url(../image/sec4-bottom.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 580px;
}
.sec4-l{
	width: 625px;
}
.sec4-tit{
	overflow: hidden;
}
.sec4-tit h5{
	font-size: 24px;
	color: #343434;
	float: left;
}
.sec4-tit h5 i{
	display: inline;
	font-size: 16px;
	color: #ff6600;
	font-family: "Arial";
	margin-left: 5px;
}
.sec4-tit a{
	font-size: 16px;
	color: #0087e6;
	font-family: "Arial";
	float: right;
}
.sec4-l-body{
	margin-top: 40px;
	overflow: hidden;
}
.sec4-l-body .scale-img{
	width: 240px;
	height: 180px;
}
.sec4-l-body .sec4-l-body-r{
	width: 350px;
	height: 180px;
	display: flex;
	align-items: center;
}
.sec4-l-body .sec4-l-body-r a{
	display: block;
}
.sec4-l-body .sec4-l-body-r h5{
	font-size: 18px;
	color: #333;
	line-height: 1;
}
.sec4-l-body .sec4-l-body-r span{
	display: block;
	color: #989898;
	font-size: 14px;
	font-family: "Airal";
	line-height: 1;
	margin: 20px 0;
}
.sec4-l-body .sec4-l-body-r p{
	font-size: 14px;
	line-height: 24px;
	color: #656565;
}
.sec4-l-body:hover h5{
	color: #0087e6
}
.sec4-r{
	width: 520px;
}
.sec4-r ul{
	overflow: hidden;
}
.sec4-r li{
	width: 240px;
	height: 180px;
	margin-top: 40px;
	float: left;
}
.sec4-r li:nth-child(2n){
	float: right;
}
.sec5{
	overflow: hidden;
	padding: 80px 0;
}
.sec5 ul{
	overflow: hidden;
	margin-top: 40px;
}
.sec5 li{
	width: 230px;
	text-align: center;
	float: left;
	margin-left: 93px;
}
.sec5 li:first-child{
	margin-left: 0;
}
.sec5 li h5{
	font-size: 22px;
	line-height: 1;
	color: #000;
	margin: 20px 0;
}
.sec5 li p{
	font-size: 14px;
	line-height: 24px;
	color: #9a9a9a;
}
.sec6{
	width: 100%;
	height: 135px;
	background:url(../image/sec6-bg.png) no-repeat;
	background-size: cover;
}
.sec6 h5{
	line-height: 135px;
	float: left;
	color: #fff;
	font-size: 24px;
}
.sec6 a{
	display: inline-block;
	width: 200px;
	height: 50px;
	border:1px solid #fff;
	text-align: center;
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	margin: 42.5px 0;
	transition: all .5s ease-in-out;
}
.sec6 a:hover{
	background:#fff;
	color: #0087e6;
}


@media screen and (max-width: 1440px){
	.index-top{
		height: 480px;
	}
	.header{
		width: 200px;
	}
	.header .logo{
		margin-top: 20px;
	}
	.header .logo img{
		height: 50px;
	}
	nav{
		margin-top: 13px;
	}
	nav li a{
		line-height: 43px;
	}
	.language{
		height: 100px;
		line-height: 100px;
	}
	.banner{ 
		width: calc(100% - 200px ); 
	}
	.swiper-bottom{
		width: 500px;
		height: 100px;
	}
	.swiper-bottom .swiper-pagination{
		left: 10px;
	}
	.swiper-bottom .pagination{
		margin:35px 0 0;
	}
	.swiper-bottom .swiper-pagination-bullet{
		margin:0 10px;
		font-size: 16px;
	}
	.swiper-bottom .swiper-pagination-bullet-active{
		font-size: 20px;
	}
	.swiper-button{
		top: 45px;
		right: 20px;
	}
	/*主体部分*/
	.sec1{
		padding:40px 0 10px;
	}
	.index-title i{
		font-size: 30px;
	}
	.index-title h5{
		font-size: 20px;
	}
	.sec2-l{
		width: 40%;
		height: 385px;
	}
	.sec2-r{
		width: 60%;
		height: 385px;
		padding: 35px 70px;
	}

	.sec2-r div{
		margin-top:22px;
	}
	.sec2-r p{
		color: #fff;
		font-size: 15px;
		line-height: 40px;
	}
	.sec2-r p img{
		margin-right: 10px;
	}
	.view{
		margin-top: 20px;
	}
	.sec3{
		padding:40px 0;
	}
	.sec5{
		padding: 40px 0;
	}
	.sec5 ul{
		margin-top: 20px;
	}
	.sec6{
		height: 80px;
	}
	.sec6 h5{
		line-height: 80px;
	}
	.sec6 a{
		margin:20px 0;
		height: 40px;
		line-height: 38px;
		width: 130px;
	}
}
@media screen and (max-width: 1366px){
	.sec3-swiper-button .prev{
		left: -30px;
	}
	.sec3-swiper-button .next{
		right: -30px;
	}
}
@media screen and (max-width:1024px) {
	.index-top{
		height: auto	
	}
	.banner{
		width: 100%;
		position: relative;
		margin-top: 50px;
	}
	.banner .swiper-bottom{
		display: none;
	}
	.banner .swiper-button-next, .banner .swiper-button-prev{
		display: none;
	}
	.sec1{
		padding:20px 0 10px;
	}
	.index-title i{
		font-size: 24px;
	}
	.index-title h5{
		font-size: 18px;
		margin:5px 0 10px;
	}
	.sec1 ul{
		margin-top: 20px;
	}
	.sec1 li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		height: auto;
	}
	.sec1 li:nth-child(2n){
		margin-right: 0;
	}
	.sec1-img{
		height: 120px;
		padding:2%;
	}
	.sec1-txt{
		height: 50px;
	}
	.sec1-txt a{
		padding:10px 2%;
	}
	.sec1-txt h5{
		font-size: 16px;
	}
	.sec1-txt i{
		margin-top: 12px;
	}
	.sec2-l{
		width: 100%;
		height: auto;
	}
	.sec2-r{
		width: 100%;
		height: auto;
		padding:20px 3%;
	}
	.sec2-r i{
		font-size: 30px;
	}
	.sec2-r h5{
		font-size: 24px;
	}
	.sec2-r p{
		line-height: 30px;
	}
	.view{
		height: 40px;
		line-height: 38px;
	}
	.sec3{
		padding:20px 0;
	}
	.sec3-swiper{
		margin-top: 20px;
	}
	.swiper-slide-txt{
		padding:0 3%;
		line-height: 50px;
	}
	.swiper-slide-txt img{
		margin-top: 10px;
	}
	.sec4{
		padding:20px 0;
		height: auto;
	}
	.sec4-l{
		width: 100%;
	}
	.sec4-tit h5{
		font-size: 20px;
	}
	.sec4-l-body{
		margin-top: 20px;
	}
	.sec4-l-body .scale-img{
		width: 100%;
		height: auto;
	}
	.sec4-l-body .sec4-l-body-r span{
		margin:10px 0;
	}
	.sec4-r{
		width: 100%;
	}
	.sec4-r ul{
		margin-top: 20px;
	}
	.sec4-r li{
		margin-top: 20px;
		width: 49%;
		height: 130px;
		margin-top: 0;
		margin-bottom: 2%
	}
	.sec5{
		padding:20px 0;
	}
	.sec5 li{
		width: 49%;
		margin-left: 0;
		height: 155px;
		margin-bottom: 2%;
	}
	.sec5 li:nth-child(2n){
		float: right;
	}
	.sec5 li img{
		height: 45px;
	}
	.sec5 li h5{
		font-size: 18px;
		margin:10px 0;
	}
	.sec5 li p{
		font-size: 14px;
	}
	.sec6{
		height: auto;
		overflow: hidden;
		padding:20px 0;
	}
	.sec6 h5{
		line-height: 30px;
		font-size: 20px;

	}
	.sec6 a{
		float: left;
		margin: 20px 0 0;
	}
}