.page_theme_out {
    height: 400px;
    width: 100%;
    margin-top: -70px;
    background-color: #000
}

@media only screen and (max-width:1000px) {
    .page_theme_out {
        height: 250px
    }
}

.page_theme_out .page_theme {
    height: 400px;
    width: 100%;
    z-index: 10;
    position: relative;
    left: 0;
    top: 0;
    background-color: #eae6e5;
    background-position: 50%;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    box-sizing: border-box;
    color: #fff
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme {
        height: 250px
    }
}

.page_theme_out .page_theme .title {
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 10px
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme .title {
        font-size: 40px
    }
}

.page_theme_out .page_theme .color {
    height: 4px;
    font-size: 0;
    padding: 25px 0 40px;
    text-align: center
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme .color {
        padding: 20px 0
    }
}

.page_theme_out .page_theme .color div {
    display: inline-block;
    height: 4px;
    width: 18px
}

.page_theme_out .page_theme .title_2 {
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 5px
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme .title_2 {
        font-size: 30px
    }
}

a.more_btn {
    display: block;
    text-align: center;
    position: relative;
    color: #000;
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    transition: background 2s,border 2s;
    border: 1px dashed #000
}

@media only screen and (max-width:1000px) {
    a.more_btn {
        max-width: 410px;
        width: 95%;
        height: 65px;
        line-height: 65px
    }
}

a.more_btn .more_hover {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .6;
    border: 1px solid #a2948d
}

a.more_btn.brown {
    border-color: #a2948d;
    color: #2f2f2f
}

    a.more_btn.brown:hover {
        border: 1px solid #630;
        background-color: #d4cdca
    }

    a.more_btn.brown .more_hover {
        border-color: #630
    }

a.more_btn.white {
    border-color: #fff;
    color: #fff
}

    a.more_btn.white:hover {
        border: 1px solid #fff;
        background-color: hsla(0,0%,100%,.3)
    }

    a.more_btn.white .more_hover {
        border-color: hsla(0,0%,100%,.3)
    }

a.more_btn.blue {
    border-color: #7ba4db;
    color: #2f2f2f
}

    a.more_btn.blue .more_hover {
        border-color: #c8d8eb
    }

a.more_btn.w_240_h_135 {
    width: 240px;
    height: 135px;
    line-height: 135px
}

a.more_btn.news_page_more {
    height: 45px;
    line-height: 45px;
    width: 260px;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    a.more_btn.news_page_more {
        margin: 0 auto;
        width: 100%;
        height: 70px;
        line-height: 70px;
        font-size: 20px
    }
}

a.more_btn.marketing {
    margin-top: 65px;
    letter-spacing: 4px
}

a.more_btn.send_Info {
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    color: #b8b7b7;
    letter-spacing: 5px;
    position: absolute;
    left: calc(50% - 130px);
    margin: 0;
    bottom: 0
}

@media only screen and (max-width:1000px) {
    a.more_btn.send_Info {
        position: relative;
        left: 0;
        color: #000;
        margin: 80px auto 0;
        height: 60px;
        width: 410px;
        font-size: 24px;
        line-height: 60px
    }
}

a.more_btn.send_Info:hover {
    color: #000
}

a.more_btn.catalog {
    display: none;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    a.more_btn.catalog {
        display: block
    }
}

.btn_mobile {
    padding: 70px 0
}

@media only screen and (min-width:1001px) {
    .btn_mobile {
        padding: 0
    }
}

.btn_all {
    padding: 70px 0
}

.service {
    padding: 70px 0 60px;
    background-color: #e9e6e4;
    position: relative;
    z-index: 20
}

    .service.not_index {
        display: none
    }

@media only screen and (max-width:1000px) {
    .service.not_index {
        display: block
    }
}

.service .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .service .wrap .container {
        width: 100%;
        text-align: center
    }

        .service .wrap .container .service_more {
            display: inline-block;
            width: 705px;
            height: 70px;
            line-height: 70px;
            font-size: 20px;
            color: #707372;
            vertical-align: middle
        }

@media only screen and (max-width:1920px) {
    .service .wrap .container .service_more {
        width: 485px
    }
}

@media only screen and (max-width:1000px) {
    .service .wrap .container .service_more {
        width: 290px;
        font-size: 24px
    }

        .service .wrap .container .service_more:first-child {
            margin-right: 15px
        }
}

