@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: #fff;
}

.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-3/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-sect .title span:after {
    content: '';
    background: #E27441;
    display: block;
    position: absolute;
    width: 40px;
    height: 7px;
    top: -18px;
    z-index: 50;
}

.products-list .box.new:before {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 31px;
    top: 19px;
    left: 19px;
    z-index: 15;
    width: 70px;
    height: 31px;
    background: url(../../../images/layout04-3/common/products/news_tag.png) no-repeat;
}

/* 遮罩 */

.products-list .pic:before {
    display: none;
}

/* type1 */

.products-list.type1 .pic:before {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}
/* type2 */
.products-list.type2 .box {
    transition: all .3s ease;
    background: -webkit-linear-gradient(transparent 10%,white 50%);
    background: -o-linear-gradient(transparent 10%,white 50%);
    background: -moz-linear-gradient(transparent 10%,white 50%);
    background: linear-gradient(transparent 10%,white 50%);
    box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, .15);
}
.products-list.type2 .box .name {
    color: #000;
    font-size: 17px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.products-list.type2 .box .description {
    font-size: 14px;
    color: #888;
}
.products-list.type2 .box:hover .name,
.products-list.type2 .box:hover .description{
    color: #E27441;
}

.products-list.type2 .txt {
    padding: 42px 13px 28px 13px;
}

.products-list.type2 .box:after {
    content: 'VIEW MORE';
    display: block;
    position: relative;
    background: #CCCCCC;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    padding: 4px 0px;
    margin: 0px 13px 13px 13px;
    font-size: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    top: -10px;
    transition: all .3s ease;
}

.products-list.type2 .box:hover:after {
    background: #E27441;
}

.products-list.type2 .item .box .pic {
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    top: 12px;
}

.products-list.type2 .item .mask{
    overflow: unset;
}
.products-list.type2 .item .box:hover .pic{
    transform: skewY(0deg);
}
.products-list.type2 .item .box .pic img {
    transform: skewY(4deg) scale(1.08);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.products-list.type2 .item .box:hover .pic img{
    transform: skewY(0deg) scale(1.12);
}

/* !遮罩 */

/*!列表通用 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: #fff;
}

.news-list .item .box {
    padding: 0px;
    transition: all .3s ease;
}

.news-list .btn.more {
    bottom: 12px;
}

.news-list.type4 .item .box {
    border: none;
    padding: 0px;
    background: -webkit-linear-gradient(transparent 10%,white 50%);
    background: -o-linear-gradient(transparent 10%,white 50%);
    background: -moz-linear-gradient(transparent 10%,white 50%);
    background: linear-gradient(transparent 10%,white 50%);
    transition: all .3s ease;
    overflow: hidden;
}

.news-list.type4 .pic {
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    top: 12px;
}

.news-list.type4 .txt {
    padding: 0 20px 6.5px 20px;
    box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, .15);
}

.news-list.type4 .box:hover .pic{
    transform: unset;
}

.news-list .date {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #FFFFFF;
}

.news-list.type4 .item .date{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center;
    margin: -22.5px 0px 26px;
    padding: 0;
    line-height: 1;
    top: 5px;
    left: 160px;
    color: #FFFFFF;
    width: 132px;
    height: 34px;
    background:#E27441;
    transition: unset;
    border-radius: unset;
}
.news-list.type4 .item .date .day{
    /* position: absolute; */
    line-height: 0.8;
    /* right: -32px; */
    font-size: 15px;
    order: 3;
    width: auto;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -2px;
    font-size: 15px;
}
.news-list.type4 .date .years{
    order:1;
}
.news-list.type4 .date .month{
    order:2;
}
.news-list.type4 .date .month:after{
    content: '.';
}
.news-list .item .name {
    color: #000000;
}

.news-list.type4 .name{
    font-size: 17px;
    color: #000000;
}
.news-list.type4 .item .box:hover .name {
    color: #E27441;
}

.news-list .item .description {
    color: #666
}

/*!列表通用 index、news*/
.news-list.type4 .item .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;
    transform: skewY(4deg) scale(1.08);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
}

.news-list.type4 .item .box:hover .pic img {
    -moz-transform: skewY(0deg) scale(1.12);;
    -webkit-transform: skewY(0deg) scale(1.12);;
    -o-transform: skewY(0deg) scale(1.12);;
    -ms-transform: skewY(0deg) scale(1.12);;
}

