@charset "utf-8";
/*------------ about-editor ------------*/
.about-sect .txt-box .index-about-editor .editor h3{
    position: relative;
    color: #212121;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 3.5px;
    font-weight: normal;
    margin: 0 0 5px;
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        position: relative;
        color: #212121;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 1.5px;
        font-weight: normal;
        margin: 5px auto 5px;
        text-align: center;
    }
}
/* content */
.a_layout{
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_top{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 20px 0;
    margin: 50px 0 50px;
    background: #F3F5F8;
    z-index: 1;
}
.a_layout .a_top::before{
    content: '';
    position: absolute;
    top: -42px;
    left: 0;
    width: 479px;
    height: 797px;
    background: url(../../../images/layout06/common/index/a_left.png) no-repeat top left;
    background-size: 30%;
    z-index: -1;
}
.a_layout .a_top::after{
    content: '';
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 460px;
    height: 940px;
    background: url(../../../images/layout06/common/index/a_right.png) no-repeat bottom right;
    background-size: 30%;
    z-index: -1;
}
.a_layout .a_top .a_col{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    padding-right: 15px;
}
.a_layout .a_top .a_col:last-of-type{
    width: 50%;
    padding-right: 0;
    padding-left: 15px;
}
.a_layout .a_title{
    position: relative;
    margin: 0 0 30px;
}
.a_layout .a_title span{
    position: relative;
    display: block;
    color: #333;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    font-family: 'Rubik',serif;
}
.a_layout .a_title span::first-letter{
    color: #DC1428;
}
.a_layout .a_title h2{
    position: relative;
    color: #212121;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 0;
}
.a_layout h3{
    position: relative;
    color: #212121;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 3.5px;
    font-weight: normal;
    margin: 0 0 5px;
}
.a_layout .a_top_middle{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 50px;
    z-index: 2;
}
.a_layout .a_top_middle .a_title {
    text-align: center;
}
.a_layout .a_list {
    position: relative;
    box-sizing: border-box;
    max-width: 700px;
    margin: 0 auto;
}
.a_layout .a_list .a_item{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-top: 1px solid #E6E6E6;
    padding: 30px 50px;
}
.a_layout .a_list .a_item:last-of-type{
    border-bottom: 1px solid #E6E6E6;
}
.a_layout .a_list .a_item + .a_item{
    margin: 0
}
.a_layout .a_list .a_item .a_col{
    position: relative;
    box-sizing: border-box;
    width: 20%;
}
.a_layout .a_list .a_item .a_col:first-of-type::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #DC1428 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #DC1428 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #DC1428 50.5%) no-repeat top left/100% 100%;
}
.a_layout .a_list .a_item .a_col:last-of-type{
    width: 80%;
}
.a_layout .a_list .a_item .a_col:last-of-type::before {
    content: 'S';
    position: absolute;
    font-family: 'Rubik',sans-serif;
    font-size: 100px;
    line-height: 0.8;
    bottom: -38px;
    right: 0;
    opacity: 0.05;
}
.a_layout .a_list .a_item:nth-of-type(2) .a_col:last-of-type::before{
    content: 'T';
}
.a_layout .a_list .a_item:nth-of-type(3) .a_col:last-of-type::before{
    content: 'Q';
}
.a_layout .a_list .a_item .a_col h4{
    position: relative;
    color: #212121;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 0;
}
.a_layout .a_list .a_item .a_col h4 span{
    font-family: 'Rubik',sans-serif;
}
.a_layout .a_bottom_middle{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 50px;
}
.a_layout .a_bottom_middle .a_title {
    text-align: center;
}
.a_layout .a_bottom_middle .s_layout{
    position: relative;
    margin: 0;
}
.a_layout .a_bottom_middle .s_layout .s_box {
    position: relative;
    border: 1px solid #E6E6E6;
    margin: 0 15px 0 0;
}
.a_layout .a_bottom_middle .s_layout .s_box .s_top h3{
    font-size: 17px;
}
.a_layout .a_bottom_middle .s_layout .s_box::before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #DC1428 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #DC1428 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #DC1428 50.5%) no-repeat top left/100% 100%;
    z-index: 1;
}
.a_bottom{
    position: relative;
    box-sizing: border-box;
    margin: 30px 0 0;
}
@media screen and (max-width: 1000px){
    .a_layout .a_top {
        padding: 15px 15px 20px;
        margin: 0 0 30px;
        flex-direction: column;
    }
    .a_layout .a_top .a_col{
        width: 100%;
        text-align: center;
    }
    .a_layout .a_top .a_col:last-of-type {
        width: 100%;
        padding: 30px 0 0;
        text-align: left;
    }
    .a_layout .a_top::before,
    .a_layout .a_top::after {
        display: none;
    }
    .a_layout .a_title span {
        font-size: 28px;
    }
    .a_layout .a_title h2 {
        font-size: 24px;
    }
    .a_layout .a_list .a_item .a_col{
        text-align: left;
        margin: 0 0 15px;
        padding-left: 30px;  
        width: 100%;  
    }
    .a_layout .a_list .a_item .a_col:last-of-type{
        width: 100%;
    }
    .a_layout .a_list .a_item {
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .a_layout .a_list .a_item .a_col:first-of-type::before {
        left: 0;
    }
    .a_layout .a_bottom_middle .s_layout .s_box {
        margin: 0 0 15px;
    }
    .a_layout .a_bottom_middle {
        margin: 0 0 15px;
    }
    .a_layout .a_top_middle {
        margin: 0 0 30px;
    }
    .a_layout .a_list .a_item .a_col:last-of-type::before {
        bottom: 0;
    }
}
/*------------ service-editor ------------*/
.service-sect .editor p{
    margin-left: 70%;
    text-align: right;
    font-size: 24px;
    letter-spacing: 3.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 50px;
}
.s_layout{
    position: absolute;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    width: 100%;
    margin: 80px 0 0;
}
.s_layout .s_box{
    position: relative;
    box-sizing: border-box;
    width: calc(100% / 4);
    margin: 0 30px 0 0;
}
.s_layout .s_box:last-of-type{
    margin: 0;
}
.s_layout .s_box .s_top{
    background: #fff;
    position: relative;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 33px;
    transition: all 0.3s ease;
}
.s_layout .s_box .s_top img{
    transition: all 0.3s ease;
}
.s_layout .s_box:hover .s_top{
    background: #0E4D96;
}
.s_layout .s_box:hover .s_top img{
    filter: brightness(100);
}
.s_layout .s_box .s_top h3{
    position: relative;
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 10px 0 0;
}
.s_layout .s_box:hover .s_top h3{
    color: #fff;
}
.service-sect .s_bottom{
    position: relative;
    box-sizing: border-box;
}
.service-sect .s_bottom::before{
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #FFFFFF 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #FFFFFF 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #FFFFFF 50.5%) no-repeat top left/100% 100%;
}
.service-sect .s_bottom p{
    margin: 0;
    padding: 25px 15px 0 0;
    color: #fff;
    text-align: left;
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 50px;
}
@media screen and (max-width: 1200px){
    .s_layout .s_box{
        position: relative;
        box-sizing: border-box;
        width: calc(100% / 4);
        margin: 0 15px 0 0;
    }
    .s_layout .s_box:last-of-type{
        margin: 0;
    }
}
@media screen and (max-width: 1000px){
    .service-sect .editor p {
        margin-left: 0;
        text-align: center;
        font-size: 20px;
        letter-spacing: 5px;
    }
    .s_layout {
        margin: 30px 0 0;
        flex-wrap: wrap;
        position: relative;    
    }
    .s_layout .s_box {
        width: calc(100% / 1);
        margin: 0 0 25px;
    }
    .service-sect .s_bottom p {
        margin-left: 0;
        text-align: left;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 15px 0 0;
        line-height: 1.5;
    }
    .s_layout .s_box .s_top h3{
        font-size: 17px;
    }
}
/*------------ 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: #0E4D96;
    border-radius: 100%;
    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 .fax i:before{
    content: "\e9087";
}
.contact-editor .mail i:before{
    content: "\e1003";
}
.contact-editor .add i:before{
    content: "\e1001";
}
.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: #DC1428;
    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){}
@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: 35px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
