a:hover {
	text-decoration: inherit;
}

/*img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}*/
ol,ul,li,dd,dt{
	list-style: none;
	padding: 0;
	margin: 0;
}
#week_nav {
	width: 100%;
	min-width: 1200px;
	height: 100px;
	overflow: visible;
	padding: 0;
	background: #000;
	margin: 0 auto;
	position: relative;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100px;
}
.wk_navwp {
	width: 1200px;
	padding: 10px 0px;
	margin: 0 auto;
}
.wk_navwp>h2{
	float: left;
	margin-right: 50px;
}
.top-tel{
	margin-top: 25px;
	float: right;
}
.top-tel span{
	border: solid 1px #666;
	border-radius: 5px;
	font-size: 16px;
	padding: 5px 10px 7px 10px;
	color: #0cb29a;
}
.top-tel span img{
	margin-right: 10px;
	vertical-align: middle;
}


.wk_index_main {
	margin-top: -60px;
	width: 100%;
}

#superContainer {
	height: 100%;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	display: block;
	height: 100%;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.fp-tableCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.fp-slidesContainer {
	position: relative;
	float: left;
}

.fp-controlArrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	margin-top: -38px;
	width: 0;
	height: 0;
	border-style: solid;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-color: transparent #fff transparent transparent;
	border-width: 38.5px 34px 38.5px 0;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-color: transparent transparent transparent #fff;
	border-width: 38.5px 0 38.5px 34px;
}

.fp-scrollable {
	overflow: scroll;
}

.fp-notransition {
	-webkit-transition: none!important;
	transition: none!important;
}

#dn-nav {
	position: fixed;
	top: 50%;
	z-index: 100;
	margin-top: -32px;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

#dn-nav.right {
	left: 17px;
}

#dn-nav ul {
	margin: 0;
	padding: 0;
}

#dn-nav ul li {
	position: relative;
	display: block;
	margin: 7px;
	width: 15px;
	height: 15px;
}

#dn-nav ul li a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}

#dn-nav ul li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -3px 0 0 -3px;
	width: 7px;
	height: 7px;
	border: 0;
	border-radius: 50%;
	background: #cfcfd1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#dn-nav ul li a.active span,
#dn-nav ul li:hover a.active span {
	margin: -7px 0 0 -7px;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #12b5a4;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
	height: auto!important;
}

.section {
	position: relative;
	overflow: hidden;
}

.page1 {
	background: #000;
	width: 100%;
}

.wk_slide-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.wk_slide-wrap ul {
	width: 100%;
	height: 100%;
}

.wk_slide-wrap li {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.wk_slide-wrap li .img {
	position: relative;
	z-index: 9;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	-ms-transition: all 1s;
}

.wk_slide-wrap li.wk_selected .img {
	-webkit-transform: translate3d(0, 0, 0)!important;
	transform: translate3d(0, 0, 0)!important;
	-ms-transform: translate3d(0, 0, 0)!important;
}

.wk_slide-wrap li .text {
	position: relative;
	z-index: 9;
	margin-top: 25px;
	color: #fff;
	font-size: 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-ms-transition: all .5s;
}

.wk_slide-wrap .wk_banner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 100%;
	min-width: 100%;
}

.wk_slide-wrap li#wk_s1 .wk_banner {
	background: url(../img/banner11.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.wk_slide-wrap li#wk_s1.wk_selected .wk_banner {
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}

.wk_slide-wrap li#wk_s1 .wk_wrap {
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -175px;
	margin-left: -375px;
	width: 750px;
	height: 350px;
}

.wk_slide-wrap li#wk_s1 .wk_banner12 img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -12px;
	width: 24px;
	height: 11px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.page1.active .wk_slide-wrap li#wk_s1.wk_selected .wk_banner12 img {
	margin-top: -137px;
	margin-left: -300px;
	width: 600px;
	height: 275px;
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}

.wk_slide-wrap li#wk_s1 .wk_banner13 {
	position: absolute;
	top: 0;
	left: -125px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-transition: all 1s ease 0s;
}

.page1.active .wk_slide-wrap li#wk_s1.wk_selected .wk_banner13 {
	left: 0;
	opacity: 1;
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	transition-delay: 800ms;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}

