﻿@media screen and (min-width: 1025px) {
    .appHome .pcAdd {
        display: block;
    }
    .appHome .mAdd {
        display: none;
    }
}

.banner {
    width: 100%;
    min-width: 1200px;
    height: 600px;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}

.swiper-button-prev {
    display: none;
    width: 50px;
    height: 50px;
    background: url(../images/home/con_shouye_zuo.png) no-repeat;
    background-size: 100% 100%;
    left: calc(50% - 736px);
}

.swiper-button-next {
    display: none;
    width: 50px;
    height: 50px;
    background: url(../images/home/con_shouye_you.png) no-repeat;
    background-size: 100% 100%;
    right: calc(50% - 736px);
}

.banner:hover .swiper-button-next {
    display: block;
}

.banner:hover .swiper-button-prev {
    display: block;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "";
}

.banner .content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    padding-top: 150px;
    z-index: 1;
}

.banner h1 {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 60px;
}

.banner .search {
    width: 800px;
    margin: 0 auto;
}

.banner .search .search-input {
    position: relative;
}

.banner .search input {
    border: none;
    width: 800px;
    height: 44px;
    padding-left: 20px;
    padding-right: 80px;
}

.banner .search .search-input img {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 22px;
    cursor: pointer;
    background-color: #D83226;
}

.banner .search p {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
}

.banner .search p span {
    margin-right: 10px;
    cursor: pointer;
}

.banner .search p span:hover {
    color: #FFFFFF;
}

.introduceBox {
    overflow: hidden;
    /*background: #FAFAFA;*/
    padding-bottom: 55px;
}

.introduce {
    margin-top: 55px;
}

.introduce .flex-item {
    text-align: center;
    margin: 0 20px;
}

