l {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
img {
	border: none;
}
/*公共部分结束*/

/*
* 框架
*/

.cont{
	overflow: hidden;
	position: relative;
}

.contBox{
	width: 100%;
	overflow: hidden;
}

.wrap{
	width: 1300px;
	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;
}*/


/************************************二级页面 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;
}


/********************************此处首页样式开始*********************************/
/*
* 第一通栏 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 300px;
}
.indTit{
	overflow: hidden;
	text-align: center;
	font-size: 0px; margin-bottom:30px;
}
.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:20px;
	height: 3px;
	overflow: hidden;
	background: #e008;
	position: absolute;
	left: 50%;
	bottom: -2px;
	margin-left: -7px;
}
.indTitCh{
	overflow: hidden;
	font-size:26px;
	color:#333;
	height: 30px;
	line-height: 30px;
	font-weight:bold
}
.indTitCh1{
	overflow: hidden;
	font-size:18px;
	color:#333;
	height: 30px;
	line-height: 30px; padding-top:3PX;
}
.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;
}
