/* 顶部banner */
.banner .image {
    width: 100%;
    height: 100%;
}

.banner > ul > li {
    position: relative;
}

.banner > ul > li > .image > img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.banner .tel {
    width: 326px;
    height: 197px;
    position: absolute;
    top: 587px;
    left: 60px;
    background-image: url('../static/picture/images/images/index_19.png');
    background-repeat: no-repeat;
    font-size: 16px;
    color: #081b29;
}

.banner .tel div {
    font-size: 16px;
    color: #081b29;
    padding-top: 40px;
    padding-left: 56px;
}

.banner .more {
    position: absolute;
    top: 480px;
    left: 47%;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    border: solid 1px #ffffff;
    padding: 0 20px;
}

/* 中部轮播及图文样式 */
.banner_content {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}

.banner_content .left_banner {
    float: left;
    width: 816px;
    height: 525px;
    margin: 0px 21px 44px 0px;
}

.banner_content .right_content {
    float: right;
    width: 788px;
    margin-top: 56px;
}

.banner_content .right_content .tab {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #00457d;
}

.banner_content .right_content .tab ul {
    width: 80%;
    float: left;
    overflow: hidden;
}

.banner_content .right_content .tab ul li {
    float: left;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    padding: 2px;
    cursor: pointer;
}

.banner_content .right_content .tab ul .active {
    background-color: #00457d;
    color: #ffffff;
}

.banner_content .right_content .tab ul li div {
    padding: 13px 48px;
}

.banner_content .right_content .tab ul .active div {
    border: 1px solid #FFFFFF;
}

.banner_content .right_content .tab .more {
    float: right;
    margin-right: 18px;
    padding: 15px 0px;
    font-size: 19px;
    color: #00457d;
    opacity: 0.65;
}

.banner_content .right_content .content ul {
    width: 100%;
}

.banner_content .right_content .content li {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.banner_content .right_content .content li:first-child {
    margin-top: 43px;
}

.banner_content .right_content .content li div {
    float: left;
    width: 5px;
    height: 5px;
    background-color: #00457d;
    border-radius: 50%;
    margin-right: 16px;
    margin-top: 8px;
}

.banner_content .right_content .content li a {
    float: left;
    width: calc(100% - 21px);
    font-size: 19px;
    line-height: 19px;
    color: #2b2b2b;
    overflow: hidden;
}

.banner_content .right_content .content li a span:first-child {
    float: left;
    width: 490px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner_content .right_content .content li a span:last-child {
    float: right;
    margin-right: 26px;
    font-size: 16px;
}

/* 标题样式 */
.index_title {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 62px;
    text-align: center;
}

.index_title .ch {
    font-size: 48px;
    line-height: 48px;
    color: #232323;
}

.index_title .en {
    font-size: 24px;
    line-height: 24px;
    color: #232323;
    margin-top: 32px;
}

/* 党建专栏 */
.party_build {
    margin-bottom: 78px;
}

.party_build .tab {
    width: 100%;
    height: 53px;
    overflow: hidden;
    border-bottom: 1px solid #00457d;
}

.party_build .tab ul {
    width: 80%;
    float: left;
    overflow: hidden;
}

.party_build .tab ul li {
    float: left;
    font-size: 21px;
    line-height: 21px;
    padding: 2px;
}

.party_build .tab ul .active {
    background-color: #00457d;
    color: #ffffff;
}

.party_build .tab ul li div {
    padding: 13px 3px;
}

.party_build .tab ul .active div {
    border: 1px solid #FFFFFF;
    padding: 13px 36px;
}

.party_build .tab .more {
    float: right;
    margin-right: 18px;
    padding: 15px 0px;
    font-size: 19px;;
    color: #00457d;
    opacity: 0.65;
}

#four_flash .but_right {
    right: -10px !important;
}

/* 产品与服务样式 */
.product_service_title {
    width: 100%;
    background-color: #ededed;
    padding-top: 79px;
    padding-bottom: 62px;
    margin-bottom: 0px;
}

.product_service {
    width: 100%;
    background-color: #ededed;
}

.product_service .content {
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
}

.product_service .content .item {
    float: left;
    width: 797px;
    background-color: #ffffff;
    overflow: hidden;
    margin-right: 46px;
    margin-bottom: 50px;
}

.product_service .content .item:nth-child(even) {
    margin-right: 0px;
}

.product_service .content .item_left {
    float: left;
    width: 147px;
    height: 138px;
    margin: 85px 37px 73px 39px;
}

.product_service .content .item_right {
    float: right;
    width: 574px;
    height: 296px;
    padding-right: 46px;
    box-sizing: border-box;
    position: relative;
}

.product_service .content .item_title {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #222222;
    margin-top: 34px;
}

.product_service .content .item_content {
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    margin-top: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 定义文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_service .content .more {
    width: 100px;
    height: 38px;
    border: solid 1px #00457d;
    font-size: 14px;
    line-height: 38px;
    color: #6f6f6f;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 35px;
}

/* 业务领域样式 */
.operation .content {
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px;
}

.operation .item {
    float: left;
    width: 520px;
    background-color: #ededed;
    border-radius: 30px;
    margin-right: 40px;
    margin-bottom: 42px;
}

.operation .item:nth-child(3n) {
    margin-right: 0px;
}

.operation .item img {
    width: 479px;
    height: 340px;
    border-radius: 38px;
    margin-top: 29px;
    margin-left: 21px;
}

.operation .item div {
    font-size: 20px;
    line-height: 20px;
    color: #232323;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 28px;
    font-weight: bold;
}

.slideBox {
    width: 816px !important;
    height: 525px !important;
    display: none;
}

.slideBox.on {
    display: block !important;
}

.tab_nav {
    display: none;
}

.tab_nav.on {
    display: block !important;
}


/* 媒体查询 */
@media screen and (max-width: 1730px) {
    .banner {
        height: 620px !important;
    }

    .banner > ul {
        height: 620px !important;
    }

    .banner > ul > li {
        height: 620px !important;
    }

    .banner .tel {
        top: 500px !important;
    }

    .banner .more {
        top: 450px;
        left: 47%;
    }

    /* .img-btn-list {
        top: 226px !important;
    } */

    /* 中部轮播及图文样式 */
    .banner_content .left_banner {
        width: 750px;
    }

    div.slideBox ul.items li a img {
        width: 750px !important;
    }

    .slideBox {
        width: 655px !important;
        height: 458.5px !important;
    }

    .banner_content .left_banner {
        width: 655px;
        height: 458.5px;
    }

    div.slideBox ul.items li a img {
        width: 655px;
        height: 458.5px;
    }

    .banner_content .right_content {
        width: 660px;
        margin-top: 20px;
    }

    .bodyCon08 .students {
        width: 1400px !important;
    }

    #four_flash {
        width: 1400px !important;
    }

    #four_flash .flashBg {
        width: 1225px !important;
    }

    #four_flash .but_left {
        left: 35px !important;
    }

    #four_flash .but_right {
        right: 25px !important;
    }

    .product_service .content .item {
        width: 647px;
    }

    .product_service .content .item:nth-child(2n) {
        margin-right: 0px;
    }

    .product_service .content .item_right {
        width: 424px;
    }

    .operation .item {
        width: 420px;
    }

    .operation .item img {
        width: 380px;
        height: 270px;
    }
}

