﻿
select:focus {
    border-color: red;
}

.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: 25px;
    }
}

.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: 20px;
    }
}

.page_select_out {
    position: relative;
    z-index: 20;
    background-color: #f4f2f1
}

@media only screen and (max-width:1000px) {
    .page_select_out {
        background-color: #fff;
        border-bottom: 1px solid #d3d3d3
    }

        .page_select_out.OFF {
            display: none
        }
}

.page_select_out .page_select {
    padding: 35px 0;
    text-align: center
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select {
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.page_select_out .page_select > a, .page_select_out .page_select p {
    display: inline-block;
    font-size: 22px;
    color: #717372
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > a, .page_select_out .page_select p {
        font-size: 30px
    }
}

.page_select_out .page_select > p {
    width: 10px;
    height: 10px;
    margin: 0 15px;
    border-radius: 10px;
    background-color: #b7aca6;
    display: none
}

    .page_select_out .page_select > p:first-child {
        display: none
    }

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > p {
        display: none
    }
}

.page_select_out .page_select > a {
    margin: 0 60px;
    position: relative;
    line-height: 40px;
    letter-spacing: 2px
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > a {
        line-height: 72px;
        margin: 0
    }
}

.desktop .page_select_out .page_select > a:hover {
    color: #f06b5d
}

    .desktop .page_select_out .page_select > a:hover:after {
        width: 100%;
        transition: width 1s
    }

.page_select_out .page_select > a:before {
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 15px;
    position: absolute;
    top: calc(50% - 5px);
    left: -80px;
    border-radius: 10px;
    background-color: #b7aca6;
    display: block
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > a:before {
        display: none
    }
}

.page_select_out .page_select > a:first-child:before {
    display: none
}

.page_select_out .page_select > a:after {
    content: "";
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f06b5d;
    pointer-events: none
}

.page_select_out .page_select > a.ON {
    color: #f06b5d
}

    .page_select_out .page_select > a.ON:after {
        width: 100%;
        transition: width 1s
    }

.EN .page_select_out .page_select a.Hide {
    display: none
}

.news_select_out {
    position: relative;
    z-index: 25;
    color: #707372;
    background-color: #f8f7f7;
    max-width: 1000px;
    width: 100%;
    padding: 10px 0px 10px;
    margin: 0 auto;
    height: auto
}

@media only screen and (max-width:1000px) {
    .news_select_out {       
        margin: auto;      
    }
   
    /*.news_select_out {
        padding: 40px 0 20px;
        width: 600px
    }*/
}

.news_select_out .news_title {
    float: left;
    font-size: 20px;
    line-height: 45px
}

@media only screen and (max-width:1000px) {
    .news_select_out .news_title {
        display: none
    }
}

.news_select_out .news_title:before {
    display: inline-block;
    content: "";
    background-image: url(/asset/img/CH/desktop/main/icon.png);
    width: 14px;
    height: 13px;
    margin: 15px 10px 0 0;
    vertical-align: top;
    background-position: 50%;
    background-size: cover
}

.news_select_out .news_select {
    font-size: 16px;
    width: 290px;
    position: relative;
    float: right
}

@media only screen and (max-width:1000px) {
    .news_select_out .news_select {
        font-size: 16px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
}

.news_select_out .news_select.OPEN .switchskin {
    background-color: #a79b94
}

    .news_select_out .news_select.OPEN .switchskin:before {
        top: 20px;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg)
    }

@media only screen and (max-width:1000px) {
    .news_select_out .news_select.OPEN .switchskin:before {
        top: 25px
    }
}

.news_select_out .news_select.OPEN .option_out {
    min-height: 135px;
    overflow-y: scroll
}

@media only screen and (max-width:1000px) {
    .news_select_out .news_select.OPEN .option_out {
        min-height: 190px
    }
}

.news_select_out .news_select .default_option {
    width: calc(100% - 45px);
    box-sizing: border-box;
    border: 1px solid #d5cfcc;
    /*padding: 15px;*/
    padding: 7px;
    height: 45px;
    display: inline-block;
    background-color: #f8f7f7;
    outline: none;
}



    @media only screen and (max-width:1000px) {
        .news_select_out .news_select .default_option {
        width: calc(100% - 60px);
        height: 60px;
        padding: 20px
    }
}

.news_select_out .news_select .switchskin {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: #d5cfcc;
    width: 45px;
    height: 45px
}

@media only screen and (max-width:1000px) {
    .news_select_out .news_select .switchskin {
        width: 60px;
        height: 60px
    }
}

.news_select_out .news_select .switchskin:before {
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: 12px;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width:1000px) {
    .news_select_out .news_select .switchskin:before {
        top: 10px;
        left: 15px;
        width: 25px;
        height: 25px
    }
}

.news_select_out .news_select .option_out {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    background-color: #eae6e5;
    overflow: hidden;
    transition: height 1s
}

    .news_select_out .news_select .option_out .option {
        box-sizing: border-box;
        padding: 15px;
        width: 100%;
        height: 45px
    }

@media only screen and (max-width:1000px) {
    .news_select_out .news_select .option_out .option {
        height: 60px;
        padding: 20px
    }
}

.news_select_out .news_select .option_out .option:hover {
    color: #fff;
    background-color: #a79b94
}

.news_select_out .clear {
    clear: both
}

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
}






