@charset "utf-8";
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 12px 12px 0;
    background: #EFF1F3;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover{
    background: #e2e2e2;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #000;
}
.article-list .item .box:hover .name{
    text-decoration: underline;
}
.article-list .item .box .description{
    color: #6f6f6f;
}
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #AAAAAA;
    background: #F6F6F6;
}
.type5 .keyword_box:before{
    left: 27px;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
     color: #fff;
    font-family: 'roboto', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    border-radius: 3px;
    color: #FFFFFF;
    background: #562E83;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    padding-top: 13px;
    line-height: 0.5;
    transition: all .3s ease;
    padding-top: 15px;
    font-family: 'Comfortaa', cursive;
}
.type5 .article-list .item .date .day{
    color: #FFF;
    transition: all .3s ease;
    font-family: 'Comfortaa', cursive;
}
.type5 .article-list .item .box:hover .date{
    background: #000;
}
.type5 .article-list .item .box:hover .date {
    background: #F58D38;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #562E83;
    color: #FFF;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #F58D38;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #000;
    border-color: #562E83;
}
.type5 .article-list .item .month, .type5 .article-list .item .years {
    font-size: 12px;
}
.type4 .article-list .box:hover .btn.more {
    background: #F58D38;
    color: #FFF;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #222;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 .box {
    transition: all .3s ease;
    padding: 10px 10px 100px;
    margin: 22px auto 0;
}
.products-list .box.new:before {
    content: 'NEW';
    display: block;
    font-family: 'Comfortaa', sans-serif;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    text-align: center;
    border-radius: 50%;
    z-index: 15;
    left: 20px;
    line-height: 60px;
    background: #562E83;
    color: #fff;
    letter-spacing: 2px;
    font-size: 17px;
}
.products-list .box .name {
    color: #1D1210;
    font-weight: normal !important;
    overflow : hidden;
    display:inline-block;
}
.products-list .box .description {
    color: #888888;
    margin: 0;
    transition: all 0.3s ease;
}
.products-list .box:hover .description {
    margin: 0 0 40px;
    color: #FFF;
}
/* desgin-type2 */
.products-list.type2  {
    color: #333333;
}
.products-list.type2 .name {
    max-width:100%;
    text-overflow : ellipsis;
    white-space : nowrap;
}
.products-list.type2 .txt {
    box-sizing: border-box;
    width:80%;   
    margin: 0 auto;
    background: #fff;
    box-shadow: -10px 15px 20px 6px rgb(0 0 0 / 6%);
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    padding: 25px 25px;
    transition: all .3s ease;
}
.products-list.type2 .box:hover .txt {
    background: #562E83;
}
.products-list.type2 .box:hover .name {
    color: #FFF;
}
.products-list.type2 .txt:after {
    content: 'MORE';
    color: #FFF;
    letter-spacing: 3px;
    position: absolute;
    text-align: left;
    transition: all .3s ease;
    font-size: 14px;
    bottom: 20px;
    opacity: 0;
    font-family: 'Comfortaa', sans-serif;
}
.products-list.type2 .box:hover .txt:after {
    opacity: 1;
}
.products-list.type2 .txt::before {
    content: '';
    position: absolute;
    background: url(https://en.scout.org.tw/images/layout04-3/common/index/btn_arr.png) no-repeat;
    width: 24px;
    height: 8px;
    bottom: 29px;
    left: 90px;
    opacity: 0;
    transition: all .3s ease;
}
.products-list.type2 .box:hover .txt:before {
    opacity: 1;
}
.products-list.type2 .pic:before {
    display: none;
}
.products-list.type2 .item {
    margin-bottom: 0;
}
/* 剩一筆 */
.products-list.onlyitem-list.type2 .item .box .name {
    max-height: 60px;
}
.products-list.onlyitem-list.type2 .txt {
    max-width: 350px;
}
/* !desgin-type2 */
.products-list.type1.column4 {
    margin: 0;
}
.products-list.type1.column4 .box {
    margin: 0px auto 0;
}
.products-list.type1.column4.masonry-list {
    margin: 0px 0 0;
}
.products-list.type1.column4.masonry-list .box {
    margin: 0 auto 0;
}
.products-list .pic:before {
    background: rgba(0, 0, 0, 0.65);
}
.products-list .box .pic {
    position: relative;
    overflow: hidden;
}
.products-list .box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.products-list.type2 {
    margin: 0 -25px;
}
@media(max-width:1000px){
    .products-list .box.new:before {
        top: 10px;
        left: 10px;
        font-size: 14px;
        width: 50px;
        height: 50px;
        line-height: 53px;
    }
    .products-list.type2 .box.new:before {
        top: 20px;
        left: 20px;
    }
}
/*!列表通用 index、products*/
.products-list .slick-track {
    padding-top: 0px;
    padding-bottom: 50px;
}
.products-list.type1 .slick-track{

    padding-top: 30px;
}
.products-list.type1.masonry-list {

    padding-top: 30px;
}
/*列表通用 index、album*/
.album-list .pic {
    overflow: hidden;
    transition: all ease 0.5s;
}
.album-list .box .pic img {
    transition: all ease 0.5s;
}
.album-list .box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
.album-list.type1 .item {
    border-bottom: 0px solid #ddd;
}
.album-list.type1 .item .name {
    margin: 0px 0px 10px;
    -webkit-line-clamp: 1;
    line-height: 50px;
    padding-left: 0px;
    padding-right: 10px;
    position: relative;
    color: #333333;
    text-align: left;
}
.album-list.type1 .item .name:before {
    content: "";
    width: 46px;
    height: 3px;
    background: #562E83;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
}
.album-list.type1 .box:hover  .name:before {
    /* background: linear-gradient(to right,#DC3821,#DC3821); */
    width: 100%;
    background: #E76245;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item {
    padding: 0 15px 0px;
}
/*列表通用 index、news*/
.news-sect .news-list.type4 .description, .content .news-list.type4 .description {
    display: none;
}
.news-list.type3:before {
    background: #fff;
}
.news-list .item .box {
    padding: 12px;
    transition: all .3s ease;
}
.news-list .btn.more {
    bottom: 12px;
}
.news-list.type4 {
    margin: 0 -15px;
}
.news-list.type4 .item .box {
    border: none;
}
.news-list.type4 .pic {
    box-shadow: 0px 0px 14px 3px #ddd;
}
.news-list .date {
    font-family: 'Comfortaa', cursive;
    color: #562E83;
}

.news-list.type3 .item .box:hover .date {
    color: #F58D38;
}
.news-list.type4 .item .date, .news-date {
    border-radius: 0;
    color: #FFFFFF;
    background: #562E83;
    width: 58px;
    height: 58px;
    padding-top: 15px;
    transition: unset;
    border-radius: 50%;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date {
    background: #F58D38;
}
.news-list.type4 .date {
    font-size: 25px;
    font-weight: normal;
}
.news-list.type4 .item .box:hover .date {
    background-position: 0% 100%;
}
.news-list.type4 .date .day {
    color: #fff;
    font-weight: normal;
}
.news-list .item .name {
    color: #000000;
}
.news-list .item .description {
    color: #666
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-weight: normal;
    font-size: 12px;
}
.news-list.type2 .date {
    margin-top: 7px;
}
.news-list .box:hover .btn.more {
    background: #F58D38;
    color: #fff;
}
.news-list.type3 .item {
    border-left-color: #ccc;
}
.news-list .btn.more {
    position: static;
    margin: 15px 0 0;
    bottom: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Comfortaa', sans-serif;
    background: #562E83;
    color: #fff;
    transition: all 0.3s ease;
}
/*!列表通用 index、news*/
.news-list.type3:before {
    background: #f2f2f2;
}
/*------------ banner ------------*/
.banner {
    position: relative;
    height: auto!important;
}
.banner * {
    height: 100%;
}
.banner .slick-arrow {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    background: url(https://en.scout.org.tw/images/layout04-3/common/index/arrow.png);
    width: 65px;
    height: 65px;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    left: 35px;
}
.banner .slick-next {
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner .slick-dots {
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 96px;
    height: 3px;
    margin-top: 10px;
    cursor: pointer;
}
.banner .slick-dots li button {
    background: #ddd;
}

.banner .slick-dots li.slick-active button {
    background: #21A38C;
}
/*------------ title ------------*/
.title {
    margin-bottom: 10px;
    display: flex;
    align-content: center;
}
.title span {
    font-family: 'Comfortaa', cursive;
    line-height: 91px;
    font-weight: normal;
    color: #222222;
    font-size: 24px;
    order: 2;
}
.title h2 {
    display: inline-block;
    margin: 0;
    font-weight: normal;
    padding-left: 18px;
    padding-right: 23px;
    position: relative;
    color: #552D83;
    font-size: 45px;
}
.title h2:before {
    content: "";
    background: #FFD24D;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
    left: -11px;
    top: -10px;
    display: inline-block;
}
.title h2:after {
    content: "";
    background: #FFD24D;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
    right: -10px;
    top: -8px;
    display: inline-block;
}
.title i {
    display: none;
}
/*------------ more ------------*/
.index_more a{
    width: 176px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 30px;
    background: #562E83;
    transition: all .3s ease;
    color: #FFF;
    position: relative;
    display: block;
    z-index: 0;
}
.index_more a:before{
    content: "";
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    background: #562E83;
    position: absolute;
    left: calc(50% - 88px);
    top: calc(50% - 22px);
    z-index: -1;
    border-radius: 30px;
    opacity: 1;
}
.index_more a:hover:before{
    transform: scale(1.3);
    opacity: 0;
    background: #F58D38;
}
.index_more a:hover{
    background: #F58D38;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 3px;
    right: 20px;
    width: 80px;
}
.hot-arrow .slick-arrow{
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('https://en.scout.org.tw/images/layout04-3/common/index/arrow2.png');
    left: 0;
    padding: 0;
    box-sizing: border-box;
}
.hot-arrow .slick-next{
    transform: rotate(180deg);
    right: 0;
    left: auto;
    top: 2px;
}
.hot-arrow .slick-arrow:hover{
    background-position: 0 100%;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    padding: 70px 0 30px;
    background: url(https://en.scout.org.tw/images/layout04-3/common/index/index-about-bg-1.jpg) top center no-repeat;
}
.about-sect .pic img{
    margin: 0;
    display: none;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    width: 100%;
    float: right;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    color: #545454;
    padding: 0;
}
.about-sect .container{
    position: relative;
}
.about-sect .col.pic{
    margin: 0px 0 0 0;
    width: 34.2095%;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    text-align: right;
    display: none;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit; 
}
.about-sect .index_more{
    margin: 15px 0;
    position: absolute;
    left: calc(50% - 88px);
    top: 83px;
}
.about-sect .title{
    margin-bottom: 140px;
    text-align: center;
    position: relative;
    flex-direction: column;
    line-height: 0;
}



.about-sect .title h2:before{
    content: "";
    background: #FFD24D;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
    left: -12px;
    top: -12px;
    display: inline-block;
}
.about-sect .title h2:after{
    content: "";
    background: #FFD24D;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
    right: calc( 0% - 9px);
    top: -12px;
    display:inline-block;
}

.about-sect .title span{
    display: block;
    line-height: 3;
}
.about-sect  .index-about-editor{
    position: relative;
}
.about-sect .txt-box{
    display: block;
}
.about-sect .txt-box .index-about-editor .editor{
    height: 160px;
    overflow: hidden;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .about-pic-1{
    background: url(https://en.scout.org.tw/images/layout04-3/common/index/about-pic-1.png);
    width: 350px;
    height: 288px;
    position: absolute;
    right: -259px;
    top: 337px;
    background-size: contain;
    background-repeat: no-repeat;
}
/*------------ articles ------------*/
.articles-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title{
    margin-bottom: 60px;
}
.articles-sect .index_more{
    position: absolute;
    right: 15px;
    top: 43px;
}
/*------------ news ------------*/
.news-sect{
    padding: 69px 0 10px;
}
.news-sect .index_more{
   display: none;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
.news-list.type2 {
    margin: 0 -15px;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    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 .item .box .description{
    display: block;
}
.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{
    position: relative;
    z-index: 10;
    background: linear-gradient(to bottom,rgb(255 255 255 / 0%),rgb(255 255 255 / 0%)), url(https://en.scout.org.tw/images/layout04-3/common/index/index-products-bg-1.jpg) top center no-repeat;
    padding: 98px 0 10px;
}
.products-sect .title{
    margin-bottom:0px;
}
.products-sect .index_more{
    position: absolute;
    right: 116px;
    top: 2px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 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: 52px;
    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: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    padding-bottom: 140px;
    padding-top: 30px;
    background: url(https://en.scout.org.tw/images/layout04-3/common/index/index-service-bg-1.jpg) bottom center no-repeat;
}
.service-sect .service-box{
    box-sizing: border-box;
    position: relative; 
    display: flex;
}
.service-sect .flex{
    width: 50%;
    box-sizing: border-box;
    padding-left: 62px;
    padding-right: 102px;
}
.service-sect .s-pic{
    width: 50%;
    box-sizing: border-box;
}
.service-sect .s-pic img{
    box-shadow: 0px 12px 20px 6px rgb(0 0 0 / 9%);
}
.service-sect .title{
    margin-bottom: 48px;
    position: relative;
    padding-bottom: 16px;
    margin-top: 30px;
    flex-direction: column;
    line-height: 0.5;
}


.service-sect .title h2:before{
    content: "";
    background: #FFD24D;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
    left: -15px;
    top: -12px;
    display: inline-block;
}
.service-sect .title h2:after{
    content: "";
    background: #FFD24D;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
    right: calc( 0% - 10px);
    top: -12px;
    display:inline-block;
}

.service-sect .title:before{
    content: "";
    background: #562E83;
    width: 46px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.service-sect .title span{
    display: block;
    margin-bottom: -20px;
}
.service-sect .editor{
    overflow: hidden;
    height: 120px;
    margin-bottom: 35px;
}
/*------------ album ------------*/
.album-sect{
    padding: 10px 0 20px;
}
.album-sect .title{
    margin-bottom: 25px;
}
.album-sect .index_more{
    position: absolute;
    right: 116px;
    top: 2px;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .box .name{
    color: #fff;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.album-list.type1 {
    margin: 0 -15px;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 0px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.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 .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 6px 0 0;
    font-size: 16px;
    color: #fff;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-title{
    text-align: center;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.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: 1400px){
    .about-sect .txt-box .index-about-editor .editor {
        height: unset;
    }
    .service-sect .flex {
        padding-left: 0px;
        padding-right: 50px;
    }
}
@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 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    .banner .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .about-sect {
        background-position-y: -64px;
        padding: 40px 0 10px;
    }
    .about-sect .index_more {
        left: calc(50% - 60px);
        top: 69px;
    }
    .about-sect .title {
        margin-bottom: 129px;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .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.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .news-sect .title span, .products-sect .title span, .album-sect .title span , .article-sect .title span, .album-sect .title span, .about-sect .title span, .service-sect .title span, .articles-sect .title span{
        font-size: 18px;
        line-height: 40px;
        display: block;
    }
    .news-sect .title h2, .products-sect .title h2, .album-sect .title h2 , .article-sect .title h2, .album-sect .title h2, .about-sect .title h2, .service-sect .title h2, .articles-sect .title h2{
        font-size: 32px;
        display: inline-block;
        line-height: 37px;
    }
    .about-sect .title h2:before{
   
    left: -12px;
    top: -8px;  
}

.about-sect .title h2:after{
    
    right: calc( 0% - 12px);
    top: -8px;   
}
  .service-sect .title h2:before{
   
    left: -12px;
    top: -8px;  
}

.service-sect .title h2:after{
    
    right: calc( 0% - 12px);
    top: -8px;   
}

    .title {
        margin-bottom: 10px;
        font-size: 20px;
        text-align: center;
    }
    .index_more a{
        width: 120px;
        height: 36px;
        line-height: 36px;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .index_more a:before{
        left: calc(50% - 60px);
        top: calc(50% - 18px);
        border-radius: 20px;
    }
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .news-sect{
        padding: 30px 0 0px;
        margin-bottom: 0;
    }
    .news-sect .title {
        margin-bottom: 10px;
        /* display: block; */
        text-align: center;
        margin: 10px auto;
        text-align: center;
        position: relative;
        flex-direction: column;
    }
    .products-sect{
        padding-bottom: 0;
        padding: 40px 0 0;
    }
    .products-box{
        padding: 0px 0;
        padding-bottom: 0;
    }
    .products-sect .title {
        margin-bottom: 10px;
    }
    .products-sect .index_more {
        position: relative;
        right: 0;
        top: 0;
    }
    .products-list .slick-track {
        padding-top: 0px;
    }
    .products-list.type2 {
        margin: 0 -15px;
    }
    .service-sect .service-box {
        flex-direction: column;
    }
    .service-sect .flex {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .service-sect .s-pic {
        width: 100%;
    }
    .service-sect {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .service-sect .service-box {
        width: 100%;
    }
    .service-sect .title {
        margin-bottom: 24px;
        padding-bottom: 30px;
        margin-top: 0;
    }
    .service-sect .title:before {
        left: calc(50% - 23px);
    }
    .service-sect .editor {
        height: unset;
        width: unset;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 5px;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect{
        padding: 35px 0 30px;
        margin-bottom: 0px;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-sect .title {
        margin-bottom: 10px;
    }
    .album-sect .index_more {
        position: relative;
        right: 0;
        top: 0;
    }
    .album-sect .hot-arrow {
        margin-bottom: 15px;
    }
    .album-sect .title:before {
        font-size: 50px;
        line-height: 50px;
        left: calc(50% - 91.5px);
        top: -17px;
    }
    .album-list.type1 {
        margin: auto;
    }
    .hot-arrow{
        position: relative;
        left: 0%;
        height: 40px;
        top: 0;
        margin:0 auto 0px;
    }
    .articles-sect .index_more{
        position: relative;
        right: 0;
        top: 0;
    }
    .articles-sect .title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px){
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
    .album-list.type1 .item .name {
        height: 50px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .album-list.column6 .item {
        margin-bottom: 20px;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}