@charset "utf-8";
/* CSS Document */
/* reset
------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
}

/*img, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}*/

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
ul,ol { list-style: none; }
/********************************/
body {
	color: #666;
	font: normal 13px/18px 'Microsoft Yahei', Helvetica, Arial, sans-serif;
}

h1 { font-weight: normal; }
p { margin-bottom: 10px; }

a {
	color: #fff;
	font-weight: normal;
}

a:hover { text-decoration: none; }

.hide { display: none; }

::selection { background: #fff; }
::-moz-selection { background: #fff; }

.disabled { cursor: default!important; }

.bg-image{
	overflow: hidden;
	position:absolute;
	width:100%;
	height:100%;
	margin-top:0px;
	background: transparent url(../images/large_square_loader.gif) no-repeat center center;
}
.fullscreen{
	position:absolute;
	width:100%;
	height:100%;
}

.resizable{
	position:absolute;
	top:61px;
	overflow:hidden;
	background-color:#000;
}
.resizable.white{
	background-color:#ffffff;
}
.site-wrapper{
	width:100%;
	height:100%;
	position:absolute;
	min-height:690px;
	min-width:980px;
}
.loading{
	background: transparent url(../images/large_square_loader.gif) no-repeat center center;
	width:100%;
	height:100%;
	position:absolute;
	z-index:5;
	
}
.CantWarp{
	color:#808080;
	position: absolute;
    right: 360px;
    top: 230px;
	z-index:1;
	padding:21px 0 0 30px;
	width:336px;
	height:221px;
	background: transparent url(../images/cantact_bg.png) no-repeat center center;
}
.qrcode{ background:url(../images/51eweb_qrcode.png) no-repeat scroll center center transparent; width:73px; height:73px; position:absolute; right:15px; top:100px; }
/****************/
.float_ico{
	border: 1px solid #ccc;
	position:absolute;
	opacity: 0.4;
	background:#fff;
	z-index:3;
    height: 37px;
    width: 37px;
}
.float_ico span.asc{ /*color:#333; display:none;*/
	color: #333;
    cursor: pointer;
    display: block;
    line-height: 1.4em;
    padding: 3px 8px 6px;
    position: absolute;
    text-decoration: none;    
    width: 205px;
    z-index: 6;
	left:45px;
	background:#fff;
	opacity:0;	visibility:hidden;
	border:1px #ccc solid;
	min-height:80px;
}
.tone{ left:14%; top:39%;}
.ttwo{ left: 30%; top: 13%; }
.tthree{ left: 54%; top: 29%; }
.tfour{ right: 14%; top: 39%; }
.tfour span.asc{ left:-230px; }
/*---------------*/
/****************/
.CantWarp h3{ padding-bottom:5px; font-size:16px; color:#777777 }
.CantWarp div.qqnum{ font-size:15px; padding:9px 0 0 28px; }
.CantWarp div.qqnum span{ font-family:Georgia, "Times New Roman", Times, serif; }

.audio-player{
	height:1px;
	width:1px;
	position:absolute;
}
.left{
	float: left;
}
.right{
	float: right;
}
.marginl_10{
	margin-left:10px;
}
.marginr_10{
	margin-right:10px;
}
.margint_10{
	margin-top:10px;
}
.marginb_10{
	margin-bottom:10px;
}
.marginl_20{
	margin-left:20px;
}
.marginr_20{
	margin-right:20px;
}
.margint_20{
	margin-top:20px;
}
.marginb_20{
	margin-bottom:20px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.site-wrapper {
    height: 100%;
    min-height: 690px;
    min-width: 980px;
    position: absolute;
    width: 100%;
}
/* navigation */
a.logo {
	background: transparent url(../images/weicheng_logo.png) no-repeat 0 0;
	display: block;
	height: 58px;
	left: 25px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 1px;
	width: 293px;
}

a.logo:hover {
	background-position: 0 -58px;
}

.navigation-wrapper {
	height: 66px;
	overflow: hidden;
	padding-bottom: 3px;
	position: relative;
	z-index: 1500;	
}

.navigation-inner {
	/*background-color: #9b9b9a;
	background: -moz-linear-gradient(top, #9b9b9a, #878986);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9b9b9a), color-stop(1, #878986));*/
	background:url(../images/menubg.png) repeat-x top left transparent;
	height: 66px;
}

.navigation-wrapper a { text-decoration: none;color:#808080; font-size:15px; text-shadow: 1px 1px 0 #FFFFFF; }
.navigation-wrapper a:hover { color:#48CDF0; }

ul.navigation {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #e7e7e7;
	left: 330px;
	position: absolute;
	top: 23px;
}

ul.navigation li {
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #ffffff;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 28px;
	cursor:pointer;
}

.subscribe-link {
	/*border-left: 1px solid #ffffff;
	border-right: 1px solid #e7e7e7;*/
	width:191px;
	height: 54px;
	position: absolute;
	right: 0px;
	top: 1px;
	background:url(../images/weicheng_slogan.jpg) no-repeat center center transparent;
}
.subscribe-link font{ display:none; }

.subscribe-link a {
	/*border-left: 1px solid #e7e7e7;
	border-right: 1px solid #ffffff;*/
	display: block;
	height: 54px;
	line-height: 20px;
	padding: 0 19px;
}

ul.navigation li.channels-link,
	.subscribe-link a {
	padding-right: 30px;
	position: relative;
}

ul.navigation li a span {
	background: transparent url(../images/icons.png) no-repeat -40px 0;
	display: block;
	height: 4px;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 7px;
}

ul.navigation li a.opened{ color: #48CDF0; }
ul.navigation li a.opened span {
	background-position: -60px 0;
}

ul.navigation li a:hover span{
	background-position: -60px 0px;
}

ul.navigation li a:hover.opened span{
	background-position: -60px 0px;
}

	.subscribe-link span {
	background: transparent url(../images/icons.png) no-repeat -120px 0;
	display: block;
	height: 7px;
	position: absolute;
	right: 12px;
	top: 7px;
	width: 4px;
}

	.subscribe-link a.opened span {
	background-position: -120px 0;
}

	.subscribe-link a:hover span {
	background-position: -140px 0px;
}

	.subscribe-link a:hover.opened span {
	background-position: -140px 0px;
}
/* channels navigation
------------------------------------------------------- */
.channels-nav-wrapper {
	background-color: #000;
	opacity:0.6;
	display: none;
	height: 110px;
	left: 0px;
	position: absolute;
	top: 60px;
	width: 100%;
	z-index: 5000;
}

ul.channels-nav {
	left: 200px;
	position: absolute;
	top: 10px;
}

ul.channels-nav li {
	float: left;
	margin-right: 10px;
	cursor:pointer;	
    padding: 5px 0;	
	text-align:center;
	width:120px;
}
img.thumbnail{ width:50px; height:50px; }

ul.channels-nav li:hover {
	opacity: 0.6;
}

ul.channels-nav li a {
	color:#666;	
	display: block;	
	font-size: 11px;
	height: 8px;
	line-height: 8px;
	padding: 5px 0 11px 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-size:13px;
	/*width: 121px;*/
}

ul.channels-nav li a span {
	display: block;
	height: 20px;
	position: absolute;
	right: 11px;
	top: 5px;
	width: 20px;
}

ul.channels-nav li a span {
	display: block;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 20px;
}

ul.channels-nav li a.eco span { background-position: 0 0; }
ul.channels-nav li a.health span { background-position: 0 -20px; }
ul.channels-nav li a.views span { background-position: 0 -40px; }
ul.channels-nav li a.ads span { background-position: 0 -60px; }
ul.channels-nav li a.talks span { background-position: 0 -80px; }


/*************/
.whio-wrapper {
	color: #2d2c2c;
	height: 450px;
	left: 50%;
	margin: -225px 0 0 -400px;
	position: absolute;
	top: 50%;
	width: 800px;
	border: 1px solid #e5e5e5;
	/*border-radius:6px;
	-moz-border-radius:6px; -webkit-border-radius:6px;*/
	font-size: 12px;
	z-index: 1000;
	background: #fff;
	
	/*阴影*/
	/*-webkit-box-shadow:0px 0px 5px #a1a0a0;
	-moz-box-shadow:0px 0px 5px #a1a0a0;
	box-shadow:0px 0px 5px #a1a0a0;*/
}

.whio-wrapper a{
	color: #2f8ab6;
	text-decoration: none;
}
.whio-wrapper a:hover{
	color: #333;
	text-decoration: none;
}

.whio-wrapper .w_title{
	padding: 9px 15px 9px 15px;
	border-bottom: 1px solid rgb(229, 229, 229);
	background: #F2F2F2;
	color: #2f8ab6;
	font-size: 14px;
}
.whio-wrapper .w_content{
	padding: 15px 15px;
	/*max-height:382px;*/
	overflow: auto;
}
.whio-wrapper .w_content p{
	line-height: 21px;
}
.whio-wrapper .w_content .w_divide{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	height: 5px;
	margin:15px 0px;
}
.whio-wrapper .w_content p.s1{
	color: #2f8ab6;
	font-size:13px;
}

.steps{
	width: 360px;
}
.steps ul li{
	margin-bottom: 15px;
	line-height:21px;
}
.steps .stit{
	padding-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 7px;
}
/*fantype***/
.fantype{ padding:0 0 0 3px;}
.fantype span{
	background: none repeat scroll 0 0 #0099FF;
    color: #FAFAFA;
    display: block;
    float: left;
    font-size: 14px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 126px;
	/*cursor:pointer;*/
 }
 .fantype span:hover{
	background: none repeat scroll 0 0 #f60;
	color:#FFF;
 }


/* footer
------------------------------------------------------- */
.footer-wrapper {
	background-color: #1A1A1A;
	font-size: 11px;
	height: 47px;
	left: 0px;
	line-height: 47px;
	width: 100%;
	position:absolute;
	bottom:0px;
}

.footer-wrapper a {
	color: #666;
	text-decoration: none;
}

.footer-wrapper a:hover {
	color: #2f8ab6;
}
.footer-wrapper a.hover{
	color: #2f8ab6;
}
.footer-site-links {
	position: absolute;
	left: 10px;
	top: 0px;
	height: 30px;
	overflow: hidden;
}
.footer-site-links a{
	padding:0 8px;
}


.footer-copyright {
	right: 15px;
	position: absolute;
	top: 0px;
	/*text-shadow:1px 1px 0 #000;	
	-webkit-text-shadow:1px 1px 0 #000;	
	-moz-text-shadow:1px 1px 0 #000;*/
}
.footer-copyright img{ display:inline; vertical-align:middle; }


.botoom_floatwin{ position:absolute; left:5px; bottom:57px; z-index:2000; width:400px; background:#242323; border:5px solid #ffffff; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; display:none; }
.link_cnt{ padding:15px; line-height:22px; overflow:hidden; }
.botoom_floatwin a{ font-size:12px; color:#fff; text-shadow:0 1px 1px #000; -webkit-text-shadow:0 1px 1px #000; -moz-text-shadow:0 1px 1px #000; text-decoration:none; margin-right:5px; }
.botoom_floatwin a:hover{ color:#f00; }

span.marker {
	background: transparent url(../images/icons.png) no-repeat -120px -20px;
	position: absolute;
	bottom:-14px;
	left:20px;
	height:14px;
	width:29px;
	z-index: 2000;
}

.closeWin{
	position:absolute; top:5px; right:5px;
	cursor:pointer; background:url(../images/close.png) no-repeat; width:22px; height:22px;
}
