* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

.banner-index {
    position: relative;
}

.banner-index .swiper-container {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
    background-color: #ff8100;
    width: 25px;
    width: 34px;
    border-radius: 5px;
}

.mycustom {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.mycustom .mycustom-title {
    position: absolute;
    left: 350px;
    top: 95px;
}

.mycustom .mycustom-sub-title {
    position: absolute;
    left: 350px;
    top: 167px;
    font-size: 20px;
}

.mycustom .mycustom-thi-title {
    position: absolute;
    left: 350px;
    top: 217px;
    font-size: 20px;
}

.price-package {
    width: 362px;
    height: 450px;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 45px;
    right: calc(50% - 600px);
    z-index: 12;
    border-radius:20px;
}

.price-package-title {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 33px;
    border-bottom: 1px solid #ccc;
}

.price-package-title span {
    font-size: 16px;
    font-weight: normal;
    color: #0a0a0a;
    width: 48%;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px 18px;
    cursor: pointer;
}

.price-package-title span img {
    vertical-align: middle;
    margin-right: 5px;
}

.price-package-title span.active {
    font-size: 16px;
    font-weight: normal;
    color: #ff8100;
    border-bottom: 3px solid #ff8100;
}

.price-package-content .price-part {
    width: 100%;
    height: 45px;
    border: solid 1px #cccccc;
}

.price-package-content .package-part {
    display: none;
}

.package-part textarea {
    width: 100%;
    height: 148px;
    margin: 0 auto;
    outline: none;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    background-image: url(/app/images/newweb/index/s.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    resize: none;
}

.price-company {
    margin-bottom: 25px;
    position: relative;
}

.price-company::after {
    content: '^';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    display: none;
}

.price-company select {
    outline: none;
    height: 45px;
    border: none;
    width: 100%;
    padding: 8px;
    appearance: none;
}

.price-company option {
    height: 45px;
}

.price-counrty {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.price-counrty::before {
    content: '^';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 135px;
    color: #828282;
    display: none;
}

.price-counrty::after {
    content: 'kg';
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    position: absolute;
    color: #828282;
}

.price-counrty select {
    width: 196px;
    margin-right: 4px;
    outline: none;
    height: 45px;
    border: 1px solid #ccc;
    padding: 8px;
    appearance: none;
}

.price-counrty input {
    width: 158px;
    height: 48px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    padding: 8px;
    box-sizing: border-box;
    padding-right: 35px;
    margin: 0;
}

.price-counrty input:last-child {
    margin: 0;
}

.widthheigt {
    display: flex;
    border: solid 1px #cccccc;
}

.widthheigt .addlong,
.widthheigt .addwidth,
.widthheigt .addheight,
.widthheigt input {
    height: 45px;
    width: 29.33%;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}

.widthheigt .addlong input,
.widthheigt .addwidth input,
.widthheigt .addheight input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: none;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
}

.widthheigt .addwidth::before {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: "宽";
    color: #828282;
}

.widthheigt .addlong::before {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: "长";
    color: #828282;
}

.widthheigt .addheight::before {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: "高";
    color: #828282;
}

.widthheigt .addheight::after {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: "cm";
    color: #828282;
}

.checking-fast {
    margin-top: 40px;
    text-align: right;
}

.checking-fast input {
    text-align: center;
    width: 125px;
    height: 41px;
    line-height: 41px;
    background-color: #ef7e1a;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius:20px;
}

.m-banner-index {
    display: none;
}

/*中国仓储*/
.storage {
    min-height: 1390px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.storage .storage-header {
    background: url(/app/images/company/img/storage01.png) no-repeat;
    height: 207PX;
    background-size: cover;
    position: relative;
}

.storage .storage-header .storage-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    width: 751px;
    height: 139px;
    background-image: linear-gradient(90deg, #03bfef 0%, #0293e4 100%), linear-gradient(#e4f3f9, #e4f3f9);
    background-blend-mode: normal, normal;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -68px;
    z-index: 10;
    border-radius:20px;
}

.storage .storage-header .storage-title h2 {
    font-size: 48px;
    font-weight: normal;
    color: #ffffff;
    margin-right: 31px;
}

.storage .storage-header .storage-title h3 {
    font-size: 24px;
    font-weight: normal;
    font-weight: normal;
    color: #ffffff;
}

.storage .storage-content-box {
    background-color: #fff;
    width: 100%;
    /* padding: 18px; */
    padding-top: 60px;
    box-sizing: border-box;
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
}

.centerbox {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.storage .storage-content-box .storage-content {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    margin-bottom: 30px;
}

.storage .storage-content-box .storage-content .left-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8e8e8e;
    font-size: 14px;
}

.storage .storage-content-box .storage-content .left-nav img {
    margin-right: 11px;
}

.storage .storage-content-box .storage-content .left-nav .home-link {
    font-size: 14px;
    font-weight: normal;
    color: #8e8e8e;
    text-decoration: none;
    margin: 0 6px;
}

.storage .storage-content-box .storage-left-right-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.storage .storage-content-box .storage-left-right-content .left-content {
    flex-basis: 590px;
}

.storage .storage-content-box .storage-left-right-content .left-content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #141414;
    margin-bottom: 43px;
}

.storage .storage-content-box .storage-left-right-content .right-content {
    flex-basis: 476px;
    position: relative;
}

.storage .storage-content-box .storage-left-right-content .right-content .swiper-container {
    width: 476px;
    position: relative;
}

.storage .storage-content-box .storage-routes {
    margin-top: 66px;
    background-color: #f2f2f2;
    padding: 42px 0 1200px;
}

.storage .storage-content-box .storage-routes>h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #3e414a;
    font-weight: bold;
}

.storage .storage-content-box .storage-routes>p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    opacity: 0.72;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 0;
}

.row{
    max-width: 1200px;
    margin: 60px auto;
    position: relative;
    width: 100%;
}

.storage .storage-content-box .storage-routes div.content-lefts{
    display: none;
}

div.wh-left{
    display: inline-block;
    width: 350px;
    float: left;
}

.wh-left_01{
    margin-bottom: 85px;
}

p.wh-textbg{
    background-color:#2c5364;
    height:40px;
    line-height:35px;
    opacity:0.7;
    position:relative;
    margin-top:-45px;
}

p.wh-text{
    font-family: MicrosoftYaHei;
    font-size:16px;
    position:relative;
    color:#fff;
    text-align:center;
    margin-top:-30px;
}

