
/*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 .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: 44%;
	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: 300ms;
	transition-delay: 300ms;
}
.section1 .footer{
	position: absolute;
	bottom: 5%;
	right: 10px;
	left:0;color:#FFF;background: #000;padding:20px 10%;text-align: center;display: none;
}
.section2 .footer{
	position: absolute;
	bottom: 5%;
	right: 10%;
	color:#FFF;border-left: 2px solid #FFF;padding-left: 20px;display: none;
}

.section3 .logo{text-align: right;margin-bottom: 10px;}
.section3 .text_1{font-size: 24px;margin-bottom: 10px;}
.section3 .text_2{margin-bottom: 50px;clear: both;height: auto;overflow:hidden}
.section3 .text_2 .p1{font-size: 24px;width: 50%;float: left;}
.section3 .text_2 .p2{width: 50%;float: left}
.section3 .text_3{font-size: 28px;text-align: right;}
.section3 .bottom{width: 100%;background: url(../ppt/bg3_icon.png) repeat;height:50px;background-size: 100% 100%;margin-top: 50px;}
.section3 .container,.section4 .content_4_2,.section5 .content_4_2,.section7 .footer{display: none;}
.section1 .fadeInUp,.section2 .fadeInUp,.section3 .fadeInUp,.section4 .fadeInUp,.section5 .fadeInUp,.section7 .fadeInUp{display: block;}

.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.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: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.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: #f5f5f5;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background-color:#000;
	color: #FFF;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #f5f5f5;
	background: url("../ppt/bg4.png");
	background-size: 100% 100%;
}
.index_main .section5{
	background: #f5f5f5;
	background: url("../ppt/bg5.png");
	background-size: 100% 100%;
}
.content_4_1{position:absolute;top: 10%;left:10%;color:#FFF;}
.green_line{color: #00E530;padding: 0 50px;font-size: 20px;}
.content_4_1 .star{width: 20px;display: inline-block;margin-left: 10px;}
.icon_4{
	width: 672px;height: 28px;background: #000;font-size: 15px;line-height: 28px;border-radius: 14px;
	background: url(../ppt/4-1-bg.png);
}
.icon-4{width: 672px;max-width: 100%; clear: both;height: auto;overflow: hidden;}
.icon-4 ul li{
	float: left; width: 16%;text-align: center;
}
.section6 .icon-4 ul li{ width: 15%;}
.icon-4 ul li .txt{background: url(../ppt/4-1-bg.png);height: 28px;line-height: 28px;margin-top: 20px;}
.icon-4 ul li:first-child .txt{border-top-left-radius:14px;border-bottom-left-radius:14px;}
.icon-4 ul li:last-child .txt{border-top-right-radius:14px;border-bottom-right-radius:14px;}
.icon_4 ul{}
.icon_4 ul li{ width: 112px;float:left;text-align: center}
.content_4_2{position:absolute;bottom: 10%;right:10%;color:#FFF;}
.content_4_2 ul li{height: 28px;width: 330px;border: 2px solid #4BE205;margin-top: 10px;display: flex;line-height: 28px;}
.content_4_2 ul li .pa{width: 50%;display: inline-block;text-align: center;font-size: 14px;}
.content_4_2 ul li .desc{background: #4BE205;width: 50%;display: inline-block;text-align: center;color: #000;font-size: 14px;font-weight: 600}
.content_4_2 ul li:first-child .pa{background: url(../ppt/4-2-bg.png)}

.index_main .section4 h3{
	text-align: center;
}
.index_main .section6{
	background: #000;
}
.index_main .section6-2{
	background: #000;
}
.index_main .section7{
	background: #000;
}
.content_6_1{clear: both;}
.content_6_1 ul{}
.content_6_1 ul li{height: 60px;border: 2px solid #4BE205;margin-top: 10px;line-height: 28px;float: left;margin-right:7px;width: 10%;}
.content_6_1 ul li:first-child{width: 12%;}
.content_6_1 ul li.sec{width: 13%;}
.content_6_1 ul li:last-child{margin-right: 0;}
.content_6_1 ul li .up{width: 100%;text-align: center;font-size: 15px;background: #4BE205;font-weight: 600;padding: 0 10px;}
.content_6_1 ul li .down{width: 100%;text-align: center;color: #FFF;font-size: 14px;}
.content_7_1{margin-top: 100px;}
.content_7_1 li{float: left; width: 33%;text-align: center}
.content_7_1 li .tu{width: 48%;text-align: right;float: left;}
.content_7_1 li .txt{color: #00E530;margin-top: 10px;width:48%;text-align: left;float: left;margin-left:3%;}
.section7 .footer{position: absolute;bottom: 5%;color: #00E530;text-align: center;font-size: 22px;line-height: 20px;}
.section6 .tu-6{float: left;}
.section6 .tu-6 img{display: inline-block;width: 220px;}
.section6 .tu-6 img:first-child{margin-right: 20px;}
.section3 .logo img{display: inline-block;width: 160px;}
.f24{font-size: 24px;}
.section1 .footer .text_1{display: inline-block;border-right: 2px solid #FFF;padding-right: 20px;}
.section1 .footer .text_2{display: inline-block;padding-left: 20px;}
.isPhone{display: none;}
.isPc{display: block;}
.section7 .text_1{color: #00E530;text-align: center;}
.f48{font-size: 48px;}
.section2 .container{background: url(../ppt/bg11.png);width: 100%;height: 100%;background-size: 100% 100%;}

@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){
	.f24{font-size: 16px;}
	.f20{font-size: 14px;}
	.f48{font-size: 24px;}

	.content_4_1{left: 10px; width: 100%;}

	.icon-4{ width: 100%;}
	.icon-4 ul li{width: 33%;}
	.section6 .icon-4 ul li{width: 33%;}
	.section6 .tu-6,.section6-2 .tu-6{width: 100%;}
	.section6 .tu-6 img,.section6-2 .tu-6 img{display: inline-block;width: 46%;}
	.section6 .tu-6 img:first-child,.section6-2 .tu-6 img:first-child{margin-right: 4%;}
	.content_6_1 ul li{width: 32%;margin-right: 2px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.content_6_1 ul li:first-child{width: 32%;}
	.content_6_1 ul li.sec{width: 32%;}
	.section3 .text_1 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.section3 .text_2{margin-bottom: 10px;}
	.section3 .text_2 .p1{font-size: 16px;width: 100%;float: none;}
	.section3 .text_2 .p2{width: 100%;float: none;}
	.section3 .text_3 {
		font-size: 16px;
	}
	.green_line {
		padding: 0 10px;
		font-size: 12px;
	}
	.section1 .block_txt h2 img{max-width: 60%;}
	.section1 .footer .text_1{display: inline-block;border-right: 0 solid #FFF;padding-right: 0;}
	.section1 .footer .text_2{display: inline-block;padding-left: 0;}
	.isPhone{display: block;}
	.isPc{display: none;}
	.content_7_1{margin-top: 40px;}
	.content_7_1 li {width: 80%;margin-top: 10px;}
	.content_7_1 li .tu{width: 45%;}
	.content_7_1 li .tu img{width: 80px;}
	.content_7_1 li .txt{margin-left:10%;width: 45%;}
	.header .left a img {
		height: 24px;
		margin-top: 12px;
	}
	.section2 .container{background: url(../ppt/bg1-m.png);background-size: 100% 100%;}
	.content_4_1 .star {
		margin-left: 2px;
	}



	.icon-4 ul li .txt {
		margin-top:5px;
		margin-bottom: 0;
	}
	.content_4_2{bottom: 10px;}
	.section3 .logo{display: none;}



	.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){
	
}