﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}
/*清除内外边距*/
/*a:focus{-moz-outline-style:none;}!*IE不支持*!*/
a:focus {
    outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
    /*for ie*/
    /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
    font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
    list-style: none;
}
/*重置列表元素*/
a {
    text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
    /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}
/*重置表单元素*/
legend {
    color: #000;
}
/*for ie6*/
fieldset,
img {
    border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
    font-size: 100%;
    /*使得表单元素在 ie 下能继承字体大小*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*重置表格元素*/
hr {
    border: none;
    height: 1px;
}
/*重置 hr*/
img {
    max-width: 100%;
    vertical-align: middle;
}

i {
    font-style: normal;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
input {
    background: none;
    font-family: 微软雅黑;
    border: none;
}
/*重置input标签属性*/
textarea {
    background: none;
    font-family: 微软雅黑;
    border: none;
}
/*重置textarea标签属性*/
/*清除float BEGIN*/
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    min-height: 121px;
}

.clearfix {
    *zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.hxq_banner {
    position: relative;
}

    .hxq_banner .hxq_sub_banner_b {
        width: 100%;
    }

    .hxq_banner .hxq_sub_banner_b_ul {
        width: 100%;
    }

        .hxq_banner .hxq_sub_banner_b_ul > li {
            width: 100%;
        }

            .hxq_banner .hxq_sub_banner_b_ul > li img {
                width: 100%;
                vertical-align: middle;
            }

    .hxq_banner .hxq_sub_banner_h {
        position: absolute;
        bottom: 15px;
        left: 0;
        z-index: 100;
        width: 100%;
    }

    .hxq_banner .hxq_sub_banner_h_ul {
        font-size: 0;
        text-align: center;
    }

        .hxq_banner .hxq_sub_banner_h_ul > li {
            position: relative;
            display: inline-block;
            margin: 0 3px;
            width: 16px;
            height: 16px;
            cursor: pointer;
        }

            .hxq_banner .hxq_sub_banner_h_ul > li > em {
                position: absolute;
                overflow: hidden;
                display: block;
                width: 100%;
                height: 100%;
            }

                .hxq_banner .hxq_sub_banner_h_ul > li > em > strong {
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 10;
                    display: block;
                    width: 100%;
                    height: 100%;
                    color: #fff;
                    background-color: currentColor;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    border: 16px dotted;
                    border-width: 0rem;
                }

            .hxq_banner .hxq_sub_banner_h_ul > li.on > em > strong {
                color: red;
            }

.hxq_sub_banner li {
    height: 449px;
}

.hxq_in_banner li {
    height: 449px;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown {
    clear: both;
    font-family: "Microsoft YaHei", serif;
    overflow: hidden;
    font-size: 12px;
    padding: 4px 0;
    width: 100%;
}

    .sub_updown .sub_updown_up,
    .sub_updown .sub_updown_down {
        clear: both;
        overflow: hidden;
        margin: 6px 0;
    }

    .sub_updown div a {
        color: #666;
    }

    .sub_updown a[href]:hover {
        color: #06f;
    }

    .sub_updown a[href] span {
        cursor: pointer;
    }
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
    clear: both;
    width: 100%;
    text-align: center;
    font-family: "微软雅黑", serif;
    font-size: 12px;
}

.paginator a {
    color: #444;
    padding: 2px 6px;
    border: 1px solid #ccc;
}

.paginator a,
.paginator span {
    margin: 0 3px;
}

    .paginator a[href]:hover {
        color: #f00;
    }

.paginator span {
    border: 1px solid #ccc !important;
    color: #f00 !important;
    padding: 2px 6px !important;
    font-weight: normal !important;
}
/*选中需要全部important一下*/
/*分页 END*/
/*此文件放置共用函数、变量等*/
/* 字体设置 */
/* 定位属性 */
/* 遮罩层定位 */
/* 截字符 */
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/* 公用类 */
body {
    font-size: 12px;
    color: #333;
    line-height: 1.8;
    font-family: "微软雅黑";
    overflow-x: hidden;
    width: 100vw;
}
/* 清楚浮动 */
.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

input {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

textarea {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

a[transition] {
    -webkit-transition: .4s 0s;
    -o-transition: .4s 0s;
    -moz-transition: .4s 0s;
    transition: .4s 0s;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

svg {
    vertical-align: middle;
}

.mCSB_1_scrollbar {
    z-index: 100;
}

.mCSB_scrollTools {
    margin: 0 !important;
    width: 4px !important;
}
.item_bg{
    min-height: 600px;
}
#app>.clearfix:after{
    min-height: 0;
}

@media screen and (max-width: 1200px) {
    .wrap {
        width: 100%;
        padding: 0 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    body {
        width: auto;
    }
}

.wow {
    visibility: hidden;
}

.c_greyback {
    background: #f9f9f9;
}

.detail--container {
    background: #f9f9f9;
}

.scroll--view {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

*:focus {
    outline: none;
}

.list--container {
    padding: 0 0 40px 0;
    background: #f9f9f9;
}

.list--content {
    padding: 20px 0 40px 0;
    max-width: 1200px;
    margin: 0 auto;
    *zoom: 1;
    zoom: 1;
}

    .list--content:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

body {
    /*background: #f6f6f6;*/
}

.editor--content {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 2;
}

.float-right {
    float: right;
}

.fp-responsive .fp-section.fp-table {
    display: block;
    padding: 30px 0;
    height: auto !important;
}

    .fp-responsive .fp-section.fp-table.page1 {
        padding-top: 0;
    }

    .fp-responsive .fp-section.fp-table.page7 {
        padding-bottom: 0;
    }

.fp-responsive .fp-tableCell {
    height: auto !important;
    display: block;
}

.fp-responsive .wrapper {
    height: auto;
}

.fp-tableCell {
    background: #fff;
}

@media screen and (max-width: 700px) {
    .float-right {
        float: none;
    }
}

@media screen and (max-width: 450px) {
    .fp-responsive .fp-section.fp-table {
        padding: 15px 0;
    }
}

.footer {
    background: #3f4145;
}

.footer1 {
    padding: 40px 0;
    border-bottom: 1px solid #595a5d;
}

    .footer1 .logo img {
        vertical-align: middel;
    }

    .footer1 .contact {
        padding: 20px 0 0 0;
        font-size: 14px;
        color: #999;
        line-height: 2;
    }

        .footer1 .contact span {
            display: inline-block;
            vertical-align: middle;
            margin-right: 20px;
        }

.footer2 {
    padding: 20px 0;
}

    .footer2 .copyright,
    .footer2 .keyword {
        padding: 5px 0;
        text-align: center;
        color: #999;
        font-size: 12px;
        line-height: 2;
    }

        .footer2 .copyright a,
        .footer2 .keyword a {
            color: #999;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
            white-space: nowrap;
        }

            .footer2 .copyright a:hover,
            .footer2 .keyword a:hover {
                color: #fff;
            }

        .footer2 .copyright img,
        .footer2 .keyword img {
            vertical-align: middle;
        }

@media screen and (max-width: 800px) {
    .footer1 .contact span {
        display: block;
        margin-right: 0;
    }
}

[data-animate] {
    visibility: hidden;
}

    [data-animate].animated {
        visibility: visible;
    }

.wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.onepage-wrapper .section {
    display: table;
}

.onepage-wrapper .page_container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.onepage-wrapper .page_content {
    padding: 70px 0;
    min-height: 300px;
    max-height: 100%;
    overflow-y: auto;
    text-align: left;
}

.index--banner .camera_wrap {
    float: none;
}

.index--productcategory .head {
    position: relative;
    padding: 95px 0 0 0;
}

    .index--productcategory .head > em {
        position: absolute;
        top: -20px;
        left: 0;
        z-index: 1;
        font-size: 190px;
        line-height: 200px;
        color: #e8edf6;
    }

    .index--productcategory .head > span {
        position: relative;
        z-index: 2;
        display: block;
        font-size: 48px;
        color: #1e50ae;
        line-height: 54px;
    }

    .index--productcategory .head h2 {
        padding: 10px 0 5px 0;
        position: relative;
        z-index: 2;
        line-height: 48px;
    }

        .index--productcategory .head h2 a {
            display: inline-block;
            vertical-align: middle;
            font-size: 24px;
            color: #000;
            font-weight: normal;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

    .index--productcategory .head > div {
        font-size: 14px;
        color: #666;
        line-height: 2;
    }

.index--productcategory .body {
    position: relative;
}

.pc .index--productcategory .head h2 a:hover {
    color: #ff8724;
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

.index--productcategory_list {
    position: relative;
    z-index: 20 !important;
    padding: 20px 0 0 0;
}

    .index--productcategory_list .cell {
        position: relative;
    }

        .index--productcategory_list .cell > a {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 50;
            width: 100%;
            height: 100%;
        }

        .index--productcategory_list .cell .img {
            display: block;
            max-width: 300px;
            margin: 0 auto;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

            .index--productcategory_list .cell .img div {
                width: 100%;
                padding-bottom: 100%;
                position: relative;
                overflow: hidden;
            }

            .index--productcategory_list .cell .img img {
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
            }

        .index--productcategory_list .cell h2 {
            padding: 0 0 10px 0;
            line-height: 40px;
            text-align: center;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .index--productcategory_list .cell h2 a {
                font-size: 18px;
                color: #1e50ae;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                display: block font-weight: bold;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

        .index--productcategory_list .cell .content {
            margin: 0 0 20px 0;
            height: 56px;
            overflow: hidden;
            font-size: 14px;
            color: #666;
            line-height: 2;
            text-align: center;
        }

        .index--productcategory_list .cell .btn {
            text-align: center;
        }

            .index--productcategory_list .cell .btn a {
                display: inline-block;
                padding: 0 0 5px 0;
                vertical-align: middle;
                font-size: 14px;
                color: #1e50ae;
                text-transform: uppercase;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
                background: url(../images/index00.png) no-repeat right bottom / 200% 5px;
            }

.index--productcagegory_btn {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    display: none;
}

    .index--productcagegory_btn a {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: block;
        font-size: 40px;
        color: #c5c5c5;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
    }

        .index--productcagegory_btn a:hover {
            color: #ff8724;
        }

    .index--productcagegory_btn .prev {
        left: -70px;
    }

    .index--productcagegory_btn .next {
        right: -70px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.pc .index--productcategory_list .cell:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pc .index--productcategory_list .cell:hover h2 {
    padding: 10px 0 0 0;
}

    .pc .index--productcategory_list .cell:hover h2 a {
        color: #ff8724;
    }

.pc .index--productcategory_list .cell:hover .btn a {
    color: #ff8724;
    background-position: left bottom;
}

.index--product {
    *zoom: 1;
    zoom: 1;
}

    .index--product:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .index--product .img {
        float: left;
        margin: 100px 50px 0 0;
    }

        .index--product .img img {
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

    .index--product .index--product_r {
        padding: 0 30px 0 0;
        min-height: 640px;
        overflow: hidden;
    }

        .index--product .index--product_r .head {
            position: relative;
            padding: 70px 0 0 10px;
        }

            .index--product .index--product_r .head > em {
                position: absolute;
                top: 0;
                left: -20px;
                z-index: 1;
                font-size: 190px;
                line-height: 200px;
                color: #fff;
                opacity: .4;
            }

            .index--product .index--product_r .head > span {
                position: relative;
                z-index: 2;
                display: block;
                font-size: 48px;
                color: #fff;
                line-height: 54px;
            }

            .index--product .index--product_r .head h2 {
                position: relative;
                z-index: 2;
                padding: 10px 0 0 0;
                line-height: 30px;
            }

                .index--product .index--product_r .head h2 a {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 24px;
                    color: #fff;
                    font-weight: normal;
                    -webkit-transition: all .3s 0s;
                    -o-transition: all .3s 0s;
                    -moz-transition: all .3s 0s;
                    transition: all .3s 0s;
                }

.pc .index--product .img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.index--product_btn {
    position: relative;
    z-index: 20;
    text-align: left;
    padding: 35px 0 25px 0;
}

    .index--product_btn a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px 0 0;
        font-size: 48px;
        color: #fff;
        line-height: 54px;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
    }

        .index--product_btn a:last-child .icon {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.index--product_list .cell .cimg {
    display: none;
    padding: 30px;
    overflow: hidden;
}

    .index--product_list .cell .cimg img {
        display: block;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
    }

.index--product_list .cell h3 {
    padding: 0 0 10px 0;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .index--product_list .cell h3 a {
        font-size: 24px;
        color: #fff;
        font-weight: normal;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
    }

.index--product_list .cell > span {
    display: block;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.index--product_list .cell .content {
    padding: 20px 0 0 0;
    height: 76px;
    overflow: hidden;
    line-height: 38px;
    font-size: 14px;
    color: #666;
}

.index--product_list .cell .btn {
    padding: 20px 0 0 0;
}

    .index--product_list .cell .btn a {
        display: inline-block;
        padding: 0 0 5px 0;
        vertical-align: middle;
        font-size: 14px;
        color: #1e50ae;
        text-transform: uppercase;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
        background: url(../images/index00.png) no-repeat right bottom / 200% 5px;
    }

.pc .index--product .index--product_r .head h2 a:hover {
    color: #ff8724;
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

.pc .index--product_btn a:hover {
    color: #ff8724;
}

.pc .index--product .index--product_list .cimg:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.pc .index--product .index--product_list h3 a:hover {
    color: #ff8724;
}

.pc .index--product .index--product_list .btn a:hover {
    color: #ff8724;
    background-position: left bottom;
}

.page3 {
    background: url(../images/index05.png) no-repeat center;
}

.index--case {
    width: 100%;
    overflow: hidden;
}

    .index--case .head {
        position: relative;
        padding: 75px 0 0 0;
    }

        .index--case .head > em {
            position: absolute;
            top: 0;
            left: -15px;
            z-index: 1;
            font-size: 190px;
            line-height: 200px;
            color: #e8edf6;
        }

        .index--case .head > span {
            position: relative;
            z-index: 2;
            display: block;
            font-size: 48px;
            color: #1e50ae;
            line-height: 54px;
        }

        .index--case .head h2 {
            padding: 10px 0 0 0;
            position: relative;
            z-index: 3;
            line-height: 30px;
        }

            .index--case .head h2 a {
                display: inline-block;
                vertical-align: middle;
                font-size: 24px;
                color: #000;
                font-weight: normal;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

    .index--case .body {
        position: relative;
        width: 788px;
        margin: 24px auto 0;
    }

.pc .index--case .head h2 a:hover {
    color: #ff8724;
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

.index--case_big {
    display: none;
    width: 788px;
}

    .index--case_big .cell {
        position: relative;
    }

        .index--case_big .cell .img {
            width: 100%;
            padding-bottom: 65.7%;
            position: relative;
            overflow: hidden;
        }

            .index--case_big .cell .img img {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
            }

        .index--case_big .cell .mask {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10;
            opacity: 0;
            background: rgba(0, 0, 0, 0.35);
            -webkit-transition: all 1s .3s;
            -o-transition: all 1s .3s;
            -moz-transition: all 1s .3s;
            transition: all 1s .3s;
        }

            .index--case_big .cell .mask > div {
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                -webkit-transform: translate(0, -50%);
                -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

                .index--case_big .cell .mask > div h3 {
                    padding: 0 0 30px 0;
                    text-align: center;
                    line-height: 30px;
                    -webkit-transform: translate(0, -40px);
                    -moz-transform: translate(0, -40px);
                    -ms-transform: translate(0, -40px);
                    -o-transform: translate(0, -40px);
                    transform: translate(0, -40px);
                    -webkit-transition: all 1s .3s;
                    -o-transition: all 1s .3s;
                    -moz-transition: all 1s .3s;
                    transition: all 1s .3s;
                }

                    .index--case_big .cell .mask > div h3 a {
                        font-size: 24px;
                        color: #fff;
                    }

                .index--case_big .cell .mask > div > a {
                    display: block;
                    margin: 0 auto;
                    width: 144px;
                    line-height: 38px;
                    font-size: 14px;
                    color: #fff;
                    text-align: center;
                    text-transform: uppercase;
                    -webkit-border-radius: 19px;
                    -moz-border-radius: 19px;
                    border-radius: 19px;
                    background: #ff8724;
                    -webkit-transform: translate(0, 40px);
                    -moz-transform: translate(0, 40px);
                    -ms-transform: translate(0, 40px);
                    -o-transform: translate(0, 40px);
                    transform: translate(0, 40px);
                    -webkit-transition: all 1s .3s;
                    -o-transition: all 1s .3s;
                    -moz-transition: all 1s .3s;
                    transition: all 1s .3s;
                }

                    .index--case_big .cell .mask > div > a:hover {
                        background: #1e50ae;
                    }

        .index--case_big .cell.slick-active .mask {
            opacity: 1;
        }

            .index--case_big .cell.slick-active .mask > div h3 {
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                transform: translate(0, 0);
            }

            .index--case_big .cell.slick-active .mask > div > a {
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                transform: translate(0, 0);
                transition: all .3s 0s;
            }

.index--case_small {
    position: absolute !important;
    bottom: 0;
    right: -500px;
    width: 470px;
}

    .index--case_small .cell img {
        display: block;
        opacity: .7;
    }

.index--case_paging {
    position: absolute;
    left: -190px;
    top: 150px;
    z-index: 10;
}

    .index--case_paging .number {
        margin-left: 13px;
        width: 20px;
        text-align: center;
        font-size: 16px;
        color: #999;
        font-weight: normal;
    }

        .index--case_paging .number > span {
            display: block;
            -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
        }

        .index--case_paging .number > em {
            margin: 10px 13px;
            display: block;
            height: 38px;
            width: 1px;
            background: #b5b5b5;
        }

    .index--case_paging .index--case_number {
        color: #0066ff;
    }

    .index--case_paging .btn a {
        position: relative;
        margin: 10px 0;
        display: block;
        width: 50px;
        text-align: center;
        font-size: 48px;
        line-height: 50px;
        color: #c9c9c9;
        -webkit-transition: color .3s 0s;
        -o-transition: color .3s 0s;
        -moz-transition: color .3s 0s;
        transition: color .3s 0s;
    }

        .index--case_paging .btn a:hover {
            color: #0066ff;
        }

    .index--case_paging .btn .next {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .index--case_paging .btn .circle {
        position: absolute;
        top: 0px;
        left: -2px;
        width: 54px;
        height: 54px;
    }

    .index--case_paging .btn [circle].active {
        -webkit-transition: stroke-dasharray 8s linear;
        -o-transition: stroke-dasharray 8s linear;
        -moz-transition: stroke-dasharray 8s linear;
        transition: stroke-dasharray 8s linear;
    }

.index--about .head > span {
    display: block;
    text-align: center;
    font-size: 48px;
    color: #1e50ae;
    line-height: 54px;
}

.index--about .head h2 {
    text-align: center;
}

    .index--about .head h2 a {
        position: relative;
        display: inline-block;
        padding: 0 0 10px 0;
        font-size: 24px;
        line-height: 40px;
        color: #000;
        font-weight: normal;
    }

        .index--about .head h2 a:after {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 1px;
            content: '';
            background: #ff8724;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

.index--about .body .content {
    padding: 10px 15px 0;
    font-size: 14px;
    color: #666666;
    line-height: 2;
}

.index--about .body .nav {
    padding: 75px 0 0 0;
    *zoom: 1;
    zoom: 1;
}

    .index--about .body .nav:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .index--about .body .nav .cell {
        position: relative;
        float: left;
        width: 33.33%;
    }

        .index--about .body .nav .cell > a {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 50;
            width: 100%;
            height: 100%;
        }

        .index--about .body .nav .cell .img img {
            display: block;
        }

        .index--about .body .nav .cell .title {
            position: absolute;
            top: 60%;
            left: 0;
            width: 100%;
            line-height: 40px;
            font-size: 24px;
            color: #fff;
            text-align: center;
        }

        .index--about .body .nav .cell .mask {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            width: 100%;
            height: 100%;
            opacity: 0;
            background: rgba(30, 80, 174, 0.7);
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

            .index--about .body .nav .cell .mask > div {
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                -webkit-transform: translate(0, -50%);
                -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

                .index--about .body .nav .cell .mask > div > a {
                    display: block;
                    -webkit-transform: translate(0, 20px);
                    -moz-transform: translate(0, 20px);
                    -ms-transform: translate(0, 20px);
                    -o-transform: translate(0, 20px);
                    transform: translate(0, 20px);
                    margin: 0 auto;
                    width: 110px;
                    line-height: 30px;
                    -webkit-border-radius: 15px;
                    -moz-border-radius: 15px;
                    border-radius: 15px;
                    text-align: center;
                    color: #fff;
                    font-size: 14px;
                    text-transform: uppercase;
                    background: #ff8724;
                    -webkit-transition: all .3s 0s;
                    -o-transition: all .3s 0s;
                    -moz-transition: all .3s 0s;
                    transition: all .3s 0s;
                }

            .index--about .body .nav .cell .mask h2 {
                padding: 0 0 20px 0;
                text-align: center;
                -webkit-transform: translate(0, -20px);
                -moz-transform: translate(0, -20px);
                -ms-transform: translate(0, -20px);
                -o-transform: translate(0, -20px);
                transform: translate(0, -20px);
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

                .index--about .body .nav .cell .mask h2 a {
                    font-size: 24px;
                    color: #fff;
                    font-weight: normal;
                }

.pc .index--about .head h2 a:hover:after {
    width: 100%;
}

.pc .index--about .body .nav .cell:hover .mask {
    opacity: 1;
}

    .pc .index--about .body .nav .cell:hover .mask > div > a {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .pc .index--about .body .nav .cell:hover .mask > div h2 {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.index--news .head {
    position: relative;
    padding: 75px 0 0 0;
}

    .index--news .head > em {
        position: absolute;
        top: 0;
        left: -15px;
        z-index: 1;
        font-size: 190px;
        line-height: 200px;
        color: #e8edf6;
    }

    .index--news .head > span {
        position: relative;
        z-index: 2;
        display: block;
        font-size: 48px;
        color: #1e50ae;
        line-height: 54px;
    }

    .index--news .head h2 {
        padding: 10px 0 0 0;
        position: relative;
        z-index: 3;
        line-height: 30px;
    }

        .index--news .head h2 a {
            display: inline-block;
            vertical-align: middle;
            font-size: 24px;
            color: #000;
            font-weight: normal;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

.index--news_list {
    padding: 100px 0 0 0;
}

    .index--news_list .cell .time {
        font-size: 24px;
        color: #999;
        line-height: 30px;
        font-weight: 100;
    }

    .index--news_list .cell h3 {
        padding: 5px 0;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .index--news_list .cell h3 a {
            position: relative;
            padding: 5px 0 10px 0;
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            color: #040404;
            font-weight: normal;
        }

            .index--news_list .cell h3 a:after {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 1px;
                content: '';
                background: #ff8724;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

    .index--news_list .cell .content {
        height: 56px;
        overflow: hidden;
        font-size: 14px;
        color: #999;
        line-height: 2;
    }

    .index--news_list .cell .more {
        padding: 20px 0 0 0;
    }

        .index--news_list .cell .more a {
            display: inline-block;
            padding: 0 0 5px 0;
            vertical-align: middle;
            font-size: 14px;
            color: #1e50ae;
            text-transform: uppercase;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
            background: url(../images/index00.png) no-repeat right bottom / 200% 5px;
        }

.pc .index--news .head h2 a:hover {
    color: #ff8724;
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

.pc .index--news_list .cell h3 a:hover:after {
    width: 100%;
}

.pc .index--news_list .cell .more a:hover {
    color: #ff8724;
    background-position: left bottom;
}

.index--news_dots {
    position: relative;
    margin: 50px 0 0 0;
    text-align: center;
}

    .index--news_dots:after {
        position: absolute;
        top: 22px;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background: #e6e6e6;
    }

    .index--news_dots > div {
        position: relative;
        z-index: 10;
        padding: 0 10px;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
    }

        .index--news_dots > div button {
            background: none;
            border: none;
        }

        .index--news_dots > div span {
            position: relative;
            margin: 0 2px;
            display: inline-block;
            vertical-align: middle;
            height: 32px;
            width: 6px;
            cursor: pointer;
        }

            .index--news_dots > div span:after {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 6px;
                height: 18px;
                content: '';
                background: #c2c2c2;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

        .index--news_dots > div .active span:after {
            height: 32px;
            background: #1e50ae;
        }

.index--link {
    padding: 0 0 100px 0;
}

.index--link_list {
    border: 1px solid #e7e7e7;
}

    .index--link_list .cell {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-right: 1px solid #e7e7e7;
    }

        .index--link_list .cell a {
            display: block;
            overflow: hidden;
            width: 100%;
            padding-bottom: 40.81%;
            position: relative;
        }

            .index--link_list .cell a img {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

.pc .index--link_list .cell a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.index--link_content {
    position: relative;
}

.index--link_btn {
    position: absolute;
    right: -33px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

    .index--link_btn a {
        display: block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        background: #1f2323;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
    }

        .index--link_btn a:hover {
            background: #1e50ae;
        }

        .index--link_btn a:nth-child(2) {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

@media screen and (max-width: 1200px) {
    .index--link_btn {
        display: none;
    }

    .index--case_small {
        display: none !important;
    }

    .index--case_paging {
        left: -70px;
    }

    .page3 {
        background: none;
    }

    .index--product .img {
        display: none;
    }

    .index--product .index--product_r {
        padding-right: 0;
        min-height: auto;
    }

        .index--product .index--product_r .head em {
            color: #e8edf6;
        }

        .index--product .index--product_r .head span {
            color: #1e50ae;
        }

        .index--product .index--product_r .head h2 a {
            color: #000;
        }

    .index--product .index--product_list .cell .cimg {
        display: block;
    }

    .index--product .index--product_list .cell h3 a {
        color: #333;
    }

    .index--product .index--product_list .cell > span {
        color: #666;
    }

    .index--product .index--product_list .cell .content {
        padding: 10px 0 0 0;
        height: 56px;
        line-height: 28px;
    }

    .index--product_btn a {
        color: #666;
    }
}

@media screen and (max-width: 950px) {
    .index--case_paging {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .index--link {
        padding: 0 0 50px 0;
    }
}

@media screen and (max-width: 850px) {
    .index--productcategory .head {
        padding-top: 35px;
    }

        .index--productcategory .head em {
            font-size: 100px;
            line-height: 110px;
        }

        .index--productcategory .head span {
            font-size: 28px;
            line-height: 34px;
        }

    .index--news .head {
        padding: 40px 0 0 0;
    }

        .index--news .head em {
            left: 0;
            font-size: 100px;
            line-height: 110px;
        }

        .index--news .head span {
            font-size: 28px;
            line-height: 34px;
        }

    .index--news_list {
        padding-top: 40px;
    }

    .index--case .head {
        padding-top: 40px;
    }

        .index--case .head em {
            left: 0;
            font-size: 100px;
            line-height: 110px;
        }

        .index--case .head span {
            font-size: 28px;
            line-height: 34px;
        }

    .index--product .index--product_r .head {
        padding-top: 40px;
    }

        .index--product .index--product_r .head em {
            left: 0;
            font-size: 100px;
            line-height: 110px;
        }

        .index--product .index--product_r .head span {
            font-size: 28px;
            line-height: 34px;
        }
}

@media screen and (max-width: 790px) {
    .index--case_big {
        width: 100%;
    }

    .index--case .body {
        width: 100%;
    }

    .footer1 {
        display: none;
    }

    .nav--pop.animate .contact {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .index--about .head span {
        font-size: 28px;
        line-height: 32px;
    }

    .index--about .body .content {
        padding-top: 20px;
    }

    .index--about .body .nav {
        padding: 30px 0 0 0;
    }

        .index--about .body .nav .cell {
            float: left;
            width: 100%;
        }
}

@media screen and (max-width: 450px) {
    .index--productcategory .head {
        padding-top: 25px;
    }

        .index--productcategory .head em {
            top: 0;
            font-size: 60px;
            line-height: 70px;
        }

        .index--productcategory .head span {
            font-size: 18px;
            line-height: 24px;
        }

        .index--productcategory .head > div {
            font-size: 12px;
        }

    .index--news .head {
        padding: 25px 0 0 0;
    }

        .index--news .head em {
            font-size: 60px;
            line-height: 70px;
        }

        .index--news .head span {
            font-size: 18px;
            line-height: 24px;
        }

    .index--case .head {
        padding-top: 25px;
    }

        .index--case .head em {
            left: 0;
            font-size: 60px;
            line-height: 70px;
        }

        .index--case .head span {
            font-size: 18px;
            line-height: 24px;
        }

    .index--product .index--product_r .head {
        padding-top: 25px;
    }

        .index--product .index--product_r .head em {
            left: 0;
            font-size: 60px;
            line-height: 70px;
        }

        .index--product .index--product_r .head span {
            font-size: 18px;
            line-height: 24px;
        }

    .index--product_btn {
        padding: 15px 0 10px;
    }

        .index--product_btn a {
            font-size: 38px;
            line-height: 40px;
        }

    .index--case_big .cell .mask > div h3 a {
        font-size: 20px;
    }

    .index--product .index--product_list .cell .cimg {
        padding: 10px;
    }

    .index--product .index--product_list .cell h3 a {
        font-size: 18px;
    }

    .index--product .index--product_list .cell > span {
        font-size: 14px;
    }

    .index--product .index--product_list .cell .content {
        height: 48px;
        line-height: 24px;
        font-size: 12px;
    }
}

.video--pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

    .video--pop .video--pop_content {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 800px;
        width: 100%;
        max-height: 100%;
        padding: 50px;
        margin-top: -100px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
    }

        .video--pop .video--pop_content video {
            display: block;
            width: 100%;
        }

        .video--pop .video--pop_content .close {
            position: absolute;
            top: 0px;
            right: 0px;
            z-index: 100;
        }

            .video--pop .video--pop_content .close a {
                display: block;
                color: #fff;
                font-size: 30px;
                line-height: 50px;
            }

    .video--pop.show {
        display: block;
    }

    .video--pop.animate {
        opacity: 1;
    }

        .video--pop.animate .video--pop_content {
            margin-top: 0;
        }

.header.pc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

    .header.pc .header1 {
        position: relative;
        z-index: 210;
        text-align: right;
        line-height: 50px;
        background: #000;
        height: 50px;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
    }

        .header.pc .header1 .search {
            position: relative;
            display: inline-block;
            vertical-align: top;
        }

            .header.pc .header1 .search a {
                display: block;
                padding: 0 10px;
                color: #fff;
                font-size: 20px;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

            .header.pc .header1 .search .search--pop1 {
                position: absolute;
                top: 65px;
                left: 50%;
                display: none;
                z-index: 100;
                width: 240px;
                line-height: 38px;
                -webkit-border-radius: 19px;
                -moz-border-radius: 19px;
                border-radius: 19px;
                -webkit-transform: translate(-50%, 0);
                -moz-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
                background: #1e50ae;
                *zoom: 1;
                zoom: 1;
            }

                .header.pc .header1 .search .search--pop1:after {
                    content: "\0020";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                }

                .header.pc .header1 .search .search--pop1:before {
                    position: absolute;
                    top: -18px;
                    left: 50%;
                    z-index: 2;
                    content: '';
                    -webkit-transform: translate(-50%, 0);
                    -moz-transform: translate(-50%, 0);
                    -ms-transform: translate(-50%, 0);
                    -o-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
                    border: 10px solid transparent;
                    border-bottom: 10px solid #1e50ae;
                }

                .header.pc .header1 .search .search--pop1 .placeholder {
                    position: absolute;
                    top: -15px;
                    left: 0;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                }

                .header.pc .header1 .search .search--pop1 a {
                    position: relative;
                    z-index: 2;
                    float: right;
                    margin: 0 10px 0 0;
                }

                .header.pc .header1 .search .search--pop1 span {
                    position: relative;
                    z-index: 2;
                    display: block;
                    overflow: hidden;
                    padding: 0 15px;
                }

                    .header.pc .header1 .search .search--pop1 span input {
                        width: 100%;
                        height: 30px;
                        color: #fff;
                        font-size: 14px;
                        line-height: 30px;
                    }

                    .header.pc .header1 .search .search--pop1 span ::-webkit-input-placeholder {
                        color: #fff;
                    }

                    .header.pc .header1 .search .search--pop1 span ::-moz-placeholder {
                        color: #fff;
                    }

            .header.pc .header1 .search.open .search--pop1 {
                display: block;
            }

        .header.pc .header1 .video {
            /* display: inline-block; */
            display: none;
            vertical-align: top;
        }

            .header.pc .header1 .video a {
                display: block;
                padding: 0 10px;
                color: #fff;
                font-size: 20px;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

        .header.pc .header1 .contact {
            display: inline-block;
            vertical-align: top;
            margin: 0 0 0 10px;
            padding: 0 20px;
            height: 100%;
            overflow: hidden;
            min-width: 100px;
            text-align: center;
            font-size: 18px;
            color: #fff;
            background: #1e50ae;
        }

    .header.pc .header2 {
        position: relative;
        z-index: 200;
        padding: 0 0 24px 0;
        background: #fff;
        *zoom: 1;
        zoom: 1;
    }

        .header.pc .header2:after {
            content: "\0020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .header.pc .header2 .logo {
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

            .header.pc .header2 .logo > div {
                display: table-cell;
                width: 3%;
                height: 100px;
                vertical-align: middle;
                text-align: center;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

            .header.pc .header2 .logo a {
                display: inline-block;
                margin: 0 auto;
                visibility: middle;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

                .header.pc .header2 .logo a img {
                    display: block;
                    -webkit-transition: all .3s 0s;
                    -o-transition: all .3s 0s;
                    -moz-transition: all .3s 0s;
                    transition: all .3s 0s;
                    max-width: 70%;
                }

        .header.pc .header2 .nav {
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
            text-align: center;
        }
        .info_all.cyc{
            display: none;
        }

            .header.pc .header2 .nav > .cell {
                display: inline-block;
                vertical-align: middle;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

                .header.pc .header2 .nav > .cell > a {
                    position: relative;
                    z-index: 2000;
                    display: block;
                    margin: 0 10px;
                    padding: 0 15px;
                    line-height: 34px;
                    min-width: 60px;
                    text-align: center;
                    font-size: 14px;
                    color: #000;
                    -webkit-transition: all .3s 0s;
                    -o-transition: all .3s 0s;
                    -moz-transition: all .3s 0s;
                    transition: all .3s 0s;
                }

                    .header.pc .header2 .nav > .cell > a:hover {
                        color: #fff;
                        background: #1e50ae;
                    }

                .header.pc .header2 .nav > .cell.selected > a {
                    color: #fff;
                    background: #1e50ae;
                }

                .header.pc .header2 .nav > .cell:hover .header--nav_drop {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

    .header.pc.collapse .header1 {
        height: 0;
        overflow: hidden;
    }

    .header.pc.collapse .header2 {
        padding: 0;
        -webkit-box-shadow: 0 0 5px 0 #ddd;
        -moz-box-shadow: 0 0 5px 0 #ddd;
        box-shadow: 0 0 5px 0 #ddd;
    }

        .header.pc.collapse .header2 .logo {
            float: left;
            width: 250px;
        }

            .header.pc.collapse .header2 .logo > div {
                height: 70px;
                text-align: left;
            }

            .header.pc.collapse .header2 .logo a {
                display: block;
            }

        .header.pc.collapse .header2 .nav {
            padding: 17px 0;
            margin-left: 270px;
            text-align: right;
        }

.pc .header.pc .header1 .search a:hover {
    color: #ff8724;
}

.pc .header.pc .header1 .video:hover a {
    color: #ff8724;
}

.header--placeholder.pc {
    height: 208px;
}

    .header--placeholder.pc.collapse {
        height: 70px;
    }

.header--nav_drop {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: inset 0 0 5px 0 #ddd;
    -moz-box-shadow: inset 0 0 5px 0 #ddd;
    box-shadow: inset 0 0 5px 0 #ddd;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

    .header--nav_drop .placeholder {
        position: absolute;
        top: -50%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.header--nav_droplist {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 0 auto;
}

    .header--nav_droplist .cell {
        position: relative;
        padding: 30px 0;
        width: 240px;
        text-align: center;
    }

        .header--nav_droplist .cell > a {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 50;
            width: 100%;
            height: 100%;
        }

        .header--nav_droplist .cell .img {
            width: 140px;
            margin: 0 auto;
            border: 2px solid transparent;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            overflow: hidden;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

            .header--nav_droplist .cell .img img {
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
                width: 136px;
                height: 100px;
            }

        .header--nav_droplist .cell h2 {
            padding: 5px 0 0 0;
            text-align: center;
            line-height: 30px;
        }

            .header--nav_droplist .cell h2 a {
                font-size: 14px;
                color: #000;
                font-weight: normal;
            }

        .header--nav_droplist .cell:hover .img,
        .header--nav_droplist .cell.selected .img {
            border-color: #ff8b2b;
        }

            .header--nav_droplist .cell:hover .img img,
            .header--nav_droplist .cell.selected .img img {
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.2);
            }

        .header--nav_droplist .cell:hover h2 a,
        .header--nav_droplist .cell.selected h2 a {
            color: #ff8b2b;
        }

.header.mo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    display: none;
    width: 100%;
    height: 60px;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    background: #fff;
}

    .header.mo .logo {
        display: table;
        height: 100%;
        width: 100%;
    }

        .header.mo .logo .logo2 {
            display: none;
        }

        .header.mo .logo > div {
            display: table-cell;
            height: 100%;
            text-align: center;
            vertical-align: middle;
            padding: 0 80px;
        }

            .header.mo .logo > div a {
                display: block;
            }

                .header.mo .logo > div a img {
                    vertical-align: middle;
                    max-height: 40px;
                }

    .header.mo .search {
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .header.mo .search > a {
            display: block;
            padding: 5px;
            line-height: 24px;
            color: #fff;
            font-size: 20px;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

    .header.mo .video {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: none;
    }

        .header.mo .video > a {
            display: block;
            padding: 5px;
            line-height: 24px;
            color: #fff;
            font-size: 20px;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

    .header.mo .nav {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -17px;
    }

        .header.mo .nav > a {
            display: block;
            padding: 5px;
            line-height: 24px;
            color: #fff;
            font-size: 20px;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

        .header.mo .nav.open .nav--pop {
            visibility: visible;
        }

.nav--pop {
    position: fixed;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

    .nav--pop.animate {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .nav--pop.animate .nav--list > ul > li {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }

        .nav--pop.animate .contact {
            opacity: 1;
        }

    .nav--pop .nav--pop_scroll {
        height: 100%;
        padding: 0 20px;
    }

    .nav--pop .nav--pop_content {
        max-width: 400px;
        margin: 0 auto;
    }

    .nav--pop .action {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40;
        width: 100%;
        height: 60px;
        background: #fff;
        text-align: right;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-box-shadow: 0 0 5px 0 #ddd;
        -moz-box-shadow: 0 0 5px 0 #ddd;
        box-shadow: 0 0 5px 0 #ddd;
    }

        .nav--pop .action a {
            margin: 15px 20px;
            display: inline-block;
            line-height: 30px;
            font-size: 20px;
            color: #1f2323;
        }

    .nav--pop .nav--list {
        padding: 70px 0 50px 0;
    }

        .nav--pop .nav--list > ul > li {
            border-bottom: 1px solid #eee;
            -webkit-transition: all .6s 0s;
            -o-transition: all .6s 0s;
            -moz-transition: all .6s 0s;
            transition: all .6s 0s;
            -webkit-transform: translate3d(100%, 0, 0);
            -moz-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            opacity: 0;
        }

            .nav--pop .nav--list > ul > li > a {
                position: relative;
                display: block;
                padding: 0 35px 0 15px;
                line-height: 60px;
                font-size: 16px;
                color: #222;
            }

                .nav--pop .nav--list > ul > li > a > span {
                    position: absolute;
                    top: 0;
                    right: 10px;
                    z-index: 10;
                    font-size: 14px;
                    color: #666;
                    -webkit-transform: rotate(-90deg);
                    -moz-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    -o-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                    -webkit-transition: all .3s 0s;
                    -o-transition: all .3s 0s;
                    -moz-transition: all .3s 0s;
                    transition: all .3s 0s;
                }

            .nav--pop .nav--list > ul > li.selected > a {
                color: #da251c;
            }

            .nav--pop .nav--list > ul > li.dropdown > a span {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            .nav--pop .nav--list > ul > li.dropdown.open > a span {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .nav--pop .nav--list > ul > li.dropdown.open .mo-navdropdown {
                height: auto;
            }

                .nav--pop .nav--list > ul > li.dropdown.open .mo-navdropdown > div {
                    -webkit-transform: translate(0, 0);
                    -moz-transform: translate(0, 0);
                    -ms-transform: translate(0, 0);
                    -o-transform: translate(0, 0);
                    transform: translate(0, 0);
                    opacity: 1;
                }

    .nav--pop .contact {
        padding: 0 0 20px 0;
        opacity: 0;
        -webkit-transition: all .6s 0s;
        -o-transition: all .6s 0s;
        -moz-transition: all .6s 0s;
        transition: all .6s 0s;
    }

.header.mo.fixed {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #ddd;
    -moz-box-shadow: 0 0 5px 0 #ddd;
    box-shadow: 0 0 5px 0 #ddd;
}

    .header.mo.fixed .search > a,
    .header.mo.fixed .nav > a,
    .header.mo.fixed .video > a {
        color: #1e50ae;
    }

    .header.mo.fixed .logo1 {
        display: none;
    }

    .header.mo.fixed .logo2 {
        display: inline-block;
    }

.mo-navdropdown {
    height: 0;
    overflow: hidden;
}

    .mo-navdropdown > div {
        padding: 0 0 20px 25px;
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
        -o-transform: translate(0, -100px);
        transform: translate(0, -100px);
        opacity: 0;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
    }

    .mo-navdropdown .cell.selected a {
        color: #da251c;
    }

    .mo-navdropdown a {
        font-size: 14px;
        color: #222;
    }

    .mo-navdropdown .cell a {
        padding: 10px 0;
        display: block;
        font-size: 14px;
        color: #222;
        line-height: 20px;
    }

.header--placeholder.mo {
    display: none;
    height: 60px;
}

@media screen and (max-width: 1200px) {
    .header.pc {
        display: none;
    }

    .header.mo {
        display: block;
    }

    .header--placeholder.pc {
        display: none !important;
    }

    .header--placeholder.mo {
        display: block !important;
    }
}

.search--pop {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    background: rgba(0, 0, 0, 0.4);
}

    .search--pop.show {
        display: block;
    }

    .search--pop .search--box {
        padding: 22px 0 23px 0;
        background: #fff;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
    }

        .search--pop .search--box .input {
            position: relative;
            overflow: hidden;
            padding: 5px 0;
            width: 0%;
            float: right;
            -webkit-transition: all .3s .2s;
            -o-transition: all .3s .2s;
            -moz-transition: all .3s .2s;
            transition: all .3s .2s;
        }

            .search--pop .search--box .input:after,
            .search--pop .search--box .input:before {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background: #ddd;
                content: '';
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

            .search--pop .search--box .input:before {
                width: 0;
                z-index: 10;
                background: #1e50ae;
            }

            .search--pop .search--box .input input {
                display: block;
                width: 100%;
                height: 30px;
                font-size: 14px;
                color: #666;
                line-height: 30px;
            }

            .search--pop .search--box .input.focus:before {
                width: 100%;
            }

        .search--pop .search--box .btn {
            float: right;
            padding: 5px 0;
            opacity: 0;
            -webkit-transition: all .3s .2s;
            -o-transition: all .3s .2s;
            -moz-transition: all .3s .2s;
            transition: all .3s .2s;
        }

            .search--pop .search--box .btn a {
                display: inline-block;
                line-height: 30px;
                width: 30px;
                text-align: center;
                vertical-align: middle;
                font-size: 20px;
                color: #666;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

                .search--pop .search--box .btn a:hover {
                    color: #000;
                }

    .search--pop.animate {
        opacity: 1;
    }

        .search--pop.animate .search--box .input {
            width: 30%;
        }

        .search--pop.animate .search--box .btn {
            opacity: 1;
        }

@media screen and (max-width: 1200px) {
    .search--pop .search--box {
        padding: 10px 0;
    }

        .search--pop .search--box .input {
            float: none;
            width: auto;
            opacity: 0;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

            .search--pop .search--box .input:after {
                width: 0;
                -webkit-transition: all .3s .2s;
                -o-transition: all .3s .2s;
                -moz-transition: all .3s .2s;
                transition: all .3s .2s;
            }

    .search--pop.animate .search--box .input {
        opacity: 1;
        width: auto;
    }

        .search--pop.animate .search--box .input:after {
            width: 100%;
        }
}

.subpage--head {
    position: relative;
    height: 259px;
}

    .subpage--head > div {
        position: absolute;
        width: 1920px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: 259px;
        *zoom: 1;
        zoom: 1;
    }

        .subpage--head > div:after {
            content: "\0020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .subpage--head > div > img {
            position: absolute;
            left: 0;
            top: 0;
        }

        .subpage--head > div .title {
            position: relative;
            float: right;
            padding: 0 360px 0 0;
            height: 259px;
        }

            .subpage--head > div .title .text {
                position: relative;
                z-index: 10;
                padding: 50px 40px 0 100px;
            }

                .subpage--head > div .title .text > em {
                    position: absolute;
                    font-size: 190px;
                    color: #e8edf6;
                    line-height: 200px;
                    text-transform: uppercase;
                    opacity: .22;
                }

                .subpage--head > div .title .text > span {
                    display: block;
                    padding: 90px 0 0 100px;
                    font-size: 40px;
                    color: #fff;
                    font-weight: bold;
                    text-transform: uppercase;
                }

            .subpage--head > div .title .bg1 {
                position: absolute;
                top: 0;
                left: 0;
                height: 259px;
                width: 135px;
                background: url(../images/subpage00.png) no-repeat left top;
            }

            .subpage--head > div .title .bg2 {
                position: absolute;
                top: 0;
                left: 135px;
                width: 100%;
                height: 100%;
                background: #1e50ae;
            }

.subpage--nav {
    background: #fff;
}

.subpage--nav_content {
    margin: 0 auto;
    text-align: center;
}
.wapasss .owl-stage, .wapasss .owl-carousel{
    width: auto !important;
    text-align: center;
}
.wapasss .owl-carousel.owl-drag .owl-item{
    display: inline-block;
    vertical-align: middle;
    float: none;
}

    .subpage--nav_content .cell h2 a {
        display: block;
        padding: 0 25px;
        min-width: 120px;
        font-size: 16px;
        color: #545454;
        font-weight: normal;
        line-height: 60px;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
    }

    .subpage--nav_content .selected h2 a {
        color: #fff;
        font-weight: bold;
        background: #1e50ae;
    }

.crumbs {
    line-height: 60px;
    background: #f0f0f0;
}

    .crumbs .wrap {
        *zoom: 1;
        zoom: 1;
    }

        .crumbs .wrap:after {
            content: "\0020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    .crumbs .l {
        float: left;
    }

        .crumbs .l span {
            position: relative;
            padding: 0 20px 0 5px;
            display: inline-block;
            vertical-align: top;
        }

            .crumbs .l span:after {
                position: absolute;
                top: 50%;
                right: 0;
                -webkit-transform: translate(0, -50%);
                -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
                content: '>';
                color: #99a4b9;
                font-size: 16px;
                font-family: "宋体";
            }

            .crumbs .l span a {
                display: block;
                font-size: 14px;
                color: #666;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

            .crumbs .l span:last-child {
                padding-right: 0;
            }

                .crumbs .l span:last-child:after {
                    display: none;
                }

    .crumbs .r {
        float: right;
    }

        .crumbs .r a {
            display: block;
            font-size: 14px;
            color: #2c66fe;
            text-transform: uppercase;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

            .crumbs .r a .icon {
                margin-left: 10px;
                color: #4b4b4b;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

.pc .subpage--nav_content .cell h2 a:hover {
    color: #fff;
    font-weight: bold;
    background: #1e50ae;
}

.pc .crumbs .l span a:hover {
    color: #2c66fe;
}

.pc .crumbs .r a:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

@media screen and (max-width: 1200px) {
    .subpage--head {
        overflow: hidden;
    }

        .subpage--head > div > img {
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

        .subpage--head > div .title {
            float: none;
            width: 100%;
            text-align: center;
        }

            .subpage--head > div .title .text {
                display: inline-block;
                text-align: left;
                padding-top: 25px;
                padding-left: 0;
                padding-right: 0;
            }

                .subpage--head > div .title .text span {
                    padding-left: 50px;
                }

            .subpage--head > div .title .bg1 {
                display: none;
            }

            .subpage--head > div .title .bg2 {
                background: rgba(30, 80, 174, 0.7);
            }
            .wapasss .owl-stage{
                white-space: nowrap;
                overflow-x: auto;
            }
            .wapasss .owl-carousel .owl-stage-outer{
                overflow-x: auto !important;
            } 
}

@media screen and (max-width: 850px) {
    .subpage--head {
        height: 169px;
    }

        .subpage--head > div {
            height: 169px;
        }

            .subpage--head > div .title {
                height: 169px;
            }

                .subpage--head > div .title .text em {
                    font-size: 100px;
                    line-height: 110px;
                }

                .subpage--head > div .title .text span {
                    padding-top: 50px;
                    font-size: 30px;
                    line-height: 40px;
                }
          
                .wrap .owl-carousel.owl-drag .owl-item{
                    touch-action: auto;
                }
}

@media screen and (max-width: 700px) {
    .subpage--nav_content .cell h2 a {
        min-width: 80px;
        font-size: 14px;
        line-height: 40px;
    }
}

@media screen and (max-width: 500px) {
    .subpage--head > div .title .text {
        padding-top: 55px;
    }

        .subpage--head > div .title .text em {
            font-size: 60px;
            line-height: 70px;
        }

        .subpage--head > div .title .text span {
            padding-top: 30px;
            padding-left: 30px;
            font-size: 20px;
            line-height: 30px;
        }
}

.sitemap {
    padding: 0 0 100px 0;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/sitemap00.png) no-repeat left top;
}

    .sitemap .link {
        margin: 170px 0 100px 0;
        position: relative;
        *zoom: 1;
        zoom: 1;
        font-size: 0;
        text-align: center;
    }

        .sitemap .link:after {
            content: "\0020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .sitemap .link .link-split {
            position: absolute;
            left: 0;
            top: 50px;
            width: 100%;
            height: 1px;
            background: #da251c;
        }

        .sitemap .link dl {
            display: inline-block;
            vertical-align: top;
            width: 130px;
            margin: 0 10px;
        }

            .sitemap .link dl dt {
                margin-bottom: 20px;
            }

                .sitemap .link dl dt a {
                    position: relative;
                    display: block;
                    line-height: 50px;
                    font-size: 15px;
                    color: #000;
                }

                    .sitemap .link dl dt a:after {
                        position: absolute;
                        bottom: -5px;
                        left: 50%;
                        content: '';
                        -webkit-transform: translate(-50%, 0);
                        -moz-transform: translate(-50%, 0);
                        -ms-transform: translate(-50%, 0);
                        -o-transform: translate(-50%, 0);
                        transform: translate(-50%, 0);
                        width: 10px;
                        height: 10px;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                        -webkit-transition: all .3s 0s;
                        -o-transition: all .3s 0s;
                        -moz-transition: all .3s 0s;
                        transition: all .3s 0s;
                    }

            .sitemap .link dl dd {
                line-height: 20px;
            }

                .sitemap .link dl dd > span {
                    display: block;
                    padding: 5px 0;
                }

            .sitemap .link dl a {
                font-size: 14px;
                color: #707070;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

    .sitemap .contact {
        margin: 0 auto;
        width: 560px;
        background: url(../images/sitemap01.png) no-repeat center bottom / 100% auto;
        text-align: center;
    }

        .sitemap .contact > div {
            padding: 0 0 70px 0;
            *zoom: 1;
            zoom: 1;
            overflow: hidden;
            line-height: 50px;
            display: inline-block;
            color: #da251c;
        }

            .sitemap .contact > div:after {
                content: "\0020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .sitemap .contact > div > strong {
                margin: 12px 10px 0 0;
                float: left;
            }

                .sitemap .contact > div > strong img {
                    display: block;
                }

            .sitemap .contact > div > em {
                float: left;
                font-size: 18px;
            }

            .sitemap .contact > div > span {
                float: left;
                font-size: 36px;
            }

.pc .link dl dt a:hover {
    color: #da251c;
}

    .pc .link dl dt a:hover:after {
        background: #da251c;
    }

.pc .link dl dd a:hover {
    color: #da251c;
}

@media screen and (max-width: 1200px) {
    .sitemap {
        padding-left: 15px;
        padding-right: 15px;
    }

        .sitemap .link .link-split {
            display: none;
        }

        .sitemap .link dl {
            display: block;
            padding: 10px 0;
            width: 100%;
            margin: 0;
            *zoom: 1;
            zoom: 1;
        }

            .sitemap .link dl:after {
                content: "\0020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .sitemap .link dl dt {
                float: left;
                margin: 0 20px 0 0;
                padding: 5px 0;
            }

                .sitemap .link dl dt a {
                    display: inline;
                    line-height: 20px;
                }

                    .sitemap .link dl dt a:after {
                        display: none;
                    }

            .sitemap .link dl dd {
                overflow: hidden;
                *zoom: 1;
                zoom: 1;
            }

                .sitemap .link dl dd:after {
                    content: "\0020";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                }

                .sitemap .link dl dd > span {
                    float: left;
                    line-height: 20px;
                    margin-right: 15px;
                    white-space: nowrap;
                }
}

@media screen and (max-width: 650px) {
    .sitemap .contact {
        width: 100%;
    }

        .sitemap .contact > div {
            padding: 0 0 50px 0;
        }
}

.pager {
    text-align: center;
    font-size: 0;
    padding: 40px 0;
}

    .pager a {
        display: inline-block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        margin: 0 5px;
        vertical-align: middle;
        text-align: center;
        font-size: 12px;
        color: #666;
        background: #f0f0f3;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #c0c0c0;
    }

        .pager a.selected {
            color: #fff;
            background: #1e50ae;
            border-color: #1e50ae;
        }

.pc .pager a[href]:hover {
    color: #fff;
    background: #1e50ae;
    border-color: #1e50ae;
}

.news--list_cell {
    position: relative;
    padding: 35px 0;
    margin: 50px 0 0 0;
    background: #fff;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    *zoom: 1;
    zoom: 1;
}

    .news--list_cell > a {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 50;
        width: 100%;
        height: 100%;
    }

    .news--list_cell:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .news--list_cell .time {
        float: left;
        padding: 0 25px 0 60px;
        text-align: right;
        border-right: 1px solid #cecece;
    }

        .news--list_cell .time > em {
            display: block;
            font-size: 24px;
            line-height: 32px;
            color: #555;
        }

        .news--list_cell .time > span {
            display: block;
            font-size: 14px;
            line-height: 24px;
            color: #999;
        }

    .news--list_cell .btn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        height: 126px;
        width: 84px;
        text-align: center;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
        background: url(../images/news01.png) no-repeat center;
    }

    .news--list_cell .content {
        padding: 0 100px 0 30px;
        overflow: hidden;
    }

        .news--list_cell .content h3 {
            line-height: 24px;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

            .news--list_cell .content h3 a {
                font-size: 16px;
                font-weight: normal;
                color: #040404;
            }

        .news--list_cell .content div {
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            font-size: 14px;
            color: #999;
            line-height: 30px;
        }

.pc .news--list_cell:hover {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-box-shadow: 0 10px 20px 0 #ddd;
    -moz-box-shadow: 0 10px 20px 0 #ddd;
    box-shadow: 0 10px 20px 0 #ddd;
}

    .pc .news--list_cell:hover .btn {
        background-color: #1e50ae;
    }

.detail--head {
    padding: 40px 0;
    max-width: 1200px;
    margin: 0 auto;
    background: #f6f6f6;
}

    .detail--head h1 {
        padding: 0 0 10px 0;
        text-align: center;
        font-size: 30px;
        color: #040404;
        line-height: 40px;
    }

    .detail--head .info {
        text-align: center;
        font-size: 12px;
        color: #999;
        line-height: 30px;
    }

        .detail--head .info span {
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px;
            color: #999;
            font-size: 12px;
        }

            .detail--head .info span a {
                color: #999;
            }

            .detail--head .info span .icon {
                font-size: 20px;
                margin-right: 5px;
                margin-bottom: -3px;
            }

    .detail--head .pager--share {
        line-height: 50px;
        text-align: center;
    }

        .detail--head .pager--share > div {
            display: inline-block;
            margin: 0 5px;
            vertical-align: middle;
        }

            .detail--head .pager--share > div:first-child a .icon {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .detail--head .pager--share > div > a {
                display: block;
                font-size: 32px;
                color: #cdcdcd;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

        .detail--head .pager--share .bdfx {
            text-align: center;
        }

.pc .detail--head .pager--share > div > a:hover {
    color: #1e50ae;
}

.pc #bdfx > div:hover:nth-child(1) {
    color: #51b342;
}

.pc #bdfx > div:hover:nth-child(2) {
    color: #fd5a19;
}

.pc #bdfx > div:hover:nth-child(3) {
    color: #ff9d2e;
}

.pc #bdfx > div:hover:nth-child(4) {
    color: #228a31;
}

.pc #bdfx > div:hover:nth-child(5) {
    color: #292d82;
}

#bdfx a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    margin: 0 auto;
    padding: 0;
    background: none;
}

#bdfx > div {
    position: relative;
    font-size: 24px;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #969696;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.news--detail_container {
    background: #fff;
}

    .news--detail_container .wrap {
        *zoom: 1;
        zoom: 1;
    }

        .news--detail_container .wrap:after {
            content: "\0020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

.news--recommend {
    position: absolute;
    top: 0;
    left: 14px;
    padding: 0 25px 20px;
    margin: 80px 0 0 0;
    background: #fbfbfd;
}

    .news--recommend .head {
        padding: 20px 12px 10px;
        font-size: 18px;
        color: #040404;
        line-height: 30px;
    }

    .news--recommend .body .cell {
        position: relative;
        padding: 25px 12px;
    }

        .news--recommend .body .cell > a {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 50;
            width: 100%;
            height: 100%;
        }

        .news--recommend .body .cell h3 {
            line-height: 30px;
        }

            .news--recommend .body .cell h3 a {
                font-size: 16px;
                color: #040404;
                font-weight: normal;
            }

        .news--recommend .body .cell span {
            display: block;
            font-size: 12px;
            color: #9c9c9c;
            line-height: 20px;
        }

.news--content {
    overflow: hidden;
    padding: 80px 0 40px 450px;
    min-height: 730px;
}

.pc .news--recommend .body .cell:hover {
    background: #1e50ae;
}

    .pc .news--recommend .body .cell:hover h3 a {
        color: #fff;
    }

    .pc .news--recommend .body .cell:hover span {
        color: #fff;
    }

@media screen and (max-width: 1200px) {
    .list--content {
        padding-left: 15px;
        padding-right: 15px;
    }

        .list--content .news--list_cell {
            margin-top: 30px;
        }

    .detail--head {
        padding: 20px 0;
    }

        .detail--head .info span:nth-child(3) {
            display: none;
        }
}

@media screen and (max-width: 900px) {
    .news--detail_container {
        padding: 0 0 20px 0;
    }

    .news--recommend {
        position: relative;
        left: 0;
        padding-left: 10px;
        padding-right: 10px;
        margin: 10px 0 0 0;
    }

        .news--recommend .body .cell {
            padding: 10px;
        }

    .news--content {
        padding: 30px 0;
        min-height: 300px;
    }
}

@media screen and (max-width: 700px) {
    .list--content .news--list_cell {
        padding: 20px 0;
        margin-top: 15px;
    }

        .list--content .news--list_cell .time {
            padding-left: 20px;
        }

        .list--content .news--list_cell .content {
            padding: 0 15px;
        }

        .list--content .news--list_cell .btn {
            display: none;
        }

    .detail--head {
        padding: 20px 0;
    }

        .detail--head h1 {
            font-size: 18px;
            line-height: 30px;
        }
}

@media screen and (max-width: 500px) {
    .detail--head {
        padding: 10px;
    }

        .detail--head .info span {
            margin: 0 3px;
        }

        .detail--head .pager--share .bdfx {
            display: none;
        }
}

@media screen and (max-width: 370px) {
    .list--content .news--list_cell .time {
        padding: 0 10px;
    }

    .list--content .news--list_cell .content {
        padding: 0 10px;
    }
}

.product--list {
    margin: 0 -38px;
    padding: 0 20px;
    *zoom: 1;
    zoom: 1;
}

    .product--list:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.product--list_cell {
    position: relative;
    float: left;
    width: 335px;
    margin: 60px 38px 0;
    background: #fff;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

    .product--list_cell > a {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 50;
        width: 100%;
        height: 100%;
    }

    .product--list_cell .img {
        padding: 15px;
        overflow: hidden;
    }

        .product--list_cell .img div {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            overflow: hidden;
        }

        .product--list_cell .img img {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

    .product--list_cell .title h3 {
        text-align: center;
        line-height: 30px;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .product--list_cell .title h3 a {
            font-size: 18px;
            color: #232323;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

    .product--list_cell .btn {
        padding: 10px 0 20px 0;
        text-align: center;
    }

        .product--list_cell .btn span {
            display: inline-block;
            width: 38px;
            height: 38px;
            line-height: 38px;
            vertical-align: middle;
            text-align: center;
            color: #fff;
            font-size: 24px;
            background: #1e50ae;
            -webkit-border-radius: 19px;
            -moz-border-radius: 19px;
            border-radius: 19px;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

.pc .product--list_cell:hover {
    -webkit-box-shadow: 10px 10px 40px 0px #ddd;
    -moz-box-shadow: 10px 10px 40px 0px #ddd;
    box-shadow: 10px 10px 40px 0px #ddd;
}

    .pc .product--list_cell:hover .img img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .pc .product--list_cell:hover .title h3 a {
        color: #1e50ae;
    }

    .pc .product--list_cell:hover .btn span {
        width: 85px;
    }

.product--detail1 {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #dadada;
    *zoom: 1;
    zoom: 1;
}

    .product--detail1:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .product--detail1 .l {
        float: left;
        *zoom: 1;
        zoom: 1;
    }

        .product--detail1 .l:after {
            content: "\0020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    .product--detail1 .r {
        float: right;
        width: 450px;
        padding: 80px 30px 80px 0;
    }

        .product--detail1 .r h1 {
            padding: 0 0 15px 0;
            font-size: 24px;
            color: #1f2323;
            line-height: 30px;
        }

        .product--detail1 .r .feature {
            margin-bottom: 10px;
            min-height: 60px;
            font-size: 14px;
            color: #999;
            line-height: 20px;
        }

        .product--detail1 .r .contact {
            padding: 0 10px;
            font-size: 14px;
            color: #333;
            line-height: 70px;
            border-top: 1px solid #f2f2f2;
            border-bottom: 1px solid #f2f2f2;
        }

            .product--detail1 .r .contact span {
                font-size: 36px;
                color: #ff8724;
            }

        .product--detail1 .r .ppager {
            padding: 40px 0 30px;
        }

            .product--detail1 .r .ppager a {
                display: inline-block;
                vertical-align: middle;
                height: 34px;
                margin-left: 24px;
                min-width: 40px;
                padding: 0 15px;
                text-align: center;
                line-height: 34px;
                border: 1px solid #dbdbdb;
                color: #575757;
                font-size: 14px;
                transition: all .3s 0s;
            }

                .product--detail1 .r .ppager a[href]:hover {
                    color: #1e50ae !important;
                    border-color: #1e50ae;
                }

                .product--detail1 .r .ppager a:nth-child(1),
                .product--detail1 .r .ppager a:nth-child(3) {
                    font-size: 20px;
                }

                .product--detail1 .r .ppager a:nth-child(1) {
                    margin-left: 0;
                }

                    .product--detail1 .r .ppager a:nth-child(1) .icon {
                        -webkit-transform: rotate(180deg);
                        -moz-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .product--detail1 .r #bdfx > div {
            line-height: 40px;
            font-size: 34px;
        }

    .product--detail1 .preview--scroll {
        position: relative;
        float: left;
        margin: 120px 40px 0 0;
        padding: 0 0 0 40px;
    }

    .product--detail1 .preview--list {
        overflow: hidden;
        max-height: 100px;
        visibility: hidden;
    }

        .product--detail1 .preview--list .cell {
            border: 1px solid #dcdcdc;
            width: 80px;
            margin: 0 0 20px 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

            .product--detail1 .preview--list .cell a {
                display: block;
                position: relative;
                width: 100%;
                padding-bottom: 100%;
                overflow: hidden;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
            }

                .product--detail1 .preview--list .cell a img {
                    display: block;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                }

            .product--detail1 .preview--list .cell.selected {
                border-color: #1e50ae;
            }

    .product--detail1 .preview--big {
        float: right;
        margin: 40px 0 0 0;
        overflow: hidden;
        width: 450px;
        padding-bottom: 450px;
        position: relative;
    }

        .product--detail1 .preview--big img {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

.pc .product--detail1 .preview--list .cell:hover {
    border-color: #1e50ae;
}

.product--detail2 {
    float: left;
    width: 870px;
    border: 1px solid #dadada;
    background: #fff;
}

    .product--detail2 .head {
        padding: 0 20px;
        line-height: 64px;
        background: #f8f8f8;
    }

        .product--detail2 .head em {
            padding: 0 10px;
            display: inline-block;
            font-size: 18px;
            color: #3c3c3c;
            border-bottom: 4px solid #1e50ae;
        }

    .product--detail2 .body {
        padding: 40px 35px;
    }

.product--detail3 {
    float: right;
    width: 305px;
    border: 1px solid #dadada;
    background: #fff;
}

    .product--detail3 .head {
        padding: 0 20px;
        line-height: 64px;
        background: #f8f8f8;
    }

        .product--detail3 .head em {
            padding: 0 10px;
            display: inline-block;
            font-size: 18px;
            color: #3c3c3c;
        }

    .product--detail3 .body {
        min-height: 200px;
    }

        .product--detail3 .body .cell {
            position: relative;
            padding: 15px;
            border-bottom: 1px solid #dbdbdb;
        }

            .product--detail3 .body .cell:last-child {
                border-bottom: 0;
            }

            .product--detail3 .body .cell > a {
                position: absolute;
                left: 0;
                top: 0;
                z-index: 50;
                width: 100%;
                height: 100%;
            }

            .product--detail3 .body .cell .img {
                width: 100%;
                padding-bottom: 100%;
                position: relative;
                overflow: hidden;
            }

                .product--detail3 .body .cell .img img {
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    position: absolute;
                    -webkit-transition: all .3s 0s;
                    -o-transition: all .3s 0s;
                    -moz-transition: all .3s 0s;
                    transition: all .3s 0s;
                }

            .product--detail3 .body .cell .title {
                text-align: center;
            }

                .product--detail3 .body .cell .title h3 {
                    padding: 5px 0 0 0;
                    overflow: hidden;
                    white-space: nowrap;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    line-height: 30px;
                }

                    .product--detail3 .body .cell .title h3 a {
                        font-size: 14px;
                        color: #232323;
                        font-weight: normal;
                        -webkit-transition: all .3s 0s;
                        -o-transition: all .3s 0s;
                        -moz-transition: all .3s 0s;
                        transition: all .3s 0s;
                    }

.pc .product--detail3 .body .cell:hover .img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.pc .product--detail3 .body .cell:hover .title h3 a {
    color: #ff8724;
}

@media screen and (max-width: 1200px) {
    .product--list {
        margin: 0;
    }

        .product--list .product--list_cell {
            margin-right: 2%;
            margin-left: 0;
            width: 32%;
        }

            .product--list .product--list_cell:nth-child(3n) {
                margin-right: 0;
            }

    .product--detail1 .l {
        float: none;
        margin: 0 auto;
        width: 610px;
    }

    .product--detail1 .r {
        float: none;
        width: auto;
        padding: 40px 20px;
    }

        .product--detail1 .r .feature {
            height: auto;
        }

        .product--detail1 .r .ppager {
            padding: 20px 0;
            text-align: center;
        }

        .product--detail1 .r .bdfx {
            text-align: center;
        }

    .product--detail2 {
        float: none;
        width: 100%;
    }

    .product--detail3 {
        margin: 30px 0 0 0;
        float: none;
        width: 100%;
    }

        .product--detail3 .body {
            *zoom: 1;
            zoom: 1;
        }

            .product--detail3 .body:after {
                content: "\0020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .product--detail3 .body .cell {
                float: left;
                width: 23.5%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                margin-right: 2%;
                border-bottom: none;
            }

                .product--detail3 .body .cell:nth-child(4) {
                    margin-right: 0;
                }
}

@media screen and (max-width: 700px) {
    .product--list {
        margin: 0;
    }

        .product--list .product--list_cell {
            margin-right: 4%;
            width: 48%;
            margin-top: 20px;
        }

            .product--list .product--list_cell:nth-child(3n) {
                margin-right: 4%;
            }

            .product--list .product--list_cell:nth-child(2n) {
                margin-right: 0;
            }

    .product--detail2 .head {
        line-height: 50px;
    }

    .product--detail2 .body {
        padding: 20px 15px;
    }

    .product--detail3 .head {
        line-height: 50px;
    }

    .product--detail3 .body .cell {
        margin-right: 4%;
        width: 48%;
    }

        .product--detail3 .body .cell:nth-child(2n) {
            margin-right: 0;
        }
}

@media screen and (max-width: 650px) {
    .product--detail1 .l {
        width: 100%;
    }

    .product--detail1 .preview--big {
        float: none;
        width: 100%;
        max-width: 450px;
        margin: 20px auto 0;
        padding-bottom: 100%;
    }

    .product--detail1 .preview--scroll {
        padding: 0;
        margin: 0;
        float: none;
    }

        .product--detail1 .preview--scroll .preview--list .cell {
            float: left;
        }
}

@media screen and (max-width: 450px) {
    .product--list {
        padding: 0 0px;
    }

        .product--list .product--list_cell .title h3 a {
            font-size: 14px;
        }

    .product--detail1 .r h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .product--detail1 .r .contact {
        line-height: 40px;
    }

        .product--detail1 .r .contact span {
            font-size: 18px;
        }

    .product--detail1 .r .ppager a {
        padding: 0 10px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 380px) {
    .product--detail3 .head {
        line-height: 50px;
    }

    .product--detail3 .body .cell {
        float: none;
        margin-right: 0%;
        width: 100%;
    }

        .product--detail3 .body .cell:nth-child(2n) {
            margin-right: 0;
        }
}

.case--list {
    margin: 0 -7px;
    *zoom: 1;
    zoom: 1;
}

    .case--list:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.case--list_cell {
    position: relative;
    float: left;
    margin: 40px 7px 0;
    width: 390px;
}

    .case--list_cell > a {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 50;
        width: 100%;
        height: 100%;
    }

    .case--list_cell .img {
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-bottom: 65.7%;
    }

        .case--list_cell .img img {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

    .case--list_cell .title {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 80px;
        width: 100%;
        text-align: right;
        padding: 0 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(../images/case02.png) repeat-x center bottom / auto 70px;
    }

        .case--list_cell .title:after {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 10px;
            content: '';
            background: #1e50ae;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

        .case--list_cell .title h3 {
            position: relative;
            z-index: 10;
            padding: 13px 0 0 0;
            line-height: 30px;
        }

            .case--list_cell .title h3 a {
                color: #fff;
                font-size: 14px;
                font-weight: normal;
            }

        .case--list_cell .title span {
            position: relative;
            z-index: 10;
            display: block;
            color: #fff;
            font-size: 12px;
            line-height: 24px;
            text-transform: uppercase;
        }

.pc .case--list_cell:hover .img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.pc .case--list_cell:hover .title:after {
    width: 100%;
}

.case--detail {
    padding: 0 0 30px 0;
    background: #fff;
}

    .case--detail .img {
        padding: 40px 0;
        text-align: center;
    }

    .case--detail .editor--content {
        min-height: 200px;
    }

.case--recommend {
    margin: 30px 0 0 0;
}

    .case--recommend .head {
        padding: 10px 0;
        font-size: 18px;
        color: #040404;
        line-height: 30px;
        border-bottom: 1px dashed #dbdbdb;
    }

.case--recommend_list {
    padding: 40px 0 0 0;
    *zoom: 1;
    zoom: 1;
}

    .case--recommend_list:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .case--recommend_list .cell {
        position: relative;
        float: left;
        width: 260px;
        margin: 0 20px;
    }

        .case--recommend_list .cell > a {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 50;
            width: 100%;
            height: 100%;
        }

        .case--recommend_list .cell .rimg {
            overflow: hidden;
            padding-bottom: 65.7%;
            position: relative;
            width: 100%;
        }

            .case--recommend_list .cell .rimg img {
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

        .case--recommend_list .cell .title {
            padding: 5px 0;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
        }

            .case--recommend_list .cell .title h3 {
                overflow: hidden;
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                line-height: 24px;
            }

                .case--recommend_list .cell .title h3 a {
                    font-size: 14px;
                    color: #666;
                    font-weight: normal;
                    -webkit-transition: all .3s 0s;
                    -o-transition: all .3s 0s;
                    -moz-transition: all .3s 0s;
                    transition: all .3s 0s;
                }

            .case--recommend_list .cell .title span {
                display: block;
                line-height: 20px;
                font-size: 12px;
                color: #999;
                -webkit-transition: all .3s 0s;
                -o-transition: all .3s 0s;
                -moz-transition: all .3s 0s;
                transition: all .3s 0s;
            }

.pc .case--recommend_list .cell:hover .rimg img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.pc .case--recommend_list .cell:hover .title {
    padding: 5px 20px;
    background: #1e50ae;
}

    .pc .case--recommend_list .cell:hover .title h3 a {
        color: #fff;
    }

    .pc .case--recommend_list .cell:hover .title span {
        color: #597ec3;
    }

@media screen and (max-width: 1200px) {
    .case--list {
        margin: 0;
    }

        .case--list .case--list_cell {
            margin-left: 0;
            margin-right: 2%;
            width: 32%;
        }

            .case--list .case--list_cell:nth-child(3n) {
                margin-right: 0;
            }

    .case--recommend_list .cell {
        width: 23.5%;
        margin-right: 2%;
        margin-left: 0;
    }

        .case--recommend_list .cell:nth-child(4) {
            margin-right: 0;
        }
}

@media screen and (max-width: 850px) {
    .case--list {
        margin: 0;
    }

        .case--list .case--list_cell {
            margin-left: 0;
            margin-right: 4%;
            width: 48%;
        }

            .case--list .case--list_cell:nth-child(3n) {
                margin-right: 4%;
            }

            .case--list .case--list_cell:nth-child(2n) {
                margin-right: 0;
            }
}

@media screen and (max-width: 700px) {
    .case--recommend_list .cell {
        width: 48%;
        margin-right: 4%;
        margin-left: 0;
        margin-bottom: 20px;
    }

        .case--recommend_list .cell:nth-child(2n) {
            margin-right: 0;
        }
}

@media screen and (max-width: 550px) {
    .case--list {
        margin: 0;
    }

        .case--list .case--list_cell {
            margin-left: 0;
            margin-right: 0%;
            width: 100%;
        }

            .case--list .case--list_cell:nth-child(3n) {
                margin-right: 0%;
            }

            .case--list .case--list_cell:nth-child(2n) {
                margin-right: 0;
            }

    .case--recommend_list {
        padding-top: 20px;
    }
}

.contact--container {
    margin: 30px 0;
    position: relative;
    height: 710px;
}

.contact--content {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -960px;
    width: 1920px;
    height: 710px;
}

.map--container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
}

    .map--container > div {
        height: 100%;
    }

    .map--container img {
        max-width: none;
    }

.contact--text {
    position: relative;
    z-index: 20;
    padding: 85px 0 0 0;
    height: 100%;
    width: 1040px;
    padding-left: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #095dc5 url(../images/contact01.png) no-repeat right bottom;
}

    .contact--text .qr {
        *zoom: 1;
        zoom: 1;
    }

        .contact--text .qr:after {
            content: "\0020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .contact--text .qr > span {
            float: left;
            margin: 0 25px 0 0;
            text-align: center;
            color: #9dc6f9;
            font-size: 14px;
        }

            .contact--text .qr > span img {
                display: block;
            }

            .contact--text .qr > span em {
                display: block;
                line-height: 30px;
            }

        .contact--text .qr > div {
            padding: 30px 0 0 0;
            overflow: hidden;
            line-height: 1.3;
        }

    .contact--text .contact--field {
        padding: 20px 0 0 0;
        font-size: 18px;
        color: #9bc4f8;
        line-height: 30px;
    }

        .contact--text .contact--field .cell {
            padding: 10px 0;
        }

@media screen and (max-width: 1200px) {
    .contact--container {
        padding: 0 14px;
        height: auto;
    }

    .contact--content {
        position: relative;
        margin: 0;
        left: 0;
        height: auto;
        width: 100%;
    }

    .contact--text {
        padding: 0 0 20px;
        width: auto;
        background: none;
    }

        .contact--text .qr span {
            color: #333;
        }

        .contact--text .qr div p {
            color: #333 !important;
        }

        .contact--text .contact--field {
            color: #333;
        }

            .contact--text .contact--field .cell {
                padding: 0;
                font-size: 14px;
                line-height: 2;
            }

    .map--container {
        position: relative;
        height: 300px;
    }
}

@media screen and (max-width: 600px) {
    .contact--text .qr div p:nth-child(2) {
        font-size: 24px !important;
    }
}

.message--container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

.message--head {
    padding: 50px 0 30px 0;
    line-height: 30px;
}

    .message--head em {
        margin: 0 10px 0 0;
        font-size: 24px;
        color: #090909;
    }

    .message--head span {
        font-size: 14px;
        color: #393939;
    }

.message--input {
    *zoom: 1;
    zoom: 1;
    margin: 0 0 24px 0;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .message--input:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .message--input > em {
        float: left;
        padding: 10px 0;
        margin: 0 5px 0 20px;
        width: 40px;
        height: 40px;
        background: no-repeat center / auto 40%;
    }

    .message--input > span {
        display: block;
        overflow: hidden;
        padding: 15px 15px 15px 0;
    }

        .message--input > span input {
            display: block;
            width: 100%;
            height: 30px;
            font-size: 14px;
            line-height: 30px;
        }

        .message--input > span textarea {
            display: block;
            width: 100%;
            height: 90px;
            line-height: 30px;
            font-size: 14px;
            resize: none;
        }

    .message--input .icon1 {
        background-image: url(../images/message00.png);
    }

    .message--input .icon2 {
        background-image: url(../images/message01.png);
    }

    .message--input .icon3 {
        background-image: url(../images/message02.png);
    }

    .message--input .icon4 {
        background-image: url(../images/message03.png);
    }

    .message--input.float {
        float: left;
        width: 48%;
    }

        .message--input.float:nth-child(2) {
            float: right;
        }

.message--btn {
    float: right;
}

    .message--btn a {
        display: block;
        width: 180px;
        line-height: 60px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        background: #ff8724;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all .3s 0s;
        -o-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        transition: all .3s 0s;
    }

.pc .message--btn a:hover {
    background: #1e50ae;
}

.message--list {
    padding: 0 0 30px 0;
}

    .message--list .cell {
        padding: 20px 0;
        border-bottom: 1px solid #e2e2e2;
    }

        .message--list .cell .message {
            *zoom: 1;
            zoom: 1;
        }

            .message--list .cell .message:after {
                content: "\0020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .message--list .cell .message > span {
                float: left;
                margin: 25px 0 0 0;
            }

                .message--list .cell .message > span img {
                    display: block;
                }

            .message--list .cell .message > div {
                overflow: hidden;
                padding-left: 20px;
            }

                .message--list .cell .message > div .name,
                .message--list .cell .message > div .time {
                    padding: 5px 0 5px 15px;
                    font-size: 14px;
                    color: #999;
                    line-height: 24px;
                }

                .message--list .cell .message > div .content {
                    position: relative;
                }

                    .message--list .cell .message > div .content > div {
                        position: relative;
                        display: inline-block;
                        padding: 10px 20px;
                        font-size: 14px;
                        color: #333;
                        line-height: 24px;
                        background: #fff;
                        -webkit-border-radius: 10px;
                        -moz-border-radius: 10px;
                        border-radius: 10px;
                    }

                    .message--list .cell .message > div .content .icon {
                        position: absolute;
                        left: -10px;
                        top: 16px;
                    }

                        .message--list .cell .message > div .content .icon img {
                            display: block;
                        }

        .message--list .cell .apply {
            padding: 0 0 0 95px;
        }

            .message--list .cell .apply .name {
                font-size: 14px;
                line-height: 24px;
            }

                .message--list .cell .apply .name span {
                    margin: 0 10px 0 0;
                    color: #333;
                }

                .message--list .cell .apply .name em {
                    color: #ff8a00;
                }

            .message--list .cell .apply .content {
                position: relative;
                margin: 10px 0;
                padding: 10px 0 10px 24px;
                font-size: 14px;
                color: #666;
                line-height: 30px;
            }

                .message--list .cell .apply .content:after {
                    position: absolute;
                    top: 0;
                    left: 10px;
                    width: 1px;
                    height: 100%;
                    content: '';
                    background: #c3c3c3;
                }

            .message--list .cell .apply .time {
                font-size: 14px;
                color: #999;
                line-height: 24px;
            }

@media screen and (max-width: 1200px) {
    .message--container {
        padding: 0 10px !important;
    }
}

@media screen and (max-width: 700px) {
    .message--input.float {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .message--btn {
        float: none;
    }

        .message--btn a {
            width: 100%;
        }
}

@media screen and (max-width: 500px) {
    .message--head {
        padding: 30px 0 15px 0;
    }

        .message--head em {
            display: block;
        }

    .message--input > em {
        padding: 5px 0;
        margin-left: 10px;
    }

    .message--input > span {
        padding: 10px 0;
    }

    .message--btn a {
        line-height: 50px;
        font-size: 16px;
    }

    .pcshow {
        display: none !important;
    }

    .phoneshow {
        display: block !important;
    }
}

.about--container {
    min-height: 500px;
    padding: 30px 0;
    background: #f9f9f9;
}

.about--content {
    padding: 30px 0 40px 0;
}

.index_right_info {
    position: fixed;
    right: 0;
    width: 100%;
    bottom: 100px;
    z-index: 1004;
}

.index_right_info1 {
    display: none;
}

.inri_info_all {
    width: 60px;
    height: 236px;
    background-color: #eee;
    position: absolute;
    right: 10px;
    bottom: 0px;
    z-index: 20;
}

.info_ine {
    width: 12px;
    height: 1px;
    background-color: #c4c4c4;
    margin: 0 auto;
}

.info_all {
    text-align: center;
    padding: 20px 10px;
    cursor: pointer;
    position: relative;
}

    .info_all span {
        font-size: 12px;
        color: #666;
    }

    .info_all span {
        width: 23px;
        height: 23px;
        display: inline-block;
        margin-top: 5px;
    }

        .info_all span.dh1 {
            background: url(../images/info.png) 0 0 no-repeat;
        }

        .info_all span.wx1 {
            background: url(../images/info.png) 0 -23px no-repeat;
        }

        .info_all span.cyc1 {
            background: url(../images/info.png) 0 -46px no-repeat;
        }

        .info_all span.to_top1 {
            background: url(../images/info.png) 0 -69px no-repeat;
        }

    .info_all:hover {
        background-color: #d5d5d5;
    }

    .info_all.to_top {
        background-color: #262626;
    }

.info_all_ii {
    width: 155px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: absolute;
    left: -165px;
    padding-bottom: 20px;
    top: -30px;
    display: none;
    text-align: center;
}

.info_all_ii1 {
    top: 0px;
    padding-bottom: 0px;
}

.info_all_ii p {
    width: 90%;
    margin: 20px auto;
}

.info_all_ii img {
    width: 80px;
}

.info_all:hover .info_all_ii {
    display: block;
}

@media screen and (max-width: 1200px) {
    .index_right_info {
        z-index: 99;
        display: none;
    }

    .info_ine {
        display: none;
    }

    .info_all.wx {
        display: none;
    }

    .info_all.cyc {
        display: none;
    }

    .index_right_info1 {
        display: block;
        position: fixed;
        right: 0;
        width: 100%;
        bottom: 70px;
        z-index: 99;
    }

        .index_right_info1 .inri_info_all {
            width: 45px;
            height: auto;
            background: none;
        }

            .index_right_info1 .inri_info_all .info_all {
                border: 1px solid #eee;
                border-radius: 50px;
                background: #fff;
            }

                .index_right_info1 .inri_info_all .info_all.to_top {
                    background: #fff;
                    margin-top: 10px;
                }

            .index_right_info1 .inri_info_all .info_all {
                padding: 5px 5px;
            }
}

.c_sitemap {
    text-align: center;
    background: url(../images/xixian.png) repeat-x center 85px;
}

    .c_sitemap ul {
        display: inline-block;
        vertical-align: top;
        padding: 30px 26px 0;
    }

        .c_sitemap ul li {
            font-size: 14px;
        }

            .c_sitemap ul li a {
                display: block;
                color: #343434;
                line-height: 34px;
            }

                .c_sitemap ul li a:hover {
                    color: #00468C;
                }

            .c_sitemap ul li.c_jit {
                font-size: 16px;
                margin-bottom: 10px;
            }

                .c_sitemap ul li.c_jit a {
                    border-bottom: 2px solid transparent;
                    height: 54px;
                    line-height: 54px;
                }

                    .c_sitemap ul li.c_jit a:hover {
                        font-weight: bold;
                        border-color: #00468C;
                    }

@media screen and (max-width: 1200px) {
    .c_sitemap {
        background: none;
    }

        .c_sitemap ul {
            display: block;
            padding: 15px 12px;
            border-bottom: 1px dashed #eee;
        }

            .c_sitemap ul li.c_jit {
                margin-bottom: 0px;
            }
}
}
.job--list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    min-height: 500px;
}

    .job--list .body, .job--list .head {
        color: #fff;
        height: 60px;
        background: #303036;
    }

        .job--list .body .table, .job--list .head .table {
            display: table;
            width: 100%;
            height: 60px;
            font-size: 16px;
        }

            .job--list .body .table > div, .job--list .head .table > div {
                display: table-cell;
                height: 100%;
                vertical-align: middle;
                text-align: center;
                line-height: 20px;
            }

    .job--list .body {
        background: none;
        height: 71px;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: jobIn 1s 1s both;
        -moz-animation: jobIn 1s 1s both;
        -o-animation: jobIn 1s 1s both;
        animation: jobIn 1s 1s both;
    }

        .job--list .body .table {
            position: relative;
            z-index: 10;
            color: #000;
            height: 70px;
            border-bottom: 1px solid #eeeeee;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
            cursor: pointer;
            background: #fff;
            table-layout: fixed;
        }

        .job--list .body .cell2 {
            color: #da251c;
            font-weight: bold;
        }

        .job--list .body .cell5 {
            background: url(../images/icon04.png) no-repeat center;
        }

        .job--list .body .dropdown {
            padding: 20px 40px;
            overflow: hidden;
            border-bottom: 1px solid #eeeeee;
            -webkit-transition: all .3s 0s;
            -o-transition: all .3s 0s;
            -moz-transition: all .3s 0s;
            transition: all .3s 0s;
            -webkit-transform: translate(0, -100px);
            -moz-transform: translate(0, -100px);
            -ms-transform: translate(0, -100px);
            -o-transform: translate(0, -100px);
            transform: translate(0, -100px);
            *zoom: 1;
            zoom: 1;
        }

            .job--list .body .dropdown:after {
                content: "\0020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .job--list .body .dropdown .tag {
                float: right;
                margin-left: 20px;
                max-width: 400px;
                font-size: 0;
                text-align: right;
            }

                .job--list .body .dropdown .tag .cell {
                    display: inline-block;
                    margin-left: 10px;
                    text-align: center;
                    line-height: 24px;
                    font-size: 14px;
                    color: #7babcc;
                    min-width: 40px;
                    background: #eef7fd;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                    padding: 5px 10px;
                }

            .job--list .body .dropdown .content {
                overflow: hidden;
                font-size: 14px;
                line-height: 2;
                color: #2d2d2d;
            }

                .job--list .body .dropdown .content .upload {
                    margin: 20px 0 0 0;
                    position: relative;
                }

                    .job--list .body .dropdown .content .upload label {
                        display: block;
                        width: 130px;
                        height: 30px;
                        line-height: 30px;
                        color: #fff;
                        font-size: 14px;
                        background: #da251c;
                        text-align: center;
                        cursor: pointer;
                        -webkit-transition: all .3s 0s;
                        -o-transition: all .3s 0s;
                        -moz-transition: all .3s 0s;
                        transition: all .3s 0s;
                    }

                    .job--list .body .dropdown .content .upload input {
                        position: absolute;
                        top: -10px;
                        left: -10px;
                        width: 1px;
                        height: 1px;
                        overflow: hidden;
                        opacity: 0;
                    }

        .job--list .body.open {
            height: auto;
        }

            .job--list .body.open .dropdown {
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                transform: translate(0, 0);
            }

            .job--list .body.open .cell5 {
                background: url(../images/icon05.png) no-repeat center;
            }

    .job--list .cell1 {
        width: 20%;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        padding: 0 2.5%;
    }

    .job--list .cell2 {
        width: 20%;
    }

    .job--list .cell3 {
        width: 30%;
    }

    .job--list .cell4 {
        width: 20%;
    }

    .job--list .cell5 {
        width: 5%;
    }

@-webkit-keyframes jobIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes jobIn {
    0% {
        opacity: 0;
        -moz-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-o-keyframes jobIn {
    0% {
        opacity: 0;
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes jobIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.pc .job--list .body .table:hover {
    background: #eee;
}

.pc .job--list .body .dropdown .content .upload label:hover {
    text-indent: 10px;
}

@media screen and (max-width: 1200px) {
    .job--list {
        width: 96%;
    }

    .joinus--contact {
        text-align: center;
    }

        .joinus--contact > div {
            display: inline-block;
            text-align: left;
        }

        .joinus--contact .cell {
            display: block;
            margin: 0;
        }

    .gywm-c {
        margin: 50px auto 40px;
    }
}

@media screen and (max-width: 770px) {
    .joinus--search {
        width: 100%;
    }
    .crumbs .l span{
        padding: 0 10px 0 5px;
    }
}

@media screen and (max-width: 600px) {
    .job--list .table {
        height: 50px !important;
        font-size: 14px !important;
    }

    .job--list .cell1 {
        padding: 0 10px;
        width: 45%;
        text-align: left !important;
    }

    .job--list .cell2 {
        width: 30%;
    }

    .job--list .cell3, .job--list .cell4 {
        display: none !important;
    }

    .job--list .body {
        height: 51px;
    }

        .job--list .body .dropdown {
            padding: 10px;
        }

            .job--list .body .dropdown .tag {
                padding: 0 0 10px 0;
                float: none;
                margin-left: 0;
                text-align: left;
            }

                .job--list .body .dropdown .tag .cell {
                    margin-left: 0;
                    margin-right: 10px;
                    line-height: 20px;
                }
}

@media screen and (max-width: 500px) {
    .joinus--search {
        height: 44px;
    }

        .joinus--search a {
            width: 50px;
        }

        .joinus--search span {
            padding: 0 15px;
        }

    .joinus--contact {
        padding: 20px 0 0 0;
        text-align: left;
    }

        .joinus--contact .cell {
            line-height: 30px;
        }

            .joinus--contact .cell img {
                display: none;
            }

            .joinus--contact .cell span {
                font-size: 14px !important;
            }

    .job--list {
        padding-top: 20px;
        width: 100%;
    }
}

.joinus--contact {
    padding: 40px 0 0 0;
    text-align: center;
}

    .joinus--contact .cell {
        display: inline-block;
        *zoom: 1;
        zoom: 1;
        margin: 0 20px;
        line-height: 50px;
    }

        .joinus--contact .cell:after {
            content: "\0020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .joinus--contact .cell img {
            margin-right: 20px;
            vertical-align: middle;
        }

        .joinus--contact .cell span {
            vertical-align: middle;
            font-size: 16px;
            color: #6f6f6f;
        }

@media screen and (max-width: 1200px) {
    .joinus--contact {
        text-align: center;
    }

        .joinus--contact > div {
            display: inline-block;
            text-align: left;
        }

        .joinus--contact .cell {
            display: block;
            margin: 0;
        }
}

@media screen and (max-width: 500px) {
    .joinus--contact {
        padding: 20px 0 0 0;
        text-align: left;
    }

        .joinus--contact .cell {
            line-height: 30px;
        }

            .joinus--contact .cell img {
                display: none;
            }

            .joinus--contact .cell span {
                font-size: 14px !important;
            }
}