.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;
}
.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;
    background: url(../images/x_bt.png) center no-repeat;
    margin-top: 5%

}
.p_bt a{
	font-size: 45px;
	color: #002222;
	padding-top: 10px;
	display: block;
	padding-top: 26px;
}
.p_bt a span{
	font-size: 45px;
	color: #28a3a7;
	font-weight: bold;
}
.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: #28a3a7 url(../images/tela.png) 20px center no-repeat;
}
.case_phone ul li:nth-child(2){
    background: url(../images/x_bja.png) center no-repeat;
}





/*第四页 */
.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;
}
.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 .cpej{
	display: none;
}
.index4_bj ul li:hover .amore{
	display: none;
}
.index4_bj ul li:hover .abt{
	margin-top: 70%
}
.index4_bj ul li:hover .cpej{
	display: block;
	margin-top: 15%;
	text-align: left;
	margin-left: 33%;
}
.index4_bj ul li:hover .cpej dl{
	line-height: 50px;
}
.index4_bj ul li:hover .cpej dl dd a{
	color: #fff;
	font-size: 18px;
}
.index4_bj ul li .cpej dl dd a:hover{
	text-decoration: underline;
}

.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;
} 


.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: 1300px;margin: 0 auto;}
.three{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}

.ayuan {height: 483px;width: 50%;position: relative;margin-top: 18%;margin-left: -18%;}
.middle_box {display: table;width: 100%;height: 100%;}
.middle_box .middle {display: table-cell;vertical-align: middle;width: 100%;text-align: center;}
.ayuan .alogo{width: 245px;height: 245px;border-radius: 50%;background: #28a3a7;text-align: center;display: inline-block;position: relative;z-index: 99;}
.ayuan .alogo>img{position: absolute;}
.ayuan .alogo>img:nth-child(1){display: inline-block;top: 0;bottom: 0;margin: auto;left: 0;right: 0;-webkit-animation: bg_move 5s infinite ease-in-out;-ms-animation: bg_move 5s infinite ease-in-out;animation: bg_move 5s infinite ease-in-out;}
.ayuan .alogo>img:nth-child(n+2){border-radius: 50%;overflow: hidden;}
.ayuan .alogo>img:nth-child(n+5){border: 5px solid #fff;}
.ayuan .alogo>img:nth-child(2){top: -100px;left: 245px;animation: top_bottom 1.5s linear alternate infinite .5s;border: 5px solid #fff;}
.ayuan .alogo>img:nth-child(3){top: 280px;right: -70px;animation: top_bottom 1.5s linear alternate infinite 1s;border: 5px solid #fff;}
.ayuan .alogo>img:nth-child(4){top: 210px;left: -160px;animation: top_bottom 1.5s linear alternate infinite 1.5s;border: 5px solid #fff;}
.ayuan .alogo>img:nth-child(5){top: -180px;left: -135px;animation: top_bottom 1.5s linear alternate infinite 2s;}
.ayuan .alogo>img:nth-child(6){top: -70px;right: -175px;animation: top_bottom 1.5s linear alternate infinite 2.5s;}
.ayuan .alogo>img:nth-child(7){bottom: -190px;right: -15px;animation: top_bottom 1.5s linear alternate infinite 3s;}
.ayuan .alogo>img:nth-child(8){left: -190px; top: 105px;animation: top_bottom 1.5s linear alternate infinite 3.5s;}
.ayuan .bg_move .alogobg{width: 483px;height: 483px;background: rgba(40, 163, 167, .5);border-radius: 50%;position: absolute;top: 0;bottom: 0;margin: auto;left: 0;right: 0;}
.ayuan .alogo .bg_move{position: absolute;left:0;top:0;width:100%;height:100%;right: 0;bottom: 0;margin: auto;}
@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);}
}
.ode_p2-line1 { width: 200px; height: 200px; border-radius: 50%; position: absolute; left: 0;top: 0;right: 0;bottom:0;margin:auto; z-index: 1; animation: line1 5s linear infinite 2s; opacity: 0; background: rgba(40, 163, 167, .5);box-shadow: 1px 1px 36px rgba(40, 163, 167, .5); } 
.ode_p2-line2 { width: 200px; height: 200px; border-radius: 50%; position: absolute; left: 0;top: 0;right: 0;bottom:0;margin:auto; z-index: 1; animation: line1 5s linear infinite 4s; opacity: 0; background: rgba(40, 163, 167, .5);box-shadow: 1px 1px 36px rgba(40, 163, 167, .5);} 
.ode_p2-line3 { width: 200px; height: 200px; border-radius: 50%; position: absolute; left: 0;top: 0;right: 0;bottom:0;margin:auto; z-index: 1; animation: line1 5s linear infinite 6s; opacity: 0; background: rgba(40, 163, 167, .5);box-shadow: 1px 1px 36px rgba(40, 163, 167, .5);} 
.ode_p2-line4 { width: 200px; height: 200px; border-radius: 50%; position: absolute; left: 0;top: 0;right: 0;bottom:0;margin:auto; z-index: 1; animation: line1 5s linear infinite 8s; opacity: 0; background: rgba(40, 163, 167, .5);box-shadow: 1px 1px 36px rgba(40, 163, 167, .5);} 
@keyframes line1 { 
	0% { transform: scale(0); opacity: 1; } 
	50% { transform: scale(2); opacity: 1; } 
	100% { transform: scale(4); opacity: 0; } }

.two_img{position: absolute;bottom: 10px;left: 50%;margin-left: -100px;}



.abfr{width: 750px;}
.about{
	width: 750px;
	margin-top: 30%
}
.about a{
	display: block;
	font-size: 28px;
	font-family: "Arial";
	text-align: left;
	color: #fff;	
}
.about em{
	font-size: 30px;
	color: #000;
}

.about p{
	color: #333;
	font-size: 16px;
	line-height: 33px;
	display: block;
	margin-top: 40px;
}
.about span{
	width: 320px;
	height: 53px;
	background: url(../images/abtel.png) left center no-repeat;
	display: block;
	margin-top: 35px;
	line-height: 53px;
	color: #fff;
	font-size: 33px;
	font-family: "Arial";
	padding-left: 83px;
    letter-spacing: -1px;
}


/*数字*/
.ys_box{
    height: 150px;
    margin-top:15%;
}

.ys_box ul li{
    float: left;
    width: 230px;
    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: 60px;
    color: #fff;
    font-family: "Arial";
}
.ys_box .div1 .span3{
	width: 30px;
	height: 30px;
	background: url(../images/jiantou.png) left center no-repeat;
	border-radius: 50px;
	display:inline-block;
	margin-left: 10px;
	position: relative;
	bottom: 15px;
}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #fff;
}
.ys_box .div3{
  background: url(../images/jiantou.png) center no-repeat;
  display: block;
  width: 15px;
  height: 10px;
  margin: 0 auto;
}





@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}
.xw_bt{
	width: 1350px;
	margin: 0 auto;
	margin-top: 8%;
}
.xw_bt span{
	font-size: 30px;
	color: #000;
	display: block;
	padding-left: 37px;
}
.xfr{
    width: 920px;
    height: 65px;
    background: #28a3a7;
    border-radius: 50px 0 0 50px;
    position: absolute;
    right: 0;
    top: 240px;
}
.xfr ul li{
    float: left;
    line-height: 50px;
    width: 105px;
    height: 50px;
    border-radius: 50px;
    margin-top: 7px;
    padding-left: 50px;
    margin-right: 50px;
}
.xfr ul li a{
	color: #fff;
	font-size: 19px;
}
.xfr ul li:nth-child(1){
	background:#f9941c url(../images/x_xwa.png) 20px center no-repeat;
	margin-left: 12px;
}
.xfr ul li:nth-child(2){
	background: url(../images/x_xwb.png) left center no-repeat;
	padding-left: 40px;
}
.xfr ul li:nth-child(3){
	background: url(../images/x_xwc.png) left center no-repeat;
	padding-left: 40px;
}
.xfr ul li:hover a{
	text-decoration: underline;
}


