<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* åŸºç¡€æ&nbsp;·å¼ */
body{touch-action: pan-y;}
a{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
ol,ul,li {list-style:none; margin:0; padding:0;} 
a{ text-decoration: none; color:#333;}
a:link,a:visited{text-decoration: none;}

/* é˜¿é‡Œäº‘å­—ä½“å›¾æ&nbsp;‡ */
@font-face {
  font-family: 'iconfont'; 
  src: url('/tpl/default/skin/plugins/iconfont/iconfont.woff2') format('woff2'),
       url('/tpl/default/skin/plugins/iconfont/iconfont.woff') format('woff'),
       url('/tpl/default/skin/plugins/iconfont/iconfont.ttf') format('truetype');
}
.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}
.hidden{display:none;}


/*bootrstrapæ&nbsp;·å¼å¤ç›–*/
.container-fluid{
	width:1430px !important;
	max-width:90% !important;
}
@media screen and (max-width:1300px){
	.container-fluid{
		max-width:95% !important;
	}
}
@media screen and (max-width:768px){
	.container-fluid{
		max-width:100% !important;
		padding-right: 10px;
		padding-left: 10px;
		overflow:hidden;
	}
	
}

#header{
	width:100%;
	z-index:900;
	position:fixed;
	width:100%;
	left:0px;
	top:0px;
	background:rgba(255,255,255,0);
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
#header .left{
	float:left;
	display:flex;
	height:112px;
	align-items:center;
	align-items:stretch;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}

#header .right{
	float:right;
	display:flex;
	height:112px;
	justify-content:right;
	align-items:stretch;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#header .logo{
	display:flex;
	align-items:center;
}
#header .logo img{
	display:block;
	min-height:40px;
	max-height:95%;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
#header .navList{
	display:flex;
	align-items:stretch;
}
#header .navList ul{
	margin:0px;
	display:flex;
	align-items:center;
	justify-content:center;
	align-items:stretch;
}
#header .navList li{
	display:flex;
	align-items:center;
	position: relative;
	margin:0 0.08rem;
	position:relative;
}
#header .navList li&gt;a{
	font-size:15px;
	display:block;
	color:#fff;
	position:relative;
	text-align:center;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
#header .navList li:hover&gt;a{
	color:#15a1dc !important;
}

#header .navList li:after{
	position:absolute;
	bottom:0px;
	left:0px;
	content:'';
	display:block;
	width:0%;
	height:3px;
	background:#15a1dc;
	margin:0 auto -1px auto;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
#header .navList li:hover:after{
	width:100%;
}

#header .navList li.active:after{
	width:100%;
	color:#15a1dc;
}
#header .navList li&gt;a .glyphicon{
	font-size:11px;
	transform:scale(0.7); 
}

#header .navList .child{
	position:absolute;
	top:100%;
	left:0px;
	background:rgba(255,255,255,0.9);
	border-radius:0 0 5px 5px;
	box-shadow:0 3px 5px rgba(0,0,0,0.1);
	z-index:999;
	visibility: hidden;
	opacity:0;
	margin-top:30px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#header .navList li:hover .child{
	visibility: visible;
	opacity:1;
	margin-top:1px;
}
#header .navList .child a{
	display:block;
	line-height:40px;
	height:40px;
	padding:0 15px;
	white-space: nowrap;
	overflow: auto;
	display:flex;
}
#header .navList .child a:hover,#header .navList li .child a.active{
	background:#fff;
	color:#15a1dc;
}
#header .navList .child a .iconfont{
	font-size:14px;
	margin-left:5px;
}
#header .navList .child dd{
	position:relative;
}
#header .navList .child dd:hover .son{
	visibility: visible;
	opacity:1;
	margin-left:0;
}
#header .navList .son{
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	position:absolute;
	top:0;
	left:100%;
	background:rgba(255,255,255,0.9);
	box-shadow:0 3px 5px rgba(0,0,0,0.1);
	margin-left:30px;
	border-left:1px solid #eee;
	visibility: hidden;
	opacity:0;
}


#header .search{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	position:relative;
	z-index:999999;
	margin:0 30px;
}
#header .search-icon{
	display:block;
	cursor:pointer;
	font-size:20px;
	color:#fff;
}
#header .search-icon:hover{
	color:#15a1dc;
}
#header .search-icon.active{
	color:#15a1dc;
}
#header .search-form{
	position:absolute;
	background:rgba(0,0,0,0.1);
	width:320px;
	margin-top:100px;
	right:-8px;
	padding:10px;
	border-radius:3px;
	display:none;
}
#header .search-form form{
	position:relative;
}
#header .search-form form input{
	display:block;
	height:36px;
	line-height:36px;
	border:1px solid #ddd;
}
#header .search-form form button{
	position:absolute;
	top:0px;
	right:0px;
	height:36px;
	background:#15a1dc;
	color:#fff;
}
#header .search-form form button:hover{
	background:#028aca;
}

