@import url("common.css?1");
.banner-swiper{width:100%;max-height: 900px;}
.banner-swiper .swiper-slide img{
    width:100%;
    transition:1s linear 2s;
    transform:scale(1.1,1.1);
}
.banner-swiper .swiper-slide-active img,.banner-swiper .swiper-slide-duplicate-active img{
    transition:2s linear;
    transform:scale(1,1);
}

.store-show{
    background: url("../images/bg/1.png") 100% 100% no-repeat;
    width: 100%;
    overflow: hidden;
}
.store-show-container{
    overflow: hidden;
    height: 350px;
    padding-top: 300px;
}
.store-show-container .title{
    background: url("../images/title-store.png") 100% 100% no-repeat;
    width:192px;
    height: 82px;
    position: absolute;
    top:67px;
    left: 50%;
    margin-left: -96px;
}
.store-show-container .swiper-container{
    position: relative;
}
.store-show-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
}
.store-show-container .swiper-slide img{
    width: 100%;
    height: 100%;
}
.store-show-container .swiper-slide-active,.store-show-container .swiper-slide-duplicate-active{
    transform: scale(1.5);
    z-index: 9999!important;
}
.store-show-container .swiper-button-next,.store-show-container .swiper-button-prev{
    color: #fff;
}

.product-show{
    background: url("../images/bg/2.png") 100% 100% no-repeat;
}
.product-show-container{
    padding-top: 200px;
}

.product-show-container .title{
    background: url("../images/title-product.png") 100% 100% no-repeat;
    width:192px;
    height: 82px;
    position: absolute;
    top:67px;
    left: 50%;
    margin-left: -96px;
}
.product-show .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-show .item{
    border-left:1px solid #DFDFDF;
    display: flex;
    position: relative;
    margin:0 10px;
    margin-bottom: 63px;
    height: 180px;
    overflow:hidden;
}

.product-show .item .text {
    width: 13px;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 20px;
}
.product-show .item .more{
    position: absolute;
    bottom: -28px;
    display: block;
    width: 55px;
    height: 20px;
    background: #B55944;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.product-show .item img{
    width: 280px;
    margin-left: 40px;
}






.service-show{
    background: url("../images/bg/3.png") 100% 100% no-repeat;
    padding-bottom: 40px;
}

.service-show-container{
    padding-top: 200px;
}
.service-show-container .title{
    background: url("../images/title-service.png") 100% 100% no-repeat;
    width:192px;
    height: 82px;
    position: absolute;
    top:67px;
    left: 100px;
}

.service-show-container .title-msg{
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
    letter-spacing: 4px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top:80px;
    right: 0;
    width: 650px;
}

.service-show-container .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-show-container .item{
    position: relative;
}

.service-show-container .item:hover .head{
    transform: scale(1.2); /* 动画中间状态，元素放大到1.5倍 */
}
.service-show-container .item .head{
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 150px;
    letter-spacing: 8px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.service-show-container .item:nth-child(1) .head{
    background: url("../images/banner/4.png") 100% 100% no-repeat;
}
.service-show-container .item:nth-child(2) .head{
    background: url("../images/banner/2.png") 100% 100% no-repeat;
}
.service-show-container .item:nth-child(3) .head{
    background: url("../images/banner/3.png") 100% 100% no-repeat;
}
.service-show-container .item .number{
    display: block;
    margin: 27px auto 14px auto;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.service-show-container .item .texts{
    display: flex;
    justify-content: center;
}
.service-show-container .item .texts .txt{
    width: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 4px;
}



.about-show{
    background: #FFF9EA;
    padding-bottom: 20px;
}

.about-show-container{
    padding-top: 250px;
}
.about-show-container .title{
    background: url("../images/title-about.png") 100% 100% no-repeat;
    width:192px;
    height: 82px;
    position: absolute;
    top:67px;
    left: 50%;
    margin-left: -96px;
}

.about-show-container .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-show-container .item{
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 150px;
    transition: width .5s ease-in-out;
}
.about-show-container .item .head{
    width: 150px;
    height: 335px;
    background: #FFFFFF;
    position: relative;
    border: 1px solid #FFFFFF;
}

.about-show-container .item .head .number{
    width: 60px;
    height: 60px;
    background: #B55944;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    letter-spacing: 2px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top:-30px;
    left: 50%;
    margin-left: -30px;
}
.about-show-container .item .head .name{
    width: 17px;
    height: 80px;
    font-weight: 600;
    font-size: 16px;
    color: #6B6B6B;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top:114px;
    left: 50%;
    margin-left: -8px;
}
.about-show-container .item .head .icon{
    width: 28px;
    height: 80px;
    background: url("../images/logo-tag.png") 100% 100% no-repeat;
    position: absolute;
    bottom:56px;
    left: 50%;
    margin-left: -14px;
}
.about-show-container .item .content{
    margin-left: 35px;
    width: 335px;
    position: relative;
    display: none;
    overflow: hidden;
}
.about-show-container .item .content .c1{
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about-show-container .item .content .c2{
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 9px;
    letter-spacing: 4px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 17px;
}

.about-show-container .item .content .c3{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
}
.about-show-container .item .content .c4{
    width: 335px;
    height: 190px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
}


.about-show-container .item:hover{
    width: 520px;
}
.about-show-container .item:hover .head{
    background: url("../images/bg/about-slected.png") 100% 100% no-repeat;
    border: 1px dashed #E9DDCF;
}
.about-show-container .item:hover .content{
    display: block;
}





.us-show{
    background: url("../images/bg/us-bg.png") left top no-repeat #fff;
    height: 650px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.us-show .right-bg{
    width: 50%;
    height: 650px;
    background: linear-gradient(to bottom, #fbe7c4 0%, #b45a44 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.us-show-container{
}

.us-show-container .title-side{
    width: 120px;
    height: 650px;
    background: #D9D9D9;
}
.us-show-container .title-side .title-box{
    width: 120px;
    background: #B45A44;
    padding-bottom: 20px;
}
.us-show-container .title-side .title-box .title-txt{
    padding-top: 18px;
    width: 1px;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
}
.us-show-container .title-side .title-box .icon{
    display: block;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    transform: rotate(45deg);
    margin: 18px 0;
    margin-left: -5px;
}

.us-show-container .content{
    display: block;
    background: url("../images/bg/us-content-bg.png") left top no-repeat #fff;
    width: 492px;
    height: 495px;
    position: absolute;
    top:76px;
    left: 50%;
    z-index: 2;
    margin-left: -246px;
}


.us-show-container .content .title{
    background: url("../images/title-us.png") 100% 100% no-repeat;
    width:192px;
    height: 82px;
    position: absolute;
    top:38px;
    left: 50%;
    margin-left: -96px;
}
.us-show-container .content .txt{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 185px 19px 0px 19px;
    text-indent: 28px;
}

@media screen and (max-width: 1200px) {
    .product-show .items{
        justify-content: space-evenly;
    }
    .about-show-container .items{
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .service-show-container .items{
        justify-content: space-evenly;
    }
}
