* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 12px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    /* height: 1000vh; */
    /* font-size: 2px; */
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    color: #eb6100 !important;
}



@media only screen and (min-width:750px) and (max-width: 1920px) {

    /* contact banner pc */
    .contacts {
        display: flex;
        position: relative;
        width: 100%;
        height: 280px;
        background: url(../image/contact.png) no-repeat center center;
        background-size: cover;
        justify-content: center;
        align-items: center;
    }

    .contacts .box {
        display: flex;
        flex-direction: column;
        width: 800px;
        height: 200px;
        /* background-color: red; */
        align-items: center;
        justify-content: center;
    }

    .contacts .title1 {
        width: 100%;
        font-size: 1.5rem;
        text-align: center;
        color: #fff;
    }

    .contacts .title2 {
        width: 100%;
        font-size: 1.5rem;
        text-align: center;
        margin-top: 15px;
        color: #fff;
    }

    .btn-inside1 {
        width: 125px;
        height: 36px;
        line-height: 32px;
        border: 2px solid #eb6100;
        font-size: 1.3rem;
        text-align: left;
        background: url(../image/right_white_30.png) no-repeat right;
        background-color: #eb6100;
        background-size: 11%;
        background-position: 85% 54%;
        padding-left: 20px;
        font-weight: 500;
        color: #fff;
        margin-top: 38px;
    }
}

/* 小于750的时候显示 */
@media only screen and (max-width: 750px) {

    /* contact banner mobile */
    .contacts-m {
        width: 100%;
        display: flex;
        position: relative;
        width: 100%;
        height: 280px;
        background: url(../image/contact.png) no-repeat center center;
        background-size: cover;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .contacts-m .box {
        display: flex;
        flex-direction: column;
        width: 80%;
        height: 200px;
        /* background-color: red; */
        align-items: center;
        justify-content: center;
    }

    .contacts-m .title1 {
        width: 100%;
        font-size: 1.3rem;
        text-align: center;
        color: #fff;
        letter-spacing: 0.1rem;
    }

    .contacts-m .title2 {
        width: 100%;
        font-size: 1.3rem;
        text-align: center;
        margin-top: 5px;
        color: #fff;
        letter-spacing: .1rem;
    }

    .btn-inside1 {
        width: 125px;
        height: 30px;
        line-height: 26px;
        border: 2px solid #eb6100;
        font-size: 1.2rem;
        text-align: center;
        /* background: url(../image/right_white_30.png) no-repeat right; */
        background-color: #eb6100;
        background-size: 11%;
        background-position: 82% 50%;
        /* padding-left: 20px; */
        font-weight: 500;
        color: #fff;
        margin-top: 38px;
    }
}

/* 0622 */
.device .arrow-left {
    /* background: url(img/arrows.png) no-repeat left top; */
    background: url(../image/left.png) no-repeat center;
    background-size: contain;
    /* background-color: red; */
    /* background-color: #eb6100; */
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 70px;
    height: 70px;
    z-index: 8;
}

.device .arrow-right {
    /* background: url(img/arrows.png) no-repeat left bottom; */
    background: url(../image/right.png) no-repeat center;
    background-size: contain;
    /* background-color: red; */
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 70px;
    height: 70px;
    z-index: 8;
}

.btn-redirect {
    position: absolute;
    /* width: 88%; */
    text-align: left;
    left: 10vw;
    bottom: 34vh;
    font-size: 1.3rem;
    color: #fff;
    z-index: 10;
}

/* .mbr-section-hero .mbr-section-btn .btn {
    font-size: 0.75rem !important;
    line-height: 1.5;
    padding: 0.75rem 2.1875rem;
} */

.btn-danger {
    /* background-color: #f28281; */
    /* border-color: #f28281; */
    background-color: #eb6100fc;
    border-color: #eb6100fc;
    box-shadow: none;
    color: #fff;
}

.btn-lg {
    padding: 0.55rem 1.5874rem;
    /* font-size: 0.9687rem; */
    /* line-height: 1.33333; */
    /* border-radius: 3px; */
}

.btn {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 500;
    letter-spacing: 2px;
    /* padding: 0.75rem 2.1875rem; */
    /* font-size: 0.75rem; */
    /* line-height: 1.5; */
    /* border-radius: 3px; */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: normal;
}