/* 媒体查询 */
@media screen and (max-width: 1440px) {
    .banner {
        height: 570px !important;
    }

    .banner > ul {
        height: 570px !important;
    }

    .banner > ul > li {
        height: 570px !important;
    }

    .banner .tel {
        top: 450px !important;
    }

    .banner .more {
        top: 400px;
        left: 45%;
    }

    /* .img-btn-list {
        top: 176px !important;
    } */

    /* 中部轮播及图文样式 */
    .index_title .ch {
        font-size: 32px;
        line-height: 32px;
    }

    .index_title .en {
        margin-top: 20px;
    }

    .banner_content .left_banner {
        width: 500px;
        height: 375px;
        padding-top: 50px;
        margin-bottom: 10px;
    }

    div.slideBox ul.items li a img {
        width: 500px !important;
    }

    .banner_content .right_content .tab ul li {
        font-size: 16px;
    }

    .banner_content .right_content .tab .more {
        padding: 18px 0px;
        font-size: 14px;
    }

    .banner_content .right_content .content li a span:first-child {
        width: 350px;
    }

    .banner_content .right_content .content li a {
        font-size: 14px;
        line-height: 14px;
    }

    .banner_content .right_content .content li a span:last-child {
        font-size: 14px;
    }

    div.slideBox ul.items li a img {
        height: 322px !important;
    }

    .slideBox {
        width: 500px !important;
        height: 322px !important;
    }

    div.slideBox div.tips {
        height: 40px !important;
    }

    div.slideBox div.tips div.title a {
        margin-top: 12px !important;
        font-size: 16px !important;
        line-height: 16px !important;
    }

    div.slideBox div.tips div.nums a {
        width: 10px !important;
        height: 10px !important;
        margin-top: 16px !important;
    }

    .banner_content .right_content {
        width: 500px;
        margin-top: 0px;
    }

    .party_build .tab ul li {
        font-size: 16px;
    }

    .party_build .tab .more {
        padding: 18px 0px;
        font-size: 14px;
    }

    .bodyCon08 .students {
        width: 1024px !important;
    }

    #four_flash {
        width: 1024px !important;
    }

    #four_flash .flashBg {
        width: 810px !important;
    }

    #four_flash .but_left {
        left: 30px !important;
    }

    #four_flash .but_right {
        right: 20px !important;
    }

    .product_service .content .item {
        width: 466px;
        margin-left: 30.5px;
        margin-right: 30.5px;
    }

    .product_service .content .item_title {
        font-size: 22px;
    }

    .product_service .content .item_content {
        font-size: 14px;
    }

    .product_service .content .item_right {
        width: 243px;
    }

    .operation .item {
        width: 472px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .operation .item:nth-child(3n) {
        margin-right: 20px;
    }

    .operation .item:nth-child(2n) {
        margin-right: 0px;
    }

    .operation .item img {
        width: 383.2px;
        height: 272px;
        margin-left: 44.4px;
    }

    .operation .item div {
        font-size: 18px;
    }
}

/* 媒体查询 */
@media screen and (max-width: 1366px) {
    .banner {
        height: 500px !important;
    }

    .banner > ul {
        height: 500px !important;
    }

    .banner > ul > li {
        height: 500px !important;
    }

    .banner .tel {
        top: 380px !important;
    }

    .banner .more {
        top: 350px;
        left: 45%;
    }

    /* .img-btn-list {
        top: 156px !important;
    } */
}
