@charset "utf-8";
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor .editor h3 {
    position: relative;
    color: #112F5F;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.5;
    margin: 0 0 10px;
}
.about-sect .txt-box .index-about-editor .editor p {
    margin: 0 0 0 3px;
    padding: 0 0 0 30px;
    border-left: 3px solid #0E7AF6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 95px;
}
@media screen and (max-width: 1280px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 25px;
    }
    .about-sect .txt-box .index-about-editor .editor p {
        height: 80px;
        padding: 0 0 0 15px;
    }
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 23px;
    }
    .about-sect .txt-box .index-about-editor .editor p {
        border: 0;
        -webkit-line-clamp: initial;
        height: auto;
        padding: 0;
    }
}
@media screen and (max-width: 767px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 20px;
    }
}
/*content*/
.a_layout, .a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    padding: 0 15px;
}
.a_layout .a_item p {
    margin: 0;
    font-size: 16px;
}
.a_layout .a_item .a_title {
    margin: 0 0 40px;
}
.a_layout .a_item .a_title span {
    color: #EAEAEA;
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
    font-family: 'Open Sans', serif;
}
.a_layout .a_item .a_title h3 {
    color: #0E7AF6;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
}
.a_layout .a_item h4 {
    color: #112F5F;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.5;
    margin: 0 0 10px;
}
.a_layout .a_item+.a_item {
    margin: 50px 0 0;
}
.a_layout .a_item.one {
    display: flex;
    align-items: center;
}
.a_layout .a_item.one .a_col:first-of-type {
    width: 50%;
    padding-right: 15px;
}
.a_layout .a_item.one .a_col:last-of-type {
    width: 50%;
    padding-left: 15px;
}
.a_layout .a_item.two {
    background: url(../../../images/layout06/common/about/a_bg.jpg) no-repeat 0% 0%;
    background-size: cover;
    display: flex;
}
.a_layout .a_item.two::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(4, 37, 93, 1) 0%,rgba(4, 37, 93, 0) 50%);
}
.a_layout .a_item.two .a_col:first-of-type {
    width: 50%;
    padding: 30px 15px 30px 30px;
}
.a_layout .a_item.two .a_col:last-of-type {
    width: 50%;
    padding-left: 15px;
}
.a_layout .a_item.two .a_title span {
    color: rgba(255, 255, 255, 0.8);
}
.a_layout .a_item.two .a_title h3 {
    color: #fff;
}
.a_layout .s_layout .s_list {
    margin: 0;
    padding: 50px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1;
}
.a_layout .s_layout .s_box {
    width: calc(100% / 3);
    border: 0;
    margin: 0;
    padding: 10px;
    background: transparent;
}
.a_layout .s_layout .s_box:nth-of-type(4) {
    padding: 10px;
    margin: 0;
}
.a_layout .s_layout .s_box .s_pic {
    width: 80px;
}
.a_layout .s_layout .s_box .s_txt h3 {
    color: #112F5F;
    font-size: 20px;
}
@media screen and (max-width: 1100px){
    .a_layout .a_item .a_title {
        margin: 0 0 20px;
        text-align: center;
    }
    .a_layout .a_item.one {
        flex-direction: column-reverse;
    }
    .a_layout .a_item.one .a_col:last-of-type {
        width: 50%;
    }
    .a_layout .a_item.one .a_col:first-of-type {
        width: 100%;
        padding: 15px 0 0;
    }
    .a_layout .a_item .a_title span {
        font-size: 45px;
    }
    .a_layout .a_item h4 {
        font-size: 20px;
        text-align: center;
    }
    .a_layout .a_item.two {
        flex-direction: column;
        z-index: 1;
    }
    .a_layout .a_item.two .a_col:first-of-type {
        width: 100%;
        padding: 0 30px;
    }
    .a_layout .a_item.two::before {
        background: linear-gradient(to bottom, rgba(4, 37, 93, 1) 0%, rgba(4, 37, 93, 0) 50%);
    }
    .a_layout .a_item.two .a_col:last-of-type {
        width: 100%;
        padding: 0;
    }
    .a_layout .a_item.two .a_col:first-of-type {
        background: #fff;
    }
    .a_layout .a_item.two .a_title span {
        color: #0E7AF6;
    }
    .a_layout .a_item.two .a_title h3 {
        color: #112F5F;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_item .a_title span {
        font-size: 32px;
        letter-spacing: 0.5px;
    }
    .a_layout .a_item.one .a_col:last-of-type {
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .a_layout .s_layout .s_list {
        flex-wrap: wrap;
    }
    .a_layout .s_layout .s_box {
        width: calc(100% / 2);
    }
}
/*------------ service-editor ------------*/
.s_layout, .s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout .s_list {
    flex-wrap: wrap;
    display: flex;
    margin: 0 -12.5px;
}
.s_layout .s_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    border: 1px solid #80C0E8;
    background: #fff;
    margin: 0 12.5px 35px;
    top: 0;
    transition: all 0.3s ease;
}
.s_layout .s_box:hover {
    top: -10px;
}
.s_layout .s_box:nth-of-type(4) {
    margin-left: 195px;
}
.s_layout .s_box .s_pic {
    width: 70px;
}
.s_layout .s_box .s_txt {
    padding: 0;
}
.s_layout .s_box .s_txt h3 {
    color: #112F5F;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 0;
}
@media screen and (max-width: 1280px){
    .s_layout .s_box{
        margin: 0 10px 20px;
    }
    .s_layout .s_box:nth-of-type(4) {
        margin-left: 10px;
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_box .s_txt h3 {
        font-size: 18px;
    }
    .s_layout .s_box {
        width: 150px;
        height: 150px;
    }
    .s_layout .s_list {
        margin: 0;
        justify-content: center;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_box {
        width: 120px;
        height: 120px;
    }
    .s_layout .s_box .s_pic {
        width: 55px;
    }
}
/*------------ 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: #0E7AF6;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    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;
}
@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;
    }
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 18px;
    font-weight: normal;
    color: #0E7AF6;
    letter-spacing: 1.5px;
    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: 16px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}