﻿.off {
    overflow: hidden;
}

.header-logo>a>img {
    height: 33px;
}

.main-box {
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.index-banner-box {
    margin-top: 76px;
}

.index-banner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.index-banner-box .header-phone {
    display: none;
}

.index-banner-list-img {
    position: relative;
    box-sizing: border-box;
    padding-bottom: calc(100%);
}

.index-banner-list-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.main-title {
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 60px;
    color: #ed7102;
    letter-spacing: 2px;
    padding: 20px 0;
    margin-top: 10px;
}

.main-list-box {
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.main-list-box li {
    list-style: none;
}

.main-list {
    margin-top: 30px;
    margin-bottom: 50px;
}

.main-list-title {
    font-size: 24px;
    font-weight: bold;
    color: #ed7102;
    letter-spacing: 2px;
}

.main-list-p {
    font-size: 20px;
    color: #000;
    letter-spacing: 2px;
}

.slick-arrows-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    position: -webkit-sticky;
    bottom: 20vh;
    transform: translateY(50%);
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* position: static; */
}

.slick-prev {
    left: -150px;
    background-image: url('../img/front/original/slick-prev.png');
}

.slick-next {
    right: -150px;
    background-image: url('../img/front/original/slick-next.png');
}

.main-edit {
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
    line-height: 1.6;
}

.main-line {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    height: 1px;
    display: block;
    background-color: #ed7102;
    transition: all .3s linear;
    transform: scale(0, 1);
    transform-origin: left;
}

.main-info-box {
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/*過場動畫*/

.dt-loading-2 {
    width: 100%;
    height: 100vh;
    display: table;
    position: fixed;
    top: 0;
    z-index: 99999;
    transition: all .4s linear;

}

.laying-2 {
    display: table-cell;
    vertical-align: middle;
}

.loading-logo-box {
    width: 154px;
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.loading-log {
    width: 100%;
    display: block;
    position: relative;

}

.loading-mask {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: #FFF;
    right: 0%;
    animation: right2 2s linear 0s 1 forwards;

}