body {
    font-family: "SourceSansPro-Regular";
    overflow-x: hidden;
}

img {
    border: 0;
    max-width: 100%;
}

input {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

a {
    color: #666;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    a:hover {
        color: #0078b6;
    }

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.TTF');
}

@font-face {
    font-family: 'HelveticaNeueLTPro-ThEx';
    src: url('../fonts/HelveticaNeueLTPro-ThEx.otf');
}

@font-face {
    font-family: 'MyriadPro-Black_1';
    src: url('../fonts/MyriadPro-Black_1.otf');
}

h1, h2, h3, h4, h5, h6, ul, li P {
    margin: 0;
    padding: 0;
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    position: fixed;
    background-color: #fff;
    border-bottom: solid 2px #0078b6;
}

    .header .logo {
        z-index: 9;
        float: left;
        margin-top: 6px;
        position: relative;
    }

        .header .logo img {
            width: 200px;
        }

        .header .logo:hover:after {
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
        }

    .header .nav {
        float: right;
    }

        .header .nav li {
            line-height: 90px;
            font-size: 18px;
            margin: 0 20px 0 40px;
            float: left;
        }

            .header .nav li span {
                z-index: 9;
                position: relative;
            }

                .header .nav li span:after {
                    bottom: -5px;
                    content: '';
                    display: block;
                    height: 2px;
                    width: 100%;
                    position: absolute;
                    background: #0078b6;
                    -webkit-transform: scaleX(0);
                    -ms-transform: scaleX(0);
                    transform: scaleX(0);
                    -webkit-transition: -webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
                    transition: -webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
                    transition: transform 334ms cubic-bezier(.4, 0, 1, 1);
                    -webkit-transition: -webkit-transform 334ms cubic-bezier(.4, 0, 1, 1),-webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
                    transition: transform 334ms cubic-bezier(.4, 0, 1, 1),-webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
                }

                .header .nav li span > a {
                    color: #333;
                    padding: 0 5px;
                    display: inline-block;
                }

            .header .nav li > span:hover:after {
                -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                transform: scaleX(1);
            }

            .header .nav li:hover > span:after {
                -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                transform: scaleX(1);
            }

            .header .nav li.active span:after {
                bottom: -5px;
                content: '';
                display: block;
                height: 2px;
                width: 100%;
                position: absolute;
                background: #0078b6;
                -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                transform: scaleX(1);
                -webkit-transition: -webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
                transition: -webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
                transition: transform 334ms cubic-bezier(.4, 0, 1, 1);
                -webkit-transition: -webkit-transform 334ms cubic-bezier(.4, 0, 1, 1),-webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
                transition: transform 334ms cubic-bezier(.4, 0, 1, 1),-webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
            }

        .header .nav .subnav {
            top: 90px;
            left: 0;
            width: 100%;
            display: none;
            position: absolute;
            height: 36px;
            line-height: 32px;
            text-align: center;
            overflow: hidden;
            background-color: #0078b6;
        }

            .header .nav .subnav a {
                color: #fff;
                font-size: 14px;
                height: 34px;
                line-height: 32px;
                margin: 0 25px;
                -webkit-transition-duration: 1s;
                transition-duration: 1s;
                background-color: #0078b6;
            }

                .header .nav .subnav a:hover {
                   color: #ccc;
                }

            .header .nav .subnav div {
                text-align: center;
                padding-left: 350px;
                overflow: hidden;
                background-color: #0078b6;
            }

@media (max-width:1200px) {
    .header .nav .subnav div {
        padding-left: 100px;
    }
}

.header .nav #last {
    padding-left: 0;
    padding-right: 190px;
    text-align: right;
}

@media (max-width:1200px) {
    .header .nav #last {
        padding-right: 170px;
    }
}

.header .pull-right {
    display: block;
    padding-right: 17px;
}

    .header .pull-right img {
        padding-top: 30px;
    }

@media (max-width:910px) {
    .header .pull-right {
        display: none;
    }
}

@media (max-width:1170px) {
    .header .nav li {
        margin: 0;
        margin-left: 30px;
    }
}

@media (max-width:910px) {
    .header .nav {
        display: none;
    }

    .header .logo {
        margin-top: 0;
    }

        .header .logo img {
            width: 150px;
        }

        .header .logo:after {
            display: none;
        }

    .header .pull-right {
        display: none;
    }
}

.phone-nav {
    width: 100%;
    overflow: visible !important;
    right: 0;
    bottom: 0;
    display: none;
    position: relative;
    padding: 0;
    margin: 0;
    padding: 15px 0;
    position: fixed;
    z-index: 9;
}

    .phone-nav ul {
        padding: 10px 0;
        background: rgba(237,240,243,0.98);
        border-bottom: solid 1px #ddd;
    }

    .phone-nav li {
        text-align: center;
    }

.pmenu p {
    font-size: 18px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

    .pmenu p > a {
        display: block;
        color: #0078b6;
    }

        .pmenu p > a:hover {
            text-decoration: underline;
        }

.pmenu li {
    width: 49%;
    padding: 0 15px;
    padding-top: 15px;
    text-align: left;
    margin-top: 10px;
    vertical-align: top;
    display: inline-block;
}

    .pmenu li dl dt > a {
        font-size: 18px;
        font-weight: normal;
        color: #0078b6;
    }

        .pmenu li dl dt > a:hover {
            text-decoration: underline;
        }

    .pmenu li dl dd {
        vertical-align: top;
        text-align: left;
    }

        .pmenu li dl dd a {
            font-size: 14px;
            line-height: 24px;
            display: block;
            height: 24px;
            overflow: hidden;
        }

.search {
    z-index: 9;
    float: right;
    margin-left: 10px;
    margin-top: 30px;
    position: relative;
}

@media (max-width:910px) {
    .search {
        margin-top: 17px;
    }
}

.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative;
}

    .search .btn-search-max * {
        display: inline-block;
        vertical-align: middle;
    }

    .search .btn-search-max:active .icon1 {
        -webkit-animation: myAnimateRotateSwing .2s ease-in 1;
        animation: myAnimateRotateSwing .2s ease-in 1;
    }

.search .search-main {
    top: 62px;
    right: -30px;
    z-index: 9;
    width: 300px;
    display: none;
    padding: 10px;
    padding-top: 0;
    position: absolute;
    background-color: #e5e5e5;
}

@media (max-width:767px) {
    .search .search-main {
        top: 45px;
        right: -65px;
    }
}

#search-btn img {
    width: 22px;
}

.n-none {
    display: none;
}

@media (max-width:910px) {
    .phone-select-box {
        display: none;
    }
}

.search .search-main .search-container {
    overflow: hidden;
    position: relative;
}

    .search .search-main .search-container .search-type {
        overflow: hidden;
        width: 72px;
        height: 30px;
        left: 0;
        top: 2px;
        padding: 0 10px;
        line-height: 30px;
        position: absolute;
        cursor: pointer;
    }

        .search .search-main .search-container .search-type:after {
            content: "";
            right: 10px;
            top: 50%;
            margin-top: -2.5px;
            border-style: solid dashed dashed;
            border-color: #666 transparent transparent;
            border-width: 5px;
            width: 0;
            height: 0;
            position: absolute;
        }

        .search .search-main .search-container .search-type:active {
            background-color: rgba(0,0,0,0.5);
        }

.search-controller {
    padding-top: 10px;
}

.search .search-main .search-container .form-control {
    text-align: left;
    border: 0;
    box-shadow: 0;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    background-color: #fff;
    padding: 5px 30px 5px 10px;
    -webkit-appearance: none;
}

.search .search-main .search-container .btn {
    right: -5px;
    width: 25px;
    height: 34px;
    text-align: center;
    position: absolute;
    background-color: #e5e5e5;
}

.phone-nav {
    left: 0;
    top: 47px;
    display: none;
    z-index: 999999999998.9999;
    color: #0078b6;
}

    .phone-nav .search-bg {
        background: rgba(237,240,243,0.98);
        border-bottom: solid 2px #0078b6;
        padding: 10px 0;
    }

    .phone-nav .select-box {
        width: 99px;
        margin: 0 auto;
        text-align: center;
        float: none;
    }

        .phone-nav .select-box .nice-select {
            text-align: center;
            float: none;
        }

            .phone-nav .select-box .nice-select ul {
                top: -128px;
            }

    .phone-nav .scllor {
        height: 100%;
        overflow-y: scroll;
    }

.phone-menu {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 15px;
    margin-left: 10px;
    display: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    background: url(../images/menu.png) no-repeat center center;
    cursor: pointer;
}

