@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 15px;}
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; }
.w1440{ width:1400px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.header_nav{height:113px; width:100%;min-width:1200px;  z-index:9;  position:absolute; top:0; left:0; padding: 0 4%; background: url(../images/header_bjs.png) no-repeat center}
.h_logo{width:257px; height: 113px; float: left; display: flex; align-items: center;}
.h_logo img{max-width:100%; max-height: 100%; align-items: center; margin: 0px auto;}
.h_search{width:104px; height:100px; line-height: 100px; float: right; background:url(../images/search_icon.png) no-repeat left center; font-size: 16px; color: #fff; padding-left:65px; cursor: pointer}
.form_box{position: absolute;  top:100px; 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: #007bda; font-size:16px;}


/* 导航栏 */
.header_dao{width:900px; height:113px;  float: right; }
.nav{width:87%; height:100px; float: left}
.nav .nLi{ float:left;  position:relative; display:inline; height:100%;    text-align: center;  width:14%}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#fff;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#fff;  position: relative; display: table; margin: 0px auto; line-height: 100px; }
.nav .sub{ display:none;left:50%; top:98px;  position:absolute;  line-height:26px; width:140px; margin-left: -70px;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:24px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px; }
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:4px 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#0c58a1}
.nav .nLi.active p{font-weight:bold; background: url(../images/active.png) no-repeat center 56px}
.nav .nLi:hover p{font-weight:bold; background: url(../images/active.png) no-repeat center 56px}
/*
.f_top{background: #fff;}
.f_top .nav .nLi h3 a p{color:#000}
.f_top .nav .nLi.active p{background: none; color:#068585}
.f_top .nav .nLi:hover p{background: none; color:#068585}
.f_top .h_logo h4{color:#000000}
.f_top .h_logo h5{color:#000000}
*/



/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; min-width:1200px;}
.banner .swiper-slide a{width:100%; display: block}
.banner .swiper-slide a img{width:100%; display: block}
.banner .swiper-pagination-bullet{width:60px; height:1px; opacity: 1; background:rgba(255,255,255,0.2); }
.banner .swiper-pagination-bullet-active{ background:#fff;}



/*新闻*/
.index_news{width:100%; height:645px;  background: url(../images/news_bjs.jpg) no-repeat bottom center; min-width:1200px}
.index_news_all{width:1500px; height: auto; overflow: hidden; margin:0px auto 60px; background:url(../images/nn_bjs.png) no-repeat center; position: relative; 
	z-index: 9}
.index_news_left{width:24.9%; height: auto; float: left; margin-right:2.2%}
.index_news_title{width:100%; height: 80px; line-height: 80px; overflow: hidden;}
.index_news_title h4{color:#0c58a1; font-size: 24px; background: url(../images/n_icon.png) no-repeat left center; padding-left: 30px; font-weight: bold;
	float: left}
.index_news_title a{color:#666666; font-size: 16px; float: right}
.index_news_title a:hover{color:#0c58a1; font-weight: bold;}
.news_left_top{width:100%; height: auto; overflow: hidden}
.news_left_pic{width:100%; overflow: hidden}
.news_left_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.news_left_top:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.news_left_info{width:100%; height: auto; overflow: hidden; margin-top: 10px;}
.news_left_info h3{color:#0c58a1; font-size: 16px;  height: 48px; line-height: 24px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-left:65px; margin-top:3px;}
.news_left_time{width:52px; height: 52px; float: left; background: #0c58a1; text-align: center; padding-top: 8px;}
.news_left_time p{color:#fff; font-size: 14px;}
.index_news_left ul{width:100%; height: auto; overflow: hidden; margin-top: 10px;}
.index_news_left ul li{width:100%; height: auto; overflow: hidden; border-top:1px solid #eeeeee; }
.in_news_shijian{width:52px; height: 52px; float: left; background: #eeeeee; text-align: center; padding-top: 8px;}
.in_news_shijian p{color:#666666; font-size: 14px;}
.index_news_left ul li  h3{color:#333333; font-size: 16px; height:50px; line-height: 24px; width:100%; line-height:50px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.index_news_left ul li:hover h3{color:#0c58a1}
.index_news_left ul li:hover .in_news_shijian{background: #0c58a1}
.index_news_left ul li:hover p{color:#fff}
.index_news_center{width:46.8%; height: auto; float: left; margin-right: 1.5%}
.news_center_all{width:100%; height: auto; overflow: hidden}
.news_center_all .swiper-slide a{width:100%; display: block}
.inews_center_pic{width:100%; height: 378px; overflow: hidden}
.inews_center_pic 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;}
.inews_center_xx{width:100%; height: auto; overflow: hidden; margin-top:18px;}
.inews_center_xx h3{width:100%; height: 30px; line-height: 30px; color: #005bac; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.inews_center_xx span{display: block; color:#666666; font-size: 16px; margin: 10px 0}
.inews_center_xx p{width:100%; height: 60px; overflow: hidden; font-size: 16px; color: #666666; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_news_right{width:24%; height: auto; float: right;}
.index_news_right ul{background: #f5f5f6; width: 100%; height: auto; overflow: hidden; padding:22px 30px}
.index_news_right ul li{width:100%; height: auto; overflow: hidden; margin-bottom: 22px;}
.index_news_right ul li h4{width:100%; height:32px; background: url(../images/sj_icon.png) no-repeat left center}
.index_news_right ul li h4 span{color:#666666; font-size: 16px; line-height: 32px; width: 108px; text-align: center; display: block}
.index_news_right ul li h3{width:100%; height: 30px; line-height: 30px; color: #333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.news_center_all .swiper-pagination{bottom:32%;}
.news_center_all .swiper-pagination-bullet{background: #fff; opacity: 1}
.news_center_all .swiper-pagination-bullet-active{background: #0c58a1}
.index_news_right ul li:hover h3{color:#0c58a1}
.index_news_right ul li:last-child{margin-bottom: 0}
.index_news_left ul li:last-child{margin-bottom: 0}
.news_center_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{width:100%; height: auto; overflow: hidden; background:url(../images/product_bjs.jpg) no-repeat center; background-size:cover; padding: 70px 0 90px; min-width:1200px;}
.index_product_title{width:100%; height: auto; overflow: hidden}
.index_product_title h4{color:#fff; font-size:80px; opacity: 0.1; font-weight:bold; text-transform: uppercase; position: relative;  text-align: center; 
	line-height:70px;}
.index_product_title h5{color:#fff; font-size: 50px; font-weight: bold;  z-index: 9; text-align: center; margin-top: -45px;}
.index_product_title h6{color:#fff; font-size: 18px; text-align: center; margin-top:20px;}
.index_product_bottom{width:100%; height: auto; overflow: hidden}
.index_product_bottom .slideTxtBox{width:100%; height: auto; background: rgba(0,0,0,0.3); border-radius:25px; margin-top: 32px; overflow: hidden; display: flex;}
.index_product_bottom .hd{width:16%; float: left;  padding:30px 22px;}
.index_product_bottom .hd ul{width:100%; height: auto; }
.index_product_bottom .hd ul li{width:100%;  height:45px; background: #fff; border-radius: 25px; text-align: center; line-height: 45px; color:#333333; 
	font-size: 16px; margin-bottom:15px; position: relative}
.index_product_bottom .hd ul li:after{content: ""; width: 9px; height: 21px; background: url(../images/hd_san.png) no-repeat center; position: absolute; top:50%; right:-7px; margin-top: -10.5px; opacity: 0}
.index_product_bottom .hd ul li a{color:#333333; font-size: 15px; width: 100%; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_product_bottom .hd ul li:hover a{color:#fff}
.index_product_bottom .hd ul li:hover{background: #00a0e9}
.index_product_bottom .hd ul li:hover:after{opacity: 1}
.in_pro_more{width:100%; height:51px; background: #00a0e9; border-radius: 25px; text-align: center; line-height: 51px; color:#fff; font-size: 16px; display: block; margin-bottom:15px}
.in_pro_more:hover{color:#fff; background: #00a0e9}
.index_product_bottom .bd{width:83%; float: right; background: rgba(0,0,0,0.3); padding:40px 30px 44px; height: inherit; }
.index_product_bottom .bd ul{width:100%; height: auto; overflow: hidden}
.index_product_bottom .bd ul li{width:19.2%; height: auto; float: left; margin-bottom: 30px; margin-right: 1% }
.index_product_bottom .bd ul li:nth-child(5n){margin-right: 0}
.index_pro_pic{width:100%; height: auto; overflow: hidden; position: relative; border: 1px solid #fff}
.index_pro_pic img{width:210px;height:160px; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.pro_pic_hover{width:100%; height: 100%; position: absolute; top:0; left:0; background: rgba(0,91,172,0.8); text-align: center; opacity: 0} 
.pro_pic_hover span{color:#fff; font-size:16px; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.index_product_bottom  .bd ul li h4{width:100%; height:52px; line-height: 26px; color: #fff; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-align: center; margin-top:10px;}
.index_product_bottom  .bd ul li:hover .pro_pic_hover{opacity: 1}
.index_product_bottom  .bd ul li:hover .index_pro_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*视频*/
.index_video{width:100%; height: auto; overflow: hidden; background: url(../images/video_bjs.jpg) no-repeat center; background-size: cover; padding:60px 0 85px; min-width:1200px; }
.index_video_top{width:100%; height: auto; overflow: hidden}
.index_video_top h4{color:#333333; font-size:80px; opacity: 0.1; font-weight:bold; text-transform: uppercase; position: relative;  text-align: center; 
	line-height:70px;}
.index_video_top h5{color:#0c58a1; font-size: 50px; font-weight: bold;  z-index: 9; text-align: center; margin-top: -45px;}
.index_video_top h6{color:#333333; font-size: 18px; text-align: center; margin-top:20px;}
.index_video_nav{width:100%; margin:40px auto;}
.index_video_nav ul{width:100%; height:auto;}
.index_video_nav ul li{ float: left; margin-right: 1%;width: 32.3%;margin-bottom: 30px;text-align: center}
.index_video_nav ul li:last-child{margin-right:0}
.index_video_nav a{color:#333333; font-size: 18px; font-weight: bold; background: url(../images/sp_icon.png) no-repeat left center; padding-left:35px;line-height: 30px; }
.index_video_nav a:last-child{margin-right: 0}
.index_video_nav ul li.on a{color:#0c58a1}
.index_video_nav a:hover{color:#0c58a1}
.index_video_all{width:100%; height: auto; overflow: hidden; margin-bottom: 50px;}
.index_video_all .swiper-slide a{width:100%; height: auto; display: block}
.index_video_pic{width:100%; height: auto; overflow: hidden; position: relative}
.index_video_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_video_pic i{width:67px; height: 67px; background: url(../images/sp_img.png) no-repeat center; position: absolute; top:50%; left:50%; 
	transform: translate(-50%,-50%);}
.index_video_all ul li h5{width:100%; height:50px; line-height: 50px; padding: 0 38px; font-size: 16px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; background:#fff url(../images/v_hua.png) no-repeat center; text-align: center}
.index_video_all ul li:hover h5{background:#0058a2 url(../images/vh_hua.png) no-repeat center; color:#fff}
.index_video_all 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_video_more{width:180px; height: 51px; display: block; background: #0058a2; border-radius: 25px; text-align: center; line-height: 51px; color: #fff; 
	font-size:16px; margin: 0px auto; }
.index_video_more:hover{background: #333333}
.index_video .slideTxtBox{width:100%; height:auto; overflow:hidden; margin-top:20px;}
.index_video_all ul{width:100%; height:auto; overflow:hidden;}
.index_video_all ul li{width:32.3%; height:auto; overflow:hidden; margin-right:1%; float:left;}
.index_video_all ul li:nth-child(3n){margin-right:0}


/*关于我们*/
.index_about{width:100%; height:606px; overflow: hidden; position: relative;  background: url(../images/about_bjs.jpg) no-repeat center; min-width:1200px;}
.index_about_left{width:39.6%; height: auto; float: left; position: relative; margin-top: 65px; -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.index_about_left img{width:100%; display: block}
.index_about_left i{width:88px; height: 88px; display: block; background: url(../images/v_icon.png) no-repeat center; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);  }
.index_about_left:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.index_about_right{width:100%; height: 710px; padding: 30px 60px 0 56px}
.index_about_right h4{color:#333333; font-size:70px; font-weight: bold; text-transform:uppercase; line-height:80px; text-align:center; opacity:0.1}
.index_about_right h5{color:#0c58a1; font-size:50px; font-weight: bold; text-align:center; margin-top:-48px; position:relative; z-index:1}
.index_about_right h6{color:#333333;font-size:26px;font-weight: bold;margin-top: 30px;text-align: center;}
.index_about_right hr{width:40px;height: 2px;background: #0058a2;margin: 30px auto;}
.in_abxx{width:100%;height: auto;overflow: hidden;color:#333333;font-size: 16px;line-height:30px;display: block;text-indent:2em;;}
.in_abmore{width:180px;height:51px;line-height:51px;display: block;background: #0058a2;color:#fff;border-radius: 35px;text-align: center;font-size: 16px;margin: 35px auto;}
.in_abmore:hover{background: #20222e}
.index_about_num{/* width:100%; */height: auto;overflow: hidden;margin:40px auto;display: table;}
.index_about_num dl{width:auto;float: left;text-align: center;margin-right: 160px;}
.index_about_num dl dt{color:#333333; font-size: 16px;}
.index_about_num dl dt span{color:#333333; font-size: 40px; font-weight: bold;}
.index_about_num dl dt i{color:#333333; font-size: 40px; font-weight: bold; font-style: normal}
.index_about_num dl dd{color:#333333; font-size: 16px; text-align: center}
.index_about_num dl:last-child{margin-right: 0}


/*友情链接*/
.footer_links{width:100%; height: auto; overflow: hidden; margin-top:10px; min-width:1200px;}
.links_title{float: left; margin: 8px 0}
.links_title p{color:#333333; font-size:24px; line-height: 28px}
.footer_links_xx{margin-left:80px;}
.footer_links_xx a{color:#666666; font-size: 16px; float: left; margin: 10px 40px 10px 0;}
.footer_links_xx a:hover{color:#0097da; font-weight: bold;}

/*底部*/
.footer{width:100%; height:auto;  background:#0058a2; overflow: hidden; padding: 60px 0 0; min-width:1200px;}
.footer_top{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.2); padding: 28px 0}
.footer_info_left{width:100%; overflow: hidden; text-align: right; margin:5px 0}
.footer_info_left p{color:#fff; line-height:26px; font-size: 14px; }
.footer_nav{width:72%; height: auto; float: left; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.footer_nav dl{width:auto; height: auto; float: left; text-align: center; margin-right:78px}
.footer_nav dl dt{width:auto; color:#fff; font-size: 18px; font-weight: bold; padding-bottom: 20px; border-bottom: 2px solid #fff;  
	margin: 0px auto 15px; display: table}
.footer_nav dl dd{width:100%; height: auto; overflow: hidden; }
.footer_nav dl dd a{color:#fff; font-size: 14px; display: block; line-height:30px;}
.footer_nav dl dd a:hover{color:#fff}
.footer_nav dl:last-child{margin-right: 0}
.footer_ma{float: right; width: 23%}
.footer_ma h4{color:#fff; font-size: 14px; text-align: right}
.footer_ma h5{ text-align: right; width: 100%}
.footer_ma h5 span{ background: url(../images/f_dhs.png) no-repeat left center; padding-left: 40px; color:#fff; font-size:24px;  font-weight: bold;}
.footer_ma dl{width:auto; height: auto; float: right; margin-top: 20px; }
.footer_ma dl dd{width:103px; height: auto; float: right}
.footer_ma dl dd img{width:100%; display: block}
.footer_ma dl dt{width:auto; height: auto; margin-top:20px; font-size: 14px; color: #fff; line-height: 30px; float: left; text-align: right; margin-right: 10px;}
.footer_center{width:100%; height: auto; overflow: hidden}
.f_copy{width:100%; height:80px; overflow: hidden; line-height:80px; border-top:1px solid rgba(255,255,255,0.2); margin-top: 50px}
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto; float: left}
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#009b48!important}
.footer_zhichi{width:372px; height:auto; float: right;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#999999; height: 100%; line-height:80px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:26px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:28px;}
.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;}



/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.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: -125px;
    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:#005bac;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; 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:480px; 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;}




/*about*/
.ny_banner{width: 100%; height: 250px; clear: both;}

#about {
    background: url(../images/about_banner.jpg) no-repeat top center;
}

#news {
    background: url(../images/news_banner.jpg) no-repeat top center;
}

#products {
    background: url(../images/pro_banner.jpg) no-repeat top center;
}

#service {
    background: url(../images/ser_banner.jpg) no-repeat top center;
}

#qualify {
    background: url(../images/qua_banner.jpg) no-repeat top center;
}


#video {
    background: url(../images/video_banner.jpg) no-repeat top center;
}



.pad40 {
    padding: 40px 0px;
}

.ny_l {
    width: 260px;
    float: left;
}

.sub {
    width: 100%;
    float: left;
}

.sub_t {
    width: 100%;
    height: 68px;
    color: #fff;
    background: url(../images/ny_t1.jpg) no-repeat center;
    clear: both
}

.sub_t h2 {
    font-size: 20px;
    padding-top: 10px;
    text-indent: 1em;
    line-height: 30px;
}

.sub_t p {
    font-family: Arial, Helvetica, sans-serif;
    text-indent: 1.4em;
}

.sub_d {
    width: 100%;
    border: #e8e8e8 1px solid;
    border-bottom: none;
    float: left
}

.sub_d li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-indent: 1.5em;
    border-bottom: #e8e8e8 1px solid;
    float: left
}

.sub_d li a {
    color: #252525;
    display: block;
    background: url(../images/sub.jpg) no-repeat right center;
}

.sub_d li a:hover, .sub_d li a.active {
    color: #0759a5;
    background: url(../images/sub_hover.jpg) no-repeat right center;
}

.ny_pro {
    width: 100%;
    margin-top: 15px;
    float: left;
}

.ny_pro h2 {
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-indent: 1em;
    background: url(../images/ny_t2.jpg) no-repeat top center;
    clear: both;
}

.ny_pro ul {
    width: 100%;
    border: #e8e8e8 1px solid;
    border-bottom: none;
    float: left
}

.ny_pro ul li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-indent: 1.5em;
    border-bottom: #e8e8e8 1px solid;
    float: left
}

.ny_pro ul li a {
    color: #252525;
    display: block;
    background: url(../images/sub.jpg) no-repeat right center;
}

.ny_pro ul li a:hover {
    color: #0759a5;
    background: url(/static/images/sub_hover.jpg) no-repeat right center;
}

.ny_con {
    width: 100%;
    margin-top: 15px;
    float: left;
}

.ny_con h2 {
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-indent: 1em;
    background: url(../images/ny_t2.jpg) no-repeat top center;
    clear: both;
}

.ny_con ul {
    width: 100%;
    border: #e8e8e8 1px solid;
    border-bottom: none;
	
}

.ny_con ul li {
    width: 100%;
    padding: 20px;
    border-bottom: #e8e8e8 1px solid;
  
}

.ny_con ul li img {
    float: left;
    padding-right: 15px; margin-top: 6px;
}

.ny_con ul li p {
    font-size: 12px; line-height:25px; color:#666
}

.ny_con ul li h3 {
    color: #0759a5;
    font-size: 24px;
}

.ny_con ul li a {
    background: #005bac;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    width: 92px;
    height: 30px;
    display: inline-block;
    margin-top: 2px;
    color: #fff;
}

.ny_ss {
    width: 100%;
    margin-top: 15px;
    float: left;
}
.wid2{background: #fafafa; border: #e6e6e6 1px solid; float:left; width:122px; height:34px; padding:0 10px;}



.ss_btn {
    width: 72px;
    height: 34px;
    line-height: 30px;
    color: #fff;
    border: none;
    float: left;
	background:#005bac; cursor:pointer
}



.ny_ss p {
    height: 74px;
    line-height: 26px;
    color: #999;
    overflow: hidden;
    clear: both
}

.ny_ss p a {
    color: #999;
    padding: 0px 3px;
}

.ny_ss p a:hover {
    color: #666;
}


.ny_rt {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background: #fafafa;
    border-bottom: #e8e8e8 1px solid;
    clear: both;
}

.ny_rt h3 {
    float: left;
    color: #0759a5;
    padding-left:20px;
}

.ny_rt span {
    float: right;
    
    padding-right: 30px;
    color: #999;
}

.ny_rt span a {
    color: #999;
}


.ny_rsearch{width:300px; height:40px; float:left; border-radius:8px;  border:1px solid #e8e8e8; margin-top:12px; margin-left:15px;}
.ny_rsearch input[type="text"]{width:238px; height:100%; float:left; background:none; border:0; float:left; padding:0 8px}
.r_submit{width:60px; height:100%; float:left; background:#0759a5; color:#fff; font-size:16px; border:0}
.ny_rd { width: 100%; padding: 30px 30px;  word-break: break-all; line-height: 30px; overflow:hidden}
.keyword_light img{max-width:100%}

/*honor*/
.honor {
    width: 100%;
    clear: both; overflow:hidden; margin-bottom:20px;
}

.honor li {
    width:218px;
    border: #e8e8e8 1px solid;
    padding: 2px;
    margin: 0px 5px 5px;
    float: left;
}

.honor_pic{width:100%; height:160px; display: flex; align-items: center; overflow:hidden}

.honor li img {  width: 100%; align-items: center; margin: 0px auto;  max-height:100%}

.honor li p {
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-top: 2px;
    background: #eee;
    color: #666;
    overflow: hidden;
    clear: both; text-overflow:ellipsis; white-space:nowrap; padding:0 10px;
}

.honor li:hover p {
    background: #0759a5;
    color: #fff;
}

/*news*/
.news_bds {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: #e5e5e5 1px dashed;
    float: left;
}

.news_bds img {
    width: 200px;
    height: 140px;
    padding: 5px;
    border: #e5e5e5 1px solid;
    margin-right: 20px;
    float: left;
}

.news_bds h3 {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.news_bds h3 a {
    color: #333;
}

.news_bds h3 a:hover {
    color: #0759a5;
}

.news_bds div {
    line-height: 24px;
    height: 72px;
    color: #999;
    overflow: hidden;
}

.news_bds p {
    font-size: 12px;
    color: #999;
}

.news_bds p a {
    width: 80px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    background: #d880bc;
    color: #fff;
}

.news_list {
    width: 100%;
    float: left;
}

.news_list ul{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}

.news_list li {
    width: 100%;
    padding: 15px 0px;
    border-bottom: #ccc 1px dashed;
    float: left;
}

.news_list li h4 {
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: block;
    color: #666;
    font-weight: normal;
    clear: both
}

.news_list li h4:hover {
    background: #0759a5;
}

.news_list li h4 a {
    color: #666;
    font-size: 14px;
    float: left
}

.news_list li h4 span {
    float: right;
    font-size: 12px;
}

.news_list li h4:hover a {
    color: #fff;
}

.news_list li h4:hover span {
    color: #fff;
}

.news_list li p {
    clear: both;
    line-height: 21px;
    font-size: 12px;
}

/*products*/
.pro_list {
    width: 100%;
    position: relative;
    overflow:hidden; 
	margin-bottom:40px;
}

.pro_list li {
    width:290px;
    height:222px;
    border: #e6e6e6 1px solid;
    margin: 0px 7px 5px;
    position: relative;
    overflow: hidden;
	 float:left;
}

.pro_list li img {
    width: 100%;
    height: auto;
    display: block; object-fit: cover; object-position: center center;
}

.pro_list li a {
    width: 100%;
    height:39px;
    padding: 0px 10px;
    background: url(../images/p_txt.png) repeat;
    left: 0px;
    color: #fff;
    position: absolute;
    bottom:0; transition: all 0.4s ease-in-out; overflow:hidden

}


.pro_list li a h4 {
    line-height: 30px;
    margin-top: 6px;
    font-weight: normal;
    overflow: hidden;
    font-weight: bold;
	
}

.pro_list li a p {
    line-height: 28px;
    color: #fff;
    float: left;
    font-size: 12px;
}

.pro_list li a span {
    float: right;
    font-size: 12px;
}


.pro_list li:hover a{height:100%;  padding:20px 10px;}


/*contact*/
.con_l {
    width: 550px;
    line-height: 26px;
    float: left;
}

.con_l h3 {
    line-height: 35px;
    clear: both
}

.con_r {
    float: right;
}

.con_r li {
    width: 130px;
    padding: 0px 10px;
    text-align: center;
    float: left;
}

.con_r li img {
    width: 130px;
    height: 130px;
    float: left;
}

.con_r li p {
    line-height: 30px;
    clear: both
}

.pos {
    width: 1110px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 0 auto;
    color: #999;
    text-align: right;
    clear: both
}

.pos a {
    color: #999;
}

.zz {
    margin-bottom: 30px;
}

.zz_table {
    text-align: center;
    border-top: #e5e5e5 1px solid;
    background: url(../images/table_bg.jpg) repeat;
    border-left: #e5e5e5 1px solid;
    font-size: 12px;
}

.zz h3 {
    background: #f7f7f7;
    text-align: center;
    line-height: 55px;
    border: #e5e5e5 1px solid;
    border-bottom: none;
    clear: both
}

.zz tr th {
    border-right: #e5e5e5 1px solid;
    height: 48px;
    font-weight: normal;
    line-height: 18px;
}

.zz tr td {
    border-right: #e5e5e5 1px solid;
    height: 48px;
}

.zz tr td a {
    color: #333;
}


#MiniBox {
    background-color: #d7ae87;
    border: medium none;
    bottom: 0;
    display: block;
    height: 245px;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 300px;
    z-index: 99999999;
}

#MiniBox .button {
    color: #fff;
    cursor: pointer;
    display: inline;
    float: right;
    font-size: 12px;
    line-height: 30px;
    padding-right: 10px;
    vertical-align: middle;
}

#MiniBox .BoxHeader {
    background-color: #0759a5;
    height: 30px;
}

#MiniBox .BoxHeader span {
    color: white;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 8px;
}

#MiniBox .BoxContent {
    clear: both;
    text-align: center;
}

#MiniBox .BoxContent a {
    color: #fff;
    text-decoration: none;
}
.clr {
    clear: both;
}

.w1110 {
    width: 1250px;
    margin: 0 auto;
    clear: both
}

.top_wrap {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #121212;
    clear: both
}

.top_l {
    float: left;
}

.top_r {
    float: right;
    position: relative;
    z-index: 999;
}

.top_r a {
    color: #fff;
    padding: 0px 10px;
}





/* .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:115px;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 #0c58a1;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:794px;   }
.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:105px;height: 100%;width: 1px;background: #0c58a1;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;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#333; margin: 40px 0; line-height:32px}
.ny_news_show p{font-size:16px; color:#333;  line-height:32px}
.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_ss {width: 100%; margin-top: 15px;}
.ny_ss p {height: 40px; line-height: 40px; color: #999; overflow: hidden; clear: both}
.ny_ss p a {color: #999; padding: 0px 3px;}
.ny_ss p a:hover {color: #666;}

.ny_rt_search{float:left; margin-left:2%}
.ny_rt_search .ss_in,.ny_rt_search .ss_btn{margin-top:17px;}
.ny_rt_search .ss_in{width:140px;}
.ny_rt_search .single-select .select-items{top:51px;}

.ny_r{width: 975px; border: #e8e8e8 1px solid; float: right;}
.rule-single-select {float: left; margin-left: 10px;}
.single-select {
	position: relative;
	z-index: 999;
	display: inline-block;
	width: 66px;
	vertical-align: middle;
	cursor: pointer;
	*float: left;
}

.single-select .boxwrap {
	display: inline-block;
	vertical-align: middle;
}

.single-select .select-tit {
	position: relative;
	display: block;
	width: 66px;
	height: 34px;
	border: #e6e6e6 1px solid;
	border-right: none;
	background: #fafafa url(../images/jt.jpg) no-repeat right center;
	text-indent: 1em;
	white-space: nowrap;
	line-height: 34px;
	word-break: break-all;
}

.single-select .select-tit span {
	float: left;
	display: inline-block;
	color: #574e4e;
	vertical-align: middle;
	font-size: 14px;
}

.single-select .select-items {
	position: absolute;
	top: 35px;
	left: 0;
	display: none;
 /* overflow:hidden; */
	width: 100%;
}

.single-select .select-items ul {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px 3%;
	width: 93.5%;
 /* min-width:200px; */
	border: 1px solid #dbdbdb;
	background: #fff;
}

.single-select .select-items ul li {
	display: block;
	padding: 3px 10px;
	color: #666;
	white-space: nowrap;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
}

.single-select .select-items ul li:hover {
	background: #0759a5;
	color: #fff;
}

.single-select .select-items ul li.selected {background: #0759a5; color: #FFF;}
.ss_in {
	float: left;
	height: 34px;
	border: #e6e6e6 1px solid;
	border-left: none;
	background: #fafafa;
	text-indent: 1em;
	line-height: 34px;
}

.wid1{width: 272px;}	
.ny_video{width:100%; height:auto; overflow:hidden}
.ny_video h3{width:100%; height:auto; margin-bottom:20px; font-size:18px; font-weight:bold; color:#0759a5}
.ny_video ul{border-bottom:1px solid #e8e8e8; padding-bottom:20px}


	
@media screen and (max-width:1500px){
	.w1440,.ban_links{width:1200px}
	.footer_nav dl{margin-right:50px; max-width:140px;}
	.index_video_all .swiper-slide a h5{background-size:90% auto}
	.index_product_bottom .hd{width:19%}
	.index_product_bottom .bd{width:81%}
	.index_video_all .swiper-slide a:hover h5{background-size:90% auto}
	.index_news_all{width:94%;}
	.header_dao{width:840px}
}





@media screen and (max-width:1280px){
	.w1440,.ban_links{width:1100px}
	.h_logo{width:205px;}
	.header_dao{width:808px;}
	.index_news_all{width:100%}
	.index_pro_pic{height:122px}
}


