@charset "utf-8";
/******************************************************************************************
* CSS Document
* Autor: Hefei Sea&sky Network Technology Co., Ltd.
******************************************************************************************/
html,body { font-family: Verdana, Arial, Helvetica, sans-serif; color:#333; font-size:12px; line-height:150%;text-align: left;}
html,body { margin:0;padding:0;height:100%;}
form,ul,li{ margin:0;padding:0;}
input,select{font-size:12px;line-height:16px;}
img{border:0;}
ul,li{list-style-type:none;}
div{overflow:hidden;}

/*links*/
a {color:#0190D6;text-decoration:underline;}
a:hover {text-decoration:none;}

.left          { float:left;}
.center        { margin:0 auto;}
.right         { float:right}
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.hide 		   { display: none; }
.line_top      { border-top: 1px solid #DFDEDE; }
.f_b           { font-weight:bold;} 
.f_big         { text-transform: uppercase;}
.f_red         { color: #DD0721; }
.f_blue        { color: #07679C;}
.f_white       { color: #fff;}
.f_black       { color: #000;}
.f_data        { color: #999; }
.f_10          { font-size:10px;}
.f_11          { font-size:11px;}
.f_12          { font-size:12px;}
.f_13          { font-size:13px;}
.f_14          { font-size:14px;}
.f_16          { font-size:16px;}
.f_20          { font-size:20px;}
.top_40        { margin-top:40px;}
.top_30        { margin-top:30px;}
.top_20        { margin-top:20px;}
.top_15        { margin-top:15px;}
.top_10        { margin-top:10px;}
p              { margin-top:10px;}

h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-weight:normal; }
h1             { font-size: 15px; }
h2             { font-size: 14px; }
h3             { font-size: 13px; }

/* clear float <div class="clear"></div> */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/* Common */
#wrapper { width: 100%;background-color:#fff;}
.w_1003   { margin:0 auto; width: 1003px;height:100%;}
.block   { margin:0 auto; width: 100%;}

/******************************************************************************************
* Haader
******************************************************************************************/
#header              { height:307px;}
#flash               { height:237px;background:#0A0C0B  url(../images/TopFlash_1.jpg) no-repeat bottom center;;}
#menu                { font-family: Arial;font-size:14px;padding:0 0 15px 148px;height:55px;background:#D90000 url(../images/menu_bg.jpg) no-repeat top center;}
#menu ul li          { float:left;font-weight:bold;text-align: center;}
#menu ul li a        { 
	display:block;
	padding:8px 10px 4px 10px;
	line-height:24px;
	color: #fff;
	text-decoration:none;} 
#menu ul li a:hover  { color:#FDEBEB;background:url(../images/menu_bg_1.jpg) repeat-x top left; }
/******************************************************************************************
* Main
******************************************************************************************/
#home                 { background:url(../images/main_bg.png) repeat-y top left;}
#Side_718             { float:left;width:678px;padding:0 20px;}
#Side_718 #About      { padding:30px 30px 30px 10px;background:url(../images/about_bg.png) repeat-y top left;}
#Side_285             { float:left;width:285px;}
#Side_285 #P_hot      { padding:30px 0 30px 25px;}


/* SubMenu*/
#SubMenu                 { background:url(../images/SubMenu_bg_1.png) repeat-y bottom left;}
#SubMenu  h1             { padding:20px 0 10px 18px;font-size:13px;background:url(../images/SubMenu_bg_4.png) repeat-y top left;}
#SubMenu .menu_a         { padding:5px 0 0 25px;height:25px;background:url(../images/SubMenu_bg_2.png) no-repeat bottom left;}
#SubMenu .menu_a a       { font-weight:bold;color: #333;text-decoration:none;}
#SubMenu .menu_b         { }
#SubMenu .menu_b a       { padding:5px 0 5px 25px;color: #666;text-decoration:none;}
#SubMenu .menu_a a:hover,
#SubMenu .menu_b a:hover { color:#ff0000;text-decoration:underline;}
#SubMenu .line           { height:1px;background:url(../images/SubMenu_bg_2.png) no-repeat top left;}

/* Search*/
#Side_285 #Search        { padding:20px 0 0 20px;height:132px;background: url(../images/search_bg.jpg) repeat-y bottom left;}
             

/* page*/
.map                  { padding:50px 0;background: url(../images/map.jpg) no-repeat top left;}
.PageList             { }
.PageList ul          {	padding:0 10px;}
.PageList ul li       { list-style-position: inside;list-style-image: none;list-style-type: disc;}
.FaqList              { color: #888; }
.FaqList  li          { list-style:none;width:100%;}
.FaqList  li a        {	padding:3px 0 3px 10px;color: #666;	text-decoration: none;background: url(../images/ico_faq.gif) no-repeat center left;}
.FaqList  li a:hover  { text-decoration:underline ;}




/*table*/
.table_1{ border:2px solid #666; /*表格边框E0EFF6 */ 
	border-collapse:collapse; /* 边框重叠 */ 
	background-color:#E0EFF6; /* 表格背景色 */ 
	font-size:11px;
}
.table_1 th,.table_1 td{
	border:1px solid #666; /* 行名称边框 */ 
	padding:1px 2px 1px 6px;
	color:#666;
	height:22px;
 }
.table_1 th{font-size:11px;font-weight:bold;color:#666;background:#CFDFE7;}

.quote{ border:1px solid #666; /*表格边框E0EFF6 */ 
	border-collapse:collapse; /* 边框重叠 */ 
	background-color:#E0EFF6; /* 表格背景色 */ 
}
.quote th,.quote td{
	border:1px solid #999; /* 行名称边框 */ 
	padding:5px 2px 3px 10px;
	color:#666;
	height:22px;
 }
.quote th{font-size:11px;font-weight:bold;color:#666;background:#CFDFE7;}
.quote p{margin:0;padding:0;}

/* You are Here */
#nav                  { padding:10px 0 0 0;height:35px;color: #3D5C72;}
#nav a                { color: #3D5C72;text-decoration: underline;}
#nav a:hover          { text-decoration: none;}

/******************************************************************************************
* PageNumber
******************************************************************************************/
.PageNumber          { font-size:1.1em;}
.PageNumber,.blog-nav{ font-size:1.1em;height:15px;line-height:15px;margin:5px 0 13px;}
.PageNumber .pages,
.PageNumber .extend,
.PageNumber .current,
.PageNumber a        { border:1px #284861 solid;color:#566F83;display:block;float:left;margin-right:5px;text-decoration:none;padding:3px 6px;}
.PageNumber .extend  { border:0 none!important;}
.PageNumber .current,
.PageNumber a:hover  { background:#CD0B00;border:1px #B31F1F solid;color:#FFF;text-decoration:none;}

.PageNumber_1        { margin-top:30px; padding:5px; width:100%;color:#C26629;border-top: 1px solid #fff;}
.PageNumber_1 a      { color:#C60202;}
.PageNumber_1 a:hover{ }
/******************************************************************************************
* Footer
******************************************************************************************/
#footer              { padding:26px 15px 0 15px;height:60px;font-size:13px;font-family:Arial;color:#DDD;font-weight:bold;background:url(../images/footer_bg.jpg) no-repeat top left;}
#footer p            { margin-top:6px;}