.five_bj{
	width: 1350px;
	margin: 0 auto;
}
.five_left{
	width: 690px;
	margin-top: 35px;
}
.five_left ul li{
	width: 690px;
	height: 245px;
	background: #fff;
	margin-bottom: 25px;
}
.five_left ul li .xwimg{
	width: 265px;
	height: 200px;
	overflow: hidden;
	margin-left: 22px;
	margin-top: 22px;
}
.five_left ul li .xwimg img{
	width: 265px;
	height: 200px;	
}
.five_left ul li:hover .xwimg img{
	transform: scale(1.1);
    transition: all 0.6s;
}
.five_left ul li .xwtitle{
    width: 360px;
    margin-right: 20px;
    margin-top: 35px;
}

.five_left ul li .xwtitle .xtit{
	font-size: 18px;
	color: #060606;
	line-height: 50px;
}
.five_left ul li .xwtitle p{
	font-size: 14px;
	color: #8c8c8c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.five_left ul li .xwtitle .xwtime{
    margin-top: 30px;
}
.five_left ul li .xwtitle .xwtime a{
	display: block;
	width: 38px;
	height: 38px;
	background: #28a3a7;
	border-radius: 50px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 28px;
}
.five_left ul li .xwtitle .xwtime span{
	font-size: 16px;
	font-family: "Arial";
	color: #676767;
	margin-top: 12px;
}
.five_left ul li:hover .xwtitle .xtit{
	color: #28a3a7;
	padding-left: 13px;
	transition: all 0.3s;
}



