@charset "UTF-8";

/* CSS637 Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
.mainCon {
	padding: 15px;
	overflow: hidden;
	background: #fff;
}

.top1Box {
	height: 110px;
	position: relative;
	z-index: 9;
	background: #fefefe;
	transition: 0.5s;
}

.logo {
	height: 50px;
	margin-top: 30px;
}

.logo img {
	display: block;
	height: 50px;
}

.menuDl {
	position: relative;
	transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	visibility: visible;
	opacity: 1;
}

.menuDl dd {
	display: inline;
	float: left;
	padding: 0 10px;
	position: relative;
	z-index: 3;
}

.menuDl dd span a {
	display: block;
	height: 110px;
	overflow: hidden;
	line-height: 110px;
	color: #333333;
	font-size: 16px;
	position: relative;
	padding: 0 8px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background-position: center center;
	font-weight: bold;
}

@media screen and (max-width: 1500px) {
	.menuDl dd span a {
		padding: 0;
	}
}

.menuDl dd.hover span a {
	color: #027a2e;
}

.menuDl dd span a i {
	display: none;
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: #d6000f;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.menuDl dd.hover span a i {
	display: block;
}

.menuDl dd .div_a {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 99;
	background: #fff;
	display: none;
}

.menuDl dd .div_a a {
	display: block;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}

.menuDl dd .div_a a.hover {
	background: #fff
}

.menuDl dd .div_a a:hover {
	background: #fff
}

.subMenuDiv {
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	/*left: 0px;*/
	top: 100%;
	/*opacity: 0;*/
	z-index: 1;
}

.menuDl dd.hover .subMenuDiv {
	z-index: 3;
}

.menuDl dt {
	width: 0px;
	height: 4px;
	overflow: hidden;
	background: #027a2e;
	position: absolute;
	left: 0px;
	bottom: 25px;
	z-index: 2;
}

.subMenu_ul {
	width: 1000px;
	overflow: hidden;
	padding: 0px 0px;
}
.subMenu_ul li {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2;
	float: left;
	display: inline;
	margin: 0px 15px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
}

.menuDl dd.hover .subMenu_ul li {
	opacity: 0;
	-webkit-animation: liMove 0.3s linear forwards;
	-o-animation: liMove 0.3s linear forwards;
	animation: liMove 0.3s linear forwards;
}

