﻿@import url("reset.css");
@import url("global.css");
@import url("head.css");
@import url("foot_con.css");

.header{
	height:300px;
	background: url(../images/honor_topbg.jpg) no-repeat center;
	width: 100%;
	overflow: hidden;
}



/* 页内主体框架 */


/*内容*/
.container {
	background: url(../images/about_us_bg.gif) repeat-x;
	width: 100%;

}
.content_Box {
	width: 1002px;
	margin: 0px auto;
	height: 400px;
	position: relative;
        min-height:400px; 
        _height:400px; 
        height:auto !important;

}
/*左侧导航*/
.content_Nav {
	width: 220px;
	height: auto;
	background-color: #FFFFFF;
	margin-top: -46px;
	position: absolute;
}
.content_Nav .content_bj {
	margin-left: 10px;
	margin-top: 8px;
}
/*.content_bj .sty01 {
	font-family: Arial;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding-top: 28px;
}*/
.content_bj .sty02 {
	font-family: "microsoft yahei";
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/content_nav.jpg) no-repeat;
	height: 116px;
	width: 200px;
	vertical-align: bottom;
	padding-top: 40px;
}

.left_nav{
	background: url(../images/content_nav_hover.gif) no-repeat;
}

#left_nav {
	background: top;
	margin-top: -40px;
}
#left_nav li {

    color: #666666;
	font-family: "microsoft yahei";
	font-size: 20px;
	height: 49px;
	width: 200px;
	text-align: center;
    background: url(../images/content_nav_li.gif) no-repeat;
}
#left_nav a {
	line-height: 49px;
	height: 49px;
	display: block;
  
}
#left_nav a:hover{
	background: url(../images/content_nav_hover.gif) no-repeat;
	color: #c30100;
}

.content_Nav .search {
	background: url(../images/search_bg.gif) no-repeat;
	height: 127px;
	width: 199px;
	margin-top: 14px;
	padding-top: 20px;
	padding-left: 12px;
}
.content_bj .search .sty03 {
	color: #7a7a7a;
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
}
.content_Nav .content_bj .search #search-box input {
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
}
.content_bj .search .sty04 {
	border: #d6d6d6 1px solid;
	padding:5px;
	width: 160px;
	color: #666666;
	text-align: left;
}
.content_bj .search .sty05 {
	border:none;
	width:85px;
	height:26px;
	background:url(../images/bg_sidesearch.gif);
	cursor:pointer;
	line-height:300px;
	overflow:hidden;
}
/*右侧内容*/
.content_Con {
	height: auto;
	width: 760px;
}
.content_Con .con_nav {
	border-bottom: 1px solid #e1e1e1;
	height: 35px;
	width: 760px;
	display: block;
	padding-top: 20px;
}

.con_nav .sty01 {
	display: block;
	text-align: center;
	width: 760px;
	height: 35px;
}
.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: 5px;
	width: 600px;
	vertical-align: bottom;
	text-align: right;
	float: right;
}
.con_nav .sty01 .sp02 a {
	color: #999999;
}
.content_Con .con_con {
	font-family: "宋体";
	font-size: 14px;
	color: #333333;
	height: auto;
	margin-top: 30px;
	margin-left: 15px;
	line-height: 27px;
}
.content_Con .con_con .p01 {
	text-indent: 28px;
	width: 700px;
}


/*集体荣誉TAB标签页*/


.title_tabs {
	height: 44px;
	width: 726px;
	border: 1px solid #d7dbdc;
	background: #eff3f4;
	overflow: hidden;
}
.title_tabs li {
	float: left;
	width: 362px;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #000000;
	text-align: center;
	line-height: 44px;
	font-weight: bold;
	cursor:pointer;
}
.title_tabs .current {
	color: #FFFFFF;
	background: #dc2d32;
	font-size: 16px;
	cursor: pointer;
}
.title_tabs li a:hover {
	color: #FFFFFF;
	font-size: 14px;
	background: #DB2D32;
}

.sible_title {
	position: relative;
	width: 715px;
	margin-top: 20px;
	height: 20px;
	border-bottom: 3px solid #e7e7e7;
	padding-bottom:10px;
}
.sible_tabs li {
	width: 118px;
	line-height: 20px;
	text-align: center;
	float: left;
	display: inline;
	cursor: pointer;
}
.sible_tabs li .on {
	color: #FF0000; 
	font-weight: bold;
}
.sible_title p {
	position:absolute;
	top:29px;
	left:15px;
	width:120px;
	height:7px;
	border-top: 3px solid #d23433; 
	overflow: hidden; 
	text-align: center;
}

.sible_title p b {
	display:inline-block;
	width:0;
	height:0;
	margin-top:-3px;
	overflow: hidden;
	font-size: 0;
	border-top: 9px solid #d23433;
	border-right: 9px dashed #fff;
	border-bottom: 9px dashed #fff;
	border-left: 9px dashed #fff;
}
.sible_block {
	width: 730px;
	height: auto;
	position: relative;
	display: none;
}
.sible_block ul {
	margin-top: 30px;
	width: 726px;
}

