@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_top{
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}
.a_top .a_col{
    position: relative;
    width: 32%;
}
.a_top .a_col:last-of-type{
    width: 64%;
    padding-left: 4%;
    z-index: 1;
}
.a_top .a_col:last-of-type p{
    position: relative;
    margin: 0;
    color: #545454;
    letter-spacing: 0.5px;
    line-height: 1.6;
    font-size: 18px;
    text-align: justify;
    font-weight: bold;
}
.a_top .a_col:last-of-type .a_pic {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: -1;
}
.a_top .a_sign {
    position: relative;
    padding: 35px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.a_top .a_sign span {
    color: #AAAAAA;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding-right: 15px;
}
.a_layout .a_middle {
    position: relative;
    margin: 0 0 50px;
}
.a_middle .a_col:last-of-type{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    margin-top: -150px;
}
.a_middle .a_col:last-of-type .aa_col{
    position: relative;
    width: 50%;
    padding-right: 2%;
}
.a_middle .a_col:last-of-type .aa_col:last-of-type{
    position: relative;
    width: 48%;
}
.a_middle .aa_col ul{
    padding: 0 0 0 15px;
    margin: 30px 0;
}
.a_middle .aa_col li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
}
.a_middle .aa_col li h3{
    position: relative;
    margin: 0;
    color: #545454;
    letter-spacing: 0.8px;
    font-size: 20px;
    font-weight: bold;
}
.a_middle .aa_col li+li{
    margin: 20px 0 0;
}
.a_middle li img {
    margin-right: 15px;
}
.a_bottom{
    position: relative;
    margin: 0 0 50px;
}
.a_bottom h2{
    position: relative;
    margin: 0;
    color: #C12125;
    letter-spacing: 0.8px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    margin: 0 0 30px;
}
.a_bottom h2::before{
    content: '';
    position: absolute;
    width: calc(100% - 330px);
    height: 1px;
    background: #DDDDDD;
    bottom: 10px;
    right: 0;
}
.a_bottom h2 img{
    margin-right: 15px;
}
.a_sect{
    position: relative;
    box-sizing: border-box;
}
.a_box{
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 0 30px;
}
.a_line{
    position: absolute;
    left: 70px;
    margin-top: 10px;
    width: 1px;
    height: calc(100% - 20px);
    background: #E6E7E7;
}
.a_sect .a_year {
    position: relative;
    font-size: 20px;
    color: #C12125;
    font-weight: 900;
    font-family: 'Rubik',serif;
}
.a_sect .a_year::before{
    content: '';
    position: absolute;
    left: 65px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #E30118;
    border-radius: 50%;
}
.a_text{
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
}
@media screen and (max-width: 1280px){
    .a_top .a_col:last-of-type .a_pic{
        top: 0;
    }
}
@media screen and (max-width: 1000px){
    .a_middle .aa_col li h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .a_top .a_col:last-of-type p {
        font-size: 16px;
        text-align: center;
    }
    .a_top .a_sign span {
        font-size: 16px;
    }
    .a_middle .a_col:last-of-type{
        flex-direction: column;
        margin: 0;
    }
    .a_middle .a_col:last-of-type .aa_col{
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .a_middle .a_col:last-of-type .aa_col:last-of-type{
        width: 100%;
        text-align: center;
    }
    .a_middle .aa_col li {
        justify-content: center;
    }
    .a_layout .a_top{
        flex-direction: column;
    }
    .a_top .a_col{
        width: 100%;
        text-align: center;
    }
    .a_top .a_col:last-of-type{
        width: 100%;
        padding: 30px 20px 0;
        text-align: left;
    }
    .a_top .a_col:last-of-type .a_pic {
        top: inherit;
        bottom: -50px;
        left: 20px;
    }
}
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
    margin-top: -135px;
}
.s_layout .s_top{
    position: relative;
    width: 41%;
    float: right;
    clear: both;
    margin: 25px 175px 60px 0;
    box-sizing: border-box;
}
.s_layout .s_top p{
    position: relative;
    color: rgba(255,255,255,0.5);
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.s_layout .s_bottom{
    position: relative;
    width: 100%;
    display: flex;
}
.s_bottom .s_box{
    position: relative;
    width: 25%;
    margin: 0 80px 0 0;
    box-sizing: border-box;
}
.s_bottom .s_box:last-of-type{
    margin: 0;
}
.s_bottom .s_title{
    position: relative;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
}
.s_bottom .s_title span{
    position: relative;
    font-family: 'Rubik',serif;
    width: 20%;
    font-size: 38px;
    letter-spacing: 0.5px;
}
.s_bottom .s_title h3{
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1.5px;
    width: 80%;
    margin: 0;
    text-align: right;
}
.s_txet p {
    position: relative;
    color: rgba(255,255,255,0.5);
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-align: justify;
}
@media screen and (max-width: 1280px){
    .s_bottom .s_box {
        margin: 0 20px 0 0;
    }
    .s_bottom .s_title span{
        font-size: 30px;
    }
}
@media screen and (max-width: 1000px){
    .s_layout{
        margin: 0;
    }
    .s_layout .s_top {
        position: relative;
        width: 100%;
        float: none;
        clear: both;
        margin: 0;
        padding: 0 20px;
    }
    .s_layout .s_bottom{
        flex-wrap: wrap;
    }
    .s_bottom .s_title span {
        font-size: 27px;
        width: 14%;
    }
    .s_bottom .s_title h3{
        text-align: left;
    }
    .s_bottom .s_title h3{
        width: 86%;
    }
    .s_bottom .s_box {
        position: relative;
        width: 45%;
        margin: 0 20px 0 0;
    }
    .s_bottom .s_box {
        position: relative;
        width: 50%;
        margin: 0;
        padding: 20px;
    }
}
@media screen and (max-width: 767px){
    .s_bottom .s_box:last-of-type{
        margin: 10px 20px;
    }
    .s_bottom .s_box {
        position: relative;
        width: 100%;
        margin: 10px 20px;
        background: rgba(255,255,255,0.2);
        padding: 10px 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;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    background: #C11F25;
    border-radius: 10px;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
}
.contact-editor i:before{
    transform: rotate(45deg);
    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: "\e1005";
}
.contact-editor .mail i:before{
    content: "\e1003";
}
.contact-editor .add i:before{
    content: "\e1001";
}
.contact-editor .fax i:before{
    content: "\e1020";
}
.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: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #C11F25;
    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: 960px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@media screen and (max-width: 1100px){
    .row_{
        display: block;
    }
    .about-editor .row_1 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_1{
        margin-bottom: 40px;
    }
    .about-editor .row_2{
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after{
        display: none;
    }
    .about-editor .row_2 .col,.about-editor .row_3 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box,.about-editor .row_3 .txt_box{
        padding:0px;
        border:none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2{
        text-align: left;
    }
    .index-about-editor{
        padding: 0;
        height: auto;
    }
    .contact-editor i{
        text-indent: 0px;
        line-height: 35px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
