@font-face {
    font-family:SourceHanSansCN-Regular;
    src:url('../fonts/SourceHanSansCN-Regular.otf');
}
.content{
	font-family:SourceHanSansCN-Regular;
}
.head{
    width: 100%;
    background: rgba(0,0,0,0.49);
}
/*首页轮播*/
.banner .swiper-home .swiper-pagination{
	bottom: 38px;
    top: inherit;
    width: 100%;
    height: 3px;
}
.banner .swiper-home .swiper-pagination-progressbar {
    background: rgba(255,255,255,.35);
    position: absolute;
}
.banner .swiper-home .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#fff;
}
.arrows-box{
	position: absolute;
	/*top: 0;*/
	bottom: 66px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*箭头*/
.swiper-home .swiper-button-prev,.swiper-home .swiper-container-rtl .swiper-button-next {
    background:url('../images/arrow-left.png') no-repeat; 
    background-size: 100%;
    left: 0;
    right: auto;
}
.swiper-home .swiper-button-next,.swiper-home .swiper-container-rtl .swiper-button-prev {
    background:url('../images/arrow-right.png') no-repeat; 
    background-size: 100%;
    right: 0;
    left: 64px;
}
.swiper-home .swiper-button-next,.swiper-home .swiper-button-prev{
	width: 42px;
	height: 42px;
}
.swiper-home .swiper-button-next:after,.swiper-home .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-home .swiper-button-prev:after,.swiper-home .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.mouse{
	width: 30px;
    position: absolute;
    bottom: 13%;
    left: 0;
    right: 0;
    z-index: 11;
    margin: 0 auto;
    animation: boticon 1s infinite;
}
@keyframes boticon {
  0% {transform:translatey(-8px)}
  50% {transform:translatey(0)}
  100% {transform:translatey(-8px)}
}
@-webkit-keyframes boticon {
  0% {transform:translatey(-8px)}
  50% {transform:translatey(0)}
  100% {transform:translatey(-8px)}
}

/*mobile轮播*/
.banner-phone .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.banner-phone  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #13499a;
}



/*新闻*/
.focus-links{
	margin-top: 90px;
}
.index-title .title-text{
	/*min-width: 176px;*/
	height: 44px;
	line-height: 44px;
	padding: 0 0 0 10px;
	color: #ffffff;
	background: url('../images/new1.png') no-repeat;
	background-size: 178px;
}
.title-text img{
	width: 33px;
	margin-right: 20px;
}
.index-title .more a{
	color: #999;
	font-size: 14px;
	padding-right: 15px;
	background: url('../images/more.png') no-repeat right center;
	background-size: 10px;
}
.bot-box{
	width: 100%;
	/*height: 354px;*/
	overflow: hidden;
	margin: 28px 0 0 0;
}
.bot-box .news-title{
	width: 100%;
	color: #fff;
	line-height: 52px;
	background: rgba(0,0,0,0.51);
	position: absolute;
	bottom: 0;
	padding: 0 15px;
	text-align: left;
}
.bot-box .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text-width{
	margin-right: 80px;

}


/*图片新闻轮播*/
.swiper-news .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	opacity: 0.3;
	background: #fff;
}
.swiper-news .swiper-pagination-bullet-active {
	color: #fff;
	background: #fff;
	opacity: 1;
}
.swiper-news .swiper-pagination{
	text-align: right;
    padding: 0 20px;
    bottom: 15px !important;
}





/*内部要闻*/
.inside-list{
	display: none;
}
.inside-list{
	padding-top: 6px;
}
.inside-list ul{
	margin: 0;
}
.inside-list li{
	line-height: 48px;
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
	border-bottom:1px dashed #f1f1f1;
}
.inside-list a:last-child li{
	border-bottom: none;
}
.inside-list li h3{
	color: #555555;
	font-size: 16px;
	flex: 1;
	position: relative;
	margin: 0;
	line-height: 48px;
}
.inside-list li p{
	color: #888888;
	font-size: 12px;
	margin: 0 0 0 15px;
	line-height: 48px;
}
.inside-list li:hover h3{
	color: #13499a;
}









