﻿@charset "utf-8";
/*-----------------------------------------------------
author:   宫昶澈
email:    gongchangche@live.cn
website:  http://www.cyytv.com/
------------------------------------------------------*/
/* =common
------------------------------------------------------*/
*{
padding: 0;
margin: 0;
}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
background:#000 url(../images/tail0.jpg) fixed no-repeat 51% 0%;
}
.clear{ clear:both; display:block;}
p{
}
h1{
}
ul, ol, li, img {margin:0; padding:0; border:0;list-style:none;}
a{}
a:link{}
a:visited{}
a:hover{}
a:active{}
/* =以下为内容区域
------------------------------------------------------*/
#IndexAllWrap{ width:99%; height:100%; margin:0 auto; background:#000;}/*包含所有内容的box*/
#top,content,footer{}
#top{ background:#000 url(../images/head.jpg) no-repeat;
width:1000px;
height:207px;
margin:0 auto;
margin-top:15px;
}/*页头，导航*/
/*导航菜单样式  开始--------------------------------------------------------------------------------------------------*/
#main_nav{ background: url(../images/m_news.gif) repeat-y;
width:1000px;
height:79px;
margin:0 auto;}
/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	line-height:150%;
	margin:0 0 0 13px;
}
#menu_out{
	width:959px;
	padding-left:4px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/menu_left.gif) no-repeat left top;
}
#menu_in{
	background:url(../images/menu_right.gif) no-repeat right top;
	padding-right:4px;
}
#menu{
	background:url(../images/menu_bg.gif) repeat-x;
	height:73px;
}
.menu_line{
	background:url(../images/menu_line.gif) no-repeat center top;
	width:13px;
}
.menu_line2{
	background:url(../images/menu_line2.gif) no-repeat center top;
	width:15px;
}
#nav{
	padding-left:20px;
}
#nav li{
	float:left;
	height:35px;
	display:inline;
}
#nav li a{
	float:left;
	display:block;
	padding-left:6px;
	height:35px;
	background:url(../images/menu_on_left.gif) no-repeat left top;
	cursor:pointer;
	text-decoration:none;
	
}
#nav li a span{
	float:left;
	padding:11px 13px 10px 10px;
	line-height:14px;
	background:url(../images/menu_on_right.gif) no-repeat right top;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display:inline;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
}
#nav li .nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:right 100%;
	color:#333333;
	text-decoration:none;
	padding:14px 13px 7px 10px;
}
/*子栏目*/
#menu_con{
	text-align:left;
	padding-left:20px;
	clear:both;
}
#menu_con li{
	float:left;
	height:22px;
	margin-top:8px;
	display:inline;

}
#menu_con li a{
	display:block;
	float:left;
	background:url(../images/menu_on_left2.gif) no-repeat left top;
	cursor:pointer;
	padding-left:3px;
	color:#603811;
	display:inline;
}
#menu_con li a span{
	float:left;
	padding:6px 10px 4px 10px;
	line-height:12px;
	background:url(../images/menu_on_right2.gif) no-repeat right top;
	display:inline;
}
#menu_con li a:hover{
	text-decoration:none;
	background:url(../images/menu_on_left2.gif) no-repeat left bottom;
}
#menu_con li a:hover span{
	background:url(../images/menu_on_right2.gif) no-repeat right bottom;
}
/*导航菜单样式  结束-------------------------------------------------------------------------------------------------*/