/*------------ 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-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 {
    color: #000000;
    font-size: 70px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    margin: 0 0 30px;
}

.title span {
    display: block;
    margin-bottom: 8px;
}

.title h2 {
    font-size: 28px;
    color: #000000;
    font-weight: normal;
    display: block;
    margin: 0;
    letter-spacing: 3.5px;
}

.title i {
    display: none;
}

/*------------ more ------------*/

.index_more {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    width: 185px;
    height: 55px;
    background: #212A37;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 36px;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index:5;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);

}

.index_more:hover {

}

.index_more a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.index_more:hover a{
    letter-spacing:0.05em;
}
.index_more a:before{
    background: #E27441;
    content: '';
    display: block;
    width: 0%;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    z-index:-1;
}
.index_more:hover a:before{
    left: 0;
    width: 100%;
    right: auto;
}
.index_more a:after{
    font-family: 'icon-font2' !important;
    content:'\e1020';
    color: #FFF;
    font-weight: 600;
    font-size: 12px;
    margin-left: 15px;
    position:relative;
    right:0;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.index_more:hover a:after{
    right:-10px;
}
.index_more a span {
    font-size: 15px;
}
/*------------ sect ------------*/

/*輪播*/

.hot-arrow {
    position: absolute;
    top: 68px;
    right: 15px;
    width: 72px;
}

.hot-arrow .slick-arrow {
    width: 36px;
    height: 36px;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../../images/layout04-3/common/index/arrow2.png');
    left: 0;
    margin:0 -4px 0 0;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
}

.hot-arrow .slick-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
    box-shadow: -5px -5px 20px 0px rgba(0, 0, 0, 0.3);
}

.hot-arrow .slick-arrow:hover {
    background-position: 0 100%;
}

/*!輪播*/

/*新編輯器*/

.article-sect .container {
    padding: 40px 15px;
}

/*!新編輯器*/

/*------------ about ------------*/

.about-sect {
    background: url(../../../images/layout04-3/common/index/about_bg.png) left bottom no-repeat;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #f7f7f7;
}
.about-sect:before{
    content: '';
    display: block;
    position: absolute;
    width: 580px;
    height: 680px;
    top: 0%;
    left: 0%;
    background: -webkit-linear-gradient(right, #E27441 0%,#FFBF00 100%);
    background: linear-gradient(right, #E27441 0%,#FFBF00 100%);
    z-index: -1;
}
.about-sect:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 260px;
    top: 0%;
    left: 0%;
    background: #FBFAF8;
    opacity: 0.88;
    z-index: -2;
}
.about-sect .row {
    padding: 0;
}

.about-sect .pic img {
    margin: 67px 0 67px -14px;
    display: block;
    width: 537px;
    height: auto;
    background: url(../../../images/layout04-3/common/index/about_pic.png) no-repeat ;
    position: relative;
    box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.25);
}

.about-sect .pic:after{
    content: 'DI KUAN';
    position: absolute;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: italic;
    font-weight: lighter;
    font-size: 160px;
    display: inline-block;
    color: #E17340;
    left: -10.5%;
    bottom: -9.6%;
    mix-blend-mode: difference;
}

.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: block;
}

.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;
    box-sizing: border-box;
    padding: 126px 50px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 26.5%;
    bottom: 0;
    flex-direction: column;
}

.about-sect .title h2 {
    color: #000000;
    position: relative;
    order: 2;
}

.about-sect .title span {
    display: block;
    order: 1;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
    position: relative;
    margin-bottom: 8px;
    color: #000000;
}

.about-sect .title span:after {
    content: '';
    background: #E27441;
    display: block;
    position: absolute;
    width: 40px;
    height: 7px;
    top: -18px;
    z-index: 50;
}
.about-sect .txt-box .index-about-editor {
    padding: 285px 40px 170px;
    position: relative;
    left: -16%;
}
.about-sect .txt-box .index-about-editor span{
    font-size: 18px;
}

.about-sect .txt-box .index-about-editor .editor {
    position: relative;
    line-height: 1.75;
    letter-spacing: 1px;
    width: 104%;
    position: relative;
    box-sizing: border-box;
    z-index: 3;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: unset;
}

