@import "css/global.css";
@import "css/slide.css";

.container{
	background-color:#fff;
}
.footer{
	background-color:#fff;
	width:950px!important;
	padding:0px!important;
	margin:0 auto;
	border:10px solid #fff;
	line-height:21px;

}
.header{
	display:fixed;
}
.header .top{
	height:28px;
	background-color: #f3f3f3;
	border: 1px solid #e2e2e2;
	color:#717171;
	font-size:12px;
	padding:0 10px;
}
.header .top .login, .header .top .search{
	float:left;
	height:28px;
	line-height:28px;
}

#searchSubmit{
	position: relative;
	left: 0px;
	top: 4px;
}
{
	position: relative;
	left: 0px;
	top: 15px;
}
.header .top .inp{
	height:15px;
	width:98px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin:5px 5px 6px 0;
	vertical-align:middle;
}
.header .top .qlink{
	float:right;
	height:28px;
	line-height:28px;
	vertical-align:middle;
}
.header .top a{
	color:#717171;
	vertical-align:middle;
}
.header .top a:link, .header .top a:hover, .header .top a:visited{
	color:#717171;
}
.header .top .login a{
	padding:0 30px 0 10px;
	vertical-align:middle;
}
.header .logo{
	margin:15px 0 15px 0px;
	width:200px;
}
.header .login .img{
	position: relative;
	left: 0px;
	top: 5px;
}

