@charset "utf-8";

/*in_about*/

.page-about{
    position: relative;
    color: #667679;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    width: 95%;
    margin: 0 auto;
    padding-top: 30px;
   
}


.page-about .a-1 .a-row{
    display: flex;
    position: relative;
}


.page-about .a-1 .a-col:nth-child(1) {
    width: 38%;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
    
}

.page-about  .a-1 .a-col:nth-child(2) {
    width: 62%;
    box-sizing: border-box;
    padding-left: 25px;
    position: relative;
  
}

.page-about h3{
    font-size: 100px;
    font-weight: normal;
    display: block;
    margin: 0 0 5px;
    color: rgba(235, 85, 5, 0.6);
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    position: relative;
    margin: 0 0 -37px;
    margin-top: -20px;
}


.page-about .a-1 .a-col h3:before {
    content: 'MADE IN';
    position: relative;
    left: 4px;
    top: 0px;
    font-size: 70px;
    display: block;
    text-align: left;
    margin-bottom: -70px;
}

.page-about .a-1 .a-col h3::after{
    content: '';

   
    position: absolute;
  
    right: 0;
    top: 0px;
    margin: 0 auto;
    width: 375px;
    height: 320px;
    background: url(/../upload/images/ab_deco.png)center no-repeat;
    z-index: -1;
}


.page-about h4{
    font-size: 22px;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0;
    margin-bottom: -10px;
    letter-spacing: 0.05em;
}


.page-about .a-2{
    position: relative;
    padding-top: 30px;
}

.page-about .a-2 .a-row{
    display: flex;
    position: relative;
    justify-content: space-between;
}

.page-about .a-2 .a-row .a-col:nth-child(1) {
    width: 60%;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
    margin-right: 30px;
}

.page-about .a-2 .a-row .a-col:nth-child(2) {
    width: 40%;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
}


.page-about .a-3{
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-about .a-3 h3{
    font-size: 90px;
}

.page-about .a-3 p,.page-about .a-4 p{
    font-size: 18px;
    line-height: 1.6;
}


.page-about .a-3 .a-row{
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
}

.page-about .a-3 .a-row::before{
    content: '';
    position: absolute;
    left: 100px;
    top: 22%;
    margin: 0 auto;
    width: 758px;
    width: 73%;
    height: 126px;
    border: 2px dotted #F9D2BB;
    z-index: -1;
    border-radius: 15px;
    border-right: 0;
}

.page-about .s-list{
    position: relative;
    display: flex;
}

.page-about .s-list:nth-last-child(1) {
    margin-left: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}





.page-about .box{
    width: 197px;
    border: 3px solid #F9D2BB;
    border-radius: 15px;
    display: flex;
    /* padding: 10px; */
    margin-right: 120px;
    align-items: center;
    justify-content: center;
    height: 99px;
    background: #fff;
}


.page-about .box:nth-last-child(1){
    margin-right: 0;
}

.page-about .box .pic-box{
 
}

.page-about .box .name{
    display: block;
    color: #EB570A;
    font-size: 18px;
    padding-left: 10px;
    line-height: 1.3;
 
}

.page-about .box .name span{
    display: block;
    color: #EB570A;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Jost', sans-serif;
}


@media screen and (max-width: 1380px){
    .page-about .a-2 .a-row .a-col:nth-child(1) {
        width: 55%;
       
        margin-right: 0px;
    }
    
}

@media screen and (max-width: 1280px){

  

    .page-about .a-3 .a-row::before {
     
        left: 20px;
        width: 81%;
        
    }
}

@media screen and (max-width: 1200px){
    .page-about .box {
        
        margin-right: 30px;
    }

    .page-about .a-1 .a-col:nth-child(1) {
        width: 50%;
    }

    .page-about .s-list:nth-last-child(1) {
        margin-left: 60px;
        margin-top: 20px;
        display: flex;
        justify-content: flex-start;
    }

    .page-about .a-3 .a-row::before {
   
        width: 72%;
    }
}


@media screen and (max-width: 1024px){
    .page-about{
        padding-top: 0;
    }

    .page-about .a-1 .a-row {
        display: flex;
        position: relative;
        flex-direction: column;
    }

    .page-about .a-1 .a-col:nth-child(1) {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }


    .page-about .a-1 .a-col:nth-child(2) {
        width: 100%;
        box-sizing: border-box;
        padding-left: 0px;
        position: relative;
    }

    .page-about h3 {
        font-size: 30px;
        margin: 5px 0 -11px;
    }

    .page-about .a-1 .a-col h3:before {
       
        font-size: 30px;
        margin-bottom: 0px;
        display: inline-block;
        margin-right: 13px;
    }

    .page-about .a-1 .a-col h3::after{
        display: none;
    }

    .page-about .a-2 {
        position: relative;
        padding-top: 5px;
    }

    .page-about .a-3 {
       
        padding-top: 30px;
      
    }

    .page-about .a-3 h3 {
        font-size: 30px;
    margin-bottom: -20px;
    }

    

    .page-about h4 {
        font-size: 20px;
        margin-bottom: -20px;
    }

    .page-about .box {
        margin-right: 15px;
    }

    .page-about .s-list:nth-last-child(1) {
        margin-left: 35px;
    }
}


@media screen and (max-width: 767px){
    .page-about .s-list {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-about .s-list:nth-last-child(1) {
        margin-left: 0px;
        margin-top: 0px;
    }

    .page-about .box {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .page-about .a-3 .a-row::before {
        width: 1px;
        height: 90%;
        left: 0px;
        right: 0;
        top: 16px;
    }

    .page-about .a-3 .a-row {
     
        padding-bottom: 0px;
    }
}

/*end_in_about*/

/*footer*/
.ic_phone{
    font-size: 20px;
    color: #444444;
    margin: -9px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.ic_phone:before{
    content: "\e1050";
    font-family: 'icon-font2' !important;
}

.ic_tel{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 0px;
}

.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -20px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -40px;
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .title{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td{
    vertical-align: top;
}
.about-editor .pic2{
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
/*------------ service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 20px;
}
.contact-editor{
    text-align: center;
    margin: 5px 0;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 1px;
    border-color: #D1D1CF #D1D1CF #eee #eee ;
    border-style: solid;
}
.contact-editor .col1{
    border-width: 0 1px 0 0;
}
.contact-editor .col3{
    border-width: 0 0 0 1px;
}
.contact-info-txt{
    max-width: 200px;
    max-width: 280px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #B20000;
    text-decoration: underline;
}
.contact-info-txt i{
    font-size: 22px;
    color: #ffffff;
    background: #EB570A;
    padding: 10px;
    border-radius: 23px;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.contact-info-txt i:before{
    font-family: 'icon-font2' !important;
}
.contact-info-txt .ic-locat:before{
    content: "\e1026";
}
.contact-info-txt .ic-tel:before{
    content: "\e1050";
}
.contact-info-txt .ic-mail:before{
    content: "\e1034";
}
.contact-info-txt .ic-mail{
    font-size: 16px;
    line-height: 23px;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #EB5405;
    font-size: 16px;
    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: 1000px){
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic{
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2{
        top: 0;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-editor .col{
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col1{
        border-width: 0 0 1px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
    .contact-editor .col{
        border-color: #D1D1CF #D1D1CF #eee #eee ;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
     .contact-map{
        height: 200px;
    }
}