#header .lang{
	display:flex;
	align-items:center;
	margin-left:30px;
	color:#fff;
}
#header .lang .name{
	position:relative;
	cursor:pointer;
}
#header .lang .name a{
	display:block;
	line-height:32px;
	color:#fff;
}
#header .lang .name:hover{
	color:#15a1dc !important;
}
#header .lang:hover .list{
	visibility:hidden;
	opacity:1;
	visibility:visible;
	margin-top:0px;
}
#header .lang .name .iconfont{
	font-size:11px;
}
#header .lang .list{
	position:absolute;
	background:#fff;
	top:75%;
	width:60px;
	border-radius:0 0 5px 5px;
	border-top:2px solid #15a1dc;
	overflow:hidden;
	margin-top:30px;
	opacity:0;
	visibility:hidden;
	box-shadow:0 3px 5px rgba(0,0,0,0.1);
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#header .lang .list a{
	display:block;
	color:#333;
	border-bottom:1px solid #eee;
	padding: 5px 10px;
}
#header .lang .list a:hover{
	color:#15a1dc;
}
#header .glyphicon{
	display:none;
}

#header.active{
	border-bottom:1px solid #eee;
}
#header.active{
	background:rgba(255,255,255,1);
}
#header.active .right{
	height:80px;
}
#header.active .left{
	height:80px;
}
#header.active .navList li&gt;a {
	color:#333;
}
#header.active .search-icon{
	color:#333;
}
#header.active .lang .name{
	color:#333;
}
#header.active .child,#header.active .son{
	background:#fff;
}
#header.active .logo img{
	transform:scale(0.9); 
}





.mMenu-icon{
	height:30px;
	width:30px;
	position: fixed;right: 15px;top: 15px;z-index:902;
}
.mMenu-icon .line{
	display:block;
	width:100%;
	height:3px;
	background:#fff;
	position:relative;
	transition: 0.3s;-moz-transition: 0.3s;	-webkit-transition: 0.3s;	-o-transition: 0.3s;
	transform:rotate(0deg);-ms-transform:rotate(0deg); 	-moz-transform:rotate(0deg); 	-webkit-transform:rotate(0deg); -o-transform:rotate(0deg); 	
	transform-origin:right;
	border-radius:3px;
	overflow:hidden;
}
.mMenu-icon .l2{
	margin:8px 0;
	width:25px;
	position:relative;
	right:-4px;
}
.mMenu-icon.active .line{
	background:#15a1dc !important;
}
.mMenu-icon.active .l1{
	transform:rotate(-45deg);-ms-transform:rotate(-45deg); 	-moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); 
	transform-origin:right;
}
.mMenu-icon.active .l2{
	opacity:0;
}
.mMenu-icon.active .l3{
	transform:rotate(45deg);-ms-transform:rotate(45deg); 	-moz-transform:rotate(45deg); 	-webkit-transform:rotate(45deg); -o-transform:rotate(45deg);
	transform-origin:right;
}

.mMenu-list{
	transition: 0.3s;-moz-transition: 0.3s;	-webkit-transition: 0.3s;	-o-transition: 0.3s;
	background:#fff;
	z-index:901;
	position:fixed;
	top:0px;
	right:-65%;
	height:100%;
	width:65%;
	padding-top:55px;
	border-radius:1000px 0 0 1000px;
	overflow:hidden;
}
.mMenu-list a{
	display:block;
	height:45px;
	line-height:45px;
	border-top:1px solid #eee;
	padding:0 20px;
	position:relative;
	z-index:9999;
}
.mMenu-list a.on{
	background:#15a1dc;
	color:#fff;
}

.mMenu-list.active{
	right:0%;
	border-radius:0px;
}
.grayBg{
	position:fixed;
	left:0px;
	top:0px;
	background:#000;
	width:100%;
	height:100%;
	opacity:0.75;
	display:none;
	z-index:900;
}

@media screen and (max-width:768px){
	#header{
		height:55px;
	}
	#header .left ,#header.active .left{
		height:55px;
	}
	
}

