<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  */
*{
	margin: 0;
	padding: 0;
	font-family: å¾®è½¯é›…é»‘;
	color: #555 !important;
}

.box{
	width: 100%;
	padding:15px 0;
}

body{
	padding-top: 40px;
	overflow-x: hidden;
}
@media(max-width: 1024px){
	body{padding-top: 20px;}
}

.box01{
	border-bottom: 1px dashed #ddd;
}
.box02{
	background: -webkit-linear-gradient(#f1f1f1, #fff); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#f1f1f1, #fff); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#f1f1f1, #fff); /* Firefox 3.6 - 15 */
	background: linear-gradient(#f1f1f1, #fff); /* æ&nbsp;‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
}
.box03{
	padding: 50px 0 50px;
	background: url(../images/bg01.jpg) no-repeat center;
}
.box04{
	padding: 15px;
	background: #333;
}
.box05{
	background: -webkit-linear-gradient(#fff, #ebebeb, #fff); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#fff, #ebebeb, #fff); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#fff, #ebebeb, #fff); /* Firefox 3.6 - 15 */
	background: linear-gradient(#fff, #ebebeb, #fff); /* æ&nbsp;‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
}

/* å¯¼èˆªå¼€å§‹ */
@media (min-width: 1024px){
	.nav-height{height: 70px !important}
	.navbar-nav &gt; li &gt; a {
    	padding-top: 25px !important;
    	padding-bottom: 23px !important;
    }
}

.navbar-mynavbar{
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.navbar-mynavbar .navbar-nav &gt; li &gt; a {
  color: #777 !important;
  border-bottom: 2px solid #fff !important;
  transition: 0.2s;
}
.navbar-mynavbar .navbar-nav &gt; li &gt; a:hover,
.navbar-mynavbar .navbar-nav &gt; li &gt; a:focus {
  color: #f00 !important;
  border-bottom: 2px solid #f00 !important;
  background-color: #fff !important;
}
.navbar-mynavbar .navbar-nav &gt; .active &gt; a,
.navbar-mynavbar .navbar-nav &gt; .active &gt; a:hover,
.navbar-mynavbar .navbar-nav &gt; .active &gt; a:focus {
  color: #f00 !important;
  border-bottom: 2px solid #f00 !important;
}

.navbar-mynavbar .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-toggle{
	border: 1px solid #f1f1f1 !important;
}

@media (max-width: 1024px){
	.navbar-mynavbar .navbar-nav &gt; li &gt; a {
	  color: #555 !important;
	  border-bottom: 2px solid #fff !important;
	  transition: 0.2s;
	}
	.navbar-mynavbar .navbar-nav &gt; li &gt; a:hover,
	.navbar-mynavbar .navbar-nav &gt; li &gt; a:focus {
	  color: #f00 !important;
	  border-bottom: 2px solid #fff !important;
	  background-color: #fff !important;
	}
	.navbar-mynavbar .navbar-nav &gt; .active &gt; a,
	.navbar-mynavbar .navbar-nav &gt; .active &gt; a:hover,
	.navbar-mynavbar .navbar-nav &gt; .active &gt; a:focus {
	  color: #f00 !important;
	  border-bottom: 2px solid #fff !important;
	}

	.navbar-mynavbar .navbar-toggle .icon-bar {
	  background-color: #888;
	}
}

@media (min-width: 1024px){
	#mynav .aafter{
		width: 1px;
		height: 12px;
		background-color: rgba(100,100,100, .5);
		position: absolute;
		top: 30px;
		right: 0;
	}
}

/* æ&nbsp;‡é¢˜æ&nbsp;·å¼ */
small{
	margin-left: 15px;
}
.titleF00{
	color: #f00 !important;
}

/* åŠ¨ç”»çš„è‡ªå®šä¹‰ */
.overHidden{
	overflow: hidden;
	margin: 0 0 15px;
}

.aWow{
	display: block;
}

.overHidden img{
	transition: 0.5s;
}
.overHidden img:hover{
	transform:scale3d(1.2,1.2,1.2);
	-webkit-transform:scale3d(1.2,1.2,1.2); /* Safari and Chrome */
}

/* æœ€æ–°èµ„è®¯ */
.scrollbox{
	width:100%;
	overflow:hidden;
}
#scrollDiv{
	width:100%;
	height:200px;
	overflow:hidden;
}/*è¿™é‡Œçš„é«˜åº¦å’Œè¶…å‡ºéšè—æ˜¯å¿…é¡»çš„*/
#scrollDiv li{
	padding:0 15px 15px;
	overflow:hidden; vertical-align:bottom; zoom:1; 
	border-bottom:#B7B7B7 dashed 1px;
}
#scrollDiv li .time-title{
	height: 65px;
	border: 2px solid #ddd;
	border-radius: 65px;
}
#scrollDiv li .time-title h1{
	margin: 0;
	border-bottom: 1px dashed #999;
}

