﻿*
{
	margin:0px;
	padding:0px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	outline: 0;
	background: transparent;
}	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

body, button, input, select, textarea {
	font:12px/1.5 arial,\5b8b\4f53, sans-serif;
}
address, cite, dfn, em, var {
	font-style:normal;
}
code, kbd, pre, samp {
	font-family:courier new, courier, monospace;
}
small {
	font-size:12px;
}
ul, ol {
	list-style:none;
}
a {
	text-decoration:none;
	color:#4183c3;
}
a:visited
{
    color:#4183c3;
}
a:hover 
{
    color:#163B85;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
legend {
	color:#000;
}
fieldset, img {
	border:0;
}
button, input, select, textarea {
	font-size:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
div {
	overflow:hidden;
	word-break: break-all;
}
input
{
	margin:0px;
	padding:0;
	border:1px solid #cccccc;
	background-color:#ffffff;
	vertical-align:middle;
	line-height:20px;
	height:20px;
	margin-right:7px;
	color:#333;
	font-size:12px;
	padding-left:2px;
}
input:focus
{
    color:#333;
}
input[type="radio"]
{
    border:none;
    background:none;
    margin:0;
    padding:0;
}
input[type="file"]
{
}
select
{
    vertical-align:middle;
    margin:0;
    padding:0;
    line-height:20px;
	height:20px;
	margin-right:7px;
	color:#444444;
	border:solid 1px #cccccc;
	display:inline-block;
}
option
{
    font-size:12px;
    font-family:"宋体";
    background-color:#ffffff;
    color:#444444;
}
.middle
{
    height:100%;
    width:1000px;
    text-align:left;
    margin-left: auto;
    margin-right:auto;
    margin-bottom:42px;
    height:auto !important; 
}
/*隐藏焦点链接边框*/
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */

/*清除左右对齐*/
div:after
{
    content:".";
    clear:both;
    display:block;
    height:0;
    visibility:hidden;
}
.clear
{
    clear:both;
    height:1px;
    font-size:0px;
}
/* PNG fix */

* html #selector { /* for IE<6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/image.png'); background-image: none; background-repeat: no-repeat; background-color: transparent;
	}

/* self-clear floats */

* html .group,
* html ul.nav,
* html h3.tab { /* IE6 */
	height: 1%;
	}
*:first-child+html .group,
*:first-child+html ul.tabs,
*:first-child+html h3.tab { /* IE7 */
	min-height: 1px;
	}
/*链接颜色*/
a
{
    color:#333;
}
a:visited
{
    color:#333;
}
a:hover
{
    color:#10609f;
}
/*弹出窗口*/
#idBox
{
    width:278px;
    height:166px;
    border:solid 1px #ccc;
    background-image:url(../Images/base/open_t_bg.png);
    text-align:center;
    z-index:9999;
}
#MesInfo
{
    height:75px;
}
#idBox dt,#idBox dd
{
    margin:0;
    padding:0;
    display:block;
}
#idBox dd
{
    background-color:#fff;
    height:60px;
    padding:15px;
    line-height:30px;
    text-align:center;
}
#idBox dt
{
    height:30px;
    border-bottom:solid 1px #DEE1E5;
    background-color:#F1F2F3;
    line-height:30px;
    font-weight:bold;
    text-indent:15px;
    text-align:left;
}
#idBox dd span
{
    display:block;
}
.popBtn
{
    background-color:#6F5C9F;
    border:solid 1px #52486C;
    width:104px;
    height:26px;
    line-height:26px;
    margin:8px auto;
    color:#fff;
    display: inline-block;
    text-align:center;
}
.popBtn_Act
{
    background-color:#81B943;
    border:solid 1px #6A9836;
    width:104px;
    height:26px;
    line-height:26px;
    margin:8px auto;
    color:#fff;
    display:inline-block;
    cursor:pointer;
    text-align:center;
}
.popBtnA
{
    background-color:#6F5C9F;
    border:solid 1px #52486C;
    width:90px;
    height:26px;
    line-height:26px;
    margin:8px 5px;
    color:#fff;
    display: inline-block;
    text-align:center;
}
.popBtnA_Act
{
    background-color:#81B943;
    border:solid 1px #6A9836;
    width:90px;
    height:26px;
    line-height:26px;
    margin:8px 5px;
    color:#fff;
    display:inline-block;
    cursor:pointer;
    text-align:center;
}
.popBtnB
{
    background-color:#6F5C9F;
    border:solid 1px #52486C;
    width:90px;
    height:26px;
    line-height:26px;
    margin:8px 5px;
    color:#fff;
    display: inline-block;
    text-align:center;
}
.popBtnB_Act
{
    background-color:#81B943;
    border:solid 1px #6A9836;
    width:90px;
    height:26px;
    line-height:26px;
    margin:8px 5px;
    color:#fff;
    display:inline-block;
    cursor:pointer;
    text-align:center;
}
/*按钮状态*/
.btn_over
{
    width:52px;
    height: 24px;
    background-image:url(../Images/base/sec_btn.png);
    background-repeat: no-repeat;
    background-position:0 -24px;
    line-height:24px;
    display: inline-block;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    color:#fff;
}
.btn_out
{
    width:52px;
    height: 24px;
    background-image:url(../Images/base/sec_btn.png);
    background-repeat: no-repeat;
    background-position:0 0;
    line-height:24px;
    display: inline-block;
    text-align:center;
    vertical-align:middle;
    color:#fff;
}
.btn_over_page
{
    width:52px;
    height: 24px;
    background-image:url(../Images/base/sec_btn.png);
    background-repeat: no-repeat;
    background-position:0 -24px;
    line-height:24px;
    display: inline-block;
    text-align:center;
    vertical-align:middle;
    cursor: pointer;
    color:#fff;
    margin-left:5px;
}
.btn_out_page
{
    width:52px;
    height: 24px;
    background-image:url(../Images/base/sec_btn.png);
    background-repeat: no-repeat;
    background-position:0 0;
    line-height:24px;
    display: inline-block;
    text-align:center;
    vertical-align:middle;
    color:#fff;
    margin-left:5px;
}
.btn_over_sec
{
    width:54px;
    height: 22px;
    background-image:url(../../Images/base/sec_btna.png);
    background-repeat: no-repeat;
    background-position:0 -22px;
    line-height:22px;
    display: inline-block;
    text-align:center;
    cursor: pointer;
    vertical-align:middle;
    color:#444;
}
.btn_out_sec
{
    width:54px;
    height: 22px;
    background-image:url(../Images/base/sec_btna.png);
    background-repeat: no-repeat;
    background-position:0 0;
    line-height:22px;
    display: inline-block;
    text-align:center;
    color:#444;
}
.btn_over_f
{
    width:71px;
    height: 24px;
    background-image:url(../Images/base/four_btn.png);
    background-repeat: no-repeat;
    background-position:0 -24px;
    line-height:24px;
    display: inline-block;
    text-align:center;
    cursor: pointer;
    color:#fff;
}
.btn_out_f
{
    width:71px;
    height: 24px;
    background-image:url(../Images/base/four_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height:24px;
    display: inline-block;
    text-align:center;
    color:#fff;
}
/*六个字按钮*/
.btn_out_s
{
    margin-right: 9px;
    width:89px;
    height:24px;
    background-image:url(../Images/base/six_btn.png);
    background-repeat:no-repeat;
    background-position:0 0;
    display:inline-block;
    line-height:24px;
    text-align:center;
    color:#fff;
    
}
.btn_over_s
{
    margin-right: 9px;
    width:89px;
    height:24px;
    background-image:url(../Images/base/six_btn.png);
    background-repeat:no-repeat;
    background-position:0 -24px;
    display:inline-block;
    line-height:24px;
    cursor:pointer;
    text-align:center;
    color:#fff; 
}
/*select样式*/
.select_class
{
    background-image:url(../Images/base/select_bg.png);
    background-repeat:no-repeat;
    background-position:right top;
    border:solid 1px #ccc;
    height:20px;
    line-height:20px;
    background-color:#fff;
    text-indent:3px;
}
.select_over
{
    background-position:right -20px; 
    background-image:url(../Images/base/select_bg.png);
    background-repeat:no-repeat;
    border:solid 1px #A0BFD3;
    cursor:pointer;
    height:20px;
    line-height:20px;
    background-color:#fff;
    text-indent:3px;
}
.select_click
{
    background-position:right -40px; 
    background-image:url(../Images/base/select_bg.png);
    background-repeat:no-repeat;
}
.cateSDiv
{
    height:22px;
}
.commonPopDiv
{
    width: 0;
    height:0;
    position: absolute;
    display: none;
    border: solid 1px #CCC;
    z-index: 9999;
    overflow: hidden;
}
.commonPopDivMul
{
    position: absolute;
    display: none;
    border: solid 1px #CCC;
    z-index: 9999;
    overflow: hidden;
    overflow-y: scroll;
}
.commonPopChildDiv
{
    width:100%;
    height:20px;
    line-height:20px;
    background-color:#FFF;
    padding-left:2px;
}
.commonPopChildDiv_Act
{
    width: 100%;
    height: 20px;
    line-height: 20px;
    background-color: #E7ECF1;
    cursor:pointer;
    padding-left:2px;
}

/*导航*/
/*logo样式*/
.logo
{
    height:79px;
    width:100%;
    background-image:url(../images/logo.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    overflow:hidden;
}
.logo_img
{
    display:inline-block;
    float:left;
    width:242px;
    height:78px;
    text-indent:-9999px;
}
.logo:after
{
    content:".";
    clear:both;
    display:block;
    height:0;
    visibility:hidden;    
}
/*head整站搜索*/
.web_search
{
    width:700px;
    text-align:right;
    color:#699FC5;
    float:right;
    margin-right:32px;
    margin-top:17px;
}
.web_search tt
{
    margin:0 5px;
    color:#699FC5;
}
.web_search em
{
    color:#699FC5;
}
.web_search span
{
     margin:0 8px 0 8px;
    color:#707291;
}
.web_search a
{
    color:#A9A3D8;
}
.web_search a:visited
{
    color:#A9A3D8;
}
.web_search .letter_color
{
    font-weight:bold;
    color:#f30;
}
.web_search a:hover
{
    text-decoration:underline;
}
/*menu*/
.menu
{
    clear:both;   
    height:34px;
    width:1000px;
    margin:0 auto; 
}
.nav
{
    float:right;
    margin-right:10px;
    height:34px;
    line-height:31px;
    font-weight:bold;
 }
.nav li
{
    background-image:url(../Images/menu_line.png);
    background-repeat:no-repeat;
    background-position:left 8px;
    display:block;
    font-size:14px;    
    padding:0 2px 0 3px;
    float:left;    
}
.nav li.one
{
    background-image:none;
    width:70px;    
}
.nav li a
{
    display:inline-block;
    padding:0 13px;
    color:#000000; 
}
.nav li a:visited
{
    padding:0 13px;
    color:#000000;
    display:inline-block; 
}
.nav li a:hover
{
    background-image:none;
    height:31px;
    border-bottom:solid 2px #604A9A;
    display:inline-block;
}
/*---------------------版权信息样式--------------------*/
.copyright
{
	margin: 0px auto;
	width:100%;
    height:118px;
    background-image:url(../Images/bottom.png);
    background-repeat:repeat-x;
    min-width:1000px;
}
.bottom
{
    width:1000px;    
    line-height:200%;
    color:#ffffff;
    margin:0 auto;
    text-align:left;
    margin-top:21px;
    
}
.green
{
    color:#9FE722;
    margin-right:18px;
}
.bottom a
{
    margin-left:10px;
    margin-right:10px;
    color:#ffffff;
}
.bottom a:visited
{
    margin-left:10px;
    margin-right:10px;
    color:#ffffff;
}
.bottom a:hover
{
    color:#9FE722;
}

#_SelectListDiv
{
    background-color: #FFF;
}
/*checkbos样式*/
.cbxNormal
{
    background-image:url(../Images/base/checkbox.png);
    background-repeat:no-repeat;
    background-position:0 -16px;
    height:16px;
    width:14px;
    display:inline-block;
    vertical-align:middle;
}

.cbxChkNormal
{
    background-image:url(../Images/base/checkbox.png);
    background-repeat:no-repeat;
    background-position:0 0px;
    height:16px;
    width:14px;
    display:inline-block;
    vertical-align:middle;
}

.cbxActive
{
    background-image:url(../Images/base/checkbox.png);
    background-repeat:no-repeat;
    background-position:0 -48px;
    height:16px;
    width:14px;
    display:inline-block;
    vertical-align:middle;
}

.cbxChkActive
{
    background-image:url(../Images/base/checkbox.png);
    background-repeat:no-repeat;
    background-position:0 -32px;
    height:16px;
    width:14px;
    display:inline-block;
    vertical-align:middle;
}
.addiv{
    text-align:center;
    margin:10px auto;
    clear:both;
}
.addiv_b{
    text-align:center;
    margin:10px auto;
    width:728px;
    clear:both;
}
.addiv250{
    text-align:center;
    margin:10px auto;
    width:250px;
    clear:both;
}
.addiv160{
    text-align:center;
    margin:10px auto;
    width:160px;
    clear:both;
}