/* CSS Document */
@font-face {
    font-family:"Jokerman";
    src: url(../font/Jokerman-Regular.ttf) format("TrueType");
}

@font-face {
    font-family:"Myriad";
    src: url(../font/MyriadPro-Bold.otf) format("OpenType");
}

@font-face {
    font-family:"Jellyka";
    src: url(../font/CHILLER.TTF) format("TrueType");
}


@font-face {
    font-family:"Jellyka";
    src: url(../font/CHILLER.eot?#iefix) format("embedded-opentype");
}

@font-face {
    font-family: "Jellyka";
    src: url(../font/chiller.woff) format("woff");
}

@font-face {
    font-family:"Jellyka";
    src: url(../font/chiller.otf) format("OpenType");
}

body {
	margin:0px;
	background-image: url(../images/Lbg.jpg);
	background-repeat:repeat-x;
	color: #000;
	background-color: #eaeaea;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.main_wrap {
	width:980px;
	background:url(../images/main_bg.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	min-height:370px;
}

.heder_wrap {
	height:100px;
	margin-top:25px;
}

.logo {
	float:left;
	width:200px;
}

.heder_baner {
	float:right;
	width:728px;
}

.clear {
	clear:both;
}

.menu_wrap {
	margin-top: -30px;
}

.menu_left {
	background-image:url(../images/menu_bot_line.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:37px;
	width:673px;
	margin-top: 75px;
	padding-left: 30px;
	margin-left: -25px;
	/*font-family:"Jokerman",Arial, Helvetica, sans-serif*/
}

.menu_left a {
	display: block;
	width: 105px;
	color: #B50000;
	height: 25px;
	float: left;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafaf9', endColorstr='#f4f5f4');
	background: -webkit-gradient(linear, left top, left bottom, from(#fafaf9), to(#f4f5f4));
	background: -moz-linear-gradient(top, #fafaf9, #f4f5f4);
}

.menu_right {
	float: right;
	width: 307px;
	text-align: right;
	margin-top: -30px;
}

.m_line {
	display: block;
	background: url(../images/menu_line.jpg) no-repeat;
	width: 1px;
	height: 35px;
	float: left;
}

.conten_wrap {
	margin-top:15px;
}

.conten_left {
	float:left;
	width:750px;
}

.con_left {
	min-height:815px;
	font-size: 13px;
	color: #333;
	line-height: 20px;
}

.con_left a{
	color: #F90;
	text-decoration:none;
}

.con_left a:hover{
	color: #F90;
	text-decoration: underline;
}

.con_left h1{
	font-family: "Jokerman";
	color: #F60;
	font-size: 25px;
	margin-bottom: 15px;
	margin-top: -5px;
}

.main_box_left {
	float:left;
	width: 340px;
	margin-right: 20px;
	margin-left: 50px;
	margin-top: -20px;
}

.main_box_left p {
	font-size:13px;
	color:#333333;
	text-align:justify;
}

.main_box_left h1 {
	/*font-family:"Jokerman";*/
	color:#ff6600;
	font-size:35px;
	margin-bottom:0px;
}

.main_box_left h2 {
	color:#cc0000;
	font-size:17px;
	margin-bottom:0px;
	margin-top: -10px;
	/*font-family:"Jokerman";*/
}

.main_box_right {
	margin-top: -20px;
	float:right;
	width:325px;
}

.chat_box {
	background:url(../images/chat_bg.png) no-repeat;
	height:375px;
	overflow: hidden;
}

.chat_text {
	padding-top: 130px;
	width: 270px;
	margin-left: 30px;
}

.chat_text p {
	font-size:12px;
	color:#666666;
	font-style:italic;
}

.txt_s {
	font-size:11px !important;
}
.conten_right {
	float: right;
	width: 218px;
	margin-right: -12px;
	text-align: right;
	padding-top: 10px;
}

.banner_wrap {
	background:url(../images/banner_bg.png) no-repeat;
	width:751px;
	height:451px;
	padding-top: 25px;
	padding-left: 25px;
	z-index:100;
}

.banner {
	height: 343px;
	margin-top: 10px;
	border: solid 1px #258326;
	padding: 10px;
}

.activ_wrap {
	background: url(../images/act_bg.png) no-repeat;
	width: 209px;
	height: 90px;
	padding-left: 55px;
	text-align: left;
	padding-top: 35px;
}

.activ_wrap h3 {
	font-weight: normal;
	color: #666;
	font-size: 12px;
	margin-top: 5px;
}

.login_wrap {
	background:url(../images/login_bg.jpg) repeat-y;
	width: 200px;
	min-height:165px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
}

.login_con {
	border-top:dashed 1px #7cb0ce;
	border-bottom:dashed 1px #7cb0ce;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 11px;
	text-align: left;
}

.login_con h3 {
	font-weight: normal;
	color: #fff;
	font-size: 11px;
	margin-top: -30px;
	text-align: left;
	padding-left: 50px;
}

.login_con a{
	text-decoration:none;
	color:#FFF;
}

.login_con a:hover{
	text-decoration:underline;
	color:#FFF;
}

.log_btn {
	background:url(../images/log_btn.jpg) repeat-x;
	border:none;
	height:17px;
	font-size:12px;
	color:#003366;
	text-transform:uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor:pointer;
	font-family:"Myriad",Arial, Helvetica, sans-serif;
	font-stretch:expanded;
}

.log_btn a:hover{
	background-color:#F30;
}

.log_btn1 {
	float:right;
	background:url(../images/log_btn.jpg) repeat-x;
	border:none;
	font-size:9px;
	color:#003366;
	text-transform:uppercase;
	margin-top: 5px;
	margin-bottom: 10px;
	cursor:pointer;
}

.log_btn3 {
	background:none;
	border:none;
	font-size:11px;
	text-transform:uppercase;
	margin-top: 5px;
	margin-bottom: 10px;
	cursor:pointer;
}

.af_login_wrap {
	background:url(../images/login_bg.jpg) repeat-y;
	width: 200px;
	height: 75px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	margin-top: 15px;
}

.af_login_con {
	border-top:dashed 1px #7cb0ce;
	border-bottom:dashed 1px #7cb0ce;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	text-align: left;
}

.af_login_con a{
	text-decoration:none;
	color:#FFF;
}

.af_login_con a:hover{
	text-decoration:underline;
	color:#FFF;
}

.txt_btn {
	font-size:11px;
}

.banner_small {
	margin-top:25px;
	width: 200px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.banner_small img {
	margin-bottom:15px;
}

.banner_bootem {
	width:730px;
	margin-left: 30px;
	margin-top: -105px;
	padding-top: 120px;
}

.footer_wrap {
	width: 100%;
	/*margin-top:50px;*/
	background-image:url(../images/footer2.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	-moz-box-shadow: 0px 0px 10px #666666;
	-webkit-box-shadow: 0px 0px 10px #666666;
	box-shadow: 0px 0px 10px #666666;
}

.footer_main_box {
	width: 969px;
	margin-left: auto;
	margin-right: auto;
	padding-top:25px;
	padding-bottom:15px;
}

.f_box1 {
	float:left;
	width:164px;
}

.f_box1 a {
	color:#333333;
	text-decoration:none;
	display:block;
	text-align:left;
	font-size:12px;
	line-height:14px;
}

.f_box2 {
	float:left;
	width:310px;
	text-align:left;
	color:#990000;
}

.f_box2 a{
	color:#900;
	text-decoration:none;
}

.f_box2 a:hover{
	color:#900;
	text-decoration:underline;
}
.f_box3 {
	float:left;
	width:300px;
}


.f_box3 a{
	color:#333;
	text-decoration:none;
}

.f_box3 a:hover{
	color:#333;
	text-decoration:underline;
}


.f_box3 h1 {
	font-size:19px;
	margin-top:0;
}

.f_box4 {
	float:right;
	width:184px;
}

#mytb {
	color:#333;
}

.tab_content table a{
	background:none !important;
	text-decoration: none !important;
	color:#333 !important;
}

.tab_content table a:hover{
	background:none !important;
	text-decoration:underline !important;
	color:#333 !important;
}

.h_write {
	font-family:"Jellyka",Arial, Helvetica, sans-serif;
	font-size: 22px !important;
	line-height: 17px;
	margin-bottom: -5px;
	margin-top: 15px;
	width: 245px;
	text-align: justify;
}


