/*title*/

.about-box .title {
    position: relative;
    margin: 0 0 30px;
    text-align: left;
    display: flex;
    align-items: baseline;
}

.about-box .title span {
    position: relative;
    font-family: 'Cormorant', serif;
    font-size: 35px;
    letter-spacing: 0;
    color: #333;
    line-height: 1.2;
    padding-right: 60px;
    color: #fff;
}

.about-box .title span::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #ccc;
    left: 182px;
    bottom: 9px;
    display: none;
}

.about-box .title h2 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #333;
    line-height: 1.2;
    margin: 0;
    display: none;
}

.products-sect .title {
    position: relative;
    margin: 0 0 30px;
    text-align: center;
}

.products-sect .title span {
    position: relative;
    font-family: 'Cormorant', serif;
    font-size: 35px;
    letter-spacing: 0;
    color: #333;
    line-height: 1.2;
}

.products-sect .title span::after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #ccc;
    right: 0;
    left: 0;
    margin: 15px auto;
}

.products-sect .title h2 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #333;
    line-height: 1.2;
    margin: 0;
}

/*------------ banner ------------*/

.banner {
    margin-bottom: 135px;
}

.banner .slick-arrow {
    transition: all .3s ease;
    border: 0;
    color: transparent;
    background: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.banner .slick-arrow:hover {
    transition: all .3s ease;
}

.banner .slick-arrow:before {
    content: "";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(255, 255, 255, 0.6);
    font-size: 45px;
}

.banner .slick-prev {
    left: 10px;
}

.banner:hover .slick-prev {
    left: 0;
}

.banner .slick-prev:before {
    content: "\e100e";
}

.banner .slick-next {
    right: 10px;
}

.banner:hover .slick-next {
    right: 0;
}

.banner .slick-next:before {
    content: "\e1020";
}

.btn-scroll {
    display: block;
    width: 120px;
    height: 145px;
    left: 50%;
    bottom: -62px;
    transform: translateX(-50%);
    z-index: 50;
    position: absolute;
    transition: all 0.3s ease;
    display: none;
}

.btn-scroll .line {
    position: absolute;
    height: 90px;
    width: 5px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.btn-scroll .line::before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    display: block;
    background: #666666;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    height: 90px;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-scroll .line::after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    background: #666666;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -2px;
    transition: all 0.3s ease;
    animation: scrolling 1.5s infinite;
}

@keyframes scrolling {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(90px);
        transform: translateY(90px)
    }
}