.row div.wh-middle{
    display: inline-block;
    width: 58px;
    float: left;
    position: relative;
    left: 98px;
}

div.wh-middle > img.mid_list1{
    padding-bottom: 235px;
}

div.wh-right{
    display: inline-block;
    vertical-align:middle;
    padding-top: 20px;
    width: 723px;
    float: right;
}

div.wh-right .wh-right_list{
    padding-bottom: 125px;
}

.wh-left_02{
    margin-bottom: 105px;
}

div.wh-middle > img.mid_list2{
    padding-bottom: 255px;
}
div.wh-right .wh-right_list2{
    border: none;
}

div.wh-right2 ul li{
    border-left: 1px solid #dbdbdb;
    padding-left: 80px;
}

div.wh-right ul li h3{
    color: #333;
    font-size: 22px;
    font-weight:bold;
    margin-bottom: 25px;
}

div.wh-right2 ul li p{
    line-height: 25px;
}

.storage .storage-content-box .storage-bottom {
    background: url(/app/images/company/img/storage03.png) no-repeat;
    background-color: #fff;
    padding: 42px 0;
}

.storage .storage-content-box .storage-bottom>h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #3e414a;
    font-weight: bold;
}

.storage .storage-content-box .storage-bottom>p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    opacity: 0.72;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 0;
}

.row2{
    max-width: 1200px;
    margin: 60px auto 0 auto;
    text-align: center;
    position: relative;
    width: 100%;
}

.storage .storage-content-box .storage-contact {
    background-color: #fff;
    padding: 10px 0 330px;
}

.storage .storage-content-box .storage-contact>h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #3e414a;
    font-weight: bold;
}

.storage .storage-content-box .storage-contact>p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    opacity: 0.72;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 0;
}

.row3{
    max-width: 1200px;
    margin: 40px auto;
    text-align: center;
    position: relative;
    width: 100%;
}

.wh-left2{
    width: 650px;
    float: left;
    margin:0;
    padding-top: 30px;
    text-align: left;
}

.row3 .wh-img{
    float: right;
    position: absolute;
    right: 0;
}

.row3 div.wh-left2 p{
    line-height: 25px;
}

.wh-number::before{
    position:relative;
    display: inline-block;
    content:"";
    width:8px;
    height:8px;
    background-color:#ff8100;
    left:-10px;
    top:-2px;
}
/*中国仓储手机端*/
@media screen and (max-width: 1199px) {
        .storage {
        background-color: #f2f2f2;
        min-height: 13.9rem;
        width: 100%;
        max-width: 19.2rem;
        margin: 0 auto;
    }

    .storage .storage-header {
        background: url(/app/images/company/img/storage01.png) no-repeat;
        height: 2.67rem;
        background-size: cover;
        position: relative;
    }

    .storage .storage-header .storage-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
        width: 4.3rem;
        height: 1.32rem;
        background-image: linear-gradient(90deg, #03bfef 0%, #0293e4 100%), linear-gradient(#e4f3f9, #e4f3f9);
        background-blend-mode: normal, normal;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        bottom: -0.68rem;
        z-index: 10;
        flex-direction: column;
    }

    .storage .storage-header .storage-title h2 {
        font-size: 0.48rem;
        font-weight: normal;
        color: #ffffff;
        margin-right:0rem;
    }

    .storage .storage-header .storage-title h3 {
        font-size: 0.24rem;
        font-weight: normal;
        font-weight: normal;
        color: #ffffff;
    }

    .storage .storage-content-box {
        background-color: #fff;
        width: 100%;
        /*padding: 0.18rem;*/
        padding-top: 0.6rem;
        box-sizing: border-box;
        max-width: 12rem;
        margin: 0 auto;
        position: relative;
    }

    .centerbox {
        margin: 0 auto;
        width: calc(100% - .4rem);
    }

    .storage .storage-content-box .storage-content {
        padding-top: 0.6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-items: flex-start;
        margin-bottom: 0.32rem;
    }

    .storage .storage-content-box .storage-content .left-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #8e8e8e;
        font-size: 0.14rem;
    }

    .storage .storage-content-box .storage-content .left-nav img {
        margin-right: 0.11rem;
    }

    .storage .storage-content-box .storage-content .left-nav .home-link {
        font-size: 0.2rem;
        font-weight: normal;
        color: #8e8e8e;
        text-decoration: none;
        margin: 0 0.06rem;
    }

    .storage .storage-content-box .storage-left-right-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .storage .storage-content-box .storage-left-right-content .left-content {
        flex-basis: auto;
    }

    .storage .storage-content-box .storage-left-right-content .left-content p {
        font-size: 0.22rem;
        font-weight: normal;
        line-height: 0.45rem;
        color: #141414;
        margin-bottom: 0.43rem;
    }

    .storage .storage-content-box .storage-left-right-content .right-content {
        flex-basis: 0;
        width: 100%;
        position: relative;
        height: 3.68rem;
    }

    .storage .storage-content-box .storage-left-right-content .right-content .swiper-container {
        width: 100%;
        position: relative;
    }

    .storage .storage-content-box .storage-routes {
        margin-top: 0.66rem;
        background-color: #f2f2f2;
        padding: 0.42rem 0 0.2rem;
    }

    .storage .storage-content-box .storage-routes div.content-left{
        margin-top:1rem;
    }

    *.storage .storage-content-box .storage-routes div.content-leftp{
        display: none;
    }

    .storage .storage-content-box .storage-routes div.row1{
        margin: .1rem 0 0 0;
        display: block;
    }

    div.wh-right{
        width: 100%;
    }

    .row1 .wh-right ul{
        margin: 0;
        padding: 0;
    }
    .row1 .wh-right li{
        padding-bottom: 0.4rem;
    }
    .row1 .wh-right h3{
        font-weight: initial;
        margin-bottom: 0.2rem;
    }
    .wh-right .wh-left_01{
        margin-bottom: 0.1rem;
    }
    .row1 .wh-right img.img-min{
        width: 100%;
    }
    .row1 .wh-right p.wh-textbg{
    background-color:#2c5364;
    height:25px;
    line-height:55px;
    opacity:0.7;
    position:relative;
    margin-top:-50px;
    }
    .row1 .wh-right p.wh-text{
    font-family: MicrosoftYaHei;
    position:relative;
    color:#fff;
    text-align:center;
    margin-top:-46px;
    }
    .row1 .wh-right p{
        line-height: 30px;
        padding: 10px 0;
        text-align: left;
    }

    .storage .storage-content-box .storage-bottom {
        background: url(/app/images/company/img/storage03.png) no-repeat;
        background-color: #fff;
        padding: 0.4rem 0;
    }

    .row2{
        margin: 0.3rem auto;
    }

    .row2 img.ws{
        width: 100%;
    }

    .storage .storage-content-box .storage-contact {
        margin-top: 0.3rem;
        background-color: #fff;
        padding: 0.42rem 0 0.2rem;
    }

    .row3{
        text-align: center;
        flex-direction:column;
    }

    .wh-left2{
        flex-basis: auto;
        width: 100%;
        padding-top: 0.4rem;
    }

    .wh-left2 h3{
        font-weight: initial;
    }

    .row3 .wh-img{
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        position: inherit;
        float: none;
    }

    .wh-number::before{
        position:relative;
        display: inline-block;
        content:"";
        width:8px;
        height:8px;
        background-color:#ff8100;
        left:-10px;
        top:-2px;
    }

}

