/*********** å‰å¾Œå°ç·¨è¼¯å™¨å€å¡Šå…±ç”¨çš„CSSè¨­å®š ***********/
@import url('https://fonts.googleapis.com/css?family=Roboto');
img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.col {
    box-sizing: border-box;
}
.row_{
    display: flex;
}
.row_ img{
    object-fit: contain;
}
.about-editor{
    color: #373737;
}
.about-editor .text1{
    border:solid 1px rgba(153,153,153,.4);
    background: rgba(238,238,238,.4);
    padding: 15px;
    margin-bottom: 40px;
}
.about-editor .row_1{
    align-items: center;
    position: relative;z-index: 2;
}
.about-editor .row_1 .col1{
    flex-basis: 37.5%;
    padding: 40px 0 80px;
}
.about-editor .row_1 .col2{
    flex-basis: 62.5%;
    text-align: right;
}
.about-editor .pic1{
    margin-top: -40px;
    position: relative;
    display: inline-block;
}
.about-editor .pic1 img{
    position: relative;
    z-index: 2;
}
.about-editor .pic1:before{
    content: '';
    display: block;
    background: url(../../images/common/about/pic2_2.png) no-repeat;
    width: 91.36%;
    height: 98.799%;
    position: absolute;
    right: -7.5%;
    top: -6%;
}
.about-editor .txtbox{
}
.about-editor .txtbox .num{
    background: #000000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #C5C5C5;
    font-family: 'Roboto';
    position: absolute;
    top: 25px;
}
.about-editor .txtbox .text{
    position: relative;
    max-width: 450px;
    position: relative;
    z-index: 2;
    margin-top: -80px;
    border:solid 1px #D8D8D8;
    background: rgba(248,248,248,0.9);
    margin:-80px 25px 50px;
    float: left;
    padding: 45px 25px 40px 55px;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.about-editor .txtbox:last-child .text{
    margin-bottom: 0;
}
.about-editor .txtbox:nth-child(odd) .text{
    float: right;
}
.about-editor .txtbox:nth-child(odd) .num{
    left: -25px
}
.about-editor .txtbox:nth-child(even) .num{
    right: -25px;
}
.about-editor .txtbox .text_title{
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: normal;
    margin: 0;
}
.about-editor .bg_title{
    background: #309AE3;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding:10px 18px;
    line-height: 1;
    letter-spacing: 1px;
}
.about-editor .small_title{
    color: #373737;
    font-weight: bold;
    margin-bottom: 35px;
}
.about-editor .row_2 .col{
    padding: 5px 20px
}
.about-editor .row_2 li{
    padding:5px 0;
}
.about-editor .row_2 .li:before{
    width: 14px;
    height: 14px;
    content: '';
    display: inline-block;
    margin-right: 10px; 
}
.about-editor .row_2 .map{
    margin-top: 5px;
}
.about-editor .row_2 li a{
    display: inline-block;
}
.about-editor .row_2 .l1:before{
    background: url(../../images/common/about/ic1.png);
}
.about-editor .row_2 .l2:before{
    background: url(../../images/common/about/ic2.png);
}
.about-editor .row_2 .l3:before{
    background: url(../../images/common/about/ic3.png);
}
.about-editor .row_2 .l4:before{
    background: url(../../images/common/about/ic4.png);
}
.about-editor .row_2 .col1{
    flex-basis: 37%;
}
.about-editor .row_2 .col2{
    flex-basis: 63%;
    border-left: solid 1px #E4E4E4;

}
.about-editor .row_3 {
    margin-top: 45px;
    flex-wrap: wrap;
    margin: 45px -7.5px;
}
.about-editor .row_3 .col{
    float: left;
    flex-basis: 30%;
    margin-bottom: 15px;
    padding:0 7.5px;
    box-sizing: border-box;
}

.about-editor .row_4 {
    flex-wrap: wrap;
    margin-top: 45px;
    margin: 45px -7.5px;
}
.about-editor .row_4 .col{
     float: left;
    flex-basis: 18%;
    margin-bottom: 15px;
    padding:0 7.5px;
    box-sizing: border-box;

}

.info_box {
    display: flex;
    line-height: 1.4;
    color: #475365;
}
.info_box .ico{
    min-width: 60px;
}
.info_box .txt{
    position: relative;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: solid 1px #DEE1E9;
    width: 100%;
    margin-bottom: 15px;
}
.info_box:last-child .txt{
    border-bottom: none;
}
.info_box .txt:before{
    content: '';
    display: inline-block;
    background: url(../../images/common/contact/dot.png);
    width: 5px;
    height: 24px;
    top: 20px;
    left: 20px;
    position: absolute;
}
.info_box .txt_title{
    color: #3099E3;
}

.service-list {
    margin: 0 -2%;
    padding: 0;
    list-style-type: none;
}
.service-list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.service-list .item {
    float: left;
    width: 50%;
    padding: 0 2%;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.service-list .item:nth-child(2n+1) {
    clear: left;
}
.service-list .item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.service-list .box,
.index-service-item {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.service-list .pic-box,
.index-service-item .pic-box {
    display: table-cell;
    vertical-align: top;
    width: 210px;
}
.service-list .pic,
.index-service-item .pic {
    max-width: 200px;
    border: 5px solid #ccc;
    overflow: hidden;
    border-radius: 200px;
}
.service-list .txt-box,
.index-service-item .txt-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.service-list .name,
.index-service-item .name {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
    margin-bottom: 5px;
}

.index-service .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.index-service .col {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 4%;
}
.index-service .col2 {
    border: 1px solid #ddd;
    border-width: 0 0 0 1px;
}
.index-service-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.index-service-list li {
    padding-left: 22px;
    position: relative;
    margin: 6px 0;
}
.index-service-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border: 3px solid #FF732F;
    border-radius: 6px;
    left: 5px;
    top: 5px;
    position: absolute;
}

.terms-title {
    color: #3099E3;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 30px;
}


.contact-editor {
    max-width: 1000px;
    margin: 0 auto;
}
.contact-editor .col {
    float: left;
    width: 50%;
}
.contact-editor .col2 {
    padding-left: 6%;
}
.contact-map {
    margin-top: 5px;
    height: 475px;
    box-sizing: border-box;
    border:solid 8px #DEE1E9;
}

.contact-map iframe {
    display: block;
    max-height: 100%;
}
.company-name {
    max-width: 241px;
    margin: 10px 0 30px;
}
.contact-info-list {
    padding: 0;
    margin: 0;
}
.contact-info-list dt {
    color: #FF7430;
    font-size: 16px;
    margin: 5px 0;
}
.contact-info-list dd {
    margin: 0;
    padding: 0;
}
.contact-info-list .icon {
    background-image: url('../../images/common/contact/info_ic.png');
    width: 30px;
    height: 30px;
    margin: 0 10px 4px 0;
    vertical-align: middle;
}
.contact-info-list .icon.tel { background-position: 0 0; }
.contact-info-list .icon.fax { background-position: 0 100%; }
.contact-info-list a:hover {
    text-decoration: underline;
}
.email-link {
    color: #FFBF00;
    text-decoration: underline;
}

.news-editor .row_5 {
}
.news-editor .row_5 .col2{
    flex-basis: 45%;
}
.news-editor .row_5 .col1 {
    padding-right: 45px;
    flex-basis: 55%;
    color: #525252
}

@media screen and (max-width: 1400px) {
    .index-service .col1 {
        padding-left: 2%;
    }
    .index-service .col2 {
        padding-right: 2%;
    }
}
@media screen and (max-width: 1300px) {
    .service-list {
        max-width: 960px;
        margin: 0 auto;
    }
    .service-list .item {
        width: 100%;
        display: block;
    }
    .index-service .col1 {
        padding-left: 0;
    }
    .index-service .col2 {
        padding-right: 0;
    }
}
@media screen and (max-width: 1000px) {
    .row_{
        display: block;
    }
    .about-editor .text1{
        margin-bottom: 10px;
    }
    .about-editor .row_1 .col1{
        padding: 10px 0
    }
    .about-editor .txtbox .text{
        margin: 0 0 15px;
        padding: 5px;
        max-width: inherit;
        width: 100%;
        float: 0;
    }
    .about-editor .txtbox .num{
        position: static;
        margin-bottom: 10px;
    }
    .about-editor .txtbox .text_title{
        font-size: 17px;
        margin-bottom: 10px;
    }
    .about-editor .bg_title{
        font-size: 17px;
        padding: 10px 5px  ;
        margin-bottom: 10px;
    }
    .about-editor .row_2 .col{
        padding:5px;
    }
    .about-editor .row_2 .col2{
        border:none;
    }
    .about-editor .small_title{
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .about-editor .row_2 li a{
        display: inline;
    }
    .about-editor .row_3{
        margin: 30px auto;
    }
    .about-editor .row_4{
        margin: 30px auto;
    }
    .about-editor .row_4 .col,.about-editor .row_3 .col {
        text-align: center;
         padding: 0;
    }
    .info_box .txt:before{
        display: none;
    }
    .info_box{
        display: block;
    }
    .info_box .ico{
        margin: auto;
        text-align: center;
    }
    .info_box .txt{
        padding-left: 0;
        margin-top: 10px;
        text-align: center;
    }
    .news-editor .col {
        width: 100%;
    }

    .index-service .row,
    .index-service .col {
        display: block;
        width: auto;
    }
    .index-service .col {
        padding: 0;
    }
    .index-service .col2 {
        padding-top: 25px;
        margin-top: 30px;
        border-width: 1px 0 0;
    }
}
@media screen and (max-width: 767px) {
   
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        height: 300px;
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 639px) {
   
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}