/* --------- banner --------- */
.banner {
    overflow: hidden;
}
.banner:before {
    display: none;
}
.banner .slick-arrow {
    width: 63px;
    height: 63px;
    line-height: 63px;
    position: absolute;
    top: calc(50% - 31.5px);
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: visible;
    padding: 0;
    margin: 0 0px;
    border: none;
    z-index: 10;
    cursor: pointer;
    transition: all .5s ease;
    background: transparent;
    border-radius: 50%;
}
.banner button.slick-prev {
    left: 80px;
}
.banner button.slick-next {
    right: 80px;
}
.banner .slick-arrow:before {
    content: '';
    width: 55px;
    height: 55px;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    transition: all .3s ease;
    position: absolute;
    left: calc(50% - 27.5px);
    top: calc(50% - 27.5px);
    opacity: 1;
    z-index: -1;
}
.banner button.slick-arrow:hover:before{
    width: 72px;
    height: 72px;
    background: #A33037;
    left: calc(50% - 36px);
    top: calc(50% - 36px);
}
.banner button.slick-arrow div {
    position: relative;
}
.banner button.slick-arrow div:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -7.5px;
    width: 16px;
    height: 11px;
    background: url(../../images/common/index/btn_arr.png) no-repeat;
    background-size: contain;
}
.banner button.slick-arrow.slick-next div:before {
    transform: rotate(180deg);
}
.banner button.slick-arrow:hover div:before{
    background: url(../../images/common/index/btn_arr_hover.png) no-repeat;
    background-size: contain;
}
.banner .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10%;
    z-index: 100;
}
.banner .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}
.banner .slick-dots button {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid transparent;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    padding: 0;
}
.banner .slick-active button {
    background: transparent;
    border: 1px solid #fff;
}
/* -------- banner_m -------- */
.banner_m{
    position: relative;
}
.banner_m .slick-arrow {
    width: 63px;
    height: 63px;
    line-height: 63px;
    position: absolute;
    top: calc(50% - 31.5px);
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: visible;
    padding: 0;
    margin: 0 0px;
    border: none;
    z-index: 10;
    cursor: pointer;
    transition: all .5s ease;
    background: transparent;
    border-radius: 50%;
}
.banner_m button.slick-prev {
    left: 15px;
}
.banner_m button.slick-next {
    right: 15px;
}
.banner_m .slick-arrow:before {
    content: '';
    width: 55px;
    height: 55px;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    transition: all .3s ease;
    position: absolute;
    left: calc(50% - 27.5px);
    top: calc(50% - 27.5px);
    opacity: 1;
    z-index: -1;
}
.banner_m button.slick-arrow:hover:before{
    width: 72px;
    height: 72px;
    background: #A33037;
    left: calc(50% - 36px);
    top: calc(50% - 36px);
}
.banner_m button.slick-arrow div {
    position: relative;
}
.banner_m button.slick-arrow div:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -7.5px;
    width: 16px;
    height: 11px;
    background: url(../../images/common/index/btn_arr.png) no-repeat;
    background-size: contain;
}
.banner_m button.slick-arrow.slick-next div:before {
    transform: rotate(180deg);
}
.banner_m button.slick-arrow:hover div:before{
    background: url(../../images/common/index/btn_arr_hover.png) no-repeat;
    background-size: contain;
}
.banner_m .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10%;
    z-index: 100;
}
.banner_m .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}
.banner_m .slick-dots button {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid transparent;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    padding: 0;
}
.banner_m .slick-active button {
    background: transparent;
    border: 1px solid #fff;
}
.banner_m{
    display: none;
}
/* -------- common -------- */
body {
    background: #fff
}
.title {
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 0 0 40px;
}
.title span {
    position: absolute;
    box-sizing: border-box;
    display: block;
    font-size: 180px;
    font-weight: 100;
    letter-spacing: 0.5px;
    line-height: 1;
    font-family: 'Montserrat', serif;
    background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.05) 0,rgba(0, 0, 0, 0)100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title h2::before {
    content: '';
    position: relative;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto 10px;
    width: 29px;
    height: 40px;
    background: url(../../images/common/index/title_ic.png) no-repeat;
    background-size: contain;
}
.title h2 {
    position: relative;
    box-sizing: border-box;
    color: #333333;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
}
.more {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    width: 180px;
    height: 30px;
    line-height: 1;
    border-radius: 0;
    color: #333;
    background: transparent;
    border-bottom: 1px solid #030000;
    transition: all 0.5s ease;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.more a{
    position: relative;
    display: block;
    font-size: 0;
    height: 30px;
    z-index: 5;
}
.more a span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
}
.more::before {
    content: '';
    position: absolute;
    top: 5.5px;
    right: 0;
    width: 16px;
    height: 11px;
    background: url(../../images/common/index/btn_arr.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.more::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #A33037;
    left: 0;
    transition: all 0.5s ease;
}
.more:hover:after{
    width: 100%;
}
/* -------- news -------- */
.news-sect {
    position: relative;
    padding: 86px 0 93px;
    background: url(../../images/common/bg1.jpg);
}
.news-sect .container{
    position: relative;
    max-width: unset;
    padding: 0;
}
.news-sect .title {
    text-align: center;
}
.news-slider {
    position: relative;
    box-sizing: border-box;
}
.news-sect .news-slider.slick-initialized {
    opacity: 1;
    visibility: visible; 
}
.news-slider .slick-list {
    padding: 0 190px;
}
.news-slider .slick-track {
    margin-left: 0 !important;
}
.news-list {
    position: relative;
    box-sizing: border-box;
}
.news-list li {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 0 15px;
    width: calc(100% / 3);
}
.news-list li .box {
    position: relative;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
    padding: 50px;
    transition: all 0.5s ease;
    z-index: 1;
}
.news-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    z-index: 30;
}
.news-list li .text {
    position: relative;
    box-sizing: border-box;
}
.news-list .date {
    position: relative;
    box-sizing: border-box;
    color: #333;
    font-size: 15px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 20px;
    padding: 0 0 10px;
    line-height: 1;
    font-family: 'Montserrat', serif;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.5s ease;
}
.news-list .date .years {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.85px;
    line-height: 1;
    color: #333;
    display: block;
    width: 100%;
    order: 1;
}
.news-list .date .month{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    color: #A33037;
    order: 2;
}
.news-list .date .day {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    color: #A33037;
    order: 3;
}
.news-list .date .day::before {
    content: '.';
}
.news-list li .name {
    position: relative;
    box-sizing: border-box;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 22px;
    margin: 6px 0;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    transition: all .5s ease;
}
.news-list li .box:hover .name {
    color: #A33037;
}
.news-list li .description {
    position: relative;
    box-sizing: border-box;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    letter-spacing: 0.8px;
    line-height: 1.5;
    height: 45px;
}
.news-list li .pic {
    position: relative;
    box-sizing: border-box;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
}
.news-sect .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 10;
    cursor: pointer;
    transition: all .5s ease;
    background: transparent;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #3e3e3e;
}
.news-sect .slick-prev {
    left: calc(0% + 9.25%)
}
.news-sect .slick-next {
    right: calc(0% + 9.25%);
}
.news-sect .slick-arrow:hover {
    background: #A33037;
    border-color: #A33037;
}
.news-sect .slick-arrow div {
    position: relative;
}
.news-sect .slick-arrow div:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -7.5px;
    width: 16px;
    height: 11px;
    background: url(../../images/common/index/btn_arr.png) no-repeat;
    background-size: contain;
}
.news-sect .slick-arrow.slick-next div:before {
    transform: rotate(180deg)
}
.news-sect .slick-arrow:hover div:before{
    background: url(../../images/common/index/btn_arr_hover.png) no-repeat;
    background-size: contain;
}
.news-sect .slick-dots {
    position: absolute;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    bottom: -95px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: auto;
}
.news-sect .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.news-sect .slick-dots button {
    background: #A8A8A8;
    border: 1px solid #A8A8A8;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    padding: 0;
}
.news-sect .slick-active button {
    background: transparent;
    border: 1px solid #A33037;
    position: relative;
    top: 1px;
}
/* -------- about -------- */
.about-sect {
    position: relative;
    padding: 97px 0 0;
    background: url(../../images/common/bg2.jpg);
    z-index: 1;
}
.about-sect .container {
    padding: 0;
    width: 100%;
    max-width: 1470px;
}
.about-sect .title {
    text-align: left;
}
.about-sect .title span{
    font-size: 100px;
    right: 20px;
    left: unset;
    top: -5%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-sect .title h2 {
    width: fit-content;
}
.about-sect .title h2::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110%;
}
.about-sect .more {
    margin: 60px 0 0;
}
.about-sect .row {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -15% !important;
    background: #fff;
}
.about-sect .row::before {
    content: '';
    position: absolute;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: url(../../images/common/index/about-pic2.jpg) no-repeat;
}
.about-sect .col {
    position: relative;
    box-sizing: border-box;
}
.about-sect .col.pic {
    width: calc(100% - 557px); 
}
.about-sect .col.txt {
    width: 100%;
    max-width: 550px;
    padding: 0 60px;
}
.about-sect .row::after {
    content: '';
    position: absolute;
    right: -48px;
    bottom: -12px;
    width: 161px;
    height: 152px;
    background: url(../../images/common/index/p_right.png) no-repeat;
    background-size: contain;
    -webkit-animation: anime-Jump 3000ms linear infinite;
    animation: anime-Jump 3000ms linear infinite;
}
@keyframes anime-Jump {
    0% {
        transform: scale(1, 1) translate(0%, 0%);
    }
    5% {
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }
    20% {
        transform: scale(1.2, 0.8) translate(0%, 15%);
    }
    25% {
        transform: scale(1, 1) translate(0%, 0%);
    }
    30% {
        transform: scale(0.9, 1.2) translate(0%, -50%);
    }
    37% {
        transform: scale(0.9, 1.2) translate(0%, -20%);
    }
    43% {
        transform: scale(1.2, 0.8) translate(0%, 15%);
    }
    50% {
        transform: scale(1, 1) translate(0%, 0%);
    } 
}
.about-sect .editor {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 245px;
    letter-spacing: 0.85px;
    line-height: 1.8;
    text-align: justify;
}
/* -------- products -------- */
.products-sect {
    position: relative;
    padding: 153px 0 110px;
    background: url(../../images/common/bg2.jpg);
    overflow: hidden;
}
.products-sect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1276px;
    background: url(../../images/common/index/p_bg.jpg) no-repeat fixed;
    background-size: contain;
}
/* product-all */
.products-sect .pic {
    position: relative;
    border-radius: 15px;
    z-index: 1;
    overflow: hidden;
}
/* product-top(hot-products) */
.hot-products {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 47px;
}
.hot-products .title {
    text-align: left;
    margin: 0 0 40px 100px;
}
.hot-products .title i {
    font-style: unset;
}
.hot-products .title h2 {
    width: fit-content;
}
.hot-products .title h2::before {
    position: absolute;
    right: 102%;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.hot-products .title span {
    right: -25px;
    left: unset;
}
.hot-products .cover {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    z-index: 30;
}
.hot-products .row {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}
.hot-products .col {
    position: relative;
    box-sizing: border-box;
}
.hot-products .txt {
    width: calc(100% - 556px);
}
.hot-products .pic {
    width: 100%;
    max-width: 556px;
}
.hot-products .pd_txt {
    position: relative;
    box-sizing: border-box;
    padding: 60px 100px;
    background: #fff;
    border-radius: 15px 0 0 15px;
}
.hot-products .pd_title {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    margin: 0 0 15px;
}
.hot-products .pd_title .name,
.hot-products .pd_title .job {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 28px;
    font-weight: normal;
    color: #333;
    letter-spacing: 1px;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot-products .pd_title .job {
    font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
}
.hot-products .pd_title .name {
    border-left: 2px solid #A33037;
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
}
.hot-products .box:hover .name {
    color: #A33037;
}
.hot-products .description {
    color: #666;
    letter-spacing: 0.5px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 105px;
    overflow: hidden;
    margin: 0 0 30px;
    text-align: justify;
}
.hot-products.box:hover .more span:before {
    color: #A33037;
    background: #fff;
}
.hot-products .btn-box.no_border {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 60px -15px 0;
}
.hot-products .btn-box.no_border .more {
    margin: 0 15px;
}
/* product-bottom */
.product-list {
    margin: 0 -15px;
}
.product-list li {
    width: 25%;
    padding: 0 15px;
}
.product-list li:nth-child(4n+1) {
    clear: left;
}
.product-list > li > .box {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}
.product-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    z-index: 30;
}
.product-list .text {
    position: relative;
    box-sizing: border-box;
    padding: 20px 5px 0;
}
.product-list .pd_title {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 50px);
    min-height: 40px;
}
.product-list .pd_title .job {
    position: relative;
    color: #444;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
    width: fit-content;
    text-align: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
}
.product-list .pd_title .job::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 30px;
    background: #A33037;;
}
.product-list .name {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    color: #333;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 20px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 112px);
}
.product-list .box:hover .name {
    color: #A33037;
}
.product-list .more {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    overflow: visible;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #3e3e3e;
    padding: 0;
    letter-spacing: 0;
}
.product-list .more span {
    position: relative;
    font-size: 0;
    padding: 0;
    z-index: 5;
}
.product-list .more::before {
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -7.5px;
}
.product-list .box:hover .more {
    background: #A33037;
    border: 1px solid #A33037;
}
.product-list  .box:hover .more::before {
    background: url(../../images/common/index/btn_arr_hover.png) no-repeat;
    background-size: contain;
}
/* -------- article -------- */
.article-sect {
    position: relative;
    padding: 113px 0 105px;
    background: url(../../images/common/bg1.jpg);
}
.article-sect .title {
    text-align: left;
    margin: 20px 0 0;
}
.article-sect .title span{
    font-size: 100px;
    right: unset;
    left: 20px;
    top: -5%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.article-sect .title h2 {
    width: fit-content;
}
.article-sect .title h2::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110%;
}
.article-sect .row{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}
.article-sect .col {
    position: relative;
    box-sizing: border-box;
}
.article-sect .col.pic {
    width: 100%;
    max-width: 384px;
}
.article-sect .col.pic img {
    border-radius: 15px;
}
.article-sect .col.txt {
    width: calc(100% - 384px);
    padding: 0 0 0 47px;
}
.article-list {
    position: relative;
    box-sizing: border-box;
}
.article-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 38px;
    background: url(../../images/common/bg1.jpg);
    z-index: 30;
}
.article-list li {
    position: relative;
}
.article-list li .box {
    position: relative;
    box-sizing: border-box;
    padding: 38px 0;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.5s ease;
}
.article-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    z-index: 30;
}
.article-list li .text {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.article-list li .text .article_top {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.article-list .date {
    position: relative;
    box-sizing: border-box;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5;
    line-height: 1.2;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: 'Montserrat', serif;
    border-bottom: 0;
    transition: all 0.5s ease;
}
.article-list .date .years {
    order: 1;
}
.article-list .date .month{
    order: 2;
}
.article-list .date .day {
    order: 3;
}
.article-list .date .month::before,
.article-list .date .day::before {
    content: '.';
}
.article-list .sort {
    position: relative;
    box-sizing: border-box;
    color: #333;
    letter-spacing: 0.85px;
    background: #fff;
    padding: 0 20.38px;
    border-radius: 30px;
    line-height: 24px;
}
.article-list li .name {
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    padding-left: 20px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-list li .box:hover .name {
    color: #A33037;
}
.article-sect .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 10;
    cursor: pointer;
    transition: all .5s ease;
    border-radius: 50%;
    bottom: -55px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #3e3e3e;
}
.article-sect .slick-prev {
    right: 45px;
}
.article-sect .slick-next {
    position: absolute;
    right: 0;
}
.article-sect .slick-arrow:hover {
    background: #A33037;
    border-color: #A33037;
}
.article-sect .slick-arrow div {
    position: relative;
}
.article-sect .slick-arrow div:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -7.5px;
    width: 16px;
    height: 11px;
    background: url(../../images/common/index/btn_arr.png) no-repeat;
    background-size: contain;
}
.article-sect .slick-arrow.slick-next div:before {
    transform: rotate(180deg)
}
.article-sect .slick-arrow:hover div:before{
    background: url(../../images/common/index/btn_arr_hover.png) no-repeat;
    background-size: contain;
}
.article-sect .slick-dots {
    position: absolute;
    display: block;
    text-align: left;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: auto;
    bottom: -85px;
    left: 0;
}
.article-sect .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.article-sect .slick-dots button {
    background: #A8A8A8;
    border: 1px solid #A8A8A8;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    padding: 0;
}
.article-sect .slick-active button {
    background: transparent;
    border: 1px solid #A33037;
    position: relative;
    top: 1px;
}
.article-sect .more {
    position: absolute;
    top: 28px;
    right: 0;
}
/* -------- rwd -------- */
@media screen and (max-width: 1280px) {
    /* common */
    .title {
        margin: 0 0 30px;
    }
    .title span {
        font-size: 90px;
    }
    .title h2 {
        font-size: 32px;
    }
    .title h2::before {
        margin: 0 auto 5px;
        width: 20px;
        height: 27px;
    }
    .banner button.slick-prev {
        left: 0;
    }
    .banner button.slick-next {
        right: 0;
    }
    /* news */
    .news-sect {
        position: relative;
        padding: 80px 0 75px;
    }
    .news-sect .slick-dots {
        bottom: -85px;
    }
    .news-list li .box {
        padding: 30px 40px;
    }
    .news-list .date .years {
        font-size: 14px;
    }
    .news-list .date .month,
    .news-list .date .day {
        font-size: 28px;
    }
    .news-slider .slick-list {
        padding: 0 35px;
    }
    .news-list li {
        padding: 0 10px;
    }
    .news-sect .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .news-sect .slick-arrow div:before {
        margin-top: -5px;
        margin-left: -7.5px;
        width: 14px;
        height: 9px;
    }
    .news-sect .slick-prev {
        left: calc(0% + 2.25%);
    }
    .news-sect .slick-next {
        right: calc(0% + 2.25%);
    }
    /* about */
    .about-sect{
        padding: 80px 0 0;
    }
    .about-sect .editor {
        -webkit-line-clamp: 4;
        height: 135px;
    }
    .about-sect .more {
        margin: 40px 0 0;
    }
    .about-sect .row::after {
        right: 0;
    }
    /* products */
    .products-sect {
        padding: 90px 0;
    }
    .hot-products .pic {
        width: 100%;
        max-width: 500px;
    }
    .hot-products .txt {
        width: calc(100% - 506px);
    }
    .hot-products .pd_txt {
        padding: 50px;
    }
    .hot-products .title{
        margin: 0 0 30px 50px;
    }
    .product-list {
        margin: 0 -10px;
    }
    .product-list li {
        padding: 0 10px;
    }
    /* article */
    .article-sect {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1200px) {
    .hot-products .pic {
        width: 100%;
        max-width: 400px;
    }
    .hot-products .txt {
        width: calc(100% - 400px);
    }
    .about-sect .col.pic {
        width: calc(100% - 500px);
    }
    .about-sect .col.txt {
        width: 100%;
        max-width: 500px;
        padding: 0 50px;
    }
    .about-sect .row::after {
        width: 120px;
        height: 113px;
    }
    .article-sect .col.pic {
        max-width: 320px;
    }
    .article-sect .col.txt {
        width: calc(100% - 320px);
        padding: 0 0 0 30px;
    }
    .product-list .pd_title {
        flex-direction: column;
        width: 100%;
    }
    .product-list .pd_title .job {
        width: 100%;
        margin: 0 0 10px;
        padding: 0 0 10px;
        text-align: center;
    }
    .product-list .pd_title .job::before {
        top: unset;
        transform: unset;
        bottom: 0;
        right: unset;
        left: 0;
        width: 100%;
        height: 2px;
    }
    .product-list .name {
        text-align: center;
        width: 100%;
    }
    .product-list .more {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    /* common */
    .title span,
    .about-sect .title span,
    .article-sect .title span {
        font-size: 70px;
    }
    .about-sect .title span,
    .article-sect .title span {
        left: 20px;
        right: 0;
        top: 50%;
    }
    .title h2 {
        font-size: 25px;
    }
    /* news */
    .news-sect {
        padding: 50px 0 50px;
    }
    .news-list li {
        padding: 0 10px;
        width: 100%;
    }
    .news-list li .box {
        padding: 20px 30px;
    }
    .news-slider .slick-list {
        padding: 0 35px;
    }
    .news-sect .slick-dots {
        bottom: -72px;
    }
    .news-list li .name {
        height: 20px;
        font-size: 16px;
    }
    .news-list li .description {
        height: 40px;
        font-size: 14px;
    }
    .news-list .date .month,
    .news-list .date .day {
        font-size: 25px;
    }
    /* about */
    .about-sect {
        padding: 50px 0 0;
    }
    .about-sect .row {
        margin: 0 !important;
        background: #fff;
        flex-wrap: wrap;
    }
    .about-sect .col.pic {
        width: 100%;
    }
    .about-sect .col.txt {
        width: 100%;
        max-width: unset;
        padding: 60px 30px 30px;
    }
    .about-sect .row::after{
        display: none;
    }
    .about-sect .editor {
        -webkit-line-clamp: initial;
        height: unset;
    }
    .about-sect .more {
        margin: 30px auto 0;
    }
    /* products */
    .products-sect {
        padding: 50px 0 50px;
    }
    .products-sect::before{
        background-attachment: unset;
        background-size: cover;
    }
    .hot-products .title {
        text-align: center;
        margin: 0 0 30px;
    }
    .hot-products .title h2 {
        margin: 0 auto;
    }
    .hot-products .title h2::before {
        position: relative;
        right: 0;
        left: 0;
        top: unset;
        transform: unset;
        margin: 0 auto 5px;
    }
    .hot-products .title span {
        right: 0;
        left: 0;
    }
    .hot-products .txt {
        width: 100%;
    }
    .hot-products .pd_txt {
        padding: 20px 30px 30px;
        min-height: 350px;
    }
    .hot-products .pd_title .name,
    .hot-products .pd_title .job {
        font-size: 18px;
        /* height: 18px; */
        /* line-height: 18px; */
    }
    .hot-products .btn-box.no_border {
        margin: 30px -15px 0;
    }
    .hot-products {
        margin: 0 0 25px;
    }
    .hot-products .btn-box.no_border .more:last-of-type{
        display: none;
    }
    .hot-products .pic{
        margin: 0 auto;
        max-width: 556px;
    }
    .hot-products .description{
        font-size: 14px;
        height: unset;
        -webkit-line-clamp: initial;
    }
    .product-list .name {
        font-size: 16px;
        line-height: 15px;
        height: 16px;
    }
    .product-list .more {
        top: 10px;
        right: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .product-list .pd_title .job {
        font-size: 13px;
    }
    .product-list .more::before {
        margin-top: -5px;
        margin-left: -6.5px;
        width: 12px;
        height: 9px;
    }
    .products-sect .pic {
        border-radius: 5px;
    }
    .hot-products .title i{
        display: none;
    }
    /* article */
    .article-sect {
        padding: 50px 0 80px;
    }
    .article-sect .col.pic {
        display: none;
    }
    .article-sect .col.txt {
        width: 100%;
        padding: 0;
    }
    .article-list li .box {
        padding: 25px 0;
    }
    .article-list::before {
        height: 20px;
    }
    .article-list li .name {
        font-size: 16px;
        max-width: 60%;
    }
    .article-sect .more {
        z-index: 30;
    }
}
@media screen and (max-width: 1000px) {
    .product-list {
        margin: 0 -5px;
    }
    .product-list li {
        width: 50%;
        padding: 0 5px 30px;
    }
    .product-list li:nth-child(4n+1) {
        clear: none;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li .text {
        margin: 0 auto;
    }
    .products-sect {
        padding: 50px 0 20px;
    }
    .hot-products .pd_title {
        flex-direction: column;
        align-items: flex-start;
    }
    .hot-products .pd_title .job {
        margin: 0 0 10px;
        padding: 0 0 10px;
        width: 100%;
        height: auto;
        line-height: unset;
    }
    .hot-products .pd_title .job::before {
        content: '';
        position: absolute;
        bottom: 0;
        letter-spacing: 0;
        width: 100%;
        height: 2px;
        background: #A33037;
    }
    .hot-products .pd_title .name {
        margin: 0;
        padding: 0;
        border-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .title span,
    .about-sect .title span,
    .article-sect .title span {
        font-size: 50px;
        letter-spacing: 0;
        word-break: break-all;
    }
    .hot-products .row {
        flex-wrap: wrap;
    }
    .hot-products .pd_txt {
        max-width: 556px;
        margin: 0 auto;
        border-radius: 5px 5px 0 0;
        min-height: unset;
    }
    .products-sect>.pic {
        border-radius: 0 0 5px 5px;
    }
    .banner{
        display: none;
    }
    .banner_m{
        display: block;
    }
    .banner_m button.slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
        top: 50%;
        margin: -17px 0 0 0;
    }
    .banner_m .slick-arrow:before {
        width: 45px;
        height: 45px;
        left: calc(50% - 22.5px);
        top: calc(50% - 22.5px);
    }
    .banner_m button.slick-arrow:hover:before{
        width: 50px;
        height: 50px;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
    }
    .banner_m .slick-dots {
        bottom: 0;
    }
    body .fancybox-nav span {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }
    .photo-pager {
        float: none;
        margin: 0 0 10px;
    }
    body .fancybox-opened .fancybox-title {
        padding: 10px;
    }
    /* product */
    .product-list .more {
        display: none;
    }
    /* article */
    .article-list li .name {
        width: 100%;
        max-width: unset;
    }
    .article-list li .text {
        flex-wrap: wrap;
    }
    .article-list li .name {
        padding: 0;
    }
    .article-list li .text .article_top {
        margin: 0 0 5px;
    }
    .article-sect .more {
        z-index: 30;
        position: relative;
        margin: 80px auto 0;
        top: unset;
        right: unset;
    }
    .article-sect button.slick-prev {
        right: unset;
        top: unset;
        left: calc(50% - 48px);
    }
    .article-sect button.slick-next {
        right: unset;
        left: calc(50% + 9px);
    }
}
@media screen and (max-width: 480px) {
    .about-sect .col.txt {
        padding: 60px 15px 50px;
    }
    .title span, .about-sect .title span, .article-sect .title span {
        font-size: 60px;
    }
    .news-list li {
        padding: 0 5px;
    }
    .news-slider .slick-list {
        padding: 0 20px;
    }
}