@charset "utf-8";


/*滚动条样式*/
/*滚动条样式*/
body::-webkit-scrollbar {
    width: 0px;
    height: 0;
}

body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);

}




/*小程序开发*/
.index_banner {
    position: relative;
}

.banner_text {
    position: absolute;
    top: 50%;
    left: 11%;
    transform: translate(0, -50%);
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.banner_text h2 {
    font-size: 42px;
    margin-bottom: 29px;
    letter-spacing: 1px;
}

.banner_text h3 {
    font-size: 24px;
    letter-spacing: 1px;
}

.banner_text h2.sj_h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: bold;
}

.banner_text h3.sj_h3 {
    font-size: 18px;
}


/*小程序优势*/

.app_you {
    padding: 99px 0 140px;
    background-color: #FFFFFF;
}

.title_app {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #121212;
}

.title_app {
    text-align: center;
}

.app_you_ul {
    display: flex;
    justify-content: space-around;
    /* padding: 0 106px; */
    margin-top: 50px;
}

.app_you_ul li {
    width: 25%;
    text-align: center;


}

.you_ul_d {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.app_you_ul li:hover .you_ul_d {
    margin-top: -6px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.app_you_ul li .app_you_logo {
    margin-bottom: 30px;
    max-width: 138px;
}

.app_you li h3 {
    font-size: 20px;
    color: #121212;
    margin-bottom: 10px;
}

.app_you_text {
    width: 82%;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #4E4E4E;
    line-height: 21px;
}


/*丰富的营销*/

.yingxiao {
    background: #f7f7f9;

}

.yingxiao_all {
    max-width: 1345px;
    margin: 0 auto;
    display: flex;
    /* padding-top: 45px; */
}

.yingxiao_left,
.yingxiao_right {
    width: 50%;
}

.yingxiao_right {
    position: relative;
    text-align: center;
    /* width: 36%; */
    padding-top: 65px;

    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    /* background: no-repeat center/cover; */
    background-image: url('../images/other/a_back.png');
}

.phone_bj {
    width: 62%;
    height: auto;
}

.yingxiao_right_wx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.yingxiao_left {
    padding-top: 110px;
}

.yingxiao_left_all {
    width: 304px;
    margin-left: 13.5%;
}

.yingxiao_left h3 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #121212;
    line-height: 50px;
    margin-bottom: 66px;
}

.yingxiao_left_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.yingxiao_left_ul li span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4E4E4E;
}

.yingxiao_left_ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.yingxiao_left_ul_img {
    width: 20px;
    margin-right: 10px;
}

.superiority {
    background: #fff;
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;

    padding: 99px 20px;
}



/*6个优势*/

