<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
[目录表] 
	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 
*/
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
table,tr,td{
	border: 1px solid transparent;
}
.bgwhite {
		background-color: white;
		padding-top: 40px!important;
}
.bgwhite2 {
		background-color: white;
}
section.wrapper {
		max-width: 1230px;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
		border-top-style: none;
}
section.wrapper.shadow {
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
body.home {
		background: url(./bg-home.jpg) center top no-repeat #D3EBF3;
}
@media (max-width: 1119px) {
	  section.wrapper {
	  	margin-bottom: 0!important;
  }
}
ul&gt;li {
		list-style: none;
}
a,
button {
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
}
a:hover {
		color: #007aba;
}
.carousel img {
		width: 100%;
		height: 100%;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.wrapper-top {
		padding-top: 5px;
		padding-bottom: 5px;
}
.wrapper-logo {
		background: rgba(255,255,255,0.90);
		padding-top: 10px;
		padding-bottom: 10px;
}
@media (min-width: 768px) {
	  .wrapper-logo {
	  	min-height: 100px;
  }
}
@media (max-width: 767px) {
	  .wrapper-logo {
	  	height: 80px;

  }
}
.wrapper-sktj {
		background: url(./bg-sktj.jpg) center bottom no-repeat #8e8888;
}
.wrapper-links {



}
.wrapper-footer {



}
.form-search {
		margin-top: 22px;
		text-align: right;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.logo {
		margin-top: 10px;
}
#block-search-form,
.form-search {
	    width: 100%;
		float: left;
}
.form-search a.dropdown-toggle:hover {
		background-color: #118ed0;
}
.form-search input {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 12px;
		line-height: 1.2em;
		border-radius: 20px 0 0 20px;
		-webkit-border-radius: 20px 0 0 20px;
		-moz-border-radius: 20px 0 0 20px;
		height: 25px;
		color: white;
		background-color: #5DBCF3;
}
.carousel-indicators{
		left:50%;
		top: 15px;
		max-height: 20px;
}
.carousel-caption {
		background: rgba(0, 0, 0, 0) url("./bg-black1.png") repeat scroll 0 0;
		padding-top: 5px;
		padding-bottom: 10px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		z-index: 999;
}
.carousel-caption h3 {
		margin-top: 5px;
}
.carousel-caption h3 a {
		color: white;
}
.carousel-caption h3 a:hover {
		color: #d6ffba;
}
.form-search .input-group-btn .btn {
		padding-top: 2px;
		padding-bottom: 1px;
		border-radius: 0 20px 20px 0;
		-webkit-border-radius: 0 20px 20px 0;
		-moz-border-radius: 0 20px 20px 0;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.navbar-default { 
		border-radius: 0;
		min-height: 45px;
		margin-bottom: 0;
		background: url(./navbg.png) left top repeat-x;
		border-style: none;
}
.navbar-default .navbar-nav&gt;li {
		padding: 0;
}
.navbar-default .navbar-nav&gt;li&gt;a{
		padding-top: 18px;
		padding-bottom: 18px;
		line-height:20px;
		color: #4A4A4A;

		font-weight: bold;
}
.navbar-default .navbar-nav &gt; .active, .navbar-default .navbar-nav &gt; li:hover, .navbar-default .navbar-nav &gt; li:focus {
		background-color: #8EC54E;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; li &gt;a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus,.navbar-default .navbar-nav &gt; .active &gt; a:hover {
		background-color: transparent;
		color: white;
}
.navbar-default .nav .open&gt;a,.navbar-default .nav .open&gt;a:hover,.nav .open&gt;a:focus,
.navbar-default .nav .open &gt; a.dropdown-toggle {
		background-color: transparent;
		color: #23AC3A;
}
.navbar-default.stuckMenu.isStuck {
		width: 100%;
		margin-top: 3px;
		z-index: 999;
}
@media (max-width: 767px) {
		.navbar-default{
			background-color: #ffffff;
	}
  .navbar-default .navbar-nav&gt;li {padding-top: 7px;padding-bottom: 7px;}
  .navbar-default .navbar-nav&gt;li&gt;a {
	  	padding: 5px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	  .navbar-nav&gt;li&gt;a{
	  	padding-right: 5px;
	  	padding-left: 5px;
	  	font-size: 11px!important;
  }
  .navbar-nav li a .caret {
	  	margin-left: 0;
	  	vertical-align: middle;
	  	border-top: 3px solid;
	  	border-right: 3px solid transparent;
	  	border-left: 3px solid transparent;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	  .navbar-nav&gt;li&gt;a{
	  	padding-right: 7px;
	  	padding-left: 7px;
	  	font-size: 1em;
  }
}
@media (min-width: 1200px) {
	  .navbar-nav&gt;li&gt;a{
	  	padding-right: 15px;
	  	padding-left: 15px;
	  	font-size: 1.1em;
  }
}
/* =6 Middle 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
ul.lists {
		margin: 0;
		padding: 0;
		min-height: 272px;
}
ul.lists li {
		padding-left: 20px;
		padding-top: 9px;
		padding-bottom: 9px;
		background: url(./point.png) left 13px no-repeat;
		border-bottom: 1px dotted #dfe2e3;
}
ul.lists li:last-child {
		border-bottom: none;
}
ul.lists li a { color: #53595d; }
ul.lists li a:hover, ul.list-group li a:hover { color: #0d88cf; }
hr.dotted {
		margin-top: 5px;
		margin-bottom: 5px;
}
.panel-heading {
		margin-bottom: 0;
}
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.pagination {
		margin-top: 10px;
		text-align: center;
}
.pagination&gt;li {
		display: inline-block;
}
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.nav-footer {
		background: url(./bg-footer-nav.png) center top no-repeat scroll;
}
.nav-footer ul {
		text-align: center;
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 14px 0 0;
}
.nav-footer ul li {
		padding-right: 10px;
		padding-left: 10px;
		display: inline-block;
}
.nav-footer ul li a { color: white; }
.nav-footer ul li a:hover { color: #94dafe; }
footer {
		padding-top: 30px;
		padding-bottom: 20px;
}
footer p { color: #bcbcbc; }
footer p a { color: #1D89CF; }
footer img {
		margin-top: 20px;
}
@media (max-width: 767px)  {



}
@media (min-width: 768px) and (max-width: 991px) {



}
@media (min-width: 992px) and (max-width: 1199px) {
	  .nav-footer {
	  	background: url(./bg-footer-970.png) center top no-repeat scroll;
  }
}
@media (min-width: 1200px) {



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