@charset "UTF-8";
/*
* author
           ,]]]`                                 
        ,@/`   ,\@/[[[[[[@@@\`                   
       =@\o.                 [@@]/@@@]`          
       =^.*.    ,\    ]`     .....    [@^        
       /@.    .@@^    =@]`    ..*.......@^       
     .@/    .]].              ..*******.=@       
     @/ ./@@OoO/.        ,[[O@@@@].*****.@^       
    =@  .=oooOO.  .      ..OOooOO@.***,@/        
    @^  ,OOoOO`.@/.[[[\@...OOooOO*.**.@/\\  ,@@\`
    @^ .=OOoO/.@@@@@@@@@^ .oOooOO*.**.@\]@,@^ ..@
  ]]@^  =OooO^/@@@@@@@@@^ .ooooOO****.@^,\@^ .O^=
 @^ =@ .=ooOO*@@@@@OOOO@@ .ooooOO***.=@.  ,@`=O^=
=@`..@^.=ooOO=@@@OOOOOO@@ .OoooOO***.@^... =^.O\@
.@OO],@^=OoOO.@@OOOOOO@@^.=OOooOO**.@/...../^ .@^
 ,@O\Oo@@OOoO^.,\@@@@/[..*oOO@@@@],@^....... ,@` 
   ,\@\]/@@oO^************o@/.   .\@\......]@/.. 
   ......[[@@O.**********=@@       .\@]@@@[..... 
  ...........[@@@]]`....]/@@`*******=@.........  
   ................,[[[[...,@\`***,/@`......     
        ......................[[[[[.... 
* time 2017-07-13
*/



/* CSS Document*/
/*transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;*/
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-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;
}/* 链接无下划线,有为underline;链接去框 */

a:hover {
	color: #9c3aad;
}/* 鼠标在链接上 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #666;
	background: #fff;
}
select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
	border: none;
}
textarea{outline: none;}
input {
	outline: none;
	border: none;
}

.clear {
	clear: both;
	overflow:hidden;
}
.h5{
	clear: both;
	height: 5px;
	overflow:hidden;
}
.h6{
	clear: both;
	height: 6px;
	overflow:hidden;
}
.h10 {
	clear: both;
	height: 10px;
	overflow:hidden;
}
.h15 {
	clear: both;
	height: 15px;
	overflow:hidden;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
	overflow:hidden;
}
.h30 {
	clear: both;
	overflow:hidden;
	height: 30px;
}
.h35{
	clear: both;
	overflow:hidden;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
	overflow:hidden;
}
.h45{
	clear: both;
	height: 45px;
	overflow:hidden;
}
.h50 {
	clear: both;
	height: 50px;
	overflow:hidden;
}
.h55{
	clear: both;
	height: 55px;
	overflow:hidden;
}
.h60 {
	clear: both;
	height: 60px;
	overflow:hidden;
}
.h70 {
	clear: both;
	height: 70px;
	overflow:hidden;
}
.h80 {
	clear: both;
	height: 80px;
	overflow:hidden;
}
.h90 {
	clear: both;
	height: 90px;
	overflow:hidden;
}
.h100 {
	clear: both;
	height: 100px;
	overflow:hidden;
}
.h200{
	clear: both;
	height: 200px;
	overflow: hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
img {
	border: none;
}
/*公共部分结束*/

/*
* 框架
*/

.cont{
	overflow: hidden;
	position: relative;
}

.contBox{
	width: 100%;
	overflow: hidden;
}

