section {
    background: #fff;
}

.swiper-container img {
    display: block;
    max-width: 100%;
}

.solution-banner img {
    height: 192px;
    width: 286px;
}

.main-banner img {
    width: 100%;
}

.main-banner>.swiper-pagination-bullets {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.main-banner .swiper-pagination-bullet {
    background: #fff;
    border-radius: 4px;
    opacity: 1;
}

.main-banner .swiper-pagination-bullet-active {
    width: 20px;
}

.white-title {
    background: url('/main/img/advantage-bg.jpg') left top no-repeat;
    background-size: 100% auto;
    padding-bottom: 6em;
    color: #fff;
}

.partner-title {
    background: url('/main/img/advantage-bg2.jpg') left top no-repeat;
    margin-top: 80px;
    color: #fff;
}

.normal-title>h4 {
    font-size: 30px;
    line-height: 1;
    color: #333;
    text-align: center;
    padding: 2.866em 0 0;
    font-weight: normal;
}

.white-title>h4,
.partner-title>h4 {
    color: inherit;
}

.normal-title>.text {
    text-align: center;
    font-size: 1;
    color: #666;
    line-height: 16px;
    padding: 1.25em 0;
}

.white-title>.text,
.partner-title>.text {
    color: inherit;
}

.normal-title .icon {
    max-width: 530px;
    width: 44%;
    margin: 0 auto 3.125em;
    position: relative;
    text-align: center;
}

.normal-title .icon::before {
    content: "";
    position: absolute;
    max-width: 230px;
    width: 43%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: dotted 2px #4e91ff;
}

.normal-title .icon::after {
    content: "";
    position: absolute;
    max-width: 230px;
    width: 43%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: dotted 2px #4e91ff;
}

.white-title .icon::before,
.white-title .icon::after,
.partner-title .icon::before,
.partner-title .icon::after {
    border-bottom-color: inherit;
}

.solution-banner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 5.625em;
}

.solution-banner .swiper-slide .img-box {
    position: relative;
    overflow: hidden;
    display: block;
}

.solution-banner .swiper-slide .img-box img {
    transition: all 0.3s linear;
}

.solution-banner .swiper-slide .img-box img:hover {
    transform: scale(1.2);
}

.solution-banner .swiper-slide a:hover {
    color: #4e91ff;
}

.solution-banner .swiper-button-next {
    background-image: url("/main/img/arrow-right.png");
    background-size: 100% 100%;
    width: 36px;
    height: 30px;
    margin-top: -15px;
    top: 37%;
    right: 0;
}

.solution-banner .swiper-button-prev {
    background-image: url("/main/img/arrow-left.png");
    background-size: 100% 100%;
    width: 36px;
    height: 30px;
    margin-top: -15px;
    top: 37%;
    left: 0;
}

.solution-banner .swiper-button-prev:hover,
.solution-banner .swiper-button-next:hover {
    opacity: 0.9;
}

.solution-banner .example-infos {
    padding-top: 1.43em;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    text-align: left;
}

.solution-banner .example-title {
    position: absolute;
    /* left: 20px;
    top: 164px; */
    margin: -1.875em 0 0 1.25em;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

.advantage-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    overflow: visible;
}

.advantage-box .swiper-wrapper {
    flex-wrap: wrap;
}

.advantage-box .swiper-slide {
    width: 30%;
    display: inline-block;
    transition: all 0.3s;
}

.advantage-box .swiper-slide img {
    margin: 0 auto;
    transition: all 0.3s;
}

.advantage-box .swiper-slide img:hover {
    transform: scale(1.1);
}

.advantage-box .swiper-slide .infos:hover {
    color: #4e91ff;
}

.advantage-box .swiper-slide h4 {
    font-weight: normal;
    font-size: 18px;
    line-height: 5em;
}

.advantage-box .swiper-slide p {
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
}

.advantage-box .swiper-slide .base {
    min-height: 4.8em;
}

.advantage-box .swiper-slide:nth-child(3n+2) {
    margin: 0 5%;
}

.case-box {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto 45px;
    font-size: 0;
}

.case-box li {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 20px;
    border: solid 1px #fff;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}

.case-box li:hover {
    border-color: #4e91ff;
    color: #4e91ff;
}

.case-box li.case-active {
    border-color: #4e91ff;
    color: #4e91ff;
}

.case-list-box {
    position: relative;
}

.case-list-box img {
    width: 100%;
}

.case-list-box .case-infos {
    position: absolute;
    transition: all 0.3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    animation: fadeIn linear 0.3s;
}

.case-list-box .swiper-slide:hover .case-infos {
    display: block;
}

.case-list-box .case-infos h5 {
    font-size: 18px;
    font-weight: normal;
    margin: 17% 12.5% 7% 12.5%;
    position: relative;
    line-height: 35px;
}

.case-list-box .case-infos h5::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 32px;
    height: 2px;
    background: #fff;
}

