@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/

/*------------ article ------------*/

body {
    background: #100C1D;
}

.article-list .item .box {
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}

.type5 .article-list .item .box {
    padding: 12px 12px 0;
    background: #EEEEEE;
    transition: all .3s ease;
}

.type5 .article-list .item .box:hover {
    background: #DDC394;
}

.article-list .item .pic {
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}

.article-list .item .box .name {
    color: #000;
    font-weight: normal;
}

.article-list .item .box:hover .name {
    text-decoration: underline;
}

.article-list .item .box .description {
    color: #666;
}

.type5 .keyword_box {
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #fff;
    background: #444;
}

.type5 .keyword_box:before {
    left: 27px;
}

.type5 .article-list .pic .mask {
    opacity: 0;
    transition: all .3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'Cabin', 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);
}

.type5 .article-list .item .box:hover .mask {
    opacity: 1;
}

.article-list .item .date {
    font-family: 'Cabin', sans-serif;
}

.type5 .article-list .item .date, .article-date {
    border-radius: 0;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 0;
    background: url(../../../images/layout04-2/common/news/date.png) no-repeat 0% 0%;
    transition: unset;
    margin: -42px 0 13px;
}

.type5 .article-list .item .date .day {
    color: #fff;
    font-weight: bolder;
    transition: all .3s ease;
}

.type5 .article-list .item .box:hover .date {
    background: #fff;
}

.type5 .article-list .item .box:hover .date .day {
    color: #fff;
}

.article-box .article-list .btn.more {
    z-index: 5;
    overflow-x: hidden;
    background: #444;
    color: #fff;
    position: relative;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
}

.article-box .article-list .btn.more:hover, .type4 .article-list .box:hover .btn.more {
    background: #AD0501;
    color: #fff;
}

.type2 .article-list .date, .type3 .article-list .date {
    color: #24262C;
    border-color: #AD0501;
}

.type4 .article-list .date, .type4 .article-list .date:before {
    color: #AD0501;
}

/*------------ 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 0px;
    background: #6764D6;
    background: -moz-linear-gradient(bottom, #6764D6 0%, #21183D 100%);
    background: -webkit-linear-gradient(bottom, #6764D6 0%, #21183D 100%);
    background: linear-gradient(to bottom, #6764D6 0%, #21183D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6764D6', endColorstr='#21183D', GradientType=1);
}

.products-list .box.new:before {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 31px;
    top: 20px;
    left: 20px;
    z-index: 15;
    width: 70px;
    height: 31px;
    background: url(../../../images/layout04-2/common/products/news_tag.png) no-repeat;
}

.products-list .box .name {
    color: #fff;
    font-weight: normal !important;
}

.products-list .box .description {
    color: #888888;
}

.products-list .box:hover .description {
    color: #aaaaaa;
}

.products-list.type2 .box:after {
    content: 'VIEW MORE';
    display: block;
    background: #6663D4;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    margin: 10px -10px 0;
    padding: 10px;
    transition: all .3s ease;
    font-family: 'Cabin', sans-serif;
}

.products-list.type2 .box:hover:after {
    background: #32A6DE;
}

/* 遮罩 */

.products-list .pic:before {
    display: none;
}

/* type1 */

.products-list.type1 .pic:before {
    display: block;
    background: rgba(0, 0, 0, 0.8);
}

/* !遮罩 */

/*!列表通用 index、products*/

/*列表通用 index、album*/

.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;
}

/*!瀑布流*/

/*!列表通用 index、album*/

/*列表通用 index、news*/

.news-sect .news-list.type4 .description, .content .news-list.type4 .description {
    display: none;
}

.news-list.type3:before {
    background: #100C1D;
}

.news-list .item .box {
    padding: 12px;
    background: #21183D;
    border: 1px solid #21183D;
    transition: all .3s ease;
}

.news-list .btn.more {
    bottom: 12px;
}

.news-list.type4 .item .box {
    border: 1px solid #21183D;
    transition: all .3s ease;
}

