@charset "utf-8";
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;
}
.s_layout .s_col{
    position: relative;
    display: flex;
    align-items: center;
    width: 260px;
    margin-bottom: 50px;
}
.s_layout .s_col .s_icbox{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 85px;
    height: 85px;
    border: 1px solid rgba(72,72,72,.3);
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.s_layout .s_col .s_icbox img{
    transform: scaleX(1);
    transition: all .3s ease;
}
.s_layout .s_col:hover .s_icbox img{
    transform: scaleX(-1);
}
.s_layout .s_col .s_txt{
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #666666;
    max-width: 152px;
}
.s_layout .s_col .s_txt h4{
    position: relative;
    font-size: 22px;
    font-weight: 500;
    font-family: "cwTeXKai", serif;
    color: #464646;
    margin: 0 0 4px;
    transition: all .3s ease;
}
.s_layout .s_col .s_txt h4 span{
    font-family: "Frank Ruhl Libre", serif;
    letter-spacing: normal;
    font-weight: bold;
}
.s_layout .s_col:hover .s_txt h4{
    color: #B18F41;
}
@media screen and (max-width: 1000px){
    .s_layout{
        justify-content: space-evenly;
    }
    .s_layout .s_col{
        margin: 0 0px 30px;
    }
    .s_layout .s_col .s_txt h4{
        font-size: 18px;
    }
    .s_layout .s_col .s_txt{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 549px){
    .s_layout .s_col{
        margin: 0 0px 20px;
    }
}
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 935px;
    margin: 0 auto;
}
.a_layout .a_row1 {
    position: relative;
    display: flex;
}
.a_layout .a_row1 .a_pic{
    position: relative;
    width: 44.8%;
}
.a_layout .a_row1 .a_txt{
    position: relative;
    box-sizing: border-box;
    width: 55.2%;
    font-size: 16px;
    letter-spacing: 0.05em;
    overflow: visible;
    color: #666666;
    font-weight: normal;
    line-height: 2.1;
    padding-top: 32px;
    padding-left: 7%;
}

.a_layout .a_tit {
    position: relative;
    display: block;
    line-height: 2.1;
    margin: 0 0 18px;
}
.a_layout .a_tit h2{
    color: #313131;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: 600;
    font-family: "cwTeXKai", serif;
    padding: 0;
    margin: 0;
}
.a_layout .a_tit span{
    color: #B2B2B2;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-weight: 450;
    font-family: "Frank Ruhl Libre", serif;
}
.a_layout .a_row1 .a_txt  h4 {
    font-family: "cwTeXKai", serif;
    position: relative;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.15em;
    line-height: 2;
    color: #464646;
    padding: 0;
    margin: 0 0 10px;
}
.a_layout .a_row1 .a_txt .a_pic{
    position: relative;
    width: fit-content;
    margin-top: 11%;
}
.a_layout .a_row2 {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: -48px;
    box-sizing: border-box;
    padding: 0 3.4%;
}
.a_layout .a_row2 .a_tit{
    margin-bottom: 48px;
}
.a_layout .a_row2 .a_icitem{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;
}
.a_layout .a_row2 .a_icitem .a_col{
    position: relative;
    display: flex;
    align-items: center;
    width: 260px;
    margin-bottom: 50px;
}
.a_layout .a_row2 .a_icitem .a_col .a_icbox{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 85px;
    height: 85px;
    border: 1px solid rgba(72,72,72,.3);
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.a_layout .a_row2 .a_icitem .a_col .a_icbox img{
    transform: scaleX(1);
    transition: all .3s ease;
}
.a_layout .a_row2 .a_icitem .a_col:hover .a_icbox img{
    transform: scaleX(-1);
}
.a_layout .a_row2 .a_icitem .a_col .a_txt{
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #666666;
    max-width: 152px;
}
.a_layout .a_row2 .a_icitem .a_col .a_txt h4{
    position: relative;
    font-size: 22px;
    font-weight: 500;
    font-family: "cwTeXKai", serif;
    color: #464646;
    margin: 0 0 4px;
    transition: all .3s ease;
}
.a_layout .a_row2 .a_icitem .a_col .a_txt h4 span{
    font-family: "Frank Ruhl Libre", serif;
    letter-spacing: normal;
    font-weight: bold;
}
.a_layout .a_row2 .a_icitem .a_col:hover .a_txt h4{
    color: #B18F41;
}
@media screen and (max-width: 1280px){
    .a_layout .a_row1{
        display: flex;
        flex-direction: column;
    }
    .a_layout .a_row1 .a_pic{
        position: relative;
        width: fit-content;
        margin: 0 auto 30px; 
    }
    .a_layout .a_tit{
        text-align: center;
    }
    .a_layout .a_row1 .a_txt h4{
        text-align: center;
    }
    .a_layout .a_row1 .a_txt{
        padding: 0;
        width: 100%;
        margin: 0;
        text-align: justify;
    }
    .a_layout .a_row1 .a_txt .a_pic{
        margin-top: 7.3%;
    }
    .a_layout .a_row2{
        margin-top: 0;
        padding: 0 2.2%;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_row1{
        box-sizing: border-box;
        padding: 0 2.2%;
    }
    .a_layout .a_row1 .a_tit {
        margin-bottom: 18px;
    }
    .a_layout .a_row2 .a_tit{
        margin-bottom: 30px;
    }
    .a_layout .a_tit span{
        font-size: 16px;
    }
    .a_layout .a_tit h2{
        font-size: 28px;
    }
    .a_layout .a_row1 .a_txt h4{
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.5;
        text-align: center;
    }
    .a_layout .a_row1 .a_pic{
        margin-bottom: 20px;
    }
    .a_layout .a_row1 .a_txt{
        font-size: 15px;
        line-height: 2;
    }
    .a_layout .a_row1 .a_txt .a_pic {
        margin-top: 11%;
    }
    .a_layout .a_row2 .a_icitem{
        justify-content: space-evenly;
    }
    .a_layout .a_row2 .a_icitem .a_col{
        margin: 0 0px 30px;
    }
    .a_layout .a_row2 .a_icitem .a_col .a_txt h4{
        font-size: 18px;
    }
    .a_layout .a_row2 .a_icitem .a_col .a_txt{
        font-size: 14px;
    }
    
}
@media screen and (max-width: 767px){
    .a_layout .a_row1,.a_layout .a_row2{
        padding: 0;
    }
}
@media screen and (max-width: 581px){
    .a_layout .a_row2 .a_icitem .a_col {
        margin: 0 0px 20px;
    }
}
/*------------ contact-editor ------------*/
.contact-editor .col{
    float: left;
}
.contact-editor .col + .col{
    margin: 0 0 0 25px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #C6A966;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(45deg); 
}
.contact-editor i:before{
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-editor .tel i:before{
    content: "\ff001";
}
.contact-editor .fax i:before{
    content: "\ff002";
}
.contact-editor .mail i:before{
    content: "\ff003";
}
.contact-editor .add i:before{
    content: "\ff004";
    font-size: 18px;
    position: relative;
    top: 2px;
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 17px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #B18F41;
    margin: 0;
    font-family: "cwTeXKai", serif;
    font-weight: 500;
}
.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: 960px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@media screen and (max-width: 1100px){
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
