﻿h2{margin:0px;padding:0px;font-size:12px;font-weight:bold;}
.bton{border:1px solid #CCC;background:#DDD;}
.cont{padding:10px;}
#main{width:400px;margin:0px auto;}
#selectItem{background:#FFF;position:absolute;top:0px;left:center;border:1px solid #000;overflow:hidden;margin-top:10px;width:400px;z-index:2;}
#preview{margin:1px;border:1px solid #CCC;}
#result{border:1px solid #CCC;margin-top:10px;}
.tit{line-height:20px;height:20px;margin:1px;padding-left:10px;}
.bgc_ccc{background:#CCC;}
.bgc_eee{background:#eee;}
.c_999{color:#999}
.pointer{cursor:pointer;}
.leftlx{float:left; margin-top:0px;}
.left{float:left; margin-top:8px; margin-left:1px; display:inline}
.right{float:right;}
.cls{clear:both;font-size:0px;height:0px;overflow:hidden;}
#bg{background:#CCC;filter:alpha(opacity=70);opacity:0.7;width:100%;;position:absolute;left:0px;top:0px;display:none;z-index:1;}
.hidden{display:none;}
.move{cursor:move;}



#top{ float:left; width:960px;}
#center{ float:left; width:960px;}
#bottom{ float:left; width:960px;} 



* { margin:0; padding:0; word-break:break-all; }
body { background:#FFF; color:#333; font:12px/1.6em Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size:1em; }
a { color:#0287CA; text-decoration:none; }
	a:hover { text-decoration:underline; }
ul, li { list-style:none; }
fieldset, img { border:none; }
legend { display:none; }
em, strong, cite, th { font-style:normal; font-weight:normal; }
input, textarea, select, button { font:12px Helvetica, Arial, sans-serif; }
table { border-collapse:collapse; }
html { overflow:-moz-scrollbars-vertical; } /*Always show Firefox scrollbar*/


*{
padding:0;
margin:0;}
.top_banner {width:960px; height:65px; float:left;}
img{
border:none}
a{
color:#000000;
text-decoration:none;}
a:hover{
color:#FF0000;
text-decoration:none;}
li{
list-style:none;}
body{
font-family:"宋体";
font-size:12px;
text-align:center;
border-right:1ox solid;}
.flet1 {float:left;width:80px; height:70px; margin-right:5px;}
span.kuan {font-size:10px; height:5px;} 
span.kuan1 {font-size:8px; height:5px;}
	


#box{margin:0 auto; width:960px; height:auto;}
.biaodan ul li{ float:left; margin-left:5px; color:#fff; font-size:12px; text-align:center;}
.biaodan ul li input{ width:100px; height:16px; margin-top:3px;}
.biaodan ul li img{ margin-top:4px;}
.biaodan .ditan{ float:right; line-height:30px; margin-right:5px; color:#fff}
.biaodan .ditan a{ color:#fff;}
.biaodan .yong a{ line-height:29px; color:#fff; text-decoration:underline}

.top4{ float:left; width:155px;}
.top6{ float:right; width:155px;}
.top3{ width:958px; height:140px; border:1px solid #ccc;}
.top3_1{ width:150px; height:140px; float:left;}
.top3_1_1{ width:22px; height:138px; float:left; margin-left:1px; display:inline;}
.top3_1_1 ul{ float:left;}
.top3_1_1 ul li{ width:19px; height:45px; float:left; margin-top:1px; background:url(../../../Images/Default/Default/top3__03.jpg); background-repeat:no-repeat; text-align:left; padding-left:3px;}
.top3_1_1 ul li a{ width:22px; line-height:22px; float:left;}
.top3_1_1 ul .web{ width:22px; height:45px; float:left; background:url(../../../Images/Default/Default/top3_03.jpg); background-repeat:no-repeat;}

.top_b .right a{ color:#666666; text-decoration:none;}



.top3_1_2{ width:127px; height:120px; float:left; margin-top:10px; margin-left:2px;}
.top3_1_2 ul{ float:left;}
.top3_1_2 ul li{ width:127px; height:20px; line-height:20px; float:left; text-align:left;}

.top5{ float:left; width:600px; margin-left:20px; display:inline;}
.top5_1{ float:left; width:600px; margin-top:8px;}
.top5_1 ul li{ text-align:left; float:left; margin-left:15px;} 
.top5_2{ float:left; margin-top:10px;}


.STYLE1 {color: #FF0000}


#border {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}
.you {
	float: right;
}
ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
    line-height: 30px;

}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.topnav li a{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	float: left;
	padding-right: 5px;
}
ul.topnav li a:hover{
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../../Images/Default/subnav_btn1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 35px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 76px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #007eff;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0; /*--Create bevel effect--*/
	clear: both;
	width: 76px;
	line-height: 20px;
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #007eff;
	border-bottom-color: #007eff;
}
.clear{ clear: both;}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 51px;
	padding-left: 20px;
	line-height: 20px;
	height: 20px;
	background-color: #5aacff;
	background-image: url(../../Images/Default/dropdown_linkbgw.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color: #5cdce8;
	background-image: url(../../Images/Default/dropdown_linkbgw.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#header img {
	margin: 20px 0 10px;
}
.left {float:left;}
.daohang {width:960px; clear: both; text-align:left;}
.daohang_1 {width:740px; float:right;}
.daohang_1 ul {float:left; border-right:1px solid #cccccc; height:41px; margin:10px 3px 10px 0px; display:inline; display:block; padding:0px 13px 0px 15px;}
.daohang_1 .soujin{text-indent: 2px;}
.daohang_1 ul li { line-height:20px;  text-align:left; font-size:12px; }
.daohang_1 ul li a {color:#000000; text-decoration:none;}
.daohang_1 ul li a:hover {color:#FF0000; text-decoration:none;}
.daohang_1 ul li .bold {font-weight:bold;}
.daohang_1 ul li .reb {color:#FF0000; text-decoration:none;}
.no_border {
float:left; 
height:41px;
margin:5px 0px 0px 0px;
padding:0px;
line-height:20px;  
text-align:left; 
font-size:12px;
 margin-top:10px;
 margin-left:10px; display:inline;
 overflow:hidden;
}
.no_border a {color:#000000; text-decoration:none; }
.no_border a:hover {color:#ff0000; text-decoration:none; }


.shuanghuadongmen {
	height: 136px;
	width: 958px;
	border: 1px solid #999999;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.zuohuadongmen {
	width:175px;
	height:136px;
	float:left;
}
.youhuadongmen {
	width:183px;
	height:136px;
	float:left;
}
.banner {

    width:600px;
	height:136px;
	float:left;
}
.huati {
	width:600px;
	height:30px;
	float:left;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.huati a {
	color: #000000;
	text-decoration: none;
}
.huati a:hover {
	color: #ff0000;
	text-decoration: none;
}
.tu {
	width:600px;
	height:76px;
	float:left;
   
}

.sousuo {
	width:960px;
	height:75px;
	margin-top:5px;
	float:left;
	background:url(../../Images/Default/sousub.png);
}
.sousuo_1 {width:578px; height:70px; float:left; margin:5px 0px 0px 48px;}
.sousuo_2 {width:528px; height:17px; float:left; padding-top:2px; padding-bottom:1px; margin-left:30px; display:inline}
.sousuo_2 ul li {width:auto; height:17px; float:left; margin:0px 10px 0px 20px; font-size:12px; color:#0033CC; font-weight:normal; text-align:left; line-height:17px;}
.sousuo_2 .teshu { margin:0px 0px 0px 10px; float:left;} 
.sousuo_2 ul li a {color:#0033CC; text-decoration:underline;}
.sousuo_2 ul li a:hover {color:#ff0000; text-decoration:underline;}


.sousuo_2_1 {width:505px; height:17px; float:left; font-size:12px; color:#0033CC; line-height:17px; text-align:center; margin-top:6px;} 
.sousuo_2_1 a {color:#0033CC; text-decoration:none;}
.sousuo_2_1 a:hover {color:#0033CC; text-decoration:underline;}

.sousuo_3 {width:578px; height:28px; float:left; margin-top:10px;}
.sousuo_3 ul li {float:left; }
.sousuo_3 ul li img {float:left; margin:0px 0px 0px 6px;}
.sousuo_3 ul li input {float:left; width:500px; height:24px; }
.tianqiyvbao {
	float: left;
	height: 39px;
	width: 188px;
	background-image: url(../../Images/Default/tianqiyvbao.jpg);
	background-repeat: no-repeat;
	padding-top:20px;
	padding-left:10px;
	margin-top:10px;
	margin-left:50px; display:inline
}
.soudao {
	float: left;
	height: 54px;
	width: 600px;
	background-repeat: no-repeat;
	padding-left:50px;
	padding-top:5px;
}
.soudao ul{
	width: 600px;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
.soudao ul li {
	width: 500px;
	margin: 0px; 
	font-size: 14px;
	font-weight: normal;
	color: #0033FF;
	padding: 0px;
	text-align: center;
}

.soudao ul li a {
	color: #0033FF;
	text-decoration:none;
	font-weight: lighter;
}
.soudao ul li a:hover {
	color: #0033FF;
	text-decoration:underline;
}
.soudaokuang1 {
	float: left;
	height: 20px;
	width: 500px;
}
.meiyou {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float:left;
	height: 29px;
	width: 600px;
}
.anniu {
	padding: 0px;
	float: left;
	height: 27px;
	width: 66px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.zhong { 
    width:960px;
	float:left;
	margin-top:6px;
}
.zhongzuo {
	width:168px;
	height:auto;
	float:left;
}
.zhongyou {
	width:785px;
	float:right;
}

.qukuai1{
	float: left;
	width: 168px;
	margin-bottom: 7px;
}
.qukuai1 img{
	height:87px;
	float:left;}
.qukuai1_lxaa{
	float: left;
	height: auto;
	width: 168px;
	margin-bottom: 7px;
	margin-top:7px;
}
.zhong_1_1aa {width:166px; height:582px; float:left; border:1px solid #d7e3fd; background-color:#edf2ff; margin-bottom:7px;}

.zhong_1_1 {width:166px; height:148px; float:left; border:1px solid #cccccc; background-color:#f1f5fe; margin-bottom:7px;}

.zhong_1_1_b {
float:left;
width:161px; 
height:22px; 
border-bottom:1px solid #cccccc;
margin-left:5px;
display:inline;
}
.zhong_1_1_b ul li {height:22px; text-align:left; font-size:14px; color:#034c83; line-height:22px; font-weight:bold; padding:0px; margin:0px 0px 0px 0px; float:left;} 
.zhong_1_1_b .ddd { padding-left:5px;}
.zhong_1_1_b ul li a {color:#046dbb; text-decoration:none;}
.zhong_1_1_b ul li a:hover {color:#ff0000; text-decoration:none;}
.zhong_1_1_n {width:161px; float:left; padding:0px 0px 0px 5px; text-align:left;}
.zhong_1_1_n ul{ float:left; width:154px; padding-top:5px;}
.zhong_1_1_n ul li { 
float:left;
width:151px;
font-size:12px;
line-height:15px;
list-style:none;
color:#0000CC;
padding-bottom:5px;
}
.zhong_1_1_n ul li span{ padding-top:10px;}
.zhong_1_1_n h1{ float:left; width:161px; text-align:center; font-size:12px; margin-top:7px;}
.zhong_1_1_n h2{ float:left; width:161px; font-size:12px; color:#2761e5}
.zhong_1_1_n h3{ float:left; height:14px; width:161px; font-size:12px; color:#FF0000; font-weight:normal}
.zhong_1_1_n h4{ float:left; height:14px; width:161px; font-size:12px; color:#006600; font-weight:normal}


.zhong_1_1_n ol{ float:left; margin-top:5px;}
.zhong_1_1_n ol li { 
float:left;
width:151px;
font-size:12px;
line-height:18px;
list-style:none;
color:#0000CC;
padding-bottom:5px;
}




.zhongbiao1 {
float:left;
width:161px; 
height:22px; 
border-bottom:1px solid #cccccc; 
padding:0px 0px 0px 5px;
text-align:left; 
font-size:14px; 
color:#034c83; 
line-height:22px; 
font-weight:bold; 
} 
.zhongbiao1 a { 
color:#034c83; text-decoration:none; 
}
.zhongbiao1 a:hover { 
color:#ff0000; text-decoration:none; 
}
.zhongbiao11 {
float:left;
width:161px; 
height:22px; 
border-bottom:1px solid #cccccc; 
padding:0px 0px 0px 5px;
margin:0px 0px 5px 0px;
text-align:left; 
font-size:14px; 
color:#034c83; 
line-height:22px; 
font-weight:bold; 
}
.zhongbiao11 a { 
color:#034c83; text-decoration:none; 
}
.zhongbiao11 a:hover { 
color:#ff0000; text-decoration:none; 
} 

.qukuai3lmc{
 border:1px solid #d7e3fd; background-color:#edf2ff;
 	float: left;
	height: 308px;
	width: 166px;
	margin-bottom: 7px;
}
.qukuai3lmc ul li{
	width:166px;
	height:20px;
	line-height:20px;
	float:left;
	margin-top:5px;
	text-align:left;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3lmc ul li span {
	float:left;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3lmc ul li a {
    text-align:left;
	color: #004b82;
	text-decoration: none;
}
.qukuai3lmc ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}

.qukuai3{
 border:1px solid #d7e3fd; background-color:#edf2ff;
 	float: left;
	height: 252px;
	width: 166px;
	margin-bottom: 7px;
}
.qukuai3 ul { float:left; margin:0px; padding:0px; list-style:none; width:166px; }
.qukuai3 ul li{
	width:166px;
	height:20px;
	line-height:20px;
	float:left;
	text-align:left;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3 ul li span {
	float:left;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3 ul li a {
    text-align:left;
	color: #004b82;
	text-decoration: none;
}
.qukuai3 ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}

.qukuai3122{
 border:1px solid #d7e3fd; background-color:#edf2ff;
 	float: left;
	height: 250px;;
	width: 166px;
	margin-bottom: 7px;
}
.qukuai3122 ul { float:left; margin:0px; padding:0px; list-style:none; width:166px; }
.qukuai3122 ul li{
	width:166px;
	line-height:20px;
	height:20px;
	float:left;
	margin-top:5px;
	text-align:left;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3122 ul li span {
	float:left;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3122 ul li a {
    text-align:left;
	color: #004b82;
	text-decoration: none;
}
.qukuai3122 ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}

.qukuai3_1{
	background-color: #f1f5fe;
	float: left;
	height: auto;
	width: 166px;
	border:1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.qukuai3_1 ul { float:left; margin:0px; padding:0px; list-style:none; width:166px; }
.qukuai3_1 ul li{
	width:166px;
	height:20px;
	line-height:20px;
	float:left;
	margin-top:5px;
	text-align:left;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3_1 ul li span {
	float:left;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3_1 ul li a {
    text-align:left;
	color: #004b82;
	text-decoration: none;
}
.qukuai3_1 ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}

.qukuai3_1_r{
 border:1px solid #d7e3fd; background-color:#edf2ff;
 	float: left;
	height: 207px;
	width: 166px;
	margin-bottom: 7px;
}
.qukuai3_1_r ul { float:left; margin:0px; padding:0px; list-style:none; width:166px; }
.qukuai3_1_r ul li{
	width:166px;
	height:20px;
	line-height:20px;
	float:left;
	margin-top:5px;
	text-align:left;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3_1_r ul li span {
	float:left;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3_1_r ul li a {
    text-align:left;
	color: #004b82;
	text-decoration: none;
}
.qukuai3_1_r ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}




.qukuai3_2{
 border:1px solid #d7e3fd; background-color:#edf2ff;
 	float: left;
	height: 207px;
	width: 166px;
	margin-bottom: 7px;
}
.qukuai3_2 ul { float:left; margin:0px; padding:0px; list-style:none; width:166px; }
.qukuai3_2 ul li{
	width:166px;
	line-height:20px;
	height:20px;
	float:left;
	margin-top:5px;
	text-align:left;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3_2 ul li span {
	float:left;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3_2 ul li a {
    text-align:left;
	color: #004b82;
	text-decoration: none;
}
.qukuai3_2 ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}

.qukuai3_3{
	background-color: #f1f5fe;
	float: left;
	height: 148px;
	width: 166px;
	border:1px solid #cccccc;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.qukuai3_3 ul { float:left; margin:0px; padding:0px; list-style:none; width:166px; }
.qukuai3_3 ul li{
	width:166px;
	line-height:20px;
	height:20px;
	float:left;
	margin-top:5px;
	text-align:left;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3_3 ul li span {
	float:left;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3_3 ul li a {
    text-align:left;
	color: #004b82;
	text-decoration: none;
}
.qukuai3_3 ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}


.logo{ float:left; margin-top:5px;}
.quyu{ float:left; width:958px; height:25px; background:#EBEBEB; border:1px solid #CCCCCC; margin-top:7px;}
.quyu ul li{ text-align:left; line-height:25px; margin-left:5px;}
.quyu ul li a{ color:#274da5}

.qukuai3_4{
 border:1px solid #d7e3fd; background-color:#edf2ff;
 	float: left;
	width: 166px;
}

.guanggao{ float:left; width:168px; padding-bottom:7px;}
.guanggao h1{ float:left; padding-bottom:7px;}
.qukuai3_4 ul { float:left; margin:0px; padding:0px; list-style:none; width:166px; }
.qukuai3_4 ul li{
	width:166px;
	line-height:20px;
	height:20px;
	float:left;
	margin-top:4px;
	text-align:left;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3_4 ul li span {
	float:left;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai3_4 ul li a {
    text-align:left;
	color: #004b82;
	text-decoration: none;
}
.qukuai3_4 ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}









.qukuai31{
	background-color: #f1f5fe;
	float: left;
	height: auto;
	width: 166px;
	border:1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.qukuai31 ul { float:left; margin:0px; padding:0px; list-style:none; width:166px; }
.qukuai31 ul li{
	width:166px;
	line-height:19px;
	float:left;
	margin-top:5px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai31 ul li span {
	float:left;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai31 ul li a {
    text-align:left;
	color: #004b82;
	text-decoration: none;
}
.qukuai31 ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}


.qukuai31b{
 border:1px solid #d7e3fd; background-color:#edf2ff;
 	float: left;
	height: 133px;
	width: 166px;
	margin-bottom: 7px;
}
.qukuai31b ul { float:left; margin:0px; padding:0px; list-style:none; width:166px; }
.qukuai31b ul li{
	width:166px;
	line-height:17px;
	height:17px;
	float:left;
	margin-top:5px;
	font-size: 12px;
	text-align:left;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai31b ul li span {
	float:left;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

.qukuai31b ul li a {
    text-align:left;
	color: #004b82;
	text-decoration: none;
}
.qukuai31b ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}

.tupianwenzi {
	width: 100px;
	margin-left: auto;
	clear: both;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
}
.tupianwenzi a {
	color: #004e86;
	text-decoration: none;
	width: 100px;
	line-height: 25px;
	float:left;
}
.tupianwenzi a:hover {
	color: #ff0000;
	text-decoration: none;
	width: 100px;
	line-height: 25px;
	float:left;
}



.you1 {
	width:785px;
	height:auto;
	float:left;
}
.youfe {
	width:783px;
	height:384px;
	float:left;
}
.youbiao {
	width:352px;
	height:30px;
	float:left;
	padding-left:430px; 
	font-size: 12px;
	line-height: 30px;
	font-weight: lighter;
	color: #024ba9;
	text-decoration: none;
	text-align: center;
	background-image: url(../../Images/Default/jinidaodu.jpg);
	background-repeat: no-repeat;
	padding-top:5px;
}
.youbiao a {
	color: #024aac;
	text-decoration: none;
}
.youbiao a:hover {
	color: #024ba9;
	text-decoration:underline;
}
.youbiao12 {
	width:352px;
	height:30px;
	float:left;
	padding-left:430px; 
	font-size: 12px;
	line-height: 30px;
	font-weight: lighter;
	color: #024ba9;
	text-decoration: none;
	text-align: center;
	background-image: url(../../Images/Default/hudong.jpg);
	background-repeat: no-repeat;
	padding-top:5px;
}
.youbiao12 a {
	color: #024aac;
	text-decoration: none;
}
.youbiao12 a:hover {
	color: #024ba9;
	text-decoration:underline;
}
.you1_n {
	width:785px;
	float:left;
	padding-bottom:2px;
}
.huandeng {
	width:487px;
	height:252px;
	float:left;
	padding-bottom:8px;
	overflow:hidden;
	
	
}
.shu_11_3 {width:781px;  float:left;}
.h_y {
   width:87px;
   float:left;
}
.right { float:right; margin-bottom: 7px; }
.right1 {float:right;}
.you3 {
	float: right;
	height: 53px;
	width: 72px;
	background-image: url(../../Images/Default/you3bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 7px;
	padding-top: 4px;
	padding-left: 15px;	
}
.xiawen {
	float: left;
	height: 50px;
	width: 468px;
}
.xiawen ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.xiawen li {
	font-size: 12px;
	line-height: 25px;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.xiawen li a {
	color: #15367b;
	text-decoration: none;
}

.xiawen li a:hover {
	color: #ff0000;
	text-decoration: none;
}
.xiawen li h1 {
	font-size: 14px;
	font-weight: bold;
	color: #13397a;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	clear: both;
}
.h_yb {
	float: right;
	width: 281px;
}
.daodu {
	width:281px;
	height:28px;
	float:left;
	background-image:url(../../Images/Default/youtiao.jpg);
	margin-bottom:5px;
	line-height: 25px;
}
.daoduzuo {
	width:100px;
	height:28px;
	font-size: 14px;
	font-weight: bold;
	color: #0e368e;
	text-decoration: none;
	float:left;
	line-height: 28px;
	text-align: left;
	padding-left: 30px;
}
.daoduzuo a {
	color: #0e368e;
	text-decoration: none;
}
.daoduzuo a:hover {
	color: #ff0000;
	text-decoration: none;
}
.daoduyou {
	height:28px;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
	float:right;
	text-align:right;
	padding-right:7px;
}
.daoduyou a {
	color: #000000;
	text-decoration: none;
}
.daoduyou a:hover {
	color: #ff0000;
	text-decoration: none;
}
.daoduyou1 {
	height:28px;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
	float:right;
	text-align:right;
	padding-right:15px;
}
.daoduyou1 a {
	color: #000000;
	text-decoration: none;
}
.daoduyou1 a:hover {
	color: #ff0000;
	text-decoration: none;
}
.daoduyou2 {
	height:28px;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;

	text-decoration: none;
	float:right;
	text-align:right;
	padding-right:25px;
}
.daoduyou2 a {
	color: #000000;
	text-decoration: none;
}
.daoduyou2 a:hover {
	color: #ff0000;
	text-decoration: none;
}
.daodu_nn {
	width:268px;
	height:428px;
	float:left;
	border:1px solid #e5e5e5;
	padding-left:5px;
	padding-right:5px;
	background-color:#f9f9f9;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	text-align:left;
	color: #274fa7;
}
.daodu_nn ul{ margin-top:5px;}
.daodu_nn ul li {width:259px; font-size:14px; color:#274fa7; line-height:26px;}
.daodu_nn ul li a {
    text-align:left;
	color: #274fa7;
	text-decoration: underline;
}
.daodu_nn ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}
span.hongsezi {
    font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #ff0000;
	list-style:none;
}
span.huangzi {
    font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #cc7900;
	list-style:none;
}

.y_q3 {
	float: left;
	width: 490px;
	margin-top:5px;
	margin-right:10px;
}

.y_q3_tansuo {
	float: left;
	width: 490px;
	margin-top:10px;
	margin-left:3px; display:inline
}

.y_q3_we {
	float: left;
	width: 490px;
	height:203px;
	overflow:hidden;
	
}
.zhongzuo_1_112 {
	width: 490px; float:left;}
.y_q3_b {
	float: left;
	height: 27px;
	width: 460px;
	background-image: url(../../Images/Default/shishichang.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #0e3590;
	text-decoration: none;
}
.y_q3_bz {
	height: 27px;
	width: 100px;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	color: #0e3590;
	text-decoration: none;
	float:left;
	text-align:left;
}
.y_q3_bz a {
	color: #0e3590;
	text-decoration: none;
}
.y_q3_bz a:hover {
	color: #ff0000;
	text-decoration: none;
}
.y_q3_n {
	float: left;
	width: 478px;
	padding: 5px 5px 4px 5px;
	margin-top:3px;
	background:#f9f9f9;
	border:1px solid #e5e5e5

}

 .y_q3_n_l{
	float: left;
	width: 230px;
	height: 161px;
	margin-left:5px; display:inline
}

.y_q3_n_l ul li { 
	width: 230px;
	font-size: 14px;
	line-height: 27px;
	color: #0d3597;
	text-align:left;
	list-style-type: none;
	float: left;
}
.y_q3_n_l ul li a {
    text-align:left;
	color: #0d3597;
	text-decoration: underline;
}
.y_q3_n_l li a:hover {
	color: #ff0000;
	text-decoration: none;
}
.h_yb1 {
	float: left;
	width: 283px;
	margin-top:5px;
	height:auto;
}
.h_yb1_zhiku {
	float: left;
	width: 271px;
	margin-top:10px; margin-left:16px; display:inline
}
.h_yb1_we {
	float: left;
	height:182px;
	width: 271px;
	margin-top:5px;
}
.daodu1 {
	width:281px;
	height:28px;
	float:left;
	background-image:url(../../Images/Default/youtiao.jpg);
	margin-bottom:5px;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.daodu1aa {
	width:279px;
	float:left;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.daodu1_nn {
	width:261px;
	height:135px;
	float:left;
	padding:5px;
}
.daodu1_nn ul {
	width:261px;
	padding:0px;
	list-style-type: none;
	margin: 0px;
}
.daodu1_nn ul li { 
	font-size: 14px;
	line-height: 27px;
	text-align:left;
	font-weight: normal;
	color: #284da5;
	text-decoration: none;
}
.daodu1_nn ul li a {
	color: #284da5;
	text-decoration: underline;
}
.daodu1_nn ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.tukuang {
	float: left;
	height: 101px;
	width: 116px;
	background-image: url(../../Images/Default/tukuang.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #03009a;
	text-decoration: none;
	text-align: center;
	margin-right: 8px;
	margin-left:10px;
	display:inline;
}
.tukuang a {
	color: #03009a;
	text-decoration: underline;
}
.tukuang a:hover {
	color: #ff0000;
	text-decoration: underline;
	width: 116px;
	float:left;
}
.tukuang img{
	width:105px;
	float:left;
	height:70px;
	padding:3px;}
.y_q5_b {
	float: left;
	height: 27px;
	width: 490px;
	background-image: url(../../Images/Default/daoduchang.jpg);
	background-repeat: no-repeat; 
	font-size: 12px;
	line-height: 27px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.y_q5_b a {
	color: #000000;
	text-decoration: none;
}
.y_q5_b a:hover {
	color: #ff0000;
	text-decoration: none;
}
.y_q5_n {
	float: left;
	width: 476px;
	margin-left:1px;
	display:inline;
	height:280px;
	overflow:hidden;
	margin-top:5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	background:#f9f9f9;
	border:1px solid #e5e5e5;
}
.y_q5_nn {
	width:466px;
	height:140px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	border-bottom: 1px  dotted #cccccc;
}
.tutut {
	width:101px;
	height:130px;
	padding-left:13px;
	padding-top:2px; 
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	float:left;
}
.tutut a {
	color: #999999;
	text-decoration: none;
	width:101px;
	line-height:25px;
}
.tutut a:hover {
	color: #ff0000;
	text-decoration: none;
	width:101px;
	line-height:25px;
	float:left;
}
.y_q5_nd {
	width:468px;
	height:125px;
	float:left;
	padding:5px;
}
.y_q5_nd ul {
	width:234px;
	padding:0px;
	list-style-type: none;
	float: left;
	margin: 0px;
}
.y_q5_nd ul li {  
	font-size: 14px;
	line-height: 26px;
	text-align:left;
	font-weight: normal;
	color: #15387a;
	text-decoration: none;
	background-image: url(../../Images/Default/liebiao1.jpg);
	background-repeat: no-repeat;
	background-position: 7px 11px;
	text-indent: 17px;
}
.y_q5_nd ul li a {
    text-align:left;
	color: #15387a;
	text-decoration: underline;
}
.y_q5_nd ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}  


.y_q5_ndg {
	width:468px;
	height:151px;
	float:left;
	padding:5px;
}
.y_q5_ndg ul {
	width:234px;
	padding:0px;
	list-style-type: none;
	float: left;
	margin: 0px;
}
.y_q5_ndg ul li {  
	font-size: 14px;
	line-height: 26px;
	text-align:left;
	font-weight: normal;
	color: #15387a;
	text-decoration: none;
	background-image: url(../../Images/Default/liebiao1.jpg);
	background-repeat: no-repeat;
	background-position: 7px 11px;
	text-indent: 17px;
}
.y_q5_ndg ul li a {
    text-align:left;
	color: #15387a;
	text-decoration: underline;
}
.y_q5_ndg ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
} 









.daodu6_nn {
	width:269px;
	height:271px;
	float:left;
	padding:5px;
	background:#f9f9f9;
	border:1px solid #e5e5e5;
	overflow:hidden;
}
.daodu6_nn ol.cdc {padding: 0px; margin:0px;}
.daodu6_nn .mu{ color:#c80909}
.daodu6_nn .mu a{ color:#FF0000}

.daodu1_nn .mu{ color:#FF0000}
.daodu1_nn .mu a{ color:#FF0000}

.daodu1_right {width:auto; height:28px; float:right; padding-right:5px; font-size:12px; color:#666666; line-height:28px; text-align:right;}
.daodu1_right a {color:#666666; text-decoration:none;}
.daodu1_right a:hover {color:#666666; text-decoration:none;}

.daodu6_nn ul {
	width:259px;
	list-style-type: none;
	float: left;
}
.daodu6_nn ul li { 
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #254da4;
	text-decoration: none;
	text-align:left;
}
.daodu6_nn ul li a {
	color: #254da4;
	text-decoration: underline;
}
.daodu6_nn ul li.jiejian a{
	width: 259px;
	font-size:12px;
	text-decoration:none;
	color:#333;
	line-height:22px;}
.daodu6_nn ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}


.daodu6_nn ol {
	width:260px;
	list-style-type: none;
	float: left;
	margin-top:12px;
}
.daodu6_nn ol li { 
	font-size: 14px;
	line-height: 27px;
	font-weight: normal;
	color: #254da4;
	text-decoration: none;
	text-align:left;
}
.daodu6_nn ol li a {
	color: #254da4;
	text-decoration: underline;
}
.daodu6_nn ol li a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/*12-22*/
.daodu6_nn dl {
	width:260px;
	list-style-type: none;
	float: left;
	margin-top:12px;
}
.daodu6_nn dl dd { 
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #254da4;
	text-decoration: none;
	text-align:left;
}
.daodu6_nn dl dd a {
	color: #254da4;
	text-decoration: underline;
}
.daodu6_nn dl dd a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/*结束*/



.you2{ float:left; width:785px; margin-top:4px;}

.daodu6_nn_j {
	width:269px;
	float:left;
	height:155px;
	padding:5px;
	background:#f9f9f9;
	border:1px solid #e5e5e5;
	margin-top:5px;
}
.daodu6_nn_j .mu{ color:#c80909}
.daodu6_nn_j .mu a{ color:#FF0000}

.daodu1_nn_j .mu{ color:#FF0000}
.daodu1_nn_j .mu a{ color:#FF0000}


.daodu6_nn_j ul {
	width:259px;
	padding:0px;
	list-style-type: none;
	float: left;
	margin: 0px;
}
.daodu6_nn_j ul li { 
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #254da4;
	text-decoration: none;
	text-align:left;
}
.daodu6_nn_j ul li a {
	color: #254da4;
	text-decoration: underline;
}
.daodu6_nn_j ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}


.daodu6_nn_j ol {
	width:259px;
	padding:0px;
	list-style-type: none;
	float: left;
	margin: 0px;
}
.daodu6_nn_j ol li { 
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	color: #254da4;
	text-decoration: none;
	text-align:left;
}
.daodu6_nn_j ol li a {
	color: #254da4;
	text-decoration: underline;
}
.daodu6_nn_j ol li a:hover {
	color: #ff0000;
	text-decoration: underline;
}

















.banner2 {
	float: left;
	height: 90px;
	width: 783px;
	margin-top:13px;
}
.banner3 {
	float: left;
	margin-top:10px; margin-left:1px; display:inline
}
.banner21 {
	float: left;
	height: 90px;
	width: 783px;
	padding-bottom: 10px;  
	padding-top: 7px;   
}
.youbiao1 {
	width:352px;
	height:30px;
	float:left;
	padding-left:430px; 
	font-size: 12px;
	line-height: 30px;
	font-weight: lighter;
	color: #024ba9;
	text-decoration: none;
	text-align: center;
	background-image: url(../../Images/Default/fffff.jpg);
	background-repeat: no-repeat;
	padding-top:5px;
}
.youbiao1 a {
	color: #054bad;
	text-decoration: none;
}
.youbiao1 a:hover {
	color: #054bad;
	text-decoration:underline;
}
.youbiao112 {
	width:352px;
	height:30px;
	float:left;
	padding-left:430px; 
	font-size: 12px;
	line-height: 30px;
	font-weight: lighter;
	color: #024ba9;
	text-decoration: none;
	text-align: center;
	background-image: url(../../Images/Default/ddddd.jpg);
	background-repeat: no-repeat;
	padding-top:5px;
}
.youbiao112 a {
	color: #054bad;
	text-decoration: none;
}
.youbiao112 a:hover {
	color: #054bad;
	text-decoration:underline;
}
.gongying {
	float: left;
	height:284px;
	width: 372px;
	margin:10px 13px 0px 0px;
}
.gongying_er {
	float: left;
	height:171px;
	width: 372px;
	margin:10px 13px 0px 0px;
}
.gongying1 {
	float: left;
	height: 170px;
	width: 370px;
	margin:10px 0px 10px 0px;
}
.gongying1_11 {
	float: left;
	height: 284px;
	width: 370px;
	margin:10px 0px 10px 0px;
}
.gongying3 {
	float: left;
	height: 323px;
	width: 387px;
	margin:11px 5px 0px 0px;
}
.gongying4 {
	float: right;
	height: 323px;
	width: 387px;
	margin-top:10px;
}
.gongying51 {
	float: left;
	height: 228px;
	width: 387px;
	margin:11px 5px 0px 0px;
}
.g_b {
	float: left;
	height: 28px;
	background:url(../../Images/Default/afd_03.jpg);
	width: 387px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 26px;
}
.da {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	float: left;
	height: 28px;
	width: 50px;
	padding-left: 30px;
	text-align:left;
}
.da a {
	color: #666666;
	text-decoration: none;
}
.da a:hover {
	color: #ff0000;
	text-decoration: none;
}
.da_123 {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	float: left;
	height: 28px;
	width: 100px;
	padding-left: 30px;
	text-align:left;
}
.da_123 a {
	color: #666666;
	text-decoration: none;
}
.da_123 a:hover {
	color: #ff0000;
	text-decoration: none;
}
.gongying_n {
	float: left;
	height: 240px;
	width: 363px;
	border:1px solid #e5e5e5;
	padding-top: 9px;
	padding-left:5px;
	background-color:#f9f9f9;
}
.gongying_n .mu{ color:#FF0000}
.gongying_n .mu a{ color:#FF0000}

.gongying_n ul {
	padding:0px;
	list-style-type: none;
	float: left;
	margin: 0px;

	width: 363px;
}
ul.shangtian {padding-top:5px; padding-right:5px; width:358px; } 

.gongying_n ul li { 
	text-align:left;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
	margin-left:5px;
}
.gongying_n ul li a {
    text-align:left;
	color: #0c3496;
	text-decoration: underline;
}
.gongying_n ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.gongying_nv {
	float: left;
	height: auto;
	width: 382px;
	border:1px solid #e5e5e5;
	padding-left: 3px;
	background-color:#f9f9f9;
}
.gongying_nvs {
	float: left;
	height: 139px;
	width: 382px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 13px;
}
.gongying_nvs h1 {
	float: left;
	height: 20px;
	width: 250px;
	font-size: 14px;
	font-weight: bold;
	color: #18367e;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.gongying_nvs h1 a {
	color: #18367e;
	text-decoration: none;
}
.gongying_nvs h1 a:hover {
	color: #FF0000;
	text-decoration: none;
}
.gongying_nvs h2 {
	float: left;
	height: 20px;
	width: 250px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	font-weight: lighter;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.gongying_nvs h2 a {
	color: #666666;
	text-decoration: none;
}
.gongying_nvs h2 a:hover {
	color: #FF0000;
	text-decoration: none;
}
.gongying_nvs ul {
	padding:0px;
	list-style-type: none;
	width: 250px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gongying_nvs li { 
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #17387d;
	text-decoration: none;
	text-align: left;
}
.gongying_nvs li a {
	color: #17387d;
	text-decoration: underline;
}
.gongying_nvs li a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.you1_nb {
	width:760px;
	float:left;
	padding:0px 12px 9px 12px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.you1_nb__1 {
	width:756px;
	height:338px;
	float:left;
	padding:0px 12px 10px 12px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.tukuangy {
	float: left ;
	height: 126px;
	width: 101px; 
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #0033FF;
	text-decoration: none;
	text-align: center;
	margin-left:19px;
	display:inline;	
}
.tukuangy img{
	width:101px;
	float:left;
	height:106px;
	border:1px solid #ccc;}
.tukuangy a {
	color: #999999;
	text-decoration:none;
	width: 101px; 
	line-height: 25px;
	float:left;
}
.tukuangy a:hover {
	color: #ff0000;
	text-decoration: underline;
	width: 101px; 
	line-height: 25px;
	float:left;
}
.ff {
	float: left;
	height: 139px;
	width: 250px;
}
.gongying_nvd {
	float: left;
	width: 355px;
	padding: 10px 0px 5px 7px;
	text-align:left; 
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #13397a;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	text-align:left;
}
.gongying_nvd ul {
	padding:0px;
	list-style-type: none;
	width: 358px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gongying_nvd ul li {

	width: 358px; 
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #13397a;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	text-align:left;
}
.gongying_nvd a {
	text-align:left;
	color: #13397a;
	text-decoration: underline;
}
.gongying_nvd a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.jinridaodu2 {
	width:783px;
	height:604px;
	float:left;
	padding-bottom:5px;
}
.jinridaodu2_1 {
	width:783px;
	float:left;
	padding-bottom:5px;
}
.you1_nb3 {
	width:785px;
	float:left;
	margin-top:10px;
}
.gongying_nv3 {
	float: left;
	height: auto;
	width: 365px;
	border:1px solid #e5e5e5;
	padding-left: 3px;
	padding-bottom: 5px;
	background-color:#f9f9f9;
}
.mkj {
	float: left;
	height: 180px;
	width: 246px;
	margin-top: 8px;
	margin-right: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.mkj h1 {
	font-size: 14px;
	font-weight: bold;
	color: #19387b;
	text-decoration: none;
	text-align: center;
	width: 242px;
	padding:0px;
	margin:0px;
	line-height: 25px;
}
.mkj h1 a {
	color: #19387b;
	text-decoration: none;
}
.mkj h1 a:hover {
	color: #ff0000;
	text-decoration: none;
}
.mkj h2 {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	width: 242px;
	padding:0px;
	margin:0px;
	line-height: 25px;
	font-weight: lighter;
}
.mkj h2 a {
	color: #999999;
	text-decoration: none;
}
.mkj h2 a:hover {
	color: #ff0000;
	text-decoration: none;
}
.mkj ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
	width: 242px;
	float: left;
}
.mkj ul li { 
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	text-align:left;
	color: #19387b;
	text-decoration: none;
}
.mkj ul li a {
	color: #19387b;
	text-decoration: underline;
}
.mkj ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.mkjy {
	float: right;
	height: 180px;
	width: 110px;
	margin-top: 8px;
}
.xly { 
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	clear: left;
	height: 155px;
	width: 110px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
}
.xly a {
	color: #CCCCCC;
	text-decoration: none;
}
.xly a:hover {
	color: #ff0000;
	text-decoration: none;
}
.mkjy ul {
	padding:0px;
	list-style-type: none;
	width: 110px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mkjy li { 
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-image: url(../../Images/Default/liebiao1.jpg);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	text-indent: 10px;
}
.mkjy li a {
	color: #19387b;
	text-decoration: none;
}
.mkjy li a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.youxi {
    width:780px;
	height:284px;
	float:left;
	margin-left:1px; display:inline;
	
}
.youxibiao {
    width:781px;
	height:28px;
	float:left;
	font-size: 12px;
	font-weight: lighter;
	line-height:25px;
	color: #999999;
	text-decoration: none;
	background-image: url(../../Images/Default/youxizhong.jpg);
	background-repeat: repeat-x;
}
.youxi1 {
    width:770px;
	height:284px;
	float:left;
	margin-left:1px;
	margin-top:5px;
}
.youxi1_op {
    width:770px;
	height:285px;
	float:left;
	margin-left:1px;
	margin-top:5px;
}
.youxibiao1 {
    width:770px;
	swidth:750px;

	height:28px;
	float:left;
	font-size: 12px;
	font-weight: lighter;
	line-height:25px;
	color: #999999;
	text-decoration: none;
	background-image: url(../../Images/Default/dfhu.jpg);
	background-repeat: repeat-x;
}
.youxizuob {
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	float: left;
	height: 28px;
	width: 100px;
	background-image: url(../../Images/Default/youxizuob.jpg);
	background-repeat: no-repeat;
	text-indent: 30px;
	text-align:left
}
.youxizuob a {
	color: #666666;
	text-decoration: none;
}
.youxizuob a:hover {
	color: #ff0000;
	text-decoration: none;
}

.youxiyoub {
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	float: right;
	height: 28px;
	width: 61px;
	background-image: url(../../Images/Default/youxiyoub.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
	text-align:left;
}
.youxiyoub a {
	color: #666666;
	text-decoration: none;
}
.youxiyoub a:hover {
	color: #ff0000;
	text-decoration: none;
}
.youxin {
    width:auto;
	height:245px;
	padding-top:11px;
	padding-left:2px;
	margin:0px;
	clear:both;
}

.youxin67 {
    width:767px;
	height:244px;
	padding-top:11px;
	padding-left:11px;
	margin-top:3px;
	clear:both;
	background:#f9f9f9;
	border:1px solid #e5e5e5
}

.youxin1 {
    width:auto;
	height:245px;
	padding-top:11px;
	padding-left:1px;
	margin-left:3px;
	clear:both;
}
.youxinn {
	width:120px;

	height:123px;
	float:left; 
	font-size: 12px;
	line-height: 30px;

	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	text-align: center;
	margin-right: 6px;
}
.youxinn a {
	color: #333333;
	text-decoration: none;
}
.youxinn a:hover {
	color: #ff0000;
	text-decoration: none;
}



.youxinn67 {
	width:120px;
	height:123px;
	float:left; 
	font-size: 12px;
	line-height: 30px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	text-align: center;
	margin-right: 7px;
}
.youxinn67 a {
	color: #333333;
	text-decoration: none;
}
.youxinn67 a:hover {
	color: #ff0000;
	text-decoration: none;
}



.youxinn {
	width:120px;
	height:123px;
	float:left; 
	font-size: 12px;
	line-height: 30px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	text-align: center;
	margin-right: 6px;
}
.youxinn a {
	color: #333333;
	text-decoration: none;
}
.youxinn a:hover {
	color: #ff0000;
	text-decoration: none;
}.youxinn12 {
	width:120px;
	height:123px;
	float:left; 
	font-size: 12px;
	line-height: 30px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.youxinn12 a {
	color: #333333;
	text-decoration: none;
}
.youxinn12 a:hover {
	color: #ff0000;
	text-decoration: none;
}


.youxinnn {
	width:120px;
	height:123px;
	float:left; 
	font-size: 12px;
	line-height: 30px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	text-align: center;
	margin-right: 8px;
}
.youxinnn a {
	color: #333333;
	text-decoration: none;
}
.youxinnn a:hover {
	color: #ff0000;
	text-decoration: none;
}
.youxinnn1 {
	width:120px;
	height:123px;
	float:left; 
	font-size: 12px;
	line-height: 30px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.youxinnn1 a {
	color: #333333;
	text-decoration: none;
}
.youxinnn1 a:hover {
	color: #ff0000;
	text-decoration: none;
}


.gongying_nv4q {
	float: left;
	height: 169px;
	width: 368px;
	border:1px solid #e5e5e5;
	background-color:#f9f9f9;
	padding: 0px;
	margin: 0px;
}
.gongying_nv4q_b {
	float: left;
	height: 27px;
	width: 365px;
	background-image: url(../../Images/Default/baikeb.jpg);
	background-repeat: no-repeat;
}
.baikebiao {
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: left;
	float: left;
	height: 27px;
	width: 50px;
	padding-left: 30px;
}
.baikebiao a {
	color: #666666;
	text-decoration: none;
}
.baikebiao a:hover {
	color: #ff0000;
	text-decoration: none;
}
.mkjvq {
	float: left;
	height: 138px;
	width: 366px;
}
.mkjvq ul {
	padding:0px;
	list-style-type: none;
	width: 250px;
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mkjvq ul li { 
	font-size: 14px;
	line-height: 25px;
	text-align:left;
	font-weight: normal;
	color: #19387b;
	text-decoration: none
}
.mkjvq ul li a {
	color: #19387b;
	text-decoration: underline;
}
.mkjvq ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.wt {
	width:110px;
	height:123px;
	float:left; 
	font-size: 12px;
	line-height: 20px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	margin-left: 5px;
}
.wt a {
	color: #999999;
	text-decoration: none;
}
.wt a:hover {
	color: #ff0000;
	text-decoration: none;
}
.gongying_nv4q_b1 {
	float: left;
	height: 27px;
	width: 365px;
	background-image: url(../../Images/Default/huangye.jpg);
	background-repeat: no-repeat;
}
.gongyingfg {
	float: left;
	height: auto;
	width: 370px;
	padding: 0px;
	margin:0px 15px 5px 0px;
}
.gongyingfg1 {
	float: left;
	height: 365;
	width: 370px;
	padding: 0px;
	margin:0px 0px 5px 0px;
}
.gongying_nv4d {
	float: left;
	height: 342px;
	width: 370px;
	border:1px solid #cccccc;
}
.gongying_nv4ds {
	float: left;
	height: 130px;
	width: 360px; 
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: left;
	padding: 5px;
}
.gongying_nv4ds p {
	float: left; 
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.gongying_nv4ds p a {
	color: #999999;
	text-decoration: none;
}
.gongying_nv4ds p a:hover {
	color: #ff0000;
	text-decoration: none;
}
.yout {
	margin-right: 5px;
	float: left;
}
.yout1 {
	height: 130px;
	width: 195px;
	float: left;
}
.gongying_nv4ddv {
	float: left;
	height: auto;
	width: 368px;
	border:1px solid #e5e5e5;
}
.gongying_nv4ddd {
	float: left;
	height: 330px;
	width: 368px;
	padding-bottom:5px;
	background-color:#f9f9f9;
}
.gongying_nv4ddd p {
	list-style-type: none;
	width: 351px;
	float: left;
	margin-left:5px;
	display:inline; 
	text-align:left;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #19387b;
	text-decoration: none;
}
.gongying_nv4ddd .mu  { color:#FF0000}
.gongying_nv4ddd .mu a{ color:#FF0000}

.gongying_nv4ddd .mu1  { color:#CC9900}
.gongying_nv4ddd .mu1 a{ color:#cc9900}

.gongying_nv4ddd p a {
    text-align:left;
	color: #19387b;
	text-decoration: underline;
}
.gongying_nv4ddd p a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.g_be {
	background-image: url(../../Images/Default/gongyingb.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 371px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 26px;
}
.g_be a {
	color: #000000;
	text-decoration: none;
}
.g_be a:hover {
	color: #ff0000;
	text-decoration: none;
}
.zuihou {
	width:958px;
	height:160px;
	float:left;
	border: 1px solid #aaccef;
}
.rrr1 {
	width:928px;
	height:25px;
	float:left;
	background-image: url(../../Images/Default/zuihou.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #aaccef;
	padding-left:30px;
}
#nma1 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	float: left;
	height: 25px;
	width: 150px;
	text-align: center;
}
#nma1 a {
	color: #0000FF;
	text-decoration: none;
}
#nma1 a:hover {
	color: #ff0000;
	text-decoration: none;
}
#nma2 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	float: left;
	height: 25px;
	width: 150px;
	text-align: center;
}
#nma2 a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#nma2 a:hover {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
#nma3 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	float: left;
	height: 25px;
	width: 150px;
	text-align: center;
}
#nma3 a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#nma3 a:hover {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
#nma4 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	float: left;
	height: 25px;
	width: 150px;
	text-align: center;
}
#nma4 a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#nma4 a:hover {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
.ooo1{
	float: left;
	height: 25px;
	width: 150px;
	background-color: #b7c5fd;
}
.ddr {
    width:960px;
	height:134px;
	float:left;
}
#nmb1 {
    width:960px;
	height:134px;
	float:left;
}
#nmb1 ul {
	padding:0px;
	list-style-type: none;
	width: 150px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nmb1 li { 
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 150px;
	padding-left:30px;
}
#nmb1 li a {
	color: #0066FF;
	text-decoration: none;
}
#nmb1 li a:hover {
	color: #ff0000;
	text-decoration: underline;
}




#nmb2 {
    width:960px;
	height:134px;

	float:left;
}
#nmb2 ul {
	padding:0px;
	list-style-type: none;

	width: 150px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nmb2 li { 
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 150px;
	padding-left:30px;
}
#nmb2 li a {
	color: #0066FF;
	text-decoration: none;
}
#nmb2 li a:hover {
	color: #ff0000;
	text-decoration: underline;
}



#nmb3 {
    width:960px;
	height:134px;
	float:left;
}
#nmb3 ul {
	padding:0px;
	list-style-type: none;
	width: 150px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nmb3 li { 
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 150px;
	padding-left:30px;
}
#nmb3 li a {
	color: #0066FF;
	text-decoration: none;
}
#nmb3 li a:hover {
	color: #ff0000;
	text-decoration: underline;
}




#nmb4 {
    width:960px;
	height:134px;
	float:left;
}
#nmb4 ul {
	padding:0px;
	list-style-type: none;
	width: 150px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nmb4 li { 
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 150px;
	padding-left:30px;
}
#nmb4 li a {
	color: #0066FF;
	text-decoration: none;
}
#nmb4 li a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#di1 {
	width: 960px;
	margin-top:15px;}
.tien { 
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 50px;
	width: 790px;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 30px;
	text-align: center;
}
.tien a {
	color: #000000;
	text-decoration: underline;
}
.tien a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.dz1435 {
	width: 960px;
	text-decoration: none;
	float:left; 
	font-size: 14px;
	font-weight: normal;
	color: #274fa7;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	line-height: 25px;
}
.dz1435 a{
	color: #274fa7;}
.dz14 {
	width: 960px;
	text-decoration: none;
	float:left; 
	font-size: 12px;
	font-weight: normal;
	color: #274fa7;
	text-align: center;
	line-height: 25px;
}
.dz14 a {
	text-decoration: none;
	color: #274fa7;
}
.dz14 a:hover {
	text-decoration: none;
	color: #274fa7;
}
.bt1{ float:left; width:958px;}
.bottom_1{float:left; width:960px;}
.bottom_1 ul{
	float:left;
	width:960px;
	background:url(../../Images/Default/afkk_03.jpg);
	height:26px;
	border:1px solid #aaccee;
	border-bottom:none;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.bottom_1 ul li{
	float:left;
	width:110px;
	line-height:24px;
	font-size: 14px;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.bottom_1 ul li a{
	color:#0000FF;
	width:65px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.bottom_1 ul li.last2 a{
	float:left;
	width:110px;
	height:26px;
	font-size:14px;
	font-weight:bold;
	background:#FFFFFF;
	border-right:1px solid #aaccef;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #0066FF;
	text-decoration: none;
}
.bottom_1 ul li.last3 a{
	float:left;
	width:110px;
	height:26px;
	font-size:14px;
	font-weight:bold;
	background:#FFFFFF;
	border-right:1px solid #aaccef;
	border-left:1px solid #aaccef;
	margin: 0px;
	padding: 0px;
	color: #0066FF;
	text-decoration: none;
}
.bt2{ float:left; width:960px; height:175px; border:1px solid #aaccee; border-top:none;}
.bt2 ul li{
	text-align:left;
	line-height:24px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.bt2 ul li a{
	float:left;
	width:120px;
	list-style-image: none;
	list-style-type: none;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	padding-left:10px;
	display:block;
}
.bt2 ul{
	float:left;
	width:960px;
	margin-top:5px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bt2_0830{ float:left; width:960px; border:1px solid #aaccee; border-top:none;}
.bt2_0830 ul li{
	text-align:left;
	line-height:24px;
	width:920px;
}
.bt2_0830 ul li a{
	float:left;
	width:120px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	padding-left:10px;
	display:block;
}
.bt2_0830 ul{
	float:left;
	width:960px;
	margin-top:5px;
}

.rightbiao {
	width:240px;
	height: 27px;
	float:right;
	margin-right: 6px;
	font-size: 12px;
	font-weight: lighter;
	margin-right: 16px;
	line-height: 26px;
	text-align: right;
}
.rightbiao a {
	text-decoration: none;
	color:#666666;
}
.rightbiao a:hover {
	text-decoration: none;
	color:#ff000000;
} 
.zuihoutuwen {
	width:340px;
	height:80px;
	margin-top: 3px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	clear:both;
}
.top3_3{ width:150px; height:140px; float:left;}
.top3_1_3{ width:22px; height:138px; float:right; margin-right:1px; display:inline;}
.top3_1_3 ul{ float:left;}
.top3_1_3 ul li{ width:18px; height:45px; float:left; margin-top:1px; background:url(../../Images/Default/sdg.jpg); padding-left:4px;}
.top3_1_3 ul li a{ width:18px; line-height:22px; float:left;}
.top3_1_3 ul .web1{ width:18px; height:45px; float:left; background:url(../../Images/Default/top3_05.gif);}
.top3_1_2{ width:127px; height:120px; float:left; margin-top:10px; margin-left:2px;}
.top3_1_2 ul{ float:left;}
.top3_1_2 ul li{ width:127px; height:20px; line-height:20px; float:left; text-align:left;}
.top5{ float:left; width:600px; margin-left:20px; display:inline;}
.top5_1{ float:left; width:600px; margin-top:8px;}
.top5_1 ul li{ text-align:left; float:left; margin-left:15px;} 
.top5_2{ float:left; margin-top:10px;}
.top7{ float:left; width:960px; margin-top:6px;}
.top7_1{ float:left; background:url(../../Images/Default/dsaf_03.jpg); width:8px; height:76px;}
.top7_2{ float:left; width:944px; height:76px; background:#e7e7e7}
.top7_3{ float:right; width:8px; height:76px; background:url(../../Images/Default/dsaf_04.jpg)} 
.top7_2_1{ float:left; margin-left:30px; display:inline; margin-top:10px; background:url(../../Images/Default/sdaf_03.jpg); width:195px; height:55px;}
.top7_2_1 iframe{ float:left; margin-left:15px; display:inline; margin-top:18px;}
.top7_2_2{ float:left; width:560px; margin-top:10px; margin-left:50px; display:inline}
.xin{ float:left; width:580px;}
.xin ul li{ float:left; line-height:24px; margin-left:5px; width:51px;}
.xin ul li a{}
.xin ul li.web2 a{ float:left; width:51px; height:24px; background:url(../../Images/Default/sdaf_06.jpg); color:#FFFFFF} 
.wen{ float:left; width:580px; margin-top:6px;}
.wen ul li{ float:left;}
.wen img{ float:left; margin-left:10px; margin-top:2px;}
.wen ul li input{ float:left; width:500px; height:24px;}
/**新加样式**/
.tsg ul{
	float:left;
	width:268px;
	background:url(../../Images/Default/saf_03.jpg);
	height:23px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tsg ul li{
	float:left;
	width:90px;
	line-height:23px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tsg ul li a{
	color:#004499;
	width:65px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.tsg ul li.last2 a{
	float:left;
	width:90px;
	height:23px;
	font-size:14px;
	font-weight:bold;
	background:#FFFFFF;
	border-right:1px solid #aaccef;
	margin: 0px;
	padding: 0px;
	color: #0066FF;
	text-decoration: none;
	display: block;
}
.tsg ul li.last3 a{
	float:left;
	width:90px;
	height:23px;
	font-size:14px;
	font-weight:bold;
	background:#FFFFFF;
	border-right:1px solid #aaccef;
	border-left:1px solid #aaccef;
	margin: 0px;
	padding: 0px;
	color: #0066FF;
	text-decoration: none;
	display: block;
}
/**新加样式**/
.zong{
width:960px; margin:0 auto}
.flashg{ margin:0 auto; width:960px; height:626px;}

.huoban {width:960px; float:left; margin-top:10px;}

.bottom_1 .geng{
	float:right;
	display:inline;
	width: 120px;
	margin-right: 8px;
	display:inline;
}
.bt1{ float:left; width:960px;}
.bottom_1{float:left; width:960px;}
.bottom_1 ul{
	float:left;
	width:960px;
	background:url(../../Images/Default/afkk_03.jpg);
	height:26px;
	border:1px solid #aaccee;
	border-bottom:none;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.bottom_1 ul li{
	float:left;
	width:110px;
	line-height:24px;
	font-size: 14px;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.bottom_1 ul li a{
	color:#0000FF;
	text-decoration: none;
}
.bottom_1 ul li.last2 a{
	color: #0066FF;
	text-decoration: none;
	display: block;
}
.bottom_1 ul li.last3 a{
	background:#FFFFFF;
	text-decoration: none;
}

.rightbiao {
	width:240px;
	height: 27px;
	float:right;
	margin-right: 6px;
	font-size: 12px;
	font-weight: lighter;
	margin-right: 16px;
	display:inline;
	line-height: 26px;
	text-align: right;
}
.rightbiao a {
	text-decoration: none;
	color:#666666;
}
.rightbiao a:hover {
	text-decoration: none;
	color:#ff000000;
} 
.zuihoutuwen {
	width:340px;
	height:80px;
	margin-top: 3px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	clear:both;
}
.tukuang12 {
	float: left;
	height: auto;
	width: 160px;
	padding-top: 4px;
	padding-left: 3px;
	margin-right: 3px;
	margin-bottom:3px;
}
.bibb {width:82px; height:20px; float:left;}
.bibb p {width:82px; color:#666666; font-size:10px; margin:3px 0px 0px 0px; padding:0px; line-height:15px;}
.bibb p a {color:#666666; text-decoration:none;}
.bibb p a:hover {color:#ff0000; text-decoration:none;}
.bibb h1 {width:82px; color:#03009a; font-size:12px; font-weight:bold; padding:0px; margin:3px 0px 0px 0px;}
.bibb h1 a {color:#03009a; text-decoration:none;}
.bibb h1 a:hover {color:#03009a; text-decoration:underline;}

.tukuang123 {
	float: left;
	height: auto;
	width: 70px;
	padding-top: 4px;
	padding-left: 3px; 
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #03009a;
	text-decoration: none;
	text-align: center;
	margin-right: 3px;
}
.tukuang123 a {
	color: #03009a;
	text-decoration: underline;
}
.tukuang123 a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/*幻灯样式*/
#ifocus { width:487px; height:252px; border:1px solid #DEDEDE; background:#F8F8F8; }
	#ifocus_pic { display:inline; position:relative; float:left; width:373px; height:227px; overflow:hidden; margin:10px 0 0 10px; }
		#ifocus_piclist { position:absolute; }
		#ifocus_piclist li { width:373px; height:227px; overflow:hidden; }
		#ifocus_piclist img { width:373px; height:227px;  }
	#ifocus_btn { display:inline; float:right; width:91px; margin:9px 9px 0 0; }
		#ifocus_btn li { width:91px; height:56px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
		#ifocus_btn img { width:75px; height:44px; margin:7px 0 0 11px;  }
		#ifocus_btn .current { background: url(../../Images/Default/ifocus_btn_bg.gif) no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
	#ifocus_opdiv { position:absolute; left:0; bottom:0; width:373px; height:35px; background:#000; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
	#ifocus_tx { position:absolute; left:8px; bottom:8px; color:#FFF; }
		#ifocus_tx .normal { display:none; }
	#ifocus_tx ul li a{color:#FFFFFF;}
	#ifocus_tx ul li a:hover{color:red;}



.zxzx{ float:left; width:160px; margin-left:3px; display:inline; margin-top:0px; padding-top:0px;}
.zxzx ul li{ float:left; width:160px; text-align:left; font-size:14px; font-weight:bold; color:#004b82; border-bottom:1px solid #CCCCCC;}
.zxzx ul li a{ color:#004b82;}


.tou {width:960px; height:154px; float:left;}
.header {width:100%; height:25px; border:1px solid #e6e6e6; border-left:none; border-right:none; background-color:#f8f8f8; float:left;}
.top_b {width:960px; height:25px; margin:0 auto;}
.top_b ul li {height:25px; float:left; font-size:12px; color:#a1a0a0; line-height:25px; padding-right:5px;}
.top_b ul li a{ color:#a1a0a0; text-decoration:none;}
.top_b ul li a:hover {color:#a1a0a0; text-decoration:underline;}
.top_b .shu {width:83px; height:15px; float:left; font-size:12px; color:#000000; line-height:15px; margin-right:5px; margin-top:3px;}
.top_b ul li img {border:0px; float:left; margin-top:3px;}
.top_b .right {height:25px; float:right; font-size:12px; color:#a1a0a0; line-height:25px; margin-right:10px;}
.top_b .right a{ color:#a1a0a0; text-decoration:none;}
.top_b .right a:hover {color:#a1a0a0; text-decoration:underline;}
.right_01{height:25px; float:right; font-size:12px; color:#a1a0a0; line-height:25px; padding-right:10px;}
.right_01 a{ color:#a1a0a0; text-decoration:none;}
.top_b ul li input{ border:1px solid #CCCCCC}

.logo_b {width:950px; height:56px; float:left;}
.left {float:left; margin-right:5px; margin-bottom:5px;}
.logo_b ul li {height:53px; float:left; color:#000000; font-size:12px; line-height:47px; text-align:left; margin-left:10px; padding-top:5px; }
.logo_b ul li img {border:0px; float:left; margin-top:7px;}
.logo_b ul li a {color:#000000; text-decoration:none;}
.logo_b ul li a:hover {color:#ff0000; text-decoration:none;}
.right_1 {height:56px; float:right; font-size:12px; color:#FFFFFF; line-height:32px; }
.right_1 ul li {height:45px; float:left; font-size:12px; color:#000000; margin:10px 5px 0px 0px; padding:0px;}
.right_1 ul li img {border:0px; float:left; margin-top:7px;}
.right_1 .ssd {width:198px; height:22px; float:left; margin-top:7px; border:1px solid #b5b4b8; padding-left:3px; padding-right:3px; line-height:22px; font-size:12px;}



.sousuo1{
float:left;
width:200px;
height:63px;
background-repeat: no-repeat;
background-position: right;
line-height:24px;
color:#333399;
padding-left:8px;
text-align:left;}
.sousuo1 h1{ float:left;padding-top:12px;}
.sousuo1 h2{ float:left; margin-left:15px; display:inline}
.sousuo2{ 
width:515px;
float:left;
height:24px;
padding-left:20px;
margin-top:14px;
text-align:left;}
.sousuo2 ul li{
float:left; line-height:20px;
height:22px;}
.sousuoaa{
width:418px;
float:left;
height:20px;
border:1px solid #3884c5;
border-left:none;}
.sousuo2 ul li.tanyiba{
width:55px;
float:right;
height:22px;}
.sousuo3{
width:515px; 
float:left;
height:35px;
padding-left:20px;}
.sousuo3 ul li{
width:515px;
float:left;
line-height:35px;
height:35px;}
.sousuo3 ul li a{
color:#fff;
padding-right:12px;}
.sousuo3 ul li a:hover{
text-decoration:underline;}
.diqiu{ width:185px;
float:left;
padding-left:25px;
height:75px;}
.diqiu img{
width:185px;
float:left;
height:75px;}
.sousuo4{ width:535px;
float:left;}






/**补充js**/
.zg{ float:left; width:280px; border:1px solid #e6e6e6;}
.zg ul li{ float:left; line-height:27px; height:27px; font-size:14px; border-right:1px solid #CCCCCC; padding:0 8px;}
.zg ul li.zui{ width:75px; float:left; padding:0 8px; background:url(../../Images/Default/wada_03.gif) 1px;}
.zg ul li.zui2{ float:left; padding:0 8px; background:url(../../Images/Default/wada_03.gif) 1px; width:110px;}
.zg ul li.zui1{ width:75px; float:left; padding:0 8px; background:none;}
.zg ul li img{ width:10px; float:left; height:9px; margin-top:8px;}


/**黄金链-10-09-28**/
.huangjin{
	width:950px;
	margin-top:10px;
	float:left;
	color:#0000FF;
	border-top:2px solid #bfbfbf;
	background:#eeeeee;
	line-height:27px;
	padding-left:10px;
	text-align:left;}
.huangjin a{ padding:0 10px;}



.buxia{
	border-bottom:0px;
	padding-bottom:0px;}
.yun{
	height:165px;}