@charset "UTF-8";

.banner {
    position: relative;
}

.banner_inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

#banner .swiper-pagination {
    bottom: 145px;
}

#banner .swiper-pagination span {
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background: #ccc;
    transition: .5s all;
    -webkit-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

#banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 60px;
    z-index: 1;
    background: #000;
    opacity: 1;
}

#banner .swiper-pagination span {
    position: relative;
}

#banner .swiper-pagination span::after {
    content: "";
    width: 0;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transition: .8s all;
    -webkit-transition: .8s all;
    -ms-transition: .8s all;
    -o-transition: .8s all;
    z-index: 10;
}

#banner .swiper-pagination span.swiper-pagination-bullet-active::after {
    width: 100%;
    background: #fff;
    opacity: 1;
}

.banner_list {
    padding: 0 10px;
}

.banner_list ul {
    display: flex;
}

.banner_list li {
    width: 24%;
    margin-right: 2%;
}

.ba_text h4 i {
    color: #fff;
}

.banner_list li:nth-child(4n) {
    margin-right: 0;
}

.banner_list li a {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.bad_img {
    float: left;
    width: 20%;
    margin-right: 15px;
}

.bad_img img {
    width: 100%;
}

.bad_text {
    width: 78%;
}

.bad_text h4 {
    margin-bottom: 15px;
}

.bad_text h4 i {
    font-weight: normal;
    margin-left: 10px;
    position: relative;
    left: 0;
}

.banner_list li:hover .bad_text h4 i {
    left: 10px;
}

#banner .swiper-slide>img {
    width: 100%;
}

.swiper-slide {
    position: relative;
}

.banner_pos {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 999;
    width: 100%
}

.banner_text {
    width: 565px;
    float: right;
}

.banner_text h1 {
    margin-bottom: 15px;
}

.banner_text h2 {
    margin-bottom: 35px;
}

.banner_text .banner_line {
    margin-bottom: 20px;
}

.banner_text h4 {
    margin-bottom: 35px;
    line-height: 30px;
}

.title h2 {
    margin-bottom: 20px;
}

.title h4 {
    line-height: 25px;
}

.digitalize ul {
    display: flex;
    flex-wrap: wrap;
}

.digitalize {
    width: 72%;
    margin: auto;
}

.digitalize ul li {
    width: 46%;
    margin-right: 6%;
    margin-bottom: 20px;
}

.digitalize ul li:nth-child(3n) {
    margin-right: 0;
}

.digitalize_img img {
    width: 100%;
}

.digitalize ul li a {
    display: block;
    position: relative;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
}

.digitalize_text_inner {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px;
}

.digitalize ul li:hover .digitalize_text_inner {
    bottom: 0;
}

.digitalize_text {
    height: 220px;
    overflow: hidden;
}

.digitalize_text h4 {
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.digitalize_text h4 img {
    margin-right: 15px;
}

.digitalize_text h6 {
    line-height: 24px;
    height: 48px;
    margin-bottom: 20px;
}

.digitalize_text p {
    line-height: 35px;
    height: 35px;
    display: flex;
    align-items: center;
}

.digitalize_text p i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #068BEF;
    margin-right: 10px;
}

.enterprise ul {
    display: flex;
    flex-wrap: wrap;
}

.enterprise ul li {
    width: 25%;
    text-align: center;
}

.enterprise ul li img {
    margin-bottom: 25px;
    position: relative;
    top: 0;
}

.enterprise ul li h4 {
    margin-bottom: 15px;
}

.enterprise ul li:hover img {
    top: -10px;
}

.enterprise ul li:hover h4 {
    color: #3763A3;
}

.she {
    height: 760px;
    background: url("../images/index/wei1.jpg") no-repeat center;
}

.customer ul {
    display: flex;
    flex-wrap: wrap;
}

