.thumbnail {
	border: none;
	border-radius: 0px;
	padding: 0px;
}

.news .thumbnail img {
	border-radius: 4px;
}

.news .thumbnail img:hover {
	animation: bounce 0.5s;
}

.news-more .date,
.news-more .more {
	background: #f5f5f5;
}

.container .col-lg-4 {
	margin-bottom: 30px;
}

/*--------------------最新活动结束-------------------------*/

.pro-content .pro-content-item {
	border-radius: 0px;
}

.pro-content .pro-content-item p::before,
.zjlist .zj_move p:before {
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	width: 50px;
	height: 50px;
	content: "+";
	display: inline-block;
	font-size: 40px;
	color: #fff;
	font-weight: normal;
	z-index: 100;
	top: 50%;
	left: 50%;
	text-align: center;
	margin-top: -35px;
	margin-left: -25px;
	line-height: 46px;
	font-family: "宋体";
	transition: all 0.2s ease-out;
}

.pro-content .pro-content-item p {
	opacity: 0;
	transition: all 0.4s ease-out;
}

.pro-content .pro-content-item:hover p {
	opacity: 1;
}

.pro-content .pro-content-item:hover p:before {
	margin-top: -25px;
}

.pro-content .pro-content-item img {
	transform-origin: center center;
	-moz-transform: scale(1);
	transition: all 0.6s ease-out;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}

.pro-content .pro-content-item:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.pro-content .col-lg-3 h4 {
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*--------------------特色项目结束-------------------------*/

.zjlist {
	margin-top: 100px;
	margin-bottom: 50px;
}

.zjlist img {
	width: 100%;
	border: 1px solid #f5f5f5;
}

.zjlist .descript {
	text-indent: 2em;
	font-size: 16px;
	text-align: left;
	color: #6D6C6C;
	height: 66px;
	overflow: hidden;
}

.zjlist .caption .mo-re {
	margin: 0 auto;
	font-size: 16px;
}

.zjlist .caption .mo-re p {
	height: 30px;
	padding: 3px 15px;
}

.zjlist .caption .mo-re a:hover {
	transform: translateY(-23px);
}

.zjlist .zj_move p {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	line-height: 30em;
	font-size: 16px;
	color: #fff;
}

.zjlist .zj_move p:hover::before {
	width: 55px;
	height: 55px;
	line-height: 55px;
	transition: all 0.3s ease-out;
	transform-origin: center center;
}

.zjlist .col-xs-6 {
	margin-bottom: 30px;
	padding: 0px 40px;
}

.zj_move a {
	display: block;
}

/*--------------------专家结束-------------------------*/