﻿.bgFull {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(css/cover.htc);
    behavior: url(css/cover.htc);
}

.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;
}

.blockFull {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.block {
    display: block;
    position: relative;
}

.centerBlock {
    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;
}

    .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;
}

.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;
}

.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;
}

    .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;
        }

.center-1200 {
    width: 1200px;
}

.header {
    position: relative;
    z-index: 90;
}

    .header .header-top {
        padding: 5px 0;
        z-index: 10;
        border-bottom: 1px solid #dadada;
        position: relative;
    }

        .header .header-top .search {
            position: relative;
            width: 150px;
            height: 20px;
        }

            .header .header-top .search input[type='text'] {
                width: 100%;
                width: 150px \9;
                display: block;
                border: 0;
                height: 20px;
                background-color: #f0f0f0;
                padding-left: 14px;
                padding-right: 30px;
                line-height: 20px;
                transition: All .2s ease-in-out;
                -webkit-transition: All .2s ease-in-out;
                -moz-transition: All .2s ease-in-out;
                -o-transition: All .2s ease-in-out;
                border-radius: 20px;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                -o-border-radius: 20px;
                -mz-border-radius: 20px;
            }

                .header .header-top .search input[type='text']:focus {
                    background-color: #ddd;
                }

            .header .header-top .search input[type='button'], .header .header-top .search input[type='submit'] {
                position: absolute;
                right: 8px;
                top: 1px;
                width: 15px;
                height: 15px;
                border: 0;
                background: url(../images/icons.png) no-repeat 0 0;
            }

                .header .header-top .search input[type='button']:active, .header .header-top .search input[type='submit']:active {
                    -webkit-transform: scale(.9);
                    -ms-transform: scale(.9);
                    transform: scale(.9);
                }

        .header .header-top .links {
            position: relative;
        }

            .header .header-top .links .items {
                line-height: 20px;
                margin-left: 14px;
            }

                .header .header-top .links .items img {
                    margin-right: 5px;
                    vertical-align: -3px;
                }

                .header .header-top .links .items.active, .header .header-top .links .items:hover {
                    color: #000;
                }

                    .header .header-top .links .items.active img, .header .header-top .links .items:hover img {
                        filter: invert(1);
                        -webkit-filter: invert(1);
                        -moz-filter: invert(1);
                        -o-filter: invert(1);
                        -mz-filter: invert(1);
                    }

            .header .header-top .links .erweima {
                position: absolute;
                right: 0;
                top: 26px;
                width: 170px;
                display: none;
                box-shadow: 0 0 10px rgba(0,0,0,0.2);
            }

                .header .header-top .links .erweima img {
                    display: block;
                    width: 100%;
                }

    .header .logo-container .logo {
        height: 90px;
    }

        .header .logo-container .logo img {
            display: block;
            height: 100%;
        }

    .header .logo-container .stores {
        overflow: hidden;
        height: 90px;
        padding: 35px 0;
        padding-left: 85px;
        background: url(../images/icons.png) no-repeat -418px 3px;
        text-transform: uppercase;
    }

    .header .logo-container .tel {
        overflow: hidden;
        height: 90px;
        font-family: impact;
        color: #fd7e1d;
        padding-left: 40px;
        margin-right: 25px;
        background: url(../images/icons.png) no-repeat -465px -103px;
        line-height: 90px;
        font-size: 29px;
    }

    .header .nav-container {
        position: relative;
        width: 1600px;
        left: 50%;
        margin-left: -800px;
        background-color: #3a3a3a;
        border-bottom: 1px solid #fff;
    }

        .header .nav-container .nav > ul > li {
            position: relative;
            float: left;
            -webkit-perspective: 800px;
            perspective: 800px;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }

            .header .nav-container .nav > ul > li > a {
                border-right: 1px solid #222;
                border-left: 1px solid #525252;
                width: 114px;
                display: block;
                color: #fff;
                z-index: 2;
                line-height: 54px;
                font-size: 14px;
                text-align: center;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                position: relative;
            }

            .header .nav-container .nav > ul > li:first-child > a {
                border-left: 0;
            }

            .header .nav-container .nav > ul > li:last-child > a {
                border-right: 0;
            }

            .header .nav-container .nav > ul > li:before {
                content: "";
                width: 100%;
                height: 100%;
                background-color: #fd7e1d;
                left: 0;
                top: 0;
                display: none \9;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                filter: blur(20px);
                -webkit-filter: blur(20px);
                -moz-filter: blur(20px);
                -o-filter: blur(20px);
                -mz-filter: blur(20px);
                transition: All .2s ease-in-out;
                -webkit-transition: All .2s ease-in-out;
                -moz-transition: All .2s ease-in-out;
                -o-transition: All .2s ease-in-out;
                position: absolute;
            }

            .header .nav-container .nav > ul > li:hover:before {
                filter: blur(0);
                -webkit-filter: blur(0);
                -moz-filter: blur(0);
                -o-filter: blur(0);
                -mz-filter: blur(0);
                display: block \9;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

            .header .nav-container .nav > ul > li:hover > .child {
                -webkit-transform: rotateY(0);
                transform: rotateY(0);
                display: block \9;
                width: 100%;
                filter: blur(0);
                -webkit-filter: blur(0);
                -moz-filter: blur(0);
                -o-filter: blur(0);
                -mz-filter: blur(0);
                opacity: 1;
                filter: alpha(opacity=100);
            }

            .header .nav-container .nav > ul > li.active:before {
                filter: blur(0);
                -webkit-filter: blur(0);
                -moz-filter: blur(0);
                -o-filter: blur(0);
                -mz-filter: blur(0);
                display: block \9;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

            .header .nav-container .nav > ul > li > .child {
                position: absolute;
                opacity: 0;
                filter: alpha(opacity=0);
                filter: blur(20px);
                -webkit-filter: blur(20px);
                -moz-filter: blur(20px);
                -o-filter: blur(20px);
                -mz-filter: blur(20px);
                transition: All .4s ease-in-out;
                -webkit-transition: All .4s ease-in-out;
                -moz-transition: All .4s ease-in-out;
                -o-transition: All .4s ease-in-out;
                display: none \9;
                width: 0;
                left: 0;
                top: 54px;
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
                border-top: 1px solid #fff;
                background-color: #3a3a3a;
                z-index:999
            }

                .header .nav-container .nav > ul > li > .child > ul > li > a {
                    display: block;
                    color: #939393;
                    transition: All .2s ease-in-out;
                    -webkit-transition: All .2s ease-in-out;
                    -moz-transition: All .2s ease-in-out;
                    -o-transition: All .2s ease-in-out;
                    font-size: 14px;
                    text-align: center;
                    line-height: 45px;
                    overflow: hidden;
                    height:45px; 
                    overflow:hidden
                    
                }

                .header .nav-container .nav > ul > li > .child > ul > li > ul > li > a {
                    display: block;
                    transition: All .2s ease-in-out;
                    -webkit-transition: All .2s ease-in-out;
                    -moz-transition: All .2s ease-in-out;
                    -o-transition: All .2s ease-in-out;
                    font-size: 12px;
                    text-align: center;
                    line-height: 34px;
                    height:34px;
                    overflow: hidden;
                 
                }

                .header .nav-container .nav > ul > li > .child > ul > li > ul > li:hover > a {
                    color: #fff;
                    background-color: #636363;
                }

                .header .nav-container .nav > ul > li > .child > ul > li:hover > a {
                    color: #fff;
                    background-color: #fd7e1d;
                }

        .header .nav-container .links {
            line-height: 52px;
            font-size: 14px;
            color: #fff;
            display: block;
        }



            .header .nav-container .links span {
                display: inline-block;
                vertical-align: middle;
            }

            .header .nav-container .links .round {
                width: 32px;
                height: 32px;
                margin-left: 15px;
                background-color: #8d8d8d;
                background-repeat: no-repeat;
                background-position: -22px 5px;
                background-image: url(../images/icons.png);
                transition: All .2s ease-in-out;
                -webkit-transition: All .2s ease-in-out;
                -moz-transition: All .2s ease-in-out;
                -o-transition: All .2s ease-in-out;
                border-radius: 16px;
                -webkit-border-radius: 16px;
                -moz-border-radius: 16px;
                -o-border-radius: 16px;
                -mz-border-radius: 16px;
            }

            .header .nav-container .links:hover .round {
                background-color: #fd7e1d;
            }

.column-banner {
    position: relative;
    left: 50%;
    margin-left: -800px;
    width: 1600px;
    height:360px;
    overflow:hidden
}

    .column-banner img {
        display: block;
        width: 100%;
    }

.crumbs {
    position: relative;
    left: 50%;
    margin-left: -800px;
    width: 1600px;
    color: #868686;
    margin-bottom: 40px;
    border-bottom: 1px solid #ececec;
}

    .crumbs img {
        display: block;
        width: 100%;
    }

    .crumbs a {
        color: #868686;
    }

        .crumbs a:hover, .crumbs span {
            color: #fd7e1d;
            text-decoration: underline;
        }

    .crumbs .centerBlock {
        padding: 14px 0;
    }

                .crumbs .centerBlock:before {

            width: 335px;
            height: 345px;
           /* background-color: #ececec;*/
            left: -180px;
            top: 45px;
            position: absolute;
			background:url(../images/line.png) no-repeat top;
			
        }

       /* .crumbs .centerBlock:after {
            content: "";
            width: 1px;
            height: 440px;
            background-color: #ececec;
            left: 170px;
            top: 100%;
            -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
			
			
			
        }*/

.column-content {
    margin-bottom: 75px;
}

    .column-content .aside {
        width: 240px;
        padding-right: 30px;
        border-right: 1px solid #e4e4e4;
    }

    .column-content .aside-menu > ul > li {
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        margin-top: -1px;
        padding: 3px 0;
        overflow: hidden;
        position: relative;
    }

        .column-content .aside-menu > ul > li > a {
            padding: 0 15px;
            display: block;
            height: 25px;
            color: #666;
            z-index: 2;
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            font-size: 14px;
            line-height: 25px;
    
            overflow: hidden;
         
            position: relative;
        }

        .column-content .aside-menu > ul > li:before {
            content: "";
            height: 25px;
            width: 100%;
            right: 0;
            top: 3px;
            background-repeat: no-repeat;
            background-position: right center;
            background-image: url(../images/bg-07.jpg);
            background-color: #fd7e1d;
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
            display: none \9;
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            position: absolute;
        }

        .column-content .aside-menu > ul > li.active > a, .column-content .aside-menu > ul > li:hover > a {
            color: #fff;
            font-weight: 600;
        }

        .column-content .aside-menu > ul > li.active:before, .column-content .aside-menu > ul > li:hover:before {
            display: block \9;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

    .column-content .column-main {
        width: 930px;
    }

.page {
    text-align: right;
    margin-top: 30px;
    padding-top: 16px;
    border-top: 1px solid #e6e5e5;
}

    .page a {
        margin: 0 2px;
        display: inline-block;
        background-color: #e9e9e9;
        height: 27px;
        padding: 0 11px;
        line-height: 27px;
    }

        .page a:hover, .page a.active {
            color: #fff;
            background-color: #fd7e1d;
        }

.column-menus-container {
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
}

.column-menus {
    text-align: center;
}

    .column-menus a {
        width: 92px;
        height: 30px;
        border: 1px solid #a7a7a7;
        display: inline-block;
        margin: 10px 10px 0px 10px;
        overflow: hidden;
        line-height: 28px;
        font-size: 15px;
        white-space:nowrap;
    }

        .column-menus a.active, .column-menus a:hover {
            color: #fff;
            border-color: #fd7e1d;
            background-color: #fd7e1d;
        }

.column-menus-chid {
    text-align: center;
}

    .column-menus-chid a {
        font-size: 14px;
        width: 105px;
        color: #787878;
        overflow: hidden;
        display: inline-block;
        padding: 8px;
        height:35px;
        line-height:35px
    }
    .column-menus-chid a.active {
        color:#fd7e1d
    }

        .column-menus-chid a.active, .column-menus-chid a:hover {
            color: #fd7e1d;
        }

        .column-menus-chid a.active {
            font-weight: 600;
            text-decoration: underline;
            color: #fd7e1d;
        }

.column-search {
    position: relative;
    width: 260px;
    height: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .column-search input[type='text'] {
        padding: 0 33px 0 5px;
        display: block;
        width: 100%;
        height: 100%;
        height: 24px \9;
        line-height: 24px \9;
        border: 1px solid #d9d9d9;
    }

    .column-search input[type='button'], .column-search input[type='submit'] {
        position: absolute;
        width: 28px;
        height: 24px;
        right: 0;
        top: 0;
        border: 0;
        background-position: -470px -308px;
        background-repeat: no-repeat;
        background-image: url(../images/icons.png);
        background-color: #fd7e1d;
    }

        .column-search input[type='button']:active, .column-search input[type='submit']:active {
            -webkit-transform: scale(.9);
            -ms-transform: scale(.9);
            transform: scale(.9);
        }

    .column-search.column-search-padding {
        padding: 0 36px;
    }

.screening li {
    position: relative;
    font-size: 14px;
    padding: 7px 0 7px 70px;
    border-bottom: 1px solid #d9d9d9;
}

    .screening li a {
        line-height: 22px;
        display: inline-block;
        margin: 5px 0;
        padding: 0 10px;
        height: 22px;
        max-width:150px;
        overflow:hidden
    }

        .screening li a.curs, .screening li a:hover {
            color: #fd7e1d;
            cursor:pointer
        }

    .screening li .type-tt {
        position: absolute;
        text-align: center;
        left: 0;
        top: 12px;
        width: 60px;
        height: 22px;
        color: #fff;
        overflow: hidden;
        background-color: #fd7e1d;
    }

.screening.screening-padding {
    padding: 0 36px;
}

.dark-container {
    position: relative;
    padding: 45px;
    background-color: #ececec;
    width: 1600px;
    left: 50%;
    margin-left: -800px;
   min-height:300px
}

    .dark-container:before {
        content: "";
        width: 100%;
        height: 1px;
        left: 0;
        top: 1px;
        background-color: #fff;
        position: absolute;
    }

.leade-more {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .leade-more a {
        font-size: 14px;
        display: inline-block;
        padding: 6px 20px;
        border: 1px solid #bebebe;
    }

        .leade-more a:active {
            color: #fff;
            border-color: #fd7e1d;
            background-color: #fd7e1d;
        }

.common-line-group {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    display: block;
    color: #3a3a3a;
    height: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    background: url(../images/line-2.jpg) repeat-x right center;
}

    .common-line-group .en, .common-line-group .ch {
        position: relative;
        transition: All .4s ease-in-out;
        -webkit-transition: All .4s ease-in-out;
        -moz-transition: All .4s ease-in-out;
        -o-transition: All .4s ease-in-out;
        z-index: 2;
    }

    .common-line-group .en {
        text-transform: uppercase;
        background-color: #fff;
        font-family: "century gothic";
    }

    .common-line-group .ch {
        padding-left: 5px;
        padding-right: 18px;
        background-color: #fff;
    }

    .common-line-group:before {
        content: "";
        width: 0;
        height: 100%;
        right: 0;
        top: 0;
        background: url(../images/line-3.jpg) repeat-x right center;
        transition: All .4s ease-in-out;
        -webkit-transition: All .4s ease-in-out;
        -moz-transition: All .4s ease-in-out;
        -o-transition: All .4s ease-in-out;
        position: absolute;
    }

.link-to-designer {
    display: inline-block;
    width: 123px;
    height: 30px;
    color: #fff;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 2px -311px;
    background-image: url(../images/icons.png);
    background-color: #fd7e1d;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
}

    .link-to-designer:hover {
        color: #fff;
    }

    .link-to-designer:active {
        box-shadow: 0 0 10px rgba(0,0,0,0.5) inset;
    }

.round-list li {
    position: relative;
    padding-left: 22px;
}

    .round-list li:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 3px solid #fed8bb;
        background-color: #fd7e1d;
        left: 0;
        top: 9px;
        position: absolute;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -mz-border-radius: 50%;
    }

.cor-title {
    position: relative;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
    min-width: 165px;
    color: #fff;
    display: inline-block;
    padding: 7px 30px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: url(../images/bg-08.jpg) repeat repeat;
}

    .cor-title:after {
        content: "";
        width: 100%;
        height: 12px;
        background: -webkit-linear-gradient(bottom, #fff, #e2e2e2);
        background: linear-gradient(to top, #fff, #e2e2e2);
        left: 0;
        top: 100%;
        border-top: 1px solid #fff;
        border-top-right-radius: 8px;
        position: absolute;
    }

    .cor-title.cor-title-gary {
        background: url(../images/bg-21.jpg) repeat repeat;
    }

.cor-arrow-title {
    position: relative;
    line-height: 40px;
    font-size: 26px;
    color: #fff;
    overflow: hidden;
    padding-left: 28px;
    padding-right: 45px;
    background: url(../images/bg-22.jpg) repeat repeat;
    display: inline-block;
    height: 45px;
}

    .cor-arrow-title:after {
        content: "";
        width: 17px;
        height: 100%;
        background: url(../images/bg-23.jpg) no-repeat center;
        right: 0;
        top: 0;
        position: absolute;
    }

.number-list li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 35px;
}

.number-list .num {
    width: 24px;
    height: 24px;
    left: 0;
    top: 2px;
    font-family: arial;
    color: #fff;
    overflow: hidden;
    border: 2px solid #e9e9e9;
    background-color: #fd7e1d;
    font-size: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -mz-border-radius: 50%;
    text-align: center;
    font-weight: 100;
    line-height: 20px;
    position: absolute;
}

.number-list .tt {
    font-size: 16px;
    font-weight: 600;
}

.number-list .cc {
    margin-top: 3px;
    line-height: 18px;
}

.footer {
    color: #737373;
    background-color: #333;
}

    .footer a {
        color: #737373;
    }

        .footer a:hover {
            color: #b9b9b9;
        }

    .footer .navs-container {
        padding: 35px 0;
    }

        .footer .navs-container .nav li {
            float: left;
            width: 88px;
            margin-right: 20px;
        }

        .footer .navs-container .nav dd a, .footer .navs-container .nav dt a {
            display: block;
            overflow: hidden;
           height:28px; 
           line-height:28px;

        }

        .footer .navs-container .nav dt a {
            font-size: 13px;
            margin-bottom: 20px;
        }

        .footer .navs-container .nav dd a {
            font-size: 12px;
            line-height: 28px;
        }

        .footer .navs-container .contact-info {
            position: relative;
            width: 462px;
            padding-left: 35px;
            background: url(../images/line-1.png) no-repeat left top;
        }

            .footer .navs-container .contact-info .t-en {
                text-transform: uppercase;
                font-size: 36px;
                line-height: 36px;
            }

            .footer .navs-container .contact-info .t-ch {
                font-size: 18px;
                line-height: 18px;
                margin-top: 12px;
            }

                .footer .navs-container .contact-info .t-ch:after {
                    content: "";
                    display: block;
                    width: 35px;
                    height: 2px;
                    margin-top: 12px;
                    background-color: #737373;
                }

            .footer .navs-container .contact-info .c-cc {
                line-height: 24px;
                margin-top: 12px;
            }

            .footer .navs-container .contact-info .erweima {
                width: 100px;
                right: 0;
                top: 0;
                position: absolute;
                text-align: center;
            }

                .footer .navs-container .contact-info .erweima img {
                    width: 100%;
                    display: block;
                    margin-bottom: 10px;
                    transition: All .2s ease-in-out;
                    -webkit-transition: All .2s ease-in-out;
                    -moz-transition: All .2s ease-in-out;
                    -o-transition: All .2s ease-in-out;
                }

                .footer .navs-container .contact-info .erweima:hover img {
                    -webkit-transform: scale(1.5);
                    -ms-transform: scale(1.5);
                    transform: scale(1.5);
                }

    .footer .links {
        padding: 12px 0;
        border-top: 1px solid #404040;
        padding-left: 58px;
        position: relative;
    }

        .footer .links:before {
            content: "友情链接：";
            left: 0;
            top: 12px;
            position: absolute;
        }

        .footer .links .items {
            line-height: 1;
            padding: 0 5px;
            display: inline-block;
            border-right: 1px solid #737373;
        }

    .footer .footer-copy {
        text-transform: uppercase;
        width: 888px;
        padding-bottom: 25px;
        padding-top: 10px;
        border-top: 1px solid #404040;
    }

    .footer .gs {
        position: absolute;
        bottom: 15px;
        right: 0;
    }

.tip-prompt {
    position: absolute;
    left: -80px;
    top: 0;
    width: 50px;
    height: 50px;
}

.banner-container {
    left: 50%;
    width: 1600px;
    margin-left: -800px;
    position: relative;
}

    .banner-container .notice {
        z-index: 20;
        right: 200px;
        bottom: 1px;
        height: 50px;
        width: 1090px;
        background-color: #3a3a3a;
        background-color: rgba(0,0,0,0.4);
        transition: All .2s ease-in-out;
        -webkit-transition: All .2s ease-in-out;
        -moz-transition: All .2s ease-in-out;
        -o-transition: All .2s ease-in-out;
        position: absolute;
    }

        .banner-container .notice .tt {
            left: -110px;
            bottom: 0;
            width: 150px;
            height: 70px;
            background: url(../images/icons.png) no-repeat -233px -13px;
            position: absolute;
        }

        .banner-container .notice .link {
            line-height: 50px;
            font-size: 14px;
            position: absolute;
            right: 20px;
            padding-right: 25px;
            top: 0;
            color: #fff;
            height: 50px;
            background: url(../images/icons.png) no-repeat 60px -17px;
        }

            .banner-container .notice .link:active {
                background-position: 62px -17px;
            }

        .banner-container .notice .slick {
            margin-left: 50px;
            max-width: 830px;
        }

            .banner-container .notice .slick .items {
                font-size: 14px;
                line-height: 50px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                color: #fff;
                height: 50px;
            }

        .banner-container .notice:hover {
            background-color: rgba(0,0,0,0.5);
        }

.color-links {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c9c9c9;
}

    .color-links .clearfix {
        margin-left: -12px;
        margin-right: -12px;
    }

    .color-links .items {
        position: relative;
        float: left;
        padding: 0 12px;
        padding-left: 60px;
        width: 16.66666667%;
    }

        .color-links .items .ico {
            display: block;
            width: 35px;
            height: 35px;
            left: 15px;
            top: 0;
            background-repeat: no-repeat;
            background-image: url(../images/icons.png);
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            position: absolute;
        }

        .color-links .items .name {
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            font-size: 16px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            color: #333;
        }

        .color-links .items:hover .name {
            color: #fd7e1d;
        }

        .color-links .items.items-1 .ico {
            background-position: 0 -168px;
        }

        .color-links .items.items-1:hover .ico {
            background-position: 0 -203px;
        }

        .color-links .items.items-2 .ico {
            background-position: -35px -168px;
        }

        .color-links .items.items-2:hover .ico {
            background-position: -35px -203px;
        }

        .color-links .items.items-3 .ico {
            background-position: -70px -168px;
        }

        .color-links .items.items-3:hover .ico {
            background-position: -70px -203px;
        }

        .color-links .items.items-4 .ico {
            background-position: -105px -168px;
        }

        .color-links .items.items-4:hover .ico {
            background-position: -105px -203px;
        }

        .color-links .items.items-5 .ico {
            background-position: -140px -168px;
        }

        .color-links .items.items-5:hover .ico {
            background-position: -140px -203px;
        }

        .color-links .items.items-6 .ico {
            background-position: -175px -168px;
        }

        .color-links .items.items-6:hover .ico {
            background-position: -175px -203px;
        }

.booking-btn {
    color: #333;
    height: 33px;
    padding: 0 15px;
    background-color: #e9e9e9;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -mz-border-radius: 15px;
    line-height: 33px;
    font-size: 14px;
}

    .booking-btn:active {
        box-shadow: 1px 1px 5px rgba(0,0,0,0.3) inset;
    }

.design-head {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 610px;
    position: relative;
}

    .design-head .tt {
        font-size: 32px;
        font-weight: 100;
        color: #000;
        margin-bottom: 10px;
    }

        .design-head .tt:after {
            content: "";
            display: block;
            width: 32px;
            height: 2px;
            background-color: #000;
            margin-top: 10px;
        }

    .design-head .cc-ch {
        font-size: 14px;
        color: #1a1a1a;
    }

    .design-head .cc-en {
        font-family: arial;
    }

    .design-head .booking-btn {
        top: 50%;
        right: 410px;
        margin-top: -16.5px;
        position: absolute;
    }

    .design-head .types {
        width: 270px;
        right: 0;
        top: 50%;
        top: 38% \9;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
    }

        .design-head .types ul {
            margin-left: -6px;
            margin-right: -6px;
        }

        .design-head .types li {
            float: left;
            width: 50%;
            padding: 6px;
        }

            .design-head .types li a {
                border: 1px solid #bababa;
                display: block;
                height: 34px;
                color: #333;
                font-size: 16px;
                overflow: hidden;
                text-align: center;
                line-height: 32px;
                transition: All .4s ease-in-out;
                -webkit-transition: All .4s ease-in-out;
                -moz-transition: All .4s ease-in-out;
                -o-transition: All .4s ease-in-out;
            }

            .design-head .types li.active a {
                color: #fff;
                border-color: #fd7e1d;
                background-color: #fd7e1d;
            }

.design-cont {
    position: relative;
    height: 510px;
}

    .design-cont > ul > li {
        transition: All .4s ease-in-out;
        -webkit-transition: All .4s ease-in-out;
        -moz-transition: All .4s ease-in-out;
        -o-transition: All .4s ease-in-out;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        left: 0;
        top: 0;
        width: 100%;
        border-bottom: 1px solid #c9c9c9;
        background-color: #fff;
    }

        .design-cont > ul > li.active {
            opacity: 1;
            filter: alpha(opacity=100);
            z-index: 2;
            -webkit-transform: rotateX(0);
            transform: rotateX(0);
        }

.design-slick .items {
    position: relative;
    transition: All .2s ease-in-out;
    -webkit-transition: All .2s ease-in-out;
    -moz-transition: All .2s ease-in-out;
    -o-transition: All .2s ease-in-out;
    height: 510px;
    padding-bottom: 152px;
    border-right: 1px solid #fff;
}

    .design-slick .items .pic {
        transition: All .2s ease-in-out;
        -webkit-transition: All .2s ease-in-out;
        -moz-transition: All .2s ease-in-out;
        -o-transition: All .2s ease-in-out;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-behavior: url(css/cover.htc);
        behavior: url(css/cover.htc);
        height: 100%;
    }

    .design-slick .items .txt {
        position: absolute;
        text-align: center;
        transition: All .2s ease-in-out;
        -webkit-transition: All .2s ease-in-out;
        -moz-transition: All .2s ease-in-out;
        -o-transition: All .2s ease-in-out;
        width: 100%;
        height: 152px;
        left: 0;
        bottom: 0;
        padding: 36px 18px;
    }

        .design-slick .items .txt .num {
            font-family: 'AvantGarde Bk BT';
            margin-bottom: 15px;
            color: #a6a6a6;
            line-height: 18px;
            font-size: 24px;
        }

        .design-slick .items .txt .name {
            overflow: hidden;
            font-size: 15px;
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            color: #1a1a1a;
            height:30px;
            line-height:30px
        }

        .design-slick .items .txt .type {
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            line-height: 12px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin-top: 15px;
            color: #969696;
        }

        .design-slick .items .txt .text {
            line-height: 18px;
            height: 52px;
            overflow: hidden;
        }

        .design-slick .items .txt .ico {
            margin-left: auto;
            margin-right: auto;
            width: 31px;
            height: 0;
            background: url(../images/icons.png) no-repeat -2px -135px;
        }

            .design-slick .items .txt .ico:hover {
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                filter: brightness(5);
                -webkit-filter: brightness(5);
                -moz-filter: brightness(5);
                -o-filter: brightness(5);
                -mz-filter: brightness(5);
            }

        .design-slick .items .txt .booking, .design-slick .items .txt .text, .design-slick .items .txt .ico {
            height: 0;
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            opacity: 0;
            filter: alpha(opacity=0);
        }

    .design-slick .items:hover {
        padding-bottom: 290px;
    }

        .design-slick .items:hover .txt {
            height: 290px;
            background-color: #473a31;
        }

            .design-slick .items:hover .txt .num, .design-slick .items:hover .txt .name, .design-slick .items:hover .txt .booking, .design-slick .items:hover .txt .ico, .design-slick .items:hover .txt .text {
                height: auto;
                color: #c29b73;
                opacity: 1;
                filter: alpha(opacity=100);
            }

            .design-slick .items:hover .txt .ico {
                margin-top: 35px;
                height: 31px;
            }

            .design-slick .items:hover .txt .booking {
                padding: 15px;
            }

            .design-slick .items:hover .txt .type {
                opacity: 0;
                filter: alpha(opacity=0);
                height: 0;
                margin-top: 0;
            }

.home-points {
    margin-bottom: 42px;
}

.home-points:hover .points-lg{background-color:#fd7e1d;}
	.home-points:hover .points-md{background:#fd7e1d;}

    .home-points .points-md, .home-points .points-lg {
        background-color: #c3c3c3;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -mz-border-radius: 50%;
    }

    .home-points .points-md {
        width: 13px;
        height: 13px;
    }
	

    .home-points .points-lg {
        width: 20px;
        height: 20px;
        background-position: -43px -137px;
        background-repeat: no-repeat;
        background-image: url(../images/icons.png);
    }

.partners {
    position: relative;
    background-color: #f6f6f6;
    border-top: 1px solid #d1d1d1;
    padding: 28px 0 34px 0;
}

    .partners:before {
        content: "";
        width: 100%;
        left: 0;
        top: 0;
        height: 1px;
        background-color: #fff;
    }

    .partners .partners-tabs-head {
        margin-bottom: 28px;
    }

        .partners .partners-tabs-head .text {
            font-size: 18px;
            position: absolute;
            line-height: 34px;
            color: #272727;
            right: 0;
            top: 6px;
        }

            .partners .partners-tabs-head .text .mc {
                color: #fd7e1d;
				font-weight:bold
            }

        .partners .partners-tabs-head ul {
            width: 512px;
            margin-left: -6px;
            margin-right: -6px;
        }

        .partners .partners-tabs-head li {
            float: left;
            width: 128px;
            padding: 6px;
        }

            .partners .partners-tabs-head li a {
                border: 1px solid #bababa;
                display: block;
                height: 34px;
                color: #333;
                font-size: 16px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                text-align: center;
                line-height: 32px;
                transition: All .4s ease-in-out;
                -webkit-transition: All .4s ease-in-out;
                -moz-transition: All .4s ease-in-out;
                -o-transition: All .4s ease-in-out;
            }

            .partners .partners-tabs-head li.active a {
                color: #fff;
                border-color: #fd7e1d;
                background-color: #fd7e1d;
            }

    .partners .partners-tabs-cont {
        height: 130px;
        position: relative;
    }

        .partners .partners-tabs-cont li {
            transition: All .4s ease-in-out;
            -webkit-transition: All .4s ease-in-out;
            -moz-transition: All .4s ease-in-out;
            -o-transition: All .4s ease-in-out;
            position: absolute;
            opacity: 0;
            filter: alpha(opacity=0);
            background-color: #F6F6F6 \9;
            width: 100%;
            left: 0;
            z-index: -1;
            -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
        }

            .partners .partners-tabs-cont li.active {
                opacity: 1;
                filter: alpha(opacity=100);
                z-index: 2;
                -webkit-transform: rotateX(0);
                transform: rotateX(0);
            }

    .partners .partners-slick {
        margin-left: -11px;
        margin-right: -11px;
    }

        .partners .partners-slick .slick-prev, .partners .partners-slick .slick-next {
            width: 30px;
            height: 30px;
            margin-top: -15px;
            background-repeat: no-repeat;
            background-image: url(../images/icons.png);
            border: 0;
			z-index:999;
        }

            .partners .partners-slick .slick-prev:active, .partners .partners-slick .slick-next:active {
                filter: invert(1);
                -webkit-filter: invert(1);
                -moz-filter: invert(1);
                -o-filter: invert(1);
                -mz-filter: invert(1);
            }

        .partners .partners-slick .slick-prev {
            left: -48px;
            background-position: 0 -248px;
        }

        .partners .partners-slick .slick-next {
            right: -48px;
            background-position: -31px -248px;
        }

        .partners .partners-slick .slick-slide {
            padding-bottom: 7px;
            padding-left: 11px;
            padding-right: 11px;
        }

        .partners .partners-slick .items {
            position: relative;
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            height: 122px;
            border: 1px solid #d1d1d1;
            background-color: #fff;
        }

            .partners .partners-slick .items img {
                max-width: 80%;
                max-height: 80%;
                transition: All .2s ease-in-out;
                -webkit-transition: All .2s ease-in-out;
                -moz-transition: All .2s ease-in-out;
                -o-transition: All .2s ease-in-out;
            }

            .partners .partners-slick .items:after {
                content: "";
                width: 98%;
                height: 6px;
                left: 1%;
                background-color: #e5e5e5;
                bottom: -7px;
                transition: All .2s ease-in-out;
                -webkit-transition: All .2s ease-in-out;
                -moz-transition: All .2s ease-in-out;
                -o-transition: All .2s ease-in-out;
                position: absolute;
            }

            .partners .partners-slick .items:hover {
                -webkit-transform: translateY(7px);
                -ms-transform: translateY(7px);
                transform: translateY(7px);
                border-color: #fd7e1d;
            }

                .partners .partners-slick .items:hover img {
                    -webkit-transform: scale(.8);
                    -ms-transform: scale(.8);
                    transform: scale(.8);
                }

                .partners .partners-slick .items:hover:after {
                    bottom: 0;
                    opacity: 0;
                    filter: alpha(opacity=0);
                }

.design-container {
    position: relative;
}

    .design-container .title {
        margin-bottom: 30px;
    }

    .design-container .text-box-1 {
        padding: 45px 30px;
        width: 260px;
        height: 379px;
        right: 135px;
        top: 0;
        color: #858383;
        background-color: #fff;
        border: 2px solid #dcdcdc;
        font-size: 13px;
        line-height: 24px;
        position: absolute;
    }

    .design-container .text-box-2 {
        padding: 45px 30px;
        width: 260px;
        height: 305px;
        background-color: #fff;
        border: 2px solid #dcdcdc;
        margin-left: 468px;
        color: #858383;
        font-size: 13px;
        line-height: 24px;
    }

    .design-container .pic-box-1 {
        width: 390px;
        height: 260px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-behavior: url(css/cover.htc);
        behavior: url(css/cover.htc);
    }

    .design-container:before {
        content: "";
        width: 60px;
        height: 58px;
        right: 0;
        top: 0;
        background: url(../images/pic-05.jpg) no-repeat center center;
        position: absolute;
    }

    .design-container:after {
        content: "";
        width: 142px;
        height: 126px;
        left: 130px;
        bottom: 130px;
        background: url(../images/pic-06.jpg) no-repeat center center;
        position: absolute;
    }

.designer-slick {
    width: 805px;
}

    .designer-slick .items {
        overflow: hidden;
        height: 322px;
    }

        .designer-slick .items i {
            display: block;
            width: 100%;
            height: 100%;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            -mz-filter: grayscale(100%);
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            -ms-behavior: url(css/cover.htc);
            behavior: url(css/cover.htc);
        }

        .designer-slick .items .info {
            padding: 10px;
            width: 115px;
            height: 60px;
            right: 0;
            bottom: 0;
            color: #fff;
            font-family: arial;
            overflow: hidden;
            background-color: #fd7e1d;
            background-color: rgba(253,126,29,0.8);
            -webkit-transform: translate(100%, 100%);
            -ms-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
            display: none \9;
            transition: All .4s ease-in-out;
            -webkit-transition: All .4s ease-in-out;
            -moz-transition: All .4s ease-in-out;
            -o-transition: All .4s ease-in-out;
            text-align: center;
            position: absolute;
        }

            .designer-slick .items .info .dddd {
                font-size: 26px;
                line-height: 1;
            }

            .designer-slick .items .info .mmmm {
                text-transform: uppercase;
                display:block;
                width:67px;
                height:16px;
                line-height:16px; 
                overflow:hidden
            }

            .designer-slick .items .info .name {
                position: absolute;
                line-height: 1.1;
                height: 40px;
                overflow: hidden;
                right: 20px;
                top: 11px;
                width: 12px;
                font-family: "微软雅黑";
            }

        .designer-slick .items:hover .info {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            display: block; \9
        }

        .designer-slick .items:hover i {
            filter: grayscale(0);
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
            -o-filter: grayscale(0);
            -mz-filter: grayscale(0);
        }

.cast-container {
    position: relative;
    margin-top: 40px;
    padding: 55px 0;
    border-top: 1px solid #d8d8d8;
    background-color: #f6f6f6;
}

    .cast-container:before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #fff;
        left: 0;
        top: 0;
        position: absolute;
    }

    .cast-container .bg-1 {
        width: 1095px;
        height: 82px;
        top: 40px;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
    }

    .cast-container .title {
        position: relative;
        text-align: center;
        z-index: 2;
        padding-bottom: 30px;
        background: url(../images/line-4.png) no-repeat no-repeat center center;
    }

        .cast-container .title .max {
            color: #fd7e1d;
            display: inline-block;
            position: relative;
            font-size: 40px;
            line-height: 1;
            font-weight: 600;
        }

        .cast-container .title .min {
            font-size: 14px;
            line-height: 20px;
            font-weight: 600;
            position: relative;
            color: #5e5e5e;
            margin-top: 10px;
        }

        .cast-container .title .bg-2 {
            position: absolute;
            width: 50px;
            height: 40px;
            left: -63px;
            top: 3px;
            background: url(../images/bg-02.png) no-repeat center center;
        }

        .cast-container .title .bg-3 {
            position: absolute;
            width: 55px;
            height: 28px;
            top: 25px;
            right: 320px;
            background: url(../images/bg-03.png) no-repeat center center;
        }

        .cast-container .title .bg-4 {
            position: absolute;
            width: 41px;
            height: 23px;
            top: 50px;
            right: 290px;
            background: url(../images/bg-04.png) no-repeat center center;
        }

    .cast-container .cast-cont {
        position: relative;
        margin-top: 70px;
    }

        .cast-container .cast-cont .pic-container {
            margin-left: auto;
            margin-right: auto;
            width: 432px;
            height: 432px;
            -webkit-perspective: 600px;
            perspective: 600px;
            position: relative;
        }

            .cast-container .cast-cont .pic-container .pic {
                position: relative;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                -mz-border-radius: 50%;
                transition: All .8s ease-in-out;
                -webkit-transition: All .8s ease-in-out;
                -moz-transition: All .8s ease-in-out;
                -o-transition: All .8s ease-in-out;
                display: block;
                width: 100%;
                height: 100%;
                z-index: 3;
                overflow: hidden;
            }

                .cast-container .cast-cont .pic-container .pic .items {
                    display: block;
                    height: 432px;
                    overflow: hidden;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -o-border-radius: 50%;
                    -mz-border-radius: 50%;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    -ms-behavior: url(css/cover.htc);
                    behavior: url(css/cover.htc);
                }

            .cast-container .cast-cont .pic-container:before {
                content: "";
                width: 100%;
                height: 100%;
                left: -6px;
                top: -6px;
                border: 1px dashed #fd7e1d;
                transition: All .4s ease-in-out;
                -webkit-transition: All .4s ease-in-out;
                -moz-transition: All .4s ease-in-out;
                -o-transition: All .4s ease-in-out;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                -mz-border-radius: 50%;
                position: absolute;
            }

            .cast-container .cast-cont .pic-container:after {
                content: "";
                width: 100%;
                height: 100%;
                right: -6px;
                bottom: -6px;
                background-color: #f7decb;
                transition: All .4s ease-in-out;
                -webkit-transition: All .4s ease-in-out;
                -moz-transition: All .4s ease-in-out;
                -o-transition: All .4s ease-in-out;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                -mz-border-radius: 50%;
                position: absolute;
            }

            .cast-container .cast-cont .pic-container:hover:before {
                -webkit-transform: translate(12px, 12px);
                -ms-transform: translate(12px, 12px);
                transform: translate(12px, 12px);
            }

            .cast-container .cast-cont .pic-container:hover:after {
                -webkit-transform: translate(-12px, -12px);
                -ms-transform: translate(-12px, -12px);
                transform: translate(-12px, -12px);
            }

        .cast-container .cast-cont .pos-bg-1 {
            overflow: hidden;
            width: 245px;
            height: 210px;
            top: 70px;
            right: 85px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            -ms-behavior: url(css/cover.htc);
            behavior: url(css/cover.htc);
            position: absolute;
        }

            .cast-container .cast-cont .pos-bg-1 i {
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                -ms-behavior: url(css/cover.htc);
                behavior: url(css/cover.htc);
                width: 100%;
                height: 100%;
                display: block;
            }

            .cast-container .cast-cont .pos-bg-1:after {
                content: "";
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: url(../images/bg-05.png) no-repeat center center;
                position: absolute;
            }

        .cast-container .cast-cont .pos-bg-2 {
            overflow: hidden;
            width: 245px;
            height: 150px;
            top: 150px;
            left: 25px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            -ms-behavior: url(css/cover.htc);
            behavior: url(css/cover.htc);
            position: absolute;
        }

            .cast-container .cast-cont .pos-bg-2 i {
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                -ms-behavior: url(css/cover.htc);
                behavior: url(css/cover.htc);
                width: 100%;
                height: 100%;
                display: block;
            }

            .cast-container .cast-cont .pos-bg-2:after {
                content: "";
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: url(../images/bg-06.png) no-repeat center center;
                position: absolute;
            }

        .cast-container .cast-cont .pos-text {
            position: absolute;
        }

            .cast-container .cast-cont .pos-text .tt {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                line-height: 1;
                font-size: 24px;
                font-weight: 600;
                color: #0f0f0f;
                margin-bottom: 20px;
            }

                .cast-container .cast-cont .pos-text .tt b {
                    font-family: 'AvantGarde Bk BT';
                    vertical-align: -3px;
                    font-weight: 100;
                    font-size: 30px;
                }

            .cast-container .cast-cont .pos-text .clude {
                font-size: 14px;
                line-height: 22px;
                color: #666;
                height: 84px;
                overflow: hidden;
            }

.fullHouse-container {
    margin-top: 40px;
}

    .fullHouse-container .group .title {
        color: #3a3a3a;
        line-height: 33px;
        font-size: 20px;
        font-weight: 100;
    }

        .fullHouse-container .group .title .en {
            text-transform: uppercase;
            font-size: 23px;
            vertical-align: -1px;
            color: #727272;
            font-family: "century gothic";
        }

    .fullHouse-container .container {
        position: relative;
        border: 1px solid #dbdbdb;
        margin-top: 15px;
        padding: 10px;
    }

    .fullHouse-container .pic {
        position: absolute;
        max-height: 100%;
        max-width: 595px;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .fullHouse-container .text-container {
        margin: 110px 0;
        width: 570px;
        color: #fff;
    }

        .fullHouse-container .text-container .title {
            padding: 0 20px;
            background-color: #fd7e1d;
            font-weight: 100;
        }

            .fullHouse-container .text-container .title .num {
                font-size: 76px;
                font-family: 'AvantGarde Bk BT';
                text-shadow: 2px 4px 0 rgba(0,0,0,0.3);
            }

            .fullHouse-container .text-container .title span {
                display: inline-block;
                vertical-align: middle;
            }

        .fullHouse-container .text-container .cont {
            padding: 25px;
            background-color: #ff8f4c;
        }

            .fullHouse-container .text-container .cont .name {
                font-size: 28px;
                line-height: 1;
            }

            .fullHouse-container .text-container .cont .clude {
                margin-top: 15px;
                height: 170px;
                font-size: 16px;
                line-height: 27px;
            }

.articles-cotnainer {
    margin-top: 40px;
    padding-bottom: 75px;
}

    .articles-cotnainer .franchising-container {
        width: 520px;
    }

        .articles-cotnainer .franchising-container .pic {
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            height: 195px;
        }

            .articles-cotnainer .franchising-container .pic img {
                display: block;
            }

            .articles-cotnainer .franchising-container .pic:hover {
                box-shadow: 0 0 5px rgba(0,0,0,0.2);
                padding: 5px;
            }

        .articles-cotnainer .franchising-container .name {
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            font-size: 20px;
            line-height: 1;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin-top: 20px;
            color: #2f2f2f;
        }

            .articles-cotnainer .franchising-container .name:hover {
                color: #fd7e1d;
            }

        .articles-cotnainer .franchising-container .text {
            line-height: 18px;
            height: 52px;
            overflow: hidden;
            margin-top: 15px;
        }

    .articles-cotnainer .hot-news-container {
        width: 635px;
    }

        .articles-cotnainer .hot-news-container li {
            border-bottom: 1px solid #dbdbdb;
            padding-bottom: 27px;
            margin-bottom: 27px;
        }

            .articles-cotnainer .hot-news-container li:hover .date:after {
                -webkit-transform: rotateY(0);
                transform: rotateY(0);
            }

            .articles-cotnainer .hot-news-container li:hover .date .box {
                -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg);
            }

        .articles-cotnainer .hot-news-container .date {
            position: relative;
            text-align: center;
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            -webkit-perspective: 600px;
            perspective: 600px;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            font-family: 'AvantGarde Bk BT';
            width: 70px;
        }

            .articles-cotnainer .hot-news-container .date .box {
                transition: All .4s ease-in-out;
                -webkit-transition: All .4s ease-in-out;
                -moz-transition: All .4s ease-in-out;
                -o-transition: All .4s ease-in-out;
                padding: 15px 0;
                color: #2b2b2b;
                background-color: #d3d3d3;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                border-bottom: 3px solid #a6a6a6;
            }

            .articles-cotnainer .hot-news-container .date .dddd {
                font-size: 28px;
                line-height: 1;
            }

            .articles-cotnainer .hot-news-container .date .yymm {
                margin-top: 3px;
            }

            .articles-cotnainer .hot-news-container .date:after {
                content: "";
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                display: none \9;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                background-color: #fd7e1d;
                border-bottom: 3px solid #d36918;
                background-image: url(../images/icons.png);
                background-position: -270px -168px;
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
                transition: All .4s ease-in-out;
                -webkit-transition: All .4s ease-in-out;
                -moz-transition: All .4s ease-in-out;
                -o-transition: All .4s ease-in-out;
                position: absolute;
            }

        .articles-cotnainer .hot-news-container .text {
            width: 550px;
        }

            .articles-cotnainer .hot-news-container .text .name {
                transition: All .2s ease-in-out;
                -webkit-transition: All .2s ease-in-out;
                -moz-transition: All .2s ease-in-out;
                -o-transition: All .2s ease-in-out;
                line-height: 1;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                font-size: 16px;
                color: #292929;
                margin-top: 5px;
                height:23px
            }

            .articles-cotnainer .hot-news-container .text .clude {
                line-height: 20px;
                height: 36px;
                overflow: hidden;
                margin-top: 15px;
            }

        .articles-cotnainer .hot-news-container .more {
            font-size: 14px;
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            color: #676767;
            display: inline-block;
            padding: 5px 45px 5px 12px;
            border: 1px solid #b2b2b2;
            background: url(../images/icons.png) no-repeat -390px -194px;
        }

            .articles-cotnainer .hot-news-container .more:hover {
                box-shadow: 0 0 3px rgba(0,0,0,0.5);
                background-position: -392px -194px;
            }

        .articles-cotnainer .franchising-container:hover .group, .articles-cotnainer .hot-news-container:hover .group {
            color: #fd7e1d;
        }

            .articles-cotnainer .franchising-container:hover .group:before, .articles-cotnainer .hot-news-container:hover .group:before {
                width: 100%;
            }

.about-article {
    color: #666;
    font-size: 14px;
    line-height: 26px;
}

    .about-article img {
        max-width: 100%;
    }

.ourFeatures .title {
    padding: 10px 70px 10px 10px;
    display: inline-block;
    border: 1px solid #dcdcdc;
}

    .ourFeatures .title .en {
        font-family: tahoma;
        margin-bottom: 8px;
        color: #666;
        line-height: 1;
        text-transform: uppercase;
        font-size: 15px;
    }

    .ourFeatures .title .ch {
        color: #515151;
        font-weight: 600;
        font-size: 26px;
        line-height: 1;
    }

.growUp {
    margin-bottom: 40px;
}

    .growUp .year {
        font-family: arial;
        display: block;
        width: 112px;
        height: 55px;
        color: #fff;
        text-align: center;
        font-size: 30px;
        line-height: 55px;
    }

        .growUp .year.year-start {
            background-color: #b8b8b8;
        }

        .growUp .year.year-end {
            background-color: #fd7e1d;
        }

    .growUp .list {
        margin-left: 55px;
        padding-top: 35px;
        border-left: 1px solid #afafaf;
    }

        .growUp .list li {
            position: relative;
            padding-left: 125px;
            padding-bottom: 35px;
        }

        .growUp .list .line {
            position: absolute;
            width: 75px;
            height: 1px;
            left: 0;
            top: 10px;
            background-color: #afafaf;
        }

            .growUp .list .line:after {
                content: "";
                width: 7px;
                height: 7px;
                right: 0;
                top: -3px;
                background-color: #afafaf;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                -mz-border-radius: 50%;
                position: absolute;
            }

            .growUp .list .line .yyyy {
                position: absolute;
                font-size: 14px;
                font-weight: 100;
                line-height: 1;
                right: -37px;
                top: -7px;
                height: 14px;
                width: 32px;
                color: #e70012;
                font-family: arial;
            }

        .growUp .list .text {
            line-height: 22px;
            margin-top:-17px
        }

            .growUp .list .text img {
                max-width: 100%;
            }

.honor-list ul {
    margin-left: -16px;
    margin-right: -16px;
}

.honor-list li {
    float: left;
    margin-bottom: 30px;
    width: 25%;
    padding-left: 16px;
    padding-right: 16px;
}

.honor-list .pic {
    position: relative;
    display: block;
    width: 205px;
    height: 261px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/bg-09.jpg) no-repeat center center;
}

    .honor-list .pic .box {
        position: relative;
        top: 12px;
        display: block;
        width: 172px;
        height: 228px;
        margin-left: 13px;
        box-shadow: 0 0 100px rgba(0,0,0,0.2) inset;
    }

.honor-list .name {
    text-align: center;
    overflow: hidden;
    height:28px;
    line-height:28px;
    margin-top: 10px;
}

.culture li {
    position: relative;
    margin-bottom: 40px;
    min-height: 55px;
    padding-left: 110px;
}

.culture .num {
    position: absolute;
    line-height: 1;
    font-weight: 600;
    font-size: 72px;
    color: #ff9443;
    left: 0;
    top: 0;
    font-family: arial;
}

    .culture .num:after {
        content: "";
        width: 30px;
        height: 50px;
        right: 0;
        top: 12px;
        background: url(../images/bg-10.png) no-repeat center center;
        position: absolute;
    }

.culture .name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-top: 10px;
}

.culture .text {
    font-size: 13px;
    color: #515050;
    margin-top: 10px;
}

.about-news-first {
    margin-bottom: 25px;
}

    .about-news-first .pic {
        width: 196px;
        height: 130px;
        padding: 9px;
        border: 1px solid #d6d6d6;
        transition: All .2s ease-in-out;
        -webkit-transition: All .2s ease-in-out;
        -moz-transition: All .2s ease-in-out;
        -o-transition: All .2s ease-in-out;
    }

        .about-news-first .pic .block {
            display: block;
            width: 100%;
            height: 100%;
            background-color: #f5f5f5;
        }

        .about-news-first .pic:hover {
            padding: 0;
        }

    .about-news-first .txt {
        width: 710px;
    }

        .about-news-first .txt .name {
            border-bottom: 1px solid #d9d9d9;
            padding: 13px 0 15px 0;
            color: #333;
            line-height: 1;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            font-weight: 600;
            font-size: 16px;
        }

            .about-news-first .txt .name:hover {
                color: #fd7e1d;
            }

        .about-news-first .txt .text {
            font-size: 13px;
            line-height: 20px;
            height: 58px;
            margin-top: 15px;
            overflow: hidden;
        }

    .about-news-first .more {
        text-align: right;
        padding: 15px 0;
        border-bottom: 1px solid #e6e5e5;
    }

        .about-news-first .more a {
            display: inline-block;
            color: #fd7e1d;
            height: 18px;
            padding-left: 26px;
            line-height: 18px;
            position: relative;
        }

            .about-news-first .more a:before {
                content: "+";
                left: 0;
                top: 0;
                width: 18px;
                height: 18px;
                color: #fff;
                background-color: #fd7e1d;
                text-align: center;
                font-weight: 600;
                position: absolute;
            }

.about-news-list li {
    position: relative;
    line-height: 33px;
    padding-left: 38px;
    padding-right: 94px;
}

    .about-news-list li:nth-child(odd) {
        background-color: #efefef;
    }

    .about-news-list li:before {
        content: "";
        left: 13px;
        top: 50%;
        margin-top: -3px;
        width: 7px;
        height: 6px;
        background: url(../images/icons.png) no-repeat -478px -266px;
        position: absolute;
    }

.about-news-list .name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    color: #666;
    display: block;
}

    .about-news-list .name:hover {
        color: #fd7e1d;
    }

.about-news-list .time {
    position: absolute;
    font-family: arial;
    color: #a5a5a5;
    right: 18px;
    top: 0;
}

.about-news-detail .new-name {
    text-align: center;
    font-size: 22px;
    font-weight: 100;
}

.about-news-detail .news-info {
    text-align: center;
    color: #ababab;
    padding: 25px 0;
    border-bottom: 1px dashed #bfbebe;
}

.about-news-detail .news-editor {
    margin-top: 30px;
    color: #515050;
    line-height: 30px;
    font-size: 13px;
}

.about-news-detail .return {
    margin-top: 30px;
    display: inline-block;
    padding: 5px 20px;
    background-color: #cbcbcb;
    color: #4c4c4c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -mz-border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
}

    .about-news-detail .return:active {
        box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
    }

.about-videos ul {
    margin-left: -25px;
    margin-right: -25px;
}

.about-videos li {
    float: left;
    width: 33.33333333%;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

    .about-videos li:hover .pic:after {
        border-color: #fd7e1d;
        background-color: rgba(253,129,33,0.2);
        -webkit-transform: translate(-200%, 125%) scale(.8);
        -ms-transform: translate(-200%, 125%) scale(.8);
        transform: translate(-200%, 125%) scale(.8);
    }

.about-videos .pic {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(css/cover.htc);
    behavior: url(css/cover.htc);
    position: relative;
    height: 193px;
    border-bottom: 4px solid #c2c2c2;
}

    .about-videos .pic:after {
        content: "";
        width: 50px;
        height: 50px;
        border: 1px solid rgba(255,255,255,0.5);
        background-color: rgba(255,255,255,0.2);
        background-image: url(../images/icons.png);
        background-position: -215px -109px;
        background-repeat: no-repeat;
        transition: All .2s ease-in-out;
        -webkit-transition: All .2s ease-in-out;
        -moz-transition: All .2s ease-in-out;
        -o-transition: All .2s ease-in-out;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -mz-border-radius: 50%;
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
    }

.about-videos .name {
    font-size: 14px;
    line-height: 48px;
    height:48px;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    border-bottom: 1px solid #cecece;
}

.video-container {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 420px;
    border: 1px solid #cdcdcd;
    padding: 5px;
    box-shadow: 0 6px 0 #ffefe4;
}

.video-name {
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 24px;
    color: #333;
}

.video-text {
    font-size: 14px;
    line-height: 24px;
}

.anchorBL {
    display: none;
}

.map-container {
    height: 370px;
    background-color: #f5f3f0;
    border: 1px solid #ccc;
}

.map-text {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

    .map-text .text-tt {
        line-height: 28px;
        font-size: 20px;
        font-family: georgia;
        padding: 0 30px;
        color: #fff;
        margin-bottom: 25px;
        display: inline-block;
        background-color: #ff9c51;
        margin-left:290px
    }

    .map-text .text-cc {
        line-height: 26px;
        font-size: 14px;
    }

        .map-text .text-cc span {
            width:450px;
            display:inline-block

        }

.about-hr th {
    line-height: 36px;
    font-size: 15px;
    background-color: #ffe5d2;
	color:#033333
}

.about-hr td {
    font-size: 13px;
    line-height: 38px;
}

.about-hr th, .about-hr td {
    text-align: center;
    padding: 0 30px;
    border: 1px solid #e0e0e0;
	
}

.about-hr .name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
}

.about-hr .more {
    font-size: 12px;
    line-height: 27px;
    display: inline-block;
    padding: 0 20px;
    height: 27px;
}

.about-hr tr:hover .more {
    color: #fff;
    background-color: #fd7e1d;
}

.about-hr-detail .hr-name {
    position: relative;
    line-height: 31px;
    height: 31px;
}

    .about-hr-detail .hr-name:after {
        content: "";
        width: 100%;
        height: 15px;
        background: url(../images/bg-14.jpg) no-repeat left top;
        top: 31px;
        left: 0;
        position: absolute;
    }

    .about-hr-detail .hr-name .name {
        position: relative;
        font-weight: 100;
        font-size: 15px;
        color: #fff;
        display: inline-block;
        padding-left: 28px;
        padding-right: 34px;
        max-width: 100%;
        overflow: hidden;
        background: url(../images/bg-12.jpg) repeat-x left center;
        height:31px
    }

        .about-hr-detail .hr-name .name:before {
            content: "";
            width: 18px;
            height: 100%;
            left: 0;
            top: 0;
            background: url(../images/bg-11.jpg) no-repeat center center;
            position: absolute;
        }

        .about-hr-detail .hr-name .name:after {
            content: "";
            width: 18px;
            height: 100%;
            right: 0;
            top: 0;
            background: url(../images/bg-13.jpg) no-repeat center center;
            position: absolute;
        }

.about-hr-detail .about-hr-editor {
    margin-top: 40px;
}

    .about-hr-detail .about-hr-editor ul {
        margin-left: 25px;
        border-left: 1px solid #e1e1e1;
    }

    .about-hr-detail .about-hr-editor li {
        position: relative;
        margin-bottom: 50px;
        padding-left: 18px;
    }

        .about-hr-detail .about-hr-editor li:after {
            content: "";
            width: 8px;
            height: 8px;
            left: -4px;
            top: 6px;
            background-color: #fd7e1d;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -mz-border-radius: 50%;
            position: absolute;
        }

    .about-hr-detail .about-hr-editor .tt {
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }

    .about-hr-detail .about-hr-editor .cc {
        font-size: 13px;
        line-height: 24px;
    }

    .about-hr-detail .about-hr-editor .return {
        color: #fff;
        padding: 5px 20px;
        display: inline-block;
        background-color: #fd7e1d;
    }

    .about-hr-detail .about-hr-editor .file {
        position: relative;
        padding-left: 95px;
    }

        .about-hr-detail .about-hr-editor .file:before {
            content: "请上传简历：";
            left: 0;
            top: 2px;
            color: #333;
            font-size: 14px;
            font-weight: 600;
            position: absolute;
        }

        .about-hr-detail .about-hr-editor .file input[type='text'] {
            display: block;
            width: 192px;
            height: 26px;
            padding: 0 5px;
            border: 1px solid #e4e4e4;
        }

        .about-hr-detail .about-hr-editor .file .button-container {
            width: 77px;
            height: 26px;
            margin-left: 12px;
            cursor: pointer;
            position: relative;
        }

            .about-hr-detail .about-hr-editor .file .button-container input[type='file'] {
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                position: absolute;
                opacity: 0;
                filter: alpha(opacity=0);
            }

            .about-hr-detail .about-hr-editor .file .button-container input[type='button'] {
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -o-border-radius: 5px;
                -mz-border-radius: 5px;
                width: 100%;
                height: 100%;
                display: block;
                border: 0;
                background: #d4d4d4;
                background: -webkit-linear-gradient(bottom, #d2d2d2, #f4f4f4);
                background: linear-gradient(to top, #d2d2d2, #f4f4f4);
            }

        .about-hr-detail .about-hr-editor .file .submit {
            padding-top: 15px;
        }

            .about-hr-detail .about-hr-editor .file .submit input[type='button'] {
                font-size: 14px;
                font-weight: 600;
                border: 0;
                color: #fff;
                padding: 5px 30px;
                background-color: #fd7e1d;
            }


.case-list ul {
    margin-left: -11px;
    margin-right: -11px;
}

.case-list li {
    float: left;
    width: 33.33333333%;
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 22px;
}

    .case-list li:hover .pic:after {
        width: 100%;
    }

    .case-list li:hover .pic i {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .case-list li:hover .txt {
        background-image: url(../images/bg-15.jpg);
        background-color: #fd7e1d;
    }

        .case-list li:hover .txt .name, .case-list li:hover .txt .text {
            color: #fff;
        }

.case-list .pic {
    position: relative;
    height: 264px;
    overflow: hidden;
}

    .case-list .pic:after {
        content: "";
        width: 0;
        height: 4px;
        background-color: #fd7e1d;
        left: 0;
        top: 0;
        z-index: 2;
        transition: All .2s ease-in-out;
        -webkit-transition: All .2s ease-in-out;
        -moz-transition: All .2s ease-in-out;
        -o-transition: All .2s ease-in-out;
        position: absolute;
    }

    .case-list .pic i {
        display: block;
        width: 100%;
        height: 100%;
        transition: All .2s ease-in-out;
        -webkit-transition: All .2s ease-in-out;
        -moz-transition: All .2s ease-in-out;
        -o-transition: All .2s ease-in-out;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-behavior: url(css/cover.htc);
        behavior: url(css/cover.htc);
    }

.case-list .txt {
    padding: 30px 15px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(css/cover.htc);
    behavior: url(css/cover.htc);
}

.case-list .txt a{
      color: #333;
    font-size: 15px;
    height:30px;
    line-height:30px;
    display:block;
    overflow: hidden;
}

    .case-list .txt .name {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 15px;
        line-height: 1;
        color: #333;
    }

    .case-list .txt .text {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 1;
        font-size: 13px;
        margin-top: 12px;
    }


.case-list.case-related .pic {
    height: 220px;
}

.case-list.case-related .txt {
    background-color: #f3f3f3;
}

.case-detail-container {
    padding: 45px 95px;
}

    .case-detail-container .pics-container {
        margin-bottom: 45px;
    }

    .case-detail-container .pic-max {
        width: 804px;
        height: 545px;
    }

        .case-detail-container .pic-max .items {
            background-position: center center;
            background-repeat: no-repeat;
                
            -ms-behavior: url(css/cover.htc);
            behavior: url(css/cover.htc);
            height: 545px;
        }

    .case-detail-container .pic-list {
        width: 205px;
        height: 549px;
        overflow: hidden;
    }

        .case-detail-container .pic-list .slick-list {
            padding-left: 5px;
        }

        .case-detail-container .pic-list .slick-prev, .case-detail-container .pic-list .slick-next {
            opacity: 0;
            filter: alpha(opacity=0);
            transition: All .5s ease-in-out;
            -webkit-transition: All .5s ease-in-out;
            -moz-transition: All .5s ease-in-out;
            -o-transition: All .5s ease-in-out;
            width: 90px;
            height: 40px;
            left: 50%;
            margin-left: -45px;
            right: auto;
            top: auto;
            bottom: auto;
            margin-top: 0;
            border: 0;
            background-repeat: no-repeat;
            background-color: #666;
            background-color: rgba(0,0,0,0.5);
            background-image: url(../images/icons.png);
        }

            .case-detail-container .pic-list .slick-prev:active, .case-detail-container .pic-list .slick-next:active {
                -webkit-transform: scale(.9);
                -ms-transform: scale(.9);
                transform: scale(.9);
                background-color: #fd7e1d;
            }

        .case-detail-container .pic-list .slick-prev {
            top: 0;
            background-position: -428px -434px;
        }

        .case-detail-container .pic-list .slick-next {
            bottom: 3px;
            background-position: -428px -363px;
        }

        .case-detail-container .pic-list .items {
            position: relative;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            -ms-behavior: url(css/cover.htc);
            behavior: url(css/cover.htc);
            cursor: pointer;
            height: 134px;
            margin-bottom: 3px;
        }

            .case-detail-container .pic-list .items:after {
                content: "";
                left: -10px;
                top: 50%;
                margin-top: -5px;
                display: none;
                border-style: dashed solid dashed dashed;
                border-color: transparent #fd7e1d transparent transparent;
                border-width: 5px;
                width: 0;
                height: 0;
                position: absolute;
            }

        .case-detail-container .pic-list .slick-current .items {
            box-shadow: 0 0 0 3px #fd7e1d inset;
        }

            .case-detail-container .pic-list .slick-current .items:after {
                display: block;
                display: none; \9
            }

        .case-detail-container .pic-list:hover .slick-prev, .case-detail-container .pic-list:hover .slick-next {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .case-detail-container .introduction {
        position: relative;
        font-size: 14px;
        line-height: 2;
        margin-bottom: 40px;
        padding-right: 140px;
    }

        .case-detail-container .introduction .link-to-designer {
            position: absolute;
            right: 0;
            top: 0;
        }

    .case-detail-container .tabs-head {
        height: 38px;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        border-right: 1px solid #dedede;
    }

        .case-detail-container .tabs-head li {
            position: relative;
            float: left;
            font-size: 15px;
            font-weight: 600;
            text-align: center;
            line-height: 36px;
            cursor: pointer;
            width: 168px;
            height: 36px;
        }

            .case-detail-container .tabs-head li:after {
                content: "";
                right: -36px;
                display: none;
                top: 0;
                position: absolute;
                border-style: dashed dashed dashed solid;
                border-color: transparent transparent transparent #fd7e1d;
                border-width: 18px;
                width: 0;
                height: 0;
            }

            .case-detail-container .tabs-head li.active {
                background-color: #fd7e1d;
                color: #fff;
            }

                .case-detail-container .tabs-head li.active:after {
                    display: block;
                }

    .case-detail-container .case-ediotr {
        padding: 45px 0;
        font-size: 14px;
        line-height: 28px;
    }

    .case-detail-container .case-download {
        padding: 45px 0;
    }

        .case-detail-container .case-download dd {
            position: relative;
            padding-top: 4px;
            padding-bottom: 4px;
            border-bottom: 1px solid #e2e2e2;
        }

            .case-detail-container .case-download dd:after {
                content: "";
                width: 21px;
                height: 17px;
                left: 12px;
                top: 18px;
                background: url(../images/icons.png) no-repeat -233px -252px;
                transition: All .2s ease-in-out;
                -webkit-transition: All .2s ease-in-out;
                -moz-transition: All .2s ease-in-out;
                -o-transition: All .2s ease-in-out;
                position: absolute;
            }

            .case-detail-container .case-download dd:hover .name {
                background-color: #fff2e8;
            }

            .case-detail-container .case-download dd:hover .btn {
                background-color: #fd7e1d;
            }

            .case-detail-container .case-download dd:hover:after {
                background: url(../images/icons.png) no-repeat -233px -273px;
            }

        .case-detail-container .case-download .name {
            padding-left: 55px;
            padding-right: 140px;
            font-size: 14px;
            line-height: 44px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .case-detail-container .case-download .btn {
            position: absolute;
            line-height: 27px;
            text-align: right;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -mz-border-radius: 5px;
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
            right: 25px;
            top: 13px;
            color: #fff;
            width: 96px;
            height: 27px;
            padding-left: 27px;
            padding-right: 12px;
            background-color: #c7c7c7;
        }

            .case-detail-container .case-download .btn:before {
                content: "";
                width: 14px;
                height: 14px;
                left: 12px;
                top: 7px;
                background: url(../images/icons.png) no-repeat -233px -222px;
                position: absolute;
            }

.designer-list {
    padding: 0 36px;
}

    .designer-list ul {
        margin-left: -27.5px;
        margin-right: -27.5px;
    }

    .designer-list li {
        float: left;
        width: 25%;
        margin-bottom: 40px;
        padding-left: 27.5px;
        padding-right: 27.5px;
    }

    .designer-list .items {
        overflow: hidden;
        height: 340px;
    }

        .designer-list .items .txt {
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
            text-align: center;
            transition: All .5s ease-in-out;
            -webkit-transition: All .5s ease-in-out;
            -moz-transition: All .5s ease-in-out;
            -o-transition: All .5s ease-in-out;
            filter: blur(10px);
            -webkit-filter: blur(10px);
            -moz-filter: blur(10px);
            -o-filter: blur(10px);
            -mz-filter: blur(10px);
            display: none \9;
            -webkit-transform: translateY(50%) scale(3);
            -ms-transform: translateY(50%) scale(3);
            transform: translateY(50%) scale(3);
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            color: #fff;
            padding: 24px;
            background-color: #666;
            background-color: rgba(0,0,0,0.5);
        }

            .designer-list .items .txt .name {
                display: inline-block;
                margin-top: 130px;
                height: 34px;
                border-bottom: 2px solid #fff;
                max-width: 100%;
                overflow: hidden;
                font-size: 16px;
                font-weight: 600;
                line-height: 34px;
            }

            .designer-list .items .txt .type {
                margin-top: 10px;
                overflow: hidden;
                font-size: 14px;
                height:20px
            }

            .designer-list .items .txt .text {
                line-height: 18px;
                height: 35px;
                overflow: hidden;
                margin-top: 10px;
                height:37px
            }

            .designer-list .items .txt .more {
                display: inline-block;
                width: 32px;
                height: 32px;
                margin-top: 20px;
                background: url(../images/icons.png) no-repeat -2px -98px;
            }

        .designer-list .items:hover .txt {
            opacity: 1;
            filter: alpha(opacity=100);
            filter: blur(0);
            -webkit-filter: blur(0);
            -moz-filter: blur(0);
            -o-filter: blur(0);
            -mz-filter: blur(0);
            display: block \9;
            -webkit-transform: translateY(0) scale(1);
            -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
        }

.designer-content {
    padding: 45px 36px;
}

    .designer-content .designer-photo {
        width: 400px;
        height: 561px;
    }

    .designer-content .designer-text {
        width: 682px;
    }

        .designer-content .designer-text .group {
         
            padding: 24px;
            border-bottom: 2px solid #919191;
            background: url(../images/bg-18.jpg) repeat repeat;
        }

            .designer-content .designer-text .group .name {
                font-size: 30px;
              
                overflow: hidden;
              
                color: #333;
            }

            .designer-content .designer-text .group .type {
         
                overflow: hidden;
             
                font-size: 22px;
            }

        .designer-content .designer-text .designer-clude {
            line-height: 24px;
            font-size: 13px;
            margin-top: 35px;
            margin-bottom: 37px;
            overflow: hidden;
            min-height: 82px;
            max-height: 340px;
        }

.designer-works {
    margin-top: 50px;
}

    .designer-works ul {
        margin-left: -4px;
        margin-right: -4px;
    }

    .designer-works li {
        float: left;
        margin-bottom: 8px;
        padding: 0 4px;
    }

        .designer-works li .items {
            position: relative;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            -ms-behavior: url(css/cover.htc);
            behavior: url(css/cover.htc);
            transition: All .2s ease-in-out;
            -webkit-transition: All .2s ease-in-out;
            -moz-transition: All .2s ease-in-out;
            -o-transition: All .2s ease-in-out;
        }

            .designer-works li .items:hover {
                z-index: 2;
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
                box-shadow: 0 0 10px rgba(0,0,0,0.5);
            }

        .designer-works li.items-4 {
            width: 25%;
        }

            .designer-works li.items-4 .items {
                height: 188px;
            }

        .designer-works li.items-3 {
            width: 33.33333333%;
        }

            .designer-works li.items-3 .items {
                height: 250px;
            }

.magezine-detail {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 701px;
    height: 644px;
    background: url(../images/bg-20.png) no-repeat center;
}

    .magezine-detail .control {
        width: 98px;
        height: 49px;
        right: -77px;
        top: 270px;
        background-color: #fd7e1d;
        position: absolute;
    }

        .magezine-detail .control a {
            background-repeat: no-repeat;
            background-image: url(../images/icons.png);
            display: block;
            width: 50%;
            height: 100%;
            float: left;
        }

            .magezine-detail .control a:active {
                box-shadow: 0 0 10px rgba(0,0,0,0.5) inset;
            }

    .magezine-detail .pic-1 {
        position: absolute;
        left: 183px;
        top: 0;
        width: 458px;
        height: 641px;
    }

        .magezine-detail .pic-1 .items {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            -ms-behavior: url(css/cover.htc);
            behavior: url(css/cover.htc);
            height: 641px;
        }

    .magezine-detail .pic-2 {
        position: absolute;
        left: 56px;
        top: 142px;
        width: 127px;
        height: 180px;
    }

        .magezine-detail .pic-2 .items {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            -ms-behavior: url(css/cover.htc);
            behavior: url(css/cover.htc);
            height: 180px;
        }

.works-editor {
    line-height: 30px;
    font-size: 14px;
    padding: 45px 0;
}

    .works-editor .cor-title {
        margin-bottom: 20px;
    }

    .works-editor img {
        max-width: 100%;
    }

.custom-editor {
    padding: 40px 0;
    line-height: 26px;
    font-size: 13px;
    min-height:300px
}

    .custom-editor img {
        max-width: 100%;
    }

.materials-list {
    padding: 60px 105px;
}

    .materials-list ul {
        position: relative;
        z-index:0
    }

        .materials-list ul:before {
            content: "";
            width: 197px;
            height: 366px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(../images/work-03.jpg);
            left: 0;
            top: 0;
            position: absolute;
        }

    .materials-list li {
        float: left;
        position: relative;
        transition: All .2s ease-in-out;
        -webkit-transition: All .2s ease-in-out;
        -moz-transition: All .2s ease-in-out;
        -o-transition: All .2s ease-in-out;
        width: 20%;
        margin-right: -1px;
        margin-bottom: -1px;
        border: 1px solid #dcdcdc;
    }

        .materials-list li.xx:before {
            content: "";
            width: 5px;
            height: 5px;
            background: url(../images/bg-24.jpg) no-repeat center;
            right: -3px;
            bottom: -3px;
            position: absolute;
        }

        .materials-list li.x:before {
            content: "";
            width: 5px;
            height: 5px;
            background: url(../images/bg-24.jpg) no-repeat center;
            top: -3px;
            right: -3px;
            position: absolute;
        }

        .materials-list li:hover {
            outline: 1px solid #fd7e1d;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
        }

    .materials-list .items {
        height: 182px;
    }

.activitys-list ul {
    margin-left: -5px;
    margin-right: -5px;
}

.activitys-list li {
    float: left;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.activitys-list .items {
    position: relative;
    overflow: hidden;
    display: block;
}

    .activitys-list .items img {
        transition: All .2s ease-in-out;
        -webkit-transition: All .2s ease-in-out;
        -moz-transition: All .2s ease-in-out;
        -o-transition: All .2s ease-in-out;
        display: block;
        width: 100%;
    }

    .activitys-list .items .name {
        transition: All .2s ease-in-out;
        -webkit-transition: All .2s ease-in-out;
        -moz-transition: All .2s ease-in-out;
        -o-transition: All .2s ease-in-out;
        position: absolute;
        height:30px;
        overflow: hidden;
        line-height:17px;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        display: none \9;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 10px;
        color: #fff;
        background-color: #333;
        background-color: rgba(0,0,0,0.5);
    }

    .activitys-list .items:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .activitys-list .items:hover .name {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: block \9;
    }

.service-dots ul {
    margin-left: -15px;
    margin-right: -15px;
}

.service-dots li {
    float: left;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
}

    .service-dots li:hover .pic i {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .service-dots li:hover .txt {
        background-color: #fd7e1d;
    }

        .service-dots li:hover .txt .name, .service-dots li:hover .txt .text {
            color: #fff;
        }

        .service-dots li:hover .txt .name {
            border-bottom-color: #fff;
        }

.service-dots .pic {
    overflow: hidden;
    height: 208px;
    width:380px
}

.service-dots .pic img{
    max-height: 208px;
    max-width:380px;
    text-align:center
    
}

.service-dots .pic i {
    height:100%;
    display:inline-block;
    vertical-align:middle
}

    .service-dots .pic i {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-behavior: url(css/cover.htc);
        behavior: url(css/cover.htc);
        transition: All .2s ease-in-out;
        -webkit-transition: All .2s ease-in-out;
        -moz-transition: All .2s ease-in-out;
        -o-transition: All .2s ease-in-out;
    }

.service-dots .txt {
    padding: 30px 15px;
    background-color: #f7f7f7;
    transition: All .2s ease-in-out;
    -webkit-transition: All .2s ease-in-out;
    -moz-transition: All .2s ease-in-out;
    -o-transition: All .2s ease-in-out;
}

    .service-dots .txt .name {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 18px;
        line-height: 1;
        color: #333;
        padding-bottom: 28px;
        border-bottom: 1px dotted #ccc;
    }

    .service-dots .txt .text {
        font-size: 13px;
        line-height: 22px;
        margin-top: 15px;
        height: 40px;
        overflow: hidden;
    }

.service-editor {
    padding: 70px 0;
}

    .service-editor img {
        max-width: 100%;
    }

.service-process {
    margin-top: 35px;
}

    .service-process li {
        position: relative;
        margin-top: -35px;
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 740px;
    }

        .service-process li .tt {
            font-size: 16px;
            font-weight: 600;
            color: #333;
        }

        .service-process li .cc {
            font-size: 13px;
            line-height: 24px;
            height: 45px;
            overflow: hidden;
        }

        .service-process li .num {
            font-family: 'AvantGarde Bk BT';
            color: #828282;
            left: 695px;
            top: 32px;
            line-height: 1;
            font-size: 30px;
            position: absolute;
        }

        .service-process li .diamond {
            position: absolute;
            top: 0;
            left: 540px;
            width: 102px;
            height: 116px;
            background: url(../images/icons.png) no-repeat -1px -418px;
        }

            .service-process li .diamond .ico {
                width: 35px;
                height: 35px;
                background-repeat: no-repeat;
                background-image: url(../images/icons.png);
                display: block;
                max-width: 100%;
                max-height: 100%;
                margin: auto;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                position: absolute;
            }

        .service-process li:before {
            content: "";
            width: 355px;
            height: 1px;
            left: 160px;
            top: 60px;
            background-color: #e5e5e5;
            position: absolute;
        }

        .service-process li:after {
            content: "";
            width: 8px;
            height: 8px;
            left: 515px;
            top: 57px;
            background-color: #e5e5e5;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -mz-border-radius: 50%;
            position: absolute;
        }

        .service-process li.offbeat {
            text-align: right;
            padding-left: 0;
            padding-right: 720px;
        }

            .service-process li.offbeat:before {
                left: auto;
                right: 120px;
            }

            .service-process li.offbeat:after {
                left: auto;
                right: 475px;
            }

            .service-process li.offbeat .num {
                left: auto;
                right: 660px;
            }

            .service-process li.offbeat .diamond {
                top: 0;
                left: auto;
                right: 500px;
                background: url(../images/icons.png) no-repeat -117px -418px;
            }

.service-wikipedia {
    padding: 45px 0;
}

    .service-wikipedia .first-article {
        margin-bottom: 45px;
    }

        .service-wikipedia .first-article .pic {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            -ms-behavior: url(css/cover.htc);
            behavior: url(css/cover.htc);
            width: 554px;
            height: 242px;
            border: 1px solid #d6d6d6;
        }

        .service-wikipedia .first-article .txt {
            width: 615px;
            height: 242px;
            border: 1px solid #d6d6d6;
        }

            .service-wikipedia .first-article .txt .name {
                position: relative;
                line-height: 68px;
                font-weight: 600;
                font-size: 20px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                padding-left: 50px;
                padding-right: 27px;
                color: #fff;
                height: 68px;
                background-color: #fd7e1d;
                border-bottom: 1px solid #d6d6d6;
            }

                .service-wikipedia .first-article .txt .name:after {
                    content: "";
                    width: 17px;
                    height: 17px;
                    background: url(../images/icons.png) no-repeat -256px -422px;
                    left: 28px;
                    top: 50%;
                    margin-top: -8.5px;
                    position: absolute;
                }

            .service-wikipedia .first-article .txt .text {
                height: 174px;
                padding: 35px 30px;
            }

                .service-wikipedia .first-article .txt .text .cc {
                    display: block;
                    font-size: 14px;
                    line-height: 24px;
                }

    .service-wikipedia .articles-list li {
        position: relative;
        margin-bottom: 20px;
        height: 122px;
        padding-left: 200px;
        padding-top: 26px;
        padding-bottom: 26px;
        padding-right: 40px;
        border: 1px solid #d6d6d6;
    }

        .service-wikipedia .articles-list li:hover {
            border-color: #fd7e1d;
        }

            .service-wikipedia .articles-list li:hover .name {
                color: #fd7e1d;
            }

    .service-wikipedia .articles-list .pic {
        position: absolute;
        -ms-behavior: url(css/cover.htc);
        behavior: url(css/cover.htc);
        left: 1px;
        top: 1px;
        width: 160px;
        height: 118px;
        text-align:center
    }

    .service-wikipedia .articles-list .pic img{
        max-width:160px;
        max-height:118px;
        vertical-align:middle
    }

    .service-wikipedia .articles-list .pic i{
         height:100%;
         vertical-align:middle;
         display:inline-block
    }

    .service-wikipedia .articles-list .name {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 15px;
        font-weight: 600;
        color: #333;
        width: 80%;
    }

    .service-wikipedia .articles-list .text {
        margin-top: 10px;
        font-size: 13px;
        line-height: 20px;
    }


    .service-wikipedia .articles-list .time {
        position: absolute;
        font-size: 14px;
        right: 40px;
        top: 30px;
        color: #999;
        font-family: arial;
    }

.service-booking {
    position: relative;
    min-height: 1060px;
    padding: 110px 0;
}

    .service-booking:before {
        content: "";
        width: 271px;
        height: 213px;
        left: 156px;
        top: 0;
        background: url(../images/bg-16.jpg) no-repeat center;
        position: absolute;
    }

    .service-booking .av {
        width: 146px;
        height: 146px;
        margin-left: 468px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -mz-border-radius: 50%;
        position: relative;
    }

        .service-booking .av .av-pic {
            display: block;
            width: 100%;
            height: 100%;
            z-index: 2;
            background-color: #ccc;
            overflow: hidden;
            position: relative;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            -ms-behavior: url(css/cover.htc);
            behavior: url(css/cover.htc);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -mz-border-radius: 50%;
        }

        .service-booking .av .round {
            content: "";
            width: 100%;
            height: 100%;
            left: -7px;
            top: 0;
            background-color: #f4ea29;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -mz-border-radius: 50%;
            position: absolute;
        }

    .service-booking .pic {
        width: 453px;
        height: 453px;
        left: 105px;
        top: 500px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -mz-border-radius: 50%;
        position: absolute;
    }

        .service-booking .pic .av-pic {
            display: block;
            width: 100%;
            height: 100%;
            z-index: 2;
            background-color: #ccc;
            overflow: hidden;
            position: relative;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            -ms-behavior: url(css/cover.htc);
            behavior: url(css/cover.htc);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -mz-border-radius: 50%;
        }

        .service-booking .pic .round {
            content: "";
            width: 100%;
            height: 100%;
            right: -24px;
            top: 0;
            background-color: #ffe5d2;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -mz-border-radius: 50%;
            position: absolute;
        }

    .service-booking .text {
        width: 450px;
        padding: 40px 0;
        margin-left: 22px;
        font-size: 16px;
        line-height: 24px;
    }

    .service-booking .form {
        position: relative;
        width: 450px;
        padding-top: 25px;
        min-height: 580px;
        margin-left: 532px;
    }

        .service-booking .form:before {
            content: "";
            width: 34px;
            height: 426px;
            left: 0;
            top: 0;
            background: url(../images/bg-17.png) no-repeat center;
            position: absolute;
        }

        .service-booking .form li {
            position: relative;
            margin-bottom: 18px;
            padding-left: 150px;
        }

            .service-booking .form li .tt {
                position: absolute;
                text-align: right;
                line-height: 24px;
                font-size: 14px;
                left: 35px;
                top: 0;
                width: 108px;
            }

            .service-booking .form li select {
                padding: 3px 5px;
                width: 100%;
                display: block;
                border: 1px solid #c9c9c9;
            }

            .service-booking .form li textarea, .service-booking .form li input[type='text'] {
                height: 24px;
                padding: 0 10px;
                border: 1px solid #c9c9c9;
                display: block;
                width: 100%;
                line-height:24px
            }

            .service-booking .form li textarea {
                height: auto;
                padding: 10px;
            }

            .service-booking .form li input[type='button'], .service-booking .form li input[type='submit'], .service-booking .form li input[type='reset'] {
                font-size: 16px;
                border: 0;
                color: #fff;
                padding: 10px 35px;
                margin-right: 24px;
                margin-top: 30px;
                background-color: #fd7e1d;
            }

            .service-booking .form li input[type='reset'] {
                background-color: #6b6b6b;
            }

.service-message .form {
    text-align: center;
    margin-top: 60px;
}

    .service-message .form li {
        margin-bottom: 24px;
    }

    .service-message .form .box {
        position: relative;
        display: inline-block;
        width: 242px;
        height: 35px;
        margin: 0 10px;
        background: url(../images/s-09.jpg) no-repeat right center;
    }

        .service-message .form .box .ico {
            position: absolute;
            left: 5px;
            top: 4px;
        }

    .service-message .form input[type='text'], .service-message .form input[type='email'] {
        padding-left: 40px;
        padding-right: 30px;
        display: block;
        border: 1px solid #dcdcdc;
        background: no-repeat;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -mz-border-radius: 5px;
        line-height:35px
    }

        .service-message .form input[type='text']:focus, .service-message .form input[type='email']:focus {
            border-color: #fd7e1d;
        }

    .service-message .form textarea {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -mz-border-radius: 5px;
        padding: 10px;
        width: 475px;
        border: 1px solid #dcdcdc;
    }

        .service-message .form textarea:focus {
            border-color: #fd7e1d;
        }

    .service-message .form input[type='button'], .service-message .form input[type='submit'], .service-message .form input[type='reset'] {
        font-size: 16px;
        border: 0;
        color: #fff;
        padding: 10px 35px;
        margin: 0 12px;
        background-color: #fd7e1d;
    }

    .service-message .form input[type='reset'] {
        background-color: #6b6b6b;
    }

.messgage-list {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dotted #c3c3c3;
}

    .messgage-list li {
        position: relative;
        padding: 15px 30px;
    }

        .messgage-list li:nth-child(even) {
            background-color: #f7f7f7;
        }

        .messgage-list li .time {
            position: absolute;
            right: 15px;
            top: 15px;
            color: #999;
            font-family: arial;
        }

        .messgage-list li .tt {
            font-size: 15px;
            font-weight: 600;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            color: #333;
        }

        .messgage-list li .cc {
            font-size: 14px;
            line-height: 24px;
            margin-top: 5px;
        }

        .messgage-list li:before {
            content: "";
            width: 7px;
            height: 8px;
            background: url(../images/icons.png) no-repeat -420px -597px;
            left: 15px;
            top: 20px;
            position: absolute;
        }

.join-container {
    padding: 54px 0;
    min-height:500px
}

    .join-container .edotor {
        line-height: 28px;
        font-size: 14px;
    }

        .join-container .edotor img {
            max-width: 100%;
        }

    .join-container .cor-title {
        margin-bottom: 20px;
    }

.advantage {
    padding-left: 415px;
}

    .advantage li {
        margin-bottom: 42px;
    }

        .advantage li.corMain .num {
            background-color: #ff9544;
        }

        .advantage li.corMain .txt {
            background-image: url(../images/bg-08.jpg);
        }

    .advantage .num {
        display: inline-block;
        width: 92px;
        height: 60px;
        background-color: #b9b9b9;
        font-family: 'AvantGarde Bk BT';
        color: #fff;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        vertical-align: middle;
        line-height: 60px;
        text-align: center;
        font-size: 30px;
    }

    .advantage .txt {
        min-width: 250px;
        display: inline-block;
        height: 60px;
        color: #fff;
        vertical-align: middle;
        padding: 0 26px;
        background-repeat: repeat;
        background-position: center;
        background-image: url(../images/bg-21.jpg);
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        background-color: #b9b9b9;
        top: 10px;
        font-weight: 600;
        position: relative;
        line-height: 60px;
        font-size: 16px;
    }

.apply ul {
    margin-bottom: 35px;
}

.apply li {
    position: relative;
    background-color: #febe8e;
    padding-right: 134px;
}

.apply .name {
    padding: 0 15px;
    display: block;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    line-height: 50px;
    font-size: 13px;
}

.apply .btn {
    position: absolute;
    text-align: right;
    line-height: 27px;
    padding-right: 15px;
    right: 20px;
    top: 50%;
    margin-top: -13.5px;
    width: 90px;
    height: 27px;
    color: #fff;
    background-position: -240px -586px;
    background-repeat: no-repeat;
    background-image: url(../images/icons.png);
    background-color: #fd7e1d;
}

    .apply .btn:active {
        box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
    }

.join-dots li {
    margin-top: 40px;
}

.join-dots .area-tt {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fd7e1d;
}

.join-dots th, .join-dots td {
    font-size: 14px;
    padding: 15px;
    border: 1px solid #e0e0e0;
}

.join-dots th {
    background-color: #ffe5d2;
    color: #033333;
    border-color: #e0d6ce;
}

.lianjie:hover{ background:#ffe5d2}