@charset "utf-8";
/************************************************************************
 * 公司	: suyee inc.
 * 网址	: www.suyee.net.cn
 * 作者QQ: 新月(46780956)
 * 日期	: 2019.07.11
************************************************************************/
/* 首页案例滚动css */
.picScroll-case:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
.picScroll-case {
	margin: 10px auto;
	position: relative;
	width: 1300PX;
	padding: 10px 0 10px 80px;
}
.picScroll-case .prev, .picScroll-case .next {
	display: block;
	position: absolute;
	top: 86px;
	left: 15px;
	width: 55px;
	height: 55px;
	background: url(../images/left.png) no-repeat;
	opacity: 0.5;
}
.picScroll-case .next {
	left: auto;
	right: 15px;
	background: url(../images/right.png) no-repeat;
}
.picScroll-case .prev:hover {
	opacity: 1;
	transition: 0.3s;
}
.picScroll-case .next:hover {
	opacity: 1;
	transition: 0.3s;
}
.picScroll-case ul {
	overflow: hidden;
	zoom: 1;
	WIDTH: 100%;
}
.picScroll-case ul li {
	width:29.7%;
	float: left;
	overflow: hidden;
	padding: 0 10px; position: relative;
}
.picScroll-case ul li img {
	width: 100%;
	height: 220px;
	display: block;
	background: url(../images/loading.gif) center center no-repeat;
}
.picScroll-case h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #fff;
	text-align: center; position: absolute;   top:40%; left:10%;
}
.picScroll-case h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color:rgba(255,255,255,0.8);
	text-align: center; position: absolute;   top:52%; left:10%;
}
/* 首页新闻切换css */
.slideTxtBox:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
.slideTxtBox {
	float: left;
	width: 600px;
	height: 230px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	background: rgba(250,250,250,0.5);
	border: #DDD 1px solid;
	position: relative;
}
.slideTxtBox:before {
	content: "\f028";
	font-family: 'FontAwesome';
	font-size: 80px;
	color: rgba(80%,80%,80%,0.3);
	position: absolute;
	right: 5%;
	top: 25%;
}
.slideTxtBox .hd {
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}
.slideTxtBox .hd ul li {
	float: left;
	margin-right: 22px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.4;
	color: #333;
	position: relative;
}
.slideTxtBox .hd ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: -21px;
	width: 0;
	height: 4px;
	background: #00bd35;
	overflow: hidden;
	transition: all 0.3s;
}
.slideTxtBox .hd ul li.on:before {
	width: 100%;
}
.slideTxtBox .bd ul {
	float: left;
	width: 100%;
}
.slideTxtBox .bd ul a {
	float: left;
	width: 100%;
}
.slideTxtBox .bd ul a h2 {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 3;
	color: #333
}
.slideTxtBox .bd ul a span {
	font-size: 30px;
	line-height: 30px;
	color: #00bd35;
}
.slideTxtBox .bd ul a p {
	color: #666;
}
