@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;
}
/*============================================================
  intro
  =============================================================*/
.intro{
	width:100%;
	padding:80px 0px;
	background:url(../images/about_bg1.jpg) top center no-repeat;
}
.intro-con h3,.new h3,.just h3{
	font-size:35px;
	color:#802a00;
	text-align:center;
}
.intro-con h5,.new h5,.just h5{
	font-size:20px;
	color:#0d5363;
	text-align:center;
	font-weight:normal;
}
.intro-xx p{
	font-size:20px;
	color:#000;
	line-height:32px;
	margin-top:36px;
}
.intro-xx p img{
	margin:0px 16px;
}
