<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family: "å¾®è½¯é›…é»‘","Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;font-size: 62.5%; font-size: 12px;line-height: 1; }
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;padding: 0;border: 0 none;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999;
}
/*å­—ä½“*/
@font-face {
	font-family: 'arml';
	src: url('../font/arial-rounded-mt-light.eot'); /* IE9 Compat Modes */
	src: url('../font/arial-rounded-mt-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/arial-rounded-mt-light.woff') format('woff'), /* Modern Browsers */
         url('../font/arial-rounded-mt-light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../font/arial-rounded-mt-light.svg#arial-rounded-mt-light') format('svg'); /* Legacy iOS */
}
/*css common*/
.f-left {float: left;}
.f-right {float: right;}
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
.nodisplay{display: none;}
html{margin: 0 auto;max-width: 1920px;}
html, body{height: 100%;}
#main{min-height: 100%;}
.inner{width: 76%;margin: 0 auto;max-width: 100%;}
.mobile{
	display: none;
}
.web{
	display: block;
}
#main{
	padding-top: 124px;
}
#main .left-part{
	float: left;
	width: 73.55%;
}
#main .right-part{
	float: right;
	width: 23.2%;
}
/*css åº•éƒ¨*/
#footer{
	overflow: hidden;
}
#footer .top{
	border-bottom: 1px solid #f0f0f0;
	background-color: #fafafa;
	padding-top: 28px;
	overflow: hidden;
	padding-bottom: 70px;
}
#footer .top .tit{
	padding: 18px 0;
	position: relative;
	font-size: 24px;
	color: #666;
	font-family: Arial;
}
#footer .top .tit img{
	position: absolute;
	left: -24px;
	top: 32.5%;
	height: 35%;
}
#footer .top ul{
	font-size: 0;
}
/*leo*/
#footer .top ul li{
	height: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