.news-list .item .box:hover {
    border-color: #6663D4;
    background: #6764D6;
    background: -moz-linear-gradient(bottom, #6764D6 0%, #21183D 100%);
    background: -webkit-linear-gradient(bottom, #6764D6 0%, #21183D 100%);
    background: linear-gradient(to bottom, #6764D6 0%, #21183D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6764D6', endColorstr='#21183D', GradientType=1);
}

.news-list .date {
    font-family: 'Cabin', sans-serif;
    color: #32A6DE;
}

.news-list.type4 .item .date, .news-date {
    border-radius: 0;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 10px;
    background: url(../../../images/layout04-2/common/news/date.png) no-repeat 0% 0%;
    transition: unset;
}

.news-list.type4 .item .box:hover .date {
    background-position: 0% 100%;
}

.news-list.type4 .date .day {
    color: #fff;
    font-weight: bolder;
    font-family: 'Cabin', sans-serif;
}

.news-list .item .name {
    color: #fff;
}

.news-list .item .description {
    color: #888
}

.news-list .item .box:hover .description {
    color: #aaa
}

/*!列表通用 index、news*/

/*------------ banner ------------*/

.banner {
    position: relative;
    height: auto!important;
}

.banner * {
    height: 100%;
}

.banner img {}

.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(../../../images/layout04-2/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 {
    color: #fff;
    font-size: 23px;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    margin: 0 0 30px;
    font-weight: normal;
}

.title span {
    display: none;
}

.title h2 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    display: block;
    margin: 0;
}

.title i {
    display: none;
}

/*------------ more ------------*/

.index_more {
    vertical-align: middle;
    background: #6360D0;
    color: #fff;
    font-size: 15px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    width: 160px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    transition: all .3s ease;
    overflow: hidden;
    font-family: 'Cabin', sans-serif;
}

.index_more:hover {
    background: #32A6DE;
}

.index_more a {
    font-size: 0;
    padding: 0;
    display: block;
    width: 160px;
    height: 36px;
}

.index_more a span {
    font-size: 15px;
}

/*------------ sect ------------*/

/*輪播*/

.hot-arrow {
    position: absolute;
    top: 42px;
    right: 15px;
    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('../../../images/layout04-2/common/index/arrow2.png');
    left: 0;
    padding: 0;
    box-sizing: border-box;
}

.hot-arrow .slick-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
}

.hot-arrow .slick-arrow:hover {
    background-position: 0 100%;
}

/* 產品相簿-輪播 */

.album-sect .hot-arrow .slick-arrow {
    background: url('../../../images/layout04-2/common/index/arrow3.png');
}

.album-sect .hot-arrow .slick-arrow:hover {
    background-position: 0 100%;
}

/* !產品相簿-輪播 */

/*!輪播*/

/*新編輯器*/

.article-sect .container {
    padding: 40px 15px;
}

/*!新編輯器*/

/*------------ about ------------*/

.about-sect {
    background: url(../../../images/layout04-2/common/index/about_bg.jpg) 50% 50% no-repeat fixed;
    position: relative;
    padding: 0;
}

.about-sect .row {
    padding: 0;
}

.about-sect .pic img {
    margin: 0;
    display: none;
}

.about-sect .col {
    float: left;
}

.about-sect .container {
    position: static;
}

.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.txt {
    width: 970px;
    max-width: 100%;
    float: right;
    display: flex;
    position: relative;
    height: 100%;
    padding-left: 365px;
    box-sizing: border-box;
}

.about-sect .title {
    text-align: left;
    width: 365px;
    background: #352D5D;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    flex-direction: column;
}

.about-sect .title h2 {
    color: #fff;
    position: relative;
    order: 2;
}

.about-sect .title span {
    display: block;
    order: 1;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    position: relative;
    margin-bottom: 35px;
    color: #fff;
}

.about-sect .title span:before {
    content: '';
    background: #6663D4;
    display: block;
    position: absolute;
    width: 1254px;
    height: 1px;
    top: 56px;
    z-index: 50;
}

.about-sect .txt-box {}

.about-sect .txt-box .index-about-editor {
    padding: 135px 40px 150px;
    position: relative;
}

.about-sect .txt-box .index-about-editor .editor {
    position: relative;
    line-height: 1.75;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 3;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100px;
}

.about-sect .txt-box .index-about-editor:before {
    content: '';
    background: #2A2247;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1000px;
    display: block;
    z-index: 1;
}

.about-sect .txt .tag {
    font-weight: bold;
    font-size: 20px;
    color: #AD0501;
    line-height: 1.4;
    margin: 0 0 25px;
    display: none;
}

.about-sect .index_more {
    clear: both;
    margin: 0 auto 0;
    position: absolute;
    left: 50px;
    top: 250px;
}

/*------------ 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;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
}

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

.news-sect {
    padding: 50px 0;
    position: relative;
}

.news-sect .index_more {
    display: none;
}

.news-list {
    display: flex;
    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 .more-box {
    display: flex;
    justify-content: center;
}

.news-list .btn.more {
    position: static;
    margin: 15px 0 0;
    bottom: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    background: #6360D0;
    color: #fff;
    transition: all 0.3s ease;
}

.news-list .box:hover .btn.more {
    background: #32A6DE;
    color: #fff;
}

.news-list.type3 .item {
    border-left-color: #6663D4;
}


/*最新消息 少量排版*/

.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;
    padding: 50px 0 50px;
    background: #100C1D;
    background-size: cover;
}

.products-sect .title span {
    display: none;
}

.products-sect .title {
    margin-bottom: 100px;
}

.products-sect .index_more {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 43px;
}

.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: 60px;
    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 {
    position: relative;
    padding: 100px 0;
    background: url(../../../images/layout04-2/common/index/service_bg.jpg) top center no-repeat;
    background-size: cover;
}

.service-sect .title h2 {
    color: #fff;
}

.service-sect .editor {
    width: 50%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
}

.service-box>.flex>.cover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.service-box .index_more {
    clear: both;
    margin: 50px auto 0;
    position: relative;
}

/*------------ album ------------*/

.album-sect {
    background: url(../../../images/layout04-2/common/index/album_bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 50px 0;
}

.album-sect .title {
    margin-bottom: 100px;
}

.album-sect .index_more {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 43px;
}

.album-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.album-list .box .name {
    color: #fff;
}

/* 版型 */

.album-list.type1 .box .namebox, .album-list.type1.masonry-list .box .namebox, .album-list.type3.masonry-list .box .namebox {
    padding: 15px;
    transition: all 0.3s ease;
    background: #32A6DE;
    background: -moz-linear-gradient(right, #32A6DE 0%, #6764D7 100%);
    background: -webkit-linear-gradient(right, #32A6DE 0%, #6764D7 100%);
    background: linear-gradient(to right, #32A6DE 0%, #6764D7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32A6DE', endColorstr='#6764D7', GradientType=1);
}

.album-list.type1 .box:hover .namebox, .album-list.type1.masonry-list .box:hover .namebox, .album-list.type3.masonry-list .box:hover .namebox {
    background: -moz-linear-gradient(left, #32A6DE 0%, #6764D7 100%);
    background: -webkit-linear-gradient(left, #32A6DE 0%, #6764D7 100%);
    background: linear-gradient(to left, #32A6DE 0%, #6764D7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32A6DE', endColorstr='#6764D7', GradientType=1);
}

.album-list .box .name, .album-list.type1.masonry-list .box .name, .album-list.type3.masonry-list .box .name {
    color: #fff;
}

.album-list.type1 .item .name, .album-list.type1.masonry-list .item .name, .album-list.type3.masonry-list .item .name {
    margin: 0;
    height: 25px;
    -webkit-line-clamp: 1;
}

.album-list.type1 .item {
    border: none;
    padding: 0;
}

.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, 0.8);
}

/* ! 版型 */

.album-sect .album-list:not(.masonry-list) .item:nth-child(n) {
    clear: none!important;
}

/*瀑布流*/

.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: 14px 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;
    background: #32A6DE;
    background: -moz-linear-gradient(right, #32A6DE 0%, #6764D7 100%);
    background: -webkit-linear-gradient(right, #32A6DE 0%, #6764D7 100%);
    background: linear-gradient(to right, #32A6DE 0%, #6764D7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32A6DE', endColorstr='#6764D7', GradientType=1);
    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;
}

.onlyitem-sect .album-list .item .namebox {
    padding: 15px;
    background: #32A6DE;
    background: -moz-linear-gradient(right, #32A6DE 0%, #6764D7 100%);
    background: -webkit-linear-gradient(right, #32A6DE 0%, #6764D7 100%);
    background: linear-gradient(to right, #32A6DE 0%, #6764D7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32A6DE', endColorstr='#6764D7', GradientType=1);
    transition: all 0.3s ease;
}

.onlyitem-sect .album-list .item .box:hover .namebox {
    background: -moz-linear-gradient(left, #32A6DE 0%, #6764D7 100%);
    background: -webkit-linear-gradient(left, #32A6DE 0%, #6764D7 100%);
    background: linear-gradient(to left, #32A6DE 0%, #6764D7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32A6DE', endColorstr='#6764D7', GradientType=1);
}

/*!少量排版*/

/*----------- 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: 1440px) {
    .about-sect .col.pic {
        margin: 0px 0 0 0%;
    }
    .about-sect .txt .pic {
        padding: 5% 0 20px;
    }
    .about-sect .txt-box {}
}

@media screen and (max-width: 1280px) {
    .products-sect {
        /* padding-top: 40px; */
    }
}

@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) {
    .about-sect {
        padding: 30px 0;
        margin: 0;
    }
    .about-sect .col.txt {
        margin-top: 80px;
        padding: 20px 20px 40px;
    }
    .about-sect .col.txt, .about-sect .col.pic {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .about-sect .title {
        position: static;
    }
    .about-sect .txt-box {
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor {
        width: 100%;
    }
    .about-sect .index_more {
        margin: 30px auto 0;
        right: 0;
        left: 0;
        position: relative;
        top: initial;
    }
    .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 {
        font-size: 24px;
    }
    .title {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .products-sect .title {
        margin-bottom: 70px;
    }
    .articles-sect {
        padding: 30px 0;
        margin-bottom: 0;
    }
    .news-sect {
        padding: 30px 0;
        margin-bottom: 0;
    }
    .products-box {
        padding: 8px 0;
    }
    .service-sect .editor {
        width: 100%;
        float: none;
    }
    .service-box>.flex {
        display: block;
    }
    .service-sect .title {
        text-align: center;
        padding: 0;
        text-indent: 0;
    }
    .service-sect .title:after {
        display: none;
    }
    .service-sect {
        padding: 50px 0;
        background-attachment: inherit;
    }
    .service-sect .editor {
        border: none;
    }
    .service-box .index_more {
        margin: 30px auto 0;
    }
    .service-sect:before {
        height: 80px;
    }
    .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;
    }
    .service-box {
        padding-left: 0;
    }
    .service-box:before {
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width: 450px;
        width: 95%;
    }
    .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: 30px 0;
        margin: 0;
    }
    .album-sect .container {
        display: block;
        padding: 0 15px;
    }
    .album-list {
        width: 100%;
        margin: 0;
    }
    .hot-arrow {
        position: relative;
        left: 0%;
        height: 40px;
        top: 0;
        margin: 0 auto 10px;
    }
    .title h2 {
        font-size: 25px;
    }
    .products-sect {
        padding: 30px 0;
    }
    .copy_box {
        padding: 0;
    }
    /* 關於我們 */
    .about-sect .title {
        position: static;
        background: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        height: auto;
    }
    .about-sect:before {
        content: '';
        background: rgba(53, 45, 93, 0.8);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        z-index: unset;
    }
    .about-sect .txt-box .index-about-editor {
        padding: unset;
        position: relative;
    }
    .about-sect .title span {
        text-align: center;
        font-size: 25px;
        margin-bottom: 20px;
    }
    .about-sect .title h2 {
        text-align: center;
    }
    .about-sect .title span:before {
        width: 100%;
        top: 33px;
    }
    .about-sect .txt-box .index-about-editor .editor, .service-sect .editor {
        -webkit-line-clamp: inherit;
        height: auto;
    }
    .about-sect .txt-box .index-about-editor:before {
        display: none;
    }
    /* !關於我們 */
    .album-sect .title {
        margin-bottom: 70px;
    }
    .album-list.type1 {
        margin: 0;
    }
    .products-list.type2 .item {
        margin-bottom: 0;
    }
    .hot-arrow {
        position: relative;
        left: 0%;
        height: 40px;
        top: 0;
        margin: 0 auto 10px;
    }
}

@media screen and (max-width: 767px) {
    .album-list {
        flex-wrap: wrap;
    }
    .album-sect .album-list .item {
        min-width: inherit;
    }
}

@media screen and (max-width: 480px) {
    .products-list.onlyitem-list .item {
        width: 100%;
    }
    .onlyitem-sect .album-list .item {
        width: 100%;
    }
    .album-list.type1 .item {
        width: 50%;
        margin-bottom: 0;
    }
}