.about-sect .txt-box .index-about-editor:before {
    content: '';
    /*background: rgba(255,255,255,0.88);*/
    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 {
    display: block;
    position: absolute;
    left: 31.8%;
    bottom: 15%;
    z-index: 5;
}

/*------------ articles ------------*/

.articles-sect {
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}

.articles-sect .title {
    margin-bottom: 60px;
}

.articles-sect .index_more {
    position: relative;
}

/*------------ news ------------*/

.news-sect {
    padding: 82px 0 47px;
    background: url(../../../images/layout04-3/common/index/news_bg.jpg) top center no-repeat;
    background-size: cover;
}

.news-sect .title span:after {
    content: '';
    background: #E27441;
    display: block;
    position: absolute;
    width: 40px;
    height: 7px;
    top: -18px;
    left: calc(50% - 17px);
    z-index: 50;
}

.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: #DF4642;
    color: #fff;
    transition: all 0.3s ease;
}

.news-list .box:hover .btn.more {
    background: #F3B562;
    color: #fff;
}

.news-list.type3 .item {
    border-left-color: #ccc;
}

/*最新消息 少量排版*/

.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: 62px 0 64px;
    /*background: url(../../../images/layout04-3/common/index/products_bg.jpg) top center no-repeat;
    background-size: cover;*/
}
.products-sect::after{
    content:'';
    position: absolute;
    width:100%;
    height: 1151px;
    background: url(../../../images/layout04-3/common/index/products_pic.png) right no-repeat;
    bottom: 1.5%;
    left:auto;
    z-index: -5;
}
.products-sect::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout04-3/common/index/products_bg.jpg) top center no-repeat;
    background-size: cover;
    top: -12%;
    left: auto;
    z-index: -6;
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%);
}

.products-sect .title {
    margin-bottom: 27px;
    text-align: left;
}

.products-sect .index_more {
    position: relative;
    margin-top: -26px;
}

.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: 124px 0 142px;
    background: url(../../../images/layout04-3/common/index/service_bg.jpg) top center no-repeat;
    background-size: cover;
}
.service-sect .title{
    margin: 0 0 36px;
}
.service-sect .title span{
    color: #fff;
}
.service-sect .title span:after {
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    width: 40px;
    height: 7px;
    top: -18px;
    left: calc(50% - 17px);
    z-index: 50;
}
.service-sect .title h2 {
    color: #fff;
}

.service-sect .editor {
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    color: #555555;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}

.service-box>.flex>.cover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.service-box .index_more {
    clear: both;
    margin: -25px auto 0;
    position: relative;
    z-index: 13;
}

/*------------ album ------------*/

.album-sect {
    background: #FBFAF8;
    padding: 75px 0 137px;
}

.album-sect .title {
    margin-bottom: 38px;
}
.album-sect .title span:after {
    content: '';
    background: #E27441;
    display: block;
    position: absolute;
    width: 40px;
    height: 7px;
    top: -18px;
    left: calc(50% - 17px);
    z-index: 50;
}
.album-sect .index_more {
    position: relative;
}

.album-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.album-list .box .name {
    color: #000;
}

/* 版型 */

.album-list.type1 .box .namebox, .album-list.type1.masonry-list .box .namebox, .album-list.type3.masonry-list .box .namebox {
    padding: 35px 45px 15px;
    background: #BBBBBB;
    transition: all 0.3s ease;
}

.album-list.type1 .box:hover .namebox, .album-list.type1.masonry-list .box:hover .namebox, .album-list.type3.masonry-list .box:hover .namebox {
    background: #E27441;
}

.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.type1 .item .box .pic {
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    top:16px;
}
.album-list.type1 .item .box:hover .pic{
    transform: skewY(0deg);
}
.album-list.type1 .item .box .pic img{
    transform: skewY(4deg) scale(1.08);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
}

.album-list.type1 .item .name{
    font-size: 17px;
}

.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;
    color: #BBBBBB;
    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: #BBBBBB;
    transition: all 0.3s ease;
}

.onlyitem-sect .album-list .item .box:hover .namebox {
    background: #F3B562;
}

.album-list.type1 .item .box:hover .pic img {
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
    -ms-transform: scale(1.12);
}

/*!少量排版*/

