﻿
.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.left{float:left;}
.right{float:right;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;left:50%;}
.hidden{display:none;}
/********General**********/
/*.tel,.nav li,.short_title span,.title span,.widget dd a,.pro span,.info_title a,.jobs a,#submit{background:url('../images/sprite.gif') no-repeat;}*/
/*.nav,.short_title,.clicked{background:url('../images/vertical_split.png') repeat-x;}*/
/*******Css sprite*******/
.wrap {margin:0 auto; overflow: hidden; }

/* common styles */
.inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/* header styles */
.h-tool{
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #e6e6e6;
}
.h-tool p{
	font-size: 14px;
	color: #a1a1a1;
}
.h-tool ul{
	overflow: hidden;
}
.h-tool li{
	float: left;
	margin-left: 10px;
}
.h-tool li + li a{
	border-left: 1px solid #555555;
	padding-left: 10px;
}
.h-tool li a{
	font-size: 12px;
	color:#555555;
}

/* - - - - - - - - - -*/
.h-top{
	height: 95px;
}

.h-logo{
	margin-top: 18px;
}
.h-phone{
}
.h-menu{
	height: 44px;
	background: #e13831;
	line-height: 44px;
}
.h-nav{
	overflow: hidden;
}
.h-nav li{
	float: left;
	width: 100px;
	text-align: center;
}
.h-nav li:hover{
	background: url(../images/h-li-bg.jpg) no-repeat center center;
	color: #fff100;
}
.h-nav > a{
	font-size: 16px;
	color: #fff;
}
/* footer styles */
.footer{
	clear:both;
	height:222px;
	background: #333333;
	border-bottom: 12px solid #e13831;
}
.f-top{
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #0a0a0a;
}
.f-top a{
	color: #fff;
	font-size: 14px;
}
.f-copy{
	overflow: hidden;
	border-top:1px solid #727272;
}
.f-logo{
	width: 322px;
	margin:43px 0 0 7px;
	float: left;
}
.f-txt{
	width: 530px;
	margin:15px 0 0 5px;
	float: left;
}
.f-txt p{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #828282;
}
.f-ewm{
	float: right;
	margin:10px 0 0;
}

/* sidebar styles */
.s-type{
	width: 271px;
	overflow: hidden;
	margin-bottom: 22px;
}
.s-type-hd{
	height: 218px;
	background: url(../images/s-type-title.png) no-repeat;
	text-align: center;
}
.s-type-bd{
	padding:18px;
	background: #e13831;
}
.s-type-bd ul{
	overflow: hidden;
}
.s-type-bd li{
	height: 30px;
	line-height: 30px;
	border:1px solid #000;
	margin-bottom: 10px;
}
.s-type-bd li i{
	margin:0 15px;
}
.s-type-bd a{
	font-size: 14px;
	color: #000;
}
.s-type-bd li:hover{
	color: #fff;
	font-weight: bold;
	border:1px solid #fff;
}
