<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*初始化样式*/
html{
	min-width: 1200px;
	}
body {
	padding: 0px;
	margin: 0px auto;
	zoom: 1;
	/*设置字体*/
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #282828;
	/*设置宽度*/
	width: 100%;
	background: #fff;
}
ul, li, form, dl, dt, dd, div {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.ul, .ul li {
	list-style: none;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-size:2em;
}
h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin: 0px;
}
select, input, textarea {
	border-radius: 0;
}
	/*color: #fff;*/
input:focus {
	outline: none;
}
/*强制去除表单自带的样式*/ 
/*强制去除textarea自带的样式*/
/*input, button, select, textarea {
	outline: none;
}
textarea {
	resize: none;
}
textarea, input, select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}*/
/*html5设置*/
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
	display: block;
}
figure, figcaption {
	margin: 0px;
	padding: 0px;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
img {
	border: none;
	border: 0;
	vertical-align: middle;
}
a {
	color: #282828;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #282828;
	outline: none;
	-moz-outline: none;
	text-decoration: none;
}
/*清楚浮动*/
.w1150 {
	max-width: 1150px;
	margin: 0 auto;
}
.clear {
	clear: both;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*------------------
		导航
------------------*/
.cd-main-content, .cd-main-header {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
}
.cd-main-content, .cd-main-header {
	position: relative;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.t50{
	height: 50px;
	display: none;
}
@media only screen and (max-width: 900px) {
#header {
	position: fixed;
	width: 100%;
	z-index: 3;
	height: 50px;
	background-color: rgba(40,40,40,1);
}
.t50{
	display: block;
}
#header.fixed {
	background-color: rgba(40,40,40,1);
}
.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}
}

@media only screen and (min-width: 900px) {
#header {
	position: fixed;
	width: 100%;
	z-index: 3;
	height: 80px;
}
#header.fixed {
	background-color: rgba(40,40,40,1);
}
.cd-main-header {
	height: 80px;
	background: none;
}
.cd-main-header:after {
	content: "";
	display: table;
	clear: both;
}
}
.cd-logo {
	position: absolute;
	top: 16px;
	left: 0;
}
.cd-logo img {
	display: block;
}

@media only screen and (max-width: 900px) {
.cd-logo {
	position: absolute;
	top: 5px;
	left: 10%;
}
.cd-logo img {
	display: block;
	width: auto;
	margin-top: 5px;
	height: 30px;
}
.nav-on-left .cd-logo {
	left: auto;
	right: 5%;
}
}
.cd-header-buttons {
	position: absolute;
	display: inline-block;
	top: 3px;
	right: 5%;
}
.cd-header-buttons li {
	display: inline-block;
}

@media only screen and (max-width: 900px) {
.nav-on-left .cd-header-buttons {
	right: auto;
	left: 5%;
}
.nav-on-left .cd-header-buttons li {
	float: right;
}
}

