/* -------- banner -------- */
.banner img, .banner_m img{
    border-radius: 30px;
}
.banner .container,
.banner_m .container {
    max-width: 1330px;
    padding: 0;
}
.banner .slick-list,
.banner_m .slick-list {
    overflow: visible;
}
.banner .slider:before,
.banner_m .slider:before {
    left: -100%;
}
.banner .slider:after,
.banner_m .slider:after {
    right: -100%;
}
.banner .slider:before,
.banner .slider:after,
.banner_m .slider:before,
.banner_m .slider:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}
.banner-pages .slick-dots,
.banner-pages-m .slick-dots {
    text-align: center;
    margin: 60px 0 90px;
    padding: 0;
}
.banner-pages .slick-dots li,
.banner-pages-m .slick-dots li {
    padding: 0;
    margin: 0 8px;
    list-style: none;
    height: 5px;
    overflow: hidden;
    display: inline-block;
}
.banner-pages .slick-dots li button,
.banner-pages-m .slick-dots li button {
    width: 40px;
    height: 5px;
    background: #E0D9DA;
    color: transparent;
    border: 0;
    cursor: pointer;
}
.banner-pages .slick-dots li.slick-active button,
.banner-pages-m .slick-dots li.slick-active button {
    background: #E0AC72;
}
.banner_m,
.banner-pages-m{
    display: none;
}
.banner-nav {
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner .slick-prev {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    color: transparent;
    background: rgb(121,191,45) ;
    background: -moz-linear-gradient(top, rgb(121,191,45) 0%, rgb(47,163,45) 100%);
    background: -webkit-linear-gradient(top,rgb(121,191,45) 0%,rgb(47,163,45) 100%);
    background: linear-gradient(to bottom,rgb(121,191,45) 0%,rgb(47,163,45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79BF2D', endColorstr='#2FA32D',GradientType=1 );
    border: 0;
    cursor: pointer;
    position: absolute;
    bottom: -27.5px;
    margin: auto;
    left: 80%;
    z-index: 150;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
}
.banner .slick-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: rgb(121,191,45) ;
    background: -moz-linear-gradient(top, rgb(121,191,45) 0%, rgb(47,163,45) 100%);
    background: -webkit-linear-gradient(top,rgb(121,191,45) 0%,rgb(47,163,45) 100%);
    background: linear-gradient(to bottom,rgb(121,191,45) 0%,rgb(47,163,45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79BF2D', endColorstr='#2FA32D',GradientType=1 );
    width: 65px;
    height: 65px;
    cursor: pointer;
    position: absolute;
    left: 80%;
    bottom: -27.5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
}
.banner .slick-prev {
    margin-left: -68px;
}
.banner .slick-prev::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/common/icon_arrow-white_l.png) center no-repeat;
    transform: translateX(0px);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    z-index: -1;
}
.banner .slick-prev:hover:before {
    transform: translateX(-48px); 
    display: inline-block;
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.banner .slick-prev:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/common/icon_arrow-white_l.png) center no-repeat;
    transform: translateX(100%); 
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.banner .slick-prev:hover:after {
    transform: translateX(0);
}
.banner .slick-next::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/common/icon_arrow-white.png) center no-repeat;
    transform: translateX(0px);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    z-index: -1;
}
.banner .slick-next:hover:before {
    transform: translateX(48px);
    display: inline-block;
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.banner .slick-next:after{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/common/icon_arrow-white.png) center no-repeat;
    transform: translateX(-100%);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1)
}
.banner .slick-next:hover:after {
    transform: translateX(0);
}
.banner .slick-slide {
    margin: 0 15px;
}          
/* -------- common -------- */
.sect .container {
    padding: 0 27px;
    max-width: 1440px;
}
.wrapper{
    position: relative;
}
.wrapper:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25%;
    width: 100%;
    background: #F3F3F3;
    z-index: -1;
}
/* title */
.title{
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    z-index: 2;
} 
.title h2{
    font-family: 'Noto Sans TC', sans-serif; 
    font-size: 26px;
    letter-spacing: 0.8px;
    line-height: 0.75;
    font-weight: 500;
    margin: 0;
    color: #212121;
}
.title span{
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}  
/* more */
.sect .more {
    position: relative;
    width: 169px;
    height: 70px;
    font-size: 15px;
    color: rgba(51, 51, 51, 1);
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin: 0;
    float: right;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.sect .more .more-text {
    overflow: hidden;
    position: relative;
    line-height: 1;
    margin-right: 15px;
}
.sect .more .more-t1{
    display: inline-block;
    transition: opacity .35s ease,transform .35s cubic-bezier(.645, .045, .355, 1);
}
.sect .more .more-t2{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translateY(104%);
    transition: opacity .35s ease,transform .35s cubic-bezier(.645, .045, .355, 1);
}
.sect .more:hover .more-t1 {
    transform: translateY(-104%);
}
.sect .more:hover .more-t2 {
    transform: translateY(0);
}
.sect .more .more-round{
    position: relative;
    display: block;
    width: 65px;
    height: 65px
}
.sect .more .more-round:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(134,195,44) ;
    background: -moz-linear-gradient(top, rgb(134,195,44) 0%, rgb(22,162,70) 100%);
    background: -webkit-linear-gradient(top,rgb(134,195,44) 0%,rgb(22,162,70) 100%);
    background: linear-gradient(to bottom,rgb(134,195,44) 0%,rgb(22,162,70) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86C32C', endColorstr='#16A246',GradientType=1 );
    transition: transform .35s cubic-bezier(.645, .045, .355, 1)
}
.sect .more:hover .more-round:before{
    transform: scale(1.04);
}
.sect .more .more-ic{
    overflow: hidden;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: border-color .35s ease,background-color .25s ease
}
.sect .more .more-ic img {
    transform: translateX(0px);
    transition: transform .35s cubic-bezier(.645, .045, .355, 1)
}
.sect .more .more-ic .moreic1 {
    display: block;
}  
.sect .more .more-ic .moreic2 {
    display: none;
}  
.sect .more:hover .more-ic img {
    transform: translateX(48px);
    display: inline-block;
    transition: transform .35s cubic-bezier(.645, .045, .355, 1);
}
.sect .more .more-ic:after{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/common/icon_arrow-white.png) center no-repeat;
    transform: translateX(-100%);
    transition: transform .35s cubic-bezier(.645, .045, .355, 1)
}
.sect .more:hover .more-ic::after {
    transform: translateX(0);
}
/* -------- sect1-news+about -------- */
.sect1 {
    position: relative;
    padding: 84px 0 0px;
    padding: 55px 0 55px;
    z-index: 0;
    color: #FFF;
}
/* news */
.news-box {
    position: relative;
    width: 41.5%;
    float: left;
    margin: 0 4.6% 0 2.4%;
    padding: 144px 0 117px;
}
.news-box:before{
    content: '';
    display: block;
    position: absolute;
    width: 1071px;
    height: 680px;
    right: -35%;
    top: 0;
    background: url(../../images/common/index/news_bg.png) right no-repeat;
    background-size: contain;
    z-index: -3;
}
.news-box .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    align-items: flex-end;
    margin: 0 auto 20px 0px;
    position: relative;
}
.news-box .title:before{
    content: 'Information';
    position: absolute;
    color: #8CD031;
    font-family: 'Freestyle Script', sans-serif;
    font-weight: normal;
    font-size: 85px;
    line-height: 1.2;
    left: -34px;
    top: -46px;
    z-index: -1;
}
.news-list li {
    padding: 10.8px 0;
    border-bottom: 1px solid #D6D6D6;
}
.news-list li .date {
    font-size: 14px;
    font-weight: 500;
    width: 97px;
    line-height: 28px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    background: #83C22D;
    border-radius: 35px;
    display: inline-block;
    transition: all .2s ;
}
.news-list li .name {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin: -2px 0 2px 8px;
    vertical-align: middle;
    width: calc(100% - 120px);
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s ;
}
.news-list li .box:hover .date{
    background: #2FA32D;
}
.news-list li .box:hover .name {
    color: #2FA32D;
}
.news-list .box{
    position: relative;
}
.news-list .cover {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.news-box .more{
    position: absolute;
    right: -14px;
    top: 165px;
}
/* about */
.about-box {
    float: left;
    width: 51.5%;
    margin: 0 0 0 0;
    position: relative;
    padding: 200px 0 0;
}
.about-box:before{
    content: '';
    position: absolute;
    display: block;
    width: 978px;
    height: 565px;
    background: url('../../images/common/index/about_bg.png') left bottom no-repeat;
    left: 0;
    bottom: calc(0% - 25%);
    margin: 0;
    z-index: -2;
}
.about-box .title{
    line-height: 0.8;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    align-items: flex-end;
    margin: 0 0 12px auto;
    position: relative;
}
.about-box .title h2,
.about-box .title span{
    color: #FFF;
}
.about-box .title:before{
    content: 'ZengWen River';
    position: absolute;
    color: rgb(255,255,255,.3);
    font-family: 'Freestyle Script', sans-serif;
    font-weight: normal;
    font-size: 85px;
    line-height: 1.2;
    left: -186px;
    top: -20px;
    white-space: nowrap;
    z-index: -1;
    mix-blend-mode: color-dodge;
}
.about-box .editor{
    text-align: right;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: normal;
    color: #FFF;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 95%;
    height: 105px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin: 0 0 30px auto;
}
.about-box .editor h4{
    color: #AADE2E;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 2.5px;
    margin: 0 0 8px;
}
.about-box .more{
    color: rgba(255, 255, 255, 1.0);
}
/* -------- article -------- */
/* keyword */
.keyword_box .keyword  li{
    width: auto;
    padding: 0 0px;
    display: inline;
}
.article-list .keyword_box li a,.keyword_box li a{
    color: #83C12C;
    line-height: 1.5;
    margin-bottom: 4px;
    margin-right: 2px;
    transition: all .3s ease;
    font-family: 'Noto Sans TC', sans-serif; 
    font-size: 15px;
    font-weight: normal;
    display: inline;
    background: transparent;
    border: none;
}
.keyword_box li:last-child a:after{
    display: none;
}
.keyword_box li:hover a{
    color:#83C12C;
}
.keyword_box.detail{
    margin:15px 0;
}   
.article-pic{
    margin:0 0 15px;
    max-width: 600px;
}
.article-sect {
    background: #fff;
    position: relative;
    padding: 22px 0 53px;
    padding: 84px 0 53px;
}
.article-sect:before{
    content: '';
    position: absolute;
    display: block;
    background: #FFF;
    width: 78.85%;
    height: 85.7%;  
    right: 0;
    bottom: 0;
    border-radius: 60px 0 0 0; 
}
.article-sect .title{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    align-items: flex-start;
    margin: 0 auto 56px 0px;
    position: relative;
}
.article-sect .title h2{
    line-height: 1.5;
}
.article-sect .title:before {
    content: 'Case';
    position: absolute;
    color: #8CD031;
    font-family: 'Freestyle Script', sans-serif;
    font-weight: normal;
    font-size: 85px;
    line-height: 1.2;
    right: 60px;
    top: -31px;
    z-index: -1;
}
.article-list {
    margin: 0 -15px;
}
.article-list li {
    width: 25%;
    padding: 28px 15px 20px;
    position: relative;
}
.article-list li:nth-child(4n+1) {
    clear: left;
}
.article-list li .box {
    max-width: 330px;
    margin: 0 auto;
    position: relative;
}
.article-list li .pic {
    position: relative;
    box-sizing: border-box;
    z-index: 2;
}
.article-list li .cover {
    transition: all .2s ease-in-out;
    display: block;
    position: absolute;
    opacity: 0;
    display: none;
}
.article-list li .cover {
    width: 54px;
    height: 54px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    top: 0;
    left: 50%;
    margin: -27px 0 0 -27px;
}
.article-list li .cover i {
    color: #8CD031;
    font-size: 23px;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    margin: 2px 0 0 2px;
    text-align: center;
    line-height: 50px;
}
.article-list li:hover .pic:before,
.article-list li:hover .cover {
    transition: all .2s ease-in-out;
    opacity: 1;
}
.article-list li:hover .cover {
    top: 50%;
}
.article-list li .text {
    margin: 25px 0 0 0;
    position: static;
}
.article-list li .description {
    color: #666666;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    letter-spacing: 0.75px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    margin-bottom: 5px;
}
.article-list li .name {
    margin: 15px 0 10px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    color: #333;
    font-family: 'Noto Sans TC', sans-serif; 
    font-weight: 500;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .3s ease;
}
.article-list li .box:hover .name{
    color: #2FA32D;
}
.article-list li .date {
    background: #83C22D;
    color: #FFF;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 0 0px;
    width: 118px;
    height: 48px;
    line-height: 2;
    border-radius: 12px 12px 0 0 ;
    justify-content: center;
    position: absolute;
    top: -28px;
    left: 1px;
    z-index: 0;
    transition: all .2s;
}
.article-list  li:hover  .date{
    background: #2FA32D;
}
.article-list .box{
    position: relative;
}
.article-list a.cover2 {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 30;
}
.keyword_box {
    color: #666;
    font-size: 13px;
    line-height: 2em;
    position: relative;
    box-sizing: border-box;
    z-index: 50;
    word-break: break-all;
    padding: 0px 0px 0;
    margin: 0;
}
.keyword_box ul {
    position: relative;
    word-break: keep-all;
}
.type5 .keyword_box ul{
    word-break: initial;
}
.keyword li,
.keyword li a ,
.list-h .keyword > li a,
.list-h .keyword .item a {
    display: inline;
    transition: all .2s;
    text-align: center;
    width: auto;
    word-break: break-all;
    margin-bottom: 3px;
}
.keyword li a {
    border: 1px solid #EFEFEF;
    background: #EFEFEF;
    border-radius: 5px;
    padding: 0 2px;
    margin-right: 2px;
    line-height: 1.4;
}
.keyword_box .keyword li a:hover {
    color: #2FA32D;
    font-weight: bold;
}
.keyword_box .keyword li a span:before{
    content: "#";
}
/* -------- products -------- */
.products-sect {
    background: #FFF;
    position: relative;
    padding: 94px 0 176px;
}
.products-sect:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(-45deg,rgb(47,163,45), rgb(131,194,45)  ,rgb(166,203,24));
    background-size: 300% 200%;
    animation: AnimationName 8s ease infinite;
    top: 0;
    opacity: 0.95;
    z-index: 0;
}
@keyframes AnimationName {
    0%{background-position: 0% 50%}
    50%{background-position: 100% 50%}
    100%{background-position: 0% 50%}
}
.products-sect:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: url('../../images/common/index/p_bg.png') center;
    background-size: cover;
    z-index: 1;
}
.products-sect .title {
    width: fit-content;
    margin: 0 auto 30px;
    text-align: center;
}
.products-sect .title:before {
    content: 'Popular';
    position: absolute;
    color: rgba(255, 255, 255,.35);
    font-family: 'Freestyle Script', sans-serif;
    font-weight: normal;
    font-size: 85px;
    line-height: 1.2;
    right: -70px;
    top: -30px;
    z-index: -1;
}
.products-sect .title h2{
    color: #FFF;
    line-height: 1.2;
}
.products-sect .title span{
    color: #FFF;
}
.products-sect  .more{
    color: #FFF;
    position: absolute;
    top: 30px;
    right: 1.7%;
}
.products-sect  .more .more-round:before{
    background: #FFF;
}
.products-sect .more .more-ic:after{
    background: url(../../images/common/icon_arrow-green.png) center no-repeat;
}
.product-list {
    margin: 0 -14px;
}
.product-list li {
    width: 25%;
    padding: 0 11.5px 48px;
}
.product-list > li .box.new::before {
    content: "Hot";
    display: flex;
    font-family: 'Open Sans', sans-serif;
    width: 56px;
    height: 27px;
    font-size: 16px;
    position: absolute;
    z-index: 60;
    left: 21px;
    top: 19px;
    background: #FFF;
    color: #83C22D;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.product-list li:nth-child(4n+1) {
    clear: left;
}
.product-list > li > a {
    margin: 0 auto;
    padding: 10px;
    display: inline-block;
    background: #fff;
    max-width: 320px;
    box-sizing: border-box;
}
.product-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    border-radius: 12px;
    overflow: hidden;
}
.product-list li > a:hover .pic:after {
    top: 50%;
}
.product-list .text {
    text-align: center;
    max-width: 300px;
    height: 50px;
    background: #FFF;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: -24px auto 0;
    position: relative;
    z-index: 5;
    transform: translateY(0px);
    transition: all .4s ease;
}
.product-list .box:hover .text {
    transform: translateY(-37px);
}
.product-list .name {
    color: #333333;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    margin: 8px 0 8px;
}
.product-list li .offers {
    color: #BA7F5F;
    font-size: 15px;
    font-weight: bold;
}
.product-list li .offers:before,
.product-list li .offers:after {
    content: "-";
    display: inline-block;
    margin: 0 5px;
}
.product-list .box{
    position: relative;
}
.product-list .cover {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 130;
}
/* -------- link -------- */
.links-sect {
    position: relative;
    background: #F3F3F3;
    padding: 81px 0 28px;
    z-index: 2;
}

