@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
:focus{outline-color: transparent}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto; }
.w1440{ width:1440px; margin: 0 auto; }
table{border-collapse: collapse;}
.clearfix,.clr{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.header_top{width:100%; height:110px; background: url(../images/header.jpg) no-repeat center; background-size: cover;}
.h_logo{width:237px; height:110px; float: left; display: flex; align-items: center;}
.h_logo img{align-items: center; margin: 0px auto; max-width: 100%}
.header_input{width:280px; height: 40px; float: right; background: #fff; border-radius:6px; margin-top:34px}
.header_input input[type="text"]{width:85%; height: 100%; float: left; font-size:14px; color: #4d4d4d; border: 0; padding: 0 10px; border-radius:6px }
.h_submit{width:15%; height: 40px; float: right; background: url(../images/search.png) no-repeat center; border: 0}
.header_top .w1440{display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}

.header_nav_top a{color:#fff; font-size:16px; line-height: 110px; margin-right: 40px;}
.header_nav_top a:last-child{margin-right: 0}
.header_nav_top a:hover{font-weight: bold;}
.header_nav_top a.active{font-weight: bold;}




/* 导航栏 */
.header_dao{width:100%; height:60px;  background:#fff}
.nav{width:auto; height:60px; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; }
.nav .nLi{ float:left;  position:relative; display:inline; height:60px; text-align: center;  margin-right:130px}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#4d4d4d;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#4d4d4d;  position: relative; margin: 0px auto; line-height:60px; }
.nav .sub{ display:none; left:50%; top:60px; position:absolute; line-height:26px; width:160px; margin-left: -80px; z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:24px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px; }
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:4px 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#006d33}
.nav .nLi.active p{ color:#006d33}
.nav .nLi:hover p{ color:#006d33}
.nav .nLi:last-child{margin-right: 0}

.zy_sub{width:200px!important; margin-left:-100px!important;}



/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner .swiper-slide a{width:100%; display: block}
.banner .swiper-slide a img{width:100%; display: block}
.banner .swiper-button-next,.banner .swiper-button-prev{width:55px; height:129px; border: 1px solid rgba(255,255,255,0.5); margin-top: -64.5px;}
.banner .swiper-button-next{background: url(../images/v_right.png) no-repeat center; right:2%}
.banner .swiper-button-prev{background: url(../images/v_left.png) no-repeat center; left:2%}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: ""}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: ""}
.banner .swiper-button-next:hover{background:rgba(255,255,255,0.5) url(../images/v_right.png) no-repeat center;}
.banner .swiper-button-prev:hover{background:rgba(255,255,255,0.5) url(../images/v_left.png) no-repeat center;}
.banner .swiper-pagination{bottom:50px}
.banner .swiper-pagination-bullet{width:12px; height: 12px; background: #fff; margin: 0 10px!important}



/*热点*/
.index_hot{width:100%; height: auto; overflow: hidden; background: url(../images/hot_img.png) no-repeat center}
.index_jrhd{width:48%; height: 78px; float: left;  }
.index_jrhd h4{color:#4d4d4d; font-size: 17px; font-weight: bold; background: url(../images/icon1.png) no-repeat left center; padding-left: 50px; float: left; line-height: 78px;}
.index_jrhd .txtMarquee-top{margin-left: 140px; height:30px; position: relative}
.index_jrhd .txtMarquee-top .hd{position: absolute; top:5px; right:0}
.index_jrhd .txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{width:10px; height: 18px; float:left }
.index_jrhd .txtMarquee-top .hd .next{background: url(../images/hot_right.png) no-repeat center}
.index_jrhd .txtMarquee-top .hd .prev{background: url(../images/hot_left.png) no-repeat center; margin-right:12px;}
.index_jrhd .txtMarquee-top .bd{width:100%; margin-top:24px;}
.index_jrhd .txtMarquee-top li{width:100%; height: 30px; line-height:30px;}
.index_jrhd .txtMarquee-top li a{color:#999999; font-size: 17px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_dshd{width:47%; height: auto; float: right}
.index_dshd h4{color:#4d4d4d; font-size: 17px; font-weight: bold; background: url(../images/icon2.png) no-repeat left center; padding-left: 50px; float: left; line-height:63px;}
.index_dshd .txtMarquee-top{margin-left: 140px; height:30px; position: relative}
.index_dshd .txtMarquee-top .hd{position: absolute; top:5px; right:0}
.index_dshd .txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{width:10px; height: 18px; float:left }
.index_dshd .txtMarquee-top .hd .next{background: url(../images/hot_right.png) no-repeat center}
.index_dshd .txtMarquee-top .hd .prev{background: url(../images/hot_left.png) no-repeat center; margin-right:12px;}
.index_dshd .txtMarquee-top .bd{width:100%; margin-top:16px;}
.index_dshd .txtMarquee-top li{width:100%; height: 30px; line-height:30px;}
.index_dshd .txtMarquee-top li a{color:#999999; font-size: 17px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}



/*第一部分*/
.index_one{width:100%; height: auto; overflow: hidden; margin-top: 60px; background: url(../images/about_bjs.jpg) no-repeat bottom center; padding-bottom: 58px}
.index_one_left{width:55%; height: auto; float: left}
.index_one_pic{width:100%; height: auto; overflow: hidden}
.index_one_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_one_xx{width:100%; height: auto; overflow: hidden; margin-top: 20px;}
.index_one_tt{width:70px; height: auto; float: left; text-align: right}
.index_one_tt p{color:#fff; font-size:16px; margin-bottom: 8px; line-height: 30px;}
.index_one_tt span{color:#fff; font-size:30px; font-weight: bold;}
.index_one_info{margin-left:100px; padding-right: 30px;}
.index_one_info h3{width:100%; height:30px; line-height:30px; color: #fff; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold; margin-bottom: 8px;}
.index_one_info p{width:100%; height: 52px; line-height: 26px; color: #fff; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_one_right{width:42%; height: auto; float: right}
.index_one_nav{width:100%; height: auto; overflow: hidden}
.index_one_nav a:hover{color:#006d33}
.in_one_more{float: right}
.in_one_more img{width:100%; display: block}
.index_one_left:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_one_right ul{width:100%; height: auto; overflow:hidden; margin-top:30px;}
.index_one_right ul li{width:100%; height: auto; overflow: hidden; margin-bottom: 20px; position: relative}
.one_right_time{width:60px; height: 60px;  border-radius: 50%; text-align: center; background: #e8e8e8; padding-top:9px; position: absolute; top:22px; left:0}
.one_right_time p{color:#4d4d4d; font-size: 17px; font-weight: bold;}
.one_right_time span{color:#9d9d9d; font-size: 12px; }
.one_right_xx{width:94%; height: auto; float: right; background: #f3f3f3; padding:12px 25px 12px 55px }
.one_right_xx h3{width:100%; height: 30px; line-height: 30px; color: #4d4d4d; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 5px;}
.one_right_xx p{width:100%; height:40px; line-height:20px; color: #999999; font-size: 14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}

.index_one_right ul li:hover .one_right_time{background: #006d33;}
.index_one_right ul li:hover .one_right_time p,.index_one_right ul li:hover .one_right_time span{color:#fff}
.index_one_right ul li:hover .one_right_xx h3{font-weight: bold; color:#006d33;}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background: #f3f3f3; padding:46px 0 }
.index_news_nav{width:100%; height: auto; overflow: hidden; margin-bottom:40px}
.news_nav_left{width:auto; float: left}
.news_nav_left a{color:#4d4d4d; font-size:17px; font-weight: bold; position: relative; float: left; padding-right:18px; margin-right:10px; line-height: 30px;}
.news_nav_left a:after{content: "/"; color:#4d4d4d; font-size: 17px; font-weight: bold; position: absolute; top:0; right:0}
.news_nav_left a:last-child::after{display: none;}
.news_nav_left a:hover{color:#006d33}
.news_nav_more{width:auto; float: right}
.news_nav_more img{width:100%; display: block}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-bottom:10px;}
.index_news_top li{width:31.7%; float: left; margin-right:2.4%; margin-bottom: 10px;  height: auto;}
.index_news_top li:nth-child(3n){margin-right: 0}
.inews_top_time{width:60px; height: 60px; border-radius: 50%; background: #006d33; text-align: center; padding-top:9px; position: relative; z-index: 9; 
	margin-left: 25px}
.inews_top_time span{color:#fff; font-size:17px; font-weight: bold;}
.inews_top_time p{color:#fff; font-size:12px;}
.inews_top_xx{width:100%; height: auto; overflow: hidden; background: #fff; padding:48px 25px 30px; margin-top: -28px}
.inews_top_xx h4{width:100%; height:52px; line-height: 26px; font-size: 16px; color: #4d4d4d; font-weight: bold;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-bottom:10px;}
.inews_top_xx p{width:100%; height:48px; line-height: 24px; font-size: 14px; color: #999999;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_news_bottom{width:100%; height: auto; overflow: hidden}
.index_news_bottom li{width:31.7%; height: 60px; line-height:60px; float: left; background: #fff; margin-right:2.4%; margin-bottom: 10px; padding: 0 20px;}
.index_news_bottom li:nth-child(3n){margin-right: 0}
.index_news_bottom li h4{width:60%; height: 100%; float: left; color:#4d4d4d; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_bottom li span{color:#9d9d9d; font-size: 12px; float: right}
.index_news_bottom li:hover h4,.index_news_bottom li:hover span{color:#006d33}
.index_news_bottom li:hover h4{font-weight: bold;}
.index_news_top li:hover .inews_top_xx h4{font-weight: bold; color:#006d33}





/*新闻*/
.index_zyzxgl{width:100%; height: auto; overflow: hidden; margin-top:42px}
.index_zyzxgl_li{width:100%; height: auto; overflow: hidden}
.index_zyzxgl_li ul{width:100%; height: auto; overflow: hidden}
.index_zyzxgl_li ul li{width:15%; min-height:400px; background:#f3f3f3; float: left; margin-right:2%; position: relative; overflow: hidden}
.index_zyzxgl_li ul li:nth-child(6){margin-right: 0}
.index_zyzxgl_li ul li img{width:100%; height:auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_zyzxgl_li ul li a{width:100%; height: 100%; position: absolute; top:0; left:0; padding:36px 0 0}
.in_zyzx_icon{width:70px; height: auto; margin: 0px auto;}
.in_zyzx_icon img{width:100%; border-radius: 50%;}
.in_zyzx_xinfo{width:70px; height: 239px; margin:15px auto 35px; background: url(../images/zy_xian.png) no-repeat center; text-align: center; 
	line-height: 70px;}
.index_zyzxgl_li ul li:nth-child(odd) .in_zyzx_xinfo{font-size: 18px; color: #fff; writing-mode:tb-rl; writing-mode:vertical-rl;}
.index_zyzxgl_li ul li:nth-child(even) .in_zyzx_xinfo{font-size: 18px; color: #4d4d4d; writing-mode:tb-rl; writing-mode:vertical-rl;}
.index_zyzxgl_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;}
.index_zyzxgl_li ul li:nth-child(even) .in_zyzx_xinfo{background: url(../images/zy_hxian.png) no-repeat center;}



/*通知公告*/
.index_tzgg{width:100%; height: auto; overflow: hidden; margin-top: 50px; margin-bottom: 50px;}
.index_zyzxgl_title{width:100%; height: auto; overflow: hidden; position: relative; margin-bottom:32px}
.index_zyzxgl_title h4{color:#4d4d4d; font-size: 20px; font-weight: bold; position: relative; margin: 0px auto; padding: 0 95px; display: table}
.index_zyzxgl_title h4:after{content: ""; width:76px; height: 25px; background: url(../images/nav_licon.png) no-repeat; position: absolute; top:0; left:0}
.index_zyzxgl_title h4:before{content: ""; width:76px; height: 25px; background: url(../images/nav_ricon.png) no-repeat; position: absolute; top:0; right:0}
.index_tzgg_all{width:100%; height: auto; overflow: hidden}
.index_tzgg_all .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block}
.index_tzgg_pic{width:100%; height: auto; overflow: hidden}
.index_tzgg_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_tzgg_all .swiper-slide a h4{width:100%; height: 60px; background: #f3f3f3; padding: 0 10px; text-align: center; line-height:60px; font-size:16px; color: #4d4d4d; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_tzgg_all .mySwiper{width:100%; height: auto; overflow: hidden; padding-bottom:70px; position: relative}
.index_tzgg_all .swiper-button-next,.index_tzgg_all .swiper-button-prev{width:10px; height: 48px; top:auto; bottom:0; margin-top: 0}
.index_tzgg_all .swiper-button-next{background: url(../images/hot_right.png) no-repeat center; right:48%}
.index_tzgg_all .swiper-button-prev{background: url(../images/hot_left.png) no-repeat center; left:48%}
.index_tzgg_all .swiper-button-next:hover{background: url(../images/hot_hright.png) no-repeat center; right:48%}
.index_tzgg_all .swiper-button-prev:hover{background: url(../images/hot_hleft.png) no-repeat center; left:48%}
.index_tzgg_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_tzgg_all .swiper-slide a:hover h4{background: #e8e8e8}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden; position: relative; padding: 70px 0 40px; background: #f3f3f3}
.footer_top{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e8e8e8; padding-bottom: 30px}
.f_logo{width:306px; height: auto; float: left}
.f_logo img{width:100%; display: block}
.footer_xx{float: right; margin-top:18px;}
.footer_xx p{padding-left:42px; font-size: 16px; color: #4d4d4d; float: left; line-height: 45px; margin-left:50px;}
.f1{background: url(../images/f_i1.png) no-repeat left center; }
.f2{background: url(../images/f_i2.png) no-repeat left center;}
.footer_bottom{width:100%; height: auto; overflow: hidden; margin-top: 20px; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.footer_bottom dl{float: left}
.footer_bottom dl dt{color:#4d4d4d; font-size: 16px; font-weight: bold; margin-bottom:10px;}
.footer_bottom dl dd{width:100%; height: auto; overflow: hidden}
.footer_bottom dl dd a{color:#777777; font-size: 14px; margin-bottom:2px; display: block; line-height: 30px;}
.footer_bottom dl dd a:hover{color:#006d33}
.f_copy{width:100%; height:65px; overflow: hidden; line-height:65px; background: url(../images/header.jpg) no-repeat center; background-size: cover;}
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto; float: left; }
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{font-weight: bold;}
.footer_zhichi{width:auto; height:auto; float: right;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%; line-height:65px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:82px;height:65px; background: url(../images/yd_icon.png) no-repeat center; }
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top:12px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -125px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    width:40px;
}
.lxfx li i.icon-tel {
   background: url(../images/dh_icon.png) no-repeat center
}
.lxfx li i.icon-ly {
   background: url(../images/ly_icon.png) no-repeat center
}
.lxfx li i.icon-wx {
   background: url(../images/wx_icon.png) no-repeat center
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
   background: url(../images/top_icon.png) no-repeat center
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:url(../images/header.jpg) no-repeat center;
	background-size: cover;
    height: 72px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}


/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}


/*about*/
.ny_banner{width: 100%; height: 250px; clear: both;}
#about{background: url(../images/about_banner.jpg) no-repeat center;}
#news{background: url(../images/news_banner.jpg) no-repeat center;}
#wzzy{background: url(../images/wzzy_banner.jpg) no-repeat center;}
#tzgg{background: url(../images/tzgg_banner.jpg) no-repeat center;}
#service{background: url(../images/service_banner.jpg) no-repeat center;}
#rlzy{background: url(../images/rlzy_banner.jpg) no-repeat center;}
#hdzy{background: url(../images/hdzy_banner.jpg) no-repeat center;}
#dzzy{background: url(../images/dzzy_banner.jpg) no-repeat center;}



.w1110{width: 1250px; margin:40px auto 60px; clear: both}
.ny_l{ width: 260px; float: left;}
.sub{width: 100%; float: left;}
.ny_rd { width: 100%; padding: 30px 30px;  word-break: break-all; line-height: 30px; overflow:hidden; font-size:16px; color:#666}
.ny_rd p{ line-height: 30px; overflow:hidden; font-size:16px; color:#666}

.ny_tlzy_pic{width:50%; height:auto; overflow:hidden; text-align:center; margin:0px auto;}
.ny_tlzy_pic img{max-width:100%;}
.sub_t {
    width: 100%;
    height: 68px;
    color: #fff;
    background-image: linear-gradient(to left, #006e33 , #38a83b); 
	background-image: -webkit-gradient(to left, #006e33 , #38a83b); 
	background-image: -webkit-radial-gradient(to left, #006e33 , #38a83b);
	border-radius:5px 5px 0 0;
    clear: both
}

.sub_t h2 {
    font-size: 20px;
    padding-top: 10px;
    text-indent: 1em;
    line-height: 30px;
}

.sub_t p {
    text-indent: 1.4em;
}

.sub_d {
    width: 100%;
    border: #e8e8e8 1px solid;
    border-bottom: none;
    float: left
}

.sub_d li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-indent: 1.5em;
    border-bottom: #e8e8e8 1px solid;
    float: left
}

.sub_d li a {
	font-size:16px;
    color: #252525;
    display: block;
    background: url(../images/sub.jpg) no-repeat right center;
}

.sub_d li a:hover, .sub_d li a.active {
    color: #006d33;
    background: url(../images/sub_hover.jpg) no-repeat right center;
}

.ny_con {
    width: 100%;
    margin-top: 15px;
    float: left;
}

.ny_con h2 {
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-indent: 1em;
    background-image: linear-gradient(to left, #006e33 , #38a83b); 
	background-image: -webkit-gradient(to left, #006e33 , #38a83b); 
	background-image: -webkit-radial-gradient(to left, #006e33 , #38a83b); font-size:24px; border-radius:5px 5px 0 0;
    clear: both;
}

.ny_con ul {
    width: 100%;
    border: #e8e8e8 1px solid;
    border-bottom: none;
	
}

.ny_con ul li {
    width: 100%;
    padding: 20px;
    border-bottom: #e8e8e8 1px solid;
  
}

.ny_con ul li img {
    float: left;
    padding-right: 15px; margin-top: 6px;
}

.ny_con ul li p {
    font-size: 12px; line-height:25px; color:#666
}

.ny_con ul li h3 {
    color: #006d33;
    font-size:20px;
}

.ny_con ul li a {
    background: #006d33;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    width: 92px;
    height: 30px;
    display: inline-block;
    margin-top: 2px;
    color: #fff;
}

.ny_r{width: 975px; border: #e8e8e8 1px solid; float: right;}
.ny_rt {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background: #fafafa;
    border-bottom: #e8e8e8 1px solid;
    clear: both;
}

.ny_rt h3 {
    float: left;
    color: #006d33;
    padding-left:20px;
}

.ny_rt span {
    float: right;
    
    padding-right: 30px;
    color: #999;
}

.ny_rt span a {
    color: #999;
}




/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; padding:30px;}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:102px;height: auto; float: left;margin-top:18px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 36px; color: #c8c8c8}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top:12px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #006d33}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:24%; height:auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#006d33}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{     color: #333;    font-size: 16px;    line-height: 32px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_service_all img,.ny_news_show img{max-width:100%}
.ny_news_time{width: 100%; line-height: 30px; color: #999; height:auto; margin-bottom: 20px;
			border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
			clear: both}

.news_xx_info{margin-left:122px; margin-top:12px;}
.news_xx_info h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.news_xx_info p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx_info span{font-size: 14px; color: #aaaaaa}
.keyword_light img{max-width:100%}
.keyword_light{font-size:16px; color:#666; line-height:30px;}
.keyword_light p{font-size:16px; color:#666; line-height:30px;}




/*honor*/
.honor {
    width: 100%;
    clear: both; overflow:hidden; margin-bottom:20px;
}

.honor li {
    width:218px;
    border: #e8e8e8 1px solid;
    padding: 2px;
    margin: 0px 5px 5px;
    float: left;
}

.honor_pic{width:100%; height:auto; display: flex; align-items: center; overflow:hidden}
.honor1_pic{width:100%; height:146px; display: flex; align-items: center; overflow:hidden}
.honor2_pic{width:100%; height:210px; display: flex; align-items: center; overflow:hidden}
.honor li img {  width: 100%; align-items: center; margin: 0px auto;  max-height:100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.honor li p {
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-top: 2px;
    background: #eee;
    color: #666;
    overflow: hidden;
    clear: both; text-overflow:ellipsis; white-space:nowrap; padding:0 10px;
}

.honor li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}

.honor li:hover p {
    background: #006d33;
    color: #fff;
}
