/* 正式内容 */


/*************** pc端 ***************/


/* 轮播图 */

.swiper-container-app {
    display: none;
}

.swiper-container-pc {
    display: block;
}

.border-red {
    border: 1px solid red;
}

.swiper-container {
    width: 100%;
    /* height: 100%; */
}

.header_list_mobile {
    display: none;
    z-index: 99;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}

.index_content {
    width: 100%;
}

.swiper-wrapper img {
    width: 100%;
    /*height: 560px;*/
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 30px !important;
    text-transform: none!important;
    letter-spacing: 0;
    color: white;
    text-transform: none;
    font-variant: initial;
    font-weight: bold;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0);
}

.swiper-pagination-bullet-active {
    color: #fff;
    border-bottom: 2px solid #21944b;
}


/* 搜索 */

.index_search {
    display: none;
}


/* 产品展示 */
.margin_ws{
    margin: 50px 0px;
}
.content_list {
    width: 100%;
    /* padding: 50px 0px; */
    padding: 0px;
    /* margin: 50px 0px; */
    margin: 0px;
}

.content_list ul {
    width: 100%;
    display: flex;
    justify-content: center;
    /* white-space: nowrap;
    overflow-x: auto; */
}


/* .content_list ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
} */

.content_list ul li {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.content_list ul li a {
    /* height: 100px; */
    float: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
}

.content_list ul li a:hover {
    color: #000;
}

.content_list ul li img {
    width: 70px;
    height: 70px;
}

.content_list ul li span {
    padding: 10px 0px;
    margin: 0;
}

.content_goods {
    width: 100%;
    padding: 0px 20px;
    margin: 0px;
}

.content_goods ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content_goods ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.content_goods ul li:nth-child(1) {
    padding-right: 30px;
}

.content_goods ul li:nth-child(2) {
    padding-left: 30px;
}

.content_goods ul li:last-child {
    display: none;
}

.content_goods ul li img {
    width: 100%;
}

.content_goods ul li span,
.content_goods ul li p,
.content_goods ul li .goods_detail {
    display: none;
}

.content_goods ul li .goods_check {
    position: absolute;
    top: 70px;
    left: 10%;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    align-items: flex-start;
    color: #fff;
    flex-direction: column;
    font-size: 16px;
}

.content_goods ul li .goods_check div {
    font-size: 24px;
    opacity: 0.8;
}

.goods_check a {
    border: 1px solid #fff;
    padding: 3px 15px;
    font-size: 13px;
    border-radius: 100px;
    margin-top: 15px;
    color: #fff;
    opacity: 0.8;
}

.goods_check a:hover {
    color: #fff;
}


/* pc端底部 */

.content_footer {
    width: 100%;
    margin: 0px;
}

.content_footer ul {
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.content_footer ul li {
    float: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.content_footer ul li img {
    width: 60px;
    height: 60px;
}

.content_footer ul li h4 {
    padding-top: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}

.content_footer ul li p {
    font-size: 12px;
}

.content_footer ul li .footer_ted {
    position: absolute;
    font-size: 12px;
    bottom: -20%;
}

.content_footer ul li .footer_ted span {
    color: #21944b;
}

.content_footer ul li button {
    width: 150px;
    height: 50px;
    background-color: #21944b;
    border: none;
    color: white;
    margin-top: 20px;
    border-radius: 3px;
}

.content_footer_mobail {
    display: none;
}


/* 分屏幕 */

@media (max-width: 960px) {
    .index_content {
        width: 100%;
        background: #fefefe;
        z-index: -99;
    }
    /* 轮播图 */
    .swiper-container-app {
        display: block;
    }
    .swiper-container-pc {
        display: none;
    }
    .swiper-container {
        width: 95%;
        height: 320px;
    }
    .swiper-wrapper img {
        width: 100%;
        height: 430px;
        border-radius: 5px !important;
    }
    .swiper-pagination-bullet {
        width: 20px;
        font-size: 12px;
        color: rgba(0, 0, 0, 0);
        border-radius: 0 !important;
        background: rgba(0, 0, 0, 0);
        border-bottom: 2px solid #ccc;
    }
    .swiper-pagination-bullet-active {
        color: rgba(0, 0, 0, 0);
        border-bottom: 2px solid #21944b;
        opacity: 1;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        left: 0;
        width: 100%;
    }
    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: initial;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box
    }
    /* 搜索 */
    .index_search {
        position: relative;
        width: 95%;
        height: 40px;
        border-radius: 5px;
        box-shadow: #ccc;
        display: flex;
        margin: auto;
        /* box-shadow: 0px 0px 30px #a3a3a3; */
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .index_search img {
        position: absolute;
        width: 15px;
        height: 15px;
        left: 10px;
        z-index: 10;
    }
    .index_search input {
        padding: 20px;
        position: absolute;
        height: 40px;
        width: 80%;
        left: 15px;
        font-size: 14px;
    }
    /* 产品展示 */
    .content_list {
        width: 95%;
        padding: 30px 0px 0px 0px;
        margin: 0px auto;
        display: flex;
        justify-content: center;
    }
    .content_list ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .content_list ul li {
        width: 33.33% !important;
        height: auto;
        float: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        flex: initial;

        padding: 10px;
    }
    .content_list ul li:nth-child(n+10) {
        display: none;
    }
    .content_list ul::after {
        content: "";
        flex: auto;
    }
    .content_list ul li a {
        flex: initial;
    }
    .content_list ul li img {
        /* width: 60%;
        height: 60%; */
        width: 100%;
        height: 100%;
    }
    .content_goods {
        width: 95%;
        padding: 0px 0px;
        margin: auto;
    }
    .content_goods ul {
        width: 100%;
        display: initial;
    }
    .content_goods ul li {
        flex: initial;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px !important;
        margin-top: 30px;
    }
    .content_goods ul li:nth-child(3) {
        margin-bottom: 30px;
    }
    .content_goods ul li img {
        width: 100%;
    }
    .content_goods ul li:last-child {
        display: flex;
    }
    .content_goods ul li span,
    .content_goods ul li p,
    .content_goods ul li .goods_detail {
        display: block;
    }
    .content_goods ul li .goods_check {
        display: none;
    }
    .content_goods ul li span {
        font-size: 15px;
        margin-top: 20px;
        font-weight: bold;
    }
    .content_goods ul li p {
        color: #808080;
        margin: 0 0 4px;
    }
    .content_goods ul li .goods_detail {
        color: #489253;
        border: 1px solid #489253;
        border-radius: 1000px;
        padding: 0px 8px;
    }
    /* 移动端底部 */
    .content_footer_mobail {
        width: 90%;
        padding: 0px 0px;
        margin: auto;
    }
    .content_footer_mobail ul {
        width: 100%;
        margin: auto;
    }
    .content_footer_mobail ul li {
        width: 100%;
        padding: 30px 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        border-top: 1px solid #f1f1f1;
    }
    .content_footer_mobail ul li img {
        width: 50px;
        height: 50px;
    }
    .content_footer_mobail ul li h4 {
        padding-top: 15px;
        font-weight: bold;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .content_footer_mobail ul li p {
        font-size: 12px;
        color: #808080;
    }
    .content_footer_mobail ul li button {
        width: 150px;
        height: 50px;
        background-color: #21944b;
        border: none;
        color: white;
        border-radius: 5px;
    }
    .content_footer_mobail ul li button:nth-child(3) {
        background-color: #fff;
        border: none;
        color: white;
    }
    .content_footer_mobail ul li span {
        font-size: 14px;
        color: #808080;
    }
    .content_footer_mobail ul li input {
        width: 70%;
        background: #f8f8f8;
        border: 1px solid #d2d2d2;
        border-radius: 3px;
        padding: 7px;
        margin-bottom: 5px;
    }
    .content_footer {
        display: none;
    }
    .content_footer_mobail {
        display: block;
    }
}


/* 移动端内容 */

@media (max-width:1024px) {}

@media (max-width: 768px) {
    .margin_ws{
        margin: 0px auto !important;
        padding: 0px;
    }
}


/********* 手机端 *********/

@media (max-width:1200px) {}