.bgFull {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vcenter {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tHide {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.block-full {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.block {
    display: block;
    position: relative;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    clear: both;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 1;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev, .slick-next {
    z-index: 20;
    position: absolute;
    display: block;
    height: 60px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -30px;
    padding: 0;
    border: none;
    outline: none;
    border: 1px solid #f00;
    z-index: 3;
}

.slick-prev {
    left: 30px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 30px;
}

.slick-next {
    right: 30px;
}

[dir="rtl"] .slick-next {
    left: 30px;
    right: auto;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    height: auto;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            display: block;
            height: 10px;
            width: 10px;
            padding: 0;
            margin: 0;
            outline: none;
            line-height: 0;
            font-size: 0;
            cursor: pointer;
            background: #ccc;
            border-radius: 0;
        }

        .slick-dots li.slick-active button {
            background: #333;
        }

.page-width {
    width: 1280px;
}

.lazy-hidden {
    background: url(../images/loading.svg) no-repeat center;
    background-size: 60px 60px;
}

.header {
    z-index: 99;
    height: 113px;
    position: relative;
    box-shadow: 0 2px 2px rgba(0,0,0,0.15);
    border-top: 5px solid #68b3f9;
}

    .header .nav {
        margin-top: 62px;
    }

.header .nav > ul > li {
    float: left;
    height: 46px;
    margin-left: 25px;
    position: relative;
    width: 64px;
}

.header .nav > ul > li:first-child{	
	margin-left: 0;
	text-align: right;	
	width: auto;
}

            .header .nav > ul > li > a {
                overflow: hidden;
                height: 100%;
                display: block;
                font-size: 16px;
                color: #454545;
                border-bottom: 3px solid transparent;
            }

            .header .nav > ul > li > ul {
                box-shadow: 0 2px 2px rgba(0,0,0,0.15);
                background-color: #fff;
                margin-left: -63px;
                position: absolute;
                padding: 15px 12px;
                display: none;
                width: 126px;
                left: 50%;
                top: 100%;
            }

                .header .nav > ul > li > ul > li {
                    border-bottom: 1px solid #dfdfdf;
                }

                    .header .nav > ul > li > ul > li > a {
                        height: 38px;
                        display: block;
                        color: #454545;
                        font-size: 14px;
                        overflow: hidden;
                        line-height: 38px;
                        text-align: center;
                    }

                        .header .nav > ul > li > ul > li > a:hover {
                            color: #0e80eb;
                        }

                    .header .nav > ul > li > ul > li:last-child {
                        border-bottom: 0;
                    }

            .header .nav > ul > li.active > a {
                color: #0e80eb;
                border-bottom-color: #0e7ce5;
            }

            .header .nav > ul > li:hover > ul {
                display: block;
            }

            .header .nav > ul > li:hover > a {
                color: #0e80eb;
                border-bottom-color: #0e7ce5;
            }

    .header .visit {
        top: 0;
        color: #fff;
        right: 345px;
        height: 30px;
        padding: 0 26px;
        line-height: 28px;
        position: absolute;
        background-color: #68b3f9;
    }

        .header .visit span {
            height: 20px;
            padding: 0 5px;
            border-radius: 2px;
            line-height: 20px;
            background-color: #000;
            display: inline-block;
            vertical-align: -2px;
            font-family: impact;
            font-size: 16px;
            letter-spacing: 2px;
            color: #9cd6ff;
        }

        .header .visit:before, .header .visit:after {
            content: "";
            width: 19px;
            height: 30px;
            position: absolute;
            top: 0;
        }

        .header .visit:before {
            left: -19px;
            background: url(../images/bg-1.jpg) no-repeat center;
        }

        .header .visit:after {
            right: -19px;
            background: url(../images/bg-2.jpg) no-repeat center;
        }

    .header .search {
        z-index: 10;
        width: 248px;
        height: 23px;
        position: absolute;
        right: 65px;
        top: 7px;
    }

        .header .search .types {
            top: 0;
            left: 0;
            width: 70px;
            height: 23px;
            cursor: pointer;
            padding: 0 20px;
            line-height: 23px;
            position: absolute;
            border-right: 1px solid #ececec;
            border-bottom-left-radius: 30px;
            border-top-left-radius: 30px;
        }

            .header .search .types ul {
                background-color: #f1f1f1;
                border-radius: 3px;
                position: absolute;
                padding: 10px 0;
                display: none;
                width: 100%;
                top: 120%;
                left: 0;
            }

                .header .search .types ul li {
                    padding: 0 20px;
                    margin-top: -1px;
                    border-bottom: 1px solid #e7e7e7;
                    border-top: 1px solid #e7e7e7;
                }

                    .header .search .types ul li:hover {
                        background-color: #e9e9e9;
                    }

            .header .search .types:before {
                background:url(../images/icons.png) no-repeat -85px -7px;
                content: "";
                width: 10px;
                height: 6px;
                position: absolute;
                right: 8px;
                top: 50%;
                margin-top: -3px;
                
            }

.header .search .types span.this-type {

    display: block;
    width: 50px;
}

            .header .search .types:active {
                background-color: #eee;
            }

        .header .search input[type='text'] {
            display: block;
            width: 100%;
            height: 23px;
            padding-left: 78px;
            padding-right: 45px;
            border: 1px solid #dfdfdf;
            border-radius: 30px;
        }

            .header .search input[type='text']:focus {
                border-color: #0e80eb;
            }

        .header .search input[type='button'] {
            position: absolute;
            right: 0;
            top: 0;
            border: 0;
            height: 100%;
            width: 38px;
            background-position: 7px 1px;
            background-repeat: no-repeat;
            background-image: url(../images/icons.png);
            background-color: #0e80eb;
            border-bottom-right-radius: 30px;
            border-top-right-radius: 30px;
        }

            .header .search input[type='button']:active {
                background-color: #0d72d0;
            }

    .header .lang {
        top: 12px;
        right: 0;
        position: absolute;
    }

        .header .lang .items {
            background-image: url(../images/icons.png);
            background-repeat: no-repeat;
            display: inline-block;
            margin: 0 2px;
            width: 18px;
            height: 12px;
        }

    .header .logo {
        max-width: 500px;
        height: 100%;
    }

        .header .logo img {
            display: block;
            height: 100%;
        }

.column-banner {
    margin-left: -1000px;
    position: relative;
    width: 2000px;
    height: 348px;
    left: 50%;
}

    .column-banner img {
        display: block;
    }


.crumbs {
    height: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    text-align: right;
}

.column-name {
    text-align: center;
    margin-bottom: 40px;
    margin-bottom: 30px;
}

    .column-name .ch {
        padding-left: 26px;
        font-size: 24px;
        color: #454545;
    }

    .column-name .en {
        line-height: 1;
        margin-top: 8px;
        letter-spacing: 1px;
        font-family: impact;
        position: relative;
        font-size: 40px;
        color: #b2b2b2;
    }

        .column-name .en:before {
            content: "";
            width: 100%;
            height: 1px;
            position: absolute;
            left: 0;
            top: 50%;
            background-color: #d1d1d1;
        }

        .column-name .en i {
            padding-left: 15px;
            padding-right: 20px;
            position: relative;
            display: inline-block;
            background-color: #fff;
        }

            .column-name .en i:before, .column-name .en i:after {
                content: "";
                width: 2px;
                height: 100%;
                position: absolute;
                top: 0;
                background-color: #d1d1d1;
                -webkit-transform: skewX(-18deg);
                -ms-transform: skewX(-18deg);
                transform: skewX(-18deg);
            }

            .column-name .en i:before {
                left: 0;
            }

            .column-name .en i:after {
                right: 0;
            }

    .column-name .ch {
        padding-left: 0;
    }

    .column-name .en:before {
        background-color: #b3b3b3;
    }

    .column-name .en i {
        background-color: #d9d9d9;
    }

        .column-name .en i:before, .column-name .en i:after {
            background-color: #bdbdbd;
        }

    .column-name .en:before {
        background-color: #d1d1d1;
    }

    .column-name .en i {
        background-color: #fff;
    }

        .column-name .en i:before, .column-name .en i:after {
            background-color: #d1d1d1;
        }

.column-menu {
    background-color: #8a8a8a;
    text-align: center;
}

    .column-menu li {
        display: inline-block;
        vertical-align: top;
    }

    .column-menu .child-1 li > a {
        display: block;
        font-size: 16px;
        min-width: 132px;
        line-height: 35px;
        padding: 0 15px;
        /* height:35px; */
        /* overflow:hidden; */
        color: #fff;
    }

    .column-menu .child-1 li:hover > a, .column-menu .child-1 li.active > a {
        background-color: #0e80eb;
    }

    .column-menu .child-2 {
        padding: 10px 15px;
        background-color: #0e80eb;
    }

.column-menu .child-2 li > a {
    border-right: 1px solid #54acfe;
    color: #d0e8ff;
    display: block;
    height: 18px;
    line-height: 18px;
    margin: 5px 0;

    padding-right: 20px;
    overflow: hidden;
}

        .column-menu .child-2 li:hover > a {
            color: #fff;
        }

        .column-menu .child-2 li.active > a {
            text-decoration: underline;
            font-size: 14px;
            color: #fff;
        }

.page {
    text-align: center;
}

    .page a {
        border: 1px solid transparent;
        display: inline-block;
        vertical-align: top;
        line-height: 25px;
        color: #1a1a1a;
        height: 25px;
        width: 25px;
    }

        .page a.control {
            width: auto;
            padding: 0 15px;
            border-color: #6c6c6c;
        }

        .page a:hover, .page a.active {
            color: #fff;
            background-color: #0e80eb;
        }

.switch {
    margin-top: 50px;
}

    .switch li {
        border-bottom: 1px solid #d1d1d1;
        border-top: 1px solid #d1d1d1;
        font-size: 14px;
        padding: 15px;
        width: 49%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .switch li:hover a {
            color: #da251c;
        }

.footer {
    padding: 42px 0;
    background-color: #1a1a1a;
}

    .footer a:hover {
        color: #5eabf3 !important;
    }

    .footer .footer-contact {
        width: 224px;
        color: #acacac;
        line-height: 1.6;
    }

        .footer .footer-contact .tt-1 {
            color: #fff;
            line-height: 1;
            font-size: 24px;
            font-weight: 100;
            font-family: arial;
            margin-top: 10px;
        }

        .footer .footer-contact .tt-2 {
            margin-bottom: 15px;
            font-size: 14px;
            line-height: 1;
            color: #fff;
        }

            .footer .footer-contact .tt-2:after {
                content: "";
                display: block;
                width: 26px;
                height: 2px;
                margin-top: 5px;
                background-color: #fff;
            }

    .footer .fooer-menu li {
        float: left;
        width: 126px;
        min-height: 168px;
        padding: 10px 17px;
        border-left: 1px solid #373737;
    }

    .footer .fooer-menu dt a {
        margin-bottom: 15px;
        font-size: 14px;
        display: block;
        color: #fff;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .footer .fooer-menu dd a {
        line-height: 26px;
        color: #cecece;
        display: block;
        height:26px;
        overflow: hidden;

    }

    .footer .footer-erweima {
        margin: 40px auto;
        text-align: center;
    }

        .footer .footer-erweima .items {
            color: #acacac;
            margin: 0 11px;
            padding: 18px 27px;
            border-radius: 3px;
            display: inline-block;
            background-color: #151515;
            transition: All .3s ease-in-out;
            -webkit-transition: All .3s ease-in-out;
            -moz-transition: All .3s ease-in-out;
            -o-transition: All .3s ease-in-out;
        }

            .footer .footer-erweima .items .erweima {
                margin-bottom: 18px;
                display: block;
                width: 114px;
                height: 114px;
            }

            .footer .footer-erweima .items:hover {
                background-color: #3b3b3b;
            }

    .footer .footer-copy {
        text-align: center;
        line-height: 1.8;
        color: #555;
    }

        .footer .footer-copy img {
            vertical-align: -2px;
        }

.banner {
    width: 2000px;
    height: 595px;
    position: relative;
    left: 50%;
    margin-left: -1000px;
}

    .banner .slick-dots button {
        width: 60px;
        height: 6px;
        background-color: rgba(255,255,255,0.5);
    }

    .banner .slick-dots .slick-active button {
        background-color: #fff;
    }

.products {
    position: relative;
    padding: 60px 0;
}

    .products:before {
        content: "";
        width: 100%;
        height: 417px;
        background-color: #464646;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .products .hgroup {
        text-align: center;
        margin-bottom: 40px;
    }

        .products .hgroup .ch {
            padding-left: 26px;
            font-size: 24px;
            color: #454545;
        }

        .products .hgroup .en {
            line-height: 1;
            margin-top: 8px;
            letter-spacing: 1px;
            font-family: impact;
            position: relative;
            font-size: 40px;
            color: #b2b2b2;
        }

            .products .hgroup .en:before {
                content: "";
                width: 100%;
                height: 1px;
                position: absolute;
                left: 0;
                top: 50%;
                background-color: #d1d1d1;
            }

            .products .hgroup .en i {
                padding-left: 15px;
                padding-right: 20px;
                position: relative;
                display: inline-block;
                background-color: #fff;
            }

                .products .hgroup .en i:before, .products .hgroup .en i:after {
                    content: "";
                    width: 2px;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    background-color: #d1d1d1;
                    -webkit-transform: skewX(-18deg);
                    -ms-transform: skewX(-18deg);
                    transform: skewX(-18deg);
                }

                .products .hgroup .en i:before {
                    left: 0;
                }

                .products .hgroup .en i:after {
                    right: 0;
                }

        .products .hgroup .ch {
            padding-left: 0;
        }

        .products .hgroup .en:before {
            background-color: #b3b3b3;
        }

        .products .hgroup .en i {
            background-color: #d9d9d9;
        }

            .products .hgroup .en i:before, .products .hgroup .en i:after {
                background-color: #bdbdbd;
            }

        .products .hgroup .en:before {
            background-color: #d1d1d1;
        }

        .products .hgroup .en i {
            background-color: #fff;
        }

            .products .hgroup .en i:before, .products .hgroup .en i:after {
                background-color: #d1d1d1;
            }

    .products .types {
        text-align: center;
        margin-bottom: 50px;
    }

        .products .types .items {
            display: inline-block;
            width: 178px;
            height: 35px;
            color: #191919;
            font-size: 16px;
            text-align: center;
            line-height: 35px;
            background-color: #eee;
            overflow:hidden;
        }

            .products .types .items.active {
                color: #fff;
                background-color: #0e80eb;
            }

    .products .view-more {
        color: #fff;
        font-size: 16px;
        margin-top: 60px;
        padding: 10px 45px;
        display: inline-block;
        border: 1px solid #3795ef;
    }

        .products .view-more:hover {
            background-color: #3795ef;
        }

    .products .list {
        position: relative;
    }

        .products .list ul {
            margin: 0 -7px;
        }

        .products .list li {
            float: left;
            padding: 0 7px;
            width: 33.33333333%;
        }

            .products .list li:nth-child(even) .items .txt {
                top: auto;
                bottom: 0;
            }

                .products .list li:nth-child(even) .items .txt:before {
                    position: absolute;
                    bottom: auto;
                    top: -24px;
                    border-style: dashed dashed solid dashed;
                    border-color: transparent transparent #3293ee transparent;
                    border-width: 12px;
                    width: 0;
                    height: 0;
                }

            .products .list li:nth-child(even) .items .pic {
                top: 0;
                bottom: auto;
            }

        .products .list .items {
            height: 350px;
            display: block;
            position: relative;
            border: 1px solid #2588e5;
            background-color: #4ca1f1;
        }

            .products .list .items .txt {
                box-shadow: 0 2px 1px rgba(0,0,0,0.1);
                background-color: #3293ee;
                height: 90px;
                padding: 28px 28px;
                position: absolute;
                color: #fff;
                width: 100%;
                left: 0;
                top: 0;
            }


.products .list .items .txt .name {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    overflow: hidden;
}

                .products .list .items .txt .view {
                    display: inline-block;
                    position: relative;
                    margin-top: 3px;
                    padding-right: 15px;
                }

                    .products .list .items .txt .view:before {
                        content: "";
                        width: 9px;
                        height: 7px;
                        position: absolute;
                        right: 0;
                        top: 50%;
                        margin-top: -3.5px;
                        background: url(../images/icons.png) no-repeat -32px -32px;
                    }

                .products .list .items .txt:before {
                    content: "";
                    position: absolute;
                    bottom: -24px;
                    left: 145px;
                    border-style: solid dashed dashed dashed;
                    border-color: #3293ee transparent transparent transparent;
                    border-width: 12px;
                    width: 0;
                    height: 0;
                }

            .products .list .items .pic {
                width: 100%;
                height: 260px;
                position: absolute;
                bottom: 0;
                left: 0;
            }

.customer {
    padding: 60px 0 120px 0;
}

    .customer .hgroup {
        text-align: center;
        margin-bottom: 40px;
    }

        .customer .hgroup .ch {
            padding-left: 26px;
            font-size: 24px;
            color: #454545;
        }

        .customer .hgroup .en {
            line-height: 1;
            margin-top: 8px;
            letter-spacing: 1px;
            font-family: impact;
            position: relative;
            font-size: 40px;
            color: #b2b2b2;
        }

            .customer .hgroup .en:before {
                content: "";
                width: 100%;
                height: 1px;
                position: absolute;
                left: 0;
                top: 50%;
                background-color: #d1d1d1;
            }

            .customer .hgroup .en i {
                padding-left: 15px;
                padding-right: 20px;
                position: relative;
                display: inline-block;
                background-color: #fff;
            }

                .customer .hgroup .en i:before, .customer .hgroup .en i:after {
                    content: "";
                    width: 2px;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    background-color: #d1d1d1;
                    -webkit-transform: skewX(-18deg);
                    -ms-transform: skewX(-18deg);
                    transform: skewX(-18deg);
                }

                .customer .hgroup .en i:before {
                    left: 0;
                }

                .customer .hgroup .en i:after {
                    right: 0;
                }

        .customer .hgroup .ch {
            padding-left: 0;
        }

        .customer .hgroup .en:before {
            background-color: #b3b3b3;
        }

        .customer .hgroup .en i {
            background-color: #d9d9d9;
        }

            .customer .hgroup .en i:before, .customer .hgroup .en i:after {
                background-color: #bdbdbd;
            }

        .customer .hgroup .en:before {
            background-color: #d1d1d1;
        }

        .customer .hgroup .en i {
            background-color: #fff;
        }

            .customer .hgroup .en i:before, .customer .hgroup .en i:after {
                background-color: #d1d1d1;
            }

    .customer .customer-slick .slick-next, .customer .customer-slick .slick-prev {
        width: 42px;
        height: 72px;
        border: 0;
        margin-top: -36px;
        background-repeat: no-repeat;
        background-image: url(../images/icons.png);
        opacity: .3;
    }

        .customer .customer-slick .slick-next:hover, .customer .customer-slick .slick-prev:hover {
            opacity: 1;
        }

    .customer .customer-slick .slick-prev {
        left: -55px;
        background-position: -133px -3px;
    }

    .customer .customer-slick .slick-next {
        right: -55px;
        background-position: -186px -3px;
    }

    .customer .customer-slick .slick-dots {
        bottom: -30px;
    }

        .customer .customer-slick .slick-dots button {
            width: 14px;
            height: 14px;
            border-radius: 7px;
            background-color: #828282;
        }

        .customer .customer-slick .slick-dots .slick-active button {
            background-color: #0e80eb;
        }

    .customer .customer-slick .items {
        border: 2px solid transparent;
        border-radius: 2px;
        width: 16.66666667%;
        float: left;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
        -moz-transition: All .3s ease-in-out;
        -o-transition: All .3s ease-in-out;
    }

        .customer .customer-slick .items .pic {
            height: 113px;
        }

        .customer .customer-slick .items .txt {
            background-color: #4c4c4c;
            text-align: center;
            line-height: 34px;
            font-size: 14px;
            height:34px;
            padding: 0 15px;
            color: #fff;
            opacity: 0;
            transition: All .3s ease-in-out;
            -webkit-transition: All .3s ease-in-out;
            -moz-transition: All .3s ease-in-out;
            -o-transition: All .3s ease-in-out;
        }

        .customer .customer-slick .items:hover {
            border-color: #4c4c4c;
        }

            .customer .customer-slick .items:hover .txt {
                opacity: 1;
            }

.advantage {
    background-position: center;
    padding: 60px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .advantage .hgroup {
        text-align: center;
        margin-bottom: 40px;
    }

        .advantage .hgroup .ch {
            padding-left: 26px;
            font-size: 24px;
            color: #454545;
        }

        .advantage .hgroup .en {
            line-height: 1;
            margin-top: 8px;
            letter-spacing: 1px;
            font-family: impact;
            position: relative;
            font-size: 40px;
            color: #b2b2b2;
        }

            .advantage .hgroup .en:before {
                content: "";
                width: 100%;
                height: 1px;
                position: absolute;
                left: 0;
                top: 50%;
                background-color: #d1d1d1;
            }

            .advantage .hgroup .en i {
                padding-left: 15px;
                padding-right: 20px;
                position: relative;
                display: inline-block;
                background-color: #fff;
            }

                .advantage .hgroup .en i:before, .advantage .hgroup .en i:after {
                    content: "";
                    width: 2px;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    background-color: #d1d1d1;
                    -webkit-transform: skewX(-18deg);
                    -ms-transform: skewX(-18deg);
                    transform: skewX(-18deg);
                }

                .advantage .hgroup .en i:before {
                    left: 0;
                }

                .advantage .hgroup .en i:after {
                    right: 0;
                }

        .advantage .hgroup .ch {
            padding-left: 0;
        }

        .advantage .hgroup .en:before {
            background-color: #b3b3b3;
        }

        .advantage .hgroup .en i {
            background-color: #d9d9d9;
        }

            .advantage .hgroup .en i:before, .advantage .hgroup .en i:after {
                background-color: #bdbdbd;
            }

    .advantage .list {
        margin-top: 95px;
        text-align: center;
    }

        .advantage .list .items {
            width: 299px;
            height: 449px;
            margin: 0 7px;
            color: #daedff;
            position: relative;
            padding: 130px 34px;
            display: inline-block;
            background: url(../images/icons.png) no-repeat -356px -16px;
        }

            .advantage .list .items .num {
                width: 124px;
                height: 149px;
                left: 50%;
                top: -55px;
                color: #fff;
                font-size: 44px;
                line-height: 120px;
                text-align: center;
                position: absolute;
                font-family: impact;
                margin-left: -74.5px;
                background: url(../images/icons.png) no-repeat -7px -62px;
            }

            .advantage .list .items .tt {
                color: #fff;
                font-size: 22px;
                margin-bottom: 15px;
                padding-bottom: 22px;
                border-bottom: 1px solid #badcff;
            }

            .advantage .list .items .cc {
                height: 140px;
                text-align: left;
                overflow: hidden;
            }

                .advantage .list .items .cc li {
                    padding-left: 12px;
                    position: relative;
                    line-height: 2;
                }

                    .advantage .list .items .cc li:before {
                        content: "";
                        top: 6px;
                        left: 0;
                        position: absolute;
                        border-style: dashed dashed dashed solid;
                        border-color: transparent transparent transparent #fff;
                        border-width: 5px;
                        width: 0;
                        height: 0;
                    }

            .advantage .list .items:hover {
                color: #218cf1;
                background-position: -356px -486px;
            }

                .advantage .list .items:hover .num {
                    color: #0e80eb;
                    background-position: -7px -224px;
                }

                .advantage .list .items:hover .tt {
                    color: #218cf1;
                    border-bottom-color: #72adf5;
                }

.profile-news-container {
    padding: 65px 0;
}

    .profile-news-container .hgroup {
        margin-bottom: 40px;
    }

        .profile-news-container .hgroup .ch {
            padding-left: 26px;
            font-size: 24px;
            color: #454545;
        }

        .profile-news-container .hgroup .en {
            line-height: 1;
            margin-top: 8px;
            letter-spacing: 1px;
            font-family: impact;
            position: relative;
            font-size: 40px;
            color: #b2b2b2;
        }

            .profile-news-container .hgroup .en:before {
                content: "";
                width: 100%;
                height: 1px;
                position: absolute;
                left: 0;
                top: 50%;
                background-color: #d1d1d1;
            }

            .profile-news-container .hgroup .en i {
                padding-left: 15px;
                padding-right: 20px;
                position: relative;
                display: inline-block;
                background-color: #fff;
            }

                .profile-news-container .hgroup .en i:before, .profile-news-container .hgroup .en i:after {
                    content: "";
                    width: 2px;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    background-color: #d1d1d1;
                    -webkit-transform: skewX(-18deg);
                    -ms-transform: skewX(-18deg);
                    transform: skewX(-18deg);
                }

                .profile-news-container .hgroup .en i:before {
                    left: 0;
                }

                .profile-news-container .hgroup .en i:after {
                    right: 0;
                }

.home-news .list li {
    position: relative;
    border-top: 1px solid #d9d9d9;
    padding: 40px 30px 40px 110px;
}

    .home-news .list li:hover .name {
        color: #3393ee;
    }

    .home-news .list li:hover .time {
        background: -webkit-linear-gradient(bottom, #3393ee, #65aff4);
        background: linear-gradient(to top, #3393ee, #65aff4);
        border-color: #1787f0;
        color: #fff;
    }

        .home-news .list li:hover .time .dddd {
            border-bottom-color: #1787f0;
        }

.home-news .list .name {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home-news .list .text {
    height: 34px;
    line-height: 1.6;
    overflow: hidden;
}

.home-news .list .time {
    left: 25px;
    top: 50%;
    width: 64px;
    height: 87px;
    color: #000;
    text-align: center;
    font-family: arial;
    position: absolute;
    margin-top: -43.5px;
    border: 1px solid #737373;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out;
}

    .home-news .list .time .dddd {
        height: 52px;
        font-size: 32px;
        line-height: 52px;
        border-bottom: 1px solid #737373;
    }

    .home-news .list .time .yymm {
        height: 33px;
        line-height: 33px;
    }

.home-news .view {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90px;
    position: relative;
}

    .home-news .view a {
        background: url(../images/icons.png) no-repeat 112px -25px;
        width: 136px;
        height: 24px;
        color: #000;
        font-size: 18px;
        line-height: 24px;
        display: block;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-transform: uppercase;
    }

.company-int-container {
    padding: 70px 80px;
    font-size: 14px;
    color: #3b3b3b;
    line-height: 1.6;
}

    .company-int-container img {
        max-width: 100%;
    }

.honor {
    margin-top: 50px;
}

    .honor li {
        float: left;
        width: 25%;
        height: 440px;
        cursor: pointer;
        position: relative;
        margin-right: -1px;
        margin-bottom: -1px;
        border: 1px solid #d1d1d1;
    }

        .honor li:nth-child(1n) {
            border-left: 0;
        }

        .honor li:nth-child(4n+0) {
            border-right: 0;
        }

        .honor li a {
            padding: 36px;
        }

            .honor li a:before {
                content: "";
                z-index: 20;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                background-color: rgba(80,170,255,0.7);
                opacity: 0;
                transition: All .3s ease-in-out;
                -webkit-transition: All .3s ease-in-out;
                -moz-transition: All .3s ease-in-out;
                -o-transition: All .3s ease-in-out;
            }

            .honor li a:after {
                content: "";
                z-index: 21;
                width: 67px;
                height: 67px;
                border-radius: 50%;
                background-color: rgba(255,255,255,0.5);
                background-image: url(../images/icons.png);
                background-repeat: no-repeat;
                background-position: -263px -7px;
                -webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);
                opacity: 0;
                transition: All .3s ease-in-out;
                -webkit-transition: All .3s ease-in-out;
                -moz-transition: All .3s ease-in-out;
                -o-transition: All .3s ease-in-out;
                display: block;
                max-width: 100%;
                max-height: 100%;
                position: absolute;
                margin: auto;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }

            .honor li a:hover:before {
                opacity: 1;
            }

            .honor li a:hover:after {
                opacity: 1;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

    .honor .pic {
        height: 315px;
        position: relative;
    }

    .honor .txt {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        font-size: 14px;
        color: #3b3b3b;
        margin-top: 30px;
    }

.products-chose {
    background-color: #e9e9e9;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #5a5a5a;
    padding: 7px;
}

    .products-chose select {
        width: 353px;
        color: #989898;
        padding: 5px 0;
        background-color: #fff;
        border: 1px solid #dfdfdf;
    }

        .products-chose select:focus {
            border-color: #0e80eb;
        }

.products-container ul {
    margin: 0 -11px;
}

.products-container li {
    float: left;
    width: 33.33333333%;
    padding: 0 11px;
}

.products-container .items {
    margin-top: 40px;
    border: 1px solid #8fc8fe;
}

    .products-container .items:hover .pic:after {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .products-container .items:hover .pic:before {
        opacity: 1;
    }

.products-container .pic {
    height: 284px;
    background-color: #c1dffb;
}

    .products-container .pic:before {
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        opacity: 0;
        position: absolute;
        background-color: rgba(255,255,255,0.5);
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
        -moz-transition: All .3s ease-in-out;
        -o-transition: All .3s ease-in-out;
    }

    .products-container .pic:after {
        content: "";
        width: 90px;
        height: 90px;
        z-index: 4;
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        background: url(../images/icons.png) no-repeat -185px -86px;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
        -moz-transition: All .3s ease-in-out;
        -o-transition: All .3s ease-in-out;
        display: block;
        max-width: 100%;
        max-height: 100%;
        display: none \9;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.products-container .txt {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 70px;
    color: #fff;
    font-size: 16px;
    padding: 0 28px;
    line-height: 70px;
    background-color: #3293ee;
}

.products-tabs {
    background-color: #4fa9fd;
}

    .products-tabs li {
        border-right: 1px solid #93cbff;
        line-height: 37px;
        padding: 0 24px;
        cursor: pointer;
        font-size: 14px;
        color: #fff;
        height: 37px;
        float: left;
    }

        .products-tabs li.active {
            background-color: #0e80eb;
        }

.products-ed {
    line-height: 1.6;
    color: #454545;
    font-size: 14px;
}

    .products-ed img {
        max-width: 100%;
    }

.products-download li {
    padding: 0 25px;
    line-height: 45px;
}

    .products-download li:nth-child(odd) {
        background-color: #eee;
    }

    .products-download li:hover .name {
        color: #0e80eb;
    }

    .products-download li:hover .btn {
        color: #fff;
        background-color: #0e80eb;
    }

.products-download .btn {
    color: #0e80eb;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    margin-top: 8px;
    padding: 0 10px;
}

.products-download .name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    color: #454545;
    font-size: 14px;
}

    .products-download .name .icon-circle {
        font-size: 12px !important;
    }

.products-infos .name {
    color: #0e0e0e;
    font-size: 28px;
    font-weight: 100;
}

.products-infos .infos {
    padding: 28px;
    color: #454545;
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.6;
    position: relative;
    background-color: #f6f6f6;
    border-top: 1px solid #e1e1e1;
}

    .products-infos .infos:before {
        content: "";
        width: 100%;
        height: 1px;
        left: 0;
        top: 1px;
        position: absolute;
        background-color: #fff;
    }

.products-infos .btn {
    color: #fff;
    font-size: 18px;
    padding: 10px 40px;
    display: inline-block;
    background-color: #d92820;
}

    .products-infos .btn:active {
        background-color: #c3160f;
    }

.products-pic-max {
    background-color: #c1dffb;
    border: 1px solid #8fc8fe;
}

    .products-pic-max .items {
        height: 400px;
        display: block;
        position: relative;
    }

.products-pic-min {
    margin: 10px -5px 0 -5px;
}

    .products-pic-min .items {
        width: 108px;
        height: 75px;
        display: block;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        background-color: #c1dffb;
        border: 1px solid #8fc8fe;
    }

    .products-pic-min .slick-list {
        padding: 2px 0;
    }

    .products-pic-min .slick-current .items {
        outline: 1px solid #0e80eb;
        border-color: #0e80eb;
    }

.pro-modal {
    width: 690px;
    display: none;
    position: relative;
    border: 1px solid #ccc;
    font-size: 12px;
    background-color: #fff;
}

    .pro-modal .icon-remove {
        cursor: pointer;
        width: 50px;
        height: 50px;
        color: #fff;
        position: absolute;
        right: -50px;
        top: -1px;
        line-height: 50px;
        font-size: 20px;
        text-align: center;
        background-color: #000;
    }

    .pro-modal .title {
        color: #333;
        padding: 15px 40px;
        background-color: #f3f3f3;
        font-size: 20px;
        border-bottom: 1px solid #d9d9d9;
    }

    .pro-modal .form {
        padding-left: 20px;
        padding-top: 34px;
        padding-right: 34px;
        padding-bottom: 34px;
    }

        .pro-modal .form td {
            vertical-align: top;
            padding: 5px 4px;
            line-height: 32px;
        }

        .pro-modal .form input[type='text'], .pro-modal .form input[type='email'] {
            display: block;
            padding: 0 10px;
            width: 100%;
            height: 32px;
            line-height: 32px;
            border: 1px solid #ddd;
        }

            .pro-modal .form input[type='text']:focus, .pro-modal .form input[type='email']:focus {
                border-color: #2f83c1;
            }

        .pro-modal .form textarea {
            width: 545px;
            padding: 10px;
            height: 80px;
            max-width: 545px;
            border: 1px solid #ddd;
        }

            .pro-modal .form textarea:focus {
                border-color: #2f83c1;
            }

    .pro-modal input[type='submit'], .pro-modal input[type='button'], .pro-modal input[type='reset'] {
        border: 0;
        padding: 8px 50px;
        border-radius: 3px;
        font-size: 14px;
        color: #fff;
        background-color: #0e80eb;
    }

    .pro-modal input[type='reset'] {
        color: #333;
        background-color: #ddd;
    }

.clients {
    margin-top: 40px;
    padding: 0 75px;
}

    .clients li {
        float: left;
        width: 16.66666667%;
        border-bottom: 1px solid #ddd;
    }

    .clients .items {
        border: 2px solid transparent;
        border-radius: 2px;
        float: left;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
        -moz-transition: All .3s ease-in-out;
        -o-transition: All .3s ease-in-out;
    }

        .clients .items .pic {
            height: 113px;
        }

        .clients .items .txt {
            background-color: #4c4c4c;
            text-align: center;
            line-height: 34px;
            font-size: 14px;
            padding: 0 15px;
            color: #fff;
            opacity: 0;
            transition: All .3s ease-in-out;
            -webkit-transition: All .3s ease-in-out;
            -moz-transition: All .3s ease-in-out;
            -o-transition: All .3s ease-in-out;
            height:34px;
            overflow:hidden;
        }

        .clients .items:hover {
            border-color: #4c4c4c;
        }

            .clients .items:hover .txt {
                opacity: 1;
            }

.clients-detail {
    padding: 60px 78px;
}

    .clients-detail .client-txt {
        width: 830px;
    }

        .clients-detail .client-txt .name {
            padding: 15px;
            font-size: 30px;
            color: #454545;
        }

        .clients-detail .client-txt .text {
            border-top: 1px solid #d1d1d1;
            line-height: 1.6;
            font-size: 14px;
            padding: 15px;
        }

    .clients-detail .client-pic {
        border: 1px solid #d1d1d1;
        position: relative;
        width: 270px;
        height: 270px;
    }

.photos {
    padding: 0 78px;
}

    .photos li {
        float: left;
        width: 33.33333333%;
    }

    .photos .items {
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
        -moz-transition: All .3s ease-in-out;
        -o-transition: All .3s ease-in-out;
        padding: 18px;
        margin-top: 40px;
    }

        .photos .items:hover {
            background-color: #0e80eb;
        }

            .photos .items:hover .txt {
                color: #fff;
            }

            .photos .items:hover .pic img {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

    .photos .pic {
        overflow: hidden;
        height: 240px;
    }

        .photos .pic img {
            transition: All .3s ease-in-out;
            -webkit-transition: All .3s ease-in-out;
            -moz-transition: All .3s ease-in-out;
            -o-transition: All .3s ease-in-out;
        }

    .photos .txt {
        height: 42px;
        font-size: 14px;
        line-height: 1.6;
        overflow: hidden;
        margin-top: 10px;
        text-align: center;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
        -moz-transition: All .3s ease-in-out;
        -o-transition: All .3s ease-in-out;
    }

.photos-detail {
    padding: 60px 78px;
}

    .photos-detail .client-txt {
        width: 530px;
    }

        .photos-detail .client-txt .name {
            padding: 15px;
            line-height: 1.6;
            font-size: 20px;
            color: #454545;
        }

        .photos-detail .client-txt .text {
            border-top: 1px solid #d1d1d1;
            line-height: 1.6;
            font-size: 14px;
            padding: 15px;
        }

    .photos-detail .client-pic {
        border: 1px solid #d1d1d1;
        position: relative;
        width: 560px;
        height: 398px;
    }

.service-ed {
    font-size: 14px;
    line-height: 1.6;
    padding: 85px;
}

    .service-ed img {
        max-width: 100%;
    }

    .service-ed .service-title {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 5px 10px;
        border-radius: 4px;
        margin-bottom: 10px;
        display: inline-block;
        background-color: #df4741;
    }

.videos {
    padding: 0 75px;
    margin-bottom: -35px;
}

    .videos ul {
        margin: 0 -6px;
    }

    .videos li {
        float: left;
        width: 33.33333333%;
        padding: 0 6px;
    }

    .videos .items .pic {
        height: 205px;
    }

        .videos .items .pic:before {
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            position: absolute;
            background-color: rgba(0,0,0,0.3);
            transition: All .3s ease-in-out;
            -webkit-transition: All .3s ease-in-out;
            -moz-transition: All .3s ease-in-out;
            -o-transition: All .3s ease-in-out;
        }

        .videos .items .pic:after {
            content: "";
            z-index: 3;
            opacity: 0;
            width: 40px;
            height: 35px;
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
            background: url(../images/icons.png) no-repeat -294px -114px;
            transition: All .3s ease-in-out;
            -webkit-transition: All .3s ease-in-out;
            -moz-transition: All .3s ease-in-out;
            -o-transition: All .3s ease-in-out;
            display: block;
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            margin: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

    .videos .items .txt {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        transition: All .3s ease-in-out;
        -webkit-transition: All .3s ease-in-out;
        -moz-transition: All .3s ease-in-out;
        -o-transition: All .3s ease-in-out;
        color: #454545;
        font-size: 14px;
        padding: 0 35px;
        line-height: 50px;
        margin-bottom: 35px;
        background-color: #ddd;
    }

    .videos .items:hover .txt {
        color: #fff;
        background-color: #0e80eb;
    }

    .videos .items:hover .pic:before {
        opacity: 0;
    }

    .videos .items:hover .pic:after {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.news-show {
    padding: 50px 75px;
}

    .news-show .new-state, .news-show .new-name {
        text-align: center;
    }

    .news-show .new-name {
        line-height: 1.4;
        font-weight: 100;
        color: #454545;
        font-size: 26px;
    }

    .news-show .new-state {
        padding: 10px 0;
        margin-top: 20px;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
    }

    .news-show .new-ed {
        margin-top: 50px;
        line-height: 2;
    }

        .news-show .new-ed img {
            max-width: 100%;
        }

.news-list {
    padding: 0 60px;
}

    .news-list li {
        float: left;
        width: 33.33333333%;
        padding: 30px 0;
        border-bottom: 1px solid #dedede;
    }

        .news-list li:nth-child(3n+0) .items {
            border-right: 0;
        }

    .news-list .items {
        padding: 20px;
        border-right: 1px solid #dedede;
    }

        .news-list .items .pic {
            height: 208px;
            overflow: hidden;
        }

            .news-list .items .pic img {
                transition: All .3s ease-in-out;
                -webkit-transition: All .3s ease-in-out;
                -moz-transition: All .3s ease-in-out;
                -o-transition: All .3s ease-in-out;
            }

        .news-list .items .name {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            transition: All .3s ease-in-out;
            -webkit-transition: All .3s ease-in-out;
            -moz-transition: All .3s ease-in-out;
            -o-transition: All .3s ease-in-out;
            color: #454545;
            font-size: 18px;
            margin-top: 24px;
        }

        .news-list .items .time {
            font-family: arial;
            color: #7d7d7d;
            margin: 12px 0;
        }

        .news-list .items .text {
            overflow: hidden;
            height: 42px;
            line-height: 2;
        }

        .news-list .items .icon-angle-right {
            transition: All .3s ease-in-out;
            -webkit-transition: All .3s ease-in-out;
            -moz-transition: All .3s ease-in-out;
            -o-transition: All .3s ease-in-out;
            background-color: #e3e3e3;
            display: inline-block;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
            margin-top: 20px;
            width: 30px;
            height: 30px;
        }

        .news-list .items:hover .pic img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .news-list .items:hover .name {
            color: #0e80eb;
        }

        .news-list .items:hover .icon-angle-right {
            color: #fff;
            background-color: #0e80eb;
        }

.hr-modal {
    width: 875px;
    padding: 40px;
    display: none;
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
}

    .hr-modal .icon-remove {
        cursor: pointer;
        width: 50px;
        height: 50px;
        color: #fff;
        position: absolute;
        right: -50px;
        top: -1px;
        line-height: 50px;
        font-size: 20px;
        text-align: center;
        background-color: #000;
    }

    .hr-modal .title {
        color: #333;
        font-size: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d9d9d9;
    }

    .hr-modal .form td {
        vertical-align: top;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 20px;
        line-height: 32px;
    }

    .hr-modal .form input[type='text'], .hr-modal .form input[type='email'] {
        display: block;
        padding: 0 10px;
        width: 100%;
        height: 32px;
        line-height: 32px;
        border: 1px solid #abadb3;
    }

        .hr-modal .form input[type='text']:focus, .hr-modal .form input[type='email']:focus {
            border-color: #2f83c1;
        }

    .hr-modal .form textarea {
        padding: 10px;
        height: 80px;
        max-width: 100%;
        border: 1px solid #abadb3;
    }

        .hr-modal .form textarea:focus {
            border-color: #2f83c1;
        }

    .hr-modal .form input[type='submit'], .hr-modal .form input[type='button'], .hr-modal .form input[type='reset'] {
        border: 0;
        padding: 13px 50px;
        border-radius: 3px;
        font-size: 16px;
        color: #fff;
        background-color: #0e80eb;
    }

    .hr-modal .form input[type='reset'] {
        background-color: #343434;
    }

    .hr-modal .form .is-file {
        width: 128px;
        position: relative;
    }

        .hr-modal .form .is-file .btn {
            border: 0;
            display: inline-block;
            border-radius: 3px;
            font-size: 16px;
            color: #fff;
            padding: 3px 30px;
            background-color: #2f83c1;
        }

        .hr-modal .form .is-file input[type='file'] {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }

.hr-show {
    padding: 75px;
}

    .hr-show .hr-btn {
        margin-top: 20px;
        font-size: 16px;
        color: #fff;
        display: inline-block;
        padding: 13px 50px;
        border-radius: 5px;
        background-color: #0e80eb;
    }

        .hr-show .hr-btn:active {
            background-color: #0c6bc4;
        }

    .hr-show .hr-ed {
        padding: 30px 0;
        line-height: 2;
        border-bottom: 1px solid #d9d9d9;
    }

    .hr-show .hr-title {
        border-bottom: 1px solid #d9d9d9;
    }

        .hr-show .hr-title .name {
            padding-bottom: 20px;
            font-weight: 100;
            font-size: 30px;
            color: #333;
        }

        .hr-show .hr-title .need {
            margin-top: 18px;
        }

            .hr-show .hr-title .need [class*='icon-'] {
                color: #ccc;
            }

            .hr-show .hr-title .need span {
                display: inline-block;
                margin: 0 5px;
            }

.hr-list {
    padding: 75px;
}

    .hr-list tr:nth-child(odd) th, .hr-list tr:nth-child(odd) td {
        background-color: #f2f2f2;
    }

    .hr-list tr:hover td, .hr-list tr:hover th {
        color: #fff !important;
        background-color: #0e80eb !important;
    }

    .hr-list tr:hover a {
        color: #fff;
    }

    .hr-list td, .hr-list th {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 14px;
        line-height: 1.6;
    }

    .hr-list th {
        color: #333;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 2px solid #dedede;
        border-bottom: 1px solid #dedede;
    }

        .hr-list th [class*='icon-'] {
            color: #ccc;
        }

    .hr-list td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.map-container {
    height: 485px;
}

    .map-container:before {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 10px;
        position: absolute;
        z-index: 999;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2) inset;
    }

.contact-container {
    padding: 40px 75px;
}

    .contact-container .list li {
        float: left;
        width: 50%;
        padding: 15px;
    }

        .contact-container .list li .tt {
            background-color: #d3281b;
            display: inline-block;
            font-weight: bold;
            color: #fff;
            padding: 8px 20px;
            border-radius: 4px;
            margin-bottom: 10px;
        }

        .contact-container .list li .cc {
            line-height: 1.6;
        }

.message {
    padding: 0 40px;
}

    .message th, .message td {
        vertical-align: top;
        padding: 7px 2px;
        line-height: 28px;
    }

    .message th {
        width: 80px;
        color: #454545;
        font-size: 12px;
        text-align: right;
    }

    .message input[type='text'], .message input[type='email'] {
        display: block;
        width: 100%;
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
        border: 1px solid #ddd;
    }

        .message input[type='text']:focus, .message input[type='email']:focus {
            border-color: #0e80eb;
        }

    .message textarea {
        height: 70px;
        padding: 10px;
        width: 100%;
        max-width: 100%;
        border: 1px solid #ddd;
    }

        .message textarea:focus {
            border-color: #0e80eb;
        }

    .message input[type='reset'] {
        border: 0;
        padding: 6px 40px;
    }

    .message input[type='button'], .message input[type='submit'] {
        border: 0;
        padding: 6px 40px;
        color: #fff;
        background-color: #0e80eb;
    }

.editor {
    padding: 0 75px 75px 75px;
    line-height: 2;
    font-size: 14px;
}

.links-container {
    padding: 0 75px;
}

    .links-container ul {
        margin: 0 -15px;
    }

    .links-container li {
        float: left;
        width: 20%;
        padding: 0 15px;
    }

    .links-container .items {
        margin-top: 30px;
    }

        .links-container .items:hover .pic {
            border-color: #0e80eb;
        }

        .links-container .items:hover .txt {
            color: #0e80eb;
        }

    .links-container .pic {
        border: 1px solid #ccc;
        height: 95px;
    }

    .links-container .txt {
        margin-top: 15px;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
