@charset "utf-8";

/* 主体 */
.tit{
	width: 100%;
	text-align: center;
}
.tit h2{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
	position: relative;
}
.tit h2::after{
	position: absolute;
	top: 40px;
	left: calc(50% - 25px);
	display: inline-block;
	content: " ";
	width: 50px;
	height: 2px;
	background-color: #00468E;
}
.zs-team{
	width: 100%;
	background: unset;
	padding: 0 0 20px;
}
.zs-team .tit{
	margin: 70px auto 40px;
}
.zs-team .desc{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.zs-team-list{
	width: 100%;
	padding: 40px 0;
}
.zs-team-list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.zs-team-list ul li{
	width: 25%;
	background-color: #f7f7f7;
	position: relative;
	padding: 10px 5px 27px 5px;
	transition: transform .5s ease-out 0s,background-color .5s ease-out 0s;
	top: 0;
	cursor: pointer;
	margin: 10px 0px 5px 0px;
}
.zs-team-list .pro-img{
	display: block;
	overflow: hidden;
	position: relative;
}
.zs-team-list .pro-img img{
	width: 100%;
	object-fit: cover;
	transition: all .3s ease-out 0s;
}
.zs-team-list .pro-tit{
	position: relative;
}
.zs-team-list .pro-tit .pro-tit-left{
	padding-left: 20px;
}
.zs-team-list .pro-tit .pro-tit-left p:nth-child(1){
	height: 24px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 18px;
	color: #666;
	font-size: 16px;
	width: 80%;
}
.zs-team-list .pro-tit .pro-tit-left h2{
	height: 24px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 18px;
	color: #666;
	font-size: 18px;
	width: 80%;
	font-weight: normal;
}
.zs-team-list .pro-tit .pro-tit-left p:nth-child(2){
	height: 18px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
	padding-right: 18px;
}
.zs-team-list ul li:hover{
	background-color: #00468E;
	box-shadow: 0px 8px 30px #D5D5D5;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-sizing: border-box;
}
.zs-team-list ul li:hover .pro-tit .pro-tit-left p{
	color: #fff;
}
.zs-team-list ul li:hover .pro-tit .pro-tit-left h2{
	color: #fff;
}
.zs-team-list ul li:hover .pro-img img{
	transform: scale(1.1);
}
.pages{
	width: 100%;
	text-align: center;
	margin: 20px auto 40px;
}
.pages a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #cccccc;
    cursor: pointer;
    margin: 0 5px;
    color: #01155b;
    margin-top: 25px;
}
.pages a.active, .pages a:hover {
    color: #ffffff;
    background: #035297;
    border: 1px solid #035297;
}