.btn-scroll .circle {
    position: absolute;
    width: 120px;
    height: 120px;
    font-weight: 600;
    font-family: 'Cormorant', serif;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.btn-scroll .circle:root {
    --main-color: #666;
}

.btn-scroll .circle>svg {
    fill: var(--main-color);
    width: 100%;
    height: 100%;
    font-size: 50px;
    letter-spacing: 2px;
}

.btn-scroll .circle>svg:hover {
    animation: circleText 10s linear infinite;
}

@keyframes circleText {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

/*------------ site-main ------------*/

.site-main {
    position: relative;
    background: #F2F2F2;
    background: -moz-linear-gradient(bottom, #F2F2F2 0%, #fff 80%);
    background: -webkit-linear-gradient(bottom, #F2F2F2 0%, #fff 80%);
    background: linear-gradient(to bottom, #F2F2F2 0%, #fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#fff', GradientType=1);
}

/*------------ sect1 ------------*/

.sect1 {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.sect1 .container:last-of-type {
    max-width: unset;
    padding: 0;
}

/*----- news ----*/

.news-box {
    position: relative;
    top: -20px;
    margin: 0 0 20px;
    z-index: 1;
}

.news-box::before {
    content: '';
    position: absolute;
    background: url(../../images/common/index/news_shadow.png) no-repeat 50% 50%;
    width: 1424px;
    height: 61px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    z-index: -1;
}

.news-box .title {
    background: #999;
    color: #fff;
    width: 155px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    float: left;
    font-weight: bold;
    font-family: 'Cormorant', serif;
}

.news-box .news-marquee {
    background: #fefefe;
    padding: 15px;
    height: 50px;
    float: right;
    width: calc(100% - 155px);
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.2;
}

.news-marquee .date {
    display: inline-block;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    padding-right: 10px;
    margin-right: -5px;
    font-family: 'Poppins', serif;
}

.news-marquee .name {
    display: inline-block;
    color: #666;
    font-size: 16px;
    letter-spacing: 1px;
}

/*ios */

.news-marquee a {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    margin-right: 40px;
}

/*/ios*/

.news-marquee .more {
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    width: 93px;
    line-height: 50px;
    background: #999;
    overflow: hidden;
    position: absolute;
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 0;
    font-family: 'Cormorant', serif;
    z-index: 1;
}

.news-marquee .more:before {
    content: "";
    position: absolute;
    right: auto;
    left: -80px;
    bottom: -80px;
    background: #0F4C80;
    border-radius: 50%;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.news-marquee .more:hover:before {
    width: 200px;
    height: 200px;
    opacity: 1;
}

/*----- about ----*/

.about-box {
    position: relative;
    background: url(../../images/common/index/about-pic1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: calc(100% - 41px) 80%;
    background-attachment: fixed;
    /* height: 100vh; */
    display: flex;
    align-items: center;
}

.about-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(17, 45, 2, 1);
    background: -moz-linear-gradient(left, rgba(17, 45, 2, 0.9) 0%, rgba(17, 45, 2, 0) 80%);
    background: -webkit-linear-gradient(left, rgba(17, 45, 2, 0.9) 0%, rgba(17, 45, 2, 0) 80%);
    background: linear-gradient(to right, rgba(17, 45, 2, 0.9) 0%, rgba(17, 45, 2, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#112D02', endColorstr='#112D02', GradientType=1);
    display: none;
}

.about-box .pic.com {
    position: absolute;
    top: 0;
    width: 100%;
    right: 41px;
    text-align: right;
    float: right;
    margin: 0;
    height: 100%;
}

.about-box .pic.mob {
    display: none;
}

.about-box .pic.com img {
    margin: 0;
    display: none;
    object-fit: cover;
    height: 100% !important;
    max-width: inherit;
}

.about-box .pic.com::before {
    content: 'Provide people with a healthy and comfortable life';
    position: absolute;
    top: 0;
    right: -39px;
    padding: 0 10px;
    font-family: 'Roboto Condensed', serif;
    font-size: 13px;
    color: #999999;
    letter-spacing: 1px;
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-transform: uppercase;
}

.about-box .pic::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    top: 375px;
    background: #e5e5e5;
    right: -22px;
}

.about-box .text {
    padding: 150px 100px 150px 300px;
    background: transparent;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    float: left;
    z-index: 15;
    position: relative;
    left: 0;
}

.about-box .editor {
    position: relative;
    color: #868686;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 220px;
    text-align: justify
}

.about-box .more {
    position: relative;
    display: block;
    margin: 30px 0 0 auto;
    margin: 30px auto 0 0;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Cormorant', serif;
    width: 170px;
    height: 68px;
    line-height: 68px;
}

.about-box .more span {
    padding-left: 30px;
}

.about-box .more .button_svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 76px;
    height: 76px;
    margin-top: -38px;
}

/* b */

.about-box .more .button_svg path.b {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.about-box .more .button_svg .b {
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    overflow: hidden;
}

.about-box .more .button_svg path.b {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about-box .more:hover .button_svg path.b, .about-box .more:hover .button_svg path.b, .about-box .more:hover .button_svg path.b {
    stroke: #0F4C80;
}

/* f */

.about-box .more .button_svg path.f {
    fill: none;
    stroke: #999;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dashoffset: 252.378;
    stroke-dasharray: 0px, 999999px;
}

.about-box .more .button_svg path.f {
    stroke: #b3d9f8;
    stroke-dashoffset: 436;
    stroke-dasharray: 436px;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.about-box .more .button_svg path.f {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.about-box .more:hover .button_svg path.f, .about-box .more:hover .button_svg path.f, .about-box .more:hover .button_svg path.f {
    stroke-dashoffset: 0;
}

/*------------ products ------------*/

.products-sect {
    padding: 80px 0 120px;
}

.products-arrow {
    position: absolute;
    /*top: 23px;*/
    bottom: 0;
    right: 0;
    width: 85px;
}

.products-arrow:before {
    content: "";
    display: block;
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -17px 0 0 0;
}

.products-arrow button {
    border: 0;
    color: transparent;
    background: none;
    cursor: pointer;
    padding: 0;
    width: 38px;
    height: 38px;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #aaa;
    transition: all 0.3s ease;
}

.products-arrow button:hover {
    border-color: #DBDBDB;
}

.products-arrow .slick-prev {
    float: left;
}

.products-arrow .slick-next {
    float: right;
}

.products-arrow .slick-arrow:before {
    color: #AAAAAA;
    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;
    font-size: 16px;
    line-height: 38px;
    transition: all 0.3s ease;
}

.products-arrow .slick-arrow:hover:before {
    color: #DBDBDB;
}

.products-arrow .slick-prev:before {
    content: "\e100e";
}

.products-arrow .slick-next:before {
    content: "\e1020";
}

.product-list {
    margin: 0 -17px;
}

.product-list li {
    width: 20%;
    padding: 0 17px;
}

.product-list li .box {
    margin: 10px auto 0;
    max-width: 260px;
    display: block;
    box-sizing: border-box;
    position: relative;
}

.product-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
}

.product-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;
    border: 1px solid #EEEEEE;
    margin: 0 auto 3px;
    max-width: 260px;
    overflow: hidden;
}

.product-list .pic:before, .product-list .pic:after {
    position: absolute;
    display: block;
    transition: all .3s ease;
    opacity: 0;
}

.product-list .box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.product-list .box:hover .pic img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.product-list .pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(142, 181, 197, .4);
    z-index: 50;
    opacity: 0;
    transition: all .3s ease;
}

.product-list .box:hover .pic:before {
    opacity: 1;
}

.product-list .text {
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 8px 10px;
    position: relative;
}

.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.product-list li .box:hover .name {
    color: #999;
    text-decoration: underline;
}

.product-list li .box.new::before {
    content: 'NEW';
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    right: 10px;
    top: 10px;
    color: #fff;
    position: absolute;
    background: #0F4C80;
    font-family: 'Cormorant', serif;
    font-size: 13px;
    z-index: 60;
    border-radius: 50%;
}

.product-list li .box.new::after {
    content: '';
    width: 46px;
    height: 46px;
    text-align: center;
    display: block;
    right: 6px;
    top: 6px;
    position: absolute;
    border: 2px solid #0F4C80;
    z-index: 61;
    border-radius: 50%;
}

.products-sect .more {
    position: relative;
    display: block;
    margin: 50px auto 0;
    width: 188px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-family: 'Cormorant', serif;
    font-size: 20px;
    color: #333;
    border: 1px solid #333;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
}

.products-sect .more:hover {
    color: #fff;
    border-color: #0F4C80;
}

.products-sect .more:before {
    content: "";
    position: absolute;
    right: auto;
    left: -80px;
    bottom: -80px;
    background: #0F4C80;
    border-radius: 50%;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.products-sect .more:hover:before {
    width: 400px;
    height: 400px;
    opacity: 1;
}

/*------------ sect3 ------------*/

.sect3 {
    padding: 85px 0 43px;
    background: url('../../images/common/index/service-bg.jpg');
    background-size: cover;
    max-width: 1817px;
    margin: auto;
}

.sect3 .service-box {
    position: relative;
}

.service-box {
    max-width: 840px;
}

.service-box .title .more {
    float: right;
    width: 151px;
}

.sect3 .more {
    margin: 25px auto 0;
}

/*---- album ----*/

.album-sect {
    padding: 70px 0 50px;
}

.album-list {
    width: 100%;
    box-sizing: border-box;
}

.album-list li {
    width: calc((100% / 6) - 0.1px);
    padding: 0;
}

.album-list li .pic {
    overflow: hidden;
    position: relative;
    max-width: 260px;
    margin: 0 auto;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.album-list .box {
    position: relative;
}

.album-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.album-list li .pic:before, .album-list li .pic:after, .album-fancybox .slider-nav .pic:before, .album-fancybox .slider-nav .pic:after {
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
}

.album-list li .pic:before, .album-fancybox .slider-nav .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(53, 53, 38, .80);
}

.album-list li .pic:after, .album-fancybox .slider-nav .pic:after {
    content: "\e100d";
    font-size: 30px;
    color: #FFFFFF;
    z-index: 100;
    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;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}

.album-list .box:hover .pic:before, .album-list .box:hover .pic:after, .album-fancybox .slider-nav .item:hover .pic:before, .album-fancybox .slider-nav .item:hover .pic:after, .album-fancybox .slick-current .pic:before, .album-fancybox .slick-current .pic:after {
    transition: all .2s;
    opacity: 1;
}

.album-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    color: #FFFFFF;
    text-align: left;
    padding: 9px 20px;
    box-sizing: border-box;
    transition: all .2s;
}

.album-list li .name:before {
    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;
    font-size: 18px;
    color: #BDBDAE;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    content: "\e1111";
}

.album-list .box:hover .name {
    transition: all .2s;
    text-decoration: underline;
    background: rgba(0, 0, 0, 0);
}

/*---- fancybox ----*/

.album-fancybox {
    position: relative;
}

.gallery-btn {
    max-width: 620px;
    margin: 0 auto;
    text-align: right;
}

.album-fancybox .close {
    background: none;
    width: auto;
    height: auto;
    color: #FFFFFF;
    z-index: 150;
}

.album-fancybox .slick-arrow {
    background: transparent;
    border: 0;
    color: transparent;
}

.album-fancybox .close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 7px 5px;
    font-size: 35px;
    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;
}

.album-fancybox .close:hover {
    color: #DCDDD5;
}

.album-fancybox .stage {
    background: #CECEBF;
    max-width: 620px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 10px 20px;
}

.album-fancybox .slick-arrow {
    width: 39px;
    height: 55px;
    background: url('../../images/common/album/arrow.png');
    position: absolute;
    top: 50%;
    margin-top: -23px;
    background-position: 0 100%;
    cursor: pointer;
}

.album-fancybox .slick-arrow:hover {
    background-position: 0 0;
}

.album-fancybox .slick-prev {
    left: -60px;
}

.album-fancybox .slick-next {
    right: -60px;
    transform: rotate(180deg);
}

.album-fancybox .title-box {
    margin: 3px 0 0 0;
    color: #2F2F2F;
}

.album-fancybox .title-box .title {
    margin: 0 0 10px 0;
    font-size: 14px;
    padding: 8px 10px;
    color: #FFFFFF;
    background: #1B1B1B;
    font-weight: normal;
}

.album-fancybox .title-box .title i {
    font-size: 18px;
    color: #BDBDAE;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}

.album-fancybox .gallery-page {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    margin: 10px 0 50px;
}

.album-fancybox .gallery-page .current {
    font-weight: bold;
    color: #FFEEBF;
    display: inline-block;
    margin: 0 3px;
    text-decoration: underline;
}

.album-fancybox .thumbnails {
    padding: 15px;
    background: #CECEBF;
    max-width: 750px;
    box-sizing: border-box;
}

.album-fancybox .slider-nav {
    margin: 0 -15px;
}

.album-fancybox .slider-nav .item {
    padding: 0 15px;
    cursor: pointer;
    outline: 0;
}

.album-fancybox .slider-nav .pic {
    max-width: 158px;
    position: relative;
    margin: 0 auto;
}

/*---- service ----*/

.service-box .editor {}

/*---- links ----*/

.links-sect {
    padding: 40px 0;
}

.links-list li {
    width: 16.66%;
}

.links-list li:nth-child(6n+1) {
    clear: both;
}

.links-list .box {
    position: relative;
    max-width: 210px;
    margin: 0 auto 40px;
}

.links-list a.cover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 0;
    z-index: 30;
}

.links-list .name {
    color: #464637;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1800px) {
    .about-box .text {
        padding: 150px 100px 150px 180px;
    }
}

@media screen and (max-width: 1700px) {
    .about-box .text {
        padding: 150px 100px 150px 130px;
    }
}

@media screen and (max-width: 1600px) {
    .about-box .text {
        padding: 150px 100px 150px 80px;
    }
}

@media screen and (max-width: 1500px) {
    .sect3 .albums-box, .sect3 .service-box {
        width: auto;
        float: none;
        padding: 0;
    }

    .sect3 .albums-box {
        margin: 0 0 70px;
    }

    .album-list li:nth-child(6n+1) {
        clear: left;
    }

    .album-list li:nth-child(3n+1) {
        clear: none;
    }

    .album-list li {
        width: calc(100% / 6);
    }

    .about-box .text {
        max-width: 100%;
        float: none;
        margin: 0;
        padding: 100px 80px 100px 30px;
        width: 40%;
        bottom: 0;
    }
}

@media screen and (max-width: 1280px) {
    .sect1 {
        padding: 0;
    }

    .about-box .pic {
        position: static;
        margin: 0 auto;
    }

    .album-list {
        max-width: 780px;
        margin: 0 auto;
    }

    .album-list li:nth-child(3n+1) {
        clear: left;
    }

    .album-list li {
        width: calc((100% / 3) - 0.1px);
    }
}

@media screen and (max-width: 1024px) {
    .about-box .title {
        margin: 0 0 20px;
    }

    .about-box .title span, .service-box .title span {
        margin-left: 0;
        font-size: 30px;
        padding-right: 50px;
    }

    .about-box .title span::before {
        left: 155px;
    }

    .about-box .title h2 {
        font-size: 18px;
    }

    .products-sect .title h2 {
        font-size: 18px;
    }

    .products-sect .title span {
        font-size: 30px;
    }

    .banner .slick-arrow:before {
        font-size: 30px;
    }

    .banner {
        margin-bottom: 100px;
    }

    .news-box::before {
        display: none;
    }

    .about-box {
        background-position: 50% 50%;
        background-attachment: unset;
        display: flex;
        padding: 100px 0;
    }

    .about-box .text {
        width: 100%;
        float: none;
        margin: 0;
        bottom: 0;
        padding: 50px;
    }

    .about-box .editor {
        font-size: 15px;
        -webkit-line-clamp: initial;
        height: auto;
    }

    .about-box .pic.com {
        display: none;
    }

    .about-box .pic.mob {
        display: block;
        position: relative;
        width: calc(100% - 35px);
        left: -17.5px;
        display: none;
    }

    .about-box .pic.com::before {
        display: none;
    }

    .about-box .more {
        position: relative;
        display: block;
    }

    .products-sect {
        padding: 80px 0;
    }

    .banner .slick-arrow {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 43.5%;
        transform: translateY(-50%);
    }

    .about-box .pic.mob::before {
        content: 'AIR x HEALTHY x VITALITY';
        position: absolute;
        top: 0;
        right: -35px;
        padding: 0 10px;
        font-family: 'Roboto Condensed', serif;
        font-size: 13px;
        color: #999999;
        letter-spacing: 1px;
        line-height: 1.2;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        text-transform: uppercase;
    }

    .about-box .pic::after {
        top: 215px;
    }

    .btn-scroll {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-arrow:before {
        font-size: 18px;
    }

    .banner .slick-arrow {
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

    .banner {
        margin-bottom: 70px;
    }

    .news-marquee .name, .news-marquee .date {
        font-size: 15px;
    }

    .banner .slick-prev {
        left: 15px;
    }

    .banner:hover .slick-prev {
        left: 5px;
    }

    .banner .slick-next {
        right: 25px;
    }

    .banner:hover .slick-next {
        right: 15px;
    }
}

@media screen and (max-width: 600px) {
    .news-box .title, .news-box .news-marquee {
        float: none;
        width: auto;
        height: 50px;
        line-height: 50px;
        text-align: left;
        padding-left: 30px;
    }

    .news-marquee .more {
        line-height: 48px;
        background: #fff;
        color: #999;
        border: 1px solid #999;
    }

    .news-box .news-marquee {
        padding: 0 10px;
    }

    .news-marquee .date, .news-marquee .name {
        line-height: 1.2;
    }

    .about-box .text {
        padding: 50px 20px;
        margin: -15px 0 0 15px;
    }

    .products-sect .title {
        padding-bottom: 40px;
    }

    .products-arrow {
        left: 50%;
        top: 108px;
        margin: 0 0 0 -42.5px;
        height: 45px;
    }

    .news-marquee .more:hover {
        color: #fff;
    }

    .products-sect .title span::after {
        height: 20px;
        margin: 10px auto;
    }
}

@media screen and (max-width: 480px) {
    .album-list li {
        width: 100%;
        padding: 0 0 20px;
    }
}