.wk_slide-wrap li#wk_s1 .wk_banner14 {
	position: absolute;
	top: 0;
	right: -200px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-transition: all 1s ease 0s;
}

.page1.active .wk_slide-wrap li#wk_s1.wk_selected .wk_banner14 {
	right: 0;
	opacity: 1;
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	transition-delay: 800ms;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}

.wk_slide-wrap li#wk_s2 .wk_wrap {
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -155px;
	margin-left: -372px;
	width: 745px;
	height: 310px;
}

.wk_slide-wrap li#wk_s2 .wk_banner {
	background: url(../img/banner21.jpg) no-repeat center;
	background-size: cover;
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.wk_slide-wrap li#wk_s2.wk_selected .wk_banner {
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}

.wk_slide-wrap li#wk_s2 .wk_banner22 {
	position: absolute;
	top: 0;
	left: -200px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.page1.active .wk_slide-wrap li#wk_s2.wk_selected .wk_banner22 {
	left: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}

.wk_slide-wrap li#wk_s2 .wk_banner23 {
	position: absolute;
	top: 130px;
	right: -150px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.page1.active .wk_slide-wrap li#wk_s2.wk_selected .wk_banner23 {
	right: 50px;
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}

.wk_slide-wrap li#wk_s2 .wk_banner24 {
	position: absolute;
	bottom: -200px;
	left: 50%;
	z-index: 10;
	margin-left: -80px;
	width: 160px;
	height: 38px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-transition: all 1s ease 0s;
}

.wk_slide-wrap li#wk_s2 .wk_banner24 a {
	display: block;
	width: 158px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 36px;
	cursor: pointer;
}

.page1.active .wk_slide-wrap li#wk_s2.wk_selected .wk_banner24 {
	bottom: 0;
	opacity: 1;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	transition-delay: 600ms;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.wk_slide-wrap li#wk_s3 .wk_wrap {
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -140px;
	margin-left: -332px;
	width: 665px;
	height: 280px;
}

.wk_slide-wrap li#wk_s3 .wk_banner {
	background: url(../img/banner31.jpg) no-repeat center;
	background-size: cover;
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.wk_slide-wrap li#wk_s3.wk_selected .wk_banner {
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}

.wk_slide-wrap li#wk_s3 .wk_banner32 {
	position: absolute;
	top: -200px;
	left: 50%;
	margin-left: -332px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.page1.active .wk_slide-wrap li#wk_s3.wk_selected .wk_banner32 {
	top: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}

.wk_slide-wrap li#wk_s3 .wk_banner33 {
	position: absolute;
	bottom: -200px;
	left: 50%;
	margin-left: -332px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.page1.active .wk_slide-wrap li#wk_s3.wk_selected .wk_banner33 {
	bottom: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}

.page1 .wk_arrow {
	position: absolute;
	bottom: 140px;
	left: 50%;
	z-index: 20;
	display: block;
	margin-left: -44px;
	width: 87px;
	height: 87px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 87px;
	cursor: pointer;
}

.page1 .wk_arrow img {
	position: relative;
	top: 26px;
}

.page1 .wk_arrow:after,
.page1 .wk_arrow:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '';
	pointer-events: none;
}

.page1 .wk_arrow:before {
	width: 88px;
	height: 88px;
	border: 1px solid #fff;
	-webkit-transition: all .8s cubic-bezier(.455, .03, .515, .955);
	-moz-transition: all .8s cubic-bezier(.455, .03, .515, .955);
	-o-transition: all .8s cubic-bezier(.455, .03, .515, .955);
	transition: all .8s cubic-bezier(.455, .03, .515, .955);
}

.page1 .wk_arrow:after {
	width: 86px;
	height: 86px;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, .1);
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: scale(.5, .5);
	-moz-transform: scale(.5, .5);
	transform: scale(.5, .5);
	-ms-transform: scale(.5, .5);
}

.page1 .wk_arrow:hover:before {
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .8s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .8s cubic-bezier(.25, .46, .45, .94);
	transition: all .8s cubic-bezier(.25, .46, .45, .94);
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
}

