.wrap{
	width: 100%;
	min-width: 1000px;
}
.w1000{
	width: 1000px;
	margin: 0 auto; 
}
img{
	vertical-align: middle;
}
.top{
	color: rgb(74, 179, 68);
	font-size: 32px;
	font-weight: bold;
	line-height: 140px;
}
.nav{
	background: rgb(74, 179, 68);
	line-height: 98px;
}
.nav ul{
	font-size: 0;
	height: 98px;
}
.nav li{
	display: inline-block;
	color: white;
	font-size: 16px;
	width: 120px;
	text-align: center;
	margin:0 0.5px; 
}
.nav li.on{
	color: #4bb344;
	background: white;
}
.nav li:hover{
	color: #4bb344;
	background: white;
}
.banner{
	/*background: url(../images/banner.jpg) center center no-repeat;
	width: 100%;
	height: 311px;*/
}
.banner img{
	width: 100%;
}
.product{
	padding-top: 30px;
}
.l_product{
	width: 240px;
}
.l_product_titel{
	line-height: 45px;
	background: #4bb344;
	font-size: 16px;
	padding-left: 10px;
	color: white;
}
.l_product_nav{
	border-left: solid 1px #f6f6f6;
	border-right: solid 1px #f6f6f6;
	border-bottom: solid 1px #f6f6f6;
	padding: 10px 0;
	margin-bottom: 32px;
}
.l_product_nav>li{
	line-height: 52px;
	width: 218px;
	margin: 0 auto; 
	font-size: 14px;
	border-bottom: dashed 1px #f6f6f6;
	color: #666666;
}
.l_product_nav>li:last-child{
	border: none;
}
.l_product_nav>li h2{
	font-weight: normal;
}
.l_product_baa{
	padding: 5px 11px; 
}
.l_product_baa li{
	border-bottom: dashed 1px #f6f6f6;
	line-height: 30px;
	margin-bottom: 28px;
}
.l_product_baa li div.v1{
	font-size: 15px;
	line-height: 32px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	position: relative;
}
.l_product_baa li div.v1:after{
	content: '';
	width: 27px;
	height: 27px;
	background: url(../images/shijian.png) center center no-repeat;
	position: absolute;
	top: 10px;
	left:-8px;
}
.l_product_baa li.l_product_baa_three div.v1:after{
	content: '';
	background: url(../images/xinxi.png) center center no-repeat;
}
.l_product_acc{
	background: url(../images/acc.png) center center no-repeat;
	line-height: 118px;
	text-align: center;
	font-size: 16px;
	color: #4bb344;	
}
.r_product{
	width: 750px;
}
.r_product_titel{
	border-bottom: solid 1px #4bb344;
	line-height: 45px;
}
.r_product_titel .fl{
	font-size: 16px;
	color: #4bb344;
	padding-left: 10px;
}
.r_product_titel .fr{
	text-transform: uppercase;
	font-size: 14px;
	color: #999999;
}
.r_product_total{
    display: flex;
    flex-wrap: wrap;
	margin-top: 30px;
	text-align: center;
}
.r_product_total li{
	width: 163px;
	text-align: center;
	display: inline-block;
	margin:0 10px; 
	margin-bottom: 40px;
	position: relative;
}
.r_product_total li img{
	height: 100%;
	width: 100%;
}
.r_product_total li .r_product_total_img{
	height: 158px;
}
.r_product_total_word{
	font-size: 14px;
	line-height: 23px;
	padding-top: 15px;
	color: #666666;
}
.r_product_total li:hover .yin{
	opacity: 1;
}
.r_product_total li .yin{
	width: 60px;
	height: 60px;
	position: absolute;
	top:25%;
	left:31%;
	z-index: 1;
	opacity: 0;
	transition: 1s;
}
.r_product_total li .yin img{
	width: 100%;
}
.hor{
	background: url(../images/hor.jpg) center center no-repeat;
	height: 132px;
	margin-top: 45px;
	color: white;
	/*font-weight: bold;*/
}
.hor .fl{
	font-size: 28px;
	padding-top: 56px;
	padding-left: 87px;
}
.hor .fr{
	font-size: 22px;
	padding-top: 42px;
	padding-right: 40px;
}
.hor .fr span{
	font-size: 28px;
	padding-top: 5px;
	display: block;
}
.comp{
	margin-top: 50px;
}
.comp_total{
	text-align: center;
	line-height: 193px;
}
.comp_total li{
	width: 190px;
	display: inline-block;
	margin: 0 3px; 
}
.comp_total li img{
	width: 100%;
}
.hor1{
	background: url(../images/hor1.jpg) center center no-repeat;
	height:140px;
	text-align: center;
	color: white;
	font-size: 26px;
	padding-top: 60px;
	box-sizing: border-box;
	overflow: hidden;
}
.hor1 span{
	display: block;	
	font-size: 16px;
	padding-top: 10px;
}
.news{
	padding-top: 20px;
}
.news_totel>li{
	width: 317px;
	display: inline-block;
}
.n_news_totel{
	padding-top: 20px;
}
.n_news_totel li{
	font-size: 14px;
	color: #666666;
	padding-left: 25px;
	line-height: 36px;
	position: relative;
}
.n_news_totel li:hover{
	color: #4bb344;
}
.n_news_totel li:after{
	content: '[精]';
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: red;
	position: absolute;
	top: 6px;
	left:0;
	font-size: 12px; 
}
.n_news_totel li span{
	float: right;
}
.footer{
	background: #000000;
	color: white;
	padding-top:60px;
	padding-bottom: 50px;
	margin-top:60px;
}
.footer .fl{
	font-size: 24px;
	font-weight: bold;
	color: #4ab344;
}
.footer .fl span{
	display: block;
	color: white;	
	font-size: 14px;
	line-height: 44px;
	font-weight: normal;
	padding-top: 60px;
}
.footer .fr{
	width: 582px;
}
.footer .fr ul{
	padding-bottom: 40px;
	border-bottom: solid 1px rgb(28, 28, 28);
}
.footer .fr ul li{
	display: inline-block;
	font-size: 16px;
	line-height: 21px;
}
.foot{
	background: #101010;
	line-height:100px;
	color: #444444;
	font-size: 14px;
	text-align: center;
}
/*about*/
.r_product .news_totel>li{
	width: 360px;
	vertical-align: top;
}
/*news*/
.n_news_total{
	font-size: 25px;
    color: #333;
    padding-top: 30px;
    padding-left: 20px;
    border-bottom:1px solid #f0efef;
    padding-bottom: 40px;
}
.n_news_total span{
	display: block;
	font-size: 13px;
	color: #adadad;
	padding-top: 40px;
}
.n_news_word{
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: dashed 1px #f0efef;
	color: #676767;
}
.shareIcon{
	background: url(../images/vbg01.png) -1302px -100px no-repeat;
	width: 33px;
    height: 33px;
    display: inline-block;
    margin: 0 0 12px 12px;
}
.shareIcon.sina_weibo{
	background: url(../images/vbg01.png) -1302px -190px no-repeat;
}
.shareIcon.qq_share{
	background: url(../images/vbg01.png) -1302px -145px no-repeat;
}
.shareIcon.qq_zone{
	background: url(../images/vbg01.png) -1302px -235px no-repeat;
}
.shareIcon.douban{
	background: url(../images/vbg01.png) -1302px -730px no-repeat;
}
.shareIcon.baidu_tieba{
	background: url(../images/vbg01.png) -1302px -595px no-repeat;
}
.fenxiang{
	text-align: right;
	padding-top: 27px;
}
.fenxiang span{
	vertical-align: top;
}
.contact{
	padding-top: 40px;
}
.contact .fr{
	font-size: 14px;
    color: #777777;
    text-align: left;
    line-height: 40px;
    width: 297px;
    padding-top: 50px;
}
/*.beijing{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	background: rgba(0,0,0,0.4);
	z-index: 99999;
}
.txMovie{
	position: fixed;
	top: 10%;
	left:27%;
	background: white;
	width: 798px;
	height: 580px;
	padding: 70px 46px 0 46px;
	z-index: 2;
}*/
/*.txMovie .focus_pic li{
	width: 390px;
	height: 390px;
}
.txMovie .focus_pic li img{
	width: 100%;
	height: 100%;
}
.focus_text{
	width: 350px;
}
.focus_text li{
	font-size: 20px;
    font-family: "Microsoft Yahei";
    color: #474747;
    line-height: 28px;
    border-bottom:solid 1px #f0efef;
    padding-bottom: 15px;
}
.focus_nav{
	padding-top: 30px;
	position: relative;
}
.focus_nav a{
	position: absolute;
	top: 50%;
}
.focus_nav .navPrev{
	width: 14px;
	height: 24px;
	background-image: url(../images/slide.png);
	background-position: 0 -278px;
	display: block;
}
.focus_nav a.navPrev{
	left:-30px;
}
.focus_nav a.navNext{
	right: 0px;
}
.focus_nav .navNext{
	width: 14px;
	height: 24px;
	background-image: url(../images/slide.png);
	background-position: 0 -364px;
	display: block;
}
.cha{
	font-size: 30px;
	position: absolute;
	top:10px;
	right:25px;
}*/
.r_product .news.news_totel{
	padding-top: 0;
}
.r_product .news.news_totel>li{
	width: 100%;
}
.l_product_baa_one div{
	position: relative;
	padding-left: 30px;
}
.l_product_baa_one span{
	background: url(../images/pa45.gif) center center no-repeat;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 5px;
	left:0;
}
.pages{
    display: flex;
    left: 240px;
    position: relative;
    top: 20px;
}
.pages li{
    margin-right:10px;
}