.wrap{
	width: 1200px;
	margin:0px auto;
}
.bc_fff{
	background: #fff;
}
.min_h400{
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.subCont{
	overflow: hidden;
}
.tableBox{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
}
.table{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
}
.tableCell{
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
/*.tabCont{
	overflow: hidden;
	display: block;
}*/
/*顶部开始*/
.top{
	width: 100%;
	position: fixed;
	left: 0px;
	top:0px;
	z-index: 9;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.top1{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color:#666;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
.weather{
	height: 25px;
	width: 230px;
	padding: 7px 25px;
	overflow: hidden;
}
.weather span{
	display: block;
	line-height: 25px;
	color:#72ae58;
	padding-right: 10px;
}
.topDate i{
	padding-left: 10px;
}
.logo{
	display: block;
	overflow: hidden;
}
.logo img{
	display: block;
	height: 50px;
}
.top1R{
	padding: 7px 0px;
	overflow: hidden;
}
.top1R #ckepop .jiathis_button_weixin span.jtico_weixin{
    width: 5px !important;
    height:23px !important;
    margin-right: 5px !important;
    background:url(../images/share.png) no-repeat 0px 0px !important;
}
.top1R #ckepop .jiathis_button_tsina span.jtico_tsina{
    width: 5px !important;
    height:23px !important;
    margin-right: 5px !important;
    background:url(../images/share.png) no-repeat -30px 0px !important;
}
.top1R #ckepop .jiathis_button_tqq span.jtico_tqq{
    width: 5px !important;
    height:23px !important;
    margin-right: 5px !important;
    background:url(../images/share.png) no-repeat -63px 0px !important;
}
.top1R #ckepop{display: block;height: 25px;line-height:25px;font-size: 14px;color:#666;}

.top2{
	padding: 35px 0px;
	overflow: hidden;
	background: rgba(255,255,255,0.93);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#93ffffff',endColorstr = '#93ffffff');
}
.top2R{
	overflow: hidden;
}
.topSearch{
	overflow: hidden;
}
.topSearch input{
	display: block;
	overflow: hidden;
	height: 48px;
	width: 290px;
	background: #fff;
	border: 1px solid #ddd;
	border-right: 0px;
	padding: 0px 10px;
	font-size: 14px;
	color:#666;
	line-height: 48px;
	font-family: "microsoft yahei";
	float: left;
}
.topSearch a{
	display: block;
	width: 100px;
	height: 50px;
	overflow: hidden;
	background: #72ae58;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color:#fff;
	float: left;
}
a.OA{
	display: block;
	width: 100px;
	height: 50px;
	overflow: hidden;
	background: #f4af29;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color:#fff;
	float: left;
	margin-left: 10px;
}
/*顶部结束*/

/*
* nav 导航 begin
*/
.navBox{
	height: 60px;
	background: #fff;
}
.nav_dl{
	position: relative;
}
.nav_dl dd{
	float: left;
	display: inline;
	position: relative;
	z-index: 2;
	height: 60px;
	line-height: 60px;
}
.nav_a{
	display: block;
	width: 150px;
	overflow: hidden;
	font-size: 16px;
	color:#333;
	text-align: center;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.nav_dl dd.hover .nav_a{
	color:#fff;
	background: #72ae58;
}
.nav_dl dd em{
	display: block;
	width: 1px;
	height: 16px;
	overflow: hidden;
	background: #ddd;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
}
.nav_dl dd:last-child em{
	display: none;
}
.nav_dl dd.hover em,
.nav_dl dd.bdHide em{
	display: none;
}
/*banner开始*/
.banner{
	overflow:hidden;
	position: relative;
	z-index: 1;
}

.banner .hd{
	display: none;
	width: 100%;
	position:absolute;
	z-index:1;
	bottom:20px;
	left:0px;
	text-align: center;
}
.banner .hd ul {
	overflow: hidden;
	display: inline-block;
}
.banner .hd ul li {
	cursor:pointer;
	float: left;
	display:inline;
	zoom:1;
	height: 8px;
	width: 8px;
	overflow:hidden;
	text-indent: 99em;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	padding: 3px;
	margin: 0px 3px;
}
.banner .hd ul li span{
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	background: #9c3aad;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.banner .hd ul li.on {
	border:1px solid #9c3aad;
	padding: 2px;
}
.banner .hd ul li.on span{
	display: none;
}
.banner .bd{ position:relative; z-index:0;overflow:hidden;}
.banner .bd dd{
	overflow:hidden;
	zoom:1;
	width: 100%; 
	vertical-align:middle;
	height: 1080px;
	position: 
	relative;
}
.banner .bd dd .bigImg{
	display:block; 
	width:100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 4s linear;
	-o-transition: all 4s linear;
	transition: all 4s linear;
}
.banner .bd dd.active .bigImg{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.banSmallImg{
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top:50%;
	/*-webkit-transform: scale(0) rotateY(180deg) translateY(-500%);
	-ms-transform: scale(0) rotateY(180deg) translateY(-500%);
	-o-transform: scale(0) rotateY(180deg) translateY(-500%);
	transform: scale(0) rotateY(180deg) translateY(-500%);*/
	-webkit-transform: translateY(-100%) scale(0.5);
	-ms-transform: translateY(-100%) scale(0.5);
	-o-transform: translateY(-100%) scale(0.5);
	transform: translateY(-100%) scale(0.5);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}
.banSmallImg.hover{
	/*-webkit-transform: scale(1) rotateY(0deg) translateY(0px);
	-ms-transform: scale(1) rotateY(0deg) translateY(0px);
	-o-transform: scale(1) rotateY(0deg) translateY(0px);
	transform: scale(1) rotateY(0deg) translateY(0px);*/
	-webkit-transform: translateY(0px) scale(1);
	-ms-transform: translateY(0px) scale(1);
	-o-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=1);
}
.banSmallImg img{
	display: block;
}
.banner .checkBox{
	height: 38px;
	overflow: hidden;
	width: 1200px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -600px;
	margin-top: -19px;
	z-index: 2;
}
.banner .bt{
	display: block;
	width: 20px;
	height: 37px;
	overflow: hidden;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

.banner:hover .bt{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.banner .prev{
	background: url(../images/bannerPrev.png) no-repeat center left;
	float: left;
	text-align: right;
}

.banner .prev:hover{
	background: url(../images/bannerPrev_h.png) no-repeat center left;
}

.banner .next{
	background: url(../images/bannerNext.png) no-repeat center right;
	float: right;
}
.banner .next:hover{
	background: url(../images/bannerNext_h.png) no-repeat center right;
}
.onePageScroll{
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #bbb;
	position: relative;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	background: url(../images/arrowDown.png) no-repeat center center;
	position: absolute;
	left: 50%;
	bottom: 60px;
	margin-left: -25px;
}
.onePageScroll em{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: -1px;
	top: -1px;
	border: 1px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	z-index: 1;
}
/*banner结束*/

/*subBanner begin*/
.subBanner{
	width: 100%;
	position: relative;
	z-index: 0;
}
.subBanner_a{
	display: block;
	width: 100%;
	height: 500px;
	z-index: 1;
	overflow: hidden;
}
.localMenu{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0px;
	position: absolute;
	left: 0px;
	bottom: 120px;
}
.localMenu .center{
	display: inline-block;
	overflow: hidden;
}
.localMenu span{
	display: block;
	font-size: 24px;
	color:#fff;
	font-weight: bold;
}
.localMenu i{
	position: relative;
	font-size: 24px;
	color:#fff;
	height: 30px;
	line-height: 30px;
	padding: 0px 30px;
}
.localMenu i:before{
	display: block;
	content: "";
	width: 20px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/localMenuL.png) no-repeat center center;
}
.localMenu i:after{
	display: block;
	content: "";
	width: 20px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/localMenuR.png) no-repeat center center;
}
/*
* subMenu begin
*/
.subMenuBox{
	overflow: hidden;
	text-align: center;
	font-size: 0px;
	position: relative;
}
.subMenuBox em{
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #ddd;
	position: absolute;
	left: 0px;
	bottom: 6px;
}
.subMenu_dl{
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.subMenu_dl dd{
	overflow: hidden;
	float: left;
	display: inline;
	width: 100px;
	text-align: center;
}
.subMenu_dl dd a{
	display:inline-block;
	overflow: hidden;
	position: relative;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color:#666;
	padding-bottom: 5px;
}
.subMenu_dl dd a span{
	display: none;
	overflow: hidden;
	border: 1px solid #72ae58;
	padding: 2px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
}
.subMenu_dl dd a span i{
	display: block;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background: #72ae58;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.subMenu_dl dd a:hover span,
.subMenu_dl dd.hover a span{display: block;}
.subMenu_dl dd a:hover,.subMenu_dl dd.hover a{color:#72ae58;}

/*
* location
*/

/*
* left
*/

/*页码开始*/
.page {
	padding:11px 0px;
	overflow: hidden;
	text-align: center;
	clear: both;
}
.page code, .page a {
	padding: 4px 9px;
	margin: 0px 3px;
	color:#999;
	font-size: 14px;
	border:1px solid #d9d9d9;
	background: #fafafa;
	font-family: "microsoft yahei";
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.page a i{
	font-family: "宋体";
	font-size: 12px;
}
.page a:hover {
	background: #72ae58;
	border-color:#72ae58;
	color: #fff;
}
.page a.hover {
	background: #72ae58;
	border-color:#72ae58;
	color: #fff;
}
a.fs_st{
	font-family: "宋体";
	background: #c8c8c8;
	color:#fff;
	font-weight: bold;
	padding:8px 12px;
	border:none;
}
.page input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.page input.pageDetail {
	width: 45px;
	height:27px;
	line-height:27px;
	text-align: center;
}
.page input.page_bnt{
	border: none;
	width: 58px;
	height:29px;
	cursor:pointer;
	color:#fff;
	background:#72ae58; 
}
/*页码结束*/

/*底部开始*/
.foot1{
	overflow: hidden;
	background: #404040;
	padding: 50px 0px;
}
.foot1_dl{
	overflow: hidden;
	margin: 0px -50px;
}
.foot1_dl dd{
	width: 33.3333333333%;
	overflow: hidden;
	float: left;
	display: inline;
}
.foot1Box{
	overflow: hidden;
	padding: 0px 50px;
}
.foot1Tit{
	overflow: hidden;
}
.foot1Tit span{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color:#9e9e9e;
	font-family: "arial";
}
.foot1Cont{
	overflow: hidden;
	font-size: 14px;
	color:#8f8f8f;
	line-height: 30px;
}
.foot1Cont a{
	color:#8f8f8f;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.foot1Cont a:hover{
	color:#fff;
}
.foot1Tit i{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color:#fff;
	font-weight: bold;
}
.footCode{
	overflow: hidden;
	margin-right: 45px;
}
.footCode img{
	display: block;
	width: 100px;
	height: 100px;
}
.footCode i{
	display: block;
	overflow: hidden;
	text-align: center;
	padding-top: 8px;
}
.foot{
	overflow: hidden;
	background: #2c2c2c;
	padding: 20px 0px;
	line-height: 30px;
	font-size: 14px;
	color:#999;
}
.footR a{
	color:#999;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footR a:hover{
	color:#fff;
}
/*底部结束*/

/*
* 全图 begin
*/

/************************************二级页面 begin*************************************/
/*
* 列表公共部分
*/
.com_dl{
	overflow: hidden;
}
.com_dl dd{
	width: 33.3333333333333%;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
}
.list_a{
	display: block;
	overflow: hidden;
	position: relative;
}
.imgDiv{
	/*width: 100%;*/
	overflow: hidden;
	position: relative;
	padding-top: 64.7058824%;
}
.imgDiv img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
}
.scaleImg img{
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.scaleImg:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.listTit{
	line-height: 30px;
	font-size: 16px;
	color:#333;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .listName{
	color:#00aae8;
}
.listIntr{
	height: 50px;
	font-size: 14px;
	color:#999;
	line-height: 25px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.listTime{
	font-size: 14px;
	color:#c5c5c5;
	overflow: hidden;
}
.listTime i{
	color:#999;
}
.listDeta{
	overflow: hidden;
}
/*
* 全图列表 begin
*/
.img_dl{
	overflow: hidden;
	margin: 0px -10px;
}
.img_dl dd{
	width: 25%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.img_dl dd .list_a{
	margin: 0px 10px;
}
.img_dl dd .imgDiv{
	padding-top: 75%;
	border: 1px solid #ddd;
}
.listTit2{
	font-size: 18px;
	color:#333;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.listIntr2{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
	color:#666;
}
.list_a:hover .listTit2{
	color:#72ae58;
}
.img_dl dd .listDeta{
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	padding-right: 40px;
	background: url(../images/arrow-o.png) no-repeat right center;
}
.img_dl dd .list_a:hover .listDeta{
	background: url(../images/arrow-o-h.png) no-repeat right center;
}
/*全文列表*/
.list_dl dd{
	width: 100%;
	padding: 10px 0px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	border-bottom:1px dashed #d3d1d1;
}
.list_dl dd .listName{
	font-size: 14px;
	color:#777;
	display: block;
}
.list_dl dd .listName:hover{
	color:#9c3aad;
}
.list_dl dd .listTime{
	display: block;
	overflow: hidden;
}
.list_dl dd .listName i{
	font-size: 16px;
	padding-right: 5px;
}
/*
* 图文
*/
.textImg_dl{
	overflow: hidden;
}
.textImg_dl dd{
	overflow: hidden;
	padding: 10px 0px;
}
.textImg{
	margin-right: 15px;
	overflow: hidden;
}
.textImg img{
	display: block;
	width: 250px;
	height: 150px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.textImg_dl dd .listDeta{
	padding-top: 5px;
}
.textImg_dl dd .hotListIntr{
	height: 50px;
}
/*^
 * 新闻阅读页
 */	
.articleBox {
	line-height:30px;
	color: #555;
	font-size:14px;
}
.articleBox.w_600{width: 600px;}
.articleBox img{
	max-width:100%;
	}
.articleFoot{
	border-top:1px solid #e4e4ee;
	overflow: hidden;
	padding: 15px 0px;
}

.articleMov{
	width:890px;
	overflow:hidden;
	margin:0 auto;
	}
.mapBox{
	clear:both;
	height:500px;
	overflow:hidden;
}
.articleHead{
	overflow: hidden;
	background: #fafbfb;
	padding: 15px 0px;
}
.articleTitle{
	clear: both;
	overflow: hidden;
	line-height: 30px;
	font-size:18px;
	color:#666;
	font-family:"microsoft yahei";
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	font-size:12px;
	line-height:30px;
	margin:0 100px;
}
.articleTime span{cursor: pointer;}
.articleTime span.hover{color: #ff0303}
.articleTime span:hover{color: #ff0303}
.articleMore{
	overflow: hidden;
}
.articleMore .jiathis_style{
	margin-top: 4px;
}
.artPage{
	overflow: hidden;
	position: relative;
	border-top:1px solid #f1f1f1;
	padding-top: 15px;
}
.artPage p{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	max-width: 50%;
}
.artPage p a{
	color:#666;
}
.artPage p a:hover{
	color:#72ae58;
}
.artPage p.fr{
	text-align: right;
}
.articleOhter{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color:#999;
}
a.goBack{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#72ae58;
	padding-right: 25px;
	background: url(../images/goBack.png) no-repeat right center;
}
.share{
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -16px;
}
.share span{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	float: left;
}
.share .bd_share a{ padding:0 !important;margin:0px !important; margin-right:15px !important; width:32px !important; height:32px !important; background:url(../images/share.png) no-repeat !important; display:block; float:left;
}
.share .bd_share a.bds_weixin{ background-position:0px 0 !important;}
.share .bd_share a.bds_tsina{ background-position: -42px 0 !important;}
.share .bd_share a.bds_tqq{ background-position:-83px 0 !important;}
/*
.share .bd_share a.bds_qzone{ background-position:-193px 0 !important;}
.share .bd_share a.bds_douban{ background-position:-99px 0 !important;}
.share .bd_share a.bds_sqq{ background-position:0px 0 !important;}
.share .bd_share a.bds_renren{ background-position:-198px 0 !important;}*/

.share .bd_share a.bds_sqq:hover{ background-position:0px -29px !important;}
.share .bd_share a.bds_tsina:hover{ background-position:-42px -32px !important;}
.share .bd_share a.bds_weixin:hover{ background-position: 0px -32px !important;}
.share .bd_share a.bds_qzone:hover{ background-position:-193px -30px !important;}
.share .bd_share a.bds_tqq:hover{ background-position:-83px -32px !important;}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:800px;
	height:535px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:20px auto 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:800px;
	height:535px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:800px;
	height:535px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:810px;clear:both;margin:20px auto 0px;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;
	height:70px;
	width:120px;
	padding:1px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:70px;
	width:120px;
	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;height:70px;width:120px;}
.img_hd ul li.on {border:1px solid #b91719;background:#b91719;}
.imgMove .bottom_a {
	width:25px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:25px;
	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;}

.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    float:left;
    padding:0 20px 0 30px;
	background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word,a.doc,a.docx{background:url(../images/word.png) no-repeat left center; color:#37a6ff !important; }
.articleHand a.ppt,a.pps,{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel,a.xlt,a.xlsx,a.xls{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip,a.rar{background:url(../images/zip.png) no-repeat left center; color:#ff9779 !important; }

/********************************此处首页样式开始*********************************/
/*
* 第一通栏 begin
*/
.ind1st{
	position: relative;
	background: url(../images/ind1stBg.jpg) repeat-y center top;
	padding: 150px 0px 120px;
	z-index: 2;
}
.ind1st .wrap{
	position: relative;
}
.ind1stCont{
	width: 600px;
	overflow: hidden;
}
.ind1stTitEn{
	font-size: 36px;
	color:#a0c98a;
	overflow: hidden;
}
.ind1stTitCh{
	overflow: hidden;
	font-size: 18px;
	color:#f3ffe1;
	font-weight: bold;
}
.ind1stLIntr{
	font-size: 14px;
	color:#e9ffdf;
	overflow: hidden;
	height: 75px;
	line-height: 25px;
	padding-right: 255px;
}
a.ind1stLMore{
	display: block;
	width: 129px;
	height: 41px;
	overflow: hidden;
	font-size: 14px;
	color:#f3ffe1;
	text-align: center;
	line-height: 41px;
	background: url(../images/shape1.png) no-repeat center center;
}
.ind1stl_dl{
	overflow: hidden;
}
.ind1stl_dl dd{
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 35px;
}
.ind1stl_dl dd a{
	display: block;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	font-size: 14px;
	color:#f3ffe1;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind1stl_dl dd a em{
	display: block;
	width: 35px;
	height: 2px;
	overflow: hidden;
	background: #f3ffe1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind1stl_dl dd a:hover{
	color: #436d00
}
.ind1stl_dl dd a:hover em{
	background: #436d00;
}
.ind1stEm1{
	display: block;
	width: 380px;
	height: 1px;
	background: #629e48;
	position: absolute;
	left: 50%;
	top: 250px;
	margin-left: -960px;
}
.ind1stEm1:after{
	display: block;
	content: "";
	overflow: hidden;
	background: #436d00;
	width: 20px;
	height: 3px;
	position: absolute;
	right: 0px;
	top: -1px;
}
.ind1stR_dl{
	overflow: hidden;
}
.ind1stR_dl dd{
	padding: 25px 0px 25px 240px;
	overflow: hidden;
	text-align: right;
}
.ind1stRTit{
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 18px;
	color:#000;
	font-weight: bold;
	background: url(../images/icon1.png) no-repeat right center;
	padding-right: 40px;
}
.ind1stRIntr{
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 25px;
	padding-right: 40px;
}
.ind1stVideo{
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 20px;
	border: 1px solid #ddd;
	margin: -243px 0px 0px -243px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.ind1stVideo p{
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}
.ind1stVideo span{
	display: block;
	width: 385px;
	height: 385px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.ind1stVideo span em{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: rgba(0,0,0,0.5) url(../images/videoBt.png) no-repeat center center;
}
.noBg.layui-layer{
	background: none !important;
}
.ind1stBotImg{
	display: block;
	width: 265px;
	height: 145px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: -50px;
	margin-left: -132px;
}
/*
* 第二通栏
*/
.ind2nd{
	overflow: hidden;
	background: url(../images/ind2ndBg.png) no-repeat left 400px;
}
.indTit{
	overflow: hidden;
	text-align: center;
	font-size: 0px;
}
.indTit .center{
	display: inline-block;
	overflow: hidden;
}
.indTitEn{
	position: relative;
	padding: 0px 10px 15px 10px;
	border-bottom: 1px solid #ddd;
	z-index: 2;
}
.indTitEn img{
	display: block;
	height: 15px;
}
.indTitEn em{
	display: block;
	width: 15px;
	height: 3px;
	overflow: hidden;
	background: #72ae58;
	position: absolute;
	left: 50%;
	bottom: -2px;
	margin-left: -7px;
}
.indTitCh{
	overflow: hidden;
	font-size: 18px;
	color:#333;
	height: 40px;
	line-height: 40px;
}
.ind2ndSlide{
	position: relative;
	padding: 0px 70px;
}
.ind2ndSlide .bd{
	overflow: hidden;
	height: 338px;
}
.ind2nd_dl{
	overflow: hidden;
	margin: 0px -60px !important;
}
.ind2nd_dl dd{
	width: 33.333333333%;
	overflow: hidden;
	float: left;
	display: inline;
}
.ind2nd_dl dd .list_a{
	margin: 0px 60px;
	text-align: center;
}
.ind2nd_dl dd .list_a:hover .listTit{
	color:#f4af29;
}
.ind2nd_dl dd .imgDiv{
	padding-top: 75%;
}
.ind2nd_dl dd .listIntr{
	height: 25px;
}
.ind2ndMore{
	display: block;
	width: 103px;
	height: 27px;
	overflow: hidden;
	background: url(../images/shape2.png) no-repeat center center;
	font-size: 14px;
	color:#fff;
	line-height: 27px;
	text-align: center;
	margin: 0px auto;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .ind2ndMore{
	background: url(../images/shape2_h.png) no-repeat center center;
}
.ind2ndSlide .bt{
	display: block;
	width: 22px;
	height: 39px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	visibility: hidden;
}
.ind2ndSlide .prev{
	position: absolute;
	left: 0px;
	top: 100px;
	background: url(../images/ind2ndBt.png) no-repeat left top;
}
.ind2ndSlide .prev:hover{
	background: url(../images/ind2ndBt.png) no-repeat right top;
}
.ind2ndSlide .next{
	position: absolute;
	right: 0px;
	top: 100px;
	background: url(../images/ind2ndBt.png) no-repeat right bottom;
}
.ind2ndSlide .next:hover{
	background: url(../images/ind2ndBt.png) no-repeat left bottom;
}
/*
* 第三通栏
*/
.ind3rd{
	position: relative;
	z-index: 3;
}
.c_fff{
	color:#fff;
}
.ind3rdSlide{
	position: relative;
	padding: 0px 70px;
}
.ind3rdSlide .bd{
	height: 386px;
	overflow: hidden;
}
.ind3rd_dl{
	overflow: hidden;
	margin: 0px -50px !important;
}
.ind3rd_dl dd{
	overflow: hidden;
	width: 33.3333333333%;
	float: left;
	display: inline;
}
.ind3rd_dl dd .list_a{
	overflow: visible;
	margin: 0px 50px;
}
.ind3rdImg{
	position: relative;
	z-index: 3;
	border: 8px solid rgba(255,255,255,0.2);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.ind3rdImg .imgDiv{
	padding-top: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.ind3rdImg .imgDiv img{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.ind3rdMore{
	display: block;
	width: 157px;
	height: 44px;
	overflow: hidden;
	padding-top: 10px;
	font-size: 16px;
	color:#fff;
	text-align: center;
	line-height: 44px;
	margin: 0px auto;
	background: url(../images/shape3.png) no-repeat center bottom
}
.list_a:hover .ind3rdMore{
	background: url(../images/shape3_h.png) no-repeat center bottom;
}
.sbCricle{
	display: block;
	width: 225px;
	height: 225px;
	overflow: hidden;
	position: absolute;
	right: -5px;
	top: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: rgba(64,64,64,0.11);
}
.ind3rdSlide .bt{
	display: block;
	width: 22px;
	height: 39px;
	overflow: hidden;
	visibility: hidden;
}
.ind3rdSlide .prev{
	position: absolute;
	left: 0px;
	top: 130px;
	background: url(../images/ind3rdBt.png) no-repeat left top;
}
.ind3rdSlide .next{
	position: absolute;
	right: 0px;
	top: 130px;
	background: url(../images/ind3rdBt.png) no-repeat right top;
}
.ind3rdBotImg{
	display: block;
	width: 245px;
	height: 197px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: -50px;
}

/*
* 第四通栏
*/
.ind4th{
	position: relative;
	overflow: hidden;
}
.ind4thSlide{
	overflow: hidden;
	position: relative;
	padding: 0px 30px;
	z-index: 3;
}
.ind4thSlide .bd{
	height: 412px;
	overflow: hidden;
}
.ind4th_dl{
	overflow: hidden;
	margin: 0px -15px !important;
}
.ind4th_dl dd{
	width: 33.33333333%;
	overflow: hidden;
	float: left;
	display: inline;
}
.ind4th_dl dd .list_a{
	margin: 0px 15px;
}
.ind4thTime{
	padding-bottom: 32px;
	overflow: hidden;
	position: relative;
}
.ind4thTime span{
	display: block;
	width: 90px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #ddd;
	margin: 0px auto;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color:#ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind4thTime em{
	display: block;
	overflow: hidden;
	border: 1px solid #999;
	background: #f5f5f5;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	padding: 4px;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind4thTime i{
	display: block;
	width: 9px;
	height: 9px;
	overflow: hidden;
	background: #999;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind4th_dl dd .imgDiv{
	padding-top: 60%;
}
.ind4thMore{
	display: block;
	width: 103px;
	height: 27px;
	overflow: hidden;
	background: url(../images/shape2.png) no-repeat center center;
	font-size: 14px;
	color:#fff;
	line-height: 27px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .ind4thMore{
	background: url(../images/shape2_h.png) no-repeat center center;
}
.ind4th_dl dd .list_a:hover .ind4thTime em{
	border-color: #f4af29;
}
.ind4th_dl dd .list_a:hover .ind4thTime i{
	background: #f4af29;
}
.ind4th_dl dd .list_a:hover .ind4thTime span{
	background: #f4af29;
	color:#fff;
	border-color:#f4af29;
}
.ind4th_dl dd .list_a:hover .listTit{
	color:#f4af29;
}
.ind4thSlide .bt{
	display: block;
	width: 22px;
	height: 39px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	visibility: hidden;
}
.ind4thSlide .prev{
	position: absolute;
	left: 0px;
	top: 207px;
	background: url(../images/ind2ndBt.png) no-repeat left top;
}
.ind4thSlide .prev:hover{
	background: url(../images/ind2ndBt.png) no-repeat right top;
}
.ind4thSlide .next{
	position: absolute;
	right: 0px;
	top: 207px;
	background: url(../images/ind2ndBt.png) no-repeat right bottom;
}
.ind4thSlide .next:hover{
	background: url(../images/ind2ndBt.png) no-repeat left bottom;
}
.ind4thBd{
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #999;
	position: absolute;
	left: 0px;
	top: 155px;
	z-index: 2;
}

/*
* 资质荣誉
*/
.img_dl2{
	margin: 0px -10px;
	overflow: visible;
}
.img_dl2 dd{
	overflow: visible;
	width: 25%;
	float: left;
	display: inline;
	padding: 10px 0px;
	position: relative;
}
.newsImg2{
	border: 1px solid #ddd;
	padding: 35px;
	overflow: hidden;
	margin: 0px 10px;
	cursor: pointer;
}
.newsImg2 .imgDiv{
	padding-top: 69.7674419%;
}
.img_dl2 .list_a{
	border: 2px solid #72ae58;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 75%;
	margin: -123px 0px 0px -166px;
	text-align: center;
	z-index: 3;
	padding: 50px 50px 0px 50px;
	background: #fff;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	visibility: hidden;
}
.img_dl2 dd:hover .list_a{
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*
* 总裁致辞
*/
.singleImg{
	overflow: hidden;
}
.singleImg img{
	display: block;
	width: 300px;
	height: 400px;
}
.singleR{
	width: 875px;
	overflow: hidden;
}
.singleScroll{
	width: 875px;
	height: 290px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 11px;
}
.singleTit2{
	overflow: hidden;
	padding: 25px 0px;
}
.singleTit2 span{
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	font-size: 24px;
	color:#72ae58;
}
.singleTit2 i{
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#999;
}
/*
*基地展示
*/
.img_dl3{
	overflow: hidden;
	margin: 0px -11px;
}
.img_dl3 dd{
	width: 33.33333333333%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 11px 0px;
}
.img_dl3 dd .list_a{
	margin: 0px 11px;
}
.img_dl3 dd .imgDiv{
	padding-top: 75%;
}
.imdDeta3{
	width: 92%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 4%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: rgba(114,174,88,0.9);
	z-index: 5;
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#9072ae58',endColorstr = '#9072ae58');
}
.imdDeta3 .listDeta{
	background: url(../images/arrow-o-h2.png) no-repeat right center;
}
.imdDeta3 .listTit2,
.imdDeta3 .listIntr2{
	color:#fff !important;
}
.img_dl3 dd .list_a:hover .imdDeta3{
	background: rgba(244,175,41,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#90f4af29',endColorstr = '#90f4af29');
}
.videoIcon{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	background-image: url(../images/videoIcon.png);
	background-repeat: no-repeat;
	background-position: center 30%;
	background-color: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000');
}

/*
* 联系我们
*/
.map{
	overflow: hidden;
	height: 300px;
}
.contactTit{
	overflow: hidden;
	font-size: 18px;
	color:#333;
}
.contact_dl{
	overflow: hidden;
	margin: 0px -20px;
}
.contact_dl dd{
	width: 33.33333333%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 7px 0px;
}
.contact_dl dd div{
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color:#8f8f8f;
	margin: 0px 20px;
	padding-left: 30px;
}
.address{
	background: url(../images/address.png) no-repeat left center;
}
.tel{
	background: url(../images/tel.png) no-repeat left center;
}
.fax{
	background: url(../images/fax.png) no-repeat left center;
}
.postcode{
	background: url(../images/postcode.png) no-repeat left center;
}
.Email{
	background: url(../images/Email.png) no-repeat left center;
}

/*
* 人才招聘
*/
.recruit_dl{
	overflow: hidden;
	margin: 0px -11px;
}
.recruit_dl dd{
	width: 33.3333333333%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 11px 0px;
}
.recruit_dl dd .list_a{
	margin: 0px 11px;
	padding: 10px;
	background: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.recruitDiv{
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
}
.recruitTit{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color:#333;
	overflow: hidden;
}
.recruit_ul{
	overflow: hidden;
}
.recruit_ul li{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	width: 60%;
	float: left;
	display: inline;
	font-size: 14px;
	color:#999;
}
.recruit_ul li.w_40p{
	width: 40%;
}
.recruitMore{
	overflow: hidden;
	font-size: 14px;
	color:#999;
	height: 30px;
	line-height: 30px;
	padding: 5px 20px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.recruit_dl dd .list_a:hover{
	background: #72ae58;
}
.recruit_dl dd .list_a:hover .recruitMore{
	color:#fff;
}
a.recruitBt{
	display: block;
	width: 103px;
	height: 27px;
	overflow: hidden;
	background: url(../images/shape2.png) no-repeat center center;
	font-size: 14px;
	color:#fff;
	line-height: 27px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.recruitBt:hover{
	background: url(../images/shape2_h.png) no-repeat center center;
}
.recruitTip{
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color:#999;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.recruitAddImg{
	overflow: hidden;
}
.recruitAddImg img{
	display: block;
	max-width: 100%;
}
.recruitForm{
	overflow: hidden;
	padding: 40px;
	width: 445px;
	height: 360px;
}
.recruitFormHead{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
.recruitFormTit{
	overflow: hidden;
	font-size: 18px;
	color:#000;
}
.closeRecruit{
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat center center;
}
.recruitFormBody{
	overflow: hidden;
}
.recruitPostName{
	overflow: hidden;
	font-size: 14px;
	color:#666;
}
.recruitForm_dl{
	overflow: hidden;
}
.recruitForm_dl dd{
	overflow: hidden;
	padding: 5px 0px;
}
.formInp{
	display: block;
	overflow: hidden;
	width: 330px;
	height: 48px;
	border: 1px solid #ddd;
	padding: 0px 10px;
	font-size: 14px;
	color:#666;
	line-height: 48px;
}
.upload{
	overflow: hidden;
}
.upload a{
	display: block;
	width: 100px;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 50px;
	text-align: center;
	background: #efefef;
	float: left;
}
.upload p{
	font-size: 14px;
	color:#999;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
}
.recruitFormBot{
	overflow: hidden;
}
a.recruitSubmit{
	display: block;
	width: 170px;
	height: 50px;
	overflow: hidden;
	background: #72ae58;
	font-size: 14px;
	color:#fff;
	text-align: center;
	line-height: 50px;
	float: left;
}
a.reset{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	float: left;
	margin: 15px 0px 0px 20px;
}

/*
* 留言
*/
.msgBox{
	width: 890px;
	overflow: hidden;
}
.msg_dl{
	overflow: hidden;
	margin: 0px -10px;
}
.msg_dl dd{
	width: 33.333333333%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.msgDiv{
	overflow: hidden;
	margin: 0px 10px;
	padding: 0px 10px;
	border: 1px solid #ddd;
	background: #fdfdfd;
}
.msgDiv.active{
	border-color:#72ae58;
}
.msgInp{
	display: block;
	width: 100%;
	height: 45px;
	overflow: hidden;
	border:none;
	background: none;
	font-size: 14px;
	color:#333;
	line-height: 45px;
	font-family: "microsoft yahei";
}
.msgArea{
	display: block;
	width: 100%;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	border:none;
	background: none;
	font-size: 14px;
	color:#333;
	line-height: 20px;
	padding: 5px 0px;
	font-family: "microsoft yahei";
}
.msg_dl dt{
	width: 100%;
	padding: 10px 0px;
	overflow: hidden;
}
.w_135{
	width: 135px; 
}
.msgCode{
	display: block;
	overflow: hidden;
	margin-left: 10px;
	border: 1px solid #ddd;
}
.msgCode img{
	display: block;
	height: 45px;
}

/*
* 新闻资讯
*/
.img_dl4{
	overflow: hidden;
	margin: 0px -11px;
}
.img_dl4 dt{
	overflow: hidden;
	padding: 11px 0px 30px;
	margin-bottom: 11px;
	border-bottom: 1px solid #ddd;
}
.img_dl4 .list_a{
	margin: 0px 11px;
}
.hotImg{
	overflow: hidden;
	margin-right: 25px;
}
.hotImg img{
	display: block;
	width: 500px;
	height: 300px;
}
.img_dl4 dt .listDeta{
	padding: 15px 0px 35px;
}
.hotListIntr{
	font-size: 14px;
	color:#666;
	overflow: hidden;
	line-height: 25px;
	height: 75px;
}
.hotMore{
	display: block;
	width: 157px;
	height: 44px;
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	text-align: center;
	line-height: 44px;
	background: url(../images/shape3.png) no-repeat center bottom
}
.img_dl4 dd{
	width: 33.333333333%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 11px 0px;
}
.img_dl4 dd .imgDiv{
	padding-top: 60%;
}
.img_dl4 dd .hotListIntr{
	height: 50px;
}