.links-sect .title {
    display: flex;
    width: fit-content;
    position: relative;
    justify-content: center;
    flex-direction: row;  
    margin: -23px auto 22px;
    left: 6.8%;
}
.links-sect .title:before {
    content: 'Related';
    position: absolute;
    color: #8CD031;
    font-family: 'Freestyle Script', sans-serif;
    font-weight: normal;
    font-size: 85px;
    line-height: 1.2;
    left: -160px;
    top: -20px;
    z-index: -1;
}
.links-sect .title h2{
    padding-top: 25px;
    padding-left: 8px;
}
.links-sect .links-row{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.links-sect .link-btn{
    display:flex;
    position: relative;
    width: 210px;
    height: 70px;
    background: #BCD41C;
    border-radius: 50px;
    align-items: center;
    box-sizing: border-box;
    padding: 8px;
    margin-bottom: 28px;
}
.links-sect .link-btn+.link-btn{
    margin-left:15px;
}
.links-sect .link-btn:nth-child(2){
    background: #A6CB18;
}
.links-sect .link-btn:nth-child(3){
    background: #83C22D;
}
.links-sect .link-btn:last-child{
    background: #3AA72D;
}
.links-sect .link-btn-text{
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    left: calc(100% - 122px);
    transition: all .4s ease;
}
.links-sect .link-btn:hover .link-btn-text{
    left: calc(100% - 184px);
}
.links-sect .link-btn-round{
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #FFF;
    transform: translateX(0px);
    transition: all .4s ease;
}
.links-sect .link-btn:hover .link-btn-round{
    transform: translateX(138px);
}
.links-sect .link-btn-round .link-btn-ic{
    overflow: hidden;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* -------- hl-sect -------- */
.hl-sect{
    position: relative;
    padding: 0 0 120px;
    background: #F3F3F3;
}

.hl-sect .hl-row{
    display: flex;
    justify-content: space-between;
}
.hl-sect .hl-row .hl-col .title {
    position: relative;
    display: flex;        
    flex-direction: column;
    width: fit-content;
    margin: 0 auto 15px;
    text-align: center;
    left: 0;
}
.hl-sect .hl-row .hl-col .title h2,
.hl-sect .hl-row .hl-col .title span{
    color: #FFF;
}
.hl-sect .hl-row .hl-col:first-child .title:before{
    content: 'On-Air';
    position: absolute;
    color: #8CD031;
    font-family: 'Freestyle Script', sans-serif;
    font-weight: normal;
    font-size: 85px;
    line-height: 1.2;
    left: 0;
    right: -292px;
    top: -4px;
    z-index: -1;   
}
.hl-sect .hl-row .hl-col:last-child .title:before{
    content: 'Comments';
    position: absolute;
    color: #8CD031;
    font-family: 'Freestyle Script', sans-serif;
    font-weight: normal;
    font-size: 85px;
    line-height: 1.2;
    left: 0;
    right: -338px;
    top: 6px;
    z-index: -1;   
}
.hl-sect .hl-row .hl-col{
    width: 680px;
    height: 336px;
    background: url('../../images/common/index/link-pic1.jpg') center no-repeat;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 53px 35px;
}
.hl-sect .hl-row .hl-col:last-child{
    background: url('../../images/common/index/link-pic2.jpg') center no-repeat;
}
.hl-sect .hl-row .hl-col p{
    margin: 0 0 24px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.2;
}
.hl-sect  .more {
    float: none;
    display: block;
    width: 65px;
    height: 65px;
    text-align: center;
    margin: 0 auto;
}
/* -------- rwd -------- */
@media screen and (max-width: 1440px) {
    .hl-sect .hl-row .hl-col {
        width: 49%;
    }
}
@media screen and (max-width: 1200px) {
    .sect1 {
        position: relative;
        padding: 56px 0 0;
    }                     
    .news-box{
        position: relative;
        width: 49.5%;
        float: left;
        margin: 0 3.6% 0 1.4%;
        padding: 96px 0 77px;
    }
    .news-box .more {
        position: absolute;
        right: -8px;
        top: 113px;
    }
    .about-box {
        float: left;
        width: 45.5%;
        margin: 0 0 0 0;
        position: relative;
        padding: 135px 0 0;
    }
    .about-box .editor{
        -webkit-line-clamp: 4;
        width: 95%;
        height: 145px;
    }
    .about-box .editor h4{
        margin: 0 0 8px auto;
        width: 67%;
    }
    .about-box:before{
        background-size: contain;
        height: 478px;
        bottom: calc(0% - 13%);
    }
    .article-sect {
        padding: 56px 0 35px;
    }
    .products-sect {
        padding: 60px 0 120px;
    }
    .links-sect{
        padding: 54px 0 18px;
    }
    .links-sect:before{
        height: 139%;
    }
    .hl-sect {
        padding: 0 0 80px;
    }
    .hl-sect .hl-row .hl-col:last-child .title:before{
        right: -260px
    }
    .wrapper:after{
        height: 28%;
    }
}
@media screen and (max-width: 1024px) {
    .banner{
        padding: 0 0 56px;
    }
    .sect1{
        padding: 0 0 56px;
    }
    .article-sect{
        padding: 56px 0 28px;
    }
    .article-sect:before{
        height: 100%;
        width: 100%;
    }
    .products-sect {
        padding: 56px 0 80px;
    }
    .products-sect:after{
        background: url(../../images/common/index/p_bg_m.png) center;
        background-size: cover;
        opacity: .5;
    }
    .links-sect{
        padding:  46px 0 12px;
    }
    .links-sect:before{
        width: 100%;
        height: 116%;
    }
    .hl-sect{
        padding:  0 0 42px;
    }
    .title h2,
    .news-box .title h2, 
    .about-box .title h2,
    .article-sect .title h2,
    .products-sect .title h2,
    .links-sect .title h2,
    .hl-sect .title h2{
        font-size: 22px;
        line-height: 1;
    }
    .title span,
    .news-box .title span,
    .about-box .title span,
    .article-sect .title span,
    .products-sect .title span,
    .links-sect .title span,
    .hl-sect .title span{
        font-size: 35px;
    }
    .title,
    .news-box .title,
    .about-box .title,
    .article-sect .title,
    .products-sect .title,
    .links-sect .title {
        display: flex;
        flex-direction: column;
        width: fit-content;
        margin: 0 auto 15px;
        text-align: center;
        align-items: center;
        width: 100%;
        position: relative;
        line-height: 1;
        left: 0;
        right: 0;
    }
    .news-box .title:before,
    .article-sect .title:before,
    .links-sect .title:before,
    .hl-sect .hl-row .hl-col:first-child .title:before,
    .hl-sect .hl-row .hl-col:last-child .title:before{
        left: 0;
        right: 0;
        top: -40px;
        font-size: 58px;
        color: #8CD03150;
        z-index: -1;
        margin: 0 auto;
    }
    .about-box .title:before,
    .products-sect .title:before{
        left: 0;
        right: 0;
        top: -40px;
        font-size: 58px;
        z-index: -1;
        margin: 0 auto; 
        color: #FFFFFF50;
    }
    .hl-sect .hl-row .hl-col:first-child .title:before,
    .hl-sect .hl-row .hl-col:last-child .title:before{
        left: 0;
        right: 0;
        top: -40px;
        font-size: 58px;
        color: #8CD031;
        z-index: -1;
        margin: 0 auto;
    }
    .banner-pages .slick-dots {
        text-align: center;
        margin: 20px 0 30px;
        padding: 0;
    }
    .sect1:after{
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 50%;
        bottom: 0;
        background: #F0F0F0;
        z-index: -4;
    }
    .news-box{
        position: relative;
        width: 100%;
        float: none;
        margin: 0 0 0px;
        padding: 56px 0 28px;
    }
    .sect1:before{
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 819px;
        background: url(../../images/common/index/news_bg_m.png) center no-repeat;
        left: 0;
        right: 0;
        top: 0;
        background-size: cover;
        z-index: -3;
    }
    .news-box:before{
        display: none;
    }
    .about-box .editor{
        margin: 0 auto;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
        height: auto;
        display: block;
        font-size: 14px;
        text-align: justify;
        width: fit-content;
        letter-spacing: 1px;
    }
    .about-box .editor h4{
        width: 100%;
        font-size: 20px;
        margin: 0 auto;
    }
    .about-box{
        position: relative;
        float: none;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0px 0 0;
        padding: 70px 15px 30px;
    }
    .article-sect .title,.products-sect .title{
        margin-bottom: 26px;
    }
    .sect .more .more-ic .moreic1 {
        display: none;
    }  
    .sect .more .more-ic .moreic2 {
        display: block;
    }  
    .sect .more{
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: 0px auto 0;
        float: none;
        width: 100%;
        font-size: 14px;
        display: flex;
        justify-content: center;
    }
    .sect .more .more-round{
        width: 55px;
        height: 55px;
    }
    .news-box .more,.about-box .more{
        margin: 20px auto 0;
    }
    .sect .more .more-ic:after{
        background: url(../../images/common/icon_arrow-white_m.png) center no-repeat;
    }
    .products-sect .more .more-ic:after{
        background: url(../../images/common/icon_arrow-green_m.png) center no-repeat;
    }
    .about-box:before{
        background: url(../../images/common/index/about_bg_m.png) center no-repeat;
        width: 100%;
        height: 100%;
        border-radius: 30px;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .product-list {
        text-align: center;
        max-width: 700px;
        margin: 0 auto;
    }
    .product-list li {
        width: 50%;
        padding: 0 11.5px 40px;
    }
    .product-list li:nth-child(4n+1) {
        clear: none;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list .text {
        line-height: 1.4;
        height: 40px;
    }
    .product-list .box:hover .text {
        transform: translateY(-28px);
    }
    .product-list .name{
        font-size: 16px;
    }
    .products-sect .more{
        margin-top: -15px;
    }
    .hl-sect:before{
        width: 100%;
    }
    .hl-sect .hl-row .hl-col{
        padding: 75px 35px 43px;
    }
    .links-sect .title h2{
        order: 1;
        padding: 0;
    }
    .links-sect .title span{
        order: 2;
    }
    .hl-sect .hl-row .hl-col p{
        font-size: 18px;
        line-height: 1.5;
    }
    .links-sect .link-btn-text{
        font-size: 18px;
    }
    .links-sect .more{
        width: fit-content;
    }
    .links-sect .links-row{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .links-sect .link-btn,
    .links-sect .link-btn+.link-btn {
        margin: 0 15px 15px;
    }
    .wrapper:after {
        background: #FFF;
        height: 22%;
    }
}
@media screen and (max-width: 960px) {
    .album-list li {
        width: 50%;
        padding: 0 15px 35px;
    }
    .album-list li:nth-child(4n+1) {
        clear: none;
    }
    .album-list li:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .banner_m {
        padding: 0 0 37px;
    }
    .banner_m .slick-prev {
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 65px;
        color: transparent;
        background: rgb(121,191,45) ;
        background: -moz-linear-gradient(top, rgb(121,191,45) 0%, rgb(47,163,45) 100%);
        background: -webkit-linear-gradient(top,rgb(121,191,45) 0%,rgb(47,163,45) 100%);
        background: linear-gradient(to bottom,rgb(121,191,45) 0%,rgb(47,163,45) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79BF2D', endColorstr='#2FA32D',GradientType=1 );
        border: 0;
        cursor: pointer;
        position: absolute;
        bottom: -23.5px;
        margin: auto;
        left: 52%;
        z-index: 150;
        border-radius: 50%;
        transition: all 0.3s ease;
        z-index: 1;
        overflow: hidden;
    }
    .banner_m .slick-next {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-align: left;
        padding: 0;
        border: 0;
        background: rgb(121,191,45) ;
        background: -moz-linear-gradient(top, rgb(121,191,45) 0%, rgb(47,163,45) 100%);
        background: -webkit-linear-gradient(top,rgb(121,191,45) 0%,rgb(47,163,45) 100%);
        background: linear-gradient(to bottom,rgb(121,191,45) 0%,rgb(47,163,45) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79BF2D', endColorstr='#2FA32D',GradientType=1 );
        width: 55px;
        height: 55px;
        cursor: pointer;
        position: absolute;
        left: 52%;
        bottom: -23.5px;
        border-radius: 50%;
        transition: all 0.3s ease;
        z-index: 1;
        overflow: hidden;
    }
    .banner_m  .slick-prev {
        margin-left: -60px;
    }
    .banner_m  .slick-prev::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../../images/common/icon_arrow-white_l_m.png) center no-repeat;
        transform: translateX(0px);
        transition: transform .25s cubic-bezier(.645, .045, .355, 1);
        z-index: -1;
    }
    .banner_m  .slick-prev:hover:before {
        transform: translateX(-48px); 
        display: inline-block;
        transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    }
    .banner_m  .slick-prev:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../../images/common/icon_arrow-white_l_m.png) center no-repeat;
        transform: translateX(100%); 
        transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    }
    .banner_m  .slick-prev:hover:after {
        transform: translateX(0);
    }
    .banner_m  .slick-next::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../../images/common/icon_arrow-white_m.png) center no-repeat;
        transform: translateX(0px);
        transition: transform .25s cubic-bezier(.645, .045, .355, 1);
        z-index: -1;
    }
    .banner_m  .slick-next:hover:before {
        transform: translateX(48px);
        display: inline-block;
        transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    }
    .banner_m  .slick-next:after{
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../../images/common/icon_arrow-white_m.png) center no-repeat;
        transform: translateX(-100%);
        transition: transform .25s cubic-bezier(.645, .045, .355, 1)
    }
    .banner_m  .slick-next:hover:after {
        transform: translateX(0);
    }
    .banner_m,
    .banner-pages-m{
        display: block;
    }
    .banner-pages-m .slick-dots {
        text-align: center;
        margin: 20px 0 30px;
        padding: 0;
    }
    .banner,
    .banner-pages{
        display: none;
    }
    .article-list li {
        width: 50%;
    }
    .article-list li:nth-child(3n+1) {
        clear: none;
    }
    .article-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list .text {
        text-align: center;
        max-width: 100%;
        margin: -24px 15px 0;
    }
    .hl-sect .hl-row {
        flex-direction: column;
    }
    .hl-sect .hl-row .hl-col,
    .hl-sect .hl-row .hl-col:last-child {
        width: 100%;
        height: 312px;
        padding: 70px 13px;
        background-size: cover;
    }
    .hl-sect .hl-row .hl-col:first-child{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 600px) {
    .product-list li {
        width: 100%;
        padding: 0 0 40px;
    }
    .product-list li .box{
        max-width: 320px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    .news-list li {
        padding: 8px 0;
    }
    .news-list li .name {
        display: block;
        margin: 5px 0 0 0;
        width: auto;
    }
    .album-list li {
        width: 100%;
    }
    .article-list  {
        margin: 0;
    }
    .article-list li{
        width: 100%;
        padding: 28px 0px 20px;
    }
    .article-sect:before {
        height: 100%;
        width: 100%;
    }  
    .links-sect:before {
        width: 100%;
        height: 110%;
    }
    .wrapper:after {
        height: 30%;
    }
}