@media (max-width:910px) {
    .phone-menu {
        display: block;
    }
}

.phone-menu:hover {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: url(../images/menu.png) no-repeat center center #ccc;
}

.phone-close {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 15px;
    margin-left: 10px;
    display: none;
    border-radius: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    background: url(../images/close.png) no-repeat center center #eee;
    cursor: pointer;
}

@media (max-width:900px) {
    .phone-close {
        display: block;
    }
}

.phone-close .phone-close:focus {
    kground: url(../images/close.png) no-repeat center center #eee;
}

.select-box {
    float: right;
    margin-top: 32px;
}

    .select-box .select {
        position: relative;
        width: 100px;
        min-width: 100px;
        height: 24px;
        cursor: pointer;
        border-radius: 3px;
        border: solid 1px #0078b6;
    }

        .select-box .select:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -2px;
            border-top: 5px solid #0078b6;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
        }

        .select-box .select .select_text {
            padding: 0 10px 0 10px;
            height: 24px;
            line-height: 22px;
            font-size: 14px;
        }

    .select-box .select_ul {
        display: none;
        position: absolute;
        top: 24px;
        left: -1px;
        font-size: 14px;
        width: 100px;
        min-width: 100px;
        background: #fff;
        list-style: none;
    }

        .select-box .select_ul li {
            line-height: 24px;
            text-indent: 10px;
        }

            .select-box .select_ul li:hover {
                color: #fff;
                background: #a6dcf8;
            }

            .select-box .select_ul li.cur {
                color: #fff;
                background: #0078b6;
            }

@media (max-width:900px) {
    .select-box {
        margin-top: 33px;
    }

        .select-box .nice-select {
            padding: 0;
        }
}

.select-box-2 .select_ul {
    display: none;
    padding: 0;
    position: absolute;
    top: -100px;
    left: -1px;
    font-size: 14px;
    width: 100px;
    min-width: 100px;
    background: #fff;
    list-style: none;
}

.banner {
    overflow: hidden;
}

    .banner .slick-dots li button {
        width: 17px;
        height: 17px;
        background: url(../images/dot-icon.png) no-repeat;
    }

    .banner .slick-dots li.slick-active button {
        background: url(../images/dot-icon-hover.png) no-repeat;
    }

@media (max-width:1024px) {
    .videobanner {
        display: none;
    }
}

.phone-banner {
    display: none;
    margin-bottom: 1px;
}

@media (max-width:1024px) {
    .phone-banner {
        display: block;
    }
}

@media (max-width:768px) {
    .phone-banner .mk-edge-prev, .phone-banner .mk-edge-next {
        display: none;
    }
}

.promos {
    position: relative;
    padding: 1px;
    padding-bottom: 0;
}

    .promos li {
        width: 25%;
        float: left;
        position: relative;
        border-left: solid 1px #fff;
    }

        .promos li .pic {
            -webkit-transition-duration: 1s;
            transition-duration: 1s;
            position: relative;
        }

            .promos li .pic:after {
                content: "";
                display: block;
                padding-bottom: 46%;
            }

            .promos li .pic img {
                -webkit-transition-duration: .5s;
                transition-duration: .5s;
            }

        .promos li .title {
            left: 30px;
            top: 30px;
            height: auto;
            width: 90%;
            text-align: left;
            font-size: 20px;
            line-height: 20px;
            position: absolute;
        }

            .promos li .title > a {
                color: #0364b1;
                display: block;
            }

@media (max-width:1200px) {
    .promos {
        padding-bottom: 0;
        margin-top: -1px;
    }

        .promos li {
            width: 50%;
            margin-bottom: 1px;
            position: relative;
            background-color: #eaeaea;
        }

            .promos li .title {
                line-height: 20px;
                font-size: 18px;
                height: auto;
                text-align: left;
                overflow: auto;
                position: absolute;
            }

                .promos li .title > a {
                    color: #0078b6;
                    display: block;
                    width: 150px;
                }

            .promos li .pic:after {
                padding-bottom: 43%;
            }
}

@media (max-width:730px) {
    .promos li {
        margin-bottom: 1px;
        width: 100%;
    }

        .promos li .pic:after {
            padding-bottom: 31%;
        }
}

@media (max-width:480px) {
    .promos li .pic:after {
        padding-bottom: 45%;
    }
}

.promos:hover img {
    opacity: .5;
}

.promos .active img {
    opacity: 1;
}

.promos .active .title > a {
    opacity: 1;
    color: #0078b6;
}

.trade-show {
    padding-top: 20px;
}

    .trade-show .page-wrapper {
        padding: 0;
    }

    .trade-show .col-xs-4 {
        margin-bottom: 50px;
    }

        .trade-show .col-xs-4.active img {
            opacity: 1;
        }

    .trade-show .grid {
        position: relative;
    }

        .trade-show .grid .pic {
            position: relative;
        }

            .trade-show .grid .pic:after {
                content: "";
                display: block;
                padding-bottom: 76%;
            }

            .trade-show .grid .pic img {
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center;
                -webkit-transition-duration: 1s;
                transition-duration: 1s;
            }

        .trade-show .grid .txtbox {
            opacity: 0;
            width: 100%;
            padding: 0 15px;
            bottom: 0;
            position: absolute;
            height: 0;
            overflow: hidden;
            -webkit-transform-origin: bottom;
            -ms-transform-origin: bottom;
            transform-origin: bottom;
            -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
            background-color: #f6f6f6;
        }

            .trade-show .grid .txtbox h3 {
                height: 24px;
                font-size: 22px;
                font-weight: normal;
                line-height: 24px;
                overflow: hidden;
                margin-top: 15px;
            }

                .trade-show .grid .txtbox h3 > a {
                    color: #333;
                    display: block;
                }

                    .trade-show .grid .txtbox h3 > a:hover {
                        color: #0078b6;
                    }

            .trade-show .grid .txtbox h3, .trade-show .grid .txtbox p {
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                -webkit-transition-duration: 1000ms;
                transition-duration: 1000ms;
            }

            .trade-show .grid .txtbox p {
                font-size: 14px;
            }

                .trade-show .grid .txtbox p img {
                    margin-top: 7px;
                    margin-left: 10px;
                    vertical-align: top;
                }

            .trade-show .grid .txtbox .more {
                color: #999;
                margin-top: 7px;
                line-height: 28px;
                padding: 0 12px;
                border-radius: 3px;
                font-family: verdana;
                display: inline-block;
                border: solid 1px #cbcbcb;
            }

                .trade-show .grid .txtbox .more:hover {
                    color: #0078b6;
                    border-color: #0078b6;
                    background-color: rgba(0,119,181,0.1);
                }

    .trade-show .col-xs-4:hover .txtbox {
        opacity: 1;
        width: 100%;
        height: 100px;
    }

    .trade-show .pagination {
        margin-top: 0;
    }

@media (max-width:910px) {
    .trade-show {
        padding: 0 5px;
    }

        .trade-show .col-xs-4 {
            padding: 0 5px;
            margin-bottom: 10px;
        }
}

@media (max-width:400px) {
    .trade-show {
        padding: 0 10px;
    }

        .trade-show .col-xs-4 {
            width: 100%;
            padding: 0;
            margin-bottom: 5px;
        }

        .trade-show .grid {
            width: 100%;
        }
}

.footer {
    margin-top: 1px;
    padding: 20px 0;
    font-size: 14px;
    background-color: #f6f6f6;
    position: relative;
}

    .footer .page-wrapper {
        padding-right: 0;
    }

    .footer li {
        width: 21%;
        float: left;
        margin-left: 5%;
    }

        .footer li h3 {
            height: 54px;
            font-size: 18px;
            line-height: 54px;
            overflow: hidden;
            margin-bottom: 10px;
            position: relative;
            border-bottom: solid 1px #fff;
        }

            .footer li h3:after {
                content: "";
                width: 100%;
                height: 1px;
                left: 0;
                bottom: 0;
                background-color: #dcdcdc;
                position: absolute;
            }

            .footer li h3 > a {
                color: #000;
                font-weight: normal;
            }

                .footer li h3 > a:hover {
                    color: #0078b6;
                }

        .footer li > a {
            display: block;
            height: 34px;
            line-height: 34px;
            overflow: hidden;
        }

            .footer li > a.n-none {
                display: none;
            }

        .footer li:first-child {
            margin-left: 0;
        }

    .footer .last {
        text-align: right;
        margin-top: 50px;
    }

        .footer .last img {
            margin-left: 20px;
        }

@media (max-width:768px) {
    .footer {
        display: none;
    }
}

