@charset "UTF-8";

/* ========== 主体框架 start ========== */
/* 进度条 */
.loading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
}

.loading .loadingC {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.loading .loadingC .text {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

.la-line-scale,
.la-line-scale>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.la-line-scale {
	display: block;
	font-size: 0;
	color: #0a569e
}

.la-line-scale.la-dark {
	color: #333
}

.la-line-scale>div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor
}

.la-line-scale {
	width: 40px;
	height: 32px
}

.la-line-scale>div {
	width: 4px;
	height: 32px;
	margin: 2px;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 0;
	-webkit-animation: line-scale 1.2s infinite ease;
	-moz-animation: line-scale 1.2s infinite ease;
	-o-animation: line-scale 1.2s infinite ease;
	animation: line-scale 1.2s infinite ease
}

.la-line-scale>div:nth-child(1) {
	-webkit-animation-delay: -1.2s;
	-moz-animation-delay: -1.2s;
	-o-animation-delay: -1.2s;
	animation-delay: -1.2s
}

.la-line-scale>div:nth-child(2) {
	-webkit-animation-delay: -1.1s;
	-moz-animation-delay: -1.1s;
	-o-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.la-line-scale>div:nth-child(3) {
	-webkit-animation-delay: -1s;
	-moz-animation-delay: -1s;
	-o-animation-delay: -1s;
	animation-delay: -1s
}

.la-line-scale>div:nth-child(4) {
	-webkit-animation-delay: -.9s;
	-moz-animation-delay: -.9s;
	-o-animation-delay: -.9s;
	animation-delay: -.9s
}

.la-line-scale>div:nth-child(5) {
	-webkit-animation-delay: -.8s;
	-moz-animation-delay: -.8s;
	-o-animation-delay: -.8s;
	animation-delay: -.8s
}

.la-line-scale.la-sm {
	width: 20px;
	height: 16px
}

.la-line-scale.la-sm>div {
	width: 2px;
	height: 16px;
	margin: 1px;
	margin-top: 0;
	margin-bottom: 0
}

.la-line-scale.la-2x {
	width: 80px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
}

.la-line-scale.la-2x>div {
	width: 8px;
	height: 25px;
	margin: 4px;
	margin-top: 0;
	margin-bottom: 0
}

.la-line-scale.la-3x {
	width: 120px;
	height: 96px
}

.la-line-scale.la-3x>div {
	width: 12px;
	height: 96px;
	margin: 6px;
	margin-top: 0;
	margin-bottom: 0
}

@-webkit-keyframes line-scale {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@-moz-keyframes line-scale {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
		-moz-transform: scaleY(0.4);
		transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@-o-keyframes line-scale {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
		-o-transform: scaleY(0.4);
		transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@keyframes line-scale {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
		-moz-transform: scaleY(0.4);
		-o-transform: scaleY(0.4);
		transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1)
	}
}

/* ————— 头部 start ————— */
.topHandle {
	height: 47px;
	background: #FFFFFF;
	border-bottom: 1px solid #378038;
	line-height: 47px;
	overflow: hidden;
}

.topTip {
	overflow: hidden;
	font-size: 14px;
	color: #555;
}

.topHandleR {
	overflow: hidden;
}

.topHandleR a {
	margin-left: 15px;
	font-size: 14px;
	color: #555;
	transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
}

.topHandleR a:hover {
	color: #378038;
}

.topHandleR a.hover {
	color: #378038;
}

.top {
	background-color: #fff;
	height: 80px;
}

/* logo start */
.logo {
	padding: 20px 0;
	margin-right: 46px;
}

.logo img {
	display: block;
	height: 40px;
}

/* logo end */
/* 搜索 start */
.topR {
	margin-top: 18px;
}

.search {
	overflow: hidden;
	background: #f2f2f2;
}

.searchInput {
	width: 180px;
	z-index: 0;
	float: left;
	display: inline;
}

.searchInput input {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 44px;
	line-height: 44px;
	background: none;
	border: none;
	background: #F5F5F5;
}

.searchInput input input::-webkit-input-placeholder {
	color: #999;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.searchBtn {
	float: left;
	display: inline;
	width: 100px;
	height: 44px;
	line-height: 44px;
	background: #378038;
	text-align: center;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}

.searchBtn span{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #FFFFFF;
	vertical-align: middle;
}
.searchBtn i{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 8px;
	box-sizing: border-box;
	vertical-align: middle;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.topSearch {
	width: 40px;
	height: 40px;
	background: #0a569e url(../images/common/searchH.png) no-repeat center center;
	cursor: pointer;
	border-radius: 40px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.topSearch:hover {
	background-color: #d71718;
}

.animHide {
	opacity: 0;
}

.model.show::before {
	animation: menu-animation .8s ease-out forwards;
	transform: scale(2) translateY(0);
}

.model.show {
	display: block;
}

.model {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.model span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 72px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 10;
}

.model::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .87);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9;
}

.searchPWBox {
	width: 600px;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -30px 0 0 -300px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	;
}

.searchPWBox input {
	display: block;
	float: left;
	width: 530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	background: #fff;
}

.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox a {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: #292e88 url(../images/common/searchH.png) no-repeat center center;
	background-size: 19px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.searchPWBox a:hover {
	opacity: 0.9;
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/* 搜索 end */
/* 导航 start */
/*menu开始*/
.menuBox {
	position: relative;
	z-index: 1;
}

.menuDl {
	position: relative;
}

.menuDl:after {
	display: block;
	content: "";
	clear: both;
}

.menuDl dd {
	display: inline;
	float: left;
	position: relative;
	z-index: 3;
	margin: 0 33px;
}

.menuDl dd span a {
	display: block;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	color: #333;
	font-size: 18px;
	position: relative;
	padding: 0 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 10;
}

.menuDl dd.hover span a {
	color: #378038;
}

.menuDl dt {
	height: 2px;
	background: #378038;
	position: absolute;
	left: 0;
	bottom: 0;
}

.subMenuDiv {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
}

.menuDl dd:hover .subMenuDiv {
	visibility: visible;
}

.subMenu a {
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 30px;
	padding: 0 5px;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: 0.3s ease;
	-webkit-transform: perspective(100px) rotateX(-90deg);
	-ms-transform: perspective(100px) rotateX(-90deg);
	transform: perspective(100px) rotateX(-90deg);
	-webkit-transform-origin: center top 0;
	-ms-transform-origin: center top 0;
	transform-origin: center top 0;
	transition-delay: 0s;
	visibility: hidden;
}

.menuDl dd:hover .subMenu a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: perspective(100px) rotateX(0deg);
	-ms-transform: perspective(100px) rotateX(0deg);
	transform: perspective(100px) rotateX(0deg);

}

.menuDl dd:hover .subMenu li:nth-of-type(2) a {
	transition-delay: 0.1s;
}

.menuDl dd:hover .subMenu li:nth-of-type(3) a {
	transition-delay: 0.2s;
}

.menuDl dd:hover .subMenu li:nth-of-type(4) a {
	transition-delay: 0.3s;
}

.menuDl dd:hover .subMenu li:nth-of-type(5) a {
	transition-delay: 0.4s;
}

.menuDl dd:hover .subMenu li:nth-of-type(6) a {
	transition-delay: 0.5s;
}

.menuDl dd:hover .subMenu li:nth-of-type(7) a {
	transition-delay: 0.6s;
}

.menuDl dd:hover .subMenu li:nth-of-type(8) a {
	transition-delay: 0.7s;
}

.menuDl dd:hover .subMenu li:nth-of-type(9) a {
	transition-delay: 0.8s;
}

.menuDl dd:hover .subMenu li:nth-of-type(10) a {
	transition-delay: 0.9s;
}

.menuDl dd:hover .subMenu li:nth-of-type(11) a {
	transition-delay: 1s;
}

.menuDl dd:hover .subMenu li:nth-of-type(12) a {
	transition-delay: 1.1s;
}

.menuDl dd:hover .subMenu li:nth-of-type(13) a {
	transition-delay: 1.2s;
}

.menuDl dd:hover .subMenu li:nth-of-type(14) a {
	transition-delay: 1.3s;
}

.menuDl dd:hover .subMenu li:nth-of-type(15) a {
	transition-delay: 1.4s;
}

.menuDl dd:hover .subMenu li:nth-of-type(16) a {
	transition-delay: 1.5s;
}

.menuDl dd:hover .subMenu li:nth-of-type(17) a {
	transition-delay: 1.6s;
}

.subMenu a:hover {
	color: #f28e1a;
}

.listBg {
	width: 0px;
	height: 0px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}

.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
	}
}

/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
}

.indexBanner::before {
	content: '';
	display: block;
	padding-top: 43.0909%;
}

.indexBannerLoad {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1.3s;
	-webkit-transition: all 1.3s;
}

.indexBannerLoad svg {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	width: 100px;
	height: 100px;
	fill: #d71718;
}

.indexBannerLoad.hide {
	visibility: hidden;
	opacity: 0;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.indexBanner .bd {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.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 .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 23px;
	text-align: right;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin: 0 6px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgba(255,255,255,0.3);
	transition: all .4s;
	-webkit-transition: all .4s;
}

.indexBanner .slick-dots li.slick-active {
	background: rgba(255,255,255,1);
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer {
	background: #FFFFFF;
}

.friendLink {
	overflow: hidden;
	margin-right: -40px;
}

.friendLink .title {
	height: 70px;
	line-height: 70px;
	padding-left: 48px;
	color: #cccccc;
	font-size: 14px;
	background: url(../images/footerIcn1.png) no-repeat left center;
	margin-right: 70px;
	float: left;
	display: inline;
}

.friendLink .list {
	overflow: hidden;
	padding: 20px 0;
	line-height: 30px;
	font-size: 0;
}

.friendLink .list a {
	display: inline-block;
	color: #cccccc;
	font-size: 14px;
	margin-right: 40px;
}

.friendLink .list a:hover {
	color: #FFF;
}

/* 友情链接end   */
/* 底部中间start   */
.footerM {
	padding: 30px 0;
}

.footerML {
	float: left;
	display: inline;
	margin-right: 195px;
}
.footerLDl dd{
	overflow: hidden;
	height: 55px;
	padding: 8px 0;
}
.footerLDl dd .wicon{
	float: left;
	display: inline;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	background: rgba(55,128,56,0.08);
	border-radius: 100%;
	margin-right: 20px;
}
.footerLDl dd span{
	font-size: 24px;
	color: #378038;
}
.footerLDl dd .text{
	overflow: hidden;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #333;
}
.footerLDl dd .text img{
	display: block;
	height: 21px;
	position: relative;
	top: 17px;
}
.footerMM {
	overflow: hidden;
}

.footerMenu {
	overflow: hidden;
	padding-top: 17px;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-left: 115px;
}

.footerMenu dd em {
	font-style: normal;
	display: block;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	margin-bottom: 5px;
}

.footerMenu dd em a {
	font-size: 18px;
	color: #333;
}

.footerMenu dd em a:hover {
	color: #2e702f;
}

.footerMenu dd span {
	font-style: normal;
	display: block;
	line-height: 25px;
	padding: 5px 0;
	overflow: hidden;
}

.footerMenu dd span a {
	font-size: 14px;
	color: #333s;
}

.footerMenu dd span a:hover {
	color: #2e702f;
}

.footerMR {
	float: right;
	display: inline;
}

.footerEwm {
	overflow: hidden;
	padding-top: 27px;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	margin-left: 20px;
}
.footerEwm dd .con{
	width: 100px;
	padding: 5px;
	border: 1px solid #eeeeee;
}
.footerEwm dd img {
	display: block;
	width: 100px;
	height: 100px;
}

.footerEwm dd span {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666666;
	font-size: 14px;
}

/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 14px;
	color: #F5F5F5;
	background: #2e702f;
}

.friendCopyRight .conL {
	float: left;
	display: inline;
}

.friendCopyRight .conL span {
	margin-right: 7px;
}

.friendCopyRight .conL img {
	margin-right: 10px;
	vertical-align: middle;
}

.friendCopyRight .conL a {
	color: #F5F5F5;
	margin-right: 7px;
}

.friendCopyRight .conL a:hover {
	color: #fff;
}

.friendCopyRight .conR {
	float: right;
	display: inline;
}

.friendCopyRight .conR a {
	color: #f5f5f5;
}

.friendCopyRight .conR a:hover {
	color: #fff;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 20.8333%;
}

.subBanner img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
}

.subBanner.on img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.subBanner .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.1);
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: relative;
	text-align: center;
}

