﻿/*------------ / banner ------------*/
.banner {
    padding-bottom: 0px;
    padding-top: 0px;
}
.banner:before {
    /*content: '';
    background: url('/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/banner_cover.png') 50% 100% / 100% 100% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index:1;*/
}
.banner .slider:before {
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner-slider-control {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -70px;
}
.banner .slick-prev,
.banner .slick-next {
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/banner_arrow.png') no-repeat;
    width: 25px;
    height: 50px;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    margin-right: 10px;
}
.banner .slick-next {
    background-position: 100% 0;
    margin-left: 10px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner-slider-dots {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li {
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
/*------------ / site-main ------------*/
.site-main {
    /* padding-bottom: 50px; */
    background: none;
}
/*------------ / products ------------*/
.sect1 {
    padding: 50px 0 100px;
}
.products-sect-title {
        background: url(../image/index-title.png) left center no-repeat;
    color: #000000;
    font-size: 18px;
    /* font-weight: bold; */
    line-height: 1.4;
    padding: 10px 0 5px 71px;
    margin: 0 0 25px;
    /* background-size: 100%; */
    letter-spacing: 3px;
}
.products-sect-title span {
        color: #000000;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
   /* font-weight: bold;*/
}
.products-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.products-sect-title .more, .news-sect-title .more, .album-sect-title .more{
    float: right;
    /* margin: 7px 0; */
    position: relative;
    
}
.products-sect-title .more a::before, .news-sect-title .more a::before, .album-sect-title .more a::before{
    content: "";
    display: inline-block;
    /* margin: 7px 0; */
    background: url('../image/index-more.png') left top no-repeat #fff;
    width: 42px;
    height: 42px;
    position: absolute;
    top: -28px;
    right: -50px;
    transition: all .3s;
}
.products-sect-title .more a, .news-sect-title .more a, .album-sect-title .more a{
    /*width: 76px; */
    display: block;
    /* padding: 8px 0; */
    /* background: #666b8a; */
    text-align: center;
    /* color: #212121; */
    font-size: 16px;
    /* font-style: italic; */
    line-height: 1;
    font-family: "dosis";
    text-transform: uppercase;
    letter-spacing: 0px;
    position: relative;
    left: -50px;
    top: 21px;
}
.products-sect-title .more:hover a::before, .news-sect-title .more:hover a::before, .album-sect-title .more:hover a::before{
   background-position: 100% 0;
}

.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 16.66%;
    padding: 0 10px;
}

.products-list .box {
    max-width: 220px;
    margin: 0 auto 10px;
    position: relative;
    /* border-bottom: 1px solid #656565; */
}
.products-list .box:hover {
    border-bottom-color: #2039E8;
}
.products-list .box.new:before {
       content: 'NEW';
    position: absolute;
    font-size: 14px;
    z-index: 10;
    top: 22px;
    left: -10px;
    color: #fff;
    /* border: 1px solid #ddd; */
    padding: 0 5px;
    width: 63px;
    height: 26px;
    line-height: 26px;
    text-align: right;
    box-sizing: border-box;
    background: rgb(79,83,82);
    background: -moz-linear-gradient(left, rgba(79,83,82,1) 0%, rgba(36,37,40,1) 100%);
    background: -webkit-linear-gradient(left, rgba(79,83,82,1) 0%,rgba(36,37,40,1) 100%);
    background: linear-gradient(to right, rgba(79,83,82,1) 0%,rgba(36,37,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5352', endColorstr='#242528',GradientType=1 );
    font-family: "dosis";
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 0 5px 0 rgba(0,0,0,0.2); */
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: rgba(255,255,255,0.7);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .txt {
    position: relative;
    z-index: 1;
    /* padding: 0 5px 8px; */
}
.products-list .description {
       font-size: 14px;
    color: #777777;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}
.products-list .name {
    color: #eee;
       color: #242528;
    font-size: 17px;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
    font-family: "dosis", "微軟正黑體";
    font-weight: bold;
}
.products-list .box:hover .name {
    color: #858585;
}
.products-list .txt::after{
    content: url(../image/product-more.png);
    font-family: "dosis";
    color: #858585;
    height: 23px;
    display: block;
    width: 53px;
    transition: all .3s;
    overflow: hidden;
    margin-top: 10px;
}
.products-list .box:hover .txt::after{
    width: 100%;
}
.products-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/products_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.products-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}

/*------------ / about ------------*/
.sect2 {
    padding: 40px 0;
    background: url('https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/about-bg.png') no-repeat;
    min-height: 485px;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.sect2 .container {
    max-width: 1300px;
    /* background: url('/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/about_shadow.png') 50% 100% / 100% 25px no-repeat; */
    padding: 0 0 0px;
}
.about-sect {
    background: url('../image/about-txt-bg.png')   repeat;
    position: relative;
    max-width: 949px;
    margin: -7% auto 0;
    min-height: 275px;
}
.about-sect-title {
    color: #0CE0C6;
    font-size: 23px;
    margin-bottom: 18px;
}
.about-sect-title span {
    display: block;
    color: #B20000;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
}
.about-sect .txt-box::before{
    content: url('https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/about-line.png');
    display: inline-block;
    position: absolute;
    left: 43px;
}
.about-sect .txt-box::after{
    content: url('https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/aboutTxt-img.png');
    display: inline-block;
    position: absolute;
    left: -6px;
    bottom: -64%;
}
.about-sect .txt-box {
    float: right;
    /* width: 360px; */
    /* background: rgba(4, 10, 40, 0.8); */
    margin-right: 0%;
    color: #aaa;
    line-height: 1.55;
    padding: 53px 72px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.about-sect .editor {
    /* min-height: 220px; */
    color: #CACCCD;
    font-size: 15px;
    line-height: 2;
}
.about-sect .ibtn.more {
    background: url('https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/about-more.png');
    width: 181px;
    height: 61px;
    position: absolute;
    right: 6%;
    bottom: -38px;
}
.about-sect .ibtn.more:hover{
    background: url('https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/about-more-hover.png') left top no-repeat;
}
/*------------ / album ------------*/

.sect3 {
    padding: 50px 0 120px;
    background: #DBDFE2;
}
.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title {
    background: url('../image/index-title.png') left center no-repeat;
    color: #000000;
    font-size: 18px;
    /* font-weight: bold; */
    line-height: 1.4;
    padding: 10px 0 5px 71px;
    margin: 0 0 25px;
    /* background-size: 100%; */
    letter-spacing: 3px;
}
.album-sect-title span {
    color: #000000;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
  /*  font-weight: bold;*/
}
.album-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.album-sect-title .more a::before{
    /*float: right;
    margin: 7px 0;*/
    top:-26px;
    background-color: #dbdfe2;
}
.album-sect-title .more a{
   /* width: 76px;
    display: inline-block;
    padding: 8px 0;
    background: #666b8a;
    text-align: center;
    color: #ddd;
    font-size: 13px;
    font-style: italic;
    line-height: 1;*/
}
.album-sect-title .more a:hover{
    /*background: #152cbf;*/
}
.album-sect .btn.more {
    right: 44px;
}
.album-sect .slick-dots {
    text-align: center;
    position: relative;
    padding-top: 20px;
    top: 100%;
    left: 0;
    right: 0;
}
.album-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/album_dot.png') no-repeat;
    width: 28px;
    height: 28px;
}
.album-sect .slick-dots li.slick-active button  {
    background-position: 100% 0;
}
.album-list {
    margin: 0 -3px;
}
.album-list > li{
    width: 25%;
}
.album-list .item {
    padding: 0 4px;
}
.album-list .box {
    display: block;
    position: relative;
    background: #fff;
    max-width: 480px;
    margin: 0 auto;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: url('/web/20250505140514im_/https://www.yifeng-conn.com/images/common/album/hover.png') 50% 50% no-repeat rgba(0,0,0,0.4); */
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(255,255,255,0.7);
}
.album-list .box:hover .pic:before {
    opacity: 1;
}
.album-list .txt {
    /* border: 1px solid #ddd; */
    padding: 10px 15px 10px 15px;
    position: relative;
}
.album-list .txt:before {
       content: url(https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/album/album-more.png);
    display: block;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: bold;
    /* border-bottom: 3px solid #000; */
    padding-bottom: 3px;
    width: 56px;
    overflow: hidden;
    transition: all .3s;
}
.album-list .box:hover .txt:before {
    color: #142597;
    width: 100%;
}
.album-list .name {
    color: #242527;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 3px;
    height: 25px;
}
.album-list .box:hover .name {
       color: #858585;
}

/*------------ / service ------------*/

.sect5 {
    padding: 50px 0 100px;
    background: url(https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/service-bg.png) center top no-repeat;
    background-size: cover;
}
.sect5 .container {
    max-width: 1300px;
    padding: 0;
}
.sect5 .btn.more {
    margin-top: 50px;
    width: 163px;
    height: 42px;
    /* background: #5A60A0; */
    color: #242527;
    font-size: 16px;
    /* font-weight: bold; */
    /* font-style: italic; */
    line-height: 42px;
    text-align: center;
    border: 1px solid #242527;
    font-family: "dosis";
    text-transform: uppercase;
    border-radius: 0;
}
.sect5 .btn.more:hover {
    /*background: #152cbf;*/
}
.sect5 .btn.more .ic {
    display: inline-block;
    font-size: 24px;
    /* margin: 5px auto 0; */
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 4px;
}
.service-sect {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px 0;
}
.service-sect .btn.more {
    margin-left: 0px;
    position: relative;
}
.service-sect .btn.more::before{
    content: url(https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/service-more-ic.png);
    width: 25px;
    height: 22px;
    position: absolute;
    left: -9px;
    top: 4px;
    transition: all .3s;
}
.service-sect .btn.more:hover::before{
    left: 10px;
}
.service-sect-title {
    color: #000000;
    font-size: 23px;
    /* font-weight: bold;*/
    line-height: 1.4;
    margin: 0 0 35px;
    text-align: center;
    background: url(https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/service-title.png) center center no-repeat;
    padding: 5px 0;
}
.service-sect-title span {
   /* font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 2px solid #9a9aa0;*/
}
.service-sect-title b {
    display: inline-block;
    font-weight: bold;
    color: #000;
}
.service-sect .editor {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 197px;
    color: #242527;
    max-width: 950px;
    margin: 0 auto;
    font-size: 15px;
    padding: 0 15px;
    line-height: 2;
}

/*------------ / news ------------*/

.sect4 {
    padding: 50px 0 100px;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
}
.news-sect-title {
    background: url(../image/index-title.png) left center no-repeat;
    color: #000000;
    font-size: 18px;
    /* font-weight: bold; */
    line-height: 1.4;
    padding: 10px 0 5px 71px;
    margin: 0 0 25px;
    /* background-size: 100%; */
    letter-spacing: 3px;
}
.news-sect-title span {
        color: #000000;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
   /* font-weight: bold;*/
}
.news-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.news-sect-title .more {
   /* float: right;
    margin: 7px 0;*/
}
.news-sect-title .more a{
   /* width: 76px;
    display: inline-block;
    padding: 8px 0;
    background: #666b8a;
    text-align: center;
    color: #ddd;
    font-size: 13px;
    font-style: italic;
    line-height: 1;*/
}
.news-sect-title .more a:hover{
   /* background: #152cbf;*/
}
.news-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}
.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/index/news_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 25%;
    padding: 0 6px;
}
.news-list .box {
    max-width: 254px;
    margin: 0 auto 40px;
    background: #EBEBEA;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s;
}
.news-list .box:hover {
    background: #242528;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .box:hover .pic:before {
   /* content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/web/20250505140514im_/https://www.yifeng-conn.com/images/common/news/hover.png') 100% 100% / 24% auto no-repeat;*/
}

.news-list .txt {
    position: relative;
    padding: 15px 20px;
}
.news-list .name {
    color: #242528;
    font-size: 17px;
    /* font-weight: bold; */
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
.news-list .description::before{
    content: "";
    display: block;
    width: 37px;
    height: 1px;
    background: #242528;
    margin-bottom: 15px;
}
.news-list .box:hover .name,
.news-list .box:hover .description {
    color: #fff;
}
.news-list .description {
    color: #777777;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 59px;
    margin: 20px 0 5px;
}
.news-list .date {
    display: block;
    /* border: 1px solid #ccc; */
    border-width: 1px 0;
    color: #242528;
    font-size: 12px;
    text-align: left;
    line-height: 30px;
    font-family: "dosis";
}
.news-list .box:hover .date {
    color: #fff;
}
.news-list .box:hover .description::before{
    background: #fff;
}
/*************fancybox-close*************/
body .fancybox-close {
    background: url(https://web.archive.org/web/20250505140514im_/https://www.yifeng-conn.com/images/common/lightbox_close.png) no-repeat;
    width: 45px;
    height: 45px;
    right: 0px;
    top: -60px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 0px;
}
/*************************************/
@media screen and (max-width: 1300px) {
    .sect2 {
        padding: 0px 0;
        background-position: 42%;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        padding-bottom: 30px;
        padding-top: 0px;
    }
    .banner:before {
        display:none;
    }
    .banner {
        padding-bottom: 50px;
    }
    .banner-slider-control {
        margin-top: 8px;
    }
    .banner .slick-prev, .banner .slick-next{
        display: none !important;
    }
    .sect1 {
        padding: 10px 0 30px 0;
    }
    .about-sect .txt-box::after{
        left: 43px;
    }
}
@media screen and (max-width: 900px) {
    .sect4 .container:before {
        display: none;
    }
    .news-sect {
        float: none;
        width: auto;
        max-width: 760px;
        margin: 0 auto;
    }
    .news-list .box {
        max-width: 320px;
    }
    
}
@media screen and (max-width: 850px) {
    .about-sect .txt-box::after{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    
    .banner .slider:before {
        border-width: 0px;
    }
    .service-sect {
        background: none;
        padding: 10px 30px;
    }
    .service-sect .editor {
        display: block;
        max-height: none;
    }
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -60px;
        right: 0%;
        margin-right: 0px;
    }
    .about-sect {
        min-height: 345px;
    }
    .about-sect .txt-box{
        float: inherit;
    }

}
@media screen and (max-width: 550px) {
    .about-sect .editor{
        line-height: inherit;
    }
    .about-sect .txt-box::before{
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .products-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .products-sect-title span {
        display: block;
    }
    .products-sect-title .more {
        float: right;
       /* margin: 10px auto 0;*/
       /* width: 100%;*/
    }
    .products-sect-title .more a, .news-sect-title .more a, .album-sect-title .more a{
        margin-right: 10px;
    }
    .products-list {
        margin: 0 auto;
    }
    .album-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .album-sect-title span {
        display: block;
    }
    .album-sect-title .more {
        float: right;
        margin: 10px auto 0;
        /* width: 100%; */
    }
    .album-list {
        margin: 0 auto;
    }
    .news-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .news-sect-title span {
        display: block;
    }
    .news-sect-title .more {
        float: right;
        margin: 10px auto 0;
        /* width: 100%; */
    }
    .news-list {
        margin: 0 auto;
    }

}
@media screen and (max-width: 440px) {
    .about-sect .txt-box {
        float: none;
        width: auto;
        margin: 0;
        padding: 28px 30px 65px;
    }
    .about-sect .editor {
        min-height: 0;
    }
}
@media screen and (max-width: 400px) {


}
/*
     FILE ARCHIVED ON 14:05:14 May 05, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:25:34 Dec 19, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.577
  exclusion.robots: 0.045
  exclusion.robots.policy: 0.035
  esindex: 0.009
  cdx.remote: 1033.409
  LoadShardBlock: 134.553 (3)
  PetaboxLoader3.datanode: 133.084 (5)
  PetaboxLoader3.resolve: 86.896 (2)
  load_resource: 110.383
  loaddict: 52.044
*/