<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Main CSS Document */
@charset "utf8";
/* reset */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: "寰蒋闆呴粦", "\5fae\8f6f\96c5\9ed1", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
	outline: 0;
	-webkit-text-size-adjust: none;/* Chrome 娴忚鍣ㄤ腑璁剧疆灏忎簬 12px 鐨勫瓧浣� */
	color: #333;
}
body {
	min-width: 1200px;
	background: #FFF;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.iconfont {
	font-size: inherit;
	text-rendering: auto;
}
a {
	color: #333;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
span, em, i, u {
	text-decoration: none;
}
ul, dl, li, dd, dt {
	list-style: none;
}
td, th, div {
	word-break: break-all;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
	font-size: 18px;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
fieldset, img {
	border: 0 none;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: top;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
.img-hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.img-hover:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.blur {
	filter: url(blur.svg#blur);
	/* FireFox, Chrome, Opera */
	-webkit-filter: blur(4px);
	/* Chrome, Opera */
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
 filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
/* IE6~IE9 */
}
input, select, textarea, button {
	outline: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*resize: vertical;*/
	resize: none;
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea {
	overflow-y: auto;
}
.sinput select, .sinput textarea, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	display: inline-block;
	line-height: 16px;
	padding: 2px 5px;
	font-size: 12px;
	color: #555;
}
.sinput input[type="text"], .sinput input[type="password"] {
	height: 16px;
}
.sinput input[type="checkbox"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
}
.sinput input[type="radio"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: radio;
	box-sizing: border-box;
}
.sinput textarea, .sinput select, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.sinput textarea:focus, .sinput input[type="text"]:focus, .sinput input[type="password"]:focus, .sinput input[type="datetime"]:focus, .sinput input[type="datetime-local"]:focus, .sinput input[type="date"]:focus, .sinput input[type="month"]:focus, .sinput input[type="time"]:focus, .sinput input[type="week"]:focus, .sinput input[type="number"]:focus, .sinput input[type="email"]:focus, .sinput input[type="url"]:focus, .sinput input[type="search"]:focus, .sinput input[type="tel"]:focus, .sinput input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.none {
	display: none !important;
}
/*涓嬫媺浜岀骇鑿滃崟鏍峰紡*/
.combobox, .selbox {
	display: block;
	position: relative;
}
.combobox .comcon, .selbox .selcon {
	display: none;/*position:absolute;*/
}
.combobox .hover, .selbox .hover {
/*杩欓噷鍙互绋嶇◢鍋氱偣淇敼 閫氬父鍦ㄥ崟鏍峰紡閲屽仛鐗规晥淇敼*/
}
/*娓呮娴姩*/
.clearfix {
	zoom: 1;
} /*ie娴忚鍣� */
/*.clearfix:after{content:' ';display:block;clear:both;height:0;visibility:hidden;} .鏍囧噯娴忚鍣�*/
.clearfix:before, .clearfix:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
/*绐椾綋澶у皬*/
.w-auto {
	width: 1600px;
}
.mauto {
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
*[data-trans="t"] {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="b"] {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="l"] {
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="r"] {
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="t"].action, *[data-trans="b"].action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
*[data-trans="l"].action, *[data-trans="r"].action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
/*璁﹑osition:fixed鍦↖E6涓嬪彲鐢�! 鍏煎鍏ㄨ兘浠ｇ爜锛屽嬁鍒犻櫎*/ 
.fixed-top /* 澶撮儴鍥哄畾 */ {
	position: fixed;
	bottom: auto;
	top: 0px;
	-webkit-transform: translateZ(0);
}
.fixed-bottom /* 搴曢儴鍥哄畾 */ {
	position: fixed;
	bottom: 0px;
	top: auto;
}
.fixed-left /* 宸︿晶鍥哄畾 */ {
	position: fixed;
	right: auto;
	left: 0px;
}
.fixed-right /* 鍙充晶鍥哄畾 */ {
	position: fixed;
	right: 0px;
	left: auto;
}
/* 涓婇潰鐨勬槸闄や簡IE6鐨勪富娴佹祻瑙堝櫒閫氱敤鐨勬柟娉� */
* html, * html body /* 淇IE6鎸姩bug */ {
	background-image: url(about:blank);
	background-attachment: fixed;
}
* html .fixed-top /* IE6 澶撮儴鍥哄畾 */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop));
}
* html .fixed-right /* IE6 鍙充晶鍥哄畾 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
* html .fixed-bottom /* IE6 搴曢儴鍥哄畾  */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
* html .fixed-left /* IE6 宸︿晶鍥哄畾 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft));
}
/* 寮瑰嚭绐楀彛 */
.modal_backdrop {
	width: 100%;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	z-index: 100001;
	display: none;
}
.modal_backdrop-black {
	background: #000;
}
.modal_backdrop-write {
	background: #FFF;
}
.modal_backdrop-transparent {
	background: transparent;
}
.modal_tbox {
	left: 0;
	width: 100%;
	z-index: 100002;
}
.modal_tbox .tconbox {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	display: none;
}
.modal_tbox .tconbox .tcon-close {
	right: 45px;
	top: 45px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	background: url(/public/images/close.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	transition: none;
}
.modal_tbox .tconbox .tcon-close:hover {
	background-position: right top;
}
.modal_tbox .tconbox .tcon-til {
	padding: 20px 45px 0;
	line-height: 80px;
	font-size: 24px;
	font-weight: bold;
	color: #F60;
}
.modal_tbox .tconbox .tcon-con {
	padding: 0 45px;
}
/* 鍔犺浇澶勭悊绐楀彛 */
.modalbg_loading-box {
	z-index: 100003;
}
.modal_loading-box {
	z-index: 100004;
}
.modal_tbox .loading-box {
	width: 64px;
	height: 20px;
	box-shadow: none;
}
.modal_tbox .loading-box .ball-beat &gt; div {
	background-color: rgba(0,0,0,.5);
}
.modal_tbox .loading-box .msg {
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
/* 澶嶅埗寮圭獥 */
.modalbg_mcopy-box {
}
.modal_mcopy-box {
}
.modal_tbox .mcopy-box {
	width: 701px;
	height: auto;
	background: #FFF;
}
.modal_tbox .mcopy-box .tcon-close {
	right: 24px;
	top: 24px;
	width: 16px;
	height: 16px;
}
.modal_tbox .mcopy-box .tcon-con {
	padding: 0;
}
.modal_tbox .mcopy-box .tcon-con .d-dl {
}
.modal_tbox .mcopy-box .tcon-con .d-dd {
	margin: 35px 0;
	padding: 0 35px;
	width: 280px;
	text-align: center;
	display: inline-block;
	float: left;
}
.modal_tbox .mcopy-box .tcon-con .d-til {
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 24px;
}
.modal_tbox .mcopy-box .tcon-con .d-con {
}
.modal_tbox .mcopy-box .tcon-con .d-con .con {
	font-size: 16px;
}
.modal_tbox .mcopy-box .tcon-con .d-con .img {
	margin: 25px 0 15px;
}
.modal_tbox .mcopy-box .tcon-con .d-1 {
}
.modal_tbox .mcopy-box .tcon-con .d-1 .d-con .con {
	line-height: 34px;
}
.modal_tbox .mcopy-box .tcon-con .d-1 .d-con .btn {
	margin: 0 auto;
	width: 160px;
	line-height: 44px;
	font-size: 18px;
	display: block;
	color: #FFF;
	background: #019DAB;
}
.modal_tbox .mcopy-box .tcon-con .d-2 {
	border-left: 1px solid #DDD;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .con {
	position: relative;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .con input[type='text'] {
	padding: 0 70px 0 10px;
	width: 100%;
	height: 34px;
	border: 1px solid #DDD;
	outline: 0 none;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .con input[type='submit'] {
	right: 0;
	top: 0;
	width: 60px;
	height: 34px;
	border: none;
	outline: 0 none;
	color: #FFF;
	background: #019DAB;
	position: absolute;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .til {
	line-height: 22px;
	font-size: 16px;
	color: #019DAB;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .til span {
	font-size: 14px;
	display: block;
	color: #666;
}
/* 鍒嗛〉鏍峰紡 */
.mpage_boxs {
	padding-top: 50px;
	font-size: 0;
	text-align: center;
}
.mpage_boxs ul {
	display: inline-block;
}
.mpage_boxs li {
	line-height: 42px;
	font-size: 16px;
	display: inline-block;
	float: left;
}
.mpage_boxs a, .mpage_boxs span {
	margin-right: 5px;
	padding: 0 20px;
	border: 1px solid #DDD;
	text-decoration: none;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage_boxs a {
	cursor: pointer;
	color: #019DAB;
}
.mpage_boxs span {
	color: #999;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a, .mpage_boxs a:hover {
	padding:1px 21px;
	border:none;
	color:#FFF;
	background: #019DAB;
}
/* .hd-boxs */
.hd-boxs {
	padding-top: 15px;
	width: 100%;
	z-index: 99999;
}
.hd-con {
}
.hd-on {
	height: 75px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.hd-on:before {
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	/* Safari for macOS &amp; iOS */
	-webkit-backdrop-filter: blur(5px); 	
	/* Google Chrome */
	backdrop-filter: blur(5px);
	/* 璁剧疆鑳屾櫙鍗婇€忔槑鐧借壊 */
	background: #FFF;
	position:absolute;
}
.hd-logo {
	float: left;
}
.hd-logo a {
	line-height:75px;
	text-align:center;
	display: block;
	color:#FFF;
	position:relative;
}
.hd-logo i {
	font-size:70px;
	display:inline-block;
	float:left;
}
.hd-logo em {
	margin-left:25px;
	font-size:16px;
	letter-spacing:4px;
	display:inline-block;
	float:left;
}
.hd-on .hd-logo a {
	color:#333;
}
.hd-on .hd-logo i {
}
.hd-mnav {
	float: right;
	position: relative;
	overflow: hidden;
}
.hd-mnav .nav-bar {
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	opacity: 0;
	background: #FFF;
	position: absolute;
}
.hd-mnav ul {
	margin: 0 -20px;
}
.hd-mnav ul li {
	padding: 0 20px;
	display: inline-block;
	float: left;
}
.hd-mnav ul li a {
	margin: 0 -20px;
	padding: 0 30px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	display: block;
	color: #FFF;
}
.hd-mnav ul li span {
	line-height: 75px;
	font-size: 18px;
	display: block;
	position: relative;
}
.hd-mnav ul li span:before {
	content: " ";
	left: -10px;
	bottom: 0;
	padding: 0 10px;
	width: 100%;
	height: 2px;
	display: none;
	background: #FFF;
	position: absolute;
}
.hd-mnav ul .on span:before {
	display: block;
}
.hd-on .hd-mnav .nav-bar, .hd-on .hd-mnav ul li span:before {
	background: #333;
}
.hd-on .hd-mnav ul li a {
	color: #333;
}
.hd-on .hd-mnav ul .on a, .hd-on .hd-mnav ul li a:hover {
	color: #333;
}
/* .bd-boxs */
.bd-boxs {
}
/* 搴曢儴 */
.ft-boxs {
	padding-bottom:25px;
	color:#FFF;
	background: #2D2F32;
}
.ft-boxs a {
	color:#CCC;
}
.ft-msg {
	margin-bottom:40px;
	border-bottom:1px solid #3A3D41;
}
.ft-msg ul {
}
.ft-msg ul li {
	width:25%;
	line-height:115px;
	font-size:0;
	text-align:center;
	display:inline-block;
	float:left;
}
.ft-msg ul li p {
	padding-left:58px;
	font-size:20px;
	display:inline-block;
	position:relative;
}
.ft-msg ul li p i {
	left:0;
	top:0;
	width:48px;
	font-size:38px;
	position:absolute;
}
.ft-dl {
}
.ft-dd {
	display:inline-block;
	float:left;
}
.ft-d1 {
	float:left;
}
.ft-d1 dl {
}
.ft-d1 dl dd {
	width:240px;
	display:inline-block;
	float:left;
}
.ft-d1 dl dd .til {
	margin-bottom:15px;
	line-height:20px;
	font-size:18px;
	display:block;
	color:#CCC;
}
.ft-d1 dl dd .til a {
	color:#CCC;
}
.ft-d1 dl dd .con {
}
.ft-d1 dl dd ul {
}
.ft-d1 dl dd ul li {
	width:100%;
	line-height:24px;
	display:inline-block;
	float:left;
	color:#999;
}
.ft-d1 dl dd ul li a {
	color:#999;
}
.ft-d1 dl dd ul li a:hover {
	color: #019DAB;
}
.ft-d1 dl .d-3 {
	width:540px;
}
.ft-d2 {
}
.ft-d2 .d-til {
	margin-bottom:15px;
	line-height:20px;
	font-size:18px;
	display:block;
	color:#CCC;
}
.ft-d2 .d-con {
}
.ft-d2 .d-con ul {
	margin-left:-40px;
}
.ft-d2 .d-con ul li {
	margin-left:40px;
	display:inline-block;
	float:left;
}
.ft-d2 .d-con ul li a {
	line-height:24px;
	font-size:24px;
	display:block;
}
.ft-d2 .d-con ul .l-1 a:hover {
	color:#009B0D;
}
.ft-d2 .d-con ul .l-2 a:hover {
	color:#DA6810;
}
.ft-d2 .d-con ul .l-3 a:hover {
	color:#F71921;
}
.ft-d2 .d-con ul li .comcon {
	top:40px;
	left:0;
	position:absolute;
}
.ft-d3 {
	text-align:center;
	float:right;
}
.ft-d3 i {
	margin-bottom:20px;
	font-size:130px;
	display:block;
}
.ft-links {
	padding:29px 0 9px;
	color:#CCC;
}
.ft-links ul {
	margin-left:-15px;
}
.ft-links ul li {
	margin-left:15px;
	line-height:24px;
	display:inline-block;
	float:left;
}
.ft-links ul li:first-child {
	margin-right:-15px;
}
.ft-copyright {
	line-height:24px;
	color:#CCC;
}
.ft-copyright .l span {
	margin-right:15px;
}
.ft-copyright .r span {
	margin-left:15px;
}
.ft-copyright span img {
	margin-right:5px;
	vertical-align: text-bottom;
}
/* 褰撳墠浣嶇疆 */
.bd-position {
	line-height: 70px;
	color: #999;
	position: relative;
}
.bd-position a {
	color: #999;
}
.bd-position a:hover {
	color: #019DAB;
}
/* 鍏叡鏍峰紡 */
.bd-mbox {
}
.bd-mbox .bm-til {
	padding:80px 0 60px;
}
.bd-mbox .bm-til .l {
}
.bd-mbox .bm-til .r {
	text-align:right;
}
.bd-mbox .bm-til .til {
	margin-bottom:24px;
	height:50px;
	line-height:50px;
	font-size:50px;
	font-weight:bold;
	display:inline-block;
	position: relative;
}
.bd-mbox .bm-til .til:before {
	content: " ";
	top: 0;
	left:0;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
}
.bd-mbox .bm-til .icon {
	width:62px;
	position:absolute;
}
.bd-mbox .bm-til .icon ul {
	margin-left:-10px;
}
.bd-mbox .bm-til .icon ul li {
	margin-left:10px;
	width:14px;
	line-height:14px;
	font-size:12px;
	text-align:center;
	display:inline-block;
}
.bd-mbox .bm-til .i-left {
	right:-92px;
	bottom:3px;
	color:#DDD;
}
.bd-mbox .bm-til .i-left ul li {
	float:left;
}
.bd-mbox .bm-til .i-left ul .l-1 {
}
.bd-mbox .bm-til .i-left ul .l-2 {
	opacity:0.6;
}
.bd-mbox .bm-til .i-left ul .l-3 {
	opacity:0.3;
}
.bd-mbox .bm-til .i-right {
	right:0;
	top:5px;
	color:#019DAB;
}
.bd-mbox .bm-til .i-right ul li {
	float:right;
}
.bd-mbox .bm-til .i-right ul .l-1 {
}
.bd-mbox .bm-til .i-right ul .l-2 {
	opacity:0.6;
}
.bd-mbox .bm-til .i-right ul .l-3 {
	opacity:0.3;
}
.bd-mbox .bm-til .ftil {
	line-height:22px;
	font-size:18px;
}
.bd-mbox .bm-til .con {
	margin-top:40px;
	overflow:hidden;
}
.bd-mbox .bm-til .con p {
	margin-top:12px;
	line-height:22px;
	font-size:18px;
}
.bd-mbox .bm-til .con p:first-child {
	margin:0;
}
.bd-mbox .bm-til .msg {
	letter-spacing:4px;
}
.bd-mbox .bm-til .more {
	padding-left:24px;
	display:inline-block;
	position:relative;
}
.bd-mbox .bm-til .more i {
	left:0;
	top:0;
	position:absolute;
}
.bd-mbox .bm-til .more:hover {
	color:#019DAB;
}
/* 鎴戜滑鐨勪紭鍔� */
.bd-youshi {
	overflow: hidden;
}
.bd-youshi .bm-con {
}
.bd-youshi .bm-con dl {
}
.bd-youshi .bm-con dl dd {
	width: 50%;
	display: inline-block;
	float: left;
}
.bd-youshi .bm-con dl dd a {
	height: 420px;
	position: relative;
	display:block;
}
.bd-youshi .bm-con dl dd a:before, .bd-youshi .bm-con dl dd a:after {
	content: " ";
	top: 0;
	width: 960px;
	height: 420px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	display: block;
	position: absolute;
}
.bd-youshi .bm-con dl dd .box {
	height:100%;
	color:#FFF;
	position: relative;
	z-index:1;
}
.bd-youshi .bm-con dl dd .til {
	padding-top:60px;
	line-height:136px;
	font-size:36px;
	font-weight:bold;
}
.bd-youshi .bm-con dl dd .con {
	line-height:30px;
	font-size:18px;
}
.bd-youshi .bm-con dl .d-1 a:before, .bd-youshi .bm-con dl .d-1 a:after, .bd-youshi .bm-con dl .d-3 a:before, .bd-youshi .bm-con dl .d-3 a:after {
	right:0;
}
.bd-youshi .bm-con dl .d-2 a:before, .bd-youshi .bm-con dl .d-2 a:after, .bd-youshi .bm-con dl .d-4 a:before, .bd-youshi .bm-con dl .d-4 a:after {
	left:0;
}
.bd-youshi .bm-con dl .d-1 .box, .bd-youshi .bm-con dl .d-3 .box {
	padding-right:120px;
}
.bd-youshi .bm-con dl .d-2 .box, .bd-youshi .bm-con dl .d-4 .box {
	padding-left:120px;
}
.bd-youshi .bm-con dl .d-1 a:before {
	background: url(/public/images/bm-5-01.jpg) no-repeat center center;
}
.bd-youshi .bm-con dl .d-1 a:after {
	background: rgba(1,157,171,.8);
}
.bd-youshi .bm-con dl .d-1 a:hover:after {
	background: rgba(1,157,171,1);
}
.bd-youshi .bm-con dl .d-2 a:before {
	background: url(/public/images/bm-5-02.jpg) no-repeat center center;
}
.bd-youshi .bm-con dl .d-2 a:after {
	background: rgba(255,89,6,.8);
}
.bd-youshi .bm-con dl .d-2 a:hover:after {
	background: rgba(255,89,6,1);
}
.bd-youshi .bm-con dl .d-3 a:before {
	right:0;
	background: url(/public/images/bm-5-03.jpg) no-repeat center center;
}
.bd-youshi .bm-con dl .d-3 a:after {
	right:0;
	background: rgba(8,66,174,.8);
}
.bd-youshi .bm-con dl .d-3 a:hover:after {
	right:0;
	background: rgba(8,66,174,1);
}
.bd-youshi .bm-con dl .d-4 a:before {
	background: url(/public/images/bm-5-04.jpg) no-repeat center center;
}
.bd-youshi .bm-con dl .d-4 a:after {
	background: rgba(30,30,30,.8);
}
.bd-youshi .bm-con dl .d-4 a:hover:after {
	background: rgba(30,30,30,1);
}
/* 鏂伴椈璧勮 */
.bd-news {
	background:#F4F4F4;
	overflow:hidden;
}
.bd-news .bm-con {
	padding-bottom:110px;
}
.bd-news .bm-con .hd {
	right:0;
	top:-98px;
	position:absolute;
}
.bd-news .bm-con .hd ul {
	margin:0 -25px;
}
.bd-news .bm-con .hd ul li {
	display:inline-block;
	float:left;
}
.bd-news .bm-con .hd ul li a {
    padding: 0 25px;
    line-height: 38px;
    font-size: 28px;
    display: block;
	color:#666;
    position: relative;
}
.bd-news .bm-con .hd ul li em {
	left: 0;
    top: 0;
	color:#666;
    position: absolute;
}
.bd-news .bm-con .hd ul .on a, .bd-news .bm-con .hd ul li a:hover {
    color: #019DAB;
}
.bd-news .bm-con .bd {
}
.bd-news .bm-con .bd-con {
	display:none;
}
.bd-news .bm-con .bd ul {
	margin:0 -16px;
}
.bd-news .bm-con .bd ul li {
	padding:0 16px;
	width:25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	float:left;
}
.bd-news .bm-con .bd ul .l-con {
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	position:relative;
}
.bd-news .bm-con .bd ul li a {
	display:block;
	background:#FFF;
}
.bd-news .bm-con .bd ul li .img {
	margin-bottom:15px;
	overflow:hidden;
}
.bd-news .bm-con .bd ul li .img img {
	width: 100%;
    height: 246px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    object-fit: cover;
}
.bd-news .bm-con .bd ul li .box {
	padding:0 24px;
}
.bd-news .bm-con .bd ul li .til {
	height:56px;
	line-height:56px;
	font-size:24px;
	font-weight:bold;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	display: block;
	overflow: hidden;
}
.bd-news .bm-con .bd ul li .con {
	margin-bottom:42px;
	height:56px;
	line-height:28px;
	font-size:16px;
	color:#666;
	overflow:hidden;
}
.bd-news .bm-con .bd ul li .time {
	line-height:66px;
	font-size:16px;
	color:#666;
	position:relative;
}
.bd-news .bm-con .bd ul li .time em {
	right:0;
	top:0;
	color:#999;
	position:absolute;
}
.bd-news .bm-con .bd ul .l-con:hover {
	-webkit-box-shadow: 0 0 10px rgb(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgb(0,0,0,0.3);
}
.bd-news .bm-con .bd ul li .til:hover {
	color:#019DAB;
}
.bd-news .bm-con .bd ul li .tags {
	margin:0 24px;
	position:relative;
}
.bd-news .bm-con .bd ul li .tags .t-con {
	left:0;
	top:-94px;
	height:28px;
	display:inline-block;
	overflow:hidden;
	position:absolute;
}
.bd-news .bm-con .bd ul li .tags a {
	margin-right:5px;
	padding:0 10px;
	line-height:26px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	border:1px solid #DDD;
	display:inline-block;
	float:left;
	color:#666;
}
.bd-news .bm-con .bd ul li .tags a:hover {
	border-color:#019DAB;
	color:#FFF;
	background:#019DAB;
}
/* 妗堜緥 */
.bd-case {
}
.bd-case .bm-con {
	overflow:hidden;
}
.bd-case .bm-con .c-list {
}
.bd-case .bm-con .c-list ul {
	margin: -13px -13px 0;
}
.bd-case .bm-con .c-list ul li {
	margin-top: 13px;
	padding:0 13px;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-case .bm-con .c-list ul li a {
	display: block;
}
.bd-case .bm-con .c-list ul li .img {
	overflow:hidden;
}
.bd-case .bm-con .c-list ul li .til {
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	display: block;
	color:#666;
	overflow: hidden;
}
.bd-case .bm-con .c-list ul li a:hover .til {
	color:#019DAB;
}
.bd-cpkind {
	background:#F4F4F4;
}
.bd-cpkind .bm-con {
	padding-bottom:55px;
	overflow:hidden;
}
.bd-cpkind .bm-con ul {
	margin:0 -25px;
}
.bd-cpkind .bm-con ul li {
	margin-top:15px;
	padding:0 25px;
	width:33.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}
.bd-cpkind .bm-con ul li a {
	display:block;
}
.bd-cpkind .bm-con ul li .img {
	overflow:hidden;
}
.bd-cpkind .bm-con ul li .til {
	height:90px;
	line-height:90px;
	font-size:24px;
	text-align:center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	white-space:nowrap;
	text-overflow: ellipsis;/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
	overflow:hidden;
}
.bd-cpkind .bm-con ul li a:hover .til {
	color: #019DAB;
}
/* 琛ㄥ崟 */
.bd-form {
	background: #FFF;
}
.bd-form .f-til {
	padding: 0 40px;
	line-height: 75px;
	background: #333;
}
.bd-form .f-til b {
	margin-right: 15px;
	font-size: 28px;
	color: #FFF;
}
.bd-form .f-til span {
	font-size: 24px;
	color: #555;
}
.bd-form .f-con {
	padding: 30px 40px;
}
.bd-form .f-con .d-dl {
	margin: 0 -4px;
}
.bd-form .f-con .d-dd {
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.bd-form .f-con .d-1 {
	width: 38%;
}
.bd-form .f-con .d-1 .d-con {
	margin-top: 15px;
	position: relative;
}
.bd-form .f-con .d-1 .d-con:first-child {
	margin-top: 0;
}
.bd-form .f-con .d-1 .d-con .ico {
	left: 95px;
	top: 1px;
	line-height: 50px;
	position: absolute;
}
.bd-form .f-con .d-1 .d-con .til {
	left: 15px;
	top: 1px;
	width: 75px;
	line-height: 50px;
	text-align: justify;
	text-align-last: justify;
	position: absolute;
}
.bd-form .f-con .d-1 .d-con .con {
	padding-left: 110px;
	border: 1px solid #DDD;
}
.bd-form .f-con .d-1 .d-con .con select, .bd-form .f-con .d-1 .d-con .con input, .bd-form .f-con .d-1 .d-con .con textarea {
	width: 100%;
	border: none;
}
.bd-form .f-con .d-1 .d-con .con select, .bd-form .f-con .d-1 .d-con .con input {
	padding-right: 15px;
	height: 50px;
	font-size: 18px;
}
.bd-form .f-con .d-1 .d-con .con textarea {
	padding: 0 10px;
	height: 117px;
	line-height: 30px;
	font-size: 18px;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	font-family: "寰蒋闆呴粦", "\5fae\8f6f\96c5\9ed1", Arial, Helvetica, sans-serif;
	float: left;
}
.bd-form .f-con .d-2 .d-con .con {
	padding: 0;
}
.bd-form .f-con .d-3 {
	width: 24%;
	text-align: center;
}
.bd-form .f-con .d-3 .d-con {
	margin-left: 30px;
	height: 253px;
	position: relative;
}
.bd-form .f-con .d-3 .box {
	margin-top: 20px;
	padding-top: 80px;
	height: 70px;
	display: inline-block;
	position: relative;
}
.bd-form .f-con .d-3 .box i {
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	font-size: 70px;
	text-align: center;
	display: block;
	color: #019DAB;
	position: absolute;
}
.bd-form .f-con .d-3 .til {
	line-height: 30px;
	font-size: 20px;
}
.bd-form .f-con .d-3 .con {
	line-height: 40px;
	font-size: 34px;
}
.bd-form .f-con .d-3 .btn {
	right: 0;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
}
.bd-form .f-con .d-3 .btn input[type="submit"] {
	width: 100%;
	height: 60px;
	font-size: 24px;
	border: none;
	color: #FFF;
	background: #019DAB;
}
/* 浼佷笟绠€浠� */
.bd-guanyu {
}
.bd-guanyu .bm-con {
	padding-bottom:110px;
	position:relative;
}
.bd-guanyu .bm-con .c-con {
	margin-bottom:60px;
	padding-left:250px;
	text-indent:44px;
	line-height:44px;
	font-size:22px;
}
.bd-guanyu .bm-con .hd {
	left:0;
	top:0;
	width:200px;
	position:absolute;
}
.bd-guanyu .bm-con .hd ul {
	margin-top:-41px;
}
.bd-guanyu .bm-con .hd ul li {
	margin-top:41px;
	width:100%;
	display:inline-block;
	float:left;
}
.bd-guanyu .bm-con .hd ul li a {
	line-height:46px;
	font-size:28px;
	display:inline-block;
	color:#999;
	position:relative;
}
.bd-guanyu .bm-con .hd ul li a:before {
    content: " ";
	margin-left:50%;
    left: -70px;
    bottom: -10px;
    width: 140px;
    height: 30px;
    display: none;
    background: url(/public/images/bm-8-til-bg.png) no-repeat center center;
    position: absolute;
}
.bd-guanyu .bm-con .hd ul .on a, .bd-guanyu .bm-con .hd ul li a:hover {
	color:#019DAB;
}
.bd-guanyu .bm-con .hd ul .on a:before {
	display:block;
}
.bd-guanyu .bm-con .bd {
	overflow:hidden;
}
.bd-guanyu .bm-con .bd-con {
	display:none;
}
.bd-guanyu .bm-con .bd ul {
	margin:0 -10px;
}
.bd-guanyu .bm-con .bd ul li {
	padding:0 10px;
	width:25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	float:left;
}
.bd-guanyu .bm-con .bd ul li img {
	width: 100%;
    height: auto;
}
/* 椤鹃棶鍥㈤槦 */
.bd-tuandui {
	background:#F4F4F4;
}
.bd-tuandui .bm-con {
	padding-bottom:110px;
	overflow:hidden;
}
.bd-tuandui .bm-con ul {
	margin:-40px -20px 0;
}
.bd-tuandui .bm-con ul li {
	margin-top:40px;
	padding:0 20px;
	width:33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	float:left;
}
.bd-tuandui .bm-con ul li a {
	padding-bottom:30px;
	display:block;
	background:#EEE;
}
.bd-tuandui .bm-con ul li .box {
	width:100%;
	display:inline-block;
	float:left;
}
.bd-tuandui .bm-con ul li .til, .bd-tuandui .bm-con ul li .con {
	margin:0 54% 0 50px;
}
.bd-tuandui .bm-con ul li .til {
	padding-top:40px;
	height:90px;
	line-height:30px;
	font-size:24px;
}
.bd-tuandui .bm-con ul li .con {
	line-height:32px;
	font-size:16px;
	color:#666;
}
.bd-tuandui .bm-con ul li .img {
	margin-left:-46%;
	width:46%;
	float:right;
	position:relative;
}
.bd-tuandui .bm-con ul li .img:before {
	content:" ";
	left:0;
	bottom:0;
	width:26px;
	height:26px;
	display:block;
	background:#019DAB;
	position:absolute;
}
.bd-tuandui .bm-con ul li a:hover {
	background:#E2E2E2;
}
/* 鑷€傚簲 */
@media (max-width: 1642px) {
.w-auto {
	width: 1200px;
}
/* 瀵艰埅 */
.hd-mnav ul {
	margin: 0 -10px;
}
.hd-mnav ul li {
	padding: 0 10px;
}
.hd-mnav ul li a {
	margin: 0 -10px;
	padding: 0 20px;
}
/* 搴曢儴 */
.ft-d1 dl dd {
	width:200px;
}
.ft-d1 dl .d-3 {
	padding-right:80px;
	width:300px;
}
/* 鍏叡鏍峰紡 */
.bd-mbox .bm-til .til {
	font-size:44px;
}
/* 椤鹃棶鍥㈤槦 */
.bd-tuandui .bm-con ul li {
	width:50%;
}
/* 浼佷笟绠€浠� */
.bd-guanyu .bm-con .c-con {
	padding-left:200px;
}
.bd-guanyu .bm-con .hd ul li a {
}
/* 鏂伴椈璧勮 */
.bd-news .bm-con .bd ul li {
	width:33.33333%;
}
.bd-news .bm-con .bd ul .l-4 {
	display:none;
}
}</pre></body></html>