@charset "utf-8";

.wrap{
	/*width: 1200px;*/
}
body{
	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
	font-weight: normal;
}

.banner{
	width: 100%;
	padding-top: 155px;
    height: 240px;
	text-align: center;
	color: #fff;
	background: url('../image/banner.png') no-repeat center;
}
.banner h1{
	margin-bottom: 20px;
	height: 48px;
	line-height: 48px;
	font-size: 48px;
}
.banner p{
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}
.tab-menu{
	width: 100%;
	height: 60px;
	background-color: #fff;
}
.tab-menu .wrap{
	position: relative;
	height: 100%;
}
.tab-menu ul{
	margin-top: 20px;
}
.tab-menu li{
	float: left;
	width: 299px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	border-right: 1px solid #d9d9d9;
	cursor: pointer;
}
.tab-menu li.on{
	color: #0068b7;
}
.tab-menu li.last{
	width: 300px;
	border-right: none;
}
.tab-menu .line{
	position: absolute;
	left: 109px;
	bottom: 0;
	width: 80px;
	height: 4px;
	background-color: #0068b7;
	border-radius: 2px;
}
.us-main{
	padding: 60px 0;
	/*width: 100%;*/
	background-color: #f3f3f3;
}
.intro{
	padding: 45px 40px 40px 40px;
	width: 1120px;
	background-color: #fff;
}
.intro .left{
	width: 650px;
}
.intro .left h4{
	margin-bottom: 34px;
	padding-bottom: 18px;
	width: 336px;
	line-height: 24px;
	font-size: 24px;
	color: #333;
	border-bottom: 2px solid #0068b7;
}
.intro .left p{
	margin-bottom: 20px;
	line-height: 24px;
	text-indent: 2em;
	font-size: 14px;
	color: #666;
}
.intro .left p.last{
	margin-bottom: 0;
}
.intro .right{
	margin-top: 82px;
	width: 440px;
	height: 311px;
}
.intro .right img{
	width: 100%;
	height: 100%;
}
.history{
	display: none;
	padding: 40px 0;
	background-color: #fff;
}
.years{
	margin-left: 85px;
	width: 60px;
}
.years img{
	width: 100%;
}
.events{
	margin-left: 35px;
	width: 924px;
}
.events li{
	margin-bottom: 20px;
	height: 60px;
	font-size: 14px;
	color: #666;
}
.events li.one p{
	height: 60px;
	line-height: 60px;
}
.events li.two p{
	padding-top: 5px;
	line-height: 24px;
}
.job{
	display: none;
}
.job-list{
	padding: 40px 30px 30px 30px;
	background-color: #fff;
}
.job-list h2{
	text-align: center;
	line-height: 24px;
	font-size: 24px;
	color: #333434;
}
.job-list ul{
	margin-top: 30px;
}
.job-list li{
	margin-bottom: 10px;
	width: 198px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
	color: #666;
	border: 1px solid #d9d9d9;
	cursor: pointer;
}
.job-list li.on{
	width: 200px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: #0068b7;
}
.job-intro{
	padding: 40px 20px 20px 40px;
	width: 860px;
	background-color: #fff;
}
.job-item{
	margin-bottom: 35px;
}
.job-item h2{
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	line-height: 24px;
	font-size: 24px;
	color: #333;
	border-bottom: 2px solid #0068b7;
}
.job-item li{
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.job-name{
	width: 500px;
}
.job-name li{
	float: left;
	width: 250px;
}
.contact{
	margin-top: 70px;
}
.job-item p{
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.contact-us{
	display: none;
	padding: 40px 40px 60px 40px;
	background-color: #fff;
}
 .contact-us .left{
	width: 560px;
}
.contact-us .right{
	margin-right: 0;
	padding-left: 40px;
	width: 520px;
	min-height: 220px;
	background-image: url('../image/line_bg.png');
	background-repeat: repeat-y;
	background-position: 0 20px;
} 
.contact-item{

}
.contact-item h6{
	margin-bottom: 15px;
	width: 114px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #0068b7;
}
.contact-item p{
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.contact-item .bus{
	margin-bottom: 20px;
}
/*.contact-us .middle-line{
	margin-top: 20px;
	width: 1px;
	height: 200px;
	background-color: #e4e4e4;
}*/
.map{
	margin-top: 40px;
	width: 100%;
	height: 500px;
}