@media screen and (max-width: 1199px) {
    .banner-index {
        display: none;
    }
    .m-banner-index {
        width: 100%;
        display: block;
        position: relative;
        z-index: 0;
    }
    .m-banner-index .swiper-container {
        width: 100%;
    }
    .m-banner-index .swiper-container .swiper-slide {
        background-size: cover;
        background-position: right;
        height: 3.5rem;
    }
    .mycustom .mycustom-title {
        left: 15px;
        top: 47px;
    }
    .mycustom .mycustom-sub-title {
        position: absolute;
        left: 15px;
        top: 85px;
        font-size: .16rem;
    }
    .mycustom .mycustom-thi-title {
        position: absolute;
        left: 15px;
        top: 110px;
        font-size: .16rem;
    }
    .m-map-box-h2 span{color:#ff8100;}
}

.commpany-news {
    width: 100%;
    height: 86px;
    background-color: #f6f6f6;
}

.commpany-news .centerbox {
    display: flex;
    padding-top: 24px;
}

.commpany-news .company-news-title {
    font-size: 14px;
    font-weight: normal;
    width: 76px;
    line-height: 38px;
}

.carousle-news {
    width: calc(100% - 200px);
}

.carousle-news .swiper-container {
    height: 100%;
}

.carousle-news .swiper-slide {
    background-color: transparent;
    color: #565555;
    font-size: 14px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.company-news-btn {
    width: 87px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ff8100;
    border: solid 1px #ff8100;
    cursor: pointer;
    border-radius:20px;
}

 :focus {
    outline: none;
}

.smallFadeUp {
    -webkit-animation-name: smallFadeUp;
    animation-name: smallFadeUp;
}

@keyframes smallFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 1199px) {
    .commpany-news {
        height: 50px;
        line-height:50px;
    }
    .commpany-news .centerbox {
        padding-top: 0px;
        justify-content: space-around;
    }
    .commpany-news .company-news-title {
        font-size: .2rem;
        line-height: 50px;
    }
    .carousle-news .swiper-slide {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: .2rem;
    }
    .carousle-news {
        width: calc(100% - 150px);
        position: relative;
        z-index: 0;
    }
    .company-news-btn {
        width: 58px;
        height: 22px;
        line-height: 22px;
        font-size: .2rem;
        margin-top: 13px;
    }
}

.map-box {
    padding: 67px;
}

.map-box h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: #3c3c3c;
    text-align: center;
    margin-bottom: 18px;
    font-weight: bold;
}

.map-box h4 {
    font-family: Rubik-Regular;
    font-size: 14px;
    font-weight: normal;
    color: #818181;
    text-align: center;
    margin-bottom: 34px;
}

.map-box h3 {
    font-size: 16px;
    font-weight: normal;
    color: #3c3c3c;
    margin-bottom: 45px;
    line-height: 30px;
}

.map-box h3 span {
    color: #ef7e1a;
    font-weight: bold;
}

.spinner-europe {
    width: 200px;
    height: 200px;
    border: 3px solid #ff8100;
    border-radius: 100%;
    -webkit-animation: scaleout 3.0s infinite ease-in-out;
    animation: scaleout 3.0s infinite ease-in-out;
    position: absolute;
    top: 28px;
    left: 337px;
}

.spinner-america {
    width: 200px;
    height: 200px;
    border: 3px solid #ff8100;
    border-radius: 100%;
    -webkit-animation: scaleout 3.0s infinite ease-in-out;
    animation: scaleout 3.0s infinite ease-in-out;
    position: absolute;
    left: 47px;
    top: 18px;
    display: none;
}

.spinner-sourth-america {
    width: 200px;
    height: 200px;
    border: 3px solid #ff8100;
    border-radius: 100%;
    -webkit-animation: scaleout 3.0s infinite ease-in-out;
    animation: scaleout 3.0s infinite ease-in-out;
    position: absolute;
    left: 125px;
    top: 235px;
    display: none;
}

.spinner-asian {
    width: 200px;
    height: 200px;
    border: 3px solid #ff8100;
    border-radius: 100%;
    -webkit-animation: scaleout 3.0s infinite ease-in-out;
    animation: scaleout 3.0s infinite ease-in-out;
    position: absolute;
    left: 608px;
    top: 98px;
    display: none;
}

.spinner-other {
    width: 200px;
    height: 200px;
    border: 3px solid #ff8100;
    border-radius: 100%;
    -webkit-animation: scaleout 3.0s infinite ease-in-out;
    animation: scaleout 3.0s infinite ease-in-out;
    position: absolute;
    top: 116px;
    left: 7px;
    display: none;
}

.spinner-two {
    width: 180px;
    height: 180px;
    border: 5px solid #ff8100;
    border-radius: 100%;
    -webkit-animation: scaleout 3.0s infinite ease-in-out;
    animation: scaleout 3.0s infinite ease-in-out;
    position: absolute;
    left: 5px;
    top: 5px;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        width: 10px;
        height: 10px;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        transform-origin: center;
    }
    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        transform-origin: center;
    }
}

.map-box {
    width: 1200px;
    margin: 0 auto;
}

.country-area {
    display: flex;
}

.map-box>a {
    display: block;
    cursor: pointer;
    width: 104px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #ff8100;
    border: 1px solid #ff8100;
    font-size: 14px;
    margin-left: auto;
    margin-top: 37px;
    border-radius:20px;
}