#footer .top ul li.noborderline{
	border: 0 none;
}
#footer .top ul li:nth-child(1){
	width: 100%;
	padding-left: 0;
}
/*#footer .top ul li:nth-child(2){
	width: 35%;
}*/
#footer .top ul li:nth-child(2){
	width: 31%;
}
#footer .top ul li:nth-child(3){
	width: 12%;
	border-right: 0;
	padding-left: 0;
	text-align: right;
	padding-right: 0;
}
#footer .top ul li p{
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: 2.143;
	word-break: break-all;
}
#footer .top ul li p img{
	position: relative;
	left: 0;
	top: -2px;
}
#footer .top ul li .sns{
	margin-bottom: 20px;
	margin-left: -20px;
}
#footer .top ul li .sns a{
	margin-left: 20px;
}
#footer .top ul li .qr img{
	display: none;
}
#footer .top ul li .qr.active img{
	display: inline;
}
#footer .bottom{
	font-size: 14px;
	color: #666;
	padding: 20px 0 25px;
}
#footer .bottom a{
	font-size: inherit;
	color: inherit;
}
/* header*/
#header{
	height: 123px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
}
#header .top{
	height: 29px;
	line-height: 29px;
	background-color: #f9f9f9;
}
#header .top .inner{
	position: relative;
	text-align: right;
}
#header .top .inner .logo{
	position: absolute;
	left: 0;
	top: 45px;
	width: 200px;
}
#header .top .inner .logo img{
	width: 100%;
}
#header .top .inner .language{
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #f9f9f9;
	padding-left: 10px;
	line-height: 1;
}
#header .top .inner .language a{
	font-size: 13px;
	color: #999;
	font-family: Arial;
	margin-left: 10px;
}
#header .top .inner .language a:hover,#header .top .inner .language a.active{
	color: #0ba29a;
}
#header .top .inner .menu img{
	width: 16px;
	position: absolute;
	right: 5.6%;
	top: 50%;
	margin-top: -7px;
	display: none;
}
#header .bottom{
	height: 94px;
	line-height: 76px;
	background-color: #fff;
	text-align: right;
	font-size: 0;
}
#header .bottom .tel{
	vertical-align: middle;
	width: 140px;
}
#header .bottom .line{
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 20px;
	background-color: #e6e6e6;
	margin: 30px;
}
#header .bottom .nav{
	display: inline-block;
}
/*leo*/
.header_icon{
	display: inline-block;
	height: 56px;
	padding-top: 16px;
	font-size: 13px; 
	text-align: center;
}
#header .bottom .nav .box{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-left: 62px;
	position: relative;
}
#header .bottom .nav .box &gt; a{
	font-size: 14px;
	color: #666;
	line-height: 1;
}
#header .bottom .nav .box:hover &gt; a,#header .bottom .nav .box.active &gt; a{
	color: #666;
}
#header .bottom .nav .box .bottomline{
	width: 40px;
	height: 3px;
	display: none;
	background-color: #0ba29a;
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -20px;
}
#header .bottom .nav .box:hover .bottomline,#header .bottom .nav .box.active .bottomline{
	display: block;
}
#header .bottom .nav .box .box1{
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -60px;
	width: 120px;
	line-height: 1;
	display: none;
	padding-top: 8px;
}
#header .bottom .nav .box:hover .box1{
	display: block;
}
#header .bottom .nav .box .box1 .tri1{
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -5px;
	border-width:0 5px 4px;
    border-style:solid;
    border-color:transparent transparent #fff;
}
#header .bottom .nav .box .box1 div.active .tri1,#header .bottom .nav .box .box1 div:hover .tri1{
    border-color:transparent transparent #0ba29a;
}
#header .bottom .nav .box .box1 &gt; div,#header .bottom .nav .box .box1 &gt; div .box2 div{
	padding: 6px 20px;
	background-image: url(/bundles/frontend/images/header_nav_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 80px 1px;
	background-color: #fff;
}
#header .bottom .nav .box .box1 &gt; div:hover,#header .bottom .nav .box .box1 &gt; div.active,#header .bottom .nav .box .box1 &gt; div .box2 div:hover,#header .bottom .nav .box .box1 &gt; div .box2 div.active{
	background-color: #0ba29a;
	background-image: none;
}
#header .bottom .nav .box .box1 &gt; div.first,#header .bottom .nav .box .box1 &gt; div .box2 div.first{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#header .bottom .nav .box .box1 &gt; div.last,#header .bottom .nav .box .box1 &gt; div .box2 div.last{
	background-image: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#header .bottom .nav .box .box1 &gt; div a,#header .bottom .nav .box .box1 &gt; div .box2 div a{
	font-size: 12px;
	color: #999;
	line-height: 1.66;
}
#header .bottom .nav .box .box1 &gt; div:hover a,#header .bottom .nav .box .box1 &gt; div.active a,#header .bottom .nav .box .box1 &gt; div .box2 div:hover a,#header .bottom .nav .box .box1 &gt; div .box2 div.active a{
	color: #fff;
}
#header .bottom .nav .box .box1 &gt; div .box2{
	position: absolute;
	left: 100%;
	top: 13px;
	width: 137px;
	padding-left: 17px;
	display: none;
}
/*leo*/
#header .bottom .nav .box .box1 &gt; div:hover .box2{
	display: block;
}
#header .bottom .nav .box .box1 &gt; div .box2 .tri2{
	width: 4px;
	height: 10px;
	position: absolute;
	left: 13px;
	top: 20px;
	border-width:5px 4px 5px 0;
    border-style:solid;
    border-color:transparent #fff transparent transparent;
}
/*leo*/
#header .bottom .nav .box .box1 &gt; div .box2 .tri2.green,#header .bottom .nav .box .box1 &gt; div .box2 div:hover .tri2{
    border-color:transparent #0ba29a transparent transparent;
}
/* ä¾§å¯¼èˆªæ&nbsp;*/
#sidenav{
	position: fixed;
	top: 0;
	right: -14.7rem;
	width: 14.7rem;
	background-color: #1ca9a1;
	z-index: 99;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding-top: 5.2rem;
}
#sidenav.active{
	right: 0;
}
#sidenav .close-btn{
	width: 13px;
	position: absolute;
	right: 2.4rem;
	top: 1rem;
}
#sidenav .close-btn img{
	width: 100%;
}
#sidenav .language{
	font-size: 0;
	background-color: #fff;
	height: 3.1rem;
	line-height: 3.1rem;
	text-align: center;
}
#sidenav .language a{
	display: inline-block;
	vertical-align: middle;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 1.2rem;
	color: #999;
	border-radius: 3px;
	margin: 0 0.5rem;
	font-family: Arial;
}
#sidenav .language a.active{
	background-color: #1ca9a1;
	color: #fff;
}
#sidenav .nav .box{
	position: relative;
	line-height: 1;
	text-align: center;
}
#sidenav .nav .box &gt; a{
	font-size: 1.4rem;
	color: #fff;
	line-height: 4rem;
	padding-right: 1.3rem;
	display: block;
	text-align: right;
}
#sidenav .nav .box.active &gt; a{
	background-repeat: no-repeat;
	background-image: url(/bundles/frontend/images/sidenav_bg1.png);
	background-size: 100% 100%;
}
#sidenav .nav .box .box1,#sidenav .nav .box .box2{
	position: absolute;
	left: -11rem;
	top: 0;
	width: 10.4rem;
	display: none;
}
/*leo*/
#sidenav.active .nav .box.active .box1,#sidenav.active .nav .box .first.active .box2,#sidenav.active .nav .box .box1 &gt; div.active .box2{
	display: block;
}
#sidenav .nav .box .box1 .first .tri1,#sidenav .nav .box .box1 .first .tri2{
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -4px;
	border-width:5px 0 5px 4px;
    border-style:solid;
    border-color:transparent transparent transparent #fff;
}
#sidenav .nav .box .box1 .first.active .tri1,#sidenav .nav .box .box2 .first.active .tri2{
    border-color:transparent transparent transparent #1ca9a1;
}
#sidenav .nav .box .box1 &gt; div,#sidenav .nav .box .box1 &gt; div .box2 div{
	padding: 0.7rem 0;
	background-image: url(/bundles/frontend/images/header_nav_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 70% 1px;
	background-color: #fff;
}
#sidenav .nav .box .box1 &gt; div.active,#sidenav .nav .box .box1 &gt; div .box2 div.active{
	background-color: #0ba29a;
	background-image: none;
}
#sidenav .nav .box .box1 &gt; div.first,#sidenav .nav .box .box1 &gt; div .box2 div.first{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
}
#sidenav .nav .box .box1 &gt; div.last,#sidenav .nav .box .box1 &gt; div .box2 div.last{
	background-image: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#sidenav .nav .box .box1 &gt; div a,#sidenav .nav .box .box1 &gt; div .box2 div a{
	font-size: 1.2rem;
	color: #999;
	line-height: 1.75;
}
#sidenav .nav .box .box1 &gt; div.active a,#sidenav .nav .box .box1 &gt; div .box2 div.active a{
	color: #fff;
}
#sidenav .back{
	background-color: #fff;
	display: block;
	height: 3.1rem;
	text-align: center;
	line-height: 3.1rem;
	font-size: 1.2rem;
	color: #999;
	text-decoration: underline;
}
.dashed{
	border-bottom: 1px dashed #fff;
}
@media only screen and (max-width:1700px){
	#header .bottom .nav .box{
		margin-left: 40px;
	}
}
@media only screen and (max-width:1590px){
	#header .bottom .nav .box{
		margin-left: 30px;
	}
}

