/**!
* 商务投资
* date:2022-3-11
* author: zzongyi;
*/

/* 公共模块名称样式 */
.com-hd {
    background: url('../images/com_hd_bg.png') no-repeat center center;
}

.com-tt {
    line-height: 118px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.com-bd {
    position: relative;
}

.swiper-slide > a {
    display: block;
    height: 100%;
}

.swiper-slide > a > img {
    width: 100%;
}

.dynamic-swiper {
    margin: 0 68px;
    padding-bottom: 32px;
}

.dynamic .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background-color: #c6d6e6;
    opacity: 1;
}

.dynamic .swiper-pagination-bullet-active {
    width: 52px;
    background-color: #0a7aee;
}

.dynamic .swiper-pagination-bullets {
    bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
    width: 42px;
    height: 42px;
    background-size: 100% 100%;
    margin-top: -40px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
    background-image: url('../images/swiper_left.png');
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
    background-image: url('../images/swiper_lefth.png');
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    background-image: url('../images/swiper_right.png');
}
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
    background-image: url('../images/swiper_righth.png');
}

.mb24 {
    margin-bottom: 24px;
}

.mt40 {
    margin-top: 40px;
}

@media (max-width: 980px) {
    .com-tt {
        line-height: 68px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .swiper-container {
        margin: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .mt40 {
        margin-top: 10px;
    }

    .mb24 {
        margin-bottom: 10px;
    }
}

/* 投资动态 */

.dynamic-link {
    display: block;
    border: 1px solid #dcdee0;
    border-radius: 4px;
    color: #333;
}
.dynamic-link:hover {
    border-color: #2a88e9;
    box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.23);
}

.dynamic-text {
    padding: 7px 15px;
}

.dynamic-title {
    height: 60px;
    line-height: 30px;
    font-size: 18px;
}

.dynamic-time {
    line-height: 38px;
    font-size: 16px;
    color: #999;
}

@media (max-width: 980px) {
    .dynamic-swiper {
        padding-bottom: 20px;
    }
}
/* 投资政策 */
.policies {
    background-color: #f4f5f7;
    padding-top: 26px;
}

.policies .com-tt {
    line-height: 90px;
}

.policies-tab-hd {
    font-size: 0;
    text-align: center;
}

.policies-tab-bd {
    height: 448px;
    overflow: hidden;
}

.policies .tab-hd-item {
    display: inline-block;
    line-height: 54px;
    font-size: 24px;
    padding: 0 46px;
}

.policies .tab-hd-item.active {
    font-weight: bold;
}

.policies .tab-hd-item.active > a {
    background: url('../images/tab_hd_active.png') no-repeat center bottom;
}

.policies .tab-hd-item > a {
    display: block;
    color: #333;
}

.policies .tab-hd-item + .tab-hd-item {
    background: url('../images/tab_hd_icon.png') left center no-repeat;
}

.policies-list {
    margin-left: -24px;
}

.policies-item {
    float: left;
    width: 50%;
    padding-left: 24px;
}

.policies-link {
    display: block;
    color: #333;
    padding: 12px 20px 5px 20px;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 4px;
}
.policies-link:hover {
    border-color: #238af4;
    box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.23);
}

.policies-link-tt {
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
}

.policies-link-text {
    font-size: 18px;
    color: #666;
    line-height: 34px;
    height: 68px;
}

@media (max-width: 980px) {
    .policies {
        padding-top: 0;
    }

    .policies .com-tt {
        line-height: 68px;
    }

    .policies .tab-hd-item {
        font-size: 18px;
        padding: 0 10px;
    }

    .policies-tab-bd {
        height: auto;
    }

    .policies-link-tt {
        font-size: 16px;
    }

    .policies-link-text {
        font-size: 14px;
    }

    .policies-list {
        margin-left: -10px;
    }
    .policies-item {
        padding-left: 10px;
    }
}

/* 招商投资 */
.project-swiper {
    height: 347px;
}

.project-swiper img {
    width: 100%;
    height: 100%;
}

.project-link {
    display: block;
    height: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.project-link::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 46px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.project-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.project-swiper .swiper-pagination-bullet-active {
    width: 26px;
    background-color: #fff;
}

.project-swiper .swiper-pagination-bullets {
    bottom: 12px;
}

.project-box {
    border-radius: 4px;
    padding: 12px 20px 10px 20px;
    background-color: #f2f2f2;
}

.project-tt {
    font-size: 22px;
    font-weight: bold;
    height: 68px;
    line-height: 34px;
}

.project-text {
    line-height: 30px;
    height: 210px;
    color: #666;
    font-size: 20px;
    margin-top: 7px;
}

.project-more {
    float: right;
    line-height: 40px;
    font-size: 20px;
    color: #0a7aee;
}

@media (max-width: 980px) {
    .project-swiper {
        height: auto;
    }

    .project-tt {
        font-size: 18px;
    }

    .project-more,
    .project-text {
        font-size: 16px;
    }
}

/* 人才服务 */
.talent {
    background-color: #f4f5f7;
    padding-bottom: 24px;
}

.talent-list {
    padding-right: 24px;
    padding-top: 23px;
    background-color: #fff;
    border-radius: 3px;
}

.talent-item {
    float: left;
    width: 50%;
    height: 60px;
    line-height: 58px;
    padding-left: 24px;
}

.talent-item:hover .talent-link {
    border-color: #0a7aee;
    box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.23);
}

.talent-link {
    display: block;
    border: 1px solid #dcdee0;
    border-radius: 4px;
    color: #333;
    padding: 0 20px;
    background: url('../images/report_link.png') left center no-repeat;
}

.talent-text {
    float: left;
    width: calc(100% - 220px);
    font-size: 20px;
}

.talent-date {
    float: right;
    width: 220px;
    padding-left: 20px;
    color: #999;
    font-size: 18px;
}

@media (max-width: 980px) {
    .talent {
        padding-bottom: 10px;
    }

    .talent-item {
        width: 100%;
        padding-left: 10px;
    }

    .talent-list {
        padding-right: 10px;
    }

    .talent-text,
    .talent-date {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .talent-text {
        width: 100%;
    }

    .talent-date {
        display: none;
    }
}

/* 营商环境 */
.setting {
    position: relative;
}

.setting-link {
    display: block;
    height: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.setting-tt {
    position: absolute;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    padding: 0 10px;
}

.setting .swiper-button-next,
.setting .swiper-button-prev {
    margin-top: 26px;
}

.setting  {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .setting  {
        margin-bottom: 10px;
    }
}

a {
    color: inherit;
}