.copy {
    color: #666;
    padding: 18px 0;
    line-height: 18px;
    font-family: helvetica;
    background-color: #f6f6f6;
    position: relative;
}

    .copy:before {
        content: "";
        top: 0;
        left: 0;
        height: 1px;
        width: 100%;
        position: absolute;
        background-color: #dcdcdc;
    }

    .copy a {
        padding: 0 5px;
        display: inline-block;
    }

@media (max-width:768px) {
    .copy {
        margin-top: 10px;
    }

        .copy .pull-right {
            display: none;
        }
}

.page-banner {
    margin-top: 90px;
    text-align: center;
}

@media (max-width:910px) {
    .page-banner {
        margin-top: 62px;
    }
}

@media (max-width:768px) {
    .page-banner {
        display: none;
    }
}

.page-phone-banner {
    display: none;
}

@media (max-width:768px) {
    .page-phone-banner {
        display: block;
        margin-top: 60px;
    }
}

.page-wrapper {
    width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width:1240px) {
    .page-wrapper {
        width: 100%;
    }
}

.page-title, .page-msg {
    text-align: center;
}

.page-title {
    color: #333;
    font-size: 36px;
    line-height: 40px;
    margin-top: 60px;
    font-weight: normal;
}

@media (max-width:910px) {
    .page-title {
        font-size: 24px;
        margin-top: 30px;
    }
}

.page-title-5 {
    margin-top: 30px;
}

.page-msg {
    font-size: 16px;
    color: #7a7a7a;
    margin-top: 15px;
}

@media (max-width:910px) {
    .page-msg {
        margin-top: 0;
    }
}

.page-footer {
    margin-top: 70px;
}

.page-marin {
    margin-top: 30px;
}

@media (max-width:767px) {
    .page-marin {
        margin-top: 15px;
    }
}

.page-year {
    color: #999;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
    font-family: arial;
}

.page-back {
    float: right;
    margin-top: 40px;
}

    .page-back a {
        color: #999;
        width: 200px;
        height: 44px;
        font-size: 15px;
        text-align: center;
        line-height: 44px;
        border-radius: 3px;
        display: inline-block;
        border: solid 1px #ebebeb;
    }

        .page-back a span {
            width: 14px;
            height: 12px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
            background: url(../images/arrow-iconl.png);
        }

        .page-back a:hover {
            color: #0078b6;
            border-color: #0078b6;
        }

            .page-back a:hover span {
                background: url(../images/arrow-iconl-hover.png);
            }

@media (max-width:991px) {
    .page-back {
        margin-top: 10px;
    }
}

.contactMap {
    margin-top: 20px;
    margin-bottom: 320px;
    position: relative;
}

    .contactMap #mapContainer {
        height: 300px;
        width: 100%;
        border: solid 1px #ccc;
    }

@media (max-width:767px) {
    .contactMap {
        margin-bottom: 250px;
    }

        .contactMap #mapContainer {
            height: 200px;
        }
}

.contact li {
    color: #828282;
    cursor: pointer;
    line-height: 24px;
}

    .contact li div {
        margin: 25px 0;
        font-size: 14px;
        background: url(../images/contact-icon.jpg) no-repeat left top;
    }

        .contact li div p {
            padding-left: 30px;
        }

        .contact li div:hover {
            background: url(../images/contact-icon-hover.jpg) no-repeat left top;
        }

    .contact li .address-name {
        color: #333;
        font-size: 22px;
        margin-bottom: 10px;
    }

