
/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section .container{
	line-height: 2em
		
}


.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 30%;
	right: 10px;
	left:10px;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
	letter-spacing: 2px;
}
.index_main .section1 .index_banner .item .inner .block_txt h5{
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	font-family: 'COCO';
	letter-spacing: 30px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 12px;
	text-align:center;
	line-height: 25px;
	width: 50%;
	margin: 0 auto;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../image/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../image/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../image/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../image/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	background:url(../image/bg1.jpg) no-repeat top left;
}
.index_main .section2 h3{
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
	margin-top: 10%;
	margin-bottom: 5rem;
}
.index_main h3 span{
	font-size: 30px;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url( ../image/bg2.jpg) no-repeat top;
	background-size: 100% 100%;
	top:0px;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: url(../image/banner4.jpg) no-repeat top;
}
.index_main .section4 h3{
	text-align: center;
	margin-top: 10%;
}
.index_main .section5{
	background: url(../image/banner5.jpg) no-repeat top;
}


@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}
.bg1{ background-color:rgba(255,255,255,0.8);float: right;  margin-top: 15rem; max-height: 55rem; display: block; padding: 10px;}
.abtext{
	height: 30rem;
	overflow:hidden
}
.inne a,.inne a:visited,.inne a:active{display: block; overflow: hidden; width: 100%; border-bottom: 1px #b8b8b8 solid; padding: 10px 0px; width: 100%; height: 124px;}
.inne .inneimg{float: left; width: 160px}
.inne .innetext{float: right; width:70%; overflow: hidden}
.inne .innetext dt{
	font-size: 16px;
	font-weight: bold;
	float: left;
	line-height: 35px;
	height: 35px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
	display: block	
}

.inne .innetext .innezi{
	float: left;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	color: #aaaaaa;
	display: block;
	
}

.inpro li{width: 22%; margin: 1.5%; float: left}
.inpro li img{width: 100%}
.tlm{margin-top: 30px;}
.tlm a,.tlm a:active{display: block; width: 250px; text-indent: 2em; color: #878787; line-height: 50px; height: 50px; background: #fff; border-bottom: 1px #ccc solid}
.tlm a:hover{background: #ff9600; color: #fff}
.ti1{width: 150px; height: 150px; padding-top: 80px; background-color:rgba(0,140,255,0.6); margin-top: 20rem; text-align: center; font-size:20px;  color: #fff; text-transform: uppercase}
.ti1 span{font-size: 12px;}

.inprl{text-align: center;}
.inprl a,.inprl a:visited,.inprl a:active{padding: 5px 15px; border-radius: 5px; display: block; float: left; margin: 10px; background:#1a3865; color: #FFFFFF }
#000000.inpr { margin: 50px 0; }
.inpr li { width: 320px; margin: 0 23px; float: left; overflow: hidden; }
.inpr li:hover {}
.inpr li a { display: block; }
.inpr li .inprn { overflow: hidden; text-align: left; font-size: 16px; width: 290px; margin: 0 auto; line-height: 50px; }
.inpr li:hover .inprn {color: #00a0ea}
 
.inpr li .inprnt { display: block; line-height:50px; text-align: center;  height: 50px;  color: #00a0ea; border-bottom: 1px #e1e1e1 solid;   }
.inprn_dd{line-height: 25px; font-size: 14px; color: #a9a9a9; margin-top: 10px; height:50px;}
.inprn i{font-size: 30px; margin: 0 auto; width: 30px; color: #00a0ea; display: block;}

.inpr li .inprnt span{font-size: 22px;}
.pic_img{width: 295px; height: 220px; overflow: hidden; margin:12px 12px 0px 12px;}
.pic_img img{width:295px; height:220px;}
.rollBox { width: 1200px; margin:60px auto; position: relative; overflow:hidden}
.BottonLeft { width:50px; height: 50px; font-size: 50px; color: #fff; cursor: pointer; position: absolute; left:0px; top: 160px; }
a.BottonLeft:hover{width:50px; text-decoration: none; height: 80px; font-size: 50px; color: #fff; cursor: pointer; position: absolute; left:0px; top: 160px;}
.BottonRight { width:50px; text-align: right; height: 80px; cursor: pointer; color: #fff;  position: absolute; right:0px; top: 160px; }
.Cont { width: 1100px; overflow: hidden; margin: 0 auto; }
.ScrCont { width: 10000000px; }
.pic {float: left; text-align: center; background: #fff; width: 320px; height: 400px;}
#List1, #List2 { float: left; }
.pro_more a { color: #fff; margin: 50px auto 0 auto; text-align: center; width: 155px; height: 36px; line-height: 36px; display: block; }

@media screen and (max-width: 1360px) {
.LeftBotton { width: 92px; height: 56px; cursor: pointer; position: absolute; left: 0px; top: 50px; }
.RightBotton { width: 92px; height: 56px; cursor: pointer; position: absolute; right: 0px; top:50px; }
}
a.more1:link,a.more1:visited,a.more1:active{width: 200px; line-height:50px; text-align: center; color: #fff; display: block; background: #62b5fb; border-radius: 20px;}
.incont{ background-color:rgba(255,255,255,0.8); top:10rem; padding: 50px; width: 580px;  position: absolute}
.section5 container{position: relative;}
.incont ul li{height: 50px; padding: 0px 20px; line-height: 50px; overflow: hidden; border-radius: 50px;  width: 450px;  border: 1px #d7d7d7 solid; font-size: 16px; margin: 20px 0px;}
.incont ul li i{margin-right: 20px; font-size: 30px; float: left; color: #bdbdbd}
.incoimg{position: absolute; top:10rem; left:650px;}
.incont h3{font-size: 30px; line-height:1.5em}
.incont h3 span{display: block; font-size: 16px;}
{}