.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;}
.one {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
/*修改的信息*/
.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}

/*第二页修改*/

/*背景*/
/*.two_bg{position: absolute;background: url(../images/about.png);width: 100%;height: 100%;top: 0;z-index: -1}*/
.two_bg{position: absolute;background: url(../images/two.jpg);background-position: center;width: 100%;height: 100%;top: 0;z-index: -1}

.two_right{margin-left: 5%;width: 45%;padding-top: 3%;}

.two_title{color: #fff;font-size: 30px;height: 75px !important;}
.two_xian{display: block;width: 78px;height: 3px;background: #00b849;margin-left: 116px;margin-bottom: 20px;}
.two_txt{color: #fff;font-size: 36px;}
.two_content{color: #000;height: 50%;line-height: 30px;color: #fff; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.two_number{margin-left: 116px;margin-top: 35px;}
.two_number ul li{float: left;width:180px;text-align: center;background: url(../images/xian.png) right center no-repeat;}
.two_number .div1 .span1{font-size: 36px;color: #fff;font-family: "Arial";}
.two_number .div1 .span3{margin-left: 10px;line-height: 32px;color: #fff;font-size: 16px;text-align: center;}
.two_number .div2 .span2{font-size: 16px;color: #fff;}

.ayuan {height: 483px;width: 50%;position: relative;margin-top: 2%;}
.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: 237px;height: 237px;border-radius: 50%;background: #fff;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: 115px;animation: top_bottom 1.5s linear alternate infinite .5s;}
.ayuan .alogo>img:nth-child(3){top: 130px;right: -100px;animation: top_bottom 1.5s linear alternate infinite 1s;}
.ayuan .alogo>img:nth-child(4){top: 210px;left: -80px;animation: top_bottom 1.5s linear alternate infinite 1.5s;}
.ayuan .alogo>img:nth-child(5){top: -160px;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(255, 255, 255, .2);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(255, 255, 255, .2);box-shadow: 1px 1px 36px rgba(255, 255, 255, .2); } 
.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(255, 255, 255, .2);box-shadow: 1px 1px 36px rgba(255, 255, 255, .2);} 
.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(255, 255, 255, .2);box-shadow: 1px 1px 36px rgba(255, 255, 255, .2);} 
.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(255, 255, 255, .2);box-shadow: 1px 1px 36px rgba(255, 255, 255, .2);} 
@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;}

/*第三页*/
.three_center{width: 100%;height: 100%;}
.three{width: 100%;height: 100%;position: absolute;top: 0;}
.three_center ul{height: 100%;}
.three_center ul li{box-sizing: border-box;float: left;width: 24.92%;height: 100%;background: rgba(0, 0, 0, .3);text-align: center;padding-top: 15%;margin-right: 1px; }
.three_center ul li h3{color: #fff;font-size: 26px;line-height: 80px;}
.three_center ul li .three_more{display: block;width: 120px;height: 40px;border:1px #fff dashed; border-radius: 50px;text-align: center;line-height: 40px;margin: 0 auto;margin-top: 40px;color: #fff;font-size: 16px;}
.three_center ul li .three_erji{display: none;}
.three_center ul li:hover .three_erji{display: block;transition: all 0.3s;}
.three_center ul li .three_erji a{display: block;width: 50%;margin:0 auto;padding-left: 8%;overflow: hidden;height:45px;  line-height: 45px;font-size: 15px;display: block;color: #fff;background: url(../images/jiantou.png) 30px center no-repeat;}
.three_center ul li .three_erji a:hover{text-decoration: underline;font-size: 16px;}
.three_center ul li:hover{background: rgba(0, 88, 208, .3);}
.three_center ul li .three_more:hover{background: #d10000;color: #fff}

/*第四页 */
.index4_bj{width: 100%; height: 100%;}
.four{width: 100%;height: 100%;position: absolute;top: 0;}
.cp-bta{text-align: center;padding-top: 10%;}
.cp-bta a{display: block;color: #fff;font-size: 35px;background: url(../images/cpxian.png) center no-repeat;font-weight: bold;}
.cp-bta em{display: block;width: 60px;height: 5px;background: #00b849;margin: 0 auto;margin-top: 13px;margin-bottom: 10px;}
.cp-bta span{font-size: 25px;font-family: "Arial";color: #fff;}
.caseList {
	overflow:hidden;
	z-index:10;
	height:300px;
	width: 85%;
	margin: 0 auto;
    margin-top:3%;
}
.caseList ul {
}
.caseList li {
	float:left;
	margin-right:15px;
	width:360px;
	height:300px;
    background:#fff;
    position: relative;
}
.caseList li a.imga {
	display:block;
	width:360px;
	height:240px;
	transition: 0.5s;
	transform: rotate(360deg) scale(1, 1);
}
.caseList li .aT {
	display:block;
	width:100%;
	text-align: center;

}
.caseList li .aT span{
	color:#000;
    font-size:18px;
    line-height:60px;
}
.caseList .box {
	width:9999px;
	position:relative;
	z-index:10;
}
.caseList .box ul {
	float:left;
}
.caseList li:hover .aT{
	background: #0058d0
}
.caseList li:hover .aT span{
	color: #fff
}
.text-desc {
	position: absolute;
	left: 0;
	top: 0;
	background-color:rgba(0, 0, 0, 0.6);
	height: 240px;
	opacity: 0;
	width: 100%;
	padding: 20px;
}

.text-desc {
	transform: rotate(0deg) scale(0, 0);
	transition: 0.5s;
	opacity: 0;
	padding: 60px 20px 20px;
}
.caseList li:hover .text-desc {
	transform: rotate(360deg) scale(1, 1);
	opacity: 1;
	text-align: center;
}
.caseList li:hover .text-desc h3 a {
	color: #fff;
	font-size: 20px;
	line-height: 50px;
}
.caseList li:hover .text-desc p {
	color: #f2f2f2;
	font-size: 30px;
	line-height: 30px;
	font-family: "Arial";
	font-weight: bold;
}

.myClass {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pro_more {
	width: 200px;
	margin: 0 auto;
	margin-top: 60px;
    height: 55px;
    line-height: 55px;
    background:#0058d0;
    border-radius: 50px;
    text-align: center;   
}
.pro_more a {
    color: #fff;
    font-size: 18px;
    display: block;
}
.pro_more:hover{
	color:#fff;
	background: #d10000;
}



/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
	overflow: hidden;
}
.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;
	top: 20%;
	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 .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;*/
}


/*第五页*/
.five{width: 100%;height: 100%;position: absolute;top: 0;}
.five_bj{width: 1300px;margin: 0 auto;margin-top: 6%}
.five_left{width: 490px;height: 530px;background: #fff;padding: 25px 30px;}
.five_left .xwtitle{}
.five_left .xwtitle span{font-size: 18px;color: #979797;background: url(../images/shijian.png) left center no-repeat;padding-left: 30px;display: block;margin-top: 8px;}
.five_left .xwtitle a{font-size: 18px;color: #000;font-weight: bold;display: block;margin-top: 10px;margin-bottom: 8px;}
.five_left .xwtitle p{color: #6e6e6e;font-size: 14px;line-height: 23px;height: 45px;overflow: hidden;}
.five_left .xwimg{width: 430px;height: 235px;margin: 0 auto;overflow: hidden;margin-top: 20px;}
.five_left .xwimg img{width: 430px;height: 235px;}
.five_left .xwmore{width: 70px;height: 65px;background: #00af45;line-height: 65px;text-align: center;margin-top: 20px;transition:width 2s;-moz-transition:width 2s; -webkit-transition:width 2s; -o-transition:width 2s;}
.five_left .xwmore a{color: #fff;font-size: 33px;display: block;}
.five_left .xwtitle:hover a{padding-left: 20px;transition: all 0.3s;color: #0059cd;text-decoration: underline;}
.five_left .xwimg img:hover{transition: all 1.2s;transform: scale(1.2, 1.2);}
.five_left .xwmore:hover{width: 430px;}


.five_right{width: 770px;}
.five_right ul li{height: 165px;background-color:rgba(255, 255, 255, 0.9);margin-bottom: 15px;padding: 25px 30px;line-height: 25px;}
.five_right ul li a{font-size: 18px;color: #000;line-height: 45px;}
.five_right ul li p{font-size: 15px;color: #8e8e8e;}
.five_right ul li:hover{background-color:rgba(0, 88, 208, 0.9);}
.five_right ul li:hover a{padding-left: 20px;transition: all 0.3s;color: #fff;text-decoration: underline;}
.five_right ul li:hover p{color: #fff;}

/*第六页*/
.six{width: 100%;height: 100%;position: absolute;top: 0;}
.index6_bj{width: 100%; height: 100%;}
.sixbj{width: 1250px;height: 500px;background: #fff;border-radius: 20px;margin: 0 auto;margin-top: 35px;position: relative;}

.six_tel{width: 300px;margin-left: 40px;}
.six_tel span{display: block; color: #000;font-size: 20px;background: url(../images/tela.png) left center no-repeat;padding-left: 70px;line-height: 35px;margin-top: 35px;margin-bottom: 15px;}
.six_tel span b{font-size: 30px;display: block;}
.six_tel p{font-size: 16px;color: #000;line-height: 33px;}
.sixewm{text-align: center;width: 230px;margin-left: 20px;margin-top: 20px;}
.sixewm span{color: #000;font-size: 16px;line-height: 45px;}
.sixewm img{box-shadow: 0 3px 5px #d2d2d2;}
#faqbox {width:600px;}
#faqbox p {
    font-size: 25px;
    color: #333;
    display: block;
    margin-top: 25px;
    margin-bottom: 20px;
}
#faqbox form {
}
#faqbox .faqline {
    line-height:2em;
    text-align:left;
    padding-bottom:10px;
    color:#999;
    font-size:13px;
}
#faqbox .faqtit {
    width:75px;
    display:block;
    float:left;
    clear:both;
    text-align:left;
    color:#555;
}
#faqbox .Content {
    line-height:2em;
    text-align:left;
    padding-bottom:10px;
}
#faqbox font {
    margin:0 5px;
}
#faqbox .FaqTitle {
    height:50px;
    line-height:50px;
    padding:0 10px;
    border:1px solid #ddd;
    width:430px;
    vertical-align:top;
}
#faqbox .Content textarea {
    height:100px;
}
.wizfrm {
    border:none;
    width:455px;
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#fff;
    text-align:center;
    cursor:pointer;
    background:#fff;
    margin-top:20px;
    font-family:'Microsoft YaHei';
    -moz-transition: all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    border-radius:5px;
    background-color:#dd0103;
}
.wizfrm:hover {
    background-color:#0059d0;
}
.six_img{position: absolute;bottom: -50px;left: -150px;animation: ball .6s infinite alternate;}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.index_main .section6{
	background: none;
	overflow: hidden;
}


.mbottom{display: block;width: 100%;margin-top: 20%}
.mbottom>.s_mtitle{display: block;text-align: center;}
.mbottom ul li{width: 15.666666%;margin-right: 1%;height: 80px;background: #FFF;float: left;margin-bottom: 1%;}

.s_txt{text-align: center;color: #FFF;font-size: 14px;}
.s_txt>img{height: 100px}
.s_txt>h1{font-weight: bolder;color: #FFF;font-size: 24px;padding: 10px}


.index_main .section7{
	background: none;
	overflow: hidden;
}

@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;}
	/*第二屏*/
	.two_title{font-size:30px;}
	.two_txt{font-size: 40px;}
	.two_content{font-size: 16px;}
    .two_number ul li{width: 180px;}
}
@media only screen and (max-width: 1730px){
	.slick-slide img{width: 68%}

}

@media only screen and (max-width: 1600px){
	.slick-slide img{width: 68%}
	.index_main .section1 .index_banner .item .inner .block_txt{top: 30%;}
	.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;}
	/*第二屏*/
	.two_title{font-size: 30px;padding-left: 118px!important;}
	.two_txt{font-size: 28px;padding-left: 118px!important;}
	.two_content{font-size: 15px;padding-left: 118px!important;}
	.two_number ul li{width: 150px;}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt{top: 20%;}
	.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;}
	/*第二屏*/
	.two_title{font-size: 30px;padding-left: 118px!important;}
	.two_txt{font-size: 22px;padding-left: 118px!important;}
	.two_content{font-size: 15px;padding-left: 118px!important;}
	.two_number ul li{width: 150px;}

	/*第五页*/


	/*第六屏*/
	.six_right{top: 15%;}
	.six_left>a>img{width: 300px;}
	.six_right>ul>li{display: block;overflow: hidden}
	.six_right>ul>li+li+li+li{display: none}
	/*第七屏*/
	.mbottom{margin-top: 10%}
}

@media only screen and (max-width: 1376px){
	.index_main .section1 .index_banner .item .inner .block_txt{top: 20%;}
	.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;}
	.three_right ul li{background-size:150% auto}
	/*第二屏*/
	.two_title{font-size: 30px;padding-left: 118px!important;}
	.two_txt{font-size: 22px;padding-left: 118px!important;}
	.two_content{font-size: 12px;padding-left: 118px!important;}
	.two_number ul li{width: 150px;}
	.two_right{padding-top: 3%}

	/*第五页*/


	/*第六屏*/
	.six_right{top: 15%;}
	.six_left>a>img{width: 300px;}
	.six_right>ul>li{display: block;overflow: hidden}
	.six_right>ul>li+li+li+li{display: none}
	/*第七屏*/
	.mbottom{margin-top: 10%}
}

@media only screen and (max-width: 1290px){
	.index_main .section1 .index_banner .item .inner .block_txt{top: 20%;}
	.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;}
	.three_right ul li{background-size:150% auto}
	/*第二屏*/
	.two_title{font-size: 30px;padding-left: 118px!important;}
	.two_txt{font-size: 22px;padding-left: 118px!important;}
	.two_content{font-size: 14px!important;padding-left: 118px!important;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
	.two_number ul li{width: 150px;}
	.two_right{padding-top: 3%}


	/*第五页*/


	/*第六屏*/
	.six_right{top: 15%;}
	.six_left>a>img{width: 300px;}
	.six_right>ul>li{display: block;overflow: hidden}
	.six_right>ul>li+li+li+li{display: none}
	/*第七屏*/
	.mbottom{margin-top: 10%}

}

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

}