.w {
	width: 1400px;
	margin: 0 auto;
}

@media screen and (max-width: 1500px) {
	.w {
		width: 1200px;
	}
}

@media screen and (max-width: 1250px) {
	.w {
		padding-left: 15px !important;
		padding-right: 15px !important;
		width: auto;
	}
}

@media screen and (max-width: 900px) {
	.w {
		padding: 0 15px;
	}
}

/* 列表页banner */
.list-banner {
	width: 100%;
	height: 8.625rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* 团队列表页 */
#team-list-container .team-list {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
}

#team-list-container .team-list .item {
	position: relative;
	width: 48.5%;
	height: 200px;
	margin-bottom: 40px;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	transition: 0.3s;
}

#team-list-container .team-list .item a {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

#team-list-container .team-list .item .item-image {
	width: 170px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#team-list-container .team-list .item .item-content {
	width: calc(100% - 170px);
	padding-left: 1.5rem;
}

#team-list-container .team-list .item .item-content .name {
	color: #444;
	font-size: 1.5rem;
	padding-top: 1rem;
}

#team-list-container .team-list .item .item-content .job {
	color: #888;
	font-size: 1rem;
	margin: 0.3rem 0 0.5rem;
}

#team-list-container .team-list .item .item-content .text {
	color: #999;
	font-size: 1rem;
}

#team-list-container .team-list .item:hover {
	box-shadow: 0px 0px 10px #dedede;
}

#team-list-container .team-list .item:nth-child(odd) {
	margin-right: 3%;
}

@media screen and (max-width: 900px) {
	#team-list-container .team-list {
		padding-top: 30px !important;
	}

	#team-list-container .team-list .item {
		padding: 12px;
		height: 140px;
		margin-bottom: 25px;
	}

	#team-list-container .team-list .item .item-image {
		width: 120px;
	}

	#team-list-container .team-list .item .item-content {
		width: calc(100% - 120px);
		padding-left: 1.2rem;
	}
}

@media screen and (max-width: 600px) {
	.list-banner {
		height: 6.25rem;
	}

	#team-list-container .team-list {
		padding-top: 20px !important;
		display: block;
	}

	#team-list-container .team-list .item {
		width: 100%;
		margin-bottom: 15px;
	}
}

/* 团队详情 */
#team-detail-container .team-detail {
	display: flex;
}

#team-detail-container .team-detail .detail-img {
	max-width: 40%;
	min-width: 35%;
}

#team-detail-container .team-detail .detail-content {
	padding-left: 3%;
	font-size: 1.125rem;
}

@media screen and (max-width: 720px) {
	#team-detail-container .team-detail {
		display: block;
		padding-top: 0;
	}

	#team-detail-container .team-detail .detail-img {
		margin: 0 auto;
		margin-bottom: 1rem;
		max-width: 70%;
		min-width: 60%;
	}

	#team-detail-container .team-detail .detail-content {
		padding-left: 0;
	}
}

/* 团队详情 */
#product-detail-container .pd-swiper {
	margin-bottom: 1.875rem;
	height: auto !important;
}
#product-detail-container .pd-swiper .pd-swiper-item {
	width: 700px;
	height: 450px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #fdfcfc;
}

#product-detail-container .pd-swiper .swiper-slide {
	display: flex;
	justify-content: center;
}

#product-detail-container .pd-swiper .swiper-slide .pd-img {
	width: 50% !important;
}

#product-detail-container .swiper-pagination {
	display: none;
}

#product-detail-container .product-content {
	line-height: 2rem;
	font-size: 1.125rem;
	text-align: left;
	text-indent: 2.25rem;
}

@media screen and (max-width: 900px) {
	#product-detail-container .pd-swiper .pd-swiper-item {
		width: 500px;
		height: 300px !important;
	}
}

@media screen and (max-width: 600px) {
	#product-detail-container .pd-swiper .pd-swiper-item {
		width: 300px;
		height: 200px !important;
	}
}


/* 新闻列表页 */
#news-list-container .news-list .news-item {
	cursor: pointer;
	display: flex;
	align-items: center;
	height: 12.5rem;
	transition: all 0.3s ease-out 0s;
}

#news-list-container .news-list .news-item .date {
	width: 190px;
	color: #bdbdbd;
	font-size: 3.75rem;
	text-align: right;
}

#news-list-container .news-list .news-item .date .year {
	font-size: 1.25rem;
}

#news-list-container .news-list .news-item .item-content {
	width: calc(100% - 190px);
	padding: 0 3.125rem;
}

#news-list-container .news-list .news-item .item-content .new-tit {
	color: #3b3d42;
	font-size: 1.5rem;
	padding-bottom: 0.25rem;
	transition: .3s;
}

#news-list-container .news-list .news-item .item-content .new-text {
	color: #a1a2a4;
	font-size: 1rem;
	word-break: break-all;
	line-height: 1.5rem;
	padding-top: 0.625rem;
	padding-right: 2.5rem;
}

#news-list-container .news-list .news-item:hover {
	transform: translate3d(-3.125rem,0px,0px);
}

#news-list-container .news-list .news-item:hover .date {
	color: #d62536;
}

