.con1 .leftBox {
    width: 32.5rem
}

    .con1 .leftBox h3 {
        font-weight: 400;
        font-size: 4rem;
        line-height: 5.0833rem;
        margin-top: 10.8333rem;
        margin-bottom: 1.5rem
    }

    .con1 .leftBox p {
        font-weight: 400;
        font-size: 1.6667rem;
        line-height: 2.0833rem;
        color: #666
    }

    .con1 .leftBox .btn {
        width: 8.8433rem;
        height: 4rem;
        background: #fff;
        border: 1px solid #28bca0;
        border-radius: .5rem;
        color: #28bca0;
        font-size: 1.3333rem;
        text-align: center;
        line-height: 4rem;
        margin-top: 1rem;
        cursor: pointer;
     
    }
    .con1 .leftBox .btn:hover {
      
        background: #28bca0;
        color: #fff;
    
    }

.con1 .rightBox .imgBox {
    width: 66.1667rem;
    height: 43.3333rem
}

    .con1 .rightBox .imgBox img {
        width: 100%;
        height: 100%
    }

.title {
    text-align: center;
    font-size: 2.8333rem;
    margin-bottom: 5.8333rem;
    color: #333
}

    .title p {
        display: inline;
        padding-bottom: 1rem;
        border-bottom: .3333rem solid #28bca0
    }

.con2 {
    padding-top: 5.8333rem;
    background-color: #f8faff;
    padding-bottom: 5.8333rem
}

    .con2 .twoItem {
        padding: 0 18.6667rem;
        margin-bottom: 4.0833rem
    }

    .con2 .flexBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .con2 .flexBox .item {
            width: 27.5833rem;
            height: 17.5rem;
            background-color: #fff;
            text-align: center;
            -webkit-box-shadow: 0px .25rem 3.25rem rgba(72,191,132,.1);
            box-shadow: 0px .25rem 3.25rem rgba(72,191,132,.1);
            border-radius: 1.25rem;
            padding: 2.5rem 1.1667rem;
            cursor: pointer
        }
            .con2 .flexBox .item:hover img {
                animation-name: flipInY;
                animation-duration: 2s;
            }
            .con2 .flexBox .item img {
                width: 6.1667rem;
                height: 6.1667rem;
                background:none;
            }

            .con2 .flexBox .item p {
                font-size: 1.6667rem;
                color: #333
            }

            .con2 .flexBox .item span {
                display: block;
                color: #777;
                font-size: 1.1667rem;
                line-height: 1.2;
                margin-top: .5rem
            }

.con3 {
    padding: 6.6667rem 5rem 5.8333rem
}

    .con3 .leftBox {
        width: 31.6667rem
    }

        .con3 .leftBox h3 {
            font-weight: 400;
            font-size: 2.1667rem;
            line-height: 2.75rem;
            margin-top: 4.1667rem;
            margin-bottom: .6667rem;
            color: #333
        }

        .con3 .leftBox p {
            font-weight: 400;
            font-size: 1.1667rem;
            line-height: 2rem;
            color: #777
        }

        .con3 .leftBox .btn {
            width: 8.8433rem;
            height: 4rem;
            background: #fff;
            border: 1px solid #28bca0;
            border-radius: .5rem;
            color: #28bca0;
            font-size: 1.3333rem;
            text-align: center;
            line-height: 4rem;
            margin-top: 1rem;
            cursor: pointer
        }

        .con3 .leftBox .btn:hover {
   
            background: #28bca0;
            color: #fff;
         
        }
    .con3 .rightBox .imgBox {
        width: 46.6667rem;
        height: 20.4167rem
    }

        .con3 .rightBox .imgBox img {
            width: 100%;
            height: 100%
        }

.con4 {
    background-color: #f8faff
}

    .con4 .container {
        padding: 6.6667rem 5rem 6.6667rem 3.3333rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .con4 .white {
        height: .8333rem
    }

    .con4 .leftBox {
        width: 41.5rem;
        height: 17.3333rem
    }

        .con4 .leftBox img {
            width: 100%;
            height: 100%
        }

    .con4 .rightBox {
        width: 31.6667rem
    }

        .con4 .rightBox h3 {
            font-size: 2.1667rem;
            line-height: 2.75rem;
            color: #333;
            margin-bottom: .6667rem;
            font-weight: 400
        }

        .con4 .rightBox p {
            font-size: 1.1667rem;
            line-height: 2rem;
            color: #777
        }

        .con4 .rightBox .btn {
            width: 8.8433rem;
            height: 4rem;
            background: #fff;
            border: 1px solid #28bca0;
            border-radius: .5rem;
            color: #28bca0;
            font-size: 1.3333rem;
            text-align: center;
            line-height: 4rem;
            margin-top: 1rem;
            cursor: pointer
        }
        .con4 .rightBox .btn:hover {
    
            background: #28bca0;
            color: #fff;
         
        }
.con5 {
    padding-top: 5rem;
    padding-bottom: 2.5rem
}

    .con5 .flexBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding-right: 3.3333rem;
        padding-left: 5rem
    }

    .con5 .rightBox img {
        width: 59.0833rem;
        height: 35.8333rem
    }

    .con5 .leftBox {
        width: 31.6667rem
    }

        .con5 .leftBox h3 {
            font-size: 2.1667rem;
            line-height: 2.75rem;
            color: #333;
            margin-bottom: .6667rem;
            font-weight: 400
        }

        .con5 .leftBox p {
            font-size: 1.1667rem;
            line-height: 2rem;
            color: #777
        }

        .con5 .leftBox .btn {
            width: 8.8433rem;
            height: 4rem;
            background: #fff;
            border: 1px solid #28bca0;
            border-radius: .5rem;
            color: #28bca0;
            font-size: 1.3333rem;
            text-align: center;
            line-height: 4rem;
            margin-top: 1rem;
            cursor: pointer
        }
        .con5 .leftBox .btn:hover {
      
            background: #28bca0;
            color: #fff;
      
        }
