﻿@media only screen and (min-width: 800px) {
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #fff;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    ::-webkit-scrollbar-track {
        border-radius: 0px;
        background: #fff;
    }

    /*定义滑块 内阴影+圆角*/
    ::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: rgb(31, 167, 241);
    }
}

/* @charset "utf-8"; */

/*=========
  基本默认值
  ==========*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}

html,
body {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    /*苹果手机端滑动卡屏*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    /*手机端点击底部出现背景*/
    width: 100%;
    overflow-x: hidden;
    min-width: 320px;
    font-size: 12px;
}

body {
    color: #000;
    font-family: "Arial", "Microsoft JhengHei";
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #000;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

::after,
::before {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    font-family: "Arial", "sans-serif";
    font-size: 14px;
    outline: none;
    appearance: none;
    /*清楚表单默认样式*/
    -moz-appearance: none;
    -webkit-appearance: none;
}

/** Generated by FG **/
@font-face {
    font-family: 'ziti';
    src: url('../fonts/din-light.eot');
    src: local('☺'), url('../fonts/din-light.woff') format('woff'), url('../fonts/din-light.ttf') format('truetype'), url('../fonts/din-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*94%的内容*/
.wrap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    position: relative;
}


/*图片通用样式*/
.img-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}

/*清楚浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}

/*Flex居中样式*/
.flex-center {
    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;
}

/*动画*/
.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

/*文字溢出*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/*头部*/
.headerbox {
    height: 80px;
}

.headerbox .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1111;
    background-color: #fff;
}

.headerbox .header .rr {
    float: right;
    position: relative;
    background-color: rgb(31, 167, 241);
}

.headerbox .header .rr:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(31, 167, 241);
}

.headerbox .header .rr:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: rgb(31, 167, 241) transparent;
    position: absolute;
    right: 100%;
    top: 0;
}

.headerbox .header .logo {
    float: left;
    height: 80px;
    width: 340px;
    position: relative;
}

.headerbox .header .logo img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.headerbox .header .searchbox {
    float: right;
    width: 14px;
    height: 80px;
    margin-left: 40px;
}

.headerbox .header .searchbox .ico {
    width: 14px;
    height: 20px;
    -webkit-background-size: 13px;
    background-size: 13px;
    cursor: pointer;
    background-image: url(../images/search.png);
}

.headerbox .header .searchbox form {
    position: absolute;
    right: 0;
    top: 100%;
    transition: all .5s ease;
    transform: translateY(-100%);
    z-index: -1;
    opacity: 0;
    overflow: hidden;
}

