/* 公司首页内容1 start */
.index_topIMGBox_BG {
    width: 100%;
    color: #fff;
}
.index_oneContentBox_BG {
    background: url(../images/index_BG01.jpg) no-repeat center center;
    background-size: cover;
    padding: 200px 0 130px;
    color: #fff;
}
.index_topContentList{
    margin-top: 60px;
}
.index_oneContentBox_d1_one,
.index_oneContentBox_d1_two,
.index_oneContentBox_d1_three,
.index_oneContentBox_d1_four {
    position: relative;
    line-height: 120px;
}

.index_oneContentBox_d1_one::before,
.index_oneContentBox_d1_two::before,
.index_oneContentBox_d1_three::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.3);
}

.index_oneContentBox_d1_one_d1 {
    position: relative;
    display: inline-block;
    font-size: 100px;
    font-weight: bold;
    vertical-align: middle;
}

.index_oneContentBox_d1_one_d1_s1 {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(50%, -50%);
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    line-height: 1;
}

.index_oneContentBox_d1_one_d1_s2 {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(50%, -50%);
    display: inline-block;
    font-size: 55px;
    vertical-align: middle;
    line-height: 1;
}

.index_oneContentBox_d2 {
    font-size: 16px;
    line-height: 60px;
}

.index_oneContentBox_d3 {
    font-size: 14px;
    line-height: 37px;
    max-width: 1288px;
    margin: 60px auto 0;
}

.index_oneContentBox_d4 {
    display: inline-block;
    margin: 65px auto 0;
    margin: 65px auto;
    line-height: 40px;
    font-size: 16px;
    padding: 0 40px;
    text-align: center;
    background: #229785;
    border-radius: 40px;
    color: #fff;
}


/* 公司首页内容1 end */

@media screen and (max-width: 992px) {
    /* 内容1 */
    .index_oneContentBox_BG {
        background: url(../images/index_BG01.jpg) no-repeat center center;
        background-size: cover;
        padding: 3rem 0 2rem;
        color: #fff;
    }
    .index_oneContentBox_d3 {
        font-size: .8rem;
        line-height: 1.5rem;
        max-width: 1288px;
        margin: 2rem auto 0;
    }
    .index_oneContentBox_d4 {
        display: inline-block;
        margin: 15px auto;
        line-height: 40px;
        font-size: 16px;
        padding: 0 40px;
        text-align: center;
        background: #229785;
        border-radius: 40px;
        color: #fff;
    }
    /* 内容1 */
}


/* ============================================================================================= */


/* ============================================================================================= */


/* ============================================================================================= */


/* <!-- 软件定制开发 start --> */

.index_softwareBGBox {
    background-color: #eaf6f4;
    padding: 70px 0 150px;
}


/* 标题 start*/

.index_titleBox_black {
    text-align: center;
    margin-bottom: 70px;
}

.index_titleBox_black_h1 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    color: #333333;
    line-height: 1;
    margin-bottom: 0;
    font-weight: bold;
}

.index_titleBox_black_h1::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 60%;
    height: 1px;
    background-color: #999999;
    transform: translate(-100%, 50%);
}

.index_titleBox_black_h1::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -10px;
    width: 60%;
    height: 1px;
    background-color: #999999;
    transform: translate(100%, 50%);
}

.index_titleBox_black_h2 {
    font-size: 16px;
    color: #999999;
    line-height: 2;
    margin-bottom: 0;
    font-weight: bold;
}

.index_titleBox_black_p1 {
    padding: 10px 0;
    font-size: 14px;
    color: #666666;
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 830px;
}


/* 标题 end */

.index_softwareContentBox {
    max-width: 1370px;
    margin: 0 auto;
}

.index_softwareContentBox_col {
    padding: 0 25px;
    margin-bottom: .5rem;
}

.index_softwareContentBox_bgBox {
    position: relative;
    min-height: 516px;
    background-color: #294641;
}

.index_softwareContentBox_bgBox01 {
    background: url(../images/index/softBG01.png) no-repeat center center;
    background-size: cover;
}

.index_softwareContentBox_bgBox02 {
    background: url(../images/index/softBG02.png) no-repeat center center;
    background-size: cover;
}

.index_softwareContentBox_bgBox03 {
    background: url(../images/index/softBG03.png) no-repeat center center;
    background-size: cover;
}

.index_softwareContentBox_bgBox_botBox {
    height: 100%;
    padding: 100px 60px 50px;
    text-align: center;
    color: #fff;
}

.index_softwareContentBox_bgBox_botBox_h3 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 35px;
}

