@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 938px;
    margin: 0 auto;
}
.a_layout .a_row1{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.a_layout .a_row2{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: -60px 0 0;
}
.a_layout .a_row1 .a_pic{
    position: relative;
    width: 42.5%;
    max-width: 356px;
}
.a_layout .a_row1 .a_txt{
    position: relative;
    width: 57.5%;
}
.a_layout .a_row2 .a_pic{
    position: relative;
    width: 57.5%;
}
.a_layout .a_row2 .a_txt{
    position: relative;
    width: 42.5%;
    max-width: 356px;
    box-sizing: border-box;
    padding-top: 94px;
}
.a_layout .a_row1 .a_txt .a_tit{
    text-align: left;
    display: flex;
    align-items: flex-end;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 18px;
}
.a_layout .a_row1 .a_txt .a_tit span{
    position: relative;
    display: block;
    width: 230px;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #595757;
    font-size: 48px;
    letter-spacing: 0.02em;
}
.a_layout .a_row1 .a_txt .a_tit span > b {
    color: #71AC66;
    font-weight: bold;
}
.a_layout .a_row1 .a_txt .a_tit h2 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    color: #595757;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 10px;
}
.a_layout .a_row1 .a_txt .a_tit h2::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #71AC66;
    border-radius: 100%;
    margin: 0 19px 6px 14px;
}
.a_layout .a_row1 .a_txt h4{
    color: #0C6EB8;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.85;
    margin: 0;
}
.a_layout .a_row1 .a_txt{
    padding-top: 45px;
}
.a_layout .a_txt {
    box-sizing: border-box;
    position: relative;
    display: block;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: normal;
    color: #737272;
    line-height: 2;
}

@media screen and (max-width: 1280px){
    .a_layout .a_row1{
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .a_layout .a_row2{
        display: flex;
        flex-direction: column-reverse;
        margin: 0;
    }
    .a_layout .a_row1 .a_pic{
        width: fit-content;
        max-width: 610px;
        margin: 0 auto 24px;
    }
    .a_layout .a_row1 .a_txt{
        width: fit-content;
        max-width: 610px;
        margin: 0 auto;
        padding: 0px;
    }
    .a_layout .a_row2 .a_pic{
        width: fit-content;
        max-width: 610px;
        margin: 0 auto 24px;
    }
    .a_layout .a_row2 .a_txt{
        width: fit-content;
        max-width: 610px;
        margin: 0 auto;
        padding: 0px;
    }
    .a_layout .a_row1 .a_txt h4{
        text-align: center;
    }
    .a_layout .a_txt{
        text-align: center;
    }
    .a_layout .a_row1 .a_txt .a_tit {
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 18px;
    }
    .a_layout .a_row1 .a_txt .a_tit span{
        width: fit-content;
    }
    .a_layout .a_row1 .a_txt .a_tit h2{
        margin: 0;
    }
    .a_layout .a_row1 .a_txt .a_tit h2::before{
        display: none;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_row1 .a_txt .a_tit span {
        font-size: 38px;
    }
    .a_layout .a_row1 .a_txt .a_tit h2 {
        font-size: 24px;
        margin: 0;
        letter-spacing: 0.08em;
    }
    .a_layout .a_row1 .a_txt h4 {
        font-size: 18px;
        letter-spacing: 0.02em;
        text-align: center;
    }
    .a_layout .a_txt{
        font-size: 15px;
        -webkit-line-clamp: inherit;
        height: auto;
    }
    .a_layout .a_row1 .a_txt,
    .a_layout .a_row1 .a_pic,
    .a_layout .a_row2 .a_txt,
    .a_layout .a_row2 .a_pic{
        max-width: 535px;
    }
}
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s_layout .s_col{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 197px;
    height: 197px;
    width: calc(100% / 6);
    border: 10px solid #E2E2E2;
    align-items: center;
    justify-content: center;
    margin: 0 0px 24px;
    padding: 0;
    transition: all .3s ease;
}
.s_layout .s_col:hover{
    border: 10px solid rgba(13,111,184,0.15);
}
.s_layout .s_col .s_pic{
    position: relative;
    left: 0;
    right: 0;
    top: -22px;
    bottom: 0;
    margin: auto;
}
.s_layout .s_col img{
    transform: scaleX(1);
    transition: all .3s ease;
}
.s_layout .s_col:hover img{
    transform: scaleX(-1);
}
.s_layout .s_col h5{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    margin: 0 auto;
    font-size: 18px;
    color: #595757;
    font-weight: normal;
    letter-spacing: 0.12em;
    line-height: 1.2;
    transition: all .3s ease;
}
.s_layout .s_col:hover h5{
    color: #0D6FB8;
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1280px){
    .s_layout{
        max-width: 940px;
        margin: 0 auto;
    }
    .s_layout .s_col{
        width: calc(100% / 4);
    }
}
@media screen and (max-width:1000px){
    .s_layout {
        max-width: 650px;
        margin: 0 auto;
    }
    .s_layout .s_col{
        max-width: 150px;
        height: 150px;
        border: 8px solid #E2E2E2;
        margin-bottom: 18px;
    }
    .s_layout .s_col:hover{
        border: 8px solid rgba(13,111,184,0.15);
    }
    .s_layout .s_col .s_pic {
        top: -18px;
    }
    .s_layout .s_col img{
        transform: scale(.75) scaleX(1);
        transition: all .3s ease;
    }
    .s_layout .s_col:hover img{
        transform: scale(.75) scaleX(-1);
    }
    .s_layout .s_col h5{
        font-size: 16px;
        bottom: 18px;
    }
}
@media screen and (max-width:767px){
    .s_layout{
        max-width: 480px;
        margin: 0 auto;
    }
    .s_layout .s_col{
        width: calc(100% / 3);
    }
}
@media screen and (max-width:600px){
    .s_layout{
        max-width: 315px;
        margin: 0 auto;
    }
    .s_layout .s_col{
        width: calc(100% / 2);
    }
}
/*------------ 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: #0D6FB8;
    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: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #0D6FB8;
    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: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