@media only screen and (min-width: 900px) {
.cd-header-buttons {
	top: 18px;
	right: 4em;
}
}
.cd-search-trigger, .cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	/* hide text */
	color: transparent;
	z-index: 3;
}
.cd-search-trigger::before, .cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-search-trigger::before {
	/* lens */
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 3px solid #2e3233;
}
.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #2e3233;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #fff;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
	/* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 24px;
	background: #fff;
}
.cd-nav-trigger span {
	/* line in the center */
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
	/* other 2 lines */
	content: '';
	right: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	-moz-transition: -moz-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
	/* menu icon top line */
	top: -6px;
}
.cd-nav-trigger span::after {
	/* menu icon bottom line */
	top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
	/* hide line in the center */
	background: rgba(46, 50, 51, 0);
}
.cd-nav-trigger.nav-is-visible span::before {
	-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-3px) rotate(45deg);
	transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
	-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(2px) rotate(-45deg);
	transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media only screen and (min-width: 900px) {
.cd-nav-trigger {
	display: none;
}
}
.cd-primary-nav, .cd-primary-nav ul {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 260px;
	background: #282828;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 999;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-primary-nav a, .cd-primary-nav ul a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #3a3f40;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform, opacity;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
	/* secondary navigations hidden by default */
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.cd-primary-nav.moves-out &gt; li &gt; a, .cd-primary-nav ul.moves-out &gt; li &gt; a {
	/* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

@media only screen and (max-width: 900px) {
.nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
	right: auto;
	left: 0;
}
}
.cd-primary-nav .see-all a {
	color: #FFF;
	font-size: 20px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
	height: 40px;
	line-height: 40px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}

@media only screen and (max-width: 900px) {
.cd-primary-nav {
	visibility: hidden;
	-webkit-transition: visibility 0s 0.3s;
	-moz-transition: visibility 0s 0.3s;
	transition: visibility 0s 0.3s;
}
.cd-primary-nav.nav-is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0.3s;
	-moz-transition: visibility 0s 0.3s;
	transition: visibility 0s 0.3s;
}
}

@media only screen and (min-width: 900px) {
.cd-primary-nav {
	position: static;
	height: auto;
	width: auto;
	float: right;
	overflow: visible;
	background: transparent;
}
.cd-primary-nav.moves-out &gt; li &gt; a {
	/* reset mobile style */
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.cd-primary-nav ul {
	position: static;
	height: auto;
	width: auto;
	background: transparent;
	overflow: visible;
	z-index: 3;
}
.cd-primary-nav ul.is-hidden {
	/* reset mobile style */
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-primary-nav ul.moves-out &gt; li &gt; a {
	/* reset mobile style */
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.cd-primary-nav &gt; li {
	float: left;
	padding: 0 10px;
}
.cd-primary-nav &gt; li &gt; a {
	/* main navigation buttons style */
	position: relative;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	color: #fff;
	padding: 0 15px;
	font-size: 16px;
	overflow: visible;
	border-bottom: none;
	-webkit-transition: color 0.3s, box-shadow 0.3s;
	-moz-transition: color 0.3s, box-shadow 0.3s;
	transition: color 0.3s, box-shadow 0.3s;
}
.cd-primary-nav &gt; li &gt; a:hover {
	color: #d5b78e;
}
.cd-primary-nav &gt; li &gt; a.selected {
	color: #fff;
	background: #d5b78e;
}
.cd-primary-nav .go-back, .cd-primary-nav .see-all {
	display: none;
}
.cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
	/* dropdown menu style */
	top: 80px;
	width: 100%;
	background: #ffffff;
	box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-primary-nav .cd-secondary-nav:after, .cd-primary-nav .cd-nav-gallery:after, .cd-primary-nav .cd-nav-icons:after {
	content: "";
	display: table;
	clear: both;
}
.cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
	opacity: 0;
	padding: 0;
	height: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-primary-nav .cd-secondary-nav &gt; .see-all, .cd-primary-nav .cd-nav-gallery &gt; .see-all, .cd-primary-nav .cd-nav-icons &gt; .see-all {
	/* this is the BIG See all button at the bottom of the dropdown menu */
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	overflow: hidden;
	/* reset some inherited style */
	margin: 0;
	padding: 0;
	display: none;
}
.cd-primary-nav .cd-secondary-nav &gt; .see-all a, .cd-primary-nav .cd-nav-gallery &gt; .see-all a, .cd-primary-nav .cd-nav-icons &gt; .see-all a {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0;
	left: 0;
	color: #d5b78e;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	border-top: 1px solid #e2e3df;
	/* reset some inherited style */
	border-bottom: none;
	margin: 0;
	padding: 0;
	-webkit-transition: color 0.2s, background 0.2s, border 0.2s;
	-moz-transition: color 0.2s, background 0.2s, border 0.2s;
	transition: color 0.2s, background 0.2s, border 0.2s;
}
.cd-primary-nav .cd-secondary-nav &gt; .see-all a:hover, .cd-primary-nav .cd-nav-gallery &gt; .see-all a:hover, .cd-primary-nav .cd-nav-icons &gt; .see-all a:hover {
	background: #2e3233;
	border-color: #2e3233;
	color: #ffffff;
}
.cd-primary-nav .cd-secondary-nav &gt; li {
	/* change the height according to your needs - you can even set height: auto */
	height: 340px;
	/* here you set the number of columns - use width percentage */
	width: 23%;
	float: left;
	margin-right: 2.66%;
	border-right: 1px solid #e2e3df;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.cd-primary-nav .cd-secondary-nav &gt; li:nth-child(4n+2) {
	/* +2 because we have 2 list items with display:none */
	margin-right: 0;
	border-right: none;
}
.cd-primary-nav .cd-secondary-nav &gt; li &gt; a {
	/* secondary nav title */
	color: #69aa6f;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: .6em;
}
.cd-primary-nav .cd-secondary-nav a {
	height: 30px;
	line-height: 30px;
	padding: 0 18% 0 0;
	color: #2e3233;
	border-bottom: none;
	font-size: 1.4rem;
}
.cd-primary-nav .cd-secondary-nav a:hover {
	color: #69aa6f;
}
.cd-primary-nav .cd-secondary-nav ul {
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.cd-primary-nav .cd-secondary-nav ul ul {
	/* tertiary navigation */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.cd-primary-nav .cd-secondary-nav ul ul .go-back {
	display: block;
}
.cd-primary-nav .cd-secondary-nav ul ul .go-back a {
	color: transparent;
}
.cd-primary-nav .cd-secondary-nav ul ul .see-all {
	display: block;
}
.cd-primary-nav .cd-secondary-nav .moves-out &gt; li &gt; a {
	/* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.cd-primary-nav .cd-nav-gallery li {
	background: #fff;
	width: 150%;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
	border-bottom: none;
	padding: 0;
	height: auto;
	line-height: 1.2;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item:hover {
	background: #282828;
	color: #fff;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
	position: static;
	margin-top: 0;
	height: auto;
	width: 100%;
	margin-bottom: .6em;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
	color: #d5b78e;
	text-align: center;
}
.cd-primary-nav .cd-nav-icons li {
	/* set here number of columns - use width percentage */
	width: 32%;
	float: left;
	margin: 0 2% 20px 0;
}
.cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
	/* +2 because we have two additional list items with display:none */
	margin-right: 0;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
	border-bottom: none;
	height: 80px;
	line-height: 1.2;
	padding: 24px 0 0 85px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
	background: #f6f6f5;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
	color: #69aa6f;
	font-weight: bold;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
	display: block;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
	left: 25px;
}
}
.has-children &gt; a, .go-back a {
	position: relative;
}
.has-children &gt; a::before, .has-children &gt; a::after, .go-back a::before, .go-back a::after {
	/* arrow icon in CSS - for element with nested unordered lists */
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: inline-block;
	height: 2px;
	width: 10px;
	background: #464c4e;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.has-children &gt; a::before, .go-back a::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.has-children &gt; a::after, .go-back a::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (min-width: 900px) {
.has-children &gt; a::before, .has-children &gt; a::after, .go-back a::before, .go-back a::after {
	background: #c9cbc4;
}
.has-children &gt; a:hover::before, .has-children &gt; a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
	background: #69aa6f;
}
}
.has-children &gt; a {
	padding-right: 40px;
}
.has-children &gt; a::before, .has-children &gt; a::after {
	/* arrow goes on the right side - children navigation */
	right: 20px;
	-webkit-transform-origin: 9px 50%;
	-moz-transform-origin: 9px 50%;
	-ms-transform-origin: 9px 50%;
	-o-transform-origin: 9px 50%;
	transform-origin: 9px 50%;
}
.cd-primary-nav .go-back a {
	padding-left: 40px;
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
	/* arrow goes on the left side - go back button */
	left: 20px;
	-webkit-transform-origin: 1px 50%;
	-moz-transform-origin: 1px 50%;
	-ms-transform-origin: 1px 50%;
	-o-transform-origin: 1px 50%;
	transform-origin: 1px 50%;
}

@media only screen and (min-width: 900px) {
.has-children &gt; a::before, .has-children &gt; a::after {
	right: 15%;
}
.cd-primary-nav &gt; .has-children &gt; a {
	/* main navigation arrows on larger devices */
	padding-right: 30px !important;
}
.cd-primary-nav &gt; .has-children &gt; a::before, .cd-primary-nav &gt; .has-children &gt; a::after {
	width: 9px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background: #c9cbc4;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: width 0.3s, -webkit-transform 0.3s;
	-moz-transition: width 0.3s, -moz-transform 0.3s;
	transition: width 0.3s, transform 0.3s;
}
.cd-primary-nav &gt; .has-children &gt; a::before {
	right: 12px;
}
.cd-primary-nav &gt; .has-children &gt; a::after {
	right: 7px;
}
.cd-primary-nav &gt; .has-children &gt; a.selected::before, .cd-primary-nav &gt; .has-children &gt; a.selected::after {
	width: 14px;
}
.cd-primary-nav &gt; .has-children &gt; a.selected::before {
	-webkit-transform: translateX(5px) rotate(-45deg);
	-moz-transform: translateX(5px) rotate(-45deg);
	-ms-transform: translateX(5px) rotate(-45deg);
	-o-transform: translateX(5px) rotate(-45deg);
	transform: translateX(5px) rotate(-45deg);
}
.cd-primary-nav &gt; .has-children &gt; a.selected::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-secondary-nav &gt; .has-children &gt; a::before, .cd-secondary-nav &gt; .has-children &gt; a::after {
	/* remove arrows on secondary nav titles */
	display: none;
}
.cd-primary-nav .go-back a {
	padding-left: 20px;
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
	left: 1px;
}
}
.cd-overlay {
	/* shadow layer visible when navigation is active */
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: rgba(105, 170, 111, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-overlay.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.dlzc {
	float: left;
	background: #000;
	line-height: 35px;
	height: 35px;
	color: #717171;
	position: relative;
	top: 22px;
}
.dlzc a {
	display: inline-block;
	border: none;
	line-height: 35px;
	height: 35px;
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
}
/*------------------
		轮播图
------------------*/
.swiper1 {
	width: 100%;
	height: auto;
}
.swiper1 .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	border-radius: 0;
}
.swiper1 .swiper-pagination-bullet{
	background: #d5b78e;
	opacity: 0.5;
}
.swiper1 .swiper-pagination-bullet-active {
	background: #ffd990;
	opacity: 1;
}
.swiper1 .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 15px;
}

@media screen and (max-width: 900px) {
.swiper1 {
	padding-top: 50px;
}
.swiper1 img {
	position: relative;
	width: 480px;
	max-width: 480px;
	min-height: 150px;
	margin: 0 auto;
	margin-left: -52.5px;
}
html{
	min-width: 100%;
	}
}
/*------------------
		搜索
------------------*/
.index-search {
	background: #f5f5f6;
	height: 100px;
}
.index-search-l {
	max-width: 166px;
	height: 100px;
	background: #d5b78e;
	color: #fff;
	text-align: center;
	padding-top: 30px;
	font-size: 18px;
	margin-right: 65px;
}
.index-search-l dd {
	font-size: 14px;
}
.index-search-r {
	max-width: 200px;
	padding: 0;
	text-align: right;
	height: 100px;
	line-height: 100px;
}
.index-search-m {
	height: 100px;
	line-height: 100px;
}
.index-search-m input[type="text"] {
	height: 45px;
	line-height: 45px;
	color: #b8b8b8;
	font-size: 13px;
	background: #fff;
	width: 490px;
	padding-left: 20px;
}
.index-search-m input[type="button"] {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	background: #282828;
	width: 150px;
	border: none;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 900px) {
.index-search-l {
	display: none;
}
.index-search-r {
	display: none;
}
.index-search-m input[type="text"] {
	width: 70%;
}
.index-search-m input[type="button"] {
	width: 28%;
}
.dlzc {
	margin: 0 20px;
}
}
/*------------------
	备案检测
------------------*/
.index-check {
	padding: 60px 0;
}
.hr {
	width: 48px;
	border-top: 3px solid #d5b78e;
	margin-top: 30px;
	margin-bottom: 30px;
}
.index-title {
	font-size: 30px;
	text-align: center;
}
.index-check-con {
	padding: 0;
	max-width: 300px;
	margin-right: 125px;
}
.index-check-con:nth-last-child(1) {
	margin-right: 0;
}
.index-check-con dd {
	border: 1px solid #ececec;
	border-top: none;
	max-width: 300px;
	padding: 25px;
	text-align: center;
}
.index-check-con dd h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.index-check-con dd p {
	font-size: 12px;
	color: #808080;
	margin-bottom: 35px;
}
.index-check-con dd a {
	font-size: 12px;
	padding: 8px 20px;
	border: 1px solid #d6d6d6;
	color: #bcbcbc;
}
.index-check-con dd a:hover {
	border: 1px solid #282828;
	background: #282828;
	transition: 700ms;
}

@media only screen and (max-width: 900px) {
.index-check {
	padding: 30px 0;
}
.index-check-con {
	padding: 0;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.index-check-con:nth-last-child(1) {
	margin-right: auto;
}
}
/*------------------
	立创检测
------------------*/
.index-check1 {
	background: #f9f9f9;
	padding: 60px 0;
}
.index-check1-tab {
	box-shadow: inset 0 -1px 0 #e0e0e0;
}
.index-check1-tab li {
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
}
.index-check1-tab li a {
	padding-top: 108px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 45px;
}
.index-check1-tab li.active a {
	color: #d5b78e;
	background: url(../images/index-lc-bot.png) bottom center no-repeat;
}
.index-check1-tab li:nth-child(1) {
	background-image: url(../images/index-lc-1.png);
}
.index-check1-tab li:nth-child(2) {
	background-image: url(../images/index-lc-2.png);
}
.index-check1-tab li:nth-child(3) {
	background-image: url(../images/index-lc-3.png);
}
.index-check1-tab li:nth-child(4) {
	background-image: url(../images/index-lc-4.png);
}
.index-check1-tab li:nth-child(5) {
	background-image: url(../images/index-lc-5.png);
}
.index-check1-tab li:nth-child(6) {
	background-image: url(../images/index-lc-6.png);
}
.index-check1-tab li:nth-child(1).active {
	background-image: url(../images/index-lc-1-1.png);
}
.index-check1-tab li:nth-child(2).active {
	background-image: url(../images/index-lc-2-1.png);
}
.index-check1-tab li:nth-child(3).active {
	background-image: url(../images/index-lc-3-1.png);
}
.index-check1-tab li:nth-child(4).active {
	background-image: url(../images/index-lc-4-1.png);
}
.index-check1-tab li:nth-child(5).active {
	background-image: url(../images/index-lc-5-1.png);
}
.index-check1-tab li:nth-child(6).active {
	background-image: url(../images/index-lc-6-1.png);
}
.index-check1 .tab-pane {
	padding-top: 40px;
}
.tab-pane-l {
	box-shadow: inset -1px 0 0 0 #e4e4e4;
	font-size: 14px;
	color: #808080;
	line-height: 26px;
}
.tab-pane-l table {
	width: 100%;
	line-height: 30px;
}
.tab-pane-l table.m {
	margin: 30px 0;
}
.tab-pane-l table.m2 {
	display: none;
}
.tab-pane-r {
	padding-left: 65px;
	font-size: 16px;
	font-weight: bold;
	color: #bf9762;
}
.tab-pane-r dd {
	margin-bottom: 20px;
}
.tab-pane-r dd:nth-child(2) {
	background: url(../images/tel-ico.png) left center no-repeat;
	padding-left: 40px;
}
.tab-pane-r dd:nth-child(3) {
	background: url(../images/qq-ico.png) left center no-repeat;
	padding-left: 40px;
}
.tab-pane-r dd:nth-child(3) a {
	color: #bf9762;
}
.tab-pane-r a.more {
	font-size: 12px;
	color: #fff;
	background: #bf9762;
	padding: 9px 20px;
	font-weight: normal;
}

@media only screen and (max-width: 900px) {
.index-check1 {
	padding: 30px 0;
}
.tab-pane {
	padding-top: 15px;
}
.tab-pane-l {
	height: auto;
	box-shadow: none;
}
.tab-pane-l table.m2 {
	display: block;
}	
.tab-pane-l table.m1 {
	display: none;
}	
.tab-pane-r {
	padding-top: 15px;
	padding-left: 15px;
}
.index-check1-tab li a {
	padding-top: 50px;
	font-size: 15px;
	padding-bottom: 35px;
}
.index-check1-tab li.active a {
	background: none;
}	
.index-check1-tab li {
	background-size: 30%;
}	
}
/*------------------
	实验室建设
------------------*/
.index-lab {
	background: url(../images/index-lab.jpg) center no-repeat;
	padding: 60px 0;
	background-size: cover;
}
.index-lab .index-title {
	color: #d5b78e;
}
.index-lab-con {
	text-align: center;
}
.index-lab-con dd:nth-child(1), .index-lab-con dd:nth-child(2), .index-lab-con dd:nth-child(3), .index-lab-con dd:nth-child(4) {
	margin-bottom: 60px;
}
.index-lab-con dd img {
	margin-bottom: 35px;
}
.index-lab-con dd:hover img {
	animation: flip 1s .2s ease both;
	-webkit-animation: flip 1s .2s ease both;
	-moz-animation: flip 1s .2s ease both;
}
@-webkit-keyframes flip {
0% {
-webkit-transform:perspective(400px) rotateY(0);
-webkit-animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) rotateY(170deg);
-webkit-animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) rotateY(190deg);
-webkit-animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) rotateY(360deg);
-webkit-animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px);
-webkit-animation-timing-function:ease-in
}
}
@-moz-keyframes flip {
0% {
-moz-transform:perspective(400px) rotateY(0);
-moz-animation-timing-function:ease-out
}
40% {
-moz-transform:perspective(400px) rotateY(170deg);
-moz-animation-timing-function:ease-out
}
50% {
-moz-transform:perspective(400px) rotateY(190deg);
-moz-animation-timing-function:ease-in
}
80% {
-moz-transform:perspective(400px) rotateY(360deg);
-moz-animation-timing-function:ease-in
}
100% {
-moz-transform:perspective(400px);
-moz-animation-timing-function:ease-in
}
}
.index-lab-con dd p {
	font-size: 16px;
	color: #fff;
}
.index-lab-con dd a {
	font-size: 12px;
	color: #a4a4a4;
}