#scrollDiv li .time-right-tt p{text-indent: 2em;margin: 0;color: #999!important;}
#scrollDiv li h4{ 
	margin: 0 0 5px;
}
#scrollDiv li h4 a:hover{ color:#F00;}
@media (max-width: 768px){
	#scrollDiv li .time-right-tt{
		margin-top: 15px;
	}
}
#scrollDiv li div{ 
	color:#555; 
	overflow:hidden;
}
#scrollDiv li div a{ color:#555;}
/* #scrollDiv li{
	padding:15px;
	overflow:hidden; vertical-align:bottom; zoom:1; 
	border-bottom:#B7B7B7 dashed 1px;
}
#scrollDiv li .time-title{
	width: 65px;
	height: 65px;
	margin-right: 15px;
	border: 2px solid #ddd;
}
#scrollDiv li .time-title h1{
	margin: 0;
	border-bottom: 1px dashed #ddd;
}
#scrollDiv li .time-right-tt{width: 640px;}
@media (max-width: 1200px){
	#scrollDiv li .time-right-tt{width: 506px;}
}
@media (max-width: 992px){
	#scrollDiv li .time-right-tt{width: 610px;}
}
@media (max-width: 748px){
	#scrollDiv li .time-right-tt{width: 600px;}
}
@media (max-width: 420px){
	#scrollDiv li .time-right-tt{width: 356px; margin-top: 15px;}
}
#scrollDiv li .time-right-tt p{text-indent: 2em;margin: 0;}
#scrollDiv li h4{ 
	margin: 0 0 5px;
}

#scrollDiv li h4 a:hover{ color:#F00;}
#scrollDiv li div{ 
	color:#555; 
	overflow:hidden;
}
#scrollDiv li div a{ color:#555;} */


/* æ»šåŠ¨ç‰¹æ•ˆ */
.dowebok{
	width: 100%;
	height: 170px;
}
ul{margin: 0;}
.dowebok ul li{
	font-size: 14px;
	border-bottom: 1px dashed #ddd;
	color: #555;
	padding: 15px 0;
}
.bg-hui{
	background: #f1f1f1;
	width: 100%;
	height: 100%;
	padding: 1px 15px 15px;
	border-radius: 2px;
}

.dowebok-r{height: 666px;}
/* å…¨å›½æ»šåŠ¨å“åº” */
@media (max-width: 1200px){
	.dowebok-r{height: 590px;}
}

/* è€ƒå®˜ä»‹ç» */
.col-bg-dd{
	background: #ddd;
	padding:15px 15px 5px;
}
.col-bg-ff{
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 15px;
}
.box02 .a-h-col-f00{
	display: block;
	margin: 5px 0;
}
.box02 .a-h-col-f00 .col-bg-dd, .col-bg-ff{
	transition: 0.5s;
}
.box02 .a-h-col-f00:hover{
	text-decoration: none;
}
.box02 .a-h-col-f00:hover .col-bg-dd{
	background: #f00;
}
.box02 .a-h-col-f00:hover .col-bg-ff{
	border: 1px solid #f00;
	color: #f00!important;
}
/*.box02 .a-h-col-f00:hover h4.txt-col-f{
	color: #fff!important;
}*/
.box02 .a-h-col-f00:hover h4, .box02 .a-h-col-f00:hover small, .box02 .a-h-col-f00:hover p{
	color: #fff!important;
}


