*{
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
}
img{
	outline: none;
	border: none;
}
a{
	text-decoration: none;
	outline: none;
}
body{
	background-image: url(../images/body-bj.jpg);
}

.container{
	min-height: calc(100vh - 555px);
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	padding-top: 7px;
	padding-bottom: 10px;
}
.container:after{
	display: block;
	clear: both;
	content: "";
}
.clearBox{
	display: block;
	clear: both;
	height: 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/* 分页 */
.paging:after{
	display: block;
	clear: both;
	content: "";
}
.paging{
	padding-top: 10px;
	padding-bottom: 10px;
}
.pagingLeft{
	float: left;
	width: 50%;
	text-align: center;
}
.pagingLeft a{
	font-size: 12px;
	color: #000;
	margin-left: 20px;
}
.pagingLeft a:hover{
	color: #0063C3;
	text-decoration: underline;
}
.pagingRight{
	float: right;
	font-size: 12px;
	color: #000;
	width: 50%;
	text-align: center;
}
.upAndDown{
	width: 100%;
	padding: 10px;
}
.upAndDown p{
	background-color: #F9F9F9;
	line-height: 25px;
	padding: 0 5px;
	font-size: 12px;
	color: #424242;
}
.upAndDown p a{
	font-size: 12px;
	color: #424242;
}

/* 标题 */
.normal_tit{
	width: 100%;
	height: 30px;
	background-image: url(../images/about-2.jpg);
}
.more{
	width: 59px;
	height: 30px;
	background-image: url(../images/about-3.jpg);
}
.normal_con{
	width: 100%;
	background-image: url(../images/about-bj.jpg);
	border: 1px solid #CDCDCD;
	border-top: none;
	height: 175px;
}

/* 左侧 */
.container_left{
	width: 260px;
}
/* 荣誉资质 */
.honor{
	width: 260px;
}
.honor_con{
	padding-top: 7px;
}
.focusBoxB { position: relative; width: 240px; height: 160px; overflow: hidden; text-align: left; margin: 0 auto;}
.focusBoxB .picB img { width: 240px; height: 160px; display: block; }
.focusBoxB .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 20px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBoxB .numB { position: absolute; z-index: 3; bottom: 0; right: 0; }
.focusBoxB .numB li{ float: left; position: relative; width: 20px; height: 20px; line-height: 20px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusBoxB .numB li a,.focusBoxB .numB li span { font-size: 12px; position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBoxB .numB li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBoxB .numB li.on a,.focusBoxB .numB a:hover{ background:#BE0000;  }
/* 联系我们 */
.contact{
	width: 260px;
}
.contact_con{
	padding: 0 14px;
}
.contact_con p{
	font-size: 12px;
	line-height: 23px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/* 右侧 */
.container_right{
	width: 714px;
	background-color: #F6F6F6;
	border:1px solid #CDCDCD
}
.currentLoc{
	height: 32px;
	width: 100%;
	background-image: url(../images/nav-bj1.jpg);
	border-bottom: 2px solid #0063C3;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
}