@media (max-width:900px) {
    .contact li {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:640px) {
    .contact li div {
        width: 100%;
        margin-top: 20px;
    }
}

.feedback {
    width: 1290px;
    overflow: hidden;
}

    .feedback li {
        width: 100%;
    }

        .feedback li div {
            width: 50%;
            float: left;
            margin-top: 26px;
        }

            .feedback li div label {
                width: 9%;
                float: left;
                font-size: 16px;
                line-height: 34px;
                vertical-align: top;
                text-align: right;
                font-weight: normal;
            }

            .feedback li div span {
                width: 80%;
                margin-right: 50px;
                padding-left: 15px;
                display: inline-block;
                position: relative;
            }

                .feedback li div span em {
                    font-style: normal;
                    position: absolute;
                    right: -10px;
                    top: 5px;
                }

        .feedback li input, .feedback li textarea {
            width: 100%;
            line-height: 20px;
            padding: 5px 10px;
            border: solid 1px #dcdcdc;
        }

            .feedback li input:focus, .feedback li textarea:focus {
                border-color: #0078b6;
            }

        .feedback li .ftextarea {
            width: 100%;
        }

            .feedback li .ftextarea label {
                width: 4.5%;
                vertical-align: top;
            }

            .feedback li .ftextarea span {
                width: 90%;
            }

            .feedback li .ftextarea textarea {
                height: 220px;
            }

        .feedback li input[type="button"] {
            background: none;
            width: 30%;
            cursor: pointer;
            border: solid 1px #0078b6;
        }

        .feedback li img {
            vertical-align: top;
            margin: 1px 5px 0 5px;
        }

        .feedback li .code {
            margin-left: 15px;
            width: 150px;
        }

    .feedback .nice-select-1 {
        width: 100%;
        margin-top: 0;
        position: relative;
        display: inline-block;
        border: solid 1px #dcdcdc;
        background: url(../images/triangle.png) no-repeat right center #fff;
    }

        .feedback .nice-select-1 input {
            display: block;
            width: 100%;
            border: 0;
            outline: 0;
            color: #999;
            padding-left: 12px;
            text-align: left;
            background: none;
            cursor: pointer;
        }

            .feedback .nice-select-1 input:focus {
                color: #333;
                border-color: #0078b6;
            }

        .feedback .nice-select-1 ul {
            width: 100%;
            left: 0;
            top: 30px;
            display: none;
            position: absolute;
            overflow-y: auto;
            z-index: 9;
            padding: 10px 0;
            background-color: #f8f8f8;
        }

            .feedback .nice-select-1 ul li {
                height: 26px;
                text-align: center;
                line-height: 26px;
                overflow: hidden;
                padding: 0 10px;
                color: #666;
                cursor: pointer;
                margin-top: 0;
            }

                .feedback .nice-select-1 ul li.on {
                    color: #fff;
                    background-color: #0078b6;
                }

@media (max-width:1310px) {
    .feedback {
        width: 100%;
    }

        .feedback li div label {
            width: 15%;
        }

        .feedback li div span {
            width: 80%;
            margin-right: 0;
        }

        .feedback li .ftextarea {
            width: 100%;
        }

            .feedback li .ftextarea label {
                width: 7.5%;
                vertical-align: top;
            }

            .feedback li .ftextarea span {
                width: 90%;
            }

            .feedback li .ftextarea textarea {
                height: 220px;
            }

        .feedback li .code {
            width: 60px;
        }
}

@media (max-width:910px) {
    .feedback li div {
        width: 100%;
        margin-top: 10px;
    }

        .feedback li div label {
            width: 20%;
        }

        .feedback li div span {
            width: 75%;
            margin-right: 0;
        }

    .feedback li .ftextarea label {
        width: 20%;
        vertical-align: top;
    }

    .feedback li .ftextarea span {
        width: 74.5%;
    }

    .feedback li .ftextarea textarea {
        height: 120px;
    }

    .feedback li input[type="button"] {
        width: 22%;
    }
}

.list-news .page-wrapper {
    padding: 0;
}

    .list-news .page-wrapper:hover li figure:before {
        opacity: 1;
    }

    .list-news .page-wrapper:hover .active figure:before {
        background-color: rgba(0,0,0,0);
    }

    .list-news .page-wrapper:hover .active h3 > a {
        color: #0078b6;
    }

.list-news li {
    margin: 15px 0;
}

    .list-news li figure {
        display: block;
        position: relative;
    }

        .list-news li figure:after {
            content: "";
            display: block;
            padding-bottom: 49%;
        }

        .list-news li figure:before {
            top: 0;
            left: 0;
            z-index: 1;
            content: "";
            width: 100%;
            height: 100%;
            opacity: 0;
            display: block;
            position: absolute;
            -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            background-color: rgba(0,0,0,0.3);
        }

    .list-news li .text-box {
        padding: 20px 30px 50px 30px;
        background-color: #f7f7f7;
    }

        .list-news li .text-box time {
            color: #999;
            font-size: 13px;
            font-family: arial;
        }

        .list-news li .text-box h3 {
            font-size: 22px;
            position: relative;
            font-weight: normal;
            padding-bottom: 15px;
            border-bottom: solid 1px #dbdbdb;
        }

            .list-news li .text-box h3 > a {
                color: #333;
                display: block;
                height: 30px;
                overflow: hidden;
                line-height: 30px;
            }

        .list-news li .text-box p {
            color: #888;
            height: 36px;
            overflow: hidden;
            font-size: 14px;
            line-height: 18px;
            margin-top: 15px;
        }

@media (max-width:1024px) {
    .list-news {
        padding: 0 5px;
    }

        .list-news li {
            padding: 0 5px;
            margin: 5px 0;
        }
}

@media (max-width:640px) {
    .list-news li {
        width: 50%;
    }

        .list-news li .text-box {
            padding: 10px 10px 15px 10px;
        }
}

@media (max-width:400px) {
    .list-news li {
        width: 100%;
        padding: 0;
    }

        .list-news li .text-box {
            padding: 15px 15px 20px 15px;
        }

            .list-news li .text-box h3 {
                font-size: 18px;
                padding-bottom: 5px;
            }
}

.list-news-detailed {
    font-size: 15px;
    line-height: 26px;
    padding-top: 30px;
}

.list-news-related {
    margin-top: 30px;
    text-align: center;
}

    .list-news-related li {
        padding: 0 3px;
        width: 30%!important;
        display: inline-block;
        font-size: 15px;
    }

        .list-news-related li p {
            height: 44px;
            line-height: 44px;
            overflow: hidden;
            text-align: center;
            border-radius: 3px;
            background-color: transparent;
            border: 0;
            -webkit-transition-duration: 334ms;
            transition-duration: 334ms;
            -webkit-transition-property: background-color,box-shadow,color;
            transition-property: background-color,box-shadow,color;
            -webkit-transition-timing-function: cubic-bezier(0, 0, .2, 1);
            transition-timing-function: cubic-bezier(0, 0, .2, 1);
            vertical-align: middle;
            z-index: 0;
            box-shadow: inset 0 0 0 1px #e2e2e2,inset 0 0 0 2px transparent,inset 0 0 0 3px transparent;
        }

            .list-news-related li p a {
                color: #999;
            }

        .list-news-related li .arrow-prev, .list-news-related li .arrow-next {
            width: 14px;
            height: 12px;
            padding-right: 30px;
            display: inline-block;
        }

        .list-news-related li .arrow-prev {
            background: url(../images/arrow-iconl.png) no-repeat center;
        }

        .list-news-related li .arrow-next {
            background: url(../images/arrow-iconr.png) no-repeat center;
        }

        .list-news-related li:first-child p {
            margin-left: 0;
        }

        .list-news-related li:hover .arrow-prev {
            background: url(../images/arrow-iconl-hover.png) no-repeat center;
        }

        .list-news-related li:hover .arrow-next {
            background: url(../images/arrow-iconr-hover.png) no-repeat center;
        }

        .list-news-related li:hover p {
            border-color: transparent;
            background-color: rgba(0,115,177,0.1);
            color: #0073b1;
            box-shadow: inset 0 0 0 1px #0084bf,inset 0 0 0 2px #0073b1,inset 0 0 0 3px transparent;
        }

            .list-news-related li:hover p a {
                color: #0078b6;
            }

@media (max-width:991px) {
    .list-news-related {
        margin-top: 30px;
    }
}

@media (max-width:540px) {
    .list-news-related li {
        width: auto;
         font-size: 13px;

    }

        .list-news-related li p {
            height: 30px;
            line-height: 30px;
        }

            .list-news-related li p > a {
                display: inline-block;
                font-size: 12px;
                padding: 0 23px;
            }

        .list-news-related li .arrow-prev, .list-news-related li .arrow-next {
            display: none;
        }
}

.list-news-title {
    margin-top: 40px;
    padding-bottom: 15px;
    color: #585858;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
}

@media (max-width:991px) {
    .list-news-title {
        margin-top: 20px;
    }
}

.list-trade-detailed {
    width: 840px;
    margin: 0 auto;
    padding-top: 50px;
}

    .list-trade-detailed .bigImage {
        width: 83%;
        float: left;
    }

        .list-trade-detailed .bigImage .pic {
            margin-top: 1px;
            position: relative;
        }

            .list-trade-detailed .bigImage .pic:after {
                content: "";
                display: block;
                padding-bottom: 76%;
            }

    .list-trade-detailed .smallImage {
        width: 17%;
        float: right;
    }

        .list-trade-detailed .smallImage .pic {
            cursor: pointer;
            margin-top: 3px;
            position: relative;
        }

            .list-trade-detailed .smallImage .pic:after {
                content: "";
                display: block;
                padding-bottom: 71%;
            }

    .list-trade-detailed .title {
        color: #333;
        font-size: 22px;
        margin-top: 30px;
    }

    .list-trade-detailed .logo img {
        padding-top: 40px;
        float: right;
        padding-right: 140px;
    }

@media (max-width:840px) {
    .list-trade-detailed {
        width: 100%;
    }
}

@media (max-width:600px) {
    .list-trade-detailed {
        padding-top: 20px;
    }

        .list-trade-detailed .bigImage, .list-trade-detailed .smallImage {
            width: 100%;
            float: none;
        }

        .list-trade-detailed .logo {
            display: none;
        }

        .list-trade-detailed .title {
            font-size: 18px;
            margin-top: 20px;
        }
}

.list-video .page-wrapper {
    padding: 0;
}

.list-video li {
    margin-top: 10px;
    text-align: center;
}

    .list-video li figure {
        display: block;
        position: relative;
    }

        .list-video li figure:after {
            content: "";
            display: block;
            padding-bottom: 52.2%;
        }

        .list-video li figure:before {
            content: "";
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            position: absolute;
            -webkit-transition-duration: 2s;
            transition-duration: 2s;
            background-color: rgba(0,0,0,0.5);
        }

    .list-video li h3 {
        height: 40px;
        font-size: 22px;
        text-align: center;
        line-height: 40px;
        overflow: hidden;
        font-weight: normal;
        margin: 20px 0 30px 0;
    }

        .list-video li h3 > a {
            color: #333;
        }

    .list-video li span {
        top: 50%;
        left: 0;
        width: 100%;
        z-index: 2;
        margin-top: -70px;
        position: absolute;
    }

    .list-video li:hover figure:before {
        background-color: rgba(0,0,0,0);
    }

@media (max-width:767px) {
    .list-video li {
        padding: 0 10px;
    }

        .list-video li h3 {
            margin: 0;
            margin-top: 5px;
            font-size: 18px;
        }
}

@media (max-width:500px) {
    .list-video .page-wrapper {
        padding: 0 10px;
    }

    .list-video li {
        width: 100%;
        padding: 0;
    }
}

.list-honor .page-wrapper {
    padding: 0 60px;
}

.list-honor li {
    padding: 0 25px;
    margin: 15px 0 25px 0;
}

    .list-honor li .pic {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        border: solid 1px #eee;
    }

        .list-honor li .pic:after {
            content: "";
            display: block;
            padding-bottom: 135%;
        }

    .list-honor li p {
        margin-top: 20px;
        height: 48px;
        font-size: 14px;
        overflow: hidden;
        line-height: 24px;
        text-align: center;
        font-family: arial;
    }

@media (max-width:640px) {
    .list-honor li {
        width: 50%;
    }
}

@media (max-width:380px) {
    .list-honor li {
        padding: 0;
        width: 100%;
        margin-top: 15px;
    }
}

.list-downlond {
    border-top: solid 1px #e2e2e2;
}

    .list-downlond ul {
        padding-bottom: 30px;
    }

    .list-downlond li {
        height: 55px;
        line-height: 55px;
        overflow: hidden;
        font-size: 16px;
        padding: 0 15px;
        -webkit-transition-duration: 1.5s;
        transition-duration: 1.5s;
        border-bottom: solid 1px #e2e2e2;
    }

        .list-downlond li span {
            color: #999;
            float: right;
            font-size: 12px;
            display: inline-block;
            padding-left: 90px;
            background: url(../images/down-icon.png) no-repeat center center;
        }

        .list-downlond li > a {
            display: block;
        }

        .list-downlond li em {
            font-family: arial;
            padding-right: 7px;
            display: inline-block;
            font-style: normal;
        }

            .list-downlond li em img {
                max-width: 20px;
            }

        .list-downlond li:hover {
            background-color: #f6f6f6;
        }

            .list-downlond li:hover span {
                background: url(../images/down-icon-hover.png) no-repeat center center;
            }

            .list-downlond li:hover > a {
                color: #0078b6;
            }

@media (max-width:767px) {
    .list-downlond ul {
        padding-bottom: 0;
    }

    .list-downlond li {
        height: 40px;
        padding: 0 5px;
        line-height: 40px;
        overflow: hidden;
    }

        .list-downlond li span {
            display: none;
        }
}

.list-about .page-wrapper {
    padding: 0;
}

    .list-about .page-wrapper:hover figure:before {
        opacity: 1;
    }

    .list-about .page-wrapper .active figure:before {
        background-color: rgba(0,0,0,0);
    }

.list-about li {
    margin: 20px 0 30px 0;
}

    .list-about li figure {
        position: relative;
    }

        .list-about li figure:after {
            content: "";
            display: block;
            padding-bottom: 52.3%;
        }

        .list-about li figure:before {
            top: 0;
            left: 0;
            z-index: 1;
            content: "";
            width: 100%;
            height: 100%;
            opacity: 0;
            display: block;
            position: absolute;
            -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            background-color: rgba(0,0,0,0.5);
        }

    .list-about li p {
        color: #333;
        font-size: 20px;
        margin-top: 20px;
    }

        .list-about li p img {
            padding: 0 4px;
            vertical-align: middle;
            max-width: 73px;
            max-height: 53px;
        }

        .list-about li p .tit {
            vertical-align: middle;
            display: inline-block;
            line-height: 34px;
            height: 34px;
            overflow: hidden;
            max-width: 500px;
        }

    .list-about li:hover p {
        color: #0078b6;
    }

@media (max-width:1024px) {
    .list-about li {
        margin-top: 10px;
        margin-bottom: 0;
    }

        .list-about li p {
            font-size: 16px;
        }
}

@media (max-width:880px) {
    .list-about li p img {
        display: none;
    }
}

@media (max-width:767px) {
    .list-about li p {
        min-height: 50px;
    }
}

@media (max-width:640px) {
    .list-about li {
        margin-top: 10px;
        padding: 0 10px;
        width: 100%;
    }

        .list-about li p {
            margin-top: 10px;
            min-height: auto;
        }
}

.list-product {
    margin-top: 100px;
}

    .list-product li {
        padding-top: 60px;
        text-align: center;
    }

        .list-product li .tit, .list-product li .txt, .list-product li .more {
            width: 1200px;
            margin: 0 auto;
        }

        .list-product li .tit {
            height: 36px;
            font-size: 36px;
            line-height: 36px;
            font-weight: normal;
            overflow: hidden;
        }

            .list-product li .tit > a {
                color: #333;
                display: block;
            }

        .list-product li .txt {
            height: 24px;
            font-size: 18px;
            line-height: 24px;
            overflow: hidden;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .list-product li .more a {
            color: #0078b6;
            font-size: 20px;
            display: inline-block;
        }

            .list-product li .more a img {
                vertical-align: top;
                padding-left: 10px;
                max-width: 35px;
                -webkit-transition-duration: .5s;
                transition-duration: .5s;
            }

        .list-product li .pic {
            margin-top: 50px;
            position: relative;
        }

            .list-product li .pic:before {
                content: "";
                width: 0;
                height: 0;
                top: 0;
                left: 50%;
                margin-left: -3px;
                position: absolute;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 8px solid #fff;
            }

        .list-product li:hover .tit a, .list-product li:hover .txt {
            color: #0078b6;
        }

@media (max-width:1200px) {
    .list-product li .tit, .list-product li .txt, .list-product li .more {
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-width:767px) {
    .list-product li {
        padding-top: 30px;
    }

        .list-product li .tit {
            font-size: 24px;
        }

        .list-product li .txt {
            margin-top: 5px;
            margin-bottom: 5px;
            font-size: 16px;
        }

        .list-product li .more > a {
            font-size: 14px;
        }

        .list-product li:first-child {
            padding-top: 0;
        }
}

.list-product-sub {
    margin-top: 60px;
}

    .list-product-sub .title {
        color: #333;
        font-size: 36px;
        line-height: 36px;
        overflow: hidden;
        font-weight: normal;
        text-align: center;
    }

    .list-product-sub .page-wrapper {
        padding: 0;
    }

    .list-product-sub ul {
        margin-top: 40px;
    }

    .list-product-sub li {
        padding: 10px;
    }

        .list-product-sub li .gaid {
            border-radius: 3px;
            padding-bottom: 30px;
            -webkit-transition-duration: .5s;
            transition-duration: .5s;
            border: solid 1px #eaeaea;
        }

            .list-product-sub li .gaid .pic {
                position: relative;
            }

                .list-product-sub li .gaid .pic:after {
                    content: "";
                    display: block;
                    padding-bottom: 90%;
                }

            .list-product-sub li .gaid .tit {
                height: 30px;
                line-height: 30px;
                font-size: 18px;
                overflow: hidden;
                text-align: center;
            }

                .list-product-sub li .gaid .tit a {
                    display: block;
                }

        .list-product-sub li:hover .gaid {
            box-shadow: 0 0 3px 3px #eee;
        }

            .list-product-sub li:hover .gaid .tit a {
                color: #0078b6;
            }

@media (max-width:910px) {
    .list-product-sub {
        margin-top: 40px;
    }

        .list-product-sub .title {
            font-size: 24px;
        }

        .list-product-sub ul {
            margin-top: 10px;
        }
}

@media (max-width:640px) {
    .list-product-sub li {
        width: 50%;
    }
}

@media (max-width:400px) {
    .list-product-sub li {
        width: 100%;
    }
}

.list-pro-subnav {
    text-align: center;
    width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 30px;
}

    .list-pro-subnav div {
        text-align: center;
    }

        .list-pro-subnav div span {
            display: block;
            height: 36px;
            padding: 0 15px;
            font-size: 16px;
            overflow: hidden;
            line-height: 36px;
            border-radius: 5px;
            margin: 0 5px;
            background-color: transparent;
            border: 0;
            -webkit-transition-duration: 334ms;
            transition-duration: 334ms;
            -webkit-transition-property: background-color,box-shadow,color;
            transition-property: background-color,box-shadow,color;
            -webkit-transition-timing-function: cubic-bezier(0, 0, .2, 1);
            transition-timing-function: cubic-bezier(0, 0, .2, 1);
            vertical-align: middle;
            z-index: 0;
            box-shadow: inset 0 0 0 1px #0084bf,inset 0 0 0 2px transparent,inset 0 0 0 3px transparent;
        }

            .list-pro-subnav div span > a {
                display: block;
            }

            .list-pro-subnav div span:hover {
                border-color: transparent;
                background-color: rgba(0,115,177,0.1);
                color: #0073b1;
                box-shadow: inset 0 0 0 1px #0084bf,inset 0 0 0 2px #0073b1,inset 0 0 0 3px transparent;
            }

        .list-pro-subnav div > a:hover {
            border-color: #0078b6;
        }

    .list-pro-subnav .slick-list {
        width: 100%;
        display: inline-block;
    }

        .list-pro-subnav .slick-list .slick-track {
            display: inline-block;
        }

    .list-pro-subnav .slick-prev {
        left: -30px;
        width: 25px;
        height: 25px;
        margin-top: -20px;
        background: url(../images/arrow-1.png) no-repeat;
    }

    .list-pro-subnav .slick-next {
        right: -30px;
        width: 25px;
        height: 25px;
        margin-top: -20px;
        background: url(../images/arrow-2.png) no-repeat;
    }

    .list-pro-subnav .cur {
        border-color: transparent;
        background-color: rgba(0,115,177,0.1);
        color: #0073b1;
        box-shadow: inset 0 0 0 1px #0084bf,inset 0 0 0 2px #0073b1,inset 0 0 0 3px transparent;
    }

        .list-pro-subnav .cur > a {
            color: #0078b6;
        }

@media (max-width:1100px) {
    .list-pro-subnav {
        width: 100%;
        padding: 0 30px;
    }

        .list-pro-subnav .slick-prev {
            left: 5px;
        }

        .list-pro-subnav .slick-next {
            right: 5px;
        }
}

.list-proshow {
    margin-top: 50px;
}

    .list-proshow .content-a {
        width: 70%;
        float: left;
        font-size: 15px;
        line-height: 30px;
    }

        .list-proshow .content-a .title {
            color: #333;
            height: 46px;
            font-size: 22px;
            font-weight: normal;
            line-height: 46px;
            padding-left: 20px;
            overflow: hidden;
            border-bottom: solid 1px #e6e6e6;
        }

        .list-proshow .content-a .article {
            padding-left: 25px;
            padding-top: 50px;
        }

            .list-proshow .content-a .article .timg {
                margin-top: 50px;
            }

            .list-proshow .content-a .article .tit-1 {
                color: #333;
                font-size: 22px;
                margin: 15px 0;
            }

            .list-proshow .content-a .article .txt-1 {
                padding-left: 13px;
                line-height: 34px;
                background: url(../images/pro-icon-3.jpg) no-repeat left 16px;
            }

        .list-proshow .content-a .table {
            margin-top: 60px;
        }

            .list-proshow .content-a .table tr th {
                padding: 0;
                color: #333;
                height: 46px;
                line-height: 46px;
                font-size: 22px;
                font-weight: normal;
                padding-left: 25px;
                border: solid 1px #e6e6e6;
                background-color: #f6f6f6;
            }

            .list-proshow .content-a .table tr td {
                padding-left: 25px;
                border: solid 1px #e6e6e6;
            }

    .list-proshow .content-a-2 {
        width: 50%;
    }

    .list-proshow .content-b {
        width: 27%;
        float: right;
    }

        .list-proshow .content-b .inquiry {
            padding: 20px;
            background-color: #f6f6f6;
        }

            .list-proshow .content-b .inquiry .title {
                color: #333;
                font-size: 22px;
                padding-bottom: 10px;
                font-weight: normal;
            }

            .list-proshow .content-b .inquiry li {
                margin-top: 20px;
                position: relative;
            }

                .list-proshow .content-b .inquiry li input, .list-proshow .content-b .inquiry li textarea {
                    width: 100%;
                    font-size: 16px;
                    padding: 6px 10px;
                    border-radius: 3px;
                    border: solid 1px #e2e2e2;
                }

                    .list-proshow .content-b .inquiry li input:focus, .list-proshow .content-b .inquiry li textarea:focus {
                        color: #333;
                        border-color: #0078b6;
                    }

                    .list-proshow .content-b .inquiry li input[type="button"] {
                        width: 80%;
                        color: #999;
                        font-size: 14px;
                        cursor: pointer;
                        text-transform: uppercase;
                        background-color: #f6f6f6;
                    }

                        .list-proshow .content-b .inquiry li input[type="button"]:hover {
                            color: #0078b6;
                            background-color: #fff;
                            border-color: #0078b6;
                        }

                .list-proshow .content-b .inquiry li em {
                    font-style: normal;
                    position: absolute;
                    right: 11px;
                    top: 8px;
                }

            .list-proshow .content-b .inquiry .rred {
                border: solid 1px #f00;
            }

            .list-proshow .content-b .inquiry .tt {
                font-size: 14px;
                line-height: 20px;
                margin-top: 13px;
                color: #888;
            }

        .list-proshow .content-b .nice-select-1 {
            width: 100%;
            position: relative;
            background: url(../images/triangle-2.png) no-repeat right center #fff;
        }

            .list-proshow .content-b .nice-select-1 input {
                display: block;
                width: 100%;
                border: 0;
                outline: 0;
                color: #777;
                padding-left: 12px;
                text-align: left;
                background: none;
                cursor: pointer;
            }

                .list-proshow .content-b .nice-select-1 input:focus {
                    color: #333;
                    border-color: #0078b6;
                }

            .list-proshow .content-b .nice-select-1 ul {
                width: 100%;
                left: 0;
                top: 50px;
                display: none;
                position: absolute;
                overflow: hidden;
                height: 200px;
                overflow-y: auto;
                z-index: 9;
                padding: 10px 0;
                background-color: #f8f8f8;
                border: solid 1px #f8f8f8;
                overflow-y: scroll;
            }

                .list-proshow .content-b .nice-select-1 ul li {
                    height: 30px;
                    font-size: 14px;
                   
                    line-height: 30px;
                    overflow: hidden;
                    padding: 0 15px;
                    color: #666;
                    cursor: pointer;
                    margin-top: 0;
                }

                    .list-proshow .content-b .nice-select-1 ul li.on {
                        color: #fff;
                        background-color: #0078b6;
                    }

                        .list-proshow .content-b .nice-select-1 ul li.on > a {
                            color: #fff;
                        }

        .list-proshow .content-b .related-pro {
            margin-top: 30px;
            border: solid 1px #e6e6e6;
        }

            .list-proshow .content-b .related-pro .title {
                color: #333;
                height: 45px;
                font-size: 22px;
                line-height: 45px;
                font-weight: normal;
                padding-left: 20px;
                overflow: hidden;
                background-color: #f6f6f6;
            }

            .list-proshow .content-b .related-pro li {
                padding-bottom: 40px;
                -webkit-transition-duration: .5s;
                transition-duration: .5s;
                border-top: solid 1px #e6e6e6;
            }

                .list-proshow .content-b .related-pro li .pic {
                    position: relative;
                }

                    .list-proshow .content-b .related-pro li .pic:after {
                        content: "";
                        display: block;
                        padding-bottom: 70%;
                    }

                .list-proshow .content-b .related-pro li .txt {
                    height: 30px;
                    font-size: 16px;
                    text-align: center;
                    line-height: 30px;
                    overflow: hidden;
                }

                    .list-proshow .content-b .related-pro li .txt a {
                        display: block;
                    }

                .list-proshow .content-b .related-pro li:first-child {
                    border: 0;
                }

                .list-proshow .content-b .related-pro li:hover {
                    box-shadow: 0 0 1px 2px #eee;
                }

    .list-proshow .content-b-2 {
        width: 47%;
        margin-top: 25px;
    }

@media (max-width:767px) {
    .list-proshow .content-a, .list-proshow .content-b {
        width: 100%;
        float: none;
    }

    .list-proshow .content-a {
        margin-top: -40px;
    }

        .list-proshow .content-a .article {
            padding-left: 0;
        }

    .list-proshow .content-b {
        margin-top: 20px;
    }

        .list-proshow .content-b .related-pro {
            margin-top: 15px;
        }
}

.list-investor .page-wrapper {
    padding: 0;
}

.list-investor .item-1 {
    padding-top: 30px;
}

    .list-investor .item-1 .gaid {
        border-radius: 3px;
        padding-bottom: 25px;
        border: solid 1px #eaeaea;
    }

        .list-investor .item-1 .gaid .pic {
            position: relative;
        }

            .list-investor .item-1 .gaid .pic:after {
                content: "";
                display: block;
                padding-bottom: 52%;
            }

            .list-investor .item-1 .gaid .pic:before {
                content: "";
                top: 0;
                left: 0;
                opacity: 0;
                z-index: 9;
                width: 100%;
                height: 100%;
                position: absolute;
                -webkit-transition-duration: 1.5s;
                transition-duration: 1.5s;
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center;
                background-color: rgba(0,0,0,0.5);
            }

        .list-investor .item-1 .gaid .txtbox {
            padding: 20px;
        }

            .list-investor .item-1 .gaid .txtbox h3 {
                height: 30px;
                font-size: 22px;
                font-weight: normal;
                line-height: 30px;
                overflow: hidden;
            }

                .list-investor .item-1 .gaid .txtbox h3 > a {
                    color: #333;
                    display: block;
                }

            .list-investor .item-1 .gaid .txtbox p {
                height: 36px;
                margin-top: 14px;
                overflow: hidden;
                line-height: 18px;
                font-size: 14px;
                color: #828282;
            }

    .list-investor .item-1:hover .gaid h3 a {
        color: #0078b6;
    }

    .list-investor .item-1:hover .gaid .pic:before {
        opacity: 1;
    }

    .list-investor .item-1 .active .gaid .pic:before {
        background-color: rgba(0,0,0,0);
    }

.list-investor .item-2 {
    margin-top: 50px;
}

    .list-investor .item-2 .gaid {
        padding: 20px;
        border-radius: 3px;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        border: solid 1px #eaeaea;
    }

        .list-investor .item-2 .gaid .time {
            font-size: 18px;
            font-family: arial;
        }

        .list-investor .item-2 .gaid .tit {
            height: 40px;
            font-size: 22px;
            line-height: 40px;
            overflow: hidden;
            font-weight: normal;
        }

            .list-investor .item-2 .gaid .tit > a {
                color: #333;
                display: block;
            }

                .list-investor .item-2 .gaid .tit > a:hover {
                    color: #0078b6;
                }

        .list-investor .item-2 .gaid .txt {
            height: 66px;
            overflow: hidden;
            font-size: 14px;
            line-height: 22px;
        }

        .list-investor .item-2 .gaid .view-more {
            color: #999;
            margin-top: 20px;
            display: inline-block;
        }

        .list-investor .item-2 .gaid:hover {
            box-shadow: 0 0 3px 5px #f6f6f6;
        }

            .list-investor .item-2 .gaid:hover .view-more {
                color: #0078b6;
                text-decoration: underline;
            }

@media (max-width:767px) {
    .list-investor .item-1 li, .list-investor .item-2 li {
        padding: 0 10px;
    }
}

@media (max-width:500px) {
    .list-investor .item-1 li, .list-investor .item-2 li {
        width: 100%;
        margin-top: 15px;
    }

    .list-investor .item-1 {
        padding-top: 0;
    }

    .list-investor .item-2 {
        margin-top: 20px;
    }
}

.guild {
    height: 30px;
    color: #888;
    margin-top: 10px;
    line-height: 30px;
    overflow: hidden;
    text-align: right;
    position: relative;
    z-index: 999;
}

    .guild > a {
        color: #888;
    }

        .guild > a:hover {
            color: #0078b6;
        }

@media (max-width:910px) {
    .guild {
        border-bottom: solid 1px #ddd;
    }
}

.sideBar-a {
    width: 22%;
    float: left;
}

    .sideBar-a .title {
        color: #333;
        font-size: 20px;
        height: 60px;
        line-height: 60px;
        overflow: hidden;
    }

    .sideBar-a ul {
        margin-top: 10px;
    }

    .sideBar-a li {
        height: 32px;
        font-size: 16px;
        line-height: 32px;
        overflow: hidden;
        position: relative;
    }

        .sideBar-a li .icon {
            width: 16px;
            height: 2px;
            margin-top: 16px;
            margin-right: 10px;
            vertical-align: top;
            display: inline-block;
            background-color: #fff;
            -webkit-transition-duration: 1s;
            transition-duration: 1s;
        }

        .sideBar-a li > a {
            color: #494949;
            display: block;
        }

        .sideBar-a li.active a {
            color: #0078b6;
        }

        .sideBar-a li.active .icon {
            background-color: #0078b6;
        }

        .sideBar-a li:hover a {
            color: #0078b6;
        }

        .sideBar-a li:hover span {
            background-color: #0078b6;
        }

    .sideBar-a .phone-subnav {
        display: none;
        font-size: 16px;
        padding-top: 10px;
        text-align: center;
        line-height: 20px;
        padding-bottom: 5px;
        border-bottom: solid 1px #ddd;
    }

        .sideBar-a .phone-subnav .slick-list {
            width: 100%;
            display: inline-block;
        }

            .sideBar-a .phone-subnav .slick-list .slick-track {
                display: inline-block;
            }

        .sideBar-a .phone-subnav span {
            margin: 0 10px;
            display: inline-block;
        }

        .sideBar-a .phone-subnav .cur {
            color: #0078b6;
        }

        .sideBar-a .phone-subnav .slick-prev {
            left: -5px;
            width: 25px;
            height: 25px;
            margin-top: -12px;
            background: url(../images/arrow-1.png) no-repeat;
        }

        .sideBar-a .phone-subnav .slick-next {
            right: 0;
            width: 25px;
            height: 25px;
            margin-top: -12px;
            background: url(../images/arrow-2.png) no-repeat;
        }

@media (max-width:910px) {
    .sideBar-a {
        display: none;
    }

        .sideBar-a .shide {
            display: none;
        }
}

.sideBar-b {
    width: 74%;
    float: right;
    position: relative;
    margin-top: -420px;
}

    .sideBar-b .title {
        color: #333;
        height: 60px;
        font-size: 22px;
        line-height: 60px;
        overflow: hidden;
        padding-left: 12px;
        font-weight: normal;
        position: relative;
        z-index: 999;
        border-bottom: solid 1px #ddd;
    }

@media (max-width:910px) {
    .sideBar-b {
        width: 100%;
    }

        .sideBar-b .title {
            display: none;
        }
}

.sideBar-c {
    margin-top: -165px;
}

@media (max-width:910px) {
    .sideBar-c {
        margin-top: 0;
    }
}

.culture-padding {
    padding-top: 55px;
}

@media (max-width:640px) {
    .culture-padding {
        padding-top: 20px;
    }
}

.culture-content {
    font-size: 15px;
    line-height: 26px;
    padding-top: 40px;
}

@media (max-width:910px) {
    .culture-content {
        padding-top: 0;
    }
}

.culture-content-1 {
    margin-top: -26%;
    padding-top: 26%;
    position: relative;
}

@media (max-width:910px) {
    .culture-content-1 {
        margin-top: 0;
        padding-top: 40px;
    }
}

.culture-content-two {
    margin-top: -22%;
    padding-top: 20%;
}

    .culture-content-two dl {
        padding: 0;
        margin: 0;
        overflow: hidden;
        line-height: 25px;
        position: relative;
    }

    .culture-content-two dt, .culture-content-two dd {
        padding: 0;
        font-weight: normal;
    }

    .culture-content-two .pic {
        position: relative;
    }

        .culture-content-two .pic:after {
            content: "";
            display: block;
            padding-bottom: 71%;
        }

    .culture-content-two .gaid {
        padding: 40px 30px 0 30px;
    }

        .culture-content-two .gaid .tit {
            color: #333;
            font-size: 22px;
            line-height: 26px;
            font-weight: normal;
            margin: 20px 0 10px 0;
            display: inline-block;
            padding-left: 10px;
        }

        .culture-content-two .gaid .txt {
            color: #999;
            font-size: 14px;
        }

        .culture-content-two .gaid img {
            margin-top: -5px;
        }

@media (max-width:910px) {
    .culture-content-two {
        margin-top: 20px;
        padding-top: 0;
    }

        .culture-content-two dl {
            margin-top: 0;
            padding-top: 0;
        }

        .culture-content-two .gaid {
            padding-top: 10px;
        }
}

@media (max-width:1100px) {
    .culture-content-two .gaid img {
        max-width: 40px;
    }

    .culture-content-two .gaid .tit {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .culture-content-two .gaid {
        padding: 0 15px;
    }

        .culture-content-two .gaid img {
            max-width: 30px;
        }
}

@media (max-width:640px) {
    .culture-content-two dl {
        padding-top: 20px;
    }

    .culture-content-two dt, .culture-content-two dd {
        width: 100%;
    }

    .culture-content-two .gaid {
        padding: 0;
    }
}

.culture-list {
    padding-top: 110px;
    position: relative;
    padding-bottom: 50px;
}

    .culture-list:after {
        content: "";
        left: 0;
        top: 60px;
        width: 100%;
        height: 1px;
        position: absolute;
        background-color: #eee;
    }

    .culture-list .col-xs-3 {
        padding: 0 10px;
    }

    .culture-list .box {
        padding: 10px;
        margin: 10px 0;
        position: relative;
        border-radius: 3px;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        border: solid 1px #eaeaea;
        border-right: solid 3px #f0f0f0;
        border-bottom: solid 3px #f0f0f0;
    }

        .culture-list .box .pic {
            cursor: pointer;
            position: relative;
        }

            .culture-list .box .pic:after {
                content: "";
                display: block;
                padding-bottom: 160%;
            }

        .culture-list .box:hover {
            box-shadow: 0 0 2px 2px #eee;
        }

    .culture-list .slick-prev, .culture-list .slick-next {
        width: 100px;
        height: 20px;
        top: auto;
        bottom: 0;
        margin-top: 0;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        border: solid 1px #d4d4d4;
    }

    .culture-list .slick-prev {
        left: 5px;
        background: url(../images/cu-arrowl.png) no-repeat 10px center;
    }

        .culture-list .slick-prev:hover {
            border-color: #3393c5;
            background: url(../images/cu-arrowl-hover.png) no-repeat 10px center;
        }

    .culture-list .slick-next {
        left: 115px;
        right: auto;
        background: url(../images/cu-arrowr-hover.png) no-repeat 10px center;
    }

        .culture-list .slick-next:hover {
            border-color: #3393c5;
            background: url(../images/cu-arrowr.png) no-repeat 10px center;
        }

@media (max-width:910px) {
    .culture-list {
        padding-top: 20px;
    }

        .culture-list:after {
            display: none;
        }

        .culture-list .col-xs-3 {
            padding: 0 5px;
        }
}

@media (max-width:400px) {
    .culture-list .col-xs-3 {
        width: 50%;
        padding: 0 3px;
    }
}

.culture-modal {
    display: none;
    z-index: 99999;
    color: #666;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}

    .culture-modal .pic-2 {
        padding: 15px;
    }

    .culture-modal .close-modal {
        top: 0;
        right: 0;
        position: absolute;
        background-color: #0078b6;
    }

.group-content {
    font-size: 16px;
    line-height: 30px;
    margin-top: -32%;
    padding-top: 30%;
    position: relative;
}

.group-content-two {
    padding-top: 110px;
    position: relative;
}

    .group-content-two ul {
        overflow: hidden;
        padding-bottom: 50px;
        background: url(../images/group-line.jpg) repeat-y top center;
    }

    .group-content-two li {
        width: 50%;
        float: left;
        font-size: 16px;
    }

        .group-content-two li time {
            color: #fff;
            width: 90px;
            height: 26px;
            text-align: center;
            line-height: 26px;
            display: inline-block;
            font-family: "HelveticaNeueLTPro-ThEx";
            background-color: #0078b6;
        }

        .group-content-two li .txt {
            padding-top: 30px;
        }

        .group-content-two li .txt-08 {
            padding: 40px 0 15px 0;
        }

        .group-content-two li .gaid {
            padding-bottom: 20px;
            position: relative;
            border-bottom: solid 1px #ddd;
        }

            .group-content-two li .gaid:after {
                content: "";
                width: 15px;
                height: 15px;
                bottom: -5px;
                background-color: #fff;
                position: absolute;
                border-radius: 100%;
                border: solid 1px #ccc;
            }

    .group-content-two .list-1 {
        margin-top: 30px;
        text-align: right;
    }

        .group-content-two .list-1 .gaid {
            margin-right: 60px;
        }

            .group-content-two .list-1 .gaid:after {
                right: -70px;
            }

    .group-content-two .list-2 {
        margin-top: 80px;
    }

        .group-content-two .list-2 .gaid {
            margin-left: 60px;
        }

            .group-content-two .list-2 .gaid:after {
                left: -65px;
            }

@media (max-width:910px) {
    .group-content-two {
        padding-top: 50px;
    }
}

@media (max-width:640px) {
    .group-content-two img {
        display: none;
    }

    .group-content-two ul {
        padding-bottom: 0;
        background: none;
    }

    .group-content-two li {
        width: 100%;
    }

        .group-content-two li .txt {
            padding-top: 15px;
        }

        .group-content-two li .txt-08 {
            padding: 0;
            padding-top: 15px;
        }

    .group-content-two .list-1, .group-content-two .list-2 {
        float: none;
        margin-top: 15px;
    }

        .group-content-two .list-1 .gaid, .group-content-two .list-2 .gaid {
            margin: 0;
            text-align: left;
        }

            .group-content-two .list-1 .gaid:after, .group-content-two .list-2 .gaid:after {
                display: none;
            }
}

.group-content-three {
    padding-top: 50px;
}

    .group-content-three li {
        line-height: 26px;
        padding-top: 60px;
    }

        .group-content-three li .tit {
            color: #333;
            font-size: 22px;
            font-weight: normal;
        }

        .group-content-three li .txt {
            margin-top: 20px;
            font-size: 15px;
            padding-bottom: 10px;
        }

@media (max-width:910px) {
    .group-content-three {
        padding-top: 0;
    }

        .group-content-three li {
            padding-top: 30px;
        }
}

@media (max-width:640px) {
    .group-content-three li .tit {
        font-size: 18px;
        padding-bottom: 0;
    }

    .group-content-three li .txt {
        margin-top: 10px;
        padding-bottom: 0;
    }
}

.business {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    padding-top: 30px;
}

    .business li {
        position: relative;
        margin-top: -10%;
        padding-top: 12%;
        z-index: -1;
    }

        .business li .tit {
            color: #333;
            height: 75px;
            font-size: 22px;
            font-weight: normal;
            overflow: hidden;
        }

            .business li .tit img {
                vertical-align: middle;
                padding-right: 15px;
            }

@media (max-width:910px) {
    .business {
        padding: 0;
        margin-top: -30px;
    }

        .business li {
            margin: 0;
            padding: 15px 0;
        }

            .business li .tit {
                height: 50px;
            }
}

@media (max-width:640px) {
    .business li .tit {
        font-size: 18px;
    }

        .business li .tit img {
            height: 30px;
            padding-right: 5px;
        }
}

.pagination {
    margin-top: 30px;
    font-size: 13px;
    font-family: arial;
    text-align: center;
}

    .pagination a {
        width: 40px;
        height: 30px;
        margin-left: 2px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        border: solid 1px #fff;
        -webkit-transition-duration: 2s;
        transition-duration: 2s;
    }

        .pagination a:hover, .pagination .cpb {
            border: solid 1px #0078b6;
        }

@media (max-width:910px) {
    .pagination {
        margin-top: 20px;
        padding-bottom: 15px;
    }
}

@media (max-width:991px) {
    .phone-mar {
        margin-top: 50px;
    }
}

#toTop {
    z-index: 9;
    width: 37px;
    height: 37px;
    bottom: 57px;
    right: 0;
    position: fixed;
    cursor: pointer;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background-color: #dbdbdb;
}

    #toTop:hover {
        background-color: #0078b6;
    }

@media (max-width:767px) {
    #toTop {
        bottom: 0;
    }
}

.map {
    margin: 0 auto;
}

    .map dl {
        border: #d6dbe1 solid 1px;
        border-top: #458fce solid 2px;
        border-bottom: none;
        margin: 20px 0 20px 0;
    }

        .map dl:hover {
            background: #f5f8fa;
        }

            .map dl:hover dt a {
                color: #003e7e;
            }

    .map dt {
        background: #fcfcfc;
        color: #0053a8;
        font-size: 18px;
        line-height: 40px;
        border-bottom: #d6dbe1 solid 1px;
        padding: 0 0 0 20px;
    }

        .map dt a {
            color: #333;
        }

            .map dt a:hover {
                color: #003e7e;
            }

        .map dt img {
            margin-left: 20px;
        }

    .map dd {
        font-size: 12px;
        line-height: 30px;
        overflow: hidden;
        padding-top: 10px;
    }

        .map dd .p2 {
            font-size: 14px;
            padding: 0 0 0 20px;
            clear: both;
        }

            .map dd .p2 a {
                color: #333;
                font-weight: bold;
                line-height: 40px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .map dd .p2 a:hover {
                    color: #764b00;
                }

        .map dd div {
            clear: both;
            font-size: 14px;
            overflow: hidden;
            line-height: 30px;
            border-bottom: #d6dbe1 solid 1px;
            padding: 0 20px 10px 10px;
        }

            .map dd div a {
                color: #333;
                float: left;
                padding: 0 10px 0 10px;
            }

                .map dd div a:hover {
                    color: #003e7e;
                    background: #458fce;
                    color: #fff;
                }

#menu-scroll-2 {
    display: none;
}

@media (max-width:1024px) {
    #menu-scroll-2 {
        display: block;
    }
}

.dheight {
    height: 80px;
}

@media (max-width:767px) {
    .dheight {
        height: 60px;
    }
}

@media (max-width:910px) {
    .nheight {
        padding-bottom: 15px;
    }
}

.t15 {
    color: #333;
    font-size: 16px;
    margin-top: 10px;
}

@media (max-width:767px) {
    .t15 {
        font-size: 14px;
        margin-top: 5px;
    }
}

#coverpage {
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}

    #coverpage img {
        max-width: initial;
        max-height: initial;
    }

