@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;
}
/*============================================================
  new
  =============================================================*/
.new{
	width:100%;
	padding:60px 0px;
	background:url(../images/about_bg2.jpg) top center no-repeat;
	background-size: cover;
    background-attachment: fixed;
}
.new ul li{
	padding:40px 30px;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	margin-top:30px;
	clear:both;
	overflow:hidden;
}
.new-list-img{
	float:left;
	width:327px;
	height:177px;
	display:block;
}
.new-list-img img{
	width:327px;
	height:177px;
}
.new-list-xx{
	float:right;
	width:680px;
	max-height:177px;
	overflow:hidden;
}
.new-list-xx .title{
	width:100%;
	font-size:22px;
	line-height:36px;
	display:block;
	color:#802a00;
}
.new-list-xx span{
	font-size:20px;
	color:#a6a6a6;
}
.new-list-xx p{
	font-size:18px;
	color:#000;
	line-height:32px;
	max-height:64px;
	overflow:hidden;
	margin:10px auto;
}
.new-list-xx .title-l{
	width:36px;
	height:30px;
	display:block;
	background:url(../images/lue.png) center no-repeat;
	text-indent: 100000px;
}
.article-more{
	width:215px;
	height:45px;
	line-height:45px;
	color:#898989;
	font-size:18px;
	display:block;
	background-color:#e5e5e5;
	text-align:center;
	margin:50px auto 0px;
	border-radius:5px;
}
/*============================================================
  just
  =============================================================*/
.just{
	width:100%;
	padding:60px 0px;
}
.just-xx{
	width:914px;
	height:280px;
	margin:50px auto 0px;
	clear:both;
	overflow:hidden;
}
.just-xx li{
	float:left;
	width:457px;
	height:280px;
	text-align:center;
	
}
.just-xx-1{
	background:url(../images/just1.jpg) no-repeat;
}
.just-xx-2{
	background:url(../images/just2.jpg) no-repeat;
}
.just-xx li a{
	width:457px;
	height:280px;
	display:block;
}
.just-xx li a span{
	display:block;
	color:#fff;
}
.just-xx-t{
	font-size:28px;
	margin:95px 0px 20px;
}
.just-xx-x{
	font-size:10px;
	margin:10px 0px 20px;
	text-transform:uppercase;
}