.service .wrap .container .service_more:first-child {
    margin-right: 10px
}

.service .wrap .container .service_more:hover {
    border: 1px solid #7ba4db;
    background-color: rgba(123,164,218,.3)
}

    .service .wrap .container .service_more:hover.business:before {
        background-image: url(/asset/img/CH/desktop/index/service/business_btn_hover.png)
    }

    .service .wrap .container .service_more:hover.customized:before {
        background-image: url(/asset/img/CH/desktop/index/service/customized_btn_hover.png)
    }

.service .wrap .container .service_more.business:before {
    background-image: url(/asset/img/CH/desktop/index/service/business_btn.png)
}

.service .wrap .container .service_more.business:before, .service .wrap .container .service_more.customized:before {
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0 15px;
    margin-bottom: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 21px;
    height: 21px
}

.service .wrap .container .service_more.customized:before {
    background-image: url(/asset/img/CH/desktop/index/service/customized_btn.png)
}

.fixe_service {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 25;
    background-image: url(/asset/img/CH/desktop/common/fixed_btn/bg.jpg);
    height: 205px;
    width: 60px;
    box-shadow: 0 1px 20px rgba(72,74,77,.6);
    font-size: 12px;
    text-align: center;
    line-height: 18px
}

.EN .fixe_service {
    height: 106px;
    line-height: 0
}

@media only screen and (max-width:1000px) {
    .fixe_service {
        display: none
    }
}

.fixe_service .container {
    box-sizing: border-box
}

    .fixe_service .container > a {
        color: #707372;
        display: inline-block;
        padding: 0 14px
    }

.EN .fixe_service .container > a {
    padding: 15px
}

    .EN .fixe_service .container > a:before {
        margin: 0 auto
    }

.fixe_service .container > a:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    margin: 15px auto 10px
}

.fixe_service .container > a:hover {
    color: #7ba4db
}

.fixe_service .container .business:before {
    background-image: url(/asset/img/CH/desktop/index/service/business_btn.png)
}

.fixe_service .container .business:hover:before {
    background-image: url(/asset/img/CH/desktop/index/service/business_btn_hover.png)
}

.fixe_service .container span.line {
    display: inline-block;
    height: 1px;
    width: 20px;
    background-color: #707372;
    margin: 0 20px
}

.fixe_service .container .customized:before {
    background-image: url(/asset/img/CH/desktop/index/service/customized_btn.png)
}

.fixe_service .container .customized:hover:before {
    background-image: url(/asset/img/CH/desktop/index/service/customized_btn_hover.png)
}

.brand .content {
    background-image: url(/asset/img/CH/desktop/brand/content_bg.jpg);
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
    min-height: 1000px;
    position: relative;
    z-index: 20
}

@media only screen and (max-width:1000px) {
    .brand .content {
        background-image: none;
        background-color: #e9e6e4;
        padding: 40px 0 0
    }
}

.brand .content .style_out {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    position: relative;
    padding: 170px 0 0;
    margin-top: -20px
}

    .brand .content .style_out:last-child {
        padding-bottom: 50px
    }

@media only screen and (max-width:1440px) {
    .brand .content .style_out {
        max-width: 1000px;
        /*padding: 100px 0 50px;*/
        padding: 10px 0 50px
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width:1000px) {
    .brand .content .style_out {
        /*width: 600px;*/
        width: 360px;
    }
}

.brand .content .style_out .style {
    padding: 30px 40px;
    width: 1215px;
    box-sizing: border-box;
    background-color: #fff
}

@media only screen and (max-width:1440px) {
    .brand .content .style_out .style {
        width: 820px
    }
}

@media only screen and (max-width:1000px) {
    .brand .content .style_out .style {
        /*width: 600px;*/
        width: 360px;
        padding: 0 0 40px
    }
}

.brand .content .style_out .style .swiper-container {
    height: 380px;
    width: 610px;
    position: absolute;
    top: 90px
}

@media only screen and (max-width:1440px) {
    .brand .content .style_out .style .swiper-container {
        top: 70px;
        height: 330px;
        width: 520px
    }
}

@media only screen and (max-width:1000px) {
    .brand .content .style_out .style .swiper-container {
        /*height: 380px;*/
        height: 270px;
        /*width: 600px;*/
        width: 360px;
        position: static
    }
}

.brand .content .style_out .style .swiper-container .swiper-slide {
    height: 345px;
    background-position: 50%;
    background-size: cover;
    box-shadow: 0 1px 20px rgba(72,74,77,.6)
}

@media only screen and (max-width:1440px) {
    .brand .content .style_out .style .swiper-container .swiper-slide {
        height: 295px
    }
}

@media only screen and (max-width:1000px) {
    .brand .content .style_out .style .swiper-container .swiper-slide {
        /*height: 340px*/
        height: 240px
    }
}

.brand .content .style_out .style .swiper-container .swiper-pagination {
    position: relative;
    width: auto;
    bottom: 20px
}

    .brand .content .style_out .style .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border: 2px solid #b6aba5;
        background: none
    }

    .brand .content .style_out .style .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        width: 3px;
        height: 3px;
        border: 5px solid #b6aba5
    }

