* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

ul {
    list-style: none;
}

body {
    width: 100%;
    height: 3000px;
}

/* 版心引用 */
.boxw {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
        overflow: hidden;
}

/* 头部样式 */
.header {
    width: 100%;
    height: 587px;

}

.header-bg {
    position: relative;
    background: url(../images/headerbg.jpg) no-repeat center;
    width: 100% ;
    height: 100%;
    overflow: hidden;
}

.header-bg .logo {
    width: 632px;
    height: 109px;
    margin: 150px auto 0;
}

/* 导航css */
.nav {
    position: absolute;
    display: flex;
    margin: 0px -10px;
    width: 100%;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    justify-content: center;
    align-items: center;
}

.nav-item {
    width: 16.66%;
    text-align: center;
    /* line-height: 70px; */
    color: #fff;
    font: 500 24px/70px '微软雅黑';
}

.nav-item>a:hover {
    color: #ffc533 !important;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    box-sizing: border-box;
}

/* 动态新闻css */
.DynamicNewsbox {
    width: 100%;
    height: auto;
    background: url(../images/DynamicNewsbg.png) no-repeat top center;
    overflow: hidden;
    background-size: cover;
}

.Toutiao {
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-top: 50px;
}


.toutiao-text {
    width: 84%;
}

.toutiao-text>a {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font: 500 42px/78px '微软雅黑';
}
/* 新闻总 */
.DynamicNewsbox-lr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 40px;

}

.news {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-color: #000000;
    opacity: 0.6;
    z-index: 9999;
}

.news span {
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

/* 动态新闻右 */
.DynamicNewsbox-r {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.DynamicNewsbox-r-title {
    display: flex;
    width: 100%;
    height: auto;
    /* background-color: red; */
    justify-content: space-between;
    align-items: center;
}

.work-news {
    height: 100%;
    /* line-height: 60px; */
    margin-top: -10px;
}

.work-news>a {
    font-size: 32px !important;
}

.actives {
    font-weight: 550 !important;
    font-size: 32px !important;
    color: #ffc533 !important;

}

.work-news>a:nth-child(2) {
    margin-left: 30px;
    font-size: 32px;
    font-weight: normal;
    color: #fff
}

.dynamic-list {
    width: 100%;
    height: 270px;
    margin-top: 25px;
}

.dynamic-list>ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
}

.dynamic-list ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.dynamic-list ul li a {
    display: inline-block;
    width: 85%;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    line-height: 30px;
    font-size: 20px;

}

.dynamic-list ul li span {
    display: inline-block;
    width: 15%;
    text-align: end;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}

.development-zone {
    width: 100%;
    height: auto;
    /* background: url(../images/developmentzonebg.png) no-repeat top center; */
    overflow: hidden;
}

/* 走进开发区 */
.zone-title {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
    background: url(../images/developmentzonetitle.png) no-repeat bottom center;
    text-align: center;
    font-size: 32px;
    color: #333;
    font-weight: 700;
    font-family: '微软雅黑';
}

/* img {
    display: inline-block !important;
} */

.zone {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.zone-l {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    border: 10px solid #dedede;
}

.zone-l>img {
    width: 100%;
    height: 100%;
}

.zone-r {
    width: 100%;
    height: 260px;
    /* display: flex; */
    /* flex-direction: column;
    width: calc(100% - 520px); */
    position: relative;
    margin-top: 30px;
}

.zone-r>p {
    font-size: 20px;
    color: #333;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 10px;
}

.zone-button {
    width: 500px;
    height: 50px;
    background-color: #0065b8;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transform: translateX(-50%);


}

/* 公告公示 */
.announcement-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}

/* 更多 */
.announcement-more {
    position: absolute;
    width: 59px;
    height: 30px;
    background-color: #0065b8;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    top: -95px;
    right: 30px;
}

.announcement-l {
    display: flex;
    width: 100%;
}

.announcement-l ul {
    display: flex;
    /* flex-direction: column; */
    width: 100%;
    color: #999999;
    font-size: 20px;
}

.announcement-l ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50px;
    background: url(../images/liststytle.png) no-repeat left;
    padding-left: 20px;
    box-sizing: border-box;
    background-position: 0 8px;
}