.page1 .wk_arrow:hover:after {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}

.wk_slide-nav-wrap {
	position: absolute;
	bottom: 35px;
	left: 0;
	z-index: 8;
	overflow: hidden;
	margin-bottom: -22px;
	padding-top: 25px;
	width: 100%;
	height: 84px;
	opacity: 1;
	-webkit-transform: translateY(100%);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: translateY(100%);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: translateY(100%);
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
	-ms-transform: translateY(100%);
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
}

#wk_slide-nav {
	position: relative;
	z-index: 10;
	margin: auto;
	width: 620px;
	height: 26px;
	-webkit-transform: translateX(90px);
	-moz-transform: translateX(90px);
	transform: translateX(90px);
	-ms-transform: translateX(90px);
}

.wk_nav-line {
	position: relative;
	top: 13px;
	float: left;
	width: 90px;
	height: 1px;
}

.wk_nav-line:after {
	position: absolute;
	top: 0;
	width: 90px;
	height: 100%;
	background-color: #fff;
	content: '';
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
}

.wk_nav-line.small:after {
	width: 78px;
}

.wk_nav-line.x-small:after {
	width: 63px;
	-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	transition: all 1s cubic-bezier(.77, 0, .175, 1);
}

.wk_nav-line.prev:after {
	left: 0;
}

.wk_nav-line.next:after {
	right: 0;
}

.wk_nav-line:first-child:before,
.wk_nav-line:last-child:before {
	position: absolute;
	top: 0;
	width: 8000px;
	height: 1px;
	background-color: #fff;
	content: '';
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wk_nav-line:first-child:before {
	left: -8000px;
}

.wk_nav-line:last-child:before {
	right: -8000px;
}

.wk_nav-bullet-container {
	position: relative;
	float: left;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wk_nav-bullet-container:nth-child(1) {
	margin-left: 180px;
}

.wk_nav-bullet-container:before {
	position: absolute;
	top: -15px;
	left: 8px;
	width: 0;
	height: 0;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	content: '';
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	pointer-events: none;
	-ms-transform: translateY(-10px);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#wk_slide-nav .wk_nav-bullet-container:hover:before {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-ms-transform: translateY(0);
}

#wk_slide-nav .wk_nav-bullet-container:hover .nav-link:before {
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .8s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .8s cubic-bezier(.25, .46, .45, .94);
	transition: all .8s cubic-bezier(.25, .46, .45, .94);
	-webkit-transform: scale(2, 2);
	-moz-transform: scale(2, 2);
	transform: scale(2, 2);
	-ms-transform: scale(2, 2);
}

#wk_slide-nav .wk_nav-bullet-container:hover .nav-link:after {
	opacity: .2;
	-webkit-transform: scale(3.3, 3.3);
	-moz-transform: scale(3.3, 3.3);
	transform: scale(3.3, 3.3);
	-ms-transform: scale(3.3, 3.3);
}

#wk_slide-nav .wk_nav-bullet-container:hover .nav-bullet {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}

#wk_slide-nav .wk_nav-bullet-container:hover .nav-text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-ms-transform: translateY(0);
}

.wk_nav-bullet-container.active .nav-link:after {
	opacity: 1;
}

.nav-link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.nav-link:before {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '';
	opacity: 1;
	-webkit-transition: all .8s cubic-bezier(.455, .03, .515, .955);
	-moz-transition: all .8s cubic-bezier(.455, .03, .515, .955);
	-o-transition: all .8s cubic-bezier(.455, .03, .515, .955);
	transition: all .8s cubic-bezier(.455, .03, .515, .955);
}

.nav-link:after {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	content: '';
	opacity: 1;
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.nav-bullet {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	transform: scale(0, 0);
	-ms-transform: scale(0, 0);
}

.nav-text {
	position: absolute;
	bottom: -22px;
	left: -44px;
	width: 113px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	pointer-events: none;
	-ms-transform: translateY(10px);
}

@media(max-width:1500px) {
	.section {
		width: 100%;
		min-width: 1080px;
	}
	.wk_slide-wrap li#wk_s1 .wk_wrap {
		top: 50%;
	}
	.wk_slide-wrap li#wk_s2 .wk_wrap {
		top: 50%;
	}
	.wk_slide-wrap li#wk_s2 .wk_banner22 img {
		width: 90%;
	}
	.wk_slide-wrap li#wk_s3 .wk_wrap {
		top: 50%;
	}
	.wk_slide-wrap li#wk_s3 .wk_banner32 img {
		width: 90%;
	}
	.page1 .wk_arrow {
		display: none;
	}
	.wk_slide-nav-wrap {
		bottom: 5px;
	}
}

