.swiper img {
    width: 100%;
    height: auto;
}

.swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.service {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.service li {
    width: 31%;
    padding: 40px 38px 50px;
    text-align: center;
    cursor: default;
}

.service li img {
    width: 66px;
    height: auto;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.service li h4 {
    color: #333;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    margin-top: 25px;
    margin-bottom: 25px;
}

.service li h6 {
    width: 100%;
    height: 1px;
    background-color: #E4E4E4;
    position: relative;
}

.service li h6::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 1px;
    background-color: #333333;
}

.service li p {
    margin-top: 25px;
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 21px;
    letter-spacing: 1px;
}

.service li:nth-child(1) img {
    width: 64px;
}

.service li:nth-child(5) img {
    width: 80px;
}

.service li:nth-child(6) img {
    width: 60px;
}

.service li:hover img {
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; */
    -moz-opacity: 1;
    opacity: 1;
}

.service li:hover {
    box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.4);
}

.good {
    background-color: #F6F6F6;
    padding: 80px 0;
}

.goodBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goodBox>img {
    width: 38%;
    height: 100%;
}

.youshi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: calc(100% - 42%); */
}

.youshi img {
    margin-right: 60px;
}

.youshi h5 {
    color: #333333;
    font-size: 20px;
}

.youshi p {
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
}

.flow {
    position: relative;
}

.flow img {
    width: 100%;
    height: auto;
}

.flow .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
}

.flow .title h1 {
    color: #fff;
}

.flow .title h5 {
    color: #E4E4E4;
}

/* .flow .w {
    width: 1400px;
} */

.flow ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) !important;
    top: 35%;
}

.flow ul li {
    width: 180px;
    height: 280px;
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    padding: 60px 15px 0;
    position: relative;
    cursor: pointer;
}

/* .flow ul li img {
    width: 50px;
    height: 50px;
} */

.flow ul li:nth-of-type(2) i {
    background: url(../img/f2.png) no-repeat;
    background-size: 100% 100%;
}

.flow ul li:nth-of-type(3) i {
    background: url(../img/f3.png) no-repeat;
    background-size: 100% 100%;
}

.flow ul li:nth-of-type(4) i {
    background: url(../img/f4.png) no-repeat;
    background-size: 100% 100%;
}

.flow ul li:nth-of-type(5) i {
    background: url(../img/f5.png) no-repeat;
    background-size: 100% 100%;
}

.flow ul li:nth-of-type(6) i {
    background: url(../img/f6.png) no-repeat;
    background-size: 100% 100%;
}

.flow ul li:nth-of-type(1):hover i {
    background: url(../img/f1-1.png) no-repeat;
    background-size: 100% 100%;
}

.flow ul li:nth-of-type(2):hover i {
    background: url(../img/f2-2.png) no-repeat;
    background-size: 100% 100%;
}

.flow ul li:nth-of-type(3):hover i {
    background: url(../img/f3-3.png) no-repeat;
    background-size: 100% 100%;
}

.flow ul li:nth-of-type(4):hover i {
    background: url(../img/f4-4.png) no-repeat;
    background-size: 100% 100%;
}

.flow ul li:nth-of-type(5):hover i {
    background: url(../img/f5-5.png) no-repeat;
    background-size: 100% 100%;
}

.flow ul li:nth-of-type(6):hover i {
    background: url(../img/f6-6.png) no-repeat;
    background-size: 100% 100%;
}

.flow ul li i {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: url(../img/f1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0s;
}

.flow ul li h4 {
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 7px;
}

.flow ul li p {
    font-size: 14px;
    color: #F6F6F6;
    line-height: 21px;
}

.flow ul li::after {
    content: '';
    display: inline-block;
    background: url(../img/jiantou.png) no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}

.flow ul li:last-child::after {
    display: none;
}

.flow ul li:hover {
    background-color: #fff;
}

.flow ul li:hover h4 {
    color: #008DE7;
}

.flow ul li:hover p {
    color: #008DE7;
}

.case {
    padding: 80px 0 50px;
    background-color: #F6F6F6;
}

.caseList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.caseList li {
    width: 28%;
    margin-bottom: 50px;
    cursor: pointer;
}
.caseList li div{
    overflow: hidden;
}
.caseList li:hover img{
    transform: scale(1.1);
}
.caseList li img {
    width: 100%;
    height: auto;
}

.caseList li h4 {
    color: #333333;
    font-size: 18px;
    margin-top: 25px;
}

.caseList li .line {
    width: 100%;
    height: 1px;
    background-color: #E4E4E4;
    position: relative;
    margin: 10px 0;
}

.caseList li .line::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 1px;
    background-color: #333333;
}

.caseList li P {
    color: #999;
    font-size: 14px;
}

.case .more {
    display: block;
    width: 220px;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
    border-radius: 34px;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
}

