@charset "UTF-8";

/* ******************** 公共部分框架 start ******************** */
/* ========== 头部 start ========== */
.header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* ————— 头部上半部分 start ————— */
.topT {
	height: 40px;
	background: #FFFFFF;
}

.topTDl {
	overflow: hidden;
}

.topTDl dd {
	float: left;
	display: inline;
	padding: 0 14px;
	position: relative;
}

.topTDl dd.dd1 {
	padding-left: 0;
}

.topTDl dd::before {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #999999;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.topTDl dd.dd1::before {
	display: none;
}

.topTDl dd a {
	display: block;
	font-size: 14px;
	color: #333333;
	height: 40px;
	line-height: 40px;
}

.topTrPer {
	overflow: hidden;
}

.topTrPer .perIcn {
	float: left;
	display: inline;
	width: 30px;
	height: 40px;
	background: url(../images/sby/per2.png) no-repeat center left;
	background-size: 18px 18px;
}

.topTrPerDl {
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 25px;
}

.topTrPerDl dd {
	float: left;
	display: inline;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #333333;
}

.topTrPerDl dd a {
	font-size: 13px;
	color: #333333;
}

.topTrPerDl dd.topSeg {
	padding: 0 5px;
}

.searchBox {
	width: 141px;
	height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid #eeeeee;
}

.searchBox .searchBtn {
	width: 16px;
	height: 40px;
}

.searchBox .searchBtn a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/sby/searchIcn2.png) no-repeat center center;
	background-size: 16px 16px;
}

.searchBox .searchInput {
	overflow: hidden;
}

.searchBox .searchInput input {
	background: transparent;
	height: 40px;
	line-height: 40px;
	border: none;
	font-size: 14px;
	color: #333333;
}

.searchBox .searchInput input::-webkit-input-placeholder {
	color: #333333;
	font-size: 14px;
}

/* ————— 头部上半部分 end ————— */
/* ————— 头部下班部分 start ————— */
.topB {
	height: 90px;
	background: #FFFFFF;
}

/* logo start */
.logo {
	margin-right: 50px;
}

.logo a {
	display: inline-block;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
}

.logo img {
	display: block;
	height: 52px;
}

/* logo end */
/* 导航 start */
.topMenuBox {
	position: relative;
	right: -34px;
}

.menuDl dd {
	float: left;
	display: inline;
	position: relative;
	padding: 0 34px;
}

.menuDl dd:first-child {
	padding-left: 0;
}