/*----------- 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: 1760px){
    .about-sect .pic img{
        margin: 67px 0 67px -56px
    }
    .about-sect .pic:after{
        left: -16.5%;
    } 
}

@media screen and (max-width: 1680px){
    .about-sect .pic img{
        margin: 67px 0 67px -82px;
    }
    .about-sect .pic:after{
        left: -28.5%;
    }
}
@media screen and (max-width: 1520px){
    .about-sect .pic img{
        margin: 67px 0 67px -134px
    }
    .about-sect .pic:after{
        left: -35.5%;
        bottom: -8.5%;
    }
}
@media screen and (max-width: 1440px) {
    .about-sect:before{
        left: -8%;
    }
    .about-sect:after{
        top: -6.5%;
    }
    .about-sect .pic:after{
        left: -36.5%;
        bottom: -8.5%;
    }
    .about-sect .txt-box .index-about-editor {
        padding: 238px 40px 170px;
        left: -12.5%;
    }
    .about-sect .title{
        top: -22px;
        left: 28.5%;
    }
    .about-sect .index_more{
        left: 34%;
    }
    /*.about-sect .col.pic {
        margin: 0px 0 0 0%;
    }
    .about-sect .txt .pic {
        padding: 5% 0 20px;
    }*/
}
@media screen and (max-width: 1360px){
    .about-sect .pic:after{
        font-size: 148px;
        bottom: -6.5%;
    }
    .about-sect .txt-box .index-about-editor {
        padding: 238px 40px 152px;
        left: -12.5%;
    }
    .news-list.type4 .item .date{

    }
}
@media screen and (max-width: 1280px) {
    .about-sect:before {
        left: -18%;
    }
    .about-sect:after {
        top: -8.5%;
    }
    .about-sect .title {
        top: -34px;
    }
    .about-sect .pic:after{
        font-size: 136px;
        bottom: -4.5%;
        left: -40%;
    }
    .about-sect .txt-box .index-about-editor {
        padding: 220px 40px 149px;
        left: -12.5%;
    }
    .news-list.type4 .item .date{
        left: 154px;
    }
    .service-sect{
        padding: 98px 0 142px;
    }
    .products-sect::after{
        left:2%;
    }
    .album-sect {
        padding: 75px 0 100px;
    }
    .floating .gotop:after{
        left: 48.5%;
    }
}
@media screen and (max-width: 1240px){
    .about-sect:before {
        left: -21%;
    }
    .about-sect:after {
        top: -10.5%;
    }
    .about-sect .index_more {
        bottom: 11%;
    }
    .about-sect .pic:after {
        font-size: 124px;
        bottom: -4.5%;
        left: -40%;
    }
    .about-sect .title {
        top: -42px;
    }
    .about-sect .txt-box .index-about-editor {
        padding: 206px 40px 141px;
        left: -12.5%;
    }
    .news-list.type4 .item .date{
        left: 140px;
    }
    .products-sect::after {
        left: 12%;
    }
}

