@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');

/*列表通用 index、products*/
.products-list.type2{
    margin: 0 -12px;
}
.products-list.type2 .item{
    padding: 0 12px;
}
.products-list.type2 .box {
    position: relative;
    transition: all .3s ease;
    background: #fff;
    border: 1px solid #CCC;
    padding: 12px;
    z-index: 1;
    top: 0;
    transition: all 0.3s ease;
    margin: 0px auto 0;
}

.products-list.type2 .box:hover {
    top: 0px;
}

.products-list.type2 .decoBorder.first {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    display: block;
    transition: all 0.8s ease;
}

.products-list.type2 .box:hover .decoBorder.first {
    height: 50%;
}

.products-list.type2 .decoBorder.first::before {
    content: "";
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.8s ease;
}

.products-list.type2 .box:hover .decoBorder.first:before {
    width: 50%;
    height: 100%;
}

.products-list.type2 .decoBorder.first::after {
    content: "";
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    border-top: 1px solid #fff;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    transition: all 0.8s ease;
}

.products-list.type2 .box:hover .decoBorder.first:after {
    width: 50%;
    height: 100%;
}

.products-list.type2 .decoBorder.bottom {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    display: block;
    transition: all 0.8s ease;
}

.products-list.type2 .box:hover .decoBorder.bottom {
    height: 50%;
}

.products-list.type2 .decoBorder.bottom::before {
    content: "";
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0px;
    transition: all 0.8s ease;
}

.products-list.type2 .box:hover .decoBorder.bottom:before {
    width: 50%;
    height: 100%;
}

.products-list.type2 .decoBorder.bottom::after {
    content: "";
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    border-top: 1px solid #fff;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0px;
    transition: all 0.8s ease;
}

.products-list.type2 .box:hover .decoBorder.bottom:after {
    width: 50%;
    height: 100%;
}

.products-list.type2 .decoBorder.bottom::before {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #fff;
}

.products-list.type2 .decoBorder.bottom::after {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #fff;
}

.products-list.type2 .decoBorder.blue::before {
    border-top: 1px solid #2F318B;
    border-left: 1px solid #2F318B;
}

.products-list.type2 .decoBorder.blue::after {
    border-top: 1px solid #2F318B;
    border-right: 1px solid #2F318B;
}

.products-list.type2 .decoBorder.blue.bottom::before {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #2F318B;
}

.products-list.type2 .decoBorder.blue.bottom::after {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #2F318B;
}

.products-list .box.new:before {
    content: 'NEW';
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 23px;
    left: 24px;
    text-align: center;
    border-radius:100%;
    font-size: 16px;
    font-weight: normal;
    z-index: 15;
    color: #fff;
    background: #2F318B;
    font-family: 'Poppins', serif;
}

.products-list .box .name {
    color: #333333;
    font-size: 18px;
    letter-spacing: 0.05em;
    -webkit-line-clamp: 1;
    margin: 0 0 5px;
    font-weight:  normal ;
}

.products-list .box:hover .name {
    color: #2F318B;
}

.products-list .box .description {
    color: #878787;
    line-height: 1.5;
    font-weight: normal;
}

.products-list .box:hover .description {
    color: #878787;
}

.products-list.type2 .txt:after {
    content: 'View More';
    background: rgba(47,49,139,.7);
    color: #fff;
    letter-spacing: 0.2px;
    display: block;
    text-align: center;
    margin: 15px 0 0;
    padding: 3px;
    font-size: 15px;
    letter-spacing: 0.05em;
    transition: all .3s ease;
    font-family: 'Poppins', serif;
    font-weight: normal;
}

.products-list.type2 .box:hover .txt:after {
    background: #2F318B;
}

.products-list.type2 .txt {
    padding: 15px 5px 0;
}

.products-list.type2 .pic:before {
    display: none;
}

