﻿*{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; }
.l{float: left}
.r{float: right}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}


.in_header{width:100%; height:9vh; position:fixed; top:0; left:0;  z-index:9999; padding:0 0 0 4%; z-index: 9; border-bottom: 1px solid rgba(255,255,255,0.3) }
.h_logo{max-width:20%; height:9vh; float: left; background: url(../images/logo2.png) no-repeat left center; padding-left: 80px;}
.h_logo h4{color:#ffffff; font-size: 24px; font-weight: bold; margin-top:1.6vh;}
.h_logo p{color:#ffffff; font-size: 15px;letter-spacing:5px }
.h_search{width:5%; height:9vh; float: right; background:url(../images/search.png) no-repeat center; border-left:1px solid rgba(255,255,255,0.3)}
.form_box{position: fixed;  top:9vh; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0; 
	box-shadow: 0 0 5px rgba(0,0,0,0.1)}
.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: #2c5ba9; font-size:16px;}
.header_dhs{width:auto; float: right; background: #2c5ba9; padding:2vh 2% 0; height: 100%}
.header_dhs p{color:#fff; font-size: 16px;}
.header_dhs span{color:#fff; font-size: 20px; font-weight: bold;}




/*导航*/
#menu{float: right; width:43%; height: 100%; }
#menu .nav{ position:relative; z-index:1;   width:100%; height:auto; margin: 0px auto;}
#menu .nav .nLi{ float:left;  position:relative; display:inline; height:100%; line-height:8.9vh; width:14.2%;  }
#menu .nav .nLi:last-child{margin-right: 0}
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative; height:100%; display: table; margin: 0px auto;}
#menu .nav .nLi p a{color:#fff;font-size:16px;   height:100%;   overflow: hidden; position: relative; display: block}
#menu .nav .sub{ display:none; width:150px; left:50%; margin-left:-75px; top:9vh;  position:absolute;  line-height:36px; z-index: 99999; background: #eee}
#menu .nav .sub li{ zoom:1; }
#menu .nav .sub a{ display:block; text-align: center; height: 36px;font-size: 14px;  color:#333;}
#menu .nav .sub a:hover{ color:#2c5ba9;  }
.nLi > p > span{display: block; width: 120px; text-align: center; position: absolute; top: 21px;font-size: 12px;font-weight: normal; color: #fff; }

#menu .nav .active p a,#menu .nav .nLi:hover p a{color:#2c5ba9; border-bottom: 2px solid #2c5ba9; font-weight: bold;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background:#fff; border:0; width:10px; height:10px; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%,-50%);}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{background:#ed1b24;}
#fp-nav.right{right:20px;}
#fp-nav ul li, .fp-slidesNav ul li{width:12px; height:12px;  border-radius: 50%;  margin: 0 0 18px}
#fp-nav ul li:after{content: ""; width:1px; height: 18px; background:rgba(255,255,255,0.2); position: absolute; top:12px; left:6px; z-index: 9}
#fp-nav ul li:last-child:after{display: none}

.two_header .h_logo{background: url(../images/logo2.png) no-repeat left center}
.two_header .h_logo h4{color:#333333}
.two_header .h_logo p{color:#333333}
.two_header #menu .nav .nLi p a{color:#333}
.two_header .h_search{background: url(../images/search_h.png) no-repeat center; border-left:1px solid #eee}
.two_header{border-bottom: 1px solid #eeeeee}






/*第1块*/
.section1{display: block; width: 100%; height: 100vh;overflow: hidden; position: relative;}
.section1_all{width:100%; height: 100%; overflow: hidden; position: relative}
.section1 .swiper-container{width:100%; height:100% }
.section1 .swiper-slide a{width:100%; height:100%; display: block }
.section1 .swiper-slide a img{width:100%; display: block; height:100%; object-fit: cover; object-position: center center;}
.section1 .swiper-button-next,.section1 .swiper-button-prev{width:20px; height: 16vh; bottom:0; top:auto; margin-top: 0; z-index: 999}
.section1 .swiper-button-next{background:url(../images/ban_right.png) no-repeat center; right:7%}
.section1 .swiper-button-prev{background:url(../images/ban_left.png) no-repeat center; right:10%; left:auto;}
.ban_info{width:100%; height:16vh; background: rgba(0,0,0,0.3); position: absolute; bottom:0; left:0; z-index: 9 }
.ban_info h4{color:#fff; float: left; font-size: 30px; font-weight: bold; line-height: 16vh}
.ban_info hr{width:107px; height: 1px; background:rgba(255,255,255,0.3); float: left; margin:8vh 3% 0}
.ban_info p{color:#fff; font-size: 18px; float: left; line-height: 16vh}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content:""}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content:""}
.section1 .swiper-pagination{bottom:50%; color:#fff; font-weight: bold; font-size: 16px; width: auto; left:auto; right:8%}
.section1 .swiper-pagination span.swiper-pagination-current{color:#fff; font-size: 24px; font-weight: bold;}

.banner-index{width:100%; height: 100vh; display: block; position: relative;overflow: hidden;}
.banner-index .list .video-js{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: none;}
.banner-index .list,
.banner-index .list > li{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.banner-index .list > li.active{z-index: 1;}
.banner-index .list > li a{display: block;width: 100%;overflow: hidden;}
.banner-index .list > li img.ban_pic{display: block;width: 100%;opacity: 0; height:100vh; object-fit: cover; object-position: center center; max-height:100%; -webkit-transition: all 1s;transition: all 1s;-webkit-transform: scale(1.2);transform: scale(1.2);}
.banner-index .list > li.noscale img.ban_pic,
.banner-index .list > li.active img.ban_pic{opacity: 1;-webkit-transform: none;transform: none;}
.banner-index .list.ground,
.banner-index .list.ground li{position: relative;width: auto;height: auto;}
.banner-index .btn{right: 50%;
    margin-right: -40px;
    bottom:6%;
    z-index: 1;
    overflow: hidden;
    position: absolute;}
.banner-index .btn a{display: block;width: 16px;height: 16px;margin: 10px 5px;border: 1px solid transparent;border-radius: 50%; float: left;}
.banner-index .btn a i{display: block;width: 8px;height: 8px;margin: 3px auto;background: #fff;border-radius: 50%;}
.banner-index .btn a.active{border-color: #ed1b24;}
.banner-index .btn a.active i{background: #ed1b24;}
.banner-index-mobile{display: none;}
.banner-index video{height:100%!important; width: 100%; object-fit: cover;}




/*关于我们*/
.index_about{width:100%; height: 100vh; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat center}
.index_about .fp-tableCell{vertical-align:bottom;}
.index_about_left{width:42%; height: auto; float: left; padding-left: 8%}
.about_left_top{width:100%; height:36vh; padding-top:18vh}
.about_left_top dl{float: left}
.about_left_top dl dt{color:#fff; font-size: 24px; font-weight:bold;}
.about_left_top dl dd{color:#fff; font-size: 12px;line-height: 24px }
.about_left_top a{float: right; width: 65px;}
.about_left_bottom{width:100%; height: auto; overflow: hidden}
.about_left_bottom img{display: block; margin:7vh 0; max-width:100%}
.ab_xx{width:100%; height: auto; overflow: hidden; color:#333333; font-size: 16px; line-height: 30px;}
.ab_more{width:166px; height: 49px; line-height: 49px; background: #2c5ba9 url(../images/b_jts.png) no-repeat 90% center; border-radius: 25px; display: block; margin-top: 8vh}
.ab_more span{color:#fff; font-size: 16px; margin-left: 20px; transition: all 0.4s ease-in-out;}
.index_about_right{width:53%; height: auto; float: right}
.about_video{width:100%; height: 65vh; display: flex; align-items: center;}
.about_video img{align-items: center; margin: 0px auto;   -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.in_about_num{width:100%; height: 35vh}
.in_about_num ul{width:100%; height: 100%; overflow: hidden}
.in_about_num li{width:33.3%; height: 100%; float: left; border-right:1px solid #eeeeee; text-align: center; padding-top: 9vh; transition: all 0.4s ease-in-out;}
.in_about_num li h4{color:#020202; font-size: 42px; font-family: "宋体"; font-weight:bold; margin-top:15px}
.in_about_num li hr{width:19px; height: 3px; background: #2c5ba9; display: block; margin:10px auto 15px;}
.in_about_num li p{color:#333333; font-size: 16px;}
.ab_more:hover span{margin-left:30px; transition: all 0.4s ease-in-out; }
.in_about_num li:hover{padding-top:8vh; transition: all 0.4s ease-in-out;}
.about_video img:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}


/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}





/*第2块*/
.section2{display: block; width: 100%; height: 100%;overflow: hidden; position: relative;   }
.section2_ban{background: url(../images/product_bjs.jpg) no-repeat center bottom; 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 .w1440{position:relative; z-index: 1; padding-top: 8vh}
.index_pro_title{width:1440px; position: absolute; top:12%; left:50%; margin-left: -720px; z-index: 999}
.pro_title_left{float: left}
.pro_title_left h5{color:#fff; font-size: 36px; font-weight: bold;}
.pro_title_left h6{color:#ffffff; font-size: 48px; font-weight: bold; opacity: 0.3; text-transform: uppercase}
.pro_title_left hr{width:63px; height: 6px; background: #2c5ba9; display: block; border: 0}
.index_pro_title a{width:208px; height: 45px; float: right; border:1px solid #fff; color:#fff; font-size: 16px; text-align:center; line-height: 42px}
.section2_all{width:100%; height:100vh;}
.section2 .swiper-container{width:100%; height: 100%; overflow: hidden;}
.section2 .swiper-slide a{width:100%; height: 100%; display: block; padding:73% 4% 0; background: rgba(0,0,0,0.1)}
.index_product_img{width:100%; height: 30vh; overflow: hidden; transition: all 0.4s ease-in-out; margin-top: 7vh}
.index_product_img img{width:100%; height: 100%; object-fit: cover; object-position: center center; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product_xx{width:100%; height: auto; overflow: hidden; padding: 0 5%}
.index_product_xx h4{color:#ffffff; font-size: 18px; width: 100%; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold;}
.index_product_xx p{color:#ffffff; font-size: 16px; width: 100%; height: 30px; line-height: 30px; }
.index_product_xx img{margin-top: 3vh}
.section2 .swiper-slide a:hover{background: rgba(44,91,169,0.5)}
.section2 .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*第3块*/
.section3{display: block; width: 100%; height: 100%;overflow: hidden; position: relative;    }
.section3 .w1440{position: relative; z-index: 9; margin-top:7vh; overflow:hidden}
.section3_ban{background: url(../images/gongyi_bjs.jpg) no-repeat center top; width: 100%;  height: 100vh;  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 .fp-tableCell{vertical-align: top; padding-top: 15vh}
.slideTxtBox{ width:100%;  text-align:left;  }
.slideTxtBox .hd{width:100%; height: auto; overflow: hidden}
.in_gongyi_t{width:auto; float: left}
.in_gongyi_t h4{color:#333333; font-size: 36px; font-weight: bold;}
.in_gongyi_t h5{color:#333333; font-size: 48px; font-weight: bold; opacity: 0.3; text-transform: uppercase}
.in_gongyi_t hr{width:63px; height: 6px; background: #2c5ba9; display: block; border: 0; margin-top: 10px}
.slideTxtBox .hd ul{width:auto; float: right; margin-top: 42px;}
.slideTxtBox .hd ul li{float: left; width: 133px; height: 43px; background: #eeeeee; border-radius: 25px;; margin-left: 20px; text-align: center; cursor: pointer;
	line-height: 43px;}
.slideTxtBox .hd ul li.on{color:#fff; background: #2c5ba9 }
.slideTxtBox .bd{width:53%; height: 402px; float: right; background: #2c5ba9; margin-top: 22px; padding: 5% 6%}
.bd_li{width:100%; height: auto; overflow: hidden}
.bd_li h4{color:#fff; font-size: 24px; font-weight:bold;}
.bd_li h5{color:#fff; font-size: 14px; }
.bd_li hr{width:100%; height: 1px; overflow: hidden; background: #ffff; border: 0; margin-top:20px}
.bd_li p{width:100%; height: auto; overflow: hidden; color:#fff; line-height: 30px; margin: 20px auto}
.bd_li span{width:207px; height: 46px; background: #fff; display: block; text-align: center; line-height:46px; font-size:16px; color: #2c5ba9}
.bd_li span:hover{background:none; border:1px solid #fff; color:#fff}


/*4*/
.section4{display: block; width: 100%; height: 100%; overflow: hidden; position: relative}
.section4 .w1440{position: relative; z-index: 9; margin-top:7vh; overflow:hidden}
.section4_ban{background: url(../images/news_bjs.jpg) no-repeat center bottom; width: 100%;  height: 100vh;  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);}
.index_news_right{width:33%; height: auto; float: right}
.index_news_right ul{width:100%; height: auto; overflow: hidden}
.index_news_right ul li{width:100%; height: auto; overflow: hidden; margin-bottom: 3vh}
.index_news_right ul li:last-child{margin-bottom:0}
.index_news_pic{width:100%; height: auto; overflow: hidden}
.index_news_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_right ul li h4{width:100%; height: 35px; line-height: 35px; color: #333333; font-weight: bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; margin-top:10px}
.index_news_center{width:34.4%; height: auto; float: left}
.index_news_center ul{width:100%; height: auto; overflow: hidden}
.index_news_center ul li{width:100%; height: auto; overflow: hidden; margin-bottom: 5vh}
.index_news_center ul li h4{width:100%; height:30px; line-height: 30px; color: #333333; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom:10px;}
.index_news_center ul li p{width:100%; height:60px; line-height: 30px; color: #666666; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_news_center ul li span{color:#666666; font-size: 16px; display: block}
.index_news_left{width:25.3%; height: 678px; float: left; background: url(../images/news_left.jpg) no-repeat center; background-size: cover; margin-right:4%; padding:60px 2.5% 0}
.index_news_t{width:100%; height: auto; overflow: hidden; margin-bottom: 35px}
.index_news_t dl{float: left}
.index_news_t dl dt{color:#fff; font-size: 48px; font-weight: bold; opacity: 0.3}
.index_news_t dl dd{color:#fff; font-size: 36px; font-weight: bold; }
.index_news_t hr{width:63px; height: 6px; background: #fff; display: block; margin-top:4vh; margin-left: 10px; float: left}
.index_news_left a{width:133px; height: 43px; display: block; background: #fff; border-radius: 25px; text-align: center; line-height: 43px; font-size: 16px; color: #333333; margin-bottom:30px}
.index_news_center ul li:hover h4{color:#2c5ba9}
.index_news_right ul li:hover h4{color:#2c5ba9}
.index_news_right ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_left a:hover{background:none; border:1px solid #fff; color:#fff}



/*第8块*/
.section7{display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.section7 .w1440{position: relative; z-index: 9; margin-top:7vh; overflow:hidden}
.section7_ban{ background: url(../images/contact_bjs.jpg) no-repeat center; width: 100%;  height: 100vh;  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 .fp-tableCell{vertical-align: bottom;}
.section7_top{width:100%; height: auto; overflow: hidden; margin-bottom: 15vh}
.index_contact_left{width:40%; height: auto; float: left}
.index_ctitle{width:100%; height: auto; overflow: hidden;  display:inherit; margin-bottom:4vh }
.index_ctitle i{color:#2c5ba9; font-size:36px; font-weight: bold; vertical-align:middle; font-style: normal}
.index_ctitle span{color:#fff; font-size:36px; font-weight: bold; vertical-align:middle;}
.index_ctitle img{margin: 0 10px}
.index_contact_xx{width:100%; height: auto; overflow: hidden; margin-top:2vh}
.index_contact_xx p{color:#fff; font-size: 16px; margin-bottom:3vh; padding-left:40px; line-height:35px}
.f1{background: url(../images/f1.png) no-repeat left center}
.f2{background: url(../images/f2.png) no-repeat left center}
.f3{background: url(../images/f3.png) no-repeat left center}
.f4{background: url(../images/f4.png) no-repeat left center}
.section7_input{width:40%; height: auto; overflow: hidden; float: right }
.section7_input p{height:5vh;  position: relative; width:49%; background: #efefef;}
.section7_input p input[type="text"]{width:100%; height: 100%; background: none; border: 0; color:#666666; font-size: 16px; padding: 0 20px;}
.section7_input textarea{width:100%; height:11vh;  resize: none; border: 0;  background: #efefef; font-size: 16px; color:#666666; 
 float: left; padding:10px 20px; margin-top:2vh}
.in_tijiao{width:40%; height:5vh; border: 0; background:#2c5ba9; color:#fff; font-size:18px;  margin-top: 2vh }
.in_tijiao:hover{background: #028fd3; cursor: pointer}

.section7_input p input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */  
    color:#666666;  
}  
.section7_input p input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#666666;  
   opacity:  1;  
}  
.section7_input p input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#666666;  
   opacity:  1;  
}  
.section7_input p input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#666666;  
}  

.section7_input textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:#666666;  
}  
.section7_input textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#666666;  
   opacity:  1;  
}  
.section7_input textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#666666;  
   opacity:  1;  
}  
.section7_input textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#666666;  
}  

.section7_top h3{color:#777777; font-size: 14px; margin-top:3vh}

.section7_bottom_ma{width:20%; height: auto; float: right}
.section7_bottom_ma dl{width:45%; height: auto; float: left; margin-right:10%}
.section7_bottom_ma dl dt{width:100%; height: auto; overflow: hidden}
.section7_bottom_ma dl dt img{width:100%; display: block}
.section7_bottom_ma dl dd{width:100%; line-height: 30px; color: #999999; font-size: 14px;  text-align: center}
.section7_bottom_ma dl.dl_last{margin-right: 0}
.section7_bottom_left{width:395px; height: auto; float: left}
.f_logo{background: url(../images/logo2.png) no-repeat left center; padding-left:80px; height: 60px; width: 100%; display: block}
.f_logo h4{color:#333333; font-size: 24px; font-weight: bold;}
.f_logo p{color:#333333; font-size: 12px; color:#333333}
.index_zgs{width:100%; height:51px; background: #fff; position: relative;  margin-top: 48px; border: 1px solid #2c5ba9}
.index_zgs:after{content: ""; width:83px; height:49px; position: absolute; top:0; right:0; background:url(../images/link_jts.jpg) no-repeat center; }
.index_zgs p{width:100%; height:100%; line-height:51px;  font-size: 14px; color: #333; opacity: 0.5; padding-left:5%}
.index_zgs_all{width:100%; height:200px; overflow-y: auto; padding:0 10px; position: absolute; top:-200px; left:0; background: #fff; box-shadow: 0 4px 8px rgba(0,0,0,0.2); z-index: 9; display: none}
.index_zgs_all a{width:100%; height: auto; font-size:16px; color: #333; display: block; margin:10px 0}
.index_zgs:hover .index_zgs_all{display: block}
.index_zgs_all a:hover{color:#c99255}
.index_zgs:hover:after{transform: rotate(180deg); }






/*版权*/
.index_banquan{width:100%; height:7.5vh; line-height:7.5vh; overflow: hidden;}
.index_banquan .copy_l{width:auto; font-size: 14px; color: #333333; float: left}
.copy_l a{font-size: 14px; color: #333333; text-align: center}
.copy_l a{margin-left: 10px;}
.index_zhichi{width:auto; height:7.5vh; line-height: 7.5vh; float: right}
.index_zhichi p{ width:auto; float: left; font-size: 14px; color:#333333; line-height:7.5vh; margin-right: 10px; padding-left: 0!important}
.index_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:3vh; margin-right: 10px}
.index_zhichi .js{width:90px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:3vh;}
.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: #333333;}
.index_zhichi i{ float: left;}
.f_brq{float:left;}



/*内页banner*/
.ny_banner{width:100%; height:400px; overflow: hidden; padding-top: 170px;}
.ny_banner .in_header{position:absolute}
.ny_baninfo{width:100%; height: auto; overflow: hidden; text-align: center}
.ny_ban_top{   display:inline-block; text-align: center }
.ny_ban_top h3{font-size: 48px; color: #ffffff; font-weight: bold;     display: inline-block; vertical-align: middle; }
.ny_ban_top img{    vertical-align: middle;     display: inline-block; margin: 0 20px; width:14px;}
.ny_baninfo h4{font-size: 20px; color: #fff; border-top:1px solid  rgb(255 255 255 / 50%); border-bottom:1px solid  rgb(255 255 255 / 50%); display: table; margin: 18px auto; height: 50px; line-height: 50px; padding: 0px 75px}
.m-crm{display: table; margin: 0px auto;  text-align: center; font-size: 14px; color: #fff; line-height: 30px; margin-top: 8px;}
.m-crm a{font-size: 14px; color: #fff}
.about_banner{background: url(../images/about_ban.jpg) no-repeat center}
.contact_banner{background: url(../images/contact_ban.jpg) no-repeat center}
.product_banner{background: url(../images/product_ban.jpg) no-repeat center}
.case_banner{background: url(../images/case_ban.jpg) no-repeat center}
.pzgy_banner{background: url(../images/pzgy_ban.jpg) no-repeat center}
.news_banner{background: url(../images/news_ban.jpg) no-repeat center}
.pic_banner{background: url(../images/pic_banner.jpg) no-repeat center}

.nav-wrap ul{display: table!important; margin:20px auto; max-width:1200px;}
.nav-wrap li{ float: left; line-height:40px; position: relative; margin-bottom:5px;}
.nav-wrap li a{font-size: 17px; padding: 0 26px; display:block}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom: -10px; background: #0053bb; left: 50%;  margin-left:-40px; }
.nav-wrap li a:hover{color:#0053bb}

/* 内页通用产品推荐 */
.inside_pro{margin-top: 20px; margin-bottom:40px;}
.inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px;}
.inside_pro h3::after{ content: ""; position: absolute;  height: 8px;  width: 86px; bottom: 0; left: 0; background: url(../images/fengen_10.png) no-repeat center; }
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
.picScroll-ipro{  width: 1300px; position:relative;overflow: hidden;}
.picScroll-ipro .bd ul{height: auto;  }
.picScroll-ipro .bd ul li{ width: 414px; float: left; margin-right: 30px; position: relative;}
.picScroll-ipro .bd ul li .pic{ height:auto; width: 414px; overflow: hidden;}
.picScroll-ipro .bd ul li .pic img{ width: 100%;transition: all .4s;}
.picScroll-ipro .bd ul li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.picScroll-ipro .bd ul li .title{  height: 66px;  width: 372px; background: #fff; position: absolute;  left: 20px; z-index: 9; bottom: -30px; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05)}
.picScroll-ipro .bd ul li .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 30px;  transition: all .4s; font-size: 15px;}
.picScroll-ipro .bd ul li:hover .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 50px; }
.picScroll-ipro .bd ul li .title a::before{ content: ""; position: absolute; height: 1px;  width: 10px; background: #0053bb; bottom: 30px; left: 16px; transition: all .4s;}
.picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #0053bb; bottom: 30px; left: 16px;}
.picScroll-ipro .bd ul li .title span{ float: right; font-size: 14px; color: #999; padding-right: 15px;}
.picScroll-ipro .hd .next,.picScroll-ipro .hd .prev{ position: absolute; top: 110px; z-index: 9999; height: 54px; width: 30px; }
.picScroll-ipro .hd .next{ background: rgba(0,0,0,0.7) url(../images/inside_right.png) no-repeat center; float: right; cursor: pointer; right: 0px;}
.picScroll-ipro .hd .prev{ background: rgba(0,0,0,0.7) url(../images/inside_left.png) no-repeat center; float: left; cursor: pointer; left: 0px;}
.inex_news_main{ overflow: hidden;}
.inex_news_main li{ width:49%;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
.inex_news_main li:nth-child(2n){ float:right;}
.inex_news_main li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
.inex_news_main li .pic img{ width: 100%; transition: all .4s;}
.inex_news_main li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.inex_news_main li p a{ font-size: 16px; line-height: 32px;     overflow: hidden; display: block;  white-space: nowrap; text-overflow: ellipsis;}
.inex_news_main li p a:hover{ color: #0053bb}
.inex_news_main li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
.inex_news_main li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}




/*产品展示*/
.ny_product_one{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.pro_pic_1{width:49%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_2{width:23.7%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_3{width:23.7%; float: left; overflow: hidden}
.ny_product_two{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom:40px;}
.ny_product_two h3{font-size: 40px; color: #222222; font-weight: bold; text-align: center; margin-bottom: 67px;}
.ny_product_two ul{width:100%; height: auto; overflow: hidden; }
.ny_product_two ul li{width:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 20px; }
.ny_product_two ul li:nth-child(4n){margin-right: 0;}
.ny_pro_pic{width:100%; height: 290px; overflow: hidden; border: 1px solid #e5e5e5; display: flex; align-items: center;}
.ny_pro_pic img{width:100%; height: auto;max-height:100%; align-items: center; margin: 0px auto; display: block; margin:0px auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_two ul li h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; margin-top: 8px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_fa_more{width:146px; height: 34px; text-align: center; line-height:34px; font-size: 16px; color: #222222; margin:28px auto; display: block; border: 1px solid #333; position: relative}
.ny_fa_more p{z-index:999; position: relative}
.ny_fa_more:after{content: ""; width: 0; height: 100%; position: absolute; top:0; left:0; z-index: 9; background: #333; transition: all 0.4s ease-in-out;}
.ny_fa_more:hover p{color:#fff; }
.ny_fa_more:hover:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_product_two ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_tj{width:100%; height: auto; overflow: hidden; margin-top: 88px; margin-bottom: 50px;}
.ny_product_tj .container{border-top:1px solid #333; padding-top: 55px;}
.product_five_pic{margin-left: 280px;}
.product_five_pic .ny_tj_pro{border: 1px solid #e5e5e5; overflow: hidden}
.ny_tj_pro 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;
}
.product_five_pic h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; text-align: center; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.product_five_pic a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.swiper-pagination-bullet-active{background:#000}
.ny_proshow_bottom .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.ny_proshow_bottom .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.ny_proshow_bottom .hd ul li::before{ height: 6px; width: 6px; background: #0053bb; position: absolute; left: 20px; top:24px; display: block; content: "";}
.ny_pro_ddh{width:100%; height:auto; overflow:hidden; margin-top:20px;}
.ny_pro_ddh p{color:#333; font-size:16px;}
.ny_pro_ddh span{color:#0053bb; font-size:28px; font-weight:bold; margin-top:10px;}
.ny_proshow_xx em{font-size:16px; margin:10px auto; font-style: normal;}
.pro_text{width:100%; height:auto; margin:20px 0 10px; line-height:30px;}


/*品质工艺*/
.ny_pzgy_two{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom:40px;}
.ny_pzgy_two ul{width:100%; height: auto; overflow: hidden; }
.ny_pzgy_two ul li{width:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 20px; }
.ny_pzgy_two ul li:nth-child(4n){margin-right: 0;}
.ny_pzgy_pic{width: 100%; height: 386px; display: flex; align-items: center; overflow: hidden; border: 1px solid #e5e5e5;}
.ny_pzgy_pic img{width:100%; max-height:100%;  align-items: center; margin: 0px auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}

.ny_pzgy_two ul li h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; margin-top: 8px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_pzgy_two ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}




/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:63%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #0053bb}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height:auto; float: right; overflow:hidden}
.news_pic 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;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#0053bb}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{     color: #333;    font-size: 16px;    line-height: 32px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_service_all img,.ny_news_show img{max-width:100%}
.ny_news_time{width: 100%; line-height: 30px; color: #999; height:auto; margin-bottom: 20px;
			border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
			clear: both}



/*联系我们*/
.ny_contact_nav{width:100%; height: auto; overflow: hidden}
.contact_list{display: table; margin:60px auto 0;}
.ny_contact_nav a{width:314px; height:50px; line-height: 40px; border-bottom: 1px solid #e5e5e5; font-size:20px; color: #999999; font-weight: bold; float: left; margin-right:60px; text-align:center}
.ny_contact_nav a:last-child{margin-right: 0}
.ny_contact_nav a:hover{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_nav a.active{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_xx{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.ny_contact_xx .container{border-top:1px solid #333333; border-bottom:1px solid #333333; padding: 35px 0; overflow: hidden;}
.contact_xx_left{width:50%; float: left}
.contact_xx_left h3{font-size: 40px; color: #222222; font-weight: bold; margin-bottom: 20px;}
.contact_xx_info{width:100%; height: auto; overflow: hidden; line-height: 28px; margin-top: 30px;}
.contact_xx_info p{font-size: 16px; color: #333333; line-height: 28px;}
.contact_xx_right{width:auto; height:auto; float: right; margin-top:50px;}
.contact_xx_right dl{width:140px; height:auto; float:left; margin-left:40px;}
.contact_xx_right dl dt{width:100%; height:auto; overflow:hidden; border:1px solid #eee; padding:10px}
.contact_xx_right dl dt img{width:100%; display:block}
.contact_xx_right dl dd{width:100%; color:#333; text-align:center; margin-top:10px;}
.ny_contact_ly{width:100%; height:511px; background: url(../images/ly_bjs.jpg) no-repeat center; padding: 60px 0; margin-top: 74px;}
.ny_contact_ly h3{font-size: 30px; color: #fff; font-weight: bold; text-align: center; margin-bottom: 78px;}
.contact_ly_info{width:1200px; height: auto; overflow: hidden; margin: 20px auto 0}
.contact_ly_info dl{width:100%; height: 52px;}
.contact_ly_info dl input[type="text"]{width:100%; height: 100%; padding: 0px 10px; font-size: 14px; color: #fff; background: none; border: 0}
.contact_ly_info dl dt{width:49%; float: left; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info textarea{width:100%; height: 112px; border: 1px solid #4a4a4a; padding: 10px; font-size: 14px; color: #fff; background: none; margin-top:18px; resize: none;}
.con_submit{width:340px; height: 52px; background: #fff; text-align: center; line-height: 52px; border: 0; display: block; margin:20px auto; font-size:16px}
.con_submit:hover{background:#0053bb; cursor:pointer; color:#fff}
.ny_contact_zhaopin{width:100%; height: auto; overflow: hidden;  margin-bottom: 98px;}
.ny_contact_zhaopin .container{border-top:1px solid #333333; padding-top: 35px;}
.contact_zhaopin_right{margin-left:280px; }
.contact_zhaopin_right ul{width:100%; height: auto; overflow: hidden; margin-top: 8px;}
.contact_zhaopin_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 56px; margin-bottom: 35px;}
.contact_zhaopin_right ul li h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 10px;}
.contact_zp{width:100%; height: auto; overflow: hidden; margin-top:20px; line-height: 28px; font-size: 16px; color: #333333}
.contact_ly_info input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.contact_ly_info textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.footer{width:100%; height:auto; margin:40px 0 10px}

.ny_gytitle{width:100%; height:auto; text-align:center; font-size:24px; margin-bottom:20px; color:#000; font-weight:bold;}




@media screen and (max-width:1680px){
.pro_title_left h6,.in_gongyi_t h5{font-size:40px;}
.pro_title_left h5,.in_gongyi_t h4{font-size:30px;}
.index_pro_title{display:none}
.index_news_left{height:615px;}
.index_news_right{width:30%}
.section7_ban{background: url(../images/contact_bjs.jpg) no-repeat center bottom;}
	
	#menu{width:50%}
}



@media screen and (max-width:1500px){
.w1440{width:1200px;}
.in_gongyi_t h4{font-size:26px}
.in_gongyi_t h5{font-size:38px;}
.slideTxtBox .bd{height:350px;}
.index_news_center ul li{margin-bottom:2vh}
	.index_news_center ul li p{line-height:25px; height:50px; margin-bottom:5px}
}

@media screen and (max-width:1440px){
	.index_news_left{height:514px;}
	.in_about_num{height:31vh}
	.in_about_num li{padding-top:4vh}
	.about_left_top{padding-top:15vh}
	.in_about_num li h4{font-size:30px; margin-top:10px;}
	.in_about_num li img{height:30px;}
	.about_left_bottom img{margin:2vh 0}
	.in_about_num{height:27vh}
	.about_left_top{height:28vh; padding-top: 9vh;}

}





@media screen and (max-width:1380px){
	.header_dhs p{font-size:14px;}
	.header_dhs{padding:1vh 2% 0;}
	.header_dhs span{font-size:16px;}
	#menu .nav .nLi p a{font-size:14px;}
	.index_news_left{height:512px;}
	.index_news_center ul li p{line-height:24px; height:48px;}
	.section2 .swiper-slide a{padding: 40% 4% 0;}
	.slideTxtBox .bd{height:325px;}
	.index_contact_xx p{margin-bottom:1vh}
	.index_ctitle span,.index_ctitle i{font-size:26px;}
	.section7_ban { background: url(../images/contact_bjs.jpg) no-repeat center top; background-size: 100% 87%;}
	.section4 .w1440{transform: scale(0.9); -ms-transform: scale(0.9);-webkit-transform: scale(0.9);-o-transform: scale(0.9);-moz-transform:scale(0.9)}
	.footer{margin: 40px 0 25px;}

	.h_logo h4{font-size:18px;     margin-top: 1vh;}

}