@media only screen and (max-width:1490px){
	#header .bottom .nav .box{
		margin-left: 20px;
	}
}

@media only screen and (max-width:1400px){
	#footer .top ul li:nth-child(1){
		width: 100%;
	}
	/*#footer .top ul li:nth-child(2){
		width: 50%;
		float: right;
	}*/
	#footer .top ul li:nth-child(2){
		width: 50%;
		float: right;
	}
	#footer .top ul li:nth-child(3){
		width: 50%;
		text-align: left;
		padding-left: 30px;
		float: left;
	}
	#header .top .inner{
		width: 90%;
	}
	#header .bottom .inner{
		width: 90%;
	}
	#header .bottom .nav .box{
		margin-left: 40px;
	}
	#footer .top ul li p{
		line-height: 1.75;
	}
}
@media only screen and (max-width:1340px){
	#header .bottom .nav .box{
		margin-left: 30px;
	}
}
@media only screen and (max-width:1260px){
	#header .bottom .nav .box{
		margin-left: 20px;
	}
}
@media only screen and (max-width:1200px){
	#header .bottom,#header .top .inner .language{
		display: none;
	}
	#header .top .inner .menu img{
		display: block;
		width: 16px;
		position: absolute;
		right: 0px;
		top: 80px;
	}
	.dashed{
		border-bottom: 1px dashed #e1e1df;
	}
}
@media only screen and (max-width:768px){
	html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 10px;}
	.mobile{
		display: block;
	}
	.web{
		display: none;
	}
	.inner{
		width: 90%;
	}
	#main{
		padding-top: 6.6rem;
	}
	#main .left-part,#main .right-part{
		width: 100%;
		float: none;
	}
	#header{
		height: 6.6rem;
	}
	#header .bottom,#header .top .inner .language{
		display: none;
	}
	#header .top{
		height: 6.6rem;
		line-height: 6.6rem;
		background-color: #fff;
	}
	#header .top .inner{
		width: 100%;
		height: 100%;
	}
	#header .top .inner .logo{
		left: 4%;
		top: 4px;
		width: 180px;
	}
	#header .top .inner .menu img{
		display: block;
		width: 16px;
		position: absolute;
		right: 5.6%;
		top: 50%;
		margin-top: -7px;
	}
	#footer .inner{
		width: 74%;
	}
	#footer .top{
		border-bottom: 0 none;
		padding-top: 1.7rem;
		padding-bottom: 2rem;
	}
	#footer .top .tit{
		padding: 1.35rem 0;
		font-size: 1.8rem;
		color: #585858;
		font-weight: bold;
	}
	#footer .top .tit img{
		left: -1.5rem;
	}
	#footer .top ul li{
		height: auto;
		border-right: 0 none;
		padding-left: 0;
		padding-right: 0;
		padding-top: 1rem;
		padding-bottom: 1rem;
		display: block;
		width: 81.33%;
		margin: 0 auto;
		border-bottom: 1px dashed #e1e1df;
	}
	#footer .top ul li:nth-child(1){
		width: 100%;
		padding-left: 0;
	}
	/*#footer .top ul li:nth-child(2){
		width: 100%;
	}*/
	#footer .top ul li:nth-child(2){
		width: 100%;
	}
	#footer .top ul li:nth-child(3){
		width: 100%;
		border-bottom: 0 none;
		text-align: center;
		padding-left: 0;
	}
	#footer .top ul li p{
		font-size: 1.2rem;
		line-height: 1.75;
	}
	#footer .bottom{
		font-size: 1rem;
		padding: 0;
		text-align: center;
		height: 3.1rem;
		line-height: 3.1rem;
	}
	.dashed{
		border-bottom: 1px dashed #e1e1df;
	}
}
@media only screen and (max-width:767px){
}
@media only screen and (max-width:414px){
	
}
@media only screen and (max-width:320px){
	
}</pre></body></html>