﻿body, html {
    background-color: #fff;
}

/*banner*/
.swiper-wrapper {
    position: relative;
}

.swiper__text__main {
    width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -115px;
    z-index: 1;
    line-height: normal;
}

.swiper__text {
    margin-top: 20px;
}

    .swiper__text .title {
        font-weight: bold;
        color: #FFF;
        font-size: 44px;
        letter-spacing: 3px;
    }

    .swiper__text .subtitle {
        color: #FFFF00;
        letter-spacing: 1px;
        font-size: 16px;
    }

    .swiper__text .button span {
        padding: 10px 30px;
        margin-top: 20px;
        border-radius: 5px;
        font-size: 14px;
    }



.swiper-pagination1 span {
    width: 10px;
    height: 10px;
    border: 1px solid #898989;
    background: transparent;
    opacity: 1;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    background: #d8d8d8;
}


.swiper-button-prev2, .swiper-button-next2 {
    margin-top: 28px !important;
}

/*新闻*/
.news {
    width: 1200px;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.news__cont {
    width: 280px;
    height: 230px;
    background: #fff;
    box-shadow: 0 0 14px 5px rgba(0,0,0,.1);
    border-radius: 8px;
    opacity: .85;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 12vw;
}

.news__title {
    font-size: 16px;
    color: #00a0e9;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 10px;
}

.news__list {
    padding-top: 10px;
}

    .news__list li {
        line-height: 30px;
        position: relative;
    }

        .news__list li:before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 100%;
            background: #00a0e9;
            position: absolute;
            top: 50%;
            margin-top: -3px;
        }

        .news__list li a {
            padding-left: 10px;
        }


/*模块公用部分*/
.module {
    padding: 30px 0;
}

.module__title {
    text-align: center;
}

    .module__title h3 {
        font-size: 30px;
        color: #333;
    }

    .module__title p {
        font-size: 14px;
        font-family: Arial;
        color: #aaa;
        margin-top: 10px;
    }


/*优势*/
.super li {
    width: 20%;
    position: relative;
    text-align: center;
    float: left;
    cursor: pointer;
}

    .super li .icon {
        transform: rotateY(0);
        transition: all 0.50s ease-in-out 0s;
        display: inline-block;
    }

    .super li:hover .icon {
        transform: rotateY(-90deg);
    }

    .super li .icon img {
        width: 109px;
        height: 109px;
    }

    .super li .text {
        width: 109px;
        height: 109px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -54.5px;
        text-align: center;
        background: rgba(0,160,233,1);
        transform: rotateY(90deg);
        transition: all 0.50s ease-in-out 0s;
        border-radius: 5px;
    }

        .super li .text span {
            padding: 3px 8px;
            border-radius: 3px;
            margin-top: 40px;
        }


    .super li:hover .text {
        transform: rotateY(0);
    }

    .super li .title {
        font-size: 18px;
        color: #333;
        margin-top: 10px;
    }

    .super li .subtitle {
        font-size: 14px;
        color: #aaa;
    }

/*产品*/
.product__pic {
    width: 47%;
    text-align: center;
}

    .product__pic img {
        width: auto;
        height: auto;
        display: inline-block;
    }


.effect img {
    margin-top: 55px;
}

.mode img {
    margin-top: 35px;
}

.data img {
    margin-top: 45px;
}

.EDM img {
    margin-top: -45px;
}

.features img {
    margin-top: 30px;
}


.product__box {
    width: 45%;
}

    .product__box .text {
        margin-top: 40px;
    }

    .product__box .text__title {
        color: #00a0e9;
        font-size: 26px;
    }

    .product__box .text__info {
        font-size: 14px;
        line-height: 28px;
        color: #898989;
        margin-top: 10px;
    }

        .product__box .text__info span {
            color: #00a0e9;
        }
		
	.product__box .text__info strong {
	color: #D11847;
	font-weight: bold;
        }

/*赞誉*/

.praise__cont {
    width: 1300px;
    margin: auto;
    padding: 70px 0 20px;
    position: relative;
}

    .praise__cont .swiper-container {
        width: 1200px;
        padding: 50px 0;
    }