/*切换*/
.news-tab{
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.news-tab li{
	line-height: 56px;
	position: relative;
}
.news-tab li a{
	color: #000000;
	font-size: 22px;
}
.news-tab li:after{
    content: "";
    width: 100%;
    height: 4px;
    background: #13499a;
    position: absolute;
    bottom: -1px;
    left: 0;

    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: color .2s,-webkit-transform .2s;
    transition: color .2s,-webkit-transform .2s;
    transition: transform .2s,color .2s;
    transition: transform .2s,color .2s,-webkit-transform .2s;
}
.news-tab li.active:after{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.news-tab li.active a{
	color: #13499a;
}

/*.news-tab li:after{
    content: "";
    width: 100%;
    height: 4px;
    background: #13499a;
    position: absolute;
    bottom: -1px;
    left: 0;

    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: color .2s,-webkit-transform .2s;
    transition: color .2s,-webkit-transform .2s;
    transition: transform .2s,color .2s;
    transition: transform .2s,color .2s,-webkit-transform .2s;
}
.news-tab li:hover:after{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.news-tab li:hover a{
	color: #13499a;
}*/







/*通知公告*/
.notice{
	margin-top: 45px;
}
.notice .news-tab ul{
	display: flex;
}
.notice .news-tab li{
	/*float: left;*/
	margin-right: 14%;
}



/*多媒体*/
.media-video{
	position: relative;
}
.media-video .title{
	width: 100%;
	line-height: 66px;
	padding: 0 20px;
	color: #fff;
	background: rgba(0,0,0,0.57);
	position: absolute;
	bottom: 0;
}
.media-video .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 47px;
    height: 47px;
    cursor: pointer;
    background: url(../images/icon-play.png) no-repeat center;
    background-size: 100%;
}





.one-img{
	margin: 38px 0;
}


/*水务文化*/
.culture .news-tab ul{
	display: flex;
	flex-wrap: wrap;
}
.culture .news-tab li{
	/*float: left;*/
	margin-right: 6.7%;
}
.six-list {
	display: none;
}
.six-list .item a{
	display: inline-block;
	width: 100%;
	line-height: 48px;
	margin-bottom: 8px;
	color: #555555;
	font-size: 16px;
	border-bottom: 1px dashed #f1f1f1;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.six-list .item a:hover{
	color:#13499a;
}






/*8个链接*/
.eight-list {
	margin: 50px 0 30px;
}
.eight-list ul{
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	margin: 0 -9px;
}
.eight-list li{
	width:140px;
	height: 73px;
	margin-bottom: 20px;
	margin: 0 9px 20px;
}
.eight-list li a{
	display: inline-block;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.eight-list li .text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 25px;
	font-size: 18px;
	border-radius: 4px;
	overflow: hidden;
}
.eight-list li p{
	margin: 0;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}





/*为民服务*/
.grey{
	background: #fafafa;
	font-family:SourceHanSansCN-Regular;
}
.serving{
	/*margin: 0 30px;*/
}
.serving ul{
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.serving ul a{
	display: block;
	width: 15%;
	margin: 0 2.5%;
}
.serving ul li{
	width: 100%;
	height: 180px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0.04);
	margin: 0 0 50px;
	transition: 0.3s;
}

.serving ul li img{
	width: 60px;
	height: 60px;
	margin: 20px 0;
}
.serving ul li p{
	color: #13499a;
}
.serving .blue-img{
	display: inline-block;
}
.serving .white-img{
	display: none;
}

.serving li:hover .blue-img{
	display: none;
}
.serving li:hover .white-img{
	display: inline-block;
}
.serving li:hover{
	background: #13499a;
}
.serving li:hover p{
	color: #fff;
}



.home-title-two{
	margin: 50px 0 60px;
	font-family:SourceHanSansCN-Regular;
}
.home-title-two h3{
	color: #13499a;
	font-size: 32px;
	margin-bottom: 10px;
}
.home-title-two .intro{
	color: #13499a;
	font-size: 24px;
	width: 280px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	
}
.home-title-two .intro p{
	background: #fafafa;
	z-index: 1;
	position: relative;
	/*padding: 0 27px;*/
}
.home-title-two .intro:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 508px;
	height: 1px;
	background: #0c3091;
}




/*友情链接*/
.white-bg{
	background: #fff;
}
.white-bg .intro p{
	background: #fff;
}
.friendship{
	margin:0 30px 30px;
}
.friendship ul{
	display: flex;
	flex-wrap: wrap;
}
.friendship li{
	width: 20%;
	margin-bottom: 30px;
}
.friendship li .code{
	max-width: 145px;
	/*height: 145px;*/
	border:1px solid #e9e9e9;
	border-radius: 2px;
	padding: 16px;
	margin: 0 auto 20px;
}




.mr-25{
	margin-right: 25px;
}
.ml-25{
	margin-left: 25px;
}























@media (max-width: 992px){
.mr-25{
	margin-right: 0;
}
.ml-25{
	margin-left: 0;
}



/*水务文化*/
.culture .news-tab ul{
	display: flex;
	justify-content: space-between;
}
.culture .news-tab li{
	/*float: left;*/
	margin-right: 0;
}






/*友情链接*/
.friendship li{
	width: 33.33%;
	margin-bottom: 30px;
}




/*为民服务*/
.serving ul a{
	display: block;
	width: 28%;
	margin: 0 2.5%;
}


}





/* 小屏幕 */
@media (max-width: 768px){
/*轮播*/
.swiper-home .swiper-button-next,.swiper-home .swiper-button-prev{
	display: none;
}
.arrows-box{
	display: none;
}






/*焦点链接*/
.focus-links {
    margin-top: 30px;
}
/*切换*/
.news-tab {
    margin:10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.news-tab li a{
	font-size: 15px;
}



/*通知公告*/
.notice {
    margin-top: 0;
}
.notice .inside-list{
    margin-bottom: 30px;
}


.one-img {
    margin: 20px 0;
}


/*友情链接*/
.friendship {
    margin: 0 0 30px;
}
.friendship li{
	width:50%;
	margin-bottom: 30px;
}



/*为民服务*/
.serving {
     margin: 0 0 30px; 
}
.serving ul a{
	display: block;
	width: 45%;
	margin: 0 2.5%;
}
.serving ul li {
    margin: 0 0 20px;
}







.home-title-two {
    margin: 40px 0;
}
.home-title-two h3 {
    color: #13499a;
    font-size: 22px;
    margin-bottom: 10px;
}
.home-title-two .intro {
    font-size: 16px;
    width: 170px;
}
.home-title-two .intro:after{
	width: 180%;
}

}