@media screen and (max-width: 1250px) {
	/* #news-list-container .c-w {
		padding-left: 15px !important;
		padding-right: 15px !important;
	} */
}

@media screen and (max-width: 1080px) {
	#news-list-container .news-list .news-item {
		display: block;
		padding: 0 1.875rem;
	}
	#news-list-container .news-list .news-item .date {
		display: flex;
		align-items: baseline;
	}
	#news-list-container .news-list .news-item .item-content {
		width: 100%;
		padding: 0;
	}
	#news-list-container .news-list .news-item:hover {
		transform: translate3d(0,0,0);
	}
}

/* 联系 */
#contact-container .w .contact-line {
	border-top: 1px solid #c9c8c8;
	margin: 20px 0 60px;
}

#contact-container .w .title {
	color: #444;
	font-size: 55px;
	text-align: center;
	margin: 50px 0 10px 0;
	font-weight: 700;
}

#contact-container .w .subtitle {
	font-size: 20px;
	color: #888;
	text-align: center;
	font-weight: 500;
}

#contact-container .w .content {
	display: flex;
	justify-content: center;
	margin-bottom: 1.875rem;
}

#contact-container .w .content .item {
	flex: 1;
	padding-left: 70px;
}

#contact-container .w .content .item .first {
	font-size: 22px;
	color: #444;
}

#contact-container .w .content .item .second {
	font-size: 18px;
	color: #888;
	margin: 8px 0 20px 0;
}

#contact-container .w .content .item .text {
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
}

@media screen and (max-width: 720px) {
	#contact-container .w .contact-line {
		border-top: 1px solid #c9c8c8;
		margin: 10px 0 30px;
	}

	#contact-container .w .content {
		display: block;
	}

	#contact-container .w .content .item {
		padding-left: 0;
		margin-bottom: 20px;
	}

	#contact-container .w .content .item .first {
		font-size: 1.8rem;
	}

	#contact-container .w .content .item .second {
		font-size: 1.4rem;
		margin: 4px 0 10px 0;
	}

	#contact-container .w .content .item .text {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
}

/* 页码 */
#pagination .pagination {
	display: flex !important;
	justify-content: center !important;
	margin: 80px auto 100px;
}

#pagination .pagination span {
	display: inline-block;
	line-height: 36px;
	cursor: default;
	color: #a9a9a9;
	width: 36px;
	height: 36px;
	text-align: center;
	margin: 0 !important;
}

#pagination .pagination a {
	display: inline-block;
	line-height: 36px;
	cursor: pointer;
	color: white;
	width: 36px;
	height: 36px;
	text-align: center;
	margin: 0 5px !important;
	border-radius: 2px;
}

@media (max-width: 720px) {
	#pagination .pagination {
		margin: 40px auto 60px;
	}

	#pagination .pagination span {
		line-height: 25px;
		color: #a9a9a9;
		width: 25px;
		height: 25px;
	}

	#pagination .pagination a {
		line-height: 25px;
		width: 25px;
		height: 25px;
		margin: 0 2px !important;
		border-radius: 2px;
	}
}

/* slider */
#slide {
	position: fixed;
	right: 25px;
	bottom: 150px;
	z-index: 999;
}

#slide>ul li {
	width: 80px;
	height: 80px;
	border: 1px solid rgba(235, 233, 233, 0.664);
	border-top: none;
	padding: 10px;
	font-size: 0.8rem !important;
	background-color: white;
	cursor: default;
	text-align: center;
	position: relative;
}

#slide>ul li:hover>div {
	opacity: 1;
}

#slide>ul li>div {
	opacity: 0;
	transition: 0.5s;
	background-color: white;
	position: absolute;
	top: 0;
	border: 1px solid rgba(235, 233, 233, 0.664);
	padding: 10px;
	z-index: 100;
}

#slide>ul li>div::before {
	content: '';
	display: block;
	position: absolute;
	right: -30px;
	top: 20px;
	border: 15px solid transparent;
	border-left: 15px solid white;
	z-index: 98;
}

#slide>ul li>div::after {
	content: '';
	display: block;
	position: absolute;
	right: -31px;
	top: 20px;
	border: 15px solid transparent;
	border-left: 15px solid rgba(235, 233, 233, 0.664);
	z-index: 97;
}

#slide>ul li>div .img {
	margin-bottom: 10px;
	height: 130px;
}

#slide>ul li>div .img img {
	width: 100%;
	height: 100%;
}

#slide>ul li .qr-code {
	left: -170px;
	height: 200px;
	width: 150px;
	color: #929292 !important;
}

#slide>ul li .qr-code p {
	line-height: 20px;
}

#slide>ul li .contact-way {
	padding: 12px;
	left: -225px;
	width: 205px;
	text-align: left;
	color: #929292 !important;
	background-color: white;
}

#slide>ul li .contact-way p {
	display: flex;
	align-items: center;
}

#slide>ul li .contact-way p span {
	font-size: 26px;
	margin-right: 10px;
}

#slide>ul li .contact-way .number {
	font-size: 1rem;
}

#slide>ul li:nth-child(1) {
	border-top: 1px solid rgba(235, 233, 233, 0.664);
}

#slide>ul #goTop {
	cursor: pointer;
}

.block {
	display: block;
}

.none {
	display: none;
}