﻿/* stone web public
@font-face{
  font-family: "NotoSansHant";
  src: url("NotoSansHans-DemiLight.otf") format("opentype");
} */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, acronym, big, cite, code, del, em, img, q, s, samp, small, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tr, th, td, canvas, footer, header, menu, nav, section, summary, time, mark, audio, video, p {
    border: none;
    margin: 0;
    padding: 0;
    outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, iframe {
    display: block;
}

fieldset, img {
    border: 0;
    max-width: 100%;
}

address, caption, cite, code, dfn, em, var, i {
    font-weight: normal;
    font-style: normal;
}

ol, ul, dl, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
    font-size: 100%;
}

    input, textarea, input:focus, textarea:focus {
        outline: none;
    }

ul:after, dl:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0px;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

body {
    font: 14px/1.5 -apple-system,BlinkMacSystemFont,"PingFang SC",Helvetica,Tahoma, arial, sans-serif;
    outline: none;
    background-color: #FFF;
    color: #333;
    min-width: 320px;
    -webkit-text-size-adjust: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

    a:hover {
        color: #e56b14;
        outline: none;
    }

    a:visited {
        color: #666;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.cler {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0px;
}

.clr:before, .clr:after, .wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.both {
    clear: both;
    overflow: hidden;
    height: 40px;
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ts {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.opaci {
    filter: alpha(opacity=0);
    opacity: 0;
}

.wrap {
    max-width: 1400px;
    width: 92%;
    height: auto;
    margin: 0 auto;
}
/* public */
#Header, #Footer, #container, .w100, .layer, .wrapper {
    width: 100%;
}

    #Header .wrap {
        height: 100%;
        position: relative
    }

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.tab-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.nosel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.column-menu .navg a, .current-page, .text-infor {
    font-size: 15px;
}

.font18 {
    font-size: 16px;
}

.imgs {
    display: block;
    width: 100%;
    height: auto
}

.pc-picture, .mobile-picture {
    width: 100%;
    text-align: center;
}

.mobile-picture {
    display: none
}
/* transition */
.ts, .menu li a, #Header .mOpen a:before, #Header .mOpen a:after, #Header .mOpen a i, #moblieNav, .slidebox .botn span, #Header .find, #Header .find a, #Header .find p, #container .intel li a, #container .intel li a:hover p, #container .intel li i, .about .data-num .num-tb img, .about .oper-list li, .about .corpor-cont, .news .news-list li, .news .news-img img, .news .video-list .v-poster img, .news .video-list .v-poster em, .news .video-list .v-poster p, .news .video-list .v-poster span, .business .high-list .pro-pic:after, .hr .job-list li a, .hr .job-list li p, .hr .job-list li a span, .hr .job-list .icon-item, .hr .job-list .job-text, .news .video-poster em, .news .news-date .return, .news .news-date .return:after {
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
}

/* Header */
#Header {
    height: 87px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9000;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

    #Header .pcMenu {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1000;
        background: #FFF
    }

    #Header .logo {
        float: left;
        height: 100%;
    }

        #Header .logo a {
            display: block;
            height: 100%;
            vertical-align: middle;
            line-height: 87px;
        }

        #Header .logo img {
            vertical-align: middle;
        }

    #Header .menu-box {
        float: right;
        height: 87px;
        margin: 0px auto 0px;
    }

    #Header .menu {
        float: left;
        height: 100%;
    }

        #Header .menu ul {
            height: 100%;
            width: 100%;
        }

        #Header .menu li {
            float: left;
            height: 100%;
            display: block;
            margin: 0px 13px;
            position: relative;
        }

            #Header .menu li a {
                display: block;
                font-size: 16px;
                position: relative;
                line-height: 87px;
                color: #8c8c8c
            }

            #Header .menu li.current a, #Header .menu li:hover a {
                color: #e56b14
            }

    #Header .lang-find {
        float: right;
        height: 47px;
        margin: 20px auto 20px 20px;
    }

    #Header .lang {
        float: left;
        height: 100%;
        line-height: 47px;
        margin: 0px 10px 0px 0px;
        position: relative;
        color: #e56b14
    }

        #Header .lang span {
            cursor: default
        }

        #Header .lang i {
            display: inline-block;
            margin: 0 5px
        }

        #Header .lang a {
            color: #e56b14
        }

    #Header .find {
        float: right;
        width: 160px;
        height: 47px;
        position: relative;
    }

        #Header .find a {
            display: block;
            width: 30px;
            height: 100%;
            background: url(../images/find.png) no-repeat center center;
            float: right
        }

        #Header .find p {
            display: block;
            width: 120px;
            height: 24px;
            border: 1px solid #c2c2c2;
            float: left;
            margin: 10px 0px
        }

        #Header .find .ui-text {
            width: 105px;
            height: 24px;
            line-height: 24px;
            padding: 0px 5px;
            border: none
        }

    #Header .mOpen {
        position: absolute;
        top: 0px;
        right: 0%;
        width: 50px;
        height: 100%;
        display: none;
    }

        #Header .mOpen a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            cursor: pointer;
        }

            #Header .mOpen a i {
                display: block;
                width: 24px;
                height: 2px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -1px;
                margin-left: -11px;
                background: #ea9060;
            }

            #Header .mOpen a:before, #Header .mOpen a:after {
                content: "";
                display: block;
                width: 24px;
                height: 2px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -11px;
                background: #ea9060;
                z-index: 1
            }

            #Header .mOpen a:before {
                margin-top: -9px;
            }

            #Header .mOpen a:after {
                margin-top: 7px;
            }

    #Header .mColse a:before, #Header .mColse a:after {
        width: 26px;
        margin-left: -13px;
    }

    #Header .mColse a i {
        width: 0px;
        height: 0px;
        margin-top: 0px;
        margin-left: 0px;
    }

    #Header .mColse a:before {
        transform: rotate(45deg) translate(6px, 6px);
        -webkit-transform: rotate(45deg) translate(6px, 6px);
        -moz-transform: rotate(45deg) translate(6px, 6px);
    }

    #Header .mColse a:after {
        transform: rotate(-45deg) translate(5px, -5px);
        -webkit-transform: rotate(-45deg) translate(5px, -5px);
        -moz-transform: rotate(-45deg) translate(5px, -5px);
    }

    #Header .moblieNav {
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 100;
        background: #F6F6F6;
        overflow-y: auto;
        overflow: hidden;
    }

        #Header .moblieNav .mob-menu {
            width: 100%;
            height: 100%;
            position: relative;
        }

        #Header .moblieNav .nav-top {
            width: 100%;
            height: 60px;
            margin: 0 auto;
        }

        #Header .moblieNav .mMenu {
            width: 100%;
            margin: 0 auto 30px;
        }

            #Header .moblieNav .mMenu ul {
                padding: 20px 0px 20px;
            }

            #Header .moblieNav .mMenu li {
                display: block;
                border-bottom: 1px solid #dfdfdf;
            }

                #Header .moblieNav .mMenu li a.m {
                    display: block;
                    font-size: 17px;
                    padding: 0 16px;
                    position: relative;
                    line-height: 50px;
                    color: #333;
                }

                #Header .moblieNav .mMenu li.current .m {
                    color: #e56b14
                }

        #Header .moblieNav .lang-find {
            margin: 0px 15px;
            height: 47px;
            display: none
        }

        #Header .moblieNav .lang {
            float: left;
            height: 100%;
            line-height: 47px;
            margin: 0px 10px 0px 0px;
            position: relative;
            color: #ea9060
        }

