@charset "utf-8";
/* CSS Document */
@import url("css.css");
/*============================================================
  banner
  =============================================================*/
.banner{
	width:100%;
	height:400px;
	background:url(../images/banner_about.jpg) top center no-repeat;
}
.banner-con{
	width:760px;
	margin:0 auto;
	text-align:right;
	padding-top:145px;
}
.banner-con h3{
	font-size:40px;
	color:#802a00;
}
.banner-con p{
	font-size:24px;
	color:#0d5363;
}
/*============================================================
  contact
  =============================================================*/
.contact{
	width:1100px;
	margin:80px auto;
}
.contact h3{
	height:60px;
	line-height:60px;
	font-size:35px;
	color:#802a00;
	border-bottom:2px solid #898989;
}
.contact-con{
	margin-top:34px;
	clear:both;
	overflow:hidden;
}
.contact-con-l{
	float:left;
	width:530px;
}
.contact-con-l h5{
	font-size:22px;
	color:#003366;
	line-height:40px;
}
.contact-con-l p{
	font-size:20px;
	color:#000;
	line-height:36px;
}
.contact-con-r{
	width:532px;
	height:324px;
	float:right;
}
.contact-con-r img{
	width:532px;
	height:324px;
}