.introduce .flex-item img {
    width: 81px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.introduce .flex-item p {
    font-size: 16px;
}

.scenery {
    margin-top: 70px;
}

.title {
    text-align: center;
    line-height: 1;
}

.title p {
    display: none;
    font-size: 60px;
    font-weight: bold;
    color: #333333;
    opacity: 0.3;
    background: linear-gradient(0deg, #F6F6F6 0%, #333333 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.title div {
    margin-top: -24px;
    font-size: 24px;
    font-weight: bold;
    /*color: #333333;*/
    position: relative;
    letter-spacing: 4px;
}

.title div::after {
    content: "";
    display: block;
    width: 32px;
    height: 5px;
    background: #E55751;
    margin: 8px auto;
}

.more {
    color: #999999;
    line-height: 1;
    margin-bottom: 20px;
    text-align: right;
}

.more a {
    display: inline-flex;
    align-items: center;
}

.more a:hover {
    color: #EB4E47;
}

.more a:hover .red-icon {
    display: block;
}

.more img {
    width: 6px;
    margin-left: 5px;
    cursor: pointer;
}

.more .red-icon,
.more a:hover .gray-icon {
    display: none;
}

.more span {
    cursor: pointer;
    color: #999999;
}

.list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.list li {
    width: 380px;
    background: #FFFFFF;
    margin-bottom: 30px;
}

.list li:nth-child(3n -1) {
    margin-left: 30px;
    margin-right: 30px;
}

.list .img-box {
    width: 100%;
    height: 221px;
    position: relative;
    overflow: hidden;
}

.list .img-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.list .img-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.list .img-box .mask .play-icon {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.list .img-box .address {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    line-height: 1;
    z-index: 2;
}

.list .img-box .address span {
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 4px;
}

.list .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 0.3s;
}

.list li:hover .product-img {
    transform: scale(1.1, 1.1);
}

.list .flex {
    height: 57px;
    padding: 0 10px;
}

.list .flex p {
    flex: 1;
}

.list .flex button {
    width: 80px;
    height: 27px;
    border: 1px solid #EB4E47;
    border-radius: 4px;
    margin-left: 10px;
    transition: all .3s linear;
    background: #EB4E47;
    color: #fff;
}

.list li:hover .flex button {
    color: #FFFFFF;
    background: #ca0900;
    border-color: #ca0900;
}

.list .list_info {
    height: 67px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.equipment .list .list_info {
    height: 35px;
}

.list .list_info p {
    flex: 1;
    padding-right: 10px;
    color: #000;
}

.list .list_info button {
    width: 80px;
    height: 27px;
    border: 1px solid #EB4E47;
    border-radius: 4px;
    margin-left: 10px;
    transition: all .3s linear;
    background: #EB4E47;
    color: #fff;
}

.list li:hover .list_info button {
    color: #FFFFFF;
    background: #ca0900;
    border-color: #ca0900;
}

.bg-white {
    /* background: #FFFFFF; */
    padding-top: 30px;
    margin-top: 39px;
}

.bg-white .list li {
    /*box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);*/
    border-radius: 4px;
    overflow: hidden;
}

.equipment {
    padding-top: 70px;
    /*background: #fafafa;*/
    padding-bottom: 20px;
}


/* .equipment .list li:nth-child(3n -1){margin:0;} */

.equipment .list li {
    width: 278px;
    height: 310px;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);*/
    border-radius: 4px;
    margin: 0 29px 0 0;
    overflow: hidden;
}


/* .equipment .list li:nth-child(5n + 1) {
	margin-left: 0;
}

.equipment .list li:nth-child(5n) {
	margin-right: 0;
} */

.equipment .product-img {
    width: 228px;
    /* height:auto; */
    margin: 25px 25px 0 25px;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
}

.equipment .product-title {
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
}

.equipment .list .flex {
    height: auto;
}

.equipment .list li:nth-child(4n) {
    margin: 0;
}

.equipment .list li .img-box::before {
    display: none;
}


/* .equipment .list .flex button {
	width: 75px;
	height: 27px;
	border-color: #FFFFFF;
	border:1px solid rgb(59, 57, 57);
} */

.equipment .list li .flex p {
    color: #EB4E47;
    font-size: 14px;
}

.scenery .list {
    padding-bottom: 0;
}

.scenery .list li {
    /*box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);*/
    border-radius: 4px;
    overflow: hidden;
}

.customer .list .img-box .tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    color: #FFFFFF;
    z-index: 2;
}


/* .customer .list .flex {
	height: 40px;
} */

.customer .list .flex p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

.customer .list .flex time {
    font-size: 12px;
    color: #999999;
    line-height: 1;
    margin-left: 10px;
}

.practical {
    margin-top: 19px;
}

.practical .list {
    padding-bottom: 10px;
}

.practical .list time {
    font-size: 12px;
    color: #999999;
}


/* } */

@media screen and (max-width: 1024px) {
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .appHome .pcAdd {
        display: none;
    }
    .appHome .mAdd {
        display: block;
    }
    .banner {
        width: 100%;
        min-width: 7.2rem;
        height: 3.08rem;
        margin-top: -8px;
    }
    .swiper-pagination-bullet {
        width: 0.08rem;
        height: 0.08rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.05rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0.1rem;
    }
    .introduceBox {
        overflow: hidden;
        /*background: #fff;*/
        padding-bottom: 0.66rem;
    }
    .introduce {
        margin-top: 0.31rem;
        padding-left: 0.33rem;
        padding-right: 0.33rem;
    }
    .introduce .flex-item {
        text-align: center;
        margin: 0;
        flex: initial;
    }
    .introduce .flex-item img {
        width: 0.8rem;
        height: 0.8rem;
        margin: 0 auto;
        margin-bottom: 0.2rem;
    }
    .introduce .flex-item p {
        font-size: 0.28rem;
        /*color: #333;*/
        line-height: 1;
    }
    .list {
        display: flex;
        flex-wrap: wrap;
    }
    .bg-white {
        margin-top: 0;
        padding-top: 0;
    }
    .box_tit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 0.33rem;
        padding-right: 0.33rem;
        margin-bottom: 0.39rem;
    }
    .box_tit .title div {
        margin-top: 0;
        font-size: 0.32rem;
        color: #fff;
        letter-spacing: 0.02rem;
    }
    .box_tit .title div::after {
        display: none;
    }
    .box_tit .more {
        margin-bottom: 0;
    }
    .bg-white .list {
        padding-left: 0.33rem;
        padding-right: 0.33rem;
        padding-bottom: 0;
    }
    .bg-white .list li {
        /* width: 3.17rem; */
        width: 3.32rem;
        margin: 0 0.1rem 0.2rem 0.1rem;
    }
    .list li:hover .list_info button {
        color: #FFFFFF;
        background: #EB4E47;
        border-color: #EB4E47;
    }
    .bg-white .list li:nth-child(odd) {
        margin-left: 0;
    }
    .bg-white .list li:nth-child(even) {
        margin-right: 0;
    }
    .list .img-box {
        height: 2rem;
    }
    .list .img-box::before {
        height: 0.53rem;
    }
    .list .list_info {
        display: block;
        text-align: center;
        height: auto;
        padding-bottom: 0.27rem;
    }
    .list .img-box .address img {
        width: 9px;
    }
    .list .list_info .lines2 {
        display: block;
        line-height: 1;
        margin-top: 0.24rem;
        margin-bottom: 0.26rem;
        font-size: 0.28rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0;
    }
    .list .list_info button {
        width: 1.6rem;
        height: 0.53rem;
        border-radius: 0.03rem;
        font-size: 0.28rem;
        letter-spacing: 0.02rem;
        margin: 0;
    }
    .list .list_info button:hover {
        background: #ca0900;
    }
    .equipment {
        /*background: #fff;*/
        padding-top: 0.67rem;
        padding-bottom: 0;
    }
    .equipment .list {
        padding-left: 0.33rem;
        padding-right: 0.33rem;
        padding-bottom: 0;
    }
    .equipment .list li {
        width: 3.32rem;
        margin: 0 0.1rem 0.2rem 0.1rem;
        height: auto;
        padding: 0.2rem 0.2rem 0 0.2rem
    }
    .equipment .product-img {
        width: 100%;
        height: 2rem;
        margin: 0;
    }
    .equipment .list li:nth-child(odd) {
        margin-left: 0;
    }
    .equipment .list li:nth-child(even) {
        margin-right: 0;
    }
    .equipment .list li:nth-child(4n) {
        margin: 0 0 0.2rem 0.1rem;
    }
    .scenery {
        margin-top: 0.67rem;
    }
    .scenery .list {
        padding-left: 0.33rem;
        padding-right: 0.33rem;
        height: 3.2rem;
        overflow: hidden;
    }
    .scenery .list li {
        width: 3.32rem;
        margin: 0 0.1rem 0.2rem 0.1rem;
    }
    .scenery .list li:nth-child(odd) {
        margin-left: 0;
    }
    .scenery .list li:nth-child(even) {
        margin-right: 0;
    }
    .getPuasePlay {
        background-size: 0.4rem;
    }
    .practical {
        margin-top: 0.47rem;
        margin-bottom: 0.13rem;
    }
    .practical .list_info {
        text-align: left;
        padding: .15rem .12rem .27rem .21rem;
    }
    .customer .list .list_info p {
        font-size: 0.28rem;
        margin-top: 0.15rem;
        margin-bottom: 0.1rem;
    }
    .customer .list .list_info time {
        margin-left: 0;
        display: block;
        color: #999999;
        font-size: 12px;
    }
    .customer .list .img-box .tag {
        left: 0.13rem;
        bottom: 0.13rem;
        font-size: 0.21rem;
        color: #fff;
    }
    .customer .list.anliList {
        height: 3.1rem;
        overflow: hidden;
    }
    .pc {
        display: none;
    }
    .equip_box_tit {
        text-align: center;
    }
    .equip_tit {
        display: flex;
        justify-content: center;
        margin-top: 0.27rem;
    }
    .equip_tit .product-title {
        margin: 0;
        font-size: 0.28rem;
        color: #333;
    }
    .equip_tit .equip_day {
        font-size: 0.24rem;
        color: #EB4E47;
    }
    .equip_box_tit button {
        width: 1.6rem;
        height: 0.53rem;
        border-radius: 0.03rem;
        font-size: 0.28rem;
        letter-spacing: 0.02rem;
        border: 1px solid #EB4E47;
        border-radius: 0.04rem;
        transition: all .3s linear;
        background: #EB4E47;
        color: #fff;
        margin-top: 0.25rem;
        margin-bottom: 0.22rem;
    }
    .pianchangList li .list_info button:hover {
        background: #ca0900;
    }
    .sheyingList li .mobile button:hover {
        background: #ca0900;
    }
    .zhijingList li .list_info button:hover {
        background: #ca0900;
    }
}