body{
	/*background-color: #082346;
	background-image: url(../img/bg_body.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;*/
}
@charset "UTF-8";
/********/
html,
body {
  -ms-overflow-style: scrollbar;
}
html {
  font-size: 23.80952vw;
}
body {
  font-size: 20px;
  color: #333;
  min-height: 100%;
  background: #fff;
  font-family: "微软雅黑";
}
body.news {
    background: #f8f8f8;
}
/*页面外*/
.wrapper{
	width:100%;
    min-height: 568px;
    position: relative;
    overflow: hidden;
}
/*主体*/
.main-box{
  min-height: 300px;
  position: relative;
}
.cont_w{
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
    text-align: center;
}
/*头部******************************************************/
.header-box {
    position: absolute;
    top: 0;
	left: 0;
    right: 0;
    z-index: 1003;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.header-box .header-pc{
  height: 100px;
  font-size: 20px;
  width: 100%;
}
.header-box .header-pc .logo{
	float: left;
	margin-left: 7em;
}
.header-box .header-pc .nav{
  float: right;
  margin-right: 7em;
  -webkit-transition: -webkit-transform 0.5s, opacity 3s;
  transition: transform .5s, opacity 3s;
  opacity: 1;
  transform-origin: center center;
  position: relative;
}
.header-box .header-pc .nav ul{}
.header-box .header-pc .nav ul li{
  float: left;
  position: relative;
}
.header-box .header-pc .nav ul li .lv1{
  line-height: 100px;
  font-size: 18px;
  color: #fff;
  display: block;
  position: relative;
  padding: 0 1.5em;
}
.header-box .header-pc .nav ul li:hover .lv1:after{
   content:"";
   position:absolute;
   bottom:21px;
   left:50%;
   margin-left: -6.5px;
   width:13px;
   height:7px;
   background: url(../images/jiao-bg1.png) no-repeat center center;
   background-size: 100%;
}
.header-box .header-pc .nav ul li.nochild:hover .lv1:after{
  background: none;
}
/*下拉二级*/
.header-box .header-pc .lv2-box{
  position: absolute;
  left: 50%;
  top: 100px;
  background: rgba(255,255,255,.91);
  width: 250px;
  margin-left: -125px;
  display: none;
  box-shadow: 5px 5px 5px rgba(0,0,0,.05);
}
.header-box .header-pc .lv2-box dl{

}
.header-box .header-pc .lv2-box dl dd{
  line-height: 45px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  border-left: 3px solid transparent;
  text-align: center;
}
.header-box .header-pc .lv2-box dl dd:last-child{
  border-bottom: none;
}
.header-box .header-pc .lv2-box dl dd a{
  color: #333;
  display: block;
  margin-left: -3px;
}
.header-box .header-pc .lv2-box dl dd:hover{
  border-left: 3px solid #00a2a2;
  background: #fff;
}
.header-box .header-pc .lv2-box dl dd:hover a{
  color: #00a2a2;
}
/*滚动显示*/
.header-box.fixednav {
    position: fixed !important;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    border: none;
    background: #fff;
}
.header-box.fixednav .header-pc .nav ul li .lv1 {
    color: #333;
}

/*首页轮播样式开始*/
.index-banner {
    overflow: hidden;
    position: relative;
    min-height: 80vh;
    /*分页器*/
	background: rgba(0,0,0,.1);
}
.dark-banner{
     min-height: 80vh;
}
.lazy-load-box{
     min-height: 80vh;
}
.dark-banner .swiper-container{
     min-height: 80vh;
}
.index-banner .animated{
	animation-duration: 1s;
}
.index-banner .dark-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.index-banner .dark-banner .swiper-slide {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 50;
}
.index-banner .dark-banner .swiper-container {
    width: 100%;
    height: auto;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
    width: 15%;
    height: 100%;
    top: 0;
    background: none;
}
.index-banner .swiper-button-prev {
    left: 0;
    display: none;
}
.index-banner .swiper-button-next {
    right: 0;
    display: none;
}
.index-banner .swiper-button-prev span,
.index-banner .swiper-button-next span {
    display: block;
    width: 22px;
    height: 70px;
    position: absolute;
    left: 38px;
    top: 50%;
    margin-top: -32px;
    border-radius: 100%;
    background: url(../images/banner-left.png) no-repeat center center;
}
.index-banner .swiper-button-prev span:hover,
.index-banner .swiper-button-next span:hover {
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
    filter: alpha(opacity=(70));
}
.index-banner .swiper-button-next span {
   background: url(../images/banner-right.png) no-repeat center center;
    left: auto;
    right: 38px;
}
.index-banner .swiper-button-next span:hover {
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
    filter: alpha(opacity=(70));
}
.index-banner .dark-banner .swiper-pagination {
    top: auto;
    bottom: 12px;
    background: none;
}
.index-banner .dark-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    cursor: pointer;
    background: none;
    border-radius: 0;
    opacity: 1;
}
.index-banner .dark-banner .swiper-pagination-bullet span {
    width: 30px;
    height: 6px;
    display: block;
    background:#fff;
}
.index-banner .dark-banner .swiper-pagination-bullet-active span {
    background: #5dba74;
}
.index-banner .dark-banner .autoplay .swiper-pagination-bullet-active span {
    background: #5dba74;
}
.index-banner .apple-banner .swiper-pagination-bullet i {
    background: gray;
    height: 2px;
    transform: scaleX(0);
    transform-origin: 0;
    display: block;
}
.index-banner .dark-banner .autoplay .swiper-pagination-bullet-active span {
    background: #5dba74;
}
.index-banner .dark-banner .autoplay .firsrCurrent i {
    transition: transform 2.9s linear;
    transform: scaleX(1);
}
.index-banner .dark-banner .autoplay .current i {
    transition: transform 4s linear;
    transform: scaleX(1);
}
.index-banner .dark-banner .autoplay .replace span {
    /*background: gray;*/
}
/*banner文字*/
.index-banner .animated {
    animation-duration: 1s;
}
.index-ban-doc {
    /*opacity: 0;*/
    top: 40%;
    color: #fff;
}
.index-ban-doc .big-tit1 {
    font-size: 2em;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    font-weight: normal;
}
.index-ban-doc .big-tit {
    font-size: 3em;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 5px;
	font-weight: normal;
}