@media only screen and (max-width: 900px) {
.index-lab {
	padding: 30px 0;
}
.index-lab-con dd:nth-child(1), .index-lab-con dd:nth-child(2), .index-lab-con dd:nth-child(3), .index-lab-con dd:nth-child(4) {
	margin-bottom: 30px;
}
.index-lab-con dd {
	margin-bottom: 30px;
}
.index-lab-con dd:hover img {
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
}	
}
/*------------------
	实验室建设
------------------*/
.index-case {
	padding: 60px 0;
}
.index-case-con {
	text-align: center;
}
.index-case-con dd h4 {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #0a0808;
}
.index-case-con dd p {
	font-size: 12px;
	color: #808080;
	margin-bottom: 35px;
}
.index-case-con dd a {
	font-size: 12px;
	padding: 8px 20px;
	border: 1px solid #d6d6d6;
	color: #bcbcbc;
}
.index-case-con dd a:hover {
	border: 1px solid #282828;
	background: #282828;
	transition: 700ms;
}

@media only screen and (max-width: 900px) {
.index-case {
	padding: 30px 0;
}
.index-case-con dd {
	margin-bottom: 30px;
}
}
/*------------------
	职业培训
------------------*/
.index-train {
	background: url(../images/index-train.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.index-train-con dd {
	color: #808080;
	background-color: #fff;
	max-width: 250px;
	margin-right: 50px;
	text-align: center;
	background-position: center top 35px;
	background-repeat: no-repeat;
	padding-top: 100px;
	font-size: 12px;
	line-height: 28px;
	min-height: 370px;
}
.index-train-con dd h4 {
	font-size: 16px;
	color: #0a0808;
	line-height: 30px;
}
.index-train-con dd hr {
	width: 24px;
	margin: 10px auto;
	border-top: 1px solid #b0b0b0;
}
.index-train-con dd a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 27px;
	font-size: 12px;
	width: 105px;
	margin: 0 auto;
	border: 1px solid #d6d6d6;
	color: #bcbcbc;
}
.index-train-con dd:hover {
	background-color: #282828;
	color: #bcbcbc;
	animation: pulse 1s .2s ease both;
	-webkit-animation: pulse 1s .2s ease both;
	-moz-animation: pulse 1s .2s ease both;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1)
}
50% {
-webkit-transform:scale(1.1)
}
100% {
-webkit-transform:scale(1)
}
}
@-moz-keyframes pulse {
0% {
-moz-transform:scale(1)
}
50% {
-moz-transform:scale(1.1)
}
100% {
-moz-transform:scale(1)
}
}
.index-train-con dd:hover h4 {
	color: #d5b78e;
}
.index-train-con dd:hover hr {
	border-top: 1px solid #d5b78e;
}
.index-train-con dd:hover a{
	background: #d5b78e;
	border: 1px solid #d5b78e;
	color: #fff;
}
.index-train-con dd:nth-child(1) {
	background-image: url(../images/index-train1.png);
}
.index-train-con dd:nth-child(2) {
	background-image: url(../images/index-train2.png);
}
.index-train-con dd:nth-child(3) {
	background-image: url(../images/index-train3.png);
}
.index-train-con dd:nth-child(4) {
	background-image: url(../images/index-train4.png);
	margin-right: 0px;
}
.index-train-con dd:nth-child(1):hover {
	background-image: url(../images/index-train1-1.png);
}
.index-train-con dd:nth-child(2):hover {
	background-image: url(../images/index-train2-1.png);
}
.index-train-con dd:nth-child(3):hover {
	background-image: url(../images/index-train3-1.png);
}
.index-train-con dd:nth-child(4):hover {
	background-image: url(../images/index-train4-1.png);
	margin-right: 0px;
}

