

.main{
	padding-bottom: 50px;
}
.row{
	margin: 0 -10px;
}
.col-md-4{
	padding: 0 10px;
}


/*事业介绍*/
.items,.news{
	margin: 15px 0;
}
.items-title{
	padding-top: 10px;
}
.items-title>a{
	color: #333;
}
.items-text{
	margin-top: 10px;
	width: 100%;
	height: 40px;
}
.items-text>a{
	color: #707070;
}
.items-main>div>a{
	display: block;
}

.items-img>img{
	width: 100%;
}

/*关于我们*/
.about{
	background: #498ec6;
	padding: 30px 0;
}
.about-solid{
	width: 40px;
	height: 3px;
	background-color: #fff;
	margin: 15px 0;
}
.about-text{
	width: 100%;
	height: 95px;
	line-height: 1.6;

}
.about a{
	color: #fff;
}
.about-btn{
	margin-top: 40px;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fff;
}
.about-btn>span{
	margin-left: 15px;
	font-size: 12px;
}
.about-btn:hover{
	color: #333;
	background-color: #fff;
}

/*新闻中心*/
.news-main{
	padding: 15px;
}
.news-main>div>a{
	display: block;
}
.news-title>a{
	color: #333;
}
.news-text>a{
	color: #767676;
}
.news-text{
	width: 100%;
	height: 50px;
}
.news-title{
	width: 100%;
	height: 23px;
	margin: 10px 0;
}
.news:hover .news-title>a{
	text-decoration: underline;
}


/*合作伙伴*/
.main-last{
	padding-top: 50px;
}
.picScroll-left{
	padding: 0 30px;
	position: relative;
}
.bd{
	width: 100%;
	overflow-x: hidden;
}
.picList>li{
	width: 100%;
}
.pic{
	width: 100%;
	height: 100px;
	padding: 10px;
}
.pic>a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 80px;
	background-color: #fff;
	box-shadow: 0 0 20px #e4e4e4;
}
.pic>a>img{
	display: inline-block;
}
.arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	cursor: pointer;
}
.picScroll-left>a{
	color: #aeaeae;
}
.picScroll-left>a:hover{
	color: #5b5b5b;
}
.prev{
	left: 0;
}
.next{
	right: 0;
}