.headerbox .header .searchbox[data-on="on"] form {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.headerbox .header .searchbox form input[type="text"] {
    width: 268px;
    height: 50px;
    box-sizing: border-box;
    text-indent: 15px;
    background-color: #333;
    border: none;
    font-size: 14px;
    color: #fff;
}

.headerbox .header .searchbox form input[type="submit"] {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-image: url(../images/search.png);
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

/*语言*/
.headerbox .header .nav-lang {
    float: right;
    height: 80px;
    margin-left: 15px;
}

.headerbox .header .nav-lang .item {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding-left: 20px;
    background-position: left;
    background-repeat: no-repeat;
    -webkit-background-size: 13px;
    background-size: 13px;
    background-image: url(../images/lang.png);
}

/*语言end*/
.headerbox .header .nav {
    float: right;
    overflow: hidden;
    font-size: 0;
}

.headerbox .header .nav .li1 {
    margin: 0 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.headerbox .header .nav .li1 .a1 {
    font-size: 16px;
    color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    height: 100%;
    text-align: center;
}

.headerbox .header .nav .li1 .a1:before {
    content: "";
    width: 5px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 5px 16px;
    background-size: 5px 16px;
    background-image: url(../images/tt.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}

.headerbox .header .nav .li1.on .a1:before {
    transform: translate(-50%, 0);
}

.headerbox .header .nav .li1 .a1:after {
    content: "";
    width: 5px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 5px 16px;
    background-size: 5px 16px;
    background-image: url(../images/bb.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

.headerbox .header .nav .li1.on .a1:after {
    transform: translate(-50%, 0);
}

.headerbox .header .nav .li1 .sub {
    position: fixed;
    top: 80px;
    width: auto;
    font-size: 0;
    height: 50px;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
}

.headerbox .header .nav .li1[data-on="on"] .sub {
    opacity: 1;
    visibility: visible;
}

.headerbox .header .nav .li1 .sub .sub-a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
    color: #666666;
    margin-right: 40px;
    height: 50px;
    line-height: 50px;
    transition: all .5s ease;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.headerbox .header .nav .li1[data-on="on"] .sub .sub-a {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.headerbox .header .nav .bg {
    content: "";
    position: fixed;
    top: 80px;
    left: 0;
    width: 100vw;
    height: 50px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.headerbox .header .nav .bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
}

.headerbox .header .nav .bg[data-on="on"] {
    opacity: 1;
    visibility: visible;
}

.mm-nav-box {
    display: none;
}


@media only screen and (min-width: 601px) {
    .headerbox .header .nav .li1 .sub .sub-a:hover {
        color: #a72027;
    }
}

@media only screen and (max-width: 1360px) {
    .headerbox {
        height: 70px;
    }

    .headerbox .header {
        height: 70px;
    }

    .headerbox .header .logo {
        height: 70px;
    }

    .headerbox .header .searchbox {
        margin-left: 20px;
        height: 70px;
    }

    .headerbox .header .nav-lang {
        height: 70px;
    }

    .headerbox .header .nav .li1 {
        margin: 0 10px;
        height: 70px;
        line-height: 70px;
    }

    .headerbox .header .nav .li1 .sub {
        top: 70px;
    }

    .headerbox .header .nav .bg {
        top: 70px;
    }

    .headerbox .header .rr:after {
        border-width: 0 0 70px 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .headerbox {
        height: 60px;
    }

    .headerbox .header {
        height: 60px;
    }

    .headerbox .header .logo {
        height: 60px;
        width: 300px;
    }

    .headerbox .header .searchbox {
        height: 60px;
    }

    .headerbox .header .nav-lang {
        height: 60px;
    }

    .headerbox .header .nav .li1 {
        margin: 0 10px;
        height: 60px;
        line-height: 60px;
    }

    .headerbox .header .nav .li1 .sub {
        top: 60px;
    }

    .headerbox .header .nav .bg {
        top: 60px;
    }

    .headerbox .header .rr:after {
        border-width: 0 0 60px 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .headerbox {
        height: 50px;
    }

    .headerbox .header {
        height: 50px;
    }

    .headerbox .header .logo {
        height: 50px;
        width: 250px;
    }

    .headerbox .header .searchbox {
        height: 50px;
    }

    .headerbox .header .searchbox .ico {
        background-image: url(../images/msearch.png);
    }

    .headerbox .header .nav-lang {
        height: 50px;
    }

    .headerbox .header .nav-lang .item {
        color: rgb(31, 167, 241);
        background-image: url(../images/mlang.png);
    }

    .headerbox .header .nav {
        display: none;
    }

    .headerbox .header .rr .box {
        width: 20px;
        height: 50px;
        margin-left: 20px;
        float: right;
        position: relative;
    }

    .headerbox .header .rr .box .line {
        width: 100%;
        height: 2px;
        background-color: rgb(31, 167, 241);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .headerbox .header .rr .box .line.line1 {
        margin-top: -6px;
    }

    .headerbox .header .rr .box .line.line3 {
        margin-top: 6px;
    }

    .headerbox .header .rr .box[data-active="on"] .line.line2 {
        display: none;
    }

    .headerbox .header .rr .box[data-active="on"] .line.line1 {
        margin-top: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    .headerbox .header .rr .box[data-active="on"] .line.line3 {
        margin-top: 0;
        transform: translateY(-50%) rotate(-45deg);
    }

    .headerbox .header .rr:after {
        display: none;
    }

    .headerbox .header .rr {
        background-color: transparent;
    }

    .headerbox .header .rr:before {
        display: none;
    }

    /*小屏幕导航*/
    .mm-nav-box {
        position: fixed;
        top: 50px;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        display: block;
        background-color: #fff;
        z-index: 1222;
        opacity: 0;
        visibility: hidden;
    }

    .mm-nav-box[data-on="active"] {
        opacity: 1;
        visibility: visible;
    }

    .mm-nav-box .mm-wrap {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 100;
        background-color: #fff;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .mm-nav-box[data-on="active"] .mm-wrap {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .mm-nav-box .mm-nav .li1 {
        margin: 0 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
    }

    .mm-nav-box .mm-nav .li1 .a1 {
        display: block;
        color: #222222;
        font-size: 16px;
    }

    .mm-nav-box .mm-nav .li1.on .a1 {
        color: rgb(31, 167, 241);
    }

    .mm-nav-box .mm-nav .li1.on .mm-title {
        border-color: rgb(31, 167, 241);
    }

    .mm-nav-box .mm-nav .li1 .mm-title {
        position: relative;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .mm-nav-box .mm-nav .li1 .mm-title .a1 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 10;
    }

    .mm-nav-box .mm-nav .li1 .mm-title .click {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mm-nav-box .mm-nav .li1 .mm-title .click:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #222222;
        border-right: 1px solid #222222;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: -3px;
    }

    .mm-nav-box .mm-nav .li1.on .mm-title .click:after {
        border-color: rgb(31, 167, 241);
    }

    .mm-nav-box .mm-nav .li1 .mm-innav {
        display: none;
    }

    .mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav {
        display: block;
    }

    .mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mm-nav-box .mm-nav .li1 .mm-innav li {
        margin: 0 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        line-height: 1;
    }

    .mm-nav-box .mm-nav .li1 .mm-innav li a {
        color: #222222;
        font-size: 14px;
        line-height: 1.4;
        display: block;
        padding: 6px 0;
    }

    /*小屏幕导航 End*/
}

@media only screen and (max-width: 414px) {
    .headerbox .header .logo {
        width: 220px;
    }

    .headerbox .header .searchbox form {
        position: fixed;
        left: 0;
        top: 50px;
        width: 100%;
        transform: translateY(-200%);
    }

    .headerbox .header .searchbox form input[type="text"] {
        width: 100%;
        height: 40px;
    }

    .headerbox .header .searchbox form input[type="submit"] {
        width: 40px;
        height: 40px;
    }

    .mm-nav-box .mm-nav .li1 .mm-title {
        height: 45px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 375px) {
    .headerbox .header .logo {
        width: 180px;
    }
}

/*头部 End*/




/* =========

  首页

  ========== */
/*首页轮播*/
.inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox {
    display: block;
}

.inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
    padding-top: calc(580 / 1920 * 100%);
}

.inbanner-swiper .inbanner-pagination {
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
    z-index: 11;
    font-size: 0;
}

.inbanner-swiper .inbanner-pagination .swiper-pagination-bullet {
    width: 70px;
    height: 3px;
    opacity: 1;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    transition: all 0s;
    margin: 0 12px;
}

.inbanner-swiper .inbanner-pagination .swiper-pagination-bullet:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: all 0s;
}

.inbanner-swiper .inbanner-pagination .swiper-pagination-bullet:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: all 0s;
}

.inbanner-swiper .inbanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #be363a;
}

.inbanner-swiper .inbanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #be363a;
}

.inbanner-swiper .inbanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background-color: #be363a;
}

.mmbanner-swiper {
    display: none;
}

@media only screen and (max-width: 1360px) {
    .inbanner-swiper .inbanner-pagination {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1280px) {
    .inbanner-swiper .inbanner-pagination {
        bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .inbanner-swiper .inbanner-pagination {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .inbanner-swiper {
        display: none;
    }

    .mmbanner-swiper {
        display: block;
    }

    .mmbanner-swiper .swiper-wrapper .swiper-slide .inbanner-img {
        height: 30vh;
        display: block;
    }
}

/*首页轮播end*/

.index-bt {
    text-align: center;
    margin-bottom: 40px;
    font-size: 36px;
    color: #333333;
}

@media only screen and (max-width: 1280px) {
    .index-bt {
        margin-bottom: 30px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .index-bt {
        margin-bottom: 20px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 414px) {
    .index-bt {
        margin-bottom: 6%;
    }
}

/*首页产品中心*/
.inproduct-bg {
    padding-top: 70px;
    padding-bottom: 30px;
}

.inproduct-bg .inproduct-swiper .swiper-wrapper .swiper-slide {
    max-width: calc(100% / 2);
}

.inproduct-bg .inproduct-pagination {
    margin-top: 20px;
    text-align: center;
}

.inproduct-bg .inproduct-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid rgb(31, 167, 241);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 15px;
}

.inproduct-bg .inproduct-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(31, 167, 241);
}

.lip {
    display: block;
}

.lip .imgbox {
    overflow: hidden;
    position: relative;
}

.lip .imgbox .pimg {
    padding-top: calc(115 / 430 * 100%);
}

.lip .imgbox .classname {
    font-size: 18px;
    color: #444444;
    position: absolute;
    right: 0;
    bottom: 40px;
    padding-right: 20px;
}

.lip .imgbox .classname:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #b58284 #b58284 transparent transparent;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
}

.lip .demobox {
    padding: 10px 30px;
    background-color: #f7f7f7;
    transition: all .5s ease;
}

.lip .demobox .demo {
    font-size: 16px;
    color: #444444;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
    transition: all .5s ease;
}

@media only screen and (min-width: 601px) {
    .lip:hover .imgbox .classname {
        color: rgb(31, 167, 241);
    }

    .lip:hover .imgbox .classname:after {
        transform: rotate(-135deg);
    }

    .lip:hover .demobox {
        border-radius: 0 0 30px 0;
        background-color: rgb(31, 167, 241);
    }

    .lip:hover .demobox .demo {
        color: #fff;
    }
}

@media only screen and (max-width: 1280px) {
    .inproduct-bg {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .inproduct-bg {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .inproduct-bg .inproduct-swiper .swiper-wrapper .swiper-slide {
        max-width: calc(100% / 2);
    }
}

@media only screen and (max-width: 414px) {
    .inproduct-bg {
        padding-top: 6%;
        padding-bottom: 5%;
    }

    .inproduct-bg .inproduct-pagination .swiper-pagination-bullet {
        margin: 0 8px;
    }

    .inproduct-bg .inproduct-swiper .swiper-wrapper .swiper-slide {
        max-width: none;
    }
}

/*首页产品中心end*/

/*首页口号*/
.inword {
    height: 55px;
    line-height: 58px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1360px) {
    .inword {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1280px) {
    .inword {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .inword {
        font-size: 20px;
        height: 50px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 414px) {
    .inword {
        margin-bottom: 6%;
        font-size: 16px;
        height: 45px;
        line-height: 47px;
    }
}

/*首页口号end*/


/*最新品质消息*/
.inQuality-bg {
    margin-bottom: 80px;
}

.inQuality-bg .gallery-thumbs {
    margin-bottom: 90px;
}

.inQuality-bg .gallery-thumbs .swiper-wrapper .swiper-slide {
    text-align: center;
    cursor: pointer;
}

.inQuality-bg .gallery-thumbs .swiper-wrapper .swiper-slide .ico {
    width: 46px;
    height: 56px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 15px;
    transition: all .5s ease;
    background-image: url(../images/sico.png);
}

.inQuality-bg .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .ico {
    background-image: url(../images/osico.png);
}

.inQuality-bg .gallery-thumbs .swiper-wrapper .swiper-slide .title {
    font-size: 16px;
    color: #818181;
    font-family: "ziti";
    margin-bottom: 10px;
    text-transform: uppercase;
}

.inQuality-bg .gallery-thumbs .swiper-wrapper .swiper-slide .demo {
    font-size: 18px;
    color: #999999;
    line-height: 1.5;
    text-transform: uppercase;
}

.inQuality-bg .gallery-thumbs .gt-prev {
    width: 31px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 21px;
    background-size: 21px;
    background-image: url(../images/prev.png);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 11;
    outline: none;
}

.inQuality-bg .gallery-thumbs .gt-next {
    width: 31px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 21px;
    background-size: 21px;
    background-image: url(../images/next.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 11;
    outline: none;
}

.inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain .imgbox {
    width: 490px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain .imgbox .qimg {
    padding-top: calc(270 / 490 * 100%);
}

.inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain .text {
    width: calc(100% - 490px);
    max-height: 270px;
    padding: 40px;
    background-color: #f2f2f2;
    overflow: hidden;
}

.inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain .text .title {
    font-size: 30px;
    color: #434343;
    margin-bottom: 20px;
}

.inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain .text .content {
    font-size: 16px;
    color: #474747;
    line-height: 2;
    max-height: 128px;
    overflow-y: auto;
}

@media only screen and (min-width: 800px) {
    .inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain .text .content::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

@media only screen and (max-width: 1360px) {
    .inQuality-bg .gallery-thumbs {
        margin-bottom: 70px;
    }

    .inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain .text {
        padding: 30px;
    }

    .inQuality-bg {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1280px) {
    .inQuality-bg .gallery-thumbs {
        margin-bottom: 50px;
    }

    .inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain .text {
        padding: 20px;
    }

    .inQuality-bg {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .inQuality-bg .gallery-thumbs {
        margin-bottom: 30px;
    }

    .inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain .imgbox {
        width: 100%;
    }

    .inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain .text {
        width: 100%;
        max-height: none;
        padding: 3%;
    }

    .inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain .text .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .inQuality-bg {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 414px) {
    .inQuality-bg .gallery-thumbs {
        margin-bottom: 6%;
    }

    .inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain .text .title {
        font-size: 18px;
    }

    .inQuality-bg .gallery-top .swiper-wrapper .swiper-slide .qmain .text .content {
        font-size: 14px;
        max-height: none;
    }

    .inQuality-bg {
        margin-bottom: 6%;
    }
}

/*最新品质消息end*/


/*服务范畴*/
.inservice-bg {
    margin-bottom: 60px;
    max-width: 1350px;
}

.inservice-bg .ins-swiper {
    margin-bottom: 36px;
}

.inservice-bg .ins-swiper .swiper-wrapper .swiper-slide:after {
    content: "";
    width: 270px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 196px 40px;
    background-size: 196px 40px;
    background-image: url(../images/line_03.png);
    opacity: .2;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.inservice-bg .ins-swiper .swiper-wrapper .swiper-slide[data-on="on"]:after {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
}

.inservice-bg .ins-swiper .swiper-wrapper .swiper-slide .sitem {
    position: relative;
    padding-top: 52px;
    padding-left: 52px;
    cursor: pointer;
}

.inservice-bg .ins-swiper .swiper-wrapper .swiper-slide .sitem .zm {
    position: absolute;
    left: 0;
    top: 0;
    opacity: .2;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    z-index: 11;
    transition: all .5s ease;
}

.inservice-bg .ins-swiper .swiper-wrapper .swiper-slide[data-on="on"] .sitem .zm {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
}

.inservice-bg .ins-swiper .swiper-wrapper .swiper-slide .sitem .icobox {
    width: 77px;
    height: 77px;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    margin-bottom: 15px;
}

.inservice-bg .ins-swiper .swiper-wrapper .swiper-slide[data-on="on"] .sitem .icobox {
    border: 1px solid rgb(31, 167, 241);
}

.inservice-bg .ins-swiper .swiper-wrapper .swiper-slide .sitem .icobox .ico {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: .2;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all .5s ease;
}

.inservice-bg .ins-swiper .swiper-wrapper .swiper-slide[data-on="on"] .sitem .icobox .ico {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
}

.inservice-bg .ins-swiper .swiper-wrapper .swiper-slide .title {
    font-size: 22px;
    color: #333333;
    text-align: right;
}

.inservice-bg .ins-text {
    position: relative;
    padding: 30px 50px;
    border: 1px solid #dadada;
}

.inservice-bg .ins-text .textbox {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    display: none;
}

.inservice-bg .ins-text .textbox[data-on="on"] {
    display: block;
}

@media only screen and (max-width: 1360px) {
    .inservice-bg .ins-swiper .swiper-wrapper .swiper-slide:after {
        width: 250px;
    }
}

@media only screen and (max-width: 1280px) {
    .inservice-bg .ins-swiper .swiper-wrapper .swiper-slide:after {
        width: 200px;
    }

    .inservice-bg {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .inservice-bg .ins-swiper .swiper-wrapper .swiper-slide:after {
        display: none;
    }

    .inservice-bg .ins-swiper .swiper-wrapper .swiper-slide .title {
        text-align: center;
    }

    .inservice-bg .ins-text {
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 768px) {
    .inservice-bg .ins-swiper .swiper-wrapper .swiper-slide .sitem {
        padding-top: 42px;
        padding-left: 42px;
    }

    .inservice-bg .ins-swiper .swiper-wrapper .swiper-slide .sitem .zm {
        width: 60px;
    }

    .inservice-bg .ins-swiper .swiper-wrapper .swiper-slide .sitem .icobox {
        width: 67px;
        height: 67px;
    }
}

@media only screen and (max-width: 414px) {
    .inservice-bg {
        margin-bottom: 6%;
    }

    .inservice-bg .ins-swiper {
        margin-bottom: 5%;
    }

    .inservice-bg .ins-swiper .swiper-wrapper .swiper-slide .title {
        font-size: 18px;
    }

    .inservice-bg .ins-text {
        padding: 3%;
    }
}

/*服务范畴end*/


/*首页核心技术*/
.incenter-bg {
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #f6f6f6;
}

.incenter-bg .incenter-swiper {
    margin-bottom: 10px;
}

.incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide {
    width: calc(100% / 3);
    display: block;
    padding: 28px;
}

.incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide .imgbox {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide .imgbox .cimg {
    padding-top: calc(100%);
}

.incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide .imgbox .demobox {
    border: 2px solid rgb(31, 167, 241);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -28px;
    top: -28px;
    transition: all .5s ease;
}

.incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide .imgbox .demobox .demo {
    font-size: 14px;
    color: #fffefe;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    line-height: 2;
}

.incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide .text .en {
    font-size: 18px;
    color: rgb(31, 167, 241);
    display: block;
}

.incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide .text .cn {
    font-size: 16px;
    color: #444444;
    margin-bottom: 15px;
    display: block;
}

.incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide .text .list .li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #999999;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid rgb(31, 167, 241);
    margin-right: 15px;
}

.incenter-bg .more {
    display: block;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    border: 2px solid #960014;
    text-align: center;
    font-size: 18px;
    color: rgb(31, 167, 241);
}

@media only screen and (min-width: 601px) {
    .incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide:hover .imgbox .demobox {
        border: none;
        left: 0;
        top: 0;
        background-color: rgba(122, 18, 26, .73);
    }

    .incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide:hover .imgbox .demobox .demo {
        opacity: 1;
        visibility: visible;
    }

    .incenter-bg .more:hover {
        background-color: rgb(31, 167, 241);
        color: #fff;
    }
}

@media only screen and (max-width: 1360px) {
    .incenter-bg {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .incenter-bg {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide {
        padding: 0;
    }

    .incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide .imgbox .demobox {
        left: 0;
        top: 0;
        background-color: rgba(122, 18, 26, .73);
    }

    .incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide .imgbox .demobox .demo {
        opacity: 1;
        visibility: visible;
    }

    .incenter-bg .more {
        height: 45px;
        line-height: 45px;
        border: 1px solid #960014;
    }
}

@media only screen and (max-width: 640px) {
    .incenter-bg .incenter-swiper .swiper-wrapper .swiper-slide .imgbox .demobox {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .incenter-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }

    .incenter-bg .more {
        height: 40px;
        line-height: 40px;
    }
}

/*首页核心技术end*/

/*首页品质管理*/
.inmanage-bg {
    padding: 70px 0;
}

.inmanage-bg .inmanage-swiper .swiper-wrapper .swiper-slide {
    padding: 0 20px;
    cursor: pointer;
}

.inmanage-bg .inmanage-swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
    margin-top: 70px;
}

.inmanage-bg .inmanage-swiper .swiper-wrapper .swiper-slide:after {
    content: "";
    width: 100%;
    height: 40%;
    border: 2px solid #7a121a;
    position: absolute;
    left: 0;
    top: 20px;
}

.inmanage-bg .inmanage-swiper .swiper-wrapper .swiper-slide:nth-child(2n):after {
    top: auto;
    bottom: 30px;
}

.inmanage-bg .inmanage-swiper .swiper-wrapper .swiper-slide .mbox {
    padding: 10px;
    height: 430px;
    position: relative;
    z-index: 11;
    border: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.inmanage-bg .inmanage-swiper .swiper-wrapper .swiper-slide .mbox .mdemo .title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 6px;
}

.inmanage-bg .inmanage-swiper .swiper-wrapper .swiper-slide .mbox .mdemo .demo {
    font-size: 12px;
    color: #ffffff;
}

@media only screen and (min-width: 601px) {
    .inmanage-bg .inmanage-swiper .swiper-wrapper .swiper-slide:hover:after {
        background-color: #7a121a;
    }
}

@media only screen and (max-width: 1360px) {
    .inmanage-bg {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 1280px) {
    .inmanage-bg {
        padding: 30px 0;
    }

    .inmanage-bg .inmanage-swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .inmanage-bg .inmanage-swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .inmanage-bg {
        padding: 6% 0;
    }

    .inmanage-bg .inmanage-swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
        margin-top: 0;
    }
}

/*首页品质管理end*/

/*首页低栏*/
.inbottom-bg {
    margin-bottom: 90px;
    height: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.inbottom-bg .bitem {
    position: relative;
    display: block;
    height: 100%;
    flex-grow: 1;
    background-color: #4c566c;
}

.inbottom-bg .bitem[data-on="on"] {
    flex-grow: 6.5;
}

.inbottom-bg .bitem[data-on="on"] .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.inbottom-bg .bitem:nth-child(2n) {
    background-color: #7a121a;
}

.inbottom-bg .bitem:nth-child(3n) {
    background-color: #2fa9fd;
}

.inbottom-bg .bitem .bbox {
    height: 100%;
    position: relative;
    z-index: 11;
    padding-top: 50px;
    padding-left: 30px;
}

.inbottom-bg .bitem .bbox .title {
    margin-bottom: 50px;
}

.inbottom-bg .bitem .bbox .title .cn {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
}

.inbottom-bg .bitem .bbox .title .en {
    font-size: 20px;
    color: rgba(255, 255, 255, .86);
    text-transform: capitalize;
}

.inbottom-bg .bitem .bbox .demo {
    font-size: 14px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
}

.inbottom-bg .bitem[data-on="on"] .bbox .demo {
    opacity: 1;
    visibility: visible;
}

.inbottom-bg .bitem .bbox .ico {
    position: absolute;
    right: 50px;
    bottom: 30px;
    width: 64px;
    height: 64px;
    opacity: 1;
    visibility: visible;
}

.inbottom-bg .bitem[data-on="on"] .bbox .ico {
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 1360px) {
    .inbottom-bg {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .inbottom-bg {
        margin-bottom: 50px;
        height: 220px;
    }

    .inbottom-bg .bitem .bbox {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .inbottom-bg {
        margin-bottom: 30px;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .inbottom-bg .bitem .bbox {
        padding: 3%;
    }

    .inbottom-bg .bitem .bbox .demo {
        opacity: 1;
        visibility: visible;
    }

    .inbottom-bg .bitem .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .inbottom-bg .bitem .bbox .ico {
        opacity: 0;
        visibility: hidden;
    }
}

@media only screen and (max-width: 414px) {
    .inbottom-bg {
        margin-bottom: 6%;
    }

    .inbottom-bg .bitem .bbox .title {
        margin-bottom: 10%;
    }

    .inbottom-bg .bitem .bbox .title .cn {
        font-size: 18px;
        margin-bottom: 2%;
    }

    .inbottom-bg .bitem .bbox .title .en {
        font-size: 16px;
    }
}

/*首页低栏end*/

/*首页客服*/
.inkefu {
    background-image: url(../images/ftop_02.jpg);
    height: 270px;
    text-align: center;
    color: #fff;
}

.inkefu .theme {
    font-size: 24px;
    margin-bottom: 15px;
}

.inkefu .content {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.inkefu .link {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: rgb(31, 167, 241);
    text-align: center;
    font-size: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fff;
}

@media only screen and (min-width: 601px) {
    .inkefu .link:hover {
        background-color: #fff;
        color: rgb(31, 167, 241);
    }
}

@media only screen and (max-width: 414px) {
    .inkefu {
        height: 230px;
    }

    .inkefu .theme {
        font-size: 20px;
    }

    .inkefu .content {
        font-size: 24px;
    }
}

/*首页客服end*/


/*通用内页大图*/
.allpage-banner {
    position: relative;
}

.allpage-banner .abanner {
    height: 365px;
}

.allpage-banner.ss .abanner {
    height: 250px;
}

.allpage-banner .theme {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #ffffff;
    text-transform: uppercase;
}

.allpage-banner .pathbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .11);
}

.allpage-banner .pathbox .path {
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    position: relative;
}

.allpage-banner .pathbox .path .home {
    width: 17px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../images/home_03.png);
    -webkit-background-size: 17px 16px;
    background-size: 17px 16px;
}

.allpage-banner .pathbox .path .pitem {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 52px;
    text-transform: uppercase;
}

.allpage-banner .pathbox .path .pitem span {
    margin-right: 3px;
}

@media only screen and (max-width: 1280px) {
    .allpage-banner .abanner {
        height: 330px;
    }

    .allpage-banner .theme {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .allpage-banner .abanner {
        height: 300px;
    }

    .allpage-banner .theme {
        font-size: 40px;
    }

    .allpage-banner .pathbox .path {
        height: 45px;
        line-height: 45px;
    }

    .allpage-banner .pathbox .path .pitem {
        line-height: 47px;
    }
}

@media only screen and (max-width: 768px) {
    .allpage-banner .abanner {
        height: 250px;
    }

    .allpage-banner .theme {
        font-size: 36px;
    }
}

@media only screen and (max-width: 414px) {
    .allpage-banner .abanner {
        height: 220px;
    }

    .allpage-banner .theme {
        font-size: 28px;
    }

    .allpage-banner .pathbox .path {
        height: 35px;
        line-height: 35px;
    }

    .allpage-banner .pathbox .path .pitem {
        line-height: 37px;
    }

    .allpage-banner.ss .abanner {
        height: 200px;
    }
}

/* =========

  模块

  ========== */
.modelbox {
    height: 50px;
}

.modelbox .mbox {
    line-height: 50px;
    background-color: rgb(31, 167, 241);
    font-size: 0;
    transition: all .5s ease;
}

.modelbox .mbox .wrap {
    width: 100%;
}

.modelbox[data-on="on"] .mbox {
    position: fixed;
    top: 79px;
    left: 0;
    width: 100%;
    z-index: 111;
}

.modelbox .mbox .model-swiper .swiper-wrapper .mitem {
    width: auto !important;
    padding: 0 30px;
    font-size: 18px;
    color: #ffffff;
    vertical-align: top;
}

.modelbox .mbox .model-swiper .swiper-wrapper .mitem[data-on="on"] {
    background-color: #fff;
    color: rgb(31, 167, 241);
}

@media only screen and (min-width: 601px) {
    .modelbox .mbox .model-swiper .swiper-wrapper .mitem:hover {
        background-color: #fff;
        color: rgb(31, 167, 241);
    }
}

@media only screen and (max-width: 1360px) {
    .modelbox[data-on="on"] .mbox {
        top: 69px;
    }
}

@media only screen and (max-width: 1280px) {
    .modelbox[data-on="on"] .mbox {
        top: 59px;
    }
}

@media only screen and (max-width: 1024px) {
    .modelbox[data-on="on"] .mbox {
        top: 49px;
    }

    .modelbox .mbox .model-swiper .swiper-wrapper .mitem {
        padding: 0 3%;
    }

    .modelbox {
        height: 42px;
    }

    .modelbox .mbox {
        line-height: 42px;
    }
}

/* =========

  关于gtbf

  ========== */
/*公司简介*/
.intro-bg {
    padding-top: 100px;
    padding-bottom: 70px;
}

.intro-bg .main {
    position: relative;
}

.intro-bg .main .ico {
    width: 123px;
    margin-bottom: 10px;
}

.intro-bg .main .theme {
    font-size: 30px;
    color: #2f2f2f;
    font-weight: bold;
    margin-bottom: 20px;
}

.intro-bg .main .content {
    font-size: 16px;
    color: #474747;
    line-height: 2;
    max-width: 740px;
    position: relative;
    z-index: 11;
}

.intro-bg .main .iimg {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 1440px) {
    .intro-bg {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1360px) {
    .intro-bg {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .intro-bg {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .intro-bg .main .theme {
        font-size: 26px;
    }
}

@media only screen and (max-width: 414px) {
    .intro-bg {
        padding-top: 6%;
        padding-bottom: 5%;
    }

    .intro-bg .main .ico {
        width: 81px;
    }

    .intro-bg .main .theme {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 3%;
    }

    .intro-bg .main .iimg {
        display: none;
    }
}

/*业务范围*/
.work-bg {
    margin-top: 20px;
    height: 1158px;
    background-image: url(../images/work_02.jpg);
    color: #ffffff;
}

.work-bg .bbt {
    font-size: 36px;

    text-align: center;
}

.work-bg .wish {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 300px;
}

.work-bg .wish .bbt {
    margin-bottom: 30px;
}

.work-bg .wish .ico {
    width: 26px;
    height: 34px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 10px;
}

.work-bg .wish .content {
    font-size: 18px;
    line-height: 2;
}

.work-bg .work .bbt {
    margin-bottom: 70px;
}

.work-bg .work .work-list {
    max-width: 770px;
    position: relative;
}

.work-bg .work .work-list .liw {
    width: 140px;
    height: 140px;
    position: absolute;
    cursor: pointer;
}

.work-bg .work .work-list .liw:nth-child(1) {
    right: calc(100% + 30px);
    top: 0;
}

.work-bg .work .work-list .liw:nth-child(2) {
    left: 0;
    top: 0;
}

.work-bg .work .work-list .liw:nth-child(3) {
    left: 0;
    top: 0;
    transform: translateX(100%);
    margin-left: 1px;
}

.work-bg .work .work-list .liw:nth-child(4) {
    right: 0;
    top: 0;
}

.work-bg .work .work-list .liw:nth-child(5) {
    left: 0;
    top: 0;
    transform: translate(100%, 100%);
    margin-left: 1px;
    margin-top: 1px;
}

.work-bg .work .work-list .liw:nth-child(6) {
    left: 0;
    top: 0;
    transform: translate(200%, 100%);
    margin-left: 2px;
    margin-top: 1px;
}

.work-bg .work .work-list .liw .text {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 106, 180, .35);
    text-align: center;
    position: relative;
    border: 1px solid #8f969a;
}

.work-bg .work .work-list .liw .text .jj {
    width: 13px;
    height: 13px;
    position: absolute;
}

.work-bg .work .work-list .liw .text .jj.j1 {
    left: -1.5px;
    top: -1.5px;
    transform: translate(-50%, -50%);
}

.work-bg .work .work-list .liw .text .jj.j2 {
    right: -1.5px;
    top: -1.5px;
    transform: translate(50%, -50%);
}

.work-bg .work .work-list .liw .text .jj.j3 {
    left: -1.5px;
    bottom: -1.5px;
    transform: translate(-50%, 50%);
}

.work-bg .work .work-list .liw .text .jj.j4 {
    right: -1.5px;
    bottom: -1.5px;
    transform: translate(50%, 50%);
}

.work-bg .work .work-list .liw .text .jj:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.work-bg .work .work-list .liw .text .jj:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 0;
    transform: translateX(-50%) rotate(90deg);
}

.work-bg .work .work-list .liw .text .class {
    font-size: 24px;
    margin-bottom: 10px;
}

.work-bg .work .work-list .liw .text .yy {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}

.work-bg .work .work-list .liw .text .yy:before {
    content: "";
    width: 1px;
    height: 70%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.work-bg .work .work-list .liw .text .yy:after {
    content: "";
    width: 1px;
    height: 70%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.work-bg .work .work-list .liw .menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    color: #006ab4;
    line-height: 20px;
}

.work-bg .work .work-list .liw[data-on="on"] .menu {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 601px) {
    .work-bg .work .work-list .liw:hover .menu {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 1280px) {
    .work-bg .bbt {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .work-bg {
        height: 1090px;
    }

    .work-bg .bbt {
        font-size: 24px;
    }

    .work-bg .work .work-list {
        max-width: 770px;
    }

    .work-bg .work .work-list .liw {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 414px) {
    .work-bg {
        height: auto;
        background: none;
        color: #000;
    }

    .work-bg .wish {
        padding-top: 6%;
        margin-bottom: 6%;
    }

    .work-bg .wish .bbt {
        margin-bottom: 3%;
    }

    .work-bg .work {
        padding-bottom: 6%;
    }

    .work-bg .work .bbt {
        margin-bottom: 5%;
    }

    .work-bg .work .work-list .liw {
        position: relative;
        float: left;
        width: calc((100% - 2px) / 2);
        margin: 0 !important;
        height: calc(94vw / 2);
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transform: translate(0) !important;
        transform: translateX(0) !important;
        transform: translateY(0) !important;
    }

    .work-bg .work .work-list .liw .text .jj {
        display: none;
    }
}

/*公司沿革*/
.history-bg {
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #f9faf7;
}

.history-bg .index-bt {
    margin-bottom: 20px;
}

.history-bg .line {
    margin: 0 auto;
    display: block;
}

.history-bg .msg {
    width: 100%;
    padding: 30px 0;
    max-width: 1130px;
    font-size: 14px;
    color: #999999;
    line-height: 2;
}

.history-bg .history-list {
    width: 100%;
    max-width: 1130px;
    border-top: 1px dashed #dddddd;
}

.history-bg .history-list .hlist {
    overflow: hidden;
    max-height: 420px;
}

.history-bg .history-list .hlist[data-on="on"] {
    max-height: none;
}

.history-bg .history-list .hlist .lih {
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
}

.history-bg .history-list .hlist .lih .hh {
    height: 69px;
    line-height: 69px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    position: relative;
}

.history-bg .history-list .hlist .lih .hh.time {
    font-size: 20px;
    color: rgb(31, 167, 241);
    margin-right: 15px;
}

.history-bg .history-list .hlist .lih .hh.jt {
    margin-right: 15px;
    width: 30px;
}

.history-bg .history-list .hlist .lih .hh.jt:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #b4b4b4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.history-bg .history-list .hlist .lih .hh.jt:after {
    content: "";
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #b4b4b4 #b4b4b4 transparent transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    transform: rotate(45deg);
}

.history-bg .history-list .hlist .lih .hh.content {
    font-size: 16px;
    color: #666666;
}

.history-bg .history-list .more {
    text-align: right;
}

.history-bg .history-list .more[data-on="on"] {
    display: none;
}

.history-bg .history-list .more span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 35px;
    background-color: #dddddd;
    height: 30px;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: rgb(31, 167, 241);
    position: relative;
    cursor: pointer;
}

.history-bg .history-list .more span:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: rgb(31, 167, 241);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.history-bg .history-list .more span:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: rgb(31, 167, 241);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

@media only screen and (max-width: 1360px) {
    .history-bg {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1280px) {
    .history-bg {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .history-bg .history-list .hlist .lih .hh {
        height: 59px;
        line-height: 59px;
    }

    .history-bg .history-list .hlist .lih .hh.time {
        font-size: 18px;
    }

    .history-bg .history-list .hlist .lih .hh.content {
        font-size: 14px;
    }
}

@media only screen and (max-width: 414px) {
    .history-bg {
        padding-top: 6%;
        padding-bottom: 5%;
    }

    .history-bg .history-list .hlist .lih .hh.content {
        height: auto;
        line-height: 2;
        padding: 2% 0;
        white-space: normal;
    }

    .history-bg .msg {
        padding: 6% 0;
    }

    .history-bg .history-list .hlist .lih {
        padding: 3% 0;
    }

    .history-bg .history-list .hlist .lih .hh {
        display: block;
        height: auto;
        line-height: 30px;
    }

    .history-bg .history-list .hlist .lih .hh.jt {
        display: none;
    }
}


/*组织架构*/
.zz-bg {
    padding-top: 60px;
    padding-bottom: 50px;
}

.zz-bg .index-bt {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1280px) {
    .zz-bg {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .zz-bg {
        padding-top: 6%;
        padding-bottom: 5%;
    }

    .zz-bg .index-bt {
        margin-bottom: 6%;
    }
}

/*领导团队*/
.team-bg {
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px;
}

.team-bg .team-swiper .swiper-wrapper .swiper-slide .lit {
    cursor: pointer;
}

.team-bg .team-swiper .swiper-wrapper .swiper-slide .lit .timg {
    padding-top: calc(360 / 350 * 100%);
    background-color: #f7f8f4;
}

.team-bg .team-swiper .swiper-wrapper .swiper-slide .lit .main {
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
    transition: all .5s ease;
    color: #767676;
}

.team-bg .team-swiper .swiper-wrapper .swiper-slide .lit .main .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
    height: 20px;
    line-height: 20px;
}

.team-bg .team-swiper .swiper-wrapper .swiper-slide .lit .main .job {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}


/*弹窗*/
.team-layer {
    width: 100%;
    position: relative;
}

.team-layer .ty-close {
    width: 65px;
    height: 65px;
    background-color: rgb(31, 167, 241);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 111;
    cursor: pointer;
}

.team-layer .ty-close:before {
    content: "";
    width: 50%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2px;
    margin-left: -25%;
}

.team-layer .ty-close:after {
    content: "";
    width: 50%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2px;
    margin-left: -25%;
}

.team-layer .yteam-swiper {
    padding-bottom: 30px;
}

.team-layer .yteam-swiper .swiper-wrapper .swiper-slide .layer-t {
    margin-bottom: 20px;
    padding: 60px 80px 0 80px;
}

.team-layer .yteam-swiper .swiper-wrapper .swiper-slide .layer-t .imgbox {
    width: 260px;
    float: left;
}

.team-layer .yteam-swiper .swiper-wrapper .swiper-slide .layer-t .imgbox .timg {
    padding-top: calc(360 / 260 * 100%);
}

.team-layer .yteam-swiper .swiper-wrapper .swiper-slide .layer-t .tright {
    width: calc(97% - 260px);
    float: right;
    max-width: 680px;
    position: relative;
}

.team-layer .yteam-swiper .swiper-wrapper .swiper-slide .layer-t .tright:after {
    content: "";
    width: 33px;
    height: 29px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/dh_03.png);
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 15px;
}

.team-layer .yteam-swiper .swiper-wrapper .swiper-slide .layer-t .tright .title {
    font-size: 22px;
    color: #636262;
    margin-bottom: 10px;
}

.team-layer .yteam-swiper .swiper-wrapper .swiper-slide .layer-t .tright .job {
    font-size: 16px;
    color: #bc3243;
    margin-bottom: 20px;
}

.team-layer .yteam-swiper .swiper-wrapper .swiper-slide .layer-t .tright .content {
    font-size: 14px;
    color: #636262;
    line-height: 2;
}

.team-layer .yteam-swiper .btnbox {
    margin-top: 30px;
    font-size: 0;
    text-align: center;
    position: relative;
}

.team-layer .yteam-swiper .btnbox:after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #bc3243;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.team-layer .yteam-swiper .btnbox .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 30px;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #bc3243;
    cursor: pointer;
}

.team-layer .yteam-swiper .btnbox .btn.team-prev {
    background-position: left;
    background-image: url(../images/ttj_03.jpg);
}

.team-layer .yteam-swiper .btnbox .btn.team-next {
    background-position: right;
    background-image: url(../images/ttj_05.jpg);
}

@media only screen and (min-width: 601px) {
    .team-bg .team-swiper .swiper-wrapper .swiper-slide .lit:hover .main {
        background-color: rgb(31, 167, 241);
        color: #fff;
    }

    .team-layer .ty-close:hover:before {
        transform: rotate(-45deg);
    }

    .team-layer .ty-close:hover:after {
        transform: rotate(45deg);
    }
}

@media only screen and (max-width: 1280px) {
    .team-bg {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .team-bg {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .team-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }
}


/* =========

  服务据点

  ========== */
.station-bg {
    padding-top: 60px;
    padding-bottom: 70px;
    max-width: 1200px;
}

.station-bg .gallery-top {
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.station-bg .gallery-top .lis {
    display: none;
}

.station-bg .gallery-top .lis[data-on="on"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.station-bg .gallery-top .lis .imgbox {
    width: 50%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.station-bg .gallery-top .lis .imgbox .simg {
    padding-top: calc(370 / 600 * 100%);
}

.station-bg .gallery-top .lis .sright {
    border: 1px solid #dcdcdc;
    width: 50%;
    padding-top: 30px;
}

.station-bg .gallery-top .lis .sright .main {
    width: 94%;
    max-width: 430px;
    margin: 0 auto;
}

.station-bg .gallery-top .lis .sright .main .title {
    font-size: 20px;
    color: rgb(31, 167, 241);
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.station-bg .gallery-top .lis .sright .main .sitem:not(:last-child) {
    margin-bottom: 30px;
}

.station-bg .gallery-top .lis .sright .main .sitem .bbt {
    font-size: 16px;
    color: rgb(31, 167, 241);
    font-weight: bold;
    margin-bottom: 5px;
}

.station-bg .gallery-top .lis .sright .main .sitem .desc {
    font-size: 16px;
    color: #666666;
}

.station-bg .thumbs-box {
    position: relative;
}

.station-bg .thumbs-box .gallery-thumbs {
    padding: 20px 0;
}

.station-bg .thumbs-box .gallery-thumbs .swiper-wrapper .swiper-slide .sbanner {
    position: relative;
    padding-top: calc(180 / 400 * 100%);
    transition: all .5s ease;
}

.station-bg .thumbs-box .gallery-thumbs .swiper-wrapper .swiper-slide {
    transition: all .5s ease;
    max-width: 400px;
}

.station-bg .thumbs-box .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active {
    z-index: 111;
    transform: scale(1.2);
}

.station-bg .thumbs-box .gallery-thumbs .swiper-wrapper .swiper-slide .sbanner .stitle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.station-bg .thumbs-box .station-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    right: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
}

.station-bg .thumbs-box .station-prev:after {
    content: "";
    width: 26px;
    height: 26px;
    border-style: solid;
    border-width: 2px;
    border-color: #cdcdcd transparent transparent #cdcdcd;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -13px;
    margin-left: -13px;
    transform: rotate(-45deg);
}

.station-bg .thumbs-box .station-next {
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
}

.station-bg .thumbs-box .station-next:after {
    content: "";
    width: 26px;
    height: 26px;
    border-style: solid;
    border-width: 2px;
    border-color: #cdcdcd transparent transparent #cdcdcd;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -13px;
    margin-left: -13px;
    transform: rotate(135deg);
}

@media only screen and (min-width: 601px) {
    .station-bg .thumbs-box .station-prev:hover:after {
        border-color: #960014 transparent transparent #960014;
    }

    .station-bg .thumbs-box .station-next:hover:after {
        border-color: #960014 transparent transparent #960014;
    }
}

@media only screen and (max-width: 1280px) {
    .station-bg {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .station-bg {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .station-bg .gallery-top .lis .sright {
        padding-top: 20px;
    }

    .station-bg .gallery-top .lis .sright .main .title {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .station-bg .gallery-top .lis .sright .main .sitem:not(:last-child) {
        margin-bottom: 20px;
    }

    .station-bg .gallery-top {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .station-bg .gallery-top .lis[data-on="on"] {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .station-bg .gallery-top .lis .imgbox {
        width: 100%;
    }

    .station-bg .gallery-top .lis .sright {
        padding: 3% 0;
        width: 100%;
    }

    .station-bg .gallery-top .lis .sright .main {
        max-width: none;
    }
}

@media only screen and (max-width: 414px) {
    .station-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }

    .station-bg .thumbs-box .gallery-thumbs {
        padding: 0;
    }

    .station-bg .thumbs-box .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active {
        transform: scale(1);
    }

    .station-bg .thumbs-box .gallery-thumbs .swiper-wrapper .swiper-slide {
        max-width: none;
        transition: all 0s;
    }
}


/*企业责任*/
.duty-bg {
    height: 1100px;
    padding-top: 60px;
    overflow: hidden;
    position: relative;
}

.duty-bg .index-bt {
    color: #fff;
    margin-bottom: 60px;
}

.duty-bg .dash-path-wrapper {
    width: 100%;
    position: absolute;
    left: -50%;
    margin-top: 80px;
}

.duty-bg .dash-path-wrapper .dash-path-inner {
    position: relative;
    width: 1920px;
    left: -962px;
    margin-left: 100%;
    opacity: 0;
}

.duty-bg .dash-path-wrapper .dash-path-inner.on {
    opacity: 1 !important;
}

.duty-bg .process-bubble-wrapper {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    position: relative;
}

.duty-bg .process-bubble-wrapper .process-bubble {
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.duty-bg .process-bubble-wrapper .process-bubble:nth-child(1) {
    left: 0;
    top: 330px;
}

.duty-bg .process-bubble-wrapper .process-bubble:nth-child(2) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.duty-bg .process-bubble-wrapper .process-bubble:nth-child(3) {
    right: 0;
    top: 330px;
}

.duty-bg .process-bubble-wrapper .process-bubble:nth-child(4) {
    left: 50%;
    transform: translateX(-50%);
    top: 660px;
}

.duty-bg .process-bubble-wrapper .process-bubble .icobox {
    width: 165px;
    height: 165px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.duty-bg .process-bubble-wrapper .process-bubble:nth-child(2) .icobox {
    transition-delay: .4s;
}

.duty-bg .process-bubble-wrapper .process-bubble:nth-child(3) .icobox {
    transition-delay: .8s;
}

.duty-bg .process-bubble-wrapper .process-bubble:nth-child(4) .icobox {
    transition-delay: 1.2s;
}

.duty-bg .process-bubble-wrapper .process-bubble .icobox .ico {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .3;
    transform: scale(0);
}

.duty-bg .process-bubble-wrapper.on .process-bubble .icobox .ico {
    transform: scale(1);
}

.duty-bg .process-bubble-wrapper .process-bubble .title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    max-width: 160px;
}

.duty-bg .process-bubble-wrapper .process-bubble .demo {
    display: none;
}

.duty-bg .text-wrapper {
    position: relative;
}

.duty-bg .text-wrapper .tt {
    position: absolute;
    left: 50%;
    top: 300px;
    transform: translateX(-50%);
    width: 212px;
    height: 212px;
    background-color: rgba(255, 255, 255, .36);
    border-radius: 10px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.duty-bg .text-wrapper .tt[data-on="on"] {
    opacity: 1;
    visibility: visible;
}

.duty-bg .text-wrapper .tt .word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: rgba(255, 255, 255, .61);
    overflow: hidden;
}

.duty-bg .text-wrapper .tt .word .demo {
    font-size: 18px;
    color: rgb(31, 167, 241);
}

@media only screen and (min-width: 601px) {
    .duty-bg .process-bubble-wrapper .process-bubble:hover .icobox .ico {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
        filter: gray;
        opacity: 1;
    }

    .duty-bg .process-bubble-wrapper .process-bubble:hover .title {
        color: rgb(31, 167, 241);
    }
}

@media only screen and (max-width: 640px) {
    .duty-bg {
        height: auto;
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .duty-bg .index-bt {
        margin-bottom: 6%;
    }

    .duty-bg .dash-path-wrapper {
        display: none;
    }

    .duty-bg .process-bubble-wrapper .process-bubble {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        transform: translateX(0) !important;
        text-align: center;
        margin-bottom: 6%;
    }

    .duty-bg .process-bubble-wrapper .process-bubble .icobox {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin: 10% 0;
    }

    .duty-bg .process-bubble-wrapper .process-bubble .icobox:after {
        content: "";
        width: 2px;
        height: 130%;
        border: 1px dashed #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .duty-bg .process-bubble-wrapper .process-bubble .title {
        font-size: 20px;
        margin-bottom: 3%;
    }

    .duty-bg .process-bubble-wrapper .process-bubble .demo {
        font-size: 16px;
        color: rgb(31, 167, 241);
        line-height: 2;
        display: block;
    }
}




/* =========

  产品中心

  ========== */
.pclass-list {
    padding-top: 120px;
    padding-bottom: 110px;
}

.pclass-list .lip {
    width: calc((100% - 190px) / 2);
    float: left;
    margin-right: 190px;
    margin-bottom: 80px;
    position: relative;
}

.pclass-list .lip:after {
    content: "";
    border-style: solid;
    border-width: 10px;
    border-color: rgb(31, 167, 241) transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(-45deg);
    margin-right: -10px;
    margin-bottom: -10px;
}

.pclass-list .lip:nth-child(2n) {
    margin-right: 0;
}

.pclass-list .lip .imgbox .pimg {
    padding-top: calc(160 / 600 * 100%);
    background-position: left;
}

@media only screen and (max-width: 1440px) {
    .pclass-list {
        padding-top: 100px;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 1360px) {
    .pclass-list {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .pclass-list .lip {
        width: calc((100% - 120px) / 2);
        margin-right: 120px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1280px) {
    .pclass-list {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .pclass-list .lip {
        width: calc((100% - 80px) / 2);
        margin-right: 80px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .pclass-list {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .pclass-list .lip {
        width: calc((100% - 36px) / 2);
        margin-right: 36px;
        margin-bottom: 30px;
    }

    .lip .demobox {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 414px) {
    .pclass-list {
        padding-top: 6%;
        padding-bottom: 5%;
    }

    .pclass-list .lip {
        width: 100%;
        margin-bottom: 6%;
    }

    .lip .imgbox .classname {
        bottom: 30px;
    }
}

/* =========

  产品列表

  ========== */
.plist-bg {
    padding: 100px 0;
}

/*简介*/
.plist-bg .pdemo {
    margin-bottom: 100px;
}

.plist-bg .pdemo .pdleft {
    width: 50%;
    float: left;
}

.plist-bg .pdemo .pdleft .limg {
    padding-top: calc(250 / 700 * 100%);
}

.plist-bg .pdemo .pdright {
    width: calc(50% - 40px);
    float: right;
}

.plist-bg .pdemo .pdright .title {
    font-size: 24px;
    color: rgb(31, 167, 241);
    margin-bottom: 40px;
}

.plist-bg .pdemo .pdright .content {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

/*应用与特色*/
.plist-bg .puse {
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.plist-bg .puse .ubox {
    width: calc((100% - 10px) / 2);
}

.plist-bg .puse .ubox .theme {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-color: rgb(31, 167, 241);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/uico_03.png);
}

.plist-bg .puse .ubox:nth-child(2) .theme {
    background-color: #2fa9fd;
}

.plist-bg .puse .ubox .listbox {
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/ubg_03.png);
}

.plist-bg .puse .ubox:nth-child(2) .listbox {
    background-image: url(../images/ubg_06.png);
}

.plist-bg .puse .ubox .listbox:before {
    content: "";
    width: calc(100% - 8px);
    height: 30px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.plist-bg .puse .ubox .listbox:after {
    content: "";
    width: 50%;
    height: 30px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.plist-bg .puse .ubox .listbox .list {
    padding: 40px 30px;
    height: 270px;
    overflow-y: auto;
}

@media only screen and (min-width: 800px) {
    .plist-bg .puse .ubox .listbox .list::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #efefef;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    .plist-bg .puse .ubox .listbox .list::-webkit-scrollbar-track {
        border-radius: 0;
        background: #efefef;
    }

    /*定义滑块 内阴影+圆角*/
    .plist-bg .puse .ubox .listbox .list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        border: 2px solid #fff;
        background-color: rgb(31, 167, 241);
    }
}

.plist-bg .puse .ubox .list .liu {
    font-size: 16px;
    color: #333333;
    padding-left: 20px;
    margin-bottom: 15px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../images/liu_03.png);
    -webkit-background-size: 6px 15px;
    background-size: 6px 15px;
}

.plist-bg .puse .ubox:nth-child(2n) .list .liu {
    background-image: url(../images/liu_05.png);
}

/*产品清单*/
.plist-bg .pmune .theme {
    font-size: 24px;
    color: rgb(31, 167, 241);
    margin-bottom: 30px;
    text-align: center;
}

.plist-bg .pmune .mtable .thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
    background-color: rgb(31, 167, 241);
}

.plist-bg .pmune .mtable .thead .tt {
    font-size: 18px;
    color: #f0f0f0;
    text-align: center;
}

.plist-bg .pmune .mtable .thead .tt.t1 {
    width: 130px;
}

.plist-bg .pmune .mtable .thead .tt.t2 {
    width: 10%;
}

.plist-bg .pmune .mtable .thead .tt.t3 {
    width: 15%;
}

.plist-bg .pmune .mtable .thead .tt.t3 {
    width: 15%;
}

.plist-bg .pmune .mtable .thead .tt.t4 {
    width: calc((60% - 340px) / 2);
}

.plist-bg .pmune .mtable .thead .tt.t5 {
    width: 210px;
}

.plist-bg .pmune .mtable .tbody {
    border: 1px solid #e6e6e6;
}

.plist-bg .pmune .mtable .tbody .lib {
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #fafafa;
    border-bottom: 1px solid #e6e6e6;
}

.plist-bg .pmune .mtable .tbody .lib:nth-child(2n) {
    background-color: #f5f5f5;
}

.plist-bg .pmune .mtable .tbody .lib .hh {
    font-size: 18px;
    color: rgb(31, 167, 241);
    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;
}

.plist-bg .pmune .mtable .tbody .lib .hh.h1 {
    width: 130px;
    cursor: pointer;
    position: relative;
    background-color: #f0f0f0;
}

.plist-bg .pmune .mtable .tbody .lib .hh.h1 .bimg {
    width: 100%;
    height: 100%;
    border-right: 1px solid #e6e6e6;
}

.plist-bg .pmune .mtable .tbody .lib .hh.h1:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/big_03.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.plist-bg .pmune .mtable .tbody .lib .hh.h2 {
    width: 10%;
}

.plist-bg .pmune .mtable .tbody .lib .hh.h3 {
    width: 15%;
}

.plist-bg .pmune .mtable .tbody .lib .hh.h3 {
    width: 15%;
    text-transform: uppercase;
}

.plist-bg .pmune .mtable .tbody .lib .hh.h4 {
    width: calc((60% - 340px) / 2);
}

.plist-bg .pmune .mtable .tbody .lib .hh.h5 {
    width: 210px;
}

.plist-bg .pmune .mtable .tbody .lib .hh.h5 .mail {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff;
    background-image: url(../images/mail.png);
}

.plist-bg .pmune .mtable .tbody .lib .hh .text {
    line-height: 1.5;
    max-width: 90%;
}

.layui-layer {
    min-width: 390px;
}

.layui-layer-page .layui-layer-content {
    overflow: hidden !important;
}

.layer-pimg {
    width: 100vw;
    height: 100vh;
    max-width: 390px;
    max-height: 390px;
}

@media only screen and (min-width: 601px) {
    .plist-bg .pmune .mtable .tbody .lib .hh.h1:hover:after {
        opacity: 1;
        visibility: visible;
    }

    .plist-bg .pmune .mtable .tbody .lib .hh.h5 .mail:hover {
        background-color: #8c2e31;
        background-image: url(../images/omail.png);
    }
}

@media only screen and (max-width: 1360px) {
    .plist-bg {
        padding: 80px 0;
    }

    .plist-bg .pdemo {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 1280px) {
    .plist-bg {
        padding: 60px 0;
    }

    .plist-bg .pdemo {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .plist-bg {
        padding: 30px 0;
    }

    .plist-bg .pdemo .pdright .title {
        margin-bottom: 20px;
    }

    .plist-bg .pdemo {
        margin-bottom: 40px;
    }

    .plist-bg .puse .ubox .theme {
        height: 60px;
        line-height: 60px;
    }

    .plist-bg .pmune .mtable .thead .tt {
        font-size: 16px;
    }

    .plist-bg .pmune .mtable .thead .tt.t3 {
        width: 10%;
    }

    .plist-bg .pmune .mtable .thead .tt.t5 {
        width: 180px;
    }

    .plist-bg .pmune .mtable .thead .tt.t4 {
        width: calc((60% - 310px) / 2);
    }

    .plist-bg .pmune .mtable .tbody .lib .hh {
        font-size: 16px;
    }

    .plist-bg .pmune .mtable .tbody .lib .hh.h5 {
        width: 180px;
    }

    .plist-bg .pmune .mtable .tbody .lib .hh.h3 {
        width: 10%;
    }

    .plist-bg .pmune .mtable .tbody .lib .hh.h4 {
        width: calc((60% - 310px) / 2);
    }
}

@media only screen and (max-width: 768px) {
    .plist-bg .pdemo .pdleft {
        float: none;
        width: 100%;
        margin-bottom: 3%;
    }

    .plist-bg .pdemo .pdright {
        float: none;
        width: 100%;
    }

    .plist-bg .puse {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .plist-bg .puse .ubox {
        width: 100%;
    }

    .plist-bg .puse .ubox .theme {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .plist-bg .puse .ubox .listbox .list {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 414px) {
    .plist-bg {
        padding: 6% 0;
    }

    .plist-bg .pdemo .pdright .title {
        margin-bottom: 5%;
    }

    .plist-bg .pdemo {
        margin-bottom: 6%;
    }

    .plist-bg .pdemo .pdright .title {
        margin-bottom: 3%;
        font-size: 20px;
    }

    .plist-bg .puse {
        margin-bottom: 6%;
    }

    .plist-bg .puse .ubox .theme {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .plist-bg .pmune .mtable .thead {
        height: 40px;
        line-height: 40px;
    }

    .plist-bg .pmune .mtable .tbody .lib {
        height: 100px;
    }

    .plist-bg .pmune .mtable .tbody .lib .hh.h1 {
        width: 100px;
    }

    .plist-bg .pmune .mtable .thead .tt.t1 {
        width: 100px;
    }

    .plist-bg .pmune .mtable .thead .tt.t3 {
        width: calc(100% - 200px);
    }

    .plist-bg .pmune .mtable .tbody .lib .hh.h3 {
        width: calc(100% - 200px);
    }

    .plist-bg .pmune .mtable .thead .tt.t2 {
        display: none;
    }

    .plist-bg .pmune .mtable .thead .tt.t3.num {
        display: none;
    }

    .plist-bg .pmune .mtable .thead .tt.t4 {
        display: none;
    }

    .plist-bg .pmune .mtable .tbody .lib .hh.h2 {
        display: none;
    }

    .plist-bg .pmune .mtable .tbody .lib .hh.h3.num {
        display: none;
    }

    .plist-bg .pmune .mtable .tbody .lib .hh.h4 {
        display: none;
    }

    .plist-bg .pmune .mtable .thead .tt.t5 {
        width: 100px;
    }

    .plist-bg .pmune .mtable .tbody .lib .hh.h5 {
        width: 100px;
    }

    .plist-bg .pmune .mtable .tbody .lib .hh {
        font-size: 14px;
    }
}

/* =========

  核心技术

  ========== */
.center-js {
    padding-top: 100px;
    padding-bottom: 130px;
}

.center-js .msg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.center-js .msg .theme {
    font-size: 36px;
    color: #333333;
    margin-bottom: 20px;
}

.center-js .msg .text {
    font-size: 16px;
    color: #333333;
}

.center-js .jslist {
    width: 940px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.center-js .jslist .lijs {
    width: calc((100% - 160px) / 3);
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
}

.center-js .jslist .lijs:after {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(123, 30, 33, .29);
}

.center-js .jslist .lijs .jsbox {
    padding-top: 100%;
    border: 1px solid #7c2023;
    position: relative;
    z-index: 11;
    background-color: #fff;
    overflow: hidden;
}

.center-js .jslist .lijs .jsbox .inbox {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.center-js .jslist .lijs .jsbox .inbox .ico {
    max-height: 68px;
    margin-bottom: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.center-js .jslist .lijs .jsbox .inbox .title {
    font-size: 20px;
    color: rgb(31, 167, 241);
    text-align: center;
}

@media only screen and (min-width: 601px) {
    .center-js .jslist .lijs:hover:after {
        background-color: rgba(123, 30, 33, 1);
    }
}

@media only screen and (max-width: 1440px) {
    .center-js {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 1360px) {
    .center-js {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .center-js .jslist .lijs {
        width: calc((100% - 140px) / 3);
    }
}

@media only screen and (max-width: 1280px) {
    .center-js {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .center-js .jslist .lijs {
        width: calc((100% - 100px) / 3);
    }
}

@media only screen and (max-width: 1024px) {
    .center-js .msg {
        position: relative;
        margin-bottom: 30px;
        transform: translateY(0);
    }

    .center-js .msg .theme {
        font-size: 30px;
    }

    .center-js .jslist {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .center-js .jslist .lijs {
        width: calc((100% - 60px) / 3);
    }
}

@media only screen and (max-width: 640px) {
    .center-js .jslist .lijs .jsbox .inbox .ico {
        max-height: 50px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 414px) {
    .center-js {
        padding-top: 5%;
        padding-bottom: 6%;
    }

    .center-js .msg .theme {
        font-size: 24px;
    }

    .center-js .jslist {
        display: block;
    }

    .center-js .jslist .lijs {
        width: calc((100% - 20px) / 2);
        margin-bottom: 6%;
        margin-right: 20px;
        float: left;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .center-js .jslist .lijs:nth-child(2n) {
        margin-right: 0;
    }
}


/* =========

  解决方案

  ========== */
.center-fa {
    padding-bottom: 30px;
    text-align: center;
}

.center-fa .theme {
    font-size: 36px;
    color: #333333;
    margin-bottom: 15px;
}

.center-fa .text {
    font-size: 16px;
    color: #191a1c;
    line-height: 2;
}

.center-fa .fa-list {
    padding: 0 30px;
}

.center-fa .fa-list .lif {
    position: relative;
    border-radius: 0 20px 25px 0;
    padding-top: 80px;
    padding-bottom: 90px;
    border-right: 8px solid rgb(31, 167, 241);
}

.center-fa .fa-list .lif .bottom {
    width: calc(100% - 36px);
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: rgb(31, 167, 241);
    margin-left: 2px;
    transform: translateX(-50%);
}

.center-fa .fa-list .lif:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-style: solid;
    border-width: 8px;
    border-color: rgb(31, 167, 241) transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -8px;
    margin-right: -8px;
    transform: rotate(45deg);
}

.center-fa .fa-list .lif:after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-style: solid;
    border-width: 8px;
    border-color: rgb(31, 167, 241) transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -8px;
    transform: rotate(135deg);
}

.center-fa .fa-list .lif:first-child {
    padding-top: 50px;
    border-radius: 0 0 25px 0;
}

.center-fa .fa-list .lif:first-child:before {
    width: 8px;
    height: 50%;
    right: 0;
    top: 0;
    background-color: #fff;
    transform: rotate(0deg);
    border-radius: 0;
    border: none;
}

.center-fa .fa-list .lif:nth-child(2n) {
    border-right: none;
    border-radius: 22px 0 0 22px;
    border-left: 8px solid rgb(31, 167, 241);
}

.center-fa .fa-list .lif:nth-child(2n) .bottom {
    margin-left: -1px;
}

.center-fa .fa-list .lif:nth-child(2n):before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-style: solid;
    border-width: 8px;
    border-color: rgb(31, 167, 241) transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -8px;
    transform: rotate(-45deg);
}

.center-fa .fa-list .lif:nth-child(2n):after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-style: solid;
    border-width: 8px;
    border-color: rgb(31, 167, 241) transparent transparent transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: -8px;
    transform: rotate(-135deg);
}

.center-fa .fa-list .lif:last-child:not(:nth-child(2n)) {
    border-radius: 0 20px 0 0;
}

.center-fa .fa-list .lif:last-child:not(:nth-child(2n)) .bottom {
    display: none;
}

.center-fa .fa-list .lif:last-child:not(:nth-child(2n)):after {
    width: 8px;
    height: 50%;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transform: rotate(0deg);
    border-radius: 0;
    border: none;
}

.center-fa .fa-list .lif .num {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: rgb(31, 167, 241);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -33px;
    margin-right: -37px;
    font-size: 36px;
    color: #fff;
    z-index: 11;
}

.center-fa .fa-list .lif:nth-child(2n) .num {
    left: 0;
    right: auto;
    margin-right: 0;
    margin-left: -37px;
}

.center-fa .fa-list .lif .inbox {
    text-align: left;
    position: relative;
}

.center-fa .fa-list .lif:nth-child(2n) .inbox {
    text-align: right;
}

.center-fa .fa-list .lif .inbox .imgbox {
    max-width: 900px;
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5)
}

.center-fa .fa-list .lif .inbox .imgbox .fimg {
    padding-top: calc(530 / 900 * 100%);
}

.center-fa .fa-list .lif .inbox .fmain {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    width: 630px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}

.center-fa .fa-list .lif:nth-child(2n) .inbox .fmain {
    right: auto;
    left: 100px;
}

.center-fa .fa-list .lif .inbox .fmain .title {
    height: 75px;
    line-height: 75px;
    background-color: rgb(31, 167, 241);
    padding: 0 40px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.center-fa .fa-list .lif .inbox .fmain .machine {
    padding: 30px 40px;
}

.center-fa .fa-list .lif .inbox .fmain .machine .bt {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(31, 167, 241);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.center-fa .fa-list .lif .inbox .fmain .machine .mbox {
    font-size: 18px;
    color: #999999;
}

@media only screen and (max-width: 1360px) {
    .center-fa .fa-list .lif {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .center-fa .fa-list .lif {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .center-fa .theme {
        font-size: 30px;
    }

    .center-fa .fa-list .lif {
        padding-top: 0;
        padding-bottom: 50px;
        border: none;
    }

    .center-fa .fa-list .lif:first-child {
        padding-top: 30px;
    }

    .center-fa .fa-list .lif:nth-child(2n) {
        border: none;
    }

    .center-fa .fa-list .lif:before {
        display: none;
    }

    .center-fa .fa-list .lif:after {
        display: none;
    }

    .center-fa .fa-list .lif .num {
        display: none;
    }

    .center-fa .fa-list .lif .bottom {
        display: none;
    }

    .center-fa .fa-list .lif .inbox .fmain {
        position: relative;
        width: 100%;
        transform: translateY(0);
        right: 0;
    }

    .center-fa .fa-list .lif:nth-child(2n) .inbox .fmain {
        left: 0;
    }

    .center-fa .fa-list .lif .inbox .fmain .title {
        height: 60px;
        line-height: 60px;
        font-weight: normal;
        padding: 0 20px;
        font-size: 20px;
    }

    .center-fa .fa-list .lif .inbox .fmain .machine {
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 414px) {
    .center-fa .theme {
        font-size: 24px;
    }

    .center-fa .fa-list {
        padding: 0;
    }

    .center-fa .fa-list .lif {
        padding-bottom: 10%;
    }

    .center-fa .fa-list .lif:last-child {
        padding-bottom: 0;
    }
}

/* =========

  封装技术

  ========== */
.pack-bg {
    padding-top: 70px;
    padding-bottom: 90px;
}

.pack-bg .pbox:nth-child(1) {
    margin-bottom: 70px;
}

.pack-bg .pbox .bbt {
    margin-bottom: 10px;
    height: 260px;
    text-align: center;
}

.pack-bg .pbox .bbt .bt {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pack-bg .pbox .bbt .content {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 2;
}

.pack-bg .pbox .listbox {
    padding: 30px 0;
    min-height: 300px;
    text-align: center;
}

.pack-bg .pbox .listbox .inbox {
    width: 94%;
    max-width: 780px;
}

.pack-bg .pbox .listbox .inbox .theme {
    font-size: 30px;
    color: #7a121a;
}

.pack-bg .pbox .listbox .inbox .list {
    margin-top: 20px;
    padding: 25px 35px;
    background-color: rgba(0, 0, 0, .15);
}

.pack-bg .pbox .listbox .inbox .list .ll {
    width: calc((100% - 30px) / 2);
    float: left;
    position: relative;
}

.pack-bg .pbox .listbox .inbox .list .ll:nth-child(2n) {
    float: right;
}

.pack-bg .pbox .listbox .inbox .list .ll .limg {
    padding-top: calc(120 / 330 * 100%);
}

.pack-bg .pbox .listbox .inbox .list .ll .btitle {
    font-size: 18px;
    color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pack-bg .pbox .listbox:nth-child(2) {
    background-position: top;
}

.pack-bg .pbox .listbox:nth-child(2) .inbox {
    width: 94%;
    max-width: 1145px;
}

.pack-bg .pbox .listbox .inbox .list {
    padding: 25px 35px 0 35px;
}

.pack-bg .pbox .listbox:nth-child(2) .inbox .list .ll {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}

.pack-bg .pbox .listbox:nth-child(2) .inbox .list .ll:nth-child(2n) {
    float: left;
}

.pack-bg .pbox .listbox:nth-child(2) .inbox .list .ll:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.pack-bg .pbox .listbox:nth-child(2) .inbox .list .ll .limg {
    padding-top: calc(115 / 340 * 100%);
}

.pack-bg .pbox .listbox:nth-child(2) .inbox .list .ll .btitle {
    color: #fff;
}

@media only screen and (max-width: 1360px) {
    .pack-bg {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .pack-bg {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .pack-bg .pbox:nth-child(1) {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .pack-bg .pbox .bbt .bt {
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .pack-bg .pbox:nth-child(1) {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .pack-bg {
        width: 100%;
    }

    .pack-bg .pbox .listbox .inbox {
        width: 100%;
    }

    .pack-bg .pbox .listbox .inbox .list .ll {
        width: 100%;
        margin-bottom: 6%;
    }

    .pack-bg .pbox .bbt .bt {
        font-size: 24px;
    }

    .pack-bg .pbox .bbt .content {
        font-size: 16px;
        font-weight: normal;
    }

    .pack-bg .pbox:nth-child(1) {
        margin-bottom: 6%;
    }

    .pack-bg .pbox .listbox:nth-child(2) .inbox {
        width: 100%;
    }

    .pack-bg .pbox .listbox:nth-child(2) .inbox .list .ll {
        width: 100%;
        margin-bottom: 6%;
    }
}

/* =========

  测试技术

  ========== */
.test-bg {
    padding-top: 70px;
    padding-bottom: 90px;
    overflow: hidden;
}

.test-bg .ttop {
    padding-bottom: 60px;
    position: relative;
}

.test-bg .ttop .ttheme {
    text-align: center;
    height: 300px;
}

.test-bg .ttop .ttheme .bt {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.test-bg .ttop .ttheme .content {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-top: 20px;
    padding: 0 3%;
}

.test-bg .ttop .clist-swiper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: 11;
    overflow: visible;
}

.test-bg .ttop .clist-swiper[data-on="on"] {
    position: fixed;
    top: 80px;
    width: 100%;
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 111;
}

.test-bg .ttop .clist-swiper .swiper-wrapper .cc {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #fff transparent #fff #fff;
    cursor: pointer;
}

.test-bg .ttop .clist-swiper .swiper-wrapper .cc.swiper-slide-thumb-active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 38px;
    background-image: url(../images/ccenter_03.png);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.test-bg .ttop .clist-swiper .swiper-wrapper .cc.swiper-slide-thumb-active {
    background-color: rgb(31, 167, 241);
    border-color: rgb(31, 167, 241) transparent rgb(31, 167, 241) rgb(31, 167, 241);
}

/*section*/
.test-bg .gallery-top {
    max-height: 420px;
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box {
    min-height: 420px;
    padding: 30px 0;
    text-align: center;
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox {
    width: 94%;
    margin: 0 auto;
    text-align: left;
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox .classname {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.test-bg .gallery-top.fz .swiper-wrapper .swiper-slide .test-box .inbox .classname {
    color: #000;
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox .classname.cc {
    color: rgb(31, 167, 241);
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox .classcontent {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.test-bg .gallery-top.fz .swiper-wrapper .swiper-slide .test-box .inbox .classcontent {
    color: #000;
}

.test-bg .gallery-top.test .swiper-wrapper .swiper-slide .test-box .inbox .classcontent {
    max-width: 370px;
}

.test-bg .gallery-top.test .swiper-wrapper .swiper-slide:nth-child(1) .test-box .inbox .classcontent {
    max-width: 1055px;
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox .classcontent table {
    width: 100%;
}

/*list*/
.test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox .list {
    margin-top: 20px;
    width: 100%;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox .list .li {
    width: calc((100% - 60px) / 2);
    float: left;
    text-align: center;
    margin-right: 60px;
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox .list .li:nth-child(2) {
    margin-right: 0;
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox .list .li .imgbox {
    padding: 30px;
    background-color: rgba(255, 255, 255, .49);
    margin-bottom: 10px;
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox .list .li .imgbox .limg {
    padding-top: calc(115 / 340 * 100%);
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox .list .li .title {
    font-size: 16px;
    color: #333333;
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide:last-child .test-box .inbox .list {
    max-width: 1270px;
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide:last-child .test-box .inbox .list .li {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide:last-child .test-box .inbox .list .li:nth-child(2) {
    margin-right: 30px;
}

.test-bg .gallery-top .swiper-wrapper .swiper-slide:last-child .test-box .inbox .list .li:nth-child(3) {
    margin-right: 0;
}

@media only screen and (max-width: 1360px) {
    .test-bg {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .test-bg {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .test-bg .ttop .clist-swiper {
        height: 50px;
        line-height: 50px;
    }

    .test-bg .ttop .ttheme .bt {
        font-size: 30px;
        font-weight: normal;
    }
}

@media only screen and (max-width: 414px) {
    .test-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }

    .test-bg .ttop .ttheme {
        height: 230px;
    }

    .test-bg .ttop .ttheme .bt {
        font-size: 24px;
    }

    .test-bg .ttop .ttheme .content {
        font-size: 14px;
    }

    .test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox .list .li {
        width: 100%;
    }

    .test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox .list .li .imgbox {
        padding: 5%;
    }

    .test-bg .gallery-top .swiper-wrapper .swiper-slide .test-box .inbox .classname {
        font-size: 24px;
    }
}



/*智财专利*/
.money-bg {
    padding-top: 70px;
}

.money-bg .mbox {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
}

.money-bg .mbox .theme {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.money-bg .mbox:nth-child(2) .theme {
    color: rgb(31, 167, 241);
}

.money-bg .mbox .mlist {
    max-width: 1260px;
}

.money-bg .mbox .mlist .lim {
    width: calc(100% / 3);
    text-align: center;
    float: left;
    border-right: 1px solid #fff;
}

.money-bg .mbox .mlist .lim:last-child {
    border: none;
}

.money-bg .mbox .mlist .lim .ico {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-height: 70px;
    margin-bottom: 10px;
}

.money-bg .mbox .mlist .lim .num {
    font-size: 48px;
    color: #ffffff;
}

.money-bg .mbox:nth-child(2) .mlist .lim .num {
    color: rgb(31, 167, 241);
}

.money-bg .mbox .mlist .lim .num span {
    font-size: 18px;
}

.money-bg .mbox .mlist .lim .title {
    font-size: 16px;
    color: #fff;
}

.money-bg .mbox:nth-child(2) .mlist .lim .title {
    color: rgb(31, 167, 241);
}

.money-bg .lmbox {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: center;
}

.money-bg .lmbox .theme {
    font-size: 36px;
    color: #333333;
    margin-bottom: 10px;
}

.money-bg .lmbox .tcontent {
    font-size: 18px;
    color: #444444;
    line-height: 2;
    margin-bottom: 40px;
}

.money-bg .lmbox .mlist {
    background-color: rgba(0, 0, 0, .64);
    padding-top: 60px;
    padding-bottom: 40px;
}

.money-bg .lmbox .mlist .bbt {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 40px;
}

.money-bg .lmbox .mlist .list {
    max-width: 1080px;
}

.money-bg .lmbox .mlist .list .lim {
    width: 25%;
    float: left;
    border-right: 1px solid #fff;
}

.money-bg .lmbox .mlist .list .lim:last-child {
    border: none;
}

.money-bg .lmbox .mlist .list .lim .ico {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-height: 70px;
    margin-bottom: 10px;
}

.money-bg .lmbox .mlist .list .lim .num {
    font-size: 48px;
    color: #ffffff;
}

.money-bg .lmbox .mlist .list .lim .title {
    font-size: 16px;
    color: #fff;
}

@media only screen and (max-width: 1360px) {
    .money-bg {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .money-bg {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .money-bg .mbox .mlist .lim {
        width: 50%;
    }

    .money-bg .lmbox .theme {
        font-size: 30px;
    }

    .money-bg .lmbox .tcontent {
        margin-bottom: 6%;
    }

    .money-bg .lmbox .mlist {
        padding: 6% 0;
    }

    .money-bg .lmbox .mlist .list .lim {
        width: 50%;
    }

    .money-bg {
        padding-top: 6%;
    }

    .money-bg .lmbox {
        margin-top: 6%;
    }
}



/* =========

  品质管理

  ========== */
/*管理体系*/
.honor-bg {
    padding-bottom: 80px;
}

.honor-bg .honor-swiper {
    padding-top: 20px;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide {
    cursor: pointer;
    text-align: center;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .imgbox {
    padding: 10px 10px 0 10px;
    background-color: #dbdbdb;
    margin-bottom: 10px;
    transition: all .5s ease;
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .imgbox .simg {
    padding-top: calc(380 / 260 * 100%);
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .imgbox .en {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/hbg_03.png);
}

.honor-bg .honor-swiper .swiper-wrapper .swiper-slide .cn {
    font-size: 20px;
    color: #333333;
    transition: all .5s ease;
}

@media only screen and (min-width: 601px) {
    .honor-bg .honor-swiper .swiper-wrapper .swiper-slide:hover .imgbox {
        background-color: #7a121a;
    }

    .honor-bg .honor-swiper .swiper-wrapper .swiper-slide:hover .cn {
        color: #7a121a;
    }
}

@media only screen and (max-width: 1280px) {
    .honor-bg {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .honor-bg {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 414px) {
    .honor-bg {
        padding-bottom: 6%;
    }

    .honor-bg .honor-swiper {
        padding-top: 0;
    }
}

/*力求零缺陷*/
.zero-bg {
    padding-bottom: 90px;
}

.zero-bg .zero-box {
    padding-top: 20px;
}

.zero-bg .zero-box .zitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.zero-bg .zero-box .zitem:nth-child(2n) {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.zero-bg .zero-box .zitem .imgbox {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    width: 50%;
}

.zero-bg .zero-box .zitem .imgbox .zimg {
    padding-top: calc(485 / 700 * 100%);
}

.zero-bg .zero-box .zitem .main {
    position: relative;
    width: 50%;
    background-color: #f0f0f0;
    font-size: 24px;
    color: #333333;
    line-height: 2;
    padding: 0 50px;
}

.zero-bg .zero-box .zitem .main:after {
    content: "";
    border-style: solid;
    border-width: 13px;
    border-color: transparent transparent transparent #f0f0f0;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
}

.zero-bg .zero-box .zitem:nth-child(2n) .main {
    background-color: #ffffff;
}

.zero-bg .zero-box .zitem:nth-child(2n) .main:after {
    content: "";
    border-style: solid;
    border-width: 13px;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: auto;
    right: 100%;
    top: 50%;
    margin-top: -10px;
}

@media only screen and (max-width: 1360px) {
    .zero-bg {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1280px) {
    .zero-bg {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .zero-bg .zero-box .zitem .main {
        font-size: 20px;
    }

    .zero-bg .zero-box {
        padding-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .zero-bg .zero-box .zitem {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .zero-bg .zero-box .zitem:nth-child(2n) {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .zero-bg .zero-box .zitem .imgbox {
        width: 100%;
    }

    .zero-bg .zero-box .zitem .main {
        width: 100%;
        padding: 30px;
    }

    .zero-bg .zero-box .zitem .main:after {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .zero-bg .zero-box .zitem .main {
        padding: 3%;
        font-size: 18px;
    }

    .zero-bg {
        padding-bottom: 6%;
    }
}

/*品质奖项*/
.awards-bg {
    margin-bottom: 80px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/sdz_03.png);
}

.awards-bg .index-bt {
    position: absolute;
    left: 0;
    top: 30px;
    margin-bottom: 0;
}

.awards-bg .bigimg-swiper {
    width: 100%;
    max-width: 570px;
    float: right;
    background-color: #f0f0f0;
    position: relative;
}

.awards-bg .bigimg-swiper .bimg {
    padding-top: calc(540 / 570 * 100%);
    transition: all .5s ease;
}

.awards-bg .sigimgbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
}

.awards-bg .sigimg-swiper .simg {
    padding-top: 100%;
    transition: all .5s ease;
}

.awards-bg .sigimgbox .btnbox {
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -1px;
    transform: translateX(50%);
    z-index: 111;
}

.awards-bg .sigimgbox .btnbox:after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #e0e0e0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.awards-bg .sigimgbox .btnbox .btn {
    width: 50px;
    height: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 15px 13px;
    background-size: 15px 13px;
    cursor: pointer;
    outline: none;
    transition: all .5s ease;
}

.awards-bg .sigimgbox .btnbox .btn.awards-prev {
    background-image: url(../images/btn_03.png);
}

.awards-bg .sigimgbox .btnbox .btn.awards-next {
    background-image: url(../images/btn_05.png);
}

.awards-bg .awards-swiper {
    position: absolute;
    top: 160px;
    right: 570px;
    width: 320px;
}

.awards-bg .awards-swiper .awards-pagination {
    margin-bottom: 30px;
    font-size: 16px;
    color: #7a121a;
    font-family: "ziti";
}

.awards-bg .awards-swiper .awards-pagination span {
    font-size: 36px;
}

.awards-bg .awards-swiper .swiper-wrapper .swiper-slide .acontent {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

@media only screen and (min-width: 601px) {
    .awards-bg .sigimgbox .btnbox .btn:hover {
        background-color: rgb(31, 167, 241);
    }

    .awards-bg .sigimgbox .btnbox .btn.awards-prev:hover {
        background-image: url(../images/hbtn_03.png);
    }

    .awards-bg .sigimgbox .btnbox .btn.awards-next:hover {
        background-image: url(../images/hbtn_05.png);
    }
}

@media only screen and (max-width: 1280px) {
    .awards-bg .awards-swiper {
        right: 480px;
    }

    .awards-bg {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .awards-bg .index-bt {
        position: relative;
        margin-bottom: 30px;
        top: 0;
    }

    .awards-bg .bigimg-swiper:after {
        display: none;
    }

    .awards-bg .sigimgbox {
        border: none;
    }

    .awards-bg .sigimgbox .sigimg-swiper {
        display: none;
    }

    .awards-bg .sigimgbox .btnbox {
        left: 0;
        right: auto;
        transform: translateX(0);
    }

    .awards-bg .awards-swiper {
        left: 0;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .awards-bg {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .awards-bg .bigimg-swiper {
        max-width: none;
        margin-bottom: 3%;
    }

    .awards-bg .awards-swiper .awards-pagination {
        margin-bottom: 3%;
    }

    .awards-bg .sigimgbox {
        display: none;
    }

    .awards-bg .awards-swiper {
        position: relative;
        width: 100%;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 414px) {
    .awards-bg {
        margin-bottom: 6%;
    }

    .awards-bg .awards-swiper .awards-pagination span {
        font-size: 30px;
    }
}


/*试验能力*/
.try-bg {
    padding-bottom: 70px;
}

.try-bg .swiperbox {
    margin-top: 20px;
    padding: 0 30px;
    position: relative;
}

.try-bg .swiperbox .test-swiper {
    padding-bottom: 20px;
}

.try-bg .swiperbox .test-swiper .swiper-wrapper .swiper-slide {
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.try-bg .swiperbox .test-swiper .swiper-wrapper .swiper-slide .timg {
    padding-top: calc(380 / 650 * 100%);
}

.try-bg .swiperbox .test-swiper .swiper-wrapper .swiper-slide .title {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    background-color: rgba(255, 255, 255, .85);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    color: #7a1217;
    transition: all .5s ease;
}

.try-bg .swiperbox .test-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
}

.try-bg .swiperbox .test-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #ac2c33 transparent transparent #ac2c33;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    transform: rotate(-45deg);
}

.try-bg .swiperbox .test-next {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
}

.try-bg .swiperbox .test-next:after {
    content: "";
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #ac2c33 transparent transparent #ac2c33;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    transform: rotate(135deg);
}

@media only screen and (min-width: 601px) {
    .try-bg .swiperbox .test-swiper .swiper-wrapper .swiper-slide:hover .title {
        background-color: rgba(122, 18, 23, .47);
        color: #fff;
    }
}

@media only screen and (max-width: 1360px) {
    .try-bg {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .try-bg {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .try-bg .swiperbox .test-swiper .swiper-wrapper .swiper-slide .title {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }

    .try-bg .swiperbox .test-swiper .swiper-wrapper .swiper-slide .title {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 768px) {
    .try-bg .swiperbox {
        padding: 0;
    }

    .try-bg .swiperbox .test-prev {
        display: none;
    }

    .try-bg .swiperbox .test-next {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .try-bg {
        padding-bottom: 6%;
    }
}

/*ipad*/
.ipad-bg {
    margin-bottom: 150px;
    position: relative;
    padding: 70px 60px;
}

.ipad-bg .kk {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 5px solid rgba(123, 30, 33, .41);
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}

.ipad-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 5px solid rgba(123, 30, 33, .41);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
}

.ipad-bg:after {
    content: "";
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    border: 5px solid rgba(123, 30, 33, .41);
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50px;
    transform: translate(-50%, -50%);
}

.ipad-bg .ipadbox {
    border-radius: 5px;
    border: 5px solid rgba(123, 30, 33, .41);
    padding-top: calc(850 / 1260 * 100%);
    position: relative;
    overflow: hidden;
}

.ipad-bg .ipadbox .ipadbt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #7a121a;
    text-align: center;
    font-size: 24px;
    color: #fff;
    z-index: 11;
}

.ipad-bg .ipadbox .ipad-swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ipad-bg .ipadbox .ipad-swiper .swiper-wrapper .swiper-slide .timg {
    height: 100%;
}

.ipad-bg .ipadbox .ipad-prev {
    width: 100px;
    height: 100px;
    background-color: rgba(122, 18, 26, .13);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    z-index: 11;
    border-radius: 50%;
    transform: translateX(-50%);
    background-position: 65px;
    background-repeat: no-repeat;
    background-image: url(../images/wjtt_03.png);
    cursor: pointer;
    outline: none;
    transition: all .5s ease;
}

.ipad-bg .ipadbox .ipad-next {
    width: 100px;
    height: 100px;
    background-color: rgba(122, 18, 26, .13);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
    z-index: 11;
    border-radius: 50%;
    transform: translateX(50%);
    background-position: 15px;
    background-repeat: no-repeat;
    background-image: url(../images/wjtt2.png);
    cursor: pointer;
    outline: none;
    transition: all .5s ease;
}

@media only screen and (min-width: 601px) {
    .ipad-bg .ipadbox .ipad-prev:hover {
        background-image: url(../images/jtt2_03.png);
    }

    .ipad-bg .ipadbox .ipad-next:hover {
        background-image: url(../images/jtt.png);
    }
}

@media only screen and (max-width: 1440px) {
    .ipad-bg {
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 1360px) {
    .ipad-bg {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 1280px) {
    .ipad-bg {
        padding: 60px 50px;
        margin-bottom: 80px;
    }

    .ipad-bg .kk {
        right: 21px;
    }
}

@media only screen and (max-width: 1024px) {
    .ipad-bg {
        padding: 0;
        margin-bottom: 60px;
    }

    .ipad-bg:before {
        display: none;
    }

    .ipad-bg:after {
        display: none;
    }

    .ipad-bg .ipadbox .ipadbt {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .ipad-bg {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 414px) {
    .ipad-bg {
        margin-bottom: 6%;
    }

    .ipad-bg .ipadbox .ipadbt {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

    .ipad-bg .ipadbox .ipad-prev {
        display: none;
    }

    .ipad-bg .ipadbox .ipad-next {
        display: none;
    }
}


/* =========

  人力招募

  ========== */
/*薪资福利*/
.fuli-bg {
    padding-top: 60px;
    padding-bottom: 110px;
}

.fuli-bg .fuli-swiper {
    padding-top: 20px;
}

.fuli-bg .fuli-swiper .swiper-wrapper .swiper-slide:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d9dbde;
    position: absolute;
    left: calc(100% + 15px);
    top: 0;
}

.fuli-bg .fuli-swiper .swiper-wrapper .swiper-slide .flimg {
    padding-top: calc(180 / 325 * 100%);
    margin-bottom: 30px;
}

.fuli-bg .fuli-swiper .swiper-wrapper .swiper-slide .title {
    font-size: 24px;
    color: #666666;
}

.fuli-bg .fuli-swiper .swiper-wrapper .swiper-slide .line {
    height: 50px;
    position: relative;
}

.fuli-bg .fuli-swiper .swiper-wrapper .swiper-slide .line:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: rgb(31, 167, 241);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.fuli-bg .fuli-swiper .swiper-wrapper .swiper-slide .flcontent {
    font-size: 14px;
    color: #666666;
    line-height: 2;
}

@media only screen and (max-width: 1360px) {
    .fuli-bg {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1280px) {
    .fuli-bg {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .fuli-bg {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 414px) {
    .fuli-bg .fuli-swiper .swiper-wrapper .swiper-slide:after {
        display: none;
    }

    .fuli-bg .fuli-swiper .swiper-wrapper .swiper-slide .flimg {
        margin-bottom: 6%;
    }

    .fuli-bg .fuli-swiper .swiper-wrapper .swiper-slide .line {
        height: 30px;
    }

    .fuli-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }

    .fuli-bg .fuli-swiper {
        padding-top: 0;
    }

    .fuli-bg .fuli-swiper .swiper-wrapper .swiper-slide .title {
        font-size: 20px;
    }
}

/*员工活动*/
.ativity-bg {
    padding-top: 120px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
    background-color: #e8e8e8;
}

.ativity-bg .bgg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55%;
}

.ativity-bg .inbox {
    padding-left: 175px;
    float: right;
    width: 97%;
    max-width: 1660px;
    position: relative;
}

.ativity-bg .inbox .theme {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 36px;
    color: #fff;
}

.ativity-bg .inbox .ativity-swiper {
    margin-bottom: 60px;
    padding-bottom: 10px;
}

.ativity-bg .inbox .ativity-swiper .swiper-wrapper .swiper-slide .aimg {
    padding-top: calc(275 / 410 * 100%);
}

.ativity-bg .inbox .ativity-swiper .swiper-wrapper .swiper-slide .text {
    padding: 30px 25px;
    background-color: #fff;
}

.ativity-bg .inbox .ativity-swiper .swiper-wrapper .swiper-slide .text .title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}

.ativity-bg .inbox .ativity-swiper .swiper-wrapper .swiper-slide .text .time {
    font-size: 14px;
    color: #666666;
}

.ativity-bg .inbox .btnbox {
    font-size: 0;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ativity-bg .inbox .btnbox:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e8e8e8;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.ativity-bg .inbox .btnbox .btn {
    width: 70px;
    height: 40px;
    background-color: #fff;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    outline: none;
    cursor: pointer;
    transition: all .5s ease;
}

.ativity-bg .inbox .btnbox .btn.activity-prev:after {
    content: "";
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #404040 #404040 transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    transform: rotate(-135deg);
}

.ativity-bg .inbox .btnbox .btn.activity-next:after {
    content: "";
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #404040 #404040 transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    transform: rotate(45deg);
}

@media only screen and (min-width: 601px) {
    .ativity-bg .inbox .btnbox .btn:hover {
        background-color: #efefef;
    }

    .ativity-bg .inbox .btnbox .btn:hover:after {
        border-color: #a7a7a7 #a7a7a7 transparent transparent;
    }
}

@media only screen and (max-width: 1360px) {
    .ativity-bg {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1280px) {
    .ativity-bg {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .ativity-bg {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .ativity-bg .inbox .theme {
        font-size: 30px;
    }

    .ativity-bg .inbox .ativity-swiper {
        margin-bottom: 30px;
    }

    .ativity-bg .inbox .ativity-swiper .swiper-wrapper .swiper-slide .text {
        padding: 25px 20px;
    }

    .ativity-bg .inbox .ativity-swiper .swiper-wrapper .swiper-slide .text .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .ativity-bg .inbox .ativity-swiper .swiper-wrapper .swiper-slide .text {
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 414px) {
    .ativity-bg {
        padding-top: 6%;
        padding-bottom: 4%;
    }

    .ativity-bg .inbox .theme {
        font-size: 24px;
        position: relative;
        margin-bottom: 6%;
    }

    .ativity-bg .inbox {
        padding-left: 0;
    }

    .ativity-bg .inbox .ativity-swiper {
        margin-bottom: 3%;
    }

    .ativity-bg .inbox .btnbox .btn {
        width: 50px;
        height: 30px;
    }
}


/*培训提升*/
.up-bg {
    padding-top: 200px;
    padding-bottom: 260px;
}

.up-bg .index-bt {
    text-align: left;
}

.up-bg .upbox {
    margin-top: 50px;
    padding-right: 480px;
    position: relative;
}

.up-bg .upbox .uleft {
    position: relative;
}

.up-bg .upbox .uleft .up-swiper .swiper-wrapper .swiper-slide .uu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    /*width: 920px;*/
}

.up-bg .upbox .uleft .up-swiper .swiper-wrapper .swiper-slide .uu .imgbox {
    width: calc(100% - 440px);
}

.up-bg .upbox .uleft .up-swiper .swiper-wrapper .swiper-slide .uu .imgbox .uimg {
    height: 480px;
}

.up-bg .upbox .uleft .up-swiper .swiper-wrapper .swiper-slide .uu .text {
    width: 440px;
    padding: 110px 80px 0 80px;
    background-color: #7a121a;
}

.up-bg .upbox .uleft .up-swiper .swiper-wrapper .swiper-slide .uu .text .title {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 70px;
}

.up-bg .upbox .uleft .up-swiper .swiper-wrapper .swiper-slide .uu .text .content {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    max-height: 192px;
    overflow-y: auto;
}

@media only screen and (min-width: 800px) {
    .up-bg .upbox .uleft .up-swiper .swiper-wrapper .swiper-slide .uu .text .content::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.up-bg .upbox .uleft .btnbox {
    width: 240px;
    height: 240px;
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 111;
}

.up-bg .upbox .uleft .btnbox .el {
    width: 60%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.up-bg .upbox .uleft .btnbox .el:after {
    content: '';
    width: 2px;
    height: 24px;
    background-color: #ebebeb;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.up-bg .upbox .uleft .btnbox .el .btn {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    outline: none;
}

.up-bg .upbox .uleft .btnbox .el .btn.up-prev:after {
    content: "";
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 2px;
    border-color: #d8d8d8 transparent transparent #d8d8d8;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
    transform: rotate(-45deg);
}

.up-bg .upbox .uleft .btnbox .el .btn.up-next:after {
    content: "";
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 2px;
    border-color: #d8d8d8 transparent transparent #d8d8d8;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
    transform: rotate(135deg);
}

.up-bg .upbox .uplist {
    position: absolute;
    right: 0;
    top: 0;
    width: 480px;
    height: 480px;
}

.up-bg .upbox .uplist .liu {
    width: 50%;
    cursor: pointer;
    position: absolute;
}

.up-bg .upbox .uplist .liu:nth-child(1) {
    left: 0;
    top: 0;
    transform: translate(-100%, -100%);
}

.up-bg .upbox .uplist .liu:nth-child(2) {
    left: 0;
    top: 0;
    transform: translate(100%, -100%);
}

.up-bg .upbox .uplist .liu:nth-child(3) {
    left: 0;
    top: 0;
}

.up-bg .upbox .uplist .liu:nth-child(4) {
    right: 0;
    bottom: 0;
}

.up-bg .upbox .uplist .liu:nth-child(5) {
    left: 0;
    bottom: 0;
    transform: translate(0, 100%);
}

.up-bg .upbox .uplist .liu .upic {
    padding-top: 100%;
}

.up-bg .upbox .uplist .liu .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #7a121a;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    transform: translateX(8%);
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.up-bg .upbox .uplist .liu[data-on="on"] .text {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.up-bg .mmup-list {
    display: none;
}

@media only screen and (min-width: 601px) {
    .up-bg .upbox .uplist .liu:hover .text {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .up-bg .upbox .uleft .btnbox .el .btn:hover:after {
        border-color: #7a121a transparent transparent #7a121a;
    }
}

@media only screen and (max-width: 1024px) {
    .up-bg .upbox .uleft .up-swiper .swiper-wrapper .swiper-slide .uu .imgbox {
        width: 0;
    }

    .up-bg .upbox .uleft .up-swiper .swiper-wrapper .swiper-slide .uu .text {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .up-bg {
        padding: 50px 0;
    }

    .up-bg .upbox {
        display: none;
    }

    .up-bg .mmup-list {
        display: block;
    }

    .up-bg .mmup-list .limu {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
        margin-bottom: 30px;
        float: left;
        text-align: center;
    }

    .up-bg .mmup-list .limu:nth-child(2n) {
        margin-right: 0;
    }

    .up-bg .mmup-list .limu .muimg {
        padding-top: 100%;
        margin-bottom: 20px;
    }

    .up-bg .mmup-list .limu .mutitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px) {
    .up-bg .mmup-list .limu {
        width: calc(95% / 2);
        margin-right: 5%;
        margin-bottom: 6%;
    }

    .up-bg .mmup-list .limu .muimg {
        margin-bottom: 5%;
    }
}

@media only screen and (max-width: 414px) {
    .up-bg {
        padding: 6% 0;
    }
}

/*职位招聘*/
.join-bg {
    padding: 70px 0;
    position: relative;
}

.join-bg .join-list {
    margin-top: 20px;
    padding: 50px 120px;
    background-color: #fff;
}

.join-bg .join-list .lij {
    width: calc(100% / 4);
    height: 210px;
    float: left;
    text-align: center;
}

.join-bg .join-list .lij .ico {
    width: 90px;
    height: 90px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 10px;
    transition: all .5s ease;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .5;
}

.join-bg .join-list .lij .more {
    width: 50px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.join-bg .join-list .lij .more .yy {
    width: 10px;
    height: 10px;
    background-color: #b3b3b3;
    border-radius: 50%;
    transition: all .5s ease;
}

.join-bg .join-list .lij .title {
    font-size: 16px;
    color: #636262;
}

@media only screen and (min-width: 601px) {
    .join-bg .join-list .lij:hover {
        content: "";
        box-shadow: 0 0 20px rgba(0, 0, 0, .2)
    }

    .join-bg .join-list .lij:hover .ico {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1;
    }

    .join-bg .join-list .lij:hover .more .yy {
        background-color: rgb(31, 167, 241);
    }
}

@media only screen and (max-width: 1360px) {
    .join-bg {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 1280px) {
    .join-bg {
        padding: 30px 0;
    }

    .join-bg .join-list {
        padding: 50px 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .join-bg .join-list {
        padding: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .join-bg .join-list {
        padding: 0;
    }

    .join-bg .join-list .lij {
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 414px) {
    .join-bg {
        padding: 6% 0;
    }

    .join-bg .join-list .lij {
        width: calc(100% / 2);
        height: 180px;
    }

    .join-bg .join-list .lij .ico {
        width: 70px;
        height: 70px;
    }
}


/* =========

  招聘列表

  ========== */
.joinclass {
    padding: 20px 0;
    background-color: rgb(31, 167, 241);
}

.joinclass .jclass-swiper .swiper-wrapper .swiper-slide {
    width: auto !important;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 26px;
    line-height: 26px;
    position: relative;
    z-index: 11;
    transition: all .5s ease;
}

.joinclass .jclass-swiper .swiper-wrapper .swiper-slide.on {
    color: rgb(31, 167, 241);
    background-color: #fff;
}

/*表格*/
.join-table {
    padding: 70px 0;
}

.join-table .jhead {
    height: 50px;
    line-height: 50px;
    background-color: rgb(31, 167, 241);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.join-table .jhead .hh {
    font-size: 16px;
    color: #f3f3f3;
    text-transform: uppercase;
    text-align: center;
}

.join-table .jhead .hh.h1 {
    text-align: left;
    padding-left: 40px;
    width: 30%;
}

.join-table .jhead .hh.h2 {
    width: 22%;
}

.join-table .jhead .hh.h3 {
    text-align: right;
    padding-right: 40px;
    width: 25%;
}

.join-table .jbody .lib {
    border-bottom: 2px solid #f3f3f3;
}

.join-table .jbody .lib[data-on="on"] {
    border: none;
}

.join-table .jbody .lib .bbox {
    transition: all .5s ease;
    height: 55px;
    line-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.join-table .jbody .lib[data-on="on"] .bbox {
    background-color: #efefef;
}

.join-table .jbody .lib .bbox .bb {
    font-size: 16px;
    color: #434343;
    text-align: center;
    cursor: pointer;
}

.join-table .jbody .lib .bbox .bb.b1 {
    text-align: left;
    padding-left: 40px;
    width: 30%;
}

.join-table .jbody .lib .bbox .bb.b2 {
    width: 22%;
    overflow: hidden;
}

.join-table .jbody .lib .bbox .bb.b3 {
    text-align: right;
    width: 25%;
    padding-right: 40px;
    overflow: hidden;
}

.join-table .jbody .lib .bsub {
    background-color: #fafafa;
    padding: 0 45px;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all .4s;
}

.join-table .jbody .lib.onshow .bsub {
    height: auto;
    visibility: visible;
    padding: 30px 45px 0 45px;
    max-height: 500px;
}

.join-table .jbody .lib.onshow .bsub .content .mail {
    margin-top: 20px;
}

.join-table .jbody .lib .bsub .bbt {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}

.join-table .jbody .lib .bsub .content {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    padding-bottom: 20px;
}

.join-table .jbody .lib .bsub .content .mail {
    transition: all .4s;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgb(31, 167, 241);
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 0;
}

@media only screen and (min-width: 601px) {
    .joinclass .jclass-swiper .swiper-wrapper .swiper-slide:hover {
        color: rgb(31, 167, 241);
        background-color: #fff;
    }
}

@media only screen and (max-width: 1360px) {
    .join-table {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 1280px) {
    .join-table {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .join-table .jhead .hh.h1 {
        padding-left: 15px;
    }

    .join-table .jhead .hh.h3 {
        padding-right: 15px;
    }

    .join-table .jbody .lib .bbox .bb.b1 {
        padding-left: 15px;
    }

    .join-table .jbody .lib .bbox .bb.b3 {
        padding-right: 15px;
    }

    .join-table .jhead {
        height: 40px;
        line-height: 40px;
    }

    .join-table .jbody .lib .bbox {
        height: 45px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 414px) {
    .join-table {
        padding: 6% 0;
    }

    .join-table .jhead .hh.h1 {
        width: 80%;
    }

    .join-table .jbody .lib .bbox .bb.b1 {
        width: 80%;
    }

    .join-table .jhead .hh.h2 {
        display: none;
    }

    .join-table .jbody .lib .bbox .bb.b2 {
        display: none;
    }

    .join-table .jhead .hh.h3 {
        width: 40%;
    }

    .join-table .jbody .lib .bbox .bb.b3 {
        width: 40%;
    }

    .join-table .jbody .lib .bsub {
        padding: 3% 3% 0 3%;
    }
}


/* =========

  联系我们

  ========== */
.contact-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.contact-bg .cleft {
    width: 50%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.contact-bg .cleft .cimg {
    padding-top: calc(510 / 920 * 100%);
}

.contact-bg .textbox {
    width: 50%;
    background-color: #fefefe;
}

.contact-bg .textbox .text {
    width: 94%;
    max-width: 690px;
}

.contact-bg .textbox .text .title {
    font-size: 36px;
    color: #434343;
    margin-bottom: 40px;
}

.contact-bg .textbox .text .content {
    font-size: 16px;
    color: #434343;
    line-height: 2;
}

@media only screen and (max-width: 1360px) {
    .contact-bg .textbox .text .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1280px) {
    .contact-bg .textbox .text .title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .contact-bg {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .contact-bg .cleft {
        width: 100%;
    }

    .contact-bg .textbox {
        width: 100%;
        padding: 3% 0;
    }

    .contact-bg .textbox .text {
        max-width: none;
    }
}

/*地区*/
.address-chose {
    background-color: rgb(31, 167, 241);
    border-bottom: 1px solid #74261f;
}

.address-chose .chose-list {
    padding-left: 85px;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    vertical-align: middle;
}

.address-chose .chose-list .chose-word {
    font-size: 1.16rem;
    color: #fff;
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.address-chose .chose-list .lic {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.address-chose .chose-list .lic[data-on="on"] {
    background-color: #fff;
    color: rgb(31, 167, 241);
}

/*地址*/
.address-item {
    display: none;
}

.address-item[data-on="on"] {
    display: block;
}

.address-item .address-content {
    background-color: #db4247;
    padding-top: 20px;
    padding-bottom: 30px;
}

.address-item .address-content .address-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.address-item .address-content .content-list {
    font-size: 0;
}

.address-item .address-content .content-list .lic {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 40px;
    font-size: 14px;
    color: #fff;
    position: relative;
    line-height: 20px;
}

.address-item .address-content .content-list .lic .a-word {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 10px;
}

.address-item .mapbox {
    padding-top: -webkit-calc(530 / 1920 * 100%);
    padding-top: -moz-calc(530 / 1920 * 100%);
    padding-top: calc(530 / 1920 * 100%);
    position: relative;
}

.address-item .allmap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.address-item .allmap img {
    max-width: none;
}

@media only screen and (max-width: 1024px) {
    .address-chose .chose-list {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .address-item .address-content .address-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .address-item .mapbox {
        height: 360px;
    }
}

@media only screen and (max-width: 414px) {
    .address-chose .chose-list {
        padding: 4% 0;
    }

    .address-chose .chose-list .chose-word {
        margin-bottom: 3%;
        position: relative;
        transform: translateY(0);
    }

    .address-item .address-content {
        padding: 5% 0;
    }

    .address-item .address-content .content-list .lic {
        margin-bottom: 5%;
    }

    .address-item .mapbox {
        height: 300px;
    }
}


/*留言*/
.messaged-bg {
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
}

.messaged-bg form .wrap {
    max-width: 1170px;
}

.messaged-bg form .mmbox {
    position: relative;
}

.messaged-bg form .mmbox:first-child {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px dashed #ffffff;
}

.messaged-bg form .mmbox .mmtheme {
    margin-bottom: 30px;
    font-size: 30px;
    color: rgba(51, 51, 51, .8);
}

.messaged-bg form .mmbox .mmtheme span {
    font-size: 14px;
    color: rgb(31, 167, 241);
    margin-left: 20px;
}

.messaged-bg form .mmbox .mmline {
    margin-bottom: 25px;
}

.messaged-bg form .mmbox .mmline .my-item {
    width: calc((100% - 70px) / 2);
    float: left;
}

.messaged-bg form .mmbox .mmline .my-item:nth-child(2) {
    float: right;
}

.messaged-bg form .mmbox .mmline .my-item .my-label {
    font-size: 18px;
    color: rgba(46, 46, 46, .8);
}

.messaged-bg form .mmbox .mmline .my-item .my-input {
    margin-top: 15px;
    position: relative;
}

.messaged-bg form .mmbox .mmline .my-item .my-input.select:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #2e2e2e #2e2e2e transparent transparent;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
}

.messaged-bg form .mmbox .mmline .my-item .my-input input[type="text"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #2e2e2e;
    padding: 0 18px;
}

.messaged-bg form .mmbox .mmline .my-item .my-input select {
    padding: 0 18px;
    width: 100%;
    height: 60px;
    border: none;
    cursor: pointer;
}

.messaged-bg form .mmbox .ruidobox {
    margin-bottom: 20px;
}

.messaged-bg form .mmbox .ruidobox .bbt {
    font-size: 18px;
    color: rgba(46, 46, 46, .8);
}

.messaged-bg form .mmbox .ruidobox .list .ritem {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: rgba(46, 46, 46, .8);
    height: 40px;
    line-height: 40px;
    float: left;
    width: calc(100% / 5);
    cursor: pointer;
}

.messaged-bg form .mmbox .ruidobox .list .ritem.other {
    width: calc(100% / 5 * 2);
}

.messaged-bg form .mmbox .ruidobox .list .ritem.other input[type="text"] {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    padding: 0 18px;
}

.messaged-bg form .mmbox .ruidobox .list .ritem:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.messaged-bg form .mmbox .ruidobox .list .ritem:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: rgb(31, 167, 241);
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.messaged-bg form .mmbox .ruidobox .list .ritem[data-on="on"]:after {
    opacity: 1;
    visibility: visible;
}

.messaged-bg form .mmbox .ruidobox.area {
    margin-bottom: 10px;
}

.messaged-bg form .mmbox .ruidobox.area .list .ritem {
    width: calc((100% - 240px) / 6);
    margin-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.messaged-bg form .mmbox .ruidobox.area .list .ritem:nth-child(7n) {
    margin-right: 0;
}

.messaged-bg form .mmbox .my-item.textarea {
    margin-bottom: 30px;
}

.messaged-bg form .mmbox .my-item.textarea .my-label {
    font-size: 18px;
    color: #2e2e2e;
}

.messaged-bg form .mmbox .my-item.textarea .my-textarea textarea {
    height: 200px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
    resize: none;
    padding: 18px;
}

.messaged-bg form .mmbox .my-item.code * {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
}

.messaged-bg form .mmbox .my-item.code .my-label {
    font-size: 18px;
    color: #666666;
}

.messaged-bg form .mmbox .my-item.code input[type="text"] {
    width: 150px;
    border-radius: 5px;
    background-color: #fff;
    border: none;
    padding: 0 18px;
}

.messaged-bg form .mmbox .my-item.code .codebtn {
    width: 145px;
    border-radius: 5px;
    margin-left: 20px;
}

.messaged-bg form .mmbox input[type="submit"] {
    width: 170px;
    height: 50px;
    background-color: rgb(31, 167, 241);
    border: none;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 1360px) {
    .messaged-bg {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1280px) {
    .messaged-bg {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .messaged-bg form .mmbox .mmtheme {
        font-size: 24px;
    }

    .messaged-bg form .mmbox .mmline .my-item .my-input input[type="text"] {
        height: 50px;
    }

    .messaged-bg form .mmbox .mmline .my-item .my-input select {
        height: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .messaged-bg form .mmbox .ruidobox.area .list .ritem {
        width: calc((100% - 300px) / 6);
        margin-right: 60px;
    }
}

@media only screen and (max-width: 414px) {
    .messaged-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }

    .messaged-bg form .mmbox .mmline {
        margin-bottom: 0;
    }

    .messaged-bg form .mmbox .mmline .my-item {
        width: 100%;
        margin-bottom: 5%;
    }

    .messaged-bg form .mmbox .ruidobox.area .list .ritem {
        width: calc(100% / 2);
        margin-right: 0;
    }

    .messaged-bg form .mmbox .mmline .my-item .my-input input[type="text"] {
        height: 40px;
    }

    .messaged-bg form .mmbox .mmline .my-item .my-input select {
        height: 40px;
    }

    .messaged-bg form .mmbox .ruidobox .list .ritem {
        width: calc(100% / 2);
    }

    .messaged-bg form .mmbox .ruidobox .list .ritem.other {
        width: 100%;
    }

    .messaged-bg form .mmbox .my-item.code input[type="text"] {
        width: 30%;
    }

    .messaged-bg form .mmbox input[type="submit"] {
        position: relative;
        width: 100%;
        margin-top: 6%;
        height: 45px;
    }
}


/* =========

  404

  ========== */
.four {
    height: 632px;
    margin: 96px auto;
    overflow: hidden;
    max-width: 1247px;
    position: relative;
}

.four .four-bg {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.four .four-content {
    text-align: center;
    padding: 45px 0 28px 0;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.four .four-content .four-en {
    font-size: 68.23px;
    font-weight: bold;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.four .four-content .four-ch {
    font-size: 40.94px;
    color: #818181;
    margin-bottom: 70px;
}

.four .four-content .four-img {
    margin-bottom: 80px;
}

.four .four-content .four-btn .btn-back {
    display: inline-block;
    /*padding: 22px 34px;*/
    width: 198px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 24px;
    color: #a8020b;
    font-weight: bold;
    border-radius: 36px;
    margin-right: 29px;
    border: 1px solid #a8020b;
}

.four .four-content .four-btn .two {
    margin-right: 0;
}

@media only screen and (max-width: 1360px) {
    .four .four-content .four-en {
        font-size: 64px;
    }

    .four .four-content .four-ch {
        font-size: 37px;
    }
}

@media only screen and (max-width: 1024px) {
    .four .four-content .four-en {
        font-size: 50px;
    }

    .four .four-content .four-ch {
        font-size: 28px;
        margin-bottom: 60px;
    }

    .four .four-content .four-img {
        margin-bottom: 70px;
    }

    .four .four-content .four-img>img {
        width: 35%;
    }

    .four .four-content .four-btn .btn-back {
        width: 142px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .four .four-content {
        top: 2%;
    }

    .four .four-content .four-en {
        font-size: 42px;
    }

    .four .four-content .four-ch {
        font-size: 24px;
        margin-bottom: 54px;
    }

    .four .four-content .four-img {
        margin-bottom: 60px;
    }

    .four .four-content .four-btn .btn-back {
        width: 130px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 414px) {
    .four {
        margin: 60px auto;
    }

    .four .four-content {
        top: 20%;
    }

    .four .four-content .four-en {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .four .four-content .four-ch {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .four .four-content .four-img {
        margin-bottom: 48px;
    }

    .four .four-content .four-btn .btn-back {
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}




/* =========

  页脚

  ========== */
.footer .fmid {
    padding: 30px 0;
    background-color: #2c2c2c;
}

.footer .fmid .fnav {
    line-height: 33px;
    float: left;
}

.footer .fmid .fnav .liv {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 6px;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.footer .fmid .fnav .liv:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer .fmid .fnav .liv:after {
    content: "";
    width: 2px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer .fmid .fnav .liv:last-child:after {
    display: none;
}

.footer .fmid .ftool {
    float: right;
}

.footer .fmid .ftool .titem {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 8px;
    cursor: pointer;
    position: relative;
}

.footer .fmid .ftool .titem .weixin {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transition: all .5s ease;
    transform: translateX(-50%) scale(0);
}

.footer .fmid .ftool .titem .ico {
    width: 35px;
    height: 33px;
}

.footer .fcontent {
    padding: 15px 0;
    background-color: #7a121a;
    font-size: 12px;
    color: rgba(255, 255, 255, .72);
}

.footer .fcontent .theme {
    font-family: "ziti";
    margin-bottom: 6px;
}

.footer .fcontent .theme * {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.footer .fcontent .content a {
    font-size: 12px;
    color: rgba(255, 255, 255, .72);
}


@media only screen and (min-width: 601px) {
    .footer .fmid .fnav .liv:hover {
        color: #ddd;
    }

    .footer .fmid .ftool .titem:hover .weixin {
        transform: translateX(-50%) scale(1);
    }
}

@media only screen and (max-width: 414px) {
    .footer .fmid {
        padding: 6% 0;
    }

    .footer .fmid .fnav {
        margin-bottom: 3%;
        float: none;
    }

    .footer .fmid .ftool {
        float: none;
        text-align: center;
    }
}

/*搜索*/
.search-theme {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.search-main img {
    max-width: 100%;
    width: 100%;
}

.search-main {
    width: 94%;
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
    min-height: 80vh;
}

.search-main .list {
    margin-bottom: 30px;
}

.search-main .type {
    line-height: 50px;
    font-size: 30px;
    color: rgb(31, 167, 241);
    font-weight: bold;
    text-align: center;
}

.search-main .list ul li {
    display: block;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    float: left;
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
}

.search-main .list ul li:nth-child(2n) {
    margin-right: 0;
}

.search-main .list ul li.nothing {
    width: 100%;
    text-align: center;
    height: 100px;
    border: 0px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color: #999;
}


.search-main .list ul li a .text .title {
    font-size: 18px;
}

.search-main .list ul li a .text .demo {
    font-size: 12px;
    opacity: .7;
    line-height: 1.8;
    margin-bottom: 20px;
    display: none;
}

.search-main .list ul li a .text .rq {
    font-size: 14px;
    opacity: .7;
    line-height: 1.8;
}

.search-main .list ul li a .tu {
    margin-bottom: 20px;
    display: none;
}

@media only screen and (min-width:600px) {
    .search-main .list ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -ms-box-orient: horizontal;
        box-orient: horizontal;
    }

    .search-main .list ul li a .tu {
        width: 200px;
        margin-right: 30px;
        margin-bottom: 0px;
        display: none;
    }

    .search-main .list ul li a .text {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-flex: 1;
        width: 100%;
    }
}

.search-main .list ul li a span {
    float: right;
    margin-right: 20px;
}

.search-main .list ul li a:hover {
    color: #21263f;
}

@media only screen and (max-width:1280px) {
    .search-main .list ul li {
        padding: 15px 0;
    }
}

@media only screen and (max-width:800px) {
    .search-main .type {
        font-size: 22px;
    }

    .search-main .list ul li {
        float: none;
        width: 100%;
        padding: 10px 0;
        margin-right: 0;
    }

    .search-main .list ul li a .text .demo {
        margin-bottom: 10px;
    }

    .search-main .list ul li a .text .title {
        font-size: 16px;
    }
}

.md {
    position: absolute;
    top: -80px;
}

#loading-center-absolute {
    padding: 20px 0;
    text-align: center;
}

.object {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background-color: #000;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;

}








@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

}





@-webkit-keyframes object_two {


    75% {
        -webkit-transform: scale(0);
    }


}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

}

@-webkit-keyframes object_three {

    75% {
        -webkit-transform: scale(0);
    }

}

@keyframes object_three {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

}