/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner {
    position: relative;
    background: url('../../images/common/index/brand-bg.jpg') repeat;
}
.banner > .slider {
    max-width: 1903px;
    margin-left: auto;
    margin-right: auto;
}
.banner .slick-arrow {
    position: absolute;
    width: 49px;
    height: 89px;
    display: block;
    border: 0;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    cursor: pointer;
    background: transparent;
}
.banner .slick-prev {
    left: 50px;
    background: url('../../images/common/index/arrow-left.svg');
}
.banner .slick-prev:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url('../../images/common/index/arrow-left-hover.svg');
    width: 49px;
    height: 89px;
    transition: all .3s ease;
    opacity: 0;
}
.banner .slick-prev:hover:before {
    opacity: 1;
}
.banner .slick-next {
    right: 50px;
    background: url('../../images/common/index/arrow-right.svg');
}
.banner .slick-next:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url('../../images/common/index/arrow-right-hover.svg');
    width: 49px;
    height: 89px;
    transition: all .3s ease;
    opacity: 0;
}
.banner .slick-next:hover:before {
    opacity: 1;
}
.banner img{
    min-height:96px;
    max-height: unset;
    width: auto;
}
/*------------ effects ------------*/
@keyframes downtoUp {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}
.downtoUp {
    animation: downtoUp 1s  forwards;
    opacity: 0;
}
@keyframes flipInY {
    0% {
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0; 
    }
    40% {
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg); 
    }
    60% {
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1; 
    }
    80% {
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg); 
    }
    100% {
      transform: perspective(400px); } 
}
.flipInY{
    animation: flipInY 1s forwards;
}
@keyframes jello {
    from, 11.1%, to {
      transform: none; 
    }
    22.2% {
      transform: skewX(-12.5deg) skewY(-12.5deg); 
    }
    33.3% {
      transform: skewX(6.25deg) skewY(6.25deg); 
    }
    44.4% {
      transform: skewX(-3.125deg) skewY(-3.125deg); 
    }
    55.5% {
      transform: skewX(1.5625deg) skewY(1.5625deg); 
    }
    66.6% {
      transform: skewX(-0.78125deg) skewY(-0.78125deg); 
    }
    77.7% {
      transform: skewX(0.39063deg) skewY(0.39063deg); 
    }
    88.8% {
      transform: skewX(-0.19531deg) skewY(-0.19531deg); 
    } 
}
.jello{
    animation: jello .8s forwards;
}
@keyframes tada {
    from {
      transform: scale3d(1, 1, 1); 
    }
    10%, 20% {
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); 
    }
    30%, 50%, 70%, 90% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); 
    }
    40%, 60%, 80% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); 
    }
    to {
      transform: scale3d(1, 1, 1); } 
}
.tada{
    animation: tada .8s forwards;
}
@keyframes fadeInN {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
}
.fadeInN{
    animation: fadeInN 1s forwards;
}
/*------------ sect01 ------------*/
.sect01 {
    padding: 50px 0 154px;
    background: url('../../images/common/index/brand-bg.jpg') repeat;
}
.brand-box .title{
    background: url('../../images/common/index/b-title.png') no-repeat;
    width: 276px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 25px;
    padding-left: 49px;
    margin-bottom: 29px;
}
.brand-box .title h2{
    font-family: 'Noto Serif TC', serif;
    color: #FFFFFF;
    font-size: 35px;
    margin: 0;
    letter-spacing: 12px;
}
.brand-box .title span{
    font-family: 'Noto Serif TC', serif;
    color: #151413;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 6px;
}
/*------------ sect02 ------------*/
.sect02 {
    margin-bottom: 35px;
}
.sect02 .container {
    max-width: 1200px;
}
.p-top{
    padding-top: 130px;
    background: url('../../images/common/index/p-title-bg.jpg');
    height: 419px;
    background-size: cover;
    box-sizing: border-box;
    position: relative; 
}
.p-top .title{
    background: url('../../images/common/index/p-title-4.png') no-repeat;
    width: 198px;
    height: 132px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 70px;
    padding-left: 10px;
    margin-bottom: 45px;
    z-index: 2;
    position: relative;
}
.p-top .title h2{
    font-family: 'Noto Serif TC', serif;
    color: #FFFFFF;
    font-size: 35px;
    margin: 0;
    letter-spacing: 12px;
}
.p-top .title span{
    font-family: 'Noto Serif TC', serif;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 27px;
}
.p-top .p-title-1{
    width: 671px;
    height: 573px;
    position: absolute;
    left: calc(50% - 335.5px);
    top: -44px;
    z-index: 1;
    pointer-events: unset;
}
.p-top .p-title-2{
    width: 357px;
    height: 171px;
    position: absolute;
    left: calc(50% - 610px);
    bottom: 0px;
}
.p-top .p-title-3{
    width: 267px;
    height: 187px;
    position: absolute;
    right: calc(50% - 723px);
    top: -94px;
}
.p-top .p-title-3:hover{
    animation: jello 1s ;
}
.sect02 .more {
    position: absolute;
    transition: all .3s ease;
    padding-bottom: 5px;
    right: 104px;
    top: 48px;
}
.sect02 .more:hover {
    color: #CB1D1C;
}
.sect02 .more:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
}
.sect02 .more:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #CB1D1C;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
}
.sect02 .more:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #CB1D1C;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
}
.sect02 .products-box{
    position: relative;
    padding-top: 98px;
    padding-bottom: 23px;
}
.sect02 .products-box:before{
    content: "";
    background:linear-gradient(to bottom,rgba(2555,255,255,0),rgba(2555,255,255,0),rgba(2555,255,255,0),rgba(2555,255,255,0.5),rgba(2555,255,255,1)), url('../../images/common/index/p-list-bg.jpg') no-repeat;
    width: 1920px;
    height: 380px;
    position: absolute;
    left: calc(50% - 960px);
    top: 0;
    z-index: -1;
}
.sect02 .products-box:after{
    content: "";
    background: #EDEDED;
    width: 1200px;
    height: 1px;
    position: absolute;
    left: calc(50% - 600px);
    bottom: 0;
    z-index: -1;
}
/*------------ products ------------*/
.hot-arrow{
    position: absolute;
    top: 45px;
    right: -15px;
    width: 90px;
}
.hot-arrow .slick-arrow{
    width: 40px;
    height: 40px;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../images/common/index/arrow2.png');
    left: 0;
}
.hot-arrow .slick-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
}
.hot-arrow .slick-arrow:hover {
    background-position: 0 100%;
}
.product-list .slick-track{
    padding-top: 30px;
}
.product-list {
    margin: 0 -40px;
}
.product-list li{
    width: 33%;
    padding: 0 10px;
}
.product-list li .box {
    max-width: 368px;
    margin: 0 auto;
    padding: 0px 0px 0px;
    background: transparent;
    box-sizing: border-box;
    transition: all .3s ease;
    display: block;
    position: relative;
}
.product-list li .box .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.product-list .pic {
    max-width: 368px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    overflow:hidden;
}
.product-list .pic img {
    transform: scale(1);
    transition: all 0.8s ease;
}
.product-list .box:hover .pic img {
    transform: scale(1.1);
}
.product-list .name{
    line-height: 1.2;
    color: #333333;
    font-size: 24px;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 22px 0 20px;
    font-family: 'Noto Serif TC', serif;
}
.product-list li .description {
    font-size: 16px;
    line-height: 1.5;
    color: #626262;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px;
    margin: 10px 0 5px;
}
.product-list .text{
    max-width: 280px;
    margin: 0 auto;
}
.product-list .btn {
    background: #9C9C9C;
    color: #fff;
    display: block;
    padding: 16px 10px;
    font-size: 15px;
    letter-spacing: 2px;
    transition: all .2s;
}
.product-list .box:hover .btn{
    background: #000;
    color: #fff;
    transition: all .2s;
}
.product-list li .box.new:before{
    content: '';
    display: block;
    width: 60px;
    height: 55px;
    position: absolute;
    top: -30px;
    z-index: 15;
    left: 30px;
    background: url(../../images/common/products/new-tag.png);
}
.c-arrow {
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #44546A;
    position: relative;
    vertical-align: middle
}
.c-arrow::before,.c-arrow:after {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #44546A;
    position: absolute;
    right: 0
}
.c-arrow:before {
    transform: rotate(45deg);
    top: -2px
}
.c-arrow:after {
    transform: rotate(-45deg);
    bottom: -2px
}
.c-btn--03 {
    display: block;
    margin: 18px 0 0;
    display: block;
    margin-left: auto;
}
.c-btn--03 .c-btn--03-box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.c-btn--03 .c-btn--03-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 36px
}
.c-btn--03 .c-btn--03-box .circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
    box-shadow: inset 0 0 0 1px #44546A
}
.c-btn--03 .c-btn--03-box span {
    position: absolute;
    overflow: hidden;
    width: 50%;
    height: 100%
}
.c-btn--03 .c-btn--03-box span:before {
    content: "";
    position: absolute
}
.c-btn--03 .c-btn--03-box span.cover1 {
    left: 50%
}
.c-btn--03 .c-btn--03-box span.cover2 {
    width: 50.5%
}
.c-btn--03 .c-btn--03-box .c-arrow {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: transform .2s;
}
.c-btn--03 .c-btn--03-box p {
    font-size: 15px;
    color: #333333;
    margin-left: 12px
}
.product-list .box:hover  .c-btn--03-box {
    opacity: 1
}
.product-list .box:hover  .circle {
    box-shadow: inset 0 0 0 1px #D81C25
}
.c-btn--03 .c-btn--03-box:hover .c-arrow {
    background: #D81C25
}
.product-list .box:hover  .c-arrow:before,
.product-list .box:hover  .c-arrow:after {
    background: #D81C25
}
.product-list .box:hover .c-btn--03-box p {
    color: #D81C25
}
.product-list .box:hover .c-arrow {
    background-color: #D81C25;
}
.product-list .box:hover .c-btn--03-box span.cover1:before {
    width: 100%;
    height: 200%;
    transform-origin: 0 25%;
    background: #FBFAF8;
     animation: draw .15s linear forwards
}
.product-list .box:hover .c-btn--03-box span.cover2:before {
    left: -10%;
    width: 110%;
    height: 120%;
    transform-origin: 100% 40%;
    background: #FBFAF8;
    animation: draw 0.7s cubic-bezier(0.05, 1.03, 0.86, 1.01) 0.09s forwards
}
.product-list .box:hover .c-arrow {
    transform: translateX(3px)
}
@-webkit-keyframes draw {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(180deg)
    }
}
@keyframes draw {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(180deg)
    }
}
/*------------ sect03 ------------*/
.sect03 {
    padding: 41px 0 60px;
    position: relative;
}
.sect03:before {
    content: "";
    background: url(../../images/common/index/sect03-bg.png);
    width: 1920px;
    height: 350px;
    position: absolute;
    left: calc(50% - 960px);
    bottom: 0;
}
/*------------ news ------------*/
.news-box {
    float: left;
    width: 52%;
    position: relative;
    padding-left: 112px;
}
.news-box .title{
    background: url('../../images/common/index/n-title.png') no-repeat;
    width: 292px;
    height: 79px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 0;
    padding-left: 54px;
    margin-bottom: 23px;
}
.news-box .title h2{
    font-family: 'Noto Serif TC', serif;
    color: #FFFFFF;
    font-size: 35px;
    margin: 0;
    letter-spacing: 12px;
    line-height: 51px;
    margin-bottom: 5px;
}
.news-box .title span{
    font-family: 'Noto Serif TC', serif;
    color: #151413;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 29px;
}
.news-box .c-btn--03 {
    position: absolute;
    right: 0;
    top: 12px;
}
.news-box .c-btn--03-box:hover {
    opacity: 1
}
.news-box .c-btn--03-box:hover  .circle {
    box-shadow: inset 0 0 0 1px #D81C25
}
.news-box .c-btn--03-box:hover .c-arrow {
    background: #D81C25
}
.news-box .c-btn--03-box:hover  .c-arrow:before,
.news-box .c-btn--03-box:hover  .c-arrow:after {
    background: #D81C25
}
.news-box .c-btn--03-box:hover p {
    color: #D81C25
}
.news-box .c-btn--03-box:hover .c-arrow {
    background-color: #D81C25;
}
.news-box .c-btn--03-box:hover span.cover1:before {
    width: 100%;
    height: 200%;
    transform-origin: 0 25%;
    background: #FBFAF8;
     animation: draw .15s linear forwards
}
.news-box .c-btn--03-box:hover span.cover2:before {
    left: -10%;
    width: 110%;
    height: 120%;
    transform-origin: 100% 40%;
    background: #FBFAF8;
    animation: draw 0.7s cubic-bezier(0.05, 1.03, 0.86, 1.01) 0.09s forwards
}
.news-box .c-btn--03-box:hover .c-arrow {
    transform: translateX(3px)
}
.news-box .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    width: 100%;
    bottom: 0px;
    margin-top: 25px;
    z-index: 100;
}
.news-box .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: auto;
    padding: 0;
}
.news-box .slick-dots button {
    background: #999999;
    border: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    padding:0;
}
.news-box .slick-active button {
    background: #CB1D1C;
}
.news-list {
    margin: 0 -10px;
}
.news-list .slick-track{
    padding-bottom: 10px;
}
.news-list li {
    width: 50%;
    padding: 0 10px;
}
.news-list li .box {
    transition: all .3s ease;
    background: #fff;
    position: relative;
    max-width: 290px;
    margin: 0 auto;
    box-sizing: border-box;
}
.news-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.news-list li .pic {
    position: relative;
    box-sizing: border-box;
    overflow:hidden;
}
.news-list .pic img {
    transform: scale(1);
    transition: all 0.8s ease;
}
.news-list .box:hover .pic img {
    transform: scale(1.1);
}
.news-list .pic:before ,.news-list .pic:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: auto;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    z-index: 1;
}
.news-list .pic:before{
    background: url('../../images/common/news/icon_plus.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    background-color: #CB1D1C;
}
.news-list .pic:after{
   width: 40px;
   height: 40px;
   border:1px solid #CB1D1C;
}
.news-list .box:hover .pic:before, 
.news-list .box:hover .pic:after {
    opacity: 1;
    transform: scale(1) translate(0, -50%);
}
.news-list li .date {
    position: absolute;
    width: 118px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    background: #CB1D1C;
    font-size: 15px;
    text-align: center;
    left: calc(50% - 59px);
    bottom: 0;
    z-index: 15;
    letter-spacing: 2px;
}
.news-list li .name {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}
.news-list li .text{
    padding: 20px 15px;
}
.news-list .news-bg{
    background: rgba(203, 29, 28, 0.2);
    transition: all .3s ease;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.news-list .box:hover .news-bg{
    opacity: 1;
}
.news-list .box:hover{
    box-shadow: 5px 5px 5px #ddd;
}
/*------------ about ------------*/
.about-box {
    float: right;
    width: 48%;
    position: relative;
    padding: 0 0 0 84px;
}
.about-box .a-row{
    display: flex;
    margin-top: 24px;
}
.about-box .a-col:nth-child(1){
    box-sizing: border-box;
    width: 95px;
}
.about-box .a-col:nth-child(2){
    box-sizing: border-box;
    width: calc(100% - 95px);
    padding-left: 35px; 
}
.about-box .title{
    background: url('../../images/common/index/a-title.png') no-repeat;
    width: 95px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 0;
    padding-left: 0px;
    margin-bottom: 0px;
}
.about-box .title h2{
    font-family: 'Noto Serif TC', serif;
    color: #7c3a37;
    font-size: 35px;
    margin: 0;
    letter-spacing: 12px;
    line-height: 48px;
    margin-bottom: 0;
    writing-mode: vertical-lr;
    margin-left: 43px;
    padding-top: 10px;
}
.about-box .title span{
    font-family: 'Noto Serif TC', serif;
    color: #666;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 29px;
    writing-mode: vertical-lr;
    position: absolute;
    white-space: nowrap;
    top: 11px;
    left: -20px;
}
.about-box .more {
    transition: all .3s ease;
    padding-bottom: 5px;
    position: relative;
    padding-bottom: 12px;
    display: block;
}
.about-box .more:hover {
    color: #CB1D1C;
}
.about-box .more:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ECECEC;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
}
.about-box .more:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #CB1D1C;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
}
.about-box .more:hover:after {
    content: "";
    width: 65px;
    height: 1px;
    background: #CB1D1C;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
}
/*------------ rwd ------------*/
@media screen and (min-width: 1920px) { 
    .sect02 .products-box:before{
        width: 100vw;    
        left: calc(50% - 50vw);
        object-fit: none;
        background-size: cover;
    }
}
@media screen and (max-width: 1500px) {
    .p-top .p-title-3{
        right: 20px;      
    }
    .news-box {
        padding-left: 0;
    }

}
@media screen and (max-width: 1280px) {
    .p-top .p-title-2{
        width: 190px;
        height: 92px;
        bottom: 0px;
        left: 10px;
    }
    .p-top .p-title-3{
        width: 150px;
        height: 110px;
        top: -53px;    
        right: 10px;   
    }
    .product-list {
        margin: 0 -10px;
    }
    .news-box,
    .about-box{
        float: none;
        width: 100%;
    }
    .news-box,
    .about-box {
        max-width: 800px;
        margin: 0 auto;
    }
    .news-list {
        margin: 0 -10px;
    }
    .about-box {
        padding: 25px 0 0 0;
    }
}
@media screen and (max-width: 1100px) {
    .sect01 {
        padding: 30px 0 75px;
    }
    .brand-box .title{
        background: url('../../images/common/index/b-title-m.png') no-repeat;
        width: 240px;
        height: 96px;
        padding-top: 25px;
        padding-left: 46px;
        margin-bottom: 30px;
    }
    .brand-box .title h2{
        font-size: 28px;
    }
    .brand-box .title span{
        letter-spacing: 1px;
        padding-left: 0px;
    }
    .sect02 .products-box{
        padding-top:104px;
    }
    .p-top{
        padding-top: 40px;
        height: 246px;
        background: linear-gradient(to bottom,rgb(58 35 0 / 40%),rgb(104 62 0 / 40%)), url(../../images/common/index/p-title-bg.jpg);
    }
    .p-top .p-title-1{
        width: 400px;
        left: calc(50% - 200px);
        top: 184px;
        height: 328px;
        display: none;
    }
    .hot-arrow{
        top: 73px;
        right: unset;
        left: calc(50% - 45px);
    }
    .sect02 .products-box > .more {
        right: unset;
        left: calc(50% - 30.5px);
        top: 17px;
    }
    .p-top .title{
        background: url('../../images/common/index/p-title-4-m.png') no-repeat;
        width: 163px;
        height: 109px;
        padding-top: 59px;
        padding-left: 8px;
        white-space: nowrap;
    }
    .p-top .title h2{
        font-size: 28px;
    }
    .p-top .title span{
        letter-spacing: 1px;
        padding-left: 16px;
    }
    .sect03 {
        padding-top: 10px;
    }
    .news-box .c-btn--03 {
        right: calc(50% - 55px);
        top: 75px;
    }
    .news-box .title{
        background: url('../../images/common/index/n-title-m.png') no-repeat;
        width: 258px;
        height: 71px;
        margin-bottom: 80px;
    }
    .news-box .title h2{
        font-size: 28px;
        line-height: 47px;
    }
    .news-box .title span{
        letter-spacing: 1px;
        padding-left: 19px;
    }
    .news-box .slick-dots {
        margin-top: 10px;
    }
    .about-box .a-col:nth-child(2){
        padding-left: 24px;
    }
    .about-box .title h2{
        font-size: 28px;
        line-height: 45px;
        letter-spacing: 22px;
        white-space: nowrap;
    }
    .about-box .title span{
        letter-spacing: 1px;
        padding-left: 26px;
    }
}
@media screen and (max-width: 767px) {
    .banner .slick-prev {
        left: 5px;
    }
    .banner .slick-next {
        left: auto;
        right: 5px;
    }
    .p-top .p-title-1{
        width: 300px;
        left: calc(50% - 150px);
        top: 190px;
        height: 249px;
    }
    /* .sect02 .products-box > .more {
        top: 211px;
    }
    .sect02 .hot-arrow{
        top: 266px;
    }
    .sect02 .products-box{
        padding-top: 305px;
    } */
}
@media screen and (max-width: 550px) {
    .p-top .p-title-2 {
        display: none;
     }
     .p-top{
        height: 208px;
    }
}
