@charset "utf-8";

html {
	overflow-y:scroll;
}

/*---reset---*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}

* focus {
	outline: none;
	margin: 0;
	padding: 0;
}

a:focus {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.clear {
	clear: both;
}

a {
	outline: none;
	text-decoration: none;
	color: #000;
}

a:hover {
	color: red;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fc {
	margin: 0 auto;
}

ul.unstyled,ol.unstyled {
	margin-left: 0;
	list-style: none;
}

ul.uinline,ol.uinline {
	margin-left: 0;
	list-style: none;
}

ul.uinline>li,ol.uinline>li {
	display: inline-block;
	*display: inline;
	padding-right: 5px;
	padding-left: 5px;
	*zoom: 1;
}

.item {
	margin-right: 5px;
	margin-left: 5px;
}

/*-------------------------------------------------按钮-----------------------------------------------*/
html .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 100%;
	border: none;
	line-height: 15px;
	border-radius: 2px; /* gray */
	color: #fff;
	background: #A7A9AA;
	padding: 2px 6px;
}

.button:hover {
	text-decoration: none; /* white */
	background: #9a9c9d;
}

.button:active {
	position: relative;
	top: 1px; /* white */
	color: #999;
}

/*圆角*/
.button.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

/*中号*/
.button.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}

/*小号*/
.button.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* ---------------------------------------------------按钮颜色 ---------------------------------------------- */
/* black */
.button.black {
	color: #d7d7d7;
	background: #333;
}

.button.black:hover {
	background: #000;
}

.button.black:active {
	color: #666;
}

/* gray */
.button.gray {
	color: #e9e9e9;
	background: #6e6e6e;
}

.button.gray:hover {
	background: #616161;
}

.button.gray:active {
	color: #afafaf;
}

/* orange */
.button.orange {
	color: #fef4e9;
	background: #f78d1d;
}

.button.orange:hover {
	background: #f47c20;
}

.button.orange:active {
	color: #fcd3a5;
}

/* red */
.button.red {
	color: #faddde;
	background: #d81b21;
}

.button.red:hover {
	background: #b61318;
}

.button.red:active {
	color: #de898c;
}

/* blue */
.button.blue {
	color: #d9eef7;
	background: #00CCFF;
}

.button.blue:hover {
	background: #007ead;
}

.button.blue:active {
	color: #80bed6;
}

/* rosy */
.button.rosy {
	color: #fae7e9;
	background: #da5867;
}

.button.rosy:hover {
	background: #ba4b58;
}

.button.rosy:active {
	color: #dca4ab;
}

/* green */
.button.green {
	color: #e8f0de;
	background: #64991e;
}

.button.green:hover {
	background: #538018;
}

.button.green:active {
	color: #a9c08c;
}

/* pink */
.button.pink {
	color: #feeef5;
	background: #f895c2;
}

.button.pink:hover {
	background: #d57ea5;
}

.button.pink:active {
	color: #f3c3d9;
}

/* 黄色 */
.button.yellow {
	color: #fff;
	background: #BB6512;
}

.button.yellow:hover {
	background: #fd9c2c;
}

.button.yellow:active {
	color: #fff;
}

/*---全局配置---*/
body {
	background: #FFF url(base_res/body_bg.gif) repeat-x;
	margin: 0 auto;
	font: 12px/22px 'Microsoft Yahei', '\5b8b\4f53', 微软雅黑, '宋体', Arial,
	Lucida Grande, Tahoma, sans-serif;
	color: #000;
}

#container {
	width: 1200px;
	margin: 0 auto;
}

/*---------------------Login部分----------------------------------------*/
.login_left {
	height: 30px;
	width: 805px;
	float: left;
	padding-top: 2.5px;
}

#login {
	height: 32px;
	width: 1200px;
}

#login a {
	font-size: 14px;
}

#login a:hover {
	color: #039BCD;
}

#login form input {
	border: 1px #ccc solid;
}

/*
.login_left div{
float:left;
margin-right:5px;
border:1px red solid;
}*/
.setHome {
	height: -10px;
	width: 134px;
	margin-right: 60px;
	float: right;
	padding-top: 150px;
	color: #EBEDF9;
}
.setHome .site_lang li{float:right;}
.setHome .site_lang li a{padding: 0 5px;} 
.setHome .site_lang .home a{border-right: 2px solid #fff;}
.setHome a {
	font-size: 14px;
}

#logout {
	width: 1200px;
	height: 32px;
}

