<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========== */
/* = RESET = */
/* ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
	/*cursor: url(../images/home/hand_ico.ico),auto;*/
}

body {
	min-width: 320px;
	font-size:14px;
	color: #666666;
	font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	-webkit-overflow-scrolling: touch;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
  list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}
a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}
a {
  color: #666666;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}

.bgFull{
	background-size: cover;
	background-position: center center;
	background-repeat: nno-repeat
}

/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { font-size:100%; outline:none; resize:none; font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input[type="button"],input[type="text"], textarea{-webkit-appearance:none;} 
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] &gt; input[type="button"]::-moz-focus-inner{ border:none; padding:0; }

input::-webkit-input-placeholder{ color: #666;}
input:-moz-placeholder{ color: #666;}   
input::-moz-placeholder{ color: #666;}
input:-ms-input-placeholder{ color: #666;} 
textarea::-webkit-input-placeholder{ color: #666;}
textarea:-moz-placeholder{ color: #666;}   
textarea::-moz-placeholder{ color: #666;}
textarea:-ms-input-placeholder{ color: #666;} 

/*RESET IMAGES*/
img { 
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}

/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*RESET FONTS*/
.t2 { text-indent: 2em;}
em { font-style: normal;}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*LAYOUT*/
.page-wrap{ 
	position:relative; 
	width: 100%; 
	overflow:hidden;
	padding-top: 98px;
	padding-bottom: 119px;
}
.container{
	max-width: 1630px;
	padding: 0 6%;
	margin: 0 auto;
}
.transition {
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.b-shadow{
	-o-box-shadow:0 5px 30px rgba(23,26,230,.18); 
	-ms-box-shadow:0 5px 30px rgba(0,0,0,.18); 
	-moz-box-shadow:0 5px 30px rgba(0,0,0,.18); 
	-webkit-box-shadow:0 5px 30px rgba(0,0,0,.18); 
	box-shadow:0 5px 30px rgba(0,0,0,.18);
}
.pc-block{ display: block;}
.mb-block{ display: none;}


@media (max-width:999px){ 
	.container{
		padding: 0 0.5rem;
	}
	.pc-block{ display: none; }
	.mb-block{ display: block;}
}
 

/* ========== */
/* = HEADER = */
/* ========== */
.header{ position: fixed; z-index: 99; top:0; left:0; width: 100%; padding: 0 3% 0 7%; display: flex; flex-flow: wrap;  justify-content: space-between; align-items:center; background: #FFFFFF; -webkit-box-shadow:0 2px 12px rgba(0,0,0,.1); box-shadow:0 2px 12px rgba(0,0,0,.1);}
.header .nav{ margin-left:3%; width: 47%; display: flex; flex-flow: wrap;  justify-content: space-between;}
.header .nav li{ position: relative; -webkit-transition: all ease .3s; transition: all ease .3s;}
.header .nav li&gt;a{ display: block; padding: 0 15px; line-height: 98px; color: #333333; position:relative;}
.header .nav li&gt;a:after{ content: ""; position: absolute; bottom: 0; left:0; width:0; height: 2px; background: #541b86; transition: all ease .3s; -webkit-transition: all ease .3s;}
.header .nav li .subnav{ display: none; position: absolute; top:98px; left:50%; background:rgba(96,72,90,.9); width: 180px; margin-left: -90px; text-align: center;}
.header .nav li .subnav a{ display: block; line-height: 36px; color: #FFFFFF; -webkit-transition: all ease .3s; transition: all ease .3s;}
.header .nav li .subnav a:hover{ background:#541b86;}
.header .nav li:hover&gt;a,
.header .nav li.current&gt;a{ color: #541b86;}
.header .nav li:hover&gt;a:after,
.header .nav li.current&gt;a:after{ width: 100%;}
.header .nav li:hover .subnav{ display: block;}
.header .right-sub{ width:480px; display: flex; flex-flow: wrap; justify-content: space-between; align-items:center; font-size: 24px; }
.header .right-sub .tel{ line-height: 40px; display: inline-block; vertical-align: middle; padding-left:45px; color: #541b86; font-weight: 600; position: relative;}
.header .right-sub .tel:before{ content: ""; position: absolute; top:50%; margin-top: -20px; left:0; width: 40px; height: 40px; background-size: cover; background-image: url(../images/ico_tel.png);}
.header .right-sub .line{ width:1px; height: 98px; background: #ddd1e7;}
.header .right-sub .lan{  display: inline-block; vertical-align: middle;color: #541b86;}
.header .right-sub i{ margin:0 10px; display: inline-block; vertical-align: middle; width:1px; height: 15px; background: #ddd1e7;}
.header .right-sub .search-button{ display: inline-block; vertical-align: middle; width: 30px; height: 30px; background-image: url(../images/ico_search.png); background-size: cover; cursor: pointer;}
.header .right-sub .user{ display: inline-block; vertical-align: middle; width: 40px; height: 40px; background-image: url(../images/ico_user.png);}
.header .searchbox{ display:none; position: absolute; top: 98px; left:0; width: 100%; padding: 10px 0; background: rgba(0,0,0,0.6)}
.header .searchbox.active{ display: block; }
.header .searchbox .box{ float:right; width: 350px; padding-right: 40px; position:relative; }
.header .searchbox .in { width: 100%; background: #fff ;border: solid 1px #ddd; height: 40px; line-height: 40px; padding: 0 14px;}
.header .searchbox .button { position: absolute; top:0; right:0; width: 40px; height: 40px; background-image: url(../images/ico_search_white.png); background-color: #541b86;}

/* ========== */
/* = mb = */
/* ========== */
.mb-nav-ico{ display: none; position: absolute; left:0.453333rem; margin-top: -0.266666rem; top: 50%; margin-top: -0.25rem; width:0.533333rem; height:0.48rem; cursor: pointer;}
.mb-nav-ico .line {	position: absolute;left: 0;display: block; height:0.08rem; width: 100%; background: #541b86; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.mb-nav-ico .line:nth-child(1) { top: 0;}
.mb-nav-ico .line:nth-child(2) { top: 50%; margin-top:-0.04rem;}
.mb-nav-ico .line:nth-child(3) { bottom: 0;}
.mb-nav-ico.active .line:nth-child(2){ opacity: 0;}
.mb-nav-ico.active .line:nth-child(1){top: 50%; margin-top: -1px; transform: rotate(-45deg);}
.mb-nav-ico.active .line:nth-child(3){ top: 50%; margin-top: -1px; transform: rotate(45deg);}


/* ========== */
/* = MENU = */
/* ========== */
.shade { display: none; position: fixed;  width: 100%; height: 100%; left: 0; top:; z-index: 999; display: none; background: transparent;}
.menu { position: fixed; right: 100%; top:1.5rem; width:100%; height: 100%; text-align: left; z-index: 11111;overflow-y: scroll;  background: #FFFFFF; }
.menu li { position: relative;}
.menu li&gt;span { display: block; position: relative; padding: 0 0.666666rem 0 1.493333rem; height: 1.36rem; line-height: 1.36rem; color: #767676; font-size: 0.35rem; border-bottom: 1px solid #e9e9e9;}
.menu ul li&gt;span::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top: -0.133333rem; width: 0.266666rem; height: 0.266666rem; border: 2px solid #541b86; border-radius: 100%;}
.menu ul li a{ color: #555;}
.menu ul li&gt;span.default::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/menu_bg.png) no-repeat; background-size: cover;}
.menu-slide a { color: #7c7d7d; }
.menu-slide { display: none;}
.menu-slide a { position: relative; display: block; padding: 0 0.666666rem 0 1.493333rem; height: 1.333333rem; line-height: 1.333333rem; font-size: 0.36rem; color: #7c7d7d; border-bottom: 1px solid #e9e9e9;}
.menu-slide a::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top:-0.10625rem;  width:0.266666rem; height:0.266666rem; background: url(../images/menu_bg3.png) no-repeat; background-size: cover; }
.menu-slide a:hover,
.menu-slide a.active { background: #541b86; color: #FFFFFF;}
.menu li&gt;span.active a { color: #541b86;}
.menu li&gt;span.active::before { color: #fff; background: #541b86; border-color: #541b86;}
.menu li&gt;span.haschild.active::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/menu_bg2.png) no-repeat center; }


/* ========== */
/* = FOOTER = */
/* ========== */
.footer{ background-image: url(../images/footer_bg.jpg); color: #FFFFFF;}
.footer .content{ padding: 50px 0 42px; display: flex; flex-flow: wrap; justify-content: space-between; align-items:flex-start; position: relative;}
.footer .left{ width: 30%;}
.footer .left img{ margin: 0;}
.footer .left .text{ margin-top:45px;}
.footer .left .text p{ margin-top: 15px; font-size:18px; line-height: 34px;}
.footer .left .text p a,
.footer .left .text p b{ font-size: 20px; }
.footer .left .text p a{ font-weight: bold; color: #FFFFFF; -webkit-transition: all ease .3s; transition: all ease .3s;}
.footer .left .text p a:hover{ color:#EEEEEE;}
.footer .left .text .tel{ padding-left: 42px; position: relative;}
.footer .left .text .add{ padding-left: 55px; position: relative;}
.footer .left .text .tel span,
.footer .left .text .add span{ position: absolute; top:0; left:0;}
.footer .foot-link{ position:absolute; right:0; bottom: 35px;}
.footer .foot-link a{ position: relative; width: 40px; height: 40px; background-size:cover; display: inline-block; margin-left: 16px;}
.footer .foot-link .ico-weibo{ background-image: url(../images/foot_weibo.png);}
.footer .foot-link .ico-video{ background-image: url(../images/foot_video.png);}
.footer .foot-link .ico-weixin{ background-image: url(../images/foot_weixin.png);}
.footer .foot-link  a div{ display: none; position: absolute; bottom:50px; left:50%; width: 200px; margin-left: -100px;}
.footer .foot-link  a:hover div{ display: block;}
.footer ul{  width: 66%; display: flex; flex-flow: wrap; justify-content: space-between; align-items:flex-start;}
.footer ul li{ min-width: 80px; }
.footer ul li:last-child{ min-width: auto; }
.footer ul li&gt;a{ display: block; font-size: 16px; color: #FFFFFF; margin-bottom: 20px;}
.footer ul li&gt;a:hover{ opacity: .8;}
.footer ul li div a{ display: block; color: #eee; line-height: 30px; -webkit-transition: all ease .3s; transition: all ease .3s;}
.footer ul li div a:hover{ opacity: .8;}
.footer .copyright{ padding:20px 0; border-top:1px solid rgba(255,255,255,.3); color: #dddddd;}
.footer .copyright a{ margin-left: 5px; display: inline-block; color: #dddddd; -webkit-transition: all ease .3s; transition: all ease .3s;}
.footer .copyright a:hover{ color: #eee; }

@media (max-width:1680px){ 
	/* ========== */
	/* = HEADER = */
	/* ========== */
	.header{ padding-left: 3%; }
	.header .nav{ margin-left:0;}
	.pc-header .nav li&gt;a{ padding: 0 10px;}
	.header .right-sub{ width: 420px; font-size: 20px;}
}
@media (max-width:1540px){
	/* ========== */
	/* = HEADER = */
	/* ========== */ 
	.header .nav{ margin-left: 2%; width: 45%;}
	.header .nav li&gt;a{ padding: 0 5px;}
	.header .right-sub{ width: 380px; font-size: 18px;}
}
@media (max-width:1280px){ 
	/* ========== */
	/* = HEADER = */
	/* ========== */
	.header{ padding: 0 20px;}
	.header .nav{ margin-left: 0;}
	.header .right-sub{ width: 340px; font-size: 16px;}
	.header .right-sub i{ margin: 0 3px;}
}

@media (max-width:1180px){ 
	/* ========== */
	/* = HEADER = */
	/* ========== */
	.page-wrap{ padding-top: 1.5rem; padding-bottom:3.18rem;}
	.header{ height: 1.5rem;}
	.header .logo { display: block; margin: 0 auto;}
	.header .logo img{ height: 1.5rem;}
	.header .nav,
	.header .right-sub .line,
	.header .right-sub .lan,
	.header .right-sub i,
	.header .right-sub .user{ display: none;}
	.header .right-sub{ width: auto; position: absolute; top:0; right:0.266666rem; height: 1.5rem;}
	.header .right-sub .tel{ margin-right: 0.12rem; font-size: 0; padding-left:0.8rem; line-height: 0.8rem;}
	.header .right-sub .tel:before{ margin-top: -0.4rem; width:0.8rem; height:0.8rem;}
	.header .right-sub .search-button{ width: 0.65rem; height: 0.65rem;}
	.header .searchbox{ top:1.5rem;}
	.mb-nav-ico{ display:block;}
	
	
	/* ========== */
	/* = FOOTER = */
	/* ========== */
	.footer .content{ }
	.footer .left{ width: 100%;}
	.footer .left img{ width:3rem;}
	.footer .left .text{ margin-top:0.533333rem;}
	.footer .left .text p{ margin-top: 0.266666rem; font-size:0.36rem; line-height: 0.66rem;}
	.footer .left .text p a,
	.footer .left .text p b{ font-size:0.373333rem;  }
	.footer .foot-link{ margin-top: 0.533333rem; position: relative; bottom:auto;}
	.footer .foot-link a{ width: 0.8rem; height: 0.8rem; margin-left: 0.133333rem;}
	.footer .foot-link .ico-weixin div{ bottom: 0.9rem; width: 3.2rem; margin-left:-1.6rem;}
	.footer ul{ display:none;}
	.footer .copyright{ padding: 0.32rem 0; font-size: 0.32rem; line-height:0.6rem;}
	
}

.fixed-sub{ position: fixed; top:50%; margin-top: -45px; right:0;  -webkit-box-shadow:0 5px 15px rgba(0,0,0,.1); box-shadow:0 5px 15px rgba(0,0,0,.1); text-align: center; z-index: 999; }
.fixed-sub a{ position: relative; display:block; background: #FFFFFF; border-bottom: 1px solid #f4ebdf; width: 78px; height: 78px; padding-top: 10px;}
.fixed-sub a:nth-child(1){ border-radius: 5px 5px 0 0; overflow: hidden;}
.fixed-sub a:nth-child(4){ border-radius: 0 0 5px 5px; overflow: hidden;}
.fixed-sub a:last-child{ border-bottom: none;}
.fixed-sub a .erweima{ display: none; position: absolute; top:-39px; right: 72px; width: 167px;}
.fixed-sub a:hover{ background: #f8f8f8; }
.fixed-sub a:hover .erweima{ display: block; }
.fixed-sub i{ display: block; margin: 0 auto; width: 40px; height: 40px; background-size: cover; }
.fixed-sub p{ margin-top: 2px;}
.fixed-sub .ico-1{ background-image:url(../images/fixed_ico1.png);}
.fixed-sub .ico-2{ background-image:url(../images/fixed_ico2.png);}
.fixed-sub .ico-3{ background-image:url(../images/fixed_ico3.png);}
.fixed-sub .ico-4{ background-image:url(../images/fixed_ico4.png);}


.zx-pop{ display: none; width: 95%; position: fixed; z-index: 999; top:50%; left:50%; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); width: 95%; max-width: 576px;}
.zx-pop .close{ position: absolute; top:0; right:0; width: 40px; height: 40px; background-size: cover; cursor: pointer;}
.zx-pop img{ width: 100%;}</pre></body></html>