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

html,
body {
    width: 100%;
    height: 100%;margin: 0 auto;
}

.banner-index {
    position: relative;
}

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

.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;
}

.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;
}

.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;
}

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

@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: 8px;
    }
    .mycustom .mycustom-thi-title {
        position: absolute;
        left: 15px;
        top: 100px;
        font-size: 8px;
    }
}

.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;
}

 :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: 33px;
    }
    .commpany-news .centerbox {
        padding-top: 0px;
        justify-content: space-around;
    }
    .commpany-news .company-news-title {
        font-size: 12px;
        width: 76px;
        line-height: 33px;
    }
    .carousle-news .swiper-slide {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 8px;
    }
    .carousle-news {
        width: calc(100% - 150px);
        position: relative;
        z-index: 0;
    }
    .company-news-btn {
        width: 43px;
        height: 18px;
        line-height: 18px;
        font-size: 14px;
        margin-top: 8px;
    }
}

.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:0 auto;
    margin-left: auto;
    margin-top: 37px;
}

.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(../../images/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-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-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 .a1 {
    left: 210px;
    top: 20px;
}

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

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

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

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

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

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

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

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

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

.tag-europe .a11 {
    left: -90px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tag-asian .a4 {
    left: 500px;
    top: 260px;
}

.tag-asian .a5 {
    left: 760px;
    top: 110px;
}

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

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

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

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

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

.tag-other .a3 {
    top: 280px;
    left: 360px;
}

.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-MiddleEast,
.right-part .map-korea,
.right-part .map-Japan,
.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-MiddleEast {
    left: 510px;
    top: 240px;
}

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

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

.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: 10px;
    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(../../images/map.png) no-repeat;
    background-size: cover;
    height: 185px;
    width: 100%;
}

.m-map-box .more {
    width: 60px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: solid 1px #ff8100;
    font-size: 14px;
    color: #ff8100;
    margin: 0 auto;
}

.bg-map {
    position: relative;
}

.map-item {
    position: absolute;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background-color: #f2c18e;
    font-size: 10px;
    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: 255px;
    top: 31px;
}

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

.shipping-solving {
    background: url(../../images/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;
}

.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;
}

.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;
}

.san1 {
    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;
}

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

.san2 .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: 8px;
        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;
    }
    .shipping-solving .content-carousel ul li {
        width: 258px;
        flex: 0 0 40%;
        margin-right: 10px;
        background-color: #e7e7e7;
        height: 24px;
        line-height: 24px;
        font-size: 8px;
    }
    .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: 60px;
        height: 20px;
        line-height: 20px;
    }
    .shipping-solving .more {
        text-align: center;
        padding-bottom: 0;
    }
}

.company-wrapper {
    background: url(../../images/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;
}

.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-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    color: #ef7e1a;
    margin: 22px 0 12px;
    display: block;
}

.num-items p {
    font-family: MicrosoftYaHei;
    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: 18px;
    }
    .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;
    }
}

.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;
}

.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;
}

.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;
}

.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;
}

.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: .2rem;
        font-weight: 100;
        color: #3c3c3c;
        text-align: center;
    }
    .touch-template .m-word p {
        margin-top: 9px;
        font-size: 8px;
        color: #3c3c3c;
        text-align: center;
    }
    .touch-template .centerbox>h2 {
        font-size: .3rem;
    }
    .touch-template .centerbox>h3 {
        margin: 15px 0;
        font-size: .22rem;
    }
    .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: 43px;
        height: 43px;
        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: 96px;
        height: 22px;
        line-height: 22px;
    }
    .touch-left .swiper-container .swiper-slide .openstore,
    .touch-left .swiper-container .swiper-slide li,
    .touch-left .swiper-container .swiper-left-right span {
        font-size: 8px;
    }
    .touch-left .swiper-container .swiper-left-right img {
        width: 56px;
        height: 18px;
    }
    .touch-left .swiper-container .swiper-left-right span {
        width: 60px;
        height: 20px;
        line-height: 20px;
    }
    .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-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;
}

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

@media screen and (max-width: 1199px) {
    .bigdata .centerbox>p {
        margin-bottom: 0;
        font-size: .2rem;
    }
    .bigdata-left-right .left-bigdata h2 {
        font-size: .3rem;
        margin: 8px 0 6px;
    }
    .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;
    }
    .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: 59px;
        height: 19px;
        line-height: 19px;
    }
    .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: 60px;
        height: 20px;
        line-height: 20px;
        font-size: 8px;
    }
    .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;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

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

.tag-europe li.active a{color: #fff;}


@media screen and (max-width: 750px) {
    
    .shipping-solving .centerbox>h2,.shipping-solving .centerbox>h3,.shipping-solving .centerbox>h4{display:none;}
    
}

.index-map{width: 100%;overflow: hidden;}
.index-map img{width: 100%;}