@charset "utf-8";
/* About Us */
.about_sect {

}
.about_inner {
    display: flex;
    gap: 80px;
    margin: 0 auto 40px;
    
}
.about_image {
    flex: 0 1 auto;
    overflow: hidden;
}
.about_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_content {
    flex: 1 1 0;
    min-width: 0;
}
.about_title {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    line-height: 1.2;
    color: #17372c;
}
.about_line {
    width: 80px;
    height: 1px;
    margin: 25px 0;
    background: #a88752;
}
.about_slogan {
    font-size: 27px;
    line-height: 1.8;
    letter-spacing: 4px;
    color: #a88752;
}
.about_text {
    font-size: 15px;
    line-height: 2;
    color: #777;
}
/* Philosophy */
.philosophy_sect {
    position: relative;
    /* padding: 0 20px; */
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: 40px;
}
.philosophy_bg {
    /* width: 100%; */
    /* height: 505px; */
    /* overflow: hidden; */
}
.philosophy_bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.philosophy_box {
    box-sizing: border-box;
    width: 100%;
    padding: 45px 40px;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 1;
}
.philosophy_en {
    margin-bottom: 8px;
    font-family: "Playfair Display", serif;
    font-size: 19px;
    color: #a88752;
}
.philosophy_title {
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 5px;
    color: #17372c;
}
.philosophy_slogan {
    margin-top: 25px;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    letter-spacing: 3px;
    color: #333;
}
.philosophy_slogan:before{
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #A88752;
    margin: 0 auto 24px;
}
/* Values */
.values_sect {
    /* padding: 45px 20px 0; */
}
.values_title {
    margin-bottom: 32px;
    text-align: center;
}
.values_en {
    /* margin-bottom: 5px; */
    font-family: "Playfair Display", serif;
    font-size: 18px;
    color: #a88752;
}
.values_cn {
    font-size: 25px;
    letter-spacing: 7px;
    color: #17372c;
}
.values_list {
    display: flex;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.value_item {
    flex: 1 1 25%;
    min-width: 0;
    padding: 16px 24px 24px;
    border-top: 4px solid #17372c;
    background: #fff;
}
.value_number {
    margin-bottom: 8px;
    font-family: "Playfair Display", serif;
    font-size: 31px;
    color: #a88752;
}
.value_title {
    font-size: 19px;
    line-height: 1.5;
    color: #17372c;
    letter-spacing: 6px;
    font-weight: 600;
}
.value_line {
    width: 32px;
    height: 1px;
    margin: 12px 0;
    background: #a88752;
}
.value_text {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}
/* RWD */
@media (max-width: 1000px) {    
    .about_inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }
    .about_title {
        font-size: 34px;
    }
    .about_slogan {
        font-size: 22px;
        letter-spacing: 2px;
    }
    .about_slogan br{
        display: none;
    }
    .philosophy_box {

    }
    .philosophy_title {
        font-size: 22px;
        letter-spacing: 3px;
    }
    .values_list {
        flex-wrap: wrap;
    }
    .value_item {
        flex: 1 1 calc(50% - 12px);
    }
}

@media (max-width: 600px) {    .about_sect {
        padding: 0 15px;
    }
    .about_inner {
        flex-direction: column;
        gap: 24px;
    }
    .about_image {
        /* height: 300px; */
    }
    .about_content {
        /* padding: 30px 5px 40px; */
    }
    .about_title {
        font-size: 32px;
    }
    .about_slogan {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .about_text {
        font-size: 14px;
    }

    .philosophy_sect {
        /* padding: 0 15px; */
    }
    .philosophy_bg {
        /* height: 420px; */
    }
    .philosophy_box {
        width: calc(100% - 40px);
        padding: 30px 20px;
        margin-bottom: 0px;
    }
    .philosophy_en {
        font-size: 16px;
    }
    .philosophy_title {
        font-size: 19px;
        line-height: 1.8;
        letter-spacing: 2px;
    }
    .philosophy_slogan {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .values_sect {
        /* padding: 40px 15px 0; */
    }
    .values_list {
        flex-direction: column;
        gap: 15px;
    }
    .value_item {
        flex: 1 1 auto;
    }
    .values_cn {
        font-size: 21px;
        letter-spacing: 5px;
    }
}
/* service_area */
.service_grid {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    align-items:center;
    justify-content: center;
    width: 100%;
}
.service_item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(255 255 255/90%);
  padding: 24px;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-align: center;
  box-sizing: border-box;
  transition: all .3s;
  min-height: 244px;
}
.service_item:hover{
    background:#17372C;
}
.service_item .num {
    font-size: 45px;
    font-weight: bold;
    color: #A88752;
    position: absolute;
    left: -21px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Playfair Display", serif;
    z-index: 1;
    transition: all .3s;
    display: none;
}
.service_item .icon {
    width: 80px;
    height: 80px;
    text-indent: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.service_item:hover .icon img{
    filter: brightness(0) invert(1);
}
.service_item .name{
    color:#212121;
    font-size:20px;
    margin: 16px auto 0;
    transition: all .3s;
}
.service_item:hover .name{
    color:#fff;
}
.service_item .en_name{
    color:#A88752;
    font-size:13px;
    margin: 0 auto 0;
    font-family: "Playfair Display", serif;
    transition: all .3s;
}
.service_item:hover .en_name{
    color:#fff;
}
/* RWD */
@media (max-width: 1024px) {
  .service_item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .service_item {
    flex: 1 1 100%;
  }
}
/*footer*/
.ic_phone{
    font-size: 20px;
    color: #444444;
    margin: -9px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.ic_phone:before{
    content: "\e1050";
    font-family: 'icon-font2' !important;
}
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -20px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -40px;
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
.site-info .ic-phone{
    font-size: 20px;
    width: 20px;
    color: #A88752;
    margin-right: 5px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #A88752;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #A88752;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #A88752;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .title{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td{
    vertical-align: top;
}
.about-editor .pic2{
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
/*------------ service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 20px;
}
.contact-editor{
    text-align: center;
    margin: 5px 0;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    position: relative;
}
.contact-editor .col + .col:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #bbbbbb;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #B20000;
    text-decoration: underline;
}
.info-icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #A88752;
    color: #fff;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #A88752;
    font-size: 16px;
    margin: 0;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
}
@media screen and (max-width: 1000px){
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic{
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2{
        top: 0;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
    }
    .contact-editor .col{
        padding: 15px 0;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .contact-map{
        height: 200px;
    }
}
