@charset "utf-8";
/* CSS Document */


body {
	font-family: "Microsoft YaHei", "微软雅黑" !important;
}

.index_box {
	width: 1200px;
	margin: 0 auto;
}

.index_box:after,
.index_box:before,
.commonClear:after,
.commonClear:before {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}

.title {
	margin-bottom: 15px;
	position: relative;
	padding-left: 14px;
	line-height: 20px;
	color: #000;
}

.title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #5EB263;
}

.titleMore {
	float: right;
	color: #000;
}

/*****header*******/
.header {
	background: #fff;
}

.headerTop {
	height: 50px;
	background: #5EB263;
	color: #fff;
	line-height: 50px;
}

#out {
	float: right;
	position: relative;
	line-height: 0;
	cursor: pointer;
}

#out>* {
	display: inline-block;
	vertical-align: middle;
}

.hUserImg {
	overflow: hidden;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	line-height: 45px;
	margin-right: 15px;
	background-color: #fff;
	text-align: center;
	font-size: 24px;
}

.hUserImg img {
	width: 100%;
	display: block;
}

.userLine {
	height: 50px;
	width: 1px;
}

#out>span,
.hUserList {
	line-height: 22px;
}

.hUserList {
	width: 130px;
	padding: 10px 0;
	position: absolute;
	top: 80px;
	right: 20%;
	margin-right: -55px;
	background-color: #fff;
	z-index: -1;
	text-align: center;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0;
}

.hUserList:after {
	content: '';
	border: 10px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: -20px;
	right: 50%;
	margin-right: -10px;
}

#out:hover .hUserList {
	top: 50px;
	z-index: 99;
	opacity: 1;
}

.hUserList li {
	padding: 5px 0;
}

.goLoginBox {
	float: right;
	line-height: 0;
	height: 50px;
}

.goLoginBox>* {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
	line-height: 24px;
	padding: 0 5px;
	position: relative;
}

.goLoginBox div {
	height: 100%;
	line-height: 0;
}

.erCode {
	position: absolute;
	z-index: -1;
	top: 80px;
	right: 0;
	width: 150px;
	line-height: 0;
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0;

}

.qrcode:hover {
	z-index: 99;
}

.qrcode:hover .erCode {
	z-index: 2;
	top: 40px;
	opacity: 1;
}

.erCode:after {
	content: '';
	border: 10px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: -20px;
	right: 16px;
}

.erCode img {
	width: 100%;
}

.headerTop a {
	/* float: right; */
	color: #000;
}
.goLoginBox > a{
	color: #fff;
}
.headerBottom {
	padding: 30px 0;
	overflow: hidden;
}

.headLogo {}

.headerBox {
	float: right;
	overflow: hidden;
}

.headSearch {
	float: right;
	width: 252px;
	height: 40px;
	background: #EBEBEB;
	position: relative;
	padding: 0 40px 0 10px;
	border-radius: 20px;
	overflow: hidden;
}

.headSearch input {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 8px 0;
	color: #000;
	border: 0;
	background: transparent;
}

.headSearch span {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 0;
}

.headSearch img {
	height: 18px;
	margin-top: 11px;
}

.headList {
	float: right;
}

.headList li {
	float: left;
	margin-right: 20px;
	line-height: 40px;
}

.headList a {
	font-size: 16px;
	padding: 0 10px;
	color: #000;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.headList li.active a,
.headList li:hover a {
	color: #5EB263;
}

.headLogo {
	font-size: 36px;
	color: #000;
	line-height: 40px;
	width: 15%;
	display: inline-block;
}
.headLogo>img{
	height: 50px;
	max-width: 100%;
}
/*****login*******/
#loginDiv {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;

}

#backgroud {
	top: 0px;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 900;
	background: #000;
	filter: alpha(Opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6
}

#loginFram {
	width: 500px;
	height: 390px;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
}

/*****login*******/

/*****header*******/

/*****verify*******/
#mpanel6 {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
}

#videoVerfy {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
}

/*****verify*******/

/*****banner*******/
.banImg {
	line-height: 0;
}

.banImg img {
	width: 100%;
}

.banner .swiper-pagination-switch {
	background: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
}

