﻿/*通用类*/
*{
	margin:0;
	padding:0;		
}
body{		
	margin:0 auto;
	font-size:16px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	text-align:justify;	
	color:#333;
	overflow-x:hidden;
	position:relative;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none !important;	
	outline:none !important;
}
a:hover{
	color:#8cba5e;	
}
ul{
	list-style-type:none;	
	margin:0;
}
dl{
	margin:0;
	padding:0;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
.ck_device{
	position:absolute;
	top:-300px;
}

/*所有设备公用 CSS*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;	
}

/*total*/



.header-mb{
	width:100%;
	height:50px;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	background:#fff;
	border-bottom:1px solid #ccc;
}
.header-mb .logo{
	float:left;
	margin-left:3%;
}
.header-mb .logo img{
	display:block;
	height:50px;
	width:auto;
}
.header-mb-zw{
	height:51px;
	clear:both;
}
.nav-mb{
	position:fixed;
	right:0;
	top:0;
	z-index:100;	
	width:100%;
	height:100%;	
	padding-top:50px;
	display:none;
}
.nav-mbshow{
	display:block;
	background:url("../images/bg_22.png");	
}
.menu-btn{
	width:40px;
	height:30px;
	border:1px solid #ddd;
	border-radius:5px;	
	position:fixed;
	right:3%;
	top:10px;
	background:#fff url("../images/menu.png") no-repeat center center;
	z-index:110;
}
.menu-btnshow{
	background-image:url("../images/menu_close.png");	
}
.nav-mb dl{
	width:90%;
	margin:0 auto;	
	font-size:14px;
}
.nav-mb a{
	display:block;	
}
.nav-mb dt{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;	
	
}
.nav-mb .down dt{
	
}
.nav-mb dd{
	line-height:30px;	
	display:none;
}
.nav-mb .down dd{
	display:block;	
}
.nav-mb dd a{
	color:#666;	
}



/*total*/

/*hm首页*/

.banner{
	width:100%;	
	position:relative;
	overflow:hidden;	
	cursor:pointer;		
}
.banner .swiper-slide{
	width:100%;	
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .swiper-slide img{
	display:block;
	width:100%;
	height:auto;
}
.banner .swiper-slide a{
	display:block;
	width:100%;	
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:10px;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;  
  opacity: 1;
  margin: 0 3px;
  cursor: pointer;
}
.banner .swiper-pagination-bullet-active {
  background: #8cba5e;
}
.header{
	height: 95px;
	background:#fff;
	width: 100%;
	z-index: 100;
}
.header_fixed{
	position: absolute;
	left: 0;
	top: 0;
	background:rgba(255,255,255,0.7);
}
.header .logo{
	float: left;
	display: block;
	height: 95px;
}
.header .logo img{
	display: block;
	height: 95px;
}
.navs{
	float: left;
	position: relative;
	z-index: 100;
	padding-left:97px;
}
.navs a{
	float: left;
	display: block;
	line-height: 95px;
	padding:0 28px;
}
.navs a:hover,.navs a.hover,.navs :hover a{
	font-weight: bold;
	color:#fff;
	background:#8cba5e;
}

.nav_in{
	float: left;
	position: relative;
	z-index: 100;
}
.nav_in .par{
	height: 60px;
	display: inline-block;
	line-height: 60px;
	font-size:20px;
	color:#fff;
	padding:0 28px;
}
.nav_in:hover .par,.nav_in.hover .par{
	color:#fff;
	position: relative;
	z-index: 110;
}
.nav_in ul{
	display: none;
	width: 120px;
	position: absolute;
	left: 0;
	z-index: 100;
	background:#fff;
	border-radius:0 0 10px 10px;
	box-shadow:0 3px 5px rgba(0,0,0,0.4);
	overflow: hidden;
	margin-top:95px;
}
.nav_in:hover ul{
	display: block;
}
.nav_in li{
	height: 46px;
	line-height: 46px;
	text-align: center;
	opacity:0.7;
}
.nav_in li:last-child{
	border:0;
}
.nav_in li a{
	height: 46px;
	line-height: 46px;
	display: block;
	width: 120px;
	padding:0;
	font-size:15px;
}
.nav_in li a:hover{
	color:#8cba5e;
	width: 120px;
	background:#fff;
}


.footer{
	background:#333f48;
	color:#b9c5cc;
}
.ft_top{
	height: 354px;
}
.ft_left{
	float: left;
	width: 467px;
	padding-top:56px;
}
.ft_logo{
	display: block;
	height: 40px;
	font-size:20px;
	color:#FFF;
}
.ft_logo img{
	display: block;
	height: 40px;
	float: left;
	padding-left:20px;
}
.ft_logo dd{
	padding:7px 0 0 85px;
}
.ft_left .cns{
	padding:27px 0 10px 28px;
}
.ft_left .cns li{
	height: 40px;
	line-height: 40px;
	font-size:20px;
	color:#fff;
	font-family:arial;
	padding-left:30px;
}
.ft_left .cns .l1{
	background:url(../images/ft_l1.png) no-repeat left center;
}
.ft_left .cns .l2{
	background:url(../images/ft_l2.png) no-repeat left center;
}
.ft_left p{
	font-size:14px;
	line-height: 25px;
	padding-left:28px;
}
.ft_line{
	float: left;
	height: 200px;
	border-left:1px solid #71797f;
	margin-top:63px;
	width: 80px;
}
.ft_about{
	float: left;
	width: 138px;
	padding-top:65px;
}
.ft_about dt{
	line-height: 65px;
	color:#fff;
	font-size:16px;
}
.ft_about dd{
	line-height: 24px;
}
.ft_about dd a{
	color:#b8c5cc;
	font-size:14px;
}
.ft_about dd a:hover{
	color:#fff;
	text-decoration: underline;
}
.ft_pro{
	float: left;
	width: 314px;
	padding-top:65px;
}
.ft_pro dt{
	line-height: 65px;
	color:#fff;
	font-size:16px;
}
.ft_pro dd{
	color:#b8c5cc;
	font-size:14px;
	line-height: 24px;
}
.ft_navs{
	float: left;
	padding:78px 0 0 0;
	line-height: 35px;
	font-size:16px;
}
.ft_navs a{
	color:#fff;
}
.ft_code{
	float: right;
	width: 110px;
	text-align: center;
	padding-top:85px;
	font-size:14px;
	line-height: 21px;
	color:#fff;
}
.ft_code dt{
	height: 110px;
	padding-bottom:10px;
}
.ft_code img{
	display: block;
	width: 110px;
	height: 110px;
}
.ft_copy{
	line-height: 45px;
	text-align: center;
	font-size:14px;
	color:#fff;
	border-top:1px solid #71797f;
}
.ft_copy a{
	color:#fff;
}
.footer_m{
	background:#333f48;
	color:#b9c5cc;
	padding:5%;
}
.footer_m .ft_logo{
	height: 30px;
}
.footer_m .ft_logo img{
	display: block;
	height: 30px;
}
.footer_m .ft_logo dd{
	font-size:18px;
	padding:4px 0 0 25px;
}
.footer_m .cns{
	color:#fff;
	font-size:16px;
	padding:15px 0;
}
.footer_m .cns li{
	height: 40px;
	line-height: 40px;
	padding-left:28px;
}
.footer_m .cns .l1{
	background:url(../images/ft_l1.png) no-repeat left center;
}
.footer_m .cns .l2{
	background:url(../images/ft_l2.png) no-repeat left center;
}
.footer_m p{
	line-height: 1.8;
}
.ft_copys{
	text-align: center;
	padding:15px 0 0 0;
	line-height: 1.6;
	border-top:1px solid #b9c5cc;
	margin-top:15px;
}

.gray_bg{
	background:#f9f9f9;
}

/*hm 首页*/

/*所有设备公用 CSS*/

/* PC大屏幕 big star*/
@media screen and (min-width: 768px) {

.visible-lg {display: block !important;}
.visible-lg-block {display: block !important;}
.visible-lg-inline {display: inline !important;}
.visible-lg-inline-block {display: inline-block !important;}
.hidden-lg{display:none !important;}

.wrapin{
	width:1300px;	
}

.h_head{
	height: 170px;
	line-height: 170px;
	text-align: center;
	position: relative;
}
.h_head .s1{
	font-size:60px;
	color:#ededed;
	font-weight: bold;
}
.h_head .s2{
	color:#333;
	font-size:24px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 60px;
	line-height: 20px;
}
.h_head i{
	display: block;
	width: 36px;
	height: 4px;
	background:#8cba5e;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left:-18px;
}
.h_head .more{
	display: block;
	width: 108px;
	height: 36px;
	line-height: 36px;
	background:#eee;
	border-radius:18px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top:-18px;
}
.h_head .more:hover{
	color:#fff;
	background:#8cba5e;
}
.h_news{
	padding-bottom:60px;
}
.hn_slider{
	float: left;
	width: 613px;
	height: 373px;
	position: relative;
	overflow: hidden;
}
.hn_slider a{
	display: block;
	width: 613px;
	height: 373px;
	position: relative;
	overflow: hidden;
}
.hn_slider img{
	display: block;
	width: 613px;
	height: 373px;
}
.hn_slider .name{
	height: 46px;
	line-height: 46px;
	color:#fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 60;
	background:rgba(0,0,0,0.5);
}
.hn_slider .nm{
	text-indent:2em;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hn_slider .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:50px;
  width: 100%;
}
.hn_slider .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;  
  opacity: 1;
  margin: 0 3px;
  cursor: pointer;
}
.hn_slider .swiper-pagination-bullet-active {
  background: #8cba5e;
}
.hn_list{
	width: 650px;
	float: right;
}
.hn_item{
	display: block;
	height: 110px;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}
.hn_item:last-child{
	margin-bottom:0;
}
.hn_item .date{
	float: left;
	width: 90px;
	height: 90px;
	text-align: center;
	background:#f2f2f2;
}
.hn_item .date dt{
	height: 54px;
	line-height: 54px;
	font-size:30px;
	font-weight: bold;
	color:#999;
}
.hn_item .date dd{
	line-height: 16px;
}
.hn_item .inf{
	float: right;
	width: 517px;
}
.hn_item .inf dt{
	height: 38px;
	line-height: 38px;
	font-size:18px;
}
.hn_item .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hn_item .inf dd{
	line-height: 21px;
	font-size:14px;
	color:#999;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	max-height:42px;
}

.h_pro{
	padding-bottom:60px;
}
.hp_slider{
	float: right;
	width: 960px;
	height: 461px;
	background:#fff;
	position: relative;
	overflow: hidden;
}
.hp_slider .swiper-slide{
	width: 960px;
	height: 462px;
	background:#fff;
}
.hp_slider .photo{
	float: right;
	display: block;
	width: 544px;
	height: 462px;
}
.hp_slider .intro{
	float: left;
	padding:45px;
	width: 310px;
}
.hp_slider .title{
	padding-bottom:28px;
	font-size:16px;
}
.hp_slider .tip{
	font-size:14px;
	line-height: 25px;
	color:#999;
	padding-bottom:25px;
}
.hp_slider .more{
	font-size:14px;
	color:#8cb95e;
}
.hp_btns{
	width: 340px;
	height: 462px;
	float: left;
	background:#8cba5e;
}
.hp_btn{
	height: 153px;
	border-bottom:1px solid #b9d59d;
	cursor: pointer;
	color:#fff;
	text-align: center;
	line-height: 2.2;
}
.hp_btn dt{
	padding-top:30px;
	height: 65px;
}
.hp_btn:hover,.hp_btn.hover{
	background:#244e3b;
}
.hp_btn:last-child{
	border:0;
}

.h_about{
	padding:60px 0;
}
.h_about .photo{
	float: left;
	display: block;
	width: 600px;
	height: 400px;
}
.h_about .cright{
	width: 660px;
	float: right;
	margin-top:-60px;
}
.h_about .h_head{
	text-align:left;
}
.h_about .h_head i{
	left: 0;
	margin:0;
}
.h_about p{
	font-size:15px;
	line-height: 2;
	color:#666;
}
.h_about .more{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius:20px;
	background:#8cba5e;
	text-align: center;
	font-size:14px;
	color:#fff;
	margin-top:20px;
}
.h_case{
	padding-bottom:60px;
}
.h_case .more{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius:20px;
	background:#8cba5e;
	text-align: center;
	font-size:14px;
	color:#fff;
	margin:40px auto 0 auto;
}
.hc_slider{
	width: 1312px;
	margin:0 auto;
}
.hc_slider .swiper-slide{
	background:#fff;
}
.hc_item{
	display: block;
	width: 100%;
	background:#fff;
}
.hc_item img{
	display: block;
	width: 100%;
	height:auto;
}
.hc_item .name{
	padding:20px 25px;
}
.hc_item .nm{
	line-height: 24px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	height: 48px;
}

.cm_banner{
	height: 350px;
	background-repeat:no-repeat;
	background-position:top center;
	position: relative;
}
.cm_banner .flg{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:rgba(0,0,0,0.3);
}
.cm_banner dl{
	width: 100%;
	text-align: center;
	color:#fff;
	line-height: 1.6;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cm_banner dt{
	font-size:40px;
	font-weight: bold;
}
.cm_banner dd{
	font-size:20px;
}
.now_pos{
	height: 76px;
	line-height: 76px;
	background:#f7f7f7;
	font-size:14px;
}
.cm_navs{
	float: left;
	padding-left:32px;
	background:url(../images/homea.png) no-repeat left center;
}

.cn_top{
	width: 1300px;
	margin:80px auto 100px auto;
}
.cn_item{
	width: 390px;
	height: 204px;
	float: left;
	border-radius:10px;
	box-shadow:0 0 15px rgba(0,0,0,0.15);
	margin-right:65px;
	text-align: center;
	padding-top:20px;
}
.cn_itemend{
	margin-right:0;
}
.cn_item img{
	display: block;
	width: 100px;
	height: 100px;
	margin:0 auto;
}
.cn_item dt{
	line-height: 44px;
	font-size:22px;
}
.cn_item dd{
	color:#999;
	font-size:16px;
	line-height: 1.8;
}

.cn_map{
	width: 1300px;
	margin:0 auto 100px auto;
	box-shadow:0 0 15px rgba(0,0,0,0.15);
	box-sizing:border-box;
	padding:15px 15px 15px 75px;
}
.cn_map .cleft{
	width: 215px;
	float: left;
	padding-top:30px;
}
.cn_map .title{
	height: 72px;
	line-height: 72px;
	font-size:22px;
	position: relative;
	margin-bottom:15px;
}
.cn_map .title i{
	display: block;
	width: 50px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#8cb95e;
}
.cn_map .tip{
	color:#999;
	font-size:16px;
	line-height: 24px;
}
.cn_map .map{
	float: right;
	display: block;
	width: 930px;
	height: 320px;
}
.cn_map .temp{
	display: block;
	width: 930px;
	height: 320px;
}

.faq_page{
	padding:60px 0;
	background:url(../images/faq_page.jpg) no-repeat bottom center;
}
.faq_fm{
	width: 1300px;
	box-sizing:border-box;
	margin:0 auto;
	background:#f7f7f7;
	padding:45px 0 95px 0;
}
.faq_in{
	padding-top:25px;
}

.faq_in .tit{
	float: left;
	width: 160px;
	padding-right:20px;
	line-height: 42px;
	text-align:right;
}
.faq_in .text{
	width: 380px;
	padding:0 10px;
	height: 40px;
	line-height: 40px;
	border:1px solid #ddd;
	font-size:16px;
	float: left;
	margin-right:50px;
}
.faq_in .cnt{
	float: left;
	border:1px solid #ddd;
	padding:10px 10px;
	width: 1011px;
	height: 205px;
	resize:none;
	font-size:16px;
}
.faq_in .im_code{
	width: 140px;
	height: 42px;
	float: left;
	margin:0 60px 0 -20px;
}
.faq_in .im_code img{
	display: block;
	width: 140px;
	height: 42px;
}
.faq_in .send{
	display: block;
	width: 200px;
	height: 42px;
	float: left;
	background:#8cb95e;
	font-size:16px;
	line-height: 42px;
	text-align: center;
	color:#fff;
}
.cm_child{
	float: right;
}
.cm_child a{
	float: left;
	margin:0 22px;
	height: 76px;
	font-size:16px;
	box-sizing:border-box;
}
.cm_child a:hover,.cm_child a.hover{
	border-bottom:4px solid #8cba5e;
}

.gs_intro{
	width: 1300px;
	margin:60px auto 0 auto;
}
.gs_intro .photo{
	float: left;
	display: block;
	width: 611px;
	height: 367px;
	position: relative;
	overflow: hidden;
}
.gs_intro .photo img{
	display: block;
	width: 611px;
	height: 367px;
}
.gs_intro .name{
	height: 52px;
	line-height: 52px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background:rgba(0,0,0,0.5);
	font-size:18px;
	text-align: center;
	color:#fff;
}
.gs_intro .intro{
	float: right;
	width: 650px;
}
.gs_intro .title{
	font-size:24px;
	color:#8cb85e;
	line-height: 94px;
}
.gs_intro .tip{
	font-size:15px;
	line-height: 2;
}
.gs_sup{
	width: 1300px;
	margin:60px auto 0 auto;
}
.gs_sup .intro{
	float: left;
	width: 525px;
	padding:40px;
	font-size:15px;
	line-height: 2;
}
.gs_sup .photo{
	float: right;
	display: block;
	width: 630px;
}
.gs_ends{
	width: 1300px;
	margin:60px auto;
	height: 220px;
	background:#f9f9f9;
	overflow: hidden;
}
.gs_ends .item{
	width: 25%;
	float: left;
	height: 180px;
	padding-top:40px;
	margin-left:-1px;
	border-left:1px solid #eee;
}
.gs_ends .item img{
	display: block;
	width: 80px;
	height: 80px;
	margin:0 auto;
}
.gs_ends .tip{
	padding:20px 35px 0 35px;
	text-align: center;
	font-size:14px;
	line-height: 21px;
}
.news_list{
	width: 1300px;
	margin:0 auto;
}
.ne_item{
	padding:50px 0;
	border-bottom:1px solid #eee;
}
.ne_item .photo{
	float: left;
	display: block;
	width: 380px;
	height: 230px;
}
.ne_item .photo img{
	display: block;
	width: 380px;
	height: 230px;
}
.ne_item .date1{
	float: left;
	width: 178px;
	height: 230px;
	border-right:1px solid #eee;
	text-align: center;
}
.ne_item .date1 dt{
	padding-top:74px;
	height: 54px;
	line-height: 54px;
	font-size:40px;
	font-weight: bold;
	color:#999;
}
.ne_item .date1 dd{
	line-height: 1.8;
}
.ne_item .intro{
	width: 690px;
	float: right;
}
.ne_item .name{
	line-height: 30px;
	padding-bottom:15px;
	font-size:22px;
}
.ne_item .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ne_item .tip{
	line-height: 20px;
	color:#999;
	font-size:14px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	height:40px;
}
.ne_item .more{
	display: block;
	width: 128px;
	height: 40px;
	line-height: 40px;
	border:1px solid #8cba5e;
	border-radius:22px;
	margin-top:22px;
	text-align: center;
	font-size:14px;
}
.ne_item .more:hover{
	color:#fff;
	background:#8cba5e;
}
.page{
	padding:50px 0;
	text-align: center;
}
.page a{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin:0 2px;
	border:1px solid #c2c2c2;
    padding:0;
}
.page a:hover,.page .hover{
    display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin:0 2px;
	border:1px solid #c2c2c2;
    padding:0;

	color:#fff;
	border-color:#8cba5e;
	background:#8cba5e;
}
.page a[disabled]{
	cursor:not-allowed;
    opacity: .35;
    background:#fff;
    color:inherit;
}

.pic_list{
	width: 1300px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.pic_list .s_list{
	width: 1350px;
}
.p_item{
	display: block;
	width: 408px;
	height: 410px;
	float: left;
	margin:50px 38px 0 0;
	background:#f7f7f7 url(../images/p_more.png) no-repeat right bottom;
}
.p_item .photo{
	display: block;
	width: 100%;
	height:auto;
	margin-bottom:22px;
}
.p_item .name{
	margin:0 30px;
	font-size:16px;
	line-height: 24px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.pro_list{
	width: 1300px;
	margin:0 auto 60px auto;
}
.pro_item{
	margin-top:60px;
}
.pro_item .photo{
	float: left;
	width: 544px;
	height: 384px;
	display: block;
}
.pro_item:nth-child(even) .photo{
	float: right;
}
.pro_item .photo img{
	display: block;
	width: 544px;
	height: 384px;
}
.pro_item .intro{
	float: right;
	width: 700px;
	padding:15px 10px 0 0;
}
.pro_item:nth-child(even) .intro{
	float: left;
	text-align:right;
}
.pro_item .name{
	line-height: 70px;
	font-size:20px;
}
.pro_item p{
	font-size:14px;
	line-height: 25px;
	color:#999;
}
.pro_item .more{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	border:1px solid #8cba5e;
	border-radius:22px;
	text-align: center;
	font-size:14px;
	margin-top:20px;
}
.pro_item .more:hover{
	color:#fff;
	background:#8cba5e;
}
.pro_item:nth-child(even) .more{
	float: right;
}

.vi_cnt{
	width: 1300px;
	margin:60px auto;
	box-shadow:0 0 15px rgba(0,0,0,0.15);
	padding:50px 90px 0 90px;
	box-sizing:border-box;
}
.vi_head{
	text-align: center;
	border-bottom:1px solid #eee;
}
.vi_head .title{
	line-height: 38px;
	font-size:30px;
	color:#333;
}
.vi_head .date{
	line-height: 70px;
	color:#999;
}
.vi_article{
	padding:30px 0;
	font-size:14px;
	line-height: 2;
}
.vi_article img{
	display: block;
	width: 100%;
	height:auto;
}
.vi_article .lis{
	float: left;
	width: 50%;
}
.vi_article .lis li{
	padding:20px 20px 0 163px;
	position: relative;
	line-height: 32px;
}
.vi_article .tit{
	position: absolute;
	left: 0;
	top: 20px;
	width: 136px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background:#eee;
	font-size:15px;
	color:#8cba5e;
}

.ab_toper{
	width: 1300px;
	margin:60px auto 0 auto;
}
.ab_toper .photo{
	float: left;
	display: block;
	width: 646px;
}
.ab_toper dl{
	float: right;
	width: 600px;
	font-size:15px;
	line-height: 2;
}
.ab_toper dt{
	font-size:20px;
	color:#8cba5e;
	line-height: 3;
}

.ab_dws{
	width: 1300px;
	margin:60px auto;
}
.ab_dws .item{
	width: 33.3333%;
	float: left;
	text-align: center;
}
.ab_dws img{
	display: block;
	width: 83px;
	height: 83px;
	margin:0 auto;
}
.ab_dws .name{
	font-size:24px;
	color:#70ac46;
	line-height: 70px;
}
.ab_dws .name2{
	color:#244d3a;
}
.ab_dws p{
	padding:0 70px;
	line-height: 32px;
	text-align:left;
}

.ab_sup{
	width: 1300px;
	margin:0 auto;
	height: 224px;
	background:#f9f9f9;
	overflow: hidden;
}
.ab_sup .item{
	width: 25%;
	height: 224px;
	float: left;
	border-left:1px solid #eeeeee;
	margin-left:-1px;
	text-align: center;
}
.ab_sup dt{
	padding-top:60px;
	line-height: 86px;
	font-size:16px;
	font-weight: bold;
	color:#8cb95e;
}
.ab_sup dt span{
	font-size:56px;
}

.ab_com{
	width: 1300px;
	margin:0 auto 60px auto;
}
.ab_com .head{
	padding:40px 0;
	text-align: center;
}
.ab_com .head dt{
	font-size:26px;
	color:#8cb85e;
}
.ab_com .head dd{
	color:#ddd;
	line-height: 1.6;
}
.ab_com .item{
	display: block;
	width: 600px;
}
.ab_com .item img{
	display: block;
	width: 100%;
}
.ab_com .name{
	font-size:20px;
	color:#8cb95e;
	line-height: 75px;
}
.ab_com .tip{
	line-height: 2;
	font-size:15px;
	color:#999;
}

/* PC大屏幕 big end*/
}