﻿*{box-sizing:border-box;margin:0; padding:0; list-style:none;  }
a{ color:#333; text-decoration:none;   }
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
hr{ border:none;}
.clear{ clear:both;}
p,ul{margin: 0;}
img{ border:0;  }
input,textarea{outline:none;}
.row{ margin: 0px;}
.container{ margin: 0px auto;width:1200px; }
.w1440{ margin: 0px auto; width:1440px; max-width: 100% }
.w1320{ margin: 0px auto; width:1320px; max-width: 100% }



@font-face {
    font-family: 'TT';
    src: url('../fonts/TT0246M_.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.in_header{width:100%; height:4.5vw; position:fixed; top:2vh; left:0; z-index:9999; }
.in_header .h_logo{width:143px; height:4.5vw; float: left; display: flex; align-items: center; }
.in_header .h_logo img{max-width: 100%}
#logo1{display: none}
.h_search{width:25px; height:4.5vw; float: right; background: url(../images/h_search.png) no-repeat center;}
.form_box{position: fixed;  top:4.6vw; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0}
.form_box form{width:100%; margin:0 auto;}
.form_box p{ height:auto; width: auto; display: table; margin: 0px auto;}
.form_box input[type="text"]{width:300px; height:40px; line-height:40px; border: 0; float: left; background: #eee; color:#333; font-size: 15px; padding: 0 10px;}
.form_box .submit{
    width:120px;
    height:40px;
    border:0;
    display: inline-block;
    color:#fff;
    float:left;
    outline: none;
    background: #0071bf; font-size:16px;
}



/*导航*/
.nav{ height:4.5vw; width:64%; float: right; margin-right:1.5%;}
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:14.2%; }
.nav .nLi h3{ font-weight: normal; width:100%; height: 4.5vw; margin: 0px auto; line-height: 4.6vw }
.nav .nLi h3 p{height:auto; color:#fff; font-size:15px;  position: relative; text-align: center;  }
.nav .nLi h3 span{height:auto; color:#fff; font-size:15px;  position: relative; text-align: center; display:none }
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#000000;  }
.nav .sub{position:absolute;top:4.5vw;left:50%; z-index:999;display:none;padding:0;width:160px; margin-left: -80px; background:#fff;line-height:26px;} 
.nav .sub li{height:33px;border-bottom:1px solid #eee;text-align:center;line-height:33px;zoom:1}
.nav .sub li p{float:left;margin:0;width:100%; font-size:14px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{display:none}
.nav .nLi.active h3 span,.nav .nLi:hover h3 span{display:block}
.sub li:hover a{color:#007edb;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background: url(../images/dian.png) no-repeat center; border:0; width:31px; height:31px; top: 0; left: 0;}
#fp-nav ul li a.active, .fp-slidesNav ul li a.active{background: url(../images/l_dian.png) no-repeat center}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{background:none}
#fp-nav.right{right:20px;}
#fp-nav ul li, .fp-slidesNav ul li{width:31px; height:31px;  border-radius: 50%; }
.two_header .nav .nLi h3 span,.two_header .nav .nLi h3 p{color:#4d4d4d;}
.two_header .h_search{background: url(../images/hh_search.png) no-repeat center}




/*第1块*/
.section{position: relative}
.section1{display: block; width: 100%; height: 100%;overflow: hidden; position: relative;}
.section1 .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.section1 .slideBox .hd{position:absolute;right:50%; bottom:100px;z-index:1;overflow:hidden;height:22px; transform: translate(0,-50%);}
.section1 .slideBox .hd ul{float:left;overflow:hidden;zoom:1}
.section1 .slideBox .hd ul li{float:left;margin-right:15px;width:12px;height:12px; background: #fff; opacity: 0.5; cursor:pointer; border-radius: 50%;}
.section1 .slideBox .hd ul li:last-child{margin-right:0}
.section1 .slideBox .hd ul li.on{opacity: 1}
.section1 .slideBox .bd{position:relative;z-index:0;width:100%;height:100%}
.section1 .slideBox .bd ul{width:100%;height:100%}
.section1 .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.section1 .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }
.section_right{width:26px; height: auto; position: absolute; bottom:5%; left:50%; margin-left:-13px; animation:mymove 3s infinite;}
@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}


/**/
.section2{width:100%; height:100%; overflow: hidden; position: relative}
.section2_ban{background: url(../images/section2_bj.jpg) no-repeat center; background-size:cover;  width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section2_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section2 .w1320{position: relative; z-index: 9;  overflow: hidden}
.index_about_right{width:64%; height: auto; float: right}
.index_about_right h5{color:#000000; font-size: 20px; margin-bottom: 2vh;}
.index_sb_info{width:100%; height:auto; overflow: hidden; color:#4d4d4d; font-size: 14px; line-height: 34px;}
.index_about_right ul{width:100%; height: auto; overflow: hidden; margin-top: 4vh}
.index_about_right ul li{width:158px; height: 158px; background: url(../images/ma_bjs.png) no-repeat center; text-align: center; float: left; padding-top:40px;
	margin-right:8%}
.index_about_right ul li:last-child{margin-right: 0}
.index_about_right ul li p{color:#4d4d4d; font-size: 15px; margin-top: 5px;}
.index_about_right ul li h4{color:#4d4d4d; font-size: 14px; position: relative; display: table; margin: 0px auto;}
.index_about_right ul li h4:after{content:"+"; color:#000; position: absolute; right:0; top:0}
.index_about_right ul li h4 span{font-size: 50px; font-family: "Impact"; width: 100px;    background-image:-webkit-linear-gradient(right,#007edb,#114dc7); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.index_about_right ul li:hover{background:url(../images/ma_hbjs.png) no-repeat center}
.index_about_right ul li:hover p,.index_about_right ul li:hover h4{color:#fff}
.index_about_right ul li:hover h4 span{
 background-image:-webkit-linear-gradient(right,#fff,#fff); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; }
.index_about_right ul li:hover h4:after{color:#fff}


.active .index_about_info{animation-name: fadeInLeft; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}
.active .index_about_right{animation-name: fadeInRight; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}





/*产品*/
.section3{width:100%; height: auto; overflow: hidden; position: relative}
.section3_ban{background: url(../images/section3_bj.jpg) no-repeat center; background-size:cover; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section3_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section3 .w1320{position: relative; z-index: 9;}
.section3_title{width:100%; height: auto; overflow: hidden}
.section3_title dl{width:auto; height: auto; overflow: hidden; float: left}
.section3_title dl dt{color:#fff; font-size: 16px; position: relative; text-transform: uppercase; height: 30px; line-height: 30px; padding-left: 46px}
.section3_title dl dt:after{content:"";width: 38px; height: 1px; background: #fff; position: absolute; top:14px; left:0}
.section3_title dl dd{color:#fff; font-size: 50px;}
.in_pro_nav{width:auto; float: right; overflow: hidden; margin-top: 2.1vh}
.in_pro_nav a{width:200px; height: 52px;  border:1px solid #fff; border-radius: 25px; text-align: center; line-height: 50px; color: #fff; font-size: 20px;; margin-right:20px; float: left}
.in_pro_nav a:hover{background-image: linear-gradient(to left, #007edb , #114dc7); 
	background-image: -webkit-gradient(to left, #007edb , #114dc7); 
	background-image: -webkit-radial-gradient(to left, #007edb , #114dc7); border: 0}
.index_pro_all{width:100%; height: auto;  margin-top: 5vh; position: relative}

.index_pro_all .swiper-slide a{width:100%; height: auto; display: block; overflow: hidden; padding-top:25px; }
.index_pro_all .swiper-slide a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s; }
.in_pro_pic{width:100%; height: auto; overflow: hidden; position: relative}
.in_pro_bb{width:380px; height: 62px; position: absolute; bottom:0; right:0; background: url(../images/pro_bjs.png) no-repeat center; background-size: 100% 100%; line-height: 62px; color: #4d4d4d; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 0 30px;}

.in_pro_hh{width:380px; height: 62px; float: right; background: url(../images/pro_hover.png) no-repeat center; line-height: 62px; padding: 0 30px;  color: #fff; 
	font-size: 18px;  margin-top: -20px; position: relative; z-index: 9; opacity: 0}
.index_pro_all .swiper-slide a:hover .in_pro_hh{opacity: 1}
.index_pro_all .swiper-slide a:hover .in_pro_bb{display: none}
.index_pro_all .swiper-button-next,.index_pro_all .swiper-button-prev{width:36px; height: 28px; margin-top:-14px}
.index_pro_all .swiper-button-next{background: url(../images/pro_right.png) no-repeat center; right:-50px}
.index_pro_all .swiper-button-prev{background: url(../images/pro_left.png) no-repeat center; left:-50px}
.index_pro_all .swiper-slide-active .index_case_hover{ background: url(../images/c_hover.png) no-repeat top center; background-size: cover;}
.index_pro_all .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.active .section3_title{animation-name: fadeInDown; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}
.active .index_pro_all{animation-name: fadeInUp; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}





/*第4块*/
.section4{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; }
.section4_ban{background: url(../images/section4_bj.jpg) no-repeat center; background-size:cover; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section4_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section4 .w1320{position: relative; z-index: 9}
.index_youshi_right{width:65%; height: auto; float: right}
.index_youshi_right h4{color:#000000; font-size: 20px; margin-bottom: 30px;}
.index_youshi_right dl{width:100%; height: auto; overflow: hidden; margin-bottom: 20px;}
.index_youshi_right dl dt{width:100px; height: auto; float: left; color:#000000; font-size: 16px; background: url(../images/ys_icon.png) no-repeat left center; 
	padding-left: 20px; line-height: 26px;}
.index_youshi_right dl dd{margin-left: 120px; color:#4d4d4d; font-size: 14px; line-height: 26px;}
.index_youshi_right ul{width:100%; height: auto; overflow: hidden; margin-top: 4vh}
.index_youshi_right ul li{width:158px; height: 158px; background: url(../images/ma_bjs.png) no-repeat center; text-align: center; float: left; padding-top:42px;
	margin-right:8%}
.index_youshi_right ul li p{width:100%; height: 30px; line-height: 30px; color: #4d4d4d; font-size: 15px;}
.in_ys_icon{width:100%; height:50px; display: flex; align-items: center; margin:0 0 10px}
.in_ys_icon img{align-items: center; margin: 0px auto;}
.b_icon{display:none;}
.index_youshi_right ul li:last-child{margin-right: 0}
.index_youshi_right ul li:hover .b_icon{display:block}
.index_youshi_right ul li:hover .h_icon{display:none}
.index_youshi_right ul li:hover{background:url(../images/ma_hbjs.png) no-repeat center}
.index_youshi_right ul li:hover p{color:#fff}
.active .index_youshi_right{animation-name: fadeInRight; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}





/*第5块*/
.section5{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; }
.section5_ban{background: url(../images/section5_bj.jpg) no-repeat center; background-size:cover; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section5_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section5 .w1320{position: relative; z-index: 9;}
.section5_title{width:200px; height: auto; float: left}
.section5_title dl{width:100%; height: auto; overflow: hidden; margin-bottom: 6vh}
.section5_title dl dt{color:#fff; font-size: 16px; position: relative; text-transform: uppercase; height: 30px; line-height: 30px; padding-left: 46px}
.section5_title dl dt:after{content:"";width: 38px; height: 1px; background: #fff; position: absolute; top:14px; left:0}
.section5_title dl dd{color:#fff; font-size: 50px;}
.section5_title a{width:200px; height: 52px; display: block; border: 1px solid #fff;  border-radius: 25px; text-align: center; line-height: 50px; font-size:20px; color: #fff; margin-bottom: 20px;}
.section5_title a:hover{background-image: linear-gradient(to left, #007edb , #114dc7); 
	background-image: -webkit-gradient(to left, #007edb , #114dc7); 
	background-image: -webkit-radial-gradient(to left, #007edb , #114dc7); border: 0}
.section5_right{width:75%; height: auto; float: right}
.section5_right .swiper-slide a{width:100%; height: auto; display: block}
.index_news_time{width:100%; height: auto; overflow: hidden; position: relative; margin-bottom: 20px;}
.index_news_time span{color:#fff; font-size: 44px; font-weight: bold;}
.index_news_time p{color:#fff; font-size: 14px; }
.index_news_time:after{content: ""; width:203px; height: 1px; background: url(../images/xx.png) no-repeat right center; position: absolute; right:0; top:45px;}
.index_news_img{width:100%; height: auto; display: block}
.index_news_img img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_xx{width:100%; height: auto; overflow: hidden}
.index_news_xx h4{width:100%; height: 30px; line-height: 30px; color: #fff; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	margin:20px 0}
.index_news_xx p{width:100%; height:66px; line-height: 22px; color: #fff;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; font-size: 14px; opacity: 0.8;}
.active .section5_title{animation-name: fadeInLeft; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}
.active .section5_right{animation-name: fadeInRight; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}

.section5_right .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}




/*第6块*/
.section6{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; }
.section6 .w1320{overflow: hidden; z-index: 9; position: relative}
.section6_ban{background: url(../images/section6_bj.jpg) no-repeat center; background-size:cover; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section6_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.index_about_info{width:33%; height: auto; float: left;}
.index_about_info h3{color:#000000; font-size: 16px; position: relative; text-transform: uppercase; height: 30px; line-height: 30px; padding-left: 46px}
.index_about_info h3:after{content:"";width: 38px; height: 1px; background: #000000; position: absolute; top:14px; left:0}
.index_about_info h4{color:#000; font-size: 50px;}
.index_about_info h5{color:#000; font-size: 50px; margin: 10px 0 20px}
.index_about_info h6{color:#000; font-size: 18px; text-transform: uppercase}
.in_about_more{width:226px; height: 56px; display: block; text-align: center; line-height: 56px;  border: 0; color:#fff; font-size: 20px; background-image: linear-gradient(to left, #007edb , #114dc7); 
	background-image: -webkit-gradient(to left, #007edb , #114dc7); 
	background-image: -webkit-radial-gradient(to left, #007edb , #114dc7); border-radius:30px; margin-top:10vh}
.section6_xx{width:60%; height: auto; float: right; margin-top: 8vh}
.section6_xx a{color:#4d4d4d; font-size: 14px; line-height: 34px;}
.active .section6_xx{animation-name: fadeInRight; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}
.in_about_more:hover{background:#fff; color:#007edb}


/*第7块*/
.section7{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; }
.section7 .w1320{position: relative; z-index: 9; overflow: hidden; margin-top:12vh}
.section7_ban{background: url(../images/section7_bj.jpg) no-repeat center; background-size:cover; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section7_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section7_left{width:490px; height: auto; float: left}
.section7_left h5{color:#fff; font-size: 16px; position: relative; text-transform: uppercase; height: 30px; line-height: 30px; padding-left: 46px}
.section7_left h5:after{content:"";width: 38px; height: 1px; background: #fff; position: absolute; top:14px; left:0}
.section7_left h4{color:#fff; font-size: 50px;}
.section7_left h6{color:#fff; font-size: 50px; margin: 2vh 0}
.section7_left span{color:#fff; font-size: 18px; display: block; text-transform: uppercase; letter-spacing:2px; margin-bottom:12vh}
.section7_left p{color:#f4f4f4;  padding-left: 35px; margin-bottom:20px; line-height: 40px;  font-family: 'TT';}
.f1{background: url(../images/f1.png) no-repeat left center; font-size: 28px;}
.f2{background: url(../images/f2.png) no-repeat left center; font-size: 28px;}
.f3{background: url(../images/f3.png) no-repeat left center; font-size: 18px;}
.section7_right{width:46%; height: auto; float: right; margin-top: 4vh}
.section7_right h3{color:#fff; font-size: 20px; line-height: 40px;}
.section7_right h4{color:#fff; font-size: 20px; text-transform: uppercase; margin-bottom: 50px}
.section7_right p{width:100%; height: 40px; line-height: 40px; border-bottom: 1px solid rgba(255,255,255,0.3); position: relative; margin-bottom: 20px;}
.section7_right p input[type="text"]{width:100%; height: 100%; border: 0; background: none; color:#fff; font-size: 16px;}
.section7_right textarea{width:100%; height: 60px; line-height: 40px; position: relative; margin-bottom: 70px; background: none; border: 0; resize: none;  
	border-bottom: 1px solid rgba(255,255,255,0.3); color:#fff}
.in_tijiao{width:226px; height: 56px; float: right; border: 0; color:#fff; font-size: 20px; background-image: linear-gradient(to left, #007edb , #114dc7); 
	background-image: -webkit-gradient(to left, #007edb , #114dc7); 
	background-image: -webkit-radial-gradient(to left, #007edb , #114dc7); border-radius:30px;}
.active .section7_left{animation-name: fadeInLeft; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}
.active .section7_right{animation-name: fadeInRight; animation-duration: 1.1s; animation-delay: 0.8s; animation-fill-mode: both;}
.index_banquan{width:100%; height:auto; overflow: hidden; margin-top: 10vh}
.copy_bq{width:58%; line-height:30px; font-size:14px; color: #fff; float: left; }
.copy_bq a{ font-size:14px; color: #fff;}
.index_zhichi{width:auto; height:40px; overflow: hidden; float: right }
.index_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; line-height:40px;}
.index_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:10px; margin-right: 10px;}
.index_zhichi .js{width:88px;height: 28px; background: url(../images/wl.png) no-repeat; margin-top:10px;}
.index_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.index_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.index_zhichi span{float: left; font-size: 14px; color: #fff;}
.index_zhichi i{ float: left;}
.index_banquan .fp-tableCell { display: block!important;}
.in_tijiao:hover{background:#fff; color:#007edb}


.section7_right p input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.section7_right p input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.section7_right p input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.section7_right p input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
} 
 
.section7_right textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.section7_right textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.section7_right textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.section7_right textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
} 





/*底部*/
.footer{width:100%; height:260px; background: #18171c; padding-top:20px}
.ny_footer{height:260px!important;}
.footer_top{width:100%; height:180px; border-bottom: 1px solid #545357 }
.footer_top dl{width:200px; height: auto; float: left}
.footer_top dl dt{font-size: 16px; color: #fff; font-weight: bold;}
.footer_top dl dd{width:100%; height: auto; overflow: hidden;margin-top: 10px;}
.footer_top dl dd a{font-size: 14px; color: #ffffff; opacity: 0.5; line-height: 28px; height: 28px; display: block}
.copy {width: 100%; height: 60px;  color: #ffffff; font-size: 12px; line-height:50px; }
.copy_l{float:left; font-size:12px; color:#ffffff}
.copy_l span{color:#027fbf}
.copy_l a{color:#fff}
.copy_l a:hover{color:#d11a2b!important}
.copy_r{float:right; margin-left:15px;}
.footer_zhichi{width:422px; height:45px;  float: right}
.footer_zhichi p{ width:191px; float: left; margin-left: 20px; font-size: 14px; color:#ffffff;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top: 12px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top: 12px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 12px; color: #ffffff;}
.footer_zhichi i{ float: left;}


/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:200px;

    width: 77px;
    z-index: 11;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 52px;
    margin-top: 6px;
    width: 300px;
}
.leftlx {
    float: left;
    height: 52px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-top {
    background-position: -30px -50px; height:29px!important
}




.lxfx li p {
    line-height: 12px;
    text-align: center;
	font-size: 14px;
}
.lxfx li {
    background:#007edb;
    height: 60px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}




/*内页banner*/
.ej_banner{overflow: hidden; width:100%; height:440px; padding-top: 96px; position:relative}
.about_banner{background:url(../images/about_banner.jpg) no-repeat;}
.pro_banner{background:url(../images/pro_banner.jpg) no-repeat;}
.service_banner{background:url(../images/service_banner.jpg) no-repeat;}
.news_banner{background:url(../images/news_banner.jpg) no-repeat;}
.rlzy_banner{background:url(../images/rlzy_banner.jpg) no-repeat;}
.contact_banner{background:url(../images/contact_banner.jpg) no-repeat;}
.ej_banner .container{position:relative}
.ny_banner_zi{width:340px; height:158px; margin-top:112px;}
.ny_banner_zi h1{font-size: 35px;color: white;margin-right: 15px}
.ny_banner_zi h1:before{content: '';display: block;width: 35px;height: 1px;background: white;margin-bottom: 10px;}
.ny_banner_zi span{display: block;color: white;font-size: 15px;text-transform: uppercase;letter-spacing: 1px;margin-top: 20px;font-family: 'ralewaythin';}
.ej_banner .in_header{position:absolute}


/* 二级导航start */
.mbx{font-size: 15px;color: #666666;padding:35px 0 25px;}
.mbx a{display: inline-block;vertical-align: top;font-size: 15px;color: #666666;}
.mbx a:hover,.mbx a.active{color: #000;}
.mbx a i{display: inline-block;font-size: 18px;color: #b2b2b2;vertical-align: middle;margin-right: 10px;}
.mbx span{padding: 0 8px;}

/* 二级分类 start */
.ej_nav_u1{font-size: 0;}
.ej_nav_u1 li{display: inline-block;vertical-align: top;width: 20%;border: 1px solid #cacaca;box-sizing: border-box;text-align: center;margin-right:-1px;margin-bottom:-1px;}
.ej_nav_u1 li a{display: block;line-height: 60px;font-size: 18px;color: #666666;}
.ej_nav_u1 li a.on{background: #007edb;color: #fff;}
.ej_nav_u1 li:last-child{border-right: 1px solid #cacaca;}
.ej_nav_u1 li:hover a,.ej_nav_u1 li.active a{background: #007edb;color: white;}
.ej_nav_u1 li:hover,.ej_nav_u1 li.active{border-color:#007edb;}

/*内页关于我们*/
.ny_about_info{width:100%; height:auto; overflow:hidden; font-size:16px; color:#666; line-height:28px; margin:30px 0 50px;}
.title { display: inline-block;text-align: left;}
.title h2 {font-size: 35px; color: #007edb; margin-top: 5px; font-weight: 500; margin-bottom: 30px;}
.title h2:after { margin: 20px 0 0;}
.title h2:after {margin: 20px 0 0;}
.title h2:after {
    content: '';
    display: block;
    margin: 20px 0 0;
    width: 30px;
    height: 1px;
    background: #000;
}


/*产品中心*/
.ny_product{width:100%; height:auto; overflow:hidden; margin:20px 0 50px;}
.ny_product ul{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
.pic_list ul li{width: 285px;float: left;margin-right: 20px;margin-bottom: 20px;overflow: hidden;}
.pic_list ul li:nth-child(4n){margin-right: 0;}
.pic_list ul li a{display: block;}
.pic_list_box{overflow: hidden; border:1px solid #eee}
.pic_list_box img{width:100%}
.pic_list ul li a img{display:block;width: 100%;transition:  all .5s;}
.pic_height img{height:285px!important;}
.pic_list ul li a p{text-align: center;line-height: 30px;margin-top: 10px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pic_list ul li:hover a img{transform: scale(1.2);}
.pic_list ul{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}

.pi_list ul li{width: 183px;float: left;margin-right: 20px;margin-bottom: 20px;overflow: hidden;}
.pi_list ul li:nth-child(6n){margin-right: 0;}
.pi_list ul li a{display: block;}
.pi_list_box{overflow: hidden; border:1px solid #eee}
.pi_list_box img{width:100%}
.pi_list ul li a img{display:block;width: 100%;transition:  all .5s;}
.pi_height img{height:285px!important;}
.pi_list ul li a p{text-align: center;line-height: 30px;margin-top: 10px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pi_list ul li:hover a img{transform: scale(1.2);}
.pi_list ul{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}


/*新闻中心*/
.ttxw_con1{width:100%; height:auto; overflow:hidden; margin:20px 0 50px;}
.ttxw_con1_u1{width:100%; height:auto; display:block; margin-bottom:20px;}
.ttxw_con1_u1 li{padding: 35px 0;border-bottom: 1px solid #eee;}
.ttxw_con1_u1 li a{display: block;font-size: 0;}
.ttxw_con1_left{display: inline-block;vertical-align: middle;width: 280px;position: relative;}
.ttxw_con1_right{display: inline-block;vertical-align: middle;width: 50px;}
.ttxw_con1_middle{display: inline-block;vertical-align: middle;width: calc(100% - 290px);box-sizing: border-box;padding: 0 50px;}
.ttxw_con1_left span{display: block;overflow: hidden;}
.ttxw_con1_left span img{width: 100%;transition: 0.3s ease-in-out;}
.ttxw_con1_left_list{position: absolute;top: 0;left: 0;background: rgba(0,0,0,.2);padding: 10px;color: white;}
.ttxw_con1_left_list font{font-size: 24px;display: block;}
.ttxw_con1_left_list time{font-size: 15px;color: white;}
.ttxw_con1_right i{display: inline-block;width: 47px;height: 47px;text-align: center;line-height: 47px;background: #cccccc;color: white;font-size: 18px;
transition: 0.3s ease-in-out;}
.ttxw_con1_middle h2{font-size: 18px;color: #222;font-weight: 500;}
.ttxw_con1_middle p{font-size: 15px;color: #666;line-height: 25px;}
.ttxw_con1_middle span{display:block;font-size:15px;margin:10px 0;}
.ttxw_con1_u1 li:hover .ttxw_con1_left span img{transform: scale(1.05);}
.ttxw_con1_u1 li:hover .ttxw_con1_right i{background: #007edb;}
.ttxw_con1_u1 li:hover .ttxw_con1_middle h2{color: #007edb;}
.ttxw_con1_u1 li:hover .ttxw_con1_middle p{color: #007edb}
.ttxw_con1_u1 li:hover .ttxw_con1_middle span{color: #007edb;}
.fhlb {
    width: 90px;
    height: 30px;
    background: #007edb;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    position: relative;
}

/*联系我们*/
.my_map{ margin-top: 30px;}
.contact_us_text{display: flex;justify-content: space-between;}
.contact_us_text_left{width: 50%;}
.contact_us_text_right{/*! width: 30%; */}
.contact_us_text_right ul{display: flex;justify-content: space-around;}
.contact_us_text_right li{width: 100px;text-align: center;height:146px;color: #393939;margin-left: 15px;}
.contact_us_text_right li img{display: block;width: 100px;height: 100px;border: 1px #ddd solid;}
.contact_us_text{margin-top: 30px;}
.contact_us_text p{line-height:30px;}

/*荣誉资质*/
.ny_honor{width:100%; height:auto; overflow:hidden; margin:20px 0 50px;}

/*产品详情*/
.ny_product_show{width:100%; height:auto; overflow:hidden; margin:40px 0 50px;}
.ny_product_show table{border-collapse: collapse;}






@media screen and (max-width:1680px){
.section7_left h4,.section7_left h6,.index_about_info h4,.index_about_info h5,.section5_title dl dd,.section3_title dl dd{font-size:40px;}
}

@media screen and (max-width:1500px){
	.w1320{width:1200px}
	.index_youshi_right ul li{margin-right:6%}
.index_about_right ul li{margin-right:5%}
.in_header .h_logo{width:120px;}
.section7_left span{margin-bottom:8vh}
.copy_bq{width:63%}
}




@media screen and (max-width:1366px){
	.in_pro_nav a{width:180px; height:48px; line-height:48px; font-size:18px;}
	.section7 .w1320,.section6 .w1320,.section5 .w1320,.section4 .w1320,.section3 .w1320,.section2 .w1320{transform: scale(0.85); -ms-transform: scale(0.85);-webkit-transform: scale(0.85);-o-transform: scale(0.85);-moz-transform:scale(0.85)}
	.section7_left h4,.section7_left h6,.index_about_info h4,.index_about_info h5,.section5_title dl dd,.section3_title dl dd{font-size:30px;}
}