.praise__box {
    width: 280px !important;
    margin: 0 10px;
    transition: transform 0.35s ease;
    background: #FFF;
    box-shadow: 0 0 6px 1px rgba(0,0,0,.1);
    border-radius: 8px;
    float: left;
    overflow: hidden;
}

    .praise__box:hover {
        transform: scale(1.05,1.05);
        box-shadow: 0 0 14px 5px rgba(26,122,211,.1);
    }


.praise__avatar {
    text-align: center;
    padding: 25px 0 20px;
}

    .praise__avatar .pic {
        width: 100px;
        height: 100px;
        padding: 3px;
        border-radius: 100%;
        border: 1px solid #00a0e9;
        display: inline-block;
    }

        .praise__avatar .pic img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
        }

    .praise__avatar .name {
        color: #333;
        font-size: 14px;
    }

.praise__info {
    padding: 20px 25px;
    background: #00a0e9;
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    text-align: center;
	height:100%;
}

.praise__info p:nth-child(1) {
    height: 125px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-bottom: 10px;
}

    .praise__info span {
        padding: 5px 15px;
        border-radius: 3px;
    }

/*底部广告链接*/
.adver {
    background: #00a0e9;
}

.adver__cont {
    padding: 40px 0;
}


.adver__slogan {
    line-height: 40px;
    font-size: 26px;
    color: #fff;
    font-style: italic;
    letter-spacing: 2px;
}

    .adver__slogan p:last-child {
        font-size: 22px;
    }

.adver__logo {
    width: 234px;
    height: 35px;
    background: url(../Images/logo__2.png) no-repeat;
    margin: 20px 0 0 50px;
}


.adver__link span {
    border: 2px solid #fff;
    font-size: 20px;
    padding: 14px 50px;
    border-radius: 8px;
    margin-top: 10px;
}


/*适配pc*/
@media screen and (min-width:1025px) {
    .swiper3 .swiper-wrapper {
        display: initial;
        display: initial;
        display: initial;
        display: initial;
        display: initial;
    }

    .product__desc {
        background-color: transparent;
    }
}