/*!列表通用 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 .date{
    font-family: "Poppins", sans-serif;
}
.news-list.type3 .item{
    border-color: #CCC;
}

.news-list .item .box {
    padding: 12px;
    background: transparent;
    border:none;
    transition: all .3s ease;
}
.news-list.type4 .item .box{
    border: 1px solid #CCC;
    background: #FFF;
}
.news-list .btn.more {
    bottom: 12px;
    font-family: "Poppins", sans-serif;
    color: #444;
    font-weight: normal;
    border-radius: 30px;
    border: 1px solid #CCC;
    background: transparent;
}
.news-list .box:hover .btn.more {
    background: #2F318B;
    color: #FFFFFF;
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 100%;
    color: #FFFFFF;
    width: 70px;
    height: 70px;
    padding-top: 0;
    background: #2F318B;
    font-family: "Poppins", sans-serif;
    transition: all .3s ease;
}

.news-list.type4 .item:hover .date{
    color:#2F318B;
    background: #FFF;
}
.news-list.type4 .date .day {
    font-weight: normal;
    font-family: "Poppins", sans-serif;
}

.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    bottom: 100px;
    left: 24px;
}

.news-list.type4 .item .date .day {
    display: block;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 500;
}

.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
    font-weight: normal;
}

.news-list .item .name {
    color: #333333;
    font-size: 18px;
    letter-spacing: 0.05em;
    -webkit-line-clamp: 2;
    font-weight: normal;
    text-align: center;
    margin-bottom: 12px;
    transition: all .3s ease;
}
.news-list.type3 .name{
    text-align: left;
}
.news-list .box:hover .name {
    color: #2F318B;
}

.news-list .item .description {
    color: #666
}

/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner {
    position: relative;
    height: auto !important;
}

.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/common/index/arrow.png);
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all .3s ease;
}

.banner .slick-prev {
    left: 35px;
}

.banner .slick-next {
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}

.banner .slick-prev:hover {
    background: url(../../../images/layout04/common/index/arrow_.png);
}

.banner .slick-next:hover {
    background: url(../../../images/layout04/common/index/arrow_.png);
}

.banner .slick-dots,
.banner .slick-dots li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.banner .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    color: transparent;
    background: #CCCCCC;
    cursor: pointer;
    border-radius: 100%;
    padding: 0;
}

.banner .slick-active button {
    background: #2F318B;
}

/*------------ title ------------*/
.title {
    display: flex;
    flex-direction: column-reverse;
}

.title h2 {
    display: block;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 40px;
    color: #2F318B;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.title span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 2.4;
    color: #AAAAAA;
}

.title i {
    display: none;
}

/*------------ more ------------*/
.index_more {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 192px;
    height: 45px;
    line-height: 44px;
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
    border: solid 1px #CCCCCC;
    border-radius: 30px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    transition: all .3s ease;
}

.index_more:hover {
    background: #2F318B;
    border-color: #2F318B;
    color: #FFF;
}

.index_more a {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    font-size: 0;
    padding: 0;
    display: block;
}

.index_more a span {
    font-size: 15px;
    line-height: 44px;
}

.index_more:hover a span {
    color: #FFF;
}

.index_more::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #09094C;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto 0;
}

.index_more::after {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #09094C;
    top: 0;
    bottom: 0;
    right: -28px;
    margin: auto 0;
    transition: all .4s ease;
}

.index_more:hover:after {
    right: 25px;
}

/*------------ sect ------------*/
/*輪播*/
.hot-arrow {
    position: absolute;
    top: 32px;
    right: 155px;
    width: 95px;
}
.hot-arrow .slick-arrow {
    width: 45px;
    height: 45px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../../images/layout04/common/index/arrow2.png');
    left: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .3s ease;
}

.hot-arrow .slick-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
}

.hot-arrow .slick-arrow:hover {
    background: url('../../../images/layout04/common/index/arrow2_.png');
}

/*!輪播*/
/*新編輯器*/
.article-sect .container {
    padding: 40px 15px;
}

/*!新編輯器*/
/*------------ about ------------*/
.about-sect {
    position: relative;
    padding: 103px 0 103px;
    overflow: hidden;
}

.about-sect .row {
    padding: 0;
}

.about-sect .col {
    float: left;
}

.about-sect .col.txt {
    position: relative;
    box-sizing: border-box;
    float: right;
    max-width: 530px;
    width: 50%;
    z-index: 2;
    margin: 0;
    margin-right: -1.5%;
}

.about-sect .container {
    position: static;
}

.about-sect .col.pic {
    position: absolute;
    max-width: 960px;
    width: 50%;
    right: 50%;
    height: 100%;
    top: 0;
    text-align: right;
}

.about-sect .title {
    margin-bottom: 15px;
}

.about-sect .title span::before {
    content: '';
    display: inline-block;
    background: #E62129;
    width: 35px;
    height: 4px;
    margin: 0px 15px 4px 3px;
}

.about-sect .txt-box {
    display: flex;
    flex-wrap: wrap;
}

