﻿html {
	text-align: center;
	/*background: #EDEDED url(../images/main_bg.jpg) repeat-x left top;*/
}
body {
	width: 1274px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	height:100%;
	/*overflow-x:hidden;*/
}
td {
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif, "宋体";
	color: #333;
}
input { font: 10pt Verdana, Arial, Helvetica, sans-serif, "宋体"; }
img {
	border: none;
}
p,ul,ol,li,form {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #07519A;
	text-decoration: none;
}
a:hover {
	color:#000;/*全局a:hover*/
	text-decoration: underline;
}
.content {
}
.sider {
	width: 300px;
}
.homepage .sider {
	width: 230px;
}

/** 页头区 **/
.top {
	border-bottom: 1px solid #DCDCDC;
}
.top td {
	background: #F4F4F4;
}
.top table td {
	padding: 3px 10px;
}
.top a {
}
.top .inputText {
	height: 14px;
	border: 1px solid #999;
}
.top .inputSub {
	height: 19px;
}

/** 导航 **/
.change{ width:80px; height:19px;position:relative; top:0; left:1074px; text-align:center;}
.change a{ color:#E4010C; text-decoration:none;}
.change a:hover{ color:#000;}
.menu {
font-family: arial, sans-serif; 
width:1274px; 
height:121px;
margin:0;
background: url(/skin/default/images/main2_01.jpg) no-repeat ;
}
.menu ul {
padding:0; 
margin:0;
position:relative;
top:62px;
left:460px;
list-style-type: none;
width:700px;
}

.menu ul li {
float:left; 
position:relative;
}
.menu ul li a,.menu ul li a:visited,.menu ul li a:hover {
display:block; 
text-align:center; 
text-decoration:none; 
width:100px; 
height:40px; 
color:#FFF; /*一级拉导航字的颜色*/
line-height:40px; 
font-size:15px;
font-family:"微软雅黑";
font-weight:bold;
}

.menu ul li ul {
display: none;
}
.menu ul li:hover a {
color:#fff; /*鼠标移动到下拉菜单后一级导航字的颜色*/
background:#B10209; 
}
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:40px; 
left:0;
width:105px;
}
.menu ul li:hover ul li a {
display:block; 
background:#B10209; 
color:#fff;/*下拉菜单默认字的颜色*/
}
.menu ul li:hover ul li a:hover {
background:#fff; /*下拉菜单选中状态条目的背景颜色*/
color:#000000;
}






.nav .nav_global {}
.nav .nav_global ul {}
.nav .nav_global li {
	cursor:pointer;
	float:left;
	text-align:center;
	text-decoration:none;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	color: #FFF;
	width:100px;
	/*background: url(../images/nav_line.jpg) no-repeat right top;*/
	padding-right: 2px;
}
.nav .nav_global li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 0 14px;
}
.nav .nav_global li a:hover {
	color: #000!important;
	text-decoration: none;
}
.nav .nav_global li.curr a {
	color: #000;
	/*background: url(../images/nav_li_hover.jpg) repeat-x center top;*/
}
.nav_sub {
	padding: 6px;
}
.nav_sub a {
	padding: 0 2px;
}
/* 子栏目导航菜单距离调整 */
#tabnav_div_1 {
}
#tabnav_div_2 {
	padding-left: 100px;
}
#tabnav_div_3 {
	padding-left: 200px;
}
#tabnav_div_4 {
	padding-left: 300px;
}
#tabnav_div_5 {
	padding-left: 400px;
}
#tabnav_div_6 {
	padding-left: 500px;
}
#tabnav_div_7 {
	padding-left: 600px;
}
#tabnav_div_8 {
	padding-right: 40px;
	text-align: right;
}

/* 页尾区 */
.links {
	margin-top: -10px;
}
.links hr {
	color: #DCDCDC;
}
.search {
	background: #1F73BE;
	color: #fff;
}
.search td, .search a {
	color: #fff;
}
.search a:hover {
	color: #fff!important;
}
.copyright {
	margin: 5px 0;
}