@media only screen and (max-width: 900px) {
.index-train {
	padding: 30px 0;
}
.index-train-con{
	padding: 0;
}	
.index-train-con dd {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.index-train-con dd:nth-child(2n) {
	margin-right: 0%;
}
}
/*------------------
	合作伙伴
------------------*/
.index-cp {
	padding: 60px 0;
}
.index-cp-con dd {
	max-width: 180px;
	margin-right: 62.5px;
	float: left;
	color: #808080;
	font-size: 12px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.index-cp-con dd:nth-child(5n) {
	margin-right: 0px;
}
.index-cp-con dd img {
	position: relative;
	top: 0;
	border: 1px solid #eaeaea;
	margin-bottom: 22px;
}
.index-cp-con dd:hover img {
	top: -6px;
	border-radius: 4px;
	box-shadow: 0 2px 8px 4px #E9E9E9;
}
.index-cp-con a {
	display: block;
	text-align: center;
	color: #bcbcbc;
	border: 1px solid #dfdfdf;
	line-height: 33px;
	width: 133px;
	margin: 0 auto;
	margin-top: 38px;
}
.index-cp-con a:hover {
	border: 1px solid #282828;
	background: #282828;
	transition: 700ms;
}
@media only screen and (max-width: 900px) {
.index-cp{
	padding: 30px 0;
}	
.index-cp-con{
	padding: 0 15px;
}	
.index-cp-con dd {
	width: 47%;
	margin-right: 6%;
	margin-bottom: 0px;
}
.index-cp-con a{
	margin-top: 0;
}	
.index-cp-con dd:nth-child(5) {
	margin-right: 6%;
}	
.index-cp-con dd:nth-child(2n) {
	margin-right: 0%;
}	
.index-cp-con dd img{
	max-width: 100%;
	height: auto;
}
.index-cp-con dd:nth-child(15){
	display: none;
}	
.index-cp-con dd:nth-child(6){
	display: block;
}	
}
/*------------------
	   企业资讯
------------------*/
.index-news {
	background: #f5f5f6;
	padding: 60px 0;
}
.index-news-con {
	padding-bottom: 55px
}
.index-news-con .swiper-pagination-bullet {
	background: #282828;
	opacity: 1;
}
.index-news-con .swiper-pagination-bullet-active {
	background: #d5b78e;
}
.index-news-con .swiper-pagination-bullets {
	bottom: 0;
}
.index-news-con .swiper-slide dd {
	padding: 28px 32px;
	background: #fff;
	max-width: 360px;
	min-width: 360px;
	margin-right: 35px;
	float: left;
}
.index-news-con .swiper-slide dd:nth-child(3) {
	margin-right: 0px;
}
.index-news-con .swiper-slide dd span {
	color: #0a0808;
	border-left: 3px solid #d5b78e;
	padding-left: 13px;
}
.index-news-con .swiper-slide dd p {
	color: #808080;
	margin: 20px auto;
}
.index-news-con .swiper-slide dd a {
	color: #c2c2c2;
}
@media only screen and (max-width: 900px) {
.index-news {
	padding: 30px 0;
}
.index-news-con{
	padding-bottom: 10px;
}	
.index-news-con .swiper-pagination-bullets {
	bottom: 0px;
}	
.index-news-con .swiper-slide dd {
	padding: 14px 16px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	max-width: 100%;
}	
.index-news-con .swiper-slide dd:nth-child(3){
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}
}
/*
底部
*/
footer {
	background: #282828;
	padding-top: 65px;
}
.foot {
	color: #fff;
}
.foot a {
	color: #717171;
}
.foot hr {
	width: 26px;
	border-top: 1px solid #d5b78e;
	float: left;
}
.foot li {
	line-height: 25px;
}
.foot-l p {
	margin-left: 32px;
	padding-top: 15px;
	line-height: 25px;
}
.foot-l p span {
	color: #d5b78e;
}
.link {
	background: #121212;
	height: 50px;
	line-height: 50px;
	margin-bottom: 50px;
	margin-top: 60px;
}
.link a {
	padding: 0 10px;
}
.copy {
	color: #717171;
	background: #121212;
	height: 60px;
	line-height: 60px;
}
.copy a {
	color: #717171;
}
@media only screen and (max-width: 900px) {
footer {
	padding-top: 0px;
}	
.foot{
	display: none;
}
.copy {
	color: #717171;
	background: #121212;
	height: 60px;
	line-height: 30px;
}	
}

/*左侧苗点*/
.nav-wrap {
	position: fixed;
	top: 45%;
	left: 0px;
	z-index: 99999;
	width: auto;
	border: 1px solid #d5b78e;
	background: #fff;
	padding: 10px;
}
.nav-wrap ul{
	padding: 0;
	margin: 0 auto;
	display: block;
}
.l-title{
	color: #808080;
	font-size: 14px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #e6e6e6;
	background: url(../images/l-title.jpg) left center no-repeat;
	margin-bottom: 15px;
	padding-left: 10px;
}
.nav-wrap li {
	height: 35px;
	line-height: 35px;
	border-left: 1px solid #d5b78e;
}
.nav-wrap li a {
	position: relative;
	left: -7px;
	padding-left: 18px;
	display: block;
	font-size: 14px;
	color: #808080;
	background: url(../images/l-1.jpg) left center no-repeat;
}
.nav-wrap li a:hover {
	color: #d5b78e;
}
.nav-wrap li a.active {
	color: #d5b78e;
	background: url(../images/l-2.jpg) left center no-repeat;
}
@media only screen and (max-width: 900px) {
.nav-wrap {
	display: none;
}	
}</pre></body></html>