﻿.w1200{width: 1200px; overflow: hidden;}
.w585{width: 585px; overflow: hidden;}
.w380{width: 380px;	overflow: hidden;}
.mt40{margin-top: 40px!important;}
.mt35{margin-top: 35px!important;}
.mt30{margin-top: 30px!important;}
.mt25{margin-top: 25px!important;}
.mt20{margin-top: 20px!important;}
.mt10{margin-top: 10px;}
.mb40{margin-bottom: 40px!important;}
.ml30{margin-left: 30px!important;}
.center{margin: 0 auto;}
.fl{float: left;}
.fr{float: right;}
.textcenter{text-align: center;}
.top{
	height: 150px;
	background: url(top_bg.png) no-repeat;
}
/* 无障碍 */
.wza{
	font-size: 16px;
	margin-top: 20px;
}
.wza a{
	color: #1088d1;
}
/* 搜素 */
.ssk {
    width: 303px;
    height: 40px;
	margin-top: 30px;
}
.search_input {
    width: 243px;
    border: solid 1px #b5c8d4;
    border-right: none;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #1088d1;
    background-color: #deeaf2;
    margin-top: 4px;
}
.search_right {
    background: url(search.png) no-repeat 50%;
	background-color: #deeaf2;
    border: solid 1px #b5c8d4;
    height: 40px;
    width: 60px;
    float: right;
    border-left: none;
    margin-top: 4px;
}
/*导航*/
.menu {
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to right,#1fc9d9,#0b98ee);
  display: flex;
  justify-content: center;
  z-index: 999;
}
.menu * {
  box-sizing: border-box;
}
.menu .center {
  width: 1200px;
  margin:0;
}
.menu .ul-list {
  display: flex;
}
.menu .ul-list > li {
  flex: 1;
  position: relative;
}
.menu .ul-list > li:last-child {
  border-right: none;
}
.menu .ul-list > li > a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.menu .ul-list > li > span {
  color: #fff;
  font-size: 14px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .ul-list > li:hover .ol-list {
  display: block;
}
.menu .ol-list {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 999;
  background: #1fc9d9;
  width: 100%;
}
.menu .ol-list > li > a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  justify-content: center;
}
.menu .ol-list > li > a:hover {
  background: #0b98ee;
}
/* 图片新闻 */
.picnews_box {
	width: 100%;
	background: url(picnewsbox_bg.png) center repeat-x;
	height: 534px;
	overflow: hidden;
}

.picnews {
	width: 1200px;
	height: 447px;
	margin-top: 40px;
}

#focus {
	width: 1200px;
	height: 447px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

#focus ul {
	height: 1200px;
	position: absolute;
	margin: 0;
	padding: 0;
}

#focus ul li {
	float: left;
	width: 1200px;
	height: 447px;
	overflow: hidden;
	position: relative;
}

#focus ul li div.photo_bt {
	width: 410px;
	background: url(picnews_content_bg.png) no-repeat;
	padding: 30px 20px 30px 50px;
	height: 447px;
}

.picnews_title {
	color: #1088d1;
	font-weight: bold;
	font-size: 24px;
}

.picnews_date {
	color: #999;
	text-align: right;
	font-size: 16px;
	line-height: 50px;
}

.picnews_zhaiyao {
	color: #999;
	font-size: 18px;
	line-height: 30px;
}

.picnews_xx {
	background-image: linear-gradient(to right,#1fc9d9,#0b98ee);
	width: 100px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom: 30px;
}

.picnews_xx a {
	color: #fff;
	font-size: 15px;
}

#focus .btnBg {
	position: absolute;
	width: 780px;
	height: 45px;
	left: 0;
	bottom: 0;
	background: #888;
}

#focus .btn {
	position: absolute;
	width: 250px;
	height: 32px;
	padding: 14px 10px;
	left: 525px;
	bottom: 15px;
	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;
	border: #ddd solid 1px;
}

#focus .btn span.on {
	background: #e6372c;
	border: none;
}

#focus .preNext {width:27px; height:27px; position:absolute; bottom:30px;background:url(jiantou.png) no-repeat 0 0;  cursor:pointer;}
#focus .pre {right:60px;}
#focus .next {right:20px; background-position:right top;}

/* 新闻 */
.news_01{
	padding-top: 10px;
	background: #26c1d1;
}
.news_02{
	padding-top: 10px;
	background: #54b4ed;
}
.news_03{
	padding-top: 10px;
	background: #27a2e9;
}
.newslist ul{padding: 5px 20px;}
.newslist ul li{
	background: url(liststyle.png) no-repeat left 50%;
	line-height: 40px;
	border-bottom: #68d9e4 solid 1px;
	padding-left: 18px;
	font-size: 16px;
}
.newslist a{
	color: #fff;
}
.date {
	color: #fff;
	float: right;
	line-height: 36px;
}
.more{
	text-align: right;
	line-height: 50px;
}
.ywtb_box{
	width: 100%;
	background: url(ywtb_bg.png) no-repeat center;
	height: 183px;
	padding-top: 23px;
}
.ywtb ul{
	margin-right: -39px;
}
.ywtb ul li{
	margin-right: 39px;
	float: left;
}
.endpart_box{
	width: 100%;
	background: url(footer_bg.png) no-repeat center;
	height: 674px;
	padding-top: 22px;
}
.sfxz_box{
	background: #fff;
	height: 412px;
}
.sfxz{
	background: #e3eff6;
	padding: 20px;
	width: 360px;
	height: 346px;
}
.sfxz_title{
	font-size: 22px;
	font-weight: bold;
	color: #1088d1;
	line-height: 44px;
}
.sfxzlist{clear: both;}
.sfxzlist ul li{
	background: url(liststyle02.png) no-repeat left 50%;
	line-height: 40px;
	border-bottom: #cddae1 solid 1px;
	padding-left: 18px;
	font-size: 16px;
	width: 100%;
}
.sfxz a{
	color: #333;
}
.sfxz_more a{
	color: #1088d1;
	font-size: 16px;
	font-weight: normal;
	line-height: 44px;
}
.hdptlist{overflow: hidden;}
.hdptlist{
	margin-right: -6px;
}
.hdptlist ul li{
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}


/* 友情链接 */

.link_box{
	width: 1200px;
  margin-top: 40px;
}
.link-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 219px;
  cursor: pointer;
  border-radius: 4px;
  border: #8fddec solid 1px;
}
.link-item:hover .chose-box {
  display: block;
}
.link-item .show-box {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 40px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  color: #8fddec;
  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: 0;
  right: 0;
  top: 46px;
  background: #fff;
  max-height: 144px;
  overflow: auto;
  z-index: 999;
  opacity: 0.8;
}
.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 */
.footer_text p{
	color: #8fddec;
	font-size: 14px;
	line-height: 25px;
}
.footer_text p a{
	color: #8fddec;
}