#moblieNav.show {
    height: 100%;
}
/* Footer */
#Footer {
    position: relative;
    background: #25242a;
    padding: 10px 0px;
}

    #Footer .wrap {
        color: #b2b2b2;
        font-size: 14px;
        line-height: 24px;
    }

    #Footer .copy {
        height: auto;
    }

        #Footer .copy span {
            display: inline-block;
            margin-right: 20px
        }

    #Footer .support {
        height: auto;
    }

    #Footer .links {
        height: 24px;
        width: 220px;
        position: relative;
        margin-right: 40px;
        float: left
    }

    #Footer .link-btn {
        height: 100%;
        position: relative;
        cursor: default
    }

        #Footer .link-btn span {
            display: block;
            float: left;
        }

        #Footer .link-btn p {
            display: block;
            margin-left: 70px;
            height: 100%;
            position: relative
        }

        #Footer .link-btn i {
            display: block;
            width: 90%;
            height: 1px;
            position: absolute;
            top: 50%;
            left: 0%;
            background: #b2b2b2
        }

        #Footer .link-btn p:after {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            border: 5px solid transparent;
            border-top: 5px solid #b2b2b2;
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -2px;
            overflow: hidden
        }

    #Footer .link-box {
        width: 100%;
        position: absolute;
        bottom: 34px;
        left: 0px;
        background: #25242a;
        padding: 10px 0px 15px;
        visibility: hidden;
        opacity: 0
    }

        #Footer .link-box p {
            display: block;
            line-height: 26px;
            padding: 0 10px;
        }

        #Footer .link-box a {
            color: #FFF
        }

            #Footer .link-box a:hover {
                color: #e56b14
            }

    #Footer .links:hover .link-box {
        visibility: visible;
        opacity: 1;
        bottom: 24px
    }

    #Footer .supp {
        float: right;
        font-size: 13px;
    }

        #Footer .supp a {
            color: #b2b2b2
        }
/* web-banner */
.slidebox {
    width: 100%;
    position: relative;
}

    .slidebox .roll-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .slidebox .roll-wrapper {
        width: 100%;
        height: 100%;
    }

    .slidebox .roll-box {
        width: 100%;
        height: 100%;
        float: left;
    }

        .slidebox .roll-box a, .slidebox .roll-box p {
            display: block;
            width: 100%;
            position: relative
        }

        .slidebox .roll-box img {
            display: block;
            width: 100%;
            height: auto
        }

    .slidebox .controls {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0px;
        bottom: 20px;
    }

    .slidebox .botn {
        height: 15px;
        width: 92%;
        max-width: 1400px;
        margin: 0 auto;
    }

        .slidebox .botn span {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 5px;
            margin-right: 10px;
            background: #FFF;
            cursor: pointer
        }

            .slidebox .botn span.active {
                background: #e56b14;
                width: 30px
            }

.webBanner {
    width: 100%;
    height: auto;
}

    .webBanner .banne {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden
    }

        .webBanner .banne p {
            display: block;
            width: 100%;
            background-position: center;
            background-repeat: no-repeat;
            animation: scaleIn ease 5s;
            -webkit-animation: scaleIn ease 5s
        }

        .webBanner .banne img {
            width: 100%;
            height: auto;
            vertical-align: middle
        }
/* page-title */
.column-title {
    width: 100%;
    padding-top: 20px;
    position: relative;
    margin-bottom: 15px;
    color: #ea9060
}

    .column-title p {
        display: block;
        position: relative;
        font-size: 23px;
        line-height: 26px;
    }

    .column-title em {
        text-transform: uppercase;
        line-height: 18px;
        display: block;
    }

.submenu {
    width: 100%;
    height: 70px;
    margin-bottom: 40px;
    background: #f4f4f4;
}

    .submenu .wrap {
        height: 100%;
    }

    .submenu .navg {
        height: 100%;
        float: left;
        position: relative
    }

        .submenu .navg a {
            display: inline-block;
            margin-right: 20px;
            height: 70px;
            line-height: 70px;
            position: relative;
            font-size: 16px
        }

            .submenu .navg a:after {
                content: "";
                display: block;
                width: 0%;
                height: 2px;
                position: absolute;
                left: 50%;
                bottom: -1px;
                background: #e56b14;
                transition: all .35s;
                -webkit-transition: all .35s;
                -moz-transition: all .35s;
            }

            .submenu .navg a.current, .submenu .navg a:hover {
                color: #e56b14;
            }

                .submenu .navg a.current:after, .submenu .navg a:hover:after {
                    width: 100%;
                    left: 0%;
                }

    .submenu .current-page {
        float: right;
        height: 70px;
        line-height: 70px;
    }

        .submenu .current-page a {
            display: inline-block;
            background: url(../images/home.png) no-repeat center left;
            padding-left: 25px;
            color: #666;
            margin-right: 10px
        }

        .submenu .current-page .current {
            display: inline-block;
            background: url(../images/icon6.png) no-repeat center left;
            padding-left: 15px;
            color: #666;
            cursor: default
        }

        .submenu .current-page a:hover {
            color: #ea9060;
        }

.page-title {
    width: 100%;
    margin-bottom: 30px;
}

    .page-title p {
        display: block;
        font-size: 20px;
        text-transform: uppercase
    }

    .page-title em {
        color: #ff7a1c;
        padding-left: 10px
    }

    .page-title h1 {
        display: block;
        font-weight: normal;
        font-size: 23px
    }

    .page-title h2 {
        display: block;
        font-weight: bold;
        font-size: 23px;
        color: #ff7a1c
    }

