@charset "utf-8";
/*------------ about-editor ------------*/
.contact-editor .row {
    display: flex;
    justify-content: space-around;
}
.info-block {
    border: 1px solid #DDDDDD;
    padding: 25px 50px 75px;
    box-sizing: border-box;
    position: relative;
}
.info-block::before {
    content: "";
    width: 2px;
    height: 42px;
    background: #E50012;
    position: absolute;
    left: calc(50% - 1px);
    top: -15px;
}
.article-region {
    margin-top: 20px;
}

.article-region .title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-region .title span {
    font-size: 50px;
    color: #000;
}
.article-region .title span::first-letter{
    color: #E50026;
}
.article-region .title h2{
    color: #3A4649;
    font-size: 28px;
    margin-left: 12px;
}
.content-01 {
    font-size: 15px;
    color: #666666;
    margin-top: 8px;
    margin-right: 15px;
}
.content-02 {
    margin-top: 30px;
    display: flex;
}
.tt-01, .tt-02 {
    display: block;
    line-height: 26px;
}
.tt-01 {
    margin-bottom: 30px;
}
.block-02 {
    position: relative;
}
.block-02 .img {
    margin-bottom: 28px;
}
.block-01 {
    margin-right: 15px;
}
.txt-region {
    width: 544px;
    height: 313px;
    background: #fff;
    padding: 48px 52px;
    border: 1px solid #ddd;
    position: absolute;
    right: 0;
    box-sizing: border-box;
}
.txt-region::before {
    content: "";
    position: absolute;
    left: 5px;
    top: -12px;
    height: 38px;
    width: 1px;
    background: #E50027;
    transform: rotate(45deg);
}
.sec-title {
    font-size: 20px;
    color: #E71137;
    text-align: center;
    font-weight: bold;
}
.txt-block {
    margin-bottom: 25px;
    position: relative;
}
.txt-block::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 4px;
    width: 1px;
    height: 38px;
    background-color: #fff;
    transform: rotate(45deg);
}
.about-title {
    display: flex;
    align-items: center;
}
.about-title .en-block {
    font-size: 50px;
    color: #333;
}
.en-block .en-01 {
    color: #E50026;
}
.about-title .cn {
    font-size: 28px;
    color:#333333;
    padding-left: 15px;
}
.txt-sub {
    display: block;
    font-size: 24px;
    color: #E71137;
    letter-spacing: 0px;
    font-weight: 550;
    padding-bottom: 5px;
}
.row_{
    display: flex;
}
.about-editor .row_1{
    justify-content: space-between;
    align-items: flex-start; 
    margin-bottom: 70px;
}
.about-editor .about-title{
    color: #262626;
    font-size: 29px;
    font-family:Roboto;
    font-weight: 300;
    margin: 0;
}
.about-editor .about-title:after{
    content: '';
    background: #4F4F4F;
    height: 1px;
    width: 60px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
}
.about-editor .row_2{
    margin-top: 40px;
}
.about-editor .row_2 .col{
    flex-basis:  50%;
    position: relative;
}
.about-editor .row_2 .txt_box{
    margin-top: 65px;
    border:solid 1px #4F4F4F;
    display: block;
    padding:50px;
    position: relative;
    margin-right: -100px;
    color: #000000;
    box-sizing: border-box;
}
.as_title{
    margin-bottom: 10px;
}
.as_txt{
    line-height: 2;
    padding-left: 35px;
}
.about-editor .row_2 .col1:after{
    content: '';
    display: block;
    position: absolute;
    width: 126px;
    background: #fff;
    height: 65px;
    right: -100px;
    bottom: 0;
    z-index: 3;
}
.about-editor .row_2 .col2{
    position: relative;
    z-index: 4;
    text-align: center;
}
.about-editor .row_3{
    align-items: flex-end;
}
.about-editor .row_3 .col{
    flex-basis:  50%;
}
.about-editor .row_3 .txt_box{
    margin-top: -65px;
    border:solid 1px #4F4F4F;
    display: block;
    padding:115px 50px 50px;
    position: relative;
    margin-left: -26px;
    color: #000000;
}
/*------------ service-editor ------------*/
.s_title{
    color: #FFFFFF;
    margin-bottom: 15px;
}
.s_txt{
    color: #ACACAC;
    margin-bottom: 40px;
}
.s_txt:last-child{
    margin-bottom: 0px;
}
.service-editor .row_{
    margin-bottom: 40px;
}
.service-editor .row_ .col1{
    width: 40%;
}
.service-editor .row_ .col2{
    width: 60%;
    padding:0px 30px;
}
/*------------ 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: #e61035;
    border-radius: 10px;
    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 .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: #E60A36;
    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;
    }
    .txt-region {
        width: 500px;
        height: 265px;
        padding: 25px 40px;
    }
}
@media screen and (max-width: 960px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
    .contact-editor .row {
        display: block;
    }
}
@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: 35px;
    }
    .txt-region {
        width: 480px;
        height: 250px;
        padding: 20px 25px;
    }
    .info-block {
        padding: 19px 50px 40px;
    }
    .has-side .content {
        padding: 0 50px 70px !important;
    }
    .site-footer .tit::before, .site-map .tit::after {
        width: 100px !important;
    }
    .site-info .tit::before {
        right: 30px !important;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .form-box, .form-wrap.has-bg {
        padding: 10px 5px !important;
    }
    .btn.style01 {
        max-width: 100%;
    }
    .btn.style01 i {
        margin: 0 0 3px 4px !important;
    }
    .btn.style01.arrowL i {
        margin: 0 4px 3px 0px !important;
    }
}

@media screen and (max-width: 680px) {
    .txt-region {
      position: inherit;
      width: 100%;
      height: 100%;
    }
    .content-01 {
        margin: 0 10px;
        text-align: justify;
    }
    .content-02 {
    display: block;
    }
      .block-01 {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .block-01 img {
        width: 100%  !important;
      }
  }
