@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.type5 .keyword_box{
    color: #9A7F64;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(-45deg, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(135deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(-45deg, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(135deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
    transition: all .3s ease;
    border-radius: 5px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: rgb(230,10,54);
    border-color: rgb(230,10,54);
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #9A7F64;
    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: #999;
}
/*/列表通用 index article*/
/*列表通用 index、products*/
.products-list .box.new:before{
    content: 'NEW';
    position: absolute;
    top: -17px;
    left: 8px;
    display: block;
    text-align: center;
    padding: 2px 0 0 7px;
    width: 73px;
    height: 36px;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    background: url(../../../images/layout06/common/products/news_tag.png);
    background-size: contain;
    font-family: 'Cormorant Garamond', serif;
    z-index: 2;
}
.products-list .box img{
    display: block;
    width: 100%;
}
.products-list .mask .more{
    display: none;
}
.products-list .name {
    color: #202020;
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-line-clamp: 1;
    line-height: 28px;
    max-height: 28px;
    transition: all 0.3s ease;
}
.products-list .box:hover .name {
    color: #1D2B6A;
}
.products-list .description {
    color: #999;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.products-list .box:hover .description {
    color: #666;
}
/*cart*/
.products-list.for-cart .offers{
    color: #D80000;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .3s ease;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1000px){
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0;
    }
}
/*/cart*/
/*/列表通用 index、products*/
/*列表通用 index、album*/
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(left, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(left, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(to right, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
}
.album-list .item .name{
    color: #7b6956;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    z-index: 20;
    transition: all .3s ease;
    opacity: 0;
}
.masonry-list.album-list.type1 .item .box:hover .namebox:after,
.masonry-list.album-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    padding-right: 60px;
    position: relative;
}
/*!瀑布流*/
.album-list .item .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.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list .item:hover .pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*!列表通用 index、album*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list .item .name{
    color: #fff;
}
.onlyitem-list.album-list .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name, .masonry-list.album-list.type3 .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .pic {
    border-radius: 8px;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
    border-radius: 8px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name{
    color: #202020;
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-line-clamp: 1;
    line-height: 28px;
    max-height: 28px;
    margin: 0 0 5px;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #1D2B6A;
}
.news-list .item .description{
    color: #999;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.3s ease;
    max-height: 48px;
    -webkit-line-clamp: 2;
}
.news-list .item .box:hover .description{
    color: #666;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
}
/*/列表通用 index、news*/
/*------------ banner ------------*/
.banner img,
.banner_m img{
    width: 100%;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner img,
.banner_m img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    border: 0;
    color: transparent;
    bottom: 0;
    left: 50%;
    z-index: 100;
    cursor: pointer;
    background: rgb(27, 43, 103, 0.9);
    background: transparent;
    border: 1px solid rgb(27, 43, 103, 0.9);
    border-radius: 100%;
}
.banner .slick-arrow .dot {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
}
.banner .slick-arrow .dot svg {
    width: 18px;
    height: 18px;
    color: #fff;
    opacity: 1;
}
.banner .slick-prev .dot svg{
    transform: rotate(180deg);
}
.banner .slick-arrow::before {
    content: '';
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 60px;
    background: rgb(27, 43, 103, 0.9);
    transition: all 0.3s ease;
}
.banner .slick-prev,
.banner_m .slick-prev{
    margin-left: -72px;
}
.banner .slick-next,
.banner_m .slick-next{
    background-position: 100% 0;
    margin-right: -69px;
    border-left: transparent 1px solid;
}
.banner .slick-arrow:hover,
.banner_m .slick-arrow:hover{
    background: transparent;
    border: 1px solid rgb(225, 23, 21, 0.9);
}
.banner .slick-arrow:hover:before {
    background: rgb(225, 23, 21, 0.9);
}
.banner_m{
    display: none;
}
/*------------ /banner ------------*/
/*------------ title ------------*/
.title{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
}
.title h2{
    position: relative;
    box-sizing: border-box;
    color: #202020;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0 auto;
    width: fit-content;
}
.title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 23px;
    right: 106%;
    top: 50%;
    margin-top: -11.5px;
    background: url(../../../images/layout06/common/m_ic.png) no-repeat;
    background-size: contain;
    transition: all .3s ease;
    animation: star_1 3s linear infinite;
}
.title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 23px;
    left: 104%;
    top: 50%;
    margin-top: -11.5px;
    background: url(../../../images/layout06/common/m_ic.png) no-repeat;
    background-size: contain;
    transition: all .3s ease;
    animation: star_1 3s linear infinite;
}
@keyframes star_1 {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.title span {
    display: block;
    color: #1D2B6A;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Cormorant Garamond', serif;
}
.title span i {
    font-style: unset;
    color: #E11715;
}
/*------------ /title ------------*/
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.index_more a {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    border: 1px solid #103f99;
    color: #fff;
    width: 260px;
    height: 70px;
    line-height: 65px;
    border-radius: 70px;
    padding: 0;
    font-size: 0;
    transition: all 0.3s ease;
    z-index: 5;
}
.index_more a:hover {
    border-color: #E11715;
}
.index_more a:after {
    content: '';
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 60px;
    background: #1D2B6A;
    transition: all 0.3s ease;
    z-index: -1;
}
.index_more a:hover:after {
    background: #E11715;
}
.index_more a span{
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
}
.index_more a span .dot {
    fill: currentColor;
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    flex-shrink: 0;
    font-size: min(calc(.16327vw + .83673rem), 1rem);
    position: relative;
    z-index: 0;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
}
.index_more a span .dot::before {
    aspect-ratio: 1 / 1;
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transition-duration: .5s;
    transition-property: opacity, scale;
    translate: -50% -50%;
    width: .25em;
}
.index_more a:hover .dot::before {
    opacity: 0;
    scale: .1;
}
.index_more a .dot svg  {
    height: 1em;
    width: auto;
    opacity: 0;
    scale: .1;
    transition-duration: .5s;
    transition-property: opacity, scale;
}
.index_more a:hover .dot svg {
    opacity: 1;
    scale: 1;
}
/*------------ /more ------------*/
/*------------ sect ------------*/
.album-sect,
.about-sect,
.news-sect,
.products-sect,
.service-sect,
.article-sect,
.contact-sect,
.banner,
.banner_m,
.articles-sect{
    position: relative;
    z-index: 2;
}
/*------------ /sect ------------*/
/*------------ article_新編輯器 ------------*/
.article-sect{
    background: #fff;
}
.article-sect .container{
    padding: 40px 15px;
}
/*------------ /article_新編輯器 ------------*/
/*------------ about ------------*/
.about-sect{
    padding: 100px 0;
    background: #fff;
}
.about-sect .title h2 {
    margin: 0;
}
.about-sect .title h2::before {
    display: none;
}
.about-sect .row{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.about-sect .col.pic{
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 50%;
    z-index: 1;
}
.about-sect .col.pic img {
    border-radius: 8px;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 90px;
    width: 50%;
    z-index: 2;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 150px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2;
}
.about-sect .index_more{
    display: flex;
    justify-content: flex-start;
    margin: 40px 0 0;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ /about ------------*/
/*------------ articles ------------*/
.articles-sect{
    padding: 75px 0 20px;
    background: #F6F6F6;
}
.articles-sect .title:before{
    content: '';
    display: block;
    width: 36px;
    height: 5px;
    background: #000000;
    margin: 0 auto 20px; 
}
.articles-sect .title span{
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 28px;
    color: #000000;
    margin-bottom: 5px;
}
.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.articles-sect .index_more{
    display: none;
}
/*------------ news ------------*/
.news-sect{
    padding: 100px 0;
    background: url(../../../images/layout06/common/index/n_bg.jpg) no-repeat fixed; 
}
.news-sect .title {
    text-align: center;
}
.news-sect .title h2::before {
    background: url(../../../images/layout06/common/m_ic_w.png) no-repeat;
    background-size: contain;
}
.news-sect .title h2::after {
    background: url(../../../images/layout06/common/m_ic_w.png) no-repeat;
    background-size: contain;
}
.news-sect .title h2 {
    color: #fff;
}
.news-sect .title span {
    color: #fff;
}
.news-sect .title span i {
    color: #FACCCC;
}
.news-sect .index_more{
    display: none;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*n_type1*/
.news-list.type1 {
    background: #fff;
    border-radius: 8px;
}
.news-list.type1 .date .month,
.news-list.type1 .date .years {
    font-size: 20px;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #F3F4F7;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #1D2B6A;
    border-radius: 40px;
    font-weight: normal;
    transition: all 0.3s ease;
}
.news-list .btn.more i {
    display: none;
}
.news-list .box:hover .btn.more {
    color: #fff;
    background: #E11715;
}
.news-list .date {
    font-family: 'Cormorant Garamond', serif;
}
/*/n_type1*/
/*n_type2*/
.news-list.type2 {
    background: #fff;
    border-radius: 8px;
}
.news-list.type2 .item {
    padding: 25px 10px;
    margin-bottom: 0;
    border: 0;
}
.news-list.type2 .box {
    margin: 0 auto;
}
.news-list.type2 .date {
    font-size: 40px;
    margin: 0 0 5px;
}
.news-list.type2 .date .month,
.news-list.type2 .date .years {
    font-size: 20px;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 {
    background: #fff;
    border-radius: 8px;
}
.news-list.type3 .item {
    padding: 0 40px;
    margin: 20px 0;
}
.news-list.type3 .date .month,
.news-list.type3 .date .years,
.news-list.type3 .date .day {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px;
}
.news-list.type3 .item {
    border-left: 2px dotted #ddd;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 .item .box{
    transition: all .3s ease;
    border: 0;
    background: #fff;
}
.news-list.type4 .item .box:hover{
    top: -10px;
}
.news-list.type4 .txt {
    padding: 0 20px 30px;
}
.news-list.type4 .item .date,
.news-date {
    font-weight: normal;
    color: #fff;
    background: #1D2B6A;
    border-radius: 100%;
    font-family: 'Cormorant Garamond', serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -30px 0 15px;
    padding: 0;
    line-height: 1;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #E11715;
}
.news-list.type4 .item .date::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 1px solid #1D2B6A;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date::before {
    border-color: #E11715;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 22px;
    font-size: 40px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 16px;
    margin-top: -40px;
    font-weight: 600;
}
/*/n_type4*/
/*n_少量排版*/
.news-list.onlyitem-list .item{
    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.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;
}
/*/n_少量排版*/
/*------------ /news ------------*/
/*------------ products ------------*/
.products-sect{
    padding: 100px 0 0;
}
.products-sect .title {
    text-align: center;
}
.products-sect .index_more{
    display: flex;
    justify-content: center;
    align-items: center;
}
.products-box {
    padding: 0;
    margin: 0 auto;
    max-width: 1330px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*p_type1*/
.products-list.type1 .name,
.products-list.type1 .box:hover .name{
    font-weight: normal;
}
/*/p_type1*/
/*p_type2*/
.products-list.type2 .item {
    margin-bottom: 40px;
}
.products-list.type2 .box .pic,
.products-list.type2 .box img {
    border-radius: 8px;
}
.products-list.type2 .txt {
    padding: 15px 0 0;
}
.products-list.type2 .name {
    color: #202020;
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-line-clamp: 1;
    line-height: 28px;
    max-height: 28px;
    margin: 0 0 5px;
    transition: all 0.3s ease;
    padding-left: 35px;
}
.products-list.type2 .name::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 27px;
    height: 20px;
    background: url(../../../images/layout06/common/m_ic.png) no-repeat;
    background-size: contain;
}
.products-list.type2 .description {
    color: #999;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.products-list.type2 > .item > .box{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    transition: all .3s ease;
}
.products-list.type2 .mask{
    position: relative;
    box-sizing: border-box;
    margin: 0;
    transition: all .3s ease;
    overflow: hidden;
    z-index: 1;
}
.products-list.type2 .mask .pic:before{
    display: none;
}
/*/p_type2*/
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*/少量排版*/
/*------------ products ------------*/
/*------------ service ------------*/
.service-sect{
    padding: 500px 0 130px;
    z-index: 1;
}
.service-sect::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 486px;
    background: url(../../../images/layout06/common/index/s_cloud.png) no-repeat 50% 50%;
    background-size: contain;
    z-index: -2;
}
.service-sect::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -1260px;
    width: 2520px;
    height: 2520px;
    background: url(../../../images/layout06/common/index/img_earth.png) no-repeat 50% 50%;
    background-size: contain;
    z-index: -1;
    animation: 150s linear infinite rotation;
}
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.service-sect .container {
    max-width: 1500px;
}
.service-sect .title{
    text-align: center;
    top: -110px;
    margin: -110px auto 0; 
}
.service-sect .title h2::before {
    background: url(../../../images/layout06/common/m_ic_w.png) no-repeat;
    background-size: contain;
}
.service-sect .title h2::after {
    background: url(../../../images/layout06/common/m_ic_w.png) no-repeat;
    background-size: contain;
}
.service-sect .title h2,
.service-sect .title span {
    color: #fff;
}
.service-sect .title span i {
    color: #C1CCEE;
}
.service-box{
    position: relative;
    box-sizing: border-box;
    text-align: left;
    background: #fff;
    border-radius: 30px;
}
.service-sect .editor {
    position: relative;
    box-sizing: border-box;
    max-width: 1300px;
    margin: 0 auto; 
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    display: flex;
    justify-content: center;
    align-items: center;
    top: 35px;
}
.service-sect .index_more a {
    border-color: #E11715;
}
.service-sect .index_more a:after {
    background: #E11715;
}
.service-sect .index_more a:hover {
    border-color: #0136ff;
}
.service-sect .index_more a:hover:after {
    background: #0136ff;
}
/*------------ /service ------------*/
/*------------ album ------------*/
.album-sect {
    background: #f6f6f6;
}
.album-sect .index_more{
    display: none;
}
.album-sect .container{
    max-width: 100%;
    padding: 0;
}
.album-list .slick-track{
    margin: auto;
}
.album-list .item{
    clear: none!important;
    padding: 0 0!important;
}
.album-list .item .box .more{
    display: none;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-list .item{
    width: 16.66%;
    padding: 0;
}
.album-list .item .namebox{
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgb(27, 43, 103, 0.9);
    opacity: 0;
    transition: all .3s ease;
    z-index: 50;
}
.album-list .item .namebox .name{
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 15px 0;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    -webkit-line-clamp: 1;
}
.album-list .item:hover .box .namebox{
    opacity: 1
}
.album-list .item .pic:before{
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(32, 32, 32, 0.5);
    transition: all .3s ease;
    z-index: 5;
}
.album-list.active .item .pic:before{
    opacity: 1;
}
.album-list.active .box:hover .cover,
.album-list.active .box:hover .pic:before{
    opacity: 0;
}
.album-list.active.type2 .item .pic:before{
    opacity: 0;
}
.album-list.active.type2 .box:hover .cover,
.album-list.active.type2 .box:hover .pic:before{
    opacity: 1;
}
/*al_瀑布流*/
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.album-sect .title{
    text-align: center;
}
.album-sect .title{
    display: none;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox:after{
    content: '\10ffff';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    right: 12px;
    top: -26px;
    z-index: 20;
    color: #fff;
    background: #E11715;
    border-radius: 3px;
    text-indent: initial;
    transition: all .3s ease;
    opacity: 0;
}
.masonry-list .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
    padding-right: 60px;
}
/*/al_瀑布流*/
/*al_少量排版*/
.album-sect.onlyitem-sect {
    padding: 100px 0 80px;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.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 .namebox:after{
    content: '\10ffff';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    right: 12px;
    top: -26px;
    z-index: 20;
    color: #fff;
    background: #E11715;
    border-radius: 3px;
    text-indent: initial;
    transition: all .3s ease;
    opacity: 0;
}
.onlyitem-sect .album-list .item .box:hover .namebox:after{
    opacity: 1;
}
.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: 14px 0 0;
    padding-right: 60px;
}
/*/al_少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout06/common/index/contact_border.png) top center no-repeat, url(../../../images/layout06/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.reminder{
    position: relative;
    padding: 9.5px 15px;
    color: #F6F6F6;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(left, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(left, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(to right, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
    margin-bottom: 30px;
}
.reminder:after{
    border-top: 8px solid #EB4130;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position:absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
}
.reminder b{
    border-color: #F6F6F6;
}
.contact-sect .form-wrap .reminder{
    display: none;
}
.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){
}
@media screen and (max-width: 1280px){
    .title {
        margin: 0 0 30px;
    }
    .title h2 {
        font-size: 35px;
    }
    .title span {
        font-size: 18px;
    }
    .index_more a {
        color: #fff;
        width: 220px;
        height: 60px;
        line-height: 55px;
        border-radius: 60px;
        font-size: 16px;
    }
    .products-sect {
        padding: 60px 0 0;
    }
    .products-list.type2 .name {
        font-size: 18px;
    }
    .products-list.type2 .description {
        font-size: 15px;
    }
    .service-sect {
        padding: 420px 0 90px;
    }
    .service-sect .title {
        top: -100px;
        margin: -100px 0 0;
    }
    .service-sect .index_more {
        top: 30px;
    }
    .news-sect {
        padding: 60px 0 40px;
    }
    .about-sect {
        padding: 60px 0;
    }
    .about-sect .txt-box .index-about-editor .editor {
        -webkit-line-clamp: 4;
        height: 120px;
        font-size: 16px;
        line-height: 1.7;
    }
    .about-sect .index_more {
        margin: 30px 0 0;
    }
    .about-sect .col.txt {
        padding: 0 60px 0 50px;
    }
    .news-list .item .name {
        font-size: 18px;
    }
    .news-list .item .description {
        font-size: 15px;
    }
}
@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 .box.new:before{
        top: -10px;
        left: 25px;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*/少量排版*/
}
@media screen and (max-width: 1000px){
    /*少量排版*/
    .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%;
    }
    /*/少量排版*/
    .title h2 {
        font-size: 32px;
    }
    .title span {
        font-size: 15px;
    }
    .banner .slick-arrow,
    .banner_m .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev,
    .banner_m .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .products-sect{
        padding: 50px 0 0;
    }
    .products-box{
        padding: 0;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
        margin: 30px auto 0;
    }
    .service-sect {
        padding: 430px 0 70px;
    }
    .service-sect .title {
        top: -90px;
        margin: -90px 0 0;
    }
    .service-box > .flex{
        display: block;
    }
    .news-sect{
        padding: 50px 0 30px;
        background-attachment: unset;
        background-size: cover;
        background-position: 100% 100%;
    }
    .about-sect .row {
        flex-direction: column-reverse;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .title h2 {
        margin: 0 auto;
    }
    .about-sect .title h2::before {
        display: block;
    }
    .about-sect .col.txt {
        padding: 30px 15px 0;
    }
    .about-sect .txt-box .index-about-editor .editor {
        -webkit-line-clamp: initial;
        height: unset;
        font-size: 15px;
    }
    .about-sect .index_more{
        justify-content: center;
        margin: 30px auto 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .news-list.type4 .date {
        width: 52px;
        height: 52px;
    }
    .news-list.type4 .item .date .day {
        font-size: 30px;
    }
    .news-list.type4 .date .month,
    .news-list.type4 .date .years {
        font-size: 13px;
    }
    .news-list.type4 .txt {
        padding: 0 15px 25px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}