.map-box>a:hover {
    background-color: #ff8100;
    color: #fff;
}

.country-area .left-part {
    flex: 1;
    position: relative;
    width: 300px;
    height: 510px;
}

.country-area .left-part::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 500px;
    background-color: #cccccc;
    border: solid 1px #cccccc;
    left: 50%;
    top: 21px;
}

.country-area .left-part ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.country-area .left-part li {
    width: 26px;
    height: 26px;
    background-color: #cccccc;
    font-size: 0;
    border-radius: 50%;
    cursor: pointer;
}

.country-area .left-part li:first-child {
    margin: 0;
}

.country-area .left-part li.europe,
.country-area .left-part li.america,
.country-area .left-part li.sourth-america,
.country-area .left-part li.asian,
.country-area .left-part li.other {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    transform-origin: center;
}

.country-area .left-part li.europe {
    top: 13px;
}

.country-area .left-part li.america {
    top: 138px;
}

.country-area .left-part li.sourth-america {
    top: 263px;
}

.country-area .left-part li.asian {
    top: 388px;
}

.country-area .left-part li.other {
    top: 513px;
}

.country-area .left-part li.active {
    width: 26px;
    height: 26px;
    text-align: center;
    background-color: #ff8100;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    animation: leftscaleONe 2.0s ease;
    animation-fill-mode: forwards;
}

.country-area .left-part li.active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px #ff8100;
    border-radius: 50%;
    left: -1px;
    top: -1px;
    transition: all 0.8s;
    animation: scaleONe 2.0s infinite ease-in-out;
}

.country-area .right-part {
    flex: 3;
}

.europe:after {
    content: '欧洲';
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    color: #3c3c3c;
    width: 40px;
    position: relative;
    height: 30px;
    display: block;
    left: 35px;
    top: -22px;
}

.america:after {
    content: '美国';
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    color: #3c3c3c;
    width: 40px;
    position: relative;
    height: 30px;
    display: block;
    left: 35px;
    top: -22px;
}

.sourth-america:after {
    content: '拉美';
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    color: #3c3c3c;
    width: 40px;
    position: relative;
    height: 30px;
    display: block;
    left: 35px;
    top: -22px;
}

.asian:after {
    content: '亚洲';
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    color: #3c3c3c;
    width: 40px;
    position: relative;
    height: 30px;
    display: block;
    left: 35px;
    top: -22px;
}

.other:after {
    content: '其他';
    font-size: 16px;
    font-weight: normal;
    color: #3c3c3c;
    width: 40px;
    position: relative;
    height: 30px;
    display: block;
    left: 35px;
    top: -22px;
}

.country-area .left-part li.active::after {
    font-size: 0;
}

.country-area .right-part {
    background: url(/app/images/newweb/index/map.png) center no-repeat;
    background-size: 100%;
    position: relative;
}

.country-area .right-part .point {
    width: 10px;
    height: 10px;
    background-color: #ff8100;
    position: absolute;
    border-radius: 50%;
    z-index: 100;
}

.country-area .right-part .point .circle-box {
    width: 10px;
    height: 10px;
    background-color: transparent;
    position: absolute;
    border-radius: 50%;
    animation: scaleout 4.0s infinite ease-in-out;
    border: 1px solid #ef7e1a;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    transform-origin: center;
    animation-delay: 0s;
    display: none;
}

.country-area .right-part .point .circle-box::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: transparent;
    position: absolute;
    border-radius: 50%;
    animation: scaleout 3.0s infinite ease-in-out;
    animation-delay: 0.5s;
    border: 1px solid #ef7e1a;
}

.country-area .right-part .point .circle-box::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: transparent;
    position: absolute;
    border-radius: 50%;
    animation: scaleout 3.0s infinite ease-in-out;
    animation-delay: 1s;
    border: 1px solid #ef7e1a;
}

.country-area .right-part .point-europe {
    left: 435px;
    top: 125px;
}

.country-area .right-part .point-Canada {
    left: 140px;
    top: 110px;
}

.country-area .right-part .point-america {
    left: 125px;
    top: 155px;
}

.country-area .right-part .point-sourth-america {
    left: 445px;
    top: 365px;
}

.country-area .right-part .point-asian {
    left: 705px;
    top: 195px;
}

.country-area .right-part .point-other {
    left: 105px;
    top: 215px;
}

.country-area .right-part .point-Mexico {
    left: 105px;
    top: 215px;
}

.country-area .right-part .point-Brazil {
    left: 250px;
    top: 320px;
}

.country-area .right-part .point-Chile {
    left: 205px;
    top: 370px;
}

.country-area .right-part .point-MiddleEast {
    left: 520px;
    top: 220px;
}

.country-area .right-part .point-Columbia {
    left: 180px;
    top: 290px;
}

.country-area .right-part .point-korea {
    left: 723px;
    top: 160px;
}

.country-area .right-part .point-Japan {
    left: 760px;
    top: 170px;
}

.country-area .right-part .point-Turkey {
    left: 475px;
    top: 162px;
}

.country-area .right-part .point-Vietnam {
    left: 686px;
    top: 240px;
}

.country-area .right-part .point-Australia {
    left: 750px;
    top: 360px;
}

@keyframes scaleONe {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.25);
    }
}

@keyframes leftscaleONe {
    0% {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 0;
    }
    100% {
        width: 82px;
        height: 82px;
        line-height: 82px;
        font-size: 18px;
    }
}

.tag-europe,
.tag-america,
.tag-sourth-america,
.tag-asian,
.tag-other {
    /* position: absolute; */
    z-index: 80;
    display: none;
}

.tag-europe {
    left: 435px;
    top: 175px;
    display: block;
}

.tag-europe ul,
.tag-america ul,
.tag-sourth-america ul,
.tag-asian ul,
.tag-other ul {
    position: relative;
}

.tag-europe li,
.tag-america li,
.tag-sourth-america li,
.tag-asian li,
.tag-other li {
    width: 203px;
    height: 37px;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 0px rgba(15, 4, 8, 0.36);
    position: absolute;
    text-align: center;
    line-height: 37px;
    border-radius: 35px;
    border: none;
    list-style: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index:100;
    cursor:pointer;
}

.tag-america li,
.tag-sourth-america li,
.tag-asian li,
.tag-other li {
    opacity: 0;
}

