* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        list-style: none;
        color: #333;
        line-height: 100%;
    }
    
    body {
        font-size: 14px;
        min-width: 1300px;
        font-family: "Microsoft YaHei";
    }
    
    a {
        text-decoration: none;
        font-size: 14px;
        color: #333;
    }
    
    em,
    i {
        display: block;
        font-style: normal;
    }
    
     :focus {
        outline: none;
    }
    
    .gy {
        max-width: 1400px;
        margin: 0 auto;
        min-width: 1300px;
        width: 100%;
    }
    
    @font-face {
        font-family: 'iconfont';
        /* Project id 1490935 */
        src: url('//at.alicdn.com/t/font_1490935_5k2retsrvst.eot?t=1640417629746');
        /* IE9 */
        src: url('//at.alicdn.com/t/font_1490935_5k2retsrvst.eot?t=1640417629746#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('//at.alicdn.com/t/font_1490935_5k2retsrvst.woff2?t=1640417629746') format('woff2'), url('//at.alicdn.com/t/font_1490935_5k2retsrvst.woff?t=1640417629746') format('woff'), url('//at.alicdn.com/t/font_1490935_5k2retsrvst.ttf?t=1640417629746') format('truetype'), url('//at.alicdn.com/t/font_1490935_5k2retsrvst.svg?t=1640417629746#iconfont') format('svg');
    }
    /*title*/
    
    .title>b {
        display: block;
        font-size: 48px;
    }
    
    .title>b span {
        color: #333;
    }
    /*header*/
    
    .head_bc {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .head_c {
        display: flex;
        justify-content: space-between;
        height: 100px;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    
    .hea_logo {
        position: relative;
        height: 100%;
    }
    
    .logo1 img {
        height: 65px;
    }
    
    .hea_logo a img {
        width: 100%;
    }
    
    .nav_bc {
        width: 100%;
        z-index: 180;
        transition: all 0.5s ease;
        background: none;
        box-shadow: none;
        top: 0;
        left: 0;
        position: fixed;
background-color: #fff;

    }
    
    .nav_bc.on {
        background: #fff;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    }
    
    .nav_bc.on .nav_c li a,
    .nav_bc.on .searchIcon>span {
        color: #333;
    }
    
    .nav_bc.on .one,
    .nav_bc .two {
        display: none;
    }
    
    .nav_bc.on .two,
    .nav_bc .one {
        display: block;
    }
    
    .nav_bc.on .nav_c>li:after {
        background: #333;
    }
    
    .nav_bc.on .head_c {
        border: none;
    }
    
    .head_lc {
        width: 74%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    
    .nav_c {
        display: flex;
        width: 93%;
        justify-content: space-between;
        height: 100%;
    }
    
    .nav_c>li {
        position: relative;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .nav_c>li a {
        color: #333;
        display: block;
        font-size: 17px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .5s;
    }
.nav_c>li a:hover{color: #4741ba;}
    
    .he_r {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
    
    .nav_c>li:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #fff;
        bottom: 0;
        left: 0;
        transform: scale(0);
        transition: .5s;
    }
    
    .nav_c>li.on:after,
    .nav_c>li:hover:after {
        transform: scale(1);
    }
    /*search*/
    
    .searchIcon {
        height: 100%;
        display: flex;
        align-items: center;
        width: 30px;
        justify-content: center;
    }
    
    .searchIcon>span {
        font-size: 24px;
        text-align: center;
        color: #333;
    }
    
    .slideDown {
        text-align: center;
        position: absolute;
        right: 0;
        width: 100%;
        height: 204px;
        background: rgba(250, 250, 250, 0.9);
        z-index: 999;
        overflow: hidden;
        top: 140px;
        transition: all .5s;
        transform-origin: top;
        transform: rotateX(90deg);
    }
    
    .slideDown .searchBox {
        overflow: hidden;
        display: inline-block;
        width: 90%;
        height: 80px;
        margin-top: 50px;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 50px;
    }
    
    .slideDown .searchBox {}
    
    .slideDown .searchHot {
        font-size: 15px;
        color: #333;
        font-weight: 100;
    }
    
    .slideDown .searchHot a {
        color: #333;
        font-size: 16px;
    }
    
    .slideDown .searchBox input[type='text'] {
        font-size: 14px;
        color: #666;
        float: left;
        width: 840px;
        height: 100%;
        border: none;
        outline: none;
        background: none;
        line-height: 60px;
        margin-left: 25px;
        font-size: 14px;
        color: #666;
    }
    
    .search-bg {
        width: 90%;
        height: 60px;
        line-height: 60px;
        padding-left: 10px;
        float: left;
    }
    
    .search-i {
        width: 32px;
        overflow: hidden;
        height: 32px;
        float: left;
        margin-top: 28px;
    }
    
    #infoname {
        width: 1330px;
        background: none;
        outline: none;
        color: #d2d1d1;
        border: none;
        height: 82px;
        line-height: 60px;
        padding-left: 50px;
    }
    
    .searchIcon:hover .slideDown {
        transform: rotateX(0deg);
    }
    
    @media screen and (max-width:1550px) {}
    /*banner*/
    
    .bann {
        overflow: hidden;
    }
    
    .slider {
        width: 100%;
    }
    
    .slick-slide {
        height: auto;
    }
    
    .slick-slide img {
        width: 100%;

    }
    
    .slick-prev {
        left: 38px;
        z-index: 99;
    }
    
    .slick-next {
        right: 40px;
    }
    
    .bann>button {
        display: none!important;
    }
    
    .ban_bc {
        width: 100%;
        position: relative;margin-top: 100px

    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 0!important;
    }
    
    .bann_num>span {
        font-size: 30px;
        color: #fff;
        display: block;
        z-index: 999;
        cursor: pointer;
    }
    
    .bann_num>.ban_prev {
        position: absolute;
        top: 50%;
        left: 40px;
        transform: rotate(180deg);
    }
    
    .bann_num>.ban_next {
        position: absolute;
        top: 50%;
        right: 40px;
    }
    
    .ban_dot {
        position: absolute;
        bottom: 46px;
        left: 50%;
        display: flex;
        margin-left: -33px;
    }
    
    .ban_dot li {
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background: #fff;
    }
    
    .ban_dot li+li {
        margin-left: 12px;
    }
    
    .ban_dot li button {
        display: none;
    }
    
    .ban_dot li.slick-active {
        background: #333;
    }
    /*介绍*/
    
    .bt_t {
        text-align: center;
        margin-top: 80px;
        margin-bottom: 30px;
    }
    
    .bt_t strong {
        font-size: 45px;
        color: #333;
    }
    
    .bt_t strong font {
        color: #4741ba;
    }
    
    .bt_t span {
        text-transform: uppercase;
        display: block;
        font-family: arial;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .t_hx {
        width: 100px;
        height: 1px;
        background-color: #e0e0e0;
        margin: 0 auto;
    }
    
   
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .clear {
        clear: both;
        height: 0px;
        overflow: hidden;
    }
    
    .box {
        width: 1400px;
        height: auto;
        margin: 0 auto;
    }
    
 
    


    /*案例*/
    
    .appli_call {}
    
    .appli_call tr {
        display: flex;
        justify-content: space-between;
    }
    
    .appli_call tr td {
        display: inline-block;
        margin-bottom: 39px;
        padding-left: 0 !important;
        overflow: hidden;
        width: 23%;
    }
    
    .appli_call tr td img {
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        width: 100%;
        height: auto;
    }
    
    .appli_call tr td+td {
        margin-left: 10px;
    }
    
    .appli_call div {
        height: 56px;
        background: #f5f5f5;
        line-height: 56px;
        padding-top: 0 !important;
        transition: all 0.3s linear;
    }
    
    .appli_call div a {
        font-size: 1rem;
        color: #333333;
        line-height: 56px;
    }
    
    .appli_call table tr td:hover div a {
        background: #4741ba;
        color: #ffffff;
        display: block;
        transition: all 0.3s linear;
        display: block;
    }
    
    .appli_call table tr td:hover img {
        -webkit-transform: scale(11);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .appli_call table tr td a {
        display: block;
        overflow: hidden;
    }
    
    .appli_call table tr td br {
        display: none;
    }
/*case*/
.cas_bc{background: url(//memberpic.114my.com.cn/honglanzhou/uploadfile/image/20241101/20241101143900_1163591174.png) no-repeat center;height: 240px;display: flex;align-items: center;}
.cas_c .title b,.cas_c .title i{color: #fff;}
/*case_ban*/
.cb_c {
    margin: 80px auto;
    position: relative;
    overflow: hidden;
}

.cb_c>ul li {
    width: 100%;
    position: relative;
}

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

.cb_c>ul li i {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    font-size: 48px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cb_dot{position: absolute;bottom: 46px;left: 50%;display: flex;margin-left: -33px;}
.cb_dot li{width: 12px;height: 12px;border-radius: 100%;background: #fff;}
.cb_dot li+li{margin-left: 12px;}
.cb_dot li button{display: none;}
.cb_dot li.slick-active{background: #4741ba;}
.cb_c button{display: none!important;}
/*partner*/
.par_ic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.par_ic ul li {
    width: 19.3%;
    border: 1px solid #eee;
    position: relative;
}

.par_ic ul li img {
    display: block;
    width: 100%;
    height: auto;
}

.par_ic ul li:nth-child(n+6) {
    margin-top: 12px;
}

.par_ic ul li p a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: .5s;
    transform: rotateX(90deg);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.par_ic ul li:hover p a {
    transform: rotateX(0deg);
}

.par_ic {
    margin-bottom: 100px;
}
/*加盟*/
.jm_bc {
    background: url(//memberpic.114my.com.cn/honglanzhou/uploadfile/image/20241024/20241024091401_1194785523.jpg) no-repeat center;
    padding: 220px 0 150px;
}

.jm_c {
    display: flex;
    justify-content: flex-end;
}

.jm_wz>b {
    display: block;
    color: #fff;
    font-size: 60px;
    line-height: 88px;
}

.jm_wz>p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin: 58px 0 42px;
}

.jm_wz>a {
    display: block;
    width: 340px;
    height: 60px;
    line-height: 60px;
    background: #4741ba;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 26px;
}

.jm_wz {
    padding-right: 50px;
}
/*版权*/
.bq_bc {
    background: #333;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bq_bc i {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
}

.bq_bc p,.bq_bc p a {
    color: rgba(255,255,255,1);
    font-size: 16px;
    margin-top: 24px;
}

 .sccj_list {
        margin-top: 50px;
    }
    
    .sccj_list td {
        float: left;
        position: relative;
        margin-left: 1.3%;
        overflow: hidden;
    }
    
    .sccj_list td br {
        display: none;
    }
    
    .sccj_list td {
        width: 23.9%;
        height: 100%;
        padding-left: 0!important;
    }
    
    .sccj_list td>a,
    .sccj_list td>a>img {
        width: 100%;
        height: auto;
        transition: 0.5s;
    }
    
    .sccj_list td:hover img {
        transform: translate3d(0px, -30px, 0px);
        transition: 0.5s;
    }
    
    .sccj_list td:nth-child(1) {
        width: 49.5% !important;
        height: 100% !important;
        float: left;
        margin-left: 0px;
    }
    
    .sccj_list td:nth-child(1)>a {
        width: 100% !important;
        height: 100% !important;
        display: block;
    }
    
    .sccj_list td:nth-child(1) img {
        width: 100% !important;
        height: auto !important;
    }
    
    .sccj_list td:nth-child(n+4) {
        margin-top: 1.3%;
    }
    
    .sccj_list td div {
        padding-top: 0px !important;
        position: absolute;
        transition: 0.5s;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #4741ba;
        height: 50px;
        transform: translateY(50px);
        transition: 0.5s;
    }
    
    .sccj_list td:hover div {
        transform: translateY(0px);
        transition: 0.5s;
    }
    
    .sccj_list td div a {
        color: #fff;
        font-size: 19px;
        line-height: 50px;
    }

 .solu_con {
        margin-top: 60px;
    }
    
    .solu_con ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .solu_con li {
        width: 325px;
        height: 350px;
        background: #ffffff;
        text-align: center;
        padding: 0px 0px;
        border-right: 1px solid #eeeeee;
        cursor: pointer;
        transition: all 0.5s;
    }
    
    .solu_con li i {
        display: flex;
        justify-content: center;
        font-size: 50px;
        line-height: 33px;
        font-family: din;
    }
    
    .solu_con li b {
        font-size: 22px;
        color: #333;
        line-height: 30px;
        display: flex;
        justify-content: center;
        margin-top: 65px;
    }
    
    .solu_con li p {
        margin-top: 30px;
        padding: 0 30px;
    }
    
    .solu_con li p img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border: 1px solid #eee;
        padding: 20px;
    }
    
    .solu_con li em {
        font-size: 15px;
        color: #666666;
        line-height: 30px;
        display: flex;
        margin-top: 21px;
        padding: 0 45px;
text-align: center;
    display: block;
    }
    
    .solu_con li a {
        width: 112px;
        height: 32px;
        background: #444;
        font-size: 15px;
        color: #ffffff !important;
        border-radius: 40px;
        line-height: 32px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: 36px;
    }
    
    .solu_con li.on {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        margin: 0 auto;
        z-index: 5;
        transition: all 0.5s;
        width: 425px;
        background: #f9f9f9;
        color: #fff;
    }
    
    .solu_con li.on em {
        color: #333;
    }
    
    .solu_con li.on b {
        color: #333;
        transition: all 0.5s;
    }
    
    .solu_con li.on a {
        background: #4741ba;
        transition: all 0.5s;
        width: 132px;
    }

   .gy {
        max-width: 1400px;
        margin: 0 auto;
    }

.appl_d .list {
    width: 100%;
    display: block;
}

.appl_d .list li {
    width: 25%;
    float: left;
    overflow: hidden;
    position: relative;
}

.hvr-linear {
    position: relative;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
    overflow: hidden;
}

.appl_d .list li a {
    width: 100%;
    padding-top: 63.54%;
    position: relative;
    overflow: hidden;
    display: block;
}

.appl_d .list li .on {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.appl_d .list li .on i {
    display: block;
    width: 60px;
    height: 60px;
    background: url(//memberpic.114my.com.cn/dgfangmai/uploadfile/image/20180820/20180820173553_412508650.png) no-repeat center;
    margin: 0 auto;
    margin-top: 20%;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.appl_d .list li .on p {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-top: 5%;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.appl_d .list li a img {
    width: 100%;
    min-height: 100%;
    display: block;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
    position: absolute;
    left: 0;
    top: 0;
}

.appl_d .list li:hover .on {
    opacity: 0;
    filter: alpha(opacity=0);
}

.appl_d .list li:hover a img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.appl_d>a{display:block;width:240px;height:50px;background: #4741ba; border-radius: 65px;font-size: 16px;line-height: 50px;color: #fff;text-align: center;margin: 0 auto;margin-top: 40px;}
.appl_d>a:hover{color:#ff0;}
.appl_t {
    margin-top: 80px;
}

.t_hx { width: 100px; height: 1px; background-color: #e0e0e0; margin: 0 auto; }
.jies_w { font-size: 18px; line-height: 38px; font-weight: 300; text-align: center; }
.cp_js { width: 1400px; height: 388px; background-color: #FFF; box-shadow: 0 3px 17px 1px rgba(0,0,0,.1); margin-bottom: 65px;}
.cp_m { padding-top: 52px; padding-left: 270px; }

.cp_w { font-size: 16px;
    line-height: 35px;
    padding-top: 50px;
    padding-right: 4%;
    width: 50%; }
.cp_w b{color: #4741ba;font-size: 26px;    display: block;}

.cp_bg{background: #f9f9f9;
    padding: 80px 0;}