@media screen and (min-width: 769px) {
    .product_mobile {
        display: none;
    }

    .servicea_users_button_mobile {
        display: none;
    }

    .home_business_body_mobile {
        display: none;
    }
    /* 轮播图开始 */
    .rtproduct-banner {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 49px;
    }

    .banner_head {
        width: 1200px;
        position: absolute;
        bottom: 20%;
        margin-left: -600px;
        left: 50%;
    }

    .banner_title {
        font-size: 55px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 80px;
        text-align: center;
        margin-bottom: 27px;
    }

    .banner_subtitle {
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 35px;
        margin-bottom: 52px;
        text-align: center;
    }

    .banner_button {
        width: 160px !important;
        height: 48px !important;
        background: #FFFFFF;
        border-radius: 2px;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #2BCCA8;
        line-height: 48px;
        text-align: center !important;
        margin: 0 auto !important;
		position: revert;
		display: block;
		cursor:pointer;
    }

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

    .rtproduct-banner ul {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #F2F6F9;
        width: 100%;
        height: 40px;
        padding: 0 320px;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
    }

        .rtproduct-banner ul li {
            position: relative;
            width: 80px;
            height: 100%;
            text-align: center;
        }

            .rtproduct-banner ul li:hover {
                color: #2BCCA8;
            }

            .rtproduct-banner ul li.infomation_main_active {
                color: #2BCCA8;
            }

            .rtproduct-banner ul li:hover::before {
                display: block;
                content: "";
                position: absolute;
                width: 100%;
                height: 4px;
                background-color: #2BCCA8;
                bottom: 0;
                left: 0;
            }

            .rtproduct-banner ul li.infomation_main_active::before {
                display: block;
                content: "";
                position: absolute;
                width: 100%;
                height: 4px;
                background-color: #2BCCA8;
                bottom: 0;
                left: 0;
            }

        .rtproduct-banner ul.aactive.active {
            position: fixed;
            background-color: #F2F6F9;
            color: #333;
            top: 70px;
            left: 0;
            z-index: 10;
        }
    /* 轮播图结束 */
    /* 销售自动化开始 */
    .saleauto {
        width: 1066px;
        overflow: hidden;
        /* background-color: red; */
        clear: both;
        margin: 0 auto;
        padding: 10px 0;
    }

        .saleauto h3 {
            width: 100%;
            text-align: center;
            margin: 0 auto;
            font-size: 34px;
            color: #444;
            font-weight: 600;
            position: relative;
            padding-top: 73px;
        }

            .saleauto h3::before {
                position: absolute;
                display: block;
                content: "";
                width: 100%;
                height: 1px;
                background-color: #EBEBEB;
                top: 0;
                left: 0;
            }

    .titlebottomimg {
        text-align: center;
    }

    .saleauto h3::after {
        position: absolute;
        content: "";
        width: 10%;
        height: 2px;
        /* background-color: #2BCCA8; */
        left: 45%;
        bottom: -9px;
    }

    .saleauto p {
        color: #444444;
        font-size: 22px;
        text-align: center;
        margin-top: 32px;
    }

    .fourcircles {
        width: 848px;
        height: 20px;
        /* background-color:yellow; */
        margin: 16px auto;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

        .fourcircles::before {
            display: block;
            content: "";
            position: absolute;
            bottom: 9px;
            left: 0;
            background-color: rgba(235,235,235,1);
            width: 100%;
            height: 1px;
        }

        .fourcircles li {
            width: 12px;
            height: 12px;
            background-color: #fff;
            border-radius: 50%;
            border: 4px solid #2BCCA8;
            position: relative;
            box-shadow: 0px 5px 5px 0px rgba(68,93,192,0.15);
        }

            .fourcircles li:hover {
                border: 4px solid #fff;
                background-color: #2BCCA8;
            }

            .fourcircles li.active {
                border: 4px solid #fff;
                background-color: #2BCCA8;
            }

            .fourcircles li::before {
                display: block;
                content: "";
                top: 9px;
                left: 0;
                width: 100%;
                height: 1px;
                /* background-color: #000; */
            }

    .foursquare {
        width: 100%;
        height: 250px;
        /* background-color: tomato; */
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
        box-sizing: border-box;
    }

        .foursquare > li {
            width: 220px;
            height: 250px;
            /* background-color: teal; */
            /* border: 1px solid #444; */
            box-shadow: 0px 0px 20px 0px rgba(68,93,192,0.15);
        }

            .foursquare > li:hover {
                background: linear-gradient(to top right, #2BCDA8, #2AABCA);
            }

            .foursquare > li.active {
                background: linear-gradient(to top right, #2BCDA8, #2AABCA);
            }

            .foursquare > li:hover h4 {
                color: #fff;
            }

            .foursquare > li.active h4 {
                color: #fff;
            }

            .foursquare > li:hover ul {
                color: #fff;
            }

            .foursquare > li.active ul {
                color: #fff;
            }

            .foursquare > li h4 {
                width: 100%;
                height: 72px;
                font-size: 22px;
                color: #444444;
                text-align: center;
                line-height: 72px;
                position: relative;
            }

                .foursquare > li h4::before {
                    display: block;
                    content: "";
                    position: absolute;
                    bottom: 1px;
                    left: 15%;
                    background-color: #ebebeb;
                    width: 70%;
                    height: 1px;
                }

            .foursquare > li ul {
                margin: 15px auto;
                text-align: center;
                font-size: 18px;
                color: #333;
            }
    /* 产品功能 */
    .Profeatures {
        width: 1066px;
        overflow: hidden;
        /* background-color: red; */
        margin: 0 auto;
        position: relative;
    }

        .Profeatures.blockline::before {
            position: absolute;
            display: block;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #EBEBEB;
        }

        .Profeatures h3 {
            font-size: 34px;
            color: 44px;
            font-weight: 600;
            text-align: center;
            margin: 71px 0 0 0;
            position: relative;
        }
    /* 标题下的线 */
    /* .Profeatures h3::before{
    display: block;
    content: "";
    position: absolute;
    width: 10%;height: 4px;
    bottom: -10px;
    left: 45%;
    background-color: #2BCCA8;
} */
    .Cusmanager {
        width: 100%;
        overflow: hidden;
        background-color: #EFF4F7;
        padding: 70px 0;
    }

        .Cusmanager.whitebg {
            width: 100%;
            height: auto;
            overflow: hidden;
            background-color: #fff;
        }
		.hujiaoliuc{
			text-align:center
			
			
		}
		
		.hujiaoliuc img{
			width:76%
		}
		.hujiaoliuc .hujiaoliuc_textp{
			
			margin-top:26px;
		}
		

        .Cusmanager > ul {
            width: 1066px;
            height: 100%;
            box-sizing: border-box;
            margin: 0 auto;
        }

            .Cusmanager > ul > li {
                float: left;
                width: 50%;
                padding: 0 20px;
                box-sizing: border-box;
            }

                .Cusmanager > ul > li h4 {
                    color: #444;
                    font-size: 30px;
                }

                .Cusmanager > ul > li > ul {
                    margin-top: 32px;
                }

                    .Cusmanager > ul > li > ul > li {
                        font-size: 18px;
                        color: #666;
                        position: relative;
                        padding: 10px 30px;
                        line-height: 32px;
                    }

                        .Cusmanager > ul > li > ul > li::before {
                            display: block;
                            content: url(../images/diandian1.png);
                            position: absolute;
                            width: 4px;
                            height: 4px;
                            top: 7px;
                            left: 0;
                            /* background-color: aqua; */
                        }

                .Cusmanager > ul > li .Cusbtn {
                    width: 160px;
                    height: 48px;
                    text-align: center;
                    background-color: #fff;
                    color: #2BCCA8;
                    font-size: 18px;
                    margin-top: 44px;
                    border: 1px solid #2bcca8;
                    line-height: 48px;
                }

                    .Cusmanager > ul > li .Cusbtn:hover {
                        background-color: #2BCCA8;
                        color: #fff;
                    }

                .Cusmanager > ul > li.lis {
                    /* border: 1px solid #333; */
                    box-sizing: border-box;
                    height: 100%;
                }

                    .Cusmanager > ul > li.lis img {
                        width: 100%;
                    }

    .lis_mobile {
        display: none;
    }

    .blockine {
        width: 1066px;
        height: 1px;
        margin: 0 auto;
        background-color: #ebebeb;
    }

    /* 更多功能 */
    .Morefunctions {
        width: 100%;
        overflow: hidden;
    }

        .Morefunctions h3 {
            font-size: 30px;
            margin-top: 71px;
            color: #444;
            text-align: center;
            margin-bottom: 40px;
        }

        .Morefunctions .Morefunction-square {
            width: 100%;
            overflow: hidden;
        }

        .Morefunctions ul {
            width: 1066px;
            overflow: hidden;
            margin: 10px auto 0;
            display: flex;
            justify-content: space-between;
            box-sizing: border-box;
            padding: 10px 10px;
        }

            .Morefunctions ul li {
                float: left;
                /* border: 1px solid #999; */
                width: 250px;
                height: 250px;
                box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            }

                .Morefunctions ul li:hover {
                    background: linear-gradient(to top right, #2BCDA8, #2AABCA);
                }

                    .Morefunctions ul li:hover a div h4 {
                        color: #fff;
                    }

                    .Morefunctions ul li:hover a p {
                        color: #fff;
                    }
        /* .Morefunctions ul li:hover a p::after{
    background-color: #fff;
} */
        .Morefunctions li:hover a .morebottomline {
            width: 100%;
            height: 2px;
            text-align: center;
            background: url(../images/hengxian2.png) no-repeat 100% 100%;
        }

        .Morefunctions li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 38px 25px;
            box-sizing: border-box;
        }

            .Morefunctions li a div {
                width: 157px;
                height: 52px;
                margin: 0 auto 0;
                padding: 10px 0 2px 0;
                text-align: center;
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

                .Morefunctions li a div h4 {
                    font-size: 22px;
                    font-weight: 600;
                    white-space: nowrap;
                }

            .Morefunctions li a .morebottomline {
                width: 100%;
                height: 2px;
                text-align: center;
                background: url(../images/hengxian.png) no-repeat 100% 100%;
            }

            .Morefunctions li a p {
                padding-top: 18px;
                color: #666666;
                font-size: 18px;
                position: relative;
            }
    /* .Morefunctions li a p::after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;height: 2px;
    background-color: rgb(30, 193, 214);
} */
    .more_button {
        width: 160px;
        height: 48px;
        margin: 32px auto;
        background-color: #2BCCA8;
        text-align: center;
        line-height: 48px;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
    }

        .more_button a {
            color: #fff;
        }

    /* 产品优势 */
    .advantage {
        width: 100%;
        height: 640px;
        background: url(../images/chanpinditu22.png) no-repeat 100% 100%;
        margin-top: 71px;
        padding: 72px 0 0 0;
        background-size: cover;
    }

        .advantage h3 {
            width: 136px;
            height: 34px;
            margin: 0 auto 10px;
            font-size: 34px;
            color: #fff;
            position: relative;
        }
        /* .advantage h3::after{
    display: block;
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 80%;height: 4px;
    background-color: #2BCCA8;
    margin-left: 10%;
} */
        .advantage .advantagep {
            width: 270px 20px;
            margin: 0 auto;
            font-size: 18px;
            color: #fff;
            text-align: center;
            padding-top: 25px;
        }

        .advantage .advantage-square {
            width: 100%;
            overflow: hidden;
        }

        .advantage ul {
            width: 1066px;
            /* overflow: hidden; */
            margin: 97px auto 0;
            display: flex;
            justify-content: space-between;
            position: relative;
        }

            .advantage ul li {
                float: left;
                width: 250px;
                height: 305px;
                position: relative;
            }

                .advantage ul li:hover::before {
                    position: absolute;
                    display: block;
                    content: "";
                    width: 100%;
                    height: 5px;
                    background-color: #2BCCA8;
                    bottom: 0;
                    left: 0;
                }

        .advantage li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 38px 25px;
            box-sizing: border-box;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            background-color: #fff;
        }

            .advantage li a div {
                height: 55px;
                margin: 50px auto 0;
                text-align: center;
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

                .advantage li a div h4 {
                    font-size: 22px;
                    color: #383838;
                    white-space: nowrap;
                }
            /* .advantage li a div::after{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;height: 1px;
    background-color: rgb(30, 193, 214);
    margin-left: 10%;
} */
            .advantage li a p {
                width: 200px;
                height: 77px;
                margin: 23px auto 0;
                color: #666666;
                font-size: 18px;
            }

    .advantage-circle {
        position: absolute;
        width: 110px;
        height: 110px;
        background-color: #fff;
        border-radius: 50%;
        top: -55px;
        left: 70px;
        box-shadow: 0px 0px 20px 0px rgba(68,93,192,0.15);
    }

        .advantage-circle img {
            position: absolute;
            top: 33px;
            left: 27px;
        }

            .advantage-circle img.gl {
                z-index: 11;
            }

            .advantage-circle img.gb {
                z-index: 10;
            }

    .advantage ul li:hover .advantage-circle img.gb {
        z-index: 11;
    }


    /* .advantage-circle.active{
    position: absolute;
    width: 110px;height: 110px;
    border-radius: 50%;
    top: -55px;left: 70px;
    background: url(../images/勾白.png) no-repeat 50% 50%;
    box-shadow:0px 0px 20px 0px rgba(68,93,192,0.15);
} */
    .advantage ul li:hover .advantage-circle {
        background: linear-gradient(to top right, #2BCDA8, #2AABCA);
    }
    /* .advantage-circle.active{
    background: linear-gradient(to top right, #2BCDA8, #2AABCA);
}*/
    /* .shortline{
    position: absolute;
    top: 60px;left: 34px;
    width: 22px;height: 3px;
    transform: rotate(45deg);
    background-color: #2BCCA8;
}
.shortline.active{
    background: #fff;
}
.longline{
    position: absolute;
    top: 52px;left: 44px;
    width: 44px;height: 3px;
    transform: rotate(135deg);
    background-color: #2BCCA8;
}
.longline.active{
    background: #fff;
}  */

    /* 标杆案例 */
    .Benchmarking {
        width: 100%;
        overflow: hidden;
    }

        .Benchmarking h3 {
            width: 136px;
            height: 34px;
            margin: 72px auto 10px;
            font-size: 34px;
            color: #444;
            position: relative;
        }
        /* .Benchmarking h3::after{
    display: block;
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 80%;height: 4px;
    background-color:#2BCCA8;
    margin-left: 10%;
} */
        .Benchmarking .advantagep {
            width: 270px 20px;
            margin: 0 auto;
            font-size: 18px;
            color: #333;
            text-align: center;
            padding-top: 25px;
        }

    .Benchmarking-lunbo {
        width: 1066px;
        height: 140px;
        margin: 0 auto;
    }

    .rtproduct-banner-mobile {
        display: none;
    }

    .product_wrap {
        display: none;
    }

    .advantage-circle-mobile {
        display: none;
    }
    .servicea_title {
        font-size: 34px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 42px;
        text-align: center;
        padding-top: 70px;
    }
    .servicea_underline {
        width: 72px;
        height: 4px;
        background: rgba(43,204,168,1);
        margin: 0 auto;
        margin-bottom: 70px;
        margin-top: 10px;
    }
    .servicea_users_subtitle {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(102,102,102,1);
        line-height: 30px;
        width: 1066px;
        margin: 0 auto 0 auto;
    }
    .servicea_common_about_1 {
        width: 100%;
    }
    .friend_1 {
        height: auto;
        overflow: hidden;
        width: 90%;
        margin-top: 15px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }
    .mr_frbox_1 {
        display: flex;
        justify-content: space-around;
    }
    .mr_frBtnL_1 {
        cursor: pointer;
        display: inline;
        height: 40px;
        margin-bottom: 0;
        width: 21px;
        margin-left: 0;
        margin-top: 102px;
    }
    .mr_frUl_1 {
        width: 1066px;
        margin-left: 5px;
        border: 1px solid rgba(239, 240, 246, 1);
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none;
        margin-top: 73px;
    }
    .mr_frBtnR_1 {
        margin-top: 102px;
        cursor: pointer;
        width: 21px;
        height: 40px;
    }

    .mr_frUl_1 ul li {
        display: inline;
        float: left;
        width: 16.66%;
        overflow: hidden;
        position: relative;
    }

    .mr_fu_1_imgwidth {
        height: 92px;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        border: 0px solid rgba(239, 240, 246, 1);
    }

    .mr_frUl_1 ul li a img {
        display: block;
        height: 92px;
    }
    .servicea_users_buttons {
        margin-top: 40px;
        height: 48px;
        width: 100%;
        padding-bottom: 72px;
    }

    .servicea_users_buttons_mobile {
        display: none;
    }

    .servicea_users_button {
        margin: 0 auto;
        text-align: center;
        height: 48px;
        width: 160px;
        background: rgba(43,204,168,1);
        border-radius: 2px;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(255,255,255,1);
        line-height: 48px;
        cursor: pointer;
    }

        .servicea_users_button a {
            color: rgba(255,255,255,1);
        }

}

@media screen and (max-width: 768px) {
    .rtproduct-banner img {
        display: none;
    }

    .banner_head {
        display: none;
    }

    .rtproduct-banner-mobile {
        width: 100%;
        display: block !important;
        margin-top: 49px;
    }

    .detailhot {
        display: none;
    }

    .Profeatures {
        text-align: center;
        margin-top: 30px;
    }

        .Profeatures h3 {
            font-size: 20px;
            font-family: Microsoft YaHei;
            font-weight: bold;
            color: #444444;
            line-height: 24px;
            margin-bottom: 26px;
        }

    .titlebottomimg img {
        display: none;
    }

    .titlebottomimg {
        margin-bottom: 21px;
    }

    .product_wrap {
        width: 100%;
        height: 71px;
        background: #F2F6F9;
        display: flex;
    }

        .product_wrap ul {
            color: #CCD4D8;
            font-size: 14px;
            height: 100%;
            width: 100%;
            margin: 0 auto;
            animation: space-between;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

        .product_wrap li {
            line-height: 15px;
            padding-top: 10px;
            cursor: pointer;
            color: #333333;
            height: 15px;
            text-align: center;
            width: 33.3%;
            border-bottom: 0px !important;
            padding-bottom: 10px;
        }

    .dItem_active a {
        color: #2bcca8 !important;
        padding-bottom: 6px;
        border-bottom: 2px solid #2bcca8;
    }

    .Cusmanager {
        background: rgba(239, 244, 247, 1);
        overflow: hidden;
        padding: 23px 23px 0 27px;
    }

        .Cusmanager ul li h4 {
            display: block;
            font-size: 15px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: rgba(56,56,56,1);
            line-height: 9px;
            text-align: left;
            margin-bottom: 8px;
            height: 15px;
        }

        .Cusmanager ul li ul {
            border-radius: 10px;
            padding-bottom: 0px;
            margin-bottom: 10px
        }

            .Cusmanager ul li ul li {
                overflow: hidden;
                cursor: pointer;
                font-size: 12px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #666666;
                line-height: 20px;
                position: relative;
                text-indent: 10px;
            }

                .Cusmanager ul li ul li::before {
                    content: "";
                    width: 3.5px;
                    height: 3.5px;
                    background: #2BCCA8;
                    border-radius: 50%;
                    position: absolute;
                    left: 0px;
                    top: 9px;
                }

    .lis {
        display: none;
    }

    .lis_mobile {
        width: 231px;
        height: 205px;
        display: block;
        margin: 0 auto;
        background-size: 100% 100%;
        margin-bottom: 14px;
    }

        .lis_mobile img {
            width: 100%;
            height: 100%;
        }

    .Cusbtn {
        display: block;
        color: #2BCCA8;
        font-weight: normal;
        font-size: 12px;
        width: 80px;
        line-height: 27px;
        height: 27px;
        border: 1px solid #2BCCA8;
        margin-left: 0px;
        text-align: center;
        margin-top: 21px;
        margin-bottom: 20px;
    }

    .whitebg {
        background-color: white !important;
    }
	
	.hujiaoliuc{
			text-align:center
			
			
		}
		
		.hujiaoliuc img{
			width:76%
		}
		
		.hujiaoliuc .hujiaoliuc_textp{
			width:80%;
			/* margin-top:26px; */
			margin:16px auto 0 auto;
			font-size:14px
		}

    .Morefunctions {
        margin-top: 31px;
    }

        .Morefunctions h3 {
            font-size: 15px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #444444;
            line-height: 15px;
            text-align: center;
            margin-bottom: 16px;
        }

    .Morefunction-square {
        margin: 0 25px;
    }

        .Morefunction-square ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

            .Morefunction-square ul li {
                width: 45%;
                height: 105px;
                background: #FFFFFF;
                box-shadow: 0px 0px 10px 0px rgba(68, 93, 192, 0.15);
                margin-bottom: 16px;
            }

                .Morefunction-square ul li h4 {
                    font-size: 12px;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: #444444;
                    line-height: 35px;
                    text-align: center;
                }

    .morebottomline {
        width: 80%;
        height: 1px;
        background: #2BCCA8;
        margin: 0 auto;
    }

    .Morefunction-square ul li p {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 17px;
        margin: 0 auto;
        width: 80%;
    }

    .more_button {
        width: 80px;
        height: 24px;
        background: #2BCCA8;
        border-radius: 2px;
        margin: 0 auto;
        text-align: center;
    }

        .more_button a {
            font-size: 12px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #FFFFFF;
            line-height: 24px;
            text-align: center;
        }

    .Morefunction-square ul li:hover {
        background: linear-gradient(231deg, #2AABCA, #2BCDA8);
        opacity: 0.9;
    }

        .Morefunction-square ul li:hover h4 {
            color: white;
        }

        .Morefunction-square ul li:hover .morebottomline {
            background-color: white;
        }

        .Morefunction-square ul li:hover p {
            color: white;
        }

    .advantage {
        width: 100%;
        height: 510px;
        background: url(../images/chanpinditu22.png) no-repeat 100% 100%;
        margin-top: 23px;
        padding: 30px 0 0 0;
    }

        .advantage h3 {
            font-size: 20px;
            font-family: Microsoft YaHei;
            font-weight: bold;
            color: #FFFFFF;
            line-height: 24px;
            text-align: center;
        }

    .titlebottomimg {
        display: none;
    }

    .advantagep {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 12px;
        text-align: center;
        margin-bottom: 41px;
        margin-top: 14px;
    }

    .advantage-square {
        margin: 0 25px;
    }

        .advantage-square ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

            .advantage-square ul li {
                width: 45%;
                height: 170px;
                background: #FFFFFF;
                box-shadow: 0px 0px 10px 0px rgba(68, 93, 192, 0.15);
                position: relative;
                margin-bottom: 41px;
            }

                .advantage-square ul li h4 {
                    font-size: 12px;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: #444444;
                    line-height: 16px;
                    text-align: center;
                    margin-top: 41px;
                }

                .advantage-square ul li p {
                    font-size: 12px;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: #666666;
                    line-height: 17px;
                    margin: 0 13px;
                    margin-top: 3px;
                }

    .advantage-circle {
        display: none;
    }

    .advantage-circle-mobile {
        position: absolute;
        width: 55px;
        height: 55px;
        background-color: #fff;
        border-radius: 50%;
        top: -27px;
        left: 32%;
        box-shadow: 0px 0px 20px 0px rgba(68,93,192,0.15);
    }

        .advantage-circle-mobile img {
            position: absolute;
            top: 33px;
            left: 48px;
        }

            .advantage-circle-mobile img.gl {
                z-index: 11;
            }

            .advantage-circle-mobile img.gb {
                z-index: 10;
            }

    .advantage ul li:hover .advantage-circle-mobile img.gb {
        z-index: 11;
    }

    .advantage ul li:hover .advantage-circle-mobile {
        background: linear-gradient(231deg, #2AABCA, #2BCDA8);
        opacity: 0.9;
    }

    .advantage-circle-mobile img {
        width: 28px;
        height: 21px;
        left: 15px;
        top: 18px;
    }

    .servicea_users {
        margin: 0 25px;
    }

    .servicea_title {
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #444444;
        line-height: 24px;
        margin-top: 30px;
        margin-bottom: 14px;
        text-align: center;
    }

    .servicea_underline {
        display: none;
    }

    .servicea_users_subtitle {
        margin: 0 25px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 300;
        color: #666666;
        line-height: 12px;
        text-align: left;
        margin-bottom: 20px;
    }

    .servicea_common_about_1 {
        display: none;
    }

    .servicea_users_button {
        display: none;
    }

    .servicea_users_button_mobile {
        width: 90px;
        height: 27px;
        background: #2BCCA8;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }

        .servicea_users_button_mobile a {
            font-size: 12px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #FFFFFF;
            line-height: 24px;
            text-align: center;
        }

    .home_business_body_mobile {
        margin: 0 0px;
    }

    .home_business_items_mobile {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 19px;
        justify-content: space-between;
    }

    .home_business_img_mobile {
        width: 20%;
        height: 45px;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
        border-radius: 5px;
        color: black;
        margin-right: 2%;
        margin-bottom: 13px;
    }

        .home_business_img_mobile img {
            width: 96%;
            height: 96%;
            margin-left: 2%;
            margin-top: 2%;
        }

    .advantage-square ul li h4:last-child {
        margin-top: -2px;
    }

    .saleauto {
        display: none;
    }

    .advantage-square ul li h4:first-child {
        margin-top: 41px;
    }
    .servicea_title {
        text-align: center;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #444444;
        line-height: 27px;
        width: 269px;
        margin: 0 auto;
        padding-top: 36px;
    }

    .servicea_underline {
    }
    .servicea_users_subtitle {
        margin: 22px 0px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 15px;
    }


    .mr_frbox_1 {
        display: flex;
        justify-content: space-around;
    }

    .friend_1 {
        height: auto;
        overflow: hidden;
        width: 90%;
        margin-top: 15px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }

    .mr_frBtnL_1 {
        cursor: pointer;
        display: inline;
        height: 40px;
        margin-bottom: 0;
        width: 21px;
        margin-left: 0;
        margin-top: 102px;
    }

    .mr_frUl_1 {
        width: 100%;
        margin-left: 5px;
        border: 1px solid rgba(239, 240, 246, 1);
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none;
        margin-top: 73px;
    }

    .mr_frBtnR_1 {
        margin-top: 102px;
        cursor: pointer;
        width: 21px;
        height: 40px;
    }

    .mr_frUl_1 ul li {
        display: inline;
        float: left;
        width: 16.66%;
        overflow: hidden;
        position: relative;
    }

    .mr_fu_1_imgwidth {
        height: 92px;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        border: 0px solid rgba(239, 240, 246, 1);
    }

    .mr_frUl_1 ul li a img {
        display: block;
        height: 92px;
    }

    .servicea_users_buttons {
        margin-top: 40px;
        height: 48px;
        width: 100%;
        padding-bottom: 72px;
        display: none;
    }

    .servicea_users_buttons_mobile {
        margin-top: 21px;
        height: 27px;
        width: 100%;
        padding-bottom: 29px;
    }
	
	/*/////////*/
	.home_contact_us {
        margin-top: 4rem;
        text-align: center;
        background: #EFF4F7;
        padding: 2rem 0 2rem 0;
    }

    .home_contact_us_title {
        height: 17px;
        font-size: 17px;
        font-family: Microsoft YaHei;
        font-weight: 200;
        color: rgba(56,56,56,1);
        line-height: 24px;
    }

    .home_contact_us_subtitle {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 200;
        color: rgba(56,56,56,1);
        line-height: 9px;
    }
	/* .home_contact_us_subtitle_1 input {
        display:none;
    } */
	/* .banner_head_fastapply_1{
        display:none;
    } */

    .home_contact_us_content {
        display: flex;
        align-items: center;
        margin: 0 7.5rem;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .home_contact_us_content_item {
        width: 50%;
    }
	
	
}