@media(max-width:1150px) {
	.page1 .wk_arrow {
		display: none;
	}
	.wk_slide-nav-wrap {
		bottom: 5px;
	}
	.section {
		width: 100%;
		min-width: 920px;
	}
	.wk_slide-wrap li#wk_s1 .wk_wrap {
		top: 50%;
	}
	.wk_slide-wrap li#wk_s2 .wk_wrap {
		top: 50%;
	}
	.wk_slide-wrap li#wk_s2 .wk_banner22 img {
		width: 90%;
	}
	.wk_slide-wrap li#wk_s3 .wk_wrap {
		top: 50%;
	}
	.wk_slide-wrap li#wk_s3 .wk_banner32 img {
		width: 90%;
	}
}

.ie8 .wk_slide-wrap #wk_s1,
.ie8 .wk_slide-wrap #wk_s2,
.ie8 .wk_arrow,
.ie8 .wk_slide-nav-wrap {
	display: none;
}

.ie8 .wk_slide-wrap li#wk_s3 .wk_banner32 {
	top: 0;
}

.ie8 .wk_slide-wrap li#wk_s3 .wk_banner33 {
	bottom: 0;
}



.menuol {
	float: left;
	height: 80px;
	/*overflow: hidden;*/
	padding-top: 10px;
}
.menuol>li {
	float: left;
	/*padding: 0 16px 0 23px;*/
	width: 100px;
	height: 90px;
	/*overflow: hidden;*/
	line-height: 90px;
	text-align: center;
	position: relative;
}
.menuol>li:after{
	content: "";
	width: 0px;
	height: 1px;
	background: #0eb19c;
	display: block;
	margin: 0 auto;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.menuol>li>a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: color 0.3s linear 0s;
	line-height: 60px;
	height: 60px;
	padding: 10px 0;
	/*overflow: hidden;*/
}

.menuol>li.a a,
.menuol>li:hover,
.menuol>li>a:hover,
.menuol>li.hover>a {
	color: #0eb19c;
}
.menuol>li:hover:after{
	content: "";
	width: 60px;
	height: 1px;
	background: #0eb19c;
	display: block;
	margin: 0 auto;
}

.menuol>li div.menuli {
	border-top: none;
	background: rgba(14,177,156,.7);
	/*background: rgba(0,0,0,.8);*/
	display:none;
	position: absolute;
	z-index:999999;
	top: 80px;
	left: 0px;
	text-align: center;
	/*width: 100px;*/
}

.menuli>a{
	color: #fff;
	height: 40px !important;
	width: 100px;
	display: block;
	line-height: 40px;
	font-size: 15px;
}
.menuli>a:hover{
	color: #fff;
	background: #000;
}