#container:after, .column-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
    overflow: hidden;
}
/* container */
#container {
    width: 100%;
    position: relative;
    padding-top: 87px;
}

    #container:after {
        content: "";
        display: block;
        width: 100%;
        height: 0px;
        clear: both;
        overflow: hidden;
    }

    #container .news-box {
        width: 45%;
    }

    #container .news-link {
        width: 97%;
        position: relative
    }

        #container .news-link ul {
            width: 100%;
        }

        #container .news-link li {
            display: block;
            border-bottom: 1px solid #e4e4e4;
            overflow: hidden;
            transition: all .35s;
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
        }

        #container .news-link a {
            display: block;
            color: #a1a1a1;
            height: 100%
        }

            #container .news-link a:after {
                content: "";
                display: block;
                height: 0;
                clear: both;
                overflow: hidden;
            }

    #container .nw-img {
        float: left;
        width: 0px;
        height: 0px;
        overflow: hidden;
        position: relative;
    }

        #container .nw-img p {
            display: block;
            width: 212px;
            height: 116px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -58px 0px 0px -106px
        }

        #container .nw-img img {
            display: block;
            width: 100%;
            height: auto
        }

    #container .nw-infor {
        margin-left: 0px;
        height: 100%;
        position: relative
    }

        #container .nw-infor h1 {
            display: block;
            height: 24px;
            line-height: 24px;
            font-size: 16px;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        #container .nw-infor h1 {
            width: 80%;
            padding: 10px 0px;
            float: left
        }

    #container .news-link .nw-wd {
        width: 0%;
        height: 0px;
        line-height: 24px;
        overflow: hidden;
        margin-bottom: 0px;
        color: #a1a1a1;
    }

    #container .news-link .nw-time {
        width: auto;
        text-align: right;
        line-height: 24px;
        padding: 10px 0px;
        float: right
    }

    #container .news-link li.active {
        height: 116px;
    }

        #container .news-link li.active .nw-img {
            width: 212px;
            height: 116px;
        }

        #container .news-link li.active .nw-infor {
            margin-left: 230px;
        }

            #container .news-link li.active .nw-infor h1 {
                width: 100%;
                padding: 5px 0px;
                color: #333
            }

        #container .news-link li.active .nw-wd {
            width: 100%;
            height: 48px
        }

        #container .news-link li.active .nw-time {
            width: 100%;
            padding: 0px 0px
        }

    #container .news-link a:hover {
        color: #333;
    }

    #container .mobile-news-link {
        width: 100%;
        display: none
    }

    #container .mobile-news {
        width: 100%;
        margin-bottom: 20px;
    }

        #container .mobile-news ul {
            width: 100%;
            border-top: 1px solid #e4e4e4;
        }

        #container .mobile-news li {
            display: block;
            border-bottom: 1px solid #e4e4e4;
            padding: 12px 0px;
            overflow: hidden;
        }

        #container .mobile-news a {
            display: block;
            color: #333;
            height: 78px;
        }

            #container .mobile-news a:after {
                content: "";
                display: block;
                height: 0;
                clear: both;
                overflow: hidden;
            }

        #container .mobile-news .nws-img {
            float: left;
            width: 116px;
            position: relative;
        }

            #container .mobile-news .nws-img img {
                display: block;
                width: 100%;
                height: 78px
            }

        #container .mobile-news .new-infor {
            margin-left: 130px;
            height: 100%;
            position: relative
        }

        #container .mobile-news .new-title {
            line-height: 24px;
            height: 48px;
            overflow: hidden
        }

        #container .mobile-news .new-time {
            width: 100%;
            line-height: 20px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            color: #999
        }

    #container .more-link {
        text-align: center;
        text-transform: uppercase;
    }

        #container .more-link a {
            display: block;
            padding: 7px;
            color: #FFF;
            background: #ea9060;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225)
        }

    #container .intel {
        width: 54%;
        position: relative;
        height: 312px;
        background: #e56b14;
    }

        #container .intel ul {
            width: 100%;
            height: 100%;
            position: relative
        }

        #container .intel li {
            display: block;
            width: 20%;
            float: left;
            height: 100%;
            position: relative;
            background: url(../images/line.png) no-repeat center right
        }

            #container .intel li a {
                display: block;
                height: 100%;
                width: 100%;
                position: absolute;
                left: 0px;
                bottom: 0px;
                color: #FFF
            }

            #container .intel li p {
                display: block;
                width: 100%;
                position: absolute;
                left: 0px;
                top: 50%;
                text-align: center;
                margin-top: -60px
            }

            #container .intel li i {
                display: block;
                width: 32%;
                margin: 0px auto 20px
            }

            #container .intel li span {
                display: block;
                font-size: 18px;
                margin-bottom: 7px
            }

            #container .intel li em {
                display: block;
                text-transform: uppercase;
                font-size: 16px;
                color: #FFF;
                line-height: 20px;
                opacity: 0.5;
                filter: alpha(opacity = 50);
            }

            #container .intel li a:hover {
                background: #ffb96d;
                height: 110%
            }

                #container .intel li a:hover p {
                    margin-top: -70px
                }

                #container .intel li a:hover i {
                    margin: 0px auto 40px
                }
/* about */
.about .about-infor {
    line-height: 30px;
    margin-bottom: 40px;
    color: #787878
}

.about .digital {
    margin-bottom: 40px;
    background: #f9f9f9;
}

.about .da-wall {
    background: url(../images/da-wall.png) no-repeat center bottom #f9f9f9;
    background-size: 100% auto;
    padding: 20px 0px;
}

.about .data-num {
    width: 46%;
    padding: 40px 0px;
}

    .about .data-num ul, .about .vision-layer {
        width: 100%;
    }

    .about .data-num li {
        display: block;
        float: left;
        width: 50%;
        position: relative;
        margin: 30px 0px
    }

    .about .data-num .num-tb {
        width: 107px;
        height: 107px;
        overflow: hidden
    }

        .about .data-num .num-tb p {
            display: block;
            width: 100%
        }

        .about .data-num .num-tb img {
            display: block
        }

    .about .data-num .num-text {
        height: 100%;
        width: auto;
        position: absolute;
        top: 0px;
        left: 117px;
    }

        .about .data-num .num-text span {
            display: block;
            color: #ff7a1c;
            font-size: 30px;
            line-height: 35px;
            font-weight: bold
        }

        .about .data-num .num-text p {
            font-size: 15px;
            color: #999
        }

    .about .data-num li:hover .num-tb img {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }

.about .maparea {
    position: relative;
    width: 54%;
}

.about .oper-list {
    width: 100%;
}

    .about .oper-list li {
        display: block;
        width: 100%;
        margin-bottom: 50px;
        background: #fafafa
    }

        .about .oper-list li:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            overflow: hidden
        }

.about .oper-text {
    width: 57%;
}

.about .oper-infor {
    padding: 30px 60px 20px 60px;
    line-height: 28px
}

    .about .oper-infor h1 {
        display: block;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px
    }

.about .oper-char {
    font-size: 18px;
    margin-bottom: 5px
}

.about .oper-infor dl {
    width: 100%;
    margin-bottom: 5px
}

.about .oper-infor dt {
    float: left;
    display: block;
    width: 82px;
    padding-left: 20px;
    background: url(../images/tb5.png) no-repeat center left;
    font-weight: bold
}

.about .oper-infor dd {
    margin-left: 103px;
    color: #707070;
    line-height: 24px
}

.about .oper-infor .oper-two {
    line-height: 33px;
    margin-bottom: 5px;
}

    .about .oper-infor .oper-two p {
        display: block;
        background: url(../images/tb5.png) no-repeat 0px 9px;
        padding-left: 20px;
    }

.about .oper-infor .tb-box {
    width: 100%;
    text-align: center;
    padding-top: 20px
}

.about .oper-infor .tb-grid {
    display: inline-block;
    margin: 0px 18px;
}

.about .oper-icon-list {
    width: 100%;
    text-align: center;
    margin-top: 20px
}

    .about .oper-icon-list dl {
        display: inline-block;
        width: auto
    }

    .about .oper-icon-list dd {
        float: left;
        display: block;
        width: 82px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .about .oper-icon-list.row4 dd {
        float: left;
        display: block;
        width: 150px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .about .oper-icon-list dd em {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px
    }

    .about .oper-icon-list dd img {
        vertical-align: middle
    }

    .about .oper-icon-list dd p {
        display: block;
    }

.about .oper-list .oper-img {
    width: 42.21%;
    position: relative;
    overflow: hidden
}

    .about .oper-list .oper-img:after {
        content: "";
        display: block;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: -100%;
        transform: skew(-45deg);
        -webkit-transform: skew(-45deg);
        -moz-transform: skew(-45deg);
        background-image: -webkit-linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 50%,rgba(0,0,0,0) 100%);
        background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 50%,rgba(0,0,0,0) 100%);
    }

    .about .oper-list .oper-img img, .about .oper-list .oper-img:after {
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
    }

.about .oper-list li:hover {
    background: #F4F4F4;
    box-shadow: 0px 0px 7px #f0f0f0
}

    .about .oper-list li:hover .imgs {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }

    .about .oper-list li:hover .oper-img:after {
        left: 130%;
    }