/** 公共定义 **/
.title {
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
}
.title td {
	font-size: 14px;
	line-height: 26px;
	color: #07519A;
	padding: 0px 10px;
}
.box {
	border: 1px solid #AACCEE;
	border-width: 0 1px 1px 1px;
}
.box ul {
	list-style: none;
	padding: 8px;
}
.box ul li {
	background: url(../images/bullet.gif) no-repeat left center;
	line-height: 1.6;
	padding: 2px 0 2px 8px;
}
.no_doc ul li {
	background: url(none);
	padding-left: 0px;
}
.box ul li p {
	margin: 0 0 4px;
	padding: 0 0 5px;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
.box ul li strong {
	display: block;
}
.rank {
	margin: 0px;
	padding: 8px 6px;
}
.rank li {
	padding-left: 18px;
	line-height: 23px;
}
.rank li.no1 {
	background: url(../images/1.gif) no-repeat 4px center;
}
.rank li.no2 {
	background: #F2F8FD url(../images/2.gif) no-repeat 4px center;
}
.rank li.no3 {
	background: url(../images/3.gif) no-repeat 4px center;
}
.rank li.no4 {
	background: #F2F8FD url(../images/4.gif) no-repeat 4px center;
}
.rank li.no5 {
	background: url(../images/5.gif) no-repeat 4px center;
}
.rank li.no6 {
	background: #F2F8FD url(../images/6.gif) no-repeat 4px center;
}
.rank li.no7 {
	background: url(../images/7.gif) no-repeat 4px center;
}
.rank li.no8 {
	background: #F2F8FD url(../images/8.gif) no-repeat 4px center;
}
.rank li.no9 {
	background: url(../images/9.gif) no-repeat 4px center;
}
.rank li.no10 {
	background: #F2F8FD url(../images/10.gif) no-repeat 4px center;
}
.news_title {
	margin-top: 10px;
}
.news_title strong {
	background: #f4f4f4 url(../images/h2_icon.gif) no-repeat 8px center;
	display: block;
	padding-left: 20px;
	line-height: 2;
	margin: 0 8px;
	font-size: 14px;
}
.news_title p {
	margin: 6px 8px 0px;
	padding: 0 0 8px;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
.focus {
	margin-top: 10px;
	background: url(../images/focus_bg.jpg) repeat-x left top;
	border: 1px solid #AACCEE;
}
.focus strong {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 6px;
	text-align: center;
	display: block;
	border-bottom: 1px dashed #ccc;
}
.margin_top {
	margin-top: 10px;
}
.inputText {
	border: 1px solid #ccc;
}
.banner_ad {
	padding: 0 10px;
}
.picText {
	margin-bottom: 10px;
	background: #F8F8F8;
}
.picText strong {
	display: block;
}
.picText img {
}
.picList {
	padding: 8px 0;
}
.picList table td img {
	margin-bottom: 1px;
}
.tprice span {
	text-decoration: line-through;
}
.price {
	color: #f60;
}

/* tab选项卡 */
.tbtncon {
	height:26px;
	background:url(../images/title_bg.gif) repeat-x;
}
.tbtn1 {
	font-size:12px;
	font-weight:normal;
	height:26px;
	border:1px solid #ace;
}
.tbtncon li{
	border:1px solid #ace;
	border-left:none;
	border-top:none;
	color:#07519A;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	width:80px;
	height:25px;
	line-height:25px;
}
.tbtncon li:hover{
	text-decoration:underline;
}
.tbtncon li.curr{
	background:#fff;
	border-bottom-color:#fff;
	cursor:default;
}

/* 频道和列表页 */
.position {
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
	margin-bottom: 10px;
}
.position td {
	line-height: 26px;
	padding: 0px 10px;
	font-family: "宋体";
}
.channle .box {
	margin-bottom: 10px;
}
.listpage .news_list .box {
	border-width: 1px;	
	padding: 0 10px;
}
.listpage .list_content .box{
	border-width: 1px;	
	padding: 10px;
}
.listpage .news_list .box ul {
	border-bottom: 1px dashed #ccc;
}
.news_list .box ul li {
	clear: both;
	padding: 0 0 0 8px;
	line-height: 28px;
	height: 28px;
}
.news_list .box ul li a {
	font-size: 14px;
	float: left;
}
.news_list .box ul li span {
	font-size: 14px;
	float: right;
}
.flash_list .line_bottom {
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.flash_list .flashsay {
	color: #666;
}
.movie_list .line_bottom {
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.movie_list .titlepic img {
	border: 1px solid #ccc;
	padding: 3px;
}
.shop_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.shop_list .line_bottom table {
	margin-bottom: 8px;
}
.photo_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.photo_list .line_bottom table {
	margin-bottom: 8px;
}
.info_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.info_list .line_bottom .titlepic {
	width: 90px;
}
.info_list .titlepic img {
	border: 1px solid #ccc;
	padding: 3px;
}
.info_list .line_bottom .click {
	color: #f60;
}
.info_list .line_bottom .smalltext {
	color: #666;
}

/* 内容页 */
.showpage .main .box {
	border-width: 1px;
}
.news .main .box {
	padding: 0 20px;
	background: #F7FDFF;
}
.info .main .box {
	padding: 0 20px;
}
.showpage .main .title_info {
	margin-top: 15px;
	text-align: center;
}
.showpage .main .title_info h1 {
	font-size: 24px;
	line-height: 2;
	margin: 0px;
	padding: 0px;
}
.showpage .main .title_info .info_text {
	border-bottom: 1px dashed #ccc;
	line-height: 2;
	padding-bottom: 6px;
	color: #666;
}
.showpage .digg {
	background: url(../images/digg_bg.gif) no-repeat left top;
	width: 62px;
	margin-bottom: 10px;
}
.showpage .digg td {
	text-align: center;
	padding-right: 4px;
}
.showpage .digg .diggnum {
	height: 38px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.showpage .digg .diggit {
	height: 30px;
	line-height: 24px;
}
.showpage .main #text {
	font-size: 14px;
	line-height: 1.8;
}
.showpage .main #text p {
	margin: 1em 0;
}
.showpage #plpost {
	margin-top: 10px;
	border: 1px solid #AACCEE;
}
.showpage #plpost .title {
	border: 0px solid #AACCEE;
}
.showpage #plpost .title span {
	color: #CC0000;
}
.showpage #plpost #saytext {
	display: block;
	margin: 0 0 10px;
	padding: 8px;
	height: 100px;
	width: 90%;
	border: 1px solid #ccc;
}