#onepics {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.onepic_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
}

@media (max-width:1024px) {
    .video-banner {
        display: none;
    }
}

.vpage-phone-banner {
    display: none;
    background-color: #ededed;
}

@media (max-width:1024px) {
    .vpage-phone-banner {
        display: block;
    }
}

.mapqh {
    display: none;
}

.allmapbox {
    margin-top: 30px;
}

#allmap1, #allmap2, #allmap3, #allmap4, #allmap5, #allmap6, #allmap7 {
    width: 100%;
    height: 300px;
}

.guild-2 {
    margin-top: 100px;
}

@media (max-width:910px) {
    .guild-2 {
        margin-top: 70px;
    }
}
/************************ËÑË÷µ¯³ö²ã************************/
/*ËÑË÷µ¯³ö²ã*/
.search_mask {
    background: url("../images/search_mask.png");
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
}

    .search_mask .s_box {
        width: 350px;
        height: 136px;
        padding: 25px;
        top: 50%;
        left: 50%;
        margin-left: -175px;
        position: absolute;
        margin-top: -68px;
        background: #fff;
    }

        .search_mask .s_box .text1 {
            text-align: center;
            line-height: 24px;
            color: #666;
            font-size: 16px;
        }

        .search_mask .s_box .sure {
            width: 140px;
            height: 36px;
            display: block;
            margin: 20px auto 0;
            background: #00a0e9;
            border-radius: 2px;
            color: #fff;
            font-size: 16px;
            text-align: center;
            line-height: 36px;
            letter-spacing: 5px;
        }
/*********************************************************************/