.tag-europe li:hover,
.tag-america li:hover,
.tag-sourth-america li:hover,
.tag-asian li:hover,
.tag-other li:hover {
    background-color: #ff8100;
    color: #fff;
}

.tagbox li.active {
    background-color: #ff8100;
    color: #fff;
    position: relative;
}

.tagbox li.active::before {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #ff8100;
    position: absolute;
    left: 98%;
    top: 50%;
    transform: translateY(-50%);
    display:none;
}

.tag-europe .a {
    left: 210px;
    top: 20px;
}

.tag-europe .b {
    left: 210px;
    top: 70px;
}

.tag-europe .c {
    left: 210px;
    top: 120px;
}

.tag-europe .d {
    left: 210px;
    top: 170px;
}

.tag-europe .e {
    left: 474px;
    top: 20px;
}

.tag-europe .f {
    left: 473px;
    top: 70px;
}

.tag-europe .g {
    left: 481px;
    top: 120px;
}

.tag-europe .h {
    left: 481px;
    top: 170px;
}

.tag-europe .i {
    left: 481px;
    top: 220px;
}

.tag-europe .z {
    left: 210px;
    top: 270px;
}

.tag-europe .j {
    left: 210px;
    top: 220px;
}

.tag-europe .k {
    left: 481px;
    top: 270px;
}

.tag-europe .m {
    left: 210px;
    top: 320px;
}

.tag-america .a {
    left: -90px;
    top: 110px;
}

.tag-america .b {
    left: -100px;
    top: 160px;
}

.tag-america .c {
    left: 170px;
    top: 100px;
}

.tag-america .d {
    left: 170px;
    top: 152px;
}

.tag-america .e {
    left: 170px;
    top: 205px;
}

.tag-america .f {
    left: -90px;
    top: 210px;
}

/*位置*/
.tag-america .g {
    left: -90px;
    top: 260px;
}

.tag-america .h {
    left: 170px;
    top: 255px;
}

.tag-sourth-america .a {
    left: 169px;
    top: 229px;
}

.tag-sourth-america .b {
    left: 150px;
    top: 162px;
}

.tag-sourth-america .c {
    left: 20px;
    top: 154px;
}

.tag-sourth-america .d {
    left: 291px;
    top: 310px;
}
.tag-sourth-america .e {
    left: 151px;
    top: 110px;
}

.tag-sourth-america .f {
    left: 230px;
    top: 390px;
}

.tag-asian .f {
    left: 720px;
    top: 240px;
}

.tag-asian .e {
    left: 520px;
    top: 110px;
}

.tag-asian .d {
    left: 490px;
    top: 160px;
}

.tag-asian .c {
    left: 250px;
    top: 190px;
}

.tag-asian .b {
    left: 250px;
    top: 140px;
}

.tag-asian .a {
    left: 730px;
    top: 190px;
}

.tag-other .a {
    left: 60px;
    top: 50px;
}

.tag-other .b {
    top: 110px;
    left: 180px;
}

.tag-other .c {
    top: 160px;
    left: 180px;
}

.tag-other .d {
    top: 140px;
    left: 500px;
}

.tag-other .e {
    top: 201px;
    left: 550px;
}

.tag-other .f {
    top: 280px;
    left: 520px;
}

.tag-other .g {
    left: 518px;
    top: 327px;
}

.tag-other .h {
    left: 510px;
    top: 370px;
}

.tag-other .i {
    left: 660px;
    top: 304px;
}

.tag-other .j {
    left: 360px;
    top: 420px;
}

.right-part .map-europe,
.right-part .map-america,
.right-part .map-sourth-america,
.right-part .map-Canada,
.right-part .map-Mexico,
.right-part .map-Columbia,
.right-part .map-Brazil,
.right-part .map-Chile,
.right-part .map-MiddleEast,
.right-part .map-korea,
.right-part .map-Japan,
.right-part .map-Turkey,
.right-part .map-Australia {
    position: absolute;
}

.right-part .map-europe {
    left: 425px;
    top: 140px;
}

.right-part .map-america {
    left: 115px;
    top: 170px;
}

.right-part .map-sourth-america {
    left: 435px;
    top: 385px;
}

.right-part .map-Canada {
    left: 120px;
    top: 125px;
}

.right-part .map-Mexico {
    left: 90px;
    top: 235px;
}

.right-part .map-Columbia {
    left: 150px;
    top: 310px;
}

.right-part .map-Brazil {
    left: 240px;
    top: 340px;
}

.right-part .map-Chile {
    left: 195px;
    top: 390px;
}

.right-part .map-MiddleEast {
    left: 510px;
    top: 240px;
}

.right-part .map-korea {
    left: 680px;
    top: 170px;
}

.right-part .map-Japan {
    left: 780px;
    top: 160px;
}

.right-part .map-Turkey {
    left: 456px;
    top: 178px;
}

.right-part .map-Australia {
    left: 730px;
    top: 380px;
}

.info-box {
    width: 230px;
    background-color: #ffffff;
    box-shadow: 5px 6px 0px 0px rgba(15, 4, 8, 0.17);
    border-radius: 10px;
    border: solid 1px #cccccc;
    padding: 16px;
    box-sizing: border-box;
    position: relative;
    display: none;
    z-index: 110;
}

.info-box p {
    margin-top: 11px;
    font-size: 14px;
    line-height: 21px;
}

.info-box>a {
    width: 164px;
    height: 37px;
    border: solid 1px #ff8100;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    color: #ff8100;
    display: block;
    text-align: center;
    line-height: 37px;
    margin-top: 35px;
    margin-top: 18px;
    cursor: pointer;
}

.info-box>a:hover {
    background-color: #ff8100;
    color: #fff;
}

.m-map-box {
    display: none;
}

@media screen and (max-width: 1199px) {
    .map-box {
        display: none;
    }
    .m-map-box {
        padding: .18rem;
        box-sizing: border-box;
        display: block;
    }
}

.m-map-box h2 {
    font-size: .3rem;
    font-weight: bold;
    text-align: center;
    color: #3c3c3c;
    margin-top: 30px;
}

.m-map-box p {
    font-size: .22rem;
    color: #3c3c3c;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: .45rem;
}

.m-map-box h4 {
    font-size: .2rem;
    color: #818181;
    text-align: center;
    margin-top: 10px;
    font-weight: 100;
}

.bg-map {
    background: url(/app/images/newweb/index/m/map.png) no-repeat;
    background-size: cover;
    height: 205px;
    width: 100%;
    margin-top:40px;
}

