/*********** 前後台編輯器區塊共用的CSS設定 ***********/

.editor-divider {
    border: 0;
    border-top: 1px dotted #ddd;
    margin: 1.7em 0;
}
.index-service-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    /*border-bottom: solid 1px #A2A2A2;*/
}
.index-service-list .box .pic{
    background:#F7F7F7;
    width: 61px;
    height: 61px;
    border:solid 1px #D90000;
    border-radius: 50%;
    display: block;
    position: relative;
}
.index-service-list .box .pic:after{
    content: '';
    position: absolute;
    background-image:url(../../images/common/index/sic1.png);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.index-service-list .item:nth-child(2) .box .pic:after{
    background-image:url(../../images/common/index/sic2.png);
}
.index-service-list .item:nth-child(3) .box .pic:after{
    background-image:url(../../images/common/index/sic3.png);
}
.index-service-list .item:nth-child(4) .box .pic:after{
    background-image:url(../../images/common/index/sic4.png);
}
/*.index-service-list .item + .item{
    background: url(../../images/common/dot.png) left top repeat-y;
}*/
.index-service-list .box .pic:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .3s ease;
    background: #A2A2A2;
    border-radius: 50%;
    width: 0;
    height: 0;

}
.index-service-list .box:hover .pic{
    border-color: transparent;
}
.index-service-list .box:hover .pic:after{
    background-position: bottom;
}
.index-service-list .box:hover .pic:before{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.index-service-list .box {
    /*max-width: 60px;*/
    margin: auto;
}
.index-service-list .box .num{
    text-align: center;
    color: #D80000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 6px;
    display: inline-block;
}
.index-service-list .box .txt{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.35;
    margin: auto;
        letter-spacing: 3px;
    display: inline-block;
}
/*.index-service-list .box .txt span{
    color: #D80000;
}*/

.index-service-list .item{
    width: 100%;
    /*padding-bottom: 40px;*/

}
.index-service-list .name {
    color: #545454;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 12px;
    position: relative;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 21px;
    margin-bottom: 8px;
}
.ic-red{
    width: 17px;
    height: 17px;
    background: #FF290B;
    border-radius: 50%;
    display: inline-block;
    margin: -4px 5px 0;
    vertical-align: middle;
}
/*about*/
.about-editor .row_{
    display: flex;
    align-items: center;
}
.about-editor .about_title {
    font-family: 'David Libre', serif;
    color: #000000;
    font-size: 29px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0;
    padding-right: 30px;
}
.about-editor .text{
    margin: 30px 0;
}
.about-editor .about_title2{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin: 30px 0 20px;
}
.about_list{
    margin: 0;
    list-style-type: none;
    border-top: solid 1px #D90000;
    border-bottom: solid 1px #D90000;
    padding-left: 0;
}
.about_list li {
    padding:12px 0 12px 115px;
    position: relative;
    background: #F7F8F8;
}
.about_list li:nth-child(even){
    background: #FFFFFF;
}
.about_list li + li{
    border-top: solid 1px #D90000;
}
.about_list li span{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    background: #DD7772;
    width: 100px;
    text-align: center;
    line-height: 53px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.about_list li:nth-child(even) span{
    background: #D94740;
}
.news-editor-pic {
    float: right;
    width: 300px;
    text-align: center;
    margin-left: 30px;
}
.about-editor-title {
    color: #444;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.products-editor .row {
    margin: 0 -14px;
}
.products-editor .col {
    float: left;
    padding: 0 14px;
}
.products-editor .col1 {
    width: 70%;
}
.products-editor .col2 {
    width: 30%;
    text-align: right;
}
.service-list {
    list-style-type: none;
    padding: 0;
    margin: 0 -2%;
}
.service-list .item {
    float: left;
    width: 50%;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service-list .item:nth-child(2n+1) {
    clear: left;
}
.service-list .box {
    border: 1px solid #DBDBDB;
    overflow: hidden;
    padding: 5px;
    margin: 0 auto 40px;
}
.service-list .pic {
    float: left;
    width: 300px;
}
.service-list .txt {
    margin-left: 320px;
}
.service-list .name {
    color: #535353;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 0;
}
.service-list .description {
    color: #666;
    font-size: 13px;
    line-height: 1.7;
     display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 150px;
}
.terms-title {
    color: #D80000;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px;
}

@media screen and (max-width: 1000px) {
    .about-editor .row_{
        display: block;
    }
    .about-editor .about_title{
        font-size: 24px;
        margin-bottom: 8px;
    }
    .about-editor .text,.about-editor .about_title2{
        margin: 15px 0;
    }
}
@media screen and (max-width: 768px) {
    .news-editor-pic {
        float: none;
        margin: 0 auto 1.7em;
        width: auto;
    }
    .products-editor .col {
        width: 100%;
    }
    .products-editor .col + .col {
        margin-top: 1.7em;
    }
    .service-list .box {
        margin-bottom: 30px;
    }
    .service-list .pic {
        width: 240px;
    }
    .service-list .txt {
        margin-left: 260px;
    }
    .index-service-list{
        flex-wrap: wrap;
    }



}
@media screen and (max-width: 600px) {
    .service-list .box {
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .service-list .pic {
        float: none;
        width: auto;
    }
    .service-list .txt {
        margin: 0;
        padding: 5px;
    }
}