@charset "UTF-8";
/*zwp 2017-10-39*/
/*公共部分开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow: hidden;
	overflow-y:auto;
	overflow-x:hidden;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	color: #828385
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #828385;
}/* 未访问的链接 */
a:visited {
	color: #828385;
}/* 已访问的链接 */
a:hover {
	color: #4e9cd8;
}/* 鼠标在链接上 */
a:active {
	color: #828385;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #828385;
	background:#ffffff;
	min-width:1366px;
}
textarea,select, input {
	vertical-align: middle;
	outline: none;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
}

::-webkit-input-placeholder{}    /* 使用webkit内核的浏览器 */
:-moz-placeholder{}                  /* Firefox版本4-18 */
::-moz-placeholder{}                  /* Firefox版本19+ */
:-ms-input-placeholder{}           /* IE浏览器 */

.clear {
	clear: both;
}
.h10 {
	clear: both;
	height: 10px;
}
.h15 {
	clear: both;
	height: 16px;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
}
.h30 {
	clear: both;
	height: 30px;
}
.h35 {
	clear: both;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
}
.h45 {
	clear: both;
	height: 45px;
}
.h50 {
	clear: both;
	height: 50px;
}
.h55 {
	clear: both;
	height: 55px;
}
.h60 {
	clear: both;
	height: 60px;
}
.h70 {
	clear: both;
	height: 70px;
}
.h80 {
	clear: both;
	height: 80px;
}

.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}

/*公共部分结束*/
/*^
 * 框架
 * @return
 */	
.wrap{
	clear:both;
	width:1200px;
	margin:0 auto;
	}
.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
	}
