body {
    height: 100vh;
    width: 100%;
    min-height: 920px;
    background: url(../home_img/green/4.png) no-repeat center top;
    background-size: 100% 100%;
}

body::-webkit-scrollbar {
    display: none;
}
.container {
    width: 100%;
    height: 100%;
    min-height: 920px;
    /* padding-bottom: 3.125rem; */
    display: flex;
    align-content: space-around;
}

.container .content {
    width: 75rem;
    min-width: 75rem;
    height: 100%;
    margin: 0 auto;
    /* padding-top: 5.3125rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10% 0;
    box-sizing: border-box;
    /* margin: 65px auto 0; */
}

.container .content .logo {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.container .content .logo img{
    width: auto;
    height: auto;
}

.container .content .intro {
    width: auto;
    height: auto;
    padding: 1.875rem 1.5625rem;
    box-sizing: border-box;
    font-size: 1.125rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 2.25rem;
    text-align: justify;
    background-color: RGBA(0, 145, 67, 0.9);
    border-radius: 1.25rem;
    /* background: url(../home_img/5.png) no-repeat;
    background-size: 100% 100%; */
    margin: 76px auto 0;
}

.container .content .brand {
    height: 23.75rem;
    width: auto;
    margin-top: 87px;
}

.container .content .brand ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .content .brand ul li .show {
    width: 100%;
    height: 100%;
    /* background-color: aquamarine; */
    padding-top: 5.3125rem;
    box-sizing: border-box;
    border-radius: 1.25rem;
    cursor: pointer;
}

.container .content .brand ul li .s1 {
    background: url(../home_img/green/s1.png) no-repeat;
    background-size: 100% 100%;
}

.container .content .brand ul li .s2 {
    background: url(../home_img/green/s5.png) no-repeat;
    background-size: 100% 100%;
}

.container .content .brand ul li .s3 {
    background: url(../home_img/green/s2.png) no-repeat;
    background-size: 100% 100%;
}

.container .content .brand ul li .s4 {
    background: url(../home_img/green/s3.png) no-repeat;
    background-size: 100% 100%;
}

.container .content .brand ul li .s5 {
    background: url(../home_img/green/s4.png) no-repeat;
    background-size: 100% 100%;
}

.container .content .gs_item {
    width: 9.6875rem;
    height: 100%;
    display: inline-block;
}

.container .content .gs_item .show_text {
    z-index: 99;
}

.container .content .gs_item .show_text .text_img {
    width: 4.6875rem;
    height: 2.8125rem;
    margin: 0 auto 1.875rem;
}

.container .content .brand ul li .s4 .text_img {
    width: 3.125rem;
}

.container .content .gs_item .show_text .text_txt {
    font-size: 1.25rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.875rem;
    text-align: center;
    position: relative;
}

.container .content .gs_item .show_text .text_txt::after {
    content: " ";
    position: absolute;
    bottom: -1.5625rem;
    left: calc(50% - 2.1875rem);
    width: 4.375rem;
    height: .125rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.02));
}

.container .content .hide {
    width: 31.875rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1.25rem;
    position: relative;
    -webkit-animation: wide 0.3s;
    animation: wide 0.3s;
    /* background-color: coral; */
    /* background: url(../home_img/12.png) no-repeat;
    background-size: 100% 100%; */
}

@keyframes wide {
    0% {
        width: 9.6875rem;
    }

    100% {
        width: 31.875rem;
        opacity: 1;
    }
}

.container .content .hide .url {
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.container .content .b1 {
    background: url(../home_img/b1.png) no-repeat;
    background-size: 100% 100%;
}

.container .content .b2 {
    background: url(../home_img/b5.png) no-repeat;
    background-size: 100% 100%;
}

.container .content .b3 {
    background: url(../home_img/b2.png) no-repeat;
    background-size: 100% 100%;
}

.container .content .b4 {
    background: url(../home_img/b3.png) no-repeat;
    background-size: 100% 100%;
}

.container .content .b5 {
    background: url(../home_img/b4.png) no-repeat;
    background-size: 100% 100%;
}

.container .content .hide .hide_text {
    width: 100%;
    height: 358px;
    padding: 0 3.4375rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* position: absolute; */
    /* top: 2.5rem; */
    -webkit-animation: animation 2s;
    animation: animation 2s;
    -webkit-animation: scale 1.4s;
    animation: scale 1.4s;
}

@keyframes animation {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.container .content .hide .hide_text .hide_title {
    font-size: 1.5rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.875rem;
    text-align: center;
}

.container .content .hide .about {
    max-height: 6.25rem;
    font-size: 1rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin: 2.5rem 1.25rem 0 1.25rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -moz-box;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.container .content .hide .about p {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -moz-box;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.container .content .hide .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .content .hide .btn div {
    width: 9.375rem;
    height: 3.125rem;
    border: .125rem solid #FFFFFF;
    border-radius: .625rem;
    text-align: center;
    line-height: 2.875rem;
    font-size: 1.25rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    cursor: pointer;
}

.container .content .hide .btn div:hover {
    background-color: #009143;
    /* border: .125rem solid #2285d1 !important; */
}


/* js的css */
.open {
    width: auto !important;
}

.open .show {
    display: none;
}

.open .hide {
    display: block !important;
}

@media screen and (max-width: 1400px) {
    body {
        background-size: auto 100%;
    }
    .container {
        min-width: 75rem;
    }

    .container .content {
        width: 62.5rem;
        min-width: 62.5rem;
    }

    .container .content .hide {
        width: 22.1875rem;
        height: 100%;
    }

    @keyframes wide {
        0% {
            width: 9.6875rem;
        }

        100% {
            width: 22.1875rem;
            opacity: 1;
        }
    }

    .container .content .brand {
        height: 22rem;
    }

    .container .content .gs_item{
        width: 8.4375rem;
    }

    .container .content .hide .about{
        max-height: 4.75rem;
        overflow: hidden;
    }

    .container .content .hide .hide_text {
        padding: 0 2.1875rem;
    }

    .container .content .hide .hide_text .hide_title{
        font-size: 1.375rem;
    }

    .container .content .hide .btn div {
        width: 7.5rem;
        height: 2.1875rem;
        line-height: 2.0625rem;
        font-size: 1.125rem;
    }
}