@charset "utf-8";
/* CSS Document */
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;}
.w1440{ width:83%; margin: 0 auto; max-width: 1580px; 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}

*:focus {
  border: none;
  outline: none;
}

.header_nav{width:100%; height: 88px; position: fixed; top:0; left:0; z-index: 9; padding: 0 6%}
.h_logo{width:12%; height: 88px; float: left; display: flex; align-items: center;}
.h_logo img{align-items: center; margin: 0px auto; max-width: 100%; max-height: 100%}
.h_yuyan{float: right; height: 88px; display: flex; align-items: center; justify-content: center; position: relative}
.h_yuyan p{color:#fff; font-size: 16px; background: url(../images/diqiu.png) no-repeat left center; padding-left:30px; line-height: 50px; position: relative; padding-right:20px;}
.h_yuyan p:after{content: ""; width:11px; height: 6px; position: absolute; top:22px; right:0; background: url(../images/yy_jts.png) no-repeat center}

.h_yuyan_hover{width:160px; height: auto; background: #fff; position: absolute; top:64px; right:0; text-align: center; padding: 5px 0; display: none; line-height:30px;}
.h_yuyan_hover a{color:#333; font-size:14px; display:block; display: flex; align-items: center; padding:0 10px;}
.h_yuyan:hover .h_yuyan_hover{display:block}
.h_yuyan_hover a img{width:24px; margin-right:10px; border:1px solid #eee}

/*导航*/
#menu{width:auto; height:88px; float: right; position: relative; padding-right:1%; margin-right: 2%}
#menu:after{content: "|"; color:#fff; position: absolute; top:50%; right:0; margin-top: -9px;}
#menu .nav{ position:relative; z-index:1;   width:100%; height:auto; margin: 0px auto; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
#menu .nav .nLi{ float:left;  position:relative; display:inline; height:100%; line-height:88px; padding:0 0.8vw}
#menu .nav .nLi p{font-weight: normal; width:auto; text-align:center;  z-index: 2; position: relative; height:100%; display: table; margin: 0px auto;}
#menu .nav .nLi p a{color:#fff;font-size:16px; height:100%; overflow: hidden; position: relative; }
#menu .nav .sub{ display:none; width:200px; left:50%; margin-left: -100px; top:80px;  position:absolute;  line-height:25px; z-index: 99999; background: #eee}
#menu .nav .sub li{ zoom:1; }
#menu .nav .sub a{ display:block; text-align: center; height:auto;font-size: 15px; color:#333; padding:7px 0}
#menu .nav .sub a:hover{ color:#146330;  }
.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 p:hover a{ font-weight: bold;}
.f_top{background: rgba(255,255,255,0.8)}
.logo1{display: none}
.f_top .logo1{display: block}
.f_top .logo{display: none}
.f_top #menu .nav .nLi p a{color:#333}
.f_top #menu .nav .active p a,.f_top #menu .nav .nLi  p :hover a{color:#146330}
.f_top #menu:after{color:#333}
.f_top .h_yuyan p{background: url(../images/diqiu_h.png) no-repeat left center; color:#333}
.f_top .h_yuyan p:after{ background: url(../images/yy_hjts.png) no-repeat center}



/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden;}
.banner .swiper{width:100%; }
.banner .swiper-slide a{width:100%; height:auto; display: block }
.banner .swiper-slide a img{width:100%; display: block; height:auto;  }
.banner .swiper-pagination{bottom:4%; color:#fff; font-size: 16px;}
.banner .swiper-pagination-bullet{width:10px; height: 10px; background: #fff; opacity: 1;}
.banner .swiper-pagination-bullet-active{ border-radius: 8px; width:40px; background: #146330}


/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; margin: 70px 0; background: url(../images/about_zi.png) no-repeat center}
.index_about_left{width:31%; height: auto; float: left}
.index_about_left h4{color:#333333; font-size: 14px; }
.index_about_left h5{color:#333333; font-size: 48px; font-weight: bold; margin: 10px 0 20px;}
.in_abxx{width:100%; height: 72px; overflow: hidden; color:#333333; font-size: 14px; line-height:24px;  display:-webkit-box; 
	-webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.in_abmore{width:144px; height: 41px; line-height: 41px; border-radius:8px; background-image: linear-gradient(to right, #14612f , #167c3f);  background-image: -webkit-gradient(to right, #14612f , #167c3f); background-image: -webkit-radial-gradient(to right, #14612f , #167c3f); text-align: center; margin-top:45px; 
	display: block}
.in_abmore span{background: url(../images/m_right.png) no-repeat right center; font-size: 14px; color: #fff; padding-right: 30px;}
.index_about_right{width:60%; height: auto; float: right; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; 
	justify-content: space-between; margin-top:84px; }
.index_about_right li p{color:#146330; font-size: 16px; font-weight: bold;}
.index_about_right li h4,.index_about_right li h4 span{color:#333333; font-size:88px; font-weight: bold;}
.index_about_right li h5{color:#333333; font-size:16px; }
.index_about_right li i{color:#333333; font-size:88px; font-weight: bold; font-style: normal}
.index_about_right li:hover h4{color:#146330}
.index_about_right li:hover h4 span{color:#146330}



/*视频*/
.index_video{width:100%; height: 310px; background: url(../images/v_bjs.jpg) no-repeat center; background-attachment: fixed; background-size: cover; display: flex; align-items: center; justify-content: center;}
.index_video_tan{width:65px; height: auto; margin: 0px auto;   -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out; transition: transform 0.5s ease-out;}
.index_video_tan img{width:100%}
.index_video_tan:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}


/*历程*/
.index_history{width:100%; height:870px; background: url(../images/lishi.jpg) no-repeat center; padding-top: 99px; position: relative; }
.index_history_title{width:100%; height: auto; overflow: hidden}
.index_history_title h4{color:#333333; font-size: 48px; font-weight: bold;}
.index_history_title p{color:#666666; font-size:18px; margin-top: 10px}
.index_history_top{width:100%; height: 350px; margin-top: 60px;}
.index_history_top .swiper-slide{ padding-left:10px; -webkit-box-sizing: border-box;  box-sizing: border-box;  padding-bottom:100px; cursor: pointer;}
.index_history_top .swiper-slide .item{width:100%; height: auto; position: relative;  padding-left:20px;
    position: relative;  top: 0; transition: .33s;}
.index_history_top .swiper-slide .item::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0.09rem;
    width: 4px;
    height: 4px;
    border: 2px solid #146330;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_history_top .swiper-slide .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0.3rem;
    height:100px;;
    width: 1px;
    background: #fff;
}

.index_history_top .swiper-slide .item .top {
    font-size: 30px;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	color:#000000
}

.index_history_top .swiper-slide .item .bot {
    font-size: 16px;
    color: #333333;
    margin-top:10px;
    line-height: 24px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    max-height:242px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding:0 10px 0 15px;
}



.index_history_top .swiper-slide .item .bot::-webkit-scrollbar {
	width: 1px;
	height: 2px;
}
.index_history_top .swiper-slide .item .bot::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background:#fff;
}

.index_history_top .swiper-slide .item .bot::-webkit-scrollbar-track {
	border-radius: 2px;
	background:#fff;
}
.index_history_top .active .item .top{color:#146330; font-size: 40px;}
.index_history_top .active .item::before{background: #146330}
.index_history_bottom{width:100%; height: auto; margin-top:180px; position: relative}
.index_history_bottom .swiper{width:90%; height: auto; margin: 0px auto;}
.index_history_bottom .swiper-slide p{width:100%; text-align: center; font-size:24px; color: #fff; line-height: 40px;}
.index_history_bottom .swiper-button-next,.index_history_bottom .swiper-button-prev{width:40px; height: 40px;}
.index_history_bottom .swiper-button-next{background: url(../images/ls_right.png) no-repeat center; right:4%}
.index_history_bottom .swiper-button-prev{background: url(../images/ls_left.png) no-repeat center; left:4%}
.index_history_bottom .active p{color:#ffffff; font-size: 36px; font-weight: bold;}



/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; margin: 108px 0 105px; }
.index_product_title{width:100%; height: auto; overflow: hidden}
.product_title_left{width:69%; height: auto; float: left}
.product_title_left h4{color:#333333; font-size: 48px; font-weight: bold;}
.product_title_left p{color:#666666; font-size: 18px; line-height: 30px; width: 100%; height: 60px;  display:-webkit-box;
	-webkit-line-clamp:2;  -webkit-box-orient:vertical; overflow:hidden; margin-top: 10px;}
.index_product_title a{width:144px; height: 41px; line-height: 41px; float: right; border-radius:8px; background-image: linear-gradient(to left, #14612f , #167c3f);  background-image: -webkit-gradient(to left, #14612f , #167c3f); 
	background-image: -webkit-radial-gradient(to left, #14612f , #167c3f); text-align: center; margin-top:85px;}
.index_product_title a span{background: url(../images/m_right.png) no-repeat right center; font-size: 14px; color: #fff; padding-right: 30px;}
.index_product_all{width:100%; height: auto; overflow: hidden; margin-top: 76px;}
.index_product_all .swiper-slide a{width:100%; display: block; overflow: hidden}
.index_product_all .swiper-slide a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_pro_hover{width:100%; height:70px; background: rgba(20,99,48,0.9); position: absolute; bottom:0; left:0; padding: 0 4%; text-align: center; 
	transition: all 0.4s ease-in-out;}
.in_pro_hover h4{color:#ffffff; font-size: 18px; line-height: 70px; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; height: 70px; text-transform:Capitalize}
.in_pro_hover i{width:46px; height: 46px; display: block; background: url(../images/p_jts.png) no-repeat center; margin:15% auto 9%;}
.in_pro_hover p{color:#fff; font-size: 14px;}
.index_product_all .swiper-slide a:hover .in_pro_hover{height: 100%; padding-top: 30%}
.index_product_all .swiper-slide a:hover .in_pro_hover h4{font-weight: bold;}
.index_product_all .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*项目案例*/
.index_case{width:100%; height: auto; overflow: hidden; background: url(../images/xm_bjs.jpg) no-repeat top; background-size: cover; background-attachment: fixed; position: relative; padding-top: 370px;}
.index_case_img{width:100%; height: auto; position: absolute; top:0; left:0; }
.index_case_img img{width:100%; display: block}
.index_case_all{width:100%; height: auto; overflow: hidden; margin-top: 55px;background: #f9fdff;padding: 180px 0; }
.index_case_all .swiper-slide{width:27%;}
.index_case_all .swiper-slide a{width:100%; height: auto; display: block; position: relative; overflow: hidden}
.index_case_all .swiper-slide a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case_hover{width:100%; height: 151px; position: absolute; bottom:0; left:0; padding:13% 7% 0; 
	background: url(../images/case_hover.png) no-repeat bottom center}
.index_case_hover h4{width:80%; height: 51px; line-height: 51px; font-size: 18px; color: #fff; text-overflow:ellipsis; overflow: hidden; white-space: nowrap; float: left}
.index_case_hover i{width:51px; height: 51px; border-radius: 50%; text-align: center; line-height:48px; color: #146330; font-style: normal; float: right; background: #fff; font-size:30px; font-weight: bold;}
.index_case_top{margin: 0px auto -182px; background: rgba(255,255,255,0.9); padding: 76px 5%; position: relative; z-index:1; overflow:hidden}
.index_case_left{width:auto; float: left}
.index_case_left h4{color:#333333; font-size: 48px; font-weight: bold; text-transform: uppercase}
.index_case_left a{width:144px; height: 41px; line-height: 41px; border-radius:8px; background-image: linear-gradient(to right, #14612f , #167c3f);  background-image: -webkit-gradient(to right, #14612f , #167c3f); 
	background-image: -webkit-radial-gradient(to right, #14612f , #167c3f); text-align: center; margin-top:60px; display: block}
.index_case_left a span{background: url(../images/m_right.png) no-repeat right center; font-size: 14px; color: #fff; padding-right: 30px;}
.index_case_right{width:56%; height: auto; float: right; margin-right:4%}
.index_case_right h4{color:#333333; font-weight: bold; font-size: 40px; line-height: 60px;}
.index_case_right p{color:#666666; font-size: 16px; line-height: 30px; margin-top:30px;}
.index_case_all .swiper-button-next,.index_case_all .swiper-button-prev{width:56px; height: 56px; margin-top: 28px;}
.index_case_all .swiper-button-next{background: url(../images/c_right.png) no-repeat center; right:5%}
.index_case_all .swiper-button-prev{background: url(../images/c_left.png) no-repeat center; left:5%}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: ""}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: ""}
.index_case_all .swiper-slide a:hover .index_case_hover i{background: #146330; color:#fff}
.index_case_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_hzhb{width:100%; height: auto; overflow: hidden; margin:60px 0}
.index_hzhb .swiper-slide a{width:100%; display: block; height: 60px; display: flex; align-items: center; }
.index_hzhb .swiper-slide a img{align-items: center; margin: 0px auto; max-width: 100%; max-height: 100%}


/*全球*/
.index_global{width:100%; height:780px; overflow: hidden; background: url(../images/quanqiu.jpg) no-repeat center; padding: 85px 0 100px; 
	background-attachment: fixed; background-size: cover;}
.index_global .w1440{display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.index_global_left{width:28%; height: auto; float: left}
.index_global_left h4{color:#ffffff; font-size:48px; line-height:60px;}
.index_global_left h4 span{color:#146733; font-size: 48px;}
.index_num{width:100%; margin-top:15px;}
.index_num span{font-size: 203px; font-weight: bold; color:#fff}
.index_num i{color:#146230; font-size: 54px; font-style: normal}
.index_global_left h5{color:#fff; font-size: 36px; margin-bottom: 15px;}
.index_global_left p{color:#fff; font-size: 14px; line-height: 24px;}
.index_global_right{width:67%; background:rgba(255,255,255,0.1); padding: 50px 1% 50px 3%}
.index_global_right dl{width:100%; height: auto; overflow: hidden; margin-bottom: 14px;}
.index_global_right dl dt{width:129px; height:auto; float: left; background: #146330; text-align: center; line-height:25px; color:#fff; font-size: 14px; padding:7px 0}
.index_global_right dl dd{margin-left: 140px; color:#fff; font-size: 14px; line-height:30px; padding-top: 4px;}


/*新闻资讯*/
.index_news{width:100%; height: auto; overflow: hidden; background: #f9fdff; padding:100px 0 110px}
.index_news_title{width:100%; height: auto; overflow: hidden; margin-bottom: 55px;}
.index_news_title h4{color:#333333; font-size: 48px; font-weight: bold; float: left}
.index_news_title a{width:144px; height: 41px; line-height: 41px; float: right; border-radius:8px; background-image: linear-gradient(to right, #14612f , #167c3f);  background-image: -webkit-gradient(to right, #14612f , #167c3f); 
	background-image: -webkit-radial-gradient(to right, #14612f , #167c3f); text-align: center; margin-top:12px;}
.index_news_title a span{background: url(../images/m_right.png) no-repeat right center; font-size: 14px; color: #fff; padding-right: 30px;}
.index_news_left{width:35%; height: auto; float: left}
.index_news_pic{width:100%; height: 391px; overflow: hidden}
.index_news_pic img{width:100%; height: 100%; display: block; 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_news_xx{width:100%; height: auto; overflow: hidden; background: #fff; padding:20px 30px 30px; }
.index_news_xx h4{width:100%; height: 48px; line-height: 24px; color: #333333; font-size: 18px; font-weight: bold; display:-webkit-box; -webkit-line-clamp:2;  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_xx span{color:#999999; font-size: 16px; display: block; background: url(../images/nn_jts.png) no-repeat right center; margin-top: 20px;}
.index_news ul{width:64%; height: auto; float: right}
.index_news ul li{width:49%; height: auto; float: left; background:#fff; margin-bottom: 24px; padding: 36px 3.5%}
.index_news ul li:nth-child(2n){float: right}
.index_news ul li h4{width:100%; height: 48px; line-height: 24px; color: #333333; font-size: 18px; font-weight: bold; display:-webkit-box; -webkit-line-clamp:2;  -webkit-box-orient:vertical; overflow:hidden;}
.index_news ul li span{color:#999999; font-size: 16px; display: block; background: url(../images/nn_jts.png) no-repeat right center; margin-top: 20px;}
.index_news ul li p{width:100%; height: 72px; line-height: 24px; color: #999999; font-size: 14px; display:-webkit-box; -webkit-line-clamp:3;  -webkit-box-orient:vertical; overflow:hidden; margin:20px 0}
.index_news_left:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news ul li:hover h4{color:#146330}


/*内页banenr*/
.ny_banner{width:100%; height: 400px; overflow: hidden; position: relative; }
.ny_banner .in_header{position:absolute; top:0; left:0}
.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; }
.service_ban{background: url(../images/service_ban.jpg) no-repeat center; }
.case_ban{background: url(../images/case_ban.jpg) no-repeat center; }
.product_ban{background: url(../images/product_ban.jpg) no-repeat center; }
.jssb_ban{background: url(../images/jssb_ban.jpg) no-repeat center; }

.ny_banner_post{width:1220px; position: absolute; bottom:85px; left:50%; margin-left: -610px; display: flex; align-items: center; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.ny_banner_post h4{color:#fff; font-size:34px; font-weight: bold; text-transform:uppercase}
.ny_banner_post hr{width:45%; height:1px; background:rgba(255,255,255,0.2); float: left; margin:0 15px;}
.ny_banner_post span{color:#fff; float: right; background: url(../images/hh_jts.png) no-repeat right center; font-size: 22px; line-height:30px;
	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;  display: -webkit-flex;
    display: flex; -webkit-flex-wrap: wrap;  flex-wrap: wrap;}
.ny_nav a{color:#999999; font-size: 18px; float: left;position: relative; padding-right:24px; margin-right:24px; 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: 16px; display: block; position: relative; padding-bottom: 16px;}
.ny_nav a.active span{color:#146330; font-size: 18px;}
.ny_nav a.active:after{color:#146330}
.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: #146330; margin-top: 30px; display: block}



/*关于我们*/
.ny_about{width:100%; height: auto; overflow: hidden; margin-top:30px; margin-bottom:116px;}
.ny_about1{width:100%; height: auto; overflow: hidden; margin-top:30px; margin-bottom:116px;}
.ny_about p{color:#666666; font-size: 16px; line-height: 30px;}
.ny_about img{max-width: 100%}
.pro_text{color:#666666; font-size: 16px; line-height: 30px;margin-top: 30px;}



/*荣誉资质*/
.ny_honor1{width:100%; height: auto; overflow: hidden; margin-top: 40px; margin-bottom: 90px;}
.ny_honor1 ul{width:100%; height: auto; overflow: hidden; margin-bottom: 80px;  display: -webkit-flex;
    display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.ny_honor1 li{width:24.1%; height: auto; float: left; margin-bottom: 25px; margin-right: 1.2%; background: #f5f8fa}
.ny_honor1 li:nth-child(4n){margin-right: 0}
.ny_honor1_pic{width:100%; height: auto; overflow: hidden}
.ny_honor1_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_honor1 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; }
.ny_honor1 li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_honor1 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: "";}


/*其他列表*/
.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: "";}


/*产品*/
.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_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; text-transform: Capitalize;}
.ny_news_xx p{width:100%; height:56px; line-height:28px; color: #999999; font-size: 14px;  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:#146330}
.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:#146330}
.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;  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:#146330}
.ny_news_inforight ul li:hover h4{color:#146330}


/*联系我们*/
.ny_conatct{width:100%; height: auto; overflow: hidden; margin-top: 90px; margin-bottom:116px;}
.ny_conatct_left{width:59%; height: auto; float: left; background: #fafcfd; padding:50px 30px;}
.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:70%; 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: 14px; line-height: 50px;}
.btn_submit{width:29%; height: 50px; float: right; text-align: center; font-size: 16px; color: #146330; background:none;  border:1px solid #146330;font-weight: bold;  }
.btn_submit:hover{background:#146330; cursor:pointer; color:#fff; }
.ny_conatct_right{width:37%; 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:30%; height: auto; float: left; margin-right: 3%; margin-top: 2%}
.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: 10px;}
.ny_contact_form{width:100%; height:auto; margin-bottom:20px; overflow:hidden; position:relative}
.policy_links{font-size:16px; color:#333}
.policy_links:hover{color:#146330}

.mes_form_text{width:100%; height:50px;  border: 1px solid #eeeeee; margin-bottom:20px; position:relative}
.mes_form_text input[type="text"]{width:100%; border: 0; height: 100%;  font-size:14px; color: #999999; padding: 0 10px; background:none}




/*底部*/
.footer{width:100%; height:auto; overflow: hidden;  position: relative;  background: #242834; padding-top: 20px;}
.footer_top{width:100%; height: auto; overflow: hidden; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.footer_nav a{color:#fff; font-size: 14px; margin-right: 3vw; line-height: 50px;}
.footer_nav a:hover{font-weight: bold;}
.footer_nav a:last-child{margin-right: 0}
.footer_met{ text-align: right}
.footer_met p{color:#fff; font-size: 14px;}
.footer_center{width:100%; height: auto;  margin-top: 40px; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.footer_contact{width:50%;}
.footer_contact h4{color:#ffffff; font-size: 18px; font-weight: bold;}
.footer_contact_xx{width:100%; height: auto; overflow: hidden; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; margin-top: 10px;}
.f_cont_left{width:55%}
.f_cont_left p,.f_cont_right p{font-size: 14px; line-height: 30px; color:#fff}

.footer_shejiao{width:100%; height:auto; overflow:hidden; margin-top:20px;}
.footer_shejiao a{margin-right:15px;}
.footer_shejiao a i{color:#fff; font-size:22px;}


.footer_link{width:20%; float: left; margin:20px 3% 0 8%; }
.footer_link h4{color:#fff; font-size: 18px; margin-bottom:20px; }
.footer_link_xe{width:100%; height:auto; border: 1px solid rgba(255,255,255,0.8); border-radius: 5px;  padding: 0 20px; position: relative}
.footer_link_xe p{width: 100%; color: #fff; line-height:50px; font-size: 14px; background: url(../images/yy_jts.png) no-repeat right center;}
.footer_link_xx{width:100%; height:145px; overflow-x:auto; position: absolute; top:50px; left:0; background: #fff; padding: 0 10px; display: none}
.footer_link_xx a{width: 100%; display: block; color: #333; line-height:20px; font-size: 14px; margin:7px 0}
.footer_link_xe:hover .footer_link_xx{display: block}
.footer_link_xx a:hover{color:#146330}
.footer_ma{width:17%; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; margin-top: 20px;}
.footer_ma dl{width:47%; float: left}
.footer_ma dl dt{width:100%;}
.footer_ma dl dt img{width:100%}
.footer_ma dl dd{width:100%; color:#fff; font-size:14px; text-align: center}
.footer_bottom{width:100%;height: auto; overflow: hidden; margin-top:40px; border-top: 1px solid rgba(255,255,255,0.3); padding: 15px 0}
.copy_l{width:auto; height: auto; overflow: hidden; font-size: 14px; color: #fff; line-height: 40px; float: left; text-transform: uppercase}
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#146330!important}
.copy_l span{margin: 0 5px}
.footer_zhichi{width:auto; height:auto; float: right; overflow: hidden }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px; color:#fff; 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: #fff; line-height:40px; margin-right:2px;}
.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}






/*客服*/
.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 i.icon-app {
   background:url(../images/whatsapp.png) no-repeat center; height:32px;
}


.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#146330;
    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:800px; height:auto; position:fixed; top:50%; left:50%; transform: translate(-50%,-50%); 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:auto;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}


@media screen and (max-width:1600px){
	
	.index_about_right li h4, .index_about_right li h4 span,.index_about_right li i{font-size:60px;}
	.index_about_left h5{font-size:36px;}
	.index_case_right h4{font-size:30px; line-height:48px;}
	.index_num span{font-size:165px;}
	.copy_l{float:none; text-align:center}
	.footer_zhichi{float:none; display:table; margin:0px auto;}
}


@media screen and (max-width:1500px){
	.w1440{width:1200px;}
	.header_nav{padding:0 3%}
	#menu .nav .nLi p a{font-size:15px;}

}



 