.pic{overflow: hidden}
.pic img{
	transform: scale(1);
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.pic img:hover{transform: scale(1.05);}
/*
///////////////top
*/	
.headBox{
	height:100px;
	box-shadow:0 3px 5px rgba(0,0,0,0.3);
	position: relative;
	z-index: 999;
}
.logo{
	width: 225px;
	height: 100px;
	overflow: hidden;
	padding-left:50px;
}
.logo a{
	display: block;
	width: 225px;
	height: 100px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
}
/*导航*/
.menuDl{position: relative;z-index:999;}
.menuIcon{
	width: 0px;
	height: 3px;
	background: #006f3a;
	position: absolute;
	top: 97px;
	left: 0;
	z-index:-1;
}
.menuDl dd{
	display: inline;
	float: left;
	position: relative;
}
.menuDl dd .a1{
	display: block;
	height:100px;
	overflow: hidden;
}
.menuDl dd .a1 span{
	height:100px;
	line-height: 100px;
	padding: 0 22px;
	color: #666666;
	font-size: 16px;	
}
.menuDl dd.hover .a1 span{color: #006f3a}
.menuDl dd .ddDiv{
	position:absolute;
	top:90px; 
	left: 0;
	width:1200px;
	height: 60px;
	padding-top: 10px;
	display: none;
} 
.menuDl dd .ddDiv a{
	display: inline;
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 60px;
	margin: 0 22px;
}
.menuDl dd .ddDiv a.hover{color: #ad6a01}
.menuDl dd .ddDiv a:hover{color: #ad6a01}
.menuNav{
	width: 100%;
	height:0px;
	overflow: hidden;
	background:rgba(231,231,231,0.9);
	position: absolute;
	top:100px;
	left:0;
	z-index: -1;
	transition-duration: 0.3s;
	transition-property:height;
	transition-timing-function: linear;
}
.menuNav.typ2{
	position: fixed;
	top:0;
	height:60px !important;
	z-index: 999999;
}
.menuNavL{
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	padding-left:50px;
}
.menuNavR{padding-right:30px;display: none}
.menuNavR a{
	display: inline;
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 60px;
	margin: 0 22px;
}
.menuNavR a.hover{color: #ad6a01}
.menuNavR a:hover{color: #ad6a01}
.topTel{
	height: 100px;
	overflow: hidden;
	line-height: 100px;
	color: #666666;
	font-size: 16px;
	padding-right:50px;
	padding-left: 10px;
}
.topTel strong{color:#ad6a01}
@media only screen and (max-width: 1680px) {
  .menuDl dd .a1 span{padding: 0 15px;}
  .logo{padding-left:20px;}
  .topTel{padding-right:20px;}
  .menuDl dd .ddDiv a{margin:0 15px}
}
@media only screen and (max-width: 1395px) {
  .menuDl dd .a1 span{padding: 0 10px;}
  .logo{padding-left:10px;}
  .topTel{padding-right:10px;}
}
/*
//////////banner
*/
.banner{
	width: 100%;
	padding-top: 41.67%;
	overflow: hidden;
	position: relative;
}
.banner .bd{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.banner .bd dd{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.banner .bd dd a{
	display: block;
	overflow: hidden;
}
.banner .bd dd a img{
	display: block;
	position:absolute;
	top:60%;
	left: 50%;
	opacity:0;
	transition-duration:1s;
	transition-property:opacity top;
	transition-timing-function: ease-in-out;
}
.banner .bt{
	display: block;
	width: 42px;
	height: 77px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top:-38px;
	z-index: 9;
	background-repeat: no-repeat;
	background-image: url(../images/icon1.png);
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function:ease-in-out;
}
.banner .bt.prev{left:-42px;background-position: left center;}
.banner .bt.next{right:-42px;background-position: right center;}
.banner:hover .bt.prev{left:2.083%;}
.banner:hover .bt.next{right:2.083%;}
/*
/////////////////首页通栏
*/
.ixBox1{position: relative;z-index: 99999}
.ixBox1 .ixBox1Div{
	width: 50%;
	position: relative;
}
.ixBox1 .ixBox1Div:after{
	content: "";
	display: block;
	width: 100%;
	padding-top: 91.146%;
}
.ixBox1 .ixBox1Div .divL{
	width: 100%;
	padding-top:45.57%; 
	position: absolute;
	top: 0;
	left: 0;
}
.ixBox1 .ixBox1Div .divL.div2{top:auto;bottom: 0}
.ixBox1 .ixBox1Div .divC{
	position: absolute;
	top: 0;
	left: 0;
	padding:9% 14% 0 16%;
}
.ixBox1 .ixBox1Div .divC .divT{
	clear: both;
	overflow: hidden;
}
.ixBox1 .ixBox1Div .divC .divT span{
	display: block;
	height: 40px;
	overflow: hidden;
	font-size: 40px;
	color: #333333;
	line-height: 40px;
}
.ixBox1 .ixBox1Div .divC .divT em{
	display: block;
	height: 40px;
	overflow: hidden;
	font-size: 26px;
	color: #666666;
	line-height: 40px;
	font-style: normal;
}
.ixBox1 .ixBox1Div .divC .txt{
	height: 102px;
	overflow: hidden;
	color: #888888;
	font-size: 14px;
	line-height: 34px;
	margin:2.92% 0 3.65% 0; 
}
.ixBox1 .ixBox1Div .divC .more{
	display: block;
	color: #999999;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-right: 27px;
	background-image: url(../images/icon2.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: underline;
}
.ixBox1 .ixBox1Div .divC .more:hover{color:#016435;background-image: url(../images/icon3.png);}
.ixBox1 .ixBox1Div .divL.div2 a img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ixBox1MV{
	width: 100%;
	padding-top:56.25%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -60px;
}
.ixBox1MV #a2{position: absolute;top: 0;left: 0;z-index: 9}
.ixBox1 .ixBox1Div .divR{
	width: 100%;
	padding-top:40.83%;
	position: absolute;
	left: 0;
	bottom:0;	
}
.ixBox1 .ixBox1Div .divR .icon{
	width: 131px;
	height: 2px;
	background-repeat: no-repeat;
	background-image: url(../images/icon45.png);
	background-position: center center;
	position: absolute;
	top:28%;
	left: -65px;
	z-index: 11;
}
/*2*/
.ixBox2{
	padding: 40px;
	overflow: hidden;
	background: #f5f5f5;
}
.ixBox2T{
	text-align: center;
	overflow: hidden;
	padding-top: 2.6%;
}
.ixBox2T span{
	display:inline-block;
	padding:0 30px;
	height: 36px;
	line-height: 36px;
	border-left:2px solid #d3aa16;
	border-right:2px solid #d3aa16;
	color: #333333;
	font-size: 33px;
}
.ixBox2T em{
	display:block;
	height: 56px;
	overflow: hidden;
	line-height: 56px;
	color: #333333;
	font-size:26px;
	text-align: center;
	font-style: normal;
}
.ixBox2_tab{
	clear: both;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.ixBox2_tab a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 25px;
	border-radius:20px;
	color: #666666;
	font-size: 15px;
	margin: 0 5px;
	margin-bottom: 5px;
}
.ixBox2_tab a.hover{background:#006f3a;color: #fff;font-weight:bold;}
.ixBox2_tab a:hover{background:#006f3a;color: #fff;font-weight:bold;}
.ixBox2Scroll{
	overflow: hidden;
	padding-bottom: 50px;
}
.nicescroll-cursors{
	border-radius: 0 !important;
	height: 4px !important;
	background: #515151 !important;
}
.nicescroll-rails{
	height: 4px !important;
	background: #e5e5e5 !important;	
}
.ixBox2ScrollDl dd{
	display: inline;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}
.ixBox2ScrollDl dd a{
	display: block;
	width: 100%;
	padding-top:107.89%;
	overflow: hidden;
	position: relative;
}
.ixBox2ScrollDl dd a img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ixBox2ScrollDl dd a i{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/icon4.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	display: none !important
}
.ixBox2ScrollDl dd a .div{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	z-index:2;
	padding: 0 10px;
	background:rgba(0,111,58,0.8)
}
.ixBox2ScrollDl dd a .div span{
	display: block;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease-in;
	transition-delay: 0.5s;
}
.ixBox2ScrollDl dd a .div .txt{
	width: 240px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color:#fff;
	margin-top: 50px;
	padding-top: 70px;
	background-image: url(../images/icon5.png);
	background-position: center top;
	background-repeat: no-repeat;
}
/*3*/
.ixBox3{
	clear: both;
	overflow: hidden;
	padding-bottom: 4.167%;
}
.ixBox3L{
	width:49.166%;
	height:584px;
	overflow: hidden;
	position: relative;
}
.ixBox3L .bd{
	width: 944px;
	height: 584px;
	overflow: hidden;
	position: absolute;
	top:0;
	left: 50%;
	margin-left:-472px; 
}
.ixBox3L .bd dl dd{
	width: 944px;
	height: 584px;
	overflow: hidden;
	position: relative;
}
.ixBox3L .bd dl dd i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/icon4.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.ixBox3L .bd dl dd img{
	display: block;
	width: 944px;
	height: 584px;
}
.ixBox3L .hd{
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.ixBox3L .hd .spanT{
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 45px;
	font-size: 16px;
	color: #ffffff;
}
.ixBox3L .hd ul{
	display: inline;
	float: right;
	margin-right: 30px;
	margin-top: 27px;
}
.ixBox3L .hd ul li{
	display: inline;
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	border-radius:100%;
	margin: 0 3px;
	background: #fff;
	line-height: 9999px;
	cursor: pointer;
}
.ixBox3L .hd ul li.on{background: #daae10;}
.ixBox3R{
	width: 50%;
	height:584px;
	overflow: hidden;
}
.ixBox3R .divC{
	overflow: hidden;
	padding: 0 9.583% 0 7.18%;
}
.hotBox{
	overflow: hidden;
	clear: both;
}
.hotBox .divT{
	height: 35px;
	overflow: hidden;
}
.hotBox .divT span{
	display: inline;
	float: left;
	line-height: 35px;
}
.hotBox .divT span a{color: #333333;font-size: 18px}
.hotBox .divT span a:hover{color: #008545;}
.hotBox .divT .more{
	padding: 0 22px;
	height: 32px;
	line-height: 32px;
	background: #006f3a;
	color: #ffffff;
	font-size: 14px;
	border-radius: 20px;
} 
.hotBox .divT .more:hover{background: #008545;}
.hotBox .divT2{
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	color: #999999;
	font-size: 14px;
}
.hotBox .txt{
	height: 84px;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
	color: #888888;
	margin-top: 20px;
	display: -webkit-box;   
	-webkit-box-orient: vertical;   
	-webkit-line-clamp: 3;   
	overflow: hidden;	
}
.hotBox .more2{
	display: block;
	color: #999999;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-right: 27px;
	background-image: url(../images/icon2.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: underline;
}
.hotBox .more2:hover{color:#016435;background-image: url(../images/icon3.png);}
.ixBox3RDl{
	overflow: hidden;
	border-top:1px solid #f1f1f1;
}
.ixBox3RDl dd{
	padding: 25px 0;
	overflow: hidden;
	border-bottom:1px solid #f1f1f1;
}
.ixBox3RDl dd .day{
	width:65px;
	overflow: hidden;
}
.ixBox3RDl dd .day span{
	display: block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 38px;
	font-weight: bold;
}
.ixBox3RDl dd .day em{
	display: block;
	height: 21px;
	text-align: center;
	line-height: 21px;
	font-size:14px;
	color: #888888;
	font-style: normal;
}
.ixBox3RDl dd .divR{
	overflow: hidden;
	padding-left:40px; 
}
.ixBox3RDl dd .divR .divT{
	height:32px;
	line-height: 32px;
	overflow: hidden;
}
.ixBox3RDl dd .divR .divT a{
	font-size: 16px;
	color: #333333;
	display: -webkit-box;   
	-webkit-box-orient: vertical;   
	-webkit-line-clamp:1;   
	overflow: hidden;	
}
.ixBox3RDl dd .divR .divT a:hover{color: #00703a;}
.ixBox3RDl dd .divR .txt{
	height: 27px;
	overflow: hidden;
	line-height: 27px;
	font-size: 14px;
	color: #888888;
	display: -webkit-box;   
	-webkit-box-orient: vertical;   
	-webkit-line-clamp: 1;   
	overflow: hidden;	
}
/*4*/
.ixBox4{
	clear: both;
	height: 184px;
	overflow: hidden;
	background-image: url(../images/bg1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.ixBox4C{
	width: 750px;
	margin:0 auto;
	overflow: hidden;
}
.ixBox4C span{
	display: inline;
	float: left;
	line-height: 184px;
	color: #ffffff;
	font-size: 22px;
	letter-spacing:1px;
}
.ixBox4C .more{
	width: 235px;
	height: 60px;
	border: 1px solid #ffffff;
	border-radius:10px;
	text-align: center;
	line-height: 60px;
	color: #fafffc;
	font-size: 18px;
	letter-spacing:3px;
	margin-top: 60px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.ixBox4C .more:hover{border: 1px solid #daae10;color: #daae10;}
.ixBox4 .bt{
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-image: url(../images/icon6.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 35px;
	right: 60px;
	z-index: 1;
}
/*
/////////footer
*/
.foot{
	clear: both;
	overflow: hidden;
	padding:80px 6.614%;
	background-image: url(../images/bg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
}
@media only screen and (max-width: 1680px) {
	.foot{padding:50px 2%;}
}
.foot img{
	display: block;
	max-width:400px;
	max-height:200px;
}
.footNav{
	clear: both;
	overflow: hidden;
	line-height: 28px;
}
.footNav a{
	display: inline;
	float: left;
	font-size: 14px;
	color: #fafffc;
	margin:0 22px;
}
.footNav a:hover{color:#00be62;}
.foot .txt{
	clear: both;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
}
.foot .txt a{color: #666666;}
.foot .txt a:hover{color: #fff;}
.foot .bds_tsina{
	width: 30px;
	height: 37px;
	background:url(../images/icon7.png) no-repeat 0px center !important;
}
.foot .popup_sqq{
	width: 30px;
	height: 37px;
	background:url(../images/icon7.png) no-repeat -52px center !important;
}
.foot .bds_weixin{
	width: 30px;
	height: 37px;
	background:url(../images/icon7.png) no-repeat -107px center !important}
.getTop{
	width: 8px;
	height: 27px;
	background:url(../images/icon8.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 99;
}
/******subBanner********/
.subBanner{
	width: 100%;
	padding-top: 32.29%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}
/*当前位置*/
.location{
	clear:both;
	height: 78px;
	border-bottom: 1px solid #dadada;
	padding-right:3.125%;
}
.location a{
	display: inline;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #999999;
	font-size: 14px;
}
.location a.hover{color: #666666;}
.location a:hover{color: #666666;}
.location a.a1{
	width:16px;
	background-image:url(../images/icon9.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.location i{
	display: inline;
	float: left;
	width: 27px;
	height: 30px;
	background-image:url(../images/icon10.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/*内页标题*/
.titleBox{
	clear: both;
	overflow: hidden;
}
.titleBox .divT{
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 39px;
	color: #333333;
}
.titleBox .divT2{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	color: #666666;
}
/*分页*/	
.page {
	overflow: hidden;
	text-align:center;
	clear: both;
}
.page a {
	display:inline-block;
	height:30px;
	overflow:hidden;
	line-height:30px;
	font-size:14px;
	padding: 4px 15px;
	color:#999999;
	margin:0 5px;
	border: 1px solid #d9d9d9;
}
.page a:hover {
	border: 1px solid #006f3a;
	color: #006f3a;
}
.page a.hover {
	border: 1px solid #006f3a;
	color: #006f3a;
}
/*公司简介*/
.gsjjBox{
	overflow: hidden;
	font-size: 14px;
	line-height: 34px;
	color: #666666;
}
.gsjjBox img{
	max-width: 100%;
}
.gsjjPic{
	overflow: hidden;
	clear: both;
}
.gsjjPic img{
	display: block;
	width: 100%;
}
/*全图列表*/
.newsAllImgDl{width:1300px}
.newsAllImgDl dd{
	display: inline;
	float: left;
	width: 275px;
	height: 380px;
	overflow: hidden;
	margin-right:34px;
	margin-bottom: 30px;
}
.newsAllImgDl.typ2 dd{height: 360px;}
.newsAllImgDl dd a{
	display: block;
	width: 275px;
	height: 380px;
	position: relative;
}
.newsAllImgDl.typ2 dd a{height: 360px;}
.newsAllImgDl dd a img{
	display: block;
	width: 275px;
	height: 380px;
}
.newsAllImgDl.typ2 dd a img{height: 360px;}
.newsAllImgDl dd a span{
	display: block;
	width: 100%;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background:rgba(120,120,120,0.9);
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.newsAllImgDl.typ2 dd a span{
	height: 55px;
	line-height: 55px;
	background:rgba(0,0,0,0.8);
}
.newsAllImgDl dd a:hover span{bottom:-45px}
.newsAllImgDl.typ2 dd a:hover span{bottom:-55px}
.newsAllImgDl dd a .div1{
	padding: 30px;
	position: absolute;
	bottom:-100%;
	left: 0;
	right: 0;
	background: rgba(4,105,57,0.9);
	transition-duration: 0.5s;
	transition-property: all;
	transition-timing-function: linear;
}
.newsAllImgDl dd:hover a .div1{bottom: 0}
.newsAllImgDl dd a .div1 .divT{
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.newsAllImgDl dd a .div1 .txt{
	height: 56px;
	overflow: hidden;
	line-height: 28px;
	color: #ffffff;
	font-size: 14px;
}
/*全图列表3*/
.newsAllImg3Dl{width:1300px;}
.newsAllImg3Dl dd{
	display: inline;
	float: left;
	width: 380px;
	overflow: hidden;
	margin-right: 28px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ececec;
}
.newsAllImg3Dl dd:hover{box-shadow: 0 2px 3px #ececec}
.newsAllImg3Dl dd .pic{
	width:380px;
	height:285px;
	overflow: hidden;
}
.newsAllImg3Dl dd .pic img{
	display: block;
	width:380px;
	height:285px;
}
.newsAllImg3Dl dd .box{
	overflow: hidden;
	padding:25px 28px;
	border: 1px solid #f9f9f9;
	border-top:none;
}
.newsAllImg3Dl dd .box .divT{
	height: 24px;
	overflow: hidden;
	line-height: 24px;
}
.newsAllImg3Dl dd .box .divT a{
	color: #333333;
	font-size: 16px;
}
.newsAllImg3Dl dd .box .divT a:hover{color: #00703a}
.newsAllImg3Dl dd .box .txt{
	height: 52px;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
	color: #888888;
	margin-top: 10px;
}
/*全文列表*/
.newsList dd{
	width: 1127px;
	height: 96px;
	overflow: hidden;
	padding: 44px 34px 44px 37px;
	border: 1px solid #e3e3e3;
	margin-bottom: 20px;
	position: relative;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.newsList dd:hover{box-shadow: 0 0 10px rgba(0,0,0,0.2)}
.newsList dd .icon{
	width: 44px;
	height: 1px;
	background: #ad6a01;
	position: absolute;
	top: 62px;
	left:135px;
	z-index: 1;
	opacity: 0;
	transition-delay: 0.1s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.newsList dd:hover .icon{opacity:1;left: 118px;}
.newsList dd .day{
	width: 96px;
	height: 96px;
	overflow: hidden;
	background: #333333;
	margin-right: 33px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.newsList dd:hover .day{background: #006f3a;margin-right:53px;}
.newsList dd .day span{
	display: block;
	clear: both;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	margin: 28px 0 0 21px;
	font-size: 14px;
	color: #888;
}
.newsList dd:hover .day span{color:#fff}
.newsList dd .day em{
	display: block;
	clear: both;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	margin:0 0 0 21px;
	font-size:20px;
	color: #ffffff;
	font-style: normal;
}
.newsList dd:hover .day em{color:#fff}
.newsList dd .divR{
	overflow: hidden;
}
.newsList dd .divR .divT{
	clear: both;
	height: 37px;
	overflow: hidden;
	line-height: 37px;
	font-size: 18px;
}
.newsList dd .divR .divT a{color: #333333;}
.newsList dd .divR .divT a:hover{color: #006f3a;}
.newsList dd .divR .txt{
	height: 48px;
	overflow: hidden;
	color: #888888;
	font-size: 14px;
	margin-top: 7px;
	line-height: 24px;
}
/*图文列表*/
.newsTextImg dd{
	overflow: hidden;
	height: 230px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 30px;
}
.newsTextImg dd .pic{
	width: 375px;
	height: 230px;
	overflow: hidden;
}
.newsTextImg dd .pic img{
	display: block;
	width: 375px;
	height: 230px;
}
.newsTextImg dd .divR{
	overflow: hidden;
	height: 230px;
	padding-left: 35px;
}
.newsTextImg dd .divR .divT{
	height: 35px;
	overflow: hidden;
	margin-top:5px;
}
.newsTextImg dd .divR .divT span{
	display: inline;
	float: left;
	line-height: 35px;
}
.newsTextImg dd .divR .divT span a{color: #333333;font-size: 18px}
.newsTextImg dd .divR .divT span a:hover{color: #008545;}
.newsTextImg dd .divR .divT .more{
	padding: 0 22px;
	height: 32px;
	line-height: 32px;
	background: #006f3a;
	color: #ffffff;
	font-size: 14px;
	border-radius: 20px;
} 
.newsTextImg dd .divR .divT .more:hover{background: #008545;}
.newsTextImg dd .divR .divT2{
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	color: #999999;
	font-size: 14px;
}
.newsTextImg dd .divR .txt{
	height: 84px;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
	color: #888888;
	margin-top: 20px;
	display: -webkit-box;   
	-webkit-box-orient: vertical;   
	-webkit-line-clamp: 3;   
	overflow: hidden;	
}
.newsTextImg dd .divR .more2{
	display: block;
	color: #999999;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-right: 27px;
	background-image: url(../images/icon2.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: underline;
}
.newsTextImg dd .divR .more2:hover{color:#016435;background-image: url(../images/icon3.png);}
/*****全图列表4****/
.newsAllImg4Dl{width: 1300px}
.newsAllImg4Dl dd{
	display: inline;
	float: left;
	overflow: hidden;
	width: 585px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.newsAllImg4Dl dd .pic{
	width: 585px;
	height: 440px;
	overflow: hidden;
}
.newsAllImg4Dl dd .pic img{
	display: block;
	width: 585px;
	height: 440px;
}
.newsAllImg4Dl dd span{
	display: block;
	height: 74px;
	line-height: 74px;
	text-align: center;
	background: #f6f6f6;
	color: #333;
	font-size: 16px;
}
/*****全图列表5****/
.newsAllImg5Dl{width: 1300px}
.newsAllImg5Dl dd{
	display: inline;
	float: left;
	overflow: hidden;
	width:380px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.newsAllImg5Dl dd .pic{
	width: 380px;
	height: 285px;
	overflow: hidden;
	position: relative;
}
.newsAllImg5Dl dd .pic i{
	display: block;
	width: 380px;
	height: 285px;
	background-color: rgba(4,105,57,0.9);
	background-image: url(../images/icon11.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.newsAllImg5Dl.typ2 dd .pic i{background-image: url(../images/icon12.png);}
.newsAllImg5Dl dd:hover .pic i{opacity: 1}
.newsAllImg5Dl dd .pic img{
	display: block;
	width: 380px;
	height: 285px;
}
.newsAllImg5Dl dd .div{
	padding:15px 30px;
	overflow: hidden;
	background: #f6f6f6;
}
.newsAllImg5Dl dd em{
	display: block;
	height: 25px;
	line-height: 25px;
	color: #888888;
	font-size: 14px;
	font-style: normal;
}
.newsAllImg5Dl dd span{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 16px;
}
.newsAllImg5Dl.typ2 dd span{text-align: center}
/**/
.caseTab{
	clear:both;
	overflow: hidden;
	border-bottom: 1px solid #dadada;
	padding:50px 30px 40px 30px;
	text-align: center;
	font-size: 0px;
}
.caseTab a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	border-radius:20px;
	color: #666666;
	font-size: 14px;
	margin: 0 8px;
	border: 1px solid #bbbbbb;
	margin-bottom: 10px;
}
.caseTab a.hover{background:#006f3a;color: #fff;font-weight:bold;border: 1px solid #006f3a}
.caseTab a:hover{background:#006f3a;color: #fff;font-weight:bold;border: 1px solid #006f3a}
/**/
.caseList{width:1300px}
.caseList dd{
	display: inline;
	float: left;
	width: 380px;
	height: 410px;
	margin-right:30px;
	margin-bottom:30px;
	overflow: hidden;
}
.caseList dd a{
	display: block;
	width: 100%;
	width: 380px;
	height: 410px;
	overflow: hidden;
	position: relative;
}
.caseList dd a img{
	display: block;
	width: 380px;
	height: 410px;
}
.caseList dd a i{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/icon4.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.caseList dd a .div{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	z-index:2;
	padding: 0 40px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease-in;
}
.caseList dd a .div span{
	display: block;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease-in;
	transition-delay: 0.5s;
}
.caseList dd a .div .txt{
	width: 240px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color:#fff;
	margin-top: 50px;
	padding-top: 70px;
	background-image: url(../images/icon5.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.caseList dd:hover a .div{
	height:100%;
}
.caseList dd:hover a .div span{
	font-size: 18px;
	font-weight:bold;
	text-align: center;
	padding-top: 34.65%;
}
/*单篇+新闻*/
.articleT{
	clear:both;
	line-height:32px;
	font-size:30px;
	color:#141414;
	text-align:center;
	}
.articleT2{
	clear:both;
	height:30px;
	font-size:14px;
	color:#666;
	line-height:30px;
	text-align:center;
	margin-top:5px;
	}
.articleT2 i{color:#b88142;font-weight:bold;font-style: normal}
.articleT2 .shareBox{display:inline-block;}
.articleT2 .shareBox a{margin-left:5px}
.articleT2 a:hover{color: #fff}
.articleT2 .bds_tsina{
	width: 4px !important;
    height: 18px !important;
	background:url(../images/icon24.png) no-repeat -29px top !important;
}
.articleT2 .popup_sqq{
	width: 4px !important;
    height: 18px !important;
	background:url(../images/icon24.png) no-repeat -59px top !important;
}
.articleT2 .bds_weixin{
	width: 4px !important;
    height: 18px !important;
	background:url(../images/icon24.png) no-repeat 0px top !important;
}
.articleT2 .bds_tsina:hover{background:url(../images/icon24.png) no-repeat -29px bottom !important;}
.articleT2 .popup_sqq:hover{background:url(../images/icon24.png) no-repeat -59px bottom !important;}
.articleT2 .bds_weixin:hover{background:url(../images/icon24.png) no-repeat 0px bottom !important;}
.article_fz{
	display:inline-block;
	position:relative;
	cursor:pointer;
	padding-left: 10px;
	}
.article_fzBox{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:30px;
	left:0;
	z-index:9999;
	opacity:0;
	transform:rotateX(90deg);
	-webkit-transform:rotateX(90deg);
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	transform-origin:center top;
	-webkit-transform-origin:center top;
	}
.article_fz:hover .article_fzBox{
	opacity:1;
	transform:rotateX(0deg);
	-webkit-transform:rotateX(0deg);}
.article_fzBox span{
	display:block;
	height:20px;
	background:#f5f5f5;
	font-size:14px;
	color:#666;
	text-align:center;
	line-height:20px;
	cursor:pointer;
	margin-bottom: 1px;
	}
.article_fzBox span:hover{
	background:#b88142;
	color:#fff;
	}
.article_fzBox span.hover{
	background:#b88142;
	color:#fff;
	}
.articleBox{
	clear:both;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
	}
.article img{ max-width:100%;}
/* 文章阅读页——大图*/
#play{
	width:900px;
	height:600px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:900px;
	height:600px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:900px;
	height:600px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:930px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:100px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	width:90px;
	height:60px;
	padding:3px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	width:90px;
	height:60px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;width:90px;height:60px;}
.img_hd ul li.on {border:1px solid #daae10;background:#daae10;}
.imgMove .bottom_a {
	width:20px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:20px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
.article_pageUp{
	font-size:15px;
	line-height:30px;
	color:#999999;
	border-top:1px solid #d5d5d5;
	padding-top: 30px;
}
.article_pageUp dl{width:1000px}
.article_pageUp dl a{color:#999999}
.article_pageUp dl a:hover{color:#006f3a}
.article_pageUp .bt{
	width:130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #006f3a;
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
}
.article_pageUp .bt:hover{background: #009a50}
/******招聘*****/
.join_dl{
	overflow: hidden;
}

.join_dl dd{
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 2px;
}

a.joinTit{
	display: block;
	height:75px;
	overflow: hidden;
	line-height: 75px;
	font-size:18px;
	color:#222222;
	padding: 0px 30px;
	background: #f1f1f1;
}

.joinTit span{
	float: left;
}
.join_dl dd.hover .joinTit{
	background: #006f3a;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.join_dl dd.hover .joinTit span{
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
}

.joinTit em{
	display: block;
	width:30px;
	height:75px;
	overflow: hidden;
	float: right;
	background: url(../images/icon16r.png) no-repeat center center;
}

.join_dl dd.hover .joinTit em{
	background: url(../images/icon17r.png) no-repeat center center;
}

.joinDeta{
	overflow: hidden;
	padding: 10px 20px 55px 20px;
	position: relative;
	font-size: 14px;
	color:#333;
	line-height: 30px;
	display: none;
}

a.goJoin{
	display: block;
	width: 140px;
	height: 40px;
	overflow: hidden;
	background: #f3a325;
	font-size: 14px;
	color:#fff;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: 20px;
	bottom:0px;
}
.formHot{
	overflow: hidden;
	padding: 30px 35px;
	background: #f9f9f9;
}
.formHot .divT{
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	font-size: 16px;
	color: #ad6a01;
}
.formHot .txt{
	clear: both;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
}
/**/
.form1 dd{
	clear: both;
}
.w_590{width: 590px}
.w_550{width: 550px}
.w100{width:100%}
.w_494{width: 484px;padding:0 5px;}
.w_1078{width:1078px}
.form1 dd .divT{
	height: 48px;
	line-height: 48px;
}
.form1 dd .divT .spanT2{
	color: #333333;
	text-align: right;
	font-size: 14px;
	margin: 0 10px 0 5px;
}
.form1 dd .box{
	height:48px;
	border: 1px solid #d2d2d2;
	position: relative;
}
.form1 dd .box .dw{
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #999999;
	position: absolute;
	top: 0;
	right:10px;
}
.form1 dd .spanT{
	width:30px;
	line-height: 48px;
	color: #f40012;
	text-align: right;
	margin-right: 5px;
	font-size: 14px;
}
.form1 dd .spanT.w{width:14px;}
.form1 dd .inputT{
	height: 48px;
	line-height: 48px;
	background: none;
	border: none;
	font-family: "microsoft yahei";
	color: #666;
	font-size: 14px;
}
.form1 dd .inputT::-webkit-input-placeholder{color:#999999}    /* 使用webkit内核的浏览器 */
.form1 dd .inputT:-moz-placeholder{color:#999999}                  /* Firefox版本4-18 */
.form1 dd .inputT::-moz-placeholder{color:#999999}                  /* Firefox版本19+ */
.form1 dd .inputT:-ms-input-placeholder{color:#999999}           /* IE浏览器 */
.form1 dd .code{
	width: 100px;
	height:50px;
}
.form1 dd .code img{
	display: block;
	width: 100px;
	height:50px;
}
.form1 dd .btn{
	display: block;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: #eca300
}
.form1 dd .textarea{
	border: 1px solid #d2d2d2;
	line-height:24px;
	background: none;
	font-family: "microsoft yahei";
	color: #666;
	font-size: 14px;
	padding: 5px;
	width: 1098px;
	height: 188px;
}
.form1 dd .btn:hover{background: #f4a900}
.caseVBox1_t .more{line-height: 40px;color:#666666;font-size: 14px}
.caseVBox1_t .more:hover{color:#0352af}
.form1 dd .txt{
	line-height: 48px;
	padding-left: 10px;
	color: #999999;
	font-size: 14px;
}
.form1 dd .btn2 .webuploader-pick{
	width: 70px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
	background: #f3a325;
}
/*slelect.demo样式start*/
.select2{width:517px; height:48px; position:relative; padding-right:30px;background: #fff;margin-left: 8px;left:-8px;margin-bottom: 8px;}
.select2 .seljg{line-height:48px; color:#666666; font-size:14px; cursor:pointer;text-align: left}
.select2 i{ display:block; width:30px; height:48px; background:url(../images/icon13.png) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.select2 .selTj{width:100%; overflow:hidden;max-height:120px; overflow-y:auto; position:absolute; left:0; top:48px; background:#FFF; display:none; z-index:100000}
.select2 .selTj a{ display:block; height:30px; line-height:30px;text-align: center;color:#666666; margin-bottom:1px;}
.select2 .selTj a:hover{ background:#f8f8f8; color:#044396;}
.select2 .selTj a.hover{background:#f8f8f8; color:#044396;}
.select2.w_459{width:459px}
/*slelect.demo样式end*/
/**/
.contUsT{
	height: 45px;
	line-height: 45px;
	color: #333333;
	font-size: 20px;
}
.contUsBox{width:1300px}
.contUsBox .div{
	display: inline;
	float: left;
	width: 370px;
	height: 233px;
	overflow: hidden;
	margin-right: 46px;
	position: relative;
}
.contUsBox .div .icon{
	width: 84px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -42px;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
}
.contUsBox .div .txt{
	width: 370px;
	height: 198px;
	background: #f6f6f6;
	overflow: hidden;
	margin-top: 35px;
}
.contUsBox .div .txt .divT{
	clear: both;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top:64px;
	font-size: 16px;
	color: #333333;
}
.contUsBox .div .txt .txtBox{
	font-size: 14px;
	line-height: 26px;
	color: #888888;
	text-align: center;
}
.mapBox{
	height: 415px;
	overflow: hidden;
}
.pplsBox{
	width: 1200px;
	margin: 0 auto;
}
.pplsBoxL{
	width: 600px;
	height: 485px;
	overflow: hidden;
}
.pplsBoxL img{
	display: block;
	width: 600px;
	height: 485px;
}
.pplsBoxR{
	width: 600px;
	height: 485px;
	overflow: hidden;
	background: #f0f0f0;
}
.pplsBoxR .divT{
	height:40px;
	overflow: hidden;
	line-height: 40px;
	color: #333333;
	font-size: 20px;
	padding-left: 58px;
	padding-right: 50px;
}
.pplsBoxR .divT a{color:#333333;}
.pplsBoxR .divT a:hover{color:#00703a;}
.pplsBoxR .txt{
	font-size: 14px;
	line-height: 34px;
	color: #666666;
	padding-left: 58px;
	padding-right: 50px;
}
.pplsBoxR .txt a{color: #d3aa16}
.pplsSlide{
	clear: both;
	overflow:hidden;
	position: relative;
	z-index: 11;
}
.pplsSlide .bt{
	display: block;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-image: url(../images/icon27.png);
	cursor: pointer;
	position: absolute;
	top:40px;
	left: 50%;
	z-index: 99;
}
.pplsSlide .bt.prev{margin-left:-625px;background-position:left top}
.pplsSlide .bt.next{margin-left:600px;background-position:right top}
.pplsSlide .bt.prev:hover{margin-left: ;background-position:left bottom}
.pplsSlide .bt.next:hover{margin-left: ;background-position:right bottom}
.pplsSlide:after{
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: #d0d0d0;
	position: absolute;
	left: 0;
	top: 53px;
	z-index: -1;
}
.pplsSlide .bd{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.pplsSlide .bd dl{width: 1300px;}
.pplsSlide .bd dl dd{
	display: inline;
	float: left;
	width: 168px;
	overflow: hidden;
	margin-right: 82px;
}
.pplsSlide .bd dl dd .divT{
	height:44px;
	overflow: hidden;
	line-height: 44px;
	color: #333333;
	font-size: 24px;
	text-align: center;
	padding-bottom: 49px;
	background-image: url(../images/icon25.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.pplsSlide .bd dl dd:hover .divT{background-image: url(../images/icon26.png);}
.pplsSlide .bd dl dd .txtBox{
	width: 100%;
	height: 120px;
	margin-top: 5px;
}
.pplsSlide .bd dl dd .txt{
	width: 100%;
	height: 120px;
	overflow: hidden;
	overflow-y: auto;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	padding-right: 13px;
}
.pplsSlide .hd{
	clear: both;
	height: 30px;
	text-align: center;	
}
.pplsSlide .hd ul{
	display: inline-block;
}
.pplsSlide .hd ul li{
	display: inline;
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	line-height: 999px;
	border-radius:10px;
	margin: 0 3px;
	background: #a5a5a5;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	cursor: pointer;
}
.pplsSlide .hd ul li.on{width:27px;background: #006f3a;}
/**/
.qywhPic{
	clear: both;
	overflow: hidden;
	height: 530px;
	background-position: center center;
	background-repeat: no-repeat
}
.qywhBox1{
	height:135px;
	position: relative;
	z-index: 11;
}
.qywhBox1C{
	width: 1340px;
	height: 300px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left:-670px; 
	bottom: 0;
}
.qywhBox1CBox{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 45px;
	border-bottom: 1px solid #e2e2e2;
}
.qywhBox1CBox .txt{
	width:100%;
	height:230px;
	overflow: hidden;
	overflow-y: auto;
	color: #666666;
	font-size: 14px;
	line-height: 34px;
	padding-right: 12px;
	margin-bottom: 30px;
}
.qywhBox2{
	clear:both;
}
.qywhBox2L{
	width: 640px;
	height: 430px;
	overflow: hidden;
}
.qywhBox2L img{
	display: block;
	width: 640px;
	height: 430px;
}
.qywhBox2R{
	overflow: hidden;
	padding-left: 125px;
	height: 430px;
}
.qywhBox2R .divT{
	height: 65px;
	overflow: hidden;
	line-height: 65px;
	color: #006f3a;
	font-size: 18px
}
.qywhBox2R .divT a{color: #006f3a;}
.qywhBox2R .txt{
	height: 136px;
	overflow: hidden;
	font-size: 14px;
	line-height: 34px;
	color: #666;
}
.qywhBox2R .more{
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #39a671;
	border-radius:50px;
	padding-left: 56px;
	padding-right:102px;
	font-size: 14px;
	color: #fff;
	background-image: url(../images/icon28.png);
	background-position:136px center;
	background-repeat: no-repeat;
	box-shadow: 0 5px 10px #aadac4;
}
.qywhBox2.typ{position: relative}
.qywhBox2.typ .qywhBox2R{
	width:440px;
	overflow: hidden;
	padding-left:0px;
}
.qywhBox2.typ .qywhBox2R .divT a{font-size:26px}
.qywhBox2.typ .typR{
	width: 623px;
	height: 503px;
	background: #fff;
	position:absolute;
	top:-100px;
	right: 0;
	z-index: 11;
}
.qywhBox2.typ .typR a{
	width: 280px;
	height: 470px;
	overflow: hidden;
	margin-left: 30px;
	margin-top: 30px;
}
.qywhBox2.typ .typR a img{
	display: block;
	width: 280px;
	height: 470px;
}
.qywhBox3{
	overflow: hidden;
	background: #f0f0f0;
}
.qywhBox3Slide{
	width: 1200px;
	height: 430px;
	margin: 0 auto;
	position: relative;
}
.qywhBox3Slide .bd{
	width: 1200px;
	height: 430px;
	overflow: hidden;
}
.qywhBox3Slide .bd dl{width:1300px}
.qywhBox3Slide .bd dl dd{
	display: inline;
	float: left;
	overflow: hidden;
	width: 380px;
	margin-right: 30px;
}
.qywhBox3Slide .bd dl dd .pic{
	width: 380px;
	height: 285px;
	overflow: hidden;
}
.qywhBox3Slide .bd dl dd .pic img{
	display: block;
	width: 380px;
	height: 285px;
}
.qywhBox3Slide .bd dl dd .txtBox{
	overflow: hidden;
	background: #fff;
	padding:25px 30px 30px 30px;
}
.qywhBox3Slide .bd dl dd .txtBox .divT{
	height: 23px;
	overflow: hidden;
	line-height: 23px;
	font-size: 16px;
}
.qywhBox3Slide .bd dl dd .txtBox .divT a{color: #333333;}
.qywhBox3Slide .bd dl dd .txtBox .divT a:hover{color: #006f3a;}
.qywhBox3Slide .bd dl dd .txtBox .txt{
	height: 52px;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
	color: #888888;
	margin-top: 10px;
}
.qywhBox3Slide .bt{
	display: block;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-image: url(../images/icon27.png);
	cursor: pointer;
	position: absolute;
	top:50%;
	margin-top: -13px;
	z-index: 99;
}
.qywhBox3Slide .bt.prev{left:-50px;background-position:left top}
.qywhBox3Slide .bt.next{right:-50px;margin-left:600px;background-position:right top}
.qywhBox3Slide .bt.prev:hover{margin-left: ;background-position:left bottom}
.qywhBox3Slide .bt.next:hover{margin-left: ;background-position:right bottom}
.gsjjDl{margin: 0 -5px;}
.gsjjDl dd{
	display: inline;
	float: left;
	width: 25%;
	overflow: hidden;
}
.gsjjDl dd a{
	display: block;
	overflow: hidden;
	margin: 0 5px;
	position: relative;
}
.gsjjDl dd a .pic{
	width: 100%;
	padding-top:120%;
	position: relative;
}
.gsjjDl dd a .pic img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.gsjjDl dd a span{
	display: block;
	width: 18px;
	padding: 20px 15px;
	background: #d8a351;
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}