/* 系统文件表格样式 */
.header	{ 
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
}
.header a				{ color: #000000 }
.tableborder			{ background: #E1EFFB; border: 1px solid #AACCEE } 


/*      */
/* 分页样式*/
.list_page {
	margin: 15px 5px;
    }
.pageLink a,.list_page a,.list_page b {
	padding: 4px 4px 2px;
	border: 1px solid #D2EFFF;
	background: #F0F8FF;
	text-align: center;
	display: inline;
	font-size: 14px;
	}
.pageLink a:hover,.list_page a:hover{
	border: 1px solid #D2EFFF;
	background: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}

/*分页样式2*/

.showpage .epages {
	text-align: center;
	}
.epages{
margin:3px 0;
font:11px/12px Tahoma
}
.epages *{
vertical-align:middle;
}
.epages a{
padding:1px 4px 1px;
border:1px solid #A6CBE7;
margin:0 1px 0 0;
text-align:center;
text-decoration:none;
font:normal 12px/14px verdana;
}
.epages a:hover{
border:#659B28 1px solid;
background:#f3f8ef;
text-decoration:none;
color:#004c7d
}
.epages input{
margin-bottom:0px;
border:1px solid #659B28;
height:15px;
font:bold 12px/15px Verdana;
padding-bottom:1px;
padding-left:1px;
margin-right:1px;
color:#659B28;
}

/*图片自动缩图*/
.photoresize {
	max-width:560px;
	myimg:expression(onload=function(){
	this.style.width=(this.offsetWidth > 560)?"560px":"auto"}
		   );
	}

.ecomment {margin:0;padding:0;}
.ecomment {margin-bottom:12px;overflow-x:hidden;overflow-y:hidden;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;background:#FFFFEE;padding:3px;border:solid 1px #999;}
.ecommentauthor {float:left; color:#F96; font-weight:bold;}
.ecommenttext {clear:left;margin:0;padding:0;}

.banner{ height:377px;z-index:1; margin-top:15px; margin-left:163px; background-repeat:no-repeat;}
.banner7{ height:191px; background-image:url(/skin/default/images/banner7.jpg); z-index:1; margin-top:15px; margin-left:163px; background-repeat:no-repeat;}
.banner6{ height:191px; background-image:url(/skin/default/images/banner6.jpg); z-index:1; margin-top:15px; margin-left:163px; background-repeat:no-repeat;}
.banner5{ height:191px; background-image:url(/skin/default/images/banner5.jpg); z-index:1; margin-top:15px; margin-left:163px; background-repeat:no-repeat;}
.banner4{ height:191px; background-image:url(/skin/default/images/banner4.jpg); z-index:1; margin-top:15px; margin-left:163px; background-repeat:no-repeat;}
.banner3{ height:191px; background-image:url(/skin/default/images/banner3.jpg); z-index:1; margin-top:15px; margin-left:163px; background-repeat:no-repeat;}
.banner2{ height:191px; background-image:url(/skin/default/images/banner2.jpg); z-index:1; margin-top:15px; margin-left:163px; background-repeat:no-repeat;}
.contentTop{ height:271px; margin-top:30px;}
.contentTop_1{width:221px; height:271px; margin-left:0px; float:left; margin-left:163px;}
.contentTop_2{ width:441px; height:271px; margin-left:0px; float:left; margin-left:35px; margin-top:4px;}
.contentTop_2_aImg{position:relative; top:245px; left:230px;}
.contentTop_2_aMore{position:relative; top:10px; left:290px;}
.contentTop_3{ width:263px; height:271px; margin-left:0px; float:left; margin-left:13px; background-color:#033991; font-size:13px;}
.contentTop_3 table tr td{ color:#fff;}
.contentTop_3_contact{ position:relative; top:-203px; left:180px;}
.contentMid{ height:211px; width:100%; margin-top:35px;}
.contentMid_left{ float:left; margin-left:163px;}
.contentMid_left_content{ height:150px; width:575px; font-size:12px; font-family:"宋体"; margin-top:10px; color:#666666; line-height:25px; margin-left:10px;}
.contentMid_right{ float:left;}
.contentMid_right_button{float:right; margin-right:30px; margin-top:50px;}
.contentBottom{height:352px;background-image:url(/skin/default/images/main2_09.jpg); margin-top:20px;}
.newsC{
				width:467px;
				height:60%;
				float:left;
				margin-left:180px;
				margin-top:50px;
				line-height:50px;
				font-family:"微软雅黑";
				font-size:12px;
				}
				.indexTime{ color:#999;}
				.indexA a{ margin-left:50px; color:#666; text-decoration:none;}
				.indexA a:hover{color:red;}
				.sp{ width:240px;
				height:60%;
				float:left;
				margin-left:20px;
				margin-top:70px;
				}
				.yxzp{ margin-top:50px;}
				.zp{width:170px;
				    height:60%;
					float:left;
					margin-left:30px;
					margin-top:50px;
					}

.inner_left_index{ height:209px; width:258px; margin-left:162px; margin-top:30px; float:left;}
.inner_right_content{ height:713px; width:571px; float:left; margin-top:15px;}
.xw_left_index{ width:210px; height:300px; float:left; margin-left:163px; margin-top:33px;}
.xw_content{ width:700px; height:auto; float:left; margin-left:63px; margin-top:33px; margin-bottom:20px;}
.cp_content{ width:700px; height:auto; float:left; margin-left:63px; margin-top:33px;}
.xw_content_index{ height:40px; width:700px; font-weight:bolder; color:#696969; font-family:"微软雅黑";}
.xw_content_list{ height:auto; width:700px; margin-top:5px; padding-top:0px; height:600px;}
.xw_content_list li span{ float:right; margin-right:30px; font-size:13px; color:#8F8F8F;}
.xw_content_list li{ height:40px; margin-left:0px; padding-bottom:0px; border-bottom:1px solid #D3D3D3; margin-bottom:0px; line-height:40px;}
.xw_content_list li a{ text-decoration:none; font-size:13px; font-family:"微软雅黑"; color:#666;; outline:none; margin-left:10px;}
.xw_content_list li a:hover{ font-size:16px; color:red;}
.xw_content_list li a:visited{ color:#999999; star:expression(this.onFocus=this.blur());}
.xw_left_index_main{font-size:13px; font-family:"宋体"; background-color:#EFF1F1; padding-top:15px; padding-bottom:20px; line-height:30px; width:210px; text-align:center; margin-top:5px;}
.xw_left_index_main a{ text-decoration:none; color:#474646; margin-right:50px;}
.xw_left_index_main img{ margin-right:10px;}
.xw_left_index_main a:hover{color:red;}
.zw_left_index_main{font-size:13px; font-family:"宋体"; background-color:#EFF1F1; padding-top:15px; padding-bottom:20px; line-height:20px; width:210px; text-align:center; margin-top:5px;}
.zw_left_index_main a{text-decoration:none; color:#474646; margin-right:50px;}
.zw_left_index_main img{margin-right:10px;}
.zw_left_index_main a:hover{color:red;}
.main_content{ height:auto; width:700px; min-height:500px;}
.jj_left_index_main{font-size:13px; font-family:"宋体"; background-color:#EFF1F1; padding-top:15px; padding-bottom:20px; line-height:20px; width:210px; text-align:center; margin-top:5px; height:auto;}
.jj_left_index_main a{text-decoration:none; color:#474646; margin-right:50px;}
.jj_left_index_main img{margin-right:10px;}
.jj_left_index_main a:hover{color:red;}
.jj_content{ width:500px; float:left; color:#666; height:auto; letter-spacing:2px; line-height:20px; font-size:12px; font-family:"微软雅黑";}
.rc_content{ width:700px; float:left; color:#666; height:auto; letter-spacing:2px; line-height:20px; font-size:12px; font-family:"微软雅黑";}
.sp_content{ width:700px; float:left; color:#666; height:500px; letter-spacing:2px; line-height:20px; font-size:12px; font-family:"微软雅黑"; 
.sp_bg{ background-image:url(/skin/default/images/sp_bg.jpg); width:642px; height:547px; background-repeat:no-repeat; padding-top:51px; padding-left:47px;}
.zp_content{color:#666; letter-spacing:2px; line-height:20px; font-size:12px; font-family:"微软雅黑";}
.jj_content_img{ width:150px; float:left; }
.img_xx{ width:100%; margin-top:10px;}
.hc_content_list{ height:auto; width:700px;}
.hc_content_list ul{ text-decoration:none;}
.hc_content_list li{ float:left; width:220px; text-align:center; margin-left:10px; margin-top:10px;}
.hc_content_list li img{ width:170px; height:150px; margin-top:15px; margin-bottom:15px; border:1px solid #fff;}
.hc_content_list li a{ color:#fff; font-family:"微软雅黑";}
.img_border{ width:200px; height:220px; background-color:#A90913;}
.xw_fy,.hc_fy{width:600px; height:25px;  clear:both; position:relative; top:20px; left:70px; margin-bottom:20px;}
.xwxx_content{ width:100%;min-height:500px;}
.xwxx_content_title{font-size:18px; font-family:"微软雅黑"; font-weight:bolder; width:100%; height:70px; text-align:center; margin-top:10px;}
.xwxx_content_main{ font-size:12px; font-family:"微软雅黑"; width:100%; height:auto; line-height:20px; letter-spacing:2px; color:#666;}
.newstime{ width:200px; height:30px; font-size:13px; font-weight:normal; line-height:25px; margin-left:500px; color:#666666;}
.zl_content{width:650px;; height:auto; float:left; margin-left:63px; margin-top:33px; margin-bottom:20px;}
.zl_main_content{ width:100%; height:auto; margin-left:20px; line-height:40px; background-image:url(/skin/default/images/bg2.jpg); font-family:"微软雅黑"; font-size:12px; color:#666;}
.jl_main_content{ width:100%; height:auto; margin-left:20px; line-height:40px; font-family:"微软雅黑"; font-size:12px; color:#666;}
.jl_main_content table tr td{ font-family:"微软雅黑"; font-size:12px; color:#666;}
.back{ float:right; margin-right:0px; font-size:16px; font-family:"微软雅黑"; cursor:pointer;}
.zc_content{width:400px; height:auto; float:left; margin-top:0px;}
.zc_pic{ width:300px; height:auto; float:right;}

.cp_left_index_main{
	font-size:13px; font-family:"宋体"; background-color:#EFF1F1; padding-top:15px; padding-bottom:20px; line-height:30px; width:210px; margin-top:5px;
	}
.cp_left_index_main a{ text-decoration:none; color:#474646;}
.cp_left_index_main img{ margin-left:10px;}
.cp_left_index_main a:hover{color:red;}
.cp_content{ width:700px; height:1200px; float:left; margin-left:63px; margin-top:33px; margin-bottom:20px;}
.cptd,.cpzsText{ 
width:690px;
height:510px;
background-color:#EBEBEB;
font-family:"微软雅黑";
font-size:12px;
line-height:30px;
padding:0 0 0 10px;
color:#666;
margin-bottom:0px;
}
.cptd2{
width:690px;
height:950px;
background-color:#EBEBEB;
font-family:"微软雅黑";
font-size:12px;
line-height:30px;
padding:0 0 0 10px;
color:#666;
margin-bottom:0px;
	}
	.cptd4{
width:690px;
height:1300px;
background-color:#EBEBEB;
font-family:"微软雅黑";
font-size:12px;
line-height:30px;
padding:0 0 0 10px;
color:#666;
margin-bottom:0px;
	}
	.cptd3{
width:690px;
height:200px;
background-color:#EBEBEB;
font-family:"微软雅黑";
font-size:12px;
line-height:30px;
padding:0 0 0 10px;
color:#666;
margin-bottom:0px;
	}
	.cptd5{
width:690px;
height:1130px;
background-color:#EBEBEB;
font-family:"微软雅黑";
font-size:12px;
line-height:30px;
padding:0 0 0 10px;
color:#666;
margin-bottom:0px;
	}
	.cptd6{
width:690px;
height:850px;
background-color:#EBEBEB;
font-family:"微软雅黑";
font-size:12px;
line-height:30px;
padding:0 0 0 10px;
color:#666;
margin-bottom:0px;
	}
.cptd table,.cptd2 table,.cptd4 table,.cptd5 table,.cptd6 table{ border:1px solid #999;}
.cptd table tr td,.cptd2 table tr td,.cptd4 table tr td,.cptd5 table tr td,.cptd6 table tr td{ color:#666; height:30px;}
.cptd span,.cptd ul li,.cptd2 span,.cptd2 ul li,.cptd4 ul li,.cptd5 ul li,.cptd6 ul li{color:#999;}
.cpTab{
	width:340px;
	height:120px;
	margin-top:10px;
	margin-left:5px;
	text-align:left;
	}
	.cpPic{
		width:200px;
		height:200px;
		border:5px solid #fff;
		cursor:pointer;
	}
	.cpTab span{ font-size:15px; color:red; font-weight:600;}
	.cpPic:hover{border:5px solid red;}
		.cpTab a:hover{ color:red; text-decoration:none;}
		.cp_content_list{ width:100%; background-color:#ebebeb; height:800px;}
		.cpzs_content_list{ width:100%; background-color:#ebebeb; height:1000px;}
		.cp_content_list ul li{ float:left;}
		.cpzs_content_list table{  margin-left:40px; margin-top:20px;}
		
		/*招聘*/
		.zp_content table{ height:500px;}
		.zxjl_content{width:650px;; height:500px; float:left; margin-left:63px; margin-top:33px; margin-bottom:20px;}
		.QQ{
			margin-top:20px;
			}
			
			.ryButton{ cursor:pointer;}
			.bottom{height:65px; width:100%; background-image:url(/skin/default/images/main2_10.jpg);}
			.bottom table{ width:1000px; margin-left:160px;}
			.bottom table tr td{ font-size:13px; letter-spacing:1px;}
			.mainBody{ height:600px; width:100%;}
			.mainBody700{height:700px; width:100%;}
			.mainBody1400{height:1400px; width:100%;}
			.mainBody800{height:800px; width:100%;}
			.mainBody900{height:900px; width:100%;}
			.mainBody1300{height:1480px; width:100%;}
			.mainBody2000{height:2000px; width:100%;}
			.mainBody2350{height:2350px; width:100%;}
			.mainBody2200{height:2050px; width:100%;}
			.mainBody1800{height:1800px; width:100%;}
		.cpBtn{ background-image:url(/skin/default/images/button1.png); width:103px; height:29px; background-repeat:no-repeat;}
		.cpBtn a{ display:block;}
		.cpBtn:hover{ cursor:pointer; background-image:url(/skin/default/images/button2.png);background-repeat:no-repeat;}
		
		
#chat_f1{font-size:12px}
#chat_f1{position:fixed;right:0px;top:220px;width:93px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+220))}
#chat_f1_main{height:134px;background:url(/skin/default/images/c2.png) no-repeat}
#close{display:block;width:17px;height:17px;margin-left:76px;cursor:pointer;}
#a_kf{ width:70px; height:20px; display:inline-block; margin:0 6px; cursor:pointer;}
#a_kf{ margin-top:65px;}