.m-map-box .more {
    width: 30%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #ff8100;
    font-size: .26rem;
    color: #ff8100;
    margin: 30px auto 0 auto;
    border-radius:15px;
}

.bg-map {
    position: relative;
}

.map-item {
    position: absolute;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    background-color: #f2c18e;
    font-size: .24rem;
    transition: all 1s;
}

.m-map-box .map-a {
    left: 25px;
    top: 20px;
}

.m-map-box .map-b {
    left: 65px;
    top: 100px;
}

.m-map-box .map-c {
    left: 190px;
    top: 10px;
}

.m-map-box .map-d {
    left: 285px;
    top: 35px;
}

.m-map-box .map-e {
    left: 175px;
    top: 100px;
}

.shipping-solving {
    background: url(/app/images/newweb/index/bg1-home.png) top no-repeat;
    background-size: cover;
}

.shipping-solving .centerbox {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    max-width: 1200px;
}

.content-slider-box {
    display: flex;
    padding: 0 55px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-slider-box .swiper-slide-item {
    width: 100%;
    max-width: 263px;
}

.guo .content-slider-box .swiper-slide-item {
    flex: 1;
    max-width: 100%;
    padding-right: 56px;
    box-sizing: border-box;
}

.guo .content-slider-box .swiper-slide-item:last-child {
    padding: 0;
}

.shipping-solving .centerbox>h2 {
    padding-top: 82px;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 23px;
    text-align: center;
}

.shipping-solving h4 {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    opacity: 0.72;
    margin-bottom: 34px;
    text-align: center;
}

.shipping-solving h3 {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 34px;
    text-align: center;
}

.shipping-solving .content-carousel {
    background-color: #fff;
    padding: 32px 80px 0;
    box-sizing: border-box;
    border-radius:20px;
}

.shipping-solving .content-carousel ul {
    display: flex;
    justify-content: space-between;
}

.shipping-solving .content-carousel ul li {
    width: 172px;
    height: 49px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: 49px;
    cursor: pointer;
    font-weight: bold;
}

.shipping-solving .content-carousel ul li.active {
    background-color: #ff8100;
    color: #fff;
    border-radius:20px;
}

.shipping-solving .swiper-slide-item img {
    width: 100%;
    object-fit: cover;
}

.asite h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #232323;
    margin: 56px 0 26px;
    padding-left: 70px;
    position: relative;
    padding-right: 46px;
}

.shipping-solving .asite h2 img {
    position: absolute;
    top: -37px;
    left: 13px;
}

