/*------------ wrapper ------------*/
.wrapper {
    background: #fff;
    position: relative;
}
.title span{
    color: #FFF;
    font-family: 'League Spartan', sans-serif;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
}
.title div{
    color: #ffff78;
    font-size: 32px;
    line-height: 32px;
    position: relative;
    margin-top: 6px;
    font-weight: bold;
    letter-spacing: 1px;
}

.more{
    width: 190px;
    height: 60px;
    border-radius: 30px;
    transition: all .3s ease;
    color: #FFF;
    background: #363636;
    z-index: 0;
    padding-left: 30px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 60px;
    font-family: 'League Spartan', sans-serif;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}
.more:before{
    content: "";
    background: #ffff78;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    z-index: -1;
}
.more:hover:before{
    width: 100%;
}
.more:after{
    font-family: 'icon-font' !important;
    content: "\f105";
    color: #ffffff;
    position: absolute;
    left: calc(50% + 44px);
    top: calc(50% - 8px);
    transition: all .3s ease;
    font-size: 27px;
    line-height: 15px;
}
.more:hover:after{
    left: calc(50% + 49px);
}
.more:hover{
    box-shadow: 0px 5px 20px 0px #00000033;
    background: transparent;
    color: #333;
}
.more:hover:after{
    color: #333;
}