.brand .content .style_out .style .style_container {
    width: 710px
}

@media only screen and (max-width:1440px) {
    .brand .content .style_out .style .style_container {
        width: 410px
    }
}

@media only screen and (max-width:1000px) {
    .brand .content .style_out .style .style_container {
        /*width: 500px;*/
        width: 350px;
    }
}

.brand .content .style_out .style .style_container .logo_out {
    position: relative;
    margin-bottom: 30px;
    padding-top: 40px
}

    .brand .content .style_out .style .style_container .logo_out img {
        height: 40px
    }

    .brand .content .style_out .style .style_container .logo_out .line {
        height: 2px;
        width: 235px;
        position: absolute;
        right: 0;
        bottom: 0
    }

@media only screen and (max-width:1440px) {
    .brand .content .style_out .style .style_container .logo_out .line {
        width: 135px
    }
}

.brand .content .style_out .style .style_container .description {
    min-height: 130px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 25px;
    color: #9ea09f
}

@media only screen and (max-width:1440px) {
    .brand .content .style_out .style .style_container .description {
        min-height: 155px
    }
}

@media only screen and (max-width:1000px) {
    .brand .content .style_out .style .style_container .description {
        /*font-size: 24px;*/
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 35px
    }
}

.brand .content .style_out .style .style_container .link {
    height: 40px;
    font-size: 14px;
    letter-spacing: 2px
}

@media only screen and (max-width:1000px) {
    .brand .content .style_out .style .style_container .link {
        text-align: center;
        font-size: 24px;
        letter-spacing: 4px;
        padding-top: 30px
    }
}

.brand .content .style_out .style .style_container .link .link_style {
    color: #f06b5d;
    position: relative;
    line-height: 40px;
    margin-right: -4px
}

    .brand .content .style_out .style .style_container .link .link_style:before {
        content: "";
        height: 1px;
        width: 0;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #f06b5d
    }

@media only screen and (min-width:1001px) {
    .brand .content .style_out .style .style_container .link .link_style:hover:before {
        width: 100%;
        transition: width 1s
    }
}

.brand .content .style_out .style .style_container .link p.point {
    display: inline-block;
    height: 1px;
    width: 5px;
    background-color: #000;
    vertical-align: middle;
    margin: 0 15px 0 11px
}

@media only screen and (max-width:1000px) {
    .brand .content .style_out .style .style_container .link p.point {
        margin: 0 25px 0 21px
    }
}

.brand .content .style_out .style_1 {
    margin: 0 0 0 auto
}

    .brand .content .style_out .style_1 .swiper-container {
        left: 0
    }

    .brand .content .style_out .style_1 .style_container {
        margin: 0 0 0 auto
    }

@media only screen and (max-width:1000px) {
    .brand .content .style_out .style_1 .style_container {
        margin: 0 auto
    }
}

.brand .content .style_out .style_1 .link {
    text-align: right
}

.brand .content .style_out .style_2 {
    margin: 0 auto 0 0
}

    .brand .content .style_out .style_2 .swiper-container {
        right: 0
    }

    .brand .content .style_out .style_2 .style_container {
        margin: 0 auto 0 0
    }

@media only screen and (max-width:1000px) {
    .brand .content .style_out .style_2 .style_container {
        margin: 0 auto
    }
}

.brand .service {
    position: relative;
    z-index: 20
}
