@charset "utf-8";
.section{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	
}
.tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	max-width:1200px;
}
.thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
}
.title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2.2rem;
}
.miaoshu{
	font-size:1rem;
}

.youshi_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto auto auto auto auto;
	margin:auto;
	justify-content:center;
	margin-top:20px;
}
@media (max-width:767px){.youshi_list{grid-template-columns:auto auto;padding:10px;}}
.youshi_tb{
	font-size:1rem;
	text-align:center;
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:30px;
	position:relative;
}
@media (max-width:767px){.youshi_tb{margin:10px;}}
.youshi_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:5px;
	font-weight:bold;
	text-align:center;
}
.youshi_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:80px;
	height:80px;
	padding:10px;
	margin-bottom:10px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100px auto;
	background-color:#559ceb;
	clip-path:polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.youshi_miaoshu{
	font-size:12px;
	text-align:center;
	width:auto;
	height:auto;
	padding:5px;
	margin:auto;
	display:block;
	overflow:hidden;
	line-height:150%;
}




.new_list{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(25% - (15%/4)) calc(25% - (15%/4)) calc(25% - (15%/4)) calc(25% - (15%/4));
	column-gap:5%;
	row-gap:20px;
	margin:auto;
	margin-top:20px;
	min-height:100px;
}
@media (max-width:767px){.new_list{grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));column-gap:10px;row-gap:10px;padding:10px;}}
a.new_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	background-color:#fff;
	
	transition:all 0.4s;
	position:relative;
	box-sizing:border-box;
}
.new_pic{
	width:auto;
	height:auto;
	padding-bottom:60%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
border:1px solid #ddd;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	padding:10px;
}

.new_tb:hover .new_more{
	width:100%;
	height:100%;
	transition:all 0.4s;
}

.new_more{
	width:0px;
	height:0px;
	overflow:hidden;
	vertical-align:middle;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	transition:all 0.4s;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
	color:#fff;
	font-size:2rem;
}
.case_list{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	margin-top:20px;
	min-height:100px;
}
@media (max-width:767px){.case_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));padding:10px;}}
@media (max-width:480px){.case_list{grid-template-columns:auto;}}
a.case_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:relative;
	box-sizing:border-box;
}
.case_pic{
	width:auto;
	height:auto;
	padding-bottom:75%;
	overflow:hidden;
	margin:auto;
	display:block;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	transition:all 0.4s;
	position:relative;
}
.case_pic:hover{
	background-size:120% auto;
	transition:all 0.4s;
}
.case_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	padding:10px;
}

.quandi_about_news{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:calc(50% - 40px/2) calc(50% - 40px/2);
	margin:auto;
	column-gap:40px;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){.quandi_about_news{grid-template-columns:auto;padding:10px;}}
/*关于我们*/
.about{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}

.ti{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.4rem;
}
.about_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}

.about_content * {max-width:100%;height:auto;}

/*新闻*/
.news{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	position:relative;
	vertical-align:top;
}

.news_list{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}

a.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:80px auto;
	column-gap:10px;
	padding-bottom:10px;
}
.news_left{
	width:auto;
	height:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	background-color:#09152d;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	font-size:12px;
}
.news_date{
	font-size:20px;
	text-align:center;
	margin:5px;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-bottom:0px;
}
.news_year{
	font-size:1rem;
	text-align:center;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.2rem;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:0.8rem;
	color:#666;
	text-align:left;
	line-height:1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
