@charset "utf-8";
/*------------ about-editor ------------*/
/* index */
.ai_layout{
    position: relative;
    box-sizing: border-box;
}
.ai_layout .ai_item {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ai_layout .ai_item:first-of-type .ai_box:first-of-type {
    width: 100%;
    max-width: 474px;
    padding-right: 50px;
    margin-top: -45px;
}
.ai_layout .ai_item:first-of-type .ai_box:last-of-type {
    width: calc(100% - 474px);
    padding-left: 30px;
}
.ai_layout .ai_item h3{
    position: relative;
    box-sizing: border-box;
    color: #333;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 10px;
}
.ai_layout .ai_item h3 .line {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    width: calc(100% - 255px);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.ai_layout .ai_item h3 .line::after {
    border-bottom: 1px solid #666666;
    content: "";
    height: 50%;
    top: 0;
    left: 0;
    opacity: 0.3;
    position: absolute;
    width: 100%;
}
.ai_layout .ai_item h3 em {
    position: absolute;
    font-size: 18px;
    color: #333;
    font-family: 'Lato', serif;
    letter-spacing: 0;
    font-style: unset;
    right: 0;
    top: 7px;
}
.ai_layout p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 90px;
}
.ai_layout .ai_item:last-of-type{
    margin: 30px 0 0;
}
.ai_layout .ai_item:last-of-type .ai_box:first-of-type {
    width: calc(100% - 470px);
    padding-right: 30px;
}
.ai_layout .ai_item:last-of-type .ai_box:last-of-type {
    width: 100%;
    max-width: 470px;
    padding-left: 50px;
}
@media screen and (max-width: 1000px){
    .ai_layout .ai_item {
        flex-direction: column;
    }
    .ai_layout .ai_item:first-of-type .ai_box:first-of-type{
        max-width: 300px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
    .ai_layout .ai_item:first-of-type .ai_box:last-of-type{
        padding: 15px 0 0;
        width: 100%;
    }
    .ai_layout .ai_item h3 .line,
    .ai_layout .ai_item h3 em {
        display: none;
    }
    .ai_layout .ai_item:last-of-type{
        flex-direction: column-reverse;
    }
    .ai_layout .ai_item:last-of-type .ai_box:last-of-type{
        max-width: 200px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
    .ai_layout .ai_item:last-of-type .ai_box:first-of-type {
        padding: 15px 0 0;
        width: 100%;
    }
    .ai_layout .ai_item h3{
        font-size: 20px;
        text-align: center;
    }
}
/* content */
.a_layout{
    position: relative;
    box-sizing: border-box;
    padding: 15px 15px 0;
}
.a_layout p{
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.75;
    /* text-align: justify; */
}
.a_layout b{
    font-weight: normal;
    color: #C80B15;
}
.a_layout .a_item {
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_item.one .a_txt h3{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #333;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: normal;
    margin: 0 auto;
    max-width: 350px;
}
.a_layout .a_item.one .a_txt h3::before{
    content: '“';
    position: absolute;
    top: 0;
    left: -36px;
    color: #aaa;
    font-size: 80px;
    line-height: 0.8;
    font-family: 'Lato', serif;
}
.a_layout .a_item.one .a_txt h3::after{
    content: '”';
    position: absolute;
    bottom: -40px;
    right: -36px;
    color: #aaa;
    font-size: 80px;
    line-height: 0.8;
    font-family: 'Lato', serif;
}
.a_layout .a_item.one .b_bg{
    position: absolute;
    width: 100%;
    height: 157px;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
/* 1-2 */
.a_layout .a_item.one .a_one_bg {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.a_layout .a_item.one .a_txt {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 15px;
    display: inline-block;
    top: 53.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.a_layout .a_item.one .a_box {
    position: relative;
    box-sizing: border-box;
    max-width: 295px;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    background: rgb(255,255,255,0.87);
    display: block;
    text-align: center;
}
.a_layout .a_item.one .a_box img{
    max-width: 268px;
}
/* 2-2 */
.a_layout .a_item.two {
    display: flex;
    margin: 0 0 50px;
}
.a_layout .a_item.two h3{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    color: #333;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 15px;
}
.a_layout .a_item.two h4{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    color: #333;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0;
}
.a_layout .a_item.two .a_col:first-of-type {
    width: 45%;
    padding-right: 20px;
}
.a_layout .a_item.two .a_col:last-of-type {
    width: 55%;
    padding-left: 20px;
    z-index: 3;
}
.a_layout .a_item.two  .a_two_logo {
    margin-top: 40px;
    width: 100%;
    max-width: 350px;
    padding: 0 30px;
}
.a_layout .a_item.two .a_title {
    box-sizing: border-box;
    padding: 30px;
    background: #f7f7f7;
    width: calc(100% + 75px);
    z-index: 2;
    position: relative;
    margin: 20px 0 0;
}
.a_layout .a_item.two .a_col:first-of-type p{
    margin: 20px 0 20px 30px;
}
/* icon */
.a_layout .a_icon {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px 0 50px;
}
.a_layout .a_icon::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 110px;
    border-radius: 100%;
    border-top: 3px solid #E8E7E7;
}
.a_layout .a_icon .a_box{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background: -webkit-linear-gradient(300deg,#E8E7E7 0,#f7f7f7 100%);
    margin: 0 15px;
    z-index: 5;
}
.a_layout .a_icon .a_box:first-of-type,
.a_layout .a_icon .a_box:last-of-type{
    margin-top: 50px;
}
.a_layout .a_icon .a_box::before{
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #fff;
}
.a_layout .a_icon .a_pic {
    max-width: 100px;
    z-index: 6;
}
.a_layout .a_icon h5 {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #333;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.3;
    font-weight: normal;
    margin: 5px 0 0;
    max-width: 95px;
}
/* 3 */
.a_layout .a_item.two.three .a_title{
    width: calc(100% + 118px);
}
.a_layout .a_item.two.three h4{
    line-height: 1.5;
}
.a_layout .a_item.two.three .a_two_logo {
    max-width: 165px;
    margin: 0;
}
/* list */
.a_layout .a_item.two.three:nth-of-type(2) {
    flex-direction: column;
}
.a_layout .a_item.two.three .a_list {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background: #F7F7F7;
    padding: 20px 30px 20px 50px;
}
.a_layout .a_item.two.three .a_list+.a_list{
    margin: 40px 0 0 ;
} 
.a_layout .a_item.two.three .a_list h4{
    font-size: 18px;
    margin: -32px 0 10px;
}
.a_layout .a_item.two.three .a_list h4::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -23px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #C70B14;
}
.a_layout .a_item.two.three .a_list::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    width: 1px;
    height: calc(100% - 33px);
    background: #C70B14;
}
@media screen and (max-width: 1280px){
    .a_layout .a_item.two {
        margin: 0 0 30px;
    }
    .a_layout .a_item.two h3{
        font-size: 22px;
    }
    .a_layout .a_item.two .a_two_logo {
        margin-top: 30px;
        max-width: 280px;
        padding: 0 30px;
    }
    .a_layout .a_item.two .a_title{
        padding: 20px 30px;
    }
    .a_layout .a_item.two .a_col:first-of-type p {
        margin: 15px 0 15px 30px;
    }
    .a_layout .a_icon {
        position: relative;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 30px;
    }
    .a_layout .a_item.one .b_bg{
        bottom: -60px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_item.two{
        flex-direction: column;
    }
    .a_layout .a_item.two .a_col:first-of-type {
        width: 100%;
        padding: 0 0 15px;
    }
    .a_layout .a_item.two .a_title{
        width: 100%;
    }
    .a_layout .a_item.two .a_col:last-of-type{
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .a_layout .a_icon .a_box{
        margin: 0 7px;
        width: 150px;
        height: 150px;
    }
    .a_layout .a_icon .a_pic {
        max-width: 70px;
    }
    .a_layout .a_item.two.three .a_title{
        width: 100%;
    }
    .a_layout .a_item.two.three .a_two_logo{
        margin: 0 auto;
        text-align: center;
    }
    .a_layout .a_item.one .a_col h3{
        font-size: 22px;
        margin: 0 auto 30px;
    }
    .a_layout .a_item.one .a_txt h3::before,
    .a_layout .a_item.one .a_txt h3::after {
        font-size: 60px;
    }
    .a_layout .a_item.one .b_bg{
        display: none;
    }
    .a_layout .a_item.one .a_box{
        position: relative;
        margin: 0 auto;
        width: 100%;
        max-width: unset;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        padding: 10px;
    }
    .a_layout .a_item.one .a_box img {
        max-width: 200px;
    }    
    .a_layout .a_item.one .a_box::before{
        display: none;
    }
    .a_layout .a_item.one .a_col h4::after{
        right: 0;
    }
    .a_layout .a_item.one .a_txt h4::before {
        left: -18px;
        font-size: 50px;
    }
    .a_layout .a_item.one .a_txt h4::after{
        right: -18px;
        font-size: 50px;
    }
    .a_layout .a_item.one .a_txt h3 {
        font-size: 20px;
        margin: 0 auto 30px;
        max-width: 300px;
    }
    .a_layout .a_item.one .a_txt h4 {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_icon::before{
        display: none;
    }
    .a_layout .a_icon .a_box:first-of-type, .a_layout .a_icon .a_box:last-of-type {
        margin-top: unset;
    }
    .a_layout .a_icon {
        flex-wrap: wrap;
        max-width: 350px;
        margin: 0 auto 30px;
    }
    .a_layout .a_icon .a_box{
        margin: 0;
    }
}
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}
.s_layout .s_col {
    position: relative;
    box-sizing: border-box;
    width: 50%;
}
.s_layout .s_col h3{
    position: relative;
    box-sizing: border-box;
    font-size: 26px;
    letter-spacing: 3px;
    font-weight: 400;
    color: #fff;
    background: #C80B15;
    line-height: 70px;
    padding: 0 15px;
    margin: 0;
    text-align: center;
}
.s_layout .s_col:last-of-type h3{
    color: #fff;
    background: #252525;
}
.s_layout .s_txtlist {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    list-style: none;
    padding: 30px 60px;
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
.s_layout .s_txtlist li {
    position: relative;
    width: 44%;
    font-size: 16px;
    padding: 5px 10px;
    padding-left: 20px;
    cursor: pointer;
}
.s_layout .s_txtlist li::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #C80B15;
    border-radius: 100%;
}
.s_layout .midline {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    height: 120%;
    width: 1px;
    background: #E8E7E7;
    z-index: 5;
}
.s_layout .midline::before {
    content: "";
    position: absolute;
    display: block;
    top: 38%;
    left: 50%;
    margin-left: 1px;
    margin-top: 1px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-animation: orAnimation 1.5s ease-in-out infinite;
    animation: orAnimation 1.5s ease-in-out infinite;
}
.s_layout .midline span{
    position: absolute;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    color: #242424;
    font-weight: bold;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    z-index: 5;
}
.s_layout .midline::after {
    content: '';
    position: absolute;
    display: block;
    text-align: center;
    top: 38%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    background: #fff;
    padding: 0;
    transform: rotate(-45deg);
}
@keyframes orAnimation {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1) rotate(-45deg);
        transform: translate(-50%, -50%) scale(1) rotate(-45deg);
    }
    80% {
        -webkit-transform: translate(-50%, -50%) scale(1.5) rotate(-45deg);
        transform: translate(-50%, -50%) scale(1.5) rotate(-45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.5) rotate(-45deg); 
        transform: translate(-50%, -50%) scale(1.5) rotate(-45deg);
        opacity: 0;
    }
}
@media screen and (max-width: 1280px){
    .s_layout .s_txtlist li {
        font-size: 15px;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .s_layout .midline{
        display: none;
    }
    .s_layout {
        flex-direction: column;
    }
    .s_layout .s_col{
        width: 100%;
    }
    .s_layout .s_col h3 {
        font-size: 20px;
        height: 55px;
        line-height: 55px;
    }
    .s_layout .s_txtlist{
        display: block;
    }
    .s_layout .s_txtlist li{
        width: 100%;
        max-width: 148px;
        margin: 0 auto;
    }
    .s_layout .s_txtlist{
        padding: 15px 30px;
    }
    .s_layout .s_pic img {
        width: 100%;
    }
}
/*------------ contact-editor ------------*/
/* index */
.c_info {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}
.c_info .c_info_title {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 20px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #C70B14;
}
/* content */
.contact-map{
    margin-bottom: 35px;
}
.contact-map iframe{
    position: relative;
    height: 300px;
    margin-bottom:0px;
    width: 100%;
    box-sizing: border-box;
    border: 8px solid #f0efe9;
}
.contact-info-txt i{
    font-size: 22px;
    color: #ffffff;
    background: #bcaa87;
    border-radius:50%;
    width: 43px;
    height: 43px;
    vertical-align: middle;
    margin: 15px auto 15px;
    display: block;
    text-align: center;
}
.contact-info-txt i:before{
    display: inline-block;
    vertical-align: middle;
    line-height: 43px;
}
.contact-editor{
    position: relative;
    box-sizing: border-box;
    text-align: left;
}
.contact-editor .row{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.contact-editor .col{
    float: left;
    width: 50%;
}
.contact-editor .col:first-of-type{
    width: 70%;
    padding-right: 3%;
}
.contact-editor .col:last-of-type{
    width: 30%;
}
.info_box_c{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.info_box_c .c_info_title {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 20px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #C70B14;
}
.info_box_c ul{
    position: relative;
}
.info_box_c ul::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 1px;
    height: calc(100% - 33px);
    background: #C70B14;
}
.info_box_c ul::after{
    content: '';
    position: absolute;
    top: 17px;
    left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #C70B14;
}
.info_box_c ul+ul{
    margin-top: 30px;
}
.info_box_c li{
    padding: 3px 0 3px 20px;
}
.info_box_c li span, 
.info_box_c li a {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}
.info_box_c li a:hover {
    color: #C80B15;
    text-decoration: underline;
}
.contact-editor .col iframe{
    width: 100%;
}
.contact-editor .col1{
    border-width: 0 1px 0 0;
}
.contact-editor .col3{
    border-width: 0 0 0 1px;
}
.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{
    text-decoration: underline;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .terms_txt{
    text-align: center;
}
.terms-editor .title{
    font-size: 18px;
    color: #C80B15;
    margin: 0;
    font-weight: normal;
}
.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: 960px){
    .contact-editor .col{
        float: none;
        padding: 15px 0;
    }
    .contact-editor .row, .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-info-txt .img-ic{
        max-width: 100px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
}
@media screen and (max-width: 1000px){
    /*---------about-editor---------*/
    .contact-editor i{
        text-indent: 0px;
        line-height: 35px;
    }
    .contact-editor .row,
    .contact-editor .col{
        flex-direction: column;
        width: auto;
        border-width: 1px 0;
        height: auto;
        overflow: hidden;
    }
    .contact-editor .col{
        border-width: 1px 0;
        padding: 0 0 15px;
    }
    .contact-editor .col:last-child{
        border-bottom: none;
    }
    .contact-info-txt i{
        left: 0;
        margin: 0px 12px 0 0;
        display: inline-block;
        float: left;
        vertical-align: middle;
    }
    .contact-info-txt{
        width: 100%;
        max-width: inherit;
        text-align: left;
        display: flex;
        align-items: center;
    }
    .c_info{
        justify-content: center;
    }
    .contact-editor .col:first-of-type{
        width: 100%;
        padding: 0 0 3%;
    }
    .contact-editor .col:last-of-type{
        width: 100%;
    }
    .info_box_c{
        flex-direction: row;
        justify-content: center;
    }
    .info_box_c ul {
        position: relative;
        padding: 0 15px 0 0;
    }
    .info_box_c ul+ul {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .c_info {
        flex-direction: column;
    }
    .c_info .c_info_title{
        margin: 0 0 10px;
    }
    .info_box_c{
        flex-direction: column;
    }
    .info_box_c ul {
        position: relative;
        padding: 0;
        margin: 0 0 0 15px;
    }
    .info_box_c ul+ul {
        margin-top: 20px;
    }
}