@media screen and (max-width: 1200px) {
    .about-sect .pic:after {
        font-size: 116px;
        bottom: -4.5%;
        left: -40%;
    }
    .about-sect .title{
        left: 32.5%;
    }
    .about-sect .txt-box .index-about-editor {
        left: -6.5%;
        padding: 206px 40px 118px;
    }
    .about-sect .index_more {
        left: 37.8%;
        bottom: 9%;
    }
    /*new */
    .news-list.type4 .item .date{
        left: 130px;
    }

    /*產品介紹 少量排版*/
    .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: 1199px){
    .album-list.type1 .item .pic{
        top: 16px;
    }
}
@media screen and (max-width: 1150px){
    .about-sect{
        background-position-x: 45%;
    }
    .about-sect:after {
        top: -7.5%;
    }
    .about-sect .pic:after {
        bottom: -1.5%;
    }
    .about-sect .pic img {
        margin: 84px 0 67px -114px
    }
    .about-sect .title {
        left: 35.5%;
        top: -25px;
    }
    .about-sect .txt-box .index-about-editor {
        left: -1.5%;
        padding: 226px 40px 94px;
    }
    .about-sect .index_more {
        left: 40.8%;
        bottom: 6%;
    }
    .news-list.type4 .item .date{
        left: 120px;
    }
    .products-sect::after {
        left: 16%;
    }

}
@media screen and (max-width: 1099px){
    .news-list.type4 .item .date{
        left: 160px;
    }
    .products-sect::after {
        left: 20%;
    }
}
@media screen and (max-width: 1080px) {
    .about-sect{
        background-position-x: 40%;
    }
    .about-sect:before {
        left: -28%;
    }
    .about-sect:after {
        top: -9.5%;
    }
    .about-sect .title {
        left: 36.5%;
        top: -36px;
    }
    .about-sect .txt-box .index-about-editor {
        left: -0.5%;
        padding: 218px 46px 100px;
    }
    .about-sect .index_more {
        left: 42%;
    }
    .about-sect .pic:after {
        font-size: 106px;
        bottom: -0.5%;
        left: -44%;
    }
}
@media screen and (max-width: 1060px){
    .products-sect::after {
        left: 24%;
    }
}
@media screen and (max-width: 1020px) {
    .about-sect .title {
        left: 38.5%;
    }
    .about-sect .pic img {
        margin: 98px 0 67px -108px;
    }
    .about-sect .txt-box .index-about-editor {
        left: 3.5%;
        padding: 218px 40px 100px;
    }
    .about-sect .index_more {
        left: 44%;
    }
    .about-sect .pic:after {
        font-size: 100px;
        bottom: -0.5%;
        left: -41%;
    }
    .about-sect .txt-box .index-about-editor span {
        font-size: 17px;
    }
}
@media screen and (max-width: 1000px) {
    .about-sect {
        padding: 60px 0 565px;
        margin: 0;
        background: url(../../../images/layout04-3/common/index/about_bg.png) top repeat-y;
        background-position-x: 38%;
    }
    .about-sect:before {
        display: none;
    }
    .about-sect:after{
        display: none;
    }
    .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 .title span:after{
        left: calc(50% - 20px);
    }
    .about-sect .txt-box {
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor {
        width: 100%;
    }
    .about-sect .index_more {
        margin: 36px auto 0;
        right: 0;
        left: 0;
        position: relative;
        top: initial;
    }
    .about-sect .pic img{
        left: 87.5%;
        top: 33.8%;
        width: 465px;
    }
    .about-sect .pic:after {
        font-size: 148px;
        bottom: -4%;
        left: 50%;
        width: 100%;
    }
    .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: 40px;
    }
    .title {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .products-sect .title {
        margin-bottom: 15px;
        text-align: center;
    }
    .articles-sect {
        padding: 30px 0;
    }
    .news-sect {
        padding: 72px 0 50px;
    }
    .news-sect .title span:after{
        left: calc(50% - 20px);
    }
    .products-box {
        padding: 8px 0;
    }
    .service-sect .title span{
        font-size: 40px;
    }
    .service-sect .title h2{
        font-size: 22px;
    }
    .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 span:after{
        left: calc(50% - 20px);
    }
    .service-sect .title:after {
        display: none;
    }
    .service-sect {
        padding: 72px 0 110px;
        background-attachment: inherit;
    }
    .service-sect .editor {
        border: none;
    }
    .service-box .index_more {
        margin: -25px 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: 70px 0 62px;
        margin: 0;
    }
    .album-sect .title{
        margin-bottom: 15px;
    }
    .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: 22px;
    }
    .products-sect {
        padding: 30px 0 72px;
    }
    .copy_box {
        padding: 0;
    }
    /* 關於我們 */
    .about-sect .title {
        position: static;
        background: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        height: auto;
    }
    .about-sect .txt-box .index-about-editor {
        padding: 0px 40px;
        position: relative;
        margin: 0 auto;
        left: unset;

    }
    .about-sect .title span {
        text-align: center;
        font-size: 40px;
        margin-bottom: 8px;
    }
    .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-list.type1 {
        margin: 0;
    }
    .album-sect .title span:after{
        left: calc(50% - 20px);
    }
    .products-list.type2 .item {
        margin-bottom: 0;
    }
    .products-sect::before{
        background: url(../../../images/layout04-3/common/index/products_bg.jpg) left bottom; no-repeat;
    }
    .products-sect .index_more {
        margin-top: 6px;
    }
    .products-sect::after{
        display: none;
    }
    .products-sect .title span:after{
        left: calc(50% - 20px);
    }
    .album-sect .index_more{
        margin-top: -8px;
    }
    .hot-arrow {
        position: relative;
        left: 0%;
        height: 40px;
        top: 0;
        margin: 0 auto 10px;
    }

}
@media screen and (max-width: 997px){
    .about-sect .pic img {
        top: 35.6%;
    }  
}
@media screen and (max-width: 960px){
    .about-sect .pic img {
        top: 35.6%;
    }
}
@media screen and (max-width: 900px){
    .about-sect .pic img {
        top: 35.5%;
    }
    .service-sect {
        padding: 72px 0 134px;
    }
}