.nav{
	clear:both;
	float:right;
	padding:10px 10px 0 0;

}
.nav ul{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	line-height:24px;
	width:136px;
	background-image: url(images/bg_menu-line.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	display:inline;
}
.nav ul.no-rightline{
	background-image: none!important;
}
.nav ul li{
	float:left;

}
.nav ul li a{
	text-align:center;
	font-size:12px;
	width:68px;
	display:inline-block;
}
.nav ul li a:link, .nav ul li a:visited, .nav ul li a:hover{
	color:#2b2b2b;
}
.nav ul li a.pd{
	font-weight:bold!important;
}
.boxgroup1, .boxgroup2, .boxgroup3, .boxgroup4{
	clear:both;
	margin:8px 0;
}
.boxgroup1 .leftboxs{
	width:265px;
	float:left;
	overflow:hidden;
}
.boxgroup1 .middleboxs{
	width:375px;
	float:left;
	padding:0 13px;
	overflow:hidden;
}
.boxgroup1 .rightboxs{
	width:284px;
	float:left;
	overflow:hidden;
}
.boxgroup1 .leftboxs .box{
	background-color:#f2f5f9;
	border: 1px solid #e6e6e6;	
}
.boxgroup1 .leftboxs .box-rd{
	height:240px;	
	margin-bottom:13px;
}

.boxgroup1 .leftboxs .box h3{
	color:#000;
	font-size:14px;
	padding:0 0 0 10px;
	margin:0;
	background-image: url(images/bg_menu-left.gif);
	background-repeat: repeat-x;
	line-height:26px;
	height:26px;
	font-weight:normal;
}
.boxgroup1 .leftboxs .box-zt, .boxgroup1 .leftboxs .box-bs{
	border-bottom-style: none;
}

.boxgroup1 .leftboxs .box h3 a:link{
	padding-left:10px;
	color:#000;
}
.boxgroup1 .leftboxs .box h3 a:visited, .boxgroup1 .leftboxs .box h3 a:hover{
	color:#000;
}
.boxgroup1 .leftboxs .box-zt .content{
	padding:10px 10px 10px 10px;
	line-height:24px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#fff;
} 
.boxgroup1 .leftboxs .box-zt .content .zhongdian{
	font-family:"simhei";
	font-weight:normal;
	font-size:16px;
}
.boxgroup1 .leftboxs .box-zt .content span{
	display:block;
	padding:2px 0;
} 

.boxgroup1 .leftboxs .box-zt .content a{
	color:#000;
} 
.boxgroup1 .leftboxs .box-zt a{
	color:#333;
}
.boxgroup1 .leftboxs .box-zt a:link, .boxgroup1 .leftboxs .box-zt a:visited{
	color:#333;
}
.boxgroup1 .leftboxs .box-zt a:hover{
	color:#333;
	text-decoration: underline;
}
.boxgroup1 .leftboxs .box-zt .bottom{
	clear:both;
	padding:10px;
	line-height:21px;
}
.boxgroup1 .leftboxs .box-zt .bottom ul{
	padding:0;
	margin:0;
	list-style:none;
}
.boxgroup1 .leftboxs .box-bs .content{
	padding:10px 5px;
	display:fixed;
}
.boxgroup1 .leftboxs .box-bs ul{
	padding:0;
	margin:0;
	list-style:none;
}
.boxgroup1 .leftboxs .box-bs ul li{
	float:left;
	width:125px;
	height:38px;
	line-height:38px;
	background-image: url(images/btn_bg-banshi.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size:13px;
	color:#003396;
	margin:2px 0;
}
.boxgroup1 .leftboxs .box-bs ul li a{
	padding:0 0 0 15px;
	color:#003396;
}
.boxgroup1 .leftboxs .box-cz .content{
	padding:10px 20px;
	color:#666;
}
.boxgroup1 .leftboxs .box-cz table{
	padding-top:7px;
}
.boxgroup1 .leftboxs .box-cz .content .b{
	font-weight:bold;
	color:#333;
}
.boxgroup1 .leftboxs .box-cz span{
	display:inline-block;
	width:105px;
	text-align:left;
}
.boxgroup1 .leftboxs .box-cz .inp{
	height:20px;
	width:148px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin:5px 5px 6px 0;
	
}
.boxgroup1 .middleboxs .box-tt .top{
	margin-bottom:3px;
}

.boxgroup1 .middleboxs .box-tt .top p{
	position:relative;
}
.boxgroup1 .middleboxs .box-tt .top  .a-right {
	position: absolute;
	left: 312px;
}

/*
.boxgroup1 .middleboxs .box-tt .top h3{
	font-size:28px;
	line-height:28px;
	font-family:"simhei";
	width:370px;
	overflow: hidden;	
	font-weight:bold;
	padding:0;
	margin:0;
	text-align:center;
}
.boxgroup1 .middleboxs .box-tt .top h3 a{
	color:#ff0000!important;
}

*/

.boxgroup1 .middleboxs .box-tt .top h3{
	font-size:18px;
	font-family:"simhei";
	width:370px;
	overflow: hidden;	
	font-weight:normal;
	padding:0;
	margin:0;
	text-align:center;
}
.boxgroup1 .middleboxs .box-tt .top h3 a{
	color:#a61f24!important;
}





.boxgroup1 .middleboxs .box-tt .top p{
	color:#808080;
}
.boxgroup1 .middleboxs .box-tt .top a{
	color:#333;
	padding-left:5px;
}
.boxgroup1 .middleboxs .box-tt .top p a:link, .boxgroup1 .middleboxs .box-tt .top p a:visited{
	color:#333;
}
.boxgroup1 .middleboxs .box-tt .top p a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup1 .middleboxs .box-tt .content ul{
	padding:0;
	margin:0;
	list-style:none;
}
.boxgroup1 .middleboxs .box-tt .content ul li{
	font-size:14px;
	color:#003396;
	line-height:26px;
	background-image: url(images/icon_dot-blue.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
.boxgroup1 .middleboxs .box-tt .content ul li a{
	color:#003396;
}
.boxgroup1 .middleboxs .box-tt .content ul li.no-quxian a{
	padding-left:10px;
}
.boxgroup1 .middleboxs .box-tt .content ul li a:link, .boxgroup1 .middleboxs .box-tt .content ul li a:visited{
	color:#003396;
}
.boxgroup1 .middleboxs .box-tt .content ul li a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}

.boxgroup1 .middleboxs .box-tt .content h2{
	color:#666666;
	font-size:13px;
	font-weight:bold;
	padding:0;
	margin:10px 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
.boxgroup1 .middleboxs .box-tt .content h2 a:link, .boxgroup1 .middleboxs .box-tt .content h2 a:visited{
	color:#666;
	font-size:12px;
}
.boxgroup1 .middleboxs .box-tt .content h2 a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}

.boxgroup1 .middleboxs .box-tt .content h2 span{
	color:#333!important;
	float:right;
	font-weight:normal;
}

.boxgroup1 .middleboxs .box-tt .content ul li span{
	color:#333;
}
.boxgroup1 .middleboxs .box-tt .content ul li a{
	padding-left:8px;
}
.boxgroup1 .middleboxs .box-tt .content ul li span a{
	color:#333!important;

}
.boxgroup1 .middleboxs .box-tt .content ul li span a:link, .boxgroup1 .middleboxs .box-tt .content ul li span a:visited{
	color:#333!important;
}
.boxgroup1 .middleboxs .box-tt .content ul li span a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup1 .rightboxs .box{
	border: 1px solid #c1d3db;
}

.boxgroup1 .rightboxs .box-tz{
	min-height:420px; 
    height:auto !important; 
	height:420px;
}
.boxgroup1 .rightboxs .box-tz .top{
	padding:0 10px;
	background-image: url(images/bg_menu-tongzhi.gif);
	background-repeat: repeat-x;
	color:#fff;
	line-height:26px;
	font-size:16px;
	font-family:"simhei";
	font-weight:normal;
}
.boxgroup1 .rightboxs .box-tz .top span{
	float:right;
	line-height:12px;
	padding:7px 0;
	font-size:12px!important;
	font-family:"simsun"!important;
	color:#fff;
}

.boxgroup1 .rightboxs .box-tz .top a:link, .boxgroup1 .rightboxs .box-tz .top a:visited, .boxgroup1 .rightboxs .box-tz .top a:hover{
	color:#fff;
}
.boxgroup1 .rightboxs .box-tz .content{
	padding:5px;
	line-height:21px!important;
}
.boxgroup1 .rightboxs .box-tz .content .imp ul{
	padding:0;
	margin:0;
	list-style:none;
}
.boxgroup1 .rightboxs .box-tz .content .imp ul li{
	background-position: 0 3px;
	background-image: url(images/icon_bell-small.png);
	background-repeat: no-repeat;
}
.boxgroup1 .rightboxs .box-tz .content .imp ul li a:link, .boxgroup1 .rightboxs .box-tz .content .imp ul li a:visited{
	color:#ff0000;
	padding:0 0 0 15px;
}
.boxgroup1 .rightboxs .box-tz .content .imp ul li a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup1 .rightboxs .box-tz .content .list ul{
	padding:0;
	margin:0 0 0 35px;
	list-style:none;
}
.boxgroup1 .rightboxs .box-tz .content .list ul li{
	color:#808080;
	text-indent: -35px;
	padding:3px 0;
}
.boxgroup1 .rightboxs .box-tz .content .list ul li a:link, .boxgroup1 .rightboxs .box-tz .content .list ul li a:visited{
	color:#003396;
	padding-left:5px;
}
.boxgroup1 .rightboxs .box-tz .content .list ul li a:hover{
	color:#cc0000;
	text-decoration: underline;
}
.boxgroup1 .rightboxs .box-tz .content .more{
	text-align:center;
}
.boxgroup1 .rightboxs .box-tz .content .more a:link, .boxgroup1 .rightboxs .box-tz .content .more a:visited{
	color:#666666;
}
.boxgroup1 .rightboxs .box-tz .content .more a:hover{
	color:#cc0000;
	text-decoration: underline;
}
.boxgroup1 .rightboxs .box-tz .content .list .title{
	clear:both;
	line-height:21px;
	color:#333;
	background-image: url(images/bg_tongzhi-line.gif);
	background-repeat: repeat-x;
	background-position: left center;
	text-align:center;
	display:block;
	margin-left:-35px;
}
.boxgroup1 .rightboxs .box-tz .content .list .title span{
	padding:0 10px;
	background-color: #FFFFFF;
}

.boxgroup1 .rightboxs .box-tp{
	margin-top:13px;
	height: 530px;
	overflow: hidden;
}
.boxgroup1 .rightboxs .box-tp .top{
	padding:0 10px;
	background-image: url(images/bg_menu-right.gif);
	background-repeat: repeat-x;
	color:#333333;
	line-height:26px;
	font-size:16px;
	font-family:"simhei";
	font-weight:normal;
}
/*
.boxgroup1 .rightboxs .box-tp ul{
	padding:0;
	margin:0;
	list-style:none;
	line-height:20px;
}
.boxgroup1 .rightboxs .box-tp ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	padding:10px;
	height:52px;
	clear:right;
}
.boxgroup1 .rightboxs .box-tp .current{
	height:115px!important;
	background-color:#f6f6f6;
}
.boxgroup1 .rightboxs .box-tp .right{
	float:right;
	width:165px;
	color:#808080;
}
.boxgroup1 .rightboxs .box-tp .right a{
	color:#003396;
}
.boxgroup1 .rightboxs .box-tp .right a:link, .boxgroup1 .rightboxs .box-tp .right a:visited{
	color:#003396;
}
.boxgroup1 .rightboxs .box-tp .right a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
*/

.boxgroup1 .rightboxs .box-tp .current{
	height:130px!important;
	background-color:#f6f6f6;
}

.boxgroup1 .rightboxs .box-tp .column{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
	
.boxgroup1 .rightboxs .box-tp .conB{
	height: 130px; 
	overflow: hidden; 
	display: block;
}
		
.boxgroup1 .rightboxs .box-tp .right{
	float:right;
	width:165px;
	color:#808080;
}

.boxgroup1 .rightboxs .box-tp a img{
	float:left;	
	width:85px;
}
.boxgroup1 .rightboxs .box-tp .right a{
	color:#003396;
}
.boxgroup1 .rightboxs .box-tp .right a:link, .boxgroup1 .rightboxs .box-tp .right a:visited{
	color:#003396;
}
.boxgroup1 .rightboxs .box-tp .right a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}

.boxgroup2 .leftboxs, .boxgroup3 .leftboxs, .boxgroup4 .leftboxs{
	width:182px;
	float:left;
	background-color: #f2f5f9;
	border: 1px solid #e6e6e6;
	overflow:hidden;
}
.boxgroup2 .rightboxs{
	width:750px;
	float:left;
	margin-left:14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cce5ce;
	border-bottom-color: #cce5ce;
	border-left-color: #cce5ce;
	overflow:hidden;
}
.boxgroup3 .rightboxs{
	width:750px;
	float:left;
	margin-left:14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffb2b2;
	border-bottom-color: #ffb2b2;
	border-left-color: #ffb2b2;
	overflow:hidden;
}
.boxgroup2 .leftboxs h3, .boxgroup3 .leftboxs h3, .boxgroup4 .leftboxs h3, .boxgroup4 .rightboxs h3{
	color:#000;
	font-size:14px;
	padding:0 0 0 10px;
	margin:0;
	background-image: url(images/bg_menu-left.gif);
	background-repeat: repeat-x;
	line-height:26px;
	height:26px;
	font-weight:normal;
}
.boxgroup3 .leftboxs{
	overflow:hidden;
}
.boxgroup3 .leftboxs .content{
	padding:5px 10px 10px 10px;
}
.boxgroup3 .leftboxs .box-lxwk h3{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6; 
}
.boxgroup3 .leftboxs .box-shls{
	color:#808080;
	height:343px;
	overflow:hidden;
}
.boxgroup3 .leftboxs .box-shls ul{
	padding:0;
	margin:0;
	list-style:none;
}
.boxgroup3 .leftboxs .box-shls h3 span{
	font-size:12px;
	float:right;
	padding-right:10px;
}
.boxgroup3 .leftboxs .tu{
	text-align:center;
	margin:10px 0 10px 0;
}
.boxgroup3 .leftboxs .box-lxwk{
	height:343px;
	overflow:hidden;
}
.boxgroup3 .leftboxs .box-lxwk h3{
	clear:both;
}
.boxgroup3 .leftboxs .box-lxwk ul{
	padding:0;
	margin:0;
	list-style:none;
}
.boxgroup3 .leftboxs .box-lxwk ul li{
	background-image: url(images/icon_dot-blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
}

.boxgroup4 .leftboxs .box-lxgz h3{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6; 
}
.boxgroup2 .leftboxs a, .boxgroup3 .leftboxs a, .boxgroup4 .leftboxs a, .boxgroup4 .rightboxs a{
	color:#333;
}
.boxgroup2 .leftboxs a:link, .boxgroup2 .leftboxs a:visited{
	color:#333;
}
.boxgroup2 .leftboxs a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup3 .leftboxs a:link, .boxgroup3 .leftboxs a:visited{
	color:#333;
}
.boxgroup3 .leftboxs a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup4 .leftboxs a:link, .boxgroup4 .leftboxs a:visited{
	color:#333;
}
.boxgroup4 .leftboxs a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup4 .rightboxs a:link, .boxgroup4 .rightboxs a:visited{
	color:#333;
}
.boxgroup4 .rightboxs a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup2 .leftboxs .box-ywlist .content{
	padding:5px 10px 15px 10px;
}
.boxgroup2 .leftboxs .box-ywlist .content ul{
	padding:0;
	margin:0;
	list-style:none;
	line-height:25px;
}
.boxgroup2 .leftboxs .box-ywlist .page, .boxgroup4 .rightboxs .box-lswz .page{
	text-align:center;
	height:16px;
	line-height:16px;
	margin:5px;
}

.box-lswz ul {
	line-height:25px;	
}

.boxgroup2 .leftboxs .box-ywlist .page a, .boxgroup4 .rightboxs .box-lswz .page a{
	margin:0 5px;
}
.boxgroup2 .leftboxs .box-ktxx .top{
	background-image:url(images/pic_kaiting.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:118px;
}
.boxgroup2 .leftboxs .box-ktxx .top h2{
	color:#e4934f;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	font-family:"simhei";
	padding:72px 0 0 0;
	margin:0;

}
.boxgroup2 .leftboxs .box-ktxx .top p{
	color:#808080;
	text-align:center;
	font-size:12px;
	line-height:21px;
	margin-bottom:20px;
}
.boxgroup2 .leftboxs .box-ktxx .content{
	padding:10px;
	color:#333;
	margin-bottom:4px;
}
.boxgroup2 .leftboxs .box-ktxx .inp,  .boxgroup2 .leftboxs .box-ktxx select{
	background-color:#fff;
	border: 1px solid #ccc;	
	width:103px;
	height:19px;

}
.boxgroup2 .leftboxs .box-ktxx .content td{
	padding:1px 0;
}

.boxgroup2 .rightboxs .box, .boxgroup3 .rightboxs .box{
	width:375px;
	float:left;
}
.boxgroup2 .rightboxs .box .top{
	color:#333;
	background-image: url(images/bg_menu-green.gif);
	background-repeat: repeat-x;
	height:30px;
}
.boxgroup2 .rightboxs .top h3, .boxgroup3 .rightboxs .top h3, .boxgroup4 .middleboxs .top h3{
	margin:0;
	padding:0 0 0 10px;
	font-size:16px;
	font-weight:normal;
	font-family:"simhei";
	line-height:30px;
}
.boxgroup2 .rightboxs .top span, .boxgroup3 .rightboxs .top span, .boxgroup4 .middleboxs .top span{
	float:right;
}
.boxgroup2 .rightboxs .top a, .boxgroup3 .rightboxs .top a, .boxgroup4 .middleboxs .top a{
	color:#333;
	font-size:12px;
	font-weight:normal;
	font-family:"simsun";
	padding-right:10px;
	padding-left:20px;
}
.boxgroup2 .rightboxs .top a:link, .boxgroup2 .rightboxs .top a:visited{
	color:#333;
}
.boxgroup2 .rightboxs .top a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}

.boxgroup3 .rightboxs .top a:link, .boxgroup3 .rightboxs .top a:visited{
	color:#333;
}
.boxgroup3 .rightboxs .top a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup4 .middletboxs .top a:link, .boxgroup4 .middletboxs .top a:visited{
	color:#333;
}
.boxgroup4 .middleboxs .top a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}

.boxgroup2 .rightboxs .box-dt .content, .boxgroup2 .rightboxs .box-fz .content{
	padding:14px 15px 7px 15px;
}
.boxgroup2 .rightboxs .box-yj .content, .boxgroup2 .rightboxs .box-al .content, .boxgroup2 .rightboxs .box-yw .content, .boxgroup2 .rightboxs .box-zy .content{
	padding:4px 15px 7px 15px;
}

.boxgroup3 .rightboxs .box-wy .content, .boxgroup3 .rightboxs .box-rw .content{
	padding:14px 15px 8px 15px;
}
.boxgroup3 .rightboxs .box-flts .content, .boxgroup3 .rightboxs .box-sysl .content{
	padding:15px 15px 5px 10px;
}


.boxgroup2 .rightboxs .content .left, .boxgroup3 .rightboxs .content .left{
	float:left;
	width:130px;
}
.boxgroup2 .rightboxs .content .right, .boxgroup3 .rightboxs .content .right{
	float:right;
	width:215px;
}
.boxgroup2 .rightboxs .content .right img, .boxgroup3 .rightboxs .content .right img{
	width:120px;
	height:80px;
	margin-right:5px;
}
.boxgroup2 .rightboxs .content .title{
	color:#333;
	font-size:14px;
}
.boxgroup3 .rightboxs .content .title{
	color:#000;
	font-size:13px;
	font-weight:normal;
}
.boxgroup2 .rightboxs .content .note, .boxgroup3 .rightboxs .content .note{
	color:#808080;
	font-size:12px;
}
.boxgroup2 .rightboxs .content a, .boxgroup3 .rightboxs .content a{
	color:#003396;
}
.boxgroup2 .rightboxs .content a:link, .boxgroup2 .rightboxs .content a:visited{
	color:#003396;
}
.boxgroup2 .rightboxs .content a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup3 .rightboxs .content a:link, .boxgroup3 .rightboxs .content a:visited{
	color:#003396;
}
.boxgroup3 .rightboxs .content a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup2 .rightboxs .content ul{
	clear:both;
	margin:0;
	padding:5px 0 0 0;
	list-style:none;
}
.boxgroup2 .rightboxs .content ul li{
	clear:both;
	font-size:14px;
	line-height:29px;
}
/*.boxgroup2 .rightboxs .content ul li a{
	padding-right:25px;
}
.boxgroup2 .rightboxs li a.new{
	background-image: url(images/icon_new.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxgroup2 .rightboxs .content ul li a{
	float:left;
}
*/
.boxgroup2 .rightboxs .box-dt .content ul li, .boxgroup2 .rightboxs .box-fz .content ul li{
	background-image: url(images/icon_dot-blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
}
.boxgroup2 .rightboxs .content ul li span{
	color:#808080;
}
.boxgroup2 .rightboxs .content ul li span a{
	color:#808080;
}
.boxgroup2 .rightboxs .content ul li span a:link, .boxgroup2 .rightboxs .content ul li span a:visited{
	color:#808080;
}
.boxgroup2 .rightboxs .content ul li span a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup2 .rightboxs .box-dt{
	background-image: url(images/bg_xu-line.gif);
	background-repeat: no-repeat;
	background-position: right 45px;
}
.boxgroup2 .rightboxs .box-yj, .boxgroup2 .rightboxs .box-al{
	background-image: url(images/bg_xu-line-s.gif);
	background-repeat: no-repeat;
	background-position: right 50px;
}

.boxgroup3 .rightboxs .box .top{
	color:#333;
	background-image: url(images/bg_menu-pink.gif);
	background-repeat: repeat-x;
	height:30px;
}
.boxgroup3 .rightboxs .box-wy .kong{
	padding:10px 0;
}
.boxgroup3 .rightboxs .content .note a{
	padding-left:5px;
	text-align:right;
}
.boxgroup3 .rightboxs .content ul{
	clear:both;
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
}
.boxgroup3 .rightboxs .content ul li{
	font-size:14px;
	line-height:27px;
}
.boxgroup3 .rightboxs .box-flts .content ul li{
	background-image: url(images/icon_dot-blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
}
.boxgroup3 .rightboxs .box-flts .content ul li span{
	color:#808080;
	font-size:12px;
	padding-left:5px;
        display:inline-block;
        width:50px;
}
.boxgroup3 .rightboxs .content ul li span{
	color:#333;
	width:35px;
	display:inline-block;
	line-height:27px;
}
.boxgroup3 .rightboxs .content ul li span a{
	color:#333;
	line-height:27px;
}
.boxgroup3 .rightboxs .content ul li span a:link, .boxgroup3 .rightboxs .content ul li span a:visited{
	color:#333;
}
.boxgroup3 .rightboxs .content ul li span a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup3 .rightboxs .box-sysl ul li{
	float:left;
	display:block;
	width:158px;
	height:auto;
	font-size:12px;
	text-align:center;
	line-height:17px;
}
.boxgroup3 .rightboxs .box-sysl ul li.kong{
	margin:0px 20px 0px 0px ;
}
.boxgroup3 .rightboxs .box-sysl ul li a{
	color:#003396;
}
.boxgroup3 .rightboxs .box-sysl ul li img{
	width:146px;
	height:96px;
	border: 1px solid #ccc;	
	padding:4px;
	margin-bottom:4px;
}

.boxgroup3 .rightboxs .box-wy, .boxgroup3 .rightboxs .box-flts{
	background-image: url(images/bg_xu-line-l.gif);
	background-repeat: no-repeat;
	background-position: right 50px;
}
.boxgroup4 .leftboxs, .boxgroup4 .middleboxs, .boxgroup4 .rightboxs{
	height:500px;
}
.boxgroup4 .leftboxs .content, .boxgroup4 .rightboxs .content{
	padding:5px 10px 10px 10px;
}
.boxgroup4 .leftboxs .content ul, .boxgroup4 .rightboxs .content ul{
	padding:0;
	margin:0;
	list-style:none;
}
.boxgroup4 .leftboxs .content ul li, .boxgroup4 .rightboxs .content ul li{
	background-image: url(images/icon_dot-black.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left:8px;
}

.boxgroup4 .middleboxs{
	width:554px;
	float:left;
	margin:0 13px;
	border: 1px solid #ffdcb3;
	overflow:hidden;
}
.boxgroup4 .middleboxs .box .top{
	color:#333;
	background-image: url(images/bg_menu-orange.gif);
	background-repeat: repeat-x;
	height:25px;
	line-height:25px;
}

.boxgroup4 .rightboxs{
	width:182px;
	float:right;
	background-color: #f2f5f9;
	border: 1px solid #e6e6e6;
	overflow:hidden;
}

.boxgroup4 .rightboxs .tu{
	width:138px;
	height:118px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align:center;
	margin: 0 0 5px 12px;
	padding-bottom: 6px;
}
.boxgroup4 .rightboxs .tu a:link, .boxgroup4 .rightboxs .tu a:visited, .boxgroup4 .rightboxs .tu a:hover{
	color:#333;
}
.boxgroup4 .rightboxs .tu a{
	margin-top:10px;
}

.boxgroup4 .middleboxs .content{
	padding:0 10px 10px 10px;
}
.boxgroup4 .middleboxs .content ul{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
.boxgroup4 .middleboxs .content ul li{
	clear:both;
	font-size:14px;
	color:#003396;
	display:block;
	line-height:30px;
}
.boxgroup4 .middleboxs .content ul li a:link, .boxgroup4 .middleboxs .content ul li a:visited{
	float:left;
	color:#003396;
	font-size:14px;
	line-height:30px;
	display:inline-block;
	background-image: url(images/bg_xu-line-h.gif);
	background-repeat: repeat-x;
	background-position: left 29px;
}
.boxgroup4 .middleboxs .content ul li a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}
.boxgroup4 .middleboxs .content ul li span{
	float:right;
	font-size:12px;
	color:#808080;
	text-align:right;
	background-image: url(images/bg_xu-line-h.gif);
	background-repeat: repeat-x;
	background-position: left 29px;
	padding-left:5px;
}
.boxgroup4 .middleboxs .content a.gongsi{
	width:235px;
}
.boxgroup4 .middleboxs .content a.zhiwei{
	width:262px;
}
.boxgroup5{
	color:#333;
	border: 1px solid #e6e6e6;
	margin-top:25px;
	padding:10px;
}
.boxgroup5 dl{
	float:left;
	margin:0 20px;
	display:inline;
	width:140px;
}
.boxgroup5 dt{
	padding-left:15px;
	color:#333;
	font-size:16px;
	font-family:"simhei";
	height:16px;
	margin-bottom:10px;
}
.boxgroup5 dd{
	margin:0 0 0 30px;
	line-height:21px;
}
.boxgroup5 dd a:link, .boxgroup5 dd a:visited{
	color:#333;
}
.boxgroup5 dd a:hover{
	color:#cc0000!important;
	text-decoration: underline;
}

.boxgroup1 .leftboxs .box-zt, .boxgroup1 .leftboxs .box-bs, .boxgroup1 .leftboxs .box-cz, .boxgroup1 .leftboxs .box-zmwyh{
	border-bottom-style: none;
}
.boxgroup1 .leftboxs .box-tg{
background-image: url(images/tougao.jpg);
background-repeat: no-repeat;
background-position: center 26px;
}
.boxgroup1 .leftboxs .box-tg .content{
	padding:10px 20px 10px 20px;
}
.boxgroup1 .leftboxs .box-tg .content ul{
margin:0;
padding:0;
list-style:none;
}
.boxgroup1 .leftboxs .box-tg .content ul li{
line-height:24px;
}
.boxgroup1 .leftboxs .box-tg .content ul li a{
color:#333;
display:inline-block;
width:110px;

}
.boxgroup1 .leftboxs .box-tg .content ul li a:link, .boxgroup1 .leftboxs .box-tg .content ul li a:visited{
	color:#333;
	font-weight:bold;
}

.boxgroup1 .leftboxs .box-lx{
background-image: url(images/bg_lxdt2.jpg);
background-repeat: no-repeat;
background-position: center top;
}
.boxgroup1 .leftboxs .box-lx .content{
	padding:10px 20px 10px 20px;
}
.boxgroup1 .leftboxs .box-lx .content ul{
margin:0;
padding:0;
list-style:none;
}
.boxgroup1 .leftboxs .box-lx .content ul li{
line-height:40px;
}
.boxgroup1 .leftboxs .box-lx .content ul li a{
color:#333;
display:inline-block;
width:110px;
}
.boxgroup1 .leftboxs .box-lx .content ul li a:link, .box-lx .content ul li a:visited{
	color:#333;
	font-weight:bold;
}



.boxgroup1 .leftboxs .box-zmwyh .content{
	padding:10px 0px 10px 20px;
}
.boxgroup1 .leftboxs .box-zmwyh .content ul{
	margin:0;
	padding:0;
	list-style:none;
}
.boxgroup1 .leftboxs .box-zmwyh .content ul li{
	float:left;
	line-height:24px;
	display:inline-block;
	width:80px;
}
.boxgroup1 .leftboxs .box-zmwyh .content ul li.long{
	width:115px!important;
}
.boxgroup1 .leftboxs .box-zmwyh .content ul li a{
	color:#333;
	background-image: url(images/icon_dot-black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
}
.boxgroup1 .leftboxs .box-zmwyh .content ul li a:link, .boxgroup1 .leftboxs .box-zmwyh .content ul li a:visited{
	color:#333;
}