@keyframes liMove {
	0% {
		transform: translateY(-110%);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.menuDl dd.hide .subMenu_ul li {
	opacity: 1;
	-webkit-animation: liHIde 0.3s linear forwards;
	-o-animation: liHIde 0.3s linear forwards;
	animation: liHIde 0.3s linear forwards;
}

@keyframes liHIde {
	0% {
		transform: translateY(0px);
		opacity: 1;
	}

	100% {
		transform: translateY(110%);
		opacity: 0;
	}
}

.subMenu_ul li a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #f1f0f0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.subMenu_ul li a:hover {
	color: #fff;
}

.half .subMenu_ul li a {
	font-size: 14px;
}

.subMenu_ul li a span {
	position: relative;
}


.subMenu_ul li a span em {
	display: block;
	width: 2px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	background: #d6000f;
}

.subMenuR {
	width: 50%;
	overflow: hidden;
	padding: 20px 0px;
}

.menuTop {
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	font-size: 24px;
	color: #555;
	padding-left: 50px;
}

.subMenuCont {
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}

.listBg {
	width: 0px;
	height: 0px;
	overflow: hidden;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 0px;
	top: 0px;
}

.subMenuTop {
	height: 40px;
	line-height: 40px;
	display: none;
	font-size: 16px;
	color: #888;
	overflow: hidden;
	padding: 15px 0px 10px 50px;
}

.half {
	float: left;
	display: inline;
	width: 50%;
}

.half .subMenuTop {
	display: block;
}

.subMenuL {
	width: 50%;
	padding: 20px 0px;
}

.subMenuTxt {
	height: 250px;
	overflow: hidden;
	padding: 20px;
	margin: 0px 20px;
}

.subMenuLTop {
	display: none;
	text-align: center;
	font-size: 34px;
	color: #333;
	overflow: hidden;
}

.subMenuIntr {
	display: none;
	overflow: hidden;
	font-size: 14px;
	color: #404040;
	line-height: 25px;
}

.menuBg {
	display: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

.subMenuDiv.showMenu {
	-webkit-animation: showMenu 0.5s linear forwards;
	-o-animation: showMenu 0.5s linear forwards;
	animation: showMenu 0.5s linear forwards;
}

@keyframes showMenu {
	0% {
		opacity: 0.5
	}

	100% {
		opacity: 1
	}
}

.subMenuDiv.hideMenu {
	-webkit-animation: hideMenu 0.5s linear forwards;
	-o-animation: hideMenu 0.5s linear forwards;
	animation: hideMenu 0.5s linear forwards;
}

@keyframes hideMenu {
	0% {
		opacity: 0.2
	}

	100% {
		opacity: 0
	}
}

.search {
	margin-top: 45px;
	height: 20px;
}

.search .searchIco {
	float: left;
	height: 20px;
	width: 26px;
	background: url(../images/search.png) no-repeat left center;
	cursor: pointer;
	position: relative;
}
.search .searchIco .searchInput {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #FFFFFF;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	box-shadow: 0 0 0 5px rgba(0,0,0,0.4);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.search .searchIco .inputBt {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 26px;
	background: url(../images/search.png) no-repeat left center;
	cursor: pointer;
}
.search .searchIco .searchInput input {
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 40px;
	float: left;
	background: none;
	border: none;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.search .searchIco:hover .searchInput {
	visibility: visible;
	opacity: 1;
	width: 180px;
} 
.search .searchIco:hover .searchInput input {
	width: 154px;
}
.search span {
	float: left;
	height: 20px;
	background: #cccccc;
	width: 1px;
}

.search .oaBnt {
	float: left;
	height: 20px;
	width: 26px;
	background: url(../images/aoIco.png) no-repeat right center;
	cursor: pointer;
}
.search .oaBnt a {
	display: block;
	height: 20px;
}
/*头部结束*/
/*suBmenu开始*/
.subMenuBox {
	background: #ffffff;
	height: 56px;
	position: relative;
	z-index: 999;
	padding-top: 14px;
}
.subMenu {text-align: center;}
.subMenu dd{display: inline-block;position:relative;}
.subMenu dd .yj{ overflow:hidden;}
.subMenu dd .yj a{position: relative; padding: 0 40px;display: block;overflow:hidden;height:56px; line-height:56px; text-align:center; font-size:16px;color: #666666; }
.subMenu dd .yj a:before {
	display: block;
	content: ' ';
	position: absolute;
	width: 20px;
	height: 3px;
	background: #00832d;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	opacity: 0;
}
.subMenu dd .ej{position:absolute;left:0px; top:56px; width:100%;background:#FFFFFF; display:none;}
.subMenu dd .ej a{display:block; padding:8px 5px; line-height:25px;text-align:center;}
.subMenu dd:hover .yj a{color: #00832d;}
.subMenu dd:hover .yj a:before {
	opacity: 1;
}
.subMenu dd.hover .yj a{color: #00832d;}
.subMenu dd.hover .yj a:before {
	opacity: 1;
}
.subMenu dd .ej a:hover{color: #FFFFFF;background: #00832d;}
/*suBmenu结束*/
/*indexBanner开始*/
.indexBanner{ 
	overflow: hidden; 
	height: calc(100vh - 110px); 
	width: 100%; 
	position: relative;
}
.indexBanner .myslide{ 
	background-position: 
	center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	position: relative; 
	height: calc(100vh - 190px); 
	overflow: hidden;
}

.indexBanner .con1{ 
	position: absolute; 
	left:50%; 
	top: 50%; 
	margin-top: -143px;
}
.indexBanner .myslide .bg{
	position: relative;
	width: 103%;
	height: 103%;
	top: -1.5% !important;
	left: -1.5% !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.bnr1Ico1{
	position: absolute !important;
	left: 5% !important;
	bottom: 0 !important;
	top: auto !important;
	background-position: center center;
	background-repeat: no-repeat;
	width: 519px;
	height: 604px;
}
.bnr1Ico2{
	position: absolute !important;
	left: auto !important;
	right: 10% !important;
	top: 35% !important;
	width: 600px;
	height: 126px;
}
.bnr1Ico2 span{
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.bnr2Ico1{
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	background-position: center center;
	background-repeat: no-repeat;
	margin:-118px 0 0 -331px;
	width:662px;
	height: 237px;
}
.indexBanner .slick-dots{ 
	position: absolute; 
	bottom: 54px;
	left:0; 
	width: 100%; 
	text-align: center;
}
.indexBanner .slick-dots li{
	width: 10px;
    height: 10px;
    overflow: hidden;
    display: inline-block;
    text-indent: 99em;
    background: #fff;
    margin: 0px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.indexBanner .slick-dots li.slick-active{
	background: #f3a311;
	transform: scale(1.4);
}

/*indexBanner结束*/
/*数据 start*/
.indexData {
	border-radius: 5px;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
	padding: 40px 0;
	margin-top: -80px;
	overflow: hidden;
	background: #fff;
	position: relative;
	z-index: 9;
}

.indexData dd {
	text-align: center;
	height: 80px;
	float: left;
	display: inline;
	width: 25%;
	box-sizing: border-box;
}

.indexData dd+dd {
	border-left: 1px solid #e5e5e5;
}

.indexData .title {
	font-size: 16px;
	color: #666;
	position: relative;
	top: -17px;
}

.indexData .title span {
	font-size: 60px;
	color: #027a2e;
}

/*数据 end*/
.indexTitle {
	text-align: center;
}

.indexTitle .title2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	color: #d7d9da;
	line-height: 36px;
}

.indexTitle .title {
	line-height: 40px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 36px;
}

.indexTitle .center {
	position: relative;
	display: inline-block;
}

.indexTitle .center:before,
.indexTitle .center:after {
	content: '';
	display: block;
	border-bottom: 2px solid #c0bdb5;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 36px;

}

.indexTitle .center:before {
	right: 120%;
}

.indexTitle .center:after {
	left: 120%;
}

.indexTitle .title span {
	color: #00832d;
}

/* 新闻中心 start */
.indexNews {
	margin-top: -80px;
	background: url(../images/indexBg1.png) center bottom no-repeat;
	object-fit: cover;
	object-position: center center;
}

.newsLeft {
	width: 655px;
	margin-right: 30px;
}

.newsLeft .myslide {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.newsLeft .pic {
	position: relative;
	overflow: hidden;
}

.newsLeft .pic:before {
	content: '';
	display: block;
	padding-top: 66.6666%;
}

.newsLeft .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsLeft .data {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px 20px 10px 20px;
	background: rgba(0, 0, 0, 0.5);
}

.newsLeft .title {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsLeft .info {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsRight {
	overflow: hidden;
}

.newsRightHot {
	padding-bottom: 24px;
	border-bottom: 1px solid #cacaca;
}

.newsRightHot a {
	display: block;
}

.newsRightHot .pic {
	position: relative;
	overflow: hidden;
	width: 244px;
	margin-right: 12px;
	border-radius: 3px;
}

.newsRightHot .pic:before {
	content: '';
	display: block;
	padding-top: 60%;
}

.newsRightHot .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsRightHot .data {
	overflow: hidden;
}

.newsRightHot .title {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.3s;
}

.newsRightHot a:hover .title {
	color: #027a2e;
	letter-spacing: 1px;
}

.newsRightHot .time {
	font-size: 14px;
	color: #987d4d;
	line-height: 30px;
	height: 30px;
	padding-left: 20px;
	background: url(../images/time.png) left center no-repeat;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsRightHot .info {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	padding-top: 10px;
}

.newsRightList {
	padding-top: 10px;
}

.newsRightList dd {
	overflow: hidden;
	line-height: 36px;
	font-size: 14px;
}

.newsRightList a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	padding-left: 20px;
	transition: 0.3s;
	background: url(../images/newsIco1.png) left center no-repeat;
}

.newsRightList a:hover {
	letter-spacing: 1px;
	color: #027a2e;
}

.newsRightList span {
	float: right;
	color: #aaa;
	margin-left: 20px;
	font-size: 12px;
}

.indexMore a {
	display: block;
	width: 155px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	background: #f3a311;
	position: relative;
	text-align: center;
	transition: 0.4s;
	border-radius: 3px;
}

.indexMore a:hover {
	box-shadow: 0 1px 14px 0 #f3a311;
}

/* 新闻中心 end */
/* 业务板块 start */
.businessTab {
	text-align: center;
	font-size: 0;
}

.businessTab li {
	display: inline-block;
	font-size: 16px;
	color: #333;
	transition: 0.3s;
	line-height: 26px;
	padding: 0 20px;
	border-radius: 3px;
	margin: 0 5px;
	cursor: pointer;
}

.businessTab li.hover {
	background: #027a2e;
	color: #fff;
}

.indexBusiness {
	position: relative;
	height: 535px;
}

@media screen and (max-width: 1500px) {
	.indexBusiness {
		height: 430px;
	}
}

.businessList {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.businessList.show {
	opacity: 1;
	visibility: visible;
}

.businessTabC a {
	display: block;
	position: relative;
	margin: 0 5px;
}

.businessTabC .pic {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}

.businessTabC .pic:before {
	content: '';
	display: block;
	padding-top: 48.1916%;
}

.businessTabC .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.businessTabC .data {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
	padding: 20px 30px 15px 30px;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	transition: 0.4s;
}

.businessTabC .slick-active .data {
	opacity: 1;
	visibility: visible;
}

.businessTabC .title {
	font-size: 26px;
	color: #fff;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.businessTabC .info {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	overflow: hidden;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	padding-top: 5px;
}

.businessTabC .slick-arrow {
	position: absolute;
	top: 0;
	width: 145px;
	height: 100%;
	z-index: 9;
	cursor: pointer;
}

.businessTabC .prev {
	left: 0;
	background: rgba(0, 0, 0, 0.2) url(../images/arrowL1.png) center center no-repeat;
}

.businessTabC .next {
	right: 0;
	background: rgba(0, 0, 0, 0.2) url(../images/arrowR1.png) center center no-repeat;
}

/* 业务板块 end */

/* 为农服务 start */
.serviceBox {
	overflow: hidden;
	background: #fff;
	border-radius: 3px;
	position: relative;
}

.serviceImg {
	width: 50%;
}

.serviceImg .pic {
	position: relative;
	overflow: hidden;

}

.serviceImg .pic:before {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.serviceImg .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.serviceData {
	overflow: hidden;
	padding: 0 42px;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
}

.serviceData .slick-list,
.serviceData .slick-track {
	height: 100%;
}

.serviceData .myslide {
	height: 100%;
	padding: 0 2%;
}

.serviceData .title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
	position: relative;
}

.serviceData .title a {
	color: #333;
}

.serviceData .title:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-bottom: 2px solid #027a2e;
	margin-left: -12px;
	width: 24px;
}

.serviceData .info {
	text-align: center;
	padding-top: 25px;
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 20px;
}

.serviceData .more a {
	display: block;
	width: 155px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	color: #aaaaaa;
	line-height: 40px;
	position: relative;
	text-align: center;
	transition: 0.4s;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
}

.serviceData .more a:hover {
	background: #f3a311;
	color: #fff;
	border-color: #f3a311;
}

.serviceData .slick-arrow {
	position: absolute;
	height: 40px;
	width: 25px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	z-index: 10;
}

.serviceData .prev {
	left: 42px;
	background: url(../images/arrowL2.png) left center no-repeat;
}

.serviceData .next {
	right: 42px;
	background: url(../images/arrowR2.png) left center no-repeat;
}

/* 为农服务 end */

/*底部 start*/
.friendLink {
	border-bottom: 1px solid #43474a;
	padding: 40px 0 34px 0;
}
.friendLinkL {
	float: left;
	padding-left: 32px;
	line-height: 30px;
	font-size: 20px;
	color: #ffffff;
	margin-right: 50px;
	background: url(../images/footerIco.png) no-repeat left center;
}

.friendLinkL em {
	margin-left: 10px;
	font-style: normal;
	line-height: 30px;
	font-size: 16px;
	color: #a2a2a2;
}

.friendLinkR {
	overflow: hidden;
	line-height: 30px;
}
.friendLinkR a {
	display: inline-block;
	line-height: 30px;
	padding-left: 32px;
	margin-right: 34px;
	font-size: 14px;
	color: #c4c4c4;
	position: relative;
}
.friendLinkR a:hover{
	color: #19b16a;
}
.friendLinkR a:before {
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #c4c4c4;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.footer {
	clear: both;
	background: #2c3033;
	padding: 0 0px 40px 0;
	font-size: 14px;
	position: relative;
	z-index: 9;
}

.footerLeft {
	overflow: hidden;
	padding-top: 20px;
}
.footNav_dl {
	float: left;
	margin-right: 90px;
	display: inline;
	overflow: hidden;
}
@media screen and (max-width: 1500px) {
	.footNav_dl {
		margin-right: 64px;
	}
}
.footNav_dl dt {
	overflow: hidden;
	line-height: 40px;
}

.footNav_dl dt a {
	color: #fff;
	font-size: 16px;
}

.footNav_dl a {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.footNav_dl a:hover {
	color: #027a2e;
}

.footNav_dl dd {
	height: 34px;
	overflow: hidden;
	line-height: 34px;
}

.footNav_dl dd a {
	font-size: 14px;
	color: #8e8e8e;
}

.footerRight {
	padding-top: 30px;
}

.footCode {
	overflow: hidden;
	float: left;
	display: inline;
	margin-left: 10px;
}

.footSpan {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	text-align: right;
}

.footCode span {
	display: block;
	width: 140px;
	height: 140px;
}

.footCode span img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.footCode p {
	display: block;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-top: 10px;
}

.copyrightInfo {
	clear: both;
	line-height: 30px;
	text-align: left;
}

.footer2 {
	background: #222425;
	color: #6f6f6f;
	font-size: 14px;
	overflow: hidden;
	line-height: 60px;
}

.footer2 a {
	color: #6f6f6f;
}

.footer2 a:hover {
	color: #fff;
}

/*底部 end*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*---------- 企业文化 start ---------- */
.insideIndex {
	padding: 70px 0 100px 0;
	text-align: center;
}

.insideIndex .title {
	line-height: 40px;
	height: 40px;
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 8px;
}

.insideIndex span {
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 2px;
	background: #00832d;
}

/* 第一通栏 start */
.culTuerIdea {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 700px;
	overflow: hidden;
}

.ideaList {
	padding-top: 22px;
}

.ideaList dd {
	float: left;
	width: 20%;
}

.ideaList dd .icoBox {
	width: 108px;
	height: 108px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 50px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.ideaList dd .icoBox:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00832d;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}

.ideaList dd .icoBox .con {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
}

.ideaList dd .text {
	text-align: center;
}

.ideaList dd .text .title {
	line-height: 38px;
	height: 38px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 10px;
}

.ideaList dd .text span {
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 2px;
	background: #00832d;
	margin-bottom: 14px;
}

.ideaList dd .text .textC {
	line-height: 30px;
	font-size: 16px;
	color: #333333;
}
.ideaList dd:hover .text .title {
	color: #00832d;
}
.ideaList dd:hover .icoBox {
	transform: translateY(-10px);
}
/* 第一通栏 end */
/* 第二通栏 start */
.sympathy {
	min-height: 700px;
	background: #FFFFFF;
}

.sympathyScroll {
	position: relative;
	padding-bottom: 72px;
}

.sympathyScroll .bd {
	overflow: hidden;
}

.sympathyScroll .slick-list {
	overflow: visible;
	margin-right: -24px
}

.sympathyScroll .myslide {
	width: 33.3333%;
	float: left;
	display: inline;
}

.sympathyScroll .con {
	margin-right: 24px;
	position: relative;
	overflow: hidden;
}

.sympathyScroll .con a {
	display: block;
}

.sympathyScroll .con .pic {
	position: relative;
	width: 100%;
}

.sympathyScroll .con .text {
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 8;
	text-align: center;
	width: 100%;
}

.sympathyScroll .con .pic:before {
	display: block;
	content: '';
	padding-top: 75%;
}

.sympathyScroll .con .pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.sympathyScroll .slick-dots {
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.sympathyScroll .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #c4e2ce;
	border-radius: 14px;
	margin-right: 12px;
	cursor: pointer;
}

.sympathyScroll .slick-dots li.slick-active {
	background: #00832d;
}

.sympathyScroll .con:hover .text {
	background: rgba(0, 131, 45, 0.5);
}

/* 第二通栏 end */
/* 第三通栏 start */
.teamStyle {
	min-height: 700px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.teamStyle .insideIndex {
	padding: 70px 0 70px 0;
	text-align: center;
}

.teamScroll {
	position: relative;
	padding-bottom: 42px;
}

.teamScroll .bd {
	overflow: hidden;
}

.teamScroll .slick-list {
	overflow: visible;
	margin-right: -24px
}

.teamScroll .myslide {
	width: 33.3333%;
	float: left;
	display: inline;
}

.teamScroll .con {
	margin-right: 24px;
	position: relative;
	overflow: hidden;
	padding: 24px 18px;
	background: #FFFFFF;
}

.teamScroll .con a {
	display: block;
}

.teamScroll .con .pic {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 26px;
}

.teamScroll .con .text {
	position: relative;
}

.teamScroll .con .text .title {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	color: #222222;
	font-size: 18px;
	margin-bottom: 20px;
}

.teamScroll .con .text .time {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #bcbcbc;
	font-size: 14px;
}

.teamScroll .con .text .more {
	position: absolute;
	right: 0;
	bottom: -6px;
	padding-left: 18px;
	line-height: 24px;
	font-size: 14px;
	color: #bcbcbc;
	background: url(../images/more.png) no-repeat left center;
}

.teamScroll .con .pic:before {
	display: block;
	content: '';
	padding-top: 60%;
}

.teamScroll .con .pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.teamScroll .slick-dots {
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.teamScroll .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #c4e2ce;
	border-radius: 14px;
	margin-right: 12px;
	cursor: pointer;
}

.teamScroll .slick-dots li.slick-active {
	background: #00832d;
}
.teamScroll .con:hover .text .title {
	color: #00832d;
}
.teamScroll .con .text .more:hover {
	color: #00832d;
}
/* 第三通栏 end */
/* ----------企业文化 end *----------/
/*---------- 为农服务 start ---------- */
/* 第一通栏开始 */
.service {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 60px;
}

.service .insideIndex {
	padding: 70px 0 70px 0;
	text-align: center;
}

.serviceScroll {
	position: relative;
	padding-bottom: 60px;
}

.serviceScroll .bd {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.serviceScroll .slick-list {
	overflow: visible;
}

.serviceScroll .myslide {
	width: 100%;
	float: left;
	display: inline;
}

.serviceScroll .con {
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
}

.serviceScroll .con a {
	display: block;
}

.serviceScroll .con .pic {
	position: relative;
	width: 50%;
	overflow: hidden;
	float: left;
}

.serviceScroll .con .pic:before {
	display: block;
	content: '';
	padding-top: 60%;
}

.serviceScroll .con .pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.serviceScroll .con .text {
	position: relative;
	overflow: hidden;
	padding: 0 50px;
	background: #f7f7f7;
}

.serviceScroll .con .text .title {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 12px;
}

.serviceScroll .con .text .title a {
	line-height: 40px;
	color: #333333;
	font-size: 18px;
}

.serviceScroll .con .text span {
	display: block;
	width: 27px;
	height: 1px;
	background: #999999;
	margin-bottom: 23px;
}

.serviceScroll .con .text .textC {
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #777777;
	overflow: hidden;
	margin-bottom: 60px;
}

.serviceScroll .con .text .more a {
	width: 38px;
	height: 38px;
	background: url(../images/rBtn.png) no-repeat center center;
}

.serviceScroll .con .pic:before {
	display: block;
	content: '';
	padding-top: 60%;
}

.serviceScroll .slick-dots {
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.serviceScroll .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #c4e2ce;
	border-radius: 14px;
	margin-right: 12px;
	cursor: pointer;
}

.serviceScroll .slick-dots li.slick-active {
	background: #00832d;
}

.serviceScroll .con:hover .text .title a {
	color: #00832d;
}

/* 第一通栏结束 */
/* 第二通栏开始 */
.technology {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 108px;
}

.technology .insideIndex {
	padding: 70px 0 70px 0;
	text-align: center;
}

.technologyScroll {
	position: relative;
	padding-bottom: 52px;
}

.technologyScroll .bd {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.technologyScroll .slick-list {
	overflow: visible;
}

.technologyScroll .myslide {
	width: 100%;
	float: left;
	display: inline;
}

.technologyScroll .con {
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
}

.technologyScroll .con a {
	display: block;
}

.technologyScroll .con .pic {
	position: relative;
	width: 50%;
	overflow: hidden;
	float: right;
}

.technologyScroll .con .pic:before {
	display: block;
	content: '';
	padding-top: 60%;
}

.technologyScroll .con .pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.technologyScroll .con .text {
	position: relative;
	overflow: hidden;
	padding: 0 50px;
	background: #f7f7f7;
}

.technologyScroll .con .text .title {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 12px;
}

.technologyScroll .con .text .title a {
	line-height: 40px;
	color: #333333;
	font-size: 18px;
}

.technologyScroll .con .text span {
	display: block;
	width: 27px;
	height: 1px;
	background: #999999;
	margin-bottom: 23px;
}

.technologyScroll .con .text .textC {
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #777777;
	overflow: hidden;
	margin-bottom: 60px;
}

.technologyScroll .con .text .more a {
	width: 38px;
	height: 38px;
	background: url(../images/rBtn.png) no-repeat center center;
}

.technologyScroll .con .pic:before {
	display: block;
	content: '';
	padding-top: 60%;
}

.technologyScroll .slick-dots {
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.technologyScroll .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #c4e2ce;
	border-radius: 14px;
	margin-right: 12px;
	cursor: pointer;
}

.technologyScroll .slick-dots li.slick-active {
	background: #00832d;
}

.technologyScroll .con:hover .text .title a {
	color: #00832d;
}

/* 第二通栏结束 */
/* 第三通栏开始 */
.hospital {
	min-height: 700px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hospital .insideIndex {
	padding: 70px 0 70px 0;
	text-align: center;
}

.hospitalScroll {
	position: relative;
	padding-bottom: 42px;
}

.hospitalScroll .bd {
	overflow: hidden;
}

.hospitalScroll .slick-list {
	overflow: visible;
	margin-right: -24px
}

.hospitalScroll .myslide {
	width: 33.3333%;
	float: left;
	display: inline;
}

.hospitalScroll .con {
	margin-right: 24px;
	position: relative;
	overflow: hidden;
	padding: 24px 18px;
	background: #FFFFFF;
}

.hospitalScroll .con a {
	display: block;
}

.hospitalScroll .con .pic {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 26px;
}

.hospitalScroll .con .text {
	position: relative;
}

.hospitalScroll .con .text .title {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	color: #222222;
	font-size: 18px;
	margin-bottom: 20px;
}

.hospitalScroll .con .text .time {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #bcbcbc;
	font-size: 14px;
}

.hospitalScroll .con .text .more {
	position: absolute;
	right: 0;
	bottom: -6px;
	padding-left: 18px;
	line-height: 24px;
	font-size: 14px;
	color: #bcbcbc;
	background: url(../images/more.png) no-repeat left center;
}

.hospitalScroll .con .pic:before {
	display: block;
	content: '';
	padding-top: 60%;
}

.hospitalScroll .con .pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.hospitalScroll .slick-dots {
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.hospitalScroll .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #c4e2ce;
	border-radius: 14px;
	margin-right: 12px;
	cursor: pointer;
}

.hospitalScroll .slick-dots li.slick-active {
	background: #00832d;
}

.hospitalScroll .con:hover .text .title {
	color: #00832d;
}

.hospitalScroll .con .text .more:hover  {
	color: #00832d;
}
/* 第三通栏结束 */
/*---------- 为农服务 end ---------- */
/*---------- 新闻中心 start ---------- */
.companyNews {
	overflow: hidden;
	padding-bottom: 52px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.companyNew .insideIndex {
    padding: 90px 0 70px 0;
    text-align: center;
}
.companyNewsSlide {
	position: relative;
	float: left;
	width: 600px;
	height: 422px;
	margin-right: 36px;
	overflow: hidden;
}

.companyNewsSlide .columnScroll {
	height: 422px;
}
.companyNewsSlide .columnScroll .bd {
	width: 100%;
	height: 100%;
}

.companyNewsSlide .slick-slide .pic {
	width: 100%;
	height: 360px;
	overflow: hidden;
}

.companyNewsSlide .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.companyNewsSlide .columnScroll .con .text {
	visibility: hidden;
	opacity: 0;
}

.companyNews1 .slick-dots {
	position: absolute;
	height: 16px;
	bottom: 23px;
	width: 100%;
	text-align: right;
	padding-right: 32px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 1;
}

.companyNews1 .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	border-radius: 10px;
	border: 1px solid #c6c6c6;
	cursor: pointer;
}

.companyNews1 .slick-dots li.slick-active {
	background: #00832d;
	border: 1px solid #00832d;
}

.slideText {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	width: 100%;
	color: #666666;
	padding-left: 20px;
	padding-right: 180px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f6f6f6;
}

.companyNewsR {
	overflow: hidden;
	overflow: hidden;
	height: 422px;
}
.companyNewsR .companyNewsRTop {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 8px;
}

.companyNewsR .companyNewsRTop .title a {
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
}

.companyNewsR .companyNewsRTop .text {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
}
.insideTextList { overflow: hidden;}
.insideTextList  dd{ overflow: hidden; border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.insideTextList  dd:last-child {
	border: none;
}
.insideTextList  dd .text{ overflow: hidden;}
.insideTextList  dd .text .title{ overflow: hidden; height: 26px;}
.insideTextList  dd .text .title a{display: block; color: #222222; font-size: 18px;height: 26px;}
.insideTextList  dd .text .textC{ font-size:14px; color:#666666; line-height:24px; height:48px; overflow:hidden; margin-bottom: 14px;}
.insideTextList  dd .text .time{  height:30px; line-height:30px;font-size: 14px;color: #999999; overflow:hidden;margin-bottom: 6px;}
.insideTextList  dd:hover .text .title a{ color: #00832d;}

.industryTrends {
	background: #fafafa;
	padding-bottom: 42px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.industryTrends .insideIndex {
    padding: 70px 0 70px 0;
    text-align: center;
}
.industryScroll {
	position: relative;
	padding-bottom: 42px;
}
.industryScroll .bd {
	overflow: hidden;
}
.industryScroll .slick-list {
	overflow: visible;
	margin-right: -24px
}

.industryScroll .myslide {
	width: 33.3333%;
	float: left;
	display: inline;
}

.industryScroll .con {
	margin-right: 24px;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	background: #FFFFFF;
}

.industryScroll .con a {
	display: block;
}

.industryScroll .con .pic {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.industryScroll .con .pic:before {
	display: block;
	content: '';
	padding-top: 60%;
}
.industryScroll .con .pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.industryScroll .con .more {
	line-height: 72px;
	height: 72px;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.industryScroll .con .text {
	padding-top: 25px;
}
.industryScroll .con .text .title {
	line-height: 30px;
	height: 60px;
	font-size: 18px;
	color: #222222;
}
.industryScroll .con .text .time {
	line-height: 40px;
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
}
.industryScroll .slick-dots {
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.industryScroll .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #c4e2ce;
	border-radius: 14px;
	margin-right: 12px;
	cursor: pointer;
}

.industryScroll .slick-dots li.slick-active {
	background: #00832d;
}

.industryScroll .con:hover .text .title {
	color: #00832d;
}
.industryScroll .con .more:hover {
	color: #00832d;
}
/*---------- 新闻中心 end ---------- */
/*---------- 人才资源 start ----------*/
.learning {
	background: #fafafa;
	padding-bottom: 42px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.learning  .insideIndex {
    padding: 70px 0 70px 0;
    text-align: center;
}
.learningScroll {
	position: relative;
	padding-bottom: 42px;
}
.learningScroll .bd {
	overflow: hidden;
	padding: 10px;
}
.learningScroll .slick-list {
	overflow: visible;
	margin-right: -24px
}

.learningScroll .myslide {
	width: 33.3333%;
	float: left;
	display: inline;
}

.learningScroll .con {
	margin-right: 24px;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.learningScroll .con a {
	display: block;
}

.learningScroll .con .pic {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.learningScroll .con .pic:before {
	display: block;
	content: '';
	padding-top: 60%;
}
.learningScroll .con .pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.learningScroll .con .more {
	line-height: 72px;
	height: 72px;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.learningScroll .con .text {
	padding-top: 25px;
}
.learningScroll .con .text .title {
	line-height: 30px;
	height: 60px;
	font-size: 18px;
	color: #222222;
}
.learningScroll .con .text .time {
	line-height: 40px;
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
}
.learningScroll .slick-dots {
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.learningScroll .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #c4e2ce;
	border-radius: 14px;
	margin-right: 12px;
	cursor: pointer;
}

.learningScroll .slick-dots li.slick-active {
	background: #00832d;
}

.industryScroll .con:hover .text .title {
	color: #00832d;
}
.learningScroll .con:hover {
	background: #f5f5f5;
}
.learningScroll .con:hover .text .title {
	color: #00832d;
}
.learningScroll .con:hover .more {
	color: #00832d;
} 


.concept {
	background: #fafafa;
	padding-bottom: 146px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.conceptList{ overflow: hidden; margin-right: -24px;}
.conceptList dd{ overflow: hidden; float: left; display: inline; width: 25%;}
.conceptList dd .con{ overflow: hidden; margin-right: 24px;background: #FFFFFF;}
.conceptList dd .con span {
	display: block;
	width: 100%;
	height: 5px;
}
.conceptList dd .con span.color1 {
	background: #ffbe21;
}
.conceptList dd .con span.color2 {
	background: #3297fe;
}
.conceptList dd .con span.color3 {
	background: #ff7289;
}
.conceptList dd .con span.color4 {
	background: #40c973;
}
.conceptList dd .con .icoBox {
	width: 83px;
	height: 83px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.conceptList dd a { display: block;}
.conceptList dd .text{padding: 0 23px;overflow:hidden;}
.conceptList dd .text .title {
	line-height: 76px;
	color: #333333;
	font-size: 24px;
	text-align: center;
}
.conceptList dd .text .textC {
	line-height: 30px;
	color: #666666;
	height: 90px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
}
.conceptList dd:hover .text{ color: #F00;}


.position {
	background: #fafafa;
	padding-bottom: 42px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.position .insideIndex {
    padding: 70px 0 70px 0;
    text-align: center;
}
.positionScroll {
	position: relative;
	padding-bottom: 42px;
}
.positionScroll .bd {
	overflow: hidden;
}
.positionScroll .slick-list {
	overflow: visible;
}

.positionScroll .myslide {
	float: left;
	display: inline;
}

.positionScroll .slikeCon {
	position: relative;
	overflow: hidden;
}

.positionScroll .con a {
	display: block;
}
.positionScroll .slick-dots {
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.positionScroll .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #c4e2ce;
	border-radius: 14px;
	margin-right: 12px;
	cursor: pointer;
}

.positionScroll .slick-dots li.slick-active {
	background: #00832d;
}

.positionScroll .con:hover .text .title {
	color: #00832d;
}

/*---------- 人才资源 end ----------*/
/*---------- 业务模块 start ---------- */
/* 主营业务 start */
.mBusiness {
	padding-bottom: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mBusiness .insideIndex {
	padding: 70px 0 70px 0;
	text-align: center;
}

.mBusinessScroll {
	position: relative;
	padding-bottom: 42px;
}

.mBusinessScroll .bd {
	overflow: hidden;
}

.mBusinessScroll .slick-list {
	overflow: visible;
	margin-right: -24px
}

.mBusinessScroll .myslide {
	width: 33.3333%;
	float: left;
	display: inline;
}

.mBusinessScroll .con {
	margin-right: 24px;
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
}
.mBusinessScroll .con a {
	display: block;
}
.mBusinessScroll .con .pic {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.mBusinessScroll .con .pic:before {
	display: block;
	content: '';
	padding-top: 56%;
}

.mBusinessScroll .con .pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.mBusinessScroll .con .textBox {
	position: relative;
	height: 143px;
	padding-top: 25px;
}
.mBusinessScroll .con .text {
    position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
}
.mBusinessScroll .con .text .title {
	padding-top: 25px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #222222;
	font-size: 16px;
	margin-bottom: 10px;
}
.mBusinessScroll .con .text .title a {
	color: #222222;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.mBusinessScroll .con .textC {
	line-height: 25px;
	font-size: 14px;
	color: #858585;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
} 
.mBusinessScroll .con .text .more {
	height: 47px;
	opacity: 0;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.mBusinessScroll .con .text .more a {
	display: block;
	width: 130px;
	height: 40px;
	border-radius: 40px;
	font-size: 14;
	line-height: 40px;
	text-align: center;
	color: #00832d;
	background: #FFFFFF;
}
.mBusinessScroll .con:hover .text {
	background: #00832d;
}
.mBusinessScroll .con:hover .text .title a {
	color: #FFFFFF;
}
.mBusinessScroll .con:hover .textC {
	height: 100px;
	color: #FFFFFF;
}
.mBusinessScroll .con:hover .text .more {
	height: 72px;
	opacity: 1;
}
.mBusinessScroll .slick-dots {
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.mBusinessScroll .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #c4e2ce;
	border-radius: 14px;
	margin-right: 12px;
	cursor: pointer;
}

.mBusinessScroll .slick-dots li.slick-active {
	background: #00832d;
}
/* 主营业务 end */
/* 拓展业务 start */
.expand {
	padding-bottom: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.expand .insideIndex {
	padding: 70px 0 70px 0;
	text-align: center;
}

.expandScroll {
	position: relative;
	padding-bottom: 42px;
}

.expandScroll .bd {
	overflow: hidden;
}

.expandScroll .slick-list {
	overflow: visible;
	margin-right: -24px
}

.expandScroll .myslide {
	width: 25%;
	float: left;
	display: inline;
}

.expandScroll .con {
	margin-right: 24px;
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
}
.expandScroll .con a {
	display: block;
}
.expandScroll .con .pic {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.expandScroll .con .pic:before {
	display: block;
	content: '';
	padding-top: 56%;
}

.expandScroll .con .pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.expandScroll .con .textBox {
	position: relative;
	padding-top: 25px;
}
.expandScroll .con .text {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
}
.expandScroll .con .text .title {
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #222222;
	font-size: 16px;
	margin-bottom: 10px;
}
.expandScroll .con .text .title a {
	color: #222222;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.expandScroll .con .textC {
	line-height: 25px;
	font-size: 14px;
	color: #858585;
	height: 50px;
	overflow: hidden;
	margin-bottom: 22px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
} 
.expandScroll .con .text .more {
	height: 47px;
	opacity: 0;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.expandScroll .con .text .more a {
	display: block;
	width: 130px;
	height: 40px;
	border-radius: 40px;
	font-size: 14;
	line-height: 40px;
	text-align: center;
	color: #00832d;
	background: #FFFFFF;
}
.expandScroll .slick-dots {
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.expandScroll .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #c4e2ce;
	border-radius: 14px;
	margin-right: 12px;
	cursor: pointer;
}

.expandScroll .slick-dots li.slick-active {
	background: #00832d;
}
.expandScroll .con:hover .text .title a {
	color: #00832d;
}
/* 拓展业务 end */
/*---------- 业务模块 end ---------- */
/*
-----------------------------频道页end-----------------------------
*/
/* subBanner start */
.subBanner {
	clear: both;
	width: 100%;
	height: 415px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
/* subBanner end */
/*内页框架开始*/
/*内页外结构开始*/

/*内页外结构结束*/
/*当前位置开始*/
.locationBox {
	clear: both;
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow: 0 3px 5px #dcdcdc;
}

.location {
	height: 60px;
	overflow: hidden;
	padding-left: 33px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/home.png);
}

.location a {
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/icon8.png);
	color: #a3a3a3;
	font-size: 14px;
}

.location a:hover {
	color: #027a2e
}

.location a.hover {
	color: #027a2e
}

.nav {
	margin-right: -15px;
}

.nav a {
	display: inline;
	float: left;
	line-height: 60px;
	height: 57px;
	color: #666666;
	font-size: 14px;
	padding: 0 20px;
}

.nav a.hover {
	color: #027a2e
}

.nav a:hover {
	color: #027a2e
}

/*当前位置结束*/
/*页码开始*/
.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #cd281e;
	color: #fff;
}

.page a.hover {
	background: #cd281e;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png)
}

/*页码结束*/
/*内页框架结束*/
/*关于我们*/
.visibilityThis {
	opacity: 0;
}
.sectionTo {
	position: fixed;
	width: 44px;
	height: 44px;
	bottom: 78px;
	left: 50%;
	margin-left: -22px;
	background: url(../images/sectionTo.png) no-repeat center center;
	z-index: 9999;
	cursor: pointer;
	transition:  0.3s  ease;
	animation: arrowDown 1s infinite linear;
	-webkit-animation: arrowDown 1s infinite linear;
}
.sectionTo a {
	display: block;
	width: 44px;
	height: 44px;
}
.sectionTo.toTop {
  background: url(../images/sectionTo1.png) no-repeat center center;
}
/*向下的箭头跳动*/
@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translate(0,0);
    }
    25%{
        -webkit-transform: translate(0,6px);
    }
    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }
}
.section.bg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.channelT{
    clear: both;
    height:100px;
    overflow: hidden;
    line-height: 100px;
    color: #333333;
    font-size: 34px;
    text-align: center;
    background:url(../images/abtIcon2.png) no-repeat center center;
    position:relative;
}
.channelT.cfff{
	color: #fff;
}
.channelT:after{
    content: "";
    display: block;
    width:24px;
    height:3px;
    background:#0060a8;
    position:absolute;
    left:50%;
    margin-left: -12px;
    bottom:14px;
}
.cMore a{
    display: block;
    width: 198px;
    height:37px;
    margin:0 auto;
    background:url(../images/channelMore.png) no-repeat center center;
}
/*å…³äºŽæˆ‘ä»¬*/
.sectionBox,.aboutUsBanner{
	width: 100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
    position: relative;
    height: 100vh;
}
.aboutUsBanner a{display:block;position:relative;}
.aboutVideo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imgIcon{
	display: block;
	width: 805px;
	height: 393px;
	position: absolute;
	top:50%;
	left: 50%;	
	margin: -196px 0 0 -402px;
}
.aboutUsBanner .bt{
    width: 44px;
    height:44px;
    background:url(../images/abtIcon1.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    bottom:5px;
    left: 50%;
    margin-left:-22px;
	margin-bottom: 37px;
	animation: ant 1s infinite;
	-moz-animation: ant 1s infinite;	/* Firefox */
	-webkit-animation: ant 1s infinite;	/* Safari å’Œ Chrome */
	-o-animation: ant 1s infinite;	/* Opera */
}
.aboutUsBanner .bt:hover{
	animation: ant 1s 0;
	-moz-animation: ant 1s 0;	/* Firefox */
	-webkit-animation: ant 1s 0;	/* Safari å’Œ Chrome */
	-o-animation: ant 1s 0;	/* Opera */
}
/*åŠ¨ç”»2*/
.@keyframes ant
{
0% {bottom:5px;}
25% {bottom:0;}
50% {bottom:-3px;}
75% {bottom:0;}
100% {bottom:5px;}
}
/* Safari and Chrome */
@-webkit-keyframes ant 
{
0% {bottom:5px;}
25% {bottom:0;}
50% {bottom:-3px;}
75% {bottom:0;}
100% {bottom:5px;}
}

.absT{
    clear: both;
    height:46px;
    overflow: hidden;
    line-height: 46px;
    text-align: center;
    color: #0060a8;
    font-weight: bold;
    font-size: 30px;
}
.absT2{
    clear: both;
    height:25px;
    overflow: hidden;
    line-height: 25px;
    text-align: center;
    color: #999999;
    font-size:14px;
}
.absText{
    width: 1025px;
    overflow: hidden;
    margin: 0 auto;
    line-height:28px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.absData{
    clear: both;
    text-align: center;
}
.absDataC{display:inline-block}
.absDataDl dd{
    float: left;
    width: 120px;
    margin:0 50px;
}
.absDataDl dd .divT{
    clear: both;
    height:53px;
    overflow: hidden;
	text-align:center;
    border-bottom:1px solid #f4b011;
    color: #f4b011;
}
.absDataDl dd .divT span{
	display:inline-block;
    line-height: 53px;
    color: #f4b011;
    font-size:32px;
    font-family: "Arial";
    font-weight: bold;
}
.absDataDl dd .divT i{
    display:inline-block;
    line-height:60px;
    color: #f4b011;
    font-family: "Arial";
    font-size:24px;
    font-style: normal;
}
.absDataDl dd .divT2{
    clear: both;
    height:38px;
    overflow: hidden;
    line-height: 38px;
    color: #666666;
    font-size:16px;
}
.abs2Dl dd{
    float:left;
    width: 25%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.abs2Dl dd:after{
    content: "";
    display: block;
    width: 100%;
    height:0%;
    position: absolute;
    left: 0;
    z-index: -1;
    background:rgba(2, 122, 46, 0.82) url(../images/abtIcon2.png) no-repeat center center;
    transition-duration:0.3s;
}
.abs2Dl dd.sg:after{top:0}
.abs2Dl dd.xa:after{bottom:0}
.abs2Dl dd.hover:after{height:100%;}
.abs2Dl dd .ddC{
    height:348px;
    width: 100%;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-72px;
    transition-duration: 0.3s;
}
.abs2Dl dd.hover .ddC{margin-top:-112px}
.abs2Dl dd .ddC .divT{
    clear: both;
    height:107px;
    line-height: 107px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    padding-top:62px;
    background-position:center top;
    background-repeat: no-repeat;
    position: relative;
}
.abs2Dl dd.dd1 .ddC .divT{background-image:url(../images/abtIcon4.png)}
.abs2Dl dd.dd2 .ddC .divT{background-image:url(../images/abtIcon5.png)}
.abs2Dl dd.dd3 .ddC .divT{background-image:url(../images/abtIcon6.png)}
.abs2Dl dd.dd4 .ddC .divT{background-image:url(../images/abtIcon7.png)}
.abs2Dl dd .ddC .divT:after{
    content:"";
    display: block;
    width: 60px;
    height:4px;
    background: #fff;
    position:absolute;
    left: 50%;
    margin-left:-30px;
    bottom:-5px;
    visibility: hidden;
    opacity:0;
    transition-duration: 0.3s;
}
.abs2Dl dd.hover .ddC .divT:after{
    visibility: hidden;
    bottom:0;
    visibility:visible;
    opacity:1;
}
.abs2Dl dd .ddC .divT2{
    clear: both;
    height:109px;
    overflow: hidden;
    line-height: 109px;
    text-align: center;
    color: #ffffff;
    font-size:20px;
    margin-top: 5px;
    visibility: hidden;
    opacity:0;
    transition-duration: 0.3s;
}
.abs2Dl dd.hover .ddC .divT2{
    margin-top:0;
    visibility:visible;
    opacity:1;
}
.abs2Dl dd .ddC a{
    display: block;
    width:168px;
    height:48px;
    margin:0 auto;
    overflow: hidden;
    border:1px solid #fff;
    text-align: center;
    margin-top: 5px;
    visibility: hidden;
    opacity:0;
    transition-duration: 0.3s;
}
.abs2Dl dd.hover .ddC a{
    margin-top:0;
    visibility:visible;
    opacity:1;
}
.abs2Dl dd .ddC a span{
    display:inline-block;
    height:48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 14px;
    padding-right: 38px;
    background:url(../images/abtIcon3.png) no-repeat right center;
}
.absHonorL{
	width:50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position: absolute;
	top:0;
	left: 0;
}
.absHonorLC{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:100% auto;
	margin-top:50px;
}
.absHonorR{padding-left:50%;overflow: hidden}
.absHonorRC{
	overflow: hidden;
	padding:0 11.45%;
}
.absHonorRC .divT{
	clear: both;
	height:80px;
	overflow: hidden;
	line-height: 80px;
	color: #333333;
	font-size: 36px;
	position:relative;
}
.absHonorRC .divT:after{
	content: "";
	display: block;
	width: 23px;
	height:3px;
	position: absolute;
	left: 0;
	bottom:0;
}
.absHonorRC .txt{
	clear: both;
	overflow: hidden;
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}
.absHonorRSlide{position: relative}
.absHonorRSlide .bt{
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
	position: absolute;
	top:50%;
	margin-top:-20px;
}
.absHonorRSlide .bt:hover{opacity:0.95}
.absHonorRSlide .bt.prev{left:-62px;background:url(../images/absBt2.png) no-repeat left center}
.absHonorRSlide .bt.next{right:-62px;background:url(../images/absBt2.png) no-repeat right center}
.absHonorRSlide .bd{
	overflow: hidden;
}
.absHonorRDl{margin:0 -13px !important;}
.absHonorRDl dd{
	float: left;
	width: 33.333%;
	overflow: hidden;
}
.absHonorRDl dd a{
	display: block;
	overflow: hidden;
	margin:0 13px;
}
.absHonorRDl dd a .pic{
	width: 100%;
	padding-top:69.298%;
	position: relative;
}
.absHonorRDl dd a .pic img{
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
/**/
/*.animated{
	visibility: hidden;
}*/
#carousel {
	width:1040px;
	height:355px;
	margin:0 auto;
	position:relative;
	clear:both;
	overflow:hidden;
}
#carousel img {
	width: 546px;
	height:355px;
	visibility:hidden;
	cursor:pointer;
}
#carousel span{
	display: block;
	width: 546px;
	height:60px;
	line-height: 80px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left:-273px;
	bottom: 0;
	z-index: 999;
	color: #ffffff;
	font-size:16px;
	display: none;
}
.carouselBt{
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:18px;
	z-index: 999;
}
.carouselBt:hover{opacity:0.95}
.carouselBt.prev{margin-left:-610px;background:url(../images/absBt2.png) no-repeat left center}
.carouselBt.next{margin-left:565px;background:url(../images/absBt2.png) no-repeat right center}


.changeStyle{
	display: block;
	width: 35px;
	height: 25px;
	overflow: hidden;
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -75px;
	z-index: 99;
	background: #901d22 url(../images/change.png) no-repeat center center;
}

.columnC3Left {
	width: 600px;
	padding-top: 35px
}

.column3Ctext {
	overflow: hidden
}

.column3Cpic {
	width: 145px;
	padding: 13px 10px 0;
	margin-right: 35px
}

.column3Cpic .pic {
	position: relative
}

.column3Cpic .pic:after {
	display: block;
	content: "";
	padding-top: 306.8966%
}

.column3Cpic .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.column3Ctext {
	padding-right: 50px
}

.column3Ctext .title {
	line-height: 30px;
	font-size: 20px;
	color: #333;
	padding-bottom: 30px;
	position: relative
}

.column3Ctext .title:after {
	display: block;
	content: "";
	position: absolute;
	width: 94px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: url(../images/wicon3.png) center center no-repeat
}

.column3Ctext .textC {
	height: 144px;
	line-height: 24px;
	font-size: 14px;
	color: gray
}

.columnC3Right {
	overflow: hidden
}

.column3Dl {
	overflow: hidden;
	padding-top: 5px;
	margin: 0 -5px
}

.column3Dl dd {
	float: left;
	display: inline;
	width: 33.333%;
	margin-bottom: 10px
}

.column3Dl dd .con {
	margin: 0 5px;
	background: #fff;
	padding: 5px 5px 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear
}

.column3Dl dd .pic {
	position: relative;
	overflow: hidden
}

.column3Dl dd .pic:after {
	display: block;
	content: "";
	padding-top: 66.6667%
}

.column3Dl dd .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.column3Dl dd .text {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #666;
	text-align: center
}

.column3Dl dd .con:hover {
	box-shadow: 3px 0 7px rgba(0, 0, 0, .08);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px)
}
.moreW {
	width: 113px;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #c6c6c6
}

.moreW:hover {
	border-bottom: 1px solid #1c4295
}

.moreW a {
	display: block;
	height: 100%;
	padding: 0 10px;
	line-height: 50px;
	font-size: 14px;
	color: #696969;
	background: url(../images/wicon1.png) 70px center no-repeat
}