.lazy-load-box {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #eaeaea;
  position: absolute;
  z-index: 8;
}
.lazy-load-box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -128px;
  margin-left: -128px;
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  transform: scale(0.25);
  z-index: 8;
}
/*首页轮播样式结束*/


/*新闻******************************************************/
.news-box,
.service-box,
.dang-box{
    padding-top: 35px;
    position: relative;
    z-index: 5;
}
.news-box .news-title,
.service-box .service-title,
.dang-box .dang-title{
	line-height: 45px;
	padding: 5px 0px;
}
.news-box .news-title:after,
.service-box .service-title:after,
.dang-box .dang-title:after{
  content: '';
  display: table;
  clear: both;
}
.news-box .news-title .left,
.service-box .service-title .left,
.dang-box .dang-title .left{
	float:left;
}
.news-box .news-title .left a,
.service-box .service-title .left a,
.dang-box .dang-title .left a{
	font-size: 40px;
	font-weight: 600;
	color: #333;
}
.news-box .news-title .left a:hover,
.service-box .service-title .left a:hover,
.dang-box .dang-title .left a:hover
{
	color: #00a2a2;
}
.news-box .news-title .right,
.service-box .service-title .right,
.dang-box .dang-title .right{
	float:right;
}
.news-box .news-title .right a,
.service-box .service-title .right a,
.dang-box .dang-title .right a{
	font-size: 16px;
	color: #333;
}
.news-box .news-title .right a:hover,
.service-box .service-title .right a:hover,
.dang-box .dang-title .right a:hover{
	color: #00a2a2;
}
.news-box .news-main{
	margin-top: 12px;
	position: relative;
}
.news-box .news-main:after {
  content: '';
  display: table;
  clear: both;
}
/*新闻焦点图*/
.news-box .news-main .pics{
	position: absolute;
	width: 56.46%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.news-box .news-main .pics .swiper-container{
	width: 100%;
	height: 100%;
}
.news-box .news-main .pics .swiper-container .swiper-slide{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.news-box .news-main .pics .swiper-container .swiper-slide a{
	display: block;
	height: 100%;
}
.news-box .news-main .pics .name{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 1em;
	color: #fff;
	background: rgba(0,0,0,.5);
	padding: 0 1.5em;
	line-height: 3em;
	padding-right: 20%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align: left;
}
.news-box .news-main .pics .swiper-pagination{
	z-index: 1000;
	width: 30%;
	text-align: right;
	left: inherit;
	right: 27px;
	bottom:0.8em;
}
.news-box .news-main .pics .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 4px !important;
	background: #adafae;
}
.news-box .news-main .pics .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #5dba74;
}