.subBanner .textC .cnTitle {
	font-size: 32px;
	color: #ffffff;
	line-height: 50px;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
}

.subBanner .textC .enTitle {
	font-size: 16px;
	color: #dbdbdb;
	line-height: 30px;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	height: 0px;
	background: #fff;
	position: relative;
}
.locationBoxC{
	position: absolute;
	top: -60px;
	width: 100%;
	left: 0;
	
}
.location {
	height: 60px;
	overflow: hidden;
	position: relative;
}

.location a.home {
	width: 60px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
	background-color: #ebf2eb;
	padding-left: 0;
	margin-right: 5px;
}

.location a {
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 15px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon8.png);
	color: #666;
	font-size: 14px;
}
.location a.first{
	background-image: none;
}

.location a:hover {
	color: #378038
}

.location a.hover {
	color: #378038
}

.subNavBox {
	position: relative;
}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.subNav a {
	display: inline;
	float: left;
	line-height: 60px;
	height: 60px;
	color: #666666;
	font-size: 14px;
	padding: 0 19px;
}

.subNav a.hover {
	color: #378038
}

.subNav a:hover {
	color: #378038
}

/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu {
	text-align: center;
	font-size: 0;
}

.sjMenu a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	color: #333;
	border: 1px solid #fff;
	border-radius: 32px;
	font-size: 14px;
	margin: 0 5px;
	background: #FFF;
}