.superiority_all {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.superiority_all li {
    width: 15%;

}

.super_div {
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    height: 280px;
    /* height: 280px; */
    padding: 10px 15px;
    background: #FFFFFF;
    border: 1px solid #E6E7EB;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.superiority_all li:hover .super_div {
    margin-top: -6px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.superiority_text {
    /* margin-top: 32px; */
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4E4E4E;
    line-height: 21px;
}

.superiority_text h3 {
    margin-top: 32px;
    margin-bottom: 15px;
    color: #121212;
    font-size: 20px;
    /* line-height: 50px; */
}

.superiority_text p {
    font-size: 14px;
    color: #4E4E4E;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}



/*实现哪些*/

.realization {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
    background: #0090D8;
    padding: 75px 20px 60px 20px;
}

.realization .title_app {
    color: white;
}

.realization_ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}



.realization_list {
    margin-top: 70px;
}

.realization_ul li {
    width: 23.5%;
    margin-bottom: 40px;
}

.realization_ul_li_a {
    background: #FFFFFF;
    border-radius: 6px;
    padding-right: 10px;
    height: 170px;
    display: flex;
    justify-content: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


.realization_ul li:hover .realization_ul_li_a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-top: -6px;
}



.realization_ul_li_a {
    width: 100%;
    padding-right: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.realization_ul_li_a img {
    width: 55px;
    height: auto;
}

.realization_ul_li_a span {
    margin-left: 44px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #121212;
}


/*案例*/
.anli {
    width: 100%;
    max-width: 1760px;
    padding: 96px 20px;
    margin: 0 auto;
}

.anli_ul {
    width: 100%;
    display: flex;
    margin: 56px auto 0 auto;

}

.anli_ul li {
    width: 23.5%;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    margin-left: 2%;

}



.anli_ul li:nth-child(4n+1) {
    margin-left: 0;
}

.anli_div_text {
    padding: 0 20px;
    line-height: 74px;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #121212;
}


.al_img {
    width: 100%;
    overflow: hidden;

}

.al_img>img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
}

.anli_ul li:hover .al_img>img {
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1.06);
    transition: all 0.4s ease-in-out 0.1s;
}

/*全网商城*/
/*电商平台*/
.platform {
    background: #fff;
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;

    padding: 96px 20px 70px 20px;
}

.platform_all {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.platform_all li {
    width: 23.2%;
    border-radius: 6px;
    padding: 44px 34px 20px 34px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 34px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
}

.h_div::after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;


    left: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.platform_all li:hover .h_div::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #0090d8;
}


.platform_text {
    /* margin-top: 32px; */
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4E4E4E;
    line-height: 21px;
}

.platform_text h3 {
    margin-top: 24px;
    margin-bottom: 10px;
    color: #121212;
    font-size: 24px;
    line-height: 26px;
}

.platform_text p {
    font-size: 16px;
    color: #4E4E4E;
    line-height: 26px;
    height: 130px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.pt_span {
    display: inline-block;
    width: 82px;
    height: 82px;
}

.pt_01 {
    background: url(../images/Cut/gn_01.png) no-repeat center center;
    background-size: 100% auto;
}


.platform_all li:hover * {
    color: #fff;
}

.platform_all li:hover .pt_01 {
    background: url(../images/Cut/gn_h_01.png) no-repeat center center;
    background-size: 100% auto;
}

.pt_02 {
    background: url(../images/Cut/gn_02.png) no-repeat center center;
    background-size: 100% auto;
}

.platform_all li:hover .pt_02 {
    background: url(../images/Cut/gn_h_02.png) no-repeat center center;
    background-size: 100% auto;
}

.pt_03 {
    background: url(../images/Cut/gn_03.png) no-repeat center center;
    background-size: 100% auto;
}

.platform_all li:hover .pt_03 {
    background: url(../images/Cut/gn_h_03.png) no-repeat center center;
    background-size: 100% auto;
}

.pt_04 {
    background: url(../images/Cut/gn_04.png) no-repeat center center;
    background-size: 100% auto;
}

.platform_all li:hover .pt_04 {
    background: url(../images/Cut/gn_h_04.png) no-repeat center center;
    background-size: 100% auto;
}

.pt_05 {
    background: url(../images/Cut/gn_05.png) no-repeat center center;
    background-size: 100% auto;
}

.platform_all li:hover .pt_05 {
    background: url(../images/Cut/gn_h_05.png) no-repeat center center;
    background-size: 100% auto;
}

.pt_06 {
    background: url(../images/Cut/gn_06.png) no-repeat center center;
    background-size: 100% auto;
}

.platform_all li:hover .pt_06 {
    background: url(../images/Cut/gn_h_06.png) no-repeat center center;
    background-size: 100% auto;
}

.pt_07 {
    background: url(../images/Cut/gn_07.png) no-repeat center center;
    background-size: 100% auto;
}

.platform_all li:hover .pt_07 {
    background: url(../images/Cut/gn_h_07.png) no-repeat center center;
    background-size: 100% auto;
}

.pt_08 {
    background: url(../images/Cut/gn_08.png) no-repeat center center;
    background-size: 100% auto;
}

.platform_all li:hover .pt_08 {
    background: url(../images/Cut/gn_h_08.png) no-repeat center center;
    background-size: 100% auto;
}

/*活动方案*/
.plan_con {

    width: 100%;
    max-width: 1760px;
    margin: 0 auto;

    padding: 76px 20px 68px 20px;
}

.plan_box {
    width: 100%;
    margin-top: 86px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.plan_left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan_left img {
    display: inline-block;
    max-width: 602px;
    height: auto;
    width: 78%;
}

.plan_right {
    width: 42.5%;
}

.plan_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.plan_ul li {
    display: inline-block;
    width: 19%;

    margin-bottom: 36px;
    position: relative;
    margin-left: 8%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.plan_ul li:hover {
    margin-top: -6px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.plan_ul li:nth-child(4n+1) {
    margin-left: 0;
}

.plan_ul li img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.plan_ul li span {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 20px;
    line-height: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cut_ys {
    width: 100%;

    background: url(../images/Cut/ys_bj.jpg) no-repeat center bottom;
    background-size: cover cover;
}

.cut_ys .superiority {
    padding: 94px 20px 140px 20px;
}

.cut_ys .superiority_all li {

    width: 15.5%;


}

.cut_ys .superiority_all li .super_div {
    text-align: center;
    height: 300px;
    border: none;
    align-items: center;
}

.cut_ys .superiority_text h3 {
    margin-top: 26px;
    margin-bottom: 10px;
}

/*全网商城 我们能为您实现什么*/
.cut_sx_ul {
    width: 100%;
    margin: 72px 0 15px 0;
    padding: 0;
    background: url(../images/Cut/line_arrow.png) no-repeat center center;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.cut_sx_item {
    width: 24.5%;
    min-width: 336px;
    margin: 0 2.2%;
    padding: 50px 30px 20px 30px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}



.cut_sx_ul li:hover h5 {
    color: #0090d8;
}

.cut_sx_ul li:hover img {
    margin-top: -6px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.cut_sx_item img {
    display: inline-block;
    width: 127px;
    height: auto;     -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.cut_sx_item h5 {
    margin: 36px 0 18px 0;
    font-size: 24px;
    color: #121212;
    line-height: 28px;
}

.cut_sx_item p {
    font-size: 16px;
    color: #4E4E4E;
    line-height: 26px;
    height: 130px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

/*视觉设计*/
.sj_aim {
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.08);
}

.aim_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.aim_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 32px;
    border-right: 1px solid #e6e6e6;
}

.aim_item:last-child {
    border-right: none;
}

.aim_item img {
    display: inline-block;
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.aim_item span {
    font-size: 16px;
    color: #999;
}


/*中部广告*/
.bj_fb {
    background: #fbfbfb;
}

.ad_modal {
    width: 100%;

}

.ad_con {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 60px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ad_item {
    width: 45.6%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.ad_item:hover img {
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1.02);
    transition: all 0.4s ease-in-out 0.1s;
}

.ad_bj {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
}

.ad_text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.ad_right_01 {
    width: 46%;
    color: #fff;
}

.ad_right_02 {
    width: 37%;
    color: #333333;
}

.ad_right {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.ad_right h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.ad_right p {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 20px 0;
    letter-spacing: 1px;
}

.ad_right a {
    display: inline-block;
    width: 104px;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
    background: #ffca4c;
    font-size: 14px;
    color: #5E2100;
    text-decoration: none;
}

.ad_right_02 a {
    color: #fff;
    background: #fb7162;
}

/*logo设计*/
.sj_temp {
    width: 100%;
}

.sj_temp_con {
    width: 100%;
    padding: 10px 40px;
    max-width: 1800px;
    margin: 0 auto;
}

.sj_temp_h {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.sj_temp_h span {
    font-size: 36px;
    color: #121212;
    line-height: 38px;
}

.sj_temp_h a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

.sj_temp_h a:hover {
    color: #0090D8;
}

.sj_img_box {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.sj_img_box_logo .sj_img_item {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}


.sj_img_item:hover {
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1.03);
    transition: all 0.4s ease-in-out 0.1s;
}

.sj_img_item {
    width: 22.6%;
    margin-left: 3.2%;
    overflow: hidden;

    -webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    margin-bottom: 40px;
}

.sj_img_item:first-child {
    margin-left: 0;
}

.sj_img_item img {
    display: inline-block;
    width: 100%;
    height: auto;
}

@media (max-width:1880px) {

    .superiority,
    .realization,
    .anli,
    .platform,
    .plan_con {
        max-width: 1560px;


    }

}

@media (max-width:1880px) {

    .superiority,
    .realization,
    .anli,
    .platform,
    .plan_con {
        max-width: 1560px;


    }

}



@media screen and (max-width:1650px) {

    .superiority,
    .realization,
    .anli,
    .platform,
    .plan_con {
        max-width: 1440px;


    }
}





@media (max-width:1440px) {
    .title_app {
        font-size: 30px;
    }

    .app_you_ul li .app_you_logo {
        max-width: 128px;
    }

    .app_you li h3 {
        font-size: 18px;
    }

    .app_you_text {
        font-size: 13px;
    }

    .yingxiao_left h3 {
        font-size: 32px;
    }

    /*实现哪些*/
    .realization_ul li {

        margin-bottom: 30px;
    }

    .realization_ul_li_a {
        height: 170px;
    }


    .realization_ul_li_a span {
        margin-left: 28px;
        font-size: 22px;

    }

    .anli_div_text {
        line-height: 70px;
        font-size: 18px;
    }

    .superiority,
    .realization,
    .anli,
    .platform,
    .plan_con {
        max-width: 1300px;


    }



    .platform_all li {
        width: 23.2%;
        border-radius: 6px;
        padding: 38px 30px 15px 30px;

    }




    .platform_text h3 {
        margin-top: 25px;
        margin-bottom: 11px;
        color: #121212;
        font-size: 22px;
        line-height: 24px;
    }

    .platform_text p {
        font-size: 14px;
        line-height: 22px;
        height: 110px;
    }

    .pt_span {
        display: inline-block;
        width: 78px;
        height: 78px;
    }





    /*活动方案*/

    .plan_right {
        width: 44%;
    }


    .plan_ul li {


        margin-bottom: 36px;

    }





    .plan_ul li span {

        font-size: 18px;

    }



    /*全网商城 我们能为您实现什么*/

    .cut_sx_item {}

    .cut_sx_item img {

        width: 120px;

    }

    .cut_sx_item h5 {
        margin: 34px 0 16px 0;
        font-size: 20px;
        line-height: 26px;
    }

    .cut_sx_item p {
        font-size: 14px;
        color: #4E4E4E;
        line-height: 24px;
        height: 120px;

    }



    /*中部广告*/



    .ad_con {

        max-width: 1300px;

    }


}

@media (max-width: 1366px) and (min-width: 1024px) {



    .superiority_text h3 {
        font-size: 18px;
    }

    /*实现哪些*/

    .realization_ul li {


        margin-bottom: 28px;


    }

    .realization_ul_li_a {
        height: 160px;
    }

    .realization_ul_li_a img {
        width: 50px;
        height: auto;
    }

    .realization_ul_li_a span {
        margin-left: 24px;
        font-size: 18px;

    }



    .superiority,
    .realization,
    .anli,
    .platform {
        max-width: 1280px;


    }




    /*活动方案*/

    .plan_ul li {


        margin-bottom: 32px;

    }





    .plan_ul li span {

        font-size: 16px;

    }




    /*全网商城 我们能为您实现什么*/

    .cut_sx_item {
        min-width: unset;
        margin: 0 1.5%;
        width: 26%;
    }



    /*中部广告*/



    .ad_con {
        justify-content: space-around;
        max-width: 1200px;

    }




    /*logo设计*/




    .sj_temp_h {
        margin-bottom: 30px;
    }

    .sj_temp_h span {
        font-size: 34px;

    }

    .sj_temp_h a {
        font-size: 14px;

    }


}


@media (max-width:1024px) {
    .banner_text {
        left: 0%;
        width: 100%;
        padding: 0 8%;
    }

    .banner_text h2 {
        font-size: 24px;
    }

    .banner_text h3 {
        font-size: 16px;
    }

    .banner_text h2.sj_h2 {
        font-size: 42px;
    }

    .banner_text h3.sj_h3 {
        font-size: 14px;
    }

    .app_you {
        padding: 40px 0px 30px;
    }

    .title_app {
        font-size: 22px;
    }

    .app_you_ul {
        margin-top: 20px;
        flex-wrap: wrap;
        padding: 0;
        justify-content: space-between;
    }

    .app_you_ul li {
        width: 47.5%;
        margin-bottom: 20px;
    }

    .app_you_ul li .app_you_logo {
        max-width: 78px;
        margin-bottom: 15px;
    }

    .app_you li h3 {
        font-size: 16px;
        margin-bottom: 11px;
    }

    .app_you_text {
        width: 100%;
        font-size: 14px;
        line-height: normal;
    }



    .yingxiao_left {
        margin: 0;
    }

    .yingxiao_left h3 {
        font-size: 22px;
        line-height: normal;
        text-align: left;
        margin-bottom: 30px;
    }

    .yingxiao_left_ul_img {
        width: 15px;
        margin-right: 5px;
    }

    .yingxiao_left_ul li span {
        font-size: 13px;
    }

    .yingxiao_left_ul li {
        width: 50%;
    }

    .yingxiao_left_ul {
        justify-content: flex-start;
    }

    .superiority {
        width: 100%;
    }

    .superiority_all li {
        width: 15.5%;
    }

    .superiority_text h3 {
        font-size: 16px;
    }

    .superiority,
    .anli {
        padding: 60px 20px;
    }




    /*实现哪些*/

    .realization {
        width: 100%;
        padding: 55px 20px 40px 20px;
    }






    .realization_list {
        margin-top: 45px;
    }

    .realization_ul li {
        width: 23.5%;

        margin-bottom: 18px;
    }




    .realization_ul_li_a {
        background: #FFFFFF;
        border-radius: 6px;
        height: 110px;
        padding-right: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .realization_ul_li_a img {
        width: 40px;
        height: auto;
    }

    .realization_ul_li_a span {
        margin-left: 10px;
        font-size: 14px;

    }



    /*全网商城*/
    /*电商平台*/
    .platform {

        padding: 56px 20px 30px 20px;
    }


    .platform_all li {
        width: 23.5%;
        margin-bottom: 22px;

        padding: 28px 20px 10px 20px;

    }




    .platform_text h3 {
        margin-top: 20px;
        margin-bottom: 8px;
        color: #121212;
        font-size: 19px;
        line-height: 22px;
    }

    .platform_text p {
        font-size: 13px;
        line-height: 20px;
        height: 120px;

        -webkit-line-clamp: 6;
    }

    .pt_span {
        display: inline-block;
        width: 66px;
        height: 66px;
    }





    /*活动方案*/
    .plan_con {
        padding: 56px 20px 48px 20px;
    }

    .plan_right {
        width: 50%;
    }


    .plan_ul li {


        margin-bottom: 28px;

    }





    .plan_ul li span {

        font-size: 14px;

    }



    .cut_ys img {
        width: 64px;
        height: auto;
    }

    .cut_ys .superiority {
        padding: 74px 20px 130px 20px;
    }

    /* .cut_ys .superiority_all li {
        padding: 10px;
    } */

    .cut_ys .superiority_all li .super_div {
        padding: 10px;
    }

    .cut_ys .superiority_text h3 {
        margin-top: 22px;
        margin-bottom: 10px;
    }

    .superiority_text p {
        font-size: 14px;
        color: #4E4E4E;
        line-height: 20px;
        height: 140px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }


    /*全网商城 我们能为您实现什么*/

    .cut_sx_item {
        min-width: unset;
        margin: 0 1%;
        width: 29%;
        padding: 45px 25px 20px 25px;
    }

    .cut_sx_item img {
        width: 114px;
    }

    .cut_sx_item h5 {
        font-size: 18px;
        margin: 30px 0 12px 0;
    }



    /*视觉设计*/
    .sj_aim {

        height: 58px;

    }

    .aim_con {

        height: 58px;

    }

    .aim_item {

        height: 30px;

    }



    .aim_item img {

        width: 28px;

    }

    .aim_item span {
        font-size: 14px;

    }


    /*中部广告*/


    .ad_con {

        padding: 30px 20px;

    }

    .ad_item {
        width: 48.5%;

    }




    .ad_right {
        padding-right: 10px;
    }

    .ad_right h5 {
        font-size: 18px;
        line-height: 20px;

    }

    .ad_right p {
        font-size: 12px;
        line-height: 14px;
        margin: 6px 0 10px 0;
        letter-spacing: 0;
    }

    .ad_right a {

        width: 80px;
        height: 24px;
        border-radius: 12px;

        line-height: 24px;

        font-size: 12px;

    }

    .sj_temp_h span {
        font-size: 24px;
        color: #121212;
        line-height: 28px;
    }

    .sj_temp_h a {
        font-size: 14px;
    }

}


@media (max-width:750px) {

    .banner_text {
        left: 0%;
        width: 100%;
        padding: 0 20px;
    }

    .banner_text h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .banner_text h3 {
        font-size: 14px;
    }

    .banner_text h2.sj_h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .banner_text h3.sj_h3 {
        font-size: 14px;
    }

    .title_app {
        font-size: 20px;
    }

    .app_you_ul li .app_you_logo {
        max-width: 68px;
    }

    .app_you_ul li:hover .you_ul_d {
        margin-top: 0;
    }

    .app_you li h3 {
        font-size: 16px;
    }

    .app_you_text {
        font-size: 14px;
    }

    .yingxiao_all {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .yingxiao_left {
        width: 100%;
        padding-top: 30px;
    }

    .yingxiao_left_all {
        width: 100%;
        margin: 0;
    }

    .yingxiao_left h3 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 22px;
    }

    .yingxiao_left_ul {
        width: 100%;
        padding: 0 20px;
    }

    .yingxiao_left_ul li {
        width: auto;
        margin-right: 20px;
    }

    .yingxiao_right {
        width: 90%;
    }

    .yingxiao_right_wx {
        transform: translate(-50%, 30%);
    }

    .yingxiao_right_wx img {
        width: 60px;
        height: auto;
    }

    .yingxiao_right {
        padding-top: 50px;
    }



    .superiority {
        width: 100%;
    }

    .superiority_all {
        margin-top: 24px;
        flex-wrap: wrap;
    }

    .superiority_all li {
        width: 48.5%;

    }

    .superiority_all li .super_div {
        margin-bottom: 16px;
        height: 205px;
        padding: 0px 10px 5px 10px;
    }

    .superiority_all li:hover .super_div {
        margin-top: 0;
    }

    .superiority_all li div img {
        display: inline-block;
        width: 40px;
        height: auto;
    }


    .superiority_text h3 {
        font-size: 16px;
        margin: 15px 0 9px 0;
    }

    .superiority_text p {
        font-size: 13px;
        line-height: 18px;

        height: 72px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;

    }


    .superiority,
    .anli {
        padding: 40px 15px 24px 15px;
    }




    /*实现哪些*/

    .realization {
        width: 100%;
        padding: 40px 15px 25px 15px;
    }




    .realization_ul li:hover .realization_ul_li_a {
        margin-top: 0;
    }

    .realization_list {
        margin-top: 30px;
    }

    .realization_ul li {
        width: 47.5%;

        margin-bottom: 15px;
    }

    .realization_ul_li_a {
        height: 90px;
    }


    .realization_ul_li_a img {
        width: 30px;
        height: auto;
    }

    .realization_ul_li_a span {
        margin-left: 10px;
        font-size: 14px;

    }


    /*案例*/
    .anli_ul {
        margin-top: 22px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .anli_ul li {
        margin: 0 0 20px 0;
        width: 47.5%;
    }




    .anli_ul li:hover .al_img>img {

        transform: scale(1);

    }


    .anli_div_text {
        line-height: 40px;
        font-size: 14px;
    }



    /*全网商城*/
    /*电商平台*/
    .platform {

        padding: 40px 15px 26px 15px;
    }

    .platform_all li {
        width: 47.5%;
        margin-bottom: 20px;

        padding: 20px 10px 10px 12px;

    }




    .platform_text h3 {
        margin-top: 12px;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 20px;
    }

    .platform_text p {
        font-size: 14px;
        line-height: 20px;
        height: 120px;

        -webkit-line-clamp: 6;
    }

    .pt_span {
        display: inline-block;
        width: 50px;
        height: 50px;
    }



    /*活动方案*/
    .plan_con {


        padding: 32px 15px 26px 15px;
    }

    .plan_box {
        width: 100%;
        margin-top: 30px;
        flex-direction: column;
    }

    .plan_left {
        width: 100%;

    }

    .plan_left img {
        max-width: unset;
        width: 87.5%;
    }

    .plan_right {
        width: 100%;
    }

    .plan_ul {
        width: 100%;
        margin-top: 30px;

    }

    .plan_ul li {
        display: inline-block;
        width: 19%;

        margin-bottom: 18px;

        margin-left: 8%;

    }

    .plan_ul li:hover {
        margin-top: unset;
    }



    .plan_ul li span {

        font-size: 14px;

    }




    .cut_ys {


        background: url(../images/Cut/ys_bj_m.jpg) no-repeat center bottom;
        background-size: 100% 100%;
    }

    .cut_ys .superiority {
        padding: 40px 15px 20px 15px;
    }

    .cut_ys .superiority_all li {

        width: 48%;


    }

    .cut_ys .superiority_all li .super_div {
        text-align: center;
        height: unset;

        border: none;
        align-items: center;
        padding: 20px 10px;

    }

    .cut_ys .superiority_all li img {
        width: 50px;
        height: auto;
    }

    .cut_ys .superiority_text h3 {
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .cut_ys .superiority_text p {
        height: 90px;

        -webkit-line-clamp: 5;
    }




    /*全网商城 我们能为您实现什么*/
    .cut_sx_ul {
        width: 100%;
        margin: 20px 0 0px 0;
        background: unset;
        flex-direction: column;
        padding: 0 15px;
    }

    .cut_sx_item {
        width: 100%;
        min-width: 100%;
        margin: 0 0 20px 0;
        padding: 24px 24px 30px 24px;


    }

    .cut_sx_item img {

        width: 64px;

    }
    .cut_sx_ul li:hover img {
        margin-top: 0px;
    }
    

    .cut_sx_item h5 {
        margin: 20px 0 10px 0;
        font-size: 18px;
        color: #121212;
        line-height: 20px;
    }

    .cut_sx_item p {
        font-size: 14px;
        color: #4E4E4E;
        line-height: 22px;
        height: unset;
        overflow: unset;
        display: inline-block;
        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
    }




    /*视觉设计*/
    .sj_aim {
        width: 100%;
        height: auto;
        padding: 24px 0 6px 0;
    }

    .aim_con {

        max-width: 100%;

        height: unset;

        flex-wrap: wrap;
        padding: 0;
    }

    .aim_item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 22px;
        margin-bottom: 24px;

    }

    .aim_item:nth-child(2) {
        border: none;
    }

    .aim_item img {
        width: 22px;
        margin-right: 8px;
    }

    .aim_item span {
        font-size: 13px;
    }


    /*中部广告*/
    .bj_fb {
        background: #fff;
    }



    .ad_con {
        max-width: 100%;
        margin: 0 auto;
        padding: 25px 20px 0 20px;
        flex-direction: column;

        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    }

    .ad_item {
        width: 100%;
        margin-bottom: 20px;
    }







    .ad_right h5 {
        font-size: 14px;
        line-height: 16px;

    }

    .ad_right p {
        font-size: 12px;
        line-height: 14px;
        margin: 5px 0 10px 0;

    }

    .ad_right a {
        display: inline-block;
        width: auto;
        padding: 0 14px;
        height: 26px;
        border-radius: 13px;
        line-height: 26px;
        font-size: 12px;
    }




    /*logo设计*/


    .sj_temp_con {

        padding: 10px 15px;
        max-width: 100%;

    }

    .sj_temp_h {

        margin-bottom: 18px;
    }

    .sj_temp_h span {
        font-size: 20px;
        line-height: 22px;
    }

    .sj_temp_h a {
        font-size: 14px;

    }



    .sj_img_box {
        justify-content: space-between;
        flex-wrap: wrap;
    }




    .sj_img_item {
        width: 48%;
        margin-left: 0;

        margin-bottom: 15px;
    }

    .sj_img_item:hover {
        transform: scale(1);
    }

    .sj_img_item img {
        width: 100%;
        height: auto;
    }






}


@media (max-width:320px) {




    .banner_text h2 {
        font-size: 18px;

    }

    .banner_text h3 {
        font-size: 13px;
    }

    .banner_text h2.sj_h2 {
        font-size: 24px;
    }

    .banner_text h3.sj_h3 {
        font-size: 12px;
    }

    .title_app {
        font-size: 18px;
    }


    .app_you_ul li .app_you_logo {
        max-width: 62px;
    }

    .app_you li h3 {
        font-size: 15px;
    }

    .app_you_text {
        font-size: 13px;
    }

    .yingxiao_right {
        padding-top: 30px;
    }

    .yingxiao_left_ul li {
        font-size: 12px;
        margin-bottom: 18px;
    }





    .superiority_all {
        margin-top: 22px;
    }

    .superiority_all li {
        width: 47.5%;


    }

    .superiority_all li .super_div {

        height: 195px;
        padding: 0px 10px 5px 10px;
        margin-bottom: 14px;
    }


    .superiority_all li div img {

        width: 38px;

    }


    .superiority_text h3 {
        font-size: 15px;
        margin: 14px 0 8px 0;
    }

    .superiority_text p {
        font-size: 12px;
        line-height: 16px;
        height: 64px;

    }


    .superiority,
    .anli {
        padding: 35px 12px 20px 12px;
    }





    /*实现哪些*/

    .realization {
        padding: 35px 12px 20px 12px;
    }

    .realization_list {
        margin-top: 25px;
    }

    .realization_ul li {
        width: 47.5%;

        margin-bottom: 14px;
    }

    .realization_ul_li_a {
        height: 86px;
    }



    .realization_ul_li_a img {
        width: 28px;
        height: auto;
    }

    .realization_ul_li_a span {
        margin-left: 6px;
        font-size: 13px;

    }


    /*案例*/
    .anli_ul {
        margin-top: 22px;

    }

    .anli_ul li {
        margin: 0 0 18px 0;

    }

    .anli_div_text {
        line-height: 38px;
        font-size: 13px;
    }




    /*全网商城*/
    /*电商平台*/
    .platform {

        padding: 36px 12px 22px 12px;
    }

    .platform_all li {
        width: 47.5%;
        margin-bottom: 15px;

        padding: 16px 8px 10px 8px;

    }




    .platform_text h3 {
        margin-top: 10px;
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 18px;
    }

    .platform_text p {
        font-size: 13px;
        line-height: 18px;
        height: 126px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }

    .pt_span {
        display: inline-block;
        width: 46px;
        height: 46px;
    }





    /*活动方案*/
    .plan_con {


        padding: 30px 12px 24px 12px;
    }

    .plan_box {

        margin-top: 28px;

    }





    .plan_ul {

        margin-top: 28px;

    }

    .plan_ul li {

        margin-bottom: 16px;


    }




    .plan_ul li span {

        font-size: 12px;

    }






    .cut_ys .superiority {
        padding: 35px 12px 15px 12px;
    }

    .cut_ys .superiority_all li {

        width: 48%;


    }

    .cut_ys .superiority_all li .super_div {
        text-align: center;
        height: unset;

        border: none;
        align-items: center;
        padding: 18px 8px;

    }

    .cut_ys .superiority_all li img {
        width: 46px;
        height: auto;
    }

    .cut_ys .superiority_text h3 {
        margin-top: 14px;
        margin-bottom: 8px;
    }

    .cut_ys .superiority_text p {
        height: 80px;

        -webkit-line-clamp: 5;
    }




    /*全网商城 我们能为您实现什么*/
    .cut_sx_ul {
        width: 100%;
        margin: 18px 0 0px 0;
        background: unset;
        flex-direction: column;
        padding: 0 12px;
    }

    .cut_sx_item {
        width: 100%;
        min-width: 100%;
        margin: 0 0 18px 0;
        padding: 22px 22px 28px 22px;


    }



    .cut_sx_item img {

        width: 62px;

    }

    .cut_sx_item h5 {
        margin: 18px 0 8px 0;
        font-size: 16px;
        color: #121212;
        line-height: 18px;
    }

    .cut_sx_item p {
        font-size: 13px;
        color: #4E4E4E;
        line-height: 20px;
        height: unset;
        overflow: unset;
        display: inline-block;
        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
    }





    /*视觉设计*/
    .sj_aim {

        padding: 22px 0 4px 0;
    }



    .aim_item {

        height: 20px;
        margin-bottom: 22px;

    }



    .aim_item img {
        width: 20px;
        margin-right: 6px;
    }

    .aim_item span {
        font-size: 12px;
    }


    /*中部广告*/



    .ad_con {
        max-width: 100%;

        padding: 23px 18px 0 18px;
    }

    .ad_item {
        margin-bottom: 18px;
    }







    .ad_right h5 {
        font-size: 13px;
        line-height: 15px;

    }

    .ad_right p {
        font-size: 12px;
        line-height: 13px;
        margin: 2px 0 6px 0;

    }

    .ad_right a {
        display: inline-block;
        width: auto;
        padding: 0 12px;
        height: 24px;
        border-radius: 12px;
        line-height: 24px;
        font-size: 12px;
    }









    /*logo设计*/


    .sj_temp_con {

        padding: 8px 12px;


    }

    .sj_temp_h {

        margin-bottom: 16px;
    }

    .sj_temp_h span {
        font-size: 18px;
        line-height: 20px;
    }

    .sj_temp_h a {
        font-size: 13px;

    }





    .sj_img_item {

        margin-bottom: 13px;
    }






}