/*title*/

.title{
    color: #000;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.2;
}
.products-sect .title{
    text-align: center;
    
    position: relative;
    z-index: 1;
}

.title span{
    color: #B2312C;
    display: block;
    position: relative;
}

/*.about-box .title span:before,
.about-box .title span:after{
    content: '';
    background: #B3312C;
    width: 1px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    position: absolute;
}
.about-box .title span:before{
    left: 0;
}
.about-box .title span:after{
    right: 0;
}*/

/*------------ banner ------------*/
.banner {
    
}
.banner .slick-arrow {
    transition: all .2s;
    border: 0;
    color: transparent;
    background: rgba(0, 0, 0, .7);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
}
.banner .slick-arrow:hover {
    
    background: rgba(179, 49, 44,0.87);
}
.banner .slick-arrow:before {
    content: "";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #CACACA;
    font-size: 30px;
}
.banner .slick-prev {
    left: 0;
    top: calc(50% - 25px);
}
.banner .slick-prev:before {
    content: "\e100e";
}
.banner .slick-next {
    right: 0;
    top: calc(50% - 25px);
}
.banner .slick-next:before {
    content: "\e1020";
}
.btn-scroll {
    display: block;
    width: 70px;
    height: 87px;
    left: 50%;
    bottom: 50px;
    margin: 0 0 0 -35px;
    z-index: 50;
    position: absolute;
    background: url('../../images/common/index/scroll.png');
    display: none;
}
/*------------ more ------------*/
section .more {
    color: #000;
    width: 140px;
    height: 40px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #000;
    font-size: 15px;
    transition: all .3s;
    font-weight: normal;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
section .more:hover {
    color: #fff;
    border: 1px solid #B3312C;
}
section .more:before {
    background: #B3312C;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
}

section .more:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}
.products-sect .more{
    margin: 0 auto;
/*    color: #fff;
    border-color: #fff;*/
}
.about-sect .more{
    margin: 0 auto;
    position: absolute;
    right: 10px;
    top: 10px;
}
/*------------ sect1 ------------*/
.sect1 {
    max-width: 1820px;
    margin: 0 auto;
}
/*----- news ----*/
.news-box {
    position: relative;
    margin: -35px 0 0;
    border-radius: 50px;
    overflow: hidden;
    z-index: 20;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
.news-box .title {
    background: #B3312C;
    color: #fff;
    width: 155px;
    line-height: 70px;
    text-align: center;
    float: left;
    font-weight: bold;
    margin-bottom: 0;
}
.news-box .news-marquee {
    background: #fff;
    padding: 15px 180px 15px 15px;
    height: 70px;
    float: right;
    width: calc(100% - 155px);
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
.news-marquee .date {
    display: inline-block;
    color: #A7010A;
    font-weight: bold;
    padding-right: 10px;
    margin-right: -5px;
}
.news-marquee .name {
    display: inline-block;
}
/*ios */
.news-marquee a{
    display: inline-block;
    line-height: 1;
    white-space:nowrap;
    margin-right: 40px;
}
/*/ios*/
.news-marquee .more{
    position: absolute;
    right: 15px;
    top: calc(50% - 20px);
    font-size: 15px;
    margin: 0;
    display: flex;
    z-index: 5;
}
/*----- about ----*/
.about-sect{
    padding: 150px 0;
    position: relative;
    background: url('../../images/common/index/item3.jpg') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
    overflow: hidden;
}
/*.about-sect:before{
    content:'';
    display:block;
    position:absolute;
    bottom:-1px;
    right:calc(50% - 430px);
    background:rgba(24,23,19,0.8);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    width: 1460px;
    height: 395px;
    z-index:-1;
}*/

.item2{
    position: absolute;
    right: -50%;
    top: -10%;
    z-index: 5;
}
.item3{
    position: absolute;
left: -110px;
    bottom: -82px;
    z-index: 5;
    transform: rotate(15deg);
}
.ab_word{
    font-size: 200px;
    font-weight: 800;
    font-style: italic;
    color: #B2312C;
    color: transparent;
    -webkit-text-stroke: 2px #B2312C;
    white-space: nowrap;

}
.about-box {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.about-box .pic {
    position: relative;
    z-index: 10;
    margin: -50px 0 0 -50px;
}

.about-box .text {
    max-width: 840px;
    box-sizing: border-box;
    position: relative;
    width: 50%;
    margin-left: 40px;
    padding-bottom: 130px;
    /*margin-top: -50px;*/
    z-index: 20;
}

/*------------ products ------------*/
.products-sect {
    padding: 105px 0 70px;
    background: url('../../images/common/index/pbg.jpg') no-repeat 100% 50%;
    background-size: cover;
    position:relative;
    margin-top: -35px;
    z-index:10;
}
/*.products-sect::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(0% - 0px);
    bottom:0;
    background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    z-index: -10;
}*/


.products-arrow {
    position: absolute;
    top: calc(50% - 15px);
    width: 100%;
    height: 30px;
}
/*.products-arrow:before {
    content: "";
    display: block;
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -17px 0 0 0;
}*/
.products-arrow button {
    border: 0;
    color: transparent;
    background: none;
    cursor: pointer;
    padding: 0;
/*    width: 48px;
    height: 48px;*/
    font-size: 0;
    position: absolute;
    z-index:1;
    overflow:hidden;
}
.products-arrow button:after{
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: 810px;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #A7010A;
    will-change: transform;
    z-index:-1;
}
.products-arrow button:hover:after{
    
    -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.products-arrow .slick-prev {
    left: calc(50% - 150px);
}
.products-arrow .slick-next {
    right:  calc(50% - 150px);
}
.products-arrow .slick-arrow:before {
    color: #212121;
    border: 1px solid #212121;
    border-radius: 100%;
    font-family: 'icon-font' !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: 18px;
    transition: all .3s;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-arrow .slick-arrow:hover:before {
    color: #fff;
    background: transparent;
    border-color: #A7010A;
}
.products-arrow .slick-prev:before {
    content: "\e100e";
}
.products-arrow .slick-next:before {
    content: "\e1020";
}
.product-list {
    margin: 0 0;
    margin: 0 -15px;
}
.product-list li {
    width: calc(100% / 3);
    
}
.product-list li .box {
    margin: 0 15px 30px;
    max-width: 464px;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.products-list .box.new:before {
    content: 'NEW';
    position: absolute;
    font-size: 14px;
    z-index: 10;
    top: 10px;
    left: 10px;
    color: #fff;
    width: 44px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border:1px solid  #B3312C;
}
.product-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:80;
}
.product-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    margin: 0 auto;
    max-width: 464px;
    overflow: hidden;
}
.product-list .pic img {
    transition: all 0.35s ease-in-out;
    transform: scale(1);
}
.product-list .box:hover  img {
    transform: scale(1.2);
}
.product-list .pic:before {
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}
.product-list .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
}
.product-list .box:hover .pic:before{
    opacity: 1;
}
.product-list .pic:after {
    content: "";
    background: url(../../images/common/products/hover.png) 50% 50% no-repeat ;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}
.product-list .box:hover .pic:after {
    transform: scale(1.1);
    opacity: 1;
}
.product-list .text {
    text-align: center;
    
    margin: 0 auto;
    box-sizing: border-box;
/*     background-color: rgba(179,49,44,0.89);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px); */
    padding: 8px 10px;
    position: relative;
    transition: all .3s;
}
.product-list li .box:hover .text{
/*     background: #000; */
}
.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #212121;
}
.product-list li .box:hover .name {
    color: #636363;
}
/*------------ sect3 ------------*/
.sect3 {
    margin: auto;
}
.sect3 .service-box {
    position: relative;
}
.service-box{
    max-width: 840px;

}

.service-box .title .more{
    float: right;
    width: 151px;
}
.sect3 .more {
    margin: 25px auto 0;
}
/*---- album ----*/
.album-sect{
    padding:70px 0 50px;
}
.album-list {
    width: 100%;
    box-sizing: border-box;
}
.album-list li {
    width: calc((100% / 6) - 0.1px);
    padding: 0;
}
.album-list li .pic {
    overflow: hidden;
    position: relative;
    max-width: 260px;
    margin: 0 auto;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.album-list .box{
    position: relative;
}
.album-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.album-list li .pic:before,
.album-list li .pic:after,
.album-fancybox .slider-nav .pic:before,
.album-fancybox .slider-nav .pic:after {
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
}
.album-list li .pic:before,
.album-fancybox .slider-nav .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(53, 53, 38, .80);
}
.album-list li .pic:after,
.album-fancybox .slider-nav .pic:after {
    content: "\e100d";
    font-size: 30px;
    color: #FFFFFF;
    z-index: 100;
    font-family: 'icon-font' !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;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}
.album-list .box:hover .pic:before,
.album-list .box:hover .pic:after,
.album-fancybox .slider-nav .item:hover .pic:before,
.album-fancybox .slider-nav .item:hover .pic:after,
.album-fancybox .slick-current .pic:before,
.album-fancybox .slick-current .pic:after {
    transition: all .2s;
    opacity: 1;
}
.album-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    color: #FFFFFF;
    text-align: left;
    padding: 9px 20px;
    box-sizing: border-box;
    transition: all .2s;
}
.album-list li .name:before{
    font-family: 'icon-font' !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: 18px;
    color: #BDBDAE;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    content: "\e1111";
}

.album-list .box:hover .name {
    transition: all .2s;
    text-decoration: underline;
    background: rgba(0, 0, 0, 0);
}
/*---- fancybox ----*/
.album-fancybox {
    position: relative;
}
.gallery-btn {
    max-width: 620px;
    margin: 0 auto;
    text-align: right;
}
.album-fancybox .close {
    background: none;
    width: auto;
    height: auto;
    color: #FFFFFF;
    z-index: 150;
}
.album-fancybox .slick-arrow {
    background: transparent;
    border: 0;
    color: transparent;
}
.album-fancybox .close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 7px 5px;
    font-size: 35px;
    font-family: 'icon-font' !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;
}
.album-fancybox .close:hover {
    color: #DCDDD5;
}
.album-fancybox .stage {
    background: #CECEBF;
    max-width: 620px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 10px 20px;
}
.album-fancybox .slick-arrow {
    width: 39px;
    height: 55px;
    background: url('../../images/common/album/arrow.png');
    position: absolute;
    top: 50%;
    margin-top: -23px;
    background-position: 0 100%;
    cursor: pointer;
}
.album-fancybox .slick-arrow:hover {
    background-position: 0 0;
}
.album-fancybox .slick-prev {
    left: -60px;
}
.album-fancybox .slick-next {
    right: -60px;
    transform: rotate(180deg);
}
.album-fancybox .title-box {
    margin: 3px 0 0 0;
    color: #2F2F2F;
}
.album-fancybox .title-box .title {
    margin: 0 0 10px 0;
    font-size: 14px;
    padding: 8px 10px;
    color: #FFFFFF;
    background: #1B1B1B;
    font-weight: normal;
}
.album-fancybox .title-box .title i {
    font-size: 18px;
    color: #BDBDAE;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}
.album-fancybox .gallery-page {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    margin: 10px 0 50px;
}
.album-fancybox .gallery-page .current {
    font-weight: bold;
    color: #FFEEBF;
    display: inline-block;
    margin: 0 3px;
    text-decoration: underline;
}
.album-fancybox .thumbnails {
    padding: 15px;
    background: #CECEBF;
    max-width: 750px;
    box-sizing: border-box;
}
.album-fancybox .slider-nav {
    margin: 0 -15px;
}
.album-fancybox .slider-nav .item {
    padding: 0 15px;
    cursor: pointer;
    outline: 0;
}
.album-fancybox .slider-nav .pic {
    max-width: 158px;
    position: relative;
    margin: 0 auto;
}
/*---- service ----*/
.service-box .editor {
}
/*---- links ----*/
.links-sect{
    padding: 40px 0;
}
.links-list li{
    width: 16.66%;
}
.links-list li:nth-child(6n+1){
    clear: both;
}
.links-list .box{
    position: relative;
    max-width: 210px;
    margin: 0 auto 40px;
}
.links-list a.cover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 0;
    z-index: 30;
}
.links-list .name{
    color: #464637;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1500px) {
    .sect3 .albums-box,
    .sect3 .service-box {
        width: auto;
        float: none;
        padding: 0;
    }
    .sect3 .albums-box {
        margin: 0 0 70px;
    }
    .album-list li:nth-child(6n+1) {
        clear: left;
    }
    .album-list li:nth-child(3n+1) {
        clear: none;
    }
    .album-list li {
        width: calc(100% / 6);
    }
}
@media screen and (max-width: 1280px) {
    .sect1 {
        
    }
    .about-sect{
        padding:  50px 0;
    }
    .about-box .text {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 40px;
        background-color: rgba(255,255,255,0.59);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        border-radius: 40px;
    }
    .about-sect .more {
        right: 50px;
        top: 50px;
    }
    .about-box .pic {
        position: static;
        margin: 15px auto 0;
    }
    .album-list {
        max-width: 780px;
        margin: 0 auto;
    }
    .album-list li:nth-child(3n+1) {
        clear: left;
    }
    .album-list li {
        width: calc((100% / 3) - 0.1px);
    }
}
@media screen and (max-width: 1024px) {
    .about-sect{
        
    }
    .about-box{
        flex-direction: column;
    }
    .about-box .text {
        width: 100%;
        margin: 0 auto;
        order: 1;
    }
    .about-box .pic{
        order: 2;
    }
    .about-box .title span, .service-box .title span{
        margin-left: 0;
    }
    .service-box .editor {
        padding: 38px 20px 0px;
    }
    .album-list {
        max-width: 520px;
        margin: 0 auto;
    }
    .album-list li:nth-child(3n+1) {
        clear: none;
    }
    .album-list li:nth-child(2n+1) {
        clear: left;
    }
    .album-list li {
        width: 50%;
    }
    .links-list li{
        width: 50%;
    }
    .banner .slick-arrow{
        display: none!important;
    }
    .title{
        font-size: 28px;
    }
    .about-sect .more{
        
    }
    .products-sect {
        padding: 105px 0 50px;
    }
}
@media screen and (max-width: 600px) {
    .banner {

    }
    .banner .slick-arrow {
        transform: scale(0.6);
    }
    .banner .slick-prev {
        left: -10px;
        bottom: 20px;
    }
    .banner .slick-next {
        bottom: -10px;
        left: 20px;
    }
    .sect1 {
        padding: 30px 0;
        background: #2f2d2e;
    }
    .news-box{
        margin: 0 auto;
        border-radius: 0;
    }
    .news-box .title,
    .news-box .news-marquee {
        float: none;
        width: auto;
        height: auto;
        line-height: 1;
        padding: 5px 10px 10px;
    }
    .news-marquee .more{
        position: relative;
        top: inherit;
        right: inherit;
        margin: 15px auto 0;
    }
    .news-box .news-marquee {
        padding: 10px 10px 20px;
        display: block;
    }
    .news-marquee .date,
    .news-marquee .name {
        line-height: 1.2;
    }
    .about-box .text {
        
    }
    .about-sect .more {
        position: static;
        margin: 30px auto 0;
    }
    .products-sect{
        margin-top: -70px;
    }
    .products-sect .title {

    }

}
@media screen and (max-width: 480px) {
    .album-list li {
        width: 100%;
        padding: 0 0 20px;
    }
}
