/*------------ wrapper ------------*/
.wrapper {
    background: #fff;
}
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner img{
    width: 100%;
}
.banner .slick-arrow {
    position: absolute;
    width: 30px;
    height: 54px;
    display: block;
    border: 0;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    cursor: pointer;
    background: transparent;
    font-size: 0;
}
.banner .slick-prev {
    left: 35px;
    background: url('../../images/common/index/arrow-left-hover.svg');
    width: 30px;
    height: 54px;
    background-size: contain;
    transition: all .3s ease;
}
.banner .slick-prev:hover {
    opacity: 0.5;
}
.banner .slick-next {
    right: 35px;
    background: url('../../images/common/index/arrow-right-hover.svg');
    width: 30px;
    height: 54px;
    background-size: contain;
    transition: all .3s ease;
}
.banner .slick-next:hover {
    opacity: 0.5;
}
/*------------ about ------------*/
.about-sect{
    padding-top: 120px;
    padding-bottom: 66px;
    background: url('../../images/common/index/about-bg-1.jpg');
    background-size: cover;
    height: 845px;
    z-index: 1;
    position: relative;
}
.about-sect .container{
    max-width: 1630px;
}
.about-sect  .about-row{
    display: flex;
}
.about-sect  .about-col:nth-child(1){
    width: 43%;
    min-width: 649px;
    box-sizing: border-box;
    background: url(../../images/common/index/about-pic-0.png);
    background-repeat: no-repeat;
    padding-top: 85px;
    padding-left: 316px;
    position: relative;
    height: 845px;
}
.about-sect  .about-col:nth-child(2){
    width: 57%;
    box-sizing: border-box;
    margin-top: -50px;
    height: 900px;
}

