@CHARSET "UTF-8";

/*banner*/
.banner_about {
	background: url(/images/banner_about.jpg) no-repeat center center;
}

.banner_about_bd {
	width: 1000px;
	margin: auto;
	text-align:center;
	color:#fff;
}

.banner_about_bd b {
	display:block;
	padding-top:122px;
	font-size:45px;
	line-height:45px;
}
.banner_about_bd p{
	padding-top:40px;
	font-size:24px;
	line-height:40px;
}

/*关于我们*/
.about_us{
	width:820px;
	margin:auto;
	padding-top:20px;
}
.about_us p{
	text-indent:2em;
	font-size:16px;
	line-height:1.7em;
	color:#555;
}

/*必克大事记*/
.history_bg{
	width:100%;
	height:550px;
	background:url(/images/history.jpg?v=1) no-repeat center center;
}
.history_bg h1{ 
	color:#fff;
}
.history .big_title{
	margin-top:10px;
}
.history_img{
	width: 100%;
	height: 358px;
}
.history_more{
	margin-top:10px; 
	text-align:center;
}
.history_more a{
	display:inline-block;
	height:50px;
	line-height:50px;
	padding:0 40px;
	font-size:24px;
	border:solid 1px #ff7f14;
	color:#ff7f14;
	border-radius:50px;
	cursor:pointer;
}
.history_more a:hover{
	color:#13010b;
	background-color:#ff7f14;
}

/*媒体报道*/
.about_report,
.about_faq{
	float:left;
	margin:30px 0 0 -20px;
}
.about_report li{
	float:left;
	width:280px;
	height:170px;
	padding:18px;
	margin-left:20px;
	margin-bottom: 20px;
	font-size:14px;
	background:#fff;
	border-radius:5px;
	border:solid 1px #d4d4d4;
}
.about_report li:hover{
	background-color:#f8f8f8;
}
.about_report .source{
	margin-left:-6px;
	color:#333;
}
.about_report .title{
	display:block;
	height:80px;
	padding-top:20px;
	color:#999;
}
.about_report .more{
	float:right;
	line-height:48px;
}
.about_report .media{
	float:left;
	width:180px;
	height:48px;
}
.about_report .media img{
	max-height:42px;
}

.about_more{
	padding:30px 0;
	text-align:center;
}
.about_more a{
	font-size:18px;
	color:#666;
}
.about_more a:hover{
	color:#ff7f14;
}
.about_more i{
	margin-left:6px;
	font-size:16px;
}

/*可能你还想知道*/
.about_faq li{
	float:left;
	width:320px;
	height:220px;
	margin-left:20px;
	margin-bottom:20px;
	background-color:#fff;
	border-radius:5px;
}
.about_faq .q{
	display:block;
	height:40px;
	padding:0 15px;
	line-height:40px;
	color:#fff;
	font-size:14px;
	background-color:#ff7f14;
	border-radius:5px 5px 0 0;
}
.about_faq .a{
	display:block;
	padding:10px 15px;
	color:#999;
	line-height:1.7em;
}
.about_faq .more{
	display:block;
	padding:60px 0 20px 0;
	text-align:center;
	color:#333;
	font-size:24px;
}
.about_faq .more:hover{
	color:#ff7f14;
}
.about_faq .alignc{
	text-align:center;
}
.about_faq .btn_white{
	height:50px;
	line-height:50px;
	font-size:20px;
	border-radius:50px;
}

.about_map_bg{
	width:100%;
	height:480px;
	background:url(/images/about_map.jpg) no-repeat center center;
}

.about_map{
	position:relative;
	width:1000px;
	margin:auto;
}

.about_map .dialog1,
.about_map .dialog2,
.about_map .dialog3,
.about_map .dialog4{
	position:absolute;
	padding:15px;
	background-color:#fff;
	border-radius:5px;
}
.about_map .dialog1 .arrow{
	position:absolute;
	right:-10px;
	bottom:20px; 
	width:0;
	height:0;
	border-top:solid 10px transparent;
	border-bottom:solid 10px transparent;
	border-left:solid 10px #fff;
}
.about_map .dialog2 .arrow{
	position:absolute;
	left:20px;
	bottom:-10px; 
	width:0;
	height:0;
	border-left:solid 10px transparent;
	border-right:solid 10px transparent;
	border-top:solid 10px #ff7f14;
}
.about_map .dialog3 .arrow{
	position:absolute;
	right:20px;
	top:-10px; 
	width:0;
	height:0;
	border-left:solid 10px transparent;
	border-right:solid 10px transparent;
	border-bottom:solid 10px #fff;
}
.about_map .dialog4 .arrow{
	position:absolute;
	left:-10px;
	top:20px; 
	width:0;
	height:0;
	border-top:solid 10px transparent;
	border-bottom:solid 10px transparent;
	border-right:solid 10px #fff;
}
.about_map .dialog1{
	left:200px;
	top:100px;
}
.about_map .dialog2{
	left:640px;
	top:100px;
	color:#fff;
	background-color:#ff7f14;
}
.about_map .dialog3{
	left:360px;
	top:280px;
}
.about_map .dialog4{
	left:690px;
	top:290px;
}
.about_map .dialog2 h3,
.about_map .dialog2 p{
	color:#fff;
}

.about_map h3{
	margin-bottom:5px;
	color:#ff7f14;
	font-size:16px;
	font-weight:normal;
}
.about_map h3 i{
	font-size:20px;
	margin-right:5px;
	vertical-align:middle;
}
.about_map p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
}