/*第二屏*/
.page2 {
	background: url(../img/page2_bg.jpg) top center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
@media(max-width:1500px) {
	.wk_fwxm {
	position: relative;
	margin: 0 auto;
	width: 1200px !important;
	height: 100%;
   }
}

.wk_fwxm {
	position: relative;
	margin: 0 auto;
	width: 1330px;
	height: 100%;
}
.wk_fwxm .tt{
	width: 500px;
	margin: 0 auto;
	padding-top: 100px;
	display: table;
}
.wk_fwxm .tt>span{
	float: left;
	font-size: 78px;
	color: #12b5a4;
	font-weight: bold;
}
.wk_fwxm .tt>span>h2{
	font-size: 32px;
	font-weight: normal;
	padding-left: 20px;
	line-height: 60px;
	
}
.wk_fwxm .tt>span>h3{
	font-size: 22px;
	font-weight: normal;
	color: #999;
	padding-left: 20px;
	height: 20px;
	padding-top: 20px;
}

.wk_fwxm ul{
	width: 100%;
	height: 300px;
	/*overflow: hidden;*/
}
.wk_fwxm ul li{
	width: 23%;
	height: 280px;
	border: solid 2px #f1f1f1;
	margin: 10px 1%;
	box-sizing: border-box;
	float: left;
	background: #fff;
	text-align: center;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.wk_fwxm ul li img{
	display: block;
	padding-top: 50px;
	margin: 0 auto;
}
.wk_fwxm ul li strong{
	color: #555;
	font-size: 18px;
	line-height: 60px;
}
.wk_fwxm ul li p{
	color: #888888;
	font-size: 14px;
	line-height: 30px;
	padding: 0px 40px;
}
.wk_fwxm ul li:hover{
	box-shadow: 0px 0px 20px #666;
	transform: scale(1.1);
}

/*第三屏*/

.page3{
	width: 100%;
	background: url(../img/page3_bg.jpg) bottom center no-repeat #42288d;
}
.wk_about{
	width: 70%;
	overflow: hidden;
	padding-top: 200px;
	margin: 0 auto;
}
@media(max-width:1500px) {
	.wk_about{
	width: 90% !important;
	overflow: hidden;
	padding-top: 150px;
	margin: 0 auto;
}
}
.wk_about>img{
	display: block;
	float: left;
	width: 45%;
	margin-right: 5%;
	
}
.wk_about .about-jj{
	float: right;
	width: 50%;
}
.wk_about .about-jj h2{
	color: #fff;
	font-size: 26px;
	font-weight: normal;
}
.wk_about .about-jj h3{
	color: #09c2b2;
	font-size: 36px;
	margin-bottom: 30px;
	
}
.wk_about .about-jj h3:after{
	width: 50px;
	height: 2px;
	background: #fff;
	display: block;
	content: "";
}
.wk_about .about-jj p{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
.wk_about .about-jj>a{
	width: 150px;
	height: 40px;
	border: solid 1px #fff;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	display: block;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	margin-top: 20px;
}
.wk_about .about-jj>a:hover{
	color: #fff;
	background: #09c2b2;
	border: 0;
}



/*第4屏*/
.page4 {
	background: url(../img/page4_bg.jpg) top center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding-top: 150px;
	box-sizing: border-box;
}
.page4>h2{
	font-size: 36px;
	color: #555;
	font-weight: normal;
	line-height: 120px;
	width: 100%;
	text-align: left;
	background: url(../img/page4_01.png) left center no-repeat;
	width: 500px;
	margin: 0 auto;
	padding-left: 70px;
}
.wk_ys{
	width: 1200px;
	/*overflow: hidden;*/
	margin: 20px auto;
}
.wk_ys li{
	width: 21%;
	height: 200px;
	background: #fff;
	float: left;
	margin: 10px 2%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	text-align: center;
}

.wk_ys li img{
	display: block;
	padding-top: 20px;
	margin: 0 auto 10px;
}
.wk_ys li strong{
	color: #555;
	font-size: 20px;
	line-height: 40px;
}
.wk_ys li p{
	color: #888888;
	font-size: 14px;
	line-height: 30px;
	padding: 0px 30px;
}
.wk_ys li:hover{
	box-shadow: 0px 0px 20px #666;
	transform: scale(1.1);
}

.wk_ys2{
	width: 1200px;
	overflow: hidden;
	margin: 20px auto;
}
.wk_ys2 li{
	width: 21%;
	height: 250px;
	background: #fff;
	float: left;
	margin: 10px 2%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	text-align: center;
}

.wk_ys2 li img{
	display: block;
	padding-top: 20px;
	margin: 0 auto 10px;
}
.wk_ys2 li strong{
	color: #555;
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
}
.wk_ys2 li p{
	color: #888888;
	font-size: 14px;
	line-height: 30px;
	padding: 0px 30px;
}
.wk_ys2 li:hover{
	box-shadow: 0px 0px 20px #666;
	transform: scale(1.1);
}

/*第5屏*/
.page5{
	background: #0db59e;
	width: 100%;
}
.page5 .tt{
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
	display: table;
}
.page5 .tt>span{
	float: left;
	font-size: 78px;
	color: #FFF;
	font-weight: bold;
}
.page5 .tt>span>h2{
	font-size: 32px;
	font-weight: normal;
	padding-left: 20px;
	line-height: 40px;
	padding-top: 20px;
}
.page5 .tt>span>h3{
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	padding-left: 20px;
	height: 20px;
}
.wk_case{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.wk_case li{
	width: 23%;
	height: 550px;
	display: block;
	overflow: hidden;
	margin: 10px 1%;
	background: #fff;
	border-radius: 10px;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.wk_case li img{
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.wk_case li:hover img{
	transform: scale(1.1);
}
.page5>a{
	width: 200px;
	height: 40px;
	border: solid 1px #fff;
	display: block;
	margin: 20px auto;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.page5>a:hover{
	color: #fff;
	border: 0;
	background: #0a7b6c;
}

/*第6屏 NEWS*/
.page6{
	background: url(../img/page6_bg.jpg) right center no-repeat #FFF;
	overflow: hidden;
	width: 100%;
}
.page6 .tt{
	width: 1200px;
	margin: 0 auto 100px;
	padding-top: 100px;
	display: table;
}
.page6 .tt>span{
	float: left;
	font-size: 78px;
	color: #0db59e;
	font-weight: bold;
}
.page6 .tt>span>h2{
	font-size: 32px;
	font-weight: normal;
	padding-left: 20px;
	line-height: 40px;
	padding-top: 20px;
}
.page6 .tt>span>h3{
	font-size: 22px;
	font-weight: normal;
	color: #666;
	padding-left: 20px;
	height: 20px;
}
.wk_news{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.wk_news .wk_news_l{
	width: 520px;
	height: 400px;
	float: left;
}
.wk_news .wk_news_l img{
	width: 520px;
	height: 260px;
}
.wk_news .wk_news_l p{
	width: 100%;
	padding: 20px 0px;
	/*box-sizing: border-box;*/
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.wk_news .wk_news_l p span{
	width: 100px;
	height: 120px;
	border: solid 1px #ddd;
	display: block;
	background: #fff;
	font-size: 36px;
	color: #0ec9ae;
	font-weight: bold;
	text-align: center;
	padding: 30px 10px;
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
}
.wk_news .wk_news_l p span i{
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #666;
	display: block;
	font-weight: normal;
}
.wk_news .wk_news_l p strong a{
	font-size: 18px;
	color: #333;
	display: block;
	font-weight: normal;
}
.wk_news .wk_news_l p strong a:hover{color: #0ec9ae;}
.wk_news .wk_news_l p>a{
	font-size: 14px;
	color: #666;
}
.wk_news .wk_news_l p>a:hover{
	color: #0ec9ae;
}
.wk_news ul{
	width: 600px;
	height: 400px;
	float: right;
	/*background: #ccc;*/
}
.wk_news ul li{
	width: 100%;
	height: 120px;
	/*background: #fff;*/
	margin-bottom: 20px;
	overflow: hidden;
}
.wk_news ul li span{
	width: 100px;
	height: 100px;
	border-right: solid 1px #ddd;
	display: block;
	float: left;
	color: #0ec9ae;
	font-weight: bold;
	font-size: 22px;
	text-align: right;
	padding-right: 10px;
	margin-right: 20px;
	padding-top: 20px;
}
.wk_news ul li span i{
	font-size: 16px;
	color: #666;
	display: block;
	font-weight: normal;
	text-align: right;
}
.wk_news ul li p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.wk_news ul li p strong{
	font-size: 18px;
	color: #333;
	display: block;
	font-weight: normal;
	line-height: 40px;
}
.wk_news ul li p>a{
	font-size: 14px;
	color: #666;
	display: table;
}
.wk_news ul li p>a:hover{
	color: #0ec9ae;
}


.page7{
	background: url(../img/page7_bg.jpg) right center no-repeat #515151;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.page7 .tt{
	width: 1200px;
	margin: 0 auto 100px;
	padding-top: 100px;
	display: table;
}
.page7 .tt>h2{
	font-size: 26px;
	font-weight: normal;
	line-height: 40px;
	padding-top: 20px;
	color: #78c736;
}
.page7 .tt>h3{
	font-size: 32px;
	color: #fff;
	height: 20px;
}
.page7 .tt>h3:after{
	width: 50px;
	height: 2px;
	background: #fff;
	display: block;
	content: "";
}
.wk_contact{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.wk_contact_l{
	width: 500px;
	height: 500px;
	float: left;
}
.wk_contact_l p{
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}
.wk_contact_l p img{
	width: 30px;
	margin-right: 15px;
	vertical-align: middle;
}
div.wk_wx{
	width: 100%;
	margin: 10px 0px;
}
div.wk_wx span{
	float: left;
	margin-right: 15px;
	text-align: center;
	color: #ccc;
	font-size: 16px;
	line-height: 40px;
}
div.wk_wx span img{
	display: block;
}

.wk_map{
	width: 650px;
	height: 500px;
	float: right;
}
.wk_map img{
	border: solid 5px #fff;
	display: block;
	border-radius: 10px;
}

.wk_footer{
	background: #038674;
	width: 100%;
	height: 110px;
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 65px;
	
}
.wk_footer a {
	color: #fff;
}



/*内页*/
.banner_inner{
	width: 100%;
	height: 600px;
	background: url(../img/nyba.jpg) top center no-repeat;
}
.banner_inner strong{
	width: 1200px;
	text-align: right;
	font-size: 60px;
	color: #00d8db;
	margin: 0 auto;
	line-height: 70px;
	display: block;
	font-weight: normal;
	padding-top: 200px;
	padding-right: 50px;
	box-sizing: border-box;
}
.banner_inner p{
	width: 1200px;
	text-align: right;
	font-size: 36px;
	color: #fff;
	margin: 0 auto;
	line-height: 70px;
	display: block;
	font-weight: normal;
	padding-right: 50px;
	box-sizing: border-box;
}
#main100{
	width: 100%;
	overflow: hidden;
	background: #fff;
}
#main1200{
	width: 1200px;
	/*overflow: hidden;*/
	margin: 0 auto;
}
#main1360{
	width: 1360px;
	/*overflow: hidden;*/
	margin: 0 auto;
}
.ny-posi{
	width: 100%;
	height: 60px;
	border-bottom: solid 1px #ccc;
	margin: 0 auto 50px;
	font-size: 16px;
	line-height: 60px;
}
.page_about{
	width: 1200px;
	margin: 100px auto;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	background: url(../img/);
}
.page_about strong{
	font-size: 36px;
	color: #555;
	line-height: 80px;
	font-weight: normal;
	margin-bottom: 30px;
	height: 80px;
	display: block;
}
.page_about strong:after{
	content: "";
	width: 50px;
	height: 2px;
	background: #78c736;
	display: block;
	margin: 0 auto;
}

.page_bghj{
	width: 1200px;
	margin: 0 auto;
}
.page_bghj dl{
	width: 380px;
	height: 325px;
	margin: 10px;
	float: left;
	padding: 0;

}
.page_bghj dl dt{
	width: 100%;
	height: 285px;
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0;
}
.page_bghj dl dt img{
	width: 100%;
	height: 285px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.page_bghj dl dt:hover img{
	transform: scale(1.1);
	
}
.page_bghj dl dd{
	width: 100%
	height: 40px;
	display: block;
	background: #ddd;
	padding: 0;
	margin: 0;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.page_bghj dl dd a{
	color: #000;
}

.ny-nav{
	width: 1000px;
	height: 50px;
	margin: 50px auto 100px;
}

.ny-nav a{
	font-size: 18px;
	line-height: 50px;
	color: #666;
	text-align: left;
	display: block;
	float: left;
	margin-right: 30px;
}
.ny-nav a:hover{
	color: #78c736;
}
.container2{
	margin: 20px 5%;
}
@media only screen and (max-width: 1500px) {
	.container2{
	margin: 20px 0 !important;
    }
}
.web-build-one {
	position: relative;
	display: table;
	width: 100%;
	border: solid 1px #ddd;
}
.web-build-one-img,
.web-build-one-desc {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	overflow: hidden;
}
.web-build-one-img>img{
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.web-build-one:hover .web-build-one-img>img{
	transform: scale(1.1);
}
.web-build-one:nth-child(even) .web-build-one-img {
	float: right;
}
.web-build-one-arrow-all {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border: 1px solid transparent;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #fff;
	width: 52px;
	height: 52px;
	-o-transition: .45s .1s;
	-moz-transition: .45s .1s;
	transition: .45s .1s;
}
.web-build-one:nth-child(even) .web-build-one-arrow-all {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	   -moz-transform: translate(-50%, -50%) rotate(180deg);
	     -o-transform: translate(-50%, -50%) rotate(180deg);
	        transform: translate(-50%, -50%) rotate(180deg);
}
.web-build-one-desc{
	padding: 50px;
	box-sizing: border-box;
}
.web-build-one-desc h3{
	font-size: 28px;
	color: #555;
	font-weight: normal;
	line-height: 60px;
}
.web-build-one-desc p{
	font-size: 16px;
	color: #999;
	font-weight: normal;
	line-height: 30px;
}
.web-build-one-desc a{
	border: solid 1px #78c736;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 18px;
	color: #78c736;
	margin-top: 20px;
	display: block;
	width:400px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	text-align: center;
}
.web-build-one-desc a:hover{
	background: #78c736;
	color: #fff;
}


.ny_case_pic{
	width: 23%;
	height: 100%;
	margin: 10px 1%;
	float: left;
	border: solid 2px #ddd;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #ccc;
}
.ny_case_pic:hover{
	box-shadow: 0px 0px 20px #78c736;
}
.ny_case_pic dl dt{
	width: 100%;
	overflow: hidden;
}
.ny_case_pic dl dt img{
	width: 100%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.ny_case_pic:hover dl dt img{
	transform: scale(1.1);
}
.ny_case_pic dl dd{
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}
.web_link{
	font-size: 18px;
	color: #666;
	line-height: 50px;
}
.web_link a{
	color: #78c736;
}
.web_link a:hover{
	color: #000;
}
.ny_cont{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	font-family: "微软雅黑";
}
.ny_cont h1{
	text-align: center;
	line-height: 60px;
	margin-top: 20px;
	font-size: 26px;
	font-weight: normal;
}
.ny_cont img{
	display: block;
	margin: 30px auto;
	max-width: 98%;
}
.ny_cont .info{
	width: 100%;
	line-height: 30px;
	background: #eee;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.web{
	width: 100%;
	line-height: 30px;
	background: #eee;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}

.news_list {
	width: 100%;
	
}

.news_list li {
	border-bottom: 1px solid #ddd;
	padding: 12px;
	width: 100%;
	height: 130px;
	display: block;
	margin: 20px 0px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.news_list li:hover{
	box-shadow: 0px 0px 15px #ccc;
	transform: scale(1.1);
}
.news_list li .date {
	background: #fff;
	color: #333;
	display: inline-block;
	margin-right: 20px;
	float: left;
	font-family: verdana;
	text-align: center;
	border-radius: 4px;
	font-size: 24px;
	font-family: verdana;
	border: 1px solid #78c736;
	padding: 5px 0 0;
}

.news_list li .date em {
	display: block;
	font-style: normal;
	font-size: 14px;
	font-family: arial;
	background: #78c736;
	padding: 3px 15px;
	color: #fff;
	margin-top: 5px;
}

.news_list li div {
	color: #999;
	font-size: 16px;
	margin-left: 95px;
	line-height: 30px;
}

.news_list li div a {
	display: block;
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}

.news_list li div a:hover {
	color: #78c736;
}



.pian{
	font-size: 14px;
	color: #555;
}
.pian li{
	border: solid 1px #ddd;
	width: 48%;
	line-height: 40px;
	margin: 20px 1%;
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 5px 20px;
}
#week_nav2 {
	width: 100%;
	min-width: 1200px;
	height: 100px;
	overflow: visible;
	padding: 0;
	background: #000;
	margin: 0 auto;
	position: fixed;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100px;
}
.wk_footer2{
	background: #038674;
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	color: #fff;
	margin-top: 50px;
}
.wk_footer a {
	color: #fff;
}