.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.clearfix:after {
	content:'';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
/*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);
	}
}

/*放大缩小再放大效果*/
@-webkit-keyframes scale-bg2{
	0%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	100%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	100%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
}
@keyframes scale-bg2{
	0%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	50%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	100%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
}


a{text-decoration: none;}

/*修改的信息*/
.mtitle,.mtxt,.mphone{letter-spacing: -1px!important;padding: 8px 0;color: #FFF;text-align: center}
.mtitle{font-weight: 500!important;}
.mtxt{letter-spacing: 0!important;font-weight: 100!important;}
.mphone span{color: #FFF;border-radius: 100px;padding: 25px 15px}

.banner1{display: inline-block}


/*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;
}
.oi-first-screen-video{
	width: 100%;
    position: relative;
}
.index_main .section1 .index_banner .items video{
	width: 100%;
    position: absolute;
    left: 0;
    top: -100px;
    z-index: 100;
}
.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);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.onetu{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}





.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 .mphone{
	font-size: 24px;
	color: #fff;
}
.index_main .section1 .index_banner .item .inner .block_txt .mtitle{
	color: #fff;
	font-size: 48px;
	letter-spacing:1px;
}

.index_main .section1 .index_banner .item .inner .block_txt .mtxt{
	color: #fff;
	font-size: 22px;
	margin-top: 10px;
	letter-spacing: 1px;
}
.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(../images/ban_prev.png);
	left:60px;
	border: none!important;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	right:60px;
	border: none!important;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../images/ban_prev.png);
	border: none!important;
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../images/ban_next.png);
	border: none!important;
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	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;
	overflow: hidden;
}

.index_main .section2{
	overflow: hidden;
	background: none;
	width: 100%;
	height: 100%;
}
.index_main .section2 h3{
	/*text-align: center;*/
}
.index_main .section3{
	overflow: hidden;
	width: 100%;
	height: 100%;
	/*background: #ccc;*/
	background-size: 100% 100%;
}
.index_main .section3 h3{
	/*text-align: center;*/
}
.index_main .section4{
	overflow: hidden;
	background: none;
}
.index_main .section4 h3{
	/*text-align: center;*/
}
/*第二页修改*/

/*背景*/
.two_bg{position: absolute;background: url(../images/two.jpg);background-size: cover;background-position: center center;background-repeat: no-repeat;width: 100%;height: 100%;top: 0;z-index: -1;}
.prolb{
    width: 100%;
}
.p_bt{
    text-align: center;
    margin-top: 8%
}
.p_bt a{
	font-size: 45px;
	color: #002222;
	padding-top: 26px;
	font-weight: bold;
	position: relative;
}
.p_bt a::after{
	content: '';
    display: block;
    position: absolute;
    bottom: 35px;
    right: -30px;
    width: 22px;
    height: 22px;
    background: url(../images/tba.png) center no-repeat;
}
.p_bt p{
	font-size: 16px;
	color: #505050;
}
.p_bt a:hover{
	color: #15a045
}

.case .swiper-container.{
    margin-top: 20px;
}
.case .swiper-container.anli .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 600px;
    height: 400px;
    border: 10px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.case .swiper-container.anli .swiper-slide a img{
    width: 100%;
    height: auto;
    min-height: 370px;
}
.case .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.case .swiper-pagination .swiper-pagination-bullet{
    margin: 0 2px;
}
.case {
    position: relative;
    margin: 30px 0;
    height: 460px;
}
.case .swiper-pagination .swiper-pagination-bullet-active{
    background: #d71618;
}
.case_phone{
    width: 620px;
    margin: 45px auto;
}
.case_phone ul li{
    width: 280px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin: 0 15px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.case_phone ul li,.case_phone ul li a{
    color: #fff;
}
.case_phone ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.case_phone ul li h3{
    font-size: 30px;
    font-family: "Arial";
    vertical-align: middle;
    font-weight: normal;
    padding-left: 40px;
}
.case_phone ul li:nth-child(1){
    background: #ffa800 url(../images/tela.png) 20px center no-repeat;
}
.case_phone ul li:nth-child(2){
    background:#15a045;
    font-size: 16px;
}





/*第四页 */
.index4_bj{width: 100%; height: 100%;}
.four {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.index4_bj ul{
	height: 100%;
}
.index4_bj ul li{
	width: 25%;
	height: 100%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px #fff solid
}
.index4_bj ul li .abt{
	color: #fff;
	font-size: 28px;
	display: block;
	margin-top: 82%
}
.index4_bj ul li em{
	font-size: 18px;
	font-family: "Aparajita";
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.index4_bj ul li .amore{
    display: block;
    width: 140px;
    height: 40px;
    border:1px #fff solid;
    margin: 0 auto;
    margin-top: 20%;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.index4_bj ul li:hover .amore{
    background: #15a045;
    border:1px #15a045 solid;
}


.index4_bj ul li:first-child{
	background: url(../images/cpbj_a.jpg) center no-repeat;
}
.index4_bj ul li:nth-child(2){
	background: url(../images/cpbj_b.jpg) center no-repeat;
} 
.index4_bj ul li:nth-child(3){
	background: url(../images/cpbj_c.jpg) center no-repeat;
} 
.index4_bj ul li:nth-child(4){
	background: url(../images/cpbj_d.jpg) center no-repeat;
	border-right:0;
} 


.index4_bj ul li:hover:first-child{
	background: url(../images/hpbj_a.jpg) center no-repeat;
}
.index4_bj ul li:hover:nth-child(2){
	background: url(../images/hpbj_b.jpg) center no-repeat;
} 
.index4_bj ul li:hover:nth-child(3){
	background: url(../images/hpbj_c.jpg) center no-repeat;
} 
.index4_bj ul li:hover:nth-child(4){
	background: url(../images/hpbj_d.jpg) center no-repeat;
} 





/*第四页*/
.index03{height: 100%;width: 1650px;margin: 0 auto;}
.three{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}



.abfr{

}
.about{
	width: 750px;
	margin-top: 15%;
	margin-left: 375px;
}
.about img:hover{
    animation: ball .6s infinite alternate;
}

.about p{
	color: #333;
	font-size: 16px;
	line-height: 33px;
	display: block;
	margin-top: 40px;
}
.about .abwel{
    display: block;
    width: 220px;
    height: 50px;
    background: #da0502;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    float: right;
}
.about .abwel:hover{
	background: #fbb304
}

/*数字*/
.ys_box{
    height: 150px;

}

.ys_box ul li{
    float: left;
    width: 280px;
    height: 160px;
    text-align: center;
    background: url(../images/xiana.png) right center no-repeat;
    margin-top: 16px;
}
.ys_box ul li+li+li+li{
    background: initial;
}
.ys_box .div1{
    position: relative;
}
.ys_box .div1 .span1{
    font-size: 35px;
    color: #fff;
    font-family: "Arial";
    font-weight: bold;
}
.ys_box .div1 .span3{
	display:inline-block;
	margin-left: 10px;
	position: relative;
	bottom: 2px;
	font-size: 22px;
	color: #fff;
}
.ys_box .div2 .span2{
    font-size: 20px;
    color: #fff;
}
.ys_box .div3:hover{
	transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}




@keyframes bg_move{ 
	0% { transform:scale3d(1, 1, 1); } 
	50% { transform: scale3d(1.1, 1.1, 1.1); } 
	100% { transform: scale3d(1, 1, 1); } 
}
@-moz-keyframes top_bottom{
	0%{transform: translateY(0px);}
	100%{transform: translateY(10px);}
}
@-ms-keyframes top_bottom{
	0%{transform: translateY(0px);}
	100%{transform: translateY(10px);}
}
@-webkit-keyframes top_bottom{
	0%{transform: translateY(0px);}
	100%{transform: translateY(10px);}
}
@keyframes top_bottom{
	0%{transform: translateY(0px);}
	100%{transform: translateY(10px);}
}
@keyframes line1 { 
	0% { transform: scale(0); opacity: 1; } 
	50% { transform: scale(2); opacity: 1; } 
	100% { transform: scale(4); opacity: 0; } 
}






/*第五页*/
.five{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}
.five_bj{
	width: 1350px;
	margin: 0 auto;
}
.yslb{
	width: 100%;
	margin-top: -10%;
}
.yslb ul li{
  float: left;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  text-align: center;
  margin-right: 30px;
}
.yslb ul li img{
  margin-top: 20px;
  margin-bottom: 5px;
}
.yslb ul li p{
  color: #fff;
  font-size: 23px;
}
.yslb ul li:nth-child(6){
  margin-right: 0
}
.yslb ul li:hover img{
	transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}

.yuana{
  background: #19bcb5;
  margin-top: 160px;
}
.yuanb{
  background: #a4d87c;
  margin-top: 50px;
}
.yuanc{
  background: #00ae72;
}
.yuand{
  background: #abd72e;
}
.yuane{
  background: #02923b;
  margin-top: 50px;
}
.yuanf{
  background: #81c647;
  margin-top: 160px;
}
.advtel{
  width: 590px;
  margin: 0 auto;
}
.advtel ul li{
  float: left;
  width: 260px;
  height: 55px;
  background: #02923b;
  text-align: center;
  line-height: 55px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 50px;
  color: #fff;
}
.advtel ul li:nth-child(2){
  background: #ffa800;
}
.advtel ul li span{
  font-size: 32px;
  font-family: "Arial";
}
.advtel ul li a{
  color: #fff;
  font-size: 20px;
  display: block;
}
.advtel ul li:hover{
  background: #02923b
}





/*第六页*/
.index_main .section6{background: none;overflow: hidden;}
.six{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1;background: url(../images/six.jpg);background-size: cover;background-position: center center;background-repeat: no-repeat;}
.news_con{
    width: 90%;
    margin: 120px auto 0 auto;
}
.news_con ul li{
    float: left;
    width: 23%;
    height: 300px;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    margin-left: 16px;
    margin-right: 16px;
}
.news_con ul li a{
    color: #333;
}
.xwyuan{
	width: 95px;
	height: 75px;
	background: #fff;
	border-radius: 100px;
	box-shadow: 0 1px 8px #d2d2d2;
	z-index: 999;
	left: 30px;
    position: absolute;
	top: -60px;
	text-align: center;
	font-size: 17px;
	color: #02923b;
	padding-top: 20px;
}
.news_des{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.news_des em{
    font-size: 17px;
	display: block;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px #d5d5d5 solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom: 13px;
	position: relative;
	margin-top: 30px;
}
.news_des em::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 10px;
    background: url(../images/xian.png) center no-repeat;
}
.news_des p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    display: block;
    height: 50px;
    overflow: hidden;
}
.news_des i{
    font-size: 16px;
    color: #959595;
	font-family: "Arial";
	font-style: normal;
	background: url(../images/shijian.png) left center no-repeat;
	padding-left: 30px;
	line-height: 25px;
	display: block;
	height: 25px;
	margin-top:35px;
}
.news_cover{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    box-shadow: 0 0 5px rgba();
	overflow: hidden;
}
.news_con ul li.active .news_cover{
    display: block;
}
.news_cover img{
    width: 100%;
    height: auto;
    min-height: 290px;
}
.news_cover span{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: block;
    background-image: linear-gradient(to right, #02923b , #00a842);
}
.news_cover span i{
    color: #fff;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-style: normal;
	padding-left: 20px;
	font-size: 17px;
}

/*第七页*/
.index_main .section7{background: none;overflow: hidden;}
.seven{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1;background: url(../images/seven.jpg);background-size: cover;background-position: center center;background-repeat: no-repeat;}
.sevenbj{
	width: 1350px;
	margin: 0 auto;
}
.lx_ewm{
	width: 460px;
	text-align: center;
	padding-top: 120px;
}
.lx_ewm img{}
.lx_ewm em{
	display: block;
	color: #fff;
	font-size: 26px;
	margin-top: 10px;
}
.lx_ewm ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.lx_ewm ul li{
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 40px;
}
.lx_ewm ul li span{
	display: block;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}
.lx_con{
    width: 750px;
    margin-right: 70px;
    text-align: center;
    margin-top: 65px;
}
.lx_bt{
    padding-top: 30px;
}
.lx_bt img{
	animation: ball .6s infinite alternate;
}
.lx_bt p{
	font-size: 15px;
	color: #666;
	line-height: 50px;
}
.lx_tel{
	margin-top: 30px;
}
.lx_tel ul li{
	float: left;
	width: 245px;
	text-align: center;
}
.lx_tel ul li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.lx_tel ul li p{
	font-size: 16px;
	color: #333;
}
.sycopy{
	text-align: center;
	color: #333;
	font-size: 15px;
	margin-top: 60px;
}


@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@media only screen and (max-width: 1930px){

	.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 48px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 20px;}

}
@media only screen and (max-width: 1900px){}

@media only screen and (max-width: 1800px){

}

@media only screen and (max-width: 1700px){
}
@media only screen and (max-width: 1680px){
/*第一屏*/
.banner1 img{width: 85%;margin: 0 auto;margin-top: 10%;}
.about{width: 700px;}
.about p{margin-top: 10px;}
.news_con ul li{margin-right: 15px;margin-left: 15px;}
}
@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt{}
	.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 48px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 20px;}
	.about{margin-left: 300px;width: 660px;}
.about img{width: 80%;}
.ys_box{margin-top: 55px;margin-right: 40px;}
.ys_box ul li{width: 260px;}
.ys_box ul li img{width: 18%;}
.news_con ul li{margin-right: 13px;margin-left: 13px;}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt{}
	.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 48px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 18px;margin-top: 5px;}
}

@media only screen and (max-width: 1376px){
	.index_main .section1 .index_banner .item .inner .block_txt{}
	.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 40px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 16px;}
	.index_main .section1 .index_banner .slick-arrow{background-size: auto 30px;}
	.index03{width: 100%;}
	.about{margin-left: 0;width: 610px;}
	.about p{font-size: 14px;}
	.ys_box{display: none;}
	.about .abwel{float: none;}
	.p_bt{}
	.p_bt img{width: 8%;}
	.p_bt a{font-size: 35px;}
	.p_bt p{font-size: 14px;}
    .case{margin-top: 0;height: 330px;}
    .case .swiper-container.anli .swiper-slide a img{min-height: 330px;}
    .case .swiper-container.anli .swiper-slide{width: 500px;height: 300px;}
    .case_phone ul li{width: 250px;height: 45px;line-height: 45px;}
    .case_phone ul li h3{font-size: 23px;}
    .yslb{display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;margin-top: 2%}
    .yslb ul li{width: 150px;height: 150px;}
    .yslb ul li img{width: 25%;}
    .yslb ul li p{font-size: 16px;}
    .advtel ul li{width: 240px;height: 45px;line-height: 45px;}
    .advtel ul li span{font-size: 25px;}
    .advtel ul li a{font-size: 16px;}
    .news_con ul li{margin-right: 10px;margin-left: 10px;}
    .lx_con{width: 630px;margin-right: 180px;margin-top: 55px}
    .lx_ewm{width: 320px;margin-left: 200px;margin-top: 3%;}
    .lx_ewm img{width: 43%;}
    .lx_ewm em{font-size: 18px;}
    .lx_ewm ul li span{font-size: 13px;}
    .lx_bt{width: 630px;}
    .lx_bt img{width: 30%;}
    .lx_bt p{font-size: 13px;}
    .lx_tel{margin-top: 0;}
    .lx_tel ul li{width: 200px;}
    .sycopy{margin-top: 0;font-size: 12px;}
}


@media only screen and (max-width: 1290px){




}

@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;
		
	}
	.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){

}