/*中间内容样式  开始-----------------------------------------------------------------------------------------------------------------------*/
#content{ background:url(../images/m_news.gif) repeat-y;
width:1000px;
height:100%;
margin:0 auto;
padding:0;
border:0px #fff000 solid;
}
/* =以下为留言反馈 样式区域*/
#content_con{float:left; width:628px;height:auto; background: url(../images/m_news_con.gif) repeat-y; margin-top:0; margin-left:27px!important; margin-left:23px;  border:0px solid #ff0000;display:inline;}
#content_con_top{float:left; width:628px;height:77px; background: url(../images/book.jpg) no-repeat; margin-top:0;display:inline;}
#content_con h1{ width:628px; height:60px; margin-top:77px!important; margin-top:0;background:url(../images/ly.gif) no-repeat; }
#content_con h3{ margin:18px 18px 0 18px; border-bottom:1px #ccc dotted; height:24px; }
#content_con h3 span{ float:left; width:79%;}
#content_con h3 a{ font-size:14px; color:#6c2e16; font-weight:normal; float:right; width:13%;}
#content_con h3 a:hover{ text-decoration:none;}
#content_con .gb_box{ margin:13px 13px 0 13px; border-bottom:0px #ccc solid;}
.gb_box .gb_box_l{ float:left; width:60px; height:60px; padding:2px; margin-right:13px; border:1px #ccc solid;}
.gb_box .gb_box_r{ float:right;  border:0px #ff0000 solid; margin-right:13px;}
.gb_box_bottom{ border-bottom:1px #ccc solid; height:18px;  margin-top:13px;margin-right:18px;margin-left:13px;}
.gb_box_bottom a{ font-size:12px; color:#6c2e16; font-weight:normal; float:right;}
.gb_box_bottom a:hover{ text-decoration:none;}
.gb_border{border-left:1px #99bbdd solid; padding:5px; background-color:#f9f9f9;}
.gb_gl{border-left:1px #99bbdd solid; padding:5px; background-color:#cfd8e1;}
#content_con .con_bottom{ margin:0; padding:0; width:628px; height:24px; background:#ececec url(../images/footer_news_con.gif) no-repeat}
#number{width:80px; height:18px;}
#commentCmtText{width:559px; height:50px;}
#submit{ width:80px;  margin:0 0 0 18px; padding:5px;}
.esc{color:#333333; font-size:1.8em; font-weight:bold; }
.esc a{color:#333333; text-decoration:underline}
.esc a:hover{ text-decoration:none}
/*边 样式*/
#side{float:right; width:295px; height:auto; margin-right:18px!important; margin-right:20px; display:inline; padding-right:5px; border: 0px solid  #fff000;}
#vip{ height:100%;margin:77px 0 0 0 ; text-align:center;background:url(../images/sidenav_bg_m.gif) repeat-y; }
#vipbottom{ height:30px;margin:0;background:url(../images/sidenav_bg_bottom.gif) no-repeat;}
#vip h1{height:62px;margin:0;background:url(../images/VIP.gif) no-repeat; font:bold "宋体" 1.4em; padding:0 ; }
.ainput{ font-size:12px; border:1px solid #99bbdd; height:18px; width:180px;}
.abnt {font-size: 12px;  height:24px; cursor:pointer;}
/*中间内容样式  结束-----------------------------------------------------------------------------------------------------------------------*/
/*分页*/
.pagination{ float:right; width:500px; height:auto; margin:13px 13px 0 0; padding:5px; border:0px solid #ff0000;text-align:right;display:inline;}
.pagination li{list-style-type: none;display: inline;line-height:24px;color:#CCCCCC;FONT-FAMILY: Georgia;font-size:12px;font-weight:bold;}
.pagination a, .pagination a:visited{padding: 2px;text-decoration:none;color: #2e6ab1;}
.pagination a:hover, .pagination a:active{border: 1px solid #7AC4EA;color: #000;background-color:#F5FBFF;}
.pagination li.currentpage{font-weight: bold;padding: 2px;border: 1px solid #7AC4EA;background-color:#F5FBFF;color: #000;}
.pagination li.jilushu{font-weight: bold;padding: 2px;border: 0px solid #7AC4EA;background-color:#F5FBFF;color: #000;}
/* =以下为页脚区域
------------------------------------------------------*/
#footer{ margin:0 auto; width:1000px; height:118px; background:#000 url(../images/footer_bg_news.gif) no-repeat; margin-top:0; padding-top:0; margin-bottom:15px;}
#footer p{ text-align:center; font-size:0.9em; font-weight:normal; padding-top:30px; color:#ccc;}
/* =以下为Reg.asp 注册形创会员 样式区域*/
#reg{float:left; width:628px;height:auto; margin-top:0; margin-left:27px!important; margin-left:23px;  border:0px solid #ff0000;display:inline;}
.red12{ border-bottom:#ccc 1px solid; }
.red12 h2{ font-size:1.2em; color:#6c2e16; margin:18px 0 0;}
.red12real{color:#990000;}
.ginput{padding:5px; margin:5px 0;  border:1px solid #ccc;  font-size:14px;}
.gbnt{padding:5px; margin:5px 0; border:1px solid #ccc; font-size:14px; background-color:#6c2e16; color:#fff; margin:13px auto; width:497px;cursor:pointer;}
#vip2{ height:100%;margin:18px 0 0 0 ; text-align:center;background:url(../images/sidenav_bg_m.gif) repeat-y; }
#vip2 h1{height:62px;margin:0;background:url(../images/VIP.gif) no-repeat; font:bold "宋体" 1.4em; padding:0 ; }
table,td,tr,th{font-size:12px; line-height:1.8em; margin:5px 0;}