.banner .swiper-active-switch {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.banner .index_box {
	position: relative;
	z-index: 9;
}

.bannerList {
	position: absolute;
	width: 220px;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

}

.bannerList li {
	cursor: pointer;
}

.banSort {
	color: #fff;
	font-size: 18px;
	padding: 0 10px;
}

.banSort i {
	color: #fff;
	font-size: 20px;
	float: right;
}

.bannerCon {
	background: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	position: absolute;
	left: 120%;
	width: 500px;
	top: 0;
	line-height: 26px;
	padding: 10px 20px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: -9;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.bannerCon a {
	display: inline-block;
	margin-right: 15px;
	color: #fff;
}

.bannerList li:hover .bannerCon {
	z-index: 1;
	left: 100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*****banner*******/

.index_sec {
	margin-top: 20px;
}

/*****sec1*******/
.inSec1Row {
	overflow: hidden;
}

.inSec1Col7 {
	width: 55%;
	float: left;
}

.inSec1Col5 {
	width: 45%;
	float: left;
	padding-left: 20px;
}

.inSec1SwiperBox {
	overflow: hidden;
}

.inSec1Swiper {
	width: 75%;
	float: left;
}

.inSec1Img {
	line-height: 0;
	position: relative;
}

.inSec1Img img {
	width: 100%;
}

.inSec1Txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
	padding: 0 10px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inSec1SwiperP {
	width: 25%;
	float: left;
	padding-left: 10px;
}

.inSec1SwiperP li {
	margin-top: 8px;
}

.inSec1SwiperP li:first-child {
	margin-top: 0;
}

.inSec1Img2 {
	line-height: 0;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	cursor: pointer;
}

.inSec1Img2 img {
	width: 100%;
}

.inSec1List {
	/*margin-top: -15px;*/
}

.inSec1List li {
	margin-top: 15px;
	font-size: 15px;
}

.inSec1List a {
	display: block;
	padding-left: 17px;
	position: relative;
	line-height: 21px;
}

.inSec1List a:after {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #5EB263;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inSec1List span:first-child {
	float: right;
}

.inSec1List span:last-child {
	display: block;
	width: 70%;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*****sec1*******/

/*****sec2*******/
.index_sec2 {
	background: #FAFAFA;
	padding: 20px 0;
}

.inSec2L {
	float: left;
	width: 75%;
}

.inSec2R {
	width: 25%;
	float: left;
	padding-left: 30px;
}

.inSec2RList li {
	margin-top: 7px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	border-bottom: 3px solid #5EB263;
}

.inSec2RList li:first-child {
	margin-top: 0;
}

.inSec2RList a {
	display: block;
	padding: 13px 15px;
}

.inSec2RList span {
	display: block;
}

.inSec2RImg {
	float: left;
	width: 70px;
	height: 70px;
	line-height: 0;
	overflow: hidden;
	border-radius: 50%;
}

.inSec2RImg img {
	width: 100%;
	height: 100%;
}

.inSec2RBox {
	margin-left: 80px;
	margin-top: 11px;
}

.inSec2RT {
	font-size: 16px;
	color: #000;
}

.inSec2RTxt {
	font-size: 12px;
	color: #808080;
	margin-top: 5px;
}

.inSec2Row {
	margin: -15px -11px 0;
	overflow: hidden;
}

.inSec2L .inSec2Row {
	padding-right: 4px;
}

.inSec2Col3 {
	width: 33.333333%;
	float: left;
	padding: 0 11px;
	margin-top: 15px;
}

.inSec2Box,
.inSec2Box span {
	display: block;
}

.inSec2Box {
	background: #fff;
	padding-bottom: 5px;
	border-radius: 6px;
	overflow: hidden;
}

.inSec2Img {
	line-height: 0;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
}

.inSec2Img img {
	width: 100%;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.inSec2Box:hover .inSec2Img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.inSec2T,
.inSec2Txt {
	padding: 0 15px;
}

.inSec2T {
	margin: 5px 0 0;
	font-size: 16px;
	color: #000;
	font-size: 18px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.inSec2Box:hover .inSec2T {
	color: #5EB263;
}

.inSec2Txt {
	font-size: 18px;
	color: #5EB263;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	height: 48px;
}

/*****sec2*******/


/*****sec3*******/
.inSec3Col4 {
	width: 25%;
	float: left;
	padding: 0 11px;
	margin-top: 15px;
}

.index_sec3 {
	margin: 0;
	padding: 15px 0;
	background: #F0F0F0;
}

/*****sec3*******/


/*****sec4*******/


/*****sec4*******/



/***footer***/
.footer {
	padding: 55px 0;
	background: #333333;
}

.footerL {
	float: left;
}

.footerR {
	float: right;
	overflow: hidden;
}

.footerLTxt {
	color: #999999;
}

.footerLTxt:first-child {
	color: #fff;
	margin-top: 3px;
}

.footerList {
	margin: 15px 0;
}

.footerList li {
	float: left;
	margin-left: 20px;
}

.footerList li:first-child {
	margin-left: 0;
}

.footerList a {
	color: #fff;
}

.footCode {
	float: left;
	margin-left: 20px;
}

.footCode:first-child {
	margin-left: 0;
}

.footerRTxt {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.footImg {
	line-height: 0;
	margin-top: 4px;
}

.footImg img {
	width: 74px;
}

/***footer***/


@media(max-width:768px) {}