.sible_block li {
	line-height: 36px;
	font-family: "宋体";
	color: #000000;
	padding-left: 40px;
}
.sible_block img {
	margin-top: 10px;
	margin-right: 10px;
}

.sible_block .zh {
	background: url(../images/zkl.gif) no-repeat right;
}
.sible_block .zhl {
	background: url(../images/zkl.gif) no-repeat right;
}
.sible_block .kjl {
	background: url(../images/kjzl.gif) no-repeat right;
}
.sible_block .jml {
	background: url(../images/jml.gif) no-repeat right;
}



.sible_block .hbzyl {
	background: url(../images/hbzy.gif) no-repeat right;
}
.sible_block .gyl {
	background: url(../images/gyl.gif) no-repeat right;
}
.one{
	background: #f4f2f2 url("../images/honor.jpg") no-repeat 20px center;
}
.two{
	background: #ffffff url("../images/honor.jpg") no-repeat 20px center;
}


/*个人荣誉*/
.con_con .grbt {
	color: #d23433;
	font-family: "黑体";
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
.arrow {
	width: 980px;
	position: relative;
}


.con_con .grry {
	margin-top: 35px;
	font-family: "宋体";
	color: #666666;
	width: 760px;
}
.grry .btblock {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	background: #e0e0e0;
	width: 760px;
}

.grry .btblock li {
	float: left;
	background: #e0e0e0;
}
.grry .zp {
	width: 140px;
	border-left: 2px solid #ebebeb;
	border-right: 2px solid #FFFFFF;
}


.grry .xm {
	width: 90px;
	border-right: 2px solid #FFFFFF;
}

.grry .ry {
	width: 200px;
	border-right: 2px solid #FFFFFF;
}

.grry .qk {
	width: 305px;
	border-right: 2px solid #e1e1e1;
}
.grry .xxblock {
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background: #e0e0e0;
}

.grry .xxblock li {
	float: left;
	background: #f4f4f4;
	height: 153px;
}
.grry .xxzp {
	width: 140px;
	border-left: 2px solid #ebebeb;
	border-right: 2px solid #FFFFFF;
	line-height: 153px;
}
.sible_block .dql {
	background: url(../images/dql.gif) no-repeat right;
}

.grry .xxxm {
	width: 90px;
	border-right: 2px solid #FFFFFF;
	line-height: 153px;
	vertical-align: middle;
}
.grry .xxry {
	width: 200px;
	border-right: 2px solid #FFFFFF;
	text-align: justify;
	line-height: 20px;
}
.grry .xxqk {
	width: 305px;
	border-right: 2px solid #e1e1e1;
	text-align: justify;
	line-height: 20px;
}
.grry .bx{
	border-bottom: 2px solid #FFFFFF;

}



.grry .span{
	height: 100%;
	vertical-align:middle;
	display:inline-block;

}

.grry  img {
	height: 125px;
	width: 105px;
}
.btblock .qy {
	width: 120px;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #EBEBEB;
}

.btblock .xmzp {
	width: 170px;
	border-right: 2px solid #FFFFFF;
}
.btblock .jjry {
	width: 460px;
	border-right: 2px solid #EBEBEB;
}

.grry .ntblock {
	width: 760px;
	font-family: "宋体";
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	display: block;
	clear: both;
}
.ntblock .ntxmzp {
	width: 140px;
	height: 252px;
	border-right: 2px solid #FFFFFF;
	float: left;
	background: #F4F4F4;
	padding-top: 10px;
	padding-left: 30px;
	text-align: left;
}
.ntblock .ntqy {
	height: 262px;
	width: 120px;
	line-height: 162px;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #ebebeb;
	float: left;
	background: #F4F4F4;
	overflow: hidden;
}
.ntblock .ntjjry {
	background: #F4F4F4;
	height: 252px;
	width: 440px;
	border-right: 2px solid #ebebeb;
	float: left;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

/*分页*/
.content_Con .page {
	text-align: center;
	padding-top: 20px;
	height: 30px;
	clear: both;
	padding-bottom: 5px;
	overflow:hidden;
	background: #f6f6f6;
	width: 740px;
	margin-left: 15px;
	margin-top: 20px;
}
.content_Con .page a {
	border: 1px solid #c8c7c7;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 2em;
	color: #7e7e7e;
}

.content_Con .page a:hover {
	color: #fff;
	text-decoration: none;
	background: #cc012a;
	border: 1px solid #ba210d;
}
.kong {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 20px;
   
}

.content_Con .page a.checked {
	color: #fff;
	text-decoration: none;
	background: #a5151c;
	border: 1px solid #ba210d;
}

/*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;} 

.jiacu {
	font-weight: bold;
}
