@charset "utf-8";

.team {
	width: 100%;
	height: 55.2vw;
	background: #001437;
}

.team>h4 {
	width: 100%;
	height: 8.75vw;
	text-align: center;
	color: #fff;
	font-size: 4em;
	padding-top: 4.16vw;
	font-weight: normal;
}

.team>p {
	width: 11.7vw;
	height: 5.2vw;
	text-align: center;
	color: #7ec1d4;
	font-size: 2em;
	line-height: 5.2vw;
	margin: 0 auto;
	border-top: 1px solid #7ec1d4;
}

.team-box {
	height: 42.7vw;
	width: 100%;
	padding: 2.6vw 10.6% 6.5vw;
	position: relative;
}

.swiper-team {
	width: 100%;
	height: 100%;
}

.swiper-team .swiper-slide {
	height: 100%;
	position: relative;
	padding:1%;
	border:2px solid #42718b;
	overflow: hidden;
}

.swiper-team .swiper-slide>img {
	width: 100%;
	height: 100%;
	transform: scale(1);
    transition: all 0.5s;
}

.swiper-team .swiper-slide div {
	position: absolute;
	left: 0;
	width: 100%;
	height: 22%;
	background: rgba(0, 0, 0, .6);
	padding: 7% 0 0 7.7%;
	bottom: -22%;
	transition: all 0.5s;
}

.swiper-team .swiper-slide:hover div {
	bottom: 0;
}
.swiper-team .swiper-slide:hover>img{
	transform: scale(0.95);
}

.swiper-team .swiper-slide div h4 {
	width: auto;
	line-height: 2.43vw;
	color: #cbaa75;
	font-size: 20px;
	font-weight: normal;
	font-weight: 100;
}

.swiper-team .swiper-slide div span {
	width: 12%;
	margin-left: 1%;
	background: #8daabc;
	height: 1px;
	display: block;
}

.swiper-team .swiper-slide div p {
	line-height: 2.23vw;
	color: #7ec1d4;
	font-size: 20px;
}

.swiper-team .swiper-slide div h5 {
	position: absolute;
	width: 30%;
	height: auto;
	line-height: 1.45vw;
	font-size: 17px;
	color: #cdd1da;
	bottom: 1.5vw;
	right: 19%;
	font-weight: 100;
	opacity: 0;
}



/* 分页点 */
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 0.8;
	border: 1px solid #fff;
	background: none;

}

.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 20px 5px;
}

.swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	background: none;
	position: relative;
}

.swiper-pagination-bullet-active::after {
	content: '';
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.team-box .swiper-pagination-bullets,
.team-box .swiper-pagination-bullets {
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	bottom: 2.34vw;
}

.team-next {
	background-image: url(../img/nleft.png);
	left: 1.56%;
}

.team-prev {
	left: auto;
	right: 1.56%;
	background-image: url(../img/nright.png);
}



/* 案例页 */
.anli {
	background: #d7a462;
}

.anli>p {
	width: 100%;
	border: none;
	color: #00142c;
	position: relative;
}

.anli>p:after {
	content: '';
	width: 11.66%;
	height: 1px;
	background: #00142c;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.anli-box {
	height: 41vw;
	padding: 1.6vw 10.6% 7.5vw;
}

.swiper-anli {
	width: 100%;
	height: 100%;
}

.swiper-anli .swiper-slide {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}

.swiper-anli .swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-anli .swiper-slide>div {
	width: 24.5%;
	height: 49%;
	position: relative;
}

.swiper-anli .swiper-slide>div a img {
	width: 100%;
	height: 100%;
}

.swiper-anli .swiper-slide div.news-show {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	padding: 33% 1% 0 13.4%;
	opacity: 0;
	transition: all 0.3s;
}

.swiper-anli .swiper-slide div.news-show h4 {
	color: #fff;
	font-size: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s;
}

.swiper-anli .swiper-slide div a .news-show p {
	color: #fff;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s;
}

.swiper-anli .swiper-slide div a .news-show span {
	display: block;
	height: 1px;
	width: 25%;
	background: #fff;
	margin: 3% 0;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s;
}

.swiper-anli .swiper-slide div:hover a .news-show {
	opacity: 1;
}

.swiper-anli .swiper-slide div:hover a .news-show span,
.swiper-anli .swiper-slide div:hover a .news-show h4,
.swiper-anli .swiper-slide div:hover a .news-show p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.anli-next {
	background-image: url(../img/whiteleft.png);
	left: 1.56%;
}

.anli-prev {
	left: auto;
	right: 1.56%;
	background-image: url(../img/whiteright.png);
}


@media only screen and (min-width: 1280px) and (max-width: 1680px) {
	.team>h4{
		font-size:38px;
	}
	.team>p{
		font-size:30px;
	}
	.swiper-team .swiper-slide div h4{
		font-size:16px;
	}
	.swiper-team .swiper-slide div h5{
		font-size:15px;
	}
	.swiper-anli .swiper-slide div.news-show h4{
		font-size:27px;
	}
	.swiper-anli .swiper-slide div a .news-show p{
		font-size:16px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.team>h4{
		font-size:34px;
	}
	.team>p{
		font-size:28px;
	}
	.swiper-team .swiper-slide div h4{
		font-size:13px;
	}
	.swiper-team .swiper-slide div h5{
		font-size:14px;
	}
	.swiper-anli .swiper-slide div.news-show h4{
		font-size:14px;
	}
	.swiper-anli .swiper-slide div a .news-show p{
		font-size:14px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team>h4{
		font-size:28px;
	}
	.team>p{
		font-size:18px;
	}
	.swiper-team .swiper-slide div h4{
		font-size:12px;
	}
	.swiper-team .swiper-slide div h5{
		font-size:14px;
	}
	.swiper-anli .swiper-slide div.news-show h4{
		font-size:20px;
	}
	.swiper-anli .swiper-slide div a .news-show p{
		font-size:12px;
	}
}
@media only screen and (max-width: 768px){
	.team-box .swiper-pagination-bullets, .team-box .swiper-pagination-bullets{
		display: none;
	}
	.swiper-team .swiper-slide div{
		display: none;
	}
	.team>h4{
		font-size:14px;
	}
	.team>p{
		font-size:12px;
		width: 13.7vw;
	}
}