@charset "utf-8";
/*公司沿革*/
.alayout .a_col .a_title{
    position: relative;
    margin: 0 0 15px;
}
.alayout .a_col .a_title span{
    position: absolute;
    color: #f4f5f8;
    font-family: "Albert Sans", sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0;
    top: 10px;
    line-height: 1;
}
.alayout .a_col .a_title h2{
    position: relative;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.5px;
}
.alayout .a_col ul{
    list-style: none;
    padding-left: 30px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.alayout .a_col ul li{
    position: relative;
    padding: 15px 0;
}
.alayout .a_col ul li::before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #f95810;
    transform: rotate(45deg);
    top: 30px;
    left: -20px;
    z-index:1;
}
.alayout .a_col ul li::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #004b9a;
    top: 0;
    left: -17px;
}
.alayout .a_col ul b{
    color: #004b9a;
    letter-spacing: 1px;
    font-size: 20px;
    padding-right: 5px;
}
@media screen and (max-width: 767px){
    .alayout .a_col ul b {
        font-size: 18px;
        display: block;
    }
    .alayout .a_col ul li::before {
        width: 5px;
        height: 5px;
        top: 15px;
        left: -19px;
    }
    .alayout .a_col ul li {
        padding: 5px 0;
    }

}
@media screen and (max-width: 767px){
    .alayout .a_col:last-of-type {
        width: 100%;
    }
}
/*公司沿革*/
.ab_box{
    display: flex;
}
.ab_t{
    font-size: 26px;
    margin-right: 80px;
    /* margin-bottom: 16px; */
    color: #333;
    letter-spacing: 0.2em;
    font-weight: 600;
    flex-shrink: 0;
}
.ab_t span{
    display:block;
}
.ab_txt{
    color: #333;
    line-height: 1.8;
}
.s_t{
    font-size: 26px;
    margin-bottom: 16px;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: left;
    font-weight: bold;
}
.s_txt{
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.15em;
    text-align: left;
    text-align: justify;
    max-width: 414px;
}
@media screen and (max-width: 1000px){
    .ab_box{
        flex-direction: column;
    }
    .ab_t{
        margin: 0 auto 16px;
        font-size: 20px;
    }
    .s_txt{
        font-size: 15px;
    }
    .s_t{
        font-size: 20px;
    }
}
/*-abin*/
.layout_page{
    max-width: 863px;
    margin: 0 auto;
}
.row_flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px; 
  margin-bottom: 46px;  
}
.col_pic{
    position:relative;
    z-index:5;
}
.col_pic img {
  display: block;
  height: auto;
  max-width: 100%;
}
.col_text {
  flex: 1;
  padding: 0 0 16px;
}
.col_text  .text_block p{
    max-width:340px;
}
.text_block h3{
    margin: 0 0 24px;
    font-size: 26px;
    color: #1F1F1F;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: 600;
}
.text_block p{
    margin: 0;
    line-height: 2;
    font-size: 16px;
}
.title_box{
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    position: relative;
    z-index:1;
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
}
.title_box span{
    color: #004B99;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 0px;
    margin: 0;
    font-family: "Albert Sans", sans-serif;
    font-weight: 600;
    display: block;
    margin: 0 16px 0 0;
    text-align: left;
}
.title_box  span:first-letter{
    color: #F95810;
}
.row_full{
    position: relative;
    box-sizing: border-box;
    padding: 48px 116px;
    background: #F3F5F8;
    z-index: 1;
}
.row_full:before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    background: #F25F1E;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .3s;
}
@media screen and (max-width: 1000px){
    .row_flex{
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }
    .flex_block.reverse .img_block{
        max-width:100%;
    }
    .title_box{
        text-align:center;
    }
    .title_box:after{
        position:relative;
        right:auto;
        bottom:auto;
        margin:8px auto 0;
        max-width:40px;
    }
    .title_box span{
        font-size:40px;
    }
    .text_block h3{
        font-size:20px;
    }
    .col_text .text_block p{
        max-width: 100%;
    }
    .row_full{
        padding: 50px;
    }
}
/*-*/
.service_layout{
    display: flex;
    align-items: center;
} 
.service_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 794px;
    position: absolute;
    right: 100%;
    margin-right: 92px;
}
.service_item {
    flex: 1 1 calc(33.33% - 40px);
    box-sizing: border-box;
    padding: 32px 10px ;
    text-align: center;
    background: #fff;
    position: relative;
    max-height: 180px;
    transition:all .3s;
}
.service_item:hover {
    background: #F95810;
}
.service_item .icon {
    text-indent: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.service_item .icon img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
    transform: rotateY(0deg);
    transition:all .3s;
    position:relative;
    top:0;
    opacity: 0.7;
}
.service_item:hover .icon img{
    filter:invert(100%);
    opacity: 1;
}
.service_item .num {
    font-size: 26px;
    font-weight: bold;
    color: #0F539B;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    font-family: "Albert Sans", sans-serif;
    z-index: 1;
}
.service_item .num:before{
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    background: #F25F1E;
    opacity: 0.2;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition:all .3s;
}
.service_item:hover .num:before{
    background: #fff;
    opacity: 1;
}
.service_item h3 {
    font-size: 18px;
    letter-spacing: 0;
    color: #004B99;
    margin: 0px 0 9px;
    font-family: "Albert Sans", sans-serif;
    transition:all .3s;
    line-height: 1.1;
}
.service_item h3:first-letter{
    color: #F95810;
    transition:all .3s;
}
.service_item:hover h3{
    color: #fff;
}
.service_item:hover h3:first-letter{
    color: #fff;
}
.service_item .zh {
    font-size: 18px;
    font-weight: bold;
    color: #202020;
    margin: -8px 0 0;
    transition:all .3s;
}
.service_item:hover .zh{
    color: #fff;
}
/* RWD：平板 */
@media (max-width: 1340px) {
    .service_layout{
        flex-direction: column;
    }
    .service_grid{
        position: relative;
        right: inherit;
        top: inherit;
        width: auto;
        margin: 0 auto;
    }
    .s_box{
        margin: 40px auto 0;
    }

}
@media (max-width: 1000px) {
  .service_item {
    flex: 1 1 calc(50% - 40px);
  }
}

/* RWD：手機 */
@media (max-width: 600px) {
  .service_item {
    flex: 1 1 100%;
  }
}

/*------------ 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: #004B9B;
    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: #004B9A;
    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;
    }
    .service-editor .row_ .col2,.service-editor .row_ .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2{
        padding: 0
    }
    .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%;
    }
}
