﻿html,
body {
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 1.5;
    zoom: 1;
    overflow-x: hidden;
    font-family: "\5FAE\8F6F\96C5\9ED1", "微软雅黑", "Microsoft YaHei", "Arial";
}

@media screen and (max-width: 1000px) {
    html,
    body {
        font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    }

        html E,
        body E {
            -webkit-overflow-scrolling: touch;
            overflow-scrolling: touch;
            border-width: thin;
            -webkit-user-select: none;
            -moz-user-select: none;
            -khtml-user-select: none;
            user-select: none;
            -webkit-touch-callout: none;
            -webkit-appearance: none;
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        html *,
        body * {
            box-sizing: border-box;
        }
}

@media screen and (max-width: 510px) {
    html,
    body {
        height: auto !important;
    }
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
select {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input,
select,
textarea,
button {
    border: 1px solid;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: both;
}

input {
    line-height: normal;
}

    input[type="button"] {
        box-sizing: content-box;
    }

    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button,
    a {
        cursor: pointer;
    }

        input[disabled],
        button[disabled],
        input[readonly],
        textarea[readonly] {
            cursor: default;
        }

    input[type="checkbox"],
    input[type="radio"] {
        margin: 0;
        *width: 13px;
        *height: 13px;
    }

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

td,
th {
    padding: 0;
}

fieldset,
img {
    border: 0;
}

iframe {
    display: block;
    height: 100%;
    width: 100%;
}

ol,
ul {
    list-style: none;
}

ins,
a {
    text-decoration: none;
    outline: 0;
}

    ins:active,
    a:active,
    ins:hover,
    a:hover {
        outline: 0;
    }

.fn-left {
    float: left;
}

.fn-right {
    float: right;
}

.fn-clear {
    zoom: 1;
}

    .fn-clear:after {
        display: block;
        content: '';
        height: 0;
        visibility: hidden;
        clear: both;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
    }

.dis-block {
    display: block;
}

.dis-none {
    display: none;
}

.dis-inline {
    display: inline;
}

.dis-inblock {
    display: inline-block;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz24 {
    font-size: 24px;
}

.fw-b {
    font-weight: bold;
}

.fw-n {
    font-weight: normal;
}

.ml0 {
    margin-left: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mr10 {
    margin-right: 10px;
}

.mr30 {
    margin-right: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.noml {
    margin-left: 0;
}

.pt20 {
    padding-top: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 30px;
}

.po-abs {
    position: absolute;
}

.po-rel {
    position: relative;
}

.po-fixed {
    position: fixed;
}

.txt-indent {
    text-indent: 2em;
}

.adefault {
    color: #0000EE;
    text-decoration: underline;
}

    .adefault:visited {
        color: #551a8b;
    }

    .adefault:hover,
    .adefault:active {
        color: #ff0000;
    }

.togray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-touch {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.arial {
    font-family: "Arial";
}

.century {
    font-family: "Century Gothic";
}

.songti {
    font-family: "\5B8B\4F53", "宋体", "SimSun";
}

.yahei {
    font-family: "\5FAE\8F6F\96C5\9ED1", "微软雅黑", "Microsoft YaHei";
}

.xihei {
    font-family: "\534E\6587\7EC6\9ED1", "华文细黑", "STXihei";
}

.heiti {
    font-family: "\9ED1\4F53", "黑体", "SimHei";
}

.yahei-arial {
    font-family: "\5FAE\8F6F\96C5\9ED1", "微软雅黑", "Microsoft YaHei", "Arial";
}

.font-m {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    height: 80px;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

    .header .menu {
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .header .nav {
        width: 100%;
    }

    .header .icon-logo {
        float: left;
        margin-left: 35px;
        width: 288px;
        position: relative;
    }

        .header .icon-logo .logo {
            display: block;
            width: 100%;
            line-height: 80px;
        }

            .header .icon-logo .logo img {
                vertical-align: middle;
                max-width: 100%;
            }

        .header .icon-logo .icon-w {
            display: none;
        }

    .header .menu {
        float: right;
    }

    .header .ui-nav-item {
        float: left;
        line-height: 80px;
        margin-left: 30px;
    }

        .header .ui-nav-item a {
            padding: 8px 20px;
            color: #fff;
            font-size: 14px;
            -webkit-transition: all 0.25s linear;
            -moz-transition: all 0.25s linear;
            -ms-transition: all 0.25s linear;
            -o-transition: all 0.25s linear;
            transition: all 0.25s linear;
        }

        .header .ui-nav-item:nth-child(3) {
            margin-left: 0;
        }

        .header .ui-nav-item:hover a,
        .header .ui-nav-item.cur a {
            background: #f18c19;
            border-radius: 8px;
        }

    .header .ui-head {
        font-size: 14px;
        color: #fff;
        line-height: 50px;
        display: none;
    }

    .header .icon-close {
        display: none;
    }

    .header .icon-button {
        display: none;
        position: fixed;
        left: 15px;
        top: 20px;
        -webkit-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        -ms-transition: all 0.6s ease-out;
        -o-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
    }

        .header .icon-button .icon-btn {
            display: block;
        }

    .header.cur {
        background: #fff;
    }

        .header.cur .icon-logo .icon-w {
            display: inline-block;
        }

        .header.cur .icon-logo .icon-b {
            display: none;
        }

        .header.cur .menu .ui-nav-item a {
            color: #333333;
        }

        .header.cur .menu .ui-nav-item:hover a,
        .header.cur .menu .ui-nav-item.cur a {
            background: #f18c19;
            color: #fff;
            border-radius: 8px;
        }

@media screen and (max-width: 780px) {
    .header.cur .menu .ui-nav-item:hover a,
    .header.cur .menu .ui-nav-item.cur a {
        background: rgba(255, 255, 255, 0);
    }
}

@media screen and (max-width: 1280px) {
    .header .ui-nav-item {
        margin-left: 20px;
    }

        .header .ui-nav-item:nth-child(3) {
            margin-left: 0;
        }
}

@media screen and (max-width: 1200px) {
    .header .ui-nav-item a {
        padding: 8px 15px;
    }
}

@media screen and (max-width: 1100px) {
    .header .ui-nav-item {
        margin-left: 0;
    }

        .header .ui-nav-item a {
            padding: 8px 10px;
        }
}

@media screen and (max-width: 780px) {
    .header {
        height: 60px;
        background: #fff;
    }

        .header .nav {
            height: 100%;
        }

        .header .icon-logo {
            width: 140px;
            float: right;
            padding-right: 15px;
            margin-left: 0;
        }

            .header .icon-logo .logo {
                line-height: 60px;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                .header .icon-logo .logo img {
                    vertical-align: middle;
                    max-width: 100%;
                }

                .header .icon-logo .logo .icon-w {
                    display: inline-block;
                }

                .header .icon-logo .logo .icon-b {
                    display: none;
                }

        .header .menu {
            position: fixed;
            left: 0;
            top: 0;
            float: none;
            width: 42%;
            height: 100%;
            opacity: 0;
            -webkit-transition: all 0.75s ease;
            -moz-transition: all 0.75s ease;
            -ms-transition: all 0.75s ease;
            -o-transition: all 0.75s ease;
            transition: all 0.75s ease;
            transform: perspective(600px) translateX(-100%);
            transform-origin: left center 0;
        }

            .header .menu.cur {
                opacity: 1;
                transform: perspective(600px) translateX(0);
            }

        .header .ui-bg {
            width: 100%;
            background: #01192b;
            opacity: .85;
            filter: alpha(opacity=85);
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
        }

        .header .ui-nav-item {
            float: none;
            border-top: none;
            padding: 0 0 0 10px;
            line-height: 45px;
            margin: 0;
            position: relative;
        }

            .header .ui-nav-item a {
                line-height: 30px;
                border: none;
            }

            .header .ui-nav-item .cn {
                color: #fff;
                text-align: left;
                font-size: 16px;
            }

            .header .ui-nav-item:hover a,
            .header .ui-nav-item.cur a {
                background: rgba(255, 255, 255, 0);
                border-radius: 0;
            }

            .header .ui-nav-item:hover .cn,
            .header .ui-nav-item.cur .cn {
                color: red;
            }

            .header .ui-nav-item:nth-child(2) {
                padding: 0 0 0 15px;
            }

        .header .right-bg {
            font-style: normal;
            display: inline-block;
            text-align: right;
            width: 8px;
            height: 14px;
            position: absolute;
            right: 25px;
            top: 17px;
            background: url("../images/icon/right-bg.png") center no-repeat;
            background-size: cover;
        }

        .header .ui-head {
            display: inline-block;
            font-size: 18px;
            line-height: 65px;
        }

        .header .menu-btn {
            position: absolute;
            left: 20px;
            top: 20px;
            width: 30px;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
        }

            .header .menu-btn a,
            .header .menu-btn span {
                display: block;
            }

            .header .menu-btn a {
                position: relative;
            }

            .header .menu-btn span {
                position: absolute;
                left: 0;
                width: 100%;
                height: 2px;
                background: #666;
                z-index: 10;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .header .menu-btn .sp1 {
                top: 0;
            }

            .header .menu-btn .sp2 {
                top: 10px;
            }

            .header .menu-btn .sp3 {
                top: 20px;
            }

            .header .menu-btn.cur span {
                -webkit-transition: all 0.3s ease 0.1s;
                -moz-transition: all 0.3s ease 0.1s;
                -ms-transition: all 0.3s ease 0.1s;
                -o-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
            }

            .header .menu-btn.cur .sp1 {
                -webkit-transform: rotate(40deg);
                -moz-transform: rotate(40deg);
                -ms-transform: rotate(40deg);
                -o-transform: rotate(40deg);
                transform: rotate(40deg);
                transform-origin: 0 50%;
            }

            .header .menu-btn.cur .sp2 {
                -webkit-transform: rotateX(50deg);
                -moz-transform: rotateX(50deg);
                -ms-transform: rotateX(50deg);
                -o-transform: rotateX(50deg);
                transform: rotateX(50deg);
                opacity: 0;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .header .menu-btn.cur .sp3 {
                -webkit-transform: rotate(-40deg);
                -moz-transform: rotate(-40deg);
                -ms-transform: rotate(-40deg);
                -o-transform: rotate(-40deg);
                transform: rotate(-40deg);
                transform-origin: 0 50%;
            }
}

.header.curr {
    position: relative;
}

.cases .case-list {
    display: block;
    overflow: hidden;
}

.cases .case {
    width: 22%;
    float: left;
    margin: 0 0 15px 20px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 1000px) {
    .cases .case {
        -webkit-animation: slideInUp 1s forwards;
        -o-animation: slideInUp 1s forwards;
        -moz-animation: slideInUp 1s forwards;
        -ms-animation: slideInUp 1s forwards;
        animation: slideInUp 1s forwards;
    }
}

.cases .case:hover .case-img img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.cases .case:hover .case-mask {
    opacity: 1;
}

.cases .noml {
    margin-left: 0;
}

.cases .case-img {
    display: block;
    width: 100%;
    height: 180px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

    .cases .case-img img {
        width: 100%;
        height: 180px;
        -webkit-transition: all 3s linear;
        -moz-transition: all 3s linear;
        -ms-transition: all 3s linear;
        -o-transition: all 3s linear;
        transition: all 3s linear;
    }

.cases .case-mask {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    line-height: 180px;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.cases .case-name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #fff;
    display: block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

@media screen and (max-width: 1370px) {
    .cases .case {
        width: 23%;
        margin: 0 30px 15px 0;
    }

        .cases .case:nth-child(4n) {
            margin: 0 0 15px 0;
        }
}

@media screen and (max-width: 1200px) {
    .cases .case {
        width: 31%;
        margin: 0 30px 15px 0;
    }

        .cases .case:nth-child(4n) {
            margin: 0 30px 15px 0;
        }

        .cases .case:nth-child(3n) {
            margin: 0 0 15px 0;
        }
}

@media screen and (max-width: 800px) {
    .cases .case-list {
        text-align: center;
    }

    .cases .case {
        width: 45%;
        margin: 0 30px 15px 0;
        float: none;
        display: inline-block;
    }

        .cases .case:nth-child(4n) {
            margin: 0 30px 15px 0;
        }

        .cases .case:nth-child(3n) {
            margin: 0 30px 15px 0;
        }

        .cases .case:nth-child(2n) {
            margin: 0 0 15px 0;
        }
}

@media screen and (max-width: 510px) {
    .cases {
        margin-top: 20px;
    }

        .cases .case-list .case {
            margin: 0 0 10px 0;
            padding: 0 10px;
            width: 100%;
        }

            .cases .case-list .case:last-child {
                margin: 0;
            }

            .cases .case-list .case .case-img {
                display: inline-block;
                width: 100%;
            }

            .cases .case-list .case:hover {
                box-shadow: none;
            }

                .cases .case-list .case:hover .case-name {
                    color: #666666;
                }

                .cases .case-list .case:hover .btn-more {
                    display: none;
                }
}

.news .ui-news .news-list {
    width: 20%;
    float: left;
    background: #fff;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    margin-left: 30px;
    overflow: hidden;
    height: 330px;
}

@media screen and (min-width: 1000px) {
    .news .ui-news .news-list {
        -webkit-animation: slideInUp 1s forwards;
        -o-animation: slideInUp 1s forwards;
        -moz-animation: slideInUp 1s forwards;
        -ms-animation: slideInUp 1s forwards;
        animation: slideInUp 1s forwards;
    }
}

.news .ui-news .news-list:hover {
    box-shadow: 0 0 10px -6px #000000;
}

    .news .ui-news .news-list:hover .news-img img {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }

    .news .ui-news .news-list:hover .btn-more {
        background: #252c65 url("../images/index/jiantou-1.png") center center no-repeat;
        border: 1px solid #252c65;
    }

.news .ui-news .qikan-list {
    height: 400px;
}

.news .ui-news .noml {
    margin-left: 0;
}

.news .ui-news .news-img {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 160px;
}

    .news .ui-news .news-img img {
        width: 100%;
        height: 160px;
        vertical-align: middle;
        -webkit-transition: all 3s linear;
        -moz-transition: all 3s linear;
        -ms-transition: all 3s linear;
        -o-transition: all 3s linear;
        transition: all 3s linear;
    }

.news .ui-news .qi-img {
    height: 280px;
}

    .news .ui-news .qi-img img {
        max-width: 100%;
        height: 280px;
    }

.news .ui-news .news-main {
    width: 100%;
    text-align: left;
    margin-top: 15px;
    overflow: hidden;
}

    .news .ui-news .news-main span {
        display: block;
    }

.news .ui-news .main-title {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.news .ui-news .main-subtitle {
    font-size: 12px;
    color: #bbbbbb;
    line-height: 30px;
}

.news .ui-news .main-cont {
    font-size: 12px;
    color: #666666;
    line-height: 23px;
}

.news .btn-more {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    background: url("../images/index/jiantou-bg.png") center center no-repeat;
    margin: 10px 0 0 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

@media screen and (max-width: 1200px) {
    .news .ui-news .news-list {
        width: 30%;
        margin-left: 10px;
    }
}

@media screen and (max-width: 780px) {
    .news .ui-news {
        text-align: center;
    }

        .news .ui-news .news-list {
            width: 45%;
            float: none;
            display: inline-block;
            margin: 0 20px 20px 0;
        }

            .news .ui-news .news-list:nth-child(2n) {
                margin: 0 0 20px 0;
            }
}

@media screen and (max-width: 510px) {
    .news {
        margin-top: 20px;
    }

        .news .tab-trigger {
            text-align: center;
        }

            .news .tab-trigger a {
                margin: 0 15px 0 0;
                float: none;
            }

                .news .tab-trigger a:nth-child(1) {
                    margin-left: 0;
                }

        .news .ui-news .news-list {
            width: 100%;
            text-align: center;
            padding: 5px 10px;
            margin: 0 0 5px 0;
        }

            .news .ui-news .news-list:nth-child(2n) {
                margin: 0 0 5px 0;
            }

            .news .ui-news .news-list .news-cont {
                width: 100%;
                display: inline-block;
            }

            .news .ui-news .news-list:hover {
                box-shadow: none;
            }

                .news .ui-news .news-list:hover .btn-more {
                    border: 1px solid #eaeaea;
                }
}

.news-btn {
    margin-top: 30px;
}

    .news-btn .icon-back {
        display: inline-block;
        width: 42px;
        height: 42px;
        border-radius: 5px;
        border: 1px solid #eaeaea;
        background: url("../images/icon/back.png") center center no-repeat;
    }

    .news-btn .txt {
        margin-left: 10px;
    }

        .news-btn .txt span {
            display: block;
        }

        .news-btn .txt .cn {
            font-size: 12px;
            color: #252c65;
            line-height: 25px;
        }

        .news-btn .txt .en {
            font-size: 12px;
            color: #252c65;
            line-height: 15px;
        }

.product-detail {
    margin-bottom: 50px;
}

@media screen and (max-width: 510px) {
    .product-detail {
        padding: 0 10px;
        margin-bottom: 30px;
    }
}

.pro-title {
    padding: 30px 0;
}

    .pro-title span {
        display: block;
    }

    .pro-title .cont-title {
        text-align: center;
    }

    .pro-title .title-cn {
        color: #333333;
        font-size: 24px;
    }

    .pro-title .sub-cn {
        font-size: 14px;
        color: #666666;
    }

@media screen and (max-width: 510px) {
    .pro-title {
        padding: 15px 0;
    }
}

.detail-menu {
    width: 210px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-top: 4px solid #252c65;
}

    .detail-menu .menu-list {
        border-bottom: 1px solid #f2f2f2;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

        .detail-menu .menu-list:hover,
        .detail-menu .menu-list.cur {
            background: #252c65;
            border-bottom: 1px solid #252c65;
        }

            .detail-menu .menu-list:hover .item-icon,
            .detail-menu .menu-list.cur .item-icon {
                opacity: 0;
                filter: alpha(opacity=0);
            }

            .detail-menu .menu-list:hover .item-bg,
            .detail-menu .menu-list.cur .item-bg {
                opacity: 1;
                filter: alpha(opacity=100);
            }

            .detail-menu .menu-list:hover .link-txt,
            .detail-menu .menu-list.cur .link-txt {
                color: #fff;
            }

    .detail-menu .list-link {
        display: block;
        padding: 15px 0 15px 15px;
    }

    .detail-menu .link-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
    }

        .detail-menu .link-icon img {
            max-width: 100%;
            height: 20px;
        }

    .detail-menu .item-bg {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .detail-menu .item-icon {
        opacity: 1;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .detail-menu .link-txt {
        font-size: 14px;
        color: #333333;
        margin-left: 20px;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

@media screen and (max-width: 780px) {
    .detail-menu {
        padding: 5px;
    }
}

@media screen and (max-width: 510px) {
    .detail-menu {
        display: none;
    }
}

.detail-content {
    width: 73%;
    margin: 0 0 80px 25px;
    border-top: 1px solid #f2f2f2;
}

    .detail-content .detail-cont {
        font-size: 14px;
        color: #323333;
        line-height: 20px;
        margin-top: 30px;
    }

    .detail-content .cont-title {
        color: #252c65;
    }

    .detail-content .main-cn {
        font-size: 14px;
        color: #252c65;
        padding-left: 14px;
        display: block;
        margin-top: 20px;
        position: relative;
    }

        .detail-content .main-cn:before {
            content: "";
            width: 2px;
            height: 14px;
            background: #2c3578;
            position: absolute;
            left: 0;
            top: 3px;
        }

    .detail-content .list-img {
        width: 100%;
        text-align: center;
    }

        .detail-content .list-img img {
            max-width: 100%;
        }

    .detail-content .img-w {
        width: 50%;
    }

    .detail-content p {
        font-size: 14px;
        color: #333333;
    }

    .detail-content .main-list,
    .detail-content .main-head {
        font-size: 14px;
        color: #333333;
        margin-top: 10px;
        padding-left: 14px;
        position: relative;
    }

        .detail-content .main-list:before,
        .detail-content .main-head:before {
            content: "";
            width: 6px;
            height: 6px;
            background: #252c65;
            position: absolute;
            left: 0;
            top: 8px;
        }

    .detail-content .content-1 {
        width: 65%;
    }

    .detail-content .content-2 {
        width: 42%;
    }

    .detail-content .content-3 {
        width: 73%;
    }

    .detail-content .content-4 {
        width: 50%;
    }

    .detail-content .content-5 {
        width: 80%;
    }

    .detail-content .main-img {
        width: 30%;
        margin-left: 30px;
    }

        .detail-content .main-img img {
            width: 100%;
        }

    .detail-content .main-img-2 {
        width: 54%;
        margin-left: 30px;
    }

    .detail-content .main-img-3 {
        margin-top: 70px;
    }

    .detail-content .main-img-4 {
        width: 25%;
        margin: 150px 0 20px 0;
    }

    .detail-content .main-img-5 {
        width: 40%;
    }

    .detail-content .main-img-6 {
        width: 15%;
    }

    .detail-content .mt100 {
        margin-top: 100px;
    }

    .detail-content .detail-title {
        display: inline-block;
        text-align: center;
        padding: 7px 30px;
        background: #252c65;
        -webkit-transform: skew(-25deg);
        -moz-transform: skew(-25deg);
        -ms-transform: skew(-25deg);
        -o-transform: skew(-25deg);
        transform: skew(-25deg);
        color: #fff;
        font-size: 18px;
    }

    .detail-content .cont-list {
        margin-top: 25px;
    }

    .detail-content .cont-txt {
        font-size: 14px;
        color: #333333;
        line-height: 25px;
        margin-top: 10px;
    }

    .detail-content .detail-1-content {
        margin-top: 30px;
    }

    .detail-content .content-w {
        width: 25%;
    }

    .detail-content .cont-txt-cn {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
    }

    .detail-content .mt-30 {
        margin-top: -30px;
    }

    .detail-content .ui-w {
        width: 45%;
        margin-top: 20px;
    }

@media screen and (max-width: 1100px) {
    .detail-content {
        margin: 0 0 80px 20px;
    }

        .detail-content .main-img-2 {
            margin-left: 25px;
        }
}

@media screen and (max-width: 780px) {
    .detail-content {
        width: 70%;
    }

        .detail-content .content-1,
        .detail-content .content-2,
        .detail-content .content-3,
        .detail-content .content-4,
        .detail-content .content-5 {
            float: none;
            width: 100%;
        }

        .detail-content .main-img,
        .detail-content .left-img {
            float: none;
            width: 100%;
            margin: 20px 0 0 0;
            text-align: center;
        }

            .detail-content .main-img img,
            .detail-content .left-img img {
                width: auto;
                max-width: 100%;
            }

        .detail-content .content-w {
            float: none;
            width: 100%;
        }

        .detail-content .main-ui,
        .detail-content .ui-w {
            float: none;
            width: 100%;
        }
}

@media screen and (max-width: 510px) {
    .detail-content {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }

        .detail-content .detail-cont {
            margin-top: 15px;
        }

        .detail-content .img-w {
            float: none;
            width: 100%;
        }

        .detail-content .detail-title {
            padding: 5px 10px;
            font-size: 14px;
        }
}

.contact .submit {
    width: 100%;
    height: 550px;
    position: relative;
    padding-top: 350px;
}

.contact .submit-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .6;
    filter: algha(opacity=60);
    background: url("../images/index/submit-bg.jpg") center no-repeat;
    background-size: cover;
}

.contact .cont-w {
    width: 33%;
}

.contact .contact-add {
    margin-right: 20px;
}

.contact .contact-cont span {
    display: block;
}

.contact .contact-title {
    font-size: 16px;
    color: #252c65;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid #252c65;
}

.contact .address-txt {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin-bottom: 10px;
}

.contact .address-cont {
    margin-top: 10px;
}

.contact .ui-list {
    margin-left: 20px;
}

.contact .contact-item {
    width: 350px;
    margin-bottom: 30px;
    position: relative;
}

.contact .contact-text {
    margin-bottom: 15px;
    position: relative;
}

.contact .ui-input,
.contact .ui-textarea {
    width: 330px;
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    font-size: 14px;
    color: #252c65;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.contact .item-name {
    font-size: 14px;
    color: #252c65;
    line-height: 20px;
    position: absolute;
    left: 10px;
    top: 15px;
}

.contact .ui-textarea {
    height: 100px;
    resize: none;
}

.contact .btn-submit {
    width: 350px;
    padding: 15px 0;
    background: #252c65;
    border: none;
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 1370px) {
    .contact .submit {
        height: 460px;
        padding-top: 275px;
    }
}

@media screen and (max-width: 1100px) {
    .contact .cont-w {
        width: 25%;
    }

    .contact .contact-main {
        float: left;
        margin-left: 140px;
    }
}

@media screen and (max-width: 780px) {
    .contact .submit {
        padding-top: 100px;
        height: 800px;
    }

    .contact .cont-w {
        width: 100%;
        text-align: center;
        float: none;
        margin-top: 20px;
    }

    .contact .contact-add {
        display: inline-block;
        margin-right: 0;
    }

    .contact .address-txt {
        text-align: left;
    }

    .contact .ui-list {
        display: inline-block;
        margin-left: 0;
    }

    .contact .item-name {
        left: 25px;
    }

    .contact .contact-main {
        margin-left: 0;
    }

    .contact .submit-ui {
        display: inline-block;
    }

    .contact .btn-submit {
        width: 330px;
    }
}

@media screen and (max-width: 510px) {
    .contact .submit {
        padding: 100px 10px 0;
    }

    .contact .ui-list,
    .contact .submit-ui {
        width: 100%;
    }

    .contact .contact-item {
        width: 100%;
    }

    .contact .ui-input,
    .contact .ui-textarea,
    .contact .btn-submit {
        width: 100%;
    }

    .contact .item-name {
        left: 15px;
    }
}

.title-nav {
    text-align: center;
    padding: 30px 0;
    color: #0296fb;
    line-height: 30px;
}

    .title-nav span {
        display: block;
    }

    .title-nav .nav-box {
        position: relative;
        display: inline-block;
    }

        .title-nav .nav-box:before {
            content: '';
            position: absolute;
            left: -215px;
            top: 25px;
            width: 195px;
            height: 1px;
            background: url("../images/icon/border-blue.png") no-repeat;
        }

        .title-nav .nav-box:after {
            content: '';
            position: absolute;
            right: -215px;
            top: 25px;
            width: 195px;
            height: 1px;
            background: url("../images/icon/border-blue.png") no-repeat;
        }

    .title-nav .en {
        font-size: 20px;
    }

    .title-nav .cn {
        font-size: 14px;
    }

.about {
    width: 100%;
}

    .about .about-main {
        position: relative;
    }

    .about .about-title {
        position: relative;
        z-index: 5;
    }

    .about .ui-title {
        width: 1200px;
        position: absolute;
        height: 85px;
        z-index: 100;
    }

        .about .ui-title.cur {
            position: fixed;
            top: 0;
        }

    .about .item-trigger {
        display: block;
        padding: 20px 0;
    }

    .about .item-title {
        float: left;
        width: 25%;
        background: #fff;
        text-align: center;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

        .about .item-title:hover,
        .about .item-title.cur {
            background: #f18c19;
        }

            .about .item-title:hover .icon-m,
            .about .item-title.cur .icon-m {
                opacity: 0;
            }

            .about .item-title:hover .icon-h,
            .about .item-title.cur .icon-h {
                opacity: 1;
            }

            .about .item-title:hover .item-txt,
            .about .item-title.cur .item-txt {
                color: #fff;
            }

    .about .item-icon {
        position: relative;
    }

    .about .icon-m {
        opacity: 1;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .about .icon-h {
        position: absolute;
        left: 0;
        top: -3px;
        opacity: 0;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .about .item-txt {
        display: block;
        line-height: 25px;
        font-size: 14px;
        color: #666666;
    }

    .about .profile-ui {
        width: 100%;
        margin-top: -15px;
    }

    .about .proflie-item {
        width: 100%;
        float: left;
    }

    .about .profile-main {
        background: #e9e9e9;
    }

    .about .profile-t {
        width: 330px;
        padding: 85px 35px;
    }

    .about .profile-img1 {
        width: 800px;
    }

    .about .main-txt {
        font-size: 14px;
        color: #888888;
        line-height: 26px;
    }

    .about .profile-img img {
        vertical-align: middle;
    }

    .about .profile-img2 {
        width: 400px;
    }

    .about .profile-s {
        width: 730px;
        padding: 35px 35px 37px;
    }

@media screen and (max-width: 1100px) {
    .about .ui-title {
        width: 100%;
    }

    .about .profile-t {
        width: 25%;
        padding: 41px 30px;
    }

    .about .profile-img1 {
        width: 69%;
    }

        .about .profile-img1 img {
            max-width: 100%;
        }

    .about .profile-img2 {
        width: 31%;
    }

        .about .profile-img2 img {
            max-width: 100%;
        }

    .about .profile-s {
        width: 62%;
        padding: 15px 35px 14px;
    }

        .about .profile-s .main-txt {
            line-height: 21px;
        }
}

@media screen and (max-width: 780px) {
    .about .profile-item {
        text-align: center;
    }

    .about .profile-t {
        float: none;
        display: inline-block;
        width: 100%;
    }

    .about .profile-s {
        float: none;
        display: inline-block;
        width: 100%;
    }

    .about .profile-img1 {
        float: none;
        display: inline-block;
        width: 100%;
        height: 200px;
    }

        .about .profile-img1 img {
            width: 100%;
            height: 200px;
        }

    .about .profile-img2 {
        display: none;
    }
}

@media screen and (max-width: 510px) {
    .about .ui-title {
        position: relative;
        top: 0;
        display: none;
    }

    .about .profile-t,
    .about .profile-s {
        padding: 20px;
        text-align: left;
    }
}

.about-path {
    width: 100%;
    background-size: cover;
    margin-top: -140px;
    padding-top: 145px;
}

    .about-path .item-path {
        float: left;
        width: 25%;
        text-align: center;
        background: #fff;
        padding: 25px 0;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

        .about-path .item-path.cur,
        .about-path .item-path:hover {
            background: #f18c19;
        }

            .about-path .item-path.cur .path-title,
            .about-path .item-path:hover .path-title {
                color: #fff;
            }

    .about-path .path-title {
        display: block;
        color: #333333;
        font-size: 14px;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .about-path .path {
        width: 100%;
        height: 450px;
        overflow: hidden;
        position: relative;
        left: 0;
        top: 0;
    }

    .about-path .path-bg {
        width: 2350px;
        height: 450px;
        left: 500px;
        position: relative;
        top: 0;
        -webkit-transition: left 0.25s linear;
        -moz-transition: left 0.25s linear;
        -ms-transition: left 0.25s linear;
        -o-transition: left 0.25s linear;
        transition: left 0.25s linear;
        font-size: 0;
        -webkit-text-size-adjust: none;
    }

@media screen and (max-width: 780px) {
    .about-path {
        margin-top: 0;
        padding-top: 25px;
    }
}

.about-honor .title-nav {
    color: #0296ff;
}

    .about-honor .title-nav .nav-box:before {
        background: url("../images/icon/border-blue.png") no-repeat;
    }

    .about-honor .title-nav .nav-box:after {
        background: url("../images/icon/border-blue.png") no-repeat;
    }

.about-honor .honor-img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    height: 500px;
}

    .about-honor .honor-img img {
        position: absolute;
        left: 50%;
        margin-left: -592px;
    }

@media screen and (max-width: 510px) {
    .about-honor .honor-img {
        height: 200px;
    }

        .about-honor .honor-img img {
            height: 200px;
            margin-left: 0;
            width: 100%;
            left: 0;
            position: relative;
        }
}

.about-culture {
    padding-bottom: 70px;
}

    .about-culture .title-nav {
        color: #0296ff;
    }

        .about-culture .title-nav .nav-box:before {
            background: url("../images/icon/border-blue.png") no-repeat;
        }

        .about-culture .title-nav .nav-box:after {
            background: url("../images/icon/border-blue.png") no-repeat;
        }

    .about-culture .item-culture {
        float: left;
        width: 25%;
    }

        .about-culture .item-culture img {
            display: block;
        }

    .about-culture .item-cont {
        height: 250px;
        background: #fff;
        padding: 20px 45px 30px;
    }

        .about-culture .item-cont span {
            display: block;
        }

    .about-culture .cont-icon {
        width: 40px;
        height: 40px;
        text-align: center;
        margin: 0 auto;
        line-height: 40px;
        background: #21a3ff;
        border-radius: 100%;
    }

        .about-culture .cont-icon img {
            display: inline-block;
            vertical-align: middle;
        }

    .about-culture .cont-title {
        text-align: center;
        font-size: 16px;
        color: #333333;
        margin: 15px 0;
    }

    .about-culture .cont-main {
        font-size: 12px;
        color: #888888;
        margin-top: 10px;
        position: relative;
    }

        .about-culture .cont-main:before {
            content: '';
            position: absolute;
            left: -15px;
            top: 4px;
            width: 9px;
            height: 9px;
            background: url("../images/icon/dian.png") no-repeat;
        }

    .about-culture .blue {
        font-style: normal;
        color: #21a3ff;
    }

@media screen and (max-width: 1100px) {
    .about-culture .item-cont {
        padding: 20px 30px 30px;
    }
}

@media screen and (max-width: 780px) {
    .about-culture {
        padding: 0 10px 40px;
    }

        .about-culture .item-culture {
            height: 310px;
        }

        .about-culture .img-w {
            height: 310px;
        }

        .about-culture .cont-icon img {
            height: auto;
        }

        .about-culture .item-cont {
            height: 310px;
        }

            .about-culture .item-cont .ls-main {
                display: none;
            }
}

@media screen and (max-width: 510px) {
    .about-culture {
        padding: 0 10px;
    }

        .about-culture .item-culture {
            float: none;
            width: 100%;
        }

        .about-culture .m-item {
            height: auto;
        }

            .about-culture .m-item .item-cont {
                height: auto;
            }

        .about-culture .img-w {
            width: 100%;
        }
}

.product-img {
    margin: 10px auto 50px;
}

    .product-img .pro-img {
        width: 800px;
        text-align: center;
        margin: 0 auto;
    }

        .product-img .pro-img img {
            margin-top: 20px;
            max-width: 100%;
        }

@media screen and (max-width: 800px) {
    .product-img .pro-img {
        width: 100%;
    }
}

@media screen and (max-width: 510px) {
    .product-img {
        margin: 15px auto 25px;
        padding: 0 10px;
    }

        .product-img img {
            margin-top: 10px;
        }
}

.product .product-cont {
    height: 700px;
}

@media screen and (max-width: 510px) {
    .product .product-cont {
        height: auto;
    }
}

.service {
    margin: 40px 0 60px;
    display: none;
}

    .service .title .cn {
        font-size: 32px;
        color: #333333;
        line-height: 50px;
        font-weight: lighter;
        text-align: center;
    }

    .service .service-main {
        width: 100%;
        overflow: hidden;
    }

    .service .service-ui {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        overflow: hidden;
        margin: 15px 0 0;
    }

    .service .service-item {
        float: left;
        margin: 0 50px 20px 0;
    }

        .service .service-item:nth-child(5n) {
            margin: 0 0 20px 0;
        }

        .service .service-item span {
            display: block;
        }

        .service .service-item a {
            width: 200px;
            height: 155px;
            border-radius: 100%;
            background: #f6f6f5;
            text-align: center;
            display: block;
            padding-top: 45px;
        }

        .service .service-item:hover .service-txt {
            color: #f18c19;
        }

    .service .service-img {
        width: 48px;
        height: 48px;
        margin: 0 auto 20px;
        overflow: hidden;
        line-height: 48px;
    }

        .service .service-img img {
            vertical-align: middle;
            max-width: 100%;
        }

    .service .service-txt {
        width: 100%;
        font-size: 14px;
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 10px;
        box-sizing: border-box;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

@media screen and (max-width: 1030px) {
    .service .service-item {
        margin: 0 37px 20px 0;
    }

        .service .service-item:nth-child(5n) {
            margin: 0 0 20px 0;
        }

        .service .service-item a {
            width: 175px;
            height: 140px;
        }

    .service .service-first {
        margin-left: 0;
    }
}

@media screen and (max-width: 780px) {
    .service .service-ui {
        text-align: center;
        height: 445px;
    }

    .service .service-item {
        float: none;
        display: inline-block;
        margin: 0 30px 20px 0;
    }

        .service .service-item:nth-child(3n) {
            margin: 0 0 20px 0;
        }

        .service .service-item:nth-child(5n) {
            margin: 0 30px 20px 0;
        }

        .service .service-item a {
            width: 200px;
            height: 190px;
        }

    .service .icon-btn {
        display: none;
    }
}

@media screen and (max-width: 510px) {
    .service {
        margin: 40px 0 0 0;
    }

        .service .service-ui {
            height: auto;
        }

        .service .service-item {
            margin: 0 20px 20px 0;
        }

            .service .service-item:nth-child(3n) {
                margin: 0 20px 20px 0;
            }

            .service .service-item:nth-child(5n) {
                margin: 0 20px 20px 0;
            }

            .service .service-item:nth-child(2n) {
                margin: 0 0 20px 0;
            }

            .service .service-item a {
                width: 130px;
                height: 130px;
                padding-top: 5px;
            }

        .service .service-img {
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin: 20px auto 15px;
        }
}

.career {
    margin-bottom: 50px;
}

    .career .title {
        padding: 35px 0;
    }

    .career .career-cont {
        margin: 40px auto 0;
    }

    .career .cont-ui {
        text-align: center;
        padding-bottom: 30px;
        border-bottom: 1px solid #D1D1D1;
    }

    .career .item-cont {
        display: inline-block;
        width: 170px;
        height: 170px;
        border-radius: 100%;
        background: #e5e4e2;
        line-height: 170px;
        text-align: center;
        margin-left: 50px;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
        position: relative;
    }

        .career .item-cont:hover,
        .career .item-cont.cur {
            background: #252c65;
        }

            .career .item-cont:hover .item-txt,
            .career .item-cont.cur .item-txt {
                color: #fff;
            }

            .career .item-cont:hover .txt-h:before,
            .career .item-cont.cur .txt-h:before {
                width: 20px;
                -webkit-transform: rotate(-44deg);
                -moz-transform: rotate(-44deg);
                -ms-transform: rotate(-44deg);
                -o-transform: rotate(-44deg);
                transform: rotate(-44deg);
            }

            .career .item-cont:hover .txt-h:after,
            .career .item-cont.cur .txt-h:after {
                width: 20px;
                -webkit-transform: rotate(44deg);
                -moz-transform: rotate(44deg);
                -ms-transform: rotate(44deg);
                -o-transform: rotate(44deg);
                transform: rotate(44deg);
            }

    .career .cont-first {
        margin-left: 0;
    }

    .career .item-txt {
        display: block;
        font-size: 18px;
        color: #252c65;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .career .txt-h {
        font-style: normal;
        display: block;
        position: absolute;
        width: 30px;
        height: 15px;
        bottom: -31px;
        left: 65px;
        border-bottom: 1px solid #fff;
    }

        .career .txt-h:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 15px;
            height: 1px;
            background: #d1d1d1;
            transform-origin: 0 0;
            -webkit-transition: all 0.25s linear;
            -moz-transition: all 0.25s linear;
            -ms-transition: all 0.25s linear;
            -o-transition: all 0.25s linear;
            transition: all 0.25s linear;
        }

        .career .txt-h:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: -1px;
            width: 15px;
            height: 1px;
            background: #d1d1d1;
            transform-origin: 100% 0;
            -webkit-transition: all 0.25s linear;
            -moz-transition: all 0.25s linear;
            -ms-transition: all 0.25s linear;
            -o-transition: all 0.25s linear;
            transition: all 0.25s linear;
        }

    .career .career-desc {
        margin-top: 45px;
    }

    .career .desc-demand {
        display: none;
    }

        .career .desc-demand.cur {
            display: block;
        }

    .career .demand-title {
        font-size: 18px;
        line-height: 30px;
        color: #252c65;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .career .ui-txt {
        font-size: 16px;
        color: #333;
        line-height: 30px;
        margin-left: 100px;
        position: relative;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

        .career .ui-txt:before {
            content: '';
            position: absolute;
            left: -20px;
            top: 10px;
            width: 9px;
            height: 9px;
            background: url("../images/icon/dian.png") no-repeat;
        }

    .career .career-slogan .slogan-title {
        display: block;
        font-size: 18px;
        line-height: 30px;
        color: #252c65;
        margin-bottom: 15px;
    }

    .career .career-slogan .slogan-txt {
        font-size: 16px;
        color: #333;
        line-height: 30px;
    }

@media screen and (max-width: 780px) {
    .career .item-cont {
        width: 150px;
        height: 150px;
        line-height: 150px;
        margin-left: 35px;
    }

    .career .cont-first {
        margin-left: 0;
    }

    .career .txt-h {
        left: 65px;
    }
}

@media screen and (max-width: 510px) {
    .career {
        padding: 0 10px;
        margin-bottom: 30px;
    }

        .career .career-cont {
            margin: 0 auto;
        }

        .career .title {
            padding: 20px 0;
        }

        .career .cont-ui {
            border-bottom: none;
            padding-bottom: 0;
        }

        .career .item-cont {
            width: 100%;
            height: auto;
            background: none;
            line-height: 30px;
            border-radius: 0;
            padding: 0 5px;
            margin-left: 0;
            text-align: left;
        }

            .career .item-cont:hover,
            .career .item-cont.cur {
                background: #ffffff;
            }

                .career .item-cont:hover .item-txt,
                .career .item-cont.cur .item-txt {
                    color: #1987ea;
                }

        .career .career-desc {
            margin-top: 10px;
        }

        .career .ui-txt {
            margin-left: 30px;
        }

        .career .txt-h {
            display: none;
        }
}

.contact-main {
    width: 100%;
    background: #f3f3f3;
    padding: 30px 0 80px 0;
}

    .contact-main .contact-txt {
        width: 100%;
        padding: 15px 20px;
        background: #ececec;
        margin: 20px auto;
        font-size: 14px;
        color: #333;
        box-sizing: border-box;
    }

    .contact-main .contact-cont {
        margin-top: 60px;
    }

    .contact-main .contact-left {
        width: 44%;
    }

    .contact-main .contact-head {
        display: block;
        font-size: 16px;
        color: #666;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .contact-main .contact-ui {
        width: 100%;
    }

    .contact-main .contact-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-main .item-input {
        float: left;
        width: 450px;
        height: 40px;
        background: #e5e7e6;
        border: none;
        border-radius: 5px;
        padding: 0 0 0 10px;
        color: #666;
        outline: none;
        font-size: 14px;
    }

    .contact-main .item-txt {
        float: left;
        font-size: 14px;
        color: #666;
        line-height: 35px;
        margin-right: 10px;
    }

    .contact-main .item-textarea {
        width: 550px;
        height: 200px;
        background: #e5e7e6;
        resize: none;
        padding: 10px;
        border: none;
        color: #666;
        font-size: 14px;
        border-radius: 5px;
    }

    .contact-main .submit-btn {
        margin-top: 50px;
    }

    .contact-main .item-submit {
        width: 230px;
        height: 40px;
        background: #252c65;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 35px;
        border-radius: 10px;
        -webkit-appearance: none;
    }

    .contact-main .add-item {
        margin-bottom: 30px;
    }

    .contact-main .item-icon {
        display: inline-block;
        float: left;
        margin: 6px 15px 0 0;
    }

    .contact-main .item-info {
        font-size: 14px;
        color: #666;
        float: left;
    }

    .contact-main .icon-1 {
        width: 13px;
        height: 18px;
        background: url("../images/icon/contact-icon1.png") no-repeat;
    }

    .contact-main .icon-3 {
        width: 13px;
        height: 9px;
        background: url("../images/icon/contact-icon2.png") no-repeat;
    }

    .contact-main .icon-2 {
        width: 12px;
        height: 12px;
        background: url("../images/icon/contact-icon3.png") no-repeat;
    }

    .contact-main .icon-4 {
        width: 11px;
        height: 11px;
        background: url("../images/icon/contact-icon4.png") no-repeat;
    }

@media screen and (max-width: 780px) {
    .contact-main {
        padding: 0 10px;
    }

        .contact-main .contact-cont {
            text-align: center;
        }

        .contact-main .contact-left {
            float: none;
            display: inline-block;
            width: auto;
        }

        .contact-main .contact-add {
            margin-top: 30px;
            float: none;
            display: inline-block;
        }
}

@media screen and (max-width: 510px) {
    .contact-main .contact-cont {
        margin-top: 15px;
        text-align: left;
    }

    .contact-main .contact-head {
        text-align: center;
        margin-bottom: 5px;
    }

    .contact-main .contact-left,
    .contact-main .contact-add {
        width: 100%;
        display: block;
    }

    .contact-main .contact-add {
        margin-top: 15px;
    }

    .contact-main .contact-item {
        margin-bottom: 15px;
    }

    .contact-main .item-txt {
        float: none;
        margin-right: 0;
    }

    .contact-main .item-input {
        width: 100%;
        float: none;
    }

    .contact-main .item-textarea {
        width: 100%;
    }

    .contact-main .submit-btn {
        margin-top: 25px;
        text-align: center;
    }

    .contact-main .item-info {
        width: 90%;
    }
}

.news-detail {
    margin-top: 30px;
    margin-bottom: 50px;
}

    .news-detail .cont-title {
        text-align: center;
    }

        .news-detail .cont-title .title-cn {
            display: inline-block;
            color: #333333;
            font-size: 24px;
        }

        .news-detail .cont-title .txt {
            display: inline-block;
            font-size: 12px;
            color: #bbbbbb;
            padding-left: 30px;
        }

        .news-detail .cont-title .time {
            margin-right: 40px;
            background: url("../images/icon/time.png") left center no-repeat;
        }

        .news-detail .cont-title .view-num {
            background: url("../images/icon/look-img.png") left center no-repeat;
        }

    .news-detail .main-content {
        margin-top: 10px;
        border-top: 1px solid #ececec;
    }

    .news-detail .content-cont {
        margin-top: 25px;
    }

    .news-detail .main-txt {
        display: block;
        font-size: 14px;
        color: #323333;
        line-height: 25px;
        list-style: disc !important;
    }

        .news-detail .main-txt ol,
        .news-detail .main-txt ul {
            list-style: disc !important;
        }

        .news-detail .main-txt img {
            max-width: 100%;
            vertical-align: middle;
        }

    .news-detail .detail-main {
        margin-top: 30px;
        font-size: 14px;
        color: #323333;
        line-height: 25px;
    }

    .news-detail .detail-info {
        margin-top: 30px;
    }

    .news-detail .info-title {
        display: block;
        font-size: 14px;
        color: #337FE5;
        margin-bottom: 30px;
    }

    .news-detail .info-main {
        font-size: 14px;
        color: #323333;
        line-height: 25px;
    }

        .news-detail .info-main a {
            color: #323333;
        }

    .news-detail .detail-img {
        width: 430px;
    }

        .news-detail .detail-img img {
            max-width: 100%;
        }

    .news-detail .detail-cont {
        width: 655px;
        margin-left: 40px;
    }

    .news-detail .cont-title {
        font-size: 24px;
        color: #252c65;
    }

    .news-detail .cont-main {
        font-size: 14px;
        color: #323333;
        line-height: 25px;
        margin-top: 20px;
    }

    .news-detail .detail-tab {
        margin-top: 40px;
    }

    .news-detail .tab-title {
        border: 1px solid #dddddd;
    }

    .news-detail .trigger-item {
        float: left;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
        position: relative;
    }

        .news-detail .trigger-item a {
            display: block;
            padding: 15px 20px;
            font-size: 14px;
            color: #666666;
            -webkit-transition: all 0.25s linear;
            -moz-transition: all 0.25s linear;
            -ms-transition: all 0.25s linear;
            -o-transition: all 0.25s linear;
            transition: all 0.25s linear;
        }

        .news-detail .trigger-item.cur,
        .news-detail .trigger-item:hover {
            background: #252c65;
        }

            .news-detail .trigger-item.cur:before,
            .news-detail .trigger-item:hover:before {
                content: '';
                position: absolute;
                left: 45%;
                bottom: -6px;
                width: 13px;
                height: 6px;
                background: url("../images/icon/icon-h.png") no-repeat;
            }

            .news-detail .trigger-item.cur a,
            .news-detail .trigger-item:hover a {
                color: #fff;
            }

    .news-detail .detail-content {
        margin-top: 20px;
    }

        .news-detail .detail-content .main-txt {
            font-size: 14px;
            color: #323333;
            line-height: 25px;
            margin-top: 20px;
        }

    .news-detail .content-main {
        display: none;
    }

        .news-detail .content-main.cur {
            display: block;
        }

@media screen and (max-width: 1200px) {
    .news-detail .detail-main {
        padding: 0 10px;
    }
}

@media screen and (max-width: 510px) {
    .news-detail .news-btn {
        float: none;
        margin-bottom: 10px;
        padding-left: 10px;
    }

    .news-detail .news-title {
        padding: 30px 0;
        width: 100%;
        text-align: center;
    }

    .news-detail .cont-title .title {
        font-size: 20px;
    }

    .news-detail .cont-title .txt {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .news-detail .detail-cont {
        width: 520px;
        margin-left: 25px;
    }
}

@media screen and (max-width: 780px) {
    .news-detail {
        padding: 0 10px;
    }

        .news-detail .detail-main {
            text-align: center;
        }

        .news-detail .detail-img {
            width: 100%;
            display: inline-block;
            float: none;
        }

            .news-detail .detail-img img {
                max-width: 100%;
            }

        .news-detail .detail-cont {
            width: 100%;
            float: none;
            display: inline-block;
            margin-left: 0;
            margin-top: 20px;
        }

        .news-detail .cont-main {
            margin-top: 10px;
        }
}

@media screen and (max-width: 510px) {
    .news-detail .news-btn {
        float: none;
        margin-bottom: 10px;
        padding-left: 10px;
    }

    .news-detail .news-title {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .news-detail .cont-title .title {
        font-size: 20px;
    }

    .news-detail .cont-title .txt {
        margin-top: 10px;
    }

    .news-detail .trigger-item.cur,
    .news-detail .trigger-item:hover {
        background: rgba(255, 255, 255, 0);
    }

        .news-detail .trigger-item.cur:before,
        .news-detail .trigger-item:hover:before {
            display: none;
        }

        .news-detail .trigger-item.cur a,
        .news-detail .trigger-item:hover a {
            color: #252c65;
        }

    .news-detail .detail-main {
        margin-top: 5px;
    }
}

.wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1200px) {
    .wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 780px) {
    .po-box {
        position: relative;
        left: 0;
        top: 0;
        transition: all 0.75s ease;
    }
}

.tab-trigger {
    text-align: center;
}

    .tab-trigger a {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 20px;
        margin: 40px 0 40px 20px;
        font-size: 14px;
        color: #999999;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

        .tab-trigger a.cur,
        .tab-trigger a:hover {
            background: #252c65;
            color: #fff;
            border-radius: 30px;
        }

        .tab-trigger a:nth-child(1) {
            margin-left: 0;
        }

    .tab-trigger .noml {
        margin-left: 0;
    }

@media screen and (max-width: 780px) {
    .tab-trigger a {
        padding: 0 15px;
        margin: 40px 0 40px 0;
    }
}

@media screen and (max-width: 510px) {
    .tab-trigger {
        margin-bottom: 20px;
        text-align: left;
    }

        .tab-trigger a {
            padding: 0;
            margin: 0 0 0 20px;
            float: left;
        }

            .tab-trigger a:nth-child(1) {
                margin-left: 20px;
            }

            .tab-trigger a.cur,
            .tab-trigger a:hover {
                background: rgba(255, 255, 255, 0);
                color: #1987ea;
            }
}

.page-list {
    margin: 30px 0;
    text-align: center;
}

    .page-list a {
        display: inline-block;
        width: 38px;
        height: 38px;
        border: 2px solid #eaeaea;
        line-height: 38px;
        text-align: center;
        color: #999999;
        font-size: 12px;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

        .page-list a.cur,
        .page-list a:hover {
            color: #fff;
            background: #252c65;
            border: 2px solid #252c65;
        }

    .page-list .page {
        width: 64px;
    }

    .page-list .page-more {
        border: none;
    }

        .page-list .page-more:hover {
            color: #999999;
            background: none;
            border: none;
        }

@media screen and (max-width: 510px) {
    .page-list {
        margin: 30px 0;
    }
}

.btn {
    margin: 50px 0 0 0;
    text-align: center;
}

.icon-btn {
    display: inline-block;
    width: 56px;
    height: 32px;
    border: 2px solid #bfbfbf;
    border-radius: 5px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

    .icon-btn:hover {
        border: 2px solid #252c65;
    }

.prev {
    margin-right: 20px;
    background: url("../images/index/btn-left.png") center no-repeat;
}

    .prev:hover {
        background: #252c65 url("../images/index/left-bg.png") 15px center no-repeat;
    }

.next {
    background: url("../images/index/btn-right.png") center no-repeat;
}

    .next:hover {
        background: #252c65 url("../images/index/right-bg.png") 30px center no-repeat;
    }

#banner {
    width: 100%;
    height: 979px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

    #banner .swiper-container {
        width: 100%;
        height: 979px;
    }

    #banner .swiper-slide {
        position: relative;
        overflow: hidden;
    }

        #banner .swiper-slide a {
            display: block;
        }

    #banner .swiper-wrapper {
        overflow: hidden;
    }

    #banner img {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -960px;
        width: auto;
    }

@media screen and (max-width: 1000px) {
    #banner {
        height: 430px;
    }

        #banner .swiper-container {
            height: 430px;
        }

        #banner img {
            height: 430px;
            margin-left: -420px;
        }
}

@media screen and (max-width: 510px) {
    #banner {
        margin-top: 60px;
        height: 230px;
    }

        #banner .swiper-container {
            height: 230px;
        }

        #banner img {
            height: 230px;
            margin-left: -220px;
        }
}

#banner .pagination {
    position: absolute;
    left: 100px;
    bottom: 125px;
    width: 100%;
    text-align: left;
    z-index: 1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

@media screen and (max-width: 1600px) {
    #banner .pagination {
        bottom: 210px;
    }
}

@media screen and (max-width: 1370px) {
    #banner .pagination {
        bottom: 350px;
    }
}

@media screen and (max-width: 1280px) {
    #banner .pagination {
        bottom: 100px;
    }
}

@media screen and (max-width: 1100px) {
    #banner .pagination {
        bottom: 250px;
    }
}

@media screen and (max-width: 780px) {
    #banner .pagination {
        left: 0;
        right: 0;
        bottom: 20px;
        text-align: center;
    }
}

#banner .swiper-pagination-switch {
    display: inline-block;
    height: 13px;
    width: 13px;
    margin: 0 3px;
    border-radius: 100%;
    border: 1px solid #fff;
    cursor: pointer;
}

#banner .swiper-active-switch {
    background: #252c65;
}

.banner-wrap {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

    .banner-wrap img {
        position: absolute;
        left: 50%;
        margin-left: -955px;
        max-width: none;
    }

@media screen and (max-width: 510px) {
    .banner-wrap {
        margin-top: 60px;
        height: 200px;
    }

        .banner-wrap img {
            height: 200px;
            margin-left: -420px;
        }
}

.title {
    padding: 25px 0;
    text-align: center;
}

    .title span {
        display: block;
    }

    .title .en {
        font-size: 48px;
        color: #252c65;
        line-height: 60px;
    }

    .title .cn {
        font-size: 32px;
        color: #333333;
        line-height: 50px;
        font-weight: lighter;
        text-align: center;
    }

    .title .cn-txt {
        font-size: 16px;
        color: #252c65;
        line-height: 30px;
    }

@media screen and (max-width: 510px) {
    .title {
        padding: 10px 0;
    }

        .title .en {
            font-size: 30px;
            line-height: 30px;
        }

        .title .cn {
            font-size: 20px;
            line-height: 30px;
        }
}

.index-service {
    width: 100%;
    height: 979px;
}

    .index-service .service-title {
        padding: 25px 0;
        text-align: center;
    }

    .index-service .title-cn {
        font-size: 32px;
        color: #333333;
        line-height: 50px;
    }

    .index-service .service-img {
        width: 100%;
        height: 440px;
        overflow: hidden;
        text-align: center;
        margin-top: 50px;
    }

        .index-service .service-img img {
            max-width: 100%;
            height: 440px;
        }

@media screen and (max-width: 1370px) {
    .index-service .service-img {
        margin-top: -20px;
    }
}

@media screen and (max-width: 780px) {
    .index-service {
        height: auto;
        padding-bottom: 30px;
    }

        .index-service .service-img {
            height: 350px;
            margin-top: 0;
        }

            .index-service .service-img img {
                height: 350px;
            }
}

@media screen and (max-width: 510px) {
    .index-service {
        padding: 0 10px 30px;
    }

        .index-service .service-img {
            height: 180px;
        }

            .index-service .service-img img {
                height: 180px;
            }

        .index-service .title-cn {
            font-size: 18px;
            line-height: 30px;
        }
}

.index-product {
    width: 100%;
    height: 979px;
    background-color: #f7f7f7;
}

    .index-product .product-main {
        width: 100%;
        margin-top: 40px;
        overflow: hidden;
    }

    .index-product .ui-cont {
        width: 100%;
        text-align: center;
        overflow: hidden;
        margin-top: 40px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

        .index-product .ui-cont:nth-child(1) {
            margin-top: 0;
        }

    .index-product .cont-item {
        width: 200px;
        height: 120px;
        background: #fff;
        margin-left: 25px;
        overflow: hidden;
        display: inline-block;
        text-align: center;
        border: 1px solid #E5E5E5;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

        .index-product .cont-item:nth-child(1) {
            margin-left: 0;
        }

        .index-product .cont-item:hover {
            background-image: url(http://www.goodwaysoft.com/assets/static/images/index//bg-blue.jpg);
            -webkit-box-shadow: 0px 3px 15px rgba(85,85,85,0.24);
            box-shadow: 0px 3px 15px rgba(85,85,85,0. 24);
        }

            .index-product .cont-item:hover .item-main {
                -webkit-transform: translate3d(0, -5px, 0);
                -moz-transform: translate3d(0, -5px, 0);
                -ms-transform: translate3d(0, -5px, 0);
                -o-transform: translate3d(0, -5px, 0);
                transform: translate3d(0, -5px, 0);
            }

            .index-product .cont-item:hover .item-img .item-icon {
                opacity: 0;
            }

            .index-product .cont-item:hover .item-img .item-bg {
                opacity: 1;
            }

            .index-product .cont-item:hover .item-cn,
            .index-product .cont-item:hover .item-en {
                color: #fff;
            }

            .index-product .cont-item:hover .icon-bg {
                border: 1px solid #fff;
                background: url("../images/index/product-icon-bg.png") center no-repeat;
                border-image: none;
            }

    .index-product span,
    .index-product i {
        display: block;
    }

    .index-product .item-main {
        display: block;
        padding-top: 15px;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .index-product .item-img {
        display: inline-block;
        position: relative;
        padding-bottom: 10px;
        width: 48px;
        height: 48px;
        overflow: hidden;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

        .index-product .item-img img {
            height: 48px;
            max-width: 100%;
        }

    .index-product .item-cn {
        padding-bottom: 10px;
        color: #323333;
        font-size: 14px;
    }

    .index-product .item-en {
        font-size: 12px;
        color: #aeaeae;
    }

    .index-product .item-icon {
        opacity: 1;
    }

    .index-product .item-bg {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    .index-product .icon-bg {
        font-style: normal;
        display: inline-block;
        width: 21px;
        height: 21px;
        border-radius: 100%;
        margin: 35px 0;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
        background: url("../images/index/product-icon.png") center no-repeat;
    }

    .index-product .more-box {
        text-align: center;
    }

    .index-product .case-more {
        display: inline-block;
        width: 95px;
        height: 35px;
        border: 2px solid #bfbfbf;
        border-radius: 5px;
        margin: 50px auto 0;
        line-height: 35px;
        color: #999999;
        font-size: 12px;
        position: relative;
    }

        .index-product .case-more:hover .more-btn {
            right: 15px;
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .index-product .case-more .more-btn {
            display: inline-block;
            font-style: normal;
            width: 8px;
            height: 16px;
            background: url("../images/icon/more-bg.png") no-repeat;
            position: absolute;
            right: 25px;
            top: 10px;
            -webkit-transition: all 0.25s linear;
            -moz-transition: all 0.25s linear;
            -ms-transition: all 0.25s linear;
            -o-transition: all 0.25s linear;
            transition: all 0.25s linear;
            opacity: 0;
        }

@media screen and (max-width: 1610px) {
    .index-product .product-main {
        margin-top: 0;
    }

    .index-product .case-more {
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 1370px) {
    .index-product {
        padding: 35px 0 0;
    }

        .index-product .ui-cont {
            margin-top: 15px;
        }

        .index-product .case-more {
            margin: 18px auto 0;
        }
}

@media screen and (max-width: 1280px) {
    .index-product {
        padding: 10px 0;
    }

        .index-product .product-main {
            margin-top: 25px;
        }

        .index-product .ui-cont {
            margin-top: 35px;
        }

        .index-product .case-more {
            margin: 40px auto 0;
        }
}

@media screen and (max-width: 1100px) {
    .index-product .cont-item {
        width: 178px;
    }

        .index-product .cont-item:hover {
            background-image: url(http://www.goodwaysoft.com/assets/static/images/index/bg-blue178.jpg);
        }
}

@media screen and (max-width: 1000px) {
    .index-product .cont-item {
        width: 170px;
        margin-left: 8px;
    }

        .index-product .cont-item:hover {
            background-image: url(http://www.goodwaysoft.com/assets/static/images/index/bg-blue170.jpg);
        }
}

@media screen and (max-width: 900px) {
    .index-product .cont-item {
        width: 155px;
        margin-left: 10px;
    }

        .index-product .cont-item:hover {
            background-image: url(http://www.goodwaysoft.com/assets/static/images/index/bg-blue155.jpg);
        }
}

@media screen and (max-width: 780px) {
    .index-product {
        height: auto;
        padding-bottom: 30px;
    }

        .index-product .cont-item {
            width: 131px;
        }

            .index-product .cont-item:hover {
                background-image: url(http://www.goodwaysoft.com/assets/static/images/index/bg-blue131.jpg);
            }
}

@media screen and (max-width: 510px) {
    .index-product {
        padding: 30px 10px;
    }

        .index-product .product-main {
            margin-top: 10px;
        }

        .index-product .ui-cont {
            margin-top: 0;
        }

        .index-product .cont-item {
            width: 85%;
            margin-left: 0;
            margin-top: 10px;
        }

        .index-product .case-more {
            margin: 25px auto 0;
        }
}

.index-case {
    width: 100%;
    height: 979px;
}

    .index-case .wrap {
        width: 1060px;
        margin: 0 auto;
    }

@media screen and (max-width: 1060px) {
    .index-case .wrap {
        width: 100%;
    }
}

.index-case .case-icon {
    margin-top: 65px;
}

.index-case .icon-item .item-brand {
    float: left;
    margin-left: 60px;
    height: 50px;
    line-height: 50px;
}

    .index-case .icon-item .item-brand a {
        width: 100px;
        height: 50px;
        display: inline-block;
    }

        .index-case .icon-item .item-brand a img {
            vertical-align: middle;
            width: 100%;
            height: 50px;
            -webkit-transition: all 0.25s linear;
            -moz-transition: all 0.25s linear;
            -ms-transition: all 0.25s linear;
            -o-transition: all 0.25s linear;
            transition: all 0.25s linear;
        }

    .index-case .icon-item .item-brand:hover .icon-img .icon-name,
    .index-case .icon-item .item-brand:hover .icon-img .icon-hover {
        opacity: 1;
    }

    .index-case .icon-item .item-brand:hover .icon-img .icon-name {
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    .index-case .icon-item .item-brand:hover .icon-img img {
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    .index-case .icon-item .item-brand:hover .icon-close {
        opacity: 0;
    }

.index-case .icon-item .item-first {
    margin-left: 0;
}

.index-case .icon-item .icon-close {
    font-style: normal;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 55px;
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: url("../images/index/case-btn.png") no-repeat;
}

.index-case .icon-img {
    position: relative;
}

.index-case .icon-name {
    display: block;
    position: absolute;
    left: -25px;
    top: 60px;
    width: 150px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #252c65;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media screen and (max-width: 510px) {
    .index-case .icon-name {
        display: none;
    }
}

.index-case .icon-hover {
    display: block;
    width: 220px;
    height: 72px;
    position: absolute;
    left: -65px;
    top: 5px;
    opacity: 0;
    background: url("../images/index/hover-bg.png") no-repeat;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

@media screen and (max-width: 780px) {
    .index-case .icon-hover {
        display: none;
    }
}

.index-case .icon-box {
    padding: 90px 0;
    text-align: center;
}

    .index-case .icon-box .item-brand {
        display: inline-block;
        margin-left: 100px;
        height: 50px;
    }

        .index-case .icon-box .item-brand a {
            width: 100px;
            height: 50px;
            display: inline-block;
            line-height: 50px;
        }

            .index-case .icon-box .item-brand a img {
                width: 100%;
                height: 50px;
                vertical-align: middle;
                -webkit-transition: all 0.25s linear;
                -moz-transition: all 0.25s linear;
                -ms-transition: all 0.25s linear;
                -o-transition: all 0.25s linear;
                transition: all 0.25s linear;
            }

        .index-case .icon-box .item-brand:hover .icon-img .icon-name,
        .index-case .icon-box .item-brand:hover .icon-img .icon-hover {
            opacity: 1;
        }

        .index-case .icon-box .item-brand:hover .icon-img .icon-name {
            -webkit-transform: translate3d(0, -20px, 0);
            -moz-transform: translate3d(0, -20px, 0);
            -ms-transform: translate3d(0, -20px, 0);
            -o-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
        }

        .index-case .icon-box .item-brand:hover .icon-img img {
            -webkit-transform: translate3d(0, -20px, 0);
            -moz-transform: translate3d(0, -20px, 0);
            -ms-transform: translate3d(0, -20px, 0);
            -o-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
        }

        .index-case .icon-box .item-brand:hover .icon-close {
            opacity: 0;
        }

    .index-case .icon-box .item-first {
        margin-left: 0;
    }

    .index-case .icon-box .brand-last {
        position: relative;
        margin-left: 170px;
    }

    .index-case .icon-box .icon-close {
        font-style: normal;
        display: inline-block;
        width: 19px;
        height: 19px;
        position: absolute;
        left: -80px;
        top: 5px;
        background: url("../images/index/case-btn.png") no-repeat;
    }

.index-case .more-box {
    text-align: center;
}

.index-case .case-more {
    display: inline-block;
    width: 95px;
    height: 35px;
    border: 2px solid #bfbfbf;
    border-radius: 5px;
    margin: 90px auto;
    line-height: 35px;
    color: #999999;
    font-size: 12px;
    position: relative;
    z-index: 3;
}

    .index-case .case-more:hover .more-btn {
        right: 15px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .index-case .case-more .more-btn {
        display: inline-block;
        font-style: normal;
        width: 8px;
        height: 16px;
        background: url("../images/icon/more-bg.png") no-repeat;
        position: absolute;
        right: 25px;
        top: 10px;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
        opacity: 0;
    }

@media screen and (max-width: 1600px) {
    .index-case .case-icon {
        margin-top: 30px;
    }

    .index-case .case-more {
        margin: 80px auto 30px;
    }
}

@media screen and (max-width: 1370px) {
    .index-case {
        padding: 40px 0;
    }

        .index-case .case-icon {
            margin-top: 35px;
        }

        .index-case .case-more {
            margin: 40px auto;
        }
}

@media screen and (max-width: 1280px) {
    .index-case {
        padding: 10px 0;
    }

        .index-case .case-icon {
            margin-top: 60px;
        }

        .index-case .case-more {
            margin: 60px auto;
        }
}

@media screen and (max-width: 1100px) {
    .index-case {
        height: auto;
        padding: 50px 0 100px 0;
    }

        .index-case .icon-item {
            text-align: center;
        }

            .index-case .icon-item .item-brand {
                float: none;
                display: inline-block;
                margin-left: 50px;
            }

            .index-case .icon-item .item-first {
                margin-left: 0;
            }

            .index-case .icon-item .icon-close {
                display: none;
                margin-left: 70px;
            }

        .index-case .icon-box .item-brand {
            margin-left: 50px;
        }

        .index-case .icon-box .brand-last {
            margin-left: 50px;
        }

        .index-case .icon-box .icon-close {
            display: none;
        }
}

@media screen and (max-width: 780px) {
    .index-case .icon-item .item-brand:hover .icon-img .icon-name {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .index-case .icon-item .item-brand:hover .icon-img img {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .index-case .icon-box .item-brand:hover .icon-img .icon-name {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .index-case .icon-box .item-brand:hover .icon-img img {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 510px) {
    .index-case {
        padding: 30px 10px;
    }

        .index-case .case-icon {
            margin-top: 25px;
        }

        .index-case .icon-item .item-brand {
            width: 29%;
            margin: 0 0 20px 10px;
        }

            .index-case .icon-item .item-brand a {
                width: 100%;
            }

            .index-case .icon-item .item-brand:hover .icon-img .icon-name,
            .index-case .icon-item .item-brand:hover .icon-img .icon-hover {
                opacity: 0;
            }

            .index-case .icon-item .item-brand:hover .icon-img .icon-name {
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            .index-case .icon-item .item-brand:hover .icon-img img {
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

        .index-case .icon-box {
            display: none;
        }

        .index-case .case-more {
            margin: 25px auto;
        }
}

.index-footer a {
    color: #fff;
}

.index-footer .footer-main {
    width: 100%;
    padding: 50px 0;
    background: #333333;
}

.index-footer .footer-link {
    padding: 0 0 35px 0;
    border-bottom: 1px solid #3e3e3e;
    text-align: center;
}

.index-footer .link-item {
    display: inline-block;
    margin-left: 15px;
}

    .index-footer .link-item:nth-child(1) {
        margin-left: 0;
    }

    .index-footer .link-item:hover .item-icon {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

        .index-footer .link-item:hover .item-icon img {
            -webkit-filter: grayscale(0);
            /* Webkit */
            filter: none;
            /* IE6-9 */
            filter: grayscale(0);
            /* W3C */
            opacity: 1;
            filter: alpha(opacity=1);
        }

.index-footer .item-icon {
    width: 100%;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .index-footer .item-icon img {
        max-width: 100%;
        vertical-align: middle;
        -webkit-filter: grayscale(1);
        /* Webkit */
        filter: gray;
        /* IE6-9 */
        filter: grayscale(1);
        /* W3C */
        opacity: .7;
        filter: alpha(opacity=70);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.index-footer .footer-cont {
    margin-top: 40px;
    text-align: center;
}

    .index-footer .footer-cont .main-img {
        padding-bottom: 40px;
    }

        .index-footer .footer-cont .main-img span {
            display: inline-block;
        }

    .index-footer .footer-cont .img-2 {
        margin-left: 60px;
    }

.index-footer .main-txt {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

    .index-footer .main-txt span {
        display: inline-block;
        border: 1px solid #444444;
        padding: 10px 35px 10px 50px;
        border-radius: 30px;
    }

    .index-footer .main-txt .txt-h {
        font-size: 22px;
        font-style: normal;
    }

    .index-footer .main-txt .icon {
        display: inline-block;
        padding-right: 15px;
    }

    .index-footer .main-txt .icon-phone {
        width: 16px;
        height: 16px;
        background: url("../images/index/icon-phone.png") no-repeat;
    }

    .index-footer .main-txt .icon-add {
        width: 12px;
        height: 15px;
        background: url("../images/index/icon-address.png") no-repeat;
    }

.index-footer .share-icon {
    text-align: center;
    margin-top: 50px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

    .index-footer .share-icon .share-btn {
        float: none;
        padding-left: 0;
        display: inline-block;
        width: 38px;
        height: 38px;
        margin: 0 0 0 20px;
    }

    .index-footer .share-icon .t-weibo {
        margin-left: 0;
        background: #e4a70b url("../images/index/icon-weib.png") center no-repeat;
    }

    .index-footer .share-icon .s-weibo {
        background: #d71f1f url("../images/index/icon-weibo.png") center no-repeat;
    }

    .index-footer .share-icon .t-weixin {
        background: #00aa10 url("../images/index/icon-weixin.png") center no-repeat;
    }

.index-footer .copyright {
    width: 100%;
    background: #262626;
    padding: 25px 0;
}

    .index-footer .copyright .txt {
        text-align: center;
        color: #999999;
        font-size: 12px;
    }

@media screen and (max-width: 1370px) {
    .index-footer .footer-main {
        padding: 120px 0 25px 0;
    }

    .index-footer .footer-cont {
        margin-top: 30px;
    }

        .index-footer .footer-cont .share-icon {
            margin-top: 0;
        }

        .index-footer .footer-cont .main-img {
            padding-bottom: 27px;
        }

    .index-footer .main-txt {
        margin-bottom: 25px;
    }

    .index-footer .footer-link {
        padding: 0 0 15px 0;
    }
}

@media screen and (max-width: 1290px) {
    .index-footer .footer-main {
        padding: 30px 0 40px 0;
    }

    .index-footer .footer-cont {
        margin-top: 50px;
    }

        .index-footer .footer-cont .share-icon {
            margin-top: 40px;
        }

        .index-footer .footer-cont .main-img {
            padding-bottom: 40px;
        }

    .index-footer .main-txt {
        margin-bottom: 38px;
    }

    .index-footer .footer-link {
        padding: 0 0 20px 0;
    }

    .index-footer .copyright {
        padding: 38px 0;
    }
}

@media screen and (max-width: 1100px) {
    .index-footer .link-item {
        margin-left: 5px;
    }
}

@media screen and (max-width: 780px) {
    .index-footer .footer-main {
        padding: 30px 0;
    }

    .index-footer .footer-link {
        padding: 0 0 35px 0;
    }
}

@media screen and (max-width: 510px) {
    .index-footer .footer-main {
        padding: 30px 10px;
    }

    .index-footer .footer-link {
        padding: 0 0 15px 0;
    }

    .index-footer .link-item {
        margin-left: 0;
    }

    .index-footer .footer-cont {
        margin-top: 30px;
    }

        .index-footer .footer-cont .main-img {
            padding-bottom: 25px;
        }

        .index-footer .footer-cont .img-2 {
            margin-left: 20px;
        }

        .index-footer .footer-cont .main-txt {
            width: 100%;
        }

            .index-footer .footer-cont .main-txt span {
                padding: 5px 10px;
            }
}

.sub-menu {
    position: fixed;
    right: 1%;
    top: 20%;
    z-index: 10;
}

    .sub-menu li {
        width: 8px;
        height: 8px;
        background: #d8d8d8;
        margin-bottom: 30px;
        position: relative;
        cursor: pointer;
    }

        .sub-menu li:hover a,
        .sub-menu li.active a {
            width: 85px;
        }

        .sub-menu li:hover span,
        .sub-menu li.active span {
            opacity: 1;
        }

    .sub-menu a {
        display: block;
        position: absolute;
        right: -5px;
        top: -8px;
        z-index: -1;
        width: 0;
        height: 25px;
        overflow: hidden;
        line-height: 25px;
        text-align: center;
        background: #f18c19;
        border-radius: 5px;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .sub-menu span {
        display: block;
        color: #fff;
        font-size: 12px;
        opacity: 0;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

@media screen and (max-width: 1000px) {
    .sub-menu {
        display: none;
    }
}

.scroll-btn {
    display: block;
    position: fixed;
    left: 49%;
    bottom: 4%;
    z-index: 10;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-animation: scroll 1.5s linear 0s infinite;
    -o-animation: scroll 1.5s linear 0s infinite;
    -moz-animation: scroll 1.5s linear 0s infinite;
    -ms-animation: scroll 1.5s linear 0s infinite;
    animation: scroll 1.5s linear 0s infinite;
}

@media screen and (max-width: 1000px) {
    .scroll-btn {
        display: none;
    }
}

.btn-top {
    display: none;
    width: 58px;
    height: 58px;
    background: url("../images/index/top.png") no-repeat;
    position: fixed;
    right: 40px;
    bottom: 20px;
    line-height: 58px;
    text-align: center;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate3d(200%, 0, 0);
    -moz-transform: translate3d(200%, 0, 0);
    -ms-transform: translate3d(200%, 0, 0);
    -o-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

    .btn-top.cur {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

@media screen and (max-width: 510px) {
    .btn-top {
        display: none;
    }
}

#qiao-wrap {
    display: none !important;
}

@keyframes scroll {
    0% {
        bottom: 4%;
    }

    50% {
        bottom: 6%;
    }

    100% {
        bottom: 4%;
    }
}

@-webkit-keyframes scroll {
    0% {
        bottom: 4%;
    }

    50% {
        bottom: 6%;
    }

    100% {
        bottom: 4%;
    }
}

@-moz-keyframes scroll {
    0% {
        bottom: 4%;
    }

    50% {
        bottom: 6%;
    }

    100% {
        bottom: 4%;
    }
}

@-o-keyframes scroll {
    0% {
        bottom: 4%;
    }

    50% {
        bottom: 6%;
    }

    100% {
        bottom: 4%;
    }
}

@-ms-keyframes scroll {
    0% {
        bottom: 4%;
    }

    50% {
        bottom: 6%;
    }

    100% {
        bottom: 4%;
    }
}