.sjMenu a:hover {
	background: #378038;
	color: #FFF;
	border-color: #378038;
}

.sjMenu a.hover {
	background: #378038;
	color: #FFF;
	border-color: #378038;
}

/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 8px 14px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
	border: 1px solid #dddddd;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #378038;
	color: #fff;
	border-color:#378038;
}

.page a.hover {
	background: #378038;
	color: #fff;
	border-color:#378038;
}

.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/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.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/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 ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn {
	text-align: center;
}

.aykj-recruitTc .layui-layer-btn a {
	height: 38px;
	line-height: 38px;
	padding: 0 40px;
	font-size: 14px;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn0 {
	background: #378038;
	color: #FFF;
	border-color: #378038;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn1 {
	background: #ddd;
	color: #8b8b8b;
	border-color: #ddd;
}

.aykj-alert .layui-layer-btn .layui-layer-btn0 {
	background: #378038;
	border-color: #378038;
}

/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1{
	padding: 30px 0;
}
.column1Right{
	width: 320px;
	margin-left: 20px;
}
.indexHelp{
	padding: 0 20px;
}
.indexTitle{
	overflow: hidden;
	border-bottom:1px solid #eeeeee;
	height: 60px;
	box-sizing: border-box;
}
.indexTitle .more a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #999;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexTitle .more a:hover{
	color: #378038;
}
.indexTitle .title{
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #000;
}
.indexHelpDl{
	overflow: hidden;
	padding: 10px 0;
}
.indexHelpDl dd{
	float: left;
	display: inline;
	width: 50%;
}
.indexHelpDl dd .con{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
}
.indexHelpDl dd	.icon{
	margin-right: 10px;
}			
.indexHelpDl dd	.icon span{
	font-size: 24px;
	color: #378038;
}	
.indexHelpDl dd .text{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.indexHelpDl dd .con a{
	display: inline-block;
}
.indexHelpDl dd .con:hover .text{
	color: #378038;
}
.indexChangePath{
	padding: 20px 0 10px;
}
.indexChangePath .indexBtn{
	margin-bottom: 10px;
	text-align: center;
}
.indexChangePath .indexBtn.green{
	background: #def0de;
}
.indexChangePath .indexBtn.yellow{
	background: #faead5;
}
.indexChangePath .indexBtn a{
	display: block;
	height: 52px;
	line-height: 52px;
	vertical-align: top;
}
.indexChangePath .indexBtn a .con{
	display: inline-block;
}
.indexChangePath .indexBtn a i{
	font-size: 26px;
	font-style: normal;
	margin-right: 10px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexChangePath .indexBtn:hover a i{
	margin-right: 15px;
}
.indexChangePath .indexBtn.green a i{
	color: #378038;
}
.indexChangePath .indexBtn.yellow a i{
	font-size: 30px;
	color: #ff9909;
}
.indexChangePath .indexBtn.green span{
	font-size: 18px;
	color: #378038;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexChangePath .indexBtn.yellow span{
	font-size: 18px;
	color: #ff9909;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexChangePath .indexBtn:hover span{
	font-weight: bold;
}
.serviceHotline{
	border: 1px solid #378038;
	height: 56px;
	background: #FFFFFF;
}
.serviceHotline .hotLine{
	width: 130px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	vertical-align: middle;
	background: #378038;
	border-top-right-radius: 56px;
	border-bottom-right-radius: 56px;
}
.serviceHotline .hotLine .con{
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
}
.serviceHotline .hotLine span{
	font-size: 26px;
	color: #FFFFFF;
	padding: 0 6px;
}
.serviceHotline .text{
	overflow: hidden;
	padding: 18px 0;
}
.serviceHotline .text img{
	display: block;
	height: 17px;
	margin: 0 auto;
}
.column1Left{
	overflow: hidden;
}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2{
	height: 100%;
	margin-bottom: 30px;
}
.column2Dl{
	overflow: hidden;
	padding: 0 30px;
	height: 100px;
}
.column2Dl dd .con{
	overflow: hidden;
}
.column2Dl dd .icon{
	margin-top: 28px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #e3f4e3;
	border-radius: 44px;
}
.column2Dl dd .icon span{
	font-size: 28px;
	color: #378038;
}
.column2Dl dd .text{
	overflow: hidden;
	padding-left: 15px;
	padding-top: 25px;
}
.column2Dl dd .title{
	line-height: 24px;
	font-size: 14px;
	color: #666666;
}
.column2Dl dd .textC{
	line-height: 26px;
	font-size: 16px;
	color: #333;
}
.column2Dl dt{
	width: 105px;
	line-height: 100px;
	text-align: center;
}
.column2Dl dt span{
	font-size: 28px;
	color: #DDDDDD;
}
/* ————— 第2通栏 end ————— */
/* 左右结构 start */
/* 右边 start */
.indexColumnR{
	margin-left: 20px;
	width: 400px;
}
/* ————— 平台公告 start ————— */
.platformNews{
	padding:8px 20px;
	margin-bottom: 20px;
	height: 505px;
	box-sizing: border-box;
}
.platformNews .noAutions{
	height: 355px;
	background: url(../test/noAuctions.png) no-repeat center center;
}
.platformNews .noAutions .btJp{
	bottom: 30px;
}
.platformNewsDl{
	padding: 8px 0;
	height: 230px;
	overflow: hidden;
}
.platformNewsDl .con{
	height: 46px;
	overflow: hidden;
}
.platformNewsDl .tag{
	width: 40px;
	height: 18px;
	background: #ee502f;
	text-align: center;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	margin-top: 14px;
	margin-right: 7px;
}
.platformNewsDl .tag span{
	font-size: 12px;
	color: #FFFFFF;
}
.platformNewsDl .text{
	overflow: hidden;
	line-height: 46px;
}
.platformNewsDl .text a{
	font-size: 16px;
	color: #333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.platformNewsDl .con:hover .text a{
	color: #378038;
}
.platformNewsDl .tag1 {
	height: 46px;
	line-height: 46px;
	margin-right: 6px;
	text-align: left;
}
.platformNewsDl .tag1 span{
	font-size: 14px;
	color: #aaa;
}
/* ————— 平台公告 end ————— */

/* ————— 拍卖公告 start ————— */
.auctionNews{
	padding: 8px 20px;
	margin-bottom: 20px;
	height: 395px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.auctionDl{
	padding: 14px 0 13px;
	height: 300px;
	overflow: hidden;
}
.auctionDl dd{
	margin-bottom: 6px;
}
.auctionDl .con{
	overflow: hidden;
}
.auctionDl .zs{
	width: 16px;
	text-align: left;
}
.auctionDl .zs span{
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #aaa;
}
.auctionDl .text{
	overflow: hidden;
}
.auctionDl .title{
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.auctionDl .title a{
	font-size: 16px;
	color: #333;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.auctionDl .title:hover a{
	color: #378038;
}
.auctionDl .time{
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.auctionDl .times{
	font-size: 14px;
	color: #999;
}
.auctionDl .price{
	font-size: 14px;
	color: #808080;
}
/* ————— 拍卖公告 end ————— */

/* ————— 新闻中心 start ————— */
.newsCenter{
	padding: 12px 20px 15px;
	margin-bottom: 20px;
}
.newsCenterDl{
	padding-top: 10px;
	height: 405px;
	overflow: hidden;
}
.newsCenterDl dd{
	padding: 10px 0;
}
.newsCenterDl dd .con{
	overflow: hidden;
}
.newsCenterDl dd .pic{
	width: 150px;
	margin-right: 20px;
}
.newsCenterDl dd .pic::before{
	padding-top: 60%;
}
.newsCenterDl dd .text{
	overflow: hidden;
	padding-top: 9px;
}
.newsCenterDl dd .text .title{
	height: 44px;
	line-height: 22px;
}
.newsCenterDl dd .text .title a{
	font-size: 16px;
	color: #333;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.newsCenterDl dd .text .title:hover a{
	color: #378038;
}
.newsCenterDl dd .text .time{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.newsCenterDl dd .text .time .date{
	font-size: 14px;
	color: #999;
}
.newsCenterDl dd .text .time .tag{
	font-size: 14px;
	color: #808080;
}
.newsCenterDl dt{
	margin-bottom: 7px;
}
.newsCenterDl dt .con{
	overflow: hidden;
}
.newsCenterDl dt .zs{
	width: 16px;
	text-align: left;
}
.newsCenterDl dt .zs span{
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #aaa;
}
.newsCenterDl dt .text{
	overflow: hidden;
}
.newsCenterDl dt .title{
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.newsCenterDl dt .title a{
	font-size: 16px;
	color: #333;
}
.newsCenterDl dt .text .time{
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.newsCenterDl dt .text .time .date{
	font-size: 14px;
	color: #999;
}
.newsCenterDl dt .text .time .tag{
	font-size: 14px;
	color: #808080;
}
/* ————— 新闻中心 end ————— */

/* ————— 专场通道 start ————— */
.specialChannel dd{
	margin-bottom: 20px;
}
.specialChannel .pic::before{
	padding-top: 65%;
}
.specialChannel .con{
	overflow: hidden;
	position: relative;
}
.specialChannel .con .text{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
	box-sizing: border-box;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	background: rgba(0,0,0,0.6);
}
/* ————— 专场通道 end ————— */
/* 右边 end */

/* 左边 start */
.indexColumnL{
	overflow: hidden;
}
/* ————— 橡胶主力 start ————— */
.column3{
	padding: 18px 20px 0;
	margin-bottom: 20px;
}
.column3Title{
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	font-size: 24px;
	color: #333333;
}
.column3Title .titleTag{
	margin-top: 13px;
	height: 28px;
	line-height: 28px;
	margin-left: 18px;
	padding: 0 16px;
	background: #eff5ff;
	font-size: 14px;
	color: #0e80e3;
}
.column3Middle{
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #eee;
	padding-bottom: 14px;
}
.column3Middle .time{
	font-size: 18px;
	color: #808080;
}
.column3Middle .time em{
	font-style: normal;
	padding-left: 5px;
}
.column3Middle .price{
	overflow: hidden;
}
.column3Middle .totalPrice{
	font-size: 44px;
	font-weight: bold;
	margin-right: 40px;
}
.column3Middle .totalPrice.green{
	color: #239900;
}
.column3Middle .totalPrice.red{
	color: #ce201b;
}
.column3Middle .floatPrice{
	line-height: 60px;
	font-size: 24px;
	margin-right: 20px;
}
.column3Middle .floatPrice.green{
	color: #239900;
}
.column3Middle .floatPrice.red{
	color: #ce201b;
}
.refreshPrice{
	line-height: 60px;
	cursor: pointer;
}
.refreshPrice span{
	font-size: 18px;
	color: #999;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.refreshPrice span:hover{
	color: #239900;
}
.column3Bottom .column3Dl{
	overflow: hidden;
	height: 65px;
	line-height: 65px;
}
.column3Bottom .column3Dl dd{
	float: left;
	display: inline;
	margin-right: 66px;
	font-size: 18px;
	color: #333;
}
.column3Bottom .column3Dl dd span{
	padding-left: 10px;
}
.column3Bottom .column3Dl dd.green span{
	color: #239900;
}
.column3Bottom .column3Dl dd.red span{
	color: #ce201b;
}
.column3Bottom .column3Dl dd.orange span{
	color: #ee502f;
}
.column3Bottom .column3Dl dd.orange {
	margin-right: 0;
}
/* ————— 橡胶主力 end ————— */

/* ————— 今日竞拍 start ————— */
.column4{
	padding: 5px 20px 10px;
}
.columnTitle{
	height: 64px;
	line-height: 64px;
	font-size: 24px;
	color: #000;
}
.column4CT{
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 2px;
}
.column4CT.join{
	background: #ee502f;
}
.column4CT.wait{
	background: #2aaa6b;
}
.column4CT .title{
	font-size: 20px;
	color: #fff;
}
.column4CT .more a{
	font-size: 16px;
	color: #fff;
}
.column4 .auctionList dd{
	width: 33.333%;
}
.column4 .auctionList dd .pic::before{
	padding-top: 59.7444%;
}
/* ————— 今日竞拍 end ————— */
/*  */
/* 左边 end */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */

/* 留言列表页 start */
.messageBox{
	background: #FFFFFF;
	padding: 25px 35px 40px;
}
.messageDl{
	overflow: hidden;
	margin: 0 -10px;
}
.messageDl .messageDd{
	float: left;
	display: inline;
	width: 33.333%;
	margin-bottom: 15px;
}
.messageDl .messageDd.w1{
	width: 100%;
}
.messageDl .con{
	margin: 0 10px;
}
.messageDl .messageTitle{
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #666;
}
.messageDl .messageDiv{
	overflow: hidden;
	padding:0 10px;
	background: #fafafa;
	border-radius: 5px;
}
.messageDl .mesageIcon{
	width: 40px;
	height: 46px;
	float: left;
	display: inline;
	line-height: 46px;
}
.messageDl .mesageIcon span{
	font-size: 20px;
	color: #808080;
}
.messageDl .messagePut{
	margin-left:40px;
}
.messageDl input{
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #666;
	border: none;
	background: none;
	width: 100%;
}
.messageDl input::-webkit-input-placeholder {
	font-size: 16px;
	color: #999;
}

.messageDl input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 16px;
	color: #999;
}

.messageDl input::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 16px;
	color: #999;
}

.messageDl input::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 16px;
	color: #999;
}
.messageDl textarea::-webkit-input-placeholder {
	color: #999;
	/* placeholder颜色  */
	font-size: 16px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}
.messageDl textarea{
	font-size: 16px;
	color: #666;
	border: none;
	background: none;
	width: 100%;
	height: 160px;
	resize: none;
	line-height: 30px;
	padding: 9px 0;
}
.messagecode {
	padding-left: 20px;
}

.messagecode .yzmBox {
	float: left;
	display: inline;
}

.messagecode .yzmBox img {
	display: block;
	height: 46px;
}

.messagecode .yzmHuan {
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #999;
	padding-left: 20px;
}
.messageBtn{
	text-align: center;
}
.messageBtn .btn{
	display: inline-block;
	font-size: 0;
	margin: 0 10px;
}
.messageBtn .btn a{
	display: block;
	width: 180px;
	height: 48px;
	background: #ccc;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 48px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.messageBtn .btn.btn1 a{
	background: #378038;
}
.messageBtn .btn a:hover{
	border-radius: 5px;
	opacity: .95;
}
/* 留言列表页 end */

/*实时成交数据 start*/
.turnoverTop{
	padding-top: 20px;
}
.turnoverLeft{
	width: 48px;
	height: 48px;
	border-radius: 10px;
	margin-right: 12px;
}
.turnoverLeft span{
	display: block;
	width: 48px;
	height: 48px;
	background: url("../images/turnoverIco.jpg") center center no-repeat;
	border-radius: 10px;
}
.turnoverRight{
	overflow: hidden;
	height: 48px;
	line-height: 48px;
}
.turnoverRight span{
	font-size: 16px;
	color: #555;
}
.turnoverRight em{
	font-style: normal;
	font-size: 20px;
	color: #333;
}
.turnoverTable{
	padding-top: 20px;
}
.turnoverTable table{
	width: 100%;
}
.turnoverTable table .turnoverHead{
	height: 38px;
	line-height: 38px;
	background: #f0f9f0;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.turnoverTableT{
	margin-bottom: 15px;
}
.turnoverTableB{
	height: 288px;
	overflow: hidden;
}
.turnoverTableB .myslide{
	height: 42px;
	margin-bottom: 6px;
}
.turnoverTableB .myslide tr{
	height: 42px;
	text-align: center;
}
.turnoverTableB .myslide tr td{
	padding: 0 10px;
	font-size: 14px;
	color: #333;
}
/*实时成交数据 end*/

/* 近30日成交数据 start */
.column8{
	padding: 20px 20px 10px;
	background: #FFFFFF;
}
.column8Title .title{
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	color: #000;
}
.column8Echart{
	height: 250px;
}
/* 近30日成交数据 end */

