@charset "utf-8";
/* CSS Document */
html{font-size: 100px}
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;border-collapse: collapse;}
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;}
.w1440{ width:1440px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container{width:1220px; margin: 0 auto}

*:focus {
  border: none;
  outline: none;
}




/* 导航栏 */

.header_nav{height:100px; width:100%; background: #fff; padding-left:12%; position: fixed; top:0; left:0; z-index:999; box-shadow:0 0 10px rgba(0,0,0,0.1)}
.h_logo{width:14.4%; height:100px; float: left; display: flex; align-items: center; border-right:1px solid rgba(255,255,255,0.3)}
.h_logo img{max-width:100%; height: auto; align-items: center; margin: 0px auto;}
.h_search{width:5.8%; height:100px; background:#001f6a url(../images/search.png) no-repeat center; float: right;}
.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: #001f6a; font-size:16px;}
.header_yuyan{float: right; background: #333333;  height: 100px; line-height: 100px; width: 14.4%; text-align: center;  display: -webkit-flex;
    display: flex;  -webkit-justify-content: center; justify-content: center;}
.header_yuyan a{color:#fff; font-size: 16px; float: left; opacity: 0.4}
.header_yuyan span{color:#fff; font-size: 16px; opacity: 0.2; float: left; margin: 0 15px}
.header_yuyan a:first-child{background: url(../images/zw_icon.png) no-repeat left center; padding-left:30px;}
.header_yuyan a:hover{opacity: 1}
.header_yuyan a.active{opacity: 1}



/*导航*/
#menu{width:60%; height: 100%;  float: right; margin-right:1%}
#menu .nav{ position:relative; z-index:1;   width:100%; height:100%; margin: 0px auto;}
#menu .nav .nLi{ float:left;  position:relative; display:inline; height:100%;  width:13.6%; }
#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:#000000;font-size:16px;   height:auto; margin-top: 18px; line-height:50px; display: block;  overflow: hidden; position: relative;}
#menu .nav .sub{ display:none; width:190px; left:50%; margin-left: -95px; top:100px;  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: 15px;  color:#333;}
#menu .nav .sub a:hover{ color:#001f6a;  }
.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{ border-bottom:4px solid #013c8a}
#fp-nav ul li, .fp-slidesNav ul li{width:10px; height:10px;  border-radius: 50%;  margin: 0 0 18px}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background: #b88644; width:7px; height:7px; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%,-50%); margin: 0}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{background:#b88644;  margin:0; width:11px; height:11px; }
#fp-nav.right{right:20px;}




/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; margin-top: 100px;}
.banner .swiper-container{width:100%; }
.banner .content_list_img{width:100%; height:auto; display: block }
.banner .content_list_img img{width:100%; display: block; height:auto;  object-fit: cover; object-position: center center;}
.banner .swiper-button-next,.banner .swiper-button-prev{width:65px; height: 65px; z-index: 1}
.banner .swiper-button-next{background: url(../images/ban_right.png) no-repeat center; right:3%}
.banner .swiper-button-prev{background: url(../images/ban_left.png) no-repeat center; left:3%}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{content: ""}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{content: ""}
.ban_info{width:1440px; height: 100px; position: absolute; bottom:50px; left:50%; transform: translate(-50%,0); background: #fff; z-index:1}
.ban_one{width:270px; height: 100%; float: left; background: url(../images/title.jpg) no-repeat center; text-align: center; line-height: 100px; font-size: 24px; font-weight: bold; color:#fff;}
.ban_info ul{margin-left: 270px;}
.ban_info ul li{width:25%; height: auto; line-height: 100px; float: left; position: relative; background: url(../images/ban_xs.png) no-repeat right center;  display:table-cell;  text-align:center; }
.ban_info ul li span{color:#333333; font-size: 18px; display:inline-block; vertical-align:middle;}
.ban_info ul li img{ display:inline-block; vertical-align:middle; margin-right:10px;}
.ban_info ul li:hover span{color:#001f6a; font-weight: bold;}


/*产品*/
.ny_product_show{margin-bottom:50px;}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px; margin-top:20px;}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden}
.proshow_xxk{color: #fff; font-size: 20px;font-weight: bold; border-left: 3px solid #287db9;width:100%; display:block; background: #323136;padding-left:20px; height:40px; line-height:40px;}
.proshow_xx{font-size:16px; color:#666; line-height:30px; margin-top:10px;}
.proshow_xx p{font-size:16px; color:#666; line-height:30px; margin-top:10px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #4cbcac; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.proshow_xx table{border-collapse: collapse;}
.ny_proshow_xx em{font-size:16px; color:#666; margin:20px 0 0; display:block}


/*其他列表*/
.ny_honor{width:100%; height: auto; overflow: hidden; margin-top: 40px; margin-bottom: 90px;}
.ny_honor ul{width:100%; height: auto; overflow: hidden; margin-bottom: 80px;  display: -webkit-flex;
    display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.ny_honor li{width:32.5%; height: auto; float: left; margin-bottom: 25px; margin-right: 1.2%; background: #f5f8fa}
.ny_honor li:nth-child(3n){margin-right: 0}
.ny_honor_pic{width:100%; height: auto; overflow: hidden}
.ny_honor_pic img{width:100%; display: block;   
transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor li h4{width:100%; height:68px; line-height:24px; text-align: center; font-size:15px; color: #333333; overflow:hidden; padding:10px 8px; 
display: flex; align-items: center; justify-content: center; text-transform:Capitalize}
.ny_honor li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_honor li:hover h4{color:#fff; background:#146330}
.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: "";}


/*关于我们*/
.index_about{width:100%; height: 792px; overflow: hidden; background: url(../images/about_img.png) no-repeat center; padding-top: 75px}
.index_about_left{width:57%; height: auto; float: left}
.in_about_title{width:100%; height: auto; overflow: hidden; line-height: 70px; background: url(../images/hhx.png) no-repeat bottom}
.in_about_title h4{color:#000000; font-size: 40px; font-weight: bold; float: left; }
.in_about_title a{float: right; color:#999999; font-size: 16px; opacity: 0.5}
.in_about_title a:hover{color:#063bbc; opacity:1}
.index_about_left h5{color:#063bbc; font-size: 20px; font-weight: bold; margin-top: 10px;}
.in_abxx{width:100%; height: auto; overflow: hidden; display: block; font-size: 16px; color:#555555; line-height: 30px; margin: 52px 0}
.in_about_num{width:100%; height: auto; margin-bottom: 80px; overflow: hidden; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; 
	justify-content: space-between;}
.in_about_num dl{width:auto; float: left}
.in_about_num dl dt{color:#063bbc; font-size: 16px;}
.in_about_num dl dt span{color:#063bbc; font-size: 40px; font-weight: bold;}
.in_about_num dl dd{color:#063bbc; font-size: 18px;}
.index_about_right{width:498px; height: auto; float: right; position: relative}
.index_about_right img{width:100%; display: block}
.in_video{width:188px; height: 64px; line-height:64px; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); background: rgba(6,59,188,0.8) url(../images/v_icon.png) no-repeat 6px center; border-radius: 30px; padding-left:68px;}
.in_video span{color:#fff; font-size: 18px;}
.in_video:hover span{font-weight: bold;}



/*工艺*/
.index_product{width:100%; height: auto; overflow: hidden; position: relative; margin-top: -130px}
.index_product_xx{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.index_product_xx h3{color:#063bbc; font-size: 36px; font-weight: bold; text-align: center}
.index_product_info{width:100%; text-align: center; position: relative; margin-top: 18px;}
.index_product_info img{width:864px; height: auto; margin: 0px auto;}
.index_pro1{position: absolute; left:0; top:18px}
.index_pro2{position: absolute; right:0; top:18px}
.index_pro1 a{width:100%; display: block; text-align:left}
.index_pro1 a h4{color:#000000; font-size: 30px; font-weight: bold;}
.index_pro1 a h5{color:#063bbc; font-size: 18px; margin-top:20px; margin-bottom: 5px;}
.index_pro1 a p{color:#000000; font-size: 18px; }
.index_pro2 a{width:100%; display: block; text-align:right}
.index_pro2 a h4{color:#000000; font-size: 30px; font-weight: bold;}
.index_pro2 a h5{color:#063bbc; font-size: 18px; margin-top:20px; margin-bottom: 5px;}
.index_pro2 a p{color:#000000; font-size: 18px; }
.index_ghuige{background: #fff; border-radius:30px; text-align: center; line-height: 54px; font-size: 20px; color: #333333;  padding: 0 20px;  position: absolute; bottom:35px; left:50%; margin-left:-85px }
.index_ghuige span{color:#063bbc; font-size: 24px; font-weight: bold; margin-left: 20px}
.index_product_bottom{width:100%; height: auto; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat top center; margin-top:58px }



/*工艺*/
.index_gongyi{width:100%; height: auto; overflow: hidden; background: url(../images/gongyi_bjs.jpg) no-repeat center; background-size: cover; padding:42px 0}
.index_gongyi_top{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.1); line-height: 60px;}
.index_gongyi_top h5{color:#fff; font-size: 40px; font-weight: bold; float: left; border-bottom: 1px solid #001f6a}
.index_gongyi_top a{float: right; color:#fff; font-size: 16px; opacity: 0.5}
.index_gongyi_top a:hover{opacity: 1}
.index_gongyi h6{color:#fff; font-size: 20px; font-weight: bold; margin-top: 15px;}
.index_gongyi_xx{width:100%; height: auto; overflow: hidden; text-align: center; margin:64px 0}
.index_gongyi_xx p{font-size:28px; line-height: 44px; text-align: center; color:#fff; font-weight: 100}
.index_gongyi_all{width:100%; height: auto; overflow: hidden;}
.index_gongyi_all .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block}
.in_yongyi_img{width:100%; height: auto;  overflow: hidden}
.in_yongyi_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_gongyi_all .swiper-slide a h4{width:100%; height:30px; line-height: 30px; color: #fff; font-size:16px;   text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 10px; }
.index_gongyi_all .swiper-container{padding-bottom: 50px;}
.index_gongyi_all .swiper-pagination-bullet{opacity: 0.5; background: #fff}
.index_gongyi_all .swiper-pagination-bullet-active{opacity: 1; width:30px; border-radius: 8px; background: #fff}
.index_gongyi_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_news{width:100%; height: auto; overflow:hidden; background: url(../images/news_bjs.jpg) no-repeat center; background-size: cover; padding: 72px 0 60px}
.index_news_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_news_title h4{color:#000000; font-size: 40px; font-weight: bold}
.index_news_title h5{color:#333333; font-size:20px;}
.index_news_title img{display: block; margin:12px auto}
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin:50px 0 }
.index_news_left{width:49.8%; height: auto; float: left}
.index_news_left li{width:100%; height: auto; overflow: hidden; background: #ffff; border-radius: 8px; margin-bottom: 16px;}
.index_news_left li a{width:100%; height: auto; display: block}
.news_left_img{width:410px; height: auto; overflow: hidden; float: left}
.news_left_img img{width:100%; display: block; border-radius:12px 0 0 12px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.news_left_xx{margin-left: 430px;; padding:25px 20px 20px 0}
.news_left_xx h3{width:100%; height: 40px; line-height: 40px; color: #000000; font-size: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_left_xx p{width:100%; height: 60px; line-height:30px; color: #777777; font-size:16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin: 24px 0 56px;}
.news_left_xx span{color:#777777; font-size: 14px; background: url(../images/time.png) no-repeat left center; padding-left:20px;}
.index_news_right{width:49.1%; height: auto; float: right}
.index_news_right li{width:49%; height: 260px; overflow: hidden; float: left; background: #fff; border-radius: 8px; padding:25px 20px;  margin-bottom: 16px; }
.index_news_right li:nth-child(2n){float:right}
.index_news_right li h3{width:100%; height: 40px; line-height: 40px; color: #000000; font-size: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_right li p{width:100%; height: 60px; line-height:30px; color: #777777; font-size:16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin: 24px 0 56px;}
.index_news_right li span{color:#777777; font-size: 14px; background: url(../images/time.png) no-repeat left center; padding-left:20px;}
.in_new_more{width:174px; height:54px; background: #001f6a; border-radius: 30px; text-align: center; line-height: 54px; color: #fff; font-size: 16px;
	display: block; margin: 0px auto;}
.in_new_more:hover{background: #fff; color:#001f6a; box-shadow: 0 0 8px rgba(0,0,0,0.2)}


.index_news_right li:hover h3{color:#001f6a; font-weight: bold;}
.index_news_left 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 li:hover .news_left_xx h3{color:#001f6a; font-weight: bold;}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden;  position: relative; background: #333333; }
.footer_nav{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.1); padding:28px 0; text-align: center}
.footer_nav a{color:#fff; font-size: 16px; position:relative; text-align: center; width:13.6%; float: left;}
.footer_nav a:after{content: "|"; color:#ffffff; font-size: 16px; position: absolute; top:0; right:0; }
.footer_nav a:last-child:after{content: ""}
.footer_nav a:hover{font-weight: bold;}
.footer_center{width:100%; height: auto; overflow: hidden; margin-top: 10px;}
.footer_center a{width:auto; display: table; margin:10px auto 5px;}
.footer_center h4{color:#72aaff; font-size: 16px; text-align: center}
.footer_xx{width:100%; text-align: center; margin: 40px 0 30px}
.footer_xx p{color:#ffffff; font-size: 16px; line-height: 30px;}
.footer_bottom{width:auto; height: auto; overflow: hidden; display: table; margin:20px auto;}
.copy_l{width:auto; height: auto; overflow: hidden; font-size: 14px; color: #999999; line-height: 40px; float: left}
.copy_l a{color:#999999; font-size: 14px;}
.copy_l a:hover{color:#002ca7!important}
.footer_zhichi{width:auto; height:auto; float: left; margin-left:40px; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px; color:#999999; font-size: 14px; }
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .js{width:82px;height:40px; background: url(../images/wl.png) no-repeat center; }
.footer_zhichi .pt{width:121px;height:40px; background: url(../images/vl.png) no-repeat center; }
.footer_zhichi span{float: left; font-size: 14px; color: #999999; line-height:40px;}
.footer_zhichi i{ float: left;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat center}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat center}





/*内页banenr*/
.ny_banner{width:100%; height: 255px; overflow: hidden; position: relative; margin-top:100px;}

.about_ban{background: url(../images/about_ban.jpg) no-repeat center; }
.news_ban{background: url(../images/news_ban.jpg) no-repeat center; }
.conatct_ban{background: url(../images/contact_ban.jpg) no-repeat center; }
.hzhb_ban{background: url(../images/hzhb_ban.jpg) no-repeat center; }
.products_ban{background: url(../images/products_ban.jpg) no-repeat center; }
.hbcp_ban{background: url(../images/hbcp_ban.jpg) no-repeat center; }

.ny_banner_post{width:1220px; position: absolute; bottom:85px; left:50%; margin-left: -610px; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.ny_banner_post h4{color:#fff; font-size: 38px; font-weight: bold;}
.ny_banner_post hr{width:70%; height:1px; background:rgba(255,255,255,0.2); float: left; margin-top:25px}
.ny_banner_post span{color:#fff; float: right; background: url(../images/hh_jts.png) no-repeat right center; font-size: 22px; line-height: 50px;
	padding-right: 30px;}
.ny_nav{width:100%; height: auto; overflow: hidden; margin-top: 50px; margin-bottom: 55px;}
.ny_nav .container{ border-bottom: 1px solid rgba(42,153,222,0.15); overflow: hidden;}
.ny_nav a{color:#999999; font-size: 18px; float: left;position: relative; padding-right: 52px; margin-right: 52px; display:block;}
.ny_nav a:after{content: "/"; position: absolute; top:0; right:0; color:#999999; font-size: 18px;}
.ny_nav a span{color:#999999; font-size: 18px; display: block; position: relative; padding-bottom: 16px;}
.ny_nav a span:before{content: ""; width: 0; height: 3px; background: #3388da; position: absolute; bottom:0; left:50%; margin-left:-22px; }
.ny_nav a.active span:before{width:44px;}
.ny_nav a.active span{color:#333333; font-size: 18px;}
.ny_nav a.active:after{color:#333}
.ny_nav a.active{font-weight: bold;}
.ny_title{width:100%; height: auto; overflow: hidden}
.ny_title_top{width:100%; height: auto; overflow: hidden}
.ny_title_top h5{color:#ecf0f4; font-size: 70px; font-weight: bold; font-style: italic; text-transform: uppercase}
.ny_title_top h4{color:#333333; font-size:36px; font-weight: bold; margin-top: -42px;}
.ny_title h6{color:#222222; font-size: 36px; font-weight: bold; margin-top:50px}
.ny_title hr{width:60px; height:3px; background: #24a6e1; margin-top: 30px; display: block}



/*新闻内页*/
.ny_news{width:100%; height: auto; overflow: hidden; margin-top: 70px;}
.ny_news ul{width:100%; height: auto; overflow: hidden; margin-bottom:50px; padding: 10px 0}
.ny_news ul li{width:100%; height: auto; overflow: hidden; position: relative; padding: 30px 0; margin-bottom: 40px}
.ny_news ul li:after{content: ""; width: 80%; height:97%; background: #f6f9fb; box-shadow:0 0 10px rgba(0,39,56,0.1); border-radius: 10px; 
	position: absolute; top:5px; right:5px; opacity: 0}
.ny_news ul li a{width:100%; height: auto; display: block; position: relative; z-index: 9}
.ny_news_time{width:100px; height: auto; float: left; margin-top: 98px;}
.ny_news_time p{color:#222222; font-size: 28px; font-weight: bold;}
.ny_news_time span{color:#222222; font-size:16px; }
.ny_news_pic{width:32%; height: auto; float: left; overflow: hidden; border-radius:8px;}
.ny_news_pic img{width:100%; border-radius: 8px;   transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_xx{width:50%; height: auto; float: left; margin-left: 6%; margin-top: 35px}
.ny_news_xx h3{width:100%; height: 30px; line-height: 30px; color: #222222; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news_xx p{width:100%; height:56px; line-height:28px; color: #999999; font-size: 14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin: 15px 0 35px}
.ny_news_xx span{color:#999999; font-size: 14px;}
.ny_news ul li:hover:after{opacity: 1}
.ny_news ul li:hover .ny_news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_news ul li:hover span{color:#24a6e1}
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 110px; margin-bottom: 98px}
.ny_news_infoleft{width:73%; height: auto; float: left}
.news_infoleft_title{width:100%; height: auto; overflow: hidden; text-align: center}
.news_infoleft_title h3{width:100%; height: auto; overflow: hidden; font-size: 24px; font-weight: bold; margin-bottom: 10px;}
.info_time{width:100%; height: auto; overflow: hidden; color:#999999; font-size: 14px; margin-top: 20px; font-size: 14px; color: #999999}
.info_time span{color:#999999; font-size: 14px; margin: 0 20px}
.news_infoleft_xx{width:100%; height: auto; overflow: hidden; background: #fafcfd; padding: 65px; box-shadow: 0 0 8px rgba(0,39,56,0.2); border-radius: 8px; margin-top: 30px;}
.news_infoleft_info{width:100%; height: auto; overflow: hidden; color:#666666; font-size: 16px; line-height: 30px;}
.news_infoleft_info p{ color:#666666; font-size: 16px; line-height: 30px;}
.news_infoleft_info img{max-width: 100%}
.news_infoleft_btn{width:100%; height: auto; overflow: hidden; border-top:1px solid rgba(36,166,225,0.8); padding-top:50px; margin-top: 150px}
.news_infoleft_btn div{line-height: 55px; font-size: 14px; color:#999999; border-radius: 35px; width:48%; height: 55px; }
.news_infoleft_prev{float: left; text-align:left }
.news_infoleft_next{ float: right; text-align:right }
.news_infoleft_btn div a{font-size: 14px; color:#999999; width:100%; height:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap }
.news_infoleft_btn a:hover{ color:#3388da}
.ny_news_liebiao{width:100%; height: auto; overflow: hidden; text-align: center; margin-top: 72px; background: url(../images/hh_xs.png) no-repeat center}
.ny_news_liebiao a{color:#333333; font-size: 18px; background: url(../images/fan.png) no-repeat left center; padding-left: 40px;}
.ny_news_inforight{width:23%; height: auto; float: right}
.ny_news_hot{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dfdfdf; padding-bottom: 32px; margin-bottom: 65px}
.ny_news_hot h4{color:#000000; font-size: 26px; font-weight: bold; margin-bottom: 8px;}
.ny_news_hot h5{color:#999999; font-size: 14px; text-transform: uppercase}
.ny_news_inforight ul{width:100%; height: auto; overflow: hidden}
.ny_news_inforight ul li{width:100%; height: auto; overflow: hidden; margin-bottom: 45px;}
.ny_news_inforight ul li h4{width:100%; height:56px; line-height: 28px; color:#333333; font-size: 16px; font-weight: bold;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;  -webkit-box-orient:vertical; overflow:hidden;}
.ny_news_inforight ul li h5{color:#999999; font-size: 16px; margin: 15px 0}
.ny_news_inforight ul li h5 span{color:#333333; font-size: 16px;}
.ny_news_inforight ul li hr{width:41px; height: 1px; background: #dfdfdf; display: block; margin-top: 48px}
.ny_news_liebiao a:hover{background: url(../images/fan_h.png) no-repeat left center; color:#3388da}
.ny_news_inforight ul li:hover h4{color:#3388da}


/*联系我们*/
.ny_conatct{width:100%; height: auto; overflow: hidden; margin-top: 90px; margin-bottom:116px;}
.ny_conatct_left{width:55%; height: auto; float: left; background: #fafcfd; padding: 50px;}
.ny_conatct_left .conatct_left_title{margin-bottom: 48px;}
.ny_conatct_left dl{width:100%; height: 50px; margin-bottom: 20px;}
.ny_conatct_left dl dt{width:48.5%; height: 100%; float: left; position: relative; border: 1px solid #eeeeee}
.ny_conatct_left dl dd{width:48.5%; height: 100%; float: right; position: relative; border:1px solid #eeeeee}
.ny_conatct_left dl input[type="text"]{width:100%; height: 100%; font-size:14px; color: #999999; border: 0; background:none; padding: 0 10px}
.ny_conatct_left textarea{width:100%; height: 186px; border: 1px solid #eeeeee; resize: none; font-size:14px; color: #999999; background: none; padding: 10px; margin-bottom: 20px; }
.mes_form_p{width:60%; height: 50px; float: left}
.mes_form_p p{width:48%; height: 100%; float: left; border: 1px solid #eeeeee; position:relative}
.mes_form_p p input[type="text"]{width:100%; border: 0; height: 100%;  font-size:14px; color: #999999; padding: 0 10px;}
.mes_form_p a{color:#333; font-size: 16px; line-height: 50px;}
.btn_submit{width:175px; height: 50px; float: right; text-align: center; font-size: 16px; color: #fff; font-weight: bold; border: 0; background:#001f6a}
.btn_submit:hover{background:#3388da; cursor:pointer}

.ny_conatct_right{width:40%; height: auto; float: right; padding-top:60px;}
.conatct_left_title{width:100%; height: auto; overflow: hidden}
.conatct_left_title h4{color:#222222; font-size: 24px; margin-bottom: 10px;}
.conatct_left_title h5{color:#999999; font-size: 16px;}
.conatct_rightxx{width:100%; height: auto; overflow: hidden; margin: 32px 0}
.conatct_rightxx p{color:#333333; font-size: 16px; line-height: 30px;}
.conatct_rightma{width:100%; height: auto; overflow: hidden}
.conatct_rightma dl{width:36%; height: auto; float: left; margin-right: 8%}
.conatct_rightma dl dt{width:100%; overflow: hidden}
.conatct_rightma dl dt img{width:100%; display: block}
.conatct_rightma dl dd{width:100%; color: #333333; font-size: 14px;  margin-top: 10px; text-align: center; margin-top: 20px;}


/*关于我们*/
.ny_about{width:100%; height: auto; overflow: hidden; margin-top:30px; margin-bottom:116px;}
.ny_about p{color:#666666; font-size: 16px; line-height: 36px;}
.ny_about img{max-width: 100%}


/*荣誉资质*/
.ny_honor{width:100%; height: auto; overflow: hidden; margin-top: 40px; margin-bottom: 90px;}
.ny_honor ul{width:100%; height: auto; overflow: hidden; margin-bottom: 80px;}
.ny_honor li{width:32.5%; height: auto; float: left; margin-bottom: 25px; margin-right: 1.2%; background: #f5f8fa}
.ny_honor li:nth-child(3n){margin-right: 0}
.ny_honor_pic{width:100%; height: auto; overflow: hidden}
.ny_honor_pic img{width:100%; display: block;   
transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor li h4{width:100%; height: 78px; line-height: 78px; text-align: center; font-size:20px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_honor li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_honor li:hover h4{color:#fff; background:#001f6a}





/*客服*/
.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: -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:#001f6a;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    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: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:340px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}




@media screen and (max-width:1680px){
	.header_nav{padding-left:6%}
}




@media screen and (max-width:1500px){
	.w1440,.ban_info{width:1200px;}
	#menu{width:56%}
	
}


@media screen and (max-width:1300px){
	.header_nav{padding-left:2%}
}


