@charset "utf-8";
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor .editor h3 {
    position: relative;
    box-sizing: border-box;
    color: #1D2B6A;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0 0 10px;
}
@media screen and (max-width: 1280px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 22px;
    }
}
/*content*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_item_1 {
    display: flex;
    align-items: flex-end;
    margin: 0 0 30px;
}
.a_layout .a_item_1 .a_col {
    width: 60%;
    padding-right: 27.5px;
}
.a_layout .a_item_1 .a_col img {
    border-radius: 8px;
}
.a_layout .a_item_1 .a_col:last-of-type {
    width: 40%;
    padding-right: 0;
    padding-left: 27.5px;
}
.a_layout .title{
    margin: 0 0 40px;
}
.a_layout .title h3 {
    color: #202020;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
}
.a_layout .title span {
    display: block;
    color: #1D2B6A;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Cormorant Garamond', serif;
}
.a_layout .title span i {
    font-style: unset;
    color: #E11715;
}
.a_layout p{
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
    text-align: justify;
}
.a_layout .a_item_2 {
    margin: 0 0 80px;
}
.a_layout .a_item_3 .title {
    margin: 0 auto 40px;
    text-align: center;
}
.a_layout .s_layout .s_box {
    width: 160px;
    height: 160px;
    margin: 0 10px;
}
.a_layout .s_layout .s_box h3 {
    font-size: 20px;
    top: -5px;
}
.a_layout .s_layout .s_box .s_num {
    font-size: 60px;
}
.a_layout .s_layout .s_box .s_pic {
    width: 60px;
}
@media screen and (max-width: 1280px){
    .a_layout .s_layout {
        max-width: 600px;
        padding: 0;
    }
    .a_layout .s_layout .s_box {
        margin: 0 15px 60px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_item_1 {
        flex-direction: column;
    }
    .a_layout .a_item_1 .a_col {
        width: 100%;
        padding: 0 0 15px;
    }
    .a_layout .a_item_1 .a_col:last-of-type {
        width: 100%;
        padding: 15px 0 0;
    }
    .a_layout .title {
        text-align: center;
        margin: 0 auto 30px;
    }
    .a_layout .title span {
        font-size: 15px;
    }
    .a_layout .title h3 {
        font-size: 32px;
    }
    .a_layout .s_layout .s_box {
        margin: 0 10px 70px;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .s_layout .s_box .s_num{
        top: -15px;
        left: 20px;
        font-size: 40px;
    }
}
@media screen and (max-width: 567px) {
    .a_layout .s_layout .s_box {
        width: 130px;
        height: 130px;
    }
    .a_layout .s_layout .s_box .s_pic {
        width: 45px;
        bottom: -20px;
    }
}
/*------------ /about-editor ------------*/
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    display: flex;
    padding: 0 0 25px;
}
.s_layout .s_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 220px;
    height: 220px;
    background: #F3F4F7;
    margin: 0 21px;
}
.s_layout .s_box:hover {
    animation: direct-deco 1200ms ease-in-out both;
}
@keyframes direct-deco{
    0%, 100% {
        transform: translateX(0%);
        transform-origin: 50% 50%;
    }
    15% {
        transform: translateX(-30px) rotate(-6deg);
    }
    30% {
        transform: translateX(15px) rotate(6deg);
    }
}
.s_layout .s_box .s_num {
    position: absolute;
    top: -32px;
    left: 20px;
    font-size: 70px;
    color: rgba(26, 43, 102, 0.5);
    letter-spacing: 0;
    line-height: 1;
    font-family: 'Cormorant Garamond', serif;
    z-index: 1;
}
.s_layout .s_box h3 {
    color: #202020;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 2px;
    margin: 0;
    top: -15px;
}
.s_layout .s_box .s_pic {
    position: absolute;
    text-align: center;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.s_layout .s_box .s_pic img {
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1280px){
    .s_layout {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 900px;
        margin: 0 auto;
    }
    .s_layout .s_box h3 {
        top: unset;
    }
    .s_layout .s_box {
        margin: 0 15px 60px;
    }
}
@media screen and (max-width: 767px){
    .s_layout {
        padding: 0;
    }
    .s_layout .s_box h3 {
        font-size: 18px;
    }
    .s_layout .s_box .s_num {
        top: -15px;
        left: 20px;
        font-size: 40px;
    }
    .s_layout .s_box .s_pic {
        width: 45px;
        bottom: -10px;
    }
    .s_layout .s_box {
        margin: 0 10px 50px;
    }
    .a_item_1 {
        margin: 0 0 15px;
    }
    .a_item_2 {
        margin: 0 0 50px;
    }
}
@media screen and (max-width: 567px){
    .s_layout .s_box {
        width: 150px;
        height: 150px;
    }
}
/*------------ /service-editor ------------*/
/*------------ 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;
    background: #1D2B6A;
    border-radius: 100%;
}
.contact-editor i:after{
    content: '';
    border: 1px solid #1D2B6A;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 100%;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: -1;
}
.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;
}
@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;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    line-height: 2;
}
.terms-editor .title{
    font-size: 20px;
    color: #1B2B67;
    font-weight: normal;
    letter-spacing: 1px;
    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;
}
@media screen and (max-width: 1000px){
    .terms-editor .title{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
/*------------ /terms-editor ------------*/