/*------------ banner ------------*/
.banner_m {
    display: none;
}
.banner:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 109px;
    background: url(../../images/common/bg/bg1-4.png) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.banner button.slick-arrow {
    width: 63px;
    height: 63px;
    line-height: 63px;
    position: absolute;
    top: 45%;
    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 .6s ease;
    background: #FFF;
    border-radius: 50%; 
    box-shadow: 0px 0px 15px 0px #00000075;
}
.banner button.slick-prev {
    left: 35px;
    opacity: 0;
}
.banner button.slick-prev:hover {
    opacity: 1;
}
.banner button.slick-next {
    right: 35px;
    opacity: 0;
}
.banner button.slick-next:hover {
    opacity: 1;
}
.banner button.slick-arrow div {
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    transition: all .6s ease;
}
.banner button.slick-arrow.slick-prev div:before {
    font-family: 'icon-font' !important;
    content: "\f104";
    color: #333366;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 9px);
    transition: all .6s ease;
    font-size: 33px;
    line-height: 15px;
}
.banner button.slick-arrow.slick-prev:hover div{
    left: calc(50% - 20px);
} 
.banner button.slick-arrow.slick-prev:hover div:before{
    color: #333;
} 
.banner button.slick-arrow.slick-next div:before {
    font-family: 'icon-font' !important;
    content: "\f105";
    color: #333366;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 9px);
    transition: all .6s ease;
    font-size: 33px;
    line-height: 15px;
}
.banner button.slick-arrow.slick-next:hover div{
    left: calc(50% - 10px);
} 
.banner button.slick-arrow.slick-next:hover div:before{
    color: #333;
} 
.banner button.slick-arrow:hover{
    background: #FFFF78;
} 
.btn-scroll {
    display: block;
    width: 113px;
    height: 85px;
    left: calc(50% - 56.5px);
    bottom: 0;
    margin: 0 0 0 0;
    position: absolute;
    background: transparent;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    font-family: 'League Spartan', sans-serif;
    z-index: 2;
    font-weight: normal;
    white-space: nowrap;
    transition: all .3s ease;
}
.btn-scroll:before {
    content: "";
    width: 1px;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
    transition: all .3s ease;
    background: rgba(255,255,255,0.7);
}
.btn-scroll:after {
    content: "";
    width: 1px;
    height: 0px;
    position: absolute;
    top: 30px;
    left: calc(50% - 1px);
    transition: all .3s ease;
    background: #FFFF78;  
}
.btn-scroll:hover:after {
    height: 55px;
}
.btn-scroll:hover{
    color:rgba(255,255,255,0.7)
}
.sub-banner-sect{
    background: linear-gradient(180deg, white, #cccccc);
    padding-bottom: 30px;
}
.banner-sub_m{
    display: none;
}
.banner-sub button.slick-arrow {
    width: 63px;
    height: 63px;
    line-height: 63px;
    position: absolute;
    top: calc(50% - 32px);
    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 .6s ease;
    background: #FFF;
    border-radius: 50%; 
    box-shadow: 0px 0px 15px 0px #00000075;
}
.banner-sub button.slick-prev {
    left: 35px;
    opacity: 0;
}
.banner-sub button.slick-prev:hover {
    opacity: 1;
}
.banner-sub button.slick-next {
    right: 35px;
    opacity: 0;
}
.banner-sub button.slick-next:hover {
    opacity: 1;
}
.banner-sub button.slick-arrow div {
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    transition: all .6s ease;
}
.banner-sub button.slick-arrow.slick-prev div:before {
    font-family: 'icon-font' !important;
    content: "\f104";
    color: #333366;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 9px);
    transition: all .6s ease;
    font-size: 33px;
    line-height: 15px;
}
.banner-sub button.slick-arrow.slick-prev:hover div{
    left: calc(50% - 20px);
} 
.banner-sub button.slick-arrow.slick-prev:hover div:before{
    color: #333;
} 
.banner-sub button.slick-arrow.slick-next div:before {
    font-family: 'icon-font' !important;
    content: "\f105";
    color: #333366;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 9px);
    transition: all .6s ease;
    font-size: 33px;
    line-height: 15px;
}
.banner-sub button.slick-arrow.slick-next:hover div{
    left: calc(50% - 10px);
} 
.banner-sub button.slick-arrow.slick-next:hover div:before{
    color: #333;
} 
.banner-sub button.slick-arrow:hover{
    background: #FFFF78;
} 
/*------------ number ------------*/
.number-sect{
    padding-top: 60px;
    padding-bottom: 30px;
}
.number-sect .n-row{
    display: flex;
}
.number-sect .n-col{
    width: 25%;
    position: relative;
}
.number-sect .n-col + .n-col:before{
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 16px;
    background: #D6D6D6;
}
.number-sect .n-box{
    max-width: 220px;
    padding-left: 60px;
    padding-right: 20px;
    position: relative;
}
.number-sect .n-col:nth-child(1) .n-box{
    margin-right: auto;
}
.number-sect .n-col:nth-child(2) .n-box,
.number-sect .n-col:nth-child(3) .n-box{
    margin-left: calc(50% - 100px);
    max-width: 170px;
}
.number-sect .n-col:nth-child(4) .n-box{
    margin-left: auto;
}
.number-sect .n-col:nth-child(1) .n-box:before{
    content: "";
    background: url(../../images/common/index/n-icon-1.svg);
    width: 39px;
    height: 52px;
    position: absolute;
    left: 7px;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.number-sect .n-col:nth-child(2) .n-box:before{
    content: "";
    background: url(../../images/common/index/n-icon-2.svg);
    width: 50px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.number-sect .n-col:nth-child(3) .n-box:before{
    content: "";
    background: url(../../images/common/index/n-icon-3.svg);
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.number-sect .n-col:nth-child(4) .n-box:before{
    content: "";
    background: url(../../images/common/index/n-icon-4.svg);
    width: 41px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.number-sect .n-number{
    font-family: 'League Spartan', sans-serif;
    color: #363636;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 2px;
    font-weight: bold;
}
.number-sect .n-title{
    color: #545454;
    font-size: 16px;
    line-height: 21px;
}
/*------------ about ------------*/
.about-sect{
    margin-top: 0;
    min-height: 641px;
    background: linear-gradient(5deg, #dddddd, #cbcbcb);
}
.more.about-more{
    font-family: "微軟正黑體";
    font-size: 18px;
    background: #FFFF78;
    color: #333;
}
.more.about-more:before{
    background: #363636;
}
.more.about-more:after{
    color: #333;
}
.more.about-more:hover{
    color: #FFFF78;
}
.more.about-more:hover:after{
    color: #FFFF78;
}
.about-sect .a-row{
    display: flex;
}
.about-sect .a-col:nth-child(1){
    width: 50%;
    box-sizing: border-box;
    position: relative;
}
.about-sect .a-col:nth-child(2){
    width: 50%;
    box-sizing: border-box;
    position: relative;
    padding-left: 95px;
    padding-top: 35px;
    z-index: 0;
}
.about-sect .a-pic1{
    background: url(../../images/common/index/index-about-1.jpg);
    width: 961px;
    height: 641px;
    position: absolute;
    left: -304px;
    top: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-filter: saturate(0.7);
}
.about-sect .title{
    text-align: left;
    margin-bottom: 30px;
}
.about-sect .title div{
    color: #ffff78;
}
.about-sect .title span:before{
    content: "";
    background: #FFF;
    width: 182px;
    height: 1px;
    position: absolute;
    right: -198px;
    top: 11px;
}
.about-sect .title span{
    color: #FFF;
}
.about-sect article.editor{
    height: 322px;
    overflow: hidden;
    margin-bottom: 50px;
}
.about-bg-word {
    display: block;
    position: absolute;
    bottom: -38px;
    left: 0;
    color: #c9c9c9;
    font-size: 130px;
    line-height: 130px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 900;
    transform: translateX(0);
    animation: bg-animation-first 10s 0s linear infinite normal;
    white-space: nowrap;
    z-index: -1;
}
@keyframes bg-animation-first {
    0% {
        transform: translate(0px, 0);
    }
    100% {
        transform: translate(-941px, 0);
    }
}
/*------------ news ------------*/
.news-sect {
    padding-bottom: 230px;
    position: relative;
    background: linear-gradient(180deg, #999999, white);
}
.news-sect:before {
    content: "";
    background:linear-gradient(to bottom,rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../../images/common/index/index-news-bg-1.jpg);
    width: 1920px;
    height: 400px;
    position: absolute;
    left: calc(50% - 960px);
    bottom: 0;
    background-attachment: fixed;
    background-size: cover;
    -webkit-filter: saturate(0.7);
}
.news-sect .title {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative;
}
.news-sect .title div {
    color: #ffff78;
}
.news-sect .title:before {
    content: "NEWS";
    font-family: 'League Spartan', sans-serif;
    font-size: 140px;
    line-height: 140px;
    color: #c1c1c1;
    font-weight: 900;
    position: absolute;
    width: 410px;
    height: 125px;
    left: calc(50% - 205px);
    bottom: 7px;
    white-space: nowrap;
}
.news-sect .title span{
    color: #FFF;
}
.news-sect .title span:before {
    content: "";
    background: #FFF;
    width: 1px;
    height: 55px;
    position: absolute;
    right: unset;
    top: -66px;
    left: calc(50% - 1px);
}
.news-list {
    max-width: 1350px;
    margin: 0 auto;
    margin-left: -25px;
    margin-right: -25px;
}
.news-list li {
    padding: 0 25px;
    text-align: center;
    width: calc((100% / 3) - 0.1px);
}
.news-list li .box {
    padding: 80px 35px 70px;
    position: relative;
    padding-bottom:0px;
    transition: all .3s ease;
    border-radius: 20px;
    box-shadow: 0px 5px 15px 0px #0000002e;
    background: #FFF;
}
.news-list li .box:hover {
    transform: translateY(-15px);
}
.news-list li .cover {
    position:absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    z-index:5;
    font-size: 0;
}
.news-list .date {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius:10px;
    z-index: 0;
    max-height: 300px;
    transition: all .3s ease;
}
.news-list .date .date-font {
    text-align: left;
}
.news-list .date .date-font span {
    font-size: 40px;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 31px;
    color: #A3A3A3;
    box-sizing: border-box;
    padding: 34px 0 0 0;
    padding-left: 30px;
    font-weight: 600;
    transition: all .3s ease;
    font-family: 'League Spartan', sans-serif;
}
.news-list .date .date-font b {
    display: block;
    font-size: 18px;
    color: #A3A3A3;
    font-weight: 600;
    transition: all .3s ease;
    font-family: 'League Spartan', sans-serif;
    padding-left: 4px;
}
.news-list li .text {
    position: relative;
    background-color: #FFF;
    margin-top: 35px;
    padding-bottom: 25px;
}
.news-list li .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 53px;
    font-size: 20px;
    color: #000000;
    transition: all .3s ease ;
    text-align: left;
    font-weight: normal;
}
.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #888888;
    line-height: 1.8;
    height: 50px;
    margin: 13px 0 0 0;
    font-size: 14px;
    text-align: left;
    margin-bottom: 18px;
}
.news-list .n-more {
    width: 63px;
    height: 63px;
    display: block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    transition: all .3s ease;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.news-list .n-more .more-bg{
    width: 63px;
    height:63px;
    background: #363636;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
}
.news-list .n-more .more-bg:before{
    font-family: 'icon-font' !important;
    content: "\f105";
    color: #FFFF78;
    position: absolute;
    left: calc(50% - 3px);
    top: calc(50% - 9px);
    transition: all .6s ease;
    font-size: 33px;
    line-height: 15px;
}
.news-list li .box:hover .more-bg:before {
    left: calc(50% + 0px);
    color: #363636;
}
.news-list li .box:hover .more-bg {
    background: #FFFF78;
    box-shadow: 0px 5px 20px 0px #00000033;
} 
.news-list .keyword_box{
    margin-top: 10px;
    font-size: 15px;
    position: relative;
    z-index: 35;
    text-align: left;
    padding-left: 29px;
}
.news-list .keyword_box:before {
    font-family: 'community' !important;
    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: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 6px;
    left: 0;
    content: "\e2004";
    color: #999999;
}
.news-list .keyword_box .keyword li{
    width: auto;
    padding: 0 0px;
    display: inline;
}
.news-list .keyword_box li a{
    color: #999999;
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 2px;
    transition: all .3s ease;
    font-size: 14px;
    display: inline;
}
.news-list .keyword_box li:last-child a:after{
    display: none;
}
.news-list .keyword_box li a:after{
    content: ',';
    display: inline;
}
.news-list .keyword_box li:hover a{
    color: #FF7900;
}
/*------------ products ------------*/
.products-sect {
    padding: 177px 0 25px;
    position: relative;
    background: #cdcdcd;
}
.products-sect:before {
    content: "";
    background: #F6F6F6;
    background: linear-gradient(to bottom,#b9b9b9,#FFF);
    width: 100%;
    height: calc(100% - 259px);
    position: absolute;
    left: 0;
    bottom: 0;
}
.products-sect .title{
    margin-bottom: 45px;
}
.products-sect .title {
    width: calc(100% - 590px);
    margin-left: 590px;
    position: relative;
}
.products-sect .title:before {
    content: "HOT COURSE";
    font-family: 'League Spartan', sans-serif;
    font-size: 140px;
    line-height: 140px;
    color: #b9b9b9;
    font-weight: 900;
    position: absolute;
    width: 887px;
    height: 125px;
    left: calc(50% - 396px);
    bottom: -36px;
    white-space: nowrap;
}
.products-sect .title:after {
    content: "";
    background:#FFF ;
    position: absolute;
    width: 180px;
    height: 1px;
    left: calc(50% - 358px);
    bottom: -14px;
}
/*---- product-list ----*/
.product-list .pic {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 5px 15px 0px #0000002e;
    border-radius: 15px;
}
.product-list .box .pic img {
    transition: all ease 0.6s;
}
.product-list .box:hover .pic img {
    transform: scale(1.2);
}
.product-list .pic:before {
    content: "";
    background:  rgba(102,102,102,0.50);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s;
}
.product-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.product-list {
    margin: 0 -20px;
}
.product-list li {
    width: 25%;
    padding: 0 20px;
    padding-bottom: 40px;
}
.product-list li:nth-child(4n+1) {
    clear: left;
}
.product-list > li > .box {
    margin: 0 auto;
    max-width: 300px;
    box-sizing: border-box;
    position:relative;
}
.product-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.product-list {
    margin: 0 -20px;
}
.product-list .name {
    margin: 28px 20px 28px;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    text-align:left;
    color: #333333;
}
.product-list .more {
    margin: 0 auto;
    display: block;
}
.product-list .box.new:before {
    content: 'HOT';
    font-family: 'League Spartan', sans-serif;
    background: #363636;
    box-shadow: 0px 5px 15px 0px #0000002e;
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
    width: 65px;
    height: 36px;
    line-height: 39px;
    text-align: center;
    border-radius: 20px;
    font-weight: 700;
    color: #FFFF78;
    font-size: 17px;
}
.product-list li .box:hover .more:before{
    width: 100%;
}
.product-list li .box:hover .more:after{
    left: calc(50% + 49px);
}
.product-list li .box:hover .more{
    box-shadow: 0px 5px 20px 0px #00000033;
    background: transparent;
    color: #333;
}
.product-list li .box:hover .more:after{
    color: #333;
}
.product-first .box{
    display: flex;
    margin-bottom: 75px;
    position: relative;
    margin-top: -163px;
    align-items: flex-start;
}
.product-first .box .pic{
    width: 470px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 5px 15px 0px #0000002e;
    border-radius: 15px;
}
.product-first .box .text{
    width: calc(100% - 470px);
    box-sizing: border-box;
    padding-left: 110px;
    padding-right: 160px;
    padding-top: 177px;
}
.product-first .box.new:before {
    content: 'HOT';
    font-family: 'League Spartan', sans-serif;
    background: #363636;
    box-shadow: 0px 5px 15px 0px #0000002e;
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
    width: 65px;
    height: 36px;
    line-height: 39px;
    text-align: center;
    border-radius: 20px;
    font-weight: 700;
    color: #FFFF78;
    font-size: 17px;
}
.product-first .pic {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 5px 15px 0px #0000002e;
}
.product-first .box .pic img {
    transition: all ease 0.6s;
}
.product-first .box:hover .pic img {
    transform: scale(1.2);
}
.product-first .pic:before {
    content: "";
    background:  rgba(102,102,102,0.50);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s;
}
.product-first .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.product-first .box .text .name{
    font-size: 26px;
    font-weight: bold;
    height: 30px;
    text-align: left;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 90px;
    margin-bottom: 28px;
}
.product-first .box .text .descri{
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    text-align: left;
    color: #535353;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
    margin-bottom: 28px;
}
.product-first .box:hover .more:before{
    width: 100%;
}
.product-first .box:hover .more:after{
    left: calc(50% + 49px);
}
.product-first .box:hover .more{
    box-shadow: 0px 5px 20px 0px #00000033;
    background: transparent;
    color: #333;
}
.product-first .box:hover .more:after{
    color: #333;
}
.product-first .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
/*------------ brand ------------*/
.brand-sect {
    padding: 70px 0 90px;
    position: relative;
    background: #c1c1c1;
}


.brand-sect .title {
    text-align: center;
    padding-top: 36px;
    padding-bottom: 36px;
    position: relative;
}
.brand-sect .title:before {
    content: "LINKS";
    font-family: 'League Spartan', sans-serif;
    font-size: 140px;
    line-height: 140px;
    color: #d1d1d1;
    font-weight: 900;
    position: absolute;
    width: 410px;
    height: 125px;
    left: calc(50% - 205px);
    bottom: 11px;
    white-space: nowrap;
}
.brand-sect .title span{
    color: #FFF;
}


.brand-list li {
    padding: 0 20px;
}
.brand-list button.slick-arrow {
    width: 63px;
    height: 63px;
    line-height: 63px;
    position: absolute;
    top: 28%;
    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 .6s ease;
    background: #FFF;
    border-radius: 50%; 
    box-shadow: 0px 0px 15px 0px #0000001a;
}
.brand-list button.slick-prev {
    left: -62px;
}
.brand-list button.slick-next {
    right: -62px;
}
.brand-list button.slick-arrow.slick-prev:before {
    font-family: 'icon-font' !important;
    content: "\f104";
    color: #333366;
    position: absolute;
    left: calc(50% - 73px);
    top: 21px;
    transition: all .6s ease;
    font-size: 35px;
    line-height: 15px;
    width: 63px;
    height: 63px;
}
.brand-list button.slick-arrow.slick-prev:hover:before{
    color: #FFF;
    left: calc(50% - 76px);
} 
.brand-list button.slick-arrow.slick-next:before {
    font-family: 'icon-font' !important;
    content: "\f105";
    color: #333366;
    position: absolute;
    left: calc(50% - 68px);
    top: 21px;
    transition: all .6s ease;
    font-size: 35px;
    line-height: 15px;
    width: 63px;
    height: 63px;
}
.brand-list button.slick-arrow.slick-next:hover:before{
    color: #FFF;
    left: calc(50% - 65px);
} 
.brand-list button.slick-arrow:hover{
    background: #FF7900;  
} 
.brand-list .pic{
    position: relative;
    overflow: hidden;
    position: relative;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.brand-list .pic img {
    transition: all ease 0.6s;
}
.brand-list .pic:hover img {
    opacity: 0.7;
}
.brand-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.brand-list .slick-list {
    overflow: visible;
}
/* .caseListFirst{
    display: none
}
.caseListLast{
    display: none
} */
.brand-list .slider:before,
.brand-list .slider:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 1;
}
.brand-list .slider:before {
    left: -100%;
}
.brand-list .slider:after {
    right: -100%;
}
/*------------ warning-sect ------------*/
.warning-sect {
    padding: 35px 0 0 0;
}
/*------------ site-footer ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1600px) {
    .products-sect .title:before {
        font-size: 100px;     
        bottom: -29px;
    }
    .brand-list button.slick-prev {
        left: 20px;
    }
    .brand-list button.slick-next {
        right: 20px;
    }
}
@media screen and (max-width: 1440px) {
    .btn-scroll{
        display: none;
    }
    .number-sect {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .number-sect .n-col:nth-child(1) .n-box,
    .number-sect .n-col:nth-child(2) .n-box,
    .number-sect .n-col:nth-child(3) .n-box,
    .number-sect .n-col:nth-child(4) .n-box{
        margin-right: auto;
        margin-left: auto;
        max-width: 150px;
        padding-left: 64px;
    }
    .number-sect .n-number {
        font-size: 28px;
        line-height: 31px;
    }
    .number-sect .n-title {
        font-size: 14px;
        line-height: 16px;
    }
    .number-sect .n-col:nth-child(1) .n-box:before,
    .number-sect .n-col:nth-child(2) .n-box:before,
    .number-sect .n-col:nth-child(3) .n-box:before,
    .number-sect .n-col:nth-child(4) .n-box:before {
        width: 40px;
        height: 40px;
        left: 20px;
        top: 8px;
    }
    .number-sect .n-col + .n-col:before {
        top: 6px;
    }
    .about-sect .a-pic1 {
        left: unset;
        right: 0;
    }
    .about-sect {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .about-sect .a-col:nth-child(2) {
        padding-left: 65px;
    }

    .news-sect {
        padding-bottom: 120px;
    }
    .news-list {
        margin-left: 0px;
        margin-right: 0px;
    }
    .news-sect:before {
        height: 273px;
    }
    .products-sect {
        padding-top: 50px;
    }
    .products-sect .title {
        width: 100%;
        margin-left: 0;
        position: relative;
        text-align: center;
        margin-bottom: 60px;
    }
    .product-first .box {
        margin-top: 0;
    }
    .products-sect:before {
        height: calc(100% - 130px);
    }
    .products-sect .title:after {
        width: 150px;
        left: calc(50% - 75px);
    }
    .product-first .box .pic{
        width:40%;
        max-width: 470px;
    }
    .product-first .box .text{
        width: 60%;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 0px;
    }
    .product-list {
        margin-left: 0;
        margin-right: 0;
    }
    .service-box,
    .album-box {
        float: none;
        width: 100%;
    }
    .album-box {
        max-width: 430px;
        margin: 0 auto;
    }
    .service-box .editor{
        margin-bottom: 40px;
    }
    .sect4 .service-pen {
        display: none !important;
    }
    .sect4:before {
        top: -56px;
    }
    .service-box  article.editor{
        width: unset;
        height: unset;
        overflow: unset;
    }
    .site-footer .container:before {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    .banner button.slick-arrow {
        display: none !important;
    }
    .banner-sub button.slick-arrow {
        display: none !important;
    }
    .title span {
        font-size: 16px;
    }
    .title div {
        font-size: 28px;
        line-height: 28px;
        margin-top: 5px;
    }
    .more-box{
        text-align: center;
    }
    .more{
        width: 150px;
        height: 40px;
        padding-left: 20px;
        line-height: 40px;
        text-align: left;
        text-align: left;
    }
    .more:after{
        font-size: 18px;
    }
    .about-bg-word {
        bottom: -30px;
        font-size: 100px;
        line-height: 100px;
        animation: bg-animation-first 15s 0s linear infinite normal;
    }
    @keyframes bg-animation-first {
        0% {
            transform: translate(0px, 0);
        }
        100% {
            transform: translate(-726px, 0);
        }
    }
    .sub-banner-sect {
        padding-bottom: 15px;
    }
    .number-sect .n-row {
        flex-wrap: wrap;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .number-sect .n-col {
        width: 50%;
    }
    .number-sect .n-col:before {
        display: none;
    }
    .number-sect .n-box {
       margin-bottom: 30px;
    }
    .number-sect {
        padding-bottom: 0px;
    }
    .about-sect .title {
        text-align: center;
        padding-top: 30px;
        margin-bottom: 20px;
    }
    .about-sect .title span:before {
        width: 1px;
        height: 20px;
        right: unset;
        top: -30px;
        left: calc(50% - 1px);
    }
    .about-sect {
        min-height: unset;
        margin-top: 0px;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .more.about-more{
        font-size: 15px;
        line-height: 39px;
    }
    .about-sect .a-row {
        flex-direction: column;
    }
    .about-sect .a-col:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    .about-sect .a-col:nth-child(2) {
        width: 100%;
        padding-left: 0px;
        padding-top:0px;
    }
    .about-sect .a-pic1 {
        position: relative;
        left: unset;
        right: unset;
        width: 100%;
        background-position: center;
        height: 200px;
        margin-bottom: 10px;
    }
    .about-sect article.editor {
        height: unset;
        margin-bottom: 20px;
    }
    .news-sect {
        padding: 30px 0 60px;
    }
    .news-sect .title {
        padding: 0 0 0px;
        margin: 0 0 25px;
    }
    .news-sect .title span:before {
        height: 27px;
        top: -37px;
    }
    .news-sect .title:before {
        font-size: 80px;
        line-height: 80px;
        width: 244px;
        height: 65px;
        left: calc(50% - 122px);
        bottom: -1px;
    }
    .products-sect {
        padding-top: 28px;
    }
    .products-sect:before {
        height: calc(100% - 102px);
    }
    .products-sect .title {
        margin-bottom: 47px;
    }
    .products-sect .title:before {
        font-size: 50px;
        line-height: 50px;
        width: 326px;
        height: 65px;
        left: calc(50% - 161px);
        bottom: -40px;
    }
    .product-first .box {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-first .box .pic {
        width: 100%;
        max-width: 470px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .product-first .box .text {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .product-first .box.new:before {
        display: none;
    }
    .product-first .box.new .pic:after {
        content: 'HOT';
        font-family: 'League Spartan', sans-serif;
        background: #FFF;
        box-shadow: 0px 5px 15px 0px #0000002e;
        position: absolute;
        z-index: 10;
        top: 20px;
        left: 20px;
        width: 65px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-radius: 20px;
        font-weight: 700;
        color: #FFD300;
        font-size: 17px;
    }
    .product-first .box .text .name {
        font-size: 22px;
        height: 30px;
        height: 67px;
        margin-bottom: 11px;
        line-height: 33px;
    }
    .products-sect .more {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .brand-sect .title {
        padding: 0 0 0px;
        margin: 0 0 30px;
    }
    .brand-sect .title span:before {
        height: 27px;
        top: -37px;
    }
    .brand-sect .title:before {
        font-size: 80px;
        line-height: 80px;
        width: 244px;
        height: 65px;
        left: calc(50% - 122px);
        bottom: 0px;
    }
    .brand-sect {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .brand-sect .title:before {
        font-size: 80px;
        line-height: 80px;
        width: 244px;
        height: 65px;
        left: calc(50% - 122px);
        bottom: -3px;
    }
    .brand-sect .brand-list{
        margin-left: 40px;
        margin-right: 40px;
    }
    .brand-list button.slick-arrow {
        width: 35px;
        height: 35px;
    }
    .brand-list button.slick-prev {
        left: -43px;
        top: 34%;
    }
    .brand-list button.slick-next {
        right: -43px;
        top: 34%;
    }
    .brand-list button.slick-arrow.slick-prev:before {
        left: calc(50% - 52px);
        top: 10px;
        font-size: 28px;
        width: 47px;
        height: 47px;
    }
    .brand-list button.slick-arrow.slick-next:before {
        left: calc(50% - 52px);
        top: 10px;
        font-size: 28px;
        width: 47px;
        height: 47px;
    }
    .brand-list button.slick-arrow.slick-prev:hover:before {
        left: calc(50% - 56px);
    }
    .brand-list button.slick-arrow.slick-next:hover:before {
        left: calc(50% - 49px);
    }
}
@media screen and (max-width: 1024px) {
    .news-list li {
        padding: 0;
        width: 100%;
    }
    .news-list li + li {
        margin-top: 40px;
    }
}
@media screen and (max-width: 900px) {
    .product-list li {
        width: 50%;
        padding: 0 20px 50px;
    }
    .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;
        max-width: 300px;
    }
}
@media screen and (max-width: 767px) {
    .banner-sub,
    .banner{
        display: none;
    }
    .banner-sub_m,
    .banner_m{
        display: block;
    }
    .banner:before {
        display: none;
    }
    .banner .slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: 0;
        top: 50%;
        margin: -17px 0 0 0;
    }
    .banner .slick-arrow:before {
        font-size: 20px;
        margin: 8px 0px;
    }
    .banner .slick-next {
        left: auto;
        right: 0;
    }
    .banner .slick-dots {
        bottom: 0;
        right: 0;
    }
    .number-sect .n-col {
        width: 100%;
    }
    .number-sect .n-box {
       margin-bottom: 25px;
    }
    .news-sect .title {
        font-size: 30px;
    }
    .hot-products .title {
        font-size: 30px;
        padding: 0 0 15px;
    }
    .hot-products .title i {
        font-size: 25px;
    }
    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;
    }
}
@media screen and (max-width: 480px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 100%;
        padding: 0 0 50px;
    }
}

@media screen and (max-width: 430px) {
    .products-sect .title :nth-child(2):before {
        display: none;
    }
    .products-sect .title :nth-child(2):after {
        display: none;
    }
}