.shoppingMall {
    width: 100%;
    margin-top: 115px;
    background: #fff;
}
html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.shoppingMall_top {
    width: 100%;
    /* height: 432px; */
}

.shoppingMall_top img {
    width: 100%;
}
.shoppingMall_top .shoppingMall_top_img_1{
    display: none;
}

/* 电商 */

.commerce_box {
    width: 100%;
}

.commerce {
    max-width: 1500px;
    margin: 0 auto;
    padding: 82px 20px 0px 20px;
    text-align: center;
}

.commerce h4 {
    font-size: 42px;
    font-weight: bold;
    line-height: 59px;
    color: #333333;
}

.commerce h1 {
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    color: #A5A5A5;
    opacity: 0.56;
}

.commerce .line {
    width: 54px;
    height: 0px;
    border: 1px solid #707070;
    display: inline-block;
    margin: 30px 0 24px 0;
}

.commerce p {
    margin: 0 auto;
    max-width: 833px;
    font-size: 16px;
    font-weight: 400;
    line-height:30px;
    color: #333;
    margin-bottom: 63px;
}

.commerce_list {
    width: 100%;
}

.commerce_list ul {
    max-width: 1500px;
    padding-bottom: 120px;
    border-bottom: 1px solid #999;
    display: flex;
    justify-content: space-between;
}

.commerce_list ul li {
    width: 32.5%;
    /* height: 279px; */
    cursor: pointer;
    position: relative;
}

.commerce_list ul li .li_box_f{
    position: relative;
}
.commerce_list ul li img {
    width: 100%;
}

.commerce_list ul li p {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 25px;
    color: #686868;
}


/* 定位 */

.commerce_list ul li .yuan {
    width: 26px;
    height: 26px;
    line-height: 23px;
    background: #fff;
    position: absolute;
    bottom: -132px;
    left: 46%;
    text-align: center;
}

.commerce_list ul li .yuan span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999999;
}

.commerce_list ul .yuan i {
    display: inline-block;
    width: 0px;
    height: 30px;
    border: 1px solid #999;
    position: absolute;
    top: -40px;
    left: 11px;
    display: none;
}

.commerce_list ul li .li_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.39);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.commerce_list ul li:hover .li_box {
    display: flex;
}

.commerce_list ul li .li_box img {
    width: 75px;
    height: 78px;
}

.commerce_list ul li:hover .yuan {
    border-radius: 50%;
    border: 1px solid #707070;
}

.commerce_list ul li:hover .yuan i {
    display: block;
}

.commerce_list ul li:hover p {
    color: #2D2D2D;
}


/* 领域 */

.field_box {
    width: 100%;
    background: url(../img/commerce-bg.png) no-repeat;
    background-size: 100% 100%;
}

.field {
    text-align: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 152px 20px 120px 20px;
}

.field h4 {
    font-size: 42px;
    font-weight: bold;
    line-height: 59px;
    color: #333333;
}

.field h1 {
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    color: #A5A5A5;
    opacity: 0.56;
}

.field .line {
    width: 54px;
    height: 0px;
    border: 1px solid #707070;
    display: inline-block;
    margin: 30px 0 24px 0;
}

.field p {
    margin: 0 auto;
    max-width: 833px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #333;
    margin-bottom: 63px;
}

.field .img_box {
    width: 100%;
}

.field .img_box img {
    width: 100%;
}


/* 作品案例 */

.works_case_box {
    width: 100%;
}

.works_case {
    max-width: 1500px;
    margin: 0 auto;
    padding: 72px 20px;
    text-align: center;
}

.works_case h4 {
    font-size: 42px;
    font-weight: bold;
    line-height: 59px;
    color: #333333;
}

.works_case h1 {
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    color: #A5A5A5;
    opacity: 0.56;
}

.works_case .line {
    width: 54px;
    height: 0px;
    border: 1px solid #707070;
    display: inline-block;
    margin: 30px 0 24px 0;
}

.works_case p {
    margin: 0 auto;
    max-width: 833px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #333;
    margin-bottom: 30px;
}
/* 
    列表
 */
.works_case .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.mySwiper1 .swiper-button-prev {
    right: 50%;
    left: auto;
    transform: translateX(-105px);
}

.mySwiper1 .swiper-button-next {
    left: 50%;
    transform: translateX(105px);
}

.mySwiper1 .swiper-button-next,
.mySwiper1 .swiper-button-prev {
    background-size: 20px 40px;
    top: auto;
    bottom: 0;
    color: #999;
}

.mySwiper1 .swiper-pagination {
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    bottom: 40px;
}

#mySwiper1 .swiper-scrollbar {
    width: 100px !important;
    height: 1px;
    background-color: #2E2E2E;
    opacity: 0.85;
    left: 50%;
    transform: translateX(-50%);
    bottom: 22px;
    display: block !important;
}

#mySwiper1 .swiper-scrollbar-drag {
    height: 5px;
    background: #FE8000;
    border-radius: 0;
    top: -2px;
}

