@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: 1300px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.thead{
	text-align: center;
	line-height: 1.5;
}
.title{
	font-size:3.2rem;
}
.miaoshu{
	font-size: 1.2rem;
}
@media (max-width:767px){
	.title{font-size: 2.2rem;}
}
.fenlei{
	border: 1px solid #1c408e;
	display: grid;
	grid-template-columns:270px auto 60px;
	width: auto;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	column-gap:20px;
}
@media (max-width:767px){
	.fenlei{
		grid-template-columns:auto;
	}
}
.fenlei_thead{
	background-color:#1c408e;
	color: #fff;
	width: auto;
	height: auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	font-size:1.2rem;
}
.fenlei_list{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
	padding: 10px;
	width: auto;
	height: auto;
	overflow: auto;
}
@media (max-width:767px){
	.fenlei_list{
		flex-direction: column;
		align-items: unset;
	}
	a.fenlei_name{
		padding: 10px;
		border-bottom: 1px dotted #ddd;
	}
}
a.fenlei_name{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	flex-shrink: 0;
}
a.fenlei_more{
	background-color:#1c408e;
	color: #fff;
	width: auto;
	height: auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	font-size:3rem;
	line-height:1;
	font-weight: 100;
}
.product_back{
	background-color: #f5f5f5;
}
.product_list{
	display: grid;
	grid-template-columns: calc(50% - 20px/2) calc(50% - 20px/2);
	row-gap:20px;
	column-gap: 20px;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	.product_list{
		grid-template-columns:auto;
	}
}
.product_tb{
	background-color: #fff;
	display: grid;
	grid-template-columns:50% 50%;
	align-items: center;
	width: auto;
	height: auto;
}

.product_tb_0{
	grid-column-start:1;
	grid-column-end:3;
	grid-template-columns: 45% auto auto;
	padding-right: 20px;
}
@media (max-width:767px){
	.product_tb{
		grid-template-columns:auto;
	}
	.product_tb_0{
		grid-column-start:1;
		grid-column-end:2;
		grid-template-columns:auto;
		padding:20px;
	}
}
.product_tb:nth-child(n+2):hover{
	background-color: #1c408e;
	
}
.product_tb:nth-child(n+2):hover a{
	color:#fff;
}
.product_tb:nth-child(n+2):hover *{
	color:#fff!important;
}

