﻿.text a {
    color: inherit;
}
.header-part {
    width: 100%;
    height: 700px;
    background-image: url(../images/20220927_topimage.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.header-part .header-wrap {
    margin: 0 auto;
    width: 1200px;
    height: 300px;
    /* background-color: antiquewhite; */
    position: relative;
}
.header-part .header-wrap .search-box {
    position: absolute;
    top: 10%;    
}
.search-box .icon-tit {
    position: relative;
    display: flex;
}
.search-box .icon-tit .icon {
    margin-right: 25px;
    width: 98px;
    height: 100px;
    position: relative;
}
.search-box .icon-tit .icon img {
    width: 100%;
    height: 100%;
}
.search-box .icon-tit .tit { 
    position: relative;
}
.search-box .icon-tit .tit p {
    color: #fff;
}
.search-box .icon-tit .tit .webname {
    font-size: 39px;
    font-weight: 600;
}
.search-box .icon-tit .tit .website {
    margin-top: 10px;
    font-size: 20px;
}
/* 搜素框 */
.search-box .search-input {
    margin-top: 39px;
    display: flex;
}
.search-input .xl {
    width: 90px;
    border-top-left-radius: 10px;
}
#jcScope {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    text-indent: 10px;
    color: #999999;
    border-top-left-radius: 10px;
}
#searchWord {
    border: none;
    outline: none;
}
#searchWord {
    padding: 0 15px;
    width: 350px;
    font-size: 14px;
}
.search-box .search-input .search-btn {
    display: block;
    width: 73px;
    height: 54px;
}
.search-box .search-input .search-btn img {
    width: 100%;
    height: 100%;
}
/* 菜单栏 */
.menu-part {
    width: 100%;
    background-color: #1e57b7;
    position: relative;
}
.menu-list {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    position: relative;
}
.menu-list .menu-item {
    height: 58px;
    line-height: 58px;
    flex: 1;
    text-align: center;
    box-sizing: border-box;
}
.menu-list .menu-item .menu-name {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}
.menu-list .menu-item .menu-name::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #016ed5;
    transform: scaleX(0);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);

}
.menu-list .menu-item:hover .menu-name {
    color: #0175e2;
    background-color: #fff;
}
.menu-list .menu-item:hover .menu-name::after {
    transform: scaleX(1);
}
/* 子菜单 */
.submenu-box {
    margin: 0 auto;
    width: 1200px;
    height: 60px;
    box-sizing: border-box;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 9;
}
.submenu-box .submenu-group {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}
.submenu-group-list {
    padding: 10px 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    background-color: #769CDB;
}
.submenu-group-list .submenu-group-item {
    margin: 0 20px;
    float: left;
}
.submenu-group-list .submenu-group-item a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}
/* 轮播图部分 */
.lbt-part {
    margin: 30px 0;
    width: 100%;
    height: auto;
    position: relative;
}
.lbt-part .lbt-wrap {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.lbt-part .lbt-wrap .left-lbt {
    width: 600px;
    height: 380px;
    position: relative;
}
/* 轮播图 */
#lbtSwiper {
    width: 600px;
    height: 380px;
    position: relative;
}
#lbtSwiper .swiper-slide {
    position: relative;
}
#lbtSwiper .swiper-slide .pic {
    width: 600px;
    height: 390px;
    position: relative;
}
#lbtSwiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
}
/* 自定义底部content条框 */
#lbtSwiper .swiper-slide > .pic-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.5);
}
#lbtSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 78%;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#lbtSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 分页器 */
#lbtSwiper .pagination {
    padding-right: 10px;
    position: absolute;
    z-index: 20;
    right: 0;
    bottom: 0;
    width: 20%;
    line-height: 40px;
    text-align: right;
}
#lbtSwiper .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
#lbtSwiper .swiper-active-switch {
    background: #1e57b7;
}
/* 信息公开 */
.lbt-part .lbt-wrap .right-xxgk {
    padding: 20px 20px;
    width: 560px;
    height: auto;
    position: relative;
    background-color: #f8f8f8;
    box-sizing: border-box;
}
.right-xxgk .xxgk-tit {
    height: 54px;
    line-height: 29px;
    text-align: center;
    position: relative;
}
.right-xxgk .xxgk-tit .text {
    color: #3e6fc0;
    font-size: 26px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right-xxgk .xxgk-btnlist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.xxgk-btnlist .xxgk-btn {
    margin-right: 15px;
    margin-bottom: 10px;
    display: block;
    width: 250px;
    height: auto;
    background-color: #fff;
    position: relative;
    clear: both;
}
.xxgk-btnlist .xxgk-btn:nth-child(2n) {
    margin-right: 0;
}
.xxgk-btnlist .xxgk-btn .xxgk-btn-icon {
    float: left;
    width: 54px;
    height: 54px;
}
.xxgk-btnlist .xxgk-btn .xxgk-btn-tit {
    float: left;
    width: 184px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
}

.xxgk-btnlist-empty {
    position: relative;
    clear: both;
}
.xxgk-btnlist-empty .xxgk-empty {
    margin-right: 12px;
    display: block;
    width: 160px;
    height: 88px;
    border: 2px solid #3b70c7;
    text-align: center;
    float: left;
}
.xxgk-empty .xxgk-btn-icon {
   padding: 10px 0 3px;
   margin: 0 auto;
   width: 40px;
   height: 40px;
   line-height: 40px;
}
.xxgk-empty .xxgk-btn-icon img {
    vertical-align: middle;
}
.xxgk-empty .xxgk-btn-tit {
    color: #333;
    font-size: 16px;
}
.xxgk-btnlist-empty .xxgk-empty:last-child {
    margin-right: 0;
}
.xxgk-btn-ysqgk {
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-image: linear-gradient(#7caee5,#6194d8,#376dc5);
}
.xxgk-btn-ysqgk .xxgk-btn-tit {
    color: #fff;
}
/* 新闻板块 */
.news-container {
    width: 100%;
    height: 916px;
    background: url(../images/20220929_bottom_1.png) top center no-repeat;
    position: relative;
}
.news-container .news-wrap {
    margin: 0 auto;
    padding: 75px 0;
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.news-container .news-wrap .left-box {
    width: 668px;
    height: auto;
    position: relative;
}
.left-box .news-box {
    padding: 30px 35px;
    border-top: 4px solid #3b70c7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
    position: relative;
}
.left-box .news-box .news-tabs {
    display: flex;
    position: relative;
}
.left-box .news-box .news-tabs .news-tabs-item {
    width: 136px;
    height: 60px;
    line-height: 50px;
    text-align: center;
}
.left-box .news-box .news-tabs .news-tabs-item p {
    color: #333;
    font-size: 27px;
    cursor: pointer;
}
.left-box .news-box .news-tabs .news-tabs-item.active {
    background: url(../images/20220929_tab_news.png) top center no-repeat;
}
.left-box .news-box .news-tabs .news-tabs-item.active p {
    color: #fff;
}
.left-box .news-box .news-list {
    width: 100%;
    height: 413px;
    overflow: hidden;
    position: relative;
}
.news-list .news-item {
    padding-left: 15px;
    width: 100%;
    height: 59px;
    line-height: 59px;
    border-bottom: 2px dashed #eeeeee;
    position: relative;
}
.news-list .news-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
}
.news-list .news-item .text {
    width: 80%;
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list .news-item .time {
    float: right;
}
.news-list .news-item:hover .text {
    padding-left: 8px;
    transition: padding-left .3s;
    color: #0175e2;
}
/* 底部block */
.left-box .bottom-block {
    margin-top: 15px;
    width: 100%;
    height: auto;
    position: relative;
}
.bottom-block .rczp-box {
    display: block;
    width: 100%;
    height: 180px;
    background: url(../images/20220929_block_rczp.png) top center no-repeat;
    position: relative;
}
.rczp-box .pos-tit {
    padding: 30px 40px;
}
.rczp-box .pos-tit .en {
    color: #fff;
    font-size: 15px;
}
.rczp-box .pos-tit .cn {
    color: #fff;
    font-size: 30px;
}
/* 右侧 */
.news-container .news-wrap .right-box {
    width: 495px;
    height: auto;
    position: relative;
}
.right-box .video-box {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
.video-box .video-tit {
    width: 495px;
    height: 174px;
    position: relative;
}
.video-box .video-tit img {
    width: 100%;
    height: 100%;
}
.video-box .video-list {
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.video-box .video-list .video-item {
    margin-right: 25px;
    margin-bottom: 15px;
    width: 205px;
    height: auto;
    position: relative;
}
.video-box .video-list .video-item .pic {
    width: 100%;
    height: 120px;
}
.video-box .video-list .video-item .pic img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.video-box .video-list .video-item .pic-content {
    height: 39px;
    line-height: 39px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.video-box .video-list .video-item:nth-child(2n) {
    margin-right: 0;
}
.video-box .video-list .video-item:nth-last-child(2) {
    margin-bottom: 0;
}
.video-box .video-list .video-item:last-child {
    margin-bottom: 0;
}
.video-box .video-list .video-item:hover .pic-content {
    color: #0175e2;
}
/* 招商引资 */
.zsyz-blcok {
    margin: 72px auto;
    width: 1200px;
    height: 500px;
    background: url(../images/20220929_block_zsyz.png) top center no-repeat;
    position: relative;
}
.zsyz-blcok .zsyz-box {
    width: 556px;
    height: 316px;
    position: absolute;
    top: 20%;
    right: 5%;
}
.zsyz-blcok .zsyz-box .zsyz-wrap {
    padding: 50px 50px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
}
.zsyz-blcok .zsyz-box .zsyz-wrap .zsyz-bg {
    width: 100%;
    height: 100%;
    opacity: .8;
    background-image: linear-gradient(#4999e5,#2b5482,#05142e);
    position: absolute;
    top: 0;
    left: 0;
}
.zsyz-blcok .zsyz-box .zsyz-wrap .zsyz-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.zsyz-list .zsyz-item {
    margin-right: 12px;
    margin-bottom: 12px;
    width: 222px;
    height: 96px;
    background: url(../images/20221003_zsyz_bg.png) top left no-repeat;
    position: relative;
    box-sizing: border-box;
}
.zsyz-item:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0;
}
.zsyz-item .zsyz-item-link {
    width: 100%;
    height: 100%;
    display: block;
}
.zsyz-item .tit {
    padding-left: 15px;
    padding-top: 15px;
    position: relative;
    display: flex;
}
.zsyz-item .tit .tit-icon {
    display: block;
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    position: relative;
}
.zsyz-item .tit .tit-icon .jt {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.zsyz-item .icon {
    position: absolute;
    right: 20px;
    bottom: 10px;
}
/* 办事模块 */
.bsfw-container {
    padding: 75px 0 0;
    width: 100%;
    height: 362px;
    background: url(../images/20220929_bottom_2.png) top center no-repeat;
    position: relative;
}
.bsfw-container .bsfw-wrap {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
/* 左边信息 */
.bsfw-container .bsfw-wrap .left-info {
    width: 250px;
    position: relative;
}
.bsfw-container .bsfw-wrap .left-info .bs-icon {
    margin-bottom: 15px;
}
.bsfw-container .bsfw-wrap .left-info .info {
    padding: 10px 10px;
    width: 245px;
    height: 95px;
    border: 2px solid #c00b09;
    box-sizing: border-box;
}
.bsfw-container .bsfw-wrap .left-info .info .desc {
    color: #c00b09;
    font-size: 15px;
    font-weight: bold;
}
.bsfw-container .bsfw-wrap .left-info .info .phone {
    margin-top: 5px;
    color: #c00b09;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}
.bsfw-container .bsfw-wrap .split-line {
    margin: 0 35px;
    width: 2px;
    height: auto;
    background-color: #ddd;
}
/* 功能按钮 */
.bsfw-container .bsfw-wrap .right-icon {
    width: 870px;
    height: auto;
    position: relative;
}
.right-icon .bs-icon-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.right-icon .bs-icon-list .icon-item {
    margin-right: 4px;
    margin-bottom: 2px;
    position: relative;
}
.right-icon .bs-icon-list .icon-item a {
    display: block;
    width: 100%;
    height: 100%;
}
/* 主导产业 */
.zdcy-container {
    margin: 0 auto;
    width: 1200px;
    height: 500px;
    position: relative;
    background: url(../images/20220929_block_zdcy.png) top center no-repeat;
}
.zdcy-container .zdcy-box {
    width: 600px;
    height: 335px;
    position: absolute;
    top: 20%;
    right: 5%;
}
.zdcy-container .zdcy-box .zdcy-wrap {
    padding: 50px 50px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
}
.zdcy-container .zdcy-box .zdcy-wrap .zdcy-bg {
    width: 100%;
    height: 100%;
    opacity: .8;
    background-image: linear-gradient(#4999e5,#2b5482,#05142e);
    position: absolute;
    top: 0;
    left: 0;
}
.zdcy-container .zdcy-box .zdcy-wrap .zdcy-list {
    display: flex;
    position: relative;
}
.zdcy-list .cy-item {
    margin-right: 25px;
    width: 150px;
    height: 220px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #fff;
}
.cy-item:last-child {
    margin-right: 0;
}
.cy-item .cy-item-link {
    width: 100%;
    height: 100%;
    display: block;
}
.cy-item .cy-item-pic {
    margin: 30px 25px 15px;
}
.cy-item .cy-item-pic img {
    width: 48px;
    height: 48px;
}
.cy-item .cy-item-split {
    margin: 0 auto 20px;
    width: 32px;
    height: 2px;
    background-color: #fff;
}
.cy-item .cy-item-desc {
    color: #fff;
    font-size: 20px;
}
.cy-item .cy-item-jt {
    margin-top: 15px;
}
.cy-item .cy-item-jt img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
/* 底部 */
.bottom-part {
    margin-top: 80px;
    width: 100%;
    height: auto;
    background-color: #003280;
    position: relative;
}
.bottom-part .bottom-wrap {
    margin: 0 auto;
    padding-top: 39px;
    width: 1200px;
    height: 160px;
    box-sizing: border-box;
    position: relative;
    display: flex;
}
.bottom-part .bottom-wrap  .icon-box {
    margin-right: 70px;
    position: relative;
}
.bottom-part .bottom-wrap  .text-box {
    padding-top: 10px;
    margin-right: 70px;
    color: #fff;
    line-height: 29px;
    position: relative;
}
.bottom-part .bottom-wrap  .text-box2 {
    margin-right: 0;
}