﻿/*Dotfuscator By ZPlatform*/
.banner {
    height: 100vh;
}
.about {
	background-color: #f5f5f5;
}

.ab_m {
	line-height: 1.75;
}

.ab_media {
	margin-top: 50px;
}

.ab_media video {
	width: 100%;
}

.ab_media img {
	width: 100%;
}

.team {
	background-color: #f5f5f5;
}
.team .pad70{
	padding-top: 80px;
	padding-bottom: 60px;
}
.cul .pad70{
	padding-top: 80px;
	padding-bottom: 80px;
}

.team_list ul {
	font-size: 0;
	margin-top: 60px;
}

.team_list li {
	width: calc((100% - 120px) / 5);
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 16px;
	margin: 30px 0 0 30px;
	overflow: hidden;
}

.team_list li:nth-child(5n+1) {
	margin-left: 0;
}

.team_list li:nth-child(-n+5) {
	margin-top: 0;
}

.team_tit {
	position: absolute;
	left: 10%;
	top:7%;
	color: #fff;
	display: flex;
}

.team_tit p {
	width: 1em;
}

.team_tit p:first-child {
	font-size: 18px;
}

.team_tit p:last-child {
	margin-left: 9px;
    font-size: 12px;
    padding: 2px 10px 3px;
    background-color: #999999;
    display: flex;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
}

.team_list li img {
	width: 100%;
}

.t_desc {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
	padding: 12px 16px;
	color: #fff;
	line-height: 1.75;
	background-color: #333;
	transform: translateY(100%);
	transition: all .5s;
	width:100%;
	/*height: 38.2%;*/
	overflow: hidden
}
.t_desc p{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.t_hover .team_tit p:first-child {
	color: #C50000;
}

.t_hover .team_tit p:last-child {
	background-color: #C50000;
	color: #fff;
}

.t_hover a .t_desc {
	transform: translateY(0);
}

.cul {
	background-color: #fff;
	/* padding-bottom: 34px; */
}

.cul_desc {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #C50000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	font-size: 20px;
	line-height: 1.75;
	opacity: 0;
	transition: all .5s;
	padding:12%;
	word-break:break-all;
}

.cul_desc:hover {
	opacity: 1;
}
.honor{
	background-color:#fff;
}
.honorPC{
	display:block;
}
.honorMobile{
	display:none;
}
.honor li{
	float:left;
	width:calc((100% - 120px) / 5);
	text-align: center;
	margin-left:30px;
	margin-bottom:40px;
}
.honor li img{
	width:100% !important;
	aspect-ratio:16/9;
	-o-object-fit:contain;
	object-fit:contain;
}
.honor li:nth-child(5n+1) {
	margin-left: 0px;
}
.honor li p{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sen_list {
	margin-top: 54px;
}

.sen_list ul {
	font-size: 0;
}

.sen_list li {
	width: calc((100% - 160px) / 5);
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 16px;
	margin: 40px 0 0 40px;
	overflow: hidden;
}

.sen_list li:nth-child(5n+1) {
	margin-left: 0;
}

.sen_list li:nth-child(-n+5) {
	margin-top: 0;
}

.sen_list li img {
	width: 100%;
}

.sen_desc {
	background-color: #F5F5F5;
	padding: 18px 20px;
	color: #000;
	transition: all .5s;
}

.sen_desc p:nth-child(1) {
	font-size: 21.3px;
	line-height: 1;
	margin-top: 7px;
}

.sen_desc span {
	font-size: 14px;
	background-color: #999;
	color: #fff;
	padding: 0 4px;
	margin-left: 15px;
	vertical-align: top;
	height: 21.3px;
	display: inline-block;
	line-height: 21.3px;
}

.sen_desc p:last-child {
	line-height: 1.75;
	margin-top: 13px;
	font-size: 14px;
}

.sen_hover .sen_desc {
	background-color: #333;
}

.sen_hover .sen_desc p {
	color: #fff;
}

.sen_hover span {
	background-color: #fff;
	color: #000;
}
.about .pad70{
	padding-top: 80px;
}
.team .com_tit{
	margin-top:-30px;
}
.team .team_list{
	margin-top:-10px;
}
.cul .com_tit{
	margin-top:-30px;
}
.cul .team_list{
	margin-top:-10px;
}
@media (max-width:768px) {
	.team .com_tit{
		margin-top:0px;
	}
	.team .team_list{
		margin-top:0px;
	}
	.cul .com_tit{
		margin-top:0px;
	}
	.cul .team_list{
		margin-top:0px;
	}
	.honorPC{
		display:none;
	}
	.honorMobile{
		display:block;
	}
	.honor li{
		width:calc((100% - 12px) / 2);
		margin-left: 0px;
		margin-bottom:0px;
	}
	.honor li:nth-child(2n) {
		margin-left: 12px;
	}
	.ab_m{
		margin-left:0px !important;
		margin-right:0px !important;
	}
	.ab_m p,.ab_m p span{
		font-size: 14px;
		margin-top: 13px;
	}

	.ab_media {
		margin-top: 14px;
	}

	.team_list li {
		width: 100%;
		margin: 0 0 14px 0 !important;
	}
	.team_list li:last-child{
		margin: 0 0 0 0 !important;
	}

	/* .team_list li:nth-child(n+4) {
		display: none;
	} */

	.sen_list {
		margin-top: 0;
	}

	.sen_list li {
		width: 100%;
	}

	.team_list {
		margin-top: 16px;
	}

	.team_tit {
		left: 30px;
		top: 30px;
	}

	.team_tit p:first-child {
		font-size: 16px;
	}

	.team_tit p:last-child {
		font-size: 12px;
		margin-top: 4px;
		margin-left: 9px;
		padding: 2px 3px;
		width: 20px;
		text-align: center;
	}

	.t_desc {
		transform: none !important;
		font-size: 12px;
		padding:10px 10px;
		line-height: 1.5;
		height: auto;
		
	}
	.sen_desc{
		padding: 10px;
	}
	.sen_desc p:nth-child(1){
		font-size: 15px;
		margin-top: 8px;
		line-height: 1;
	}
	.sen_desc span{
		font-size: 12px;
		height: 15px;
		line-height: 15px;
		margin-left: 9px;
	}
	.sen_desc p:last-child{
		font-size: 12px;
		line-height: 1.5;
		margin-top: 12px;
		margin-bottom: 6px;
	}
	.cul_desc{
		font-size: 16px;
	}
	.cul{
		padding-bottom: 0;
	}
	.cul .pad70 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
}