.customer ul li {
    width: 18%;
    margin-right: 2.5%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.customer ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.customer ul li:nth-child(5n) {
    margin-right: 0;
}

.customer ul li img {
    max-width: 100%;
}

.customer ul li:hover {
    box-shadow: 0 0 10px #ccc;
}

.cooperation_inner {
    height: 460px;
    background: url("../images/index/wei2.jpg") no-repeat center;
    position: relative;
}

.cooperation_h4 {
    padding: 30px 0 100px 0;
}

.cooperation {
    padding-bottom: 230px;
}

.cooperation_form {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.cooperation_box {
    padding: 30px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px #EDEDED;
}

.cooperation_box_inner {
    display: flex;
}

.cooperation_item {
    width: 50%;
    padding: 0 35px;
}

.cooperation_box .cooperation_item:nth-child(1) {
    border-right: 1px solid #ddd;
}

.cooperation_list {
    display: flex;
    flex-wrap: wrap;
}

.cooperation_input {
    width: 45%;
    margin-right: 10%;
}

.cooperation_list .cooperation_input:nth-child(2n) {
    margin-right: 0;
}

.cooperation_list .cooperation_input:nth-child(1) {
    margin-bottom: 20px;
}

.cooperation_list .cooperation_input:nth-child(2) {
    margin-bottom: 20px;
}

.cooperation_input input,
.cooperation_input select {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #666;
    padding: 0 10px;
}

.cooperation_input input::-webkit-input-placeholder {
    color: #ccc;
}

.cooperation_input input:-moz-placeholder {
    color: #ccc;
}

.cooperation_input input::-moz-placeholder {
    color: #ccc;
}

.cooperation_input input:-ms-input-placeholder {
    color: #ccc;
}

.cooperation_input p {
    margin-bottom: 6px;
}

.cooperation_input select {
    color: #ccc;
}

.cooperation_items .cooperation_input {
    width: 100%;
}

.cooperation_items .cooperation_input textarea {
    width: 100%;
    height: 115px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #666;
    padding: 0 10px;
}

.cooperation {
    position: relative;
}

.tt_a a {
    display: block;
    margin: 40px auto 0;
    width: 140px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    opacity: 1;
    background: #487fc3;
    border-radius: 40px;
    opacity: 1;
    font-size: 14px;
    color: #ffffff;
    border: 3px solid #487fc3;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tt_a a:hover {
    border: 3px solid #ddd;

}

.ban-page {
    border-bottom: 1px solid #fff;
}

.page-list {
    display: flex;
}

.page-list li {
    width: 16.66%;
    text-align: center;
}

.page-list li span {
    display: inline-block;
    padding: 0 0 15px;
    border-bottom: 3px solid transparent;
}

.page-list li.active span {
    border-bottom: 3px solid #fff;
}

.data_inner {
    width: 1080px;
    margin: auto;
}

.data_inner_lf {
    width: 620px;
    height: 440px;
    border-radius: 10px;
    background: #fff;
    padding: 50px 225px 0 60px;
    position: relative;
}

.data_text h2 {
    margin-bottom: 35px;
}

.data_text p {
    line-height: 30px;
    height: 150px;
    overflow: hidden;
}

.data_text a {
    margin-top: 80px;
    display: inline-block;
    width: 110px;
    height: 35px;
    opacity: 1;
    background: #2766c2;
    border-radius: 35px;
    text-align: center;
    line-height: 35px;
}

.data_text a i {
    font-size: 12px;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.data_text a:hover i {
    left: 10px;
}

.data_num {
    display: block;
    width: 150px;
    height: 118px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    left: 12px;
    bottom: 0;
    z-index: 9;
}

.data_inner_img {
    position: absolute;
    left: 470px;
    width: 570px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}

.data_inner {
    padding-top: 60px;
}

.data_inner_img img {
    border-radius: 7px;
}

.date {
    position: relative;
}

.date .swiper-button-prev,
.date .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.date .swiper-button-prev {
    background-image: url("../images/index/prev.png");
    left: -14px;
}

.date .swiper-button-next {
    background-image: url("../images/index/next.png");
}

.date .swiper-button-prev:hover,
.date .swiper-button-next:hover {
    box-shadow: 0 0 10px #ccc;
}

.at1,
.at2,
.at3,
.at4,
.at5,
.at6 {
    margin-top: 100px;
}

@media screen and (max-width:768px) {

    .at1,
    .at2,
    .at3,
    .at4,
    .at5,
    .at6 {
        margin-top: 0;
    }

    .banner_inner {
        display: none;
    }

    .digitalize {
        width: 100%;
    }

    .digitalize ul li {
        width: 48%;
        margin-right: 2%;
    }

    .digitalize ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .digitalize ul li:nth-child(2n) {
        margin-right: 0;
    }

    .digitalize ul {
        justify-content: center;
    }

    .enterprise ul li {
        width: 50%;
        padding: 0 10px;
    }

    .customer ul li {
        width: 32%;
        margin-right: 2%;
    }

    .customer ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .customer ul li:nth-child(3n) {
        margin-right: 0;
    }

    .customer ul li img {
        max-width: 85%;
    }

    .ban-page {
        display: none;
    }

    .data_inner {
        width: 100%;
        padding: 30px;
    }

    .data_inner_lf {
        width: 100%;
        padding: 15px 15px 0 15px;
        height: 500px;
    }

    .data_inner_img {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        top: auto;
        bottom: 0;
    }

    .data_inner_img img {
        width: 100%;
    }

    .data_num {
        display: none;
    }

    .date .swiper-button-prev,
    .date .swiper-button-next {
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    .date .swiper-button-prev {
        left: -5px;
    }

    .date .swiper-button-next {
        right: -5px;
    }

    .data_text a {
        margin-top: 20px;
    }

    .she {
        height: 660px;
    }

    .cooperation_inner {
        padding: 0 10px;
    }

    .cooperation_item {
        width: 100%;
        padding: 0 35px;
    }

    .cooperation_box_inner {
        flex-wrap: wrap;
    }

    .cooperation_items {
        padding-top: 15px;
    }

    #banner .swiper-pagination {
        bottom: 20px;
    }
}