@charset "utf-8";
.section{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	background-repeat: no-repeat;
	background-size: cover;
}
.tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	max-width: var(--max_width);
	margin-top: 80px;
	margin-bottom: 80px;
}
@media (max-width:480px){
	.tb{margin-top: 20px;margin-bottom: 20px;}
}
.team_list{
	display: grid;
	grid-template-columns: calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4);
	row-gap:20px;
	column-gap: 20px;
	width:auto;
	height:auto;
	margin-top: var(--margin_top);
}
@media (max-width:767px){
	.team_list{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		row-gap:10px;
		column-gap:10px;
	}
}

.team_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align:center;
	background-color: #f5f5f5;
	position: relative;
}
.team_tb:hover{
	background-color: var(--color);
	color: #fff;
}
.team_tb:hover>a.modal{
	transform: scale(1,1);
}
.team_right{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 10px;
}

.team_pic{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	position:relative;
	padding-bottom: 100%;
	background-color: #fff;
}

.team_name{
	width: auto;
	height: auto;
	overflow: hidden;
	display: block;	
}
.case_back{
	width: auto;
	height: auto;
	overflow: hidden;
	display: block;	
	background-position:top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.case_thead{
	color:#fff;
}
.case_thead>.title{color:#fff;}
.case_list{
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	width:auto;
	height:auto;
	margin-top: var(--margin_top);
}
@media (max-width:480px){
	.case_list{
		grid-template-columns:50% 50%;
	}
}
a.case_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
a.case_tb:hover{
	background-color: var(--back_color);
	color: #fff;
}
.case_pic{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom:150%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
}
.case_pic:hover>.case_name{
	transform: scale(1,1);
}
.case_name{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.4);
	color:#fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 1.4rem;
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	transition: all 0.4s;
	transform: scale(0,0);
}
.youshi_back{
	display: block;
	width: auto;
	height: 300px;
	overflow: hidden;
	margin-top: -150px;
	position: relative;
	z-index:-1;
}
.youshi_tb{
	display: grid;
	grid-template-columns: auto 45%;
	column-gap: 10%;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 60px;
}
@media (max-width:767px){
	.youshi_tb{
		grid-template-columns: auto;
	}
}
.youshi_right{
	border: 20px solid #e3e3e3;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.youshi_pic{
	width: 110%;
	margin-top: 20px;
	margin-left: calc(-15%);
}
@media (max-width:767px){
	.youshi_right{
		border:none;
		height: auto;
	}
	.youshi_pic{
		margin: auto;
		width: 100%;
	}
}
.youshi_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
.youshi_name{
	font-size:3rem;
	color:#1c408e;
}
.ys_tb{
	display: grid;
	grid-template-columns: 100px auto;
	align-items: center;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;	
}
.ys_left{
	width:auto;
	height: auto;
	overflow: hidden;
	color:var(--color);
}

.ys_right{
	display: block;
}
.ys_index{
	width: auto;
	height: auto;
	display: block;
	font-size: 6rem;
	font-family: 'Times New Roman', Times, serif;
}
.ys_name{
	font-size:1.2rem;
}
.ys_miaoshu{
	color: #797979;
}
.about_tb{
	width: auto;
	height: auto;
	display: grid;
	grid-template-columns: 45% auto;
	row-gap:20px;
	width: auto;
	height: auto;
	margin: auto;
	margin-top: 60px;
}
@media (max-width:767px){
	.about_tb{
		grid-template-columns:auto;
		margin: auto;
	}
}
.about_left{
	width: auto;
	height: auto;
	display: block;
	border: 20px solid #e3e3e3;
	position: relative;
	z-index: 1;
}
.about_right{
	width: auto;
	height: auto;
	display: block;
	
}
.about_pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: -60px;
	margin-left: 30px;
	margin-bottom: 20px;
}
@media (max-width:767px){
	.about_left{
		border: none;
	}
	.about_pic{
		margin: auto;
	}
}
.about_thead{
	text-align: left;
	background-image: url('images/line.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	padding-left: 15%;
	line-height: 1.2;
}
.about_content{
	display: block;
	width:auto;
	height: auto;
	padding-left: 15%;
	margin-top: 40px;
	color:#797979;
}

a.about_more{
	margin-left:15%;
	margin-top: 40px;
}
@media (max-width:767px){
	.about_thead{
		padding-left:unset;
		text-align: center;
		background-position:bottom center;
		background-image: url(images/linea.png);
	}
	.about_content{
		padding: 10px;
		text-align: center;
	}
	a.about_more{
		margin-left: auto;
		margin-right: auto;
	}
}
.news_list{
	display: grid;
	grid-template-columns:calc(50% - 5%/2) calc(50% - 5%/2);
	column-gap: 5%;
	row-gap:20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: var(--margin_top);
}

@media (max-width:767px){
	.news_list{
		grid-template-columns:auto;
		padding: 10px;	
	}
}

.nw_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.nw_right{
	padding-top: 10px;
	padding-bottom: 10px;
}

a.nw_left{
	display: block;
	width: auto;
	height:auto;
	overflow: hidden;
}
.nw_pic{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	background-color: #f5f5f5;
}
a.nw_name{
	display: block;
	font-size: 1.4rem;
	line-height: 1.2;
	white-space: nowrap;
}
.nw_miaoshu{
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	width: auto;
	height: auto;
	overflow: hidden;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nw_date{
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
	font-size: 12px;
}
.n_tb{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
	height: auto;
}
a.n_name{
	display: flex;
	display: -webkit-flex;
	white-space: nowrap;
	column-gap: 10px;
	align-items: center;
}