.five_right{
	margin-top: 35px;
}
.five_right ul li{
	width: 630px;
	height: 155px;
	background: #fff;
	margin-bottom: 24px;
}
.five_right ul li .n_img{
	width: 180px;
	height: 130px;
	overflow: hidden;
	margin-left: 15px;
	margin-top: 12px;
}
.five_right ul li .n_img img{
	width: 180px;
	height: 130px;
}
.five_right ul li .n_tit{
	width: 375px;
	margin-right: 35px;
	margin-top: 20px;
}
.five_right ul li .n_tit a{
	font-size: 17px;
	color: #060606;
	line-height: 35px;
}
.five_right ul li .n_tit p{
	font-size: 14px;
	color: #8c8c8c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.five_right ul li .n_tit span{
	font-size: 14px;
	color: #888;
	font-family: "Arial";
	background: url(../images/time.png) left center no-repeat;
	padding-left: 30px;
	display: block;
	margin-top: 10px;
}
.five_right ul li:hover .n_tit a{
	padding-left: 13px;
	color: #28a3a7;
	transition: all 0.3s;
}
.five_right ul li:hover .n_img img{
	transform: scale(1.1);
    transition: all 0.6s;
}



/*第六页*/
.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;}
.sixbj{
	width: 1350px;
	margin: 0 auto;
	margin-top: 25%;
	height: 100%;
	position: relative;
}
.s_lxfl{
    margin-top: 120px;
    margin-left: 110px;
}
.s_lxfl ul li{
    margin-top: 40px;
}
.s_lxfl ul li p{
	color: #fff;
	font-size: 18px;
	text-align: right;
}
.s_lxfl ul li p span{
	font-size: 23px;
}
.s_lxfl ul li p b{
	font-size: 23px;
	font-family: "Arial";
	font-weight: normal;
}
.s_lxewm{
	width: 490px;
	text-align: center;
	margin-left: 140px;
	margin-top: 20px;
}
.s_lxewm img{
	display: block;
	margin: 0 auto;
}
.s_lxewm em{
	display: block;
	width: 260px;
	height: 45px;
	background: #f9941c;
	margin: 0 auto;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	margin-top: 15px;
	color: #fff;
	font-size: 30px;
	font-family: "Arial";
}
.s_lxewm ul{
	width: 295px;
	margin: 0 auto;
}
.s_lxewm ul li{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
}
.s_lxewm p{
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}
.s_lxewm p a{
	color: #fff;
}
.s_dzfr{
    margin-top: 120px;
    margin-left: 110px;
}
.s_dzfr ul li{
	margin-top: 40px;
}
.s_dzfr ul li p{
	color: #fff;
	font-size: 18px;
}
.s_dzfr ul li p span{
	font-size: 23px;
}
.s_dzfr ul li p b{
	font-weight: normal;
	font-size: 15px;
}
.tuimg{
	position: absolute;
	top:39%;
	left: 50%;
	margin-left: -370px;
	z-index: 999;
}
.tuimg img{
	animation: ball .6s infinite alternate;
}
@-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){
/*第三屏*/
.t_pro{margin-left: 280px;}
}
@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-top: 0}
.about a{padding-top:180px;}
.ayuan{margin-left: -10%;}
.ys_box{margin-top: 8%}
.about p{font-size: 14px;line-height: 26px;}
.ys_box .div1 .span1{font-size: 50px;}
.ayuan .alogo>img:nth-child(3){top: 230px;}
.p_bt{margin-top: 8%;}
.p_bt a{font-size: 35px;}
.p_bt a span{font-size: 35px;}
.case{margin: 10px 0;}
.case_phone{margin: 2px auto;}
.xfr{top: 160px;}
.five_left ul li{height: 200px;}
.five_left ul li .xwimg{height: 155px;}
.five_left ul li .xwtitle{margin-top: 16px;}
.five_right ul li{height: 125px;}
.five_right ul li .n_img img{height: 100px;}
.five_right ul li .n_tit{margin-top: 6px;}
.tuimg{margin-left: -300px;}
.tuimg img{width:75%;}
.s_lxewm p{display: none;}
.s_lxfl ul li{margin-top: 25px;}
.s_lxfl {margin-top: 90px;}
.s_dzfr{margin-top: 90px;}
.s_dzfr ul li{margin-top: 25px;}
}
@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;}
/*导航*/
.head .head_logo{margin-top: 5%;}
.nav{margin-top: 10px;}
.nav .navMain .navLi a.a1{line-height: 35px;height: 35px;font-size: 14px;}
.t_copy{margin-top: 40px;}
/*第二屏*/

.abimg{width: 50%}
.abfr{width: 50%}

/*第三屏*/
.t_pro{width: 1000px;}
.p_bt{padding-top: 60px;}
.p_bt a{font-size: 30px;}
.pro_list_con{height: 320px;}
.pro_list_go ul li{height: 320px;}
.pro_list_go ul li .pro_img{height: 240px;}
.pro_list_go ul li .pro_img img{height: 240px;}
.pro_list_go ul li .pro_img a{height: 240px;}
/*第四屏*/
.post_m .swiper-slide .alimg{background: initial;}
.post_m .swiper-slide .alimg img{margin: 0;}
.post_m .swiper-slide .alimg{height: inherit;}
}


@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){

}