@media screen and (max-width: 840px){
    .about-sect .pic img {
        left: 86.5%;
    }
    .about-sect .pic:after{
        bottom: -5%;
    }
}
@media screen and (max-width: 767px) {
    .about-sect {
        padding: 60px 0 482px;
    }
    .about-sect .pic img{
        width: 406px;
        top: 38.8%;
    }
    .products-sect::before {
        background: url(../../../images/layout04-3/common/index/products_bg.jpg) left bottom no-repeat;
    }
    .album-sect {
        padding: 70px 0 56px;
    }
    .album-list {
        flex-wrap: wrap;
    }
    .album-sect .album-list .item {
        min-width: inherit;
    }
    .album-sect .index_more {
        margin-top: -18px;
    }

}
@media screen and (max-width: 739px){
    .album-list.type1 .box .namebox, .album-list.type1.masonry-list .box .namebox, .album-list.type3.masonry-list .box .namebox{
        padding: 56px 45px 20px;
    }
    .album-list.type1 .item .box .pic{
        top: 26px;
    }
}
@media screen and (max-width: 730px){
    .about-sect .pic img {
        top: 40.5%;
    }
}
@media screen and (max-width: 640px) {
    .about-sect {
        padding: 60px 0 450px;
    }
    .about-sect .txt-box .index-about-editor span{
        font-size: 16px;
    }
    .about-sect .txt-box .index-about-editor p{
        font-size: 14px;
    }
    .about-sect .pic img {
        width: 348px;
        left: 89.5%;
        top: 40.5%;
    }
    .about-sect .pic:after {
        font-size: 132px;
    }
    .products-sect {
        padding: 30px 0 60px;
    }
}
@media screen and (max-width: 585px){
    .about-sect .pic img {
        top: 42.5%;
    }
}
@media screen and (max-width: 550px){
    .about-sect{
        background-position-x:0%;
    }
    .about-sect .txt-box .index-about-editor {
        padding: 0px 16px;
    }

    .about-sect .pic img{
        top: 42.5%;
        left: 88.4%;
    }
    .about-sect .pic:after {
        font-size: 120px;
        bottom: -2%;
    }

}
@media screen and (max-width: 500px){
    .album-sect .index_more {
        margin-top: -24px;
    }
}
@media screen and (max-width: 496px){
    .about-sect .pic img {
        top: 43.9%;
    }
}
@media screen and (max-width: 480px) {
    .about-sect{
        padding: 60px 0 394px;
    }
    .about-sect .txt-box .index-about-editor {
        padding: 0px 0px;
    }
    .about-sect .pic img {
        width: 326px;
        top: 45.2%;
    }
    .about-sect .pic:after {
        font-size: 100px;
        bottom: -3%;
    }
    .service-sect {
        padding: 72px 0 118px;
    }
    .products-sect {
        padding: 28px 0 73px;
    }
    .products-list.onlyitem-list .item {
        width: 100%;
    }
    .products-sect::before{
        clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
    }
    .onlyitem-sect .album-list .item {
        width: 100%;
    }
    .album-sect {
        padding: 60px 0 62px;
    }
    .album-list.type1 .item {
        width: 50%;
        margin-bottom: 0;
    }
    .album-sect .index_more {
        margin-top: 26px;
    }
}
@media screen and (max-width: 464px){
    .about-sect .pic img {
        top: 46.5%;
    }
}
@media screen and (max-width: 448px){
    .about-sect .pic img {
        top: 47.6%;
    }
}
@media screen and (max-width: 440px){
    .about-sect .pic img {
        top: 47.9%;
    }
    .service-sect {
        padding: 72px 0 136px;
    }
    .service-box .index_more {
        margin-top: 26px;
        background: #E27441;
    }
    .service-box .index_more a:before{
        background: #212A37;
    }
    .products-sect {
        padding: 0px 0 58px;
    }
    .products-sect::before {
        clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
    }
    .album-sect {
        padding: 60px 0 58px;
    }
}
@media screen and (max-width: 390px){
    .about-sect {
        padding: 60px 0 366px;
    }
    .about-sect .txt-box .index-about-editor span {
        font-size: 15px;
    }
    .about-sect .txt-box .index-about-editor p {
        font-size: 13px;
    }
    .about-sect .pic img {
        width: 308px;
        top: 48.5%;
    }
    .about-sect .pic:after {
        font-size: 84px;
        bottom: -2%;
    }
    .service-sect {
        padding: 72px 0 142px;
    }
    .products-sect {
        padding: 12px 0 58px;
    }
}
@media screen and (max-width: 320px){
    .about-sect {
        padding: 60px 0 348px;
    }
    .about-sect .pic img {
        width: 288px;
        top: 50.5%;
    }
    .about-sect .pic:after {
        font-size: 76px;
        bottom: -2%;
    }
    .news-sect {
        padding: 66px 0 40px;
    }
    .news-list.type4 .item .date {
        left: 144px;
    }
    .service-sect {
        padding: 66px 0 142px;
    }
    .service-sect .title {
        margin: 0 0 26px;
    }
}