@charset "utf-8";
/*edit_page*/
.edit_page{
    max-width:1069px;
    margin:0 auto;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.edit_page .row{
    display: flex;
    align-items: center;
    justify-content: center;
}
.edit_page .row.r1{
    flex-direction:column;
}
.edit_page .row.r1 .ab_box{
    background:#000;
    color:#fff;
    box-sizing:border-box;
    padding: 90px 60px 90px 80px;
    max-width: 834px;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    margin-top: -240px;
    position:relative;
    z-index: 2;
}
.edit_page .row.r1 .ab_box:before{
    content:'';
    background:#000;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: -5;
}
.edit_page .row.r1 .ab_box:after{
    content:'';
    background:#F95F05;
    opacity:0.8;
    position:absolute;
    left:-100px;
    top:-102px;
    z-index: -10;
    width:532px;
    height:342px;
    display: none;
}
.ab_title{
    color: #fff;
    font-size: 55px;
    text-align: left;
    line-height: 0.4;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Prompt", serif;
    display: block;
    margin: 0 0 50px;
}
.ab_title:first-letter{
    color: #F85F05;
}
.edit_page .row.r1 .ab_box .desc{
    font-size:17px;
    line-height: 1.4;
    letter-spacing: 0;
}
.edit_page .row.r1{
    position:relative;
    z-index:3;
}
.edit_page .row.r1 .full_pic{
    position:relative;
    z-index:0;
    height: 342px;
    overflow: hidden;
}
.edit_page .row.r2{
    position:relative;
    z-index:10;
    margin: 40px auto 0;
    display:flex;
    justify-content:flex-end;
}
.edit_page .row.r2 .col.txt{
    margin: 0 56px;
    font-size: 15px;
    color:#212121;
}
.ab_logo{
    margin-bottom:40px;
}
.ab_ul{
    padding:0 0 0 18px;
}
@media screen and (max-width: 1000px) {
    .edit_page .row.r1 .ab_box{
        padding: 80px 40px;
    }
    .ab_title{
        font-size: 32px;
        line-height: 1;
        margin: 0 0 24px;
    }
    .edit_page .row.r2{
        margin: 32px auto 0;
        flex-direction: column;
    }
    .edit_page .row.r2 .col.txt{
        font-size: 17px;
        margin: 0 30px 20px;
    }
}
/*index ab*/
.ab_txt{
    font-size: 15px;
    color: #D6D6D6;
    margin-top: 16px;
    line-height: 1.6;
}
/*index service*/
.s_txt{
    color: #545454;
    font-size: 17px;
    max-width: 767px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.5;
}
.s_row{
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
    justify-content: center;
}
.s_row .col{
    width: calc(100% / 4);
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 308px;
    margin: 16px;
    flex: 1 1 calc(25% - 32px);
}
.s_row .col .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.s_row .col .pic{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.s_row .col .pic img{
    transform: scale(1);
    transition: all .3s;
}
.s_row .col:hover .pic img{
    transform: scale(1.2);
}
.s_row .col .pic:before{
    content: '';
    display: block;
    background: linear-gradient(to bottom, rgba(47,51,46,0.5) 0%,rgba(37,41,38,1) 100%); 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 0.4;
    transition: all .3s;
}
.s_row .col:hover .pic:before{
    opacity: 0;
}
.s_row .col .pic:after{
    content: '';
    display: block;
    background: #393D36; 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.4;
    transition: all .3s;
}
.s_row .col:hover .pic:after{
    opacity: 0;
}
.s_row .col .s_box{
    text-align:left;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    transition: all .3s;
}
.s_row .col:hover .s_box{
    opacity: 0;
}

.s_row .col .s_box .name{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    font-family: "Prompt", serif;
    text-align: left;
}
.s_row .col .s_box .desc{
    font-size: 15px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: "Arial", serif;
}
.s_row .col .s_box .s_more{
    width:94px;
    height:28px;
    background:#F95F05;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 14px;
    color: #fff;
    font-family: "Prompt", serif;
    position:relative;
    margin: 48px 0 0 0;
    align-self: flex-end;
    box-sizing: border-box;
    padding: 0 16px 0 0;
}
.s_row .col .s_box .s_more:after{
    content:'';
    display:block;
    width:45px;
    height:1px;
    background:#fff;
    position:absolute;
    right:-24px;
}
@media screen and (max-width: 1280px) {
    .s_row .col{
        /* width: calc(100% / 4); */
    }
}
@media screen and (max-width: 1000px) {
    .s_row .col{
        /* width: calc(100% / 3); */
        flex: 1 1 calc(50% - 32px);
    }
}
@media screen and (max-width: 767px) {
    .s_row .col{
        /* width: calc(100% / 2); */
        flex: 1 1 calc(100% - 32px);
    }
}
@media screen and (max-width: 480px) {
    .s_row{
        margin: 0 auto;
    }
    .s_row .col{
        width: calc(100% / 1);
        max-width: 308px;
        margin: 0 auto;
    }
    .s_row .col+.col{
        margin-top: 16px;
    }
}
/*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_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: 16px;
    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: 16px;
    background-position: 0 -60px;
}
.site-info .ic-phone{
    font-size: 20px;
    width: 20px;
    color: #fff;
    margin-right: 16px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #fff;
    margin-right: 16px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #fff;
    margin-right: 16px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    min-width: 20px;
    color: #fff;
    margin-right: 16px;
    text-align: center;
    position: relative;
    /* top: 3px; */
    display: inline-block;
}
/*------------ 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;
    position: relative;
}
.contact-editor .col + .col:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #bbbbbb;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #B20000;
    text-decoration: underline;
}
.info-icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #F85F05;
    color: #fff;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
/*------------ 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: #F95F05;
    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;
    }
    .contact-editor .col{
        padding: 15px 0;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
     .contact-map{
        height: 200px;
    }
}
