@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 12px 12px 0;
    background: #EFF1F3;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover{
    background: #FAD038;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #000;
}
.article-list .item .box:hover .name{
    text-decoration: underline;
}
.article-list .item .box .description{
    color: #6f6f6f;
}
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #AAAAAA;
    background: #F6F6F6;
}
.type5 .keyword_box:before{
    left: 27px;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'roboto', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    line-height: 0.5;
    background: #fad038;
    transition: all .3s ease;
}
.type5 .article-list .item .date .day{
    color: #000;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date{
    background: #000;
}
.type5 .article-list .item .box:hover .date .day{
    color: #fad038;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #000;
    color: #fad038;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #000;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #000;
    border-color: #fad038;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #222;
}
/*列表通用 index article*/
/*列表通用 index、products*/
.products-list .box.new .pic::after {
    content: 'NEW';
    position: absolute;
    top: 15px;
    left: 13px;
    text-align: center;
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    color: #D4AA56;
    background: #fff;
    border-radius: 0;
    font-family: 'Ysabeau Infant', serif;
    z-index: 15;
}
.products-list .txt {
    box-sizing: border-box;
}
.products-list .box .name{
    color: #fff;
    letter-spacing: 1px;
    line-height: 24px;
    max-height: 24px;
    height: 24px;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease;
}
.products-list .box:hover .name{
    color: #D4AA56;
}
.products-list .box .description{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    max-height: 20px;
    height: 20px;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease;
}
.products-list .box:hover .description{
    color: rgb(212, 170, 86, 0.8);
}
.products-list .offers{
    color: #D80000;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: #0000001c;
    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;
}
/*/列表通用 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-list .item .box{
    transition: all .3s ease;
}
.news-list .item .name{
    color: #fff;
    letter-spacing: 1px;
    line-height: 24px;
    max-height: 24px;
    height: 24px;
    -webkit-line-clamp: 1;
    margin: 0 0 5px;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #D4AA56;
}
.news-list .item .description{
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    max-height: 20px;
    height: 20px;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease;
}
.news-list .box:hover .description{
    color: rgb(212, 170, 86, 0.8);
}
.news-list .date {
    font-family: 'Ysabeau Infant', serif;
}
/*/列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slick-active img {
    max-width: 100%;
    height: auto;
    width: 100%;
    animation-duration: 3s;
    transition: all 1s ease;
    margin: auto;
    position: relative;
    animation-name: zoomOutImage;
}
@keyframes zoomOutImage {
    from {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.banner .slick-dots,
.banner_m .slick-dots,
.banner .slick-dots li,
.banner_m .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    bottom: 136px;
    height: 10px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    margin: 0 8.5px;
    height: 10px;
    line-height: 8px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    padding: 0;
    width: 8px;
    height: 8px;
    color: transparent;
    background: transparent;
    border: 2px solid #D4AA56;
    border-radius: 100%;
    white-space: nowrap;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}
.banner .slick-active button,
.banner_m .slick-active button{
    border-color: #fff;
}
.banner_m{
    display: none;
}
/*------------ /banner ------------*/
/*------------ title ------------*/
.title{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 40px;
}
.title h2{
    position: relative;
    color: #D4AA56;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.2;
    margin: 0;
}
.title h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 94px;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: #D4AA56;
}
.title span{
    display: block;
    color: #fff;
    font-size: 65px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: 'Ysabeau Infant', serif;
}
/*------------ /title ------------*/
/*------------ sect ------------*/
.album-sect,
.about-sect,
.news-sect,
.service-sect,
.products-sect,
.article-sect,
.contact-sect,
.banner_m,
.articles-sect{
    position: relative;
    z-index: 2;
}
/*------------ /sect ------------*/
/*------------ more ------------*/
.index_more{
    display: block;
    margin: 40px 0 0;
    overflow: hidden;
}
.index_more a {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: block;
    font-size: 0;
    padding: 0 0 10px;
    width: 120px;
    height: 35px;
    overflow: hidden;
}
.index_more a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background: #D2AA54;
}
.index_more a:hover:before{
    animation-name: line-ani;
    animation-duration: 1s;
}
.index_more a span{
    color: #D2AA54;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    font-family: 'Ysabeau Infant', serif;
}
@keyframes line-ani{
    0%{
        width: 100%;
    }
    35%{
        right: 0;
        width: 0;
    }
    65%{
        right: 0;
        width: 0;
        right: unset;
    }
    100%{
        left: 0;
        width: 100%;
    }
}
/*------------ /more ------------*/
/*------------ 輪播 ------------*/
.hot-arrow{
    position: absolute;
    bottom: 40px;
    right: -100px;
    width: 60px;
    height: 128px;
}
.hot-arrow .slick-arrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    color: transparent;
    border: 1px solid rgb(212, 170, 86, 0.65);
    background: transparent;
    border-radius: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 100;
}
.hot-arrow .slick-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 7px;
    background: url(../../../images/layout04/common/index/arr.png) no-repeat;
    background-size: contain;
}
.hot-arrow .slick-next{
    transform: rotate(180deg);
    bottom: 0;
    top: unset;
}
.hot-arrow .slick-arrow:hover{
    border-color: #fff;
    background: #fff;
}
/*------------ /輪播 ------------*/
/*------------ 新編輯器_article ------------*/
.article-sect .container{
    padding: 40px 15px;
}
/*------------ /新編輯器_article ------------*/
/*------------ about ------------*/
.about-sect {
    padding: 117px 0 212px;
    color: rgba(255, 255, 255, 0.8);
    background: #6A080C;
}
.about-sect>.container {
    padding-left: 0;
    max-width: unset;
    margin-right: calc((100% - (1300px + 30px)) / 2);
}
.about-sect .container .a_logo {
    position: absolute;
    top: 0;
    right: -534px;
    width: 952px;
    height: 956px;
    background: url(../../../images/layout04/common/index/a_logo.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.about-sect .row{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 1050px);
    padding-left: 100px;
    padding-right: 40px;
    z-index: 2;
}
.about-sect .col.pic{
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    max-width: 1050px;
    overflow: hidden;
}
.about-sect .col.pic .a_airplane {
    position: absolute;
    top: 15%;
    left: 55%;
    margin-top: -51px;
    margin-left: -358.5px;
    width: 717px;
    height: 102px;
    background: url(../../../images/layout04/common/index/a_airplane.png) no-repeat 50% 50%;
    background-size: contain;
}
.about-sect .index_more{
    display: flex;
    justify-content: flex-end;
    margin: 40px 0 0 auto;
}
.about-sect .txt-box{
    display: flex;
    flex-wrap: wrap;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    text-align: justify;
    letter-spacing: 1.2px;
    line-height: 2;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ /about ------------*/
/*------------ articles ------------*/
.articles-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title{
    margin-bottom: 60px;
}
.articles-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
}
/*------------ news ------------*/
.news-sect {
    padding: 140px 0 0;
}
.news-sect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout04/common/index/n_bg.jpg) no-repeat fixed;
    background-size: cover;
    z-index: -2;
}
.news-sect::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 45%;
    background: #444444;
    z-index: -1;
}
.news-sect>.container {
    max-width: unset;
    margin-left: calc((100% - (1300px + 30px)) / 2);
    display: flex;
    align-items: center;
}
.news-sect .title{
    width: 18%;
    margin: -160px 0 0;
}
.news-sect .index_more{
    position: absolute;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(82% + 30px);
    left: 15px;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
/*n_type2*/
.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: 15px 0 0;
}
.news-list .btn.more{
    position: static;
    margin: 0; 
    background: #151515;
    color: #fff;
    padding: 0 0 10px;
    width: 120px;
    font-size: 13px;
    border-radius: 0;
    font-family: 'Ysabeau Infant', serif;
    transition: all 0.3s ease;
}
.news-list .box:hover .btn.more{
    color: #fff;
    background: #D2AA54;
}
.news-list.type2 .date {
    color: #fff;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3:before {
    display: none;
}
.news-list.type3 {
    margin: 0 -15px;
}
.news-list.type3 .item {
    border: 0;
    padding: 0 15px;
    margin: 0 0 40px;
}
.news-list.type3 .item .box {
    border-left: 0;
    padding: 40px;
    margin: 0 auto;
    background: #444;
    border: 1px solid rgba(212, 170, 86, 0.5);
}
.news-list.type3 .date {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 10px;
    color: #D4AA56;
}
.news-list.type3 .day,
.news-list.type3 .month,
.news-list.type3 .years {
    margin: 0;
    line-height: 18px;
    font-size: 18px;
}
.news-list.type3 .name {
    margin: 0 0 10px;
}
.news-list.type3 .date .month:before,
.news-list.type3 .date .day:before {
    content: '.';
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 0 -15px;
}
.news-list.type4 .item {
    padding: 0 15px;
    margin: 0 auto 40px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list.type4 .txt {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 14px 18px 0 13px;
    min-height: unset;
}
.news-list.type4 .txt_in {
    box-sizing: border-box;
    width: calc(100% - 80px);
}
.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -66px 0 0;
    padding: 0;
    line-height: 1;
    width: 60px;
    height: 120px;
    background: #fff;
    border-radius: 0;
    font-family: 'Ysabeau Infant', serif;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date {
    background: #450D05;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1;
    margin: 0 0 -110px;
    font-size: 38px;
    font-weight: 600;
    color: #32302F;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date .day {
    color: #D4AA56;
}
.news-list.type4 .item .date .day::before {
    content: '';
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 24px;
    background: #D4AA56;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    color: #D4AA56;
    font-size: 13px;
    font-weight: bold;
    margin-top: -135px;
}
.m4_sect.news-sect::after {
    height: 65%;
}
.m4_sect.news-sect>.container {
    flex-direction: column;
    max-width: 1330px;
    margin: 0 auto;
}
.m4_sect.news-sect .title {
    text-align: center;
    margin: 0 0 40px;
    width: 100%;
}
.m4_sect.news-sect .title h2::before {
    display: block;
    position: relative;
    top: unset;
    transform: unset;
    left: unset;
    margin: 0 auto 20px;
}
.m4_sect.news-sect .news-list.type4 {
    width: 100%;
    left: unset;
}
.m4_sect.news-sect .index_more {
    position: relative;
}
/*/n_type4*/
/*n_少量排版*/
.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;
    background: #444444;
}
.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: 30px;
}
.news-list.onlyitem-list .item .box .name {
    margin: 0 0 10px;
}
.news-list.onlyitem-list .item .box .description{
    line-height: 1.8;
    max-height: 50px;
    height: 50px;
    -webkit-line-clamp: 2;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .box .txt{
    position: static;
}
.news-list.onlyitem-list .item .date{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.news-list.onlyitem-list .txt_in {
    width: 100%;
}
/*/n_少量排版*/
/*------------ products ------------*/
.products-sect{
    padding: 50px 0 83px;
}
.products-sect::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background: #6A080C;
}
.products-sect .title{
    text-align: center;
    margin: 0 auto 40px;
}
.products-sect .title h2::before {
    display: block;
    position: relative;
    top: unset;
    transform: unset;
    left: unset;
    margin: 0 auto 20px;
}
.products-sect .title span {
    color: #32302E;
}
.products-sect .index_more{
    display: none;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*p_type1*/
.products-list.type1:not(.masonry-list) .item{
    margin-bottom: 40px;
}
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
    font-weight: normal;
}
.products-list.type1 .pic:before {
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.55);
}
/*/p_type1*/
/*p_type2*/
.products-list.type2 .item{
    margin-bottom: 40px;
}
.products-list.type2 .box{
    padding: 0;
    transition: all .3s ease;
}
.products-list.type2 .pic::before {
    display: none;
}
.products-list.type2 .txt {
    position: relative;
    margin: 0;
    padding: 15px 5px 0;
}
.products-list.type2 .box .txt::before {
    content: '';
    position: absolute;
    bottom: 6px;
    right: 120px;
    width: calc(100% - 120px);
    height: 1px;
    background: rgb(212, 170, 86, 0.5);
    transition: all 0.3s ease;
}
.products-list.type2 .box:hover .txt:before{
    width: calc(100% - 240px);
}
.products-list.type2 .box .txt:after{
    content: 'READ MORE';
    display: block;
    text-align: right;
    margin: 30px 0 0;
    padding: 0 5px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1;
    color: #D2AA54;
    font-weight: 600;
    background: transparent;
    font-family: 'Ysabeau Infant', sans-serif;
    transition: all .3s ease;
}
.products-list.type2 .box:hover .txt:after {
    letter-spacing: 0;
}
/*/p_type2*/
/*p_少量排版*/
.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: 0;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px;
    background: #6A080C;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 2;
    max-height: 50px;
    height: 50px;
    line-height: 1.8;
}
.products-list.onlyitem-list .box .txt:after {
    position: absolute;
    bottom: 15px;
    right: 30px;
    padding: 0;
}
.products-list.onlyitem-list .box .txt::before {
    content: '';
    position: absolute;
    bottom: 21px;
    right: 150px;
    width: calc(100% - 30px - 150px);
    height: 1px;
    background: rgb(212, 170, 86, 0.5);
    transition: all 0.3s ease;
}
/*/p_少量排版*/
/*------------ /products ------------*/
/*------------ service ------------*/
.service-sect {
    padding: 117px 0 50px;
    z-index: 3;
}
.service-sect .title {
    z-index: 3;
}
.service-sect .title span {
    color: #32302E;
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    position: absolute;
    margin: 0;
    bottom: 200px;
    left: -97px;
}
.service-sect .index_more a {
    width: 224px;
    height: 224px;
    line-height: 224px;
    transform: scale(1);
    transition: all 0.3s ease;
}
.service-sect .index_more a:hover {
    transform: scale(0.7);
}
.service-sect .index_more a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout04/common/index/s_btn_circle.png) no-repeat;
    background-size: contain;
    animation: loadingRotate 12s linear infinite;
    transition: all 0.3s ease;
}
.service-sect .index_more a:hover:before{
    animation-name: unset;
    animation-duration: unset;
}
.service-sect .index_more a span {
    font-size: 0;
}
.service-sect .index_more a span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    background: #D4AA56;
    border-radius: 100%;
    transform: scale(1);
    transition: all .3s ease;
}
.service-sect .index_more a:hover span::before{
    transform: scale(2.5);
}
@keyframes loadingRotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*------------ /service ------------*/
/*------------ album ------------*/
.album-sect{
    padding: 46px 0 82px;
    background: #444444;
}
.album-sect .index_more{
    position: absolute;
    right: 15px;
    top: 20px;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .slick-list{
    flex: 1 1 auto;
}
.album-list.type1 {
    margin: 0 auto;
}
.album-list .box .name {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    -webkit-line-clamp: 1;
    margin: 15px;
    transition: all 0.3s ease;
}
.album-list .box:hover .name {
    color: #D4AA56;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*al_type1*/
.album-list.type1 {
    margin: 0 -15px;
}
.album-list.type1 .item {
    padding: 0 15px;
    border: 0;
}
.album-list.type1 .item .box {
    border-bottom: 1px solid rgb(212, 170, 86, 0.5);
    transition: all 0.3s ease;
}
.album-list.type1 .item .box:hover {
    border-bottom: 1px solid rgb(212, 170, 86, 1);
}
.album-list.type1 .item .name {
    font-size: 18px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    -webkit-line-clamp: 1;
    margin: 15px 12px;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, 0.55);
    transition: all .3s ease;
}
.album-list.type2:not(.masonry-list) .item {
    margin-bottom: 40px;
}
/*/al_type2*/
/*al_瀑布流*/
.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.album-list.type1 .item .box,
.masonry-list.album-list.type3 .item .box {
    border-bottom: 1px solid rgb(212, 170, 86, 0.5);
    transition: all 0.3s ease;
}
.masonry-list.album-list.type1 .item .box:hover,
.masonry-list.album-list.type3 .item .box:hover {
    border-bottom: 1px solid rgb(212, 170, 86, 1);
}
/*/al_瀑布流*/
/*al少量排版*/
.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{
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 40px;
    max-width: 450px;
    border-bottom: 1px solid rgb(212, 170, 86, 0.5);
    transition: all 0.3s ease;
}
.onlyitem-sect .album-list .item .box:hover {
    border-bottom: 1px solid rgb(212, 170, 86, 1);
    transition: all 0.3s ease;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*/al少量排版*/
/*------------ /album ------------*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
/*----------- /fancybox-index --------------*/
/*------------ contact ------------*/
.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;
}
.masonry-list .item:nth-child(n){
    clear: none!important;
}
/*------------ /contact ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1680px){
    .about-sect .col.txt {
        padding-left: 80px;
        padding-right: 0;
    }
    .about-sect .col.pic {
        max-width: 950px;
    }
    .about-sect .col.txt {
        width: calc(100% - 950px);
    }
}
@media screen and (max-width: 1440px){
    .products-list.type2 {
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        padding: 0 10px;
    }
    .news-list.type4{
        margin: 0 -10px;
    }
    .news-list.type4 .item {
        padding: 0 10px;
    }
    .album-list.type1{
        margin: 0 -10px;
    }
    .album-list.type1 .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1330px){
    .about-sect>.container,
    .news-sect>.container {
        max-width: 1330px;
        margin: 0 auto;
    }
    .about-sect>.container{
        padding: 0 15px;
    }
    .about-sect .col.pic {
        left: -15px;
    }
    .about-sect .col.pic {
        max-width: unset;
        position: absolute;
        width: 60%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .about-sect .col.txt {
        width: 40%;
    }
    .about-sect .col.pic img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100% !important;
        max-width: inherit;
    }
    .about-sect .col.pic .a_airplane {
        width: 80%;
        top: 25%;
        left: 65%;
    }
}
@media screen and (max-width: 1280px){
    .title {
        margin: 0 0 30px;
    }
    .title span {
        font-size: 55px;
    }
    .about-sect .col.txt {
        padding-left: 60px;
        padding-right: 80px;
    }
    .about-sect {
        padding: 117px 0;
    }
    .service-sect .index_more {
        bottom: 202px;
        left: 20%;
    }
}
@media screen and (max-width: 1200px){
    /*p_少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt,
    .products-list.onlyitem-list.type2 .item .box .txt {
        width: 100%;
        padding: 15px;
    }
    .products-list.onlyitem-list .box .txt:after {
        position: relative;
        bottom: unset;
        right: unset;
    }
    .products-list.onlyitem-list .box .txt::before {
        right: 130px;
        width: calc(100% - 15px - 130px);
    }
    /*/p_少量排版*/
}
@media screen and (max-width: 1100px){
    .about-sect .col.pic .a_airplane {
        top: 17%;
        left: 72%;
    }
}
@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: 0;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 15px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*/少量排版*/
    .title {
        text-align: center;
        margin: 0 auto 30px;
    }
    .title h2::before {
        top: unset;
        left: unset;
        transform: unset;
        position: relative;
        display: block;
        margin: 0 auto 15px;
        opacity: 0.5;
    }
    .hot-arrow{
        position: relative;
        bottom: unset;
        right: unset;
        width: 108px;
        height: 50px;
        margin: 0 auto;
    }
    .hot-arrow .slick-arrow{
        width: 50px;
        height: 50px;
        right: unset;
        transform: rotate(-90deg);
    }
    .hot-arrow .slick-next {
        transform: rotate(90deg);
        bottom: unset;
        top: unset;
        right: 0;
        left: unset;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .about-sect{
        padding: 50px 0;
        overflow: hidden;
    }
    .about-sect .container .a_logo{
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        opacity: 0.5;
    }
    .about-sect .row {
        flex-direction: column;
    }
    .about-sect .col.txt{
        padding: 0 0 50px;
    }
    .about-sect .col.txt{
        width: 100%;
        text-align: center;
    }
    .about-sect .col.pic{
        position: relative;
        text-align: center;
        width: 100%;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
    }
    .about-sect .index_more{
        justify-content: center;
        margin: 30px auto 0;
    }
    .about-sect .col.pic .a_airplane {
        width: 600px;
        height: 85px;
        top: 25%;
        left: 55%;
        margin-top: -42.5px;
        margin-left: -300px;
    }
    .service-sect{
        padding: 50px 0;
    }
    .service-box .index_more{
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        display: flex;
        justify-content: center;
        margin: 30px auto 0;
    }
    .service-sect .index_more a {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
    .products-sect {
        padding: 50px 0;
        background: #6A080C;
    }
    .products-sect>.container {
        display: flex;
        flex-direction: column;
    }
    .products-sect .title{
        order: 1;
        margin: 0 auto 30px;
    }
    .products-box{
        order: 2;
    }
    .products-sect .hot-arrow {
        order: 3;
    }
    .products-sect .title span {
        color: #fff;
    }
    .products-list .name,
    .products-list.type2 .name {
        font-size: 16px;
    }
    .news-sect{
        padding: 50px 0;
    }
    .news-sect::before {
        background-attachment: unset;
    }
    .news-sect>.container {
        flex-direction: column;
    }
    .news-sect .title {
        width: 100%;
        margin: 0 auto 30px;
    }
    .news-list {
        width: 100%;
        left: unset;
    }
    .news-sect .index_more {
        position: relative;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .m4_sect.news-sect::after {
        height: 85%;
    }
    .album-sect {
        padding: 50px 0;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .title {
        text-align: center;
        margin: 0 auto 10px;
    }
    .album-sect .hot-arrow {
        margin: 0 auto 20px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-sect .index_more {
        position: relative;
        right: unset;
        top: unset;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .album-list .box .name,
    .album-list.type1 .item .name {
        font-size: 16px;
    }
    .articles-sect{
        padding: 50px 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%;
    }
    .products-list.type2,
    .news-list.type4,
    .album-list.type1{
        margin: 0;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .banner .slick-dots,
    .banner_m .slick-dots {
        bottom: 10px;
    }
    .banner .slick-dots li,
    .banner_m .slick-dots li {
        margin: 0 5px;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
    .products-list.type2 .name {
        margin: 0 0 10px;
    }
    .about-sect .col.pic .a_airplane {
        width: 400px;
        height: 57px;
        margin-top: -28.5px;
        margin-left: -200px;
        left: 52.5%;
    }
}
@media screen and (max-width: 480px){
    .title span {
        font-size: 45px;
    }
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
    .products-list.type2 {
        margin: 0 -5px;
    }
    .products-list.type2 .item {
        padding: 0 5px;
    }
    .news-list.type4 .item .box,
    .album-list.type1 .item .box {
        max-width: 312px;
    }
    .about-sect .col.pic .a_airplane {
        width: 307px;
        height: 44px;
        margin-top: -22px;
        margin-left: -153.5px;
    }
}
@media screen and (max-width: 375px){
    .about-sect .col.pic .a_airplane {
        width: 235px;
        height: 33px;
        margin-top: -16.5px;
        margin-left: -117.5px;
    }
}