body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
/*
	添加:导航宽度(多媒体)
*/
.container-header {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-header {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-header {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-header {
    width: 1400px;
  }
}
#supnav a{
	color: #FFFFFF;
	text-decoration: none;
}
#supnav a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.clear{
	padding: 0;
	margin: 0;
}
.cl-fl{
	clear: both;
}
.op_txt a{
	color: #FFFFFF;
}

/*全局容器*/
.gobal{
	margin: 0;
	padding: 0;
	width: 100%;
}
.head{
	width: 100%;
	background: url(../img/body-bg.png);
}
/*头部*/
.header{
	padding: 15px 0;
}
/*头部联系方式*/
.tel{
	margin-top: 23px;
}
/*导航*/
.headnav{
	width: 100%;
	background: #007A77;
}
ul{
	margin: 0;
}
#nav ul li {
	width: 7%;
	line-height: 40px;
	padding: 0;
	position: relative;
	/*overflow: hidden;*/
	white-space: nowrap;
	text-overflow: ellipsis;
}
#nav .nav-div {
	z-index: 9999999;
	width: 95.89px;
	position: absolute;
	left: 0px;
	padding-bottom: 0px;
	height: 0;
	overflow: hidden;
	background-color: #007A77;
}
#nav-div9{
	width: 200px !important;
}

#nav li .a {
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 40px;
	display: block;
}
#nav .nav-div a {
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 35px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#nav a:hover {
	background-color: #0e908d;
}
/*banner*/
.banner{
	width: 100%;
	z-index: 0;	
}
.op_txt{
	position: relative;
	left: 0;
	right: 0;
	top: -40px;
	bottom: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.6);
}
.home-nav{
	height: 40px;
}
.home-nav li{
	padding: 10px;
	opacity: 1;
}
.home-nav li:first-child {
	padding: 0;
}
.home-icon{
	padding: 12px;
	background: #ff961a;
}
.home-nav li a:hover{
	color: #ff961a;
	text-decoration: none;
}

/* .home-nav li .icon-a span:after{
	content: url(../img/icon-open01.png);
} */
/*
.home-nav li .icon-a:hover:after{	
	content: url(../img/icon-open02.png);
}*/
/*正文*/
.content{
	width: 100%;
}
.list-note li{
	padding: 10px 0;
	font-size: 16px;
}
.txt-word{
	margin-top: 10px;
	line-height: 27px;
	text-indent: 2em;
}
.txt-word img{
	text-align: center;
}
.txt-word p{
	color: #666;
	text-indent:2em;
	line-height: 30px;
}
/*上下篇*/
.page-div{
	padding: 30px 20px 50px 20px;
	background: #f3f5f7;
}
.prev,.next{
	width: 6%;
	line-height: 30px;
}
.line{
	float: left;
	width: 1px;
	height: 11px; 
	margin: 0 25px 0 25px;
	background: #E3E5E6;
}
.page-txt{
	width: 88%;
	float: left;
}
.page-txt a{
	color: #000000;
}
.prev-txt,.next-txt{
	width: 30%;	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*页脚*/
.footer{
	width: 100%;
	color: #FFFFFF;
	background: url(../img/img-footer.png);
	background-position: center;
}
.footer .container-first{
	margin-top: 50px;
	padding: 3% 7% 0 7%;
}
.footer p{
	margin: 10px 0;
}
.h7{
	font-size: 16px;
}
.crumbs{
	overflow: auto;
	line-height: 80px;
}
.crumbs-2{
	margin-left: 20px;
}
.yqlj_r{
	width: 55%;
	float: right;
}
.yq-url{
	margin-left: 10%;
	border:1px solid #FFFFFF;
	background: #198481;
	padding: 10px;
}
.crumbs-3{
	float: right;
}

.white{
	width: 100%;
	height: 2px;
	color: #FFFFFF;
	margin: 10px 0;
	padding: 0;
}

.crumbs-two1{
	text-align: center;
}
.crumbs-two1 span{
	margin: 0 10px;
}
.crumbs-two2{
	padding-bottom: 10px;
}

/*轮播*/
/*图片轮播*/
/*banner*/
#swiper-wrapper_banner {
	height: 250px;
	overflow: hidden;
}
/*新闻图片轮播*/
#news_img {
	height: 247px;
	overflow: hidden;
}
.img_pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  margin: 5px 0px;
  width: 100%;
}
.swiper-pagination-switch{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch{
  background: #fff;
}
/*修改*/
#list_tit{
	margin-bottom: 10px;
}
#list_tit,
.clear>#list_tit1{
	text-align: center;
}
#list_tit1{
	border-top: 1px solid #0B8FBD;
	border-bottom: 1px solid #0B8FBD;
}