.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)
}

.news .content {
    position: relative;
    z-index: 20;
    background-color: #f8f7f7;
    width: 100%;
    padding-top:20px;
}

.news .container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    padding-top:10px;
}

@media only screen and (max-width:1000px) {
    /*.news .container {
        width: 600px
    }*/
}

.news .container .report {
    width: calc((100% - 45px) / 4);
    padding: 50px 15px 0 0;
    display: inline-block;
    cursor: pointer;
    vertical-align: top
}

    .news .container .report:nth-child(4n) {
        padding-right: 0
    }

@media only screen and (max-width:1000px) {
    .news .container .report {
        width: 100%;
        /*padding: 70px 0 0*/
        padding: 10px 0 0
    }

        .news .container .report:first-child {
            padding: 0
        }
}

.news .container .report:hover .report_img {
    box-shadow: 0 1px 20px rgba(72,74,77,.6);
    transition: box-shadow .3s ease-in-out
}

.news .container .report .report_img {
    width: 100%
}

.news .container .report .report_title {
    margin-top: 20px;
    position: relative;
    height: 45px;
    width: 100%;
    padding: 0 0 0 55px;
    box-sizing: border-box;
    overflow: hidden
}

    .news .container .report .report_title:after {
        content: "";
        width: 1px;
        height: 100%;
        display: inline-block;
        vertical-align: middle
    }

@media only screen and (max-width:1000px) {
    .news .container .report .report_title {
        height: 70px;
        padding: 0 0 0 80px
    }
}

.news .container .report .report_title .date {
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    width: 45px;
    vertical-align: top;
    line-height: 18px;
    padding-top: 6px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff
}

@media only screen and (max-width:1000px) {
    .news .container .report .report_title .date {
        height: 60px;
        width: 60px;
        line-height: 25px
    }
}

.news .container .report .report_title .date .year {
    letter-spacing: 1px;
    font-size: 13px
}

@media only screen and (max-width:1000px) {
    .news .container .report .report_title .date .year {
        font-size: 16px
    }
}

.news .container .report .report_title .date .month_day {
    letter-spacing: .5px;
    font-size: 12px
}

@media only screen and (max-width:1000px) {
    .news .container .report .report_title .date .month_day {
        font-size: 16px
    }
}

.news .container .report .report_title .article {
    color: #50504e;
    line-height: 22px;
    font-size: 16px;
    height: auto;
    box-sizing: border-box;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width:1000px) {
    .news .container .report .report_title .article {
        font-size: 18px;
        line-height: 35px;
        /*font-weight: 500*/
    }
}

.news .container .report .description {
    line-height: 25px;
    letter-spacing: -.5px;
    padding-top: 15px;
    height: 70px;
    width: 100%;
    font-size: 1px;
    overflow: hidden;
    font-size: 15px;
    color: #707372
}

@media only screen and (max-width:1000px) {
    .news .container .report .description {
        font-size: 25px;
        line-height: 35px
    }
}

.news .container .report .description > h1 {
    display: inline-block;
    font-weight: 600;
    color: #50504e
}

    .news .container .report .description > h1:after {
        display: inline-block;
        content: "";
        height: 10px;
        width: 1px;
        background-color: #50504e;
        vertical-align: middle;
        margin: 0 5px
    }


/*分頁*/
.pageList{
    text-align:center;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {  
    color: #886340;  
    background-color: #f8f7f7;
    border-color: #f8f7f7;
}

.pagination > li > a, .pagination > li > span {
    color: #886340;
    background-color: #f8f7f7;
    border-color: #f8f7f7;
}



    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #ad0602;
        background-color: #f8f7f7;
        border-color: #f8f7f7;
    }


.pagination > .active > a {
    color: #ff0000
}