﻿.eoncen_header_five {
    max-width: 1920%;
    height: 550px;
    background-image: url("../images/wechat_background.png");
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    padding-top: 13px;
    margin: 0 auto;
}

.wechat_products_header {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 30px;
    cursor: pointer;
}

.wechat_products_header>li>div>div:nth-child(2) {
    text-align: center;
    font-size: 20px;
    font-family: bold;
    margin-top: 20px;
    color: #999;
}
.wechat_products_header>li>div>div:nth-child(2):hover{
    color:rgb(0, 0, 0);
}
/* .wechat_products_header>li>div>div:nth-child(2):active{
    color:red;
} */
.wechat_pro_active{
    color: #111;
}

.wechat_products_content {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    height: 370px;
    width: 1000px;
    margin: 98px auto;


}

.wechat_products_content_right {
    width: 400px;
    position: relative;
}

.wechat_products_content_left {
    width: 500px;
}

.wechat_products_content_left_title {
    font-size: 30px;
    margin-bottom: 18px;
}

.wechat_products_content_left_content {
    font-size: 14px;
    color: #999;
}

.wechat_products_content_left_ico {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.wechat_products_content_left_ico_list {
    width: 110px;
    height: 30px;
    text-align: center;
    /* background-color:#7acc6a; */
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 28px;
}

.wechat_products_content_left_ico_list:nth-child(1) {
    background-color: #7acc6a;
}

.wechat_products_content_left_ico_list:nth-child(2) {
    background-color: #66bbcc;
}

.wechat_products_content_left_ico_list:nth-child(3) {
    background-color: #f25e5e;
}

.wechat_products_content_left_ico_list:nth-child(4) {
    background-color: #f29838;
}

.wechat_products_content_left_ico_list:nth-child(5) {
    background-color: #7acc6a;
}

.wechat_products_content_left_ico_list:nth-child(6) {
    background-color: #66bbcc;
}

.wechat_products_content_left_ico_list:nth-child(7) {
    background-color: #f25e5e;
}

.wechat_products_content_left_ico_list:nth-child(8) {
    background-color: #f29838;
}

.wechat_products_content_left_ico_list:nth-child(9) {
    background-color: #7acc6a;
}

.wechat_products_content_left_ico_list:nth-child(10) {
    background-color: #66bbcc;
}

.wechat_products_content_left_ico_list:hover {
    color: #fff;
}

.wechat_products_content_right_img {
    position: absolute;
    top: -72px;
    left: 14px;
}

.wechat_case {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.wechat_case_list {
    width: 350px;
    height: 250px;
    background-color: #fab514;
    margin-bottom: 55px;
    border-radius: 10px;
    position: relative;
}

.wechat_case_list_title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 24px;
}

.wechat_case_list_hidden {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.4;
    background-color: black;
}

.wechat_case_list_hidden_img {
    position: absolute;
    top: 10%;
    left: 22%;
}

.wechat_case_list_hidden {
    display: none;
}

.wechat_case_list_hidden_img {
    display: none;
}

.wechat_case_list_left {
    position: absolute;
    left: -55px;
    top: 42%;
    cursor: pointer;
}

.wechat_case_list_right {
    position: absolute;
    right: -55px;
    top: 42%;
    cursor: pointer;
}

.wechat_case_center_banner {
    max-width: 1920px;
    height: 250px;
    /* margin-bottom:100px; */
    margin: 100px auto;
}

.wechat_pro {
    width: 1200px;
    margin: 100px auto;
    /* overflow: hidden; */
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.wechat_pro_list {
    margin-left: 10px;
    margin-right: 10px;
    width: 170px;
    height: 170px;
    margin-bottom: 30px;
    /* border: 1px solid #00e3fe4d; */
    position: relative;
}

.wechat_pro_list img {
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 4px #86f3ff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}

.wechat_pro_list img:hover {
    box-shadow: 0px 0px 8px #00e3fe;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: absolute;
    top: -20px;
    left: 0px;
}
.gray{ 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* opacity: .5; */
}
@media screen and (max-width: 500px) {
    .eoncen_header_five {
        width: 100%;
        height: 200px;
        display: block;
        padding-top: 13px;
        margin: 0 auto;
        background-size: 100% 100%;
margin-bottom: 233px;
    }
    .wechat_products_header {
        width: 100%;
        margin: 0 auto;
    }
    .wechat_products_content {
        display: block;
        height: 370px;
        width: 100%;
        margin: 98px auto;
        margin-bottom: 240px;
    }
    .wechat_products_content_left {
        width: 100%;
margin-bottom: 11%;
    }
    .wechat_products_content_right {
        width: 100%;
        position: relative;
    }
    .wechat_case {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .wechat_case_list {
        margin: 0 auto;
    }
    .wechat_case_center_banner{
        display: none;
    }
.eoncen_serveice{
margin-top: 65%;
}
    .wechat_pro_list {
        margin-left: 10px;
        margin-right: 10px;
width: 44%;
        height: 170px;
        margin-bottom: 30px;
        /* border: 1px solid #00e3fe4d; */
        position: relative;
    }
    .wechat_pro {
        width: 100%;
        margin: 33px auto;
        /* overflow: hidden; */
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: space-around;
overflow: hidden;

    }
    .wechat_products_header img{
            width: 57%;
            height: 19%;
            display: block;
            margin: 0 auto;
    }
    .wechat_case_list_title {
        padding-top: 13px;
    }
.wechat_case_list_hidden{
display:block !important;
}
.wechat_case_list_hidden_img{
display:block !important;
}
.wechat_products_content_right_img img{
width:100%
}
}