.banner-bar {
    overflow: hidden;
    position: relative;
}
.seobanner {
    margin-top: 108px;
    height: 600px;
    background: url(../images/seobanner.jpg) top center no-repeat;
}
.seobanner .cont {
    position: relative;
}
.cont {
    width: 1200px;
    margin: 0 auto;
}
.banner-search {
    width: 685px;
    height: 80px;
    position: absolute;
    top: 238px;
    right: 0;
}
.banner-search span {
    width: 550px;
    height: 80px;
    line-height: 80px;
    font-size: 46px;
    color: #3680c9;
    font-weight: bold;
    float: left;
    background: #fff;
    padding-left: 25px;
}
.banner-search span em {
    font-style: 56px;
    color: #f49b00;
    font-style: normal;
}
.banner-search i {
    width: 110px;
    height: 80px;
    float: right;
    background: #1980ba url(../images/s-icon1.png) center no-repeat;
}
.banner-text {
    position: absolute;
    right: 0;
    font-size: 44px;
    color: #fff;
    top: 350px;
}
.banner-text span {
    font-size: 50px;
}
.effect {
    width: 1200px;
    margin: 38px auto 0;
    line-height: 1;
}
.title_en {
    font-size: 14px;
    color: #b5bec7;
    text-align: center;
}
.seo-title {
    font-size: 30px;
    color: #3680c7;
    font-weight: bold;
    text-align: center;
}
.effect .content {
    margin-top: 77px;
}
.effect .left {
    float: left;
}
.effect .right {
    padding-top: 37px;
    width: 644px;
    float: right;
}
.effect .right li {
    line-height: 76px;
    color: #343434;
    font-size: 20px;
    border-radius: 6px;
    padding: 0 30px;
    margin-bottom: 27px;
}
.effect .right li .icon.iconfont {
    padding-right: 35px;
    font-size: 20px;
    color: #b5bdc6;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.effect .right li:hover, .effect .right li.active {
    background-color: #4370fe;
    color: #fff;
    box-shadow: 0px 23px 35px 0px rgb(67 112 254 / 28%);
}
.effect .right li:hover .icon.iconfont, .effect .right li.active .icon.iconfont {
    color: #ffffff;
}
.different {
    margin-top: 50px;
    padding-top: 93px;
    line-height: 1;
    background-color: rgba(231,238,254,0.5);
    padding-bottom: 117px;
}
.different .content {
    width: 1200px;
    margin: 0 auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.different .content ul {
    margin-top: 100px;
    padding-bottom: 52px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.different .content li {
    height: 286px;
    width: 344px;
    border-radius: 80px 0 0 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.different ul li .left, .different ul li .right {
    float: left;
}
.different ul li .right {
    width: 226px;
    height: 100%;
    padding: 53px 15px 0;
    box-sizing: border-box;
}
.different ul li .right .text {
    font-size: 20px;
    color: #343434;
    margin-bottom: 23px;
    font-family: "苹方";
    font-weight: bold;
}
.different ul li .right .description {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: left;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.different .arrow {
    text-align: right;
    padding-right: 70px;
    font-size: 20px;
    font-weight: bold;
}
.different .arrow span.prev {
    transform: rotate(-180deg);
}

.different .arrow span {
    padding-left: 20px;
    color: #d3d3d3;
    display: inline-block;
    cursor: pointer;
}
.advantage {
    width: 1200px;
    margin: 30px auto 30px;
    line-height: 1;
}
.advantage .content {
    margin-top: 30px;
    display: flex;
}
.advantage .content .left, .advantage .content .right {
    width: 512px;
    border: 1px solid #e5e5e5;
}
.advantage .content .div_title {
    height: 86px;
    color: #fff;
    font-size: 26px;
    background-color: #161d2f;
    line-height: 86px;
    text-align: center;
}
.advantage .content ul {
    box-sizing: border-box;
    padding: 0 26px;
}
.advantage .content li {
    padding-top: 25px;
    height: 145px;
    border-bottom: 1px dashed #e5e5e5;
    box-sizing: border-box;
}
.advantage .content li .text {
    position: relative;
    font-size: 20px;
    color: #161d2f;
    margin-bottom: 29px;
}
.advantage .content li .description {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}
.advantage .content .center {
    width: 176px;
    display: flex;
    align-items: center;
}
.advantage .content .center > div {
    margin-left: 50%;
    transform: translateX(-50%);
}
.advantage .content .left, .advantage .content .right {
    width: 512px;
    border: 1px solid #e5e5e5;
}
.advantage .content .right .div_title {
    background-color: #ff715b;
}

.advantage .content .div_title {
    height: 86px;
    color: #fff;
    font-size: 26px;
    background-color: #161d2f;
    line-height: 86px;
    text-align: center;
}
.advantage .content .right li .text {
    color: #ff715b;
}
.advantage .content .right li .text:before {
    background: #ff715b;
}

.advantage .content li .text:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 26px;
    height: 2px;
    background-color: #161d2f;
}
.data {
    position: relative;
    width: 100%;
    height: 700px;
    background: url(../images/data-bg.png) no-repeat center / cover;
}
.data .bg {
    width: 100%;
    height: 100%;
}
.data .bg img {
    width: 100%;
    height: 100%;
}
.data .content {
    position: absolute;
    width: 1200px;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}
.data .content ul:first-child {
    margin-bottom: 160px;
}

.data .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: white;
    text-align: center;
}
.data .content ul .number {
    font-size: 60px;
    height: 40px;
}
.data .content ul .number span {
    display: inline-block;
    margin-right: 10px;
    height: 60px;
    vertical-align: middle;
}
.data .content ul sup {
    font-size: 18px;
}
.data .content ul .text {
    margin-top: 33px;
    font-size: 16px;
}
.data .content ul .number1 {
    font-size: 60px;
    height: 40px;
}
.process {
    line-height: 1;
    padding-top: 17px;
    background-color: #e7eefe;
}
.process img {
    width: 100%;
    margin-top: 70px;
}
.case {
    max-width: 1500px;
    width: 95%;
    margin: 130px auto 0;
    line-height: 1;
}
.case .case-lists {
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
}

.case .case-lists li {
    width: 33.3333333333%;
}
.case .case-lists li a {
    display: block;
    margin: 12px 15px;
}
.case .case-lists .pic {
    position: relative;
}
.case .case-lists li .pic .pic-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.case .case-lists .pic img {
    width: 100%;
    display: block;
    transition: all 0.8s;
}
.case .case-lists .pic .all-fix {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 1s;
}
.case .case-lists .pic .all-fix .all-fix-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
}
.case .case-lists .pic .all-fix .before {
    top: 1px;
}
.case .case-lists .pic .all-fix .after, .case .case-lists .pic .all-fix .before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: all 1s;
    opacity: 0;
    width: 100%;
}
.case .case-lists .pic .all-fix p {
    position: relative;
    padding: 6px 0;
}
.case .case-lists .pic .all-fix .after {
    bottom: -1px;
}
.case .case-lists .pic .all-fix .after, .case .case-lists .pic .all-fix .before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: all 1s;
    opacity: 0;
    width: 100%;
}
.case .case-lists .li-bottom {
    box-shadow: 0px 0px 57px 0px rgb(52 52 52 / 9%);
    padding: 0px 32px 0 24px;
    box-sizing: border-box;
}
.case .case-lists .li-bottom .left {
    width: 82%;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
}
.case .case-lists .li-bottom .text {
    padding-top: 1px;
    color: #343434;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.case .case-lists .li-bottom .description {
    font-size: 14px;
    color: #666;
    margin-top: 9px;
    padding-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case .case-lists .li-bottom .right {
    float: right;
}
.case .case-lists .li-bottom .icon.iconfont {
    display: inline-block;
    margin-top: 22px;
    height: auto;
    font-size: 26px;
    color: #dddddc;
}
.case .case-lists li .icon {
    position: relative;
    width: 100%;
    height: 286px;
    overflow: hidden;
}


@media (min-width: 320px) and (max-width: 750px){
    .seobanner{
        width: 100%;
        height: 12rem;
        background-size: cover;
        overflow: hidden;
        margin-top: 50px;
    }
    .cont{
        width: auto;
    }
    .banner-search {
        width: 18rem;
        height: 3rem;
        margin: 1.5rem auto;
        position: initial;
    }
    .banner-search span {
        width: 15rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.4rem;
        font-weight: bold;
        padding-left:1rem
    }
    .banner-search i {
        width: 2rem;
        height: 3rem;
        background-size: contain;
    }
    .banner-text{
        position: inherit;
        top:0;
        font-size: 1.2rem;
        text-align: center;
    }
    .banner-text span {
        font-size: 1.4rem;
    }
    .effect {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 30px;
    }
    .effect .content {
        margin-top: 30px;
    }
    .effect .right {
        padding-top: 30px;
        width: 100%;
        float: right;
    }
    .effect .right li {
        height: 76px;
        line-height: 30px;
        color: #343434;
        font-size: 16px;
        border-radius: 6px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .effect .right li .icon.iconfont {
        padding-right: 15px;
        font-size: 18px;
    }
    .iconfont {
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
    }
    .different {
        margin-top: 30px;
        margin: 30px auto 0;
        padding: 30px 15px;
        box-sizing: border-box;
    }
    .different .content {
        width: 100%;
    }
    .swiper-container {
        padding-top: 0;
    }
    .different .content ul {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .different ul li .left {
        width: 31%;
    }
    .different ul li .right {
        width: 69%;
    }
    .advantage {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .advantage .content {
        margin-top: 30px;
        display: block;
    }
    .advantage .content .left, .advantage .content .right {
        width: 100%;
        border: 1px solid #e5e5e5;
    }
    .advantage .content .div_title {
        height: 60px;
        font-size: 20px;
        line-height: 60px;
    }
    .advantage .content ul {
        padding: 0 15px;
    }
    .advantage .content li {
        padding-top: 15px;
        height: auto;
        padding-bottom: 15px;
    }
    .advantage .content li .text {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .advantage .content li .description {
        font-size: 14px;
        line-height: 22px;
    }
    .advantage .content .center {
        width: 30%;
        display: block;
        margin: 15px auto;
    }
    .advantage .content .center > div {
        transform: inherit;
        text-align: center;
        margin: 0 auto;
    }
    .advantage .content .left, .advantage .content .right {
        width: 100%;
        border: 1px solid #e5e5e5;
    }
    .advantage .content .div_title {
        height: 60px;
        font-size: 20px;
        line-height: 60px;
    }
    .advantage .content ul {
        padding: 0 15px;
    }
    .advantage .content li {
        padding-top: 15px;
        height: auto;
        padding-bottom: 15px;
    }
    .advantage .content li .text {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .advantage .content li .description {
        font-size: 14px;
        line-height: 22px;
    }
    .data {
        height: 330px;
    }
    .data .content {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0 15px;
        box-sizing: border-box;
    }
    .data .content ul:first-child {
        margin-bottom: 40px;
    }
    .data .content ul .number {
        font-size: 2rem;
        height: 1rem;
    }
    .data .content ul sup {
        font-size: 16px;
    }
    .data .content ul .text {
        margin-top: 10px;
        font-size: 14px;
    }
    .process {
        line-height: 1;
        width: 100%;
        padding: 15px;
        background-color: #e7eefe;
    }
    .process img {
        width: 154%;
        margin-top: 30px;
        margin-left: -31%;
    }
    .case {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 30px;
    }
    .case .case-lists {
        margin-top: 30px;
    }
    .case .case-lists li {
        margin-right: 0 !important;
        width: 100%;
        margin-bottom: 15px;
    }
    .case .case-lists .pic {
        position: relative;
        width: 100%;
        height: auto;
    }
    .layui-btn, .layui-edge, .layui-inline, img {
        vertical-align: middle;
        width: 100%;
    }
}