/* ==========mindex content css========== */

.frist-box {
    margin: 70px 0 10px 0px;
    height: 80px;
    width: 100%;
    background: #fff;
}

.frist-box .frist-title {
    height: 47px;
    line-height: 50px;
    font-size: 24px;
    color: #015293;
    font-weight: bold;
    text-align: center;
    padding: 0 40px;
}

.frist-box .frist-title a {
    color: #015293;
}

.frist-box .frist-content {
    height: 30px;
    line-height: 24px;
    font-size: 16px;
    color: #015293;
    /* text-indent: 1em; */
    padding: 0 15px;
}

/* ==========  图片新闻css ========== */

.imgscroll {
    width: 100%;
    height: 223px;
    background: #fff;
    margin-bottom: 10px;
}

.imgscroll .swiper-imgscroll {
    width: 100%;
    height: 100%;
}

.imgscroll .swiper-slide img {
    width: 100%;
    height: 100%;
}

.imgscroll .swiper-slide .swiper-slide-opacity {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    left: 0;
    bottom: 0;
    _bottom: -1px;
    z-index: 1
}

.imgscroll .swiper-slide a.swiper-slide-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 99;
    bottom: 0;
    left: 0px;
    line-height: 40px;
    font-size: 18px;
    text-indent: 1em;
    text-decoration: none;
    color: #fff;
    width: 68%;
}

.imgscroll .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: 67% !important;
    width: 33% !important;
}

.img-box .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 4px !important;
}
.img-box .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.imgscroll .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.img-box  .swiper-pagination-bullet-active {
    background: #015293;
    opacity: 1;
}
.imgscroll .swiper-pagination-bullet-active {
    background: #015293;
    opacity: 1;
}
.swiper-imgscroll2{
    height: 64px;
}

/* ========== tab切换列表公用css ========== */
.tab-box {
    padding: 0 15px;
    background: #fff;
}

.tab-box .swiper-container .tab-box .swiper-wrapper,
.tab-box .swiper-slide {
    width: 100%;
    height: 100%;
    padding: 5px 0px;
}

.tab-box .tab {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.tab-box .tab .fg {
    background: url(http://www.huaian.gov.cn/images/al-fg.jpg) no-repeat;
    float: left;
    height: 21px;
    width: 1px;
    margin: 15px 9px;
    background-position: center center;
}

.tab-box .tab .tabItem {
    min-width: 105px;
    width: auto;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #015293;
}
.tab-box .tab .tabItem a{
    color: #015293; 
}
.tab-box .tab .active {
    border-bottom: 3px solid #015293;
    line-height: 50px;
    height: 50px;
}

.tab-box .tab .bmdtmore {
    float: right;
    font-size: 14px;
    line-height: 50px;
    color: #7A7A7A;
}

.img-box {
    background: #fff;
    padding: 15px;
    margin: 10px 0;
}
.img-box img.img-hf{
    border-style: none;
    display: block;
    width: 100%;
    height: 64px;
}


/* -------------------动画效果 ---------------------*/
.animated-box {
	position: relative;
	background: url(../../images/m/bk1.jpg) no-repeat;
	background-size: 100%;
	display: inline-block;
	padding: 20px 20px;
}

.animated-box .box-title1,
.animated-box .box-title2,
.animated-box .box-title3 {
	width: 33.33%;
	float: left;
	text-align: center;
}

.animated-box .box-title1 img,
.animated-box .box-title2 img,
.animated-box .box-title3 img {
	width: 85%;
}

.animated-box .box-title1.active {
	animation: rotate 2s linear;
}

.animated-box .box-title2.active {
	animation: rotate 3s linear;
}

.animated-box .box-title3.active {
	animation: rotate 4s linear;
}

.animated-box2 {
	position: relative;
	background: url(../../images/m/bk2.jpg) no-repeat;
	background-size: 100%;
	display: inline-block;
	padding: 10px 20px;	
}

.animated-box2 .box-title4,
.animated-box2 .box-title5{
	text-align: center;
}

.animated-box2 .box-title4 img{
	width: 75%;
}

.animated-box2 .box-title5 img{
	width: 85%;
}

.animated-box2 .box-title4.active {
	animation: rotate 3s linear;
}

.animated-box2 .box-title5.active {
	animation: rotate 4s linear;
}




/* 动画效果 */
@keyframes rotate {
	0% {
		opacity: 1;
	}

	25% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.pc-logo{
    position: relative;
}
.pc-logo .pc-link{
    position: fixed;
    top: 60%;
    padding-top: 9px;
    right: 0;
    z-index: 99;
}
.pc-logo .pc-link img{
    width: 33px;
    height: auto;
}