.announcement-l ul li a {
    width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 20px;


}

.announcement-r {
    display: flex;
    width: 100%;
}

.announcement-r ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #999999;
    font-size: 20px;
}

.announcement-r ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50px;
    background: url(../images/liststytle.png) no-repeat left;
    padding-left: 20px;
    box-sizing: border-box;
    background-position: 0 8px;
}

.announcement-r ul li a {
    width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 20px;
}

/* 政务公开 */
.finance-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.finance-l {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

.finance-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 28px;
    font-weight: 550;
    color: #0065b8;
    margin-bottom: 30px;
}

.finance-content ul {
    display: flex;
    flex-direction: column;
    width: 100%;

}

.finance-content ul li {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    font-size: 20px;
    color: #999;

}

.finance-content ul li a {
    display: inline-block;
    width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #333;
}

.finance-more {
    width: 59px;
    height: 30px;
    background-color: #0065b8;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 500 !important;
}

/* 政务公开右 */
.finance-r {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    width: 100%;
    margin-left: 0px !important;
    /* background: red */
}

.finance-r-top {
    width: 100%;
    margin-bottom: 40px;
    background: url(../images/danggong.png) no-repeat;
    text-align: center;
        background-size: cover;
}

.finance-r-top span>a {
    line-height: 123px;
    font-size: 28px;
    font-weight: 550;
    color: #333;
}

.swiper-a {
    display:  inline-block;
    width: 100%;
    height: 100%;
}

.finance-r-top:nth-child(2) {
    margin-bottom: 0px;
    background: url(../images/neishe.png) no-repeat;
        background-size: cover;
}

.finance-r-top span {
    padding: 0 0 0 150px;
}

.finance-r-top .ns {
    padding: 0 0 0 10px
}

/* 专题聚焦 */
.specialfocus-photo {
    display: flex;
    justify-content: space-between;
    /* background-color: red; */
    width: 1400px;
    height: 155px;
    position: relative;
}

/* .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
} */

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #febe32 !important;
}

/* .swiper-wrapper {
    overflow: hidden;
} */

/* 底部 */
/* 底部 */
.foot {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0065b8;
    /* background: #333333; */
    /* overflow: hidden; */
    margin-top: 30px !important;
    padding: 20px 0px !important;
    box-sizing: border-box;
}

.foot-l {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0px 0px 0px 20px;
    /* box-sizing: border-box; */
    justify-content: center;
    border-right: 1px solid white;
    /* background-color: red; */
}

.foot-l>img {
    width: 64px !important;
    height: 80px !important;
    /* margin-right: 60px; */
}

.foot-l>div {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    color: white;
}

.foot-l>div>div {
    display: flex;
    margin-top: 10px;
    /* flex-wrap: wrap !important; */
}

.foot-l>div>div:nth-child(3) img {
    width: 25px !important;
    height: 25px !important;
}

.foot-center {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    color: white;
    border-right: 1px solid white;
    margin-bottom: 10px;
}

.foot-center>div {
    margin-top: 10px;
}

.foot-r {
    width: 100%;
    padding: 0 0px 0px 20px !important;
    box-sizing: border-box;
    /* background-color: red; */
}


/* .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper1-button-next {
    font-size: 72px;
    color: #007aff;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 999999999999999999999999;
}

.swiper1-button-prev {
    font-size: 72px;
    color: #007aff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999999999999999999999999;
} */


.my-swiper1 {
    width: 676px;
    height: 325px;
    margin-right: 50px;
    background-color:#eee;
    /* background-color: red; */
}

.my-swiper1 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.msk {
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,.7);
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 999;
    padding: 0 80px 0px 30px;
    line-height: 50px;
    color: white;
    box-sizing: border-box;
    white-space:nowrap;   
    overflow:hidden;
    text-overflow:ellipsis;
}

.swiper-pagination {
    bottom:  15px !important;
    right: 0 !important;
}

.swiper-pagination-bullet {
   background: var(--swiper-pagination-bullet-inactive-color,white) !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #febe32 !important;
}

/* 轮播图2 */

.my-swiper2 {
    width: 100%;
}