.case .more:hover {
    background-color: #008DE7;
}

.trends {
    margin-top: 110px;
    margin-bottom: 120px;
}

.trends_dls {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.trends_dls dd {
    width: 20%;
    background-color: #F6F6F6;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #666666;
    font-size: 18px;
    border-right: 1px solid #E4E4E4;
    cursor: pointer;
}
.trends_dls dd:last-child{
    border: 0;
}

.trends_dls dd.active {
    font-weight: 500;
    color: #008DE7;
}

.trends_dls dd:hover {
    font-weight: 500;
    color: #008DE7;
}
.trends_uls_box ul{
    display: none;
}
.trends_uls_box ul:first-child{
    display: block;
}
.trends_uls li {
    display: flex;
    justify-content: space-between;
    padding-right: 185px;
    box-shadow: 0px 1px 4px 1px rgba(228, 228, 228, 1);
    margin-bottom: 50px;
}

.trends_uls .leftBox {
    /* width: 450px;
    height: auto; */
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.trends_uls .leftBox:hover .leftBoxImg{
    transform: scale(1.1);
}
.trends_uls .leftBox .video {
    width: 45px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.trends_uls .leftBox .leftBoxImg {
    width: 450px;
    height: auto;
}

.trends_uls .rightBox {
    width: calc(100% - 500px);
    position: relative;
    padding-top: 30px;
}

.trends_uls .rightBox h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.trends_uls .rightBox h3 span {
    font-size: 12px;
    color: #999;
    float: right;
    font-weight: 400;
}

.trends_uls .rightBox p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.trends_uls .rightBox a {
    display: block;
    width: 102px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #008DE7;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 0;
}
.trends_uls .rightBox a em{
    display: inline-block;
    width: 12px;
    height: 7px;
    overflow: hidden;
    position: relative;
}
.trends_uls .rightBox a i{
    /* display: inline-block;
    width: 12px;
    overflow: hidden; */
    /* position: absolute; */
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 7px;
    display: flex;
}
.trends_uls .rightBox a img {
    width: 6px;
    height: auto;
}
.trends_uls .rightBox a img:nth-of-type(2){
    margin-right: 10px;
}
.trends_uls .rightBox a:hover i {
    right: -22px;
}

/* 关于 */
.about{
    overflow: hidden;
}
.aboutTop>img {
    width: 100%;
    height: auto;
}

.aboutTop {
    position: relative;
}

.aboutTop .w {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.aboutTop h6 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
}

.aboutTop p {
    color: #fff;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 60px;
}

.aboutTop span {
    display: block;
    width: 204px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background:linear-gradient(270deg,rgba(0,141,231,1) 0%,rgba(23,164,255,1) 100%);
    font-size: 14px;
    color: #fff;
}

.aboutTop span img {
    margin-right: 4px;
}

.aboutBox {
    box-shadow: 0px 1px 3px 1px rgba(246, 246, 246, 1);
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.aboutBox li {
    width: 33.3333%;
}
.aboutBox li:nth-child(2){
    display: flex;
    flex-direction:column-reverse;
}

.aboutBoxTop {
    padding: 50px 65px;
    text-align: center;
}

.aboutBoxTop h5 {
    color: #333333;
    font-size: 18px;
}

.aboutBoxTop h5 img {
    margin-right: 12px;
}

.aboutBoxTop p {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 35px;
}

.aboutBoxTop i {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #999999;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}

.aboutBoxBottom {
    position: relative;
}

.aboutBoxBottom img {
    width: 100%;
    height: auto;
}

.aboutBoxBottom p {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact {
    padding: 50px 100px;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.35);
    margin-bottom: -200px;
    margin-top: 180px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.contact input {
    border: 1px solid #A2A2A2;
    border-radius: 3px;
    height: 35px;
    padding: 0 3px;
    width: 215px;
}
.contact .form div:nth-child(1) input{
    width: 155px;
}

.form {
    display: flex;
    justify-content: space-between;
}

.form label {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    width: 50px;
    line-height: 35px;
}

.form label i {
    color: #FF653C;
}

.message {
    display: flex;
    margin-top: 35px;
}

.message label {
    width: 50px;
    display: inline-block;
    line-height: 35px;
}

.message input {
    width: calc(100% - 50px);
}

.contact .submit {
    display: block;
    margin: 45px auto 0;
    width: 180px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    /* background: #FF653C; */
    background: rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    border: 0;
}

.submit:hover {
    background: #008DE7;
}

footer {
    padding-top: 300px;
}



@media (max-width: 768px) {
    .swiper img {
        width: 150%;
        margin-left: -25%;
    }

    .swiper-slide {
        overflow: hidden;
    }

    .swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    #service {
        padding-top: 23px !important;
    }

    .service {
        justify-content: center;
    }

    .service li {
        width: 49%;
        padding: 12px 12px 25px;
    }

    .service li:hover {
        box-shadow: 0px 0px 0px 0px;
    }

    .service li img {
        width: 42px;
    }

    .service li:nth-child(1) img {
        width: 40px;
    }

    .service li:nth-child(4) img {
        height: 40px;
        width: auto;
    }

    .service li:nth-child(5) img {
        width: 50px;
    }

    .service li:nth-child(6) img {
        width: 38px;
    }

    .service li h4 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 8px;
    }

    .service li p {
        font-size: 13px;
        height: 110px;
        overflow-y: scroll;
    }

    /* 优势 */
    .good {
        padding: 25px 0;
    }

    .goodBox {
        flex-wrap: wrap;
    }

    .goodBox>img {
        display: block;
        margin: 0 auto;
        width: 85%;
    }

    .youshi {
        padding: 0 10px;
        margin-top: 5px;
    }

    .youshi img {
        display: none;
    }

    .youshi h5 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .youshi p {
        font-size: 13px;
        margin-bottom: 18px;
    }

    /* 流程 */
    .flow {
        background-color: #333;
        padding: 25px 10px 0;
    }

    .flow img {
        display: none;
    }

    .flow .title {
        position: static;
        transform: translateX(0);
    }

    .flow ul {
        flex-wrap: wrap;
        position: static;
        transform: translateX(0) !important;
    }

    .flow ul li {
        width: 30%;
        height: auto;
        padding: 10px 8px;
        margin-bottom: 10px;
    }

    .flow ul li i {
        width: 25px;
        height: 25px;
    }

    .flow ul li h4 {
        font-size: 15px;
        margin-top: 12px;
    }

    .flow ul li::after {
        display: none;
    }

    .flow ul li p {
        font-size: 12px;
    }

    /* 成功案例 */
    .case {
        padding: 25px 0;
    }

    .caseList {
        padding: 0 10px;
    }

    .caseList li {
        width: 46%;
    }

    .caseList li h4 {
        font-size: 16px;
        margin-top: 20px;
    }

    .caseList li P {
        font-size: 13px;
    }

    .case .more {
        margin-top: 0px;
        width: 165px;
        height: 38px;
        line-height: 38px;
        font-size: 17px;
        background: #FF653C;
    }

    /* 动态 */
    .trends {
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .trends_dls {
        overflow-x: scroll;
        margin-bottom: 20px;
    }

    .trends_dls dd {
        /* display: flex;
        align-items: center;
        justify-content: center; */
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        -o-text-overflow: ellipsis;
    }

    .trends_uls {
        padding: 0 10px;
    }

    .trends_uls li {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .trends_uls .leftBox {
        width: 25%;
        display: flex;
        align-items: center;
    }

    .trends_uls .leftBox .leftBoxImg {
        width: 100%;
        height: auto;
    }

    .trends_uls .rightBox {
        width: 70%;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .trends_uls .rightBox h3 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .trends_uls .rightBox h3 span {
        display: none;
    }

    .trends_uls .rightBox a {
        display: none;
    }

    .trends_uls .rightBox p {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .trends_uls .leftBox .video {
        width: 20%;
    }

    /* 关于 */
    .about {
        margin-top: 25px;
    }

    .aboutTop {
        background-color: #333;
    }

    .aboutTop>img {
        display: none;
    }

    .aboutTop .w {
        position: static;
        transform: translate(0);
        padding: 15px 10px;
    }

    .aboutTop h6 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .aboutTop p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .aboutTop span {
        width: 200px;
        height: 36px;
        line-height: 36px;
        margin: 0 auto;
        border-radius: 10px;
    }

    .aboutBox {
        flex-wrap: wrap;
    }

    .aboutBoxTop {
        padding: 25px 45px;
    }

    .aboutBox li {
        width: 100%;
    }

    .aboutBox li:nth-child(2) {
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutBoxTop p {
        margin-bottom: 25px;
    }
    .aboutBoxBottom p{
        font-size: 18px;
    }

    /* 联系 */
    .contact {
        margin-top: 30px;
        margin-bottom: 0;
        padding: 25px 15px;
    }

    .form {
        flex-wrap: wrap;
    }

    .form div {
        width: 100%;
        display: flex;
        margin-bottom: 12px;
    }

    .form label {
        font-size: 15px;
    }

    .message {
        margin-top: 12px;
    }

    .contact input {
        width: calc(100% - 50px);
    }
    .contact .form div:nth-child(1) input {
        width: calc(100% - 50px);
    }

    .submit {
        height: 38px;
        line-height: 38px;
        width: 145px;
        font-size: 17px;
        margin: 35px auto 0;
        background: #FF653C;
    }

    footer {
        padding: 0 18px;
        padding-top: 25px;
    }
}