@charset "utf-8";
.tb{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:60px;
	margin-bottom:60px;
}
.title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2rem;
	text-align:center;
}
.title>span{
	color:#4b73b0;
}
.miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1rem;
	text-align:center;
	padding:10px;
}
.cate_list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	flex-wrap:wrap;
	row-gap:10px;
	column-gap:10px;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
a.cate_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:40px;
	line-height:40px;
	margin:4px;
	color:#fff;
	background-color:#666;
	border-radius:5px;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	white-space:nowrap;
	transition:all 0.4s;
}
a.cate_name:hover{
	background-color:#0163ac;
}
a.cate_hover{
	background-color:#0163ac;
}


#youshi{
	display:grid;
	grid-template-columns:50% auto;
	align-items:center;
	column-gap:40px;
	row-gap:20px;
	max-width:1200px;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:40px;
}
@media (max-width:767px){
	#youshi{
		grid-template-columns:auto;
		padding:10px;
	}
}
.youshi_list{
	width:auto;
	height:auto;
	display:flex;
	display:-webkit-flex;
	row-gap:30px;
	flex-direction:column;
	background-color:#fff;
}
.youshi_pic{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
}
.youshi_tb{
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:100px auto;
	column-gap:20px;
}
@media (max-width:480px){
	.youshi_tb{grid-template-columns:50px auto;}
}
.youshi_left{
	width:100%;
	height:auto;
	margin:auto;
	display:block;
}
.youshi_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.4rem;
}
.youshi_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:100%;
	height:auto;
	transition:all 0.4s;
	animation:youshi_pic_swf 2s infinite;
}
@keyframes youshi_pic_swf{
	from{
		filter:brightness(0);
	}
	to{
		filter:brightness(2);
	}
}
.youshi_img{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:100%;
	height:auto;
}
.youshi_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
}
.back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.case_list{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% -  (60px/3)) calc(33.3% -  (60px/3)) calc(33.3% -  (60px/3));
	column-gap:30px;
	row-gap:30px;
	margin:auto;
	padding-top:40px;
}
@media (max-width:767px){
	.case_list{
		grid-template-columns:auto;
		padding:10px;
	}
}
a.case_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	padding:15px;
	background-color:#fff;
}
.case_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-bottom:75%;
	background-repeat:no-repeat;
	background-size:cover;
}
.case_miaoshu{
	width:auto;
	height:auto;
	line-height:136%;
	overflow:hidden;
	margin:auto;
	display: -webkit-box;
	margin:auto;
	font-size:12px;
	text-overflow:eclipse;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom:20px;
}
.case_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	font-size:16px;
}
#about{
	display:grid;
	grid-template-columns:auto auto;
	column-gap:40px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#fff;
	margin-top:40px;
}
@media (max-width:767px){
	#about{
		grid-template-columns:auto;
		padding:10px;
	}
}
.about_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
}
.about_content{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	padding:40px;
}
@media (max-width:767px){
	.about_content{
		padding:20px;
	}
}
a.about_more{
	display:block;
	overflow:hidden;
	margin:auto;
	width:125px;
	height:45px;
	line-height:45px;
	background-color:#0163ac;
	color:#fff;
	margin-left:0px;
	margin-top:20px;
	text-align:center;
}
.about_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;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:60px;
	margin-bottom:60px;
	color:#fff;
}
@media (max-width:767px){
	.about_list{
		grid-template-columns:calc(50% - 20px/2) calc(50% - 20px/2);
	}
}
.com_thead{
	display:flex;
	display:-webkit-flex;
	align-items:flex-end;
	justify-content:flex-start;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.com_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:4rem;
	line-height:1.2;
	font-family:Arial, Helvetica, sans-serif;
}

.com_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:2rem;
}
.com_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}

#news{
	display:grid;
	grid-template-columns:45% auto;
	column-gap:40px;
	row-gap:40px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:50px;
}
@media (max-width:767px){
	#news{
		grid-template-columns:auto;
		padding:10px;	
	}
}
.xinwen_list{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#f5f5f5;
}
.xinwen_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.xinwen_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-size:cover;
	background-repeat:no-repeat;
	padding-bottom:50%;
}
.xinwen_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	padding:20px;
}
a.xinwen_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.3rem;
	font-weight:bold;
}
.xinwen_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.xinwen_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	margin-top:5px;
}
a.xinwen_more{
	display:block;
	overflow:hidden;
	width:120px;
	height:40px;
	line-height:40px;
	background-color:#4b73b0;
	color:#fff;
	text-align:center;
}
.news_list{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	row-gap:20px;
	overflow:hidden;
	width:auto;
	height:auto;
}

.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:80px auto;
	column-gap:20px;
}
.news_left{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	text-align:center;
	background-color:#333;
	color:#fff;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.news_index{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
.news_date{
	margin:auto;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:2.2rem;
	line-height:1.2;
}

.news_year{
	margin:auto;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
	color:#fff;
	line-height:1.2;
}

a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.3rem;
	white-space:nowrap;
}

.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:12px;
	color:#666;
	text-align:left;
	line-height:1.5;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
a.news_more{
	display:block;
	overflow:hidden;
	width:120px;
	height:50px;
	line-height:50px;
	margin:auto;
	font-size:14px;
	text-align:center;
	color:#fff;
	background-color:#0163ac;
	margin-top:20px;
	margin-left:0px;
}