.about-sect .txt-box .index-about-editor .editor h4 {
    position: relative;
    color: #212121;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 0 0 22px;
    padding: 0;
}

.about-sect .txt-box .index-about-editor .editor {
    position: relative;
    font-size: 15px;
    color: #666666;
    letter-spacing: 0.1em;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    height: 237px;
    overflow: hidden;
}

.about-sect .txt .tag {
    display: none;
}

.about-sect .index_more {
    display: block;
    margin: 48px 0 0;
}

.about-sect .a_deco {
    position: absolute;
    right: 0%;
    top: 6%;
    z-index: 2;
}

/*------------ service ------------*/
.service-sect {
    position: relative;
    padding: 103px 0 103px;
    overflow: hidden;
}

.service-sect .row {
    padding: 0;
}

.service-sect .col {
    float: left;
}

.service-sect .col.txt {
    position: relative;
    box-sizing: border-box;
    float: left;
    max-width: 560px;
    width: 50%;
    z-index: 2;
    margin: 0;
    margin-left: -3.8%;
}

.service-sect .container {
    position: static;
}

.service-sect .col.pic {
    position: absolute;
    max-width: 960px;
    width: 50%;
    left: 50%;
    height: 100%;
    top: 0;
    text-align: right;
}

.service-sect .col.pic img {
    object-fit: cover;
    height: 100% !important;
    max-width: inherit;
}

.service-sect .title {
    margin-bottom: 15px;
}

.service-sect .title span::before {
    content: '';
    display: inline-block;
    background: #E62129;
    width: 35px;
    height: 4px;
    margin: 0px 15px 4px 3px;
}

.service-sect .editor {
    position: relative;
    font-size: 15px;
    color: #666666;
    letter-spacing: 0.1em;
    line-height: 1.8;
    height: auto;
}

.service-sect .editor h4 {
    position: relative;
    color: #212121;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 0 0 22px;
    padding: 0;
}

.service-sect .index_more {
    position: relative;
    margin: 32px 0 0;
}

/*------------ products ------------*/
.products-sect {
    position: relative;
    z-index: 10;
    padding: 90px 0 55px;
    background: url(../../../images/layout04/common/bg/bg02.jpg) repeat center;
}

.products-sect .title {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}
.products-sect .title span::before {
    content: '';
    display: block;
    position: absolute;
    background: #E62129;
    width: 40px;
    height: 4px;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.products-sect .index_more {
    position: absolute;
    top: 32px;
    right: 15px;
    width: 128px;
}
.products-sect .index_more::before,
.products-sect .index_more::after {
    display: none;
}
/*產品介紹 少量排版*/
.products-list.column4 .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: 1;
    -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: 20px;
    left: 20px;
}