/*适配iphone|ipad*/
@media screen and (max-width:1024px) {
    .module {
        padding: 50px 0;
    }

    .module__title {
        padding: 0 20px;
    }

        .module__title h3 {
            font-size: 0.533333rem;
        }

        .module__title p {
            font-size: 0.32rem;
            margin-top: 0;
        }

    /*banner*/
    .swiper-container {
        margin-top: 50px !important;
    }

    .swiper__text__main {
        width: 100%;
        left: 0;
        top: 0;
        margin-left: 0;
        margin-top: 0;
        text-align: center;
    }

    .swiper__text .title {
        font-size: 0.64rem;
        font-weight: 500;
        color: #000;
        padding: 20px;
    }


    .swiper__text .button span {
        padding: 10px 30px;
        margin: 20px 5px 0;
    }

    .swiper-pagination1 span {
        border-color: transparent;
        background-color: rgba(204,204,204,.5);
        width: 3px;
        height: 3px;
    }

    .swiper-pagination1 .swiper-pagination-bullet-active {
        border: #a5a5a5 1px solid;
        background-color: #a5a5a5;
    }

    /*新闻*/
    .news {
        width: auto;
        position: static;
        margin-left: 0;
    }

    .news__cont {
        width: auto;
        height: 45px;
        overflow: hidden;
        background-color: #333;
        position: static;
        padding: 0 20px;
        box-shadow: 0 0 0 0;
        opacity: 1;
        border-radius: 0;
    }

    .news__list {
        padding: 0;
    }

        .news__list li {
            height: 45px;
            line-height: 45px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

            .news__list li a {
                display: block;
                font-size: 14px;
                color: #fff;
            }


                .news__list li a:hover {
                    color: #00a0e9;
                }

            .news__list li:before {
                background-color: #fff;
            }

    /*优势*/
    .super ul {
        display: flex;
        flex-flow: row wrap;
        box-sizing: border-box;
        justify-content: center;
        margin-top: 10px !important;
        padding: 0 15px;
        text-align: center;
    }

    .super li {
        width: 2.62rem;
        margin: 0.533333rem 0.2rem 0 0.2rem;
        float: none;
    }

        .super li .icon img {
            width: 100%;
            height: auto;
        }

        .super li .title, .super li .subtitle {
            height: 0.533333rem;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            text-align: center;
            margin: auto;
        }

        .super li .title {
            font-size: 0.426667rem;
        }

        .super li .subtitle {
            font-size: 0.32rem;
        }

        .super li .text {
            width: 2.62rem;
            height: 2.62rem;
            margin-left: -1.31rem;
        }

    /*功能介绍*/
    .product__desc {
        background-color: #f8f8f8;
        padding-top: 50px;
    }

        .product__desc .bg__white, .product__desc .bg__gray {
            background: transparent;
        }


        .product__desc .swiper-container {
            margin-top: 0 !important;
            padding: 30px 0 50px;
        }

        .product__desc .swiper-pagination {
            bottom: 16px !important;
        }

        .product__desc .module {
            padding: 0 !important;
        }


    .product__cont {
        text-align: center;
    }

        .product__cont.mtop50 {
            margin: 0 !important;
        }


    .product__pic, .product__box {
        width: auto;
        padding: 0 20px;
    }

        .product__pic img {
            width: 45%;
            height: auto;
            margin: auto;
        }

        .product__box .text {
            margin-top: 10px;
        }

        .product__box .text__title {
            font-size: 0.426667rem;
            line-height: 1.25;
        }

        .product__box .text__info {
            text-align: left;
            line-height: 1.5;
            margin-top: 5px;
        }

    .swiper-button-prev3, .swiper-button-next3 {
        background-image: none !important;
        background-color: #000;
        opacity: 0.35;
        position: relative;
    }

    .swiper-button-prev3 {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }


    .swiper-button-next3 {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .swiper-button-prev3 {
        left: 0 !important;
    }

    .swiper-button-next3 {
        right: 0 !important;
    }

    /*赞誉榜*/
    .praise__cont {
        width: auto;
    }

        .praise__cont .swiper-container {
            width: 100%;
            height: 8.0rem;
            padding: 0;
            margin-top: 0.533333rem !important;
            overflow: hidden;
        }


    .praise__box {
        width: 5.333333rem !important;
        margin: 0;
        background: #00a0e9;
        box-shadow: 0 0 0 0;
        border-radius: 0;
        float: none;
    }

        .praise__box:hover {
            box-shadow: 0 0 0 0;
        }


    .praise__avatar {
        padding-bottom: 0.266667rem !important;
    }


        .praise__avatar .pic {
            width: 2rem;
            height: 2rem;
            border: 0;
            padding: 0;
        }

        .praise__avatar .name, .praise__info {
            color: #FFF;
            font-size: 0.32rem;
        }

    .praise__info {
        padding: 0 0.4rem;
        line-height: 1.5;
        background: transparent;
    }

.praise__info p:nth-child(1) {
    height: auto;
    margin-bottom: 0.4rem;
    max-height: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

        /*.praise__info span {
            display: none;
        }*/

    .praise__btn {
        text-align: center;
        margin-top:20px;
    }

        .praise__btn span {
            padding: 11px 25px;
            border-radius: 3px;
            font-size:14px;
        }

    /*.roundabout-in-focus {
        background: #00a0e9;
    }

        .roundabout-in-focus .praise__avatar .pic {
            width: 2.666667rem;
            height: 2.666667rem;
        }

        .roundabout-in-focus .praise__avatar .name, .roundabout-in-focus .praise__info {
            color: #fff;
            font-size: 0.373333rem;
        }

            .roundabout-in-focus .praise__info span {
                display: inline-block;
            }*/

    /*底部广告*/
    .adver__cont {
        text-align: center;
        padding: 20px 0;
    }


    .adver__slogan p {
        font-size: 0.4rem !important;
        font-style: initial;
        letter-spacing: 0;
        line-height: 1.5;
    }

    .adver__logo {
        width: 4.0rem;
        height: 0.586667rem;
        background: url(../Images/logo__2.png) no-repeat;
        background-size: 4.0rem auto;
        margin: 10px auto;
    }

    .adver__link span {
        font-size: 0.373333rem;
        padding: 10px 30px;
        border: 1px solid #fff;
        border-radius: 5px;
        font-weight: 300;
        margin-top: 0;
    }
}