.about .path-infor {
    width: 100%
}

    .about .path-infor ul {
        width: 100%;
        position: relative
    }

        .about .path-infor ul:before {
            content: "";
            display: block;
            width: 1px;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 50%;
            z-index: -1;
            background: #e7e7e7
        }

    .about .path-infor li {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

.about .path-box {
    width: 50%;
}

.about .path-year {
    height: 35px;
    line-height: 35px;
    font-size: 23px;
    font-weight: 400;
    color: #666;
    position: relative;
    margin-bottom: 10px
}

    .about .path-year p {
        display: block;
    }

    .about .path-year em {
        display: block;
        width: 31px;
        height: 31px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px solid #a9a9a9;
        position: absolute;
        top: 50%;
        margin-top: -17px;
        background: #FFF
    }

    .about .path-year i {
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #a9a9a9;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -8px 0px 0px -8px
    }

.about .path-text {
    line-height: 28px;
    color: #787878;
}

.about .path-infor li.even .path-box {
    padding-right: 50%;
    text-align: right
}

.about .path-infor li.even .path-year, .about .path-infor li.even .path-text {
    padding-right: 50px
}

    .about .path-infor li.even .path-year p {
        text-align: right;
    }

    .about .path-infor li.even .path-year em {
        right: -17px;
    }

.about .path-infor li.odd .path-box {
    padding-left: 50%;
}

.about .path-infor li.odd .path-year, .about .path-infor li.odd .path-text {
    padding-left: 50px
}

    .about .path-infor li.odd .path-year em {
        left: -16px;
    }

.about .path-infor li:hover em {
    border: 1px solid #e56b14;
}

.about .path-infor li:hover i {
    background: #e56b14
}

.about .path-infor li:hover .path-year, .about .path-infor li:hover .path-text {
    color: #e56b14
}

.about .path-end, .about .vision-layer, .about .vision-box, .about .honor-wrap, .about .honor-wrap ul, .about .honor-wrap li {
    width: 100%;
    position: relative
}

    .about .path-end em {
        display: block;
        width: 53px;
        height: 53px;
        background: url(../images/tip-down.jpg) no-repeat center;
        margin: 0 auto
    }

.about .vision-layer {
    margin-bottom: 60px
}

.about .vision-infor {
    width: 80%;
    line-height: 28px;
    color: #777
}

.about .corpor {
    width: 100%;
    height: 520px;
    position: relative
}

    .about .corpor .corpor-box {
        padding: 70px 0px;
        position: relative
    }

    .about .corpor .corpor-title {
        float: left;
        width: auto
    }

.about .corpor-cont {
    float: right;
    width: 52%;
    background: rgba(255,255,255,0.5);
}

.about .content-box {
    padding: 40px 60px;
}

.about .corpor:hover .corpor-cont {
    background: rgba(255,255,255,0.8)
}

.about .honor-wrap li {
    display: block;
    width: 100%
}

.about .honor-year {
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    font-weight: bold;
    color: #e56b14;
    background: #f9f9f9
}

    .about .honor-year p {
        display: block;
        padding: 0px 11%;
    }

.about .honor-infor {
    padding: 20px 13%;
    position: relative;
    line-height: 30px
}

    .about .honor-infor:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 13%;
        z-index: -1;
        background: #e7e7e7
    }

    .about .honor-infor p {
        display: block;
        padding-left: 20px;
        position: relative
    }

        .about .honor-infor p:before {
            content: "";
            display: block;
            width: 16px;
            height: 30px;
            position: absolute;
            top: 0px;
            left: -8px;
            background: url(../images/icon7.png) no-repeat 0px 6px;
        }

        .about .honor-infor p.isBr:before {
            display: none
        }

.about .honor-end {
    margin: 0px 13%;
    height: 53px;
    position: relative
}

    .about .honor-end em {
        display: block;
        width: 53px;
        height: 53px;
        background: url(../images/icon8.png) no-repeat center;
        position: absolute;
        top: 0px;
        left: -26px;
    }

.bg-wall {
    width: 100%;
    height: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .bg-wall img {
        display: block;
        width: 100%
    }
/* news */
.news .news-list, .news .news-list ul, .news .news-list li, .news .video-list, .news .mobile-video-list {
    width: 100%;
}

.news .news-list {
    margin-bottom: 30px
}

    .news .news-list ul {
        border-top: 1px dashed #b2b2b2
    }

    .news .news-list li {
        display: block;
        border-bottom: 1px dashed #b2b2b2;
        overflow: hidden;
        transition: all .35s;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
    }

        .news .news-list li a {
            display: block;
            padding: 15px 13px;
            color: #a1a1a1;
        }

            .news .news-list li a:after {
                content: "";
                display: block;
                height: 0;
                clear: both;
                overflow: hidden;
            }

.news .news-img {
    float: left;
    width: 338px;
    height: 210px;
    overflow: hidden;
    position: relative;
}

    .news .news-img p {
        display: block;
        width: 100%;
        height: 100%;
    }

    .news .news-img img {
        display: block;
        width: 100%;
        height: auto
    }

.news .news-infor {
    margin-left: 380px;
    height: 100%;
    position: relative;
    padding-top: 20px
}

    .news .news-infor h1 {
        display: block;
        width: 75%;
        height: 30px;
        line-height: 30px;
        font-size: 21px;
        color: #333;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px
    }

.news .news-wd {
    width: 75%;
    font-size: 15px;
    line-height: 28px
}

.news .news-time {
    position: absolute;
    right: 0px;
    top: 50%;
    text-align: center;
    line-height: 24px;
    margin-top: -14px
}

    .news .news-time p {
        display: block;
        font-size: 23px;
    }

    .news .news-time em {
        display: block;
        font-size: 16px;
    }

.news .news-list li:hover {
    background: #f4f4f4
}

    .news .news-list li:hover .news-img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1)
    }

.news .news-detail {
    width: 100%;
    padding-bottom: 40px;
}

.news .detail-title {
    width: 100%;
    margin-bottom: 35px;
    border-bottom: 1px dashed #d4d4d4;
}

.news .news-title {
    line-height: 30px;
    font-size: 23px;
    color: #333;
    margin-bottom: 10px
}

.news .news-date {
    padding-bottom: 10px;
    font-size: 16px;
    color: #777;
    line-height: 24px;
}

    .news .news-date .return {
        float: right;
        display: block;
        position: relative;
        background: url(../images/return.png) no-repeat center right;
        padding-right: 20px;
    }

        .news .news-date .return:hover {
            color: #e56b14;
        }

.news .news-information {
    line-height: 27px;
    color: #666;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #d4d4d4;
}

.news .pre-nxt {
    text-align: right
}

    .news .pre-nxt a {
        color: #333;
        margin-left: 20px;
        font-size: 16px;
    }

        .news .pre-nxt a:hover {
            color: #e56b14
        }

.news .video-list {
    position: relative
}

    .news .video-list .btn {
        width: 30px;
        height: 52px;
        position: absolute;
        top: 50%;
        margin-top: -26px;
        z-index: 100;
        cursor: pointer;
        opacity: 0.5
    }

        .news .video-list .btn em {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 52px;
        }

    .news .video-list .prev {
        left: -45px
    }

        .news .video-list .prev em {
            background: url(../images/prev.png) no-repeat center
        }

    .news .video-list .next {
        right: -45px
    }

        .news .video-list .next em {
            background: url(../images/next.png) no-repeat center
        }

    .news .video-list .btn:hover {
        opacity: 1
    }

    .news .video-list .roll-box {
        width: 100%;
        overflow: hidden;
        position: relative
    }

        .news .video-list .roll-box ul {
            width: 100%;
        }

        .news .video-list .roll-box li {
            display: block;
            width: 33.33%;
            float: left;
            margin-right: 0px;
        }

    .news .video-list .v-poster {
        width: 100%;
        position: relative;
        cursor: pointer;
        overflow: hidden
    }

        .news .video-list .v-poster img {
            display: block;
            width: 100%;
            height: auto
        }

        .news .video-list .v-poster span {
            display: block;
            width: 65px;
            height: 65px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -45px;
            margin-left: -35px;
            z-index: 10;
            background: url(../images/play.png) no-repeat center;
            background-size: cover;
        }

        .news .video-list .v-poster p {
            display: block;
            width: 100%;
            position: absolute;
            bottom: -100%;
            left: 0px;
            z-index: 10;
            text-align: center;
            font-size: 18px;
            line-height: 30px;
            color: #FFF
        }

        .news .video-list .v-poster em {
            display: block;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0;
            filter: alpha(opacity = 0);
            position: absolute;
            top: 0px;
            left: 0px
        }