.case-list-box .case-infos h5::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 110px;
    height: 1px;
    background: #fff;
}

.case-list-box .case-infos p {
    font-size: 12px;
    margin: 0 12.5%;
    padding: 10px 0;
    line-height: 24px;
}

.product-list-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.product-list-box .product-box li {
    float: left;
    width: 32.5%;
    transition: all 0.3s;
    position: relative;
    margin-bottom: 2em;
}

.product-box li:nth-child(3n+2) {
    margin: 0 1.25%;
}

.product-box li img {
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.product-box li .img-box {
    position: relative;
    background: #dadada;
}

.product-box li p {
    line-height: 2em;
    padding-bottom: 0.5em;
    text-align: center;
}

.product-box li:hover .img-box::before {
    border: solid 1px #4e91ff;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

.product-box li .img-box::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    box-sizing: border-box;
    border: solid 1px #fff;
    transition: all 0.3s;
}

.product-box li:hover a {
    display: block;
}

.product-box li a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px -24px;
    width: 48px;
    line-height: 48px;
    border-radius: 4px;
    color: #fff;
    background: #4e91ff;
    font-size: 12px;
    display: none;
    text-align: center;
    animation: fadeIn linear 0.3s;
}

.product-box li:hover::after {
    width: 100%;
}

.product-box li::after {
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #4e91ff;
    position: absolute;
    transition: all 0.3s;
}

.product-box li a p {
    font-size: 18px;
    text-align: center;
    line-height: 3.4em;
    padding-bottom: 1.6em;
}

.get-more {
    text-align: center;
    margin: 2.8125em auto 0;
    width: 100%;
    max-width: 1200px;
}

.get-more a {
    display: inline-block;
    max-width: 262px;
    width: 21.83%;
    color: #fff;
    font-size: 20px;
    position: relative;
    background: #4e91ff;
    line-height: 2.6em;
    border-radius: 1.3em;
    transition: all 0.3s linear;
    box-shadow: 0 5px 10px rgba(78, 145, 255, .3);
}

.get-more a:hover {
    background: #00d8d5;
    box-shadow: 0 5px 10px rgba(14, 15, 18, .3);
}


/* .get-more a img {
    width: 100%;
}

.get-more a::after {
    content: "更多";
    left: 0;
    right: 0;
    top: 40%;
    display: block;
    position: absolute;
    transform: translateY(-50%);
} */

.news-box {
    width: 100%;
    max-width: 1200px;
    height: 435px;
    margin: 0 auto 0;
}

.news-box .news-right li:first-child {
    width: 58%;
    height: 100%;
    float: left;
    background: #f0f0f0;
    box-sizing: border-box;
    padding: 15px 15px 11px 15px;
    color: #b2b2b2;
    line-height: 18px;
}

.news-box .news-right img {
    display: block;
    width: 100%;
    height: 343px;
}

.news-box h5 {
    font-weight: normal;
    font-size: 18px;
    padding: 15px 0 10px;
}

.news-box p {
    font-size: 18px;
}

.news-box h5 span.news-date,
.news-box p span.news-date {
    margin-right: 20px;
    width: 60px;
    text-align: center;
    position: relative;
}

.news-box h5 span,
.news-box p span {
    display: inline-block;
    vertical-align: middle;
}

