/* 首页手机样式 */

 @media (max-width:768px) {

.head .menu {
    display: none !important;
}
.head .wap-nav {
    display: block;
}
.head .wap-nav span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    z-index: 9999999;
}
.head .wap-menu {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #2e2929;
    z-index: 9;
}
.head .wap-menu .close span {
    font-size: 30px;
    font-weight: bold;
    color: #949494;
    position: absolute;
    right: 10px;
}

/* 手机导航 */

/* 公共样式 */

.title-index  {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.title-index h3 {
    font-size: 25px;
}
.title-index p {
    font-size: 14px;
    color: #555;
    font-family: Lato, serif;
    line-height: 1.4;
    width: 100%;
    margin:30px auto;
}

.head .wap-menu ul {
    width: 90%;
    margin: 80px auto;
}
.head .wap-menu ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    border-bottom: solid 1px #464444;
}
.head .wap-menu ul li a {
    width: 100%;
    color: beige;
    display: inline-flex;
    justify-content: space-between;
}

/* 搜索 */
.filter .search {
    padding: 10px;
    border-radius: 7px;
}
.filter .search .item {
    width: 100%;
}
.filter .search .item input {
    border-radius: 5px;
}
.filter .search .item span {
    display: none;
}
.filter .search button {
    width: 50px;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}
.filter .search p {
    display: none !important;
}

/* 产品 */
.product .Classificatiom {
    display: none;
}
.product .list ul {
    display: flex;
    flex-wrap: wrap;
}
.product .list ul li img {
    width: 78%;
    padding: 0 0 180px;
}
.product .list ul li:first-child img {
    padding: 0 0 180px;
    width: 78%;
}
/* 首页服务样式 */
.service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.service ul li {
    border-radius: 20px;
    width: calc(50% - 10px);
}

.about {
    border-radius: 10px;
}
/* 首页优势样式 */
.Advantages {
    text-align: center;
}
.Advantages ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.Advantages ul li {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
}
.Advantages ul li h3 {
    margin: 0;
    font-size: 16px;
}
/* 推荐产品样式 */
.recommend {
    padding: 20px;
    border-radius: 10px;
    margin: 32px auto;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    box-sizing: border-box;
}
/* 产品目录样式 */
.Catalog {
    border-radius: 10px;
    margin: 52px auto;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;

}
.Catalog .left img {
    border-radius: 10px;
}
.Catalog .right h3 {
    font-size: 25px;
}

/* 客户评价 */
.evaluate h3 {
    font-size: 20px;
}
.evaluate ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    margin: 30px 0;
    padding: 0;
    box-sizing: border-box;
}

.title-map {
    font-size: 20px;
    margin-bottom: 32px;
}
.map {
    position: relative;
    height: 300px;
}
.map img {
    width: 200%;
    border-radius: 10px;
    position: absolute;
    right: 0;
}
/* 首页专家意见样式 */
.blog ul{
    grid-template-columns: 1fr;
}
.blog ul li {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 400px;
}

.blog ul li .text h3 {
    font-size: 20px;
    line-height: 1.5;
}

}