#mySwiper1 .swiper-pagination-current {
    font-size: 24px;
    line-height: 29px;
    color: #8F8F8F;
}

.swiper-list ul {
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

/* .works_case_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
} */

.swiper-list ul li {
    background: url(../img/picBg.png) no-repeat center;
    background-size: 100% 100%;
    margin: 30px 0px;
    margin-right: 30px;
    width: calc((100% - 3 * 30px)/4);
    padding: 10px;
    border-radius: 47px;
    overflow: hidden;
    position: relative;
    height: 632px;
}

.swiper-list ul li:nth-child(4n) {
    margin-right: 0px;
}

.swiper-list ul li:nth-child(4n) {
    margin-right: 0px;
}

.swiper-list ul li a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.swiper-list ul li a .topBg {
    width: 170px;
    height: 20px;
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 55;
}

.case_img_1 {
    display: inline;
    border-radius: 35px;
    /* margin-top: 8px; */
    width: 102%;
    height: 100%;
    /* padding-bottom: 15px; */
}

.case_img_text {
    position: absolute;
    left: 0;
    z-index: 999;
    bottom: -110%;
    padding: 0 40px;
    width: 100%;
    height: 102%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 47px;
}

.case_img_text h4 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #dadada;
    font-weight: bold;
    border-bottom: 1px solid #b5b5b5;
}

.swiper-list ul li a:hover .case_img_text {
    bottom: -10px;
    transition: bottom .5s;
}

@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1024px) {
    .swiper-list ul li{
        height: 420px;
        border-radius:30px;
        margin: 20px 0px;
        margin-right: 30px;
    }
    .case_img_1 {
        border-radius: 20px;
    }
    .case_img_text{
        border-radius: 30px;
    }
    .swiper-list ul li a .topBg {
        width: 120px;
        height: 15px;
    }
}
@media screen and (max-width: 900px) {
    .shoppingMall {
        margin-top: 80px;
    }
}
@media screen and (max-width: 768px) {
    .shoppingMall{
        margin-top: 50px;
    }
    .shoppingMall_top .shoppingMall_top_img{
        display: none;
    }
    .shoppingMall_top .shoppingMall_top_img_1{
        display: block;
    }
    .commerce {
        padding:41px 20px 0px 20px;
        text-align: center;
    }
    .commerce h4 {
        font-size: 21px;
        line-height: 30px;
        color: #333333;
    }
    .commerce .line {
        margin: 15px 0 12px 0;
    }
    .commerce p {
        margin: 0 auto;
        max-width: 313px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #707070;
        margin-bottom: 31px;
    }
    .commerce_list ul{
        border: none;
        padding-bottom: 0;
    }
    .commerce_list ul li{
        width: 48%;
        pointer-events:none;
    }
    .commerce_list ul li p{
        font-size: 12px;
    }
    .commerce_list ul li .yuan{
        display: none;
    }
    .commerce_list ul li:last-child{
        display: none;
    }
    /* 领域 */
    .field {
        padding: 60px 20px 60px 20px;
    }
    .field h4 {
        font-size: 21px;
        font-weight: bold;
        line-height: 30px;
        color: #333333;
    }
    .field .line {
        margin: 15px 0 12px 0;
    }
    .field p {
        margin: 0 auto;
        max-width: 345px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #707070;
        margin-bottom: 31px;
    }
    /* 案例 */
    .works_case{
        padding:36px 20px;
    }
    .works_case h4 {
        font-size: 21px;
        line-height: 30px;
    }
    .works_case .line {
        margin: 15px 0 12px 0;
    }
    .works_case p {
        margin: 0 auto;
        max-width: 345px;
        font-size:14px;
        font-weight: 400;
        line-height: 20px;
        color: #707070;
        /* margin-bottom: 31px; */
    }
    /* 案例列表 */
    .swiper-list {
        margin-top: 30px;
    }
    
    .swiper-list ul li {
        pointer-events:none;
        margin: 10px 0px;
        margin-right: 20px;
        width: calc((100% - 1 * 20px)/2);
        padding: 0px 5px;
        border-radius: 23px;
        overflow: hidden;
        position: relative;
        height: 316px;
    }
    .swiper-list ul li:nth-child(2n) {
        margin-right: 0px;
    }
    
    .swiper-list ul li a .topBg {
        width: 85px;
        height: 10px;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
        font-size: 30px !important;
    }
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
        font-size: 30px !important;
    }
    .mySwiper1 .swiper-button-prev {
        right: 45%;
        left: auto;
        transform: translateX(-105px);
    }
    
    .mySwiper1 .swiper-button-next {
        left: 45%;
        transform: translateX(105px);
    }
    .case_img_text {
        position: absolute;
        left: 0;
        z-index: 999;
        bottom: -110%;
        padding: 0 20px;
        width: 100%;
        height: 102%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 47px;
    }
    
    .case_img_1 {
        display: inline;
        border-radius: 23px;
        margin-top: 4px;
        width: 102%;
        height: 100%;
        padding-bottom: 7px;
    }
}