.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: 16px;
    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:nth-child(1){
    background: #005aad;
}
.case_phone ul li:nth-child(2){
    background:#f30202;
}
.case_phone ul li:hover{
	background: #9fd925
}




/*第四页 */

.four {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.cpbt{
	text-align: center;

	margin-top: 5%;
	height: 130px;
}
.cpbt a{
	font-size: 50px;
	color: #000;
	font-weight: bold;
	padding-top: 30px;
	display: block;
}
.cpbt p{
	color: #444444;
	font-size: 16px;
}
.cpbt a:hover{
	color: #000;
}
.cpfl{
	width: 1350px; background:#FFF; border:2px solid #1063b3;
	margin: 0 auto;
	margin-top: 40px;
}
.cpfl ul li{
	float: left;
	width: 120px;
	height: 76px;


	margin-left: 15px;
	margin-right: 15px;
	line-height: 80px;
	text-align: center;
}

.hgd{
	width:235px; height:76px; line-height:76px; background:#1063b3; float:left; font-size:18px; color:#FFF;}

.cpfl ul li a{
	color: #000;
	font-size: 16px;
	display: block;
}
.cpfl ul li a:hover{ 
	background: #005aad;
	color:#FFF;
}
.pro_litpic {
    width: 87%;
    margin: 0 auto;
    height: 410px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;

}
.pro_go{
	width: 9999px;
}
.pro_a{
    overflow: hidden;
}
.pro_b{
    overflow: hidden;
}
.pro_go ul li {
    width: 410px; height:410px; background:#FFF;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.pro_go ul li .pro_img{
    width: 100%;
    height: 360px;
    display: block;
}

.pro_go ul li:hover img{
    transform: scale(1.1);
}
.pro_go ul li .pro_img span{
    display: block;
    width: 410px;
    height: 48px;
	position:absolute;

    bottom: 0;

    line-height: 48px;
    color: #000;
	text-align:center;
    font-size: 16px;

}
.pro_go ul li:hover .pro_img span{
    display: none;
}

.pro_go ul li .pro_bt{
    display: none;
}
.pro_go ul li:hover .pro_bt{
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    text-align: center;
}
.pro_go ul li:hover .pro_bt  img{
    margin-top: 75px;
    margin-bottom: 20px;
}
.pro_go ul li:hover .pro_bt h3{
    width: 320px;
    height: 60px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    margin: 0 auto;
    color: #fff;
    font-size: 23px;
    line-height: 60px;
}
.pro_go ul li:hover .pro_bt em{
    font-size: 33px;
    font-family: "Arial";
    color: #fff;
    line-height: 80px;
}



/*第四页*/
.index03{height: 100%;width: 1300px;margin: 0 auto;}
.three{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}

.abfr{width: 1300px;}
.about{
	width: 660px;
	margin-top: 15%
}
.about span{
	font-size: 68px;
	color: #e4e6e9;
	font-family: "Arial";
	font-weight: bold;
	text-transform: uppercase;
}
.about em{
	display: block;
	width: 95px;
	height: 35px;
	background: #e50015;
	border-radius: 50px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
    margin-top: -68px;
    position: relative;
    z-index: 999;
}
.about img{
	margin-top: 25px;
}
.about img:hover{
    animation: ball .6s infinite alternate;
}
.about p{
	color: #333;
	font-size: 16px;
	line-height: 33px;
	display: block;
	margin-top: 40px;
}

/*five_list*/
.five_list{
	margin-top: 70px;
	width: 955px;



    z-index: 111;
    background: #005aad;
    height: 175px;
}
.five_list::after{
    content: '';
    display: block;
    clear: both;
    
}
.five_list ul{
    overflow: inherit;

}
.five_list ul li{
    width: 24.5%;
    float: left;
	height:100px;
	background:url(../images/xiana01.png) no-repeat right bottom;
	padding-top:30px;

    text-align: center;


    cursor: pointer;
}
.five_list ul li h3{
    font-size: 16px;
    color: #fff;
 
    font-weight: normal;
}
.five_list ul li img{
    margin-top: 42px;
}


.five_active h3{
    color: #fff !important;
}
.five_li1.active .five_active.li1 {
    transform: translateY(0);
    opacity: 1;
}
.five_li2.active .five_active.li2 {
    transform: translateY(0);
    opacity: 1;
}
.five_li3.active .five_active.li3 {
    transform: translateY(0);
    opacity: 1;
}
.five_li4.active .five_active.li4 {
    transform: translateY(0);
    opacity: 1;
}
.five_li5.active .five_active.li5 {
    transform: translateY(0);
    opacity: 1;
}


@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; } 
}