.asite {
    display: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.san {
    display: block;
}

.shipping-solving .more {
    text-align: right;
    padding-bottom: 36px;
}

.shipping-solving .more span {
    display: inline-block;
    cursor: pointer;
    width: 104px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #ff8100;
    border: 1px solid #ff8100;
    font-size: 14px;
    margin-left: auto;
    margin-top: 37px;
    border-radius:20px;
}

.shipping-solving .more span:hover {
    background-color: #ff8100;
    color: #fff;
}

.you .content-slider-box .swiper-slide-item img {
    width: 100%;
    object-fit: contain;
    height: 106px;
}

.myleft,
.myright {
    margin-top: 40px;
}

@media screen and (max-width: 1199px) {
    .shipping-solving {
        background-position: initial;
        padding: 10 15px 0;
        box-sizing: border-box;
        height: auto;
    }
    .shipping-solving .centerbox {
        padding: .18rem;
        padding-bottom: 0.55rem;
        box-sizing: border-box;
    }
    .shipping-solving .content-carousel {
        padding: 24px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .asite h2 {
        padding: 0;
        margin-top: 20px;
        font-size: .2rem;
        margin-bottom: 20px;
    }
    .shipping-solving .asite h2 img {
        display: none;
    }
    .content-slider-box .swiper-slide-item {
        flex: 1;
        padding: 2.5px;
        box-sizing: border-box;
    }
    .content-slider-box {
        padding: 0;
    }
    .myleft,
    .myright {
        display: none;
    }
    .guo .content-slider-box .swiper-slide-item {
        padding: 0 5px 0 0;
    }
    .you .content-slider-box .swiper-slide-item {
        flex: 0 0 33.33%
    }
    .you .content-slider-box .swiper-slide-item img {
        height: auto;
    }
    .shipping-solving .centerbox>h2 {
        margin-top: 23px;
        font-size: .3rem;
        margin-bottom: 11px;
        padding-top: 0.15rem;
    }
    .shipping-solving h4 {
        margin-bottom: 21px;
        font-size: .2rem;
        font-weight: 100;
    }
    .shipping-solving h3 {
        margin-bottom: 17px;
        font-size: .22rem;
        line-height: .45rem;
    }
    .shipping-solving .content-carousel ul {
        width: 100%;
        overflow: scroll;
        overflow: scroll;
        height:50px;
    }
    .shipping-solving .content-carousel ul li {
        width: 258px;
        flex: 0 0 40%;
        margin-right: 10px;
        background-color: #e7e7e7;
        height: 34px;
        line-height: 34px;
        font-size: .26rem;
        border-radius:20px;
    }
    .shipping-solving {
        background: url(/app/images/newweb/index/m/asasda.jpg) center no-repeat;
        margin-top: 50px;
        height: auto;
    }
    .shipping-solving .more span {
        margin-top: 20px;
        width: 30%;
        height: 30px;
        line-height: 30px;
        font-size:.26rem;
    }
    .shipping-solving .more {
        text-align: center;
        padding-bottom: 0;
    }
}

.company-wrapper {
    background: url(/app/images/newweb/index/floor.png) bottom no-repeat;
    padding-bottom: 120px;
}

.company-wrapper h2 {
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
    color: #3c3c3c;
    text-align: center;
    margin: 80px 0 20px;
}

.company-wrapper h3 {
    font-size: 14px;
    color: #000000;
    opacity: 0.73;
    text-align: center;
    margin-bottom: 55px;
    font-weight: normal;
}

.left-right-wrapper {
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

.company-left {
    flex: 3;
}

.company-left p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #3c3c3c;
    margin-bottom: 44px;
    line-height: 28px;
}

.company-left .more {
    width: 118px;
    height: 37px;
    border: solid 1px #ff8100;
    cursor: pointer;
    text-align: center;
    line-height: 37px;
    display: block;
    font-size: 14px;
    color: #ff8100;
    border-radius:20px;
}

.company-left .more:hover {
    background-color: #ff8100;
    color: #fff;
}

.num-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.num-items li {
    flex: 1;
    text-align: center;
}

.num-items li img {
    display: inline-block;
}

.num-items span {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    color: #ef7e1a;
    margin: 12px 0 12px;
    display: block;
}

.num-items p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #3c3c3c;
}

.company-right {
    flex: 1;
    position: relative;
}

.company-right .plane1 {
    position: absolute;
    left: 120px;
    top: 70px;
    z-index: 20;
}

.company-right .plane2 {
    position: absolute;
    left: 180px;
    top: 20px;
    z-index: 10;
}

.company-right .plane3 {
    position: absolute;
    left: 120px;
    top: -30px;
}

@media screen and (max-width: 1199px) {
    .company-right {
        display: none;
    }
    .company-left {
        padding: .18rem;
        box-sizing: border-box;
    }
    .num-items span {
        font-size: .3rem;
    }
    .num-items {
        align-items: flex-start;
        margin: 0;
        flex-wrap: wrap;
    }
    .num-items li {
        flex-basis: 33.33%;
    }
    .num-items p {
        margin-bottom: 20px;
    }
    .company-wrapper h2 {
        margin: 30px auto 10px;
        font-size: .3rem;
    }
    .company-wrapper h3 {
        margin-bottom: .25rem;
        font-size: .2rem;
        color:#818181;
    }
}

.touch-template {
    width: 100%;
    height: 711px;
    background-color: #f0f0f0;
    padding-top: 70px;
}

.touch-template .centerbox>h2 {
    font-size: 24px;
    font-weight: bold;
    color: #3c3c3c;
    text-align: center;
}

.touch-template .centerbox>h3 {
    font-size: 14px;
    color: #3c3c3c;
    opacity: 0.72;
    margin: 20px 0 78px;
    text-align: center;
    font-weight: normal;
}

.touch-left-right {
    display: flex;
    justify-content: space-between;
}

.touch-left .swiper-container {
    width: 395px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-left: 41px;
}

.touch-left .swiper-container .swiper-slide {
    padding: 10px;
    box-sizing: border-box;
    flex-direction: column;
    border-radius:20px;
}

.touch-left-right .swiper-button-prev {
    left: -6px;
}

.touch-left-right .swiper-button-next {
    right: 720px !important;
}

.touch-left .swiper-container .swiper-slide .openstore {
    width: 191px;
    height: 43px;
    background-color: #ff8100;
    border-radius: 10px;
    position: relative;
    top: -10px;
    cursor: pointer;
    text-align: center;
    line-height: 43px;
    color: #fff;
}

.touch-left .swiper-container .swiper-slide img {
    width: 100%;
    object-fit: cover;
    max-height: 210px;
    border-radius:20px 20px 0 0;
}

.touch-left .swiper-container .swiper-slide ul {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
}

.touch-left .swiper-container .swiper-slide li {
    font-size: 14px;
    line-height: 30px;
    color: #3c3c3c;
    position: relative;
    text-align: left;
    text-indent: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.touch-left .swiper-container .swiper-slide li:last-child {
    margin-bottom: 27px;
}

.touch-left .swiper-container .swiper-slide li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ff8100;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.touch-left .swiper-container .swiper-left-right {
    overflow: hidden;
    width: 100%;
}

.touch-left .swiper-container .swiper-left-right img {
    float: left;
    width: 112px;
    /* height: 36px; */
    object-fit: cover;
}

.touch-left .swiper-container .swiper-left-right span {
    float: right;
    width: 118px;
    height: 37px;
    color: #ff8100;
    border: solid 1px #ff8100;
    line-height: 37px;
    margin-bottom: 23px;
    cursor: pointer;
    border-radius:20px;
}

.touch-left .swiper-container .swiper-left-right span:hover {
    background-color: #ff8100;
    color: #fff;
}

.touch-left {
    flex: 1;
    max-width: 527px;
}

.touch-right {
    flex: 1.5;
    margin-left: 60px;
}

.touch-right h2 {
    font-size: 18px;
    font-weight: bold;
    color: #3c3c3c;
}

.touch-right p {
    margin-top: 30px;
    font-size: 14px;
    color: #3c3c3c;
}

.logo-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 110px
}

.logo-items li {
    width: 87px;
    height: 87px;
    background-color: #ffffff;
    margin-right: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 87px;
    position: relative;
    cursor: pointer;
}

.logo-items li.active {
    box-shadow: 0px 0px 13px 0px rgba(15, 4, 8, 0.19);
}

.logo-items li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 92%;
}

.logo-items li:last-child {
    margin: 0;
}

.logo-items li.active {
    box-shadow: 0px 0px 13px 0px rgba(15, 4, 8, 0.19);
}

.touch-right .more {
    width: 118px;
    height: 37px;
    color: #ff8100;
    line-height: 24px;
    border: solid 1px #ff8100;
    text-align: right;
    text-align: center;
    line-height: 37px;
    margin-top: 67px;
    display: inline-block;
    cursor: pointer;
    border-radius:20px;
}

.touch-right .more:hover {
    background-color: #ff8100;
    color: #fff;
}

.touch-template .m-word {
    display: none;
}