/* è¯ä¹¦å±•ç¤º */
.box03 .show-cer{
	border-top: 5px solid #f1f1f1;
	background: #f1f1f1;
	cursor: pointer;
	padding: 1px 0;
}
.box03 .cer-one{display: block;}
.box03 .cer-one .show-cer p{
	margin-top: 5px;
}
.box03 .cer-one .show-cer.active{
	border-top: 5px solid #f00;
	background: #fff;
}

.box03 .show-rol{
	background: #fff;
	overflow: hidden;
	width: 100%;
	height: 250px;
}
.box03 .show-rol ul{
	list-style: none;
}
.box03 .show-rol ul li{
	display: inline-block;
	margin: 15px 0 15px 15px; 
}
.box03 .show-rol ul li img{
	width: 150px;
	height: 200px;
}
.box03 .show-rol ul li p{
	margin: 0;
	padding-top: 10px;
}

/*.box03 .show-rol{display: none;}*/

.box03 .cer-two{display: none;}
.box03 .cer-two .row{
	margin-bottom: 30px;
}
.box03 .cer-two .show-cer-two{
	background: #f1f1f1;
	padding: 1% 0;
}
.box03 .cer-two .show-cer-two p{
	margin: 0;
}

/*@media (max-width: 992px){
	.box03 .cer-two{display: block;}
	.box03 .cer-one{display: none;}
}*/

/* åˆä½œä¼™ä¼´ */
.box .owl-carousel .item img{
	border: 1px solid #f1f1f1;
	height: 80px;
}
.box .owl-carousel .owl-nav{
	position: absolute;
    top: 40%;
    width: 100%;
}
.box .owl-carousel .owl-nav .owl-prev, .box .owl-carousel .owl-nav .owl-next{
    background: #888;
    padding: 1px 5px;
    color: #fff!important;
    border-radius: 2px;
    font-family: æ¥·ä½“!important;
    position: absolute;
}
.box .owl-carousel .owl-nav .owl-prev{
	float: left;
	left: -15px;
}
.box .owl-carousel .owl-nav .owl-next{
	float: right;
	right: -15px;
}

.box .owl-carousel .owl-nav .owl-prev:hover, .box .owl-carousel .owl-nav .owl-next:hover{
    background: #999;
}

/* åº•éƒ¨ */
.box04 .footer-p{
	color: #fff!important;
	font-weight: bold;
	margin: 0;
}

/* å†…å®¹é¡µ */
	/* å·¦ä¾§èœå• */
.left-our{
	box-shadow: 1px 1px 5px #ddd;
	padding-bottom: 30px;
}

.right-con{
	padding-bottom: 30px;
}

	/* åˆ†å‰²çº¿ */
.divider-d{
	width: 100%;
	border-top: 2px solid #ddd;
	margin-bottom: 30px;
}

	/* çº¯æ–‡å­—åˆ—è¡¨ */
.divider-d .list-group {
  padding-left: 0;
  margin: 20px 0;
}
.divider-d .list-group .list-group-item {
  	position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border-bottom: 1px dashed #ddd
}

/* è¯¦æƒ…é¡µ */
.der-text-24{font-size: 24px;}
.der-text-18{font-size: 18px;}
.der-text-14{font-size: 14px;}
#der-text-24, #der-text-18, #der-text-14{cursor: pointer;}
#der-text-24:hover, #der-text-18:hover, #der-text-14:hover{color: #f00!important;}
#change-font p{text-indent: 2em;}

/* aæ&nbsp;‡ç­¾æ»‘åŠ¨æ•ˆæžœ */
a:hover, a:hover span{
	text-decoration: none;
	color: #f00!important;
}</pre></body></html>