/* åº•éƒ¨ */
.footer{
	background:#15a1dc;
	clear:both;
	width:100%;
	display:block;
	text-align:left;
	padding:50px 0 25px 0;
}
.footer .main{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	display:flex;
}
.footer .nav{
	display:flex;
	width:100%;
}
.footer .nav .item{
	width:100%;
	color:#fff;
}
.footer .nav .item h2{
	font-size:18px;
	margin-top:0px;
}
.footer .nav .item h2 a{
	color:#fff;
}
.footer .nav .item h2:after{
	content:'';
	display:block;
	width:30px;
	height:2px;
	background:#fff;
	margin:15px 0 15px 0;
}
.footer .nav .item ul li{
	padding:5px 0;
}
.footer .nav .item ul li .iconfont{
	font-size:12px;
	line-height:14px;
	margin-left:5px;
}
.footer .nav .item ul li a{
	color:#fff;
}
.footer .nav .item ul li:hover&gt;a:hover,.footer .nav .item ul li:hover&gt;.iconfont{
	color:#a7e1fc;
}

.footer .nav .item ul li dl{
	margin:0px;
	margin-top:10px;
	display:none;
}
.footer .nav .item ul li dl a{
	font-size:13px;
}
.footer .nav .item ul li dl a:hover{
	color:#a7e1fc;
}

.footer .ewm{
	color:#fff;
}
.footer .ewm .top{
	font-size:16px;
	margin-bottom:15px;
}
.footer .ewm .top .p1{
	margin-bottom:0px;
}
.footer .ewm .top .p2{
	font-size:32px;
	color:#fff !important;
}

.footer .ewm .list{
	display:flex;
}
.footer .ewm .list .item{
	text-align:center;
	font-size:15px;
}
.footer .ewm .list .item:first-child{
	margin-right:40px;
}
.footer .ewm .list .item img{
	width:145px;
	margin-bottom:20px;
}

.footer .bottom{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	color:#fff;
}
.footer .bottom a{
	color:#fff;
}
.footer .bottom .link a{
	display:inline-block;
}
.footer .bottom .link a:after{
	content:'';
	display:inline-block;
	width:1px;
	height:12px;
	background:#fff;
	margin:0 10px;
	position:relative;
	top:2px;
}
.footer .bottom .link a:hover{
	color:#a7e1fc;
}
.footer .bottom .link a:last-child:after{
	display:none;
}
.footer .bottom .copyright{
	border-top:1px solid #fff;
	padding-top:8px;
	margin-top:8px;
}





#mFooter{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:55px;
	padding:2px 0;
	background:#fff;
	z-index:999;
	box-shadow:0 0 5px #ddd;
	display:flex;
	border-radius:10px 10px 0 0;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#mFooter .item{
	width:100%;
}
#mFooter .item .iconbox{
	height:24px;
	text-align:center;
	margin-bottom:5px;
}
#mFooter .item .iconbox i{
	display:block;
	font-size:24px;
}
#mFooter .item img{
	display:block;
	margin:4px auto;
	height:24px;
}
#mFooter .item p{
	font-size:12px;
	text-align:center;
}
#mFooter .item.on p{
	color:#15a1dc;
}
#mFooter .item.on .iconbox i{
	color:#15a1dc;
}


/* åˆ†é¡µ */
.pagelist{
	padding-top:20px;
	text-align:center;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span{
	color:#666;
}
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover{
	background-color: #15a1dc;
    border-color: #15a1dc;
}


@media screen and (max-width:768px){
	#header .logo img{
		height:40px;
	}
	
	.footer .main{
		justify-content:center;
	}
	.footer .bottom .copyright .s{
		display:block;
	}

}



/* äºŒçº§é¡µé¢é¡¶éƒ¨æ¨ªå¹… */
.pageBaner{
	position: relative;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:2.12rem;
	display:flex;
	align-items:center;
	
}
.pageBaner .text{
	height:100%;
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	padding:95px 0px 25px 0px;
	max-width:1400px;
	margin:0 auto;
}
.pageBaner .text .p1{
	font-size:0.16rem;
	font-weight:700;
	color:#fff;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:20px;
}
.pageBaner .text .p2{
	color:#fff;
	font-size:0.07rem;
	text-align:center;
	margin-bottom:30px;
}


.pageBaner .list{
	display:flex;
	flex-wrap:wrap;
}

.pageBaner .text .list .item{
	width:50%;
	display:flex;
	color:#fff;
	align-items:center;
	width:50%;
	margin:25px 0;
	justify-content:flex-start;
}


.pageBaner .text .list .item img{
	margin-right:15px;
}
.pageBaner .text .list .item span{
	font-size:24px;
}




@media screen and (max-width:768px){
	.pageBaner .text{padding: 100px 15px 40px 15px;}
	.pageBaner .text .p1{font-size:24px;}
	.pageBaner .text .p2{font-size:14px;}
}





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