.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;animation: scale-bg2 8s linear infinite;filter:alpha(Opacity=100);-moz-opacity:1;opacity: 1}
.prolb{
    width: 85%;
    margin-left: 12%;
}
.custerm {
	width: 100%;
	overflow: hidden;
}
.zmbtb{
	background: url(../images/zmbt_2.png) center top no-repeat;
}

.swiper-container {
	padding:35px 0;
}
.post_m {
	position: relative;
	padding-bottom:50px;
	margin:30px auto 0 auto;
	width: 94%;
}
.post_m .swiper-slide {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}
.post_m .swiper-slide .alimg{
	width: 100%;
	height: 370px;
	overflow: hidden;
	background: #11334f;

}
.post_m .swiper-slide .alimg img {
    width: 483px;
    height: 354px;
    margin: 8px;	
}
.post_m .sytext {
	box-sizing:border-box;
	width: 70%;
	line-height:45px;
	height: 45px;
	opacity:1;
	color:#000;
	text-align:center;
	font-size:17px;
	background-color:#fff;
	margin:0 auto;
}

.post_m .swiper-slide-next {
	-webkit-transform: scale(.94) translateX(10px);
	transform: scale(.94)translateX(10px);
}
.post_m .swiper-slide-prev {
	-webkit-transform: scale(.94) translateX(-10px);
	transform: scale(.94)translateX(-10px);
}
.post_m .swiper-slide-active, .post_m .swiper-slide-duplicate-active {
	-webkit-transform: scale(1.07) translateY(-14px);
	transform: scale(1.07) translateY(-14px);
}
.post_m .swiper-slide-active .sytext, .post_m .swiper-slide-duplicate-active .sytext {
	opacity:0;
}
.post_m .swiper-slide-active h4, .post_m .swiper-slide-active p, .post_m .swiper-slide-duplicate-active h4, .post_m .swiper-slide-duplicate-active p {
	color: #fff;
}
.post_m .swiper-slide-active a, .post_m .swiper-slide-duplicate-active a {
	display: block;
	width:100%;
	height:100%;
	position: relative;
}
.post_m .swiper-pagination {
	bottom:0;
	left: 50%;
	transform: translate(-50%, 0)
}
.post_m .swiper-pagination-bullet {
	width:16px;
	height:16px;
	background:#dedfe0;
	opacity:1;
}
.post_m .swiper-pagination-bullet+ .swiper-pagination-bullet {
	margin-left:14px;
}
.post_m .swiper-pagination-bullet-active {
	background:#47af34;
}
.custhide {
	position:absolute;
	width:70%;
	height:190px;
	box-sizing:border-box;
	padding:20px;
	background:#f4b300;
	color:#fff;
	transition:all .3s ease;
	opacity:0;
	left:0;
	right:0;
	margin:0 auto;
}
.cust_t {
	font-size:22px;
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:7px;
}
.cust_remark {
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post_m .swiper-slide-active .custhide, .post_m .swiper-slide-duplicate-active .custhide {
	opacity:1;
	bottom:-35px;
}
.cust_jt {
	margin-top:15px;
	color: #fff;
	font-size: 23px;
	font-family: "Arial";
	background: url(../images/tel.png) left center no-repeat;
	padding-left: 35px;
}




/*第四页 */
.index4_bj{width: 100%; height: 100%;}
.four {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.t_pro{
	width: 1320px;
	margin-left: 380px;
}
.p_bt{
	text-align: center;
	color: #fff;
	padding-top: 160px;
}
.p_bt a{
	color: #fff;
	font-size: 45px;
}
.p_bt p{
	font-size: 17px;
	line-height:35px; 
}
.p_bt img{
	margin-top: 5px;
}
.p_fl{
   margin-top: 20px;
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: center;
   justify-content: center;
}
.p_fl ul li{
	width: auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	float: left;
	background: #fff;
	border-radius: 5px;
	margin-right: 15px;
}
.p_fl ul li a{
	display: block;
	font-size: 17px;
	padding-left: 25px;
	padding-right: 25px;
}
.p_fl ul li:hover{
	background: #f8b600;
}
.p_fl ul li:hover a{
	color: #fff;
}
/*pro_list*/
.pro_list{
    width: 100%;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.pro_list_con{
    width: 95%;
    overflow: hidden;
    height: 375px;
    margin-top:60px;
}
.pro_list_go{
    width: 9999px;

}
.pro_list_go ul{
    float: left;
    overflow: hidden;
}
.pro_list_go ul li{
    float: left;
    width: 310px;
    height: 370px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #fff;
    margin-right: 20px;
    border:1px #959595 solid;
    margin-bottom: 20px;
}
.pro_list_go ul li .pro_img{
	width: 280px;
	margin: 0 auto;
	margin-top: 15px;
	height: 280px;
	overflow: hidden;
	
}
.pro_list_go ul li .pro_img a{
	height: 280px;
	width: 280px;
	position: relative;
	display: block;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pro_list_go ul li .pro_img em{
	position: absolute;
	left: 0;
	height: 45px;
	line-height: 45px;
	z-index: 999;
	display: none;
	width: 100%;
	background: rgba(17,51,79,.7);
	bottom: 0;
	font-size: 20px;
	font-family: "Arial";
	color: #fff;
	text-align: center;
}
.pro_list_go ul li:hover .pro_img em{
    display: block;
}

.pro_list_go ul li .pro_bt{
	line-height: 70px;
	text-align: center;
	height: 70px;
	overflow: hidden;
	
}
.pro_list_go ul li .pro_bt a{
	display: block;
	color: #000;
	font-size: 16px;
}
.pro_list_go ul li:hover .pro_bt a{
	color: #11334f;
	font-weight: bold;
}

/*第四页*/
.index03{height: 100%;width: 1300px;margin: 0 auto;}
.three{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}
.abimg{
	width: 650px;
	margin-top: 200px;	
}
.abimg img{
	animation: ball .6s infinite alternate;
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.abfr{width: 650px;}
.about{
	width: 650px;
	margin-top: 20%
}
.about a{
	display: block;
	font-size: 28px;
	font-family: "Arial";
	text-align: right;
	color: #fff;
	
}
.about p{
	color: #000;
	font-size: 17px;
	line-height: 33px;
	display: block;
	margin-top: 60px;
}
/*数字*/
.ys_box{
    height: 150px;
    margin-top:30px;
}

.ys_box ul li{
    float: left;
    width: 210px;
    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: #333;
    font-family: "Arial";
}
.ys_box .div1 .span3{width: 35px;height: 35px;background: #f8b600;border-radius: 50px;display:inline-block;margin-left: 10px;position: relative;bottom: 15px;line-height: 35px;color: #0a2140;font-size: 16px;}
.ys_box .div2{margin-top: 10px;}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #333;
}
.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);}
}
.ode_p2-line1 { width: 150px; height: 150px; border-radius: 50%; position: absolute; left: 27%;top: 51%; z-index: 1; animation: line1 4s linear infinite 2s; opacity: 0; background: rgba(0, 144, 165, .9);box-shadow: 1px 1px 36px rgba(0, 144, 165, .9); } 
@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: 85%;
	margin-left: 15%;
}




.five_right{
	width:100%;
	height:420px;
	margin-top: 5%;
}
.five_right ul li{
	width: 30%;
	height:410px;
	background: rgba(255,255,255,.9);
	margin-right: 20px;
	float: left;
	border-radius:70px 0 70px 0;
}
.five_right ul li:nth-child(3){
	margin-right: 0;
}
.five_right ul li .xwimg{
	width: 95%;
	height: 230px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 60px 0 0 0;
	margin-top: 12px;
}
.five_right ul li .xwimg img{
	width: 100%;
	height: 230px;
}
.five_right ul li:hover .xwimg img{
	transition: all 1.2s;
	transform: scale(1.2, 1.2);
}

.five_right ul li .xwtitle{
	width: 95%;
	margin:0 auto;
	height: 100px;
	border-bottom: 1px #cbcbcb solid;
}
.five_right ul li .xwtitle .xwtime{
	width: 20%;
	height: 75px;
	border-right: 1px #cbcbcb solid;
	margin-top: 10px;
	text-align: center;
}
.five_right ul li .xwtitle .xwtime b{
	font-size: 25px;
	font-family: "Arial";
	color: #333;
	display: block;
	margin-top: 3px;
}
.five_right ul li .xwtitle .xwtime span{
	font-size: 18px;
	font-family: "Arial";
	color: #333;
}
.five_right ul li .xwtitle .xdec{
	margin-right: 10px;
	width: 73%;
	margin-top: 12px;
}
.five_right ul li .xwtitle .xdec a{
    font-size: 17px;
    color: #000;
    display: block;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.five_right ul li .xwtitle .xdec p{
	font-size: 14px;
	color: #666;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
.five_right ul li .xwtel{
	line-height: 65px;
	width: 95%;
	margin: 0 auto;
}
.five_right ul li .xwtel a{
	font-family: "Arial";
	font-size: 19px;
	color: #11334f;
	display: block;
	background: url(../images/xwa.png) left center no-repeat;
	padding-left: 40px;
	position: relative;
}
.five_right ul li .xwtel a::after{
	content: '';
    display: block;
    width: 15px;
    height: 12px;
    background: url(../images/jtb.png) center no-repeat;
    position: absolute;
    right:45px;
    top: 25px;
}
.five_right ul li:hover{
	background: rgba(17,51,79,.9);
}
.five_right ul li:hover .xwtitle{
	border-bottom: 1px #334e65 solid
}
.five_right ul li:hover .xwtitle .xwtime{
	border-right: 1px #334e65 solid
}
.five_right ul li:hover .xwtitle .xwtime b{
	color: #fff
}
.five_right ul li:hover .xwtitle .xwtime span{
	color: #fff
}
.five_right ul li:hover .xdec a{
	color: #fff
}
.five_right ul li:hover .xdec p{
	color: #fff
}
.five_right ul li:hover .xwtel a{
   background: url(../images/xwb.png) left center no-repeat;
   color: #fff
}
.five_right ul li:hover .xwtel a::after{
   background: url(../images/jta.png) center no-repeat;
}



/*第六页*/
.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;}
.index6_bj{width: 100%; height: 100%;}
.sixbj{
	width: 70%;
	position: relative;
	height: 100%;
	margin-left: 18%;
}

.middle_box {display: table;width: 100%;height: 100%;position: absolute;z-index: 9999;}
.middle_box .middle {display: table-cell;vertical-align: middle;width: 100%;text-align: center;background: url(../images/yuan.png) center no-repeat;}
.middle_box .middle .dbewm{margin-top: 10px;}
.middle_box .middle .dbewm span{display: block;color: #fff;font-size: 16px;line-height: 45px;}
.middle_box .middle .alogo img:hover{animation: ball .6s infinite alternate;}
.s_tel{width:362px;height: 108px;background: url(../images/s_tel.png) center no-repeat; position: absolute;left: 2%;top: 45%;color: #fff;padding-left: 20px;padding-top: 30px;}
.s_tel em{font-size: 20px;}
.s_tel p{font-size: 23px;}
.s_tel p span{font-size: 28px;font-family: "Arial"}
.s_dizhi{width:302px;height: 108px;background: url(../images/s_dizhi.png) center no-repeat; position: absolute;right: 2%;top: 45%;color: #fff;padding-left: 80px;padding-top: 30px;}
.s_dizhi em{font-size: 20px;}
.s_dizhi p{font-size: 18px;}


@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(17, 51, 79, .9);box-shadow: 1px 1px 36px rgba(17, 51, 79, .8); } 
.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(17, 51, 79, .9);box-shadow: 1px 1px 36px rgba(17, 51, 79, .8);} 
.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(17, 51, 79, .9);box-shadow: 1px 1px 36px rgba(17, 51, 79, .8);} 
.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(17, 51, 79, .9);box-shadow: 1px 1px 36px rgba(17, 51, 79, .8);} 
@keyframes line1 { 
	0% { transform: scale(0); opacity: 1; } 
	50% { transform: scale(2); opacity: 1; } 
	100% { transform: scale(4); opacity: 0; } 
}




@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: 255px;}

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

}
