<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*.about-list {
	padding-top: 15px;
}*/
.about-main{
	padding-bottom: 24px;
}

.about-list-items {
	width:80%; margin:0 auto;
	height:34px;
	background:#fff;/* url(../images/navbg.jpg) repeat*/
	border-radius:17px;
}

.about-list-items span {
	display: block;
	line-height: 34px;
	color: #000;
	padding: 0 5%;
}

.item-l {
	float: left;
}

.item-r {
	float: right;
}

.item-r img {
	width: 18px;
	height: 10px;
}

.about-hid-nav {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .3);
	z-index: 99;
	padding-top: 15%;
	overflow: auto;
}

.ah-nav {
	width: 76%;
	margin: 0 auto;
	background: #fff;
	z-index: 999;
	/*max-height:440px; overflow: auto;*/
}

.ah-nav li {
	display: block;
	width: 80%;
	margin: 0 auto;
	height: 63px;
	line-height: 62px; position:relative;
	border-bottom: 1px solid #d7d7d7;
}

.ah-nav li:last-child {
	border: 0 none;
}

.ah-nav li a { display:block; padding-left:42px; line-height:60px; position:relative; z-index:3;
	color: #000;
}

.ah-nav li span {
	display: block; position:absolute;
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 22px;
	margin-right: 20px;
	background: url(../images/ah-navbg1.png) no-repeat;
	background-size: 100% 100%; z-index:1;
}

.ah-nav .ah-active a {
	color: #b00f17;
}

.ah-nav .ah-active span {
	background: url(../images/ah-navbg2.png) no-repeat;
	background-size: 100% 100%;
}

.about-list-items:hover .about-hid-nav {
	display: block;
}


/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .3);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 70px;
	background: url(../images/yybg.jpg) repeat;
	position: absolute;
	z-index: 101;
	margin-left: 12%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.big-link {
	display: block;
	font-size: 16px;
	color: #000;
	width: 100%;
	height: 34px;
	line-height: 34px;
}
.big-link span{
	display: block;
}
.big-link-l{
	float: left;
}
.big-link-r{
	float: right; height:34px; padding-right:15px; margin-right:15px; line-height:34px !important; font-size:14px; background:url(../images/down.png) center right no-repeat; background-size:12px auto !important;
}
.big-link-r img{
}

.index-business {
	position: relative;
	padding-top: 10px;
	overflow: hidden;
}

.index-business-header {
	height: 120px;
}

.business-header-bg {
	width: 151px;
	height: 88px;
	margin: 0 auto;
	padding-top: 16px;
	background: url(../img/bsnsbg.png) no-repeat;
}

.business-header-bg a span {
	text-align: center;
	display: block;
	width: 160px;
	color: #000;
}

.business-header-bg .le {
	font-size: 12px;
}

.business-header-bg .rt {
	font-size: 16px;
}

.content-tit{
	padding: 14px 0;
}
.content-tit a img{
	width: 100%;
	padding-bottom: 14px;
}
.content-tit h4{
	padding-left: 4px;
	border-left: 2px solid #666;
}
.content-tit h4 span{
	display: block;
	font-weight: normal;
}
.con-tit-eng{
	font-size: 12px;
	
}
.con-tit-bt{
	font-size: 18px;
}
.content-art p{
	font-size: 12px;
	text-indent: 2em;
	line-height: 28px;
}

.index-case{
	width: 100%;
	overflow: hidden;
}
</pre></body></html>