.con6 {
    background-color: #f8faff;
    padding: 6.6667rem 0
}

    .con6 .flexBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .con6 .flexBox .item {
            width: 23.4167rem;
            height: 16.9167rem;
            padding: 2.9167rem 1.5rem;
            background: #fff;
            text-align: center;
            -webkit-box-shadow: 1rem .8333rem 2.9167rem .4167rem rgba(72,191,132,.06),inset 2px 1px 0px #fff;
            box-shadow: 1rem .8333rem 2.9167rem .4167rem rgba(72,191,132,.06),inset 2px 1px 0px #fff;
            border-radius: 1.6667rem;
            cursor:pointer
        }
            .con6 .flexBox .item:hover img {
                animation-name: flip;
                animation-duration: .5s;
            }
            .con6 .flexBox .item img {
                width: 4.6667rem;
                height: 4.6667rem;
                margin-bottom: .6667rem
            }

            .con6 .flexBox .item p {
                font-size: 1.6667rem;
                color: #333;
                margin-bottom: .6667rem
            }

            .con6 .flexBox .item span {
                display: block;
                font-size: 1.1667rem;
                line-height: 1.2;
                text-align: left;
                color: #777
            }

@media(max-width: 1440px) {
    .con6 .flexBox .item {
        height: 17.9167rem
    }
}

@media(max-width: 1280px) {
    .con2 .flexBox .item {
        width: 31.5833rem;
        height: 20.5rem
    }
}

@media(max-width: 1024px)and (min-width: 851px) {
    .con3 .leftBox {
        width: 39.6667rem
    }

    .con4 .rightBox {
        width: 44.6667rem
    }

    .con5 .leftBox {
        width: 44.6667rem
    }

    .con6 .flexBox .item {
        width: 24.4167rem;
        height: 21.9167rem
    }
}

@media(max-width: 850px) {
    .con1 .rightBox .imgBox {
        width: 100%;
        height: 21.8167rem
    }

    .con1 .leftBox {
        width: 100%;
        text-align: center
    }

        .con1 .leftBox .btn {
            width: 9rem;
            margin: 2.5rem auto 3rem;
            height: 2.9167rem;
            line-height: 2.9167rem
        }

        .con1 .leftBox h3 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 2.1667rem
        }

        .con1 .leftBox p {
            font-size: 1.3333rem
        }

    .con2 .flexBox {
        display: block;
        padding: 0 3rem
    }

        .con2 .flexBox .item {
            width: 100%;
            margin-bottom: 1.5rem
        }

    .con2 .twoItem {
        padding: 0 3rem;
        margin-bottom: 0
    }

    .con2 .flexBox .item p {
        font-size: 1.3333rem
    }

    .con2 .flexBox .item img {
        width: 8.1667rem;
        height: 8.1667rem
    }

    .con2 .flexBox .item {
        padding: 2.5rem 2rem
    }

    .con2 {
        padding-top: 3rem;
        padding-bottom: 1.5rem
    }

        .con2 .flexBox .item span {
            text-align: left
        }

    .title {
        margin-bottom: 3rem;
        font-size: 2rem
    }

    .con3 {
        padding: 3rem 1rem 3rem !important
    }

        .con3 .flexBox {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
        }

        .con3 .rightBox .imgBox {
            width: 100%;
            height: 13.9167rem
        }

        .con3 .leftBox {
            width: 100%;
            text-align: center
        }

            .con3 .leftBox h3 {
                margin-top: 0;
                font-size: 1.5rem;
                text-align: center
            }

            .con3 .leftBox p {
                text-align: left;
                padding: 0 1.5rem
            }

            .con3 .leftBox .btn {
                width: 9rem;
                margin: 2.5rem auto 3rem;
                height: 2.9167rem;
                line-height: 2.9167rem
            }

    .con4 .container {
        padding: 0 1rem;
        padding-top: 3rem;
        padding-bottom: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .con4 .rightBox h3 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 2rem
    }

    .con4 .leftBox {
        width: 100%;
        height: 12rem;
        margin-bottom: 1.5rem
    }

    .con4 .rightBox {
        width: 100%;
        text-align: left;
        padding: 0 1.5rem
    }

        .con4 .rightBox .btn {
            width: 9rem;
            margin: 2.5rem auto 3rem;
            height: 2.9167rem;
            line-height: 2.9167rem
        }

    .con5 {
        padding-top: 3rem;
        padding-bottom: 0
    }

        .con5 .flexBox {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            padding-left: 0;
            padding-right: 0
        }

        .con5 .rightBox img {
            width: 100%;
            height: 25.1833rem
        }

        .con5 .leftBox {
            width: 100%;
            text-align: left;
            padding: 0 1.5rem
        }

            .con5 .leftBox h3 {
                font-size: 2rem;
                color: #333;
                text-align: center;
                margin-bottom: 2rem
            }

            .con5 .leftBox .btn {
                width: 9rem;
                margin: 2.5rem auto 0;
                height: 2.9167rem;
                line-height: 2.9167rem
            }

    .con6 {
        padding-top: 3rem !important;
        padding-bottom: 1.5rem
    }

        .con6 .flexBox {
            display: block;
            padding: 0 3rem
        }

            .con6 .flexBox .item {
                width: 100%;
                margin-bottom: 1.5rem;
                padding: 2.9167rem 4.5rem;
                text-align: center
            }

                .con6 .flexBox .item span {
                    text-align: left
                }
}
