@charset "utf-8";

body {
	background: #FFFFFF !important;
}

/* top */
.top-box {
	height: 120px;
}

.top-box .top {
	height: 100%;
	margin-top: 20px;
}

.title {}

.logo-img {}

/* .shang {}

.name {
	font-weight: bold;
	font-size: 34px;
	border-right: 1px solid #e4e4e4;
	padding-right: 8px;
}

.logo-img {
	margin-right: 12px;
}

.jieshao {
	font-size: 14px;
	color: #999999;
	padding-left: 8px;
	display: inline-block;
}

.jieshao span {
	display: block;
}

.xia {} */




.two-choose {
	margin-bottom: 20px;
}

.two-choose a {}

.two-choose a:hover {}

.search {
	border: 1px solid #02aa35;
	border-radius: 7px;
	height: 35px;
	float: right;
	margin-top: 34px;
}

.search input {
	padding: 10px;
	outline: none;
	width: 250px;
}

.search .icon-bg {
	border-radius: 0 5px 5px 0;
	height: 100%;
	background-color: #02aa35;
}

.icon-bg img {
	padding: 5px 20px 5px 25px;
}


/* 首页导航 */
/*主导航*/
.nav-wrap {
	border-top: 1px solid #f5f6f5;
	height: 54px;
}

.nav-wrap a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin: 7px 35px 0;
}

.nav-wrap a:hover {
	color: #02aa35;
	border-bottom: 2px solid #02aa35
}

.nav-wrap a.active {
	color: #02aa35;
	border-bottom: 2px solid #02aa35;
}

.more {
	line-height: 4;
}

/* 首页轮播图 */
.lunbotu {
	width: 48%;
	height: 400px;

}

.target {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.target-box1 {
	height: 100%;
}

.lunbotu-top-box {
	margin-top: 35px;
}
 

.slideBox {
	width: 48%;
	height: 400px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}



/* .slideBox .hd {
	height: 15px;
	
	position: absolute;
	bottom: 65px;
	z-index: 1;
} */

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	/* float: right; */
}

.slideBox .hd ul li {
	float: left;
	width: 25px;
	height: 8px;
	background: #fff;
	color: #FFFFFF;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background-color: #02aa35;
}


.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
}

.slideBox .bd img {
	width: 100%;
	height: 400px;
	display: block;
}

.bd {
	position: relative;
	height: 100% !important;
}

.bd p {
	position: absolute;
	bottom: 0;
	padding: 15px 20px;
	background-color: rgba(0, 0, 0, .3);
	color: #FFFFFF;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
}

/* 平台介绍 */
.cont2>div {
	width: 48%;
}

.details-top {
	text-indent: 2em;
	line-height: 2;
	color: #333;
}

.details {
	text-align: right;
	color: #999;
	margin-top: 20px;
}

.details:hover {
	text-align: right;
	color: #02aa35;
	margin-top: 20px;
}

/* 视频中心 */
.cont4 {}

.cont4 .one {
	width: 22.5%;
	float: left;
	margin-right: 30px;
	margin-bottom: 35px;
}

.cont4 .one>img {
	width: 273px;
	height: 186px;
	/* object-fit: contain; */
}
.cont4 .one>video {
	width: 273px;
	height: 186px;
}

.cont4 .one:last-child {
	margin-right: 0;
}

.one-text {
	padding: 15px;
	-webkit-box-shadow: 0px 0px 50px 3px rgba(242, 242, 242, 1);

	-moz-box-shadow: 0px 0px 50px 3px rgba(242, 242, 242, 1);

	box-shadow: 0px 0px 50px 3px rgba(242, 242, 242, 1);
}

.one-text p {
	font-size: 16px;
	cursor:pointer;
}

.one-text p:hover {
	color: #02aa35;
}

.one-text>div {
	margin-top: 13px;
	color: #999;
	font-size: 14px;
}

.video-icon {
	margin-top: 3px;
}
