<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æœåŠ¡æŒ‡å—*/
.BannerText{
  height: 200px;
}
.BannerText .h3{
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #cf141a;
  border-bottom: 1px solid #cf141a;
}
.BannerText .h3 .line_r{
  display: inline-block;
  width: 1px;
  height: 15px;
  margin-right: 1px;
  background-color: #cf141a;
  vertical-align: middle;	
}
.BannerText .h3 .line_r.line2{
  margin-right: 5px;	
}
.BTItem{
  line-height: 30px;
  height: 155px;
}
.BTItem .item{
  height: 30px;
  margin-bottom: 1px;
}
.BTItem .item .clearfix{
  height: 30px;
}

/*text*/
.sev_news{
	width: 1200px;
	height: 100%;
	margin: 20px auto;
	clear: both;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.sev_news .sev_left{
	display: inline-block;
	float:left;
	width: 275px;
	margin-right: 25px;
	box-sizing: border-box;
	overflow: hidden;
}
.sev_news .sev_left .guide_nav{
	overflow: hidden;
	overflow-y: auto !important;
	z-index: 100;
}
.sev_news .sev_left .guide_nav.fixed{
	top: 0px;
	position: fixed;	
	max-height: 400px;
}
.sev_news .sev_right.fixed{
	margin-left: 300px;
}
.guide_nav .tit{
	width: 100%;
	height: 42px;
	padding: 0 25px;
	line-height: 42px;
	background-color: #cf141a;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #990005;
}
/*.guide_nav .guide_item .h3{
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #cf141a;
	border-bottom: 1px solid #cf141a;
}
.guide_nav .h3 .line_r{
  display: inline-block;
  width: 1px;
  height: 15px;
  margin-right: 1px;
  background-color: #cf141a;
  vertical-align: middle;	
}
.guide_nav .h3 .line_r.line2{
  margin-right: 5px;	
}*/
.guide_nav .guide_item .guide_list{
	width: 275px;
	padding: 0 25px;
	box-sizing: border-box;
	background-color: #fff;
	padding-bottom: 170px;
	border: 1px solid #D9D9D9;
}
/*.guide_nav .guide_item .guide_list.fixed{
	top: 0px;
	position: fixed;	
	max-height: 400px;
}*/

.guide_item .guide_list li{
	line-height: 30px;
	font-size: 14px;
	color: #333;
}
.guide_item .guide_list li .a_item{
	display: inline-block;
}
.guide_item .guide_list li .a_item:hover,.guide_item .guide_list li.on .a_item{
	color: #cf141a;
}

.sev_news .sev_right{
	display: inline-block;
	float: left;
	width: 900px;
	background-color: #fff;
	padding: 30px 30px 100px 30px;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
}
.sev_right .guide_text .txt_title{
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #cf141a;
}
.guide_text .txt_mes{
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.guide_text .txt_mes span,.guide_text .txt_mes a{
	display: inline-block;
	font-size: 10px;
	color: #999;
}
.guide_text .txt_mes a:hover{
	color: #2E2E2E;
}
.guide_text .guide_pro strong{
	font-size: 16px;
	color: #cf141a;
}
.guide_text .guide_pro{
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-bottom: 15px;
}

.gp_img{
	height: auto;
	overflow: hidden;
	margin: 0 40px;
}
.gpi1,.gpi2,.gpi3,.gpi10{
	margin: 0 120px;
}
.gpi4{
	margin: 0 230px;
}
.gpi5{
	margin: 0 50px;
}
.gpi6{
	margin: 0 100px;
}
.gpi8{
	margin: 0 45px;
}
.gp_img img{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer{
	margin-top: 0 !important;
	padding-top: 30px;
	background-color: #F6F6F6;
	position: relative;
	z-index: 101;
}

</pre></body></html>