/*!少量排版*/
/*------------ news ------------*/
.news-sect {
    position: relative;
    padding: 92px 0 80px;
}
.news-sect .container{
    position: relative;
    z-index: 4;
}
.news-sect .title {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.news-sect .title span::before {
    content: '';
    display: block;
    position: absolute;
    background: #E62129;
    width: 40px;
    height: 4px;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.news-sect .index_more {
    position: absolute;
    top: 32px;
    right: 15px;
    width: 128px;
}

.news-sect .n_deco {
    position: absolute;
    left: 0%;
    top: -24%;
    z-index: 2;
}
.news-sect .n_deco2 {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 2;
}
.news-sect .index_more::before,
.news-sect .index_more::after {
    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.type4{
    margin: 0 -12px;
}
.news-list.type4 .item{
    padding: 0 12px;
}
.news-list.type4 .txt{
    padding: 0;
    padding-top: 15px;
    position: static;
    min-height: auto;
}
.news-list.type2 .pic {
    float: none;
    margin-right: 0;
    width: auto;
}

.news-list.type2 .item .txt {
    padding: 10px;
}

.news-list .btn.more {
    position: static;
    margin: 15px 0 0;
}

/*最新消息 少量排版*/
.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;
}

/*!少量排版*/
/*------------ album ------------*/
.album-sect {
    background: url(../../../images/layout04/common/index/album_bg.jpg) no-repeat 50% 30%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 90px 0 70px;
}
.album-sect .title {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    color: #FFF;
}
.album-sect .title h2{
    color: #FFF;
}

.album-sect .hot-arrow .slick-arrow {
    width: 45px;
    height: 45px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../../images/layout04/common/index/arrow22.png');
    left: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .3s ease;
}

.album-sect .hot-arrow .slick-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
}

.album-sect .hot-arrow .slick-arrow:hover {
    background: url('../../../images/layout04/common/index/arrow2_.png');
}

.album-sect .title span::before {
    content: '';
    display: block;
    position: absolute;
    background: #FFF;
    width: 40px;
    height: 4px;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.album-sect .index_more {
    position: absolute;
    top: 32px;
    right: 15px;
    width: 128px;
    background: #FFF;
    color: #333;
    transition: all .3s ease;
}
.album-sect .index_more:hover{
    background:#2F318B;
    border-color: #2F318B;
    color: #FFF;
}
.album-sect .index_more::before,
.album-sect .index_more::after {
    display: none;
}
.album-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list.type1 {
    margin: 0 -12px;
}
.album-list.type1 .item {
    padding: 0 12px 0px;
    border: none;
}
.album-list .box .name {
    color: #fff;
}
.album-list.type1 .box .namebox{
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    border: 1px solid #CCC;
    transition: all .3s ease;
    z-index: 5;
    margin: -25px 20px 0;
    padding: 12px 15px;
}
.album-list.type1 .box:hover .namebox{
    background: #2F318B;
    border-color: #2F318B;
}
.album-list.type1 .box .name {
    color: #333;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: normal;
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0;
    transition: all .3s ease;
}
.album-list.type1 .box:hover .name{
    color: #FFF;
}
.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: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: 1920px) {
    .about-sect .a_deco {
        left: 85.7%;
        right: unset;
    }
    .news-sect .n_deco {
        left: unset;
        right: 85.7%;
    }
    .news-sect .n_deco2 {
        right: unset;
        left: 87.6%;
    }
}
@media screen and (max-width: 1680px) {
    .about-sect .col.txt{
        margin-right: 1.7%;
    }
    .service-sect .col.txt{
        margin-left: 2.1%;
    }
    .news-sect .n_deco{
        top: -16%;
    }
    .news-sect .n_deco2{
        top: 14%;
    }
}
@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1280px) {
    .about-sect {
        padding: 54px 0 60px;
    }
    .service-sect {
        padding: 54px 0 60px;
    }
    .products-sect {
        padding: 50px 0 15px;
    }
    .news-sect {
        padding: 50px 0 40px;
    }
    .album-sect{
        padding: 50px 0 30px;
        background: url(../../../images/layout04/common/index/album_bg.jpg) no-repeat 50% 50%;
        background-attachment: inherit;
        background-size: cover;
    }
    .about-sect .col.txt {
        margin-right: 0;
        width: 45%;
    }
    .about-sect .col.pic {
        width: 100%;
        right: 50%;
        height: fit-content;
        top: 0;
        bottom: 0;
        margin: auto 0;
        overflow: hidden;
    }
    .about-sect .col.pic img{
        position: relative;
        left: 20%;
    }
    .about-sect .index_more {
        display: block;
        margin: 28px 0 0;
    }
    .service-sect .col.txt {
        margin-left: 1%;
        width: 45%;
    }
    .service-sect .col.pic{
        width: 100%;
        left: 50%;
        height: fit-content;
        top: 0;
        bottom: 0;
        margin: auto 0;
        overflow: hidden;
    }
    .service-sect  .col.pic img{
        position: relative;
        right: 20%;
    }
    .about-sect .title , .service-sect .title {
        margin-bottom: 10px;
    }
    .about-sect .txt-box .index-about-editor .editor h4 , .service-sect .editor h4{
        margin-bottom: 18px;
    }
    .products-sect .title , .news-sect .title , .album-sect .title{
        margin-bottom: 15px;
    }
    .news-sect .n_deco {
        top: -24%;
    }
    .news-sect .n_deco2 {
        top: 32%;
    }
    .products-list.type2 .txt {
        padding: 12px 5px 0;
    }
    .news-list.type4 .txt {
        padding: 0;
        padding-top: 12px;
    }
}

