body, html {
    -webkit-tap-highlight-color: transparent;
    font-family: Arial,sans-serif;
    font-size: 13px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    --main-header-bg: #d9bb8c;
    --main-font-color: #d9bb8c;
    --main-footer-color: #808489;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
}

input {
    border: none;
    background-color: transparent;
    outline: none;
    box-sizing: border-box;
}

.p-a {
    position: absolute;
}

.p-r {
    position: relative;
}

.p-a-f {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.z-i-1 {
    z-index: -1;
}

.v-a-m {
    vertical-align: middle;
}

.t-a-c {
    text-align: center;
}

.t-a-r {
    text-align: right;
}

.t-a-l {
    text-align: left;
}

.w-s-n {
    white-space: nowrap;
}

.f-s-0 {
    font-size: 0;
}

.f-s-13 {
    font-size: 13px;
}

.w-100-p {
    width: 100%;
}

.h-100-p {
    height: 100%;
}

.f-r {
    float: right;
}

.table {
    display: table;
    zoom: 1;
}

.table-cell {
    display: table-cell;
}

.table-row {
    display: table-row;
}

.inline-table {
    display: inline-table;
}

.inline-block {
    display: inline-block;
}

.bg-white {
    background-color: white;
}

.bg-black {
    background-color: black;
}

.f-c-white {
    color: white;
}

.f-c-footer {
    color: var(--main-footer-color);
}

.f-c-main {
    color: var(--main-font-color);
}

.m-w-1200 {
    min-width: 1200px;
    width: 100%;
}

/** 首页样式 */
.header-language {
    height: 26px;
    line-height: 26px;
    padding-right: 32px;
    background-color: var(--main-header-bg);
}

.header {
    height: 64px;
    line-height: 64px;
    padding-left: 64px;
    padding-right: 64px;
}

.header .logo {
    display: inline-block;
    margin-top: 15px;
}

.header .menu {
    margin-left: 44px;
    color: white;
}

.header .menu.active {
    color: var(--main-font-color);
}

.pagination {
    position: absolute;
    display: inline-block;
    bottom: 14px;
    left: 64px;
    color: white;
}

.pagination .swiper-pagination-switch {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #b0bfd4;
    margin-right: 5px;
}

.pagination .swiper-pagination-switch.swiper-active-switch {
    background-color: var(--main-header-bg);
}

.swiper-slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 28px 30px 30px 64px;
}

.swiper-slide-title-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #6b8ab0;
    opacity: .5;
}

.swiper-slide-title-rotate {
    position: absolute;
    width: 28px;
    background-color: white;
    height: 2px;
    top: 30px;
    left: 10px;

    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer {
    padding: 35px 64px;
    background-color: #2c2f33;
    color: var(--main-footer-color);
}

.footer-bg {
    background-color: #202123;
    height: 36px;
    line-height: 36px;
    color: var(--main-footer-color);
}

.product-item {
    float: left;
    margin-top: 36px;
    margin-right: 32px;
    width: 182px;
}

.course-item {
    width: 10px;
    height: 10px;
    background: url(../imgs/icon_dian.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.course-item.active {
    width: 19px;
    height: 19px;
    background-image: url(../imgs/icon_dian_yes.png);
}

.course-item.active div {
    color: var(--main-font-color);
    bottom: 18px !important;
    font-size: 26px;
}

.course-tab {
    display: none;
}

.course-tab.active {
    display: block;
}

.journ-item {
    margin-top: 20px;
}

.hide {
    display: none;
}

.header-hide {
    display: none;
}

@media only screen and (max-width: 750px) {
    .m-w-1200 {
        min-width: 100%;
    }

    .header-hide {
        display: inline-block;
    }

    .footer {
        display: inline-block;
        padding: 0;
    }

    .footer .table {
        float: left;
    }

    .footer .table .table-cell {
        display: inline-block;
        box-sizing: border-box;
        padding: 20px 10px;
    }

    .swiper-slide-title {
        padding: 5px 5px 10px 10px;
    }

    .header {
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }

    .header .logo {
        float: left;
    }

    .header .h-100-p {
        float: left;
        float: none;
        overflow: hidden;
    }

    .header .menu {
        margin-left: 10px;
        float: left;
    }

    .industrial-title {
        position: relative;
        background-color: #f5f5f5;
    }

    .industrial-title-content {
        margin: 0 !important;
        color: #747474;
        padding: 10px;
    }

    .industrial-course {
        display: table;
        width: 100%;
    }

    .industrial-course div.inline-block {
        display: table-cell;
    }

    .industrial-course div.inline-block div {
        left: 10% !important;
    }

    .product-content {
        width: 100% !important;
    }

    .product-list {
        box-sizing: border-box;
        padding-left: 10px !important;
    }

    .product-list .product-item {
        margin-top: 10px;
        margin-right: 0px;
        padding-right: 10px;
        width: 50%;
        box-sizing: border-box;
    }

    .journ-content {
        width: 100% !important;
    }

    .journ-content .journ-item {
        width: 100%;
    }

    .journ-content .journ-item .journ-item-img {
        display: table-caption;
    }

    .journ-content .journ-item .table-cell {
        padding: 5px;
        box-sizing: border-box;
    }

    .journ-content .journ-item h2, .journ-content .journ-item p {
        height: auto !important;
    }

    .join-firm {
        width: 100% !important;
    }

    .join-firm .inline-block {
        padding-left: 10px !important;
        box-sizing: border-box;
    }

    .product-item {
        width: 50%;
        margin-right: 0px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .join-talent {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .about-img {
        width: 100%;
    }

    .about-content {
        padding-left: 10px;
        padding-right: 10px;

    }
}

.slide_nav {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: #1c1c1f;
    z-index: 999999;
}

.slide_nav .nav_colse {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    background: #000;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.slide_nav .n_logo {
    padding-left: 45px;
    height: 100px;
    line-height: 100px;
}

.slide_nav .n_logo img {
    vertical-align: middle;
    max-width: 100%;
}

.slide_nav ul li a {
    display: block;
    padding-left: 45px;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #212124;
    position: relative;
}

.slide_nav ul li a i {
    font-style: normal;
}

.slide_nav ul li a q {
    display: block;
    width: 11px;
    position: absolute;
    right: 30px;
    top: 0%;
    background: url(../imgs/jia.png) no-repeat center;
}

blockquote, q {
	quotes: none;
}