﻿@import url("reset.css");
@import url("global.css");
@import url("head.css");
@import url("foot_con.css");

.header{
	height:300px;
	background: url(../images/about_us.jpg) no-repeat center;
	width: 100%;
	overflow: hidden;
}


/* 页内主体框架 */


/*内容*/
.container {
	background: url(../images/about_us_bg.gif) repeat-x;
	width: 100%;
	height: auto;
}
.content_Box {
	width: 990px;
	margin: 0px auto;
	height: auto;
	position: relative;
}

/*右侧内容*/
.content_Con {
	height: auto;
	width: 990px;
}
.content_Con .con_nav {
        position:relative;
	border-bottom: 1px solid #e1e1e1;
	height: 35px;
	width: 990px;
	display: block;
	padding-top: 20px;
}

.con_nav .sty01 {
	display: block;
	text-align: center;
}
.con_nav .sty01 .sp01 {
	font-family: "microsoft yahei";
	font-size: 20px;
	color: #000000;
	height: 22px;
	width: 100px;
	margin-left: 12px;
	background: url(../images/about_us_01.jpg) no-repeat left;
	float: left;
}
.con_nav .sty01 .sp02 {
	color: #999999;
	font-family: "宋体";
	font-size: 12px;
	margin-top: 4px;
	position: absolute;
        right:0;
	vertical-align: bottom;
	text-align: right;
}
.con_nav .sty01 .sp02 a {
	color: #999999;
}

.content_Con .contact_con {
	width: 988px;
	height: auto;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
    padding-top: 36px;
	padding-bottom:36px;
}

.contact_con .block {
	background: #f5f5f5;
	height: auto;
	width: 945px;
	margin: 0px auto;
	height:400px;
	min-height:400px;
	_height:400px;
	height:auto !important;
	padding-bottom: 30px;
}
.contact_con .block .block01 {
	background: #FFFFFF url(../images/contact_03.gif) no-repeat left top;
	width: 586px;
	float: left;
	height: auto !important;;
	clear: both;
	border: 1px solid #d3d3d3;
	margin-top: 26px;
	margin-left: 26px;
	_display:inline;
	min-height: 494px;
}

.contact_con .block .block02 {
	width: 315px;
	float: left;
	margin-top: 26px;
/*	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;*/
	background: -500px;
}
#tabs {
	background: #fcfcfc;
	width: 315px;
	overflow: hidden;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}
#tabs li {
	color: #5e6365;
	font-family: "microsoft yahei";
	font-size: 16px;
	height: 54px;
	border-bottom: 1px solid #d3d3d3;
	line-height: 54px;
	padding-left: 35px;
        cursor:pointer;
}
#tabs .current {
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #FFFFFF;
	background: url(../images/contact_bg.jpg) no-repeat top;
}
#contents ul {
	display: none;
	float: left;
	width: 506px;
	margin-top: 30px;
	margin-left: 30px;
	padding-bottom:20px;
}
#contents li {
	font-family: "宋体";
	font-size: 14px;
	color: #5e6365;
	line-height: 25px;
	margin-top: 10px;
}
#contents .con_gs {
	font-family: "microsoft yahei";
	font-size: 24px;
	color: #e60212;
	border-bottom: 1px solid #ebebeb;
	line-height: 40px;
	font-weight: normal;
}
.xiahuaxian {
	border-bottom: 3px solid #e60212;
}
.jiacu {
	font-weight: bold;
}
/*领导关怀*/


/*分页*/
.page {
	text-align: center;
	padding-top: 10px;
	height: 30px;
	clear: both;
	padding-bottom: 5px;
	overflow:hidden;
	background: #f6f6f6;
	width: 740px;
	margin-left: 15px;
	margin-top: 20px;
}
.page a {
	border: 1px solid #c8c7c7;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 2em;
	color: #7e7e7e;
}


.page a:hover {
	color: #fff;
	text-decoration: none;
	background: #cc012a;
	border: 1px solid #ba210d;
}




.page a.checked {
	color: #fff;
	text-decoration: none;
	background: #a5151c;
	border: 1px solid #ba210d;
}


.page .disabled {
	border: 1px solid #c8c7c7;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 2em;
	color: #ddd;
}



/*gotop*/
#gotop{ width:52px; 
         height:52px; 
		 background:url(../images/about_us_top.gif) no-repeat; 
		 position:fixed; 
		 right:50px; 
		 cursor:pointer;
		 _position:absolute;
		 _bottom:auto;
		 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

#gotop{ bottom:132px;} 