/* 详情 */
.zs-team-detail{
	width: 100%;
}
.zs-team-detail-nav{
	text-align: right;
	margin: 20px auto;
}
.zs-team-detail-nav p{
	float: right;
	background: url(../img/syy_03.png) left no-repeat;
	padding-left: 28px;
}
.zs-team-detail-nav p a{
	display: inline-block;
	font-size: 14px;
	color: #666666;
}
.zs-team-detail-nav p a:last-child{
	color: #00468E;
}
.zs-team-detail-main{
	width: 100%;
	margin: 75px auto;
}
.zs-team-detail-main .team-detail-left{
	width: calc(100% - 360px);
	background: #f7f9fb;
	padding: 50px 60px;
	float: left;
	box-sizing: border-box;
}
.team-detail-left .team-detail-left-title {
    border-bottom: 1px solid #dee2eb;
    padding-bottom: 12px;
}
.team-detail-left .team-detail-left-title h2{
	margin-bottom: 8px;
}
.team-detail-left .team-detail-left-title h2 b{
	font-size: 30px;
	color: #000000;
	font-weight: normal;
}
.team-detail-left .team-detail-left-title h2 span{
	float: right;
	background: url(../img/biao_06.jpg) left no-repeat;
	padding-left: 20px;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
}
.team-detail-left .team-detail-left-title p{
	font-size: 16px;
	color: #666666;
}
.team-detail-left .team-detail-name {
    margin-top: 20px;
    margin-bottom: 50px;
}
.team-detail-left .team-detail-name a {
    font-size: 16px;
    color: #00468E;
    border: 1px solid #00468E;
    padding: 6px 15px;
    margin-right: 5px;
	float: left;
}
.team-detail-left .team-detail-name a.down{
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	margin-right: 30px;
	background: #00468E url(../img/down_09.png) 25px center no-repeat;
	color: #ffffff;
	padding: 10px 35px 10px 55px;
	float: right;
}
.team-detail-contact{
	width: 100%;
}
.team-detail-contact .team-detail-text-content{
	max-width: 60%;
	float: left;
}
.team-detail-contact-right{
	float: right;
}
.team-detail-contact-right p{
	font-size: 14px;
	color: #333333;
	margin-bottom: 13px;
}
.team-detail-left .team-detail-text {
    padding: 48px 0;
    margin-top: 23px;
    border-top: 1px dashed #d2d3d3;
}
.team-detail-text-content{
	width: 100%;
}
.team-detail-text-content h3{
	font-size: 16px;
	font-weight: bold;
	color: #00468E;
	margin-bottom: 10px;
}
.team-detail-text-content p{
	font-size: 16px;
	color: #999999;
	line-height: 29px;
}

.zs-team-detail-main .team-detail-right{
	width: 360px;
	float: left;
}
.team-detail-img{
	width: 100%;
}
.team-detail-img img{
	width: 100%;
}
.team-detail-left-top{
	padding: 30px 25px;
}
.team-detail-left-top ul li{
	border-bottom: 1px dashed #d3d3d3;
}
.team-detail-left-top ul li a{
	display: block;
	position: relative;
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding: 18px 0;
	box-sizing: border-box;
}
.team-detail-left-top ul li a:hover{
	color: #00468e;
}
.team-detail-left-top ul li a:hover::before{
	content: "";
	position: absolute;
	left: 0;
	width: 18px;
	height: 14px;
	background: url(../img/l-icon_07.png) no-repeat;
	background-size: 100%;
	top: 22px;
}
.team-detail-left-top ul li a:hover::after{
	content: "";
	position: absolute;
	right: 0;
	width: 18px;
	height: 14px;
	background: url(../img/r-icon_09.png) no-repeat;
	background-size: 100%;
	top: 22px;
}



/* 自适应 */
/*Mobile自适应*/
@media only screen and (max-width:767px) {
	.zs-team-list ul li{width: 50%;}
	.pages a{font-size: 12px;padding: 4px 10px;margin: 2px;}
	
	.zs-team-detail-main{margin: 30px auto;}
	.zs-team-detail-main .team-detail-right{width: 100%;}
	.zs-team-detail-main .team-detail-left{width: 100%;padding: 10px;}
	.team-detail-left .team-detail-name a.down{margin-top: 10px;}
	.team-detail-contact .team-detail-text-content{max-width: unset;}
	.team-detail-contact-right{float: left;margin-top: 10px;}
}

/*宽屏自适应1*/
@media only screen and (min-width:768px) and (max-width:1023px) {
	.zs-team-detail-main .team-detail-right{width: 280px;}
	.zs-team-detail-main .team-detail-left{width: calc(100% - 280px);}
	.team-detail-left .team-detail-name a.down{margin-top: 10px;}
	.team-detail-contact .team-detail-text-content{max-width: unset;}
}

/*宽屏自适应2*/
@media only screen and (min-width:1024px) and (max-width:1199px) {
	.team-detail-left .team-detail-name a.down{margin-top: 10px;}
	.team-detail-contact .team-detail-text-content{max-width: unset;}
}
/*宽屏自适应3*/
@media only screen and (min-width:1200px) and (max-width:1439px) {
	
}