
@import url('css-BarlowCondensed400400i500500i600600i700700i.css');
.wrapper {
    background: #FFF;
}

/*列表通用 index、products*/
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    padding: 0 5px;
    position: relative;
}
.products-list.type2 .mask{
    margin: 0 -5px;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
    overflow: hidden;
}
.products-list.type2 .mask .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(16,16,16,.8);
    transform: translate(0, 50px);
    transition: all .3s ease-in-out;
    z-index: 5;
}
.products-list.type2 .box .mask .pic:after{
    content: "";
    width: 0px;
    height: 1px;
    background: #FFC00D;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 55%;
    transition: all .4s ease-in-out;
    transition-delay: .3s;
    z-index: 6;
}
.products-list.type2 .box:hover .mask .pic:before{
    opacity: 1;
    transform: translate(0, 0);
}
.products-list.type2 .box:hover .mask .pic:after{
    opacity: 1;
    width: 52px;
}
.products-list.type2 .item {
    padding: 0 15px;
    margin-bottom: 37px;
}
.products-list.type2 .txt {
    padding-top: 11px;
}
.products-list.type2 .name{
    -webkit-line-clamp: 1;
    max-height: 25px;
    margin: 0px 0 6px;
    font-size: 17px;
    font-weight:500;
    letter-spacing: 0.035em;
}
.products-list .name{
    font-size: 17px;
    color: #111111;
    font-weight:500;
    letter-spacing: 0.035em;
    transition: all .2s ease;
}
.products-list .box:hover .name{
    color: #F7931D;
}
.products-list.type2 .description{
    font-size: 14px;
    color: #666;
    letter-spacing: 0.035em;
    line-height: 1.5;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    width: 50px;
    height: 50px;
    background: #FFC10E;
    position: absolute;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #0D0D0E;
    z-index: 2;
    box-sizing: border-box;
    padding: 12px 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    border-radius: 15px;
    left: 10px;
    top: 10px;
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.products-list .box:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.products-list .box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    color: #FFC10E;
    letter-spacing: 0.2em;
}
.products-list .mask .more{
    display: block;
}
.products-list.type2 .box:hover .more{
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}
@media screen and (max-width: 1000px){
    .products-list .box .more{
       font-size: 12px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
 }
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #ba0020;
    background: -moz-linear-gradient(left,  #ba0020 0%, #990820 100%);
    background: -webkit-linear-gradient(left,  #ba0020 0%,#990820 100%);
    background: linear-gradient(to right,  #ba0020 0%,#990820 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0020', endColorstr='#990820',GradientType=1 );
}
.album-list .item .name{
    color: #FFC725;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../image/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    z-index: 20;
    transition: all .3s ease;
    opacity: 0;
}
.masonry-list.album-list.type1 .item .box:hover .namebox:after,
.masonry-list.album-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    padding-right: 60px;
    position: relative;
}
/*!瀑布流*/
.album-list .item .pic{
    border-radius: 0;
}
/*!列表通用 index、album*/
.album-sect .album-list{
    margin: 0;
}
.album-list.type1{
    margin-right: 98px;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list .item .name{
    color: #FFC725;
    font-weight: normal;
}
.onlyitem-list.album-list .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name, .masonry-list.album-list.type3 .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list .pic {
    overflow: hidden;
    position: relative;
}
.news-list .box .pic img {
    transition: all ease 0.3s;
}
.news-list .box:hover .pic img {
    transform: scale(1.2);
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name{
    color: #111111;
    font-weight: 500;
    letter-spacing: 0.035em;
    line-height: 1.5;
    font-size: 17px;
    transition: all .3s ease;
}
.news-list .box:hover .name{
   color: #F7931D;
}
.news-list .item .description{
    color: #666666;
    font-size: 14px;
    letter-spacing: 0.035em;
    line-height: 1.5;
}
.news-list .date{
    font-family: "Tajawal", sans-serif;
    color: #0D0D0E;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #FFC725 ;
    background: #FFC725 !important;
    font-family: "Tajawal", sans-serif;
    font-weight: normal;
    transform: all .2s;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #0D0D0E;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more{
    color: #0B0B0B;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #FAFAFA;
}
.news-list.type1 .item:nth-child(2n){
    background: #FAFAFA;
}
.news-list.type3 .item {
    border-left: solid #dddddd 1px;
}
.news-list.type3:before{
    background: #FFF;
}
.news-list.type4 {
    margin: 0px -10px;
}
.news-list.type4 .txt {
    position: static;
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 15px;
}
.news-list.type4 .item .box{
    max-width: 310px;
    transition: all .2s;
    border:solid 0px #D9D9D9;
    background: #FFF;   
}
.news-list.type4 .item .date,
.news-date{
    color: #FFC725;
    font-family: "Tajawal", sans-serif;
    font-weight: normal;
    background: #0D0D0E ;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date{
    color:#0B0B0B;
    background: rgba(255,193,14,.9);
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    left: 10px;
    top: 10px;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    line-height: 1;
    border-radius: 10px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-weight: normal;
    font-family: "Tajawal", sans-serif;
    font-size: 35px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-family: "Tajawal", sans-serif;
    font-weight: normal;
}
.news-list.type4 .name {
    margin-top: 12px;
    margin-bottom: 9px;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner img{
    width: 100%;
}
.banner *{
    height: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-arrow {
    white-space: nowrap;
    color: transparent;
    background: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    width: 72px;
    height: 72px;
    cursor: pointer;
}
.banner .slick-arrow:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #FFDC00;
    z-index: -1;
    transition: all .3s;
    transform: scale(1.0);
    border-radius: 100%;
}
.banner .slick-arrow:after{
    content: '';
    position: absolute;
    display: flex;
    width: 12px;
    height: 11px;
    background: url(../image/bn_arrow.png) center no-repeat;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner .slick-prev {
    left: 20px;
    transition: all .3s;
}
.banner .slick-next {
    left: auto;
    right: 20px;
    transform: rotate(180deg);
    transition: all .3s;
}
.banner .slick-prev:hover {
    left: 30px;
}
.banner .slick-next:hover{
    right: 30px;
}
.banner .slick-arrow:hover:before{
    transform: scale(1.5);
}
/*------------ title ------------*/
.title{
    text-align: center;
    margin-bottom: 25px;
}
.title span{
    font-family: "Tajawal", sans-serif;
    color:#000000;
    font-size: 64px;
    line-height: 67px;
    font-weight: bold;
    margin-bottom: 0px;
    display: block;
}
.title span:first-letter{
    color:#FFBF0C;
}
.title h2{
    color: #000000;
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0.1em;
    font-weight: normal;
}
.title i{
   display: none;
}
.site-main {
    background: #FFF;
}
/*------------ more ------------*/
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner,.articles-sect{
    position: relative;
    z-index: 2;
}
.index_more a{
    position: relative;
    overflow: hidden;
    width: 240px;
    height: 72px;
    display:flex;
    background: #F8F8F8;
    align-items: center;
    z-index: 0;
    font-family: "Tajawal", sans-serif;
    transition: all .3s ease;
    margin: 0;
    border-radius: 40px;
    padding:17px 0 17px 48px;
    box-sizing: border-box;
}
.index_more a span{
    color: #000;
    font-size: 17px;
    letter-spacing: 0.05em;
    font-family: "Tajawal", sans-serif;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}
.index_more a > span > .more_dot{
    position: absolute;
    width: 38px;
    height: 38px;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.index_more a > span > .more_dot:before{
    content: '';
    position: absolute;
    display: block;
    background: #FFC10E;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    transform:  scale(1.0);
    z-index: -1;
    transition: all .4s ease;
}
.index_more a:hover > span > .more_dot:before{
    transform:  scale(12.0);
    background: #FFDC00;
}
.index_more a > span > .more_dot:after{
    content: '';
    position: absolute;
    display: block;
    background: #FFF;
    width: 6px;
    height: 6px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    transform:  scale(1.0);
    transition: all .4s ease;
    image-rendering: pixelated;
}
.index_more a:hover > span > .more_dot:after{
    transform:  scale(5.4);
}

.index_more a > span > .more_dot > .more_arrow{
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 11px;
    background:  url('../image/more_arrow.png') no-repeat center;
    left: -23px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    opacity: 0;
    transition: all .2s ease;
    z-index: 5;
}
.index_more a:hover > span > .more_dot > .more_arrow{
    opacity: 1;
    left: 0px;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect{
    background: #fff;
}

.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    --color: #F9F9F9;
    background-color: #FFF;
    background-image: linear-gradient(0deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent),
    linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent);
    background-size: 68px 68px;  
    position: relative;
    padding: 190px 0 318px;
    overflow: hidden;
}
.about-sect:before{
    content: '';
    display: block;
    position: absolute;
    width: 1181px;
    height: 100%;
    left: 38%;
    top: 0;
    bottom: 0;
    background:  url('../image/a_woman.png') no-repeat;
    z-index: 0;
}
.about-sect:after{
    content: '';
    display: block;
    position: absolute;
    width: 1181px;
    height: 100%;
    left: 38%;
    top: 0;
    bottom: 0;
    background:  url('../image/a_woman_.png') no-repeat;
    z-index: 2;
}
.about-sect .a_woman2{
    position: absolute;
    left: 38%;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
}

.about-sect .txt-box{
        display: flex;
    flex-direction: column;
}
.about-sect .title{
   text-align: left;
   margin-bottom: 24px;
}
.about-sect .col.txt{
    position: relative;
    width: 381px;
    margin-left: 9.5%;
    z-index: 5;
}
.about-sect .col.pic{
    display: none;
}
.about-sect .index-about-editor{

}
.about-sect .txt-box .index-about-editor .editor h4{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.85;
    color: #000;
    margin: 0 0 10px;
}
.about-sect .txt-box .index-about-editor .editor h4 b{
    text-decoration: underline;
    color: #FFBF0C;
}
.about-sect .txt-box .index-about-editor .editor {
    color: #000;
    line-height: 1.85;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 121px;
    margin: 0;
}
.about-sect .index_more{
    margin-top: 45px;   
}
.about-sect .txt .tag{
   display: none;
}

/*-------- 跑馬燈 --------*/
.about_marquee{
    width: 100%;
    display: flex;
    height: 300px;
    line-height: 1.2;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 15%;
    z-index: -1;
}
.about_marquee .track1 {
    white-space: nowrap;
    display: inline-block;
    will-change: transform;
    animation: marquee1 150s linear infinite;
    height: 300px;
}
.about_marquee .track2 {
    white-space: nowrap;
    display: inline-block;
    will-change: transform;
    animation: marquee2 150s linear infinite;
    height: 300px;
}
.about_marquee .track3 {
    white-space: nowrap;
    display: inline-block;
    will-change: transform;
    animation: marquee3 150s linear infinite;
    height: 300px;
}

.about_marquee span {
    position: relative;
    padding: 0 98px 0 0;
    line-height: 1.2;
    font-size: 300px;
    letter-spacing: -0.05em;
    white-space: nowrap;
    color: rgba(240,240,240,.3);
    font-family: "Tajawal", sans-serif;
    font-weight: bold;
}

.about_marquee:hover .track1,
.about_marquee:hover .track2,
.about_marquee:hover .track3 {
    animation-play-state: paused;
}

@keyframes marquee1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes marquee2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes marquee3 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
/*-------- /跑馬燈 --------*/

.a_wifi,
.a_cell-site,
.a_router-wifi,
.a_internet-line{
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; 
}
.about-sect .scene1{
    display: block;
    background-size: contain;
    position: absolute;
    left: -10%;
    top: -24%;
    z-index: 3;
}
.about-sect .scene1 .a_deco{
    position: relative;
}
.about-sect .scene1 .a_deco:before{
    content: '';
    display: block;
    position: absolute;
    background:  url('../image/a_deco_.png') no-repeat center;
    width: 471px;
    height: 572px;
    left: -2px;
    top: -77px;
}
.about-sect .scene2{
    display: block;
    background-size: contain;
    position: absolute;
    left: 32.5%;
    bottom: -6.4%;
    z-index: 3;
}
.about-sect .scene3{
    display: block;
    background-size: contain;
    position: absolute;
    left: 57.5%;
    top: 43%;
    z-index: 1;
}
.about-sect .scene4{
    display: block;
    background-size: contain;
    position: absolute;
    right: 9.5%;
    top: 24.5%;
    z-index: 3;
}
.about-sect .scene5{
    display: block;
    background-size: contain;
    position: absolute;
    right: 9.2%;
    bottom: 4.2%;
    z-index: 3;
}

/*.a_wave*/
.about-sect .a_wave{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    border-radius: 100%;
    z-index: -1;
}
.about-sect .a_wave .a_wave1,
.about-sect .a_wave .a_wave2,
.about-sect .a_wave .a_wave3,
.about-sect .a_wave .a_wave4 {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
}
.about-sect .a_wave .a_wave1:before, 
.about-sect .a_wave .a_wave1:after,
.about-sect .a_wave .a_wave2:before, 
.about-sect .a_wave .a_wave2:after,
.about-sect .a_wave .a_wave3:before, 
.about-sect .a_wave .a_wave3:after,
.about-sect .a_wave .a_wave4:before, 
.about-sect .a_wave .a_wave4:after{
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 100px; 
    height: 100px; 
    border-radius: 50%; 
    background-color: rgba(255,212,0,.2);
    opacity: 0;
}
/*scene1 a_wave*/

.about-sect .scene1 .a_wave .a_wave1:before,
.about-sect .scene1 .a_wave .a_wave2:before {
    z-index: 1; 
    animation: ripple1 4s linear 0.8s infinite;
}
.about-sect .scene1 .a_wave .a_wave3:before,
.about-sect .scene1 .a_wave .a_wave4:before {
    z-index: 1; 
    animation: ripple1 4s linear 1.6s infinite;
}
.about-sect .scene1 .a_wave .a_wave1:after,
.about-sect .scene1 .a_wave .a_wave2:after {
    z-index: 0; 
    animation: ripple1 4s linear 2.4s infinite;
}
.about-sect .scene1 .a_wave .a_wave3:after,
.about-sect .scene1 .a_wave .a_wave4:after {
    z-index: 0; 
    animation: ripple1 4s linear 3.2s infinite;
}
@keyframes ripple1 {
    0% {
        transform: scale(0);
        opacity: .8;
    }
    90% {
        opacity: .4;
     }
    95%{
        opacity: .2;
     }
    100% {
        transform: scale(5.2);
        opacity: .0;
    }
}
/*scene2 a_wave*/
.about-sect .scene2 .a_wave .a_wave1:before,
.about-sect .scene2 .a_wave .a_wave2:before {
    z-index: 1; 
    animation: ripple2 4s linear 0.8s infinite;
}
.about-sect .scene2 .a_wave .a_wave3:before,
.about-sect .scene2 .a_wave .a_wave4:before {
    z-index: 1; 
    animation: ripple2 4s linear 1.6s infinite;
}
.about-sect .scene2 .a_wave .a_wave1:after,
.about-sect .scene2 .a_wave .a_wave2:after {
    z-index: 0; 
    animation: ripple2 4s linear 2.4s infinite;
}
.about-sect .scene2 .a_wave .a_wave3:after,
.about-sect .scene2 .a_wave .a_wave4:after {
    z-index: 0; 
    animation: ripple2 4s linear 3.2s infinite;
}
@keyframes ripple2 {
    0% {
        transform: scale(0);
        opacity: .8;
    }
    90% {
        opacity: .4;
     }
    95%{
        opacity: .2;
     }
    100% {
        transform: scale(3.8);
        opacity: .0;
    }
}
/*scene3 .a_wave*/

.about-sect .scene3 .a_wave .a_wave1:before,
.about-sect .scene3 .a_wave .a_wave2:before {
    z-index: 1; 
    animation: ripple3 4s linear 0.8s infinite;
}
.about-sect .scene3 .a_wave .a_wave3:before,
.about-sect .scene3 .a_wave .a_wave4:before {
    z-index: 1; 
    animation: ripple3 4s linear 1.6s infinite;
}
.about-sect .scene3 .a_wave .a_wave1:after,
.about-sect .scene3 .a_wave .a_wave2:after {
    z-index: 0; 
    animation: ripple3 4s linear 2.4s infinite;
}
.about-sect .scene3 .a_wave .a_wave3:after,
.about-sect .scene3 .a_wave .a_wave4:after {
    z-index: 0; 
    animation: ripple3 4s linear 3.2s infinite;
}
@keyframes ripple3 {
    0% {
        transform: scale(0);
        opacity: .8;
    }
    90% {
        opacity: .4;
     }
    95%{
        opacity: .2;
     }
    100% {
        transform: scale(2.2);
        opacity: .0;
    }
}
/*scene4 a_wave*/

.about-sect .scene4 .a_wave .a_wave1:before,
.about-sect .scene4 .a_wave .a_wave2:before {
    z-index: 1; 
    animation: ripple4 4s linear 0.8s infinite;
}
.about-sect .scene4 .a_wave .a_wave3:before,
.about-sect .scene4 .a_wave .a_wave4:before {
    z-index: 1; 
    animation: ripple4 4s linear 1.6s infinite;
}
.about-sect .scene4 .a_wave .a_wave1:after,
.about-sect .scene4 .a_wave .a_wave2:after {
    z-index: 0; 
    animation: ripple4 4s linear 2.4s infinite;
}
.about-sect .scene4 .a_wave .a_wave3:after,
.about-sect .scene4 .a_wave .a_wave4:after {
    z-index: 0; 
    animation: ripple4 4s linear 3.2s infinite;
}
@keyframes ripple4 {
    0% {
        transform: scale(0);
        opacity: .8;
    }
    90% {
        opacity: .4;
     }
    95%{
        opacity: .2;
     }
    100% {
        transform: scale(1.2);
        opacity: .0;
    }
}
/*scene5 a_wave*/

.about-sect .scene5 .a_wave .a_wave1:before,
.about-sect .scene5 .a_wave .a_wave2:before {
    z-index: 1; 
    animation: ripple5 4s linear 0.8s infinite;
}
.about-sect .scene5 .a_wave .a_wave3:before,
.about-sect .scene5 .a_wave .a_wave4:before {
    z-index: 1; 
    animation: ripple5 4s linear 1.6s infinite;
}
.about-sect .scene5 .a_wave .a_wave1:after,
.about-sect .scene5 .a_wave .a_wave2:after {
    z-index: 0; 
    animation: ripple5 4s linear 2.4s infinite;
}
.about-sect .scene5 .a_wave .a_wave3:after,
.about-sect .scene5 .a_wave .a_wave4:after {
    z-index: 0; 
    animation: ripple5 4s linear 3.2s infinite;
}
@keyframes ripple5 {
    0% {
        transform: scale(0);
        opacity: .8;
    }
    90% {
        opacity: .4;
     }
    95%{
        opacity: .2;
     }
    100% {
        transform: scale(2.0);
        opacity: .0;
    }
}
/*------------ articles ------------*/
.articles-sect{
    padding: 75px 0 20px;
    background: #F6F6F6;
}
.articles-sect .title{

}
.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.articles-sect .index_more{
    display: none;
}
/*------------ news ------------*/
.news-sect .index_more{
    display: none;
}
.news-sect{
   padding: 77px 0 66px;
}
.news-sect .title{
    margin-bottom: 26px;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect .index_more{
    display: none;
}
.products-sect{
    position: relative;
    background: #FAFAFA;
    z-index: 10;
    padding:74px 0 46px
}
.products-sect .title{
    margin-bottom: 27px;
}
.products-box{
    margin: 0px auto 0;
    max-width: 1330px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 59px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
     height: 120px; 
     line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    background-color: #4f4f4f;
    opacity: 1;
    background-image: radial-gradient(circle at center center, #1e1e1e, #4f4f4f), repeating-radial-gradient(circle at center center, #1e1e1e, #1e1e1e, 4px, transparent 8px, transparent 4px);
    background-blend-mode: multiply;
    position: relative;
    padding: 75px 0 75px;

}
.service-sect .title {
    margin-bottom: 28px;
}
.service-sect .title span, .service-sect .title h2{
    color: #FFF;
}
.service-sect .editor{
}
.service-box{
    position: relative;
    text-align:center;
    z-index: 0;
}

.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more a{
    margin: 24px auto 0;
}
/*------------ album ------------*/
.album-sect {
    position: relative;
    background: rgb(255,219,0);
    background: -moz-linear-gradient(left, rgba(255,219,0) 0%, rgba(247,149,29) 100%);
    background: -webkit-linear-gradient(left, rgba(255,219,0) 0%,rgba(247,149,29) 100%);
    background: linear-gradient(to right, rgba(255,219,0) 0%,rgba(247,149,29) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDB00', endColorstr='#F7951D',GradientType=1 );
    padding: 92px 0 95px;
    overflow: hidden;
}
.album_marquee1,
.album_marquee2,
.album_marquee3,
.album_marquee4,
.album_marquee5,
.album_marquee6 {
    position: absolute;
    display: flex;
    width: 100%;
    z-index: -1;
} 
.album_marquee1 {
    left: 0;
    top: 0;
}
.album_marquee2 {
    left: 0;
    top: 88px;
}
.album_marquee3 {
    left: 0;
    top: 176px;
}
.album_marquee4 {
    left: 0;
    top: 264px;
}
.album_marquee5 {
    left: 0;
    top: 352px;
}
.album_marquee6  {
    left: 0;
    top: 440px;
}
.album_marquee1, .album_marquee3, .album_marquee5 {
    -webkit-animation: top-rail1 12s linear forwards infinite;
    animation: top-rail1 12s linear forwards infinite;
}
.album_marquee2, .album_marquee4, .album_marquee6 {
    -webkit-animation: top-rail2 12s linear forwards infinite;
    animation: top-rail2 12s linear forwards infinite;
}

.pic_mask {
    flex-shrink: 0; 
}
.pic_mask img {
    max-width: 100%; 
}
@keyframes top-rail1 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-454px);
    }
}
@keyframes top-rail2 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(454px);
    }
}



.album-sect .index_more{
    display: none;
}

.album-sect .container{
    max-width: 100%;
    padding: 0;
}
.album-list .slick-track{
    margin: auto;
}
.album-list .item{
    clear: none!important;
    padding: 0 0!important;
}
.album-list .item .box .more{
    display: none;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-list .item{
    width: 16.66%;
    padding: 0;
}
.album-list .item .namebox{
    transition: all .2s;
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: rgb(13,13,14);
    color:#FFC725;
    font-size: 17px;
    letter-spacing: 0.035em;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 50;

}
.album-list .item .namebox .name{
    margin:0px 0;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
}
.album-list .item:hover .box .namebox{
    opacity: 1
}
.album-list .item .pic:before{
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(16,16,16,.8);
    transition: all .3s ease;
        z-index: 5;
}
.album-list.active .item .pic:before{
    opacity: 1;
}
.album-list.active .box:hover .cover,
.album-list.active .box:hover .pic:before{
    opacity: 0;
}
.album-list.active.type2 .item .pic:before{
    opacity: 0;
}
.album-list.active.type2 .box:hover .cover,
.album-list.active.type2 .box:hover .pic:before{
    opacity: 1;
}
/*瀑布流*/
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.album-sect .title span{
  color: #000;
}
.album-sect .title span:first-letter{
    color:#FFF;
}
.album-sect .title{
    display: none;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../image/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.masonry-list .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
    padding-right: 60px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../image/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .box:hover .namebox:after{
    opacity: 1;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 14px 0 0;
    font-size: 16px;
    padding-right: 60px;
}

.masonry-list.album-list.type1 .item .box .pic,
.masonry-list.album-list.type3 .item .box .pic{
    border-radius: 14px;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(https://www.wt-net.tw/images/layout06-5/common/index/contact_border.png) top center no-repeat, url(https://www.wt-net.tw/images/layout06-5/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.reminder{
    /*top: -20px;*/
    position: relative;
    padding: 9.5px 15px;
    color: #F6F6F6;
    background: #ba0020;
    background: -moz-linear-gradient(left,  #ba0020 0%, #990820 100%);
    background: -webkit-linear-gradient(left,  #ba0020 0%,#990820 100%);
    background: linear-gradient(to right,  #ba0020 0%,#990820 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0020', endColorstr='#990820',GradientType=1 );
    margin-bottom: 30px;
}
.reminder:after{
    border-top: 8px solid #EB4130;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position:absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
}
.reminder b{
    border-color: #F6F6F6;
}
.contact-sect .form-wrap .reminder{
    display: none;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1680px){
    .about-sect .scene1{
        left: -12%;
        top: -21%; 
    }
    .about-sect .scene4{
        right: 1.5%;
    }
    .about-sect .col.txt {
        margin-left: 16%;
    }
}
@media screen and (max-width: 1440px){
    .about-sect .col.txt {
        margin-left: 18%;
    }
}
@media screen and (max-width: 1280px){
    .about-sect{
        padding: 126px 0 212px;
    }
    .service-sect{
        padding: 50px 0 50px;
    }
    .album-sect{
        padding: 61px 0 63px;
    }
    .news-sect {
        padding: 51px 0 44px;
    }
    .products-sect {
        padding: 49px 0 46px;
    }
    .about-sect:before,.about-sect:after{
        left: 22%;
    }
    .about-sect .scene1 {
        left: -26%;
        top: -28%;
    }
    .about-sect .scene2 {
        left: -6%;
        bottom: -10.4%;
    }
    .about-sect .scene3{
        left: 56%;
        top: 48%;
    }
    .about-sect .scene4 {
        right: 3.5%;
    }
    .about-sect .col.txt {
        margin-left: 20%;
    }
}
@media screen and (max-width: 1200px){
     /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
   .products-list.onlyitem-list.type2 .box.new:before{
        top: -10px;
        left: 25px;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
    
}
@media screen and (max-width: 1150px){
    .about-sect .scene3 {
        left: 54%;
        top: 50%;
    }
    .about-sect .scene4 {
        right: 22.5%;
        top: 27.5%;
        z-index: 1;
    }
    .about-sect .scene5{
        right: 4.2%;
        bottom: 7.2%;
    }
}
@media screen and (max-width: 1000px){
    .index_more a{
        transform: scale(0.9);
    }
    .title,.service-sect .title,.news-sect .title,.products-sect .title{
        margin-bottom: 30px;
    }
    .title span {
        font-size: 45px;
        line-height: 45px;
    }
    .title h2 {
        font-size: 24px;
    }
    .about-sect{
        padding: 50px 0 52px;
    }
    .service-sect{
        padding: 50px 0 52px;
    }
    .album-sect{
        padding: 54px 0 54px;
    }
    .news-sect {
        padding: 45px 0 13px;
    }
    .products-sect {
        padding: 42px 0 24px;
    }
    .about-sect .title{
        text-align: center;
        margin-bottom: 22px;
    }
    .about-sect .col.txt{
        width: 400px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        font-size: 17px;
        letter-spacing: 0.06em;
    }
    .about-sect .txt-box .index-about-editor .editor {
        display: block;
        -webkit-line-clamp:inherit;
        height: auto;
        text-align: center;
        font-size: 14px;
        letter-spacing: 0.03em;
    }
    .about-sect:before,.about-sect:after{
        display: none;
    }
    .about-sect .index_more{
        margin:25px auto 0;
    }
    .about-sect .a_wave {
        transform: none !important; 
    }
    .about-sect .scene1 {
        left: -16.5%;
        top: -47%;
    }
    .about-sect .scene1 .a_deco,.a_cell-site,.a_router-wifi{
         transform: none !important; 
    }
    .about-sect .scene2,.about-sect .scene5 {
        display: none;
        transform: none !important; 
    }
    .about-sect .scene3 {
        left: 73%;
        top: 65%;
    }
    .about-sect .scene4 {
        right: 3.5%;
        top: 45.5%;
        z-index: 3;
    }

    /*-------- 跑馬燈 --------*/
    .about_marquee{
        height: 200px;
        line-height: 1.2;
        top: 18%;
    }
    .about_marquee .track1,.about_marquee .track2,.about_marquee .track3 {
        height: 200px;
    }

    .about_marquee span {
        padding: 0 65px 0 0;
        line-height: 1.2;
        font-size: 200px;
        color: rgba(240, 240, 240, .3);
    }
    .service-box {
        padding-bottom: 0;
    }
    .service-sect .editor {
        padding-left: 0;
        display: block;
        height: unset;
    }
    .service-sect .index_more a{
        margin: 0 auto;
    }
    
    .album-list.type1 {
        margin-right: 65px;
    }
    .album_marquee1 {
        top: -10px;
    }
    .album_marquee2 {
        top: 51.8px;
    }
    .album_marquee3 {
        top: 113.6px;
    }
    .album_marquee4 {
        top: 175.4px;
    }
    .album_marquee5 {
        top: 237.2px;
    }
    .album_marquee6  {
        top: 299px;
    }
    .album_marquee1, .album_marquee3, .album_marquee5 {
        -webkit-animation: top-rail3 12s linear forwards infinite;
        animation: top-rail3 12s linear forwards infinite;
    }
    .album_marquee2, .album_marquee4, .album_marquee6 {
        -webkit-animation: top-rail4 36s linear forwards infinite;
        animation: top-rail4 36s linear forwards infinite;
    }
     @keyframes top-rail3 {
        0% {
            transform: translateX(0%) scale(.7);
        }
        100% {
            transform: translateX(-357px) scale(.7);
        }
    }
    @keyframes top-rail4 {
        0% {
            transform: translateX(-100%) scale(.7);
        }
        100% {
            transform: translateX(357px) scale(.7);
        }
    } 


    .news-list.type4 {
        margin: 0px 0px;
    }
    .news-list.type4 .item{
        padding: 0 10px;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
     .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
     }
     .news-list.onlyitem-list .item .pic{
        width: 100%;
     }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }

    .products-list.type2 {
        margin: 0 0px;
    }
     .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .products-sect .container {
        border: inherit;
        border-width: inherit;
        background:inherit;
    }
    .products-box {
        padding: 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
}
@media screen and (max-width: 884px){
    .about-sect .scene1 {
        left: -32%;
        top: -47%;
    }
    .about-sect .scene3 {
        left: 73%;
        top: 66%;
    }
    .about-sect .scene4 {
        right: 0.5%;
        top: 44.5%;
        z-index: 3;
    }
}
@media screen and (max-width: 767px){
    .about-sect .scene1,
    .about-sect .scene1 .a_deco,
    .about-sect .scene3,
    .a_cell-site,
    .about-sect .scene4,
    .a_router-wifi,
    .about-sect .a_wave{
        transform: scale(.8) !important;
    }

    .about-sect .scene1{
        left: -26%;
        top: -52%;
    }
    .about-sect .scene1 .a_deco:before{
        left: unset;
        top: -77px;
        right: -60px;
    }
    .about-sect .scene3 {
        left: 72%;
        top: 60%;
    }
    .about-sect .scene4 {
        right: 0.5%;
        top: 50.5%;
        z-index: 3;
    }
    .album-list.type1 {
        margin-right: 42px;
    }
}
@media screen and (max-width: 600px){
    .about-sect .scene1{
        left: -40%;
        top: -56%;
    }
    .about-sect .scene4{
        display: none;
    }

}


@media screen and (max-width: 480px){
    .about-sect .col.txt{
        padding: 0;
    }
    .about-sect .scene3{
        display: none;
    }
    .about-sect .scene1{
        transform: scale(0.5) !important;
        left: -46%;
        top: -43%;
    }
    .about-sect .scene3{
        display: none;
    }

    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    }

    .news-list.type4 .date{
        width: 52px;
        height: 52px;
    }
    .news-list.type4 .item .date .day{
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: -18px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 11px;
    }
    .news-list.type4 .txt {
        padding: 0 15px 15px 15px;
    }
    .news-list.type4 .name {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .news-list .item .name{
        font-size: 16px;
    }
    .news-list .item .description{
        font-size: 13px;
    }

    .products-list.type2 > .item > .box{
        padding: 0;
    }
    .products-list.type2 .item {
        margin-bottom: 30px;
    }
    .products-list.type2 .txt {
        padding-top: 9px;
    }
    .products-list.type2 .name{
        font-size: 16px;
        margin: 0px 0 4px;
    }
    .products-list.type2 .description{
        font-size: 13px;
    }
    .products-list .box.new:before{
        width: 40px;
        height: 40px;
        left: 8px;
        top: 8px;
        font-size: 13px;
        padding: 10px 0;
        border-radius: 10px;
    }
    .products-list.type2 .box:hover .mask .pic:after {
        opacity: 1;
        width: 32px;
    }
}
@media screen and (max-width: 400px){
    .about-sect .scene1{
        left: -50%;
    }
    .about-sect .col.txt{
        width: 100%;
    }
}
@media screen and (max-width: 375px){
    .about-sect .scene1{
        left: -54%;
    }
    .news-list.type4 .item .date .day{
        line-height: 0.8;
        margin-bottom: -15px;
    }
}
@media screen and (max-width: 360px){
    .about-sect .scene1{
        left: -64%;
    }

}
@media screen and (max-width: 320px){
    .about-sect .col.txt{
        padding: 0 20px;
    }
}