a:hover {
	text-decoration: inherit;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

#week_nav {
	position: relative;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 60px;
}

.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: #90C42F;

}

.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(../imgs/1/1-1.png) 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: 35%;
	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_s2 .wk_wrap {
	position: absolute;
	top: 48%;
	left: 43%;
	margin-top: -155px;
	margin-left: -372px;
	width: 750px;
	height: 350px;

}

.wk_slide-wrap li#wk_s2 .wk_banner {
	background: url(../imgs/1/1-2.png) 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_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(../images/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: 100px;

}

.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;

	border: 1px solid #fff;

	-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: 8px;

	height: 8px;

	-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);

}


.page2 {
	background: url(../images/page2_bg.png) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.wk_about {
	position: absolute;
	top:30%;
	left:41%;
	width:50%;
}

.wk_about c2 {
	position: relative;
	top: 0;
	font-size:22px;
	left: -400px;  /*动画需要起始位置*/
	width: auto;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.page2.active .wk_about c2 {
	left: 0;
}

.wk_about_menu {
	position: absolute;
	margin-top: 15%;
	width: 550px;
	min-width:550px;
	height: 140px;
	right: -400px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;	
}
.wk_about_menu a {
	float: left;
	display: block;
	margin-left: 20px;
	width:auto;
	min-width:250px;
	height: 60px;
	background: #1f1a17;
	color: #ecc000;
	text-align: center;
	font-size: 22px;
	line-height: 60px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.wk_about_menu a.hover {
	background: #444444;
	color:#fff;
}
.wk_about_menu a.active {
	background: #111111;
	color:#fff;
}
.page2.active .wk_about_menu {
	right: 0;
}





/*第三屏   */
.page3 {
	background-color:#1f1a17;
	background-size: cover; /* 确保图片覆盖整个元素区域 */
	background-position: center; /* 图片居中显示 */
	background-repeat: no-repeat; /* 不重复图片 */
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.col{
    width: 1060px;
    height: 100vh;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 60px;
    position: relative;
    transform: scale(1.5);
    color: white;
    font-size: 28px;
}
.col_window{
    height: 100%;
    background-color: #1f1a17;
    box-shadow: 0 0 8px black;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.col_con{
    position: absolute;
    left: 0;
    height: 340px;
    transition: left .4s ease;
}
.col_con>img{
    float: left;
}
.arrows_Lcon{
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.52);
    position: absolute;
    top: 30%;
    left: 0;
    cursor: pointer;
}
.arrows_Rcon{
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.52);
    position: absolute;
    top: 30%;
    right: 0;
    cursor: pointer;
}
.arrows_Lcon:hover{
    background: linear-gradient(to right,rgba( 236,192,0, 1) 80%,rgba( 236,192,0, 1) 80%);
}
.arrows_Rcon:hover{
    background: linear-gradient(to left,rgba( 236,192,0, 1) 80%,rgba( 236,192,0, 1) 80%);
}
.arrows_left,.arrows_right{font-family: "宋体";}
.arrows_left{
    width: 23px;
    height: 36px;
    margin: 0 auto;
    margin-top: 35px;
    
}
.arrows_right{
    width: 23px;
    height: 36px;
    margin: 0 auto;
    margin-top: 35px;
}
.dots{
    width: 900px;
    height: 9px;
    margin: 0 auto;
    margin-top: 20px;
    transform: scale(1.5);
    position: absolute;
    bottom: 25px;
}
.dots div{
    width: 72px;
    margin: 0 auto;
}
.dots span{
    width: 16px;
    height: 9px;
    background-color: #496274;
    float: left;
    margin-left: 5px;
    border-radius: 2px;
    cursor: pointer;
    color: transparent;
}
.dots span:hover{
    background-color: #768895 !important;
}


.page4 {
	background: url(../imgs/1/4.png) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.pro_nav {
	height: 200px;
	margin:50px auto;
	margin-top:40%;
	overflow: hidden;
}

.pro_nav li {
	float: left;
	height: 80px;
	overflow: hidden;
	text-align:center;
	line-height: 80px;
	background:#333;
	opacity: 70%;
	border:1px solid #ddd;
	margin-left:3px;
	width:16%;
}

.pro_nav li a {
	font-size: 12px;
	font-weight:600;
	color: #fff;
	text-decoration: none;
	transition: color 0.3s linear 0s;
	line-height: 80px;
	height: 80px;
	padding: 5px 0;
	overflow: hidden;
}

.pro_nav li.a a, .pro_nav li:hover, .pro_nav li a:hover, .pro_nav li.hover a {

	/**color: #90C42F;**/
	color:#000000;
	background:#ecc000;
}

.pro_nav li span {
	display: none;
	font-size: 0;
}











.page5 {
	background: url(../images/page5_bg.png) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.wk_contact {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -600px;
	width: 1200px;
}

.wk_contact_right {
	position: absolute;
	top: 30px;
	right: -100px;
	width: 1000px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.wk_cont_div {
	margin: 0 auto;
	padding-top: 8px;
	width: 1000px;
	height:120px;
}

.wk_cont_div li {
	margin-top: 24px;
	height: 44px;
	color: #000;
	font-size: 22px;
	line-height: 44px;
}

.wk_cont_div li a {
	color: #000;
}

.wk_cont_div span {
	float: left;
	display: block;
	margin-right: 21px;
	width: 44px;
	height: 44px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.wk_cont_div li span.wk_cont_b {
	background: url(../images/cont_b.png) no-repeat;
}

.wk_cont_div li:hover span.wk_cont_b {
	background: url(../images/cont_b.png) no-repeat 0 -44px;
}

.wk_cont_div li span.wk_cont_c {
	background: url(../images/cont_c.png) no-repeat;
}

.wk_cont_div li:hover span.wk_cont_c {
	background: url(../images/cont_c.png) no-repeat 0 -44px;
}

.wk_cont_div li span.wk_cont_d {
	background: url(../images/cont_d.png) no-repeat;
}

.wk_cont_div li:hover span.wk_cont_d {
	background: url(../images/cont_d.png) no-repeat 0 -44px;
}

.wk_serve-ico-kf:hover .wk_cont_a {
	display: block;
	color: #ed5736;
	-webkit-animation: gWelHealth .8s ease-in-out;
	-moz-animation: gWelHealth .8s ease-in-out;
	-o-animation: gWelHealth .8s ease-in-out;
	-ms-animation: gWelHealth .8s ease-in-out;
	animation: gWelHealth .8s ease-in-out;
}

.page5.active .wk_contact_right {
	right: 55px;
}
.wk_contact.active .wk_contact_right {
	right: 55px;
}

.fp-auto-height .wk_footer_side {
	padding: 26px 0;
	background: #0e0e0e;
	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;
}

.fp-auto-height.active .wk_footer_side {
	padding: 26px 0;
	background: #0e0e0e;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.wk_footer{
	margin: 0 auto;
	width: 1200px;
	color: #b6b3b3;
	line-height: 26px;
}

.wk_footer a {
	color: #b6b3b3;
}