.news .roll-box li:hover .v-poster img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.news .roll-box li:hover .v-poster em {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.news .roll-box li:hover .v-poster p {
    bottom: 20px;
}

.news .roll-box li:hover .v-poster span {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    margin-top: -55px
}

.news .mobile-video-list {
    display: none
}

    .news .mobile-video-list li {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

.news .vid-poster {
    width: 100%;
    position: relative
}

    .news .vid-poster img {
        width: 100%;
        height: auto;
        vertical-align: middle
    }

    .news .vid-poster span {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -17px;
        margin-left: -17px;
        background: url(../images/play.png) no-repeat center;
        background-size: cover;
    }

.news .vid-play {
    width: 100%;
    display: none
}

    .news .vid-play .video-source {
        display: block;
        width: 100%;
        height: auto;
    }

.news .vid-title {
    font-size: 18px;
    padding-top: 5px
}

.news .video-show {
    width: 100%;
    position: relative
}

.news .video-poster {
    width: 100%;
    position: relative
}

    .news .video-poster p {
        display: block;
        width: 100%;
        position: relative
    }

    .news .video-poster img {
        vertical-align: middle;
        height: auto
    }

    .news .video-poster span {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

    .news .video-poster em {
        display: block;
        width: 104px;
        height: 104px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -52px;
        margin-left: -52px;
        background: url(../images/bigPlay.png) no-repeat center;
    }

.news #videoBox {
    width: 100%;
    height: auto;
    background: #000;
    display: none
}

    .news #videoBox video {
        display: block;
        width: 100%;
    }

.news .video-poster em.play {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    opacity: 0;
    visibility: hidden
}
/* business */
.business .service-wrap {
    width: 100%;
    margin-bottom: 60px;
}

.business .service-text {
    width: 48.28%;
    line-height: 28px;
    color: #666
}

.business .service-img {
    width: 48%;
}

.business .service-wrap ul {
    margin: 0 -2px;
}

.business .service-wrap li {
    display: block;
    width: 33.33%;
    float: left;
}

    .business .service-wrap li a {
        display: block;
        margin: 0px 2px;
        color: #FFF;
        cursor: pointer
    }

        .business .service-wrap li a:after {
            content: "";
            display: block;
            width: 100%;
            height: 0px;
            overflow: hidden;
            clear: both;
        }

.business .service-wrap .grid {
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.business .service-wrap .img-item {
    width: 100%
}

    .business .service-wrap .img-item img {
        width: 100%;
        height: auto;
        vertical-align: middle
    }

    .business .service-wrap .img-item img, .business .high-list .pro-pic img, .business .office-list .pro-pic img {
        transition: all .35s;
        -webkit-transition: all .35s;
        -moz-transition: all .35s
    }

.business .service-wrap .black {
    width: 100%;
    height: 68px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
}

.business .service-wrap .grid-text {
    width: 100%;
    height: 68px;
    position: absolute;
    left: 0px;
    bottom: 0%;
    z-index: 10;
    overflow: hidden;
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
}

.business .service-wrap .grid-title {
    padding: 0px 15px;
    line-height: 68px;
    text-align: center;
    font-size: 23px
}

.business .service-wrap .grid-word {
    padding: 0px 55px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity = 0);
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s
}

.business .service-wrap .grid:hover .black {
    height: 100%;
    opacity: 0.75;
    filter: alpha(opacity = 75);
}

.business .service-wrap .grid:hover .grid-text {
    height: 68%;
}

.business .service-wrap .grid:hover .grid-word {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity = 100);
}

.business .service-wrap .grid:hover .img-item img, .business .high-list li a:hover .pro-pic img, .business .office-list a:hover .pro-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.business .project {
    width: 95%;
    margin: 0px auto
}

.business .project-title {
    width: 100%;
    padding: 10px 0px 30px;
    text-align: center;
    font-size: 24px;
}

.business .high-list {
    width: 100%;
    margin: 0 auto 20px
}

    .business .high-list li {
        display: block;
        margin-bottom: 20px
    }

        .business .high-list li a {
            display: block;
            color: #666;
            transition: all .35s;
            -webkit-transition: all .35s;
            -moz-transition: all .35s
        }

            .business .high-list li a:after {
                content: "";
                display: block;
                width: 100%;
                height: 0px;
                overflow: hidden;
                clear: both;
            }

    .business .high-list .pro-pic {
        width: 47%;
        position: relative;
        overflow: hidden
    }

    .business .high-list .pro-txt {
        width: 51%;
        padding: 20px 0px;
        color: #666
    }

    .business .high-list .txt-top {
        display: block;
        width: 100%;
        font-size: 22px;
        margin-bottom: 20px;
        padding-right: 15px
    }

    .business .high-list .txt-box {
        line-height: 28px;
        font-size: 15px;
        padding-right: 15px
    }

    .business .high-list li a:hover {
        background: #f5f5f5;
        box-shadow: 0px 0px 7px #eee
    }

        .business .high-list li a:hover .txt-top {
            color: #e56b14
        }

.business .office-list {
    width: 100%;
    margin: 0 auto
}

    .business .office-list ul {
        margin: 0px -41px
    }

    .business .office-list li {
        display: block;
        width: 50%;
        float: left;
        margin-bottom: 20px
    }

    .business .office-list a {
        display: block;
        margin: 0px 41px;
        color: #666;
        transition: all .35s;
        -webkit-transition: all .35s;
        -moz-transition: all .35s
    }

    .business .office-list .pro-pic {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px
    }

    .business .office-list .txt-top {
        width: 100%;
        font-size: 24px;
        margin-bottom: 5px;
    }

    .business .office-list .txt-hd {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .business .office-list .txt-box {
        line-height: 30px
    }

    .business .office-list a:hover {
        background: #FFF;
    }

        .business .office-list a:hover .txt-top, .business .office-list a:hover .txt-hd {
            color: #e56b14
        }

.business .asset-infor {
    width: 63%;
    line-height: 28px;
    color: #666;
    margin-bottom: 40px
}

.business .asset-item {
    width: 100%;
    background: #eee;
    position: relative;
    overflow: hidden
}

.business .asset-img-layer {
    width: 1003px;
}

    .business .asset-img-layer img {
        vertical-align: middle
    }

.business .asset-infor-layer {
    width: 700px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/yw-wall.png) no-repeat;
}

.business .asset-box {
    width: 510px;
    height: auto;
    float: right;
    padding: 80px 35px 80px 0px;
    color: #FFF
}

.business .asset-top {
    width: 100%;
    margin-bottom: 40px;
    font-size: 23px
}

    .business .asset-top p {
        display: block;
        padding-left: 20px;
    }

.business .asset-cont {
    width: 100%
}

    .business .asset-cont li {
        display: block;
        float: left;
        width: 25%;
        text-align: center;
        padding: 15px 0px;
    }

.business .icon-box {
    height: 48px;
    line-height: 48px;
    width: 100%;
    margin-bottom: 10px;
    vertical-align: middle
}

    .business .icon-box img {
        vertical-align: middle
    }

