@import "init.css";
@import "header-footer.css";
@import "banner.css";
.about-panel {
/*	padding: 50px 0;*/
}
.about-panel  h2.tips{
	color: #262626;
	font-size: 22px;
	line-height: 22px;
	border-bottom: 1px solid #e4e4e4;
	padding: 30px 0;
	margin-bottom: 50px;
	font-weight: normal;
}
.about-base-panel .about-panel-main{
	display: flex;
	flex-direction: row;
}
.about-base-panel .img {
	margin-right: 80px;
}
.about-base-panel .img img{
	width: 430px;
}
.about-base-panel .info-panel{
	color: #727272;
	font-size: 16px;
	line-height: 35px;
}
.about-panel.about-history-panel {
	padding-bottom: 20px;
}
.about-panel.about-history-panel h2.tips{
	margin-bottom: 30px;
}
.history-list-panel{
	padding: 40px 35px;
	position: relative;
}
.history-panel-main{
	position: relative;
	padding:0px 34px;
	color: #292929;
	font-size: 16px;
	line-height: 22px;
	height:380px;
	overflow-y:scroll
}
.history-list-panel:before{
	content: "";
	width: 1px;
	height: 100%;
	background: #aaaaaa;
	position: absolute;
	left: 0;
	top: 0px;
}
.history-list-panel .list-item{
	position: relative;
}
.history-list-panel .list-item:after{
	width: 18px;
	height: 56px;
	content: "";
	position: absolute;
	left: -35px;
	top: -16px;
	background: url(../default/time_line_icon.png);
}
.history-list-panel ul > li{
	margin-bottom: 15px;
	position: relative;
	padding: 0 0 0 180px;
	color: #727272;
}
.history-list-panel ul > li a{
	color: #727272;
}

.history-list-panel .date{
	color: #292929;
	position: absolute;
	left: 0;
	top: 0;
}
.history-list-panel .date-month{
	left: 70px;
}
.about-panel.about-team-panel{
	padding-bottom: 0;
}
.about-panel.about-team-panel h2.tips{
	margin-bottom: 40px;
}
.team-list-panel {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.team-list-panel .list-item{
	width: 279px;
	height: 454px;
	background: #fff;
	margin-right: 28px;
	margin-bottom: 28px;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}
.team-list-panel .list-item:nth-child(4n){
	margin-right: 0;
}
.team-list-panel .list-item .img img{
	width: 100%;
	height: 278px;
	object-fit: cover;
}
.team-list-panel .list-item ul{
	padding: 18px 18px;
}
.team-list-panel .list-item .tips{
	color: #292929;
	font-size: 20px;
	margin-bottom: 5px;
}
.team-list-panel .list-item .position{
	color: #999999;
	margin-bottom: 22px;
}
.team-list-panel .list-item .text{
	color: #727272;
}
.team-list-panel .list-item:hover .detail-info{
	display: block;
}
.team-list-panel .list-item .detail-info{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #e0ad54;
	overflow: hidden;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	display: none;
}
.team-list-panel .list-item .detail-info ul{
	padding: 22px 22px;
}
.team-list-panel .list-item .detail-info .text1{
	font-size: 20px;
	margin-bottom: 8px;
}
.team-list-panel .list-item .detail-info .text2{
	margin-bottom: 25px;
}
.about-panel.about-honor-panel{
	padding-bottom: 120px;
}
.about-honor-panel .about-panel-main{
	display: flex;
	flex-direction: row;
}
.about-honor-panel .about-panel-main .tabs-panel{
	width: 190px;
}
.honor-list-panel {
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 1010px;
	height: 290px;
	overflow: hidden;
	display: block;
	position: relative;
}

	.honor-list-panel .list-item {
		width: 200px;
		height: 280px;
		float: left;
	}
		.honor-list-panel .list-item .img {
			width: 200px;
			height: 280px;
		}
			.honor-list-panel .list-item .img img {
				max-width: 100%;
				max-height: 100%;
				display: block;
				margin: auto;
				transition: all 0.5s ease-in-out;
				-webkit-transition: all 0.5s ease-in-out;
				-moz-transition: all 0.5s ease-in-out;
				cursor:pointer
			}
.honor-list-panel .list-item:nth-child(4n){
	margin-right: 0px;
}
	.honor-list-panel .list-item .img img:hover {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}

	.honor-list-panel .swiper-button-next {
		right: 0;
		width: 16px;
		height: 32px;
		background: url(../default/arr_right.png) top center no-repeat !important;
		z-index: 10000
	}
	.honor-list-panel .swiper-button-prev {
		left: 0;
		width: 16px;
		height: 32px;
		background: url(../default/arr_left.png) top center no-repeat !important;
		z-index:10000
	}