.about-sect .title span:nth-child(1){
    font-family: 'Overpass', sans-serif;
    color: #D7B48A;
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
    display: block;
    margin-bottom: 16px;
}
.about-sect .title span:nth-child(2){
    display: block;
    color: #FFF;
    font-size: 22px;
    line-height: 25px;
    padding-left: 77px;
    position: relative;
}
.about-sect .title span:nth-child(2):before{
    content: "";
    width: 53px;
    height: 1px;
    position: absolute;
    left: 5px;
    top: 11px;
    background: #FFF;
}
.about-sect .a-pic-1{
    position: absolute !important;
    background: url(../../images/common/index/about-pic-1.png);
    width: 452px;
    height: 767px;
    top: 31px !important;
    left: -168px !important;
    pointer-events: none;
    z-index: 3;
    transition: all .3s ease !important;
}
.about-sect .a-pic-2{
    position: absolute !important;
    background: url(../../images/common/index/about-pic-2.png);
    background-repeat: no-repeat;
    width: 276px;
    height: 384px;
    top: 116px !important;
    left: 367px !important;
    pointer-events: none;
    z-index: 2;
}
.about-sect .a-pic-3{
    position: absolute !important;
    background: url(../../images/common/index/about-pic-3.png);
    width: 721px;
    height: 426px;
    bottom: -61px !important;
    right: -163px !important;
    pointer-events: none;
    left: unset !important;
    top: unset !important;
    z-index: -1;
}
.about-sect .a-pic-9{
    position: absolute !important;
    background: url(../../images/common/index/about-pic-9.png);
    width: 825px;
    height: 629px;
    bottom: -73px !important;
    right: unset;
    pointer-events: none;
    left: -163px !important;
    top: unset !important;
    z-index: 1;
}
.about-sect article{
    height: 895px;
    position: relative;
}
.about-sect .more.btn{
    background: transparent;
    color: #FFF;
    width: 180px;
    height: 55px;
    border: 1px solid #FFF;
    text-align: center;
    line-height: 55px;
    font-family: 'Overpass', sans-serif;
    position: relative;
    border-radius: 30px;
    position: absolute;
    left: 357px;
    top: 272px;
    z-index: 0;
    transition: all .3s ease;
    overflow: hidden;
}
.about-sect .more.btn:before{
    content: "";
    background: #FFF;
    transition: all .3s ease;
    width: 180px;
    height: 0px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.about-sect .more.btn:hover{
    color: #7B7776;
}
.about-sect .more.btn:hover:before{
    height: 55px;
}

/*------------ news ------------*/
.news-sect {
    background: linear-gradient(to right,#4b4642a8,#4b4642a8), url(../../images/common/index/news-bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 95px 0 100px;
    z-index: 2;
    position: relative;
}
.news-sect .title {
    margin: 0 0 70px;
    text-align: center;
}
.news-sect .title span:nth-child(1) {
    font-family: 'Overpass', sans-serif;
    color: #FFF;
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}
.news-sect .title span:nth-child(2) {
    display: block;
    color: #FFF;
    font-size: 22px;
    line-height: 25px;
}
.news-list {
    max-width: 1350px;
    margin: 0 auto;
}
.news-list li {
    padding: 0 25px;
    text-align: center;
    width: calc((100% / 3) - 0.1px);
}
.news-list li .box {
    padding: 22px 22px 22px;
    position: relative;
    background: rgba(123,119,118,.8);
    transition: all .3s ease;
    top: 0;
}
.news-list li .box:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #FFF; 
}
.news-list li .box:hover {
    top: -30px;
}
.news-list li .cover {
    position:absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    z-index:5;
    font-size: 0;
}
.news-list .date {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    margin: 0px 0 0 -10px;
    text-align: center;
}
.news-list .date  span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5a5650c4;
    line-height: 1.1;
    color: #FFF;
    box-sizing: border-box;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 400;
}
.news-list .date  b {
    display: block;
    font-weight: 400;
    margin-left: 4px;
}
.news-list li .text {
    text-align: left;
}
.news-list li .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 53px;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    transition: all .3s ease;
    margin-top: 20px;
}
.news-list li .box:hover .name {
    color: #D7B58A;
    transition: all .3s ease;
}
.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #BABABA;
    line-height: 1.6;
    height: 46px;
    margin: 10px 0 0 0;
    font-size: 14px;
    transition: all .3s ease;
}
.news-list li .box:hover .description {
    color: #FFF;
    transition: all .3s ease;
}
.news-list .more {
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    font-family: 'Overpass', sans-serif;
    transition: all .3s ease;
    margin-top: 40px; 
}
.news-list .more:before {
    content: "";
    height: 1px;
    width: 0px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 11px;
    transition: all .3s ease;

}
.news-list li .box:hover .more {
    padding-left: 60px;
}
.news-list li .box:hover .more:before {
    width: 47px;
}
/*------------ products ------------*/
.products-sect {
    padding: 110px 0 0px;
    z-index: 1;
    position: relative;
}
.products-sect .container {
    max-width: 1350px;
}
.products-sect .more.btn{
    background: transparent;
    color: #80583F;
    width: 180px;
    height: 50px;
    border: 1px solid #E3C893;
    text-align: left;
    padding-left:40px;

    line-height: 50px;
    font-family: 'Overpass', sans-serif;
    position: relative;
    border-radius: 30px;
    z-index: 0;
    transition: all .3s ease;
    overflow: hidden;
}
.products-sect .more.btn:before{
    content: "";
    background: #D7B58A;
    transition: all .3s ease;
    width: 180px;
    height: 0px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.products-sect .more.btn:after{
    content: "";
    background: url(../../images/common/index/products-arrow.png);
    width: 25px;
    height: 12px;
    transition: all .3s ease;
    position: absolute;
    right:50px;
    top: 16px;
    opacity: 0;
}
.products-sect .more.btn:hover{
    color: #FFF;
    padding-left:30px;
    text-align: left;
}
.products-sect .more.btn:hover:before{
    height: 50px;
}
.products-sect .more.btn:hover:after{
    right: 25px;
    opacity: 1;
}
/*---- hot-products ----*/
.hot-products {
    margin: 0 0 90px;
    position: relative;
}
.hot-products .cover {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
}
.hot-products .stage {
    width: 43%;
    float: left;
}
.hot-products .pic{
    position: relative;
}

.hot-products .p-pic-desk {
    display: block ;
}
.hot-products .p-pic-m {
    display: none;
}
.hot-products .circle-1{
    content: "";
    background: url('../../images/common/index/circle-1.png');
    position: absolute !important;
    left: 172px !important;
    top: -26px !important;
    width: 120px;
    height: 123px;
    background-size: contain;
}
.hot-products .circle-2{
    content: "";
    background: url('../../images/common/index/circle-2-n.svg');
    position: absolute !important;
    right: 16px !important;
    bottom: 8px !important;
    left: unset !important;
    top: unset !important;
    width: 111px;
    height: 98px;
    background-size: contain;
}
.hot-products .circle-3{
    content: "";
    background: url(../../images/common/index/circle-3.png);
    position: absolute !important;
    right: unset !important;
    bottom: -46px !important;
    left: 145px !important;
    top: unset !important;
    width: 70px;
    height: 72px;
    background-size: contain;
}
.hot-products .txt {
    padding: 30px 0 40px;
    float: right;
    width: 55%;
    background: url('../../images/common/index/line2.png') repeat-x center bottom;
}
.hot-products .title {
    text-align: left;
    background: url(../../images/common/index/line2.png) repeat-x center bottom;
    padding-bottom: 13px;
    margin-bottom: 30px;
    margin-top: 38px;
}
.hot-products .title > div {
    display: inline-block;
    font-family: 'Overpass', cursive; 
    color: #333333;
    font-size: 40px;
    line-height: 50px;
}
.hot-products .title > div span {
    color: #7F573F;
}
.hot-products .title > span {
    color: #000;
    font-size: 22px;
    line-height: 25px;
    padding-left: 50px;
    position: relative;
}
.hot-products .title > span:before {
    content: "";
    width: 42px;
    height: 1px;
    position: absolute;
    left: 9px;
    top: 4px;
    background: #000;
    transform: rotate(-59deg);
}
.hot-products .hot-name {
    color: #2C261D;
    height: 37px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 28px;
}
.hot-products .hot-description {
    color: #666666;
    height: 85px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 30px;
}
/*---- product-list ----*/
.product-list {
    margin: 0 -20px;
}
.product-list li {
    width: 25%;
    padding: 0 20px;
}
.product-list li:nth-child(4n+1) {
    clear: left;
}
.product-list > li > .box {
    margin: 0 auto;
    max-width: 300px;
    box-sizing: border-box;
    position:relative;
    transition: all .3s ease;
    top: 0;
}
.product-list li .box:hover  {
   top: -30px;
}
.product-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.product-list {
    margin: 0 -10px;
}
.product-list .name {
    margin: 16px 0 15px;
    font-size: 20px;
    height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    text-align: center;
}
/*------------ sect4 ------------*/
.sect4 {
    background: url(../../images/common/index/about-bg-2.jpg) no-repeat center top;
    background-size: cover;
    padding: 125px 0 200px;
    position: relative;
    margin-top: 45px;
}
.sect4 .b-pic-1{
    background: url(../../images/common/index/branch-pic-2.png) no-repeat center top;
    width: 350px;
    height: 304px;
    position: absolute !important;
    bottom: 0 !important;
    right: -251px !important;
    left: unset !important;
    display: none !important;
}
/*---- branch ----*/
.sect4 .branch-box{
    width: 495px;
    height: 495px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 0px 4px 17px 5px #eee5d6c7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    padding: 50px 33px;
    left: calc(50% - 683px);
}
.sect4 .branch-box:before{
    content: "";
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 1px solid #E0CAB7;
    position: absolute;
    left: 12px;
    top: 12px;
    right: 12px;
    bottom: 12px;
    pointer-events: none;
    border-radius: 50%;
}
.branch-box .title{
    text-align: center;
    position: relative;
    position: relative;
}
.branch-box .title > div {
    display: inline-block;
    font-family: 'Overpass', cursive; 
    color: #7F573F;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0px;
}
.branch-box .title > div span {
    color: #7F573F;
}
.branch-box .title > span {
    color: #000;
    font-size: 22px;
    line-height: 25px;
    padding-left: 50px;
    position: relative;
}
.branch-box .title > span:before {
    content: "";
    width: 42px;
    height: 1px;
    position: absolute;
    left: 9px;
    top: 4px;
    background: #000;
    transform: rotate(-59deg);
}
.branch-box .branch-editor{
    max-width: 639px;
    height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    line-height: 37px;
    font-size: 25px;
    font-weight: bold;
    margin-top: 31px;
    position: relative;
    color: #000000;
    margin-bottom: 40px;
}
.sect4 .more.btn{
    background: transparent;
    color: #333333;
    width: 180px;
    height: 50px;
    border: 1px solid #333333;
    text-align: center;
    line-height: 50px;
    font-family: 'Overpass', sans-serif;
    position: relative;
    border-radius: 30px;
    z-index: 0;
    transition: all .3s ease;
    overflow: hidden;
    display: block;
}
.sect4 .more.btn:before{
    content: "";
    background: #D7B58A;
    transition: all .3s ease;
    width: 180px;
    height: 0px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.sect4 .more.btn:hover{
    color: #FFF;
    border: 1px solid #D7B58A;
}
.sect4 .more.btn:hover:before{
    height: 50px;
}

/*------------ warning-sect ------------*/
.warning-sect {
    padding: 35px 0 0 0;
}
/*------------ site-footer ------------*/
.site-footer {
    margin: -85px 0 0 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1700px) {
    .about-sect .about-col:nth-child(1) {
        width: 500px;
        min-width: 500px;
    }
    .about-sect .about-col:nth-child(1) {
        background-size: contain;
    }
    .about-sect .about-col:nth-child(1) {
        padding-top: 63px;
        padding-left: 210px;
    }
    .about-sect .more.btn {
        left: 226px;
        top: 244px;
    }
    .about-sect .a-pic-1 {
        width: 326px;
        height: 532px;
        top: 31px !important;
        left: -148px !important;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .about-sect .a-pic-2 {
        width: 733px;
        height: 415px;
        top: 40px !important;
        left: 216px !important;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .about-sect .a-pic-9 {  
        bottom: 71px !important;
        left: -350px !important;
    }

    .sect4 .b-pic-1 {
        width: 198px;
        height: 183px;
        bottom: 0 !important;
        right: -78px !important;
        left: unset !important;
        background-size: contain;
    }
    .about-sect .a-pic-3 {
        right: -251px !important;
    }
}
@media screen and (max-width: 1440px) {
    .about-sect {
        height: unset;
        padding-top: 60px;
        padding-bottom: 10px;
    }
    .about-sect .about-col:nth-child(2) {
        width: calc(100% - 500px);  
    }
    .about-sect .about-col:nth-child(2) {
        margin-top:0px;
        height: unset;
    }
    .about-sect article {
        height: unset;
    }

    .about-sect .a-pic-3 {
        bottom: -9px !important;
        right: -261px !important;    
    }
    .sect4 .b-pic-1 {
        right: -22px !important;
    }
    .sect4 .branch-box {
        left:20px;
    }
}
@media screen and (max-width: 1100px) {
    .banner .slick-arrow {
       display: none !important;
    }
    .about-sect .a-pic-1 {
        display: none !important;
    }
    .about-sect .a-pic-2 {
        display: none !important
    }
    .about-sect .title span:nth-child(2):before {
        display: none !important
    }
    .about-sect .title {
        position: relative;
        width: 200px;
        height: 200px;
        margin: auto;
        margin-bottom: 30px;
        background: #000;
        border-radius: 50%;
        padding-top: 48px;
        box-sizing: border-box;
    }
    .about-sect .title:before {
        content: "";
        background: url(../../images/common/index/about-pic-10.png);
        width: 40px;
        height: 40px;
        position: absolute;
        left: calc(50% - -51px);
        top: 0px;
        background-size: contain;
        z-index: 0;
        background-repeat: no-repeat;
    }
    .about-sect .title:after {
        content: "";
        background: url(../../images/common/index/about-pic-11.png);
        width: 60px;
        height: 60px;
        position: absolute;
        left: calc(50% - 111px);
        bottom: -3px;
        background-size: contain;
        z-index: 0;
        background-repeat: no-repeat;
    }
    .about-sect .title span:nth-child(1) {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 5px;
        text-align: center;
    }
    .about-sect .title span:nth-child(2) {
        display: block;
        color: #FFF;
        font-size: 22px;
        line-height: 25px;
        padding-left: 00;
        position: relative;
        text-align: center;
    }
    .about-sect .about-row {
        flex-direction: column;
    }
    .about-sect .about-col:nth-child(1) {
        width: 100%;
        height: unset;
        min-width: unset;
        background: none;
        padding-top: 0;
        padding-left: 0;
    }
    .about-sect .about-col:nth-child(2) {
        width:100%;
    }
    .about-sect .more.btn {
        position: relative;
        left: 0;
        top: 0;
    }
    .about-sect .a-pic-3 {
        display: none;
    }
    .about-sect .a-pic-9 {
        display: none !important;
    }

    .about-sect .more.btn {
        color:#7B7776;
        border: 1px solid #7B7776;
        margin: auto;
        margin-bottom: 30px;
    }
    .hot-products .stage,
    .hot-products .txt {
        width: 100%;
        float: none;
        text-align: center;
    }
    .products-sect .more {
        margin: 0 auto;
    }
    .news-sect {
        padding: 30px 0 30px;
    }
    .news-sect .title {
        margin: 0px 0 30px;
    }
    .news-sect .title span:nth-child(1) {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    .news-list li {
        padding: 0;
        width: 100%;
    }
    .news-list li + li {
        margin-top: 60px;
    }
    .news-list li .box .pic{
        text-align: center;
    }
    .products-sect {
        padding: 30px 0 30px;
    }
    .hot-products .title {
        padding-bottom: 0px;
        margin-bottom: 30px;
        margin-top: 30px;
        padding-bottom: 20px;
        text-align: center;
    }
    .hot-products .title > div {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 5px;
        display: block;
    }
    .hot-products .title > span {
        display: block;
        font-size: 22px;
        line-height: 25px;
        padding-left: 0;
    }
    .hot-products .title > span:before {
        display: none;
    }
    .hot-products .hot-name {
        height: unset;
        display: block;
        font-size: 23px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .hot-products .circle-1 {
        display: none !important;
    }
    .hot-products .circle-2 {
        display: none !important;
    }
    .hot-products .circle-3 {
        display: none !important;
    }
    .hot-products .p-pic-desk {
        display: none ;
    }
    .hot-products .p-pic-m {
        display: block;
    }

    .sect4 {
        margin-top: 0px;
        padding-top: 50px;
        padding-bottom: 147px;
    }
    .sect4 .branch-box {
        width: 320px;
        height: 320px;
        margin: auto;
        left: unset;
    }
    .sect4:before {
        top: 109px;
    }
    .branch-box .title > div {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 5px;
        display: block;
    }
    .branch-box .title > span {
        display: block;
        font-size: 22px;
        line-height: 25px;
        padding-left: 0;
    }
    .branch-box .title > span:before {
        display: none;
    }
    .branch-box .branch-editor {
        max-width: unset;
        height: unset;
        display: block;
        line-height: 26px;
        font-size: 17px;   
        margin-top: 16px;
        margin-bottom: 16px;     
        
        max-height: 95px;
        overflow: hidden;
    }
    .sect4 .more.btn {
        margin-top: 0px;
    }
    .sect4 .b-pic-1 {
        display: none !important;
    }

    .hot-products .hot-description {
        height: unset;
        display: block;
        font-size: 15px;
        line-height: 22px;
    }

}
@media screen and (max-width: 900px) {
    .product-list li {
        width: 50%;
        padding: 0 20px 50px;
    }
    .product-list li:nth-child(4n+1) {
        clear: none;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li .text {
        margin: 0 auto;
        max-width: 300px;
    }
}
@media screen and (max-width: 767px) {
    .banner .slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: 0;
        top: 50%;
        margin: -17px 0 0 0;
    }
    .banner .slick-arrow:before {
        font-size: 20px;
        margin: 8px 0px;
    }
    .banner .slick-next {
        left: auto;
        right: 0;
    }
    .banner .slick-dots {
        bottom: 0;
    }
    .about-sect .title {
        font-size: 20px;
    }
    .about-sect .title b {
        font-size: 30px;
    }
    .hot-products .title {
        font-size: 30px;
        padding: 0 0 15px;
    }
    .hot-products .title i {
        font-size: 25px;
    }
    body .fancybox-nav span {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }
    .photo-pager {
        float: none;
        margin: 0 0 10px;
    }
    body .fancybox-opened .fancybox-title {
        padding: 10px;
    }
}
@media screen and (max-width: 600px) {
   
}
@media screen and (max-width: 480px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 100%;
        padding: 0 0 50px;
    }

    
}
@media screen and (max-width: 350px){
    .sect4 .branch-box {
        left: calc(50% - 160px);
    }
}