@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "HYChangYiTiJ"; /* 定义字体名 */
    src: url("/css/font/HYChangYiTiJ.ttf"); /* 引入本体字体文件 */
}

@font-face {
    font-family: "HYZongYiTiJ"; /* 定义字体名 */
    src: url("/css/font/HYZongYiTiJ.ttf"); /* 引入本体字体文件 */
}

@font-face {
    font-family: "SentyTEA"; /* 定义字体名 */
    src: url("/css/font/SentyTEA.ttf"); /* 引入本体字体文件 */
}
html{font-size: 100px}
*{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;}
.w80{ width:88.4%; margin: 0 auto; max-width: 1680px; min-width: 1200px}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container{width:1200px; margin: 0 auto}
iframe{width:100%; border:0}
*:focus {
  border: none;
  outline: none;
}
table{border-collapse: collapse;}



/* 导航栏 */
.header_nav{height:100px; width:100%; background: #fff; z-index: 9;  position: relative; }
.h_logo{width:12.6%; height:100px; float: left; display: flex; align-items: center;}
.h_logo img{max-width:100%; height: auto; align-items: center; margin: 0px auto;}
.header_nav h4{color:#000; font-size: 14px; opacity: 0.7; float: left; margin-top:61px; margin-left:1%;}
.jd_icon{float: left; margin:62px 1% 0}
.tm_icon{float: left; margin-top: 62px;}
.h_yuyan{float: right; border-left:1px solid #e5e5e5; position: relative; height: 100px; padding-left: 20px;}
.h_yuyan p{color:#333333; font-size: 18px; background: url(../images/yy_jts.png) no-repeat right center; padding-right:30px; line-height: 100px;}
.h_yingwen{width:100%; height: auto; overflow: hidden; position: absolute; top:100px; left:0; text-align: center; background: #fff; padding:10px 0; 
	display: none;}
.h_yingwen a{width:100%; font-size: 16px; color:#333}
.h_yingwen a:hover{color:#01aae7;}
.h_yuyan:hover .h_yingwen{display: block}



/*导航*/
#menu{width:52%; height:100px;  float:right; margin-right:2.5%}
#menu .nav{ position:relative; z-index:1;   width:100%; height:auto; margin: 0px auto;}
#menu .nav .nLi{ float:left;  position:relative; display:inline; height:100%; line-height:100px; width:14.2%;}
#menu .nav .nLi:last-child{margin-right: 0}
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative; height:100%; display: table; margin: 0px auto;}
#menu .nav .nLi p a{color:#4d4d4d;font-size:16px; height:100%; overflow: hidden; position: relative; }
#menu .nav .sub{ display:none; width:140px; left:50%; margin-left: -70px; 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:#003f98;  }
.nLi > p > span{display: block; width: 120px; text-align: center; position: absolute; top: 21px;font-size: 12px;font-weight: normal; color: #fff; }
#menu .nav .active p a,#menu .nav .nLi:hover p a{color:#003f98}
#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 { overflow: hidden; position: relative; }
.banner .swiper-slide { overflow: hidden; }
.banner .imgBox { padding-top: 160.549%; position: relative; }
.banner .imgBox img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }
.banner .imgBox video {position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;object-fit: cover;}
.banner .bannerText { position: absolute; left: 0px; width: 100%; bottom:25% }
.banner .more { position: absolute; left: 0px; bottom: 40px; width: 100%; z-index: 60; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); opacity: 0; visibility: hidden; -webkit-transition: all .8s ease; transition: all .8s ease; -webkit-transition-delay: 1s; transition-delay: 1s; }
.banner .cur .more { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); opacity: 1; visibility: visible; }
.banner .pageBtnBox { position: absolute; left:50%; bottom:16%; transform: translate(-50%,0); -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; z-index: 20; }
.banner .pageBtnBox .bannerPage { width: auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.banner .pageBtnBox .bannerPage span { width:30px; height:2px; background: #fff; margin: 0px 4px; -webkit-border-radius: 0px; border-radius: 0px; opacity: 0.5; transition: all .6s ease; }
.banner .pageBtnBox .bannerPage span.swiper-pagination-bullet-active {width:40px; opacity: 1; }
.banner_info h3{font-size: 46px; color: #fff; font-family: "宋体"; text-align:center; border-bottom:1px solid #fff; display:table; margin:0px auto 10px;}
.ban_video{color:#ffffff; font-size: 24px;  background: url(../images/v_icon.png) no-repeat right center; padding-right: 60px; line-height:50px; display: table; margin: 0px auto 30px}


@media (min-width: 1200px){
.banner .imgBox {
    padding-top: 50.549%;
}

}




/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.9); z-index:888; display:none}
.video_xx{width:100%; height:100vh; position:fixed; top:0; left:0;z-index:999}
.close{width:auto; height:40px; position: fixed; top:10px; right:10px; z-index: 999}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:auto;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}
.video-box video{width:100%;}




/*维维品牌*/
.index_wwpp{width:100%; height: auto; overflow: hidden; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap;  flex-wrap: wrap;}
.index_wwpp_xx{width:50%; height: auto; float:left; padding:30px 5% 30px 6%; display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;}
.index_wwpp_xx a{width:100%; display: block}
.index_wwpp_xx a h4{color:#000000; font-size: 46px; font-weight: bold; font-family: "宋体"; margin-bottom: 32px}
.index_wwpp_xx a h5{color:#000000; font-size: 46px; font-family: "宋体"}
.index_wwpp_xx p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #444444; line-height: 30px; margin:.8rem 0 .6rem }
.index_wwpp_xx span{width:190px; height: 66px; border: 1px solid #bfbfbf; display: block; text-align: center; line-height: 64px; color: #000; 
	font-size: 18px; opacity: 0.5}
.index_wwpp_xx span:hover{background: #01aae7; color:#fff}




/*产品*/
.index_products{width:100%; height: auto; overflow: hidden; background: url(../images/products_bjs.jpg) no-repeat center; background-size: cover; 
	padding: 96px 0}
.index_products_title{width:100%; height: auto; overflow: hidden}
.index_products_title h4{color:#000000; font-size: 46px; font-family: "宋体"; font-weight: bold; margin-bottom: 10px;}
.index_products_title h5{color:#000000; font-size: 46px; font-family: "宋体"}
.index_products_nav{width:100%; height: auto; overflow: hidden; margin: 60px 0 40px }
.index_products_nav a{color:#000000; font-size: 24px; border-bottom: 1px solid #e2e2e2; font-family: "宋体"; font-weight: bold; margin-right:3.5%; 
	line-height:60px; float: left}
.index_products_nav a.active{color:#01aae7; border-bottom: 1px solid #01aae7;}
.index_products_swiper{width:100%; height: auto; overflow: hidden}
.index_products_li{width:100%; height: auto; overflow: hidden; display: none}
.index_products_li .swiper-slide a{width:100%; height: auto; display: block; background: #fff; padding: 15px}
.index_pro_img{width:100%; height: auto; overflow: hidden}
.index_pro_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_products_li .swiper-slide a h4{color:#000000; font-size: 18px; text-align: center; width: 100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_products_li.act{display: block}
.index_products_li .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_case{width:100%; height: auto; overflow:hidden; position: relative}
.index_case_biaoti{width:100%; height: auto; position: absolute; top:34%; left:0; text-align: center; z-index: 9}
.index_case_biaoti h4{color:#fff; font-size:46px; font-family: "宋体"; font-weight: bold; margin-bottom: 20px;}
.index_case_biaoti p{color:#fff; font-size:46px; font-family: "宋体"}
.index_case .mySwiper2{width:100%; height: auto; overflow: hidden}
.in_case_pic{width:100%; height:auto; position:relative; display:block}
.in_case_pic:after{content:""; width:100%; height:100%; background:rgba(0,0,0,0.3); position:absolute; top:0; left:0}
.index_case .mySwiper2 img{width:100%; display: block; }
.index_case .mySwiper{width:100%; position: absolute; bottom:0; left:0; height: 90px; z-index: 2}
.index_case_title{width:100%; height: auto; overflow: hidden; text-align: center; font-size:26px; color: #fff; font-family: "宋体"; line-height: 90px; display:block}
.index_case .swiper-slide-active{}
.index_case .swiper-slide-active .index_case_title{font-size: 36px; position: relative; z-index: 9}
.index_case_btn{width:36%; height: 90px; position: absolute; bottom:0; left:50%; margin-left: -18%; z-index: 1; background-image: linear-gradient(to right,rgba(9,49,216,0.8) , rgba(1,170,231,0.8)); 
	background-image: -webkit-gradient(to right, rgba(9,49,216,0.8) , rgba(1,170,231,0.8)); 
	background-image: -webkit-radial-gradient(to right, rgba(9,49,216,0.8) , rgba(1,170,231,0.8)); }
.index_case .swiper-button-next,.index_case .swiper-button-prev{width:36px; height: 37px;}
.index_case .swiper-button-next{background: url(../images/c_right.png) no-repeat center; right:34%;}
.index_case .swiper-button-prev{background: url(../images/c_left.png) no-repeat center; left:34%;}




/*健康维维*/
.index_jiankang{width:100%; height: auto; overflow: hidden; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap}
.index_jiankang_left{width:50%; height: auto; float: left}
.index_jiankang_left img{width:100%; display: block; height:100%; object-fit: cover; object-position: center center; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.index_jiankang_left:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_jiankang_xx{width:50%; height: auto; float:left; padding:0 8% 0 3.5%; display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;}
.index_jiankang_xx a{width:100%; display: block}
.index_jiankang_xx a h4{color:#000000; font-size: 46px; font-weight: bold; font-family: "宋体"; margin-bottom: 32px}
.index_jiankang_xx a h5{color:#000000; font-size: 46px; font-family: "宋体"}
.index_jiankang_xx p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #444444; line-height: 30px; margin:.8rem 0 .6rem }
.index_jiankang_xx span{width:190px; height: 66px; border: 1px solid #bfbfbf; display: block; text-align: center; line-height: 64px; color: #000; 
	font-size: 18px; opacity: 0.5}
.index_jiankang_xx span:hover{background: #01aae7; color:#fff}




/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-top:1.22rem; margin-bottom:1.28rem}
.index_news_top{width:100%; height: auto; overflow: hidden}
.index_new_title{width:23%; height: auto; float: left}
.index_new_title h4{color:#000000; font-size: 46px; font-family: "宋体"; font-weight: bold;}
.index_new_title h5{text-align: right; margin-top: 105px;}
.index_new_title h5 a{color:#555555; font-size: 16px; background: url(../images/news_icon.jpg) no-repeat right center;  padding:20px 85px 20px 0}
.index_new_title h5 a:hover{padding:20px 95px 20px 0; color:#01aae7}
.news_top_right{width:74.5%; height: auto; float: right}
.news_top_pic{width:374px; float: left; overflow: hidden}
.news_top_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_top_xx{margin-left:420px; height: 266px; border-bottom: 3px solid #e6e6e6}
.news_top_xx span{color:#777777; font-size: 14px; display: block}
.news_top_xx h3{width:100%; height: 35px; line-height: 35px; color: #000000; font-size: 18px; font-weight: bold;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 25px 0 35px}
.news_top_xx p{width:100%; height:90px; line-height: 30px; color: #777777; font-size: 15px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; }
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin-top: 60px;}
.index_news_bottom ul{width:100%; height: auto; overflow: hidden}
.index_news_bottom ul li{width:23%; height: auto; float: left; margin-right: 2.6%; border-bottom: 3px solid #e6e6e6; padding-bottom: 82px}
.index_news_bottom ul li:nth-child(4n){margin-right: 0}
.index_news_bottom ul li span{color:#777777; font-size: 14px; display: block}
.index_news_bottom ul li h3{width:100%; height: 35px; line-height: 35px; color: #000000; font-size: 18px; font-weight: bold;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 25px 0 35px}
.index_news_bottom ul li p{width:100%; height:90px; line-height: 30px; color: #777777; font-size: 15px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.index_news_bottom ul li:hover span{color:#01aae7}
.index_news_bottom ul li:hover{border-bottom: 3px solid #cceefa; }
.news_top_right:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.news_top_right:hover span{color:#01aae7}
.news_top_right:hover .news_top_xx{border-bottom: 3px solid #cceefa; }




/*底部*/
.footer_img{width:100%}
.footer_img img{width:100%; display: block}
.footer{width:100%; height:auto; overflow: hidden;  position: relative;  background:url(../images/footer_bjs.jpg) no-repeat center; background-size: cover; padding:50px 0 60px;}
.footer_left{width:62%; height:auto; float: left; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; margin-left:4%}
.footer_left dl{float:left; width:auto;  }
.footer_left dl dt{color:#000000; font-size:18px; margin-bottom:20px;}
.footer_left dl dd{width:100%;}
.footer_left dl dd a{width:100%; color:#555555; font-size: 15px; display: block; margin-bottom:10px;}
.footer_left dl dd a:hover{color:#01aae7}
.footer_right{width:22%; float: right;}
.footer_right h4{color:#000000; font-size: 18px; margin-bottom: 20px;}
.footer_right dl{width:45%; height: auto; float: left}
.footer_right dl dt{width:100%; overflow: hidden}
.footer_right dl dt img{width:100%; display: block}
.footer_right dl dd{width:100%; color:#555555; font-size: 16px; margin-top: 10px; text-align: center}
.footer_right dl:last-child{float: right}
.footer_bottom{width:100%;height: auto; overflow: hidden; padding: 10px 0; background: #333333}
.footer_tab{width:auto; display: table; margin: 0px auto; display: flex; display: -webkit-flex;  -webkit-justify-content:center; justify-content: center; }
.copy_l{width:auto; height: auto; overflow: hidden; font-size: 14px; color: #777777; line-height: 40px; float: left}
.copy_l a{color:#777777; font-size: 14px;}
.copy_l a:hover{color:#fff!important}
.footer_zhichi{width:auto; height:auto; float: right; overflow: hidden; margin-left:40px; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px; color:#777777; 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: #777777; 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}
.footer_lianjie{margin-left:2%}
.footer_lianjie a,.footer_lianjie span{color:#777777; font-size: 14px; line-height:40px;}


/*内页*/
.ny_banner{ width:100%;  position:relative;  height:auto;clear: left; position: relative}
.ny_banner img{width:100%; display: block}
.ny_banner_info{width:1200px; height:auto; position: absolute; top:50%; left:50%;  text-align: center; z-index:1; transform: translate(-50%,-50%);}
.ny_banner_info h4{font-size: .7rem; color: #fff; margin-bottom: 20px; font-family: "宋体"}
.ny_banner_info p{color:#fff; font-size:.44rem; font-family: "宋体"}
.ny_all{width:100%; height: auto; overflow: hidden; margin-top:1.4rem; margin-bottom: 1.1rem}
.ny_events_title{width:100%; height: auto; overflow:hidden}
.ny_events_title h4{color:#000000; font-size: 46px; font-family: "宋体"; font-weight: bold; margin-bottom: 20px;}
.ny_events_title h5{color:#000000; font-size: 21px;}
.ny_djxw_bt{width:100%; height: auto; overflow:hidden; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.ny_djxw_title{max-width:50%; height: auto; overflow:hidden}
.ny_djxw_title h4{color:#000000; font-size: 46px; font-family: "宋体"; font-weight: bold; margin-bottom: 20px;}
.ny_djxw_title h5{color:#000000; font-size: 21px;}
.ny_djxw_nav{margin-top:30px;}
.ny_djxw_nav a{color:#000000; font-size:18px; margin-left:20px;}
.ny_djxw_nav a:hover,.ny_djxw_nav a.active{color:#01aae7}
.ny_events_info{width:100%; height: auto; overflow: hidden; margin-top: .6rem}
.ny_events_left{width:24%; height: auto; float: left; position: relative}
.ny_events_left img{width:100%; display: block}
.events_left_xx{width:100%; height: auto; position: absolute; bottom:40px; left:0; padding-left:10%}
.events_left_xx h4{color:#fff; font-size: 16px; font-weight: bold; font-family: "宋体"; margin-bottom: 20px;}
.events_left_xx p{color:#fff; font-size: 16px; opacity: 0.5; line-height:26px;}
.ny_events_li{width:73%; height: auto; float: right}
.ny_events_li ul{width:100%; height: auto; overflow: hidden; position: relative; padding-top:10px;}
.ny_events_li ul::after{content: '';position: absolute;left:272px;height: 100%;width: 1px;background: #e5e5e5;z-index: 1;top: 0;}
.ny_events_li ul li{width:100%; height: auto; overflow:hidden; position: relative; margin-bottom:50px;}
.ny_events_time{width:245px; height: auto; float: left; position: relative; font-size: 16px; color: #555555; line-height:40px; display: flex; align-items: center;  justify-content:flex-end;}
.ny_events_time span{color:#01aae7; font-size: 36px; line-height:40px; margin-right: 10px;}
.ny_events_time::after{content:"";position: absolute;right:-36px;top:12px;width:13px;height:13px;border:2px solid #e5e5e5;border-radius:50%;background: #fff;
	z-index: 2;}
.ny_events_xx{margin-left:310px; background: url(../images/hh_xs.png) no-repeat left 14px; padding-left: 30px; font-size: 18px; color: #555555;
	line-height:36px;}
.ny_events_xx p{font-size: 18px; color: #555555;
	line-height:36px;}

/*产品*/
.product_ban{width:100%; height: auto; overflow: hidden}
.product_ban .swiper{width:100%; height: auto;}
.ny_pban{width:100%; height: auto}
.ny_pban img{width:100%; display: block}
.product_ban .swiper-pagination{bottom:20px}
.product_ban .swiper-pagination-bullet{width:12px; height: 12px; background: #fff;}
.product_ban .swiper-pagination-bullet-active{opacity: 1; }
.ny_product_all{width:100%; height: auto; background: url(../images/product_all.jpg) no-repeat; background-size: cover; padding-top: 58px; margin-bottom: 1.1rem}
.ny_product_san{width:100%; height: auto; overflow: hidden; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.ny_product_san a{width:auto; float: left; height: 92px; border: 1px solid #e5e5e5; display: flex; align-items: center;  margin-right:11px; max-width:25%}
.ny_product_san a img{align-items: center; margin: 0px auto; max-width: 100%; max-height: 100%;}
.ny_product_san a:last-child{margin-right:0}
.ny_product_san a:hover,.ny_product_san a.active{border: 1px solid #1fb4ea}
.ny_product_one{width:100%; height: 120px; overflow: hidden; margin-top:.7rem; display: flex; align-items: center; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; margin-bottom: .3rem}
.ny_product_one h4{color:#000000; font-size: .56rem; font-family: "宋体"; font-weight:bold; float: left}
.ny_pro_icon{float: right; height: 120px; display: flex; align-items: center;}
.ny_pro_icon img{max-width: 100%; align-items: center; margin: 0px auto;}
.ny_product_li{width:100%; height: auto; overflow: hidden; margin-bottom: 60px;}
.ny_probt{width:100%; height: auto; overflow:hidden}
.ny_probt h4{color:#000000; font-size: 36px; width: 100%; font-family: "宋体"}
.ny_probt hr{width:40px; height: 4px; background: #1fb4ea; display: block; margin-top:22px;}
.ny_product_li ul{width:100%; height: auto; overflow: hidden;  display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; flex-wrap: wrap; 
	margin-top: .64rem}
.ny_product_li ul li{width:15.5%; height: auto; float: left; margin-right:1.4%; margin-bottom: 50px;}
.ny_product_li ul li:nth-child(6n){margin-right: 0}
.ny_pro_img{width:100%; height: auto; border: 1px solid #eeeeee; overflow:hidden}
.ny_pro_img img{width:100%; height: auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;display: block;}
.ny_product_li ul li h4{width:100%; height:40px; line-height: 40px; color: #000000; font-size: 18px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 5px;}
.ny_product_li ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}





/*党建*/
.ny_news_all{width:100%; height: auto; overflow: hidden; background: #f8f8f8; padding: .9rem 0 1rem}
.ny_dangjian_icon{width:100%; height: auto; overflow: hidden; margin: 45px 0 50px}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;}
.ny_news_all ul li{width:23.5%; height: auto; float: left; background: #fff; padding: 1%; margin-right: 2%; margin-bottom:38px;}
.ny_news_all ul li:nth-child(4n){margin-right: 0}
.ny_news_img{width:100%; height: auto; overflow: hidden}
.ny_news_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_xx{width:100%; height: auto; overflow: hidden; }
.ny_news_xx span{color:#777777; font-size: 14px; display: block; margin:25px 0 12px}
.ny_news_xx h4{width:100%; height: 40px; line-height: 40px; color: #000000; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; margin-bottom: 10px}
.ny_news_xx p{width:100%; height: 90px; overflow: hidden; color:#777777; font-size: 15px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.ny_news_all ul li hr{width:100%; height: 3px; background: #e6e6e6; display: block; margin-top: 46px;}
.ny_news_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;}
.ny_news_all ul li:hover h4{color:#01aae7}
.ny_dangjian_icon .swiper-slide a{display:block}
.ny_dangjian_icon .swiper-pagination-bullet-active{background:#fff}

.ny_news_all ul li:hover hr{background:#cceefa}





/*招标*/
.ny_zhaobiao_all{width:100%; height: auto; overflow: hidden; background: #f8f8f8; padding: .4rem 0}
.ny_zbsearch{width:100%; height:90px; background: #01aae7; padding:0 4% 0 2%; overflow: hidden}
.ny_zbsearch h4{color:#ffffff; font-size: 30px; font-family: "宋体"; font-weight: bold; float: left; line-height: 90px;}
.ny_search_zb{float: right; width: 75%}
.ny_search_zb p{width:91%; height:50px; float: left; border-bottom: 1px solid rgba(255,255,255,0.2); position: relative; margin-top: 20px;}
.ny_search_zb p input[type="text"]{width:100%; height: 100%; font-size:18px; color: #fff; background: none; border: 0; opacity:1}
.zb_search{width:33px; height:90px; float: right; background: url(../images/search.png) no-repeat center; border: 0}
.ny_search_zb p input::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  opacity: 0.5
}  
.ny_search_zb p input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity: 0.5;  
}  
.ny_search_zb p input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:0.5;  
}  
.ny_search_zb p input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff; opacity: 0.5  
}  
.ny_zb_top{width:100%; height: auto; overflow: hidden; margin: 50px 0; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;     align-items: center;}
.zb_top_bt{float: left}
.zb_top_bt h4{color:#000000; font-size: 46px; font-family: "宋体"; font-weight: bold; margin-bottom: 20px;}
.zb_top_bt h5{color:#000000; font-size: 21px;}
.zb_top_nav{float: right; }
.zb_top_nav a{color:#555555; font-size: 18px; margin-left: 30px;}
.zb_top_nav a:hover,.zb_top_nav a.active{color:#01aae7}
.ny_zb_ul{width:100%; height: auto; overflow: hidden; background: #fff; padding:30px 50px 80px}
.zb_ul_title{width:100%; height: auto; overflow: hidden; padding: 0 10px}
.zb_ul_title h4{color:#000000; font-size: 20px; font-weight: bold; float: left}
.zb_ul_title h5{color:#000000; font-size: 20px; font-weight: bold; float: right}
.ny_zb_ul ul{width:100%; height: auto; overflow: hidden; border-top:1px solid #dfdfdf; margin-top: 22px;}
.ny_zb_ul ul li{width:100%;  height: 84px; line-height: 84px; border-bottom:1px solid #dfdfdf; padding: 0 10px}
.ny_zb_ul ul li a{width:100%; display: block;}
.ny_zb_ul ul li span{color:#01aae7; font-size: 18px; margin: 0 5px 0 5px; float: left}
.ny_zb_ul ul li h4{width:60%; height: 100%; float: left;  font-size: 18px; color:#000000;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_zb_ul ul li i{float: left; color:#000000; font-size: 18px; font-style: normal}
.ny_zb_ul ul li p{float: right; color:#777777; font-size: 14px;}


/*新品*/
.ny_xinpin_title{width:100%; height: auto; overflow: hidden}
.ny_xinpin_title h4{color:#000000; font-size: 56px; font-weight: bold; font-family: "宋体"; margin-bottom:20px;}
.ny_xinpin_title h5{color:#000000; font-size: 36px; font-family: "宋体"; }
.ny_xinpin_all{width:100%; height: auto; overflow: hidden; margin-top: 70px;}
.ny_xinpin_all .mySwiper2{width:100%; height: auto; overflow:hidden}
.xinpin_all_li{width:100%; height: auto; overflow: hidden}
.xinpin_all_img{width:440px; height: auto; float: left}
.xinpin_all_xx{margin-left: 480px;}
.xinpin_all_xx h4{color:#000000; font-size: 36px; font-weight: bold; font-family: "宋体"; margin-bottom: 20px;}
.xinpin_all_bottom{width:100%; height: auto; overflow: hidden}
.xinpin_all_bottom p{color:#000000; font-size: 18px; line-height:32px;}
.ny_xinpin_all .mySwiper{margin-top: 60px;}
.ny_xp_li{width:100%; height: auto; overflow: hidden}
.xp_li_img{width:100%; overflow: hidden}
.xp_li_img img{width:100%; display: block}
.ny_xp_li h4{width:100%; color:#000000; font-size: 18px; text-align: center; margin-top: 10px;}
.ny_xinpin_bottom{width:100%; height: auto; padding: 0 52px; position: relative}
.ny_xinpin_bottom .swiper-button-next,.ny_xinpin_bottom .swiper-button-prev{width:37px; height: 37px; margin-top: -18.5px}
.ny_xinpin_bottom .swiper-button-next{background: url(../images/p_right.png) no-repeat center; right:0}
.ny_xinpin_bottom .swiper-button-prev{background: url(../images/p_left.png) no-repeat center; left:0}
.ny_xinpin_bottom .swiper-slide-thumb-active h4{color:#1fb4ea;}
.ny_xinpin_bottom .swiper-slide-thumb-active .xp_li_img{border:2px solid #1fb4ea}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: ""}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: ""}


/*基地*/
.ny_jidi_all{width:100%; height: auto; overflow: hidden}
.ny_jidi_all ul{width:100%; height: auto; overflow: hidden}
.ny_jidi_all ul li{width:100%; height: auto; position: relative; background: #f8f8f8; padding-bottom: 100px;}
.ny_jidi_pic{width:100%; display: block}
.ny_jidi_li{background: #fff;  padding: 30px 3% 45px; margin: -148px auto 0; position: relative; z-index: 1}
.ny_jidi_title{width:100%; height: 180px; overflow: hidden; position: relative; padding-top:36px;}
.ny_jidi_title h4{color:#000000; font-size: 46px; font-family: "宋体"; margin-bottom: 10px;    font-weight: bold;}
.ny_jidi_title h5{color:#000000; font-size: 20px;}
.ny_jidi_title i{font-size: 210px; color: #01aae7; font-weight: bold; opacity: 0.07; position: absolute; top:0; left:10%; line-height: 180px;}
.ny_jidi_xx{width:100%; height: auto; overflow: hidden; margin-top:-6px; }
.ny_jidi_xx p{color:#777777; font-size: 18px; line-height:36px;}


/*关于我们*/
.ny_about_xzc{width:100%; height:700px; background: url(../images/xzc_bjs.jpg) no-repeat center; padding-top: 176px; background-size:cover;}
.ny_about_xzc h5{color:#fff; font-size: 46px; font-family:"宋体"; margin-bottom:20px}
.ny_about_xzc h6{color:#fff; font-size: 24px; font-family:"宋体"; margin-bottom: 50px;}
.ny_about_xzc p{color:#fff; font-size: 18px; line-height: 36px; opacity: 0.66}
.ny_about_xzc .w80{padding-left: 10%}
.ny_about_ddkj{width:100%; height: auto; overflow: hidden}
.ny_about_ddkj .w80{display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.about_ddkj_left{width:50%; height: auto; float: left; overflow:hidden}
.about_ddkj_left img,.about_jwzr_right img{width:100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.about_ddkj_left:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.about_ddkj_right{width:50%; height: auto; float: right;  padding-left: 4%; padding-top: 4%}
.about_ddkj_right h4{color:#000000; font-size: 46px; font-family: "宋体"; margin-bottom: 20px; font-weight: bold;}
.about_ddkj_right h5{color:#000000; font-size: 24px; font-family: "宋体"; margin-bottom: 48px; font-weight: bold;}
.about_ddkj_right p{width:100%; height: auto; overflow:hidden; line-height:36px; color: #777777; font-size: 18px;}
.ny_about_jwzr{width:100%; height: auto; overflow: hidden; margin-top:1.14rem; margin-bottom: 1.6rem}
.about_jwzr_left{width:50%; height: auto; float: left; padding-right: 4%; padding-top: 4%}
.about_jwzr_left h4{color:#000000; font-size: 46px; font-family: "宋体"; margin-bottom: 20px; font-weight: bold;}
.about_jwzr_left h5{color:#000000; font-size: 24px; font-family: "宋体"; margin-bottom: 48px; font-weight: bold;}
.about_jwzr_left p{width:100%; height: auto; overflow:hidden; line-height:36px; color: #777777; font-size: 18px;}
.about_jwzr_right{width:50%; height: auto; float:right; overflow:hidden}
.about_jwzr_right:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_about_spls{width:100%; height: auto; overflow: hidden; margin-top: 1.17rem; margin-bottom: 1.55rem}
.ny_about_spls h4{color:#000000; font-size: 46px; font-family: "宋体"; margin-bottom:20px; font-weight: bold;}
.ny_about_spls h5{color:#000000; font-size: 24px; font-family: "宋体"; margin-bottom: 48px; font-weight: bold;}
.ny_about_spls p{color:#777777; font-size: 18px; line-height:36px;}
.about_spls_img{width:100%; height: auto; overflow: hidden; margin-top: 54px;}
.about_spls_img img{width:100%; display: block}
.ny_about_wh{width:100%; height: 750px; overflow:hidden; background:url(../images/whbj.jpg) no-repeat center; background-size: cover; padding-top: 106px;}
.ny_about_wh h3{color:#fff; font-size: 46px; font-family: "宋体"; font-weight: bold; margin-bottom:30px;}
.ny_about_wh h5{color:#fff; font-size: 18px; margin-top: 20px;}
.ny_about_wh .slideTxtBox{width:100%; height: auto; overflow:hidden; }
.ny_about_wh .slideTxtBox .bd{width:100%; height: auto; overflow: hidden}
.bd_lis{width:100%; height: auto; overflow:hidden}
.bd_lis p{color:#ffff; font-size: 36px; line-height: 40px; font-family: "宋体";  line-height: 62px;}
.ny_about_wh .slideTxtBox .hd{width:630px; height: auto; overflow: hidden; margin-top: 90px;}
.ny_about_wh .slideTxtBox .hd li{width:144px; height: 42px; float: left; background: url(../images/liss.png) no-repeat center; text-align: center;
	line-height: 42px; font-size: 16px; color:#fff; margin-bottom:15px; margin-right: 14px; border: 1px solid rgba(255,255,255,0.5); cursor: pointer}
.ny_about_wh .slideTxtBox .hd li:nth-child(4n){margin-right: 0}
.ny_about_wh .slideTxtBox .hd li.on{background: rgba(255,255,255,0.3) url(../images/liss.png) no-repeat center}
.ny_about_one{width:100%;  height: auto; overflow: hidden; margin-bottom: 1.13rem; margin-top: 1.5rem; }
.about_one_top{width:100%;  height: auto; overflow: hidden; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.about_one_left{width:50%; height: auto; float: left; padding-left:7%; padding-top:20px;}
.about_one_left h4{color:#000000; font-size: .46rem; font-family: "宋体"; font-weight: bold; margin-bottom: 15px;}
.about_one_left h5{color:#000000; font-size: .46rem; font-family: "宋体"; line-height: 60px; font-weight: bold;}
.about_one_left ul{width:100%; height: auto; overflow: hidden; margin:20px 0}
.about_one_left ul li{width:100%; height: auto; overflow: hidden; margin-bottom:12px; color:#777777; font-size: 16px;  display: -webkit-flex;
    display: flex;  -webkit-align-items: flex-end; align-items: flex-end;}
.about_one_left ul li h6{color:#01aae7; font-size: 18px; margin-right: 10px; width:140px; float:left;}
.about_one_left ul li h6 span{color:#01aae7; font-size: 44px; font-weight: bold;}
.about_one_left ul li p{color:#777777; font-size: 16px;  line-height:30px}
.ny_about_jianjie{width:100%; height: auto; overflow: hidden; margin-top: .5rem}
.ny_about_jianjie p{color:#555555; font-size: 18px; line-height: 36px;}
.ny_about_tongji{width:100%; height: auto; overflow: hidden}
.ny_about_tongji p{color:#000000; font-size: 18px; line-height: 30px;}
.about_one_right{width:50%; height:auto; float:right}
.about_one_right img{width:100%; height:100%; object-fit: cover; object-position: center center;}
 


/*加入我们*/
.ny_join_all{width:100%; height: auto; overflow: hidden; background: #f8f8f8; padding: 1rem 0 .8rem}
.ny_join_title{width:100%; height: auto; overflow: hidden}
.ny_join_title h4{color:#000000; font-size: 46px; font-family: "宋体"; font-weight: bold; margin-bottom: 20px;}
.ny_join_title h5{color:#000000; font-size: 21px;}
.ny_join_tab{width:100%; height: auto; overflow: hidden; margin-top: 75px;}
.ny_join_left{width:22.5%; height: auto; float: left}
.ny_join_contact{width:100%; height: auto; overflow: hidden}
.ny_join_contact h3{width:100%; height: 82px; background: #666666; border-left:6px solid #8cc31f; line-height: 82px; font-size: 20px; padding-left: 30px; color:#fff}
.join_contact_xx{width:100%; height: auto; overflow: hidden; background: #fff; padding:30px 8%}
.join_contact_xx p{color:#fff; font-size: 18px; color: #000000; line-height: 30px; margin-bottom: 15px;}
.ny_join_links{width:100%; height: auto; overflow: hidden; margin-top: 30px;}
.ny_join_links a{width:46%; height: 50px; line-height: 50px; text-align: center; color: #000000; font-size: 16px; float: left; border: 1px solid #bfbfbf}
.ny_join_links a:nth-child(2){float: right}
.ny_join_links a:hover{background: #01aae7; color:#fff}
.ny_join_right{width:75%; height: auto; float: right; background: #fff; padding: 30px 2%}
.join_right_title{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #7f7f7f; padding-bottom:30px; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.join_right_title p{color:#000000; font-size: 24px; font-weight: bold; float: left; text-align: center}
.join_1{width:17%;}
.join_2{width:28%;}
.join_3{width:18%;}
.join_4{width:15%;}
.join_5{width:17%;}
.jobs_list{width:100%; height: auto; overflow: hidden}
.jobs_list ul{width:100%; height: auto; overflow: hidden}
.jobs_list ul li{width:100%; height: auto; overflow: hidden}
.jobs_show{width:100%; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; 
	border-bottom: 1px solid #f2f2f2; height: 80px; line-height: 80px;}
.jobs_show p{color:#333333; font-size: 18px;  float: left; text-align: center; text-overflow:ellipsis;  overflow:hidden; white-space:nowrap}
.jobs_show .join_4{color:#01aae7!important;}
.jobs_hide{width:100%; height: auto; overflow: hidden; padding: 30px 3%; border-bottom: 1px solid #f2f2f2; display: none;}
.gwzz{width:100%; height: auto; overflow: hidden}
.gwzz p{color:#777777; font-size: 16px; line-height: 30px;}
.jobs_list ul li.active .jobs_show{background: #f2f2f2}
.ny_join_leibie{width:100%; height: auto; overflow: hidden}
.ny_join_leibie select{width:100%; height:80px; background: #fff url(../images/down.png) no-repeat 92% center; border: 0; border-left:5px solid #1fb4ea; font-size: 20px; color: #000; margin-bottom: 20px; padding-left: 40px; appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;}
.ny_join_leibie select option{width:100%; font-size:18px; padding: 5px 0; appearance: none; }



/*新闻详情*/
.ny_news_li{margin-top:50px;}
.ny_title{width:100%; height:auto; overflow:hidden; text-align:center; margin-top:50px}
.ny_title h3{font-size:30px;}
.ny_news_info{width:100%; height:auto; overflow:hidden; margin-top:60px;}
.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_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_news_show p{font-size:18px; color:#333; line-height: 40px;}
.ny_news_show img{max-width:100%}
.mtop{width:59px; height:auto; position:fixed; bottom:20%; right:0; z-index:9}
.mtop img{width:100%; display:block}
.ny_tzzgx_show{width:100%; height:auto; overflow:hidden; margin-top:60px;}
.ny_tzzgx_show h3{color: #000000; font-size: 36px; font-family: "宋体";  font-weight: bold; margin:20px 0; text-align:center}
.ny_tzzgx_show iframe{margin-bottom:30px; height:500px; width:100%; border:0}
.ny_tzzgx_show img{width:100%; margin-bottom:60px;}
.tzzgx_contact_show{width:100%; text-align:center;}
.tzzgx_contact_show p{font-size:16px; color:#666; line-height:30px;}



@media screen and (max-width:1680px){
	html{font-size:90px}

}


@media screen and (max-width:1500px){
	.w1440{width:1200px;}
	


}


@media screen and (max-width:1370px){
	#menu .nav .nLi p a{font-size:15px;}
	#menu{margin-right:1%}
	.h_yuyan p{font-size:15px; background-size: 13%;padding-right: 18px;}
}


 