
/*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: 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: 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: 80%;
	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;
}
.gywm ul li{overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.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: #f5f5f5;
	background-size: 100% 100%;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #f5f5f5;
}
.index_main .section4 h3{
	text-align: center;
}

@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: 48px;
	}
	.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: 36px;
	}
	.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;
	}

}
.phone1{display: none;}
@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}
.index_main .section1 .index_banner .item .inner .tex_t h2{
		   text-shadow: 0px 0px 10px #383838;;
		}
		.more a{
			    font-size: 1.6rem;
			    display: inline-block;
			    padding: 8px 80px;
			    background: #ed2f72;
			    border-radius: 22px;
			    color: #fff;
				text-decoration:none;
		}
		.more a:hover{background: #d82262;}
		.dis1{display: none;}
		.on .dis{display: none;}
		.on .dis1{display:inline-block;}
		.gywm{background: #fff;padding: 10px; height: 122px; position: relative;bottom: -20px;}
		.gywm h3{color: #333 !important;text-align: left !important; font-size: 1.8rem; font-weight: bold;}
		.gywm:hover{background: #ed2d70;}
		.gywm h3, .gywm a{color: #333; text-decoration: none;}
		.gywm:hover a,.gywm:hover h3{color:#fff !important;}
		.index_main .section2{background-image: url(/image/bg1_03.jpg); background-repeat: no-repeat; background-position: right top;}
		.about_r{width: 40%;float: right;text-align: right;}
		.about_r img{width: 300px;margin-top: 20px;}
		.about_l{width: 60%;float: left;}
				.about_l h3{text-align: left !important;}
				.about_l p{line-height: 32px; font-size: 1.6rem;}
				.more1{margin-top: 40px;}
				.more1 a{    font-size: 1.6rem;
    display: inline-block;
    padding: 8px 80px;
    background: ;
    border-radius: 0px;
    color: #333;
	border: solid 1px #ed2f72;
    text-decoration: none;}
	.more1 a:hover{background: #ed2f72; color: #fff;}
	.more2 a{background: #ed2f72;color: #fff;}
	.more2 a:hover{background:#d82262}
		.more2{margin-top: 0px;}
		.section3 .about_r  {margin-top: 0px;}
		.section3 .about_l  {position: relative;top:-40px;}
		.case_index{border: solid 1px #eee; background: #fff;}
		.case_index a{color: #333; text-decoration: none; text-align: center;}
		.case_index a img{width:100%;}
		.section4 .about_l,.section4 .about_r{position: relative;top:-0px;}
		.section4 .about_r{position: relative;top:40px;}
		.newx_c img{width: 100%;}
		.newx_c {position: relative;}
		.newx_c a{text-decoration: none; color: #fff;}
		.newx_c p{position: absolute;bottom: 0px;background: rgba(237,47,114,0.8); width: 100%;
		margin-bottom: 0px; height: 40px; line-height: 40px; padding: 0px 10px; font-size: 1.8rem;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		}
		.newx_c{margin-bottom: 15px;}
		.ttx{margin-top: 30px;}
		.foot{position: relative;}
		.footer{ position: absolute; bottom: -80px; width: 100%; color: #666;}
		.footer span{ float: right; display: inline-block; padding-right: 20px;}
		.footer a{color: #666; display: inline-block; padding: 0px 10px;}
		.section3 .footer{bottom: -120px;}
		@media only screen and (max-width: 767px){
			.on .dis1 {
			    
			    width: 80%;
			}
			 .dis{ width: 80%;    display: inline-block;}
			 .on .dis{display: none;}
		    .dis img, .dis1 img{    width:100%;
    margin-top: 10px;}
	.about_l {
	    width: 100%;
	    float: left;
	}
	.index_main .section1 .index_banner .item .inner .block_txt {
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    padding: 0 20px;
	    top: 30%;
	}
	.index_main .section2{background-image: none;}
	.phone1{margin-top: -200px;}
	.about_r,.about_l{display: block;width: 100%; text-align: center;}
	.about_r p{text-align: center;}
	.about_l h3{text-align: center !important;}
	.section4 .about_l, .section4 .about_r {
	    position: relative;
	    top: -0px;
	}
	.newx_c {
	    margin-bottom: 15px;
	    position: relative;
	    top: -00px;
	}
	.ttx {
	    margin-top: -30px;
	}
	.section3 .about_l, .section3 .about_r {
	    position: relative;
	    top: 20px;
	}
	.section3 .about_r {
	    position: relative;
	    margin-bottom: 30px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2 {
	    font-size: 18px;
	}
	.phone1{display: block;}
		}
		@media only screen and (max-width: 340px){
		 
		}
		@media only screen and (max-width: 320px){
			
		}