@media screen and (max-width: 1199px) {
    .touch-template {
        height: auto;
        padding: .18rem;
        box-sizing: border-box;
        padding-top: 30px;
    }
    .touch-template .m-word {
        display: block;
    }
    .touch-template .m-word h3 {
        font-size: .26rem;
        font-weight: 100;
        color: #3c3c3c;
        text-align: center;
        margin: 30px 0 20px;
    }
    .touch-template .m-word p {
        margin-top: 9px;
        font-size: .22rem;
        color: #3c3c3c;
        text-align: left;
    }
    .touch-template .centerbox>h2 {
        font-size: .3rem;
    }
    .touch-template .centerbox>h3 {
        margin: 15px 0;
        font-size: .22rem;
        color:#7a7a7a;
    }
    .touch-left-right {
        flex-direction: column;
    }
    .touch-left .swiper-container {
        width: 90%;
        margin: 0 auto;
    }
    .touch-left {
        width: 78%;
        margin: 0 auto;
    }
    .touch-right {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        margin: 0;
    }
    .touch-right h2,
    .touch-right p {
        display: none;
    }
    .logo-items li {
        width: 53px;
        height: 53px;
        margin-right: 9px;
    }
    .logo-items {
        justify-content: space-between;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .logo-items li img {
        width: 80%;
        object-fit: cover;
        margin: 0 auto;
    }
    .touch-left-right .swiper-button-next {
        right: 10px !important;
        top: 390px;
    }
    .touch-left-right .swiper-button-prev {
        top: 390px;
    }
    .touch-right .more {
        margin-top: 27px;
    }
    .touch-left .swiper-container .swiper-slide .openstore {
        width: 126px;
        height: 32px;
        line-height: 32px;
    }
    .touch-left .swiper-container .swiper-slide .openstore,
    .touch-left .swiper-container .swiper-slide li,
    .touch-left .swiper-container .swiper-left-right span {
        font-size: .2rem;
    }
    .touch-left .swiper-container .swiper-left-right img {
        width: 56px;
        height: 18px;
    }
    .touch-left .swiper-container .swiper-left-right span {
        width: 30%;
        height: 30px;
        line-height: 30px;
    }
    .more-box-wrapper {
        display: none;
    }
}

.bigdata {
    padding: 65px 0;
}

.bigdata .centerbox>h2 {
    font-size: 24px;
    font-weight: bold;
    color: #3c3c3c;
    text-align: center;
    margin-bottom: 20px;
}

.bigdata .centerbox>p {
    font-size: 14px;
    color: #3c3c3c;
    opacity: 0.72;
    text-align: center;
    margin-bottom: 68px;
}

.bigdata-left-right {
    display: flex;
}

.bigdata-left-right>div {
    flex: 1;
}

.right-data>div {
    width: 600px;
    height: 400px;
}

.bigdata-left-right .left-bigdata h2 {
    font-size: 18px;
    font-weight: bold;
    color: #3c3c3c;
    margin-bottom: 26px;
    margin-top: 30px;
}

.bigdata-left-right .left-bigdata p {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 36px;
}

.bigdata .swiper-container {
    width: 80%;
    margin: 0 auto;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
}

.bigdata .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.bigdata .swiper-slide img {
    width: 100%;
    object-fit: cover;
    max-width: 113px;
    padding-top:5px;
}

.cooperate-partner h2 {
    font-size: 24px;
    font-weight: bold;
    color: #3c3c3c;
    text-align: center;
    margin-top: 96px;
    margin-bottom: 25px;
}

.cooperate-partner h3 {
    font-size: 14px;
    color: #818181;
    opacity: 0.73;
    text-align: center;
    margin-bottom: 35px;
    font-weight: normal;
}


/* .cooperate-partner .swiper-button-next {
    top: 818px;
    right: 70px;
}

.cooperate-partner .swiper-button-prev {
    top: 818px;
    left: 70px;
} */

.cooperate-partner .more {
    margin: 0 auto;
    cursor: pointer;
    width: 106px;
    height: 40px;
    border: solid 1px #ff8100;
    font-size: 14px;
    color: #ff8100;
    text-align: center;
    line-height: 40px;
    margin-top: 56px;
    border-radius:20px;
}

.cooperate-partner .more:hover {
    background-color: #ff8100;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .bigdata .centerbox>p {
        margin-bottom: 0;
        font-size: .2rem;
        color:#818181;
    }
    .bigdata-left-right .left-bigdata h2 {
        font-size: .26rem;
        margin: 30px 0 20px;
        font-weight:normal;
        text-align:center;
    }
    .bigdata .centerbox>h2 {
        font-size: .3rem;
        margin-bottom: 15px;
    }
    .bigdata-left-right {
        flex-direction: column;
    }
    .bigdata-left-right .left-bigdata p {
        font-size: .22rem;
        line-height: .45rem;
        text-align:left;
    }
    .left-bigdata {
        padding: .18rem;
        box-sizing: border-box;
        text-align: center;
    }
    .left-bigdata h2 {
        text-align: center;
    }
    .company-left {
        display: flex;
        flex-direction: column;
    }
    .company-left .num-items {
        order: 1;
    }
    .company-left p {
        order: 2;
        font-size: .22rem;
    }
    .company-left .more {
        order: 3;
        margin: 0 auto;
        width: 30%;
        height: 30px;
        line-height: 30px;
    }
    .right-data {
        width: 100vw;
        padding: .18rem;
        box-sizing: border-box;
    }
    .right-data>div {
        width: 100%;
        height: 400px;
    }
    .cooperate-partner .swiper-button-next,
    .cooperate-partner .swiper-button-prev {
        display: none;
    }
    .cooperate-partner {
        padding: .18rem;
        box-sizing: border-box;
    }
    .cooperate-partner h2 {
        margin-top: 35px;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .cooperate-partner h3 {
        margin-bottom: 0.45rem;
        font-size: .2rem;
    }
    .bigdata {
        padding: 33px 0 0;
    }
    .cooperate-partner .more {
        margin: 0 auto 20px;
        width: 30%;
        height: 30px;
        line-height: 30px;
        font-size: .26rem;
    }
    .bigdata .swiper-container {
        width: 100%;
    }
}

.custom-combobox input {
    width: 100%;
    height: 48px;
    background: transparent;
    border-radius: 0px;
    border: none;
    padding-left: 5px;
}

.custom-combobox .custom-combobox-toggle {
    height: 43px;
    background: transparent;
    border: none;
}

.price-counrty .custom-combobox input {
    border: 1px solid #ccc;
}

.package-dialog {
    width: 607px;
    height: 244px;
    background-color: #ffffff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 100001;
    overflow: hidden;
    display: none;
}

.package-dialog .package-header {
    width: 100%;
    height: 58px;
    background-color: #ff8100;
}

.package-dialog .package-header p {
    height: 58px;
    line-height: 58px;
    padding: 0 23px;
}

.package-dialog .package-header p span {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.package-dialog .package-header p span:last-child {
    cursor: pointer;
    float: right;
}

.package-dialog .package-body {
    height: 132px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
}

.package-dialog .package-body p {
    font-size: 16px;
    font-weight: normal;
    color: #656464;
}

.package-dialog .package-footer {
    height: 65px;
    width: 100%;
    text-align: right;
    padding: 0 19px;
    box-sizing: border-box;
}

.package-dialog .package-footer span {
    width: 100px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    background-color: #ff8100;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin-top: 8px;
}

.package-dialog .package-footer span:first-child {
    background-color: #e4e4e4;
    color: #656464;
}

.bg-mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    display: none;
}