@charset "utf-8";
/* CSS Document */

html, body {
	height: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
	background-color: #f3f4f4 !important;
 font-size:16px;
  
}
a{ text-decoration:none;}
@font-face {
 font-family: 'Avenir';
 src: 
 url('http://go.genesys.com/rs/426-TDW-681/images/AvenirNextLTPro-Regular.eot') format('embedded-opentype'),  url('http://go.genesys.com/rs/426-TDW-681/images/AvenirNextLTPro-Regular.ttf') format('truetype');
}

a.button {
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	font-size: .9em;
	padding: .5em .3em;
	border: 1px solid #fff;
	background: #690;
	display: block;
	width: auto;
	border-radius: 0.8em;
	margin: 0 auto;
	font-weight: 100;
	line-height: normal;
	text-decoration: none;
}
a.button:hover {
	background: #FFF;
	border: 1px solid #690;
}
a.button-red {
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	font-size: .9em;
	padding: .5em .3em;
	border: 1px solid #fff;
	background: #cc0000;
	display: block;
	width: auto;
	border-radius: 0.8em;
	margin: 0 auto;
	font-weight: 100;
	line-height: normal;
	text-decoration: none;
}
a.button-red:hover {
	background: #FFF;
	border: 1px solid #cc0000;
}
a.button-grey:hover {
	background: #FFF;
	border: 1px solid #666;
	font-weight: 100;
}
a.button-grey {
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	padding: .5em .3em;
	border: 1px solid #fff;
	background: #999999;
	display: block;
	width: auto;
	border-radius: 0.8em;
	margin: 0 auto;
	font-weight: 100;
	line-height: normal;
	text-decoration: none;
}
a:hover {
	color: red;
}
a:active, a:hover {
	outline: 0;
}
a {
	color: #333 ;
}
a {
	background: 0 0;
}
a.button:hover {
	text-decoration: none;
	color: #690 ;
}
a.button-red:hover {
	text-decoration: none;
	color: #cc0000 
}
a.button-grey:hover {
	text-decoration: none;
	color: #CC0000 ;
}
a > img: {
 border: none;
}


#wraper {
	width: 100%;
	float: left;
	position: relative;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
/*专题头部*/
#headermenu {
	clear:both;
	/*position: fixed;*/
	/*z-index: 3;*/
	display: block;
	/*background-color: #fff;*/
	width: 100%;
	height: 45px;
	/*top:0px;*/
	
}

.special-body-top {
	padding-top:10px;
	 margin:0px auto;
	height:35px;
	
}
.special-body-top a.ctilogo {
	background: url(http://www.ctiforum.com/statics/images/v9/special-show.png) no-repeat right center;
	padding-right:58px;
	float:left;
     display:block
}
.special-body-top .ctinav {
	color:#333;
	float:right;
	padding:3px 10px 0 26px;
	font-size:12px;
}
.special-body-top .ctinav a {
	color:#000;
}
.special-body-top .ctinav span {
	padding:0 3px;
	color:#CCC
}