@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: 1050px) {
    .about-sect .a_deco{
        top: 16%;
    }
    .news-sect .n_deco {
        top: 8%;
    }
    .news-sect .n_deco2 {
        top: 68%;
    }
}
@media screen and (max-width: 1000px) {
    .title h2{
        font-size: 32px;
        line-height: 1;
    }
    .title span {
        font-size: 15px;
    }

    .about-sect {
        padding: 54px 0 27px;
    }
    .service-sect {
        padding: 27px 0 54px;
    }
    .products-sect {
        padding: 54px 0 10px;
    }
    .news-sect {
        padding: 54px 0 35px;
    }
    .album-sect{
        padding: 54px 0 25px;
    }

    .about-sect .title span::before{
        display: none;
    }
    .about-sect .title::before{
        content: '';
        position: absolute;
        display: block;
        height: 30px;
        width: 3px;
        background: #E62129;
        left: 0;
        right: 0;
        top: -45px;
        margin: 0 auto;
    }
    .about-sect .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .about-sect .col.pic {
        position: relative;
        right: unset;
        float: none;
        width: 620px;
        text-align: center;
        margin: 0 auto 30px;
    }
    .about-sect .col.pic img{
        left: unset;
    }
    .about-sect .col.txt{
        float: none;
        max-width: inherit;
        width: 620px;
        margin: 0 auto;
        text-align: center;
    }
    .about-sect .txt-box {
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor {
        width: 100%;
    }
    .about-sect .index_more {
        display: block;
        margin: 24px auto 0;
    }
    .about-sect .txt-box .index-about-editor .editor h4, .service-sect .editor h4{
        font-size: 20px;
        margin-bottom: 15px;
        text-align: center;
    }
    .about-sect .txt-box .index-about-editor .editor , 
    .service-sect .editor{
        height: auto;
        font-size: 14px;
        -webkit-line-clamp:inherit;
        overflow: inherit;
    }
    .service-sect .col.pic{
        display: none;
    }
    .service-sect  .title span::before {
        content: '';
        display: block;
        position: absolute;
        background: #E62129;
        width: 35px;
        height: 3px;
        top: -15px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .products-sect .title span::before, 
    .news-sect .title span::before, 
    .album-sect .title span::before {
        width: 35px;
        height: 3px;
    }
    .service-sect .col.txt{
        float: none;
        max-width: inherit;
        width: 620px;
        text-align: center;
        margin: 0 auto;
    }
    .service-sect .index_more{
        margin: 30px auto 0;
    }
    .products-sect .index_more{
        top: 10px;
    }
    .news-sect .index_more{
        top: 10px;
    }
    .album-sect .index_more{
        top: 10px;
    }
    .hot-arrow {
        top: 10px;
    }

    .news-list.type4 .item .box {
        max-width: 100%;
    }
    .album-list.type1 {
        margin: 0 auto;
    }
    .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%;
    }

    /*!少量排版*/


    .service-sect .editor {
        width: 100%;
        float: none;
    }

    .service-sect .editor {
    }


    .banner .slick-dots {
        display: none !important;
    }

    .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;
    }
    .contact-sect {
        background-size: auto, cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .masonry-album-sect .item {
        width: 50%;
    }
    .album-sect .container {
        display: block;
        padding: 0 15px;
    }

    .album-list {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .about-sect .col.pic{
        width: 100%;
    }
    .about-sect .col.txt{
        width: 100%;
    }
    .service-sect .col.txt{
        width: 100%;
    }
    .hot-arrow {
        position: relative;
        left: 0%;
        height: 45px;
        top: 0;
        margin: 0 auto 15px;
    }

    .album-list {
        flex-wrap: wrap;
    }

    .album-sect .album-list .item {
        min-width: inherit;
    }
    .about-sect{
        padding: 45px 0 27px;
    }
    .service-sect {
        padding: 27px 0 45px;
    }
    .products-sect {
        padding: 54px 0 40px;
    }
    .news-sect {
        padding: 54px 0 40px;
    }
    .album-sect {
        padding: 54px 0 50px;
    }
    .products-sect .title, .news-sect .title, .album-sect .title{
        margin: 0 auto 0;
    }
    .products-sect .index_more , .news-sect .index_more , .album-sect .index_more{
        position: relative;
        margin: 0 auto 0;
        top: unset;
        right: unset;
    }
    .products-list.type2 .item , .news-list.type4 .item , .album-sect .album-list .item{
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 480px) {
    .products-list.onlyitem-list .item {
        width: 100%;
    }

    .onlyitem-sect .album-list .item {
        width: 100%;
    }
    .products-list .box .name , .news-list .item .name , .album-list.type1 .box .name{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .news-list.type4 .item .date{
        bottom: 90px;
    }
    .service-sect .index_more {
        margin: 5px auto 0;
    }
}