@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto; }
.w1400{ width:1360px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

.header_dianhua{width:100%; height:auto; overflow:hidden; padding:4px 3%; background:#f3f3f3 }
.header_dianhua dl{width:25%; height:auto; float:left;}
.header_dianhua dl dt{color:#333333; font-size:16px; line-height:30px; background:url(../images/dhs_icon.png) no-repeat left center; float:left; padding-left:24px;}
.header_dianhua dl dd{color:#333333; font-size:16px; line-height:30px; float:left;}





/* 导航栏 */
.header_nav{height:85px; width:100%;  z-index:8; background: #fff; padding-left: 3%; }
.h_logo{float: left; display: flex; align-items: center; height: 85px; width: 14.9%}
.h_logo img{max-height: 100%; max-width: 100%; align-items: center; margin: 0px auto;}
.h_yuyan{width:9.5%; height: 85px; float: right; background: #005ce4; position: relative}
.h_yuyan p{color:#fff; line-height: 85px; font-size: 16px; text-align: center; position: relative}
.h_yuyan p:after{content: ""; width:28px; height: 28px; position: absolute; top:50%; left:15%; background: url(../images/y_icon.png) no-repeat center; 
transform: translate(0,-50%);}
.h_yuyan p:before{content: ""; width:28px; height: 28px; position: absolute; top:50%; right:15%; background: url(../images/san.png) no-repeat center; 
transform: translate(0,-50%);}
.h_yuyan_a{width:100%; height: auto; overflow: hidden; position: absolute; top:86px; left:0; background: #fff; display: none}
.h_yuyan_a a{width:100%; height: 40px; line-height: 40px; font-size: 18px; color: #333; text-align: center; display: block; }
.h_yuyan:hover .h_yuyan_a{display: block}
.h_search{width:6%; height:85px; float: right; background:url(../images/search.png) no-repeat center; border-radius: 25px; }
.form_box{position: absolute;  top:156px; 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: #005ce4; font-size:16px;}
.header_dao{width:52%; height:85px; float: right;}
.nav{width:100%; height:85px;  margin: 0px auto;}
.nav .nLi{ float:left;  position:relative; display:inline; height:100%;    text-align: center;  width:14.2%}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#333333;  position: relative; }
.nav .nLi h3 a p{font-size:16px; color:#333333; line-height:85px;  position: relative; font-weight:bold; width:100%}
.nav .sub{ display:none;left:50%; top:85px;  position:absolute;  line-height:26px; width:150px; margin-left: -75px;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:26px;  background:#eeeeee;text-align: center; padding:5px 0 }
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#005787}
.nav .nLi.active p{background:url(../images/active.jpg) no-repeat center; color:#fff}
.nav .nLi:after{content: ""; width: 5px; height: 5px; background: #d2d2d2; display: block; border-radius: 50%; position: absolute; top:50%; right:-1px; 
	margin-top: -2.5px}
.nav .nLi:last-child:after{display: none}

.header_fixed{position:fixed; top:0; left:0; box-shadow: 0 4px 8px rgba(0,0,0,0.15); width:100%; height:auto; z-index:9}




/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; margin-top:155px}
.banner .swiper-slide a{width:100%; height:auto; display: block }
.banner .swiper-slide a img{ display: block; width:100%}
.banner .swiper-button-next,.banner .swiper-button-prev{width:9%; height: 100%;  bottom:0; top:auto; margin-top: 0; opacity: 1}
.banner .swiper-button-next{background:#ebf3f4 url(../images/b_right.png) no-repeat center; right:0; border-left:1px solid rgba(17,76,114,0.5)}
.banner .swiper-button-prev{background:#ebf3f4 url(../images/b_left.png) no-repeat center; left:auto; right:9%}
.banner .swiper-pagination-bullet{width:10px; height:10px; opacity: 1; background: #fff}
.banner .swiper-pagination-bullet-active{background: #f13c39;}
.banner .swiper-pagination{bottom:30px;}
.banner video{width:100%; height:auto; display:block}


/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-bottom: 36px; }
.index_news_left{width:49.4%; height: auto; float: left; padding-top: 52px}
.index_news_left .swiper-slide a{width:100%; height: auto; display: block}
.index_news_img{width:100%; height: auto; overflow: hidden; border-radius: 10px;}
.index_news_img img{width:100%; display: block; border-radius: 10px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_info{width:100%; height: auto; overflow: hidden; margin-top:40px; padding: 0 24px;}
.index_news_info h3{width:100%; height: 40px; line-height: 40px; color: #333333; font-size: 21px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_info span{display: block; color:#005ce4; font-size: 16px; display: block; margin: 12px 0 14px}
.index_news_info p{width:100%; height: auto; overflow:hidden; line-height:30px; color: #999999; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-bottom: 50px;}
.index_news_left .swiper-pagination{width:auto;left:auto; right:24px}
.index_news_left .swiper-pagination-bullet{width:20px; height: 5px; border: 1px solid #cccccc; border-radius: 0; background: none; opacity: 1}
.index_news_left .swiper-pagination-bullet-active{background: #f13c39; border: 1px solid #f13c39}
.index_news_right{width:46%; height: auto; float: right; border-left:1px solid #d2d8de; padding-top:52px}
.news_right_top{width:100%; height: auto; overflow: hidden; padding: 0 5% 0 7%}
.in_news_title{width:100%; height:50px; line-height: 50px;}
.in_news_title h4{color:#333333; font-size: 26px; font-weight: bold; background: url(../images/nn_xs.png) no-repeat left center; padding-left:20px; float: left}
.in_news_title a{float: right; background: url(../images/h_jts.png) no-repeat right center; color:#828285; font-size: 20px; padding-right:25px;
	transition: all 0.4s ease-in-out;}
.in_news_title a:hover{color:#005ce4; padding-right:30px; transition: all 0.4s ease-in-out; background: url(../images/hh_jts.png) no-repeat right center;}
.news_right_li{width:100%; height: auto; overflow: hidden; margin-top: 15px;}
.news_right_li h3{width:100%; height: 40px; line-height: 40px; color: #333333; font-size: 21px; font-weight:bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_right_li p{color:#999999; font-size: 16px; width:100%; line-height: 28px; height: 56px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_right ul{width:100%; height: auto; overflow: hidden; margin-top: 28px}
.index_news_right ul li{width:100%; height:42px; line-height: 42px; padding: 0 5% 0 7%; position:relative}
.index_news_right ul li a{width:100%; height:100%; position:relative; z-index:6}
.index_news_right ul li h3{width:60%; height: auto; float: left; color: #777777; font-size: 17px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position:relative; z-index:5}
.index_news_right ul li span{float: right; font-size: 14px; color: #777777;  position:relative; z-index:5}
.index_news_right ul li:after{content:""; width:0; height:100%; background:#005ce4; position:absolute; top:0; left:0; transition: all 0.4s ease-in-out; z-index:0}
.index_news_right ul li:hover:after{width:100%; transition: all 0.4s ease-in-out;}
.index_news_right ul li:hover h3,.index_news_right ul li:hover span{color:#fff; transition: all 0.5s ease-in-out;}
.news_right_bottom{width:100%; height: auto; overflow: hidden; border-top:1px solid #d2d8de; margin-top: 20px; padding:30px 5% 0 7%}
.index_news_left .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;}
.index_news_left .swiper-slide a:hover h3{color:#005ce4}
.index_news_info i{width:36px; height:22px; background:url(../images/n_jts.png) no-repeat center; display:block; transition: all 0.4s ease-in-out;}
.index_news_left .swiper-slide a:hover .index_news_info i{background:url(../images/nn_jts.png) no-repeat center; margin-left:10px; transition: all 0.4s ease-in-out;}
.news_right_li:hover h3{color:#005ce4}




/*关于我们*/
.index_about{width:100%; height:auto; position: relative; z-index:5; margin-top: 80px; padding-top: 58px; overflow: hidden;
	background: url(../images/about_bjs.jpg) no-repeat top center; padding-bottom: 60px; background-attachment: fixed; background-size: cover;}
.index_about:after{content: ""; width: 100%;  height:679px; background: url(../images/about_bottom.jpg) no-repeat; position: absolute; bottom:0; left:0}
.index_about_top{width:100%; height: auto; overflow: hidden; position: relative; z-index: 1}
.index_about_top h5{color:#005ce4; font-size: 40px; line-height: 54px;}
.index_about_top h6{color:#333333; font-size:16px; font-weight: bold; line-height: 30px; margin-top: 10px}
.index_about_top ul{width:100%; height: auto; overflow:hidden; margin-top: 50px;}
.index_about_top ul li{width:32%; height: auto; float: left; margin-right: 2%; border-radius:30px 30px 20px 20px;}
.index_about_top ul li:nth-child(3n){margin-right: 0; background: #f13c39}
.index_about_top ul li:nth-child(1){background: #00a8a5}
.index_about_top ul li:nth-child(2){background: #005ce4}
.about_top_pic{width:100%; height: auto; overflow: hidden; border-radius:15px 15px 0 }
.about_top_pic img{width:100%; height: auto; display: block;  border-radius:20px 20px 0 0; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.about_top_xx{width:100%; height: 200px; padding: 30px 22px; position: relative; transition: all 0.4s ease-in-out;}
.about_top_xx h4{color:#ffffff; font-size: 26px; margin-bottom: 10px;}
.about_top_xx p{width:100%; color:#fff; font-size:16px; opacity: 0.5; line-height: 30px; }
.about_top_xx:after{content: ""; width:0; height: 2px; background: #fff; position: absolute; bottom:26px; left:50%;  margin-left: -44%; transition: all 0.4s ease-in-out;}
.index_about_top ul li:hover .about_top_xx:after{width:88%; transition: all 0.4s ease-in-out;} 
.index_about_bottom{width:100%; height: auto; overflow: hidden; margin-top: 98px; position: relative; z-index: 1}
.about_bottom_left{width:50%; height: auto; float: left}
.about_bottom_left h4{color:#333333; font-size: 40px; margin-top: 10px;}
.about_bottom_left a.about_bottom_xx{color:#777777; font-size:16px; line-height: 30px; margin-top: 30px; display: block; margin-bottom: 62px; text-align: justify;}
.about_bottom_left h6{width:100%; height: auto; overflow: hidden}
.about_bottom_left h6 span{color:#ababab; font-size: 30px; line-height: 40px; float:left}
.about_bottom_left h6 a{float: right; margin-top:45px; width:36px; height:22px; display:block; background:url(../images/n_jts.png) no-repeat center;  transition: all 0.4s ease-in-out;}
.about_bottom_left h6:hover a{background:url(../images/nn_jts.png) no-repeat center; transition: all 0.4s ease-in-out; margin-right:10px}
.index_about_bottom ul{width:40%; height: auto; float: right}
.index_about_bottom ul li{width:50%; height: 154px; float: left; border-bottom: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; text-align: center; 
	padding-top:40px;}
.index_about_bottom ul li:nth-child(2n){border-right:0}
.index_about_bottom ul li:nth-child(3),.index_about_bottom ul li:nth-child(4){border-bottom:0}
.index_about_bottom ul li p{color:#777777; font-size: 16px; line-height: 40px;}
.index_about_bottom ul li h5{color:#555555; font-size: 16px; font-weight: bold;  overflow:hidden; display: inline-flex; align-items: flex-start; margin:0px auto;}
.index_about_bottom ul li h5 span{color:#005ce4; font-size: 54px; font-family: "Arial"; font-weight: normal; line-height:48px; margin-right:10px; }
.index_about_bottom ul li h5 i{ font-style:normal; font-size:16px; color:#555555; font-weight:bold;}
.index_about_top ul li:hover .about_top_xx{padding:25px 22px 30px; transition: all 0.4s ease-in-out;}


.index_about_top ul li:hover .about_top_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}






/*产品中心*/
.index_product{width:100%; height: auto; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat center; background-size: cover; padding: 58px 0}
.index_product_title{width:100%; height: auto; overflow:hidden}
.index_product_title h4{color:#fff; font-size: 40px; font-weight: bold; float: left}
.index_product_title a{width:170px; height: 62px; background: #fff; text-align: center; line-height: 62px;  float: right; position:relative}
.index_product_title a span{font-size: 16px; color: #333333; position:relative; z-index:5; }
.index_product_title a:after{content:""; width:10px; height:100%; background:#f13c39; position:absolute; top:0; left:0; transition: all 0.4s ease-in-out;}	
.index_product_title a:hover:after{width:100%;  transition: all 0.4s ease-in-out;}
.index_product_title a:hover span{color:#fff;}
.index_product_all{width:100%; height: auto;  margin-top:45px; position: relative}
.index_product_all .swiper-slide a{width:100%; display: block; background: #fff}
.in_pro_title{width:100%; height: 78px; border-bottom: 1px solid #e5e5e5;}
.in_pro_title h4{width:80%; height: 100%; float: left;  border-right:1px solid #e5e5e5; font-size: 22px; color: #555555; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 0 30px; line-height:78px}
.in_pro_title i{width:20%; float: right; background: url(../images/h_jts.png) no-repeat center; height: 78px}
.in_pro_info{width:100%; height: auto; overflow: hidden; padding:12px 30px}
.in_pro_info h4{color:#000000; font-size: 16px; width: 100%; height: 30px; line-height: 30px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.in_proimg{width:100%; height: 270px; overflow: hidden; margin: 20px 0; text-align: center; display: flex; align-items: center;}
.in_proimg img{max-width: 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;}
.index_product_all .swiper-button-next,.index_product_all .swiper-button-prev{width:50px; height: 50px; margin-top: -25px;}
.index_product_all .swiper-button-next{background: url(../images/p_right.png) no-repeat center; right:-80px}
.index_product_all .swiper-button-prev{background: url(../images/p_left.png) no-repeat center; left:-80px;}
.index_product_all .swiper-slide a:hover .in_pro_title i{background:#f13c39 url(../images/hhh_jts.png) no-repeat center}
.index_product_all .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;}
.index_product_all .swiper-button-next:hover{background: url(../images/pp_right.png) no-repeat center;}
.index_product_all .swiper-button-prev:hover{background: url(../images/pp_left.png) no-repeat center;}




/*联系我们*/
.index_contact{width:100%; height:auto; background: url(../images/contact_bjs.jpg) no-repeat top center; padding-top: 45px; overflow: hidden}
.index_contact_left{width:67%; height: auto; float: left}
.index_contact_dianhua{width:100%; height: auto; overflow: hidden; margin-top: 40px; padding-right: 5%; margin-bottom: 28px; padding-left: 8px;}
.index_contact_dianhua h4{float: left; color:#005ce4; font-size: 26px; font-weight: bold; font-family: "Arial"; background: url(../images/dh_icon.png) no-repeat left center; padding-left:30px}
.index_contact_dianhua h5{float: right; color:#005ce4; font-size: 26px; font-weight: bold; font-family: "Arial"; background: url(../images/dh_icon.png) no-repeat left center; padding-left:30px}
.index_contact_dianhua h4 span,.index_contact_dianhua h5 span{color:#333333; font-size:22px; font-weight: bold;}
.index_contact_xx{width:50%; height: auto; overflow: hidden; padding-left: 45px; float: left; margin-top:90px}
.index_contact_xx p{color:#333333; font-size: 16px; line-height: 30px;}
.index_contact_ma{float: right; margin-right:5%; margin-top:90px}
.index_contact_ma dl{width:121px; height: auto; float: left; margin-left: 24px;}
.index_contact_ma dl dt{width:100%; height: auto; border: 1px solid #eeeeee}
.index_contact_ma dl dt img{width:100%; display: block}
.index_contact_ma dl dd{width:100; color:#777777; font-size: 14px;   text-align: center; line-height: 30px;}
.c_more{width:62px; height: 62px; float: right; background: #f13c39; color:#fff; font-size: 30px;  text-align: center; line-height: 62px; margin-top: 21px; }
.c_more span{ width:13px; height:13px; display:block; margin:22px auto 0; background:url(../images/jia.png) no-repeat center;  -webkit-transition: -webkit-transform 0.5s ease-out; -moz-transition: -moz-transform 0.5s ease-out; transition: transform 0.5s ease-out;}
.c_more:hover span{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.index_contact_right{width:33%; float: right}
.in_contact_shzr{height:326px;}
.in_contact_shzr,.in_contact_qywl{width:100%; position: relative; overflow:hidden; }
.in_contact_shzr img.sh_img,.in_contact_qywl img.sh_img{width:100%; height:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_contact_shzr a{width:100%; height: 100%; position: absolute; top:0; left:0; padding:40px 35px;}
.in_contact_shzr a h4{color:#ffffff; font-size: 40px; font-weight: bold; margin-bottom: 10px;}
.in_contact_shzr a h5{color:#ffffff; font-size:23px; line-height: 40px; margin: 28px 0 30px}
.in_contact_qywl a{width:100%; height: 100%; position: absolute; top:0; left:0; padding:86px 35px 0;}
.in_contact_qywl a h4{color:#ffffff; font-size: 40px; font-weight: bold; margin-bottom: 10px;}
.in_contact_qywl a h5{color:#ffffff; font-size:23px; line-height: 40px; margin: 28px 0 15px}
.in_contact_qywl a p{color:#fff; font-size: 16px; opacity: 0.5; line-height: 30px; margin-bottom:50px;}
.in_contact_qywl a img{transition: all 0.4s ease-in-out;}
.in_contact_shzr a img{transition: all 0.4s ease-in-out;}
.in_contact_shzr:hover img.sh_img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.in_contact_qywl:hover img.sh_img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.in_contact_qywl a:hover img{margin-left:80%; transition: all 0.4s ease-in-out;}
.in_contact_shzr a:hover img{margin-left:80%; transition: all 0.4s ease-in-out;}





/*底部*/
.copy{clear:both;width:100%;height:60px; position: relative; overflow: hidden; line-height:60px; background: url(../images/copy_bjs.jpg) no-repeat center}
.copy_tab{display: table; margin: 0px auto;}
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto; text-align: center; float: left }
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#1b518a!important}
.footer_zhichi{width:auto; height:100%; display: table; margin: 0px auto; float: right; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#555555; height: 100%; line-height:65px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:22px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:22px;}
.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: 14px; color: #fff;}
.footer_zhichi i{ float: left;}




/*弹出视频*/
.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;}




@media screen and (max-width:1360px){
	.header_dao{width:68%}
}





.inside_banner{ height: 330px;  background-image: linear-gradient(to left, #189848 , #0067dd); 
    background-image: -webkit-gradient(to left, #189848 , #0067dd); 
    background-image: -webkit-radial-gradient(to left, #189848 , #0067dd); margin-top:155px;}
/*.about_ban{background: url(../images/about_ban.jpg) no-repeat center bottom ; background-attachment: fixed}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center bottom; background-attachment: fixed}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center bottom; background-attachment: fixed}
.keji_ban{background: url(../images/keji_ban.jpg) no-repeat center bottom; background-attachment: fixed}
.dangqun_ban{background: url(../images/dangqun_ban.jpg) no-repeat center bottom; background-attachment: fixed}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center bottom ; background-attachment: fixed}
.dqwh_ban{background: url(../images/dqwh_ban.jpg) no-repeat center bottom ; background-attachment: fixed}*/
.page-list{ display: none;}


.inside_banner h2{ font-size: 40px; font-weight: bold; color: rgb(255, 255, 255);; text-align: center;line-height: 2.4; padding-top: 90px;}
.inside_banner p{ text-align: center; font-size: 16px; }
.inside_banner p img{ margin-right: 10px;}
.inside_banner p *{ color: rgb(255, 255, 255);;  font-size: 16px;}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{height: 90px; background: #f7f6f4;position: relative;}
.nav-wrap.navFix{position: fixed; top:92px; left: 0; z-index: 8; height:90px; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{ }
.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height: 90px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 40px; position:relative; 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:20px; background: #005ce4; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width:32.5%; float: left; border: 1px solid #e5e5e5; margin-right:1%; margin-bottom: 20px;}
.honor_list li:nth-child(3n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; }
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #005ce4;}
.honor_list li:hover .gallery-title{ background: #005ce4; color: #fff;}

.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.section-content{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px;}
.ny_news_show p{font-size:16px; color:#333; line-height: 36px;}
.ny_news_show img{max-width:100%}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #000;   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #005ce4; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #d4d4d4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size: 24px; line-height:1.4; color: #000; padding: 15px 0; display: block;}
.ny_title_2{ overflow: hidden; padding-top: 50px; margin-bottom: 20px;}
.ny_title_2 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #fff;}
.ny_title_2 p{text-transform: uppercase; font-size: 26px; color: #fff; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_2 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #fff; left: 0; bottom: 0;}
.ny_title_2 em{font-style: normal; font-size: 24px; line-height:1.4; color: #fff; padding: 15px 0; display: block;}




/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 100px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:100%; height:auto; border:1px solid #d2d2d2; margin:15px auto 25px; overflow:hidden; padding: 22px; }
 .ny_solution_img{width:478px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{width:600px; height:auto; float:left; margin-left: 50px; padding: 10px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:35px;}
.ny_solution_xx p b{color:#353432}
.ny_solution .case_link{margin-top:30px;}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.ny_pro_shengcan .slideBox .bd 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_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_product_all ul li:hover{border:1px solid #005ce4;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more:hover{background: #005ce4; color: #fff; border: 1px solid #005ce4}
.table_xx{width:100%; overflow-y:auto;}


/*研发中心*/
.ny_yfzx_all{width:100%; height: auto; overflow: hidden; margin-bottom: 60px;}
.ny_yfzx_title{width:100%; height: auto; overflow: hidden; margin-top: 75px;}
.ny_yfzx_title h3{font-size: 30px; color: #060507; width: 100%; height: 30px; line-height: 30px;}
.ny_yfzx_title h3 span{float: left}
.ny_yfzx_title h3 hr{width:1060px; height: 1px; background: #ddd; float: right; margin-top:15px;}
.ny_yfzx_title h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #005ce4; margin-top: 8px;}
.ny_yfzx_title h4 span{width:36px; height: 1px; background: #005ce4; float: left; margin-top:22px; margin-left: 8px;}
.ny_yfzx_title h4 p{width:auto; float: left; color: #005ce4;}
.ny_yfzx_title h5{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 30px; color: #060507}
.ny_yfzx_xx{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #555555; line-height: 30px; margin-top: 30px;}
.yfzx_more{width:172px; height: 40px; border: 1px solid #cec8cc; display: block; text-align: center; line-height: 40px; font-size: 16px; color: #333333; margin-top: 30px;}


/*产品详情页*/

.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 16px;
    color: #555;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0px auto;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:480px; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#005ce4; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:57%; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height: auto; line-height: 50px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:20px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;    word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:234px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:44px;}
.ny_pro_dh{width:100%; height:80px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height: 70px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #005ce4; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}

.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_probt_case h3,.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}
.ny_probt_case li{width:275px; height: 300px; float: left; margin-right:22px;}
.ny_probt_case li:nth-child(3n){margin-right:0px;}
.nyprocase-div{width:100%; height: 203px; overflow:hidden; position: relative}
.ny_probt_case li img{width:100%; height: 203px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px;  padding:0 15px;}
.ny_probt_xx h3{width: 100%; height:40px;  line-height: 40px; font-size: 16px; color: #313131; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_probt_case li:last-child{margin-right: 0px;}
.ny_probt_case li:hover .index_case_info::before,
.ny_probt_case li:hover p {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.ny_probt_case li:hover .index_case_info {background: rgba(0,0,0,0.6);}
.ny_probt_case li:hover h5{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.ny_probt_case li .index_case_info h5{font-size: 16px; margin:0% 0 15px 0; }
.ny_probt_case li .case_xx{height:87px;}
.ny_probt_case li .case_xx p{font-size: 16px; line-height:28px;}

.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #005ce4;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #005ce4; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block; cursor:pointer}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.sideMenu{width:100%; height: auto;  }
.sideMenu h3{ height:50px; line-height:50px; border-bottom:1px solid #e3e3e3;  background: url(../images/jian.png) no-repeat 268px center;font-size: 15px; color: #191919; cursor:pointer; padding: 0px 18px 0;
text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.sideMenu h3.on {background: #005ce4 url(../images/h_jian.png) no-repeat 268px center; color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:15px 32px; color:#999; display:none;  background: #eeeeee;}
.sideMenu ul li a{font-size: 15px; color: #313131}
.sideMenu ul li {width:100%; height: 35px; line-height: 35px;  overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.sideMenu ul li:hover a{color:#005ce4}
.ny_probt{width:100%; height:65px;}
.ny_probt li{width:434px; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#005ce4; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#005ce4;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:20px;}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 20px; font-size:16px;color:#666; line-height:30px;}
.ny_proshow_info p{font-size:16px;color:#666; line-height:34px;}
.fangan_show{ margin-top:20px;}

.ny_hotnews{width:100%; height:auto; overflow: hidden; margin-top:30px;}
.ny_hotnews h3{width:100%; height:40px; background: #005ce4; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#005ce4}
.ny_hotnews_info{width:100%; height: auto; overflow: hidden; margin-top:15px;  border: 1px solid #dad7d7; padding: 8px 7px;}
.ny_hotnews_info p{font-size: 14px; color: #191919; line-height: 26px;}

.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{background:#005ce4; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:60px;}



/*��ҳ����*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.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; margin-bottom:20px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:30px;}
.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:60%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.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:26%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.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:#005ce4}
.ny_news_all ul li:hover h3{font-weight: bold; }


/* ��ҳ��ϵ���� */
.lianxi{ overflow: hidden; padding-bottom: 0px;}
#map{ height:auto; width: 100%;}
#map img{width:100%; display:block}
.lianxi_fs{ overflow: hidden; margin-top: 30px; }
.lianxi_fs p{ width:49.5%;  line-height: 72px; border: 1px solid #e5e5e5; position: relative; text-indent:36px; color: #333; margin-bottom: 20px; font-size: 16px; float:left;}
.lianxi_fs p::before{ content: ""; height: 12px; width: 2px; display: block; position: absolute; background: #e45560; left:0; top: 30px;}
.lianxi_fs p:nth-child(2n){float:right}
.lianxi_ewm{ display: table; margin: 30px auto;}
.lianxi_ewm li{overflow: hidden; float: left; margin: 0 20px;  text-align: center; width:120px}
.lianxi_ewm li img{border:1px solid #ddd; width:100%}
.lianxi_ewm li p{ line-height: 1.8; font-size: 16px; color: #333;}
.liuyan{overflow: hidden;  height: 580px; background: url(../images/ny_pc_6.jpg) no-repeat center top fixed; margin:130px 0 0; padding-top:70px;}
.liuyan input[type="text"]{line-height: 60px; text-indent: 5%; font-size: 16px; color: rgba(255,255,255,0.9); font-weight: bold; background: none; border: 1px solid #517ad2; width: 32%; margin-right:1.4%;}
.liuyan input[type="text"]::-webkit-input-placeholder,.liuyan textarea::-webkit-input-placeholder{color:rgba(255,255,255,0.8);}
.liuyan input[type="text"]:nth-child(3){ margin-right: 0; float: right;}
.liuyan textarea{line-height: 2; width: 100%; text-indent:20px; font-size: 16px; color: rgba(255,255,255,0.9); font-weight: bold; background: none; border: 1px solid #517ad2; margin-top: 20px; height: 72px; resize: none;}
.liuyan input[type="submit"]{ width: 200px; background: #fff;border: none; font-size: 16px; color: #005ce4; height: 60px; margin: 0 auto; margin-top: 30px; display: block; cursor: pointer;}
.liuyan input[type="submit"]:hover{background:#d6000f; color:#fff}
.jrwm{overflow: hidden; padding-bottom: 0px;}
.jrwm .jiaru_nr{ font-size: 16px;}
.jrwm .jiaru_nr p{ line-height: 2;  color: #454545; text-align: justify;font-size: 16px;}
.jrwm .jiaru_nr img{ width: 100%;}
.anli_jz p{ font-size: 16px;  color: #454545; line-height: 30px;}
.anli_jz p strong{ font-size: 18px;}


/*底部*/
.footer_nav{width:100%; height:70px; line-height: 70px; background: #2a2a2a;}
.footer_nav a{color:#fff; font-size: 16px; margin: 0 40px; line-height: 67px;float: left}
.footer_nav a.active{border-bottom: 3px solid #d6000f}
.footer_nav a:hover{border-bottom: 3px solid #d6000f}
.footer_nav_all{width:auto; display: table; margin: 0px auto;}
.footer{width:100%; height:auto; overflow: hidden; background: #333333; padding-top: 20px; }
.footer_xx{width:100%; height: auto; text-align: center; color:#999999; font-size: 16px; line-height: 30px;}
.footer_xx p{ color:#999999; font-size: 16px;}
.footer_ma{width:auto; display: table; margin: 30px auto}
.m1,.m2{width:35px; height: 35px; float: left; position: relative; margin: 0 10px;}
.m1 img,.m2 img{width:100px; height: auto; position: absolute; top:-100px; left:0; display: none;}
.m1{background: url(../images/wx_i.png) no-repeat center}
.m2{background: url(../images/sj_i.png) no-repeat center}
.m1:hover img{display: block}
.m2:hover img{display: block}
.copy{clear:both;width:100%;height:66px; line-height:64px;  position: relative; background: #333333; border-top:1px solid rgba(255,255,255,0.2)}






/*客服*/
.lxfx {
  height: auto;
  position: fixed;
  right:0px;
  top:325px;
  width: 77px;
  z-index: 888;
}
.lxfx li a {
  color: rgb(255, 255, 255);
  display: block;
  height: 47px;
  margin-top: 9px;
  width: 300px;
 font-size: 14px;
}
.leftlx {
  float: left;
  height: 47px;
  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-wb {
  background-position: -30px -22px;
}
.lxfx li i.icon-top {
  background-position: -30px -49px; height:32px;
}

.lxfx li p {
  line-height: 12px;
  text-align: center;
}
.lxfx li {
  background:#005ce4;
  height: 62px;
  margin-bottom: 1px;
  margin-left: 0;
  position: relative;
  width: 77px; float:left;
}



/* .timer_shaft_line{position: relative;} */
.product_cite{width: 690px;font-size: 15px;}
.product_cite h4{text-align: right;font-size: 15px;}
.timer_shaft_left{float: left;font-size: 26px;width: 175px;text-align: left;position: relative; line-height: 42px;  }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top: 22px;width: 11px;height: 11px;border:1px solid #005ce4;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{float: right;line-height: 35px;padding-left: 30px;/*! max-width: 600px; */padding-top: 13px;color: #666; width:84%;   }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative; margin-top: 70px;   }
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #005ce4;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 8px 15px;}
.clear_new{clear:both;overflow:hidden;}
.clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.timer_shaft_box:first-child{margin-top: 50px;}
.exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
.exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
.pic_list{width: 100%;}
.pic_list ul li{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 10px;overflow: hidden;}
.pic_list ul li:nth-child(4n){margin-right: 0;}
.pic_list ul li a{display: block;}
.pic_list_box{overflow: hidden;}
.pic_list_box img{width:100%}
.pic_list ul li a img{width: 100%;transition:  all .5s;}
.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);}

.text_list{margin-bottom: 50px;;}
.text_list li a{display: block;}
.text_list li p{float: left;width: 70%;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.text_list li span{float: right;}
.text_list li{border-bottom: 1px dashed #cacaca;padding: 10px;}
.timer_shaft_right b{font-size:16px;   color: #333;}
.timer_shaft_right span{font-size:16px;}



@media screen and (max-width:1380px){
	.header_dao{width:60%}
	.w1400{width:1200px}
	.index_about_bottom ul li h5 span{font-size:36px;}
	.index_about_bottom ul{width:44%}
	
	.index_product_all .swiper-button-next{right:-50px}
.index_product_all .swiper-button-prev{left:-50px;}
.in_contact_shzr a{    padding: 40px 18px;}
.in_contact_qywl a{padding:40px 18px 0;}
.in_contact_qywl a p{margin-bottom:20px}
.index_contact_ma dl{width:108px}
.c_more{display:none}
.index_contact_xx{padding-left:0px;}

}

