@charset "utf-8";
/*首頁標題*/
.ar_layout * {
    position: relative;
    box-sizing: border-box;
}
.ar_layout {
    text-align: center;
    max-width: 935px;
    margin: 0 auto;
}
.ar_layout h2 {
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 22px;
    letter-spacing: 2.5px;
    line-height: 1.2;
}
.ar_layout h2 .ar_txt {
    font-weight: normal;
}
.ar_layout h2 b.ar_pink {
    font-weight: normal;
    color: #DC6585;
}
.ar_layout h2 b.ar_green {
    font-weight: normal;
    color: #4F7539;
}
.ar_layout p {
    margin: 0;
    font-size: 16px;
    color: #868686;
    letter-spacing: 1.5px;
    line-height: 2;
}
@media screen and (max-width: 767px){
    .ar_layout h2 {
        font-size: 20px;
        line-height: 1.5;
    }
    .ar_layout p {
        font-size: 15px;
    }
    .ar_layout h2 .ar_txt {
        display: block;
    }
}
/*------------ about-editor ------------*/
.about-sect .txt-box .index-about-editor .editor h3 {
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 22px;
    letter-spacing: 2.5px;
    line-height: 1.5;
    color: #fff;
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor h3{
        color: #DC6585;
        font-size: 18px;
    }
}
/*content*/
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    text-align: center;
}
.a_layout .a_item.one {
    margin: 50px 0 0;
}
.a_layout .a_item+.a_item {
    margin: 50px 0 0;
}
.a_layout .a_title {
    margin: 0 auto 40px;
}
.a_layout .a_title span {
    display: block;
    color: #4E7439;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
    font-family: 'ZCOOL XiaoWei', serif;
}
.a_layout .a_title h3 {
    color: #444;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
    padding: 5px 0 0;
}
.a_layout h4 {
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 22px;
    letter-spacing: 2.5px;
    line-height: 1.5;
}
.a_layout h4 b.ar_pink {
    font-weight: normal;
    color: #DC6585;
}
.a_layout h4 b.ar_green {
    font-weight: normal;
    color: #4F7539;
}
.a_layout p {
    margin: 0;
    font-size: 16px;
    color: #868686;
    letter-spacing: 1.5px;
    line-height: 2;
}
/*flower*/
.firstArea .circleInnerBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 936px;
    margin: 0 auto;
}
.firstArea .circleInnerBox::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -47.5px;
    width: 141px;
    height: 95px;
    background: url(../../../images/layout06/common/about/a_pic3.png) no-repeat;
    background-size: contain;
    opacity: 0.5;
}
.firstArea .circleInnerBox::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -47.5px;
    width: 141px;
    height: 95px;
    background: url(../../../images/layout06/common/about/a_pic3.png) no-repeat;
    background-size: contain;
    opacity: 0.5;
    transform: scaleX(-1);
}
.firstArea .circleInnerBox .a_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 3;
}
.firstArea .circleInnerBox .a_center img {
    max-width: 104px;
}
.firstArea .circleInnerBox .imgBox {
    position: relative;
    z-index: 1;
    width: 660px;
    height: 660px;
}
.firstArea .circleInnerBox .imgBox .Img {
    z-index: 2;
    position: absolute;
    overflow: hidden;
    height: 330px;
    width: 330px;
    transition: all 0.4s ease-in-out;
    transform: translateZ(0);
}
.firstArea .circleInnerBox .imgBox .Img::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout06/common/about/a_pic4.jpg);
    opacity: 0.5;
}
.firstArea .circleInnerBox .imgBox .Img .a_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 5px;
    width: 100%;
}
.firstArea .circleInnerBox .imgBox .Img .a_txt p {
    line-height: 1.5;
    margin: 0;
    min-height: 72px;
}
.firstArea .circleInnerBox .imgBox .Img .a_txt h4 {
    margin: 0 0 10px;
}
.firstArea .circleInnerBox .imgBox .Img .a_txt b {
    font-weight: normal;
}
.firstArea .circleInnerBox .imgBox .Img.lt .a_txt h4,
.firstArea .circleInnerBox .imgBox .Img.lt .a_txt b {
    color: #EDD339;
}
.firstArea .circleInnerBox .imgBox .Img.rt .a_txt h4,
.firstArea .circleInnerBox .imgBox .Img.rt .a_txt b {
    color: #DC6585;
}
.firstArea .circleInnerBox .imgBox .Img.lb .a_txt h4,
.firstArea .circleInnerBox .imgBox .Img.lb .a_txt b  {
    color: #4E7439;
}
.firstArea .circleInnerBox .imgBox .Img.rb .a_txt h4,
.firstArea .circleInnerBox .imgBox .Img.rb .a_txt b {
    color: #246692;
}
.firstArea .circleInnerBox .imgBox .Img.lt {
    left: 0;
    top: 0;
    border-radius: 330px 0 0 0;
}
.firstArea .circleInnerBox .imgBox .Img.lb {
    left: 0;
    bottom: 0;
    border-radius: 0 0 0 330px;
}
.firstArea .circleInnerBox .imgBox .Img.lb.offset {
    left: 52px;
    bottom: 52px;
}
.firstArea .circleInnerBox .imgBox .Img.rt {
    right: 0;
    top: 0;
    border-radius: 0 330px 0 0;
}
.firstArea .circleInnerBox .imgBox .Img.rt.offset {
    right: 52px;
    top: 52px;
}
.firstArea .circleInnerBox .imgBox .Img.rb {
    right: 0;
    bottom: 0;
    border-radius: 0 0 330px 0;
}
.firstArea .circleInnerBox .imgBox .Img.lb {
    left: 0;
    bottom: 0;
    border-radius: 330px 0 330px 330px;
}
.firstArea .circleInnerBox .imgBox .Img.rt {
    right: 0;
    top: 0;
    border-radius: 330px 330px 330px 0;
}
.firstArea .circleInnerBox .imgBox .Img.lt {
    left: 0;
    top: 0;
    border-radius: 330px 330px 0 330px;
}
.firstArea .circleInnerBox .imgBox .Img.lt.offset {
    left: 52px;
    top: 52px;
}
.firstArea .circleInnerBox .imgBox .Img.rb {
    right: 0;
    bottom: 0;
    border-radius: 0 330px 330px 330px;
}
.firstArea .circleInnerBox .imgBox .Img.rb.offset {
    right: 52px;
    bottom: 52px;
}
@media screen and (max-width: 1200px){
    .firstArea .circleInnerBox .imgBox {
        width: 520px;
        height: 520px;
    }
    .firstArea .circleInnerBox .imgBox .Img{
        height: 260px;
        width: 260px;
    }
    .firstArea .circleInnerBox::before,
    .firstArea .circleInnerBox::after {
        margin-top: -23.5px;
        width: 70px;
        height: 47px;
    }
    .firstArea .circleInnerBox .imgBox .Img.lt.offset {
        left: 22px;
        top: 22px;
    }
    .firstArea .circleInnerBox .imgBox .Img.rt.offset {
        right: 22px;
        top: 22px;
    }
    .firstArea .circleInnerBox .imgBox .Img.lb.offset {
        left: 22px;
        bottom: 22px;
    }
    .firstArea .circleInnerBox .imgBox .Img.rt.offset {
        right: 22px;
        top: 22px;
    }
}
@media screen and (max-width: 1000px){
    .firstArea .circleInnerBox .imgBox .Img.lt.offset {
        left: unset;
        top: unset;
    }
    .firstArea .circleInnerBox::before,
    .firstArea .circleInnerBox::after {
        display: none;
    }
    .firstArea .circleInnerBox .a_center {
        display: none;
    }
    .firstArea .circleInnerBox .imgBox .Img.lb,
    .firstArea .circleInnerBox .imgBox .Img.rt,
    .firstArea .circleInnerBox .imgBox .Img.lt,
    .firstArea .circleInnerBox .imgBox .Img.rb {
        border-radius: 0;
    }
    .firstArea .circleInnerBox .imgBox {
        flex-wrap: wrap;
        display: flex;
        align-items: stretch;
        width: auto;
        height: auto;
    }
    .firstArea .circleInnerBox .imgBox .Img {
        position: relative;
        width: calc(100% / 2 - 10px);
        height: 100%;
    }
    .firstArea .circleInnerBox .imgBox .Img .a_txt {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        padding: 30px;
        width: 100%;
    }
    .firstArea .circleInnerBox .imgBox {
        margin: 0 -5px;
    }
    .firstArea .circleInnerBox .imgBox .Img {
        margin: 0 5px 10px;
    }
    .firstArea .circleInnerBox .imgBox .Img.lt{
        order: 1;
    }
    .firstArea .circleInnerBox .imgBox .Img.lb{
        order: 3;
    }
    .firstArea .circleInnerBox .imgBox .Img.rt{
        order: 2;
    }
    .firstArea .circleInnerBox .imgBox .Img.rb {
        order: 4;
    }
    .firstArea .circleInnerBox .imgBox .Img .a_txt h4 {
        margin: 0 0 5px;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .firstArea .circleInnerBox .imgBox .Img .a_txt {
        padding: 15px;
    }
    .firstArea .circleInnerBox .imgBox .Img {
        width: 100%;
    }
    .firstArea .circleInnerBox .imgBox .Img {
        margin: 0 0 10px;
    }
    .firstArea .circleInnerBox .imgBox .Img .a_txt p {
        min-height: unset;
    }
}
/*------------ service-editor ------------*/
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    display: flex;
    flex-wrap: wrap;
}
.s_layout .s_box {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    padding: 0 0 40px;
}
.s_layout .s_box:nth-of-type(1),
.s_layout .s_box:nth-of-type(4) {
    justify-content: flex-start;
}
.s_layout .s_box:nth-of-type(2),
.s_layout .s_box:nth-of-type(5) {
    justify-content: center;
}
.s_layout .s_box:nth-of-type(3),
.s_layout .s_box:nth-of-type(6) {
    justify-content: flex-end;
}
.s_layout .s_box:nth-last-child(-n+3) {
    padding: 0;
}
.s_layout .s_pic {
    width: 74px;
    text-align: center;
}
.s_layout .s_pic img {
    max-width: 74px;
}
.s_layout .s_txt {
    width: calc(100% - 147px);
    padding: 0 0 0 20px;
}
.s_layout .s_txt h3 {
    color: #666;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.5;
    margin: 0;
}
@media screen and (max-width: 1000px){
    .s_layout .s_box {
        width: calc(100% / 3);
        padding: 0 0 40px;
        display: flex;
        flex-direction: column;
    }
    .s_layout .s_txt {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .s_layout .s_txt h3 {
        font-size: 15px;
    }
    .s_layout .s_box:nth-of-type(1),
    .s_layout .s_box:nth-of-type(4),
    .s_layout .s_box:nth-of-type(2),
    .s_layout .s_box:nth-of-type(5),
    .s_layout .s_box:nth-of-type(3),
    .s_layout .s_box:nth-of-type(6) {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767px){
    .s_layout {
        max-width: 350px;
        margin: 0 auto;
    }
    .s_layout .s_box {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 360px){
    .s_layout .s_box {
        width: 100%;
        padding: 0 0 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 10px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #4E7439;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    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% - 40px);
    vertical-align: middle;
    transition: all .5s ease;
}
.contact-editor .col a:hover {
    color: #DC6585;
}
@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;
    }
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 18px;
    color: #4E7439;
    font-weight: normal;
    margin: 0;
    letter-spacing: 1.5px;
}
.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;
}
@media screen and (max-width: 1000px){
    .terms-editor .title{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}