﻿.lang-wrap[data-v-286f8ebd] {
    cursor: pointer;
    position: relative;
    min-width: 120px;
    justify-content: right
}

.lang-wrap .icon[data-v-286f8ebd] {
    width: 22px;
    height: 22px;
    background-image: url(../images/ic_lang@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    margin-right: 8px
}

.lang-wrap .lang[data-v-286f8ebd] {
    font-size: 14px;
    color: #4a4a53;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
}

.lang-wrap .lang[data-v-286f8ebd]:after {
    content: "";
    height: 4px;
    width: 6px;
    margin-left: 2px;
    background-image: url(../images/ic_d_arrow@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
}

.lang-wrap .lang-list[data-v-286f8ebd] {
    background-color: #fff;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    width: 200px;
    position: absolute;
    left: -50%;
    top: 42px;
    z-index: 10;
    display: none;
}

.lang-wrap .lang-list li[data-v-286f8ebd] {
    margin: 15px 0;
    padding: 0 20px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #4a4a53;
    position: relative
}

.lang-wrap .lang-list li a[data-v-286f8ebd] {
    display: block
}

.lang-wrap .lang-list li.active[data-v-286f8ebd] {
    color: #f38a03
}

.lang-wrap .lang-list li.active[data-v-286f8ebd]:before {
    content: "";
    position: absolute;
    height: 24px;
    width: 2px;
    background-color: #f38a03;
    left: 0;
    top: 0
}

@media only screen and (max-device-width:768px) {
    .lang-wrap .icon[data-v-286f8ebd] {
        display: none
    }
}

.search-wrap[data-v-e0fbade6] {
    flex: 1;
    margin-left: 40px
}

.search-wrap .input[data-v-e0fbade6] {
    height: 44px;
    font-size: 14px;
    border-radius: 4px 0 0 4px;
    border: 1px solid rgba(189, 193, 201, .6);
    border-right: none;
    padding-left: 20px;
    box-sizing: border-box;
    flex: 1
}

.search-wrap .button[data-v-e0fbade6] {
    width: 80px;
    height: 44px;
    background: #f38a03;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    color: #fff
}

@media only screen and (max-device-width:768px) {
    .search-wrap[data-v-e0fbade6] {
        position: absolute;
        top: 50px;
        left: 10px;
        right: 10px;
        margin-left: 0;
        flex: none
    }

    .search-wrap .input[data-v-e0fbade6] {
        padding-left: 10px;
        height: 34px;
        font-size: 13px
    }

    .search-wrap .button[data-v-e0fbade6] {
        height: 34px;
        line-height: 34px
    }
}

.head-wrap[data-v-3eebdf32],
.head-wrap[data-v-3eebdf32]:after {
    height: 80px;
    background: #fff
}

.head-wrap[data-v-3eebdf32]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.head-wrap .logo__bar[data-v-3eebdf32] {
    padding-top: 4px
}

.head-wrap .logo[data-v-3eebdf32] {
    width: 74px;
    height: 74px;
    background-image: url(../images/ic_logo@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block
}

.head-wrap .service[data-v-3eebdf32] {
    position: relative;
    margin-left: 20px
}

.head-wrap .service .whats[data-v-3eebdf32] {
    color: #f38a03;
    font-size: 16px;
    margin-bottom: 4px
}

.head-wrap .service .email[data-v-3eebdf32] {
    color: #999;
    font-size: 13px
}

@media only screen and (max-device-width:768px) {
    .head-wrap[data-v-3eebdf32] {
        height: 95px
    }

    .head-wrap .logo[data-v-3eebdf32] {
        margin-left: 10px;
        width: 40px;
        height: 40px
    }

    .head-wrap .logo__bar[data-v-3eebdf32] {
        justify-content: space-between;
        padding-top: 10px
    }

    .head-wrap .service[data-v-3eebdf32] {
        margin-left: 0;
        transform: scale(1)
    }

    .head-wrap .service .whats[data-v-3eebdf32] {
        font-size: 10px
    }

    .head-wrap .service .email[data-v-3eebdf32] {
        font-size: 8px
    }

    .head-wrap .lang__mobile[data-v-3eebdf32] {
        min-width: auto;
        margin-right: 10px
    }
}

.footer-view[data-v-082f0e81] {
    background-color: #eaeaea;
    height: 40px;
    line-height: 40px;
    text-align: center;
    justify-content: center;
    color: #4a4a53;
    font-size: 12px
}

.footer-view[data-v-082f0e81]:after {
    content: "";
    position: absolute;
    height: 40px;
    left: 0;
    right: 0;
    background: #eaeaea;
    z-index: -1
}

.footer-view span[data-v-082f0e81] {
    padding: 0 10px
}

@media only screen and (max-device-width:768px) {
    .footer-view[data-v-082f0e81] {
        display: flex;
        flex-direction: column;
        height: 96px;
        line-height: normal;
        padding: 15px 0
    }
}

.nav-wrap[data-v-49be4a70],
.nav-wrap[data-v-49be4a70]:after {
    height: 60px;
    background-color: #f38a03
}

.nav-wrap[data-v-49be4a70]:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1
}

.nav-wrap .nav-item[data-v-49be4a70] {
    font-size: 16px;
    color: #fff;
    margin: 0 16px;
    position: relative
}

.nav-wrap .nav-item.active span[data-v-49be4a70] {
    position: relative
}

.nav-wrap .nav-item.active span[data-v-49be4a70]:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -8px;
    left: 0;
    background: #fff;
    transition: all .3s
}

@media only screen and (max-device-width:768px) {
    .nav-wrap[data-v-49be4a70] {
        overflow-x: auto
    }

    .nav-wrap[data-v-49be4a70],
    .nav-wrap[data-v-49be4a70]:after {
        height: 40px
    }

    .nav-wrap .nav-item[data-v-49be4a70] {
        font-size: 15px;
        margin: 0 20px
    }
}

.introduce-view[data-v-3a13ad1b] {
    background: #fff;
    padding: 40px 0
}

.introduce-view .content-wrap[data-v-3a13ad1b] {
    flex-wrap: nowrap
}

.introduce-view .introduce-item[data-v-3a13ad1b] {
    font-size: 18px;
    color: #4a4a53;
    width: 25%
}

.introduce-view .introduce-item .icon[data-v-3a13ad1b] {
    width: 51px;
    height: 51px;
    display: inline-block
}

.introduce-view .introduce-item span[data-v-3a13ad1b] {
    flex: 1;
    width: 0
}

.introduce-view .introduce-item .ic1[data-v-3a13ad1b] {
    background-image: url(../images/ic_guanjia.png);
    background-size: cover
}

.introduce-view .introduce-item .ic2[data-v-3a13ad1b] {
    background-image: url(../images/ic_tiej.png);
    background-size: cover
}

.introduce-view .introduce-item .ic3[data-v-3a13ad1b] {
    background-image: url(../images/ic_hai.png);
    background-size: cover
}

.introduce-view .introduce-item .ic4[data-v-3a13ad1b] {
    background-image: url(../images/ic_bufen.png);
    background-size: cover
}

@media only screen and (max-device-width:768px) {
    .introduce-view .content-wrap[data-v-3a13ad1b] {
        flex-wrap: wrap
    }

    .introduce-view .introduce-item[data-v-3a13ad1b] {
        width: 50%;
        font-size: 13px
    }
}