.news-box .news-main .pics .news-prev{
    width: 19px;
    height: 35px;
    background: url(../images/index-news-leftbg.png) no-repeat center center;
    position: absolute;
    left: 1.5em;
    top: 50%;
    margin-top: -17.5px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: none;
     -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.6;
}
.news-box .news-main .pics .news-prev:hover{
    opacity: 1;
}
.news-box .news-main .pics .news-next{
    width: 19px;
    height: 35px;
    background: url(../images/index-news-rightbg.png) no-repeat center center;
    position: absolute;
    right: 1.5em;
    top: 50%;
    margin-top: -17.5px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
     display: none;
     -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.6;
}
.news-box .news-main .pics .news-next:hover{
    opacity: 1;
}
.news-box .news-main .pics:hover .news-prev{
    display: block;
}
.news-box .news-main .pics:hover .news-next{
   display: block;
}

/*新闻列表*/
.news-box .news-main .newslist {
    float: right;
    width: 40.34%;
    min-height: 200px;
    background: #fff;
    padding: 2em 1.5em;
    box-shadow: 0 -8px 40px rgba(0,0,0,0.07);
    min-height: 22.6em;
}
.news-box .news-main .newslist .list li{
	position: relative;
	padding-left: 90px;
	padding-right: 1.6em;
	margin-bottom: 1.2em;
}
.news-box .news-main .newslist .list li:last-child{
	margin-bottom: 0;
}
.news-box .news-main .newslist .list .cont .name{
	font-size: 20px;
	line-height: 24px;
	overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color: #000;
  	text-align:left;
}
.news-box .news-main .newslist .list .cont .doc{
	line-height: 22px;
	height: 44px;
	display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:2;
  margin-top: 7px;
  color: #666666;
  font-size: 14px;
  	text-align:left;
}
.news-box .news-main .newslist .list .time{
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0;
	top: 0;
	background: url(../images/index-news-timebg1.png) no-repeat center center;
	color: #fff;
	font-family: "arial";
	padding-top: 9px;
	text-align: center;
}
.news-box .news-main .newslist .list .time span{
	font-size: 40px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 3px;
	display: inline-block;
	margin-left: -2px;
}
.news-box .news-main .newslist .list .time{
	font-size: 12px;
	line-height: 16px;
}
.news-box .news-main .newslist .more{
	position: absolute;
	right: 0;
	top: 50%;
	width: 12px;
	height: 21px;
	margin-top: -10.5px;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.news-box .news-main .newslist .list li:hover .more{
	right: -5px;
}
.news-box .news-main .newslist .list li:hover .cont .name{
	color: #00a2a2;
}
.news-box .news-main .newslist .list li:last-child{
	margin-bottom: 0;
}
/*其他信息*/
.infolist-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.infolist-box .items{
	width: 385px;
	/*min-height: 400px;*/
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.infolist-box .items .img{
	width: 385px;
	min-height: 200px;
	overflow: hidden;
	text-align: center;
	background-color: rgba(0,0,0,.03);
	display: block;
}
.infolist-box .items .img img{
	width: 385px;
	height: 200px;
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -moz-transform 0.8s;
	-o-transition: -o-transform 0.8s;
	transition: transform 0.8s;
}
.infolist-box .items .img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.infolist-box .items .title{
	height:45px;
	line-height: 45px;
	text-align: left;
	padding:5px 15px 0px;
}
.infolist-box .items .title h5{
	font-size: 24px;
	font-weight: normal;
}
.infolist-box .items .title a{
	float: right;
	font-size: 12px;
	line-height: 24px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 90px;
	border: 1px solid #eee;
	border-radius: 10px;
	text-align: center;
	color: #474747;
	margin-top: 10px;
}
.infolist-box .items .title a:hover{
	background:#f39d00; 
	color:#fff; 
	border-color:#f39d00;
}
.infolist-box .items .list{
	padding:0px 15px 15px;
}

.infolist-box .items .list li{
    overflow: hidden;
    font-size: 16px;
    line-height: 40px;
}
.infolist-box .items .list .name{
    float: left;
    width: 85%;
    padding-left: 20px;
    position: relative;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align: left;
}
.infolist-box .items .list .name::after{
    content:"";
    position:absolute;
    top:50%;
    margin-top: -3px;
    left:0;
    width:6px;
    height:6px;
    background:#31ba53;
}
.infolist-box .items .list .name a{
    color: #333;
}
.infolist-box .items .list .name a:hover{
    color: #00a2a2;
}
.infolist-box .items .list .time{
    float: right;
    width: 15%;
    text-align: right;
    font-size: 12px;
}
/*按钮部分*/
.btn-box{
	margin-top: 35px;
	padding: 100px 0px 100px;
    background: url(../images/bg-btn-box.jpg) no-repeat center center;
    background-size: cover;
}
.btn-box .btnlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btn-box .btnlist a{
	display: block;
	width: 300px;
	height: 300px;
	background-color: rgba(0,0,0,.1);
}
.btn-box .btnlist a .iconfont{
	display: block;
	padding: 80px 0px 5px;
	font-size: 80px;
	color: #FFFFFF;
	position: relative;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-box .btnlist a .txt{
	padding: 15px 0px 15px;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-box .btnlist a:hover .iconfont,
.btn-box .btnlist a:hover .txt{
	color: #fcf318;
}
.btn-box .btnlist a.li1{
    background: rgba(0,91,172,.8);
}
.btn-box .btnlist a.li2{
    background: rgba(0,146,195,.8);
}
.btn-box .btnlist a.li3{
    background: rgba(0,192,192,.8);
}
.btn-box .btnlist a.li4{
    background: rgba(0,179,149,.8);
}
/*服务区******************************************************/
.service-box .service-main{
	margin-top: 12px;
	position: relative;
}
.service-box .service-main:after {
	content: '';
	display: table;
	clear: both;
}
.service-box .service-main .left{
    float: left;
    width: 28%;
}
.service-box .service-main .left .title{
    font-size: 24px;
    font-weight: bold;
	text-align: left;
	padding-left:15px;
}
.service-box .service-main .list{
	padding:10px 0px 0px;
}
.service-box .service-main .list li{
    overflow: hidden;
    font-size: 16px;
    line-height: 40px;
}
.service-box .service-main .list .name{
    float: left;
    width: 85%;
    padding-left: 20px;
    position: relative;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align: left;
}
.service-box .service-main .list .name::after{
    content:"";
    position:absolute;
    top:50%;
    margin-top: -3px;
    left:0;
    width:6px;
    height:6px;
    background:#31ba53;
}
.service-box .service-main .list .name a{
    color: #333;
}
.service-box .service-main .list .name a:hover{
    color: #00a2a2;
}
.service-box .service-main .list .time{
    float: right;
    width: 15%;
    text-align: right;
    font-size: 12px;
}
/*服务右*/
.service-box .service-main .right {
    float: right;
    width: 70%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	text-align: justify;
}
.service-box .service-main .right .itemw{
	width: 32%;
	height: 150px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.service-box .service-main .right .itemw .doc-box {
	padding-top:30px;
	padding-left:30px;
}
.service-box .service-main .right .itemw .doc-box .title{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.service-box .service-main .right .itemw .doc-box .title1 {
    font-size: 30px;
    font-weight: bold;
    font-family: "arial";
    color: #008f8f;
}
.service-box .service-main .right .itemw .doc-box .more{
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
}
.service-box .service-main .right .itemw .doc-box .more a{
    color: #31ba53;
}
.service-box .service-main .right .itemw .doc-box .more a img{
    margin-left: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-box .service-main .right .itemw .doc-box .more a:hover img{
    margin-left: 10px;
}

/*党群工作*/
.dang-box .dang-main{
	margin-top: 12px;
	position: relative;
}
.dang-box .dang-main:after {
  content: '';
  display: table;
  clear: both;
}
.dang-box .dang-main .left {
    float: left;
    width: 70%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	text-align: justify;
}
.dang-box .dang-main .left .itemd{
	position: relative;
	width: 407px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -moz-transform 0.8s;
	-o-transition: -o-transform 0.8s;
	transition: transform 0.8s;
}
.dang-box .dang-main .left .itemd img{
	width: 407px;
	height: 200px;
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -moz-transform 0.8s;
	-o-transition: -o-transform 0.8s;
	transition: transform 0.8s;
}
.dang-box .dang-main .left .itemd:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.dang-box .dang-main .left .itemd a{
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	top:0px;left:0px;
}
.dang-box .dang-main .left .itemd a h3{
	text-align: center;
	font-size: 30px;
	letter-spacing:8px;
	margin-top: 80px;
	color: #FF0000;
	text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
	-webkit-text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
	-moz-text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
}


.dang-box .dang-main .right {
	position: relative;
	overflow: hidden;
    float: right;
    width: 330px;
	height: 430px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.dang-box .dang-main .right img{
    width: 330px;
	height: 430px;
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -moz-transform 0.8s;
	-o-transition: -o-transform 0.8s;
	transition: transform 0.8s;
}
.dang-box .dang-main .right:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.dang-box .dang-main .right a{
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	top:0px;left:0px;
}
.dang-box .dang-main .right a h3{
	text-align: center;
	font-size: 30px;
	letter-spacing:8px;
	margin-top: 50px;
	line-height: 40px;
	color: #FF0000;
	text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
	-webkit-text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
	-moz-text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
}

.link{
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
	height:45px;
	padding-left:130px;
}
.link:after {
  content: '';
  display: table;
  clear: both;
}
.link .title{
	position: absolute;
	left:0px;
	top:12px;
	font-weight: bold;
	font-size: 1em;
}
.link .list{
	text-align: left;
	overflow: hidden;
	position: relative;
	height: 45px;
	width: 100%;
}
.link .list .foot-jszc{}
.link .list .foot-jszc li{
	height: 45px;
	line-height: 45px;
}
.link .list .foot-jszc li a{
	font-size: 16px;
	margin-right: 30px;
}


.back-top {
    position: fixed;
    width: 70px;
    height: 70px;
    background: url(../images/back-topbg.jpg) no-repeat center center;
    background-size: auto;
    background-size: 100%;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    cursor: pointer;
    display: none;
    opacity: 0.8;
}
/*网页底部*/
.footer-box {
    background: #333;
    padding: 15px 0 20px 0;
}
.footer-box .footer-main{
	padding-top:10px;
	padding-bottom:10px;
}
.footer-box .footer-main:after {
	content: '';
	display: table;
	clear: both;
}
.footer-box .left{
  float:left;
  margin-top: 15px;
  max-width: 77%;
  text-align: left;
}
.footer-box .left1{
  overflow: hidden;
}
.footer-box .left .left1 ul{
  float: left;
}
.footer-box .left .left1 ul li{
  float: left;
  line-height: 15px;
  border-right: 2px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.footer-box .left .left1 ul li:last-child{
  border-right: none;
  margin-right: none;
  padding-right: 0;
}
.footer-box .left .left1 ul li a{
  color: #fff;
}
.footer-box .left .left1 ul li a:hover{
  text-decoration: underline;
}
.footer-box .left .left1 .tel{
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
}
.footer-box .left2{
  overflow: hidden;
  line-height:26px;
  font-size: 14px;
  margin-top: 15px;
}
.footer-box .left2 .doc{
  float: left;
}
.footer-box .left .left2 .doc{
  float: left;
  color: #999;
  width: 100%;
}
.footer-box .left .left2 .doc img{
  margin-top: -2px;
  margin-right: 3px;
}
.footer-box .left .left2 .doc a.bei{
  margin-left: 0;
}
.footer-box .left .left2 .doc a{
   color: #999;
   margin-left: 12px;
}
.footer-box .left .left2 .doc a:hover{
  text-decoration: underline;
}

.footer-box .footer-main .right{
	float: right;
}

/*二级页面样式*/
.toper-box{
	
}
.toper-box .imgs-box{
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #eaeaea;
}
.toper-box .nav-box{
	border-bottom: 1px solid #e2e2e2;
	line-height: 60px;
	height: 60px;
	background-color: #fff;
}
.toper-box .nav-box .pc-nav{}
.toper-box .nav-box .pc-nav .left{
	float: left;
}
.toper-box .nav-box .pc-nav .left .back{
	float: left;
	width: 74px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	text-align: center;
}
.toper-box .nav-box .pc-nav .left .back img{
	margin-top: -3px;
}
.toper-box .nav-box .pc-nav .left .current{
	float: left;
	font-size: 16px;
	margin-left: 30px;
}
.toper-box .nav-box .pc-nav .right{
	float: right;
}
.toper-box .nav-box .pc-nav .right li{
	float: left;
	font-size: 16px;
	padding-right:5px; 
}
.toper-box .nav-box .pc-nav .right li:after { 
	content:"|"; 
	padding-left:5px;
	padding-right:5px; 
	color: #666; 
}
/*.toper-box .nav-box .pc-nav .right li:first-child:after {
	margin-left: 0;
}*/
.toper-box .nav-box .pc-nav .right li:last-child:after {
	content:""; 
}
.toper-box .nav-box .pc-nav .right li a{
	color: #666;
}
.toper-box .nav-box .pc-nav .right li.on a{
	font-weight: bold;
	color: #2bb7ea;
}
.toper-box .nav-box .pc-nav .right li a:hover{
	color: #007272;
}

/*** 公共标题开始 ****/
.two-level-title{
    padding-top: 1em;
	text-align: center;
}
.two-level-title h5{
	display: block;
    color: #333333;
    font-size: 1.8em;
    line-height: 2.111em;
    text-align: center;
}
.two-level-title .line{
    width: 1.5em;
    height: 3px;
    background: #31bc55;
    margin: 0 auto;
}
.two-level-title:before,
.two-level-title:after {
  content: '';
  display: table;
  clear: both;
}


/*独立信息页面*/
.web-page-box{}
.web-page-box .two-level-cont{
	padding-top:30px;
	padding-bottom:50px;
	text-align: left;
	line-height: 45px;
}

/*文章信息页面*/
.web-article-box{}
.web-article-box .two-level-cont{
	padding-top:30px;
	padding-bottom:50px;
}
.web-article-box .two-level-cont ul:before,
.web-article-box .two-level-cont ul:after {
  content: '';
  display: table;
  clear: both;
}
.web-article-box .two-level-cont ul{
	margin-top: 1.75em;
	min-height: 300px;
}
.web-article-box .two-level-cont ul li{
	width: 48.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 1.5em;
	overflow: hidden;
	background: #fff;
	padding: 1.6em 2em;
	height: 163px;
}
.web-article-box .two-level-cont ul li:nth-child(2n){
	margin-right: 0;
}
.web-article-box .two-level-cont ul li .left{
	float: left;
	width: 90px;
	height: 90px;
	background: url(../images/news-timebg.png) no-repeat center center;
	background-size: 100%;
	text-align: center;
	font-family: "arial";
	color: #2bb7ea;
	padding-top: 15px;
}
.web-article-box .two-level-cont ul .left .date{
	font-weight: bold;
	font-size: 50px;
	line-height: 46px;
}
.web-article-box .two-level-cont ul .left .year{
	font-size: 14px;
	line-height: 20px;
}
.web-article-box .two-level-cont ul .right{
	float: right;
	width: 78%;
	text-align: left;
}
.web-article-box .two-level-cont ul .right .name{
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
    -webkit-line-clamp:1;
    margin-top: -3px;
}
.web-article-box .two-level-cont ul .right .r-ly{
	color: #00a2a2;
	font-size: 14px;
	line-height: 24px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow:hidden;
	-webkit-line-clamp:1;
}
.web-article-box .two-level-cont ul .right .doc{
	font-size: 14px;
	line-height: 20px;
	display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
    -webkit-line-clamp:2;
    color: #999999;
    margin-top: 7px;
}
.web-article-box .two-level-cont ul li:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.5);
}
.web-article-box .two-level-cont ul li:hover .name{
	color: #00a2a2;
}

/*图片信息页面*/
.web-picture-box .two-level-cont{
	padding-top:30px;
	padding-bottom:50px;
}
/*.web-picture-box .two-level-cont ul:before,
.web-picture-box .two-level-cont ul:after {
  content: '';
  display: table;
  clear: both;
}*/
.web-picture-box .two-level-cont ul:after{
	content: '';
	width: 385px;
	border:1px solid transparent;
}
.web-picture-box .two-level-cont ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	text-align: justify;
}
.web-picture-box .two-level-cont ul li{
	width: 385px;
	overflow: hidden;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: #0086B3;
	margin-bottom: 25px;
}
.web-picture-box .two-level-cont ul .imgs{
	overflow: hidden;
}
.web-picture-box .two-level-cont ul .imgs img{
	width: 100%;
	height: 12.2em;
	display: block;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    
}
.web-picture-box .two-level-cont ul .imgs:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.web-picture-box .two-level-cont ul .cont{
	height: 170px;
	padding: 20px 30px 30px 30px;
	background-color: #fff;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.web-picture-box .two-level-cont ul .cont .from{
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	color: #00a2a2;
}
.web-picture-box .two-level-cont ul .cont .name{
	font-size: 18px;
	line-height: 26px;
	height: 52px;
	color: #000000;
	display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:2;
}
.web-picture-box .two-level-cont ul .cont .time{
	margin-top: 10px;
	font-family: "arial";
	line-height: 22px;
	font-size: 16px;
	color: #999999;
}
.web-picture-box .two-level-cont ul li:hover .cont{
	background-color: #2bb7ea;
} 
.web-picture-box .two-level-cont ul li:hover .cont .from,
.web-picture-box .two-level-cont ul li:hover .cont .name,
.web-picture-box .two-level-cont ul li:hover .cont .time{
	color: #fff;
}
.web-picture-box .two-level-cont ul li:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.5);
}

/*翻页样式*/
.page-box{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center ;
	/*text-align: justify;*/
	margin-top: 0px;
	width: 100%;
	margin-bottom: 50px;
}
.page-box strong,
/*
.page-box a,
*/
.page-box span{
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border:1px solid #CCCCCC;
	margin-right: 15px;
	font-size: 14px;
	border-radius: 5px;
	background: #fff;
}
.page-box strong,
.page-box a:hover,
.page-box span:hover{
	border:1px solid #2bb7ea;
	background-color: #2bb7ea;
	color: #FFFFFF;
}
.page-box .total{
	width: 150px;
}

/*内容详情页面*/
body.newsd .header-box{
  position: absolute;
  border: none;
  background: #fff;
}
body.newsd .header-box .header-pc .nav ul li .lv1 {
    color: #333;
}
.newsd-box{
	padding-top: 100px;
}
.newsd-box .newsd-top{
	height: 60px;
	line-height: 55px;
	background: url(../images/newsd-top-bg.jpg) no-repeat center center;
	background-size: cover;
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
}
.newsd-box .newsd-top .cont_w{
	text-align: left;
}
.newsd-box .newsd-top a{
	color: #fff;
	margin-right: 9px;
}
.newsd-box .newsd-top img{
	margin-right: 9px;
}
.newsd-box .newsd-top .bg1{
	margin-top: -8px;
}
.newsd-box .newsd-top .bg2{
	margin-top: 18px;
}
.newsd-box .newsd-top a:hover{
	text-decoration: underline;
}

.newsd-box .newsd-main .top-info{
	margin-top: 2.1em;
	padding-bottom: 14px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
.newsd-box .newsd-main .top-info .name{
	line-height: 1.139em;
	font-size: 1.8em;
	padding: 0 3em;
}
.newsd-box .newsd-main .top-info .title{
	font-size: 20px;
	margin-top:0.75em;
	line-height: 1.4em;
	padding: 0 7em;
	color: #666;
}
.newsd-box .newsd-main .top-info .doc{
	margin-top: 21px;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
}
.newsd-box .newsd-main .top-info .doc span{
	margin: 0 14px;
}
.newsd-box .newsd-main .top-info .doc em{
	color: #007272;
	font-weight: normal;
}
/*内容内容*/
.newsd-box .newsd-main .doc-box{
	margin-top: 42px;
	font-size: 18px;
	line-height: 45px;
	padding-bottom: 2.5em;
	border-bottom: 1px solid #333333;
	margin-bottom: 2.5em;
	text-align: left;
}
.newsd-box .newsd-main .doc-box img{
	display: block;
	margin:10px auto;
	max-width: 100%;
}
/*内容翻页*/
.newsd-box .pages-box{
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}
.newsd-box .pages-box:after {
  content: '';
  display: table;
  clear: both;
}
.newsd-box .pages-box .left{
	width: 35%;
	float: left;
	text-align: right;
}
.newsd-box .pages-box .center{
	width: 30%;
	float: left;
	text-align: center;
}
.newsd-box .pages-box .center a:hover img{
	opacity: 0.9;
}

.newsd-box .pages-box .right{
	width: 35%;
	float: right;
}
.newsd-box .pages-box .doc{
	font-size: 14px;
	line-height: 32px;
}
.newsd-box .pages-box .name{
	font-size: 14px;
	position: relative;
	margin-top: 9px;
}
.newsd-box .pages-box .name a{
	color: #666;
		overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  max-width: 100%;
  display: inline-block;
}
.newsd-box .pages-box .left .name{
	padding-left: 63px;
}
.newsd-box .pages-box .left img{
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -6px;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 35px;
}
.newsd-box .pages-box .left .name:hover img{
	left: -5px;
}
.newsd-box .pages-box .right{
	text-align: left;
}
.newsd-box .pages-box .right .name{
	padding-right: 63px;
}
.newsd-box .pages-box .right img{
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -6px;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 35px;
}
.newsd-box .pages-box .right .name:hover img{
	right: -5px;
}
.newsd-box .pages-box .name:hover a{
	color: #00a2a2;
}
/*图片集展示页*/
.picFocus{ margin:0 auto; margin-top: 30px;  width:800px; border:1px solid #ccc; padding:5px;  position:relative;  overflow:hidden;  zoom:1;   }
.picFocus .hd{ width:100%; padding-top:5px;  overflow:hidden; }
.picFocus .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1; }
.picFocus .hd ul li{ padding-top:5px; float:left;  text-align:center;  }
.picFocus .hd ul li img{ width:109px; height:65px; border:2px solid #ddd; cursor:pointer; margin-right:5px;   }
.picFocus .hd ul li.on{ background:url("../images/icoUp.gif") no-repeat center 0; }
.picFocus .hd ul li.on img{ border-color:#f60;  }
.picFocus .bd li{ vertical-align:middle; }
.picFocus .bd img{ width:800px; height:395; display:block;  }

.videoDiv{
	margin-top: 30px;
}
.videoDiv .video-js{
	margin:0 auto;
}



/**/
.layui-layer {
    border-radius: 5px !important;
}
.layui-layer-btn{
	background-color: rgba(0,0,0, 0.01);
}
.layui-layer-btn0{
	font-size: 14px;
}
.layui-layer-title{
	background-color: #2bb7ea !important;
	border-radius: 3px 3px 0 0 !important;
	color: #FFFFFF !important;
}
/*guestbook*/
.guestbook{
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
.guestbook .mask{
	position: absolute;
	top:0px;bottom:0px;
	left:0px;right:0px;
	background-color: rgba(255,255,255, 0.6);
	z-index: 999;
}
.guestbook .mask div{
	text-align: center;
	font-size: 16px;
	width: 45%;
	height: 55px;
	line-height: 55px;
	margin: 150px auto 0px;
	background-color: rgba(43,183,234, 0.6);
}

.guestbook .btn_bar{
	position: absolute;
	left:0px;right:0px;
	bottom:0px;
	background-color: rgba(0,0,0, 0.1);
	z-index: 9;
	height:45px;
	border-radius:  0 0 3px 3px;
}
.guestbook .btn_bar{
	text-align: right;
	padding: 0 15px 12px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none;
}
.guestbook .btn_bar a {
    height: 35px;
    line-height: 35px;
    margin: 5px 5px 0;
    padding: 0 30px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 3px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
	border-color: #1E9FFF;
	background-color: #1E9FFF;
	color: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.guestbook .form{}
.guestbook .form ul{
	padding:25px 30px;
}
.guestbook .form ul li{
	position: relative;
	padding-left:50px;
	margin-bottom: 10px;
}
.guestbook .form ul li .error_info{
	position: absolute;
	width: 100px;
	height: 35px;
	line-height: 35px;
	top: 0px;
	right: 0px;
	color: #FF0000;
}
.guestbook .form ul li label{
	position: absolute;
	width: 50px;
	height: 35px;
	line-height: 35px;
	top: 0px;
	left: 0px;
}
.guestbook .form ul li input{
	height: 35px;
	line-height: 35px;
	width: 98%;
	border: 1px solid #CCCCCC;
	padding-left:5px;
	border-radius: 3px;
}
.guestbook .form ul li textarea{
	height: 105px;
	line-height: 35px;
	width: 98%;
	border: 1px solid #CCCCCC;
	padding-left:5px;
	border-radius: 3px;
}
.guestbook .form ul li .error_input{
	border-color: #FF0000;
}