.news-box h5 span.news-title {
    color: #666;
    width: calc(100% - 90px);
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-box p span.news-text {
    font-size: 14px;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-box .news-right li p span.news-text {
    max-width: 78%;
}

.news-box .news-right {
    /* float: right;
    width: 40.75%;
    margin-left: 1.25%;
    height: 100%; */
    color: #b2b2b2;
}

.news-box .news-right li {
    margin-bottom: 15px;
    width: 40.75%;
    float: right;
    box-sizing: border-box;
}

.news-box .news-right li a {
    display: block;
}

.news-box .news-right li :last-child {
    margin-bottom: 0;
}

.news-box .news-right li.news-active h5 .news-date::after {
    background: #fff;
}

.news-box .news-right li.news-active h5 .news-title {
    color: #fff;
}

.news-box .news-right li.news-active {
    color: #fff!important;
    background: #4e91ff;
}

.news-box .news-right li {
    background: #f0f0f0;
    padding: 0 15px;
    height: 75px;
    line-height: 18px;
    cursor: pointer;
    transition: background 0.3s linear;
}

.news-box .news-right li:hover {
    color: #fff!important;
    background: #4e91ff;
}

.news-box .news-right li:hover a,
.news-box .news-right li:hover span {
    color: #fff;
}

.news-box .news-right li:hover span.news-date::after {
    background: #fff;
}

.news-box h5 span.news-date::after {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 42px;
    left: 9px;
    height: 2px;
    background: #b2b2b2;
}

.news-box h5 span.news-date::after {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 42px;
    left: 9px;
    height: 2px;
    background: #b2b2b2;
}

.partner-box {
    width: 100%;
    max-width: 1200px;
    font-size: 0;
    margin: 0 auto;
    padding-bottom: 78px;
}

.partner-box li {
    float: left;
    width: 22%;
    max-width: 266px;
    margin: 0 4% 45px 0;
}

.partner-box li:nth-child(4n+4) {
    margin-right: 0;
}

.partner-box li img {
    display: block;
    max-width: 100%;
}

.partner-links {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: center;
    margin: 65px 0 15px;
}

.partner-links span {
    color: #999;
    font-size: 20px;
    display: inline-block;
}

.partner-links a {
    display: inline-block;
    padding: 0 20px;
    color: inherit;
}

.partner-links a:hover {
    color: #4e91ff;
}

@media screen and (max-width:1024px) {
    .solution-banner {
        margin: 0 auto;
    }
    .white-title>h4,
    .partner-title>h4 {
        color: #333;
    }
    .white-title,
    .partner-title {
        background: none;
        padding-bottom: 0;
    }
    .white-title .icon::before,
    .white-title .icon::after,
    .partner-title .icon::before,
    .partner-title .icon::after {
        border-bottom-color: #4e91ff;
    }
    .white-title>.text,
    .partner-title>.text {
        color: #666;
    }
    .partner-links {
        font-size: 14px;
        color: #666;
        line-height: 30px;
        text-align: center;
        margin: 65px 0 15px;
    }
    
    .partner-links span {
        color: #999;
        font-size: 16px;
        display: inline-block;
    }
    .partner-links a {
        padding: 0 10px;
    }
    .normal-title .icon {
        width: 56%;
    }
    .case-box {
        margin: 0 auto 3%;
    }
    .get-more a {
        padding: 0;
        font-size: 18px;
    }
    .get-more a::after {
        top: 45%;
    }
    .get-more-product {
        margin-top: 0;
    }
    .partner-box {
        display: flex;
        flex-wrap: wrap;
        padding: 0 3.2% 4%;
        box-sizing: border-box;
        background: #ccc;
        justify-content: space-around;
        align-items: center;
    }
    .solution-banner img {
        height: auto;
    }
    .partner-box li {
        width: 37.89%;
        margin: 4% 0 0!important;
    }
    .partner-links {
        margin: 2% 0;
    }
    .news-box {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        height: auto;
    }
    .news-box .news-right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
        /* width: 40%; */
    }
    .news-box .news-right li {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 20px 0;
    }
    .news-box .news-right li:first-child {
        padding: 0 15px;
        width: 100%;
        height: 75px;
    }
    .news-box .news-right li img {
        display: none;
    }
    .partner-title {
        margin-top: 5em;
    }
    .product-box {
        width: 97%;
        margin: 0 auto;
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:768px) {
    .swiper-container img {
        width: 100%;
    }
    .normal-title .text {
        display: none;
    }
    .normal-title>h4 {
        font-size: 40px;
        padding: 2.75em 0 0.857em;
    }
    .normal-title .icon {
        width: 71.33%;
        margin: 0 auto 1.5em;
    }
    .solution-banner {
        width: 93.6%;
    }
    .solution-banner .swiper-button-next,
    .solution-banner .swiper-button-prev {
        top: 33%;
    }
    .solution-banner .example-title {
        font-size: 28px;
    }
    .solution-banner .example-infos {
        font-size: 24px;
    }
    .advantage-box {
        overflow: hidden;
    }
    .advantage-box .swiper-wrapper {
        flex-wrap: unset;
    }
    .advantage-box .swiper-slide {
        width: 100%;
        display: unset;
    }
    .advantage-box .swiper-slide:nth-child(3n+2) {
        margin: 0;
    }
    .advantage-box .swiper-slide img {
        width: 44.54%;
        max-width: 334px;
    }
    .advantage-box .swiper-slide h4 {
        font-size: 28px;
        line-height: 3.5em;
    }
    .advantage-box .swiper-slide p {
        font-size: 24px;
        padding: 0 24px;
    }
    .advantage-box .swiper-slide .base {
        min-height: 0;
    }
    .get-more {
        margin: 1.5em auto 0;
    }
    /* .get-more-product {
        margin-top: 0;
    } */
    .get-more a {
        font-size: 28px;
        width: 32%;
        line-height: 2.4em;
        border-radius: 1.2em;
    }
    .get-more a::after {
        top: 41%;
    }
    .news-box {
        justify-content: center;
    }
    .news-box .news-left {
        display: none;
    }
    .news-box .news-right {
        width: 93.6%;
    }
    .news-box .news-right li {
        padding: 0 10px;
    }
    .news-box .news-right li p span.news-text {
        max-width: 88%;
    }
    .partner-title {
        margin-top: 3%;
    }
    .case-box {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 93.6%;
        box-sizing: border-box;
    }
    .case-box li {
        width: 24%;
        margin: 0 2%;
        border-color: #4e91ff;
        color: #4e91ff;
        font-size: 28px;
        line-height: 2.786em;
        margin-bottom: 1.428em;
        padding: 0;
    }
    .case-box li.case-active {
        color: #fff;
        background: #4e91ff;
    }
    .case-list-box {
        width: 93.6%;
        margin: 0 auto;
    }
    .case-list-box .swiper-container img {
        width: 50%;
        height: 100%;
    }
    .case-list-box .case-infos {
        position: static;
        /* width: 50%; */
        height: 100%;
        display: block;
        box-sizing: border-box;
        padding: 30px 20px;
    }
    .case-list-box .swiper-slide {
        display: flex;
        align-items: stretch;
    }
    .case-list-box .case-infos h5 {
        font-size: 24px;
        line-height: 2.5em;
        margin: 0;
    }
    .case-list-box .case-infos p {
        font-size: 20px;
        line-height: 1.7em;
        margin: 0;
        padding: 0.5em 0;
    }
    .product-box {
        width: 93.6%;
        margin: 0 auto;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .product-box li {
        margin: 0!important;
    }
    .product-list-box .product-box li {
        width: 47%;
    }
    .product-box li a p {
        font-size: 28px;
        line-height: 3.857em;
        padding-bottom: 0.64em;
    }
}

@media screen and (max-width:640px) {
    .partner-links {
        font-size: 12px;
        color: #666;
        line-height: 30px;
        text-align: center;
        margin: 65px 0 15px;
    }
    
    .partner-links span {
        color: #999;
        font-size: 14px;
        display: inline-block;
    }
    .normal-title>h4 {
        font-size: 24px;
    }
    .solution-banner .example-title {
        font-size: 18px;
    }
    .solution-banner .example-infos {
        font-size: 16px;
    }
    .advantage-box .swiper-slide h4 {
        font-size: 18px;
    }
    .advantage-box .swiper-slide p {
        font-size: 16px;
    }
    .case-box li {
        font-size: 18px;
        line-height: 2.4em;
    }
    .case-list-box .case-infos h5 {
        font-size: 16px;
    }
    .case-list-box .case-infos p {
        font-size: 14px;
    }
    .get-more a {
        font-size: 22px;
    }
    .product-box li a p {
        font-size: 20px;
        line-height: 3em;
    }
    .news-box .news-right li p span.news-text {
        max-width: 82%;
    }
    .partner-title {
        margin-top: 0;
    }
}

@media screen and (max-width:480px) {
    .case-list-box .swiper-container img {
        width: 100%;
    }
    .case-list-box .case-infos {
        width: 100%;
    }
    .case-list-box .swiper-slide {
        flex-wrap: wrap;
    }
    .get-more a {
        font-size: 16px;
    }
    .case-box li {
        font-size: 14px;
        margin-bottom: 0.8em;
    }
    .product-box li a p {
        font-size: 18px;
    }
    .news-box .news-right li p span.news-text {
        max-width: 75%;
    }
    .news-box h5,
    .news-box p {
        font-size: 16px;
    }
    .news-box p span.news-text {
        font-size: 12px;
    }
    .news-box h5 span.news-date,
    .news-box p span.news-date {
        margin-right: 10px;
    }
    .solution-banner .swiper-button-next,
    .solution-banner .swiper-button-prev {
        top: 37%;
    }
}

@media screen and (max-width:375px) {
    .news-box .news-right li p span.news-text {
        max-width: 70%;
    }
    .product-list-box .product-box li {
        width: 100%;
    }
    get-more a {
        font-size: 16px;
    }
}

.caseBanner .swiper-slide {
    overflow: hidden;
}

.caseBanner .swiper-slide:hover img {
    transform: scale(1.2);
    transition: all 1.6s;
}