@font-face {
 font-family: Left Arrow;
 src: url('../font/left-arrow.svg') format("svg");
}
@font-face {
 font-family: Right Arrow;
 src: url('../font/right-arrow.svg') format("svg");
}

/* slier */
.slick-prev,
.slick-next{
    z-index: 111;
}
.slick-slide{
    height: inherit;
}
.lazy .slick-prev{
    left: 50px;
    display: none!important;
}
.lazy .slick-next{
    right: 80px;
    display: none!important;
}
.lazy .slick-dots{
    bottom: 70px;
}
.lazy .slick-dots li button:before{
    font-size: 16px;
}
.lazy .slick-slide {
    height: calc(100vw * 0.416);
}
.lazy .slick-slide img{
    width: 100%;
}
/* slider的服務介紹 */
.slider-box{
    position: relative;
    margin: 100px 0 0;
}
.black-box,
.black-box-02{
    background-color: rgba(0, 0, 0, 0.5);
}
.black-box{
    position: absolute;
    width: 30%;
    max-width: 500px;
    top: calc(100vw * .315 / 100 * 15);
    z-index: 1;
    color: #fff;
}
.black-box-02{
    padding: 40px;
    position: relative;
    top: 10px;
    left: 10px;
}
.black-box-02 h1{
    margin: 0;
}
.black-box-02 hr{
    float: left;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #0191ff;
}
.black-box-02 .btn{
    border: 1px solid #fff;
    color: #fff;
    float: right;
    margin: 30px 0 0;
    padding: 10px 30px;
    border-radius: 0px;
}
.black-box-02 .btn:hover{
    background-color: #fff;
    color: #000;
}
.slick-dotted.slick-slider{
    margin: 0;
}
/* regular 圖片輪播*/
/*.regular{
    top: -75px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
}
.regular-item{
    position: relative;
}
.regular-item img{
    width: 100%;
}
.regular .regular-item .black-hover{
    border-bottom: 3px solid #0191ff;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    transition:opacity 0.5s ease 0s;
    -moz-transition:opacity 0.5s ease 0s;
    -webkit-transition:opacity 0.5s ease 0s;
    -o-transition:opacity 0.5s ease 0s;
}
.regular .regular-item:hover .black-hover{
    opacity: 1;
}
.regular .regular-item .btn-box{
    margin: 27% 0 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: rgba(10, 81, 203, 0.8);
    text-align: center;
    border-radius: 100% 100% 100% 100%;
    -moz-border-radius: 100% 100% 100% 100%;
    -webkit-border-radius: 100% 100% 100% 100%;
}
.regular .regular-item .black-hover>p{
    position: absolute;
    z-index: 10;
    bottom: 18%;
    right: 0;
    width: 100%;
    font-size: 16px;
}

.regular .add-btn{
    background: url('../images/add-btn.png');
    width: 25px;
    height: 25px;
    display: inline-block;
    top: 12px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.regular .slick-prev{
    top: -28;
    right: 55px;
    left: inherit;
    width: 55px;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.7);
}
.regular .slick-next{
    top: -28;
    right: 0;
    left: inherit;
    width: 55px;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.7);
}
.regular .slick-next:hover,
.regular .slick-prev:hover{
    background-color: rgba(10, 81, 203, 0.7);
}

.regular .slick-prev:before {
    content: ' ';
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 0 0 16px;
    background-image: url(../images/left-arrow.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.regular .slick-next:before{
    content: ' ';
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 0 0 16px;
    background-image: url(../images/right-arrow.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}*/

/* 服務介紹 */
.service-box{
    background: url('../images/index-text-service.png') #0191ff;
    background-position: 37% 16%;
    background-repeat: no-repeat;
    margin: 0;
    padding: 10px 0 0px;
    color: #fff;
}
.service-box h1{
    margin: 0 0 30px;
}
.service-box h1 small{
    color: #fff;
}
.service-box h2{
    margin: 5px 0 20px;
    font-size: 22px;
}
/*.service-box p{
    color: #000;
}
.service-box .slick-slide button{
    margin: 20px 0 0;
}
.service-box button:hover{
    background-color: #fff;
    color: #0191ff;
}*/
.service-item .slick-prev,
.service-item .slick-next{
    border-radius: 100% 100% 100% 100%;
    -moz-border-radius: 100% 100% 100% 100%;
    -webkit-border-radius: 100% 100% 100% 100%;
    background-color: rgba(0, 0, 0, 0.3);
    width: 70px;
    height: 70px;
}
.service-item .slick-prev{
    left: -60px;
}
.service-item .slick-next{
    right: -60px;
}
.service-item .slick-next:hover,
.service-item .slick-prev:hover{
    background-color: rgba(10, 81, 203, 0.7);
}
.service-item .slick-prev:before,
.service-item .slick-next:before{
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 0 0 22px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.service-item .slick-prev:before {
    content: ' ';
    background-image: url(../images/left-arrow.png);
}
.service-item .slick-next:before{
    content: ' ';
    background-image: url(../images/right-arrow.png);
}
/* 最新消息 */
/*.news-section{
    padding: 50px 0;
    background: url('../images/news-bgimg.jpg') #eee;
}
.news-section h2{
    color: #0191ff;
    font-size: 20px;
}*/

/* RWD */
@media  screen and (max-width: 1299px){
    .black-box{
        width: 400px;
        top: calc(100vw * .315 / 100 * 15);
    }
    .service-item > button{
        top : 40%;
    }
    .service-item > .slick-prev{
        left: -20px;
    }
    .service-item > .slick-next {
        right: -20px;
    }
}
@media  screen and (max-width: 1199px){
    .black-box{
        top: calc(100vw * .315 / 100 * 6);
    }
    .service-item > button{
        top : 35%;
    }
    .service-box h2{
        margin: 10px 0 30px;
    }
}
@media  screen and (max-width: 991px){
    .lazy .slick-dots{
        bottom: 10px;
    }
    .black-box{
        display: none;
    }
    .black-box{
        width: 100%;
        max-width: 700px;
    }
    .service-box h1{
        font-size: 30px;
    }
}
@media  screen and (max-width: 799px){
    .service-item > .slick-prev {
        left: 0;
    }
    .service-item > .slick-next {
        right: 0;
    }
    .service-item > button {
        top: 33%;
    }
}
@media  screen and (max-width: 767px){
    .slider-box{
        margin: 95px 0 0;
    }
    .lazy .slick-slide {
        height: calc(100vw * 0.609);
    }
    .black-box{
        width: calc(100% - 30px);
        max-width: initial;
        right: 20px;
        left: 10px;
    }
    .service-item > button {
        top: calc(100vw * 0.38);
    }
    .service-box h2{
        font-size: 15px;
    }
}
@media  screen and (max-width: 461px){
    .slider-box {
        position: relative;
        margin: 113px 0 0;
    }
}