.business .cont-txt {
    padding: 0px 13px;
}
/* job-list */
.hr .job-list {
    width: 100%;
    overflow-x: hidden
}

    .hr .job-list ul {
        margin: 0 -27px;
    }

    .hr .job-list li {
        display: block;
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .hr .job-list .job-item {
        margin: 0 27px;
    }

    .hr .job-list li a {
        display: block;
        padding: 10px 30px;
        background: #f5f5f5
    }

    .hr .job-list .icon-item {
        width: 27px;
        height: 56px;
        float: left;
        background: url(../images/ren-b.png) no-repeat center;
    }

    .hr .job-list .job-text {
        margin-left: 50px;
        height: 56px;
        background: url(../images/jt-b.png) no-repeat right center
    }

        .hr .job-list .job-text p {
            font-size: 20px;
            display: block;
            margin-bottom: 5px;
        }

        .hr .job-list .job-text span {
            display: block;
            color: #7f7f7f;
        }

    .hr .job-list li a:hover {
        background: #e56b14;
        box-shadow: 0px 2px 3px #e56b14
    }

        .hr .job-list li a:hover .icon-item {
            background: url(../images/ren-w.png) no-repeat left center
        }

        .hr .job-list li a:hover .job-text {
            background: url(../images/jt-w.png) no-repeat right center
        }

            .hr .job-list li a:hover .job-text p, .hr .job-list li a:hover .job-text span {
                color: #FFF
            }
/* contact */
.contact .contact-main {
    width: 100%;
    margin-bottom: 40px
}

.contact .contact-infor {
    width: 44%;
    float: left;
    color: #666;
    border-right: 1px solid #d4d4d4;
}

    .contact .contact-infor h1 {
        display: block;
        font-weight: normal;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .contact .contact-infor p {
        display: block;
        font-size: 16px;
        margin-bottom: 7px
    }

.contact .contact-hot {
    width: 55%;
    height: 100%;
    min-height: 150px;
    float: right
}

.contact .hot-tel {
    width: 55%;
    padding: 37px 0px;
    float: left;
    border-right: 1px solid #d4d4d4;
    text-align: center
}

    .contact .hot-tel h1 {
        display: block;
        font-weight: normal;
        font-size: 22px;
    }

    .contact .hot-tel h2 {
        display: block;
        font-size: 28px;
        color: #ff7a1c
    }

.contact .qr-code {
    width: 44%;
    text-align: center;
    float: right;
    color: #666;
    font-size: 18px;
}

.contact .maps {
    width: 100%;
    height: 528px;
    position: relative;
    background-position: center;
    background-size: cover;
}

    .contact .maps a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative
    }

.contact .site {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 45%;
    left: 57%;
    background: url(../images/site.png) no-repeat center;
}

.contact .com-item {
    background: url(../images/w-wall.png) repeat center;
    width: 254px;
    position: absolute;
    top: -20px;
    left: 50px;
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    overflow: hidden
}

    .contact .com-item h1 {
        color: #e56b14;
        font-weight: normal;
    }
/* pages */
.pages {
    width: 100%;
    text-align: center;
}

    .pages a {
        display: inline-block;
        margin: 5px;
        padding: 3px 12px;
        border: 1px solid #999;
        color: #999;
        font-size: 16px;
    }

        .pages a:hover {
            color: #FFF;
            background: #888;
        }

        .pages a.active {
            color: #FFF;
            background: #999;
        }

.pagination {
    width: 100%;
    height: 30px;
    text-align: center;
}

    .pagination a {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 3px;
        font-size: 16px;
        border: 1px solid #999;
        color: #999;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
    }

        .pagination a.page_current, .pagination a:hover, .pagination a.current {
            color: #FFF;
            background-color: #e56b14;
            display: inline-block;
            border: 1px solid #e56b14;
        }
/* pop */
.popBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}

    .popBox .black {
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.75;
        filter: alpha(opacity = 80);
    }

    .popBox .container {
        width: 720px;
        height: 444px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -200px;
        margin-left: -360px;
        background: #FFF;
    }

    .popBox .poptop {
        width: 100%;
        height: 40px;
        background: #f6f6f6;
        border-bottom: 1px solid #ccc;
        position: relative;
        font-size: 16px;
    }

    .popBox .popClose {
        width: 60px;
        height: 40px;
        float: right;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        transition: all .35s;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
    }

        .popBox .popClose:hover {
            color: #e56b14
        }

    .popBox .poptitle {
        display: block;
        width: 40%;
        height: 40px;
        float: left;
        line-height: 40px;
        margin-left: 12px
    }

    .popBox .contents {
        width: 720px;
        height: 404px;
    }


.pr_content {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
}

.pr_table {
    position: relative;
    display: flex;
    font-size: 16px;
}

    .pr_table:after {
        content: "";
        display: block;
        clear: both;
    }

.pr_block {
    /* float: left; */
    width: 33.3%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
}

    .pr_block.b1 {
        border-right: 0;
        width: 66.6%;
        border-right: 1px solid #ccc;
    }

