html {
	-webkit-text-size-adjust: none; /*解决chrome浏览器下字体不能小于12px*/
}
body {
	color: #000000;
	font-family: "microsoft yahei", tahoma, verdana, simsun;
	font-weight:100;
}
* {
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
html {
	zoom: 1;
}
html * {
	outline: 0;
	zoom: 1;
}
html button::-moz-focus-inner {
border-color:transparent!important;
}
body {
	overflow-x: hidden;
	font-size: 12px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {/*border-collapse:collapse;border-spacing:0;*/
}
fieldset, a img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/
}
em, i {
	font-style: normal;
}
/**

 +------------------------------------------------------------------------------

 * Public Class

 +------------------------------------------------------------------------------

 * @subpackage  RBAC

 +------------------------------------------------------------------------------

 */
.gb-header, .gb-nav {
	height: 70px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 8;
}

 .gb-nav {
	background: rgba(255,255,255,0.25);
	z-index: 99999;
}
.gb-nav, .gb-header {
	top: -70px;
	/*css3*/

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.gb-nav.show, .gb-header.show {
	top: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.gb-nav.show {
	background: rgba(0,0,0,0.25);
}
.gh {
	float: right;
	height: 34px;
	width: 34px;
	margin-right: 30px;
	margin-top: 25px;
	position: relative;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer;
}
.gh.selected {
	transform: rotate(90deg);
}
.gh a {
	background-color: #000;
	display: block;
	height: 4px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}
.gh:hover a:before {
	transform: translateY(-2px) rotate(0deg);
	-webkit-transform: translateY(-2px) rotate(0deg);
	-ms-transform: translateY(-2px) rotate(0deg);
}
.gh:hover a:after {
	transform: translateY(2px) rotate(0deg);
	-webkit-transform: translateY(2px) rotate(0deg);
	-ms-transform: translateY(2px) rotate(0deg);
}
.gh.selected:hover a:before {
	transform: translateY(0px) rotate(-55deg);
	-webkit-transform: translateY(0px) rotate(-55deg);
	-ms-transform: translateY(0px) rotate(-55deg);
}
.gh.selected:hover a:after {
	transform: translateY(0px) rotate(55deg);
	-webkit-transform: translateY(0px) rotate(55deg);
	-ms-transform: translateY(0px) rotate(55deg);
}
.gh a:after, .gh a:before {
	background-color: #000;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}
.gh a:after {
	top: 10px;
}
.gh a:before {
	top: -10px;
}
.gh.selected a:after, .gh.selected a:before {
	top: 0;
}
.gh.selected a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
}
.gh.selected a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
}
.gh.selected a {
	background-color: transparent !important;
}
.gb-nav.show .gh a, .gb-nav.show .gh a:after, .gb-nav.show .gh a:before {
	background-color: #fff;
}
.header .logo, .gb-nav .logo {
	margin-left: 60px;
	float: left;
	display: inline;
	margin-top: 10px;
}
.header .logo img { height:50px;}
.gb-nav .logo {
	position: relative;
}
.gb-nav .logo img {
	position: absolute;
	left: 0;
	top: 0;
}
.gb-nav .logo img.img2 {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.gb-nav.show .logo img.img2 {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	height:50px;
}
.header .nav {
	margin-right: 50px;
	float: right;
	display: inline;
	margin-top: 25px;
}
.header .nav li {
	float: left;
	display: inline;
	font-size: 26px;
	text-align:center;
	width:auto;
}
.header .nav li a {
	display: block;
	height: 50px;
	line-height: 60px;
	overflow: hidden;
	text-decoration: none;
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px #333;
}
.header .nav li span {
	display: block;
	transition: all 0.3s ease-in-out 0s;
}
.header .nav li span.s2 {
	color: #E31414;
	font-weight: bold;
}
.header .nav li a:hover .s1, .header .nav li.selected a .s1 {
	margin-top: -24px;
}






.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}/* 清除浮动*/
.colwrapper {
	overflow: hidden;
	zoom: 1 /*for ie*/;
	margin: 5px auto;
}/* 高度自适应 */
.strong {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.break {
	word-wrap: break-word;
	overflow: hidden; /*word-break:break-all;*/
}
.tal {
	text-align: left
}
.tar {
	text-align: right;
}
/*文字两侧对齐*/

.justify {
	text-align: justify;
	text-justify: distribute-all-lines;/*ie6-8*/
	text-align-last: justify;/* ie9*/
	-moz-text-align-last: justify;/*ff*/
	-webkit-text-align-last: justify;/*chrome 20+*/
}
.toe {
	/*超出省略号*/

	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {/* chrome*/
.justify:after {
	content: ".";
	display: inline-block;
	width: 100%;
	overflow: hidden;
	height: 0;
}
}
/* 兼容IE6的定位属性fixed，固定不动样式 */

.fixed {
	position: fixed;
	clip: rect(0 100% 100% 0);
	_position: absolute;
	/* 底部 */

	bottom: 0px;
	left: 0px;
 _top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/

	

	/* 左侧 */

	/*left:0px;*/

	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/

	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/

}
/* 解决固定层在IE6下闪的问题 */

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}
/*png图片ie6下透明滤镜实现写法*/

.pngimg {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');
}


em {
	font-style: italic !important;
}
strike {
	text-decoration: line-through !important;
}
strong {
	font-weight: bold !important;
}
u {
	text-decoration: underline !important;
}


.ff8600, ff86aa a {
	color: #ff8600;
}
.font14px {
	font-size: 14px;
}
.font9pt {
	font-size: 9pt;
}


a {
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
	color: #E40000;
}
.css3 {
	/*transition: all 0.3s ease-in-out 0s;*/

	

	-webkit-transform: translate3d(0, -20px, 0);
	-ms-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms
}
.css3.animated {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
 @media screen and (max-width: 650px) {
}
 @media screen and (max-width: 480px) {
}
.rotate {
	transform: rotate(7deg);
	-ms-transform: rotate(7deg); 	/* IE 9 */
	-moz-transform: rotate(7deg); 	/* Firefox */
	-webkit-transform: rotate(7deg); /* Safari 和 Chrome */
	-o-transform: rotate(7deg); 	/* Opera */
}
body {
	font-size: 12px;
	line-height: 22px;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.gb-header, .gb-nav {
	height: 70px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 8;
}

.page2 {
	background: url(./bg3.jpg) no-repeat center;
	background-size: cover !important;
	height: 964px;
}
.page2 .bg2 {
	width:100%;
	height:100%;
	/*background: url(./img50.png) repeat;*/
    position: absolute;
	top:0px;
	left:0px;
	z-index:1;
}
.page2 .wrapper {
	height: 100%;
	z-index:2;
}
.page2 ul {
	height: 100%;
}
.page2 li {
	width: 25%;
	float: left;
	display: inline;
	text-align: center;
	color: #fff;
	height: 100%;
	position: relative;
	/*css3*/

	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.page2 li p {
	text-align:left;
}
.page2 li .bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f19716;
	height: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.page2 li.selected .bg {
	height: 100%;
}
.page2 li.l2 .bg {
	background-color: #a01818;
}
.page2 li.l3 .bg {
	background-color: #04afa6;
}
.page2 li.l4 .bg {
	background-color: #8104b7;
	/*background-color: #ffffff6b;*/
}
.page2 li .wrap {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30%;
}
.page2 li .ico {
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
	margin-bottom: 50px;
	width: 110px;
	height: 110px;
}

.page2 li.selected .ico {
	background-position: center bottom;
}
.page2 li .link {
	text-align: center;
	margin-top: 35px;
}
.page2 li .link a {
	background: url(./img41.png) no-repeat;
	width: 48px;
	height: 48px;
	display: inline-block;
}
.page2 li .img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -200px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.page2 li.selected .img {
	bottom: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.page2 li .img img {
	display: block;
	width: 100%;
}
.page2 li a {
	color: #fff;
	text-decoration: none;
}
.page2 li.selected {
}
.page2 li.l1 {
	-webkit-transform: translate3d(-600px, 0, 0);
	-ms-transform: translate3d(-600px, 0, 0);
	transform: translate3d(-600px, 0, 0);
}
.page2 li.l2 {
	-webkit-transform: translate3d(-300px, 0, 0);
	-ms-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}
.page2 li.l3 {
	-webkit-transform: translate3d(300px, 0, 0);
	-ms-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
.page2 li.l4 {
	-webkit-transform: translate3d(600px, 0, 0);
	-ms-transform: translate3d(600px, 0, 0);
	transform: translate3d(600px, 0, 0);
}
.page2.active li {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.page2 li h2 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.page2 li dl {
	margin-top: 18px;
}
.page2 li dd {
	display: inline;
}
.page2 li dd span {
	width: 1px;
	height: 15px;
	display: inline-block;
	background: #fff;
	margin: 0 15px;
}
.page2 li p {
	margin-top: 30px;
	line-height: 24px;
	font-size:14px;
}

nav {
	float: right;
	position: relative;
	height: 72px;
	transition: 0.2s;
	z-index: 99;
	margin-right:50px;
}
nav ul {
}
nav li {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 72px;
	height: 72px;
	padding-left:30px; padding-right:30px;
	transition: 0.2s;
	float:left;
}
nav li a {
	color: #fff;
	position: relative;
	transition: 0.2s;
	letter-spacing: 2px;
	display: inline-block;
	opacity: 0.7;
}
nav li:hover a {
	opacity: 1;
}

nav li dl {
	display: none;
	position: absolute;
	z-index: 9999;
	right: 0px;
	background-color: #fff;
	height: 240px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(255,255,255,.9);
    _background: 0 0;
    _border: 0;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#66000000', EndColorStr='#66000000');
}
nav li dl dd {text-align:center; height:40px; line-height:40px; font-size:14px;}
nav li dl dd a { color:#000;}
nav li dl dd:hover a {
	text-decoration: underline;
}
nav:hover dl { display:block;}

nav a.on:before {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #98af2b;
}