@charset "utf-8";

/* 產品介紹 開始*/
.download-box .d-title{
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}
.download-box .d-all{
    text-align: center; 
    margin-bottom: 20px;
}
.download-box .d-all a{
    display: inline-block;
    background: #FF0000;
    color: #FFF;
    font-size: 15px;
    padding: 1px 15px;
    margin-bottom: 10px;
}
.download-box .d-main{
    display: flex;
    justify-content: center;
}
.download-box .d-box{
    width: 20%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.download-box .d-m-title{
    position: relative;
}
.download-box .d-m-title:before{
    content: "";
    height: 1px;
    width: 150px;
    position: absolute;
    background: #bdbdbd;
    left: calc(50% - 75px);
    
    bottom: 0;
}
.download-box .d-m-title h3{
    margin: 5px 0;
    font-size: 14px;

}
.download-box .d-m-link{
    text-align: left;
    max-width: 150px;
    margin: auto;
}
.download-box .d-m-link a{
    display: block;
    position: relative;
    padding-left: 21px;
    transition: all .3s ease;
}
.download-box .d-m-link a:before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 6px;
    top: 13px;
    background: #bdbdbd;
    position: absolute;
    transition: all .3s ease;
}

.download-box .d-m-link a:hover{
    color: #FF0000;
}
.download-box .d-m-link a:hover:before{
    background: #FF0000;
}

@media(max-width:1100px){
    .download-box .d-main {
        flex-wrap: wrap;
    }
    .download-box .d-box {
        width: 33%;
      
    }
}
@media(max-width:750px){
    .download-box .d-box {
        width: 50%;
      
    }
}
@media(max-width:550px){
    .download-box .d-box {
        width: 100%;
      
    }
}
/* 產品介紹 結束*/

/*------------ products-editor ------------*/


/*------------ notice-editor ------------*/


/*------------ terms-editor ------------*/

.terms-editor {
    font-size: 15px;
    line-height: 2;
}

.terms-editor .title {
    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-about-editor ------------*/

.index-about-editor {
    letter-spacing: 1px;
    font-size: 15px;
}

.about-editor .row {
    margin: 0 -5px;
}
.about-editor .bot{
    display:flex;
    padding-bottom:25px;
} 
.about-editor .col {
    padding: 0 10px 0 0px;
}
.about-editor .tit-big{
    padding-bottom:30px;
}
.about-editor .col1 {
    width: 46%;
}
.about-editor .col1 .big{
   font-size:20px;
   padding:10px 0 30px;
   display:block;
}
.about-editor .col2 {
    width: 54%;
    text-align: center;
}

/*------------ contact-editor ------------*/
.contact-editor .col {
    float: left;
    margin: 0 0 20px 0px;
}



.contact-editor i {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    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: "\e1b1d";
}

.contact-editor .mail i:before {
    content: "\e1b1b";
}

.contact-editor .add i:before {
    content: "\e1010";
}

.contact-editor .col a,
.contact-editor .col span {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}

/*--- service ---*/
.service-editor .row {
    margin: 0 -5px;
}
.service-editor .bot{
    display:flex;
    padding-bottom:25px;
} 
.service-editor .col {
    padding: 0 10px 0 0px;
}
.service-editor .tit-big{
    padding-bottom:30px;
}
.service-editor .col1 {
    width: 46%;
}
.service-editor .big{
   font-size:20px;
   padding:10px 0 30px;
   display:block;
}
.service-editor .col2 {
    width: 54%;
    text-align:left;
    padding:0 2%;
}

/*------------ rwd ------------*/
@media screen and (max-width: 1200px) {
    .service-editor .col,
    .about-editor .col{
        width: 100%;
    }
    .service-editor .col + .col,
    .about-editor .col + .col{
        margin-top: 1.7em;
    }
    .service-editor .bot,
    .about-editor .bot{
    display:block;
}
 .contact-editor i{
        text-indent: 0px;
        line-height: 35px;
    }
}
@media screen and (max-width: 1000px) {
    
    .products-editor .col,
    .products-editor .pic_right {
        float: none;
        width: 100%;
    }

    .products-editor .pic_right{
        margin:5px 0 0;
    }
   
     .contact-editor {
        padding: 0 2%;
    }
    .contact-info-list li{
        margin: 2px 0;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 960px) {
    .contact-editor .col + .col {
        margin: 25px 0 0 0;
    }
    .contact-editor .col {
        float: none;
    }

}
@media screen and (max-width: 480px) {
.terms-editor .col {
    padding: 0 27px;
    width: 100%;
}


}