.xinwe_b{
	font-size:24px;
	 color:#FFF;
	 margin-top:50px;
	 line-height:45px;
	 height:45px;
	  overflow:hidden;}
.xinwe_ww{
	font-size:14px;
	 color:#59a9f6;
	 height:90px;
	 overflow:hidden;

	 line-height:30px;
	}
	
	.fdd{
		width:100px; height:32px; float:left; line-height:32px; font-size:15px; color:#FFF; margin-top:10px;}

/*第五页*/
.five{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}

.five_bj{
	width: 1350px;
	margin: 0 auto;
}
.five_left{

	width:300px;
	float:left;
    margin-top: 80px;
    text-align:left;
}
.five_left span{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.five_left img{
    display: block;
    margin-top: 15px;
    margin-left: 50px;
}
.five_left em{
    color: #fff;
    font-size: 18px;
    font-family: "Times New Roman";
    display: block;
    margin-top: 20px;
}
.five_left em:hover{
    text-decoration: underline;
}

.five_right{
    width: 980px;
    margin-top: 45px;
}
.five_right ul li{
    height: 510px;
	width:320px;
	 margin-right:6px;

	float:left;
    margin-top: 15px;
    background: #fff;
}
.five_right ul li .newimg{
    width: 320px;
    height: 250px;

}
.five_right ul li .newimg img{
    width: 320px;
    height: 250px;	
}
.five_right ul li p{
    display: block;
    width: 300px;
    color: #767676;
    font-size: 14px;
    
}
.five_right ul li p a{
    color: #333;
    font-size: 17px;
    font-weight: bold;
    display: block;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 8px;
}
.five_right ul li:hover p a{

    color: #dd0000;
}



/*第六页*/
.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;
}
.yuan{animation: yuan 30s linear infinite;}
@keyframes yuan{
     0%{transform: rotate(0deg)}
     100%{transform: rotate(360deg)}
}
.sixewm{
	width: 630px;
	height: 630px;
	text-align: center;
	position: relative;
	color: #fff;
}
.dingwei{
	position: absolute;
	left: 0;
	top: 0;
	width: 630px;
	height: 630px;
	z-index: 999;
	background: url(../images/yuan.png) center no-repeat;
}
.s_bt,.s_dz,.s_ewm,.s_tel,.s_ba{
	z-index: 9999;
	position: relative;
}
.s_bt h3{
   font-size: 33px;
   letter-spacing: 1rem;
   display: block;
   margin-top: 65px;
   line-height: 40px;
}
.s_bt span{
	font-family: "Arial";
	font-size: 63px;
}
.s_bt span em{
	color: #0070b1
}
.s_dz p{
	font-size: 18px;
	line-height: 55px;
}
.s_ewm{margin-top: 15px;}
.s_ewm span{
	display: block;
	line-height: 40px;
	font-size: 16px;
}
.s_tel p{
	display: block;
	width: 310px;
	height: 55px;
	background: #dc1010;
	border-radius: 50px;
	line-height: 55px;
	text-align: center;
	font-family: "Arial";
	font-size: 35px;
	margin: 0 auto;
	margin-top: 15px;
}
.s_ba a{
   color: #fff;
   font-size: 16px;
   line-height: 35px;
}


.contel{
	width: 710px;
	position: relative;
	height: 450px;
	margin-top: 5%;
}
.contel .b {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 1px solid #b7e5fb;
}
.contel .lxwm{}
.contel .lxwm ul li{
	width: 300px;
    height: 80px;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.contel .lxwm ul li img {
    margin-top: 20px;
    margin-right: 25px;
    margin-left: 25px;
}
.contel .lxwm ul li p{
	font-size: 15px;
    color: #999;
}
.contel .lxwm ul li p span{
	font-size: 18px;
    color: #333;
    display: block;
}
.contel .lxwm ul li .stext{
	width: 190px;
	margin-left: 10px;
	text-align: right;
	padding-top: 13px;
}
.contel .lxwm ul li .stexta{
	width: 202px;
	margin-right: 10px;
	text-align: left;
	padding-top: 10px;
}
.contel .lxwm ul li .stexta span{
	font-size: 14px;
}
.contel .lxwm ul li.li1 {
    top: 0px;
    right: 50%;
    margin-right: 30px;
}
.contel .lxwm ul li.fl::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid rgba(255,255,255,1);
    border-bottom: 6px solid transparent;
    margin-top: -5px;
}

.contel .lxwm ul li.li2 {
    top: 50px;
    left: 50%;
    margin-left: 30px;
}
.contel  .lxwm ul li.fr::after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-top: -5px;
    border-top: 6px solid transparent;
    border-right: 8px solid rgba(255,255,255,1);
    border-bottom: 6px solid transparent;
}
.contel .lxwm ul li.li2 .show_box {
    position: absolute;
    z-index: 100;
    left: 0%;
    bottom: 100%;
    margin-left: -58px;
    width: 200px;
    border: 1px solid #3366cc;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    background-color: #3366cc;
    border-radius: 5px;
    display: none;
    padding: 20px 0 13px 0;
    margin-bottom: 15px;
}
.contel .lxwm ul li.li2 .show_box img {
    display: block;
    width: 140px;
    height: 140px;
    margin: auto;
}
.contel .lxwm ul li.li2 .show_box span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #b4c9f2;
    line-height: 30px;
}
.contel .lxwm ul li.li2::before{ content:''; position:absolute;bottom:100%; left:39px; display:none;width: 0; height: 0; border-left:6px solid transparent; border-right:6px solid transparent; border-top:8px solid #3366cc; margin-bottom:5px; }

.contel .lxwm ul li.li2:hover .show_box, .contel .lxwm ul li.li2:hover::before {
    display: block;
}
.contel .lxwm ul li.li3 {
    top: 110px;
    right: 50%;
    margin-right: 30px;
}
.contel .lxwm ul li.li4 {
    top: 170px;
    left: 50%;
    margin-left: 30px;
}
.contel .lxwm ul li.li5 {
    top: 230px;
    right: 50%;
    margin-right: 30px;
}
.contel .lxwm ul li.li6 {
    top: 290px;
    left: 50%;
    margin-left: 30px;
}
.contel .lxwm ul li.li7 {
    top: 350px;
    right: 50%;
    margin-right: 30px;
}


@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;}
	/*导航*/
	.ny_logo{margin-left: 3%;}
	.ny_htel{margin-right: 3%;}
	/*简介*/
	.about{margin-top: 11%;}
	.five_list ul{margin-left: 165px;}

}
@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{height: 100px;overflow: hidden;}
.ny_logo{margin-left: 1%;}
.ny_logo img{width: 80%;}
.ny_nav{margin-left: 0;}
.ny_nav .ny_navMain .ny_navLi a.ny_a1 span{font-size: 14px;}
.ny_nav .ny_navMain .ny_navLi a.ny_a1 em{font-size: 12px;line-height: 22px;color: #fff;}
.ny_htel{margin-right: 1%;}
/*简介*/
.about span{font-size: 30px;}
.about em{width: 80px;height: 25px;font-size: 14px;line-height: 25px;}
.about img{width: 40%;margin-top: 38px;}
.about p{font-size: 13px;line-height: 25px;}
.five_list{width: 1000px;height: 130px;}
.five_list ul li img{width: 20%;}
.five_list ul li h3{font-size: 15px;}
/*产品*/
.cpbt{background-size: 35%;height: auto;margin-top: 6%;}
.cpbt a{font-size: 30px;padding-top: 12px;}
.cpbt p{font-size: 14px;}
.cpfl{margin-top: 20px;}
.cpfl ul li{width: 160px;height: 35px;line-height: 35px;font-size: 14px;margin-right: 0}
.cpfl ul li a{font-size: 14px;}
.pro_litpic{margin-top: 30px;height: 260px;}
.pro_go ul li{width: 300px;}
.pro_go ul li .pro_img{height: 260px;}
.pro_go ul li:hover .pro_bt{display: none;}
/*厂房*/
.case{height: 350px;}
.case .swiper-container.anli .swiper-slide{width: 450px;height: 300px;}
.case_phone{width: 460px;}
.case_phone ul li{width: 200px;height: 40px;line-height: 40px;font-size: 14px;}
/*新闻*/
.five_bj{width: 1100px;}
.five_left{margin-top: 300px;}
.five_left span{font-size: 30px}
.five_left em{font-size: 15px;}
.five_right{width: 770px;margin-top: 120px;}
.five_right ul li{height: 510px; width:360px; float:left;}
.five_right ul li .newimg{width: 145px;height: 105px;}
.five_right ul li p{width: 570px;}
/*联系*/
.sixbj{width: 1200px;}
.sixewm{width: 500px;height: 500px;}
.dingwei{width: 500px;height: 500px;background-size: 100%;}
.contel{width: 500px;margin-top: 2%;}
.contel .lxwm ul li{width: 200px;height: 60px;}
.contel .lxwm ul li img{margin-top: 15px;width: 30px;margin-right: 15px;margin-left: 15px;}
.contel .lxwm ul li .stext{width: 110px;font-size: 13px;}
.contel .lxwm ul li p span{font-size: 13px;}
.contel .lxwm ul li .stexta{width: 130px;}
.contel .lxwm ul li .stexta{font-size: 13px;}
}
@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){

}


