/**
 * @author yzsy
 * @date 2014.08.14
 */
 
/* reset css */
*{
	font-family:SimSun,Helvetica,"Microsoft YaHei",Arial,Verdana,serif;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	line-height:1;
}
ol,ul {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,button,textarea,select {
	font-family:"Microsoft YaHei",Arial,Verdana,serif;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%;
	/*to enable resizing for IE*/
width:auto;
	overflow:visible;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
/* end reset css */




html,body {
	height:100%;
}
a,a:visited,a:active {
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
/*float clear*/

.clear {
	zoom:1;
}
.clear:after {
	content:"\200c";
	display:block;
	height:0;
	font-size:0;
	clear:both;
}
.none {
	display:none;
}
body {
	background:#eee;
	color:#333;
	font-family:"Microsoft YaHei",Arial,Verdana,serif;
	font-size:0.8em;
	line-height:1;
}
body.Front {
	background-color:#00adbc;
}
#wrap {
	position:relative;
	min-height:100%;
	_height:100%;
	/* for IE6 */
}
.bg {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	min-width:960px;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
}
.bg0 {
	background-color:#00b6c6;
}
.section {
	width:100%;
}
.content {
	margin:0 auto;
	width:1002px;
	position:relative;
}
#header {
	width:1040px;
}
#header-fixed {
	height:91px;
	background-color:#f97b02;
}
#header-wrap {
	width:100%;
	min-width:960px;
	overflow:hidden;
	background:url(../images/header_bg.png) repeat-x 0 bottom #f97b02;
	z-index:12;
	position:absolute;
}
.Front #header-wrap,.Front #header-fixed {
	background-color:transparent;
}
#header {
	height:90px;
	padding:0 0 1px;
}
#logo {
	text-indent:-999em;
	width:200px;
	height:50px;
	float:left;
	position:relative;
	top:50%;
	margin:-25px 0 0 0;
}
#logo a {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/logo.png) no-repeat;
	background-size:cover;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.fixed #logo {
	width:140px;
	height:35px;
	margin-top:-17px;
}

.canTransition .fixed #logo a {
	background-image:url(../images/logo.png);
}
#menus {
	float:right;
	height:100%;
	font-size:14px;
	position:relative;
}
#menus a {
	color:#ddd;
	color:rgba(255,255,255,.6);
	*color:#ddd;
	float:left;
	zoom:1;
	padding:0 26px;
	height:100%;
	position:relative;
	letter-spacing:1px;
	font-weight:bold;
}
#menus a[id="other"]{
	padding:0px 0px 0px 26px;
	cursor:auto;
}
#menus a:not(#other):hover {
	background:url(../images/menus_hover.png) left bottom repeat-x;
	_background:none;
	color:#FFFFFF;
	font-weight:bold;
}
#menus a.active {
	color:#fff;
}
#menus a span {
	height:20px;
	cursor:pointer;
	zoom:1;
	float:left;
	position:relative;
	top:50%;
	top:50px \9;
	margin-top:-10px;
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
	letter-spacing: 2px;
}
.fixed #menus a span {
	top:25px \9;
}
#menus a .more {
	height:31px;
	line-height:31px;
	margin-top:-15px;	
	cursor:auto;
}


.hot{
	background:url(../images/follow_icon.png) no-repeat -130px -10px;
	height:17px;
	width:32px;
	top:50%;
	top:50px \9;
	zoom:1;
	margin-top: -20px;
	margin-left:38px;
	position:relative;
}

#menus a .more div{
	display:block;
	height:31px;
	float:left;
	width:30px;
	cursor:pointer;
}

#menus a .more div[title="facebook"]{
	background:url(../images/follow_icon.png) no-repeat -10px -10px;
	margin-right:18px;
}

#menus a .more div[title="twitter"]{
	margin-right:18px;
	background:url(../images/follow_icon.png) no-repeat -50px -10px;
}


#menus a .more div[title="googleplus"]{
	background:url(../images/follow_icon.png) no-repeat -90px -10px;
}


.fixed #header-wrap {
	position:fixed;
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
}


.fixed #header {
	height:50px;
}
#container-wrap {
	padding:0 0 55px;
	width:100%;
	position:relative;
	z-index:8;
}

/* footer */
#footer-wrap {
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	z-index:10;
}
#footer {
	text-align:center;
	padding:10px 0 5px;
	word-spacing:5px;
	background:#fff;
	font-size:12px;
	line-height:20px;
	height:40px;
}
#footer a:hover {
	text-decoration:underline;
}
.Front #footer {
	color:#fff;
	background:none;
}
.Front #footer a {
	color:#fff;
}


 
#menuMore{
	position: fixed; 
	_position: absolute; 
	top: 90px; 
	z-index: 11; 
	display: none; 
	background: #000; 
    background: none repeat scroll 0 0 #ffffff;
	overflow: hidden;
	width: 180px;
	text-align: center;
}

#menuMore li a {
    color: #676767;
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}
#menuMore li a:hover{
	background-color: #ececec;
}


.fixed #menuMore{
	top: 50px;
}

.version:after{
	content:"1200+";
	display:none;
}

/***********************************************
980-1199
***********************************************/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.version:after{
		content:"980-1199";
		display:none;
	}
	
	#header,#slider,.content,.bg{
		width:auto;
		min-width:940px;
		max-width:1199px;
	}
		
	#menuMore{
		top: 80px; 
	}		
			
	#header,#header-fixed{
		height: 80px;
	}

	#logo{
		width:160px;
		height:40px;
		top:50%;
		margin:-20px 0 0 20px;	
	}	

	#menus{
		margin:0 20px 0 0;	
	}

	#header-wrap {
		min-width: 940px;
	}

}





/***********************************************
768-979
***********************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.version:after{
		content:"768-959";
		display:none;
	}	
	#header,#slider,.content,.bg{
		width:auto;
		min-width:748px;
		max-width:959px;
	}
		
	#menuMore{
		top: 70px; 
	}			
			
	#header,#header-fixed{
		height: 70px;
	}

	#logo{
		width:160px;
		height:35px;
		top:50%;
		margin:-17px 0 0 18px;	
	}	
	#logo a { 
		width:140px; 
		background-position:0 0px;
		background-size:100%;
	}

	#menus{
		margin:0 18px 0 0;	
	}
	
	#menus a {
		padding: 0 10px;
	}	
	
	#header-wrap {
		min-width: 748px;
	}	

		
}

/***********************************************
Mobile
***********************************************/
@media only screen and (max-width: 767px) {
	.version:after{
		content:"767";
		display:none;
	}	
	#menuMore{
		top: 50px; 
	}	
	
	#header,#slider,.content,.bg{
		width:auto;
		min-width:480px;
		max-width:767px;
	}
	#header-wrap{
		min-width:480px;
	}
		
	#header,#header-fixed{
		height: 50px;
	}
	
	#logo{
		width:120px;
		height:30px;
		top:50%;
		margin:-20px 0 0 20px;	
	}	
	#logo a { 
		width:120px; 
		background-position:0 5px;
		background-size:100%;
	}	
	
	#menus{
		margin:0 10px 0 0;	
		font-size: 12px;
	}
	
	#menus a {
		padding: 0 8px;
		letter-spacing: 0px;
	}		
	
	#menus a[id='other'] {
		display:none;
	}	
	
	.hot {
		-webkit-transform: scale(0.6); -moz-transform: scale(0.6); transform: scale(0.6);	
		margin-left: 30px;
	    margin-top: -20px;
	}

	#header-wrap {
		min-width:460px;
	}	
	
	
}






