@charset "utf-8";

/**common**/
body{ margin:0px; padding:0px; font-family:"微软雅黑"; font-size:14px;min-width: 1200px;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p {padding:0; margin:0; font:14px Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th{font-size:14px;}
ol,ul {list-style:none;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
.clear{*zoom:1;}
.clear:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
input[type="text"] {
 -webkit-appearance: none;
}
textarea{
 -webkit-appearance: none;
}

@font-face { 
font-family: Helvetica33;/**定义font的名字**/
src: url(../font/Helvetica33.OTF);/**引入字体文件**/
}



	/**top**/
	.ly_top { width:100%; height: 100px; margin: 0 auto; padding: 0; background-color: #fff;}
	.ly_top .top_main { width:1200px; height: 100px; margin: 0 auto; padding: 0;}
	.top_main .ly_logo { width:460px; height: 100px; overflow: hidden; margin: 0; padding: 0; float: left;}
	
	.top_tel{ float:left;font-size: 16px;color: #333; background:url(../images/tel.jpg) no-repeat left center;line-height: 30px;padding-left:45px;margin-left:72px;margin-top:15px;}
	.top_tel b{font-size: 30px;display: block;color:#00974a;}
	
	/**search**/
	.ly_search { width:300px; height: 40px; overflow: hidden; margin: 30px 0; padding: 0; float: right;}
	.ly_search .sc_ipt { width:240px; height: 40px; overflow: hidden; margin: 0; padding: 3px 20px; border-left: 1px solid #eaeaea; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-radius: 4px 0 0 4px; float: left; box-sizing: border-box;}
	.ly_search .sc_btn { width:60px; height: 40px; overflow: hidden; margin: 0; padding: 0; background-color: #00974a; border-radius: 0 4px 4px 0;}
	.sc_ipt input { display:block; width:100%; height: 32px; overflow: hidden; line-height: 32px; color: #666; font-size: 14px; border: none; outline: none; background: none;}
	.sc_btn input { display:block; width: 100%; height: 40px; background: url(../images/sc_btn1.png) center center no-repeat; border: none; outline: none;}
	
	/**nav**/
	.ly_nav { width:100%; height: 50px; margin: 0; padding: 0; background-color: #00974a; position: relative;}
	.nav { width: 1200px; height: 50px; margin: 0 auto; }
	.nav_item { float: left; position: relative; margin: 0;}
	.nav_item > a { display: block; width: 133px; height: 50px; padding: 0; line-height: 50px; color: #fff; font-size: 15px; text-align: center; -webkit-transition: all .4s; transition: all .4s; }
	.nav_item > a:hover, .nav_item > a.navon { color: #fff; background-color: #006432;}

	.menu_open { display: none; }
	
	.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; top: 100%; z-index: 10; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); background: #fff; border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
	.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	.subopen { display: none; }
	.nav_item2 { width: 100%; line-height: 48px; }
	.nav_item2 a { display: block; padding: 0 10px; color: #666; font-size: 14px; white-space: nowrap; text-align: center; }
	.nav_item2:hover a { background-color: #006432; color: #fff; }
	.hcover { display: none; }	
	
	/**banner**/
	.apple-banner { width: 100%; height: 498px; overflow: hidden;}
	.apple-banner .swiper-container { width: 100%; height: 498px;}
	.swiper-button-prev,.swiper-button-next { width: 15%; height: 100%; top:0; background:none;}
	.swiper-button-prev { left:0;}	
	.swiper-button-next { right:0;}	
	.swiper-button-prev span,.swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; left: 20px; top: 50%; margin-top:-32px; border-radius: 100%; background: rgba(0,0,0,0.5) url(../images/arrows1.png) no-repeat center center; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
	.swiper-button-next span { background: rgba(0,0,0,0.5) url(../images/arrows2.png) no-repeat center center; left:auto; right:20px; }
	.swiper-button-prev:hover span,.swiper-button-next:hover span{ opacity: .6;}
	/*分页器*/
	.apple-banner .swiper-pagination{ top:auto; bottom:20px; background:none;}
	.apple-banner  .swiper-pagination-bullet { display: inline-block; width: 50px; margin: 0 3px; cursor: pointer; background: none; border-radius:0; opacity: 1;}
	.apple-banner  .swiper-pagination-bullet span { width: 50px; height: 2px; display: block; background: rgba(0,0,0,0.3);}
	.apple-banner .swiper-pagination-bullet-active span{ background-color: #fff;}
	.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255,255,255,0.5);}
	.apple-banner  .swiper-pagination-bullet i{ background-color: #fff; height: 2px; transform:scaleX(0); transform-origin: 0; display: block;}
	.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1);}
	.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1);}
	.apple-banner  .autoplay .replace span{ background-color:#fff;}
	/*内容样式*/
	.slide1 { background:url(../images/banner1.jpg) center center no-repeat; background-size: cover;}
	.slide2 { background:url(../images/banner2.jpg) center center no-repeat; background-size: cover;}
	
	/**我们能提供的服务**/
	.ly_service { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
		
	/**product**/
	.ly_products { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.protab { width:1200px; height: 44px; overflow: hidden; margin: 0 auto 40px; padding: 0; text-align: center;}
	.protab ul { display:inline-block;}
	.protab ul li { width:160px; height: 44px; overflow: hidden; margin: 0; padding: 0 5px; float: left; cursor: pointer;}
	.protab ul li span { display:block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #666; font-size: 16px; text-align: center; background-color: #f5f5f5;}
	.protab ul li.protab0 span { background-color: #00974a; color: #fff;}
	
	.pro_list { width:1200px; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_list ul li { width:285px; overflow: hidden; margin: 0 20px 0 0; padding: 0; float: left;}
	.pro_list ul li:nth-child(4n+4) { margin:0;}
	.pro_list ul li .pro_img a { display:block; width:285px; height: 285px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list ul li p a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list ul li .pro_img a:hover { border: 1px solid #00974a;}
	.pro_list ul li p a:hover { color: #00974a;}
	
	/**产品目录**/
	.pro_menu { width:285px; overflow: hidden; margin: 0 0 20px; padding: 0; float: left;}
	.pro_menu .pro_menu_tit { width:100%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 24px; margin: 0 auto; padding: 0 20px; background-color: #00974a; box-sizing: border-box;}
	.pro_menu_tit span { display: inline-block; font-size: 14px; font-style: italic; margin: 0 0 0 10px;}
	.pro_menu_tit em{cursor: pointer;display: none;font-size: 14px;width: 30%;text-align: right;color: #ffffff;height:50px;line-height: 50px;float: right;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
	.pro_menu ul.dropdown { display:block;width: 100%; background-color: #fff; font-family: "Montserrat", sans-serif; margin: 0; padding: 10px 0 0; border-right: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.pro_menu ul.dropdown li { border-bottom: 1px solid #eaeaea; position: relative;}
	.pro_menu ul.dropdown li:hover {}
	.pro_menu ul.dropdown li a { display: block; width:277px; height: 44px; overflow: hidden; line-height: 44px; color: #333; font-size: 14px; text-decoration: none; margin: 0; padding:0 20px; box-sizing: border-box;}
	.pro_menu ul.dropdown li:hover a { color: #00974a;}
	.pro_menu ul.dropdown li p { width:44px; height: 44px; margin: 0; padding: 0; position: absolute; top: 0; right: 0; cursor: pointer;}
	.pro_menu ul.dropdown li p.showWordsBtn { background: url(../images/jt1.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li:hover p.showWordsBtn { background: url(../images/jt01.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li p.hideWordsBtn { background: url(../images/jt02.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li > ul { margin:0; padding: 0; background-color: #fafafa;}
	.pro_menu ul.dropdown li > ul li { border: none;}
	.pro_menu ul.dropdown li > ul li a { color: #666; padding: 0 30px; background: none;}
	.pro_menu ul.dropdown li:hover > ul li a { background: none; color: #999;}
	.pro_menu ul.dropdown li > ul li a:hover { background-color: #f8f8f8; color:#00974a;}
	
	.pro_list1 { width:895px; overflow: hidden; margin: 0 auto; padding: 0; float: right;}
	.pro_list1 ul li { width:285px; overflow: hidden; margin: 0 20px 20px 0; padding: 0; float: left;}
	.pro_list1 ul li:nth-child(3n+3) { margin:0 0 20px;}
	.pro_list1 ul li .pro_img a { display: block; width:100%; height: 285px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list1 ul li p a { display: block; width:100%; height: 54px; overflow: hidden; line-height: 54px; color: #666; font-size: 14px; text-align: center; box-sizing: border-box;}
	.pro_list1 ul li .pro_img a:hover { border: 1px solid #00974a;}
	.pro_list1 ul li p a:hover { color: #00974a;}
	
	.pro_list2 { width:100%; overflow: hidden; margin: 0 auto; padding: 0; float: right;}
	.pro_list2 ul li { width:31%; overflow: hidden; margin: 0 3.5% 20px 0; padding: 0; float: left;}
	.pro_list2 ul li:nth-child(3n+3) { margin:0 0 20px;}
	.pro_list2 ul li .pro_img a { display: block; width:100%; height: 285px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_list2 ul li .xc_img a { display: block; width:100%; height: 200px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img, .xc_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	
	.pro_list2 ul li p a { display: block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list2 ul li .pro_img a:hover { border: 1px solid #00974a;}
	.pro_list2 ul li p a:hover { color: #00974a;}
	
	.ly_more { width:100%; overflow: hidden; margin: 20px auto 0; padding: 0;}
	.ly_more a { display:block; width: 158px; height: 38px; overflow: hidden; line-height: 38px; color: #00974a; font-size: 14px; text-align: center; border: 1px solid #00974a; margin: 0 auto; padding: 0;}
	.ly_more a:hover { color:#fff; background-color: #00974a;}
	
	/**about**/
	.ly_about { width:100%; overflow: hidden; margin: 60px auto; padding: 60px 0; background-color: #f7f7f7;}
	.ly_about .ab_tit { width:1200px; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.ab_tit b { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #333; font-size: 40px; font-weight: normal; text-align: center;}
	.ab_tit em { display:block; width: 30px; height: 3px; overflow: hidden; margin: 10px auto; padding: 0; background-color: #00974a;}
	.ab_tit span { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #555; font-size: 16px; text-align: center; opacity: 0.8;}
	.ly_about .ab_main { width:1200px; overflow: hidden; margin: 0 auto; padding: 0;}
	.ab_main .ab_text { width:680px; overflow: hidden; margin: 0; padding: 0; float: right;}
	.ab_text p { width:100%; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 0; color: #555; font-size: 14px; text-indent: 2em; text-align: justify;height: 220px;}
	.ab_text a { display:block; width: 158px; height: 38px; overflow: hidden; line-height: 38px; color: #00974a; font-size: 14px; text-align: center; margin: 40px 0 0; border: 1px solid #00974a; opacity: 0.8; float: right;}
	.ab_text a:hover { opacity: 1;}
	.ab_main .ab_img { width:480px; height: 300px; overflow: hidden; margin: 0; padding: 0; position: relative; float: left;}
	.ab_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	
	/**四大实力见证**/
	.ly_sljz { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.ly_sljz ul li { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_sljz ul li .sljz_l, .ly_sljz ul li .sljz_r { width:48%; padding: 40px 0 0; position: relative;}
	.ly_sljz ul li .sljz_l { float:left;}
	.ly_sljz ul li .sljz_r { float:right;}
	.sljz_l .sljz_tit, .sljz_r .sljz_tit { width:100%; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.sljz_tit em { display:block; width:100%; overflow: hidden; margin: 0 auto 4px; padding: 0; color: #666; font-size: 18px; font-style: normal;}
	.sljz_tit i { width:100%; overflow: hidden; color: #00974a; font-size: 30px; margin: 0 auto 20px; padding: 0;display:block;}
	.sljz_tit span { display:block; width: 60px; height: 3px; overflow: hidden; margin: 0; padding: 0; background-color: #00974a;}
	.sljz_l p, .sljz_r p { width:100%; overflow: hidden; line-height: 28px; margin: 0 auto; padding: 0; color: #999; font-size: 16px; text-align: justify;}
	.sljz_l img, .sljz_r img { display:block; width:100%; overflow: hidden; margin: 0; padding: 0;}
	.sljz_l b, .sljz_r b { display:block; margin: 0; padding: 20px 10px; color: #fff; font-size: 48px; background-color: #00974a; position: absolute; top: 0;}
	.sljz_l b { left:30px;}
	.sljz_r b { right:30px;}
	
	/**new**/
	.ly_tit { width:1200px; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.ly_tit i { width:100%; overflow: hidden; color: #333; font-size: 40px; font-weight: normal; text-align: center; margin: 0 auto; padding: 0; display:block;}
	.ly_tit em { display:block; width: 30px; height: 3px; overflow: hidden; margin: 10px auto; padding: 0; background-color: #00974a;}
	.ly_tit span { display:block; width: 100%; overflow: hidden; color: #999; font-size: 16px; text-align: center; margin: 0 auto; padding: 0;}
	
	.ly_news { width:1200px; margin: 60px auto 20px; padding: 0;}
	.ly_news ul { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_news ul li { width:48%; height: 90px; overflow: hidden; margin: 0 4% 40px 0; padding: 0 0 0 110px; float: left; box-sizing: border-box; position: relative;}
	.ly_news ul li:nth-child(2n+2) { margin:0 0 40px;}
	
	.ly_news ul li .nw_time { width:90px; height: 90px; overflow: hidden; margin: 0; padding: 0; position: absolute; left: 0; top: 0;}
	.nw_time a { display:block; width:90px; height: 90px; overflow: hidden; margin: 0; padding: 12px 0; border: 1px solid #333; border-radius: 50%; box-sizing: border-box;}
	.nw_time a span { width:100%; overflow: hidden; margin: 0 auto; padding: 9px; color: #333; font-size: 31px; text-align: center;}
	.nw_time a p { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-size: 19px; text-align: center;}
	.nw_time a:hover { border:1px solid #00974a; background-color: #00974a;}
	.nw_time a:hover span, .nw_time a:hover p { color:#fff;}
	.ly_news ul li .nw_text { width:100%; height: 90px; overflow: hidden; margin: 0; padding: 0;}
	.nw_text span { width:100%; height: 32px; overflow: hidden; line-height: 32px; margin: 0 auto 10px; padding: 0; display:block;}
	.nw_text span a { color: #2b2b2b; font-size: 18px;}
	.nw_text span a:hover { color: #00974a;}
	.nw_text p { width:100%; height: 48px; overflow: hidden; line-height: 24px; text-indent: 2em; text-align: justify; margin: 0 auto ; padding: 0;}
	.nw_text p a { color: #999; font-size: 14px;}
	
	/**服务流程**/
	.ly_fwlc { width:100%; overflow: hidden; margin: 0 auto; padding: 60px 0; background: url(../images/fwlc.jpg) center center no-repeat; background-size: cover;}
	.ly_fwlc ul { width:1188px; overflow: hidden; margin: 40px auto 0; padding: 0 6px; display: flex;}
	.ly_fwlc ul li { width:108px;}
	.ly_fwlc ul li p { width:100px; height: 100px; overflow: hidden; margin: 0 auto 10px; padding: 0; border: 4px solid #fff; border-radius: 50%; box-sizing: border-box;}
	.ly_fwlc ul li p img { display:block; width:44px; height: 44px; margin: 0 auto; padding: 24px 0;}
	.ly_fwlc ul li span { display: block; width:100%; overflow: hidden; color: #fff; font-size: 14px; text-align: center; margin: 0 auto; padding: 0;}
	.ly_fwlc ul li img.lcjt { display:block; width: 30px; height: 30px; overflow: hidden; margin: 35px auto; padding: 0;}
	
	/**foot**/
	.ly_foot { width:100%; overflow: hidden; margin: 0 auto; padding: 40px 0; background-color: #fff;}
	.ly_foot .ft_link { width:1200px; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 0; text-align: justify;}
	.ft_link span, .ft_link a { display:inline-block; font-size: 14px;}
	.ft_link span { color:#333;}
	.ft_link a { padding:0 10px; color: #979aab;}
	.ft_link a:hover { color:#fff;}
	
	.ly_foot .ft_main { width:1200px; overflow: hidden; margin: 0 auto; padding: 40px 0; border-bottom: 1px solid #fff;}
	.ft_main .ft_contact, .ft_main .ft_prolist { float: left; padding: 0 120px 0 0; border-right: 1px solid #dcdbdb;}
	.ft_main .ft_prolist { padding:0 120px;}
	.ft_main .ft_ewm { float: right;}
	.ft_contact em, .ft_prolist em { display:block; margin: 0 auto 20px; padding: 0; color: #979aab; font-size: 16px; font-weight: bold; font-style: normal;}
	.ft_contact ul li, .ft_prolist ul li a { display:block; overflow: hidden; line-height: 40px; color: #979aab; font-size: 14px;width: 290px;height: 40px;}
	.ft_contact ul li img { display:block; width: 40px; height: 40px; float: left;}
	.ft_prolist ul li a:hover { color:#00974a;}
	.ft_ewm img { display:block; width: 140px; height: 140px; overflow: hidden; margin: 20px auto 10px; padding: 0;}
	.ft_ewm p { color:#979aab; font-size: 14px; text-align: center;}
	
	.ly_foot .ft_copy { width:100%; overflow: hidden; margin: 0 auto; padding: 40px 0 0; border-top: 1px solid #dcdbdb;}
	.ft_copy p { width:1200px; overflow: hidden; line-height: 24px; color:#979aab; font-size: 14px; text-align: center; margin: 0 auto; padding: 0;}
	.ft_copy p a { color:#979aab;}
	.ft_copy p a:hover { color:#666;}
	
	/**nybanner**/
	.nybanner { width:100%; height: 400px; overflow: hidden; margin: 0 auto 20px; padding: 0; position: relative;}
	.nybanner img { display: block; width: 1920px; height: 400px; overflow: hidden; margin: -200px 0 0 -960px; position: absolute; left: 50%; top: 50%;}
	
	/**nymain**/
	.ny_main { width:1200px; overflow: hidden; margin: 20px auto; padding: 0;}
	.ny_main .ny_l { width:285px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.ny_main .ny_r { width:875px; overflow: hidden; margin: 0; padding: 0; float: right;}
	.ny_lcon { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.ny_ltit { width:100%; height: 60px; overflow: hidden; line-height: 40px; color: #fff; font-size: 24px; margin: 0 auto; padding: 10px 20px; background-color: #00974a; box-sizing: border-box;}
	.ny_ltit span { display: inline-block; font-size: 14px; font-style: italic; margin: 0 0 0 10px;}
	.ny_lcon ul { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 10px 10px; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_lcon ul li { width:100%; overflow: hidden; margin:0 auto 10px; padding: 0;}
	.ny_lcon ul li a { display:block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 14px; background: #f5f5f5 url(../images/jt_tb2.png) 200px 14px no-repeat; margin: 0 auto; padding: 0 10px;}
	.ny_lcon ul li a:hover, .ny_lcon ul li a.nyon { color:#fff; background: #00974a url(../images/jt_tb3.png) 200px 14px no-repeat;}
	
	.ny_lnew { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 9px; border-right: 1px solid #dfdfdf; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_lnew ol li { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px dotted #eaeaea;}
	.ny_lnew ol li a { color: #666; font-size: 14px;display:block;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
	.ny_lnew ol li a:hover { color:#00974a;}
	.ny_lnew ol li a span { display:block; width:4px; height: 4px; overflow: hidden; margin: 18px 10px 18px 0; padding: 0; background-color: #00974a; border-radius: 50%; float: left;}
	
	.ny_lcon .ny_llxwm { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 20px 10px; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_llxwm p { width:100%; overflow: hidden; line-height: 22px; color: #333; font-size: 14px; margin: 0 auto 10px; padding: 0;}
	.ny_llxwm p span, .ny_llxwm p em { color:#999; font-style: normal;}
	.ny_llxwm p em { display: block; text-indent: 2em; text-align: justify; margin: 4px 0 0;}
	.ny_llxwm p a { display: block; color:#00974a; text-decoration: underline; text-indent: 2em; text-align: justify; margin: 4px 0 0;}
	.ny_llxwm p a:hover { color:#00974a;}
		
	
	/**nw_list**/
	.nw_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.nw_list ul li { width:100%; height: 110px; overflow: hidden; margin: 0 auto 20px; padding: 0 0 20px 110px; border-bottom: 1px solid #eaeaea; box-sizing: border-box; position: relative;}
	.nw_list ul li .nws_time { width:90px; height: 90px; overflow: hidden; margin: 0; padding: 0; position: absolute; left: 0; top: 0;}
	.nw_list ul li .nws_time a { display:block; width:90px; height: 90px; overflow: hidden; margin: 0; padding: 12px 0; border: 1px solid #333; border-radius: 50%; box-sizing: border-box;}
	.nw_list ul li .nws_time a em { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0px; color: #333; font-size: 31px; text-align: center;}
	.nw_list ul li .nws_time a span { display:block; width: 100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-size: 19px; text-align: center;}
	
	.nw_list ul li:hover .nws_time a { background-color: #00974a; border: 1px solid #00974a;}
	.nw_list ul li:hover .nws_time a em, .nw_list ul li:hover .nws_time a span { color:#fff;}	
	.nw_list ul li .nws_text { width:100%; height: 84px; overflow: hidden; margin: 0; padding: 8px 0;}
	.nw_list ul li .nws_text h5 a { display: block; width:100%; height: 26px; overflow: hidden; line-height: 26px; color: #2b2b2b; font-size: 18px; margin: 0 auto 10px; padding: 0;}
	.nw_list ul li .nws_text p a { display: block; width:100%; height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
	.nw_list ul li:hover .nws_text h5 a { color:#00974a;}
	
	/**渠道加盟**/
	.join_list { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.join_list ul li { width:100%; overflow: hidden; margin: 0 auto 60px; padding: 0;}
	.join_list ul li .join_img { width:560px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.join_img img { display:block; width:100%; overflow: hidden; margin: 0; padding: 0;}
	.join_list ul li .join_text { width:560px; overflow: hidden; margin: 0; padding: 0; float: right;}
	.join_list ul li:nth-child(2n+2) .join_img { float:right;}
	.join_list ul li:nth-child(2n+2) .join_text { float:left;}
	.join_text h5 { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.join_text h5 span { display:block; width:8px; height: 8px; overflow: hidden; background-color: #00974a; border-radius: 50%; margin: 16px 16px 16px 0; padding: 0; float: left;}
	.join_text p { width:100%; overflow: hidden; line-height: 30px; margin: 0; padding: 0; color: #666; font-size: 16px; text-indent: 2em; text-align: justify;}
	.join_text p span { display: block; width:100%; height: 30px; line-height: 30px; color: #666; font-size: 16px; text-indent: 0; margin: 0; padding: 0 0 0 32px; box-sizing: border-box;}
	.join_text p span em { display:block; width: 4px; height: 4px; overflow: hidden; border: 1px solid #00974a; border-radius: 50%; margin: 12px 12px 12px 0; padding: 0; float: left;}
	
	.join_form { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.join_form .join_fm_tit { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 0;}
	.join_form .join_fl, .join_form .join_fr { width:560px; overflow: hidden; margin: 0; padding: 0;}
	.join_form .join_fl { float:left;}
	.join_form .join_fr { float:right;}
	.join_fl ul li { width:560px; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.join_fl ul li p { width:80px; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; margin: 0; padding: 0; float: left;}
	.join_fl ul li .join_ipt { width:478px; overflow: hidden; border: 1px solid #dfdfdf; padding: 0; margin: 0;}
	.join_fl ul li .join_btn { width:480px; overflow: hidden; padding: 0; margin: 10px 0 0;}
	.join_ipt input, .join_ipt select { display:block; width:100%; height: 40px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.join_btn input { display:block; width:100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 16px; background-color: #00974a; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.join_fl ul li .fm_half { width:270px; margin: 0 20px 0 0; float: left;}
	.join_fl ul li .fm_half:nth-child(2n+2) { margin:0;}
	.join_fl ul li .fm_half .join_ipt { width:188px;}
	.join_ipt textarea { display:block; width:100%; height: 140px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; resize: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	
	.join_fr p { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0; color:#333; font-size: 14px; font-weight: bold;}
	.join_fr ul li { width:100%; overflow: hidden; line-height: 32px; color: #666; font-size: 14px;}
		
	/**产品咨询**/
	.pro_form { width:875px; overflow: hidden; margin: 40px auto 20px; padding: 0;}
	.pro_form ul li { width:875px; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.pro_form ul li p { width:70px; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; margin: 0; padding: 0 10px 0 0; float: left;}
	.pro_form ul li .pro_fmipt { width:793px; overflow: hidden; border: 1px solid #dfdfdf; padding: 0; margin: 0; position: relative;}
	.pro_form ul li .pro_fmbtn { width:795px; overflow: hidden; padding: 0; margin: 20px 0 0; float: left;}
	.pro_fmipt input, .pro_fmipt select { display:block; width:100%; height: 40px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.pro_fmbtn input { display:block; width:377px; height: 50px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; background-color: #607783; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box; float: left;}
	.pro_fmbtn input.tj { margin:0 40px 0 0; background-color: #00af80;}
	.pro_form ul li .fm_half { width:427px; margin: 0 20px 0 0; float: left;}
	.pro_form ul li .fm_half:nth-child(2n+2) { margin:0;}
	.pro_form ul li .fm_half .pro_fmipt { width:345px;}
	.pro_fmipt textarea { display:block; width:100%; height: 140px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; resize: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.pro_fmipt a { display:block; width: 100px; height: 40px; overflow: hidden; position: absolute; top: 0; right: 0;}
	.pro_fmipt a img { display:block; width: 100px; height: 40px; margin: 0 auto; padding: 0;}
	
	/**prodetail**/
	.pro_detail_main { width:1200px; overflow: hidden; margin: 60px auto; padding: 0; position: relative;}
	.pro_detail_main .pro_detail_img { width:440px; height: 440px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #dfdfdf; box-sizing: border-box; float: left;}
	.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
	.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_detail_main .pro_detail_text { width:680px; overflow: hidden; margin: 0; padding: 20px 0 0; float: right;}
	.pro_detail_text h3 { width:100%; overflow: hidden; line-height: 36px; color: #00974a; font-size: 24px; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 36px; color: #00974a; font-size: 24px; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_detail_text ul { width:100%; margin: 30px auto; padding: 0;}
	.pro_detail_text ul li { width:100%; max-height: 72px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: justify; margin: 10px auto; padding: 0;}
	.pro_detail_text ul li span { color:#333; font-weight: bold;}
	.pro_detail_text .pro_detail_btn { width:680px; height: 54px; overflow: hidden; margin: 0 auto; padding: 0; position: absolute; right: 0; bottom: 20px;}
	.pro_detail_btn a { display:block; width: 320px; height: 54px; overflow: hidden; line-height: 54px; color: #fff; font-size: 16px; text-align: center; margin: 0; padding: 0; float: left;}
	.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 40px 0 0; background-color: #00974a;}
	.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #00af80;}
	.pro_detail_btn a.prodtl_btn1:hover { background-color: #255abe;}
	.pro_detail_btn a.prodtl_btn2:hover { background-color: #00bd8a;}
	
	.swiper-container { width: 100%; height: 100%;}
	.swiper-slide { text-align: center;}
	.swiper-slide .part { width:100%; height: 100%; position: relative;}
	.swiper-slide .part img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0;}
	.swiper-pagination-bullet { width: 8px; height: 8px; background-color: rgba(0,0,0,0.5);}
	#swiper-container-01 .swiper-pagination-bullet-active { background-color: #00974a;}
	
	/**tjpro**/
	.tjpro { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.tjpro .tjpro_tit { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.tjpro .tjpro_list { width:1200px; height: 300px; overflow: hidden; margin: 0 auto; padding: 29px 19px; border: 1px solid #dfdfdf; box-sizing: border-box;}
	.tjpro_list .ly_scroll { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul li { width:290px; overflow: hidden; margin: 0 20px 0 0; padding: 0; float: left;}
	.ly_scroll ul li a { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul li a .ly_scroll_img { width:290px; height: 194px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #f8f8f8; position: relative;}
	.ly_scroll_img img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ly_scroll ul li a p { width:100%; height: 44px; overflow: hidden; margin: 0 auto; padding: 0; line-height: 44px; color: #fff; font-size: 14px; text-align: center; background-color: #00974a;}
	.ly_scroll ul li a:hover p { background-color: #00af80;}
	
	/**contact**/
	.ly_map { width:100%; height: 360px; overflow: hidden; margin: 20px auto; padding: 10px; border: 1px solid #eaeaea; box-sizing: border-box;}
	#dituContent { width:100%; height: 100%; overflow: hidden; margin: 0 auto;}
	
	.ly_contact { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
	.ly_contact h5 { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.ly_contact .con_text { width:100%; overflow: hidden; margin: 20px auto; padding: 0;}
	.con_text ul { width:54%; overflow: hidden; margin: 0; padding: 30px 0 30px 20px; float: left; box-sizing: border-box;}
	.con_text ul li { width:100%; overflow: hidden; line-height: 28px; color: #666; font-size: 14px; margin: 10px 0; padding: 0;}
	.con_text .con_img { width:40%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.con_img img { display:block; width: 100%; overflow: hidden; margin: 0; padding: 0;}
	



		
	/**page**/
	.ly_page { width:100%; overflow: hidden; margin: 20px auto 0; padding: 0; text-align: center;}
	.ly_page ul li { display:inline-block; height: 32px; overflow: hidden; margin: 0; padding: 0;}
	.ly_page ul a { display:inline-block; width: 30px; height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 14px; text-align: center; border: 1px solid #dfdfdf; margin: 0 2px;}
	.ly_page ul li a.pn { width:60px;}
	.ly_page ul a:hover, .ly_page ul a.pnnum1 { color:#fff; border: 1px solid #00974a; background-color: #00974a;}
	
	/**newsdetail**/
	.news_detail { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.news_detail h3 { width:100%; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;text-align: center;}
	.news_detail h1{ width:100%; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;text-align: center;}
	.news_detail .nwdtl_tip { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 12px; margin: 0 auto 40px; padding: 0 20px; background-color: #f5f5f5; box-sizing: border-box;text-align: center;}
	.nwdtl_tip span { display:inline-block; margin: 0 20px 0 0;}
	.news_detail .nwdtl_con { width:100%; overflow: hidden; margin: 40px auto 0; padding: 0;}
	.nwdtl_con p { width:100%; overflow: hidden; line-height: 28px; color: #666; font-size: 14px; text-indent: 2em; text-align: justify; margin: 0 auto 12px; padding: 0;}
	.nwdtl_con img { display:inline-block; max-width: 100%; overflow: hidden; margin: 20px auto; padding: 0;}
	
	.prev_next { width:100%; height: 40px; overflow: hidden; margin: 40px auto 0; padding: 0;}
	.prev_next ul li { width:50%; height: 40px; overflow: hidden; margin: 0; padding: 0; float: left; box-sizing: border-box;}
	.prev_next ul li:nth-child(2n+2) { border-left:2px solid #fff;}
	.prev_next ul li p { width:96%; height: 40px;line-height:40px; overflow: hidden; margin: 0; padding: 0 2%; background-color: #f5f5f5;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;color: #333;}
	.prev_next ul li p a {width:100%; height: 40px; overflow: hidden; margin: 0; padding: 0 20px; line-height: 40px; color: #333; font-size: 14px; box-sizing: border-box;}
	.prev_next ul li p:hover { background-color: #00974a; color:#fff;}
	.prev_next ul li p:hover a{color:#fff;}
	
	/**products**/
	.products_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	
	.ny_lcon ul li .pro_menu { width: 100%; overflow: hidden; margin: 10px auto; padding: 0;}
	.ny_lcon ul li .pro_menu a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color:#999; font-size: 14px; margin: 0 auto; padding: 0 20px; background: none; box-sizing: border-box;}
	.ny_lcon ul li .pro_menu a:hover { color:#00974a;}
	
	.products_list ul li { width:100%; height: 194px; overflow: hidden; margin: 0 auto 20px; padding: 0; background-color: #f8f8f8; position: relative;}
	.products_list ul li a .prolist_img { width:290px; height: 194px; overflow: hidden; margin: 0; padding: 0; float: left; position: relative;}
	.prolist_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.products_list ul li .prolist_text { width:100%; height: 194px; overflow: hidden; margin: 0; padding: 20px 20px 20px 310px; box-sizing: border-box; position: absolute; right: 0; top: 0;}
	.prolist_text .prolist_tit { width:100%; height: 24px; overflow: hidden; line-height: 24px; color: #333; font-size: 24px; margin: 0 auto; padding: 0;}
	.products_list ul li a:hover .prolist_text .prolist_tit { color:#00974a;}
	.prolist_text p { width:100%; overflow: hidden; margin: 13px auto; padding: 0;}
	.prolist_text p b { display:block; width:100%; height: 24px; overflow: hidden; line-height: 24px; color: #333; font-size: 14px;}
	.prolist_text p span { display:block; width:100%; height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-indent: 2em; text-align: justify;}
	.prolist_text em.pro_check { display:block; width: 120px; height: 36px; overflow: hidden; line-height: 36px; color: #fff; font-size: 14px; text-align: center; margin: 0; padding: 0; float: right; background-color: #00974a;}
	.prolist_text em.pro_check:hover { background-color: #00af80;}
	
	/**产品详细介绍**/
	.prodetail_con { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.prodetail_con .prodetail_tit { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 10px 0; border-bottom: 1px solid #dfdfdf;}
	.prodetail_con .pro_xxjs { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
	.pro_xxjs b { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #333; font-size: 14px; font-weight: bold; margin: 0 auto; padding: 0;}
	.pro_xxjs p { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #666; font-size: 14px; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
	.pro_xxjs img { display:inline-block; max-width: 100%; margin: 10px auto; padding: 0;}
	
	/**右侧悬浮**/
	.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
	.suspension-box{position:relative;float:right;}
	.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
	.suspension .a.active,
	.suspension .a:hover{background:#00974a;}
	.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
	/* .suspension .a-service .i{background-position:0 0;} */
	.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
	.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
	.suspension .a-qrcode .i{background-position:-44px 0;}
	.suspension .a-cart .i{background-position:-88px 0;}
	.suspension .a-top .i{background-position:-132px 0;}
	.suspension .a-top{background:#D2D3D6;display:none;}
	.suspension .a-top:hover{background:#c0c1c3;}
	.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
	.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
	.suspension .d-service{top:0;}
	.suspension .d-service-phone{top:34px;}
	.suspension .d-qrcode{top:78px;}
	.suspension .d .inner-box{padding:15px 22px;}
	.suspension .d-service-item{padding:0;}
	.suspension .d-service .d-service-item{border-bottom:none;}
	.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
	.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
	.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
	.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
	.suspension .d-service-item h3{float:left;width:112px;line-height:44px;color:#666;font-size:15px;margin-left:12px;}
	.suspension .d-service-item .text {float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
	.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
	.suspension .d-service-item .text p { height:44px; line-height: 22px; color: #666; font-size: 14px;}
	.suspension .d-service-intro{padding-top:10px;}
	.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
	.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
	.suspension .d-qrcode{text-align:center;width: 200px;}
	.suspension .d-qrcode .inner-box{padding:10px 0;}
	.suspension .d-qrcode p{font-size:14px;color:#93959c; margin: 10px 0 0;}
	
	/**我们能提供的服务**/
	.ly_service ul li { width:31%; overflow: hidden; margin: 0 3.5% 0 0; padding: 0; float: left;}
	.ly_service ul li:nth-child(3n+3) { margin:0;}
	.ly_service ul li .serv_img { width:100%; height: 240px; overflow: hidden; margin: 0 auto; padding: 0; box-sizing: border-box; position: relative;}
	.serv_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ly_service ul li p { width:100%; overflow: hidden; color: #333; font-size: 18px; text-align: center; margin: 10px auto; padding: 0;}
	.ly_service ul li span { display: block; width:100%; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: center; margin: 0 auto; padding: 0;}
	
	/**面包屑**/
	.ny_pos { width:100%; overflow: hidden; line-height: 40px; margin: 0 auto 20px; padding: 0; color:#aaa; font-size: 14px;}
	.ny_pos a { color:#666;}
	.ny_pos a:hover { color:#00974a;}
	
	/****/
	.ny_rtit { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; margin: 0 auto 20px; padding: 0 20px; background-color: #00974a; box-sizing: border-box;}
	.ab_con { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.ab_con h6 { width:100%; overflow: hidden; margin: 20px auto 10px; padding: 0; color: #2b2b2b; font-size: 16px; font-weight: bold;}
	.ab_con p { width:100%; overflow: hidden; margin: 0 auto 10px; padding: 0; line-height: 28px; color: #666; font-size: 14px; text-align: justify; text-indent: 2em;}
	.ab_con p img { display:block; width: 50%; overflow: hidden; margin: 0 20px 0 0; padding: 0; float: left;}
	




/*zw新增*/
.cpzx .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.cpzx .ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.cpzx .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px;}
.cpzx .ly_msg ul li .msg_tara { height: 118px;}
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px;}
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left;}
.cpzx .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:12px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.cpzx .msg_btn input:first-child{background:#1e50ae;color:#fff;outline:none;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}

	
/*分页*/
.page_list{text-align:center;padding-top:20px;color:#555;}
.page_list a{display:inline-block;padding:0 10px;background:#ddd;height:30px;line-height:30px;text-align:center;margin-right: 5px;border-radius:2px;color:#555;}
.page_list a:hover{background:#00974a;color:#ffffff;}
.page_list a.pnnum1{background:#0256ac;color:#ffffff;}
.page_list input{display:inline-block;padding:0 5px;background:#00974a;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;border:none;outline:none;}
.page_list .p_input{display:inline-block;padding:0 5px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}


.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}

/*
.detailMain img,.detailMain  table,.detailMain  tr,.detailMain td,.detailMain p,.detailMain span,.detailMain div,.detailMain video,.detailMain embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}
*/


.pro_bdlist ul li{float:left;width:96%;margin-right:0;margin-bottom:30px;background: #f3f5f7;padding:25px 2%;}
.pro_bdlist ul li .pic{float:left;width:30%;height:188px;background:#fff;overflow:hidden;}
.pro_bdlist ul li .pic a{display:block;width:100%;height:100%;text-align:center;}
.pro_bdlist ul li .pic a img{max-width:95%;max-height:95%;vertical-align:middle;webkit-transition: -webkit-transform .8s ease;transition: -webkit-transform .8s ease;transition: transform .8s ease;transition: transform .8s ease, -webkit-transform .8s ease;-webkit-transform-origin: center center;transform-origin: center center;}
.pro_bdlist ul li .pic a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.pro_bdlist ul li .wz{float:right;width:66%;}
.pro_bdlist ul li .wz .tlt{display:block;font-size:18px;color:#333;height:34px;line-height:34px;margin-bottom:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_bdlist ul li .wz .desc{height:48px;font-size:14px;color:#666;line-height:24px;overflow:hidden;}
.pro_bdlist ul li .wz .cs{font-size:14px;color:#999;padding:10px 0;}
.pro_bdlist ul li .wz .cs span{color:#555;}
.pro_bdlist ul li .wz .ckxq{ display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;font-size:14px;color:#787878;border:1px solid #bbb;padding:5px 36px;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;    margin-top: 18px;}
.pro_bdlist ul li:hover .wz .ckxq{background-color: #00974a;border: 1px solid #00974a;color: #fff;}
.pro_bdlist ul li:hover .wz .tlt{color:#00974a;}
.pro_bdlist ul li:hover img{transform: scale(1.1) translateZ(0); -ms-transform: scale(1.1) translateZ(0); -webkit-transform: scale(1.1) translateZ(0); -o-transform: scale(1.1) translateZ(0);-moz-transform: scale(1.1) translateZ(0);}

.qrcode-img img{ width:180px;}

.down_wj { padding-bottom: 20px; text-align: center; }
.down_wj a { display: inline-block; width: 120px; height: 40px; line-height: 40px; text-align: center; font-size: 15px; border: 1px solid #dcdcdc; margin: 0 auto; color: #777; }
.down_wj a:first-child { border: 1px solid #00974a; background: #00974a; color: #fff; }
.down_wj a:hover { border: 1px solid #00974a; background: #00974a; color: #fff; }