.contact_l{
	width:380px; height:480px; float:left; color:#FFF; font-size:18px; line-height:40px; margin-top:50px;}
.contact_r{
	width:930px; height:480px; float:right; margin-top:50px; }
.contact_rs{
	width:130px; height:480px; float:left;}
.contact_rs ul li{
	width:130px; height:40px; line-height:40px; color:#FFF;}
.contact_rs ul li a{
	color:#FFF; font-size:15px;}
.contact_rs_wz{ font-size:18px; color:#FFF; line-height:50px;}



.anlibj{
	width: 100%;
	height: 760px;
	background: url(../images/albj.jpg) top center no-repeat;
}

.custerm {
  width: 100%;
  height: 570px;
  overflow: hidden;
  margin-top: 10px;
}
.probt p{
    color: #8e8d8d;
    font-size: 16px;
}

.swiper-container {
  padding:35px 0;
}
.post_m {
  position: relative;
  padding-bottom:50px;
  margin:40px 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 img {
  width: 100%;
  height:420px;
}
.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:#f4f4f4;
  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;
  top:330px;
  width:70%;
  height:175px;
  box-sizing:border-box;
  padding:25px;
  background:#f29400;
  color:#fff;
  transition:all .3s ease;
  opacity:0;
  left:0;
  right:0;
  margin:0 auto;
}
.cust_t {
  font-size:20px;
  color:#fff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  margin-bottom:10px;
}
.cust_remark {
  color: #acb9dd;
  font-size: 14px;
  line-height: 25px;
  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:-15px;
}
.cust_jt {
  background:url(../images/tel.png) left center no-repeat;
  margin-top:5px;
  padding-left:35px;
  font-size: 25px;
  font-family: "Arial";
}
.post_m .custjt {
  bottom:-13px;
  top:auto;
  left:30%;
  width:20px;
  height:40px;
  background:url(../images/jiantou.png) no-repeat left top;
}

.post_m .custjt:hover {
  background-position-y:bottom;
}

.en{
    width: 150px;
    height: 55px;
    overflow: hidden;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 222222;
    background: #fff;
  }
  .en span{
    float: left;
    width: 75px;
    height: 55px;
    font-size: 20px;
    text-align: center;
    line-height: 55px;
  }
  .en span:nth-child(2) a{
    background: #ea8a26;
    color: #fff;
  }
  .en span a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
  }