.topMenu>a {
	display: block;
	line-height: 90px;
	text-align: center;
	color: #333;
	font-size: 18px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.menuDl dd.hover .topMenu>a,
.topMenu:hover>a {
	color: #04863b;
}

.menuDl dd.hover .topMenu a::before,
.menuDl dd:hover .topMenu a::before {
	opacity: 1;
	visibility: visible;
}

.twoMenu {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	z-index: 10;
	white-space: nowrap;
	display: none;
	margin: 0 -6px;
}

.twoMenu::before {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: transparent url(../images/sby/menuBg.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: -10px;
}

.twoMenu li {
	font-size: 14px;
	text-align: center;
	display: inline-block;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	margin: 0 6px;
}

.twoMenu a {
	display: inline-block;
	line-height: 50px;
	height: 50px;
	font-size: 15px;
	color: #fff;
}
.menuDl dd:hover .twoMenu li {
	opacity: 0;
	-webkit-animation: liMove 0.3s linear forwards;
	-o-animation: liMove 0.3s linear forwards;
	animation: liMove 0.3s linear forwards;
}
/* .menuDl dd.hover .twoMenu li {
	opacity: 1;
	-webkit-animation: liHIde 0.3s linear forwards;
	-o-animation: liHIde 0.3s linear forwards;
	animation: liHIde 0.3s linear forwards;
} */
@keyframes liMove {
	0% {
		transform: translateY(-110%);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes liHIde {
	0% {
		transform: translateY(0px);
		opacity: 1;
	}
	100% {
		transform: translateY(110%);
		opacity: 0;
	}
}

.menuBg {
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.changelanguage{margin-top: 30px;margin-left: 20px;display: none;}
.changelanguage a{font-size: 14px;color: #5cc13b;display: block;width: 30px;height: 30px;line-height: 30px; text-align: center;border-radius: 50%;border: 1px solid #5cc13b;transition: all 0.3s;-webkit-transition: all 0.3s;}
.changelanguage a:hover{background-color: #5cc13b; color: #fff;}
/* 导航 end */
/* ————— 头部下班部分 end ————— */
/* ————— 登陆注册弹窗 ————— start */
.logRegPopBox{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transform: scale(0);
	-webkit-transform: scale(0);
	z-index: 21;
}
.logRegPopBox.show{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.logRegPopBox.regShow .regPop,
.logRegPopBox.loginShow .loginPop,
.logRegPopBox.verifyShow .verifyPop,
.logRegPopBox.resetShow .resetPop{
	display: block;
}
.logRegPopBg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.logRegPop{
	width: 500px;
	height: 562px;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin-top: -281px;
	margin-left: -250px;
	display: none;
}
.logRegPopBox .logRegPop.verifyPop{
	height: 496px;
	margin-top: -248px;
}
.logRegPopBox .logRegPop.resetPop{
	height: 410px;
	margin-top: -205px;
}
.logRegCon{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 60px;
	position: relative;
}
.logRegCon .close{
	width: 33px;
	height: 30px;
	background: url(../images/sby/close.png) no-repeat center center;
	background-size: 12px 11px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.loginLogo {
	text-align: center;
	padding: 30px 0;
}
.loginLogo img{
	height: 58px;
}
.forgetTab,
.loginTab{
	margin-bottom: 24px;
}
.forgetTab a,
.loginTab a{
	display: inline-block;
	height: 37px;
	line-height: 35px;
	position: relative;
	margin-right: 50px;
	font-size: 16px;
	color: #333333;
}
.forgetTab a::before,
.loginTab a::before{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #03873d;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.forgetTab a:hover::before,
.forgetTab a.hover::before,
.loginTab a:hover::before,
.loginTab a.hover::before{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.loginForm .loginFormCon{
	margin-bottom: 14px;
}
.loginFormCon .title{
	font-size: 14px;
	color: #333333;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.loginFormDiv {
	border: 1px solid rgb(230, 230, 230);
	border-radius: 5px;
	overflow: hidden;
}
.loginFormDiv .icn{
	width: 32px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 20px;
}
.loginFormDiv .icn.tel{
	background-image: url(../images/sby/icntel.png);
}
.loginFormDiv .icn.suo{
	background-image: url(../images/sby/icnsuo.png);
}
.loginFormDiv .icn.aq{
	background-image: url(../images/sby/icnaq.png);
}
.loginFormDiv .icn.user{
	background-image: url(../images/sby/icnuser.png);
}
.loginFormDiv .loginFormWidth{
	padding-left: 32px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.loginFormDiv.yzm .loginFormWidth{
	padding-right: 110px;
}
.loginFormDiv .yzText{
	width: 110px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	font-size: 14px;
	color: #04863b;
	cursor: pointer;
}
.loginFormDiv input{
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 12px;
	background: none;
	border: none;
	outline: none;
}
.loginBtn{
	padding: 16px 0 0;
}
.loginBtn a{
	display: block;
	height: 42px;
	line-height: 42px;
	background-color: rgb(4, 134, 59);
	border-radius: 21px;
	overflow: hidden;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.forgetBtn{
	text-align: center;
	height: 27px;
	line-height: 27px;
}
.forgetBtn a{
	display: inline-block;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	color: #666666;
}
.forgetBtn a:hover{
	color: #04863b;
}
.loginText{
	text-align: center;
	padding: 12px 0;
}
.loginText span{
	display: inline-block;
	font-size: 14px;
	color: #666666;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.loginText span.checkbox{
	padding: 9px 0;
}
.loginText span.checkbox em{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #ebebeb;
	background-image: -moz-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%);
	border: 1px solid rgb(204, 204, 204);
	position: relative;
	cursor: pointer;
}
.loginText span.checkbox em::before{
	content: '';
	width: 4px;
	height: 8px;
	border-right: 2px solid #04863b;
	border-bottom: 2px solid #04863b;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	position: absolute;
	left: 3px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	display: block;
	visibility: hidden;
	opacity: 0;
}
.loginText span.checkbox.hover em::before{
	visibility: visible;
	opacity: 1;
}
.loginText span a{
	font-size: 14px;
	color: #04863b;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
/* ————— 登陆注册弹窗 ————— end */
/* ========== 头部 end ========== */

/* ========== 内页轮播 start ========== */
.subBanner {
	width: 100%;
	padding-top: 29.6875%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ========== 内页轮播 end ========== */
/* ========== 当前位置 start ========== */
.locationBox {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fafafa;
	position: relative;
}

.locationBox::before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgb(230, 230, 230);
	position: absolute;
	left: 0;
	bottom: 0;
}

.locationMenuDl {
	overflow: hidden;
}

.locationMenuDl dd {
	float: left;
	display: inline;
	position: relative;
	margin-right: 60px;
}

.locationMenuDl dd::before {
	display: block;
	content: '';
	height: 2px;
	width: 100%;
	background: #03873d;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.locationMenuDl dd a {
	display: block;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.locationMenuDl dd:hover a,
.locationMenuDl dd.hover a {
	color: #03873d;
}

.locationMenuDl dd:hover:before,
.locationMenuDl dd.hover:before {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.locationDl {
	overflow: hidden;
}

.locationDl dt {
	float: left;
	display: inline;
	width: 25px;
	height: 60px;
}

.locationDl dt a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/sby/home.png) no-repeat center center;
	background-size: 11px 10px;
}

.locationDl dt a:hover {
	background: url(../images/sby/homeh.png) no-repeat center center;
	background-size: 11px 10px;
}

.locationDl dd {
	float: left;
	display: inline;
	padding: 0 10px 0 16px;
	background: url(../images/sby/right.png) no-repeat center left;
	background-size: 4px 6px;
}

.locationDl dd:hover,
.locationDl dd.hover {
	background: url(../images/sby/righth.png) no-repeat center left;
	background-size: 4px 6px;
}

.locationDl dd.dd1 {
	background-size: 0;
}

.locationDl dd a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666666;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.locationDl dd.hover a,
.locationDl dd:hover a {
	color: #03873d;
}

/* ========== 当前位置 end ========== */
/* ========== 页码 start ========== */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 34px;
	height: 34px;
	line-height: 34px;
	color: #666666;
	background: #f5f5f5;
	margin: 0 3px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.page a:hover,
.page a.hover {
	background: #03873d;
	;
	color: #fff;
}

.page a div {
	width: 34px;
	height: 34px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/common/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/common/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/common/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/common/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/common/page/lastPageh.png)
}

.page a.lastPage.disabled,
.page a.nextPage.disabled,
.page a.prevPage.disabled,
.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/common/page/lastPage.png)
}

/* ========== 页码 end ========== */
/* ******************** 公共部分框架 end ******************** */
/* ========== 首页 start ========== */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
}

.indexBanner .bd {
	overflow: hidden;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}
.indexBanner .mySlide.bb2 .img{left: 30%;top: 35.443%;}
.indexBanner .mySlide.bb3 .img{left: 30%;top: 35%;}
.indexBanner .img {
	position: absolute;
	left: 70%;top: 35%;
	
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 0;
	text-align: center;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 30px;
	height: 6px;
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgb(0,0,0,0.2);
	transition: all 0.4s;
	-webkittransition: all 0.4s;
}

.indexBanner .slick-dots li.slick-active {
	background: #05a045;
}

.indexBanner .slick-dots li.slick-active::before {
	display: block;
}
.indexBanner .prev{width: 50px;height: 50px;background: rgb(0,0,0,0.2) url(../images/bannerbtn.png) no-repeat center;position: absolute;left: 80px;top: 50%;margin-top: -25px;cursor: pointer;outline: none;z-index: 2;opacity: 0.8;}
.indexBanner .next{width: 50px;height: 50px;background: rgb(0,0,0,0.2) url(../images/bannerbtn.png) no-repeat center;position: absolute;right: 80px;top: 50%;margin-top: -25px;cursor: pointer;outline: none;z-index: 2;transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);opacity: 0.8;}
.indexBanner .next:hover{opacity: 1;}
.indexBanner .prev:hover{opacity: 1;}
/* ————— indexBanner end ————— */
/* ————— 公共部分 start ————— */
.colBg {
	background-repeat: no-repeat;
	background-size: cover;
}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 关于我们 start ————— */
.indexC1 {
	overflow: hidden;
	height: 800px;
	padding: 100px 0 0;
	background: url(../images/col1bg.jpg) no-repeat center /cover;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexC1 .wrap {
	position: relative;
	height: 100%;
}

.indexC1L {
	overflow: hidden;
	padding: 25px 0;
	
}

.indexC1L .indexTitle {
	margin-bottom: 28px;
}

.indexC1L .info {
	line-height: 27px;
	font-size: 15px;
	color: #666666;
	margin-bottom: 20px;
	overflow: hidden;
	height: 162px;
}

.indexC1LB {
	height: 75px;
	overflow: hidden;
	margin-bottom: 90px;
}

.indexC1LBDl {
	overflow: hidden;
}

.indexC1LBDl dd {
	float: left;
	display: inline;
	width: 33.3333%;
	position: relative;
	height: 75px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexC1LBDl dd:first-child {
	padding-left: 0;
}





.indexC1LBDl dd .nub {
	font-size: 30px;
	color: #03873d;
	font-weight: bold;
	overflow: hidden;
}

.indexC1LBDl dd .nub span {
	display: inline-block;
	padding: 9px 0;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexC1LBDl dd .nub img {
	height: 30px;
}

.indexC1LBDl dd .info {
	font-size: 14px;
	color: #999999;
}

.indexC1R {
	width: 45.1389%;
	margin-right: 50px;
}
.indexC1R .pic{
	 box-shadow: 0 0 16px 8px rgb(5,160,69,0.08);
	 border-radius: 10px;
	 overflow: hidden;
}
.indexC1R .pic::before {
	padding-top: 64.4092%;
}

.indexC1 .indexMore{height: 40px;line-height: 40px;font-size: 14px;color: #999999;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.indexC1 .indexMore em{display: inline-block;margin-left: 20px;width: 40px;height: 40px;vertical-align: middle;background: url(../images/lhl/col3btn.png) no-repeat center;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.indexC1 .indexMore:hover em{transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);}
/* ————— 第1通栏 关于我们 end ————— */


/* ========== 关于我们 start ========== */
/* ————— 公共部分 start ————— */
.abTitleBox {
	text-align: center;
}

.abTitleBox .title {
	font-size: 24px;
	color: #333333;
	line-height: 42px;
	height: 42px;
	overflow: hidden;
}

.abTitleBox .subTitle {
	font-size: 18px;
	color: #999999;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}

.abMore {
	text-align: center;
}

.abMore a {
	display: inline-block;
	width: 150px;
	height: 42px;
	background-color: rgb(3, 135, 61);
	line-height: 42px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #FFFFFF;
}

/* ————— 公共部分 end ————— */
/* ————— 第1通栏 公司概况 start ————— */
.aboutC1 {
	overflow: hidden;
	background: #f2f2f2;
	padding: 40px 0 46px;
}

.aboutC1Con {
	overflow: hidden;
	padding: 34px 0 0;
}

.aboutC1pic {
	width: 48.1944%;
	float: left;
	display: inline;
	margin-right: 6.9444%;
}

.aboutC1pic .pic::before {
	padding-top: 64.4092%;
}

.aboutC1text {
	overflow: hidden;
}

.aboutC1text .title {
	font-size: 22px;
	color: #333333;
	text-align: center;
	height: 30px;
	overflow: hidden;
	margin-bottom: 36px;
}

.aboutC1text .info {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	overflow: hidden;
	height: 234px;
	margin-bottom: 53px;
}

.aboutC1Dl {
	overflow: hidden;
	margin: 0 -30px;
}

.aboutC1Dl dd {
	width: 50%;
	float: left;
	display: inline;
}

.aboutC1Dl dd .con {
	display: block;
	margin: 0 30px;
	height: 96px;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 50px;
	overflow: hidden;
}

.aboutC1Dl dd .con .icn {
	width: 80px;
	height: 96px;
	line-height: 96px;
	float: left;
	display: inline;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center left;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.aboutC1Dl dd .con:hover .icn {
	transform: translate(5px, -5px);
	-webkit-transform: translate(5px, -5px);
}

.aboutC1Dl dd .con .icnTitle {
	height: 96px;
	line-height: 96px;
	overflow: hidden;
	font-size: 20px;
	color: #fefefe;
}

/* ————— 第1通栏 公司概况 end ————— */
/* ————— 第2通栏 管理团队 start ————— */
.aboutC2 {
	overflow: hidden;
	background: #ffffff;
	padding: 40px 0 0;
}

.aboutC2Slick {
	position: relative;
	padding: 40px 0 84px;
}

.aboutC2Slick .prev {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid rgb(153, 153, 153);
	cursor: pointer;
	background: url(../images/sby/prev1.png) no-repeat center center;
	background-size: 15px 25px;
	position: absolute;
	left: -84px;
	top: 50%;
	margin-top: -27px;
	z-index: 2;
}

.aboutC2Slick .prev:hover {
	background: url(../images/sby/prev1h.png) no-repeat center center;
	background-size: 15px 25px;
	border: 1px solid #0eb055;
}

.aboutC2Slick .next {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid rgb(153, 153, 153);
	cursor: pointer;
	background: url(../images/sby/next1.png) no-repeat center center;
	background-size: 15px 25px;
	position: absolute;
	right: -84px;
	top: 50%;
	margin-top: -27px;
	z-index: 2;
}

.aboutC2Slick .next:hover {
	background: url(../images/sby/next1h.png) no-repeat center center;
	background-size: 15px 25px;
	border: 1px solid #0eb055;
}

.aboutC2Slick .slick-dots {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.aboutC2Slick .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 1px solid rgb(51, 51, 51);
}

.aboutC2Slick .slick-dots li.slick-active {
	border: 1px solid #0eb055;
	background: #0eb055;
}

.aboutC2Slick .bd {
	overflow: hidden;
	margin: -15px;
}

.aboutC2Slick .slick-list {
	overflow: visible;
}

.aboutC2Slick .myslide {
	float: left;
	display: inline;
}

.aboutC2Slick .slickCon {
	margin: 15px;
}

.aboutC2Dl dd .con {
	display: block;
	position: relative;
	height: 300px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 50px 0 0;
	position: relative;
}

.aboutC2Dl dd .con .picBox {
	width: 114px;
	height: 114px;
	border-radius: 50%;
	border: 7px solid #ffffff;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 30px;
	background: #f5f5f5;
}

.aboutC2Dl dd .con .pic::before {
	padding-top: 100%;
}



.aboutC2Dl dd .con .text {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 25px 30px 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.aboutC2Dl dd .con:hover .text {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.aboutC2Dl dd .con .title {
	overflow: hidden;
	line-height: 28px;
	height: 28px;
	margin-bottom: 22px;
}

.aboutC2Dl dd .con .title .name {
	font-size: 16px;
	color: #333333;
	float: left;
	display: inline;
	font-weight: bold;
	margin-right: 10px;
	min-width: 48px;
}

.aboutC2Dl dd .con .title .post {
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}

.aboutC2Dl dd .con .info {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}

/* ————— 第2通栏 管理团队 end ————— */
/* ————— 第3通栏 合作伙伴 start ————— */
.aboutC3 {
	overflow: hidden;
	background: #f2f2f2;
	padding: 40px 0 0;
}

.aboutC3Con {
	padding: 36px 0 50px;
}

.aboutC3Slick {
	position: relative;
}

.aboutC3Slick .prev {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid rgb(153, 153, 153);
	cursor: pointer;
	background: url(../images/sby/prev1.png) no-repeat center center;
	background-size: 15px 25px;
	position: absolute;
	left: -84px;
	top: 50%;
	margin-top: -27px;
	z-index: 2;
}

.aboutC3Slick .prev:hover {
	background: url(../images/sby/prev1h.png) no-repeat center center;
	background-size: 15px 25px;
	border: 1px solid #0eb055;
}

.aboutC3Slick .next {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid rgb(153, 153, 153);
	cursor: pointer;
	background: url(../images/sby/next1.png) no-repeat center center;
	background-size: 15px 25px;
	position: absolute;
	right: -84px;
	top: 50%;
	margin-top: -27px;
	z-index: 2;
}

.aboutC3Slick .next:hover {
	background: url(../images/sby/next1h.png) no-repeat center center;
	background-size: 15px 25px;
	border: 1px solid #0eb055;
}

.aboutC3Slick .slick-dots {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.aboutC3Slick .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 1px solid rgb(51, 51, 51);
}

.aboutC3Slick .slick-dots li.slick-active {
	border: 1px solid #0eb055;
	background: #0eb055;
}

.aboutC3Slick .bd {
	overflow: hidden;
	margin: -15px;
}

.aboutC3Slick .slick-list {
	overflow: visible;
}

.aboutC3Slick .myslide {
	float: left;
	display: inline;
}

.aboutC3Slick .slickCon {
	margin: 15px;
}

.aboutC3Dl {
	overflow: hidden;
	margin: -15px;
}

.aboutC3Dl dd {
	width: 25%;
	float: left;
	display: inline;
}

.aboutC3Dl dd .con {
	display: block;
	margin: 15px;
	overflow: hidden;
	background: #FFFFFF;
}

.aboutC3Dl dd .pic::before {
	padding-top: 53.5503%;
}

/* ————— 第3通栏 合作伙伴 end ————— */
/* ————— 第4通栏 企业文化 start ————— */
.aboutC4 {
	overflow: hidden;
	background: #ffffff;
	padding: 40px 0 0;
}

.aboutC4Con .cultureSlick {
	padding: 37px 0;
}

.aboutC4Con .cultureSlick .slick-dots {
	bottom: 50px;
}

/* ————— 第4通栏 企业文化 end ————— */
/* ————— 第5通栏 展馆介绍 start ————— */
.aboutC5 {
	overflow: hidden;
	background: #f2f2f2;
	padding: 40px 0 0;
}

.aboutC5Con {
	padding: 36px 0 50px;
}

.aboutC5Slick {
	position: relative;
}

.aboutC5Slick .prev {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid rgb(153, 153, 153);
	cursor: pointer;
	background: url(../images/sby/prev1.png) no-repeat center center;
	background-size: 15px 25px;
	position: absolute;
	left: -84px;
	top: 50%;
	margin-top: -27px;
	z-index: 2;
}

.aboutC5Slick .prev:hover {
	background: url(../images/sby/prev1h.png) no-repeat center center;
	background-size: 15px 25px;
	border: 1px solid #0eb055;
}

.aboutC5Slick .next {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid rgb(153, 153, 153);
	cursor: pointer;
	background: url(../images/sby/next1.png) no-repeat center center;
	background-size: 15px 25px;
	position: absolute;
	right: -84px;
	top: 50%;
	margin-top: -27px;
	z-index: 2;
}

.aboutC5Slick .next:hover {
	background: url(../images/sby/next1h.png) no-repeat center center;
	background-size: 15px 25px;
	border: 1px solid #0eb055;
}

.aboutC5Slick .slick-dots {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.aboutC5Slick .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 1px solid rgb(51, 51, 51);
}

.aboutC5Slick .slick-dots li.slick-active {
	border: 1px solid #0eb055;
	background: #0eb055;
}

.aboutC5Slick .bd {
	overflow: hidden;
	margin: -10px;
}

.aboutC5Slick .slick-list {
	overflow: visible;
}

.aboutC5Slick .myslide {
	float: left;
	display: inline;
}

.aboutC5Slick .slickCon {
	margin: 10px;
	background: #F5F5F5;
}

.aboutC5Dl dd .con {
	display: block;
}

.aboutC5Dl dd .con .pic::before {
	padding-top: 133.0882%;
}

.aboutC5Dl dd .con .text {
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	padding: 0 15px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.aboutC5Dl dd .con:hover .text {
	height: 100%;
}

.aboutC5Dl dd .con .text .title {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 7px;
}

.aboutC5Dl dd .con .text .info {
	font-size: 14px;
	color: #cccccc;
	line-height: 26px;
	max-height: 130px;
	overflow: hidden;
	margin-bottom: 24px;
}

.aboutC5Dl dd .con .text .more {
	text-align: center;
}

.aboutC5Dl dd .con .text .more span {
	display: inline-block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	background-color: rgb(3, 135, 61);
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}

/* ————— 第5通栏 展馆介绍 end ————— */
/* ————— 第6通栏 社会责任 start ————— */
.aboutC6 {
	overflow: hidden;
	background: #ffffff;
	padding: 40px 0 50px;
}

.aboutC6Con {
	padding: 45px 0 40px;
}

.aboutC6Slick {
	position: relative;
}

.aboutC6Slick .prev {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid rgb(153, 153, 153);
	cursor: pointer;
	background: url(../images/sby/prev1.png) no-repeat center center;
	background-size: 15px 25px;
	position: absolute;
	left: -84px;
	top: 50%;
	margin-top: -27px;
	z-index: 2;
}

.aboutC6Slick .prev:hover {
	background: url(../images/sby/prev1h.png) no-repeat center center;
	background-size: 15px 25px;
	border: 1px solid #0eb055;
}

.aboutC6Slick .next {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid rgb(153, 153, 153);
	cursor: pointer;
	background: url(../images/sby/next1.png) no-repeat center center;
	background-size: 15px 25px;
	position: absolute;
	right: -84px;
	top: 50%;
	margin-top: -27px;
	z-index: 2;
}

.aboutC6Slick .next:hover {
	background: url(../images/sby/next1h.png) no-repeat center center;
	background-size: 15px 25px;
	border: 1px solid #0eb055;
}

.aboutC6Slick .slick-dots {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.aboutC6Slick .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 1px solid rgb(51, 51, 51);
}

.aboutC6Slick .slick-dots li.slick-active {
	border: 1px solid #0eb055;
	background: #0eb055;
}

.aboutC6Slick .bd {
	overflow: hidden;
	margin: -15px;
}

.aboutC6Slick .slick-list {
	overflow: visible;
}

.aboutC6Slick .myslide {
	float: left;
	display: inline;
}

.aboutC6Slick .slickCon {
	margin: 15px;
}

.aboutC6Dl dd .con .text {
	overflow: hidden;
	padding: 0 0 40px;
}

.aboutC6Dl dd .con .pic::before {
	padding-top: 66.7391%;
}

.aboutC6Dl dd .con .time {
	overflow: hidden;
	width: 45px;
	height: 45px;
	background-color: rgb(199, 199, 199);
	text-align: center;
	float: left;
	display: inline;
	margin-right: 22px;
	font-size: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.aboutC6Dl dd .con .cnmonth {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 20px;
}

.aboutC6Dl dd .con .enmonth {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
}

.aboutC6Dl dd .con .textC {
	overflow: hidden;
}

.aboutC6Dl dd .con .title a {
	font-size: 16px;
	color: #666666;
	height: 30px;
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.aboutC6Dl dd .con:hover .time {
	background: #03873d;
}

.aboutC6Dl dd .con:hover .title a {
	letter-spacing: 1px;
	color: #03873d;
}

.aboutC6Dl dd .con .info {
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}

/* ————— 第6通栏 社会责任 end ————— */
/* ========== 关于我们 end ========== */
/* ========== 业务范围 start ========== */
.imgText3Dl dd {
	background: #f5f5f5;
	height: 600px;
}

.imgText3Dl dd:nth-child(even) {
	background: #ffffff;
}

.imgText3Dl dd .con {
	overflow: hidden;
}

.imgText3Dl dd .con .pic {
	width: 48.6111%;
	float: right;
	display: inline;
}

.imgText3Dl dd:nth-child(odd) .con .pic {
	margin-left: 155px;
}

.imgText3Dl dd:nth-child(even) .con .pic {
	float: left;
	margin-right: 155px;
}

.imgText3Dl dd .con .pic::before {
	padding-top: 56.2857%;
}

.imgText3Dl dd .con .text {
	overflow: hidden;
}

.imgText3Dl dd .con .view a {
	display: inline-block;
	width: 150px;
	height: 42px;
	background-color: rgb(3, 135, 61);
	line-height: 42px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #FFFFFF;
}

.imgText3Dl dd .con .view a:hover {
	opacity: 0.9;
}

.imgText3Dl dd .con .titleBox {
	position: relative;
	margin-bottom: 52px;
	padding-bottom: 16px;
}

.imgText3Dl dd .con .titleBox::before {
	display: block;
	content: '';
	width: 20px;
	height: 3px;
	background: #03873d;
	position: absolute;
	left: 0;
	bottom: 0;
}

.imgText3Dl dd .con .titleBox .title a {
	font-size: 30px;
	color: #333333;
	line-height: 54px;
	height: 54px;
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgText3Dl dd .con:hover .titleBox .title a {
	color: #03873d;
}

.imgText3Dl dd .con .titleBox .subTitle {
	font-size: 18px;
	color: #999999;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

.imgText3Dl dd .con .info {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 42px;
}

/* ========== 业务范围 end ========== */


/* ————— 底部 start ————— */
.footer{padding: 40px 0;background-image: -moz-linear-gradient( 40deg, rgb(30,177,184) 0%, rgb(77,172,112) 100%);background-image: -webkit-linear-gradient( 40deg, rgb(30,177,184) 0%, rgb(77,172,112) 100%);background-image: -ms-linear-gradient( 40deg, rgb(30,177,184) 0%, rgb(77,172,112) 100%);}
.footerR{width: 420px;margin-top: 5px;}
.footerR .info{font-size: 14px;line-height: 24px;height: 48px;overflow: hidden;margin-bottom: 10px;color: #e5e5e5;}
.footerR .inputBox{margin-bottom: 10px;border-bottom: 1px solid #81c49a;overflow: hidden;}
.footerR .inputBox span{width: 80px;float: left;display: inline;font-size: 14px;color: #fff;height: 55px;line-height: 55px;}
.footerR .inputBox span i{font-style: normal;color: #d32e0d;}
.footerR .inputBox .input{overflow: hidden;}
.footerR .inputBox .input input,.footerR .inputBox .input textarea{height: 55px;line-height: 55px;width: 100%;border: none;background: none;outline: none;font-size: 14px;color: #fff;}
.footerR .inputBox .input textarea{line-height: 26px;padding-top: 15px;}
.footerR .img{width: 130px;margin-left: 20px;height: 50px;margin-top: 7px;}
.footerR .img img{height: 50px;}
.footerR .btn{margin-left: -5px;width: 155px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #46ad79;background: #fff;border-radius: 4px;display: block;}
.footerL{width: 600px;}
.footerMenu{margin-bottom: 45px;}
.footerMenu dd{float: left;display: inline;margin-right: 45px;height: 16px;line-height: 16px;}
.footerMenu dd a{font-size: 14px;color: #e5e5e5;}
.footerMenu dd a:hover{color: #fff;}
.footerC{border-radius: 15px;background: rgb(0,0,0,0.05);box-sizing: border-box;-webkit-box-sizing: border-box;height: 260px;margin-bottom: 60px;padding: 0 30px;}
.footerCL{margin-right: -60px;height: 100%;}
.footerCL dd{width: 50%;float: left;display: inline;height: 100%;}
.footerCL dd .con{margin-right: 60px;height: 100%;}
.footerCL dd .con .icn{width: 55px;height: 55px;margin-bottom: 10px;}
.footerCL dd .con .title{font-size: 14px;color: #cccccc;height: 16px;line-height: 16px;overflow: hidden;margin-bottom: 24px;}
.footerCL dd .con .info{font-size: 14px;color: #e5e5e5;height: 34px;line-height: 34px;overflow: hidden;}
.footerCL dd .con .info.tel{font-size: 32px;color: #e3d323;}
.footerCL dd .con .info.tel img{height: 32px;}
.footerB{overflow: hidden;}
.footerB span{overflow: hidden;font-size: 14px;color: #cccccc;height: 16px;line-height: 16px;margin-right: 10px;}
.footerB a{font-size: 14px;color: #cccccc;}
.footerB a:hover{color: #fff;}
/* ————— 底部 end ————— */


/* ————— 公共部分 start ————— */
.indexTitle{text-align: center;}
.indexTitle .title{font-size: 40px;color: #333333;height: 42px;line-height: 42px;overflow: hidden;}
.indexTitle .titlec{font-size: 22px;color: #04863b45;height: 18px;line-height: 18px;overflow: hidden;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2{background: #f0fbfc;padding: 100px 0;}
.column2 .picCon{width: 59.0277%;margin-left: 20px;overflow: hidden;position: relative;padding-top: 34.5882%;}
.column2 .picCon .pic{position: absolute;left: 0;top: 0;width: 100%;z-index: 1;opacity: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.column2 .picCon .pic.active{z-index: 2;opacity: 1;}
.column2 .picCon .pic::before{padding-top: 58.5882%;}
.col2List{overflow: hidden;font-size: 0;}
.col2List dd{width: 50%;float: left;display: inline;box-sizing: border-box;-webkit-box-sizing: border-box;border: 1px solid #f5f5f5;margin: -1px -1px 0 0;position: relative;cursor: pointer;}
.col2List dd::before{display: block;content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #fff;opacity: 1;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2List dd::after{display: block;content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;background-image: -moz-linear-gradient( 0deg, rgb(187,156,82) 0%, rgb(72,159,200) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(187,156,82) 0%, rgb(72,159,200) 100%);background-image: -ms-linear-gradient( 0deg, rgb(187,156,82) 0%, rgb(72,159,200) 100%);}
.col2List dd .tel{position: absolute;left: 12.2807%;top: 24.0963%;font-size: 40px;color: #000000;opacity: 0.1;height: 35px;line-height: 35px;overflow: hidden;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2List dd .icnCon{height: 30px;margin-bottom: 20px;position: relative;}
.col2List dd .icn{position: absolute;left: 0;top: 0;right: 0;bottom: 0;opacity: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2List dd span{font-size: 22px;color: #333333;height: 24px;line-height: 24px;overflow: hidden;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;text-align: center;display: block;}
.col2List dd .icn1{opacity: 1;}
.col2List dd .tableCell{position: relative;z-index: 2;}
.col2List dd.hover span{color: #fff;}
.col2List dd.hover .icn2{opacity: 1;}
.col2List dd.hover .icn1{opacity: 0;}
.col2List dd.hover .tel{color: #fff;opacity: 1;}
.col2List dd.hover::before{opacity: 0;}
.col2List dd.hover::after{opacity: 1;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3{padding: 100px 0 80px 0;}
.col3Slick {position: relative;}
.col3Slick .bd {overflow: hidden;}
.col3Slick .slick-list {overflow: visible;margin:-20px;}
.col3Slick .myslide {float: left;display: inline;}
.col3Slick .slickCon {display: block;margin:20px;overflow: hidden;}
.col3Slick .titleT{height: 55px;line-height: 55px;}
.col3Slick .titleT .tel{font-size: 70px;color: #05a045;opacity: 0.1;display: inline-block;margin-right: 40px;vertical-align: middle;}
.col3Slick .titleT .info{font-size: 22px;color: #333333;display: inline-block;vertical-align: middle;}
.col3Slick .pic{border-radius: 10px;overflow: hidden;float: left;display: inline;width: 50%;}
.col3Slick .pic img{transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col3Slick .pic::before{padding-top: 66.5714%;}
.col3Slick  .imgInfo{position: absolute;right: 0;top: 0;width: 50%;height: 100%;z-index: 2;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 50px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col3Slick  .imgInfo .title{line-height: 24px;height: 24px;overflow: hidden;margin-bottom: 25px;}
.col3Slick  .imgInfo .title a{font-size: 22px;color: #333;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col3Slick  .imgInfo .info{font-size: 14px;color: #666;line-height: 24px;height: 120px;overflow: hidden;margin-bottom: 50px;}
.col3Slick .imgInfo .more{height: 40px;line-height: 40px;font-size: 14px;color: #666; transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col3Slick .imgInfo .more em{display: inline-block;margin-left: 20px;width: 40px;height: 40px;vertical-align: middle;background: url(../images/lhl/col3btn.png) no-repeat center;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col3Slick .imgInfo .more:hover{color: #04863b;}
.col3Slick .imgInfo .more:hover em{transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);}
.col3Slick .pic:hover img{filter: blur(3px);}
.col3Slick .imgInfo .title a:hover{font-weight: bold; color: #04863b;padding-bottom: 10px;}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.colum4{padding: 100px 0 65px 0;background: url(../images/lhl/col4bg.jpg) no-repeat center /cover;}
.col4Slick {position: relative;}
.col4Slick .bd {overflow: hidden;}
.col4Slick .slick-list {overflow: visible;margin:-20px;}
.col4Slick .myslide {float: left;display: inline;}
.col4Slick .slickCon {display: block;margin:20px;padding: 60px 20px 35px;box-sizing: border-box;-webkit-box-sizing: border-box;border-radius: 10px;overflow:hidden;position: relative;}
.col4Slick .slickCon .con{position: relative;z-index: 2;}
.col4Slick .slickCon::before{display: block;content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: #fff ;opacity: 1;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col4Slick .slickCon::after{display: block;content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;opacity: 0;background-image: -moz-linear-gradient( -133deg, rgb(50,194,82) 0%, rgb(235,38,77) 0%, rgb(235,187,31) 100%);background-image: -webkit-linear-gradient( -133deg, rgb(50,194,82) 0%, rgb(235,38,77) 0%, rgb(235,187,31) 100%);background-image: -ms-linear-gradient( -133deg, rgb(50,194,82) 0%, rgb(235,38,77) 0%, rgb(235,187,31) 100%);transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col4Slick .myslide.dd2 .slickCon::after{ background-image: -moz-linear-gradient( -133deg, rgb(101,183,93) 0%, rgb(232,105,127) 0%, rgb(244,180,29) 100%);
  background-image: -webkit-linear-gradient( -133deg, rgb(101,183,93) 0%, rgb(232,105,127) 0%, rgb(244,180,29) 100%);
  background-image: -ms-linear-gradient( -133deg, rgb(101,183,93) 0%, rgb(232,105,127) 0%, rgb(244,180,29) 100%);}
  .col4Slick .myslide.dd3 .slickCon::after{background-image: -moz-linear-gradient( -133deg, rgb(34,225,209) 0%, rgb(88,187,103) 0%, rgb(24,215,222) 100%);
  background-image: -webkit-linear-gradient( -133deg, rgb(34,225,209) 0%, rgb(88,187,103) 0%, rgb(24,215,222) 100%);
  background-image: -ms-linear-gradient( -133deg, rgb(34,225,209) 0%, rgb(88,187,103) 0%, rgb(24,215,222) 100%);}
.col4Slick .slickCon .title{line-height: 24px;height: 24px;overflow: hidden;margin-bottom: 35px;}
.col4Slick .slickCon .title a{font-size: 22px;color: #333;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col4Slick .slickCon .text{position: relative;margin-bottom: 30px;}
.col4Slick .slickCon .text::before{display: block;content: "";padding-top: 87.8934%;}
.col4Slick .slickCon .text .info{font-size: 14px;line-height: 24px;height: 120px;overflow: hidden;position: absolute;top: 0;width: 100%;left: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col4Slick .slickCon .text .pic{z-index: 2;position: absolute;width: 100%;left: 0;top: 35.8126%;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col4Slick .slickCon .text .pic::before{padding-top: 56.1743%;}
.col4Slick .slickCon .more{height: 40px;line-height: 40px;font-size: 14px;color: #999999;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col4Slick .slickCon .more em{display: inline-block;margin-left: 20px;width: 40px;height: 40px;vertical-align: middle;background: url(../images/lhl/col3btn.png) no-repeat center;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col4Slick .slickCon:hover .more em{transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);}
.col4Slick .slickCon:hover .more{color: #fff;}
.col4Slick .slickCon:hover::before{opacity: 0;}
.col4Slick .slickCon:hover::after{opacity: 1;}
.col4Slick .slickCon:hover .text .info{color: #fff;}
.col4Slick .slickCon:hover .title a{color: #fff;}
.col4Slick .slickCon:hover .text .pic{top: 0;}
.col4Slick .slickCon:hover .text .info{top: 73.1743%;}
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
.businessBox{
	    width: 100%;
	    overflow: hidden;
	    position: relative;
	    /* background: url(../images/busineBg.jpg) repeat; */
	}
	.busine_dl{
	    width: 3000px;
	    height: calc(100vh - 80px);
	    overflow: hidden;
	}
	.busine_dl dd{
	    height: 100%;
	    width: 0px;
	    overflow: hidden;
	    float: left;
	    display: inline;
	    position: relative;
	    text-align: center;
	    font-size: 0px;
	    margin-right: 0px;
	}
	.busineDiv{
	    overflow: hidden;
	    position: relative;
	    height: 100%;
	}
	.busine_dl .center{
	    display: inline-block;
	}
	.busine_dl .tableCell{
	    z-index: 3;
	    position: relative;
	}
	.busiShadow{
	    display: none\9;
	    display: none\9\0;
	    width: 1080px;
	    height: 1080px;
	    overflow: hidden;
	    background: rgba(25,72,136,0.6);
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    z-index: 1;
	    margin: -540px 0px 0px -540px;
	    -webkit-transition: all 0.5s linear;
	    -o-transition: all 0.5s linear;
	    transition: all 0.5s linear;
	    -webkit-transform: scale(0);
	    -ms-transform: scale(0);
	    -o-transform: scale(0);
	    transform: scale(0);
	    -webkit-border-radius: 100%;
	    -moz-border-radius: 100%;
	    -ms-border-radius: 100%;
	    -o-border-radius: 100%;
	    border-radius: 100%;
	
	}
	.busine_dl dd:hover .busiShadow{
	    display: block\9;
	    display: block\9\0;
	    -webkit-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	    -o-transform: scale(1.5);
	    transform: scale(1.5);
	}
	.busiBg{
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	    position: absolute;
	    left: 0px;
	    top: 0px;
	    z-index: 0;
	    -webkit-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    /*transition: all 0.3s linear;
	    -webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    -o-transform: scale(1.05);
	    transform: scale(1.05);*/
	}
	.busiIcon{
	    display: block;
	    width: 128px;
	    height: 128px;
	    overflow: hidden;
	    margin: 0px auto;
	    -webkit-border-radius: 100%;
	    -moz-border-radius: 100%;
	    -ms-border-radius: 100%;
	    -o-border-radius: 100%;
	    border-radius: 100%;
	    position: relative;
	    -webkit-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    transition: all 0.3s linear;
	    background: rgba(25,72,136,0.8);
	}
	.busiIcon em{
	    display: block;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0px;
	    top: 0px;
	    overflow: hidden;
	    z-index: 3;
	    -webkit-transition: all 0.8s linear;
	    -o-transition: all 0.8s linear;
	    transition: all 0.8s linear;
	}
	.busine_dl dd:hover .busiIcon em{
	    -webkit-transform: rotateY(360deg);
	    -ms-transform: rotateY(360deg);
	    -o-transform: rotateY(360deg);
	    transform: rotateY(360deg);
	}
	/*.busiIcon i{
	    display: block;
	    display: none\9;
	    display: none\0;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0px;
	    top: 0px;
	    overflow: hidden;
	    background: #d6000f;
	    -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;
	    z-index: 1;
	    opacity: 0;
	    -webkit-border-radius: 100%;
	    -moz-border-radius: 100%;
	    -ms-border-radius: 100%;
	    -o-border-radius: 100%;
	    border-radius: 100%;
	}
	.busine_dl dd:hover .busiIcon i{
	    display: block\9;
	    display: block\0;
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	    opacity: 1;
	}*/
	.busine_dl dd:hover .busiIcon{
	    border-color:#d6000f;
	}
	.busiName{
	    font-size: 18px;
	    color:#333;
	    line-height: 24px;
	    -webkit-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    transition: all 0.3s linear;
	}
	.busiIntr{
	    font-size: 14px;
	    color:#999;
	    line-height: 24px;
	    -webkit-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    transition: all 0.3s linear;
	}
	/*.busine_dl dd.dd2:hover .busiName,
	.busine_dl dd.dd2:hover .busiIntr,
	.busine_dl dd.dd6:hover .busiName,
	.busine_dl dd.dd6:hover .busiIntr{
	    color:#333;
	}*/
	.busine_dl dd:hover .busiBg{
	    /*-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);*/
	}
	.busiTxtCont{
	    width: 100%;
	    overflow: hidden;
	    background: #fff;
	    position: absolute;
	    left: 0px;
	    bottom: 0px;
	    z-index: 5;
	    text-align: center;
	    padding: 15px 0px;
	    -webkit-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    transition: all 0.3s linear;
	}
	.busine_dl dd.dd1 .busiTxtCont{
	    background: #fdf4f9;
	}
	.busine_dl dd.dd2 .busiTxtCont{
	    background: #edeffb;
	}
	.busine_dl dd.dd3 .busiTxtCont{
	    background: #edf6fb;
	}
	.busine_dl dd.dd4 .busiTxtCont{
	    background: #f8ecfd;
	}
	.busine_dl dd.dd5 .busiTxtCont{
	    background: #fcfaec;
	}
	.busine_dl dd.dd6 .busiTxtCont{
	    background: #fdf0e9;
	}
	.busine_dl dd:hover .busiTxtCont{
	    background: #d6000f;
	}
	.busine_dl dd:hover .busiName,
	.busine_dl dd:hover .busiIntr{
	    color:#fff;
	}
	.busiMore{
	    display: none\9;
	    display: none\9\0;
	    width: 130px;
	    height: 40px;
	    overflow: hidden;
	    border: 1px solid #fff;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	    -o-border-radius: 3px;
	    border-radius: 3px;
	    font-size: 14px;
	    color:#fff;
	    text-align: center;
	    line-height: 40px;
	    margin: 0px auto;
	    -webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	    -o-transform: translateY(100%);
	    transform: translateY(100%);
	    -webkit-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    transition: all 0.3s linear;
	    opacity: 0;
	}
	.busine_dl dd:hover .busiMore{
	    display: block\9;
	    display: block\9\0;
	    -webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	    -o-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	}
	.banShadow{
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	    position: absolute;
	    left: 0px;
	    top: 0px;
	    z-index: 2;
		opacity:0.2;
	    background: url(../images/lineShadow.png) repeat;
	}
/* ————— 第8通栏 end ————— */
/* ========== 内容 end ========== */