.index_softwareContentBox_bgBox_botBox_h4 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 35px;
}

.index_softwareContentBox_bgBox_botBox_p1 {
    font-size: 1rem;
    line-height: 2;
}

.index_softwareContentBox_bgBox_topBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    padding: 0 1rem;
    background-color: #229785;
    color: #fff;
    overflow: hidden;
    transition: all .5s;
    text-align: center;
}

.index_softwareContentBox_bgBox_topBox_h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 1rem;
}

.index_softwareContentBox_bgBox_topBox_p1 {
    font-size: 14px;
    line-height: 2;
}

.index_softwareContentBox_bgBox:hover .index_softwareContentBox_bgBox_topBox {
    height: 100%;
}


/* <!-- 软件开发 end --> */

@media screen and (max-width: 992px) {
    /* 软件开发 */
    .index_titleBox_black {
        text-align: center;
        margin-bottom: 2rem;
    }
    .index_softwareBGBox {
        background-color: #eaf6f4;
        padding: 2rem 0 3rem;
    }
    .index_titleBox_black_h1 {
        position: relative;
        display: inline-block;
        font-size: 1.5rem;
        color: #333333;
        line-height: 1;
        margin-bottom: 0;
        font-weight: bold;
    }
    .index_titleBox_black_h2 {
        font-size: .8rem;
        color: #999999;
        line-height: 2;
        margin-bottom: 0;
        font-weight: bold;
    }
    .index_titleBox_black_p1 {
        padding: 10px 0;
        font-size: .8rem;
        color: #666666;
        margin: 0 auto;
        margin-bottom: 0;
        max-width: 830px;
    }
    /* 软件开发 */
}


/* ============================================================================================= */


/* ============================================================================================= */


/* ============================================================================================= */


/* 网站建设 start */

.index_webBuild_BGBox {
    background: url(../images/index_webBuild.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0 85px;
    width: 100%;
}


/* 标题 start*/

.index_titleBox_white {
    text-align: center;
}

.index_titleBox_white_h1 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    font-weight: bold;
}

.index_titleBox_white_h1::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 60%;
    height: 1px;
    background-color: #fff;
    transform: translate(-100%, 50%);
}

.index_titleBox_white_h1::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -10px;
    width: 60%;
    height: 1px;
    background-color: #fff;
    transform: translate(100%, 50%);
}

.index_titleBox_white_h2 {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-bottom: 0;
    font-weight: bold;
}

.index_titleBox_white_p1 {
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}


/* 标题 end */

.index_webBuild_SwiperBox {
    padding: 5px;
    /* height: 650px; */
    position: relative;
    margin-top: 20px;
}

.index_webBuild_swiperBox {
    height: 650px;
}

@media screen and (max-width: 1500px) {
    .index_webBuild_swiperBox {
        height: 550px;
    }
}

@media screen and (max-width: 1400px) {
    .index_webBuild_swiperBox {
        height: 510px;
    }
}

@media screen and (max-width: 1300px) {
    .index_webBuild_swiperBox {
        height: 470px;
    }
}

@media screen and (max-width: 1200px) {
    .index_webBuild_swiperBox {
        height: 430px;
    }
}

@media screen and (max-width: 1100px) {
    .index_webBuild_swiperBox {
        height: 400px;
    }
}

@media screen and (max-width: 1000px) {
    .index_webBuild_swiperBox {
        height: 360px;
    }
}

@media screen and (max-width: 900px) {
    .index_webBuild_swiperBox {
        height: 320px;
    }
}

@media screen and (max-width: 800px) {
    .index_webBuild_swiperBox {
        height: 280px;
    }
}

@media screen and (max-width: 700px) {
    .index_webBuild_swiperBox {
        height: 240px;
    }
}

@media screen and (max-width: 600px) {
    .index_webBuild_swiperBox {
        height: 200px;
    }
}

@media screen and (max-width: 500px) {
    .index_webBuild_swiperBox {
        height: 160px;
    }
}

@media screen and (max-width: 400px) {
    .index_webBuild_swiperBox {
        height: 120px;
    }
}


/* swiper重写 */

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 6%;
    top: 38%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 40px 0;
    display: block;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #666666;
    opacity: .8;
}

.swiper-pagination-bullet-active {
    position: relative;
    opacity: 1;
    background: #666666;
}

.swiper-pagination-bullet-active::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #666;
    top: 0;
    left: 0;
    transform: translate(-25%, -25%);
}

.index_webBuild_swiper_pagination {}

.index_webBuild_swiper_pagination::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    right: 50%;
    transform: translate(50%, 0);
    top: 0%;
    background-color: #666666;
    /* box-shadow: 0 0 3px #666666; */
}

