body{
	background: #fff;
}
.ov{overflow: hidden;}
.w1200{
	width: 1200px;
}
.left{float: left;}
.right{float: right;}
.center{margin: 0 auto;}
.mt30{margin-top: 30px;}
.mr33{margin-right: 33px;}
.banner{
	width: 100%;
	height: auto;
}
.nav_box{
	width: 100%;
	background: #015293;
	overflow: hidden;
}
.content_box{
	background: url(content_bg.png) repeat-x top;
	width: 100%;
}
.nav_box ul li{
	float: left;
	line-height: 71px;
	width: 16.66%;
	text-align: center;
}
.nav_box ul li a{
	color: #fff;
	font-size: 26px;
}
/* 图片新闻 */
.picnews {
	width: 430px;
	height: 293px;
}
#focus {width:430px; height:293px; overflow:hidden; position:relative;margin:0 auto; z-index:1}
#focus ul {height:293px; position:absolute;margin:0;padding:0;}
#focus ul li {float:left; width:430px; height:293px; overflow:hidden; position:relative; background:#000;}
#focus ul li div.photo_bt {position:absolute; bottom:-2px; left:12px; font-size:15px; color:#ffffff; z-index:1; line-height:50px;}
#focus .btnBg {position:absolute; width:430px; height:50px; left:0; bottom:0; background:#000;}
#focus .btn {position:absolute; width:250px; height:32px; padding:14px 10px; right:5px; bottom:12px; text-align:right;}
#focus .btn span {display: inline-block;_display: inline;_zoom: 1;width: 12px;height: 12px;	_font-size: 0;margin-left: 5px;cursor: pointer;background: #fff;border-radius: 6px;}
#focus .btn span.on {background:#d6181f;}
#focus .preNext {width:36px; height:56px; position:absolute; top:175px;background:url(jiantou.png) no-repeat 0 0;  cursor:pointer;}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top;}
#focus .pre:hover {left:0;background-position:left bottom;}
#focus .next:hover {background-position:right bottom;}
.news_right{
	width: 750px;
}
.news_box{
	width: 585px;
}
.news_title{
	color: #0565b2;
	font-size: 21px;
	line-height: 40px;
}
.news_title_bg{
	background: url(title_bg.png) 50% repeat-x;
	line-height: 40px;
	width: 85%;
	float: right;
	text-align: right;
}
.news_title_bg span a{
	color: #999;
	padding-left: 20px;
	background: url(more_bg.jpg) 5px 50% no-repeat #fff;
	font-size: 13px;
}
.news_list ul li{
	background: url(liststyle.png) left 50% no-repeat;
	line-height: 36px;
	padding-left: 15px;
	font-size: 17px;
}
.news_box01{
	width: 388px;
}
.news_box03{
	width: 358px;
}
.xmtj{
	margin:7px 0;
}
/* 图片滚动 */
.lwfc_bg{
	background: url(title_bg.png) 50% repeat-x;
	line-height: 40px;
	width: 92%;
	float: right;
	text-align: right;
}
.lwfc_bg span a{
	color: #999;
	padding-left: 20px;
	background: url(more_bg.jpg) 5px 50% no-repeat #fff;
	font-size: 13px;
}
.rollBox{width:1200px;height:187px; position:relative;margin-top: 20px;}
.rollBox .LeftBotton{height:64px;width:36px;background:url("1.png") no-repeat ;cursor:pointer;position: absolute;left: 0px;top:61px;}
.rollBox .RightBotton{height:64px;width:36px;background:url("2.png") no-repeat ;cursor:pointer;position: absolute;right: 0px;top:61px;}
.rollBox .Cont{width:1136px;overflow:hidden;float:left; margin-left:37px;}
.rollBox .ScrCont{width:100000px; }
.rollBox .Cont .pic{width:262px;float:left;text-align:center;padding:0 4px;}
.rollBox .Cont .pic img{display:block;margin:0 auto; }
.rollBox .Cont .pic a{ background:none; border:none; margin:0; padding:0;}
.rollBox .Cont .pic a:hover{ background:none; border:none; margin:0; padding:0;}
.rollBox #List1,.rollBox #List2{float:left;}
.cpt1{ font-size:14px; color:#6a6a6a; line-height:32px; font-family:Arial, Helvetica, sans-serif;}
.img_box{
	width: 256px;
}
.list01 ul li{float: left; width: 256px;position: relative;	text-align: center; margin: 0 13px;}
/* 友情链接 */

.link_box{
	width: 1200px;
	background: #cde1f0;
	height: 66px;
}
.link_title{
	width: 140px;
	text-align: center;
	line-height: 66px;
	font-size: 21px;
	font-weight: bold;
	color: #0565b2;
}
.link-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  cursor: pointer;
  border: #5c9acb solid 1px;
  background: #fff;
  margin-top: 12px;
}
.link-item:hover .chose-box {
  display: block;
}
.link-item .show-box {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 40px;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  color: #333333;
  text-align: left;
}
.link-item .show-box:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  background: url(icon_arrow_down.png) no-repeat center;
}
.link-item .chose-box {
  display: none;
  position: absolute;
  left: -1px;
  right: 0;
  top: -145px;
  background: #fff;
  max-height: 144px;
  overflow: auto;
  z-index: 999;
  border: #5c9acb solid 1px;
  border-bottom: none;
  width: 210px;
}
.link-item .chose-box .chose-item {
  display: block;
  padding: 0 10px;
  line-height: 36px;
  font-size: 14px;
  z-index: 999;
}
.link-item .chose-box .chose-item:hover {
  color: #37694c;
}
.footer{
	background: #015293;
	width: 100%;
	height: 150px;
	color: #a6cdeb;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
	padding-top: 45px;
}