.logout_left {
	height: 27px;
	width: 805px;
	float: left;
	padding-top: 4px;
}

#logout a {
	font-size: 14px;
}

#logout a:hover {
	color: #039BCD;
}

/*---------------------头部----------------------------------------*/
#top {
	width: 1200px;
	height: 197px;
	background: url(base_res/top_bg.png) no-repeat;
	position: relative;
}

#logo {
	height: 194px;
	position: relative;
}
#logo .head-left{float:left;}
#logo .head-left .sitelogo{display:none;}
#logo a {
	float: right;
	color: #FFFFFF;
}

#logo .h3 {
	font-size: 30px;
	font-family: "新宋体";
	color: #FFF;
	font-weight: bold;
	padding-left: 515px;
	padding-top: 146px;
	float: left;
}

#logo form {
	position: relative;
	margin-left: 710px;
	bottom: 10px;
}

#logo form input {
	height: 18px;
}

#logo ul li {
	margin: 0;
	padding: 0;
	line-height: 14px;
	height: 14px;
}

.submit_btnn {
	border: none;
	background: url(base_res/search.gif);
	width: 22px;
	height: 20px;
	cursor: pointer;
	float: right;
	margin-left: -5px;
	margin-top: 1px;
}

/*-------------------------导航部分------------------------------*/
#navbar {
	width: 100%;
	height: 49px;
	background: url(base_res/nar_bg.jpg) repeat-x;
}

#narbar ul {
	display: block;
	height: 49px;
}

#navbar ul li {
	width: 97.99px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
}

#navbar ul li a {
	color: #FFFFFF;
}

#navbar ul .split {
	width: 1px;
	height: 49px;
	padding: 0px;
	margin: 0px;
	background: url(base_res/split.gif) no-repeat;
}

#navbar ul li a:link {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#navbar ul li a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#navbar ul li a:hover {
	height: 49px;
	color: #000 !important;
	font-size: 15px;
	font-weight: bold;
	background: #FFF;
	display: block;
	width: 121px;
}

/*----------------链接部分------------------*/
#links {
	width: 1200px;
	margin: 0 auto;
	line-height: 40px;
}

#links ul li {
	width: 230px;
	text-align: center;
	float: left;
	font-size: 16px;
}

#links ul li a:hover {
	color: #039BCD;
}

/*------------------footer-----------------------*/
#bottom {
	height: 145px;
	margin: 0 auto;
	margin-top: 15px;
	background: url(base_res/footer_bg.gif) no-repeat bottom;
}

#footer {
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(base_res/footer.gif) no-repeat;
	font-size: 16px;
	text-align: center;
}

#footer p {
	padding-top: 10px;
}

#pagerx ul.pages {
	display: block;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 0px;
	height: 30px;
	padding: 0;
}
#pagerx ul.pages li {
	list-style: none;
	float: left;
	border: 1px solid #ccc;
	text-decoration: none;
	margin: 5px 5px 0 0;
	color: rgb(102, 102, 102);
}

#pagerx ul.pages li:hover {
	border: 1px solid #0B89CB;
	color:#003f7e;
}

#pagerx ul.pages li.pgEmpty {
	border: 1px solid #eee;
	color: #eee;
}
#pagerx ul.pages li.page-number{
	width: 50px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	padding:0;
}
#pagerx ul.pages li.pgNext {
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	padding:0;
}
#pagerx ul.pages li.pgCurrent {
	border: 1px solid #0B89CB;
	color: #fff;
	font-weight: 700;
	background-color: #0B89CB;
}
.breadcrumb > li + li::before {
	color: #CCCCCC;
	content: "/ ";
	padding: 0 5px;
}
ol.breadcrumb {
	list-style: none;
	padding: 0;
	margin: 0px;
	font-size: 20px;
	line-height: 40px;
	overflow: hidden;
	width: auto;
	padding-left:20px;
}
ol.breadcrumb li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	display:inline;
	font-size: 15px;
}