.product_pic{
	width: auto;
	height: auto;
	max-width: 100%;
}
.product_left{
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 30px;
	display: flex;
	display: -webkit-flex;
	background-color: #fff;
}
.product_right{
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 30px;
	display: flex;
	display: -webkit-flex;
}
.product_item{
	display: flex;
	display: -webkit-flex;
	row-gap: 20px;
	flex-direction: column;
}
.product_name{
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 1.2;
}
.product_miaoshu{
	line-height: 1.5;
	color: #888;
}
a.product_more{
	display: block;
	border: 1px solid #ddd;
	width:36px;
	height:36px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items:center;
	font-size: 2rem;
	
}
a.product_path{
	width:142px;
	height: auto;
	line-height: 38px;
	border-radius: 19px;
	overflow: hidden;
	text-align: center;
	background-color: #1c408e;
	color:#fff;
	display: block;
}
a.product_path:hover{
	background-color: #f1a626;
}
a.product_bt{
	display: flex;
	display: -webkit-flex;
	column-gap: 20px;
	align-items: center;
	margin: auto;
	margin-bottom: 40px;
	margin-top: 40px;
	white-space: nowrap;
	font-size: 1.2rem;
}
a.product_bt:before{
	content: "";
	display: block;
	border-top:1px solid #ddd;
	width:100%;
}
a.product_bt:after{
	content: "";
	display: block;
	border-top:1px solid #ddd;
	width:100%;
}
#quandi_youshi{
	display: flex;
	display: -webkit-flex;
	row-gap:80px;
	flex-direction: column;
	margin-top: 60px;
	margin-bottom: 60px;
}
.youshi_name{
	font-size:3rem;
	color:#1c408e;
}
.youshi_tb{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	column-gap:5%;
	row-gap:20px;
	
}
.youshi_tb:nth-child(even){
	flex-direction: row-reverse;
}
@media (max-width:767px){
	.youshi_tb{
		flex-direction: column;
	}
	.youshi_tb:nth-child(even){
		flex-direction: column;
	}
}
.youshi_pic{
	width:calc(50% - (5% + 30px)/2);
	height: auto;
	overflow: hidden;
}
.youshi_center{
	display: block;
	width:30px;
	height:auto;
	background-image: url('images/line.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.youshi_right{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap:40px;
	width: calc(50% - (5% + 30px)/2);
}
@media (max-width:767px){
	.youshi_pic{
		width: 100%;
	}
	.youshi_center{display: none;}
	.youshi_right{
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}
}
.ys_tb{
	display: grid;
	grid-template-columns:60px auto;
	column-gap:10px;
	width:auto;
	height:auto;
}
.ys_l{
	color:#fff;
	background-color: #1c408e;
	height: 43px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items:center;
	font-weight: bold;
	font-size: 2rem;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 20px 0px 20px 0px;
}
.ys_name{
	font-size: 2rem;
}
.ys_name>span{color:#1c408e;}
.ys_miaoshu{
	display: block;
	font-size: 1.2rem;
}
.ys_miaoshu ul{
	margin: auto;
	padding: 0px;
	list-style-position: inside;
}
.about_back{
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #f7f7f7;
	margin: auto;
}
.about{
	display: grid;
	grid-template-columns:50% 50%;
	row-gap:20px;
	width: auto;
	height: auto;
	margin-top: 60px;
	background-color: #fff;
	margin-bottom: 50px;
	position: relative;
	box-shadow:0px 10px 10px 0px rgba(0,0,0,0.2);
}

@media (max-width:767px){
	.about{
		grid-template-columns:auto;
	}
}
.about_right{
	padding: 5%;
	padding-left: 10%;
	line-height: 2;
}
@media (max-width:767px){
	.about_right{
		padding: 5%;
	}
}
.about_pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about_foot{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.about_content{
	display: block;
	width:auto;
	height: auto;
	margin-bottom: 50px;
}
a.about_more{
	display: block;
	width:142px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #1c408e;
	color: #fff;
	border-radius: 3px;
}
a.about_more:hover{
	background-color:#f1a626;
}
a.contact_more{
	display: block;
	width:142px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #f1a626;
	color: #fff;
	border-radius: 3px;
}
a.contact_more:hover{
	background-color:#1c408e;
}
.about_list{
	display: grid;
	grid-template-columns:25% 25% 25% 25%;
	row-gap:20px;
	column-gap:20px;
	padding: 20px;
	background-color:#1c408e;
	width: auto;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	margin: auto;
	margin-top: 40px;
	padding:30px;
}
@media (max-width:767px){
	.about_list{
		grid-template-columns:50% 50%;
		border-radius: 0px;
	}
}
.ab_item{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-right:1px solid #6b7da7;
}
.ab_item:last-child{
	border-right: none;
}
@media (max-width:767px){
	.ab_item:nth-child(even){
		border-right: none;
	}
}

.ab_tb{
	display: grid;
	grid-template-columns: 50px auto;
	align-items: center;
	column-gap:10px;
	width: auto;
	height: auto;
	overflow: hidden;	
}
@media (max-width:480px){
	.ab_tb{
		grid-template-columns:30px auto;
	}
}
.ab_pic{
	display: block;
	width:100%;
	height: auto;
	overflow: hidden;
}
.ab_right{
	display: block;
	color:#fff;
	line-height: 1.2;
}
.ab_thead{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: flex-end;
	line-height: 1;
	font-weight: bold;
}
.ab_num{
	font-size: 3.5rem;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
@media (max-width:767px){
	.ab_num{font-size: 2.5rem;}
}
.ab_name{
	font-size: 1.5rem;
}
.ab_miaoshu{
	white-space: nowrap;
	font-size: 1.3rem;
}
#quandi_news{
	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: 60px;
	margin-bottom: 60px;
}

@media (max-width:767px){
	#quandi_news{
		grid-template-columns:auto;
		padding: 10px;	
	}
}
.news_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.news_thead{
	display: grid;
	grid-template-columns: 35% calc(65% - 20px/2 );
	column-gap:20px;
	width: auto;
	height:auto;
	overflow: hidden;
}
.news_pic{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
}
a.news_name{
	display: block;
	font-size: 1.4rem;
	line-height: 1.2;
	white-space: nowrap;
}
.news_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;
}
.news_date{
	font-family: Arial, Helvetica, sans-serif;
	color:#1c408e;
}
.news_body{
	margin-top: 20px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap:10px;
	width: auto;
	height: auto;
	border-top:1px solid #ddd;
	padding-top: 20px;
}
.n_tb{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	justify-content: space-between;
	align-items: center;
	width: auto;
	height: auto;
	white-space: nowrap;
}
.n_left{
	display: flex;
	display: -webkit-flex;
	white-space: nowrap;
	column-gap: 10px;
	align-items: center;
	width: auto;
	height: auto;
	overflow: hidden;
}
a.n_name{
	width: auto;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.n_date{
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
}
.liucheng_thead{
	color: #fff;
}
.liucheng_list{
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto;
	margin-top: 60px;
	row-gap:20px;
	column-gap:20px;
}
@media (max-width:767px){
	.liucheng_list{
		grid-template-columns: auto auto auto;
	}
}
.liucheng_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	border-right: 1px solid #666;
}
.liucheng_tb:last-child{
	border-right:none;
}
.liucheng_pic{
	width:80px;
	height: 80px;
	margin: auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position:relative;
}
.liucheng_name{
	font-size: 1.2rem;
}