
.head {
    width: 100%;
    min-width: 860px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items: center;
    padding: 0 40px;
    position: absolute;
    top: 0px;
    z-index: 9;
    
}
.head .logo {
    width: 150px;
    margin: 10px 0;
}
.head .logo img {
    width: 100%;
    height: 100%;
}
.head ul {
    display: flex;
    align-items: center;
}
.head ul li {
    /* margin-right: 10px; */
    height: 70px;
    width: 90px;
    text-align: center;
}
.head ul li a {
    color: #231816;
    font-size: 16px;
    line-height: 70px;
    padding: 10px;
    
}
.head .phone_box p {
    color: #231816;
    font-size: 16px;
    margin-right: 10px;
}
.head_active {
    /* background: rgba(59,59,59,0.9); */
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
    position: fixed;
    top: 50px;
    transform: translateY(-50px);
    /* height: 50px; */
    transition: top 1s ease;
    
}
/* .head_active .logo{
    width: 60px;
    height: 32px;
    margin: 0px;
} */
.head ul .li-active {
    background-color: #292929;
}
.head ul .li-active a {
    color: #FFFFFF;
}

.icon_jantou {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 999;
    display: none;
}
.icon_jantou img {
    width: 100%;
    height: 100%;
}


.wrap{
    margin-top: 70px;
    width: 100%;
    min-width: 860px;
}
/*  头部轮播 */
.wrap .layout-Rotation{
    /* width: 200%; */
    max-height: 100vh;
    overflow: hidden;
    
}
.wrap .layout-Rotation ul {
    width: 100%;
    max-height: 100vh;
    display: flex;
    position: relative;
}
.wrap .layout-Rotation ul li {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    position: relative;
}
.wrap .layout-Rotation ul li img {
    width: 100%;
    max-height: 100vh;
}
.wrap .layout-Rotation ul li .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.wrap .layout-Rotation ul li .box h4 {
    font-size: 86px;
    font-family: Bebas;
    color: #fff;
}
.wrap .layout-Rotation ul li .box p {
    font-size: 13px;
    /* font-family: Bebas; */
    color: #A8A8AA;
}
.wrap .layout-Rotation ul li .box h5 {
    font-size: 48px;
    color: #F3D86D;
}
/* 品牌文化 */
.layout-brand {
    padding: 5% 20%;
    background-image: url(../img/2-bg.jpg);
    background-size: 100% 100%;
}
.layout-brand .left ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
}
.layout-brand .left ul li {
    text-align: center;
}
.layout-brand .left ul li .img_icon {
    width: 22px;
    height: 22px;
    margin: 0 auto 3px;
    
}
.layout-brand .left ul li .img_icon img {
    width: 100%;
    height: 100%;
}
.layout-brand .left ul li h5 {
    font-size: 28px;
    color: #292929;
}
.layout-brand .left ul li p {
    font-size: 12px;
    font-weight: 400;
    color: #797979;
}

.layout-brand .right {
    display: flex;
    /* align-items: center; */
}
.layout-brand .right .img{
    width: 240px;
    height: 285px;
    margin-right: 90px;
    position: relative;
}
.layout-brand .right .img .img-block{
    width: 40px;
    height: 230px;
    background-color: #585858;
    position: absolute;
    top: 30px;
    right: -40px;
}
.layout-brand .right .img img {
    width: 100%;
    height: 100%;
}
.layout-brand .right .info {
    margin-top: 25px;
    min-width: 34%;
    flex: 1;
}
.layout-brand .right .info h4 {
    font-size: 28px;
    font-family: Bebas;
    font-weight: 400;
}
.layout-brand .right .info h6{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 200;
    margin-bottom: 4px;
}
.layout-brand .right .info .Demarcation{
    width: 30px;
    height: 1px;
    background: #F9D758;
}
.layout-brand .right .info p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 100;
    margin-top: 25px;
}

/* 服务介绍 */
.layout-service ul {
    display: flex;
}
.layout-service ul li{
    width: calc(100% / 4);
    position: relative;
}
.layout-service ul li .info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
}
.layout-service ul li .info .img_icon {
    width: 42px;
    height: 42px;
    margin: 0 auto;
}
.layout-service ul li .info h4 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin: 20px 0;
}
.layout-service ul li .info p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

/* 业务展示  */
.layout-business {
    /* margin: 50px 0; */
    text-align: center;
    background-color: #fff;
    padding: 50px;
}
.layout-business .header {
    font-family: Bebas;
    font-weight: 400;
    font-size: 24px;
    color: #231816; 
}
.layout-business .Demarcation{
    width: 30px;
    height: 1px;
    background: #E4C775;
    margin: 4px auto;
}
.layout-business h4 {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #231816;
}
.layout-business .conten {
    display: flex;
    justify-content: center;
}
.layout-business .conten .HomeLife {
    margin-right: 16px;
}
.layout-business .conten .HomeLife h6 {
    text-align: right;
    font-size: 12px;
    margin: 8px 4px 8px 0;
}
.layout-business .conten .PeripheralServices h6 {
    text-align: left;
    font-size: 12px;
    margin: 8px 0px 8px 4px;
}
.layout-business .conten .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.layout-business .conten .box ul li {
    width: 49%;
    margin-bottom: 10px;
}

/* 我们的优势 */
.layout-advantage {
    text-align: center;
    background-image: url(../img/3-bg.jpg);
    background-size: 100% 100%;
    padding: 50px 100px;
    color: #fff;
}
.layout-advantage .header {
    font-family: Bebas;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF; 
}
.layout-advantage .Demarcation {
    color: #E4C775;
}
.layout-advantage h4 {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #fff;
}
.layout-advantage .conten p {
    padding: 30px 20%;
    font-size: 12px;
    font-family: PingFang SC;
    color: #BDBDBD;
}
.layout-advantage .conten ul {
    display: flex;
    justify-content: space-between;
    margin: 54px 0;
}
.layout-advantage .conten ul li {
    width: 16%;
}
.layout-advantage .conten ul li .img {
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.layout-advantage .conten ul li .info h6{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding-top: 15px;
}
.layout-advantage .conten ul li .info p {
    padding: 0;
    font-size: 12px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #ACACAC;
}
/* 门店展示 */
.layout-store {
    text-align: center;
    padding: 50px 100px;
}
.layout-store .header {
    font-size: 24px;
    font-family: Bebas;
    font-weight: 400;
    color: #8A8A8A;
}
.layout-store .Demarcation {
    color: #E4C775;
}
.layout-store h4 {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #535353;
}
.layout-store p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #A7A7A7;
    padding: 30px 20%;
}
.layout-store .conten ul {
    display: flex;
    justify-content: space-between;
}
.layout-store .conten ul li {
    width: 24%;
}
.layout-store .conten ul li h6 {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #282828;
    margin-top: 20px;
    text-align: left;
}
.layout-store .conten ul li p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #A7A7A7;
    text-align: left;
    padding: 0;
    margin-top: 20px;
}
/* 联系我们 */
.layout-contact {
    background-color: #292929;
    

}
.layout-contact ul {
    display: flex;
    justify-content: space-between;
    padding: 45px 100px 0;
}
.layout-contact ul li p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #F9D758;
}
.layout-contact ul li .top {
    display: flex;
}
.layout-contact ul li .top .box {
    margin-right: 46px;
}
.layout-contact ul li .top .box p{
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #838383;
}
.layout-contact ul li .middle {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 12px 0;
}
.layout-contact ul li .Demarcation {
    color: #666666;
    line-height: 0;
}
.layout-contact .footer{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-top: 25px;
    padding: 11px 0;
    border-top: 1px solid #3B3B3B;
}