.rp_th {
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.pr_block:after {
    content: "";
    display: block;
    clear: both;
}

.rp_td {
    padding: 10px;
    box-sizing: border-box;
}

.pr_block.b1 .rp_td {
    width: 50%;
    float: left;
}

.rp_th, .rp_td {
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
}

.pr_block.b2 {
}

    .pr_block.b2 .rp_th {
        border-left: 0;
        border-bottom: 1px solid #ccc;
    }

    .pr_block.b2 .rp_td {
        border-left: 0;
    }

.rp_center {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    text-align: center;
    transform: translate(0,-50%);
    font-size: 18px;
}

    .rp_center p {
        margin-bottom: 10px;
    }

/* media screen */
@media screen and (max-width:980px) {
    .wrap {
        max-width: 1400px;
        width: 94%;
        height: auto;
        margin: 0 auto;
    }

    .pr_content {
        padding: 40px 0 20px;
    }

    .pr_table {
        font-size: 14px;
        display: block;
    }

    .rp_th {
        font-size: 16px;
    }

    .pr_block.b1 {
        width: 100%;
    }

    .pr_block.b2 {
        width: 100%;
        border-left: 1px solid #ccc;
    }

    .rp_center {
        position: relative;
        top: 0;
        transform: translate(0);
        font-size: 14px;
        padding: 20px 0 15px;
    }

    .pr_block.b2 .rp_th {
        border-top: 0;
    }

    .fl, .fr {
        float: none;
    }

    .site {
        display: block
    }

    .pc-picture {
        display: none
    }

    .mobile-picture {
        display: block
    }

    .both {
        height: 20px
    }

    .column-menu .navg a, .current-page, .text-infor {
        font-size: 15px
    }
    /* Header */
    #Header {
        height: 60px;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9000;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.25)
    }

        #Header.bgColor, #Header.bgwall {
            background: #FFF;
        }

        #Header.bgwall {
            box-shadow: 0px 0px 5px #999;
        }

        #Header .logo {
            float: left;
            height: 100%;
        }

            #Header .logo a {
                display: block;
                height: 100%;
                vertical-align: middle;
                line-height: 60px;
            }

            #Header .logo img {
                vertical-align: middle;
                height: 41px
            }

        #Header .menu {
            display: none
        }

        #Header .menu-box {
            height: 60px
        }

        #Header .lang-find {
            margin: 2px 40px 0px 0px;
        }

        #Header .lang {
            margin: 0px 10px 0px 0px
        }

        #Header .find a {
            background-position: center
        }

        #Header .mOpen {
            display: block;
        }

    #moblieNav {
        display: block;
    }

    #Footer .copy {
        margin-bottom: 10px
    }

        #Footer .copy span {
            display: block;
            margin-right: 0px;
        }

    #Footer .links {
        margin-right: 25px;
        width: 200px;
    }
    /* page-title */
    .column-title p {
        display: block;
        position: relative;
        font-size: 20px;
        line-height: 24px;
    }

    .column-menu {
        width: 100%;
        height: 50px;
        background: #f5f5f5;
        margin-bottom: 20px;
    }

        .column-menu .navg {
            height: 100%;
            float: none;
            position: relative;
            width: 100%
        }

            .column-menu .navg a {
                display: inline-block;
                margin-right: 20px;
                height: 50px;
                line-height: 50px;
                font-size: 16px
            }

                .column-menu .navg a.current, .column-menu .navg a:hover {
                    color: #e56b14;
                }

    .submenu {
        height: 50px;
    }

        .submenu .navg {
            float: none;
            width: 100%;
            height: 100%
        }

            .submenu .navg a {
                display: block;
                margin-right: 13px;
                height: 50px;
                line-height: 50px;
                position: relative;
                font-size: 16px;
                float: left;
            }

                .submenu .navg a:last-child {
                    margin-right: 0px;
                }

    .column-menu .line {
        display: block;
        width: 64px;
        height: 2px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        background: #e56b14
    }

    .current-page {
        float: right;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        display: none
    }

        .current-page a {
            display: inline-block;
            background: url(../images/home.png) no-repeat center left;
            background-size: 13px auto;
            padding-left: 20px;
            color: #666;
            margin-right: 10px
        }

        .current-page .current {
            display: inline-block;
            background: url(../images/icon6.png) no-repeat center left;
            padding-left: 15px;
            color: #666;
            cursor: default
        }

        .current-page a:hover {
            color: #ea9060;
        }

    .page-title {
        margin-bottom: 15px
    }

        .page-title p {
            font-size: 14px
        }

        .page-title h1 {
            font-size: 20px
        }

    .submenu {
        margin-bottom: 20px;
    }
    /* container */
    #container {
        width: 100%;
        position: relative;
        padding-top: 60px;
    }

        #container .home-wrap {
            width: 100%;
        }

        #container .news-box {
            width: 94%;
            margin: 0 auto 40px
        }

        #container .news-link {
            display: none
        }

        #container .mobile-news-link {
            display: block
        }

        #container .intel {
            width: 100%;
            height: 220px
        }

            #container .intel li span {
                font-size: 14px
            }

            #container .intel li em {
                font-size: 12px
            }

        #container .webBanner, .webBanner .banne {
            height: auto
        }
    /* about */
    .about .data-num {
        width: 100%;
        padding: 0px 0px;
    }

        .about .data-num ul {
            width: 100%;
        }

        .about .data-num li {
            display: block;
            float: left;
            width: 50%;
            position: relative;
            margin: 30px 0px
        }

        .about .data-num .num-tb {
            width: 57px;
            height: 57px;
            overflow: hidden
        }

            .about .data-num .num-tb p {
                display: block;
                width: 100%
            }

            .about .data-num .num-tb img {
                display: block
            }

        .about .data-num .num-text {
            height: 100%;
            width: auto;
            position: absolute;
            top: 0px;
            left: 67px;
        }

            .about .data-num .num-text span {
                display: block;
                color: #ff7a1c;
                font-size: 20px;
                line-height: 25px;
                font-weight: bold
            }

            .about .data-num .num-text p {
                font-size: 14px;
                color: #999
            }

    .about .maparea {
        position: relative;
        width: 100%;
        text-align: center
    }

    .about .oper-list {
        width: 100%;
    }

        .about .oper-list li {
            display: block;
            width: 100%;
            margin-bottom: 25px;
            background: #fafafa
        }

            .about .oper-list li:after {
                content: "";
                display: block;
                height: 0;
                clear: both;
                overflow: hidden
            }

    .about .oper-text {
        width: 100%;
    }

    .about .oper-infor {
        padding: 20px 13px 20px 13px;
        line-height: 26px
    }

        .about .oper-infor h1 {
            display: block;
            font-size: 20px;
            font-weight: normal;
            margin-bottom: 15px
        }

    .about .oper-char {
        font-size: 16px;
        margin-bottom: 5px
    }

    .about .oper-infor dl {
        width: 100%;
        margin-bottom: 5px
    }

    .about .oper-infor dt {
        float: left;
        display: block;
        width: 82px;
        padding-left: 20px;
        background: url(../images/tb5.png) no-repeat center left;
        font-weight: bold
    }

    .about .oper-infor dd {
        margin-left: 103px;
        color: #707070;
        line-height: 24px
    }

    .about .oper-infor .oper-two {
        line-height: 33px;
        margin-bottom: 5px;
    }

        .about .oper-infor .oper-two p {
            display: block;
            background: url(../images/tb5.png) no-repeat 0px 9px;
            padding-left: 20px;
        }

    .about .oper-infor .tb-box {
        width: 100%;
        text-align: center;
        padding-top: 20px
    }

    .about .oper-infor .tb-grid {
        display: inline-block;
        margin: 0px 12px;
    }

    .about .oper-icon-list {
        width: 100%;
        text-align: center;
        margin-top: 20px
    }

        .about .oper-icon-list dl {
            display: inline-block;
            width: auto
        }

        .about .oper-icon-list dd, .about .oper-icon-list.row4 dd {
            float: left;
            display: block;
            width: 78px;
            margin-left: 0px;
            margin-right: 0px;
        }

            .about .oper-icon-list dd em {
                display: block;
                width: 100%;
                height: 35px;
                line-height: 35px;
                margin-bottom: 5px
            }

            .about .oper-icon-list dd img {
                vertical-align: middle;
                max-height: 30px
            }

            .about .oper-icon-list dd p {
                display: block;
            }

    .about .oper-list .oper-img {
        width: 100%;
        overflow: hidden
    }

    .about .path-infor ul:before {
        left: 13px;
    }

    .about .path-box {
        width: 100%;
    }

    .about .path-infor li {
        margin-bottom: 20px
    }

    .about .path-year {
        height: auto;
        line-height: 24px;
        font-size: 18px;
        margin-bottom: 10px;
        padding-right: 0px !important
    }

        .about .path-year em {
            display: block;
            width: 22px;
            height: 22px;
            margin-top: -12px;
        }

        .about .path-year i {
            display: block;
            width: 12px;
            height: 12px;
            margin: -6px 0px 0px -6px
        }

    .about .path-text {
        line-height: 25px
    }

    .about .path-infor li.even .path-box {
        padding-right: 0%;
        text-align: left
    }

    .about .path-infor li.even .path-year, .about .path-infor li.even .path-text {
        padding-left: 40px
    }

        .about .path-infor li.even .path-year p {
            text-align: left;
        }

        .about .path-infor li.even .path-year em {
            left: 1px;
        }

    .about .path-infor li.odd .path-box {
        padding-left: 0%;
    }

    .about .path-infor li.odd .path-year, .about .path-infor li.odd .path-text {
        padding-left: 40px
    }

        .about .path-infor li.odd .path-year em {
            left: 1px;
        }

    .about .path-end {
        width: 27px;
    }

        .about .path-end em {
            display: block;
            width: 27px;
            height: 27px;
            background: url(../images/tip-down.jpg) no-repeat center;
            margin: 0 auto;
            background-size: 27px auto
        }

    .about .vision-layer {
        margin-bottom: 30px
    }

    .about .vision-infor {
        width: 100%;
        line-height: 27px
    }

    .about .corpor .corpor-box {
        padding: 20px 0px;
    }

    .about .corpor .corpor-title {
        float: none
    }

    .about .corpor-cont {
        float: none;
        width: 100%
    }

    .about .content-box {
        padding: 10px 15px
    }

    .about .honor-year p {
        padding: 0px 20px
    }

    .about .honor-infor {
        padding: 13px 30px;
        line-height: 27px;
    }

        .about .honor-infor p {
            display: block;
            margin-bottom: 7px
        }

        .about .honor-infor:after {
            left: 30px
        }

    .about .honor-end {
        margin: 0px 30px
    }

        .about .honor-end em {
            display: block;
            width: 27px;
            height: 27px;
            background: url(../images/icon8.png) no-repeat center;
            background-size: 27px auto;
            position: absolute;
            top: 0px;
            left: -13px;
        }

    .about .honor-year {
        font-size: 21px;
        height: 40px;
        line-height: 40px;
    }
    /* news */
    .news .news-list li a {
        padding: 10px 0px;
        display: block
    }

    .news .news-list .news-img {
        width: 122px;
        height: 76px;
    }

    .news .news-infor {
        margin-left: 132px;
        padding-top: 0px;
        height: 76px;
    }

        .news .news-infor h1, .news .news-wd {
            width: 100%
        }

        .news .news-infor h1 {
            font-size: 16px;
            height: 48px;
            white-space: normal;
            line-height: 24px;
            font-weight: 400;
            overflow: hidden
        }

    .news .news-wd {
        display: none
    }

    .news .news-time {
        width: 100%;
        text-align: left;
        top: 70px
    }

        .news .news-time p, .news .news-time em {
            display: inline-block;
            font-size: 16px;
            margin-right: 7px
        }

    .news .video-list {
        display: none
    }

    .news .mobile-video-list {
        display: block
    }

    .news .detail-title {
        margin-bottom: 20px
    }

    .news .news-title {
        font-size: 18px
    }

    .news .video-poster em {
        display: block;
        width: 52px;
        height: 52px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -26px;
        margin-left: -26px;
        background: url(../images/bigPlay.png) no-repeat center;
        background-size: 52px auto
    }
    /* business */
    .business .service-text, .business .service-img, .business .asset-infor, .business .asset-img-layer, .business .asset-infor-layer {
        width: 100%
    }

    .business .service-text {
        line-height: 30px;
        text-align: justify;
        margin-bottom: 20px
    }

    .business .service-wrap {
        margin-bottom: 30px
    }

        .business .service-wrap ul, .business .service-wrap li a {
            margin: 0px 0px
        }

        .business .service-wrap li {
            width: 100%;
            float: none;
            margin-bottom: 20px
        }

            .business .service-wrap li a {
                color: #333
            }

        .business .service-wrap .grid {
            width: 100%;
            margin: 0 auto;
            overflow: visible
        }

        .business .service-wrap .img-item {
            width: 232px;
            margin: 0 auto
        }

        .business .service-wrap .black {
            position: static;
            display: none
        }

        .business .service-wrap .grid-title {
            line-height: 30px;
            padding-top: 10px;
        }

        .business .service-wrap .grid-text {
            overflow: visible;
            position: static;
            height: auto;
            line-height: 30px;
        }

        .business .service-wrap .grid-word {
            visibility: visible;
            opacity: 1;
            padding: 0px 0px;
            font-size: 16px;
            text-align: left;
            line-height: 26px;
        }

    .business .project-title {
        font-size: 22px;
        font-weight: bold;
        padding: 0px 0px 15px
    }

    .business .office-list ul, .business .office-list a {
        margin: 0px 0px;
    }

    .business .office-list .txt-top {
        font-size: 21px
    }

    .business .high-list .pro-pic, .business .high-list .pro-txt {
        width: 100%;
    }

    .business .high-list .txt-top {
        margin-bottom: 10px;
        padding-right: 0px;
        font-size: 20px;
    }

    .business .high-list .txt-box {
        padding-right: 0px;
        font-size: 16px;
        line-height: 26px;
    }

    .business .service-wrap .grid-title {
        font-size: 20px
    }

    .business .office-list li {
        width: 100%;
        float: none
    }

    .business .asset-infor-layer {
        position: static;
        background: #ff7a1c
    }

    .business .asset-top {
        margin-bottom: 20px
    }

    .business .office-list .txt-hd {
        font-size: 19px
    }

    .business .asset-box {
        width: auto;
        float: none;
        padding: 30px 0px 30px 0px;
    }

    .business .asset-cont li {
        padding: 10px 0px
    }

    .business .cont-txt {
        padding: 0px 2px;
    }
    /* job-list */
    .hr .job-list {
        width: 100%;
        overflow-x: hidden
    }

        .hr .job-list ul {
            margin: 0 0px;
        }

        .hr .job-list li {
            display: block;
            width: 100%;
            float: left;
            margin-bottom: 15px;
        }

        .hr .job-list .job-item {
            margin: 0 0px;
        }

        .hr .job-list .icon-item {
            float: left;
            background: url(../images/ren-b.png) no-repeat center;
        }

        .hr .job-list .job-text {
            background: url(../images/jt-b.png) no-repeat right center;
            background-size: auto 15px
        }
    /* contact */
    .contact .contact-main {
        width: 100%;
        margin-bottom: 40px
    }

    .contact .contact-infor {
        width: 100%;
        float: none;
        color: #666;
        border-right: none;
        margin-bottom: 40px
    }

    .contact .contact-hot {
        width: 100%;
        height: 100%;
        min-height: 150px;
        float: none
    }

    .contact .contact-infor h1 {
        font-size: 20px;
    }

    .contact .hot-tel {
        width: 100%;
        padding: 25px 0px;
        float: none;
        border-right: 0px solid #d4d4d4;
        text-align: center
    }

        .contact .hot-tel h1 {
            display: block;
            font-weight: normal;
            font-size: 18px;
        }

        .contact .hot-tel h2 {
            display: block;
            font-size: 21px;
            color: #ff7a1c
        }

    .contact .qr-code {
        width: 100%;
        text-align: center;
        float: none;
        color: #666;
        font-size: 14px;
    }

    .contact .maps {
        width: 100%;
        height: 264px;
        position: relative;
        background-position: center;
        background-size: cover;
    }

    .contact .site {
        width: 30px;
        height: 40px;
        position: absolute;
        top: 45%;
        left: 57%;
        background: url(../images/site.png) no-repeat center;
        background-size: 15px 20px
    }

    .contact .com-item {
        background: url(../images/w-wall.png) repeat center;
        width: 254px;
        position: absolute;
        top: -105px;
        left: -170px;
        padding: 20px;
        font-size: 16px;
        border-radius: 5px;
        overflow: hidden
    }

        .contact .com-item h1 {
            color: #e56b14;
            font-weight: normal;
        }

    /* pagination */
    .pagination {
        width: 100%;
        height: auto;
        text-align: center;
    }

        .pagination a {
            display: inline-block;
            height: 20px;
            line-height: 20px;
            padding: 0 3px;
            margin: 0 1px 10px;
            font-size: 14px;
            border: 1px solid #999;
            color: #999;
            box-sizing: border-box
        }

            .pagination a.page_current, .pagination a:hover, .pagination a.current {
                color: #FFF;
                background-color: #e56b14;
                display: inline-block;
                border: 1px solid #e56b14;
            }
}

@media screen and (max-width:330px) {
    .about .oper-icon-list dd, .about .oper-icon-list.row4 dd {
        float: left;
        display: block;
        width: 67px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
/* keyframes */
@keyframes scaleIn {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}
