@charset "utf-8";
/*

 * fullPage 1.4.5

 * https://github.com/alvarotrigo/fullPage.js

 * MIT licensed

 *

 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo

 */

#header {
	width: 100%;
	height: 55px;
	position: fixed;
	z-index: 998;
/*	background: #fff;
	box-shadow: 0 0 5px #999;
*/	left: 0;
	position: fixed;
	top:0;
}
#headerbody {
/*	max-width: 1190px;
*/	margin: 0 auto;
	text-align: center;
	height:55px;
}
#logo {
	/*background-image: url("../images/logo.png");*/
/*	background-image: -webkit-image-set(url(../images/png.png) 1x, url(../images/logo@2x.png) 2x);
*/	width: 224px;
	height: 35px;
	float: left;
	display: block;
	margin-top: 10px;
	margin-left:50px;
}
#logo a {
	width: 224px;
	height: 35px;
	float: left;
	display: block;
	position: relative;
	z-index: 1000
}
#header ul#navbig {
	float: right;
	width: auto;
	height: 35px;
	display: inline-block;
	margin-right:30px;
}
#header ul#navbig li {
	width: 90px;;
	height: 55px;
	line-height: 55px;
	font-size: 12px;
	float: left;
	/*margin: 0 10px;*/
	position: relative;
}
#header ul#navbig li a {
	display: block;
	color: #fff;
	text-align: center;
	z-index: 99;
}
#header ul#navbig li#navmove {
/*	height: 2px;
	background: #d4141f;
*/	position: absolute;
	bottom: 0;
}
#header ul#navbig li div {
	width: 100px;
	padding-left:10px;
	position: absolute;
	left: -20px;
	overflow: hidden;
	display: none;
	z-index: 99;
	background:url("../images/black.png")/*tpa=http://dpx.cc/statics/dpx/images/black.png*/ repeat;
}
/*#header ul#navbig li div ul {
	width: auto;
	position: absolute
}
*/#header ul#navbig li div li {
	font-size: 12px;
	line-height: 35px;
	height: 35px;
	display:block;
}
#header ul#navbig #navactive div li a, #header ul#navbig li div li a {
	color: #fff;
}
#header ul#navbig #navactive a, #header ul#navbig li div li a:hover, #header ul#navbig #navactive div li a:hover,#header ul#navbig li a:hover{
	/*color: #d4141f;*/
	color:#fff;
	border-radius:2px;
	background:#d4141f;
}








#header ul#navbig li ul{ 
	display:none; /*默认隐藏*/ 
	width:100px; 
	/*padding:5px 0;*/   
	position:absolute; 
	left:-5px; 
	top:55px; 
	/*background:#1F7CAF;*/
	text-align:center;
	
	background: #ffffff;
	background: rgba(255,255,255,0.6);
	/*background: #fff/9;**/
	filter: alpha(opacity=60);
}
#header ul#navbig li ul li{ 
	vertical-align:middle;
	width:100px;
	height:35px;
}
#header ul#navbig li ul li a{ 
	height:35px; 
	line-height:35px; 
	/*padding:8px 0;*/  
	display:block; 
	/*background:url(images/icon.png) 0 9px no-repeat;*/ 
	color:#000;   
}
#header ul#navbig li ul li a:hover{ 
	color:#000;
	font-weight:bold;
	background:#fff;
}
/*header end*/
 

#superContainer {
	height: 100%;
	position: relative;
}
.section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slide {
	float: left;
}
.slide, .slidesContainer {
	height: 100%;
	display: block;
}
.slides {
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.section.table, .slide.table {
	display: table;
	width: 100%;
}
.tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.slidesContainer {
	float: left;
	position: relative;
}
.controlArrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
}
.controlArrow.prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}
.scrollable {
	overflow: scroll;
}
.easing {
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
#fullPage-nav {
	position: fixed;
	z-index: 100;
	top: 60%;
	right: 0;
	opacity: 1;
}
#fullPage-nav.right {
	right: 0px;
}
#fullPage-nav.left {
	left: 17px;
}
.fullPage-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}
.fullPage-slidesNav.bottom {
	bottom: 17px;
}
.fullPage-slidesNav.top {
	top: 17px;
}
#fullPage-nav ul,  .fullPage-slidesNav ul {
	margin: 0;
	padding: 0;
}
#fullPage-nav li,  .fullPage-slidesNav li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}
.fullPage-slidesNav li {
	display: inline-block;
}
#fullPage-nav li a,  .fullPage-slidesNav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span,  .fullPage-slidesNav .active span {
	background: #333;
}
#fullPage-nav span,  .fullPage-slidesNav span {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.fullPage-tooltip {
	position: absolute;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	top: -2px;
}
.fullPage-tooltip.right {
	right: 20px;
}
.fullPage-tooltip.left {
	left: 20px;
}
/* 圆点导航 */

#fullPage-nav {
	_display: none;
	font-size: 12px;
	width: 43px;
	/*height: 280px;*/
}
#fullPage-nav li {
	width: 40px;
	height: 21px;
	margin: 10px 0 0;
	vertical-align: middle;
}
#fullPage-nav li a {
	float: right;
	width: 21px;
	height: 21px;
	color: #8F9DA4;
	text-decoration: none;
	text-align: right;
	background: url("../images/dot.png")/*tpa=http://dpx.cc/statics/dpx/images/dot.png*/ 0px -18px no-repeat;
}
#fullPage-nav li .active {
	background-position: 0 6px;
}
#fullPage-nav span {
	display: none;
}
.fullPage-tooltip {
	float: left;
	top: 0;
	margin-right: 5px;
	font: 12px "Microsoft Yahei";
	color: #8F9DA4;
	line-height: 21px;
}
/* 圆点导航 */





.section {
	position: relative;
	overflow: hidden;
	padding-top: 84px;
}
.section .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.section .bg img {
	display: block;
	width: 100%;
	height: 100%;
}
.bg5_07 {
	position: absolute;
	left:-245px;
	top: 80%;
	width: 205px;
	height: 40px;
	line-height:40px;
	padding-left:40px;
	background:url("../images/black.png") repeat;
	transition: all 1s;
	z-index: 5;
	font-size:18px;
	color:#fff;
}
/* CSS3过度及动画 */
.active .bg5_07 {
	margin-left: 245px;
	opacity: 1;
	transition-delay: 0.7s;
}
/* for lt ie 10*/
.ltie10 .bg5_07 {
	margin-left: 245px;
	opacity: 1;
	transition-delay: 0.7s;
}
/* CSS Document */