@media screen and (max-width: 1000px) {
    .index_webBuild_swiper_pagination {
        display: none;
    }
}


/* swiper重写 */


/* 网站建设 end */


/* ============================================================================================= */


/* ============================================================================================= */


/* ============================================================================================= */


/* 合作伙伴 start */

.index_partner_BGBox {
    background-color: #eaf6f4;
    padding: 65px 0 40px;
}

.index_partner_div_imgBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 70%;
}

.index_partner_mask {
    position: absolute;
    content: "";
    background-color: #000000;
    opacity: .5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all .5s;
    clip-path: polygon(50% 20%, 50% 50%, 20% 50%, 50% 50%, 50% 80%, 50% 50%, 80% 50%, 50% 50%);
}

.index_partner_div_imgBox:hover .index_partner_mask {
    background-color: #229785;
    opacity: 1;
    clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%);
}

.index_partner_mask_boxLine {
    position: absolute;
    width: 95%;
    height: 95%;
    margin: 1.7% 2.5%;
    border: 0px solid #fff;
}

.index_partner_div_imgBox:hover .index_partner_mask_boxLine {
    border: 1px solid #fff;
    transition: all .5s;
}

.index_partner_div_imgBox_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    z-index: 20;
}

.index_partner_Box_padding {
    padding: 6px;
}

.index_partner_Box_padding02 {
    padding: 6px 0px 0;
}

.index_partner_Box_padding03 {
    padding: 0px 6px 8px;
}


/* 合作伙伴 end */


/* ============================================================================================= */


/* ============================================================================================= */


/* ============================================================================================= */


/* 新闻资讯 start */

.index_news_BGBox {
    background-color: #f6f6f6;
    padding: 75PX 0 100PX;
}

.index_news_contentBox {
    max-width: 1332px;
    margin: 0 auto;
}

.index_news_contentBox_col {
    padding: 0 6px;
}


/* 1 */

.index_news_contentBox_oneBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 120%;
    margin: 6px 0;
    height: calc(100% - 12px);
}

.index_news_contentBox_oneBox_h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 999;
    color: #fff;
    background-color: rgba(69, 69, 69, .71);
    text-align: center;
    font-size: 16px;
    padding: 16px 38px;
    line-height: 1.5;
}


/* 2 */

.index_news_contentBox_twoBox {
    height: 100%;
}

.index_news_contentBox_twoBox_d1Box {
    flex: 1;
    padding: 10px 40px;
    background-color: #fff;
    margin: 6px 0;
}

.index_news_contentBox_twoBox_d1Box_h3 {
    font-size: 18px;
    color: #333333;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news_contentBox_twoBox_d1Box_p1 {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_news_contentBox_twoBox_d1Box_timeBox {
    border-top: 1px solid #f5f5f5;
    padding-top: 12px;
}

.index_news_contentBox_twoBox_d1Box_timeBox_timeP1 {
    font-size: 33px;
    color: #979491;
    font-weight: bold;
    margin: 0;
}

.index_news_contentBox_twoBox_d1Box_timeBox_timeP2 {
    font-size: 14px;
    color: #333;
}

.index_news_contentBox_twoBox_d1Box_timeBox_iconS {
    font-size: 22px;
    line-height: .6;
    padding-right: 36px;
    color: #333;
}


/* 3 */

.index_news_contentBox_threeBox {
    height: 100%;
}

.index_news_contentBox_threeBox_d1Box {
    flex: 1;
    margin: 6px 0;
    background-color: #fff;
    padding: 10px 55px 10px 45px;
}

.index_news_contentBox_threeBox_d1Box_timeBox {
    max-width: 95px;
    width: 100%;
}

.index_news_contentBox_threeBox_d1Box_timeBox_Box {
    border-right: 1px solid #f5f5f5;
    width: 100%;
}

.index_news_contentBox_threeBox_d1Box_timeBox_timeP1 {
    position: relative;
    font-size: 33px;
    color: #979491;
    font-weight: bold;
    margin: 0;
}

.index_news_contentBox_threeBox_d1Box_timeBox_timeP2 {
    font-size: 14px;
    color: #333;
}

.index_news_contentBox_threeBox_d1Box_rightBox {
    padding-left: 26px;
}

.index_news_contentBox_threeBox_d1Box_h3 {
    flex: 1;
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_news_contentBox_threeBox_d1Box_h3_iconS {
    font-size: 22px;
    line-height: .6;
    color: #333;
}


/* 新闻资讯end */