﻿/* pc样式 */
@media screen and (min-width: 1024px){
    .two-more {
        display: flex;
        justify-content: center;
    }

    .two-gzzd-list {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .two-gzzd-list>li {
        margin-top: 0.5rem;
        box-sizing: border-box;
        padding: 0.5rem;
        width: 6rem;
        height: 1.6rem;
        background-color: #ffffff;
        border: solid 1px #e8e8e8;
    }
    .two-gzzd-date {
        display: flex;
        align-items: center;
        color: var(--zt_color--);
    }
    .two-gzzd-date>h2 {
        font-size: 0.22rem;
    }
    .two-gzzd-date>span {
        font-size: 0.2rem;
        margin: 0 0.1rem;
    }
    .two-gzzd-date>p {
        font-size: 0.16rem;
    }
    .two-gzzd-list>li>a>p {
        margin-top: 0.1rem;
        font-size: 0.2rem;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .two-gzzd-list>li:hover>a>p {
        color: var(--zt_color--);
    } 

    /* 参观预约 */
    .two-cgyy>ul{
        display: flex;
        justify-content: center;
    }
    .two-cgyy>ul>li{
        cursor: pointer;
        width: 20%;
        
    }
    .two-cgyy>ul>li>a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .two-cgyy>ul>li>a>h2 {
        margin-top: 0.2rem;
        text-align: center;
        font-weight: 500;
        font-size: 0.24rem;
        color: #333333;
    }

    .cgyy-img {
        width: 120px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
    }

    .two-cgyy-box {
        margin-top: 0.5rem;
        width: 100%;
        height: 5rem;
        background-image: url(../imgs/cgyy_bj.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 5rem;
    }
    .two-cgyy-box>h2 {
        padding: 0.5rem 0;
        text-align: center;
        font-weight: 500;
        font-size: 0.4rem;
        color: #ffffff;
    }

    .two-cgyy-box>ul {
        margin-bottom: 0.4rem;
        display: flex;
        justify-content: space-between;
    }
    .two-cgyy-box>ul>li {
        box-sizing: border-box;
        padding-left: 0.6rem;
        width: 33.3%;
    }

    .cgyy-item-title {
        display: flex;
        align-items: center;
    }
    .cgyy-item-title>img{
        height: 0.3rem;
    }
    .cgyy-item-title>p{
        margin: 0 0.1rem;
        font-size: 0.2rem;
        color: #ffffff;
    }

    .cgyy-data{
        margin-top: 0.15rem;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 0.18rem;
        color: #ffffff;
    }
    .cgyy-data>h2{
        font-weight: 500;
    }
    .cgyy-data>h2>img {
        height: 0.3rem;
    }
    .cgyy-data>p{
        padding-top: 0.1rem;
    }
    .cgyy-data>p>span{
        font-size: 0.24rem;
        margin: 0 0.1rem;
    }

    .two-cgyy-tishi {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin:  0 0.6rem;
        font-size: 0.2rem;
        color: #ffffff;
        padding-top: 0.3rem;
    }
    .two-cgyy-tishi>img {
        margin-right: 0.1rem;
        height: 0.24rem;
    }

    /* 展馆地址 */
    .two-zgdz {
        padding: 1rem 0;
    }

    .two-zgdz-box {
        margin-top: 0.2rem;
        display: flex;
        justify-content: space-between;
    }

    .two-zgdz-left {
        width: 7.6rem;
        height: 5rem;
        background-color: var(--zt_color--);
    }
    .two-zgdz-left-content {
        border: 2px solid var(--zt_color--);
        transform: translate(-0.1rem,-0.1rem);
        width: 7.6rem;
        height: 5rem;
        overflow: hidden;
    }
    .two-zgdz-right {
        position: relative;
        box-sizing: border-box;
        padding: 0.4rem 0.6rem;
        width: 7rem;
        height: 5rem;
        background-color: #f0f0f0;
        background-image: url(../imgs/zgdz_bj.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 3.5rem auto;
    }

    .two-zgdz-right-item {
        margin-bottom: 0.4rem;
        padding-left: 0.4rem;
        background-image: url(../icon/zgdz_dz_icon.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 0.3rem;
        font-size: 0.18rem;
        line-height: 0.3rem;
    }
    .two-zgdz-right-item>h2{
        color: var(--zt_color--);
    }
    .two-zgdz-right-item>p{
        color: #333333;
    }

    .two-zgdz-phone {
        position: absolute;
        left: 0;
        bottom: 0.3rem;
        width: 4.4rem;
        height: 1.4rem;
        background-color: var(--zt_color--);
        border-radius: 0px 50px 0px 0px;
    }

    .two-zgdz-phone>h2{
        padding:  0.2rem 0 0 0.6rem;
        color: #ffffff;
        font-size: 0.18rem;
        line-height: 0.3rem;
    }
    .two-zgdz-phone>h2>img{
        height: 0.3rem;
        margin-right: 0.1rem;
    }
    .two-zgdz-phone>p{
        margin-top: 0.1rem;
        text-align: center;
        font-size: 0.36rem;
        color: #ffffff;
    }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .two-more {
        display: flex;
        justify-content: center;
    }

    .two-gzzd-list {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .two-gzzd-list>li {
        margin-top: 0.5rem;
        box-sizing: border-box;
        padding: 0.5rem;
        width: 6rem;
        height: 1.6rem;
        background-color: #ffffff;
        border: solid 1px #e8e8e8;
    }
    .two-gzzd-date {
        display: flex;
        align-items: center;
        color: var(--zt_color--);
    }
    .two-gzzd-date>h2 {
        font-size: 0.22rem;
    }
    .two-gzzd-date>span {
        font-size: 0.2rem;
        margin: 0 0.1rem;
    }
    .two-gzzd-date>p {
        font-size: 0.16rem;
    }
    .two-gzzd-list>li>a>p {
        margin-top: 0.1rem;
        font-size: 0.2rem;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .two-gzzd-list>li:hover>a>p {
        color: var(--zt_color--);
    } 

    .two-cgyy>ul{
        display: flex;
        justify-content: center;
    }
    .two-cgyy>ul>li{
        cursor: pointer;
        width: 20%;
        
    }
    .two-cgyy>ul>li>a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .two-cgyy>ul>li>a>h2 {
        margin-top: 0.2rem;
        text-align: center;
        font-weight: 500;
        font-size: 0.24rem;
        color: #333333;
    }

    .cgyy-img {
        width: 120px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
    }

    .two-cgyy-box {
        padding-bottom: 0.5rem;
        margin-top: 0.5rem;
        width: 100%;
        height: 100%;
        background-image: url(../imgs/cgyy_bj.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
    .two-cgyy-box>h2 {
        padding: 0.5rem 0;
        text-align: center;
        font-weight: 500;
        font-size: 0.4rem;
        color: #ffffff;
    }

    .two-cgyy-box>ul {
        margin-bottom: 0.4rem;
        display: flex;
        justify-content: space-between;
    }
    .two-cgyy-box>ul>li {
        box-sizing: border-box;
        padding-left: 0.6rem;
        width: 33.3%;
    }

    .cgyy-item-title {
        display: flex;
        align-items: center;
    }
    .cgyy-item-title>img{
        height: 0.3rem;
    }
    .cgyy-item-title>p{
        margin: 0 0.1rem;
        font-size: 0.2rem;
        color: #ffffff;
    }

    .cgyy-data{
        margin-top: 0.15rem;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 0.18rem;
        color: #ffffff;
    }
    .cgyy-data>h2{
        font-weight: 500;
    }
    .cgyy-data>h2>img {
        height: 0.3rem;
    }
    .cgyy-data>p{
        padding-top: 0.1rem;
    }
    .cgyy-data>p>span{
        font-size: 0.24rem;
        margin: 0 0.1rem;
    }

    .two-cgyy-tishi {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin:  0 0.6rem;
        font-size: 0.2rem;
        color: #ffffff;
        padding-top: 0.3rem;
    }
    .two-cgyy-tishi>img {
        margin-right: 0.1rem;
        height: 0.24rem;
    }

    /* 展馆地址 */
    .two-zgdz {
        padding: 1rem 0;
    }

    .two-zgdz-box {
        margin-top: 0.2rem;
        display: flex;
        justify-content: space-between;
    }

    .two-zgdz-left {
        width: 7.6rem;
        height: 5rem;
        background-color: var(--zt_color--);
    }
    .two-zgdz-left-content {
        border: 2px solid var(--zt_color--);
        transform: translate(-0.1rem,-0.1rem);
        width: 7.6rem;
        height: 5rem;
        overflow: hidden;
    }
    .two-zgdz-right {
        position: relative;
        box-sizing: border-box;
        padding: 0.4rem 0.6rem;
        width: 7rem;
        height: 5rem;
        background-color: #f0f0f0;
        background-image: url(../imgs/zgdz_bj.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 3.5rem auto;
    }

    .two-zgdz-right-item {
        margin-bottom: 0.4rem;
        padding-left: 0.4rem;
        background-image: url(../icon/zgdz_dz_icon.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 0.3rem;
        font-size: 0.18rem;
        line-height: 0.3rem;
    }
    .two-zgdz-right-item>h2{
        color: var(--zt_color--);
    }
    .two-zgdz-right-item>p{
        color: #333333;
    }

    .two-zgdz-phone {
        position: absolute;
        left: 0;
        bottom: 0.3rem;
        width: 4.4rem;
        height: 1.4rem;
        background-color: var(--zt_color--);
        border-radius: 0px 50px 0px 0px;
    }

    .two-zgdz-phone>h2{
        padding:  0.2rem 0 0 0.6rem;
        color: #ffffff;
        font-size: 0.18rem;
        line-height: 0.3rem;
    }
    .two-zgdz-phone>h2>img{
        height: 0.3rem;
        margin-right: 0.1rem;
    }
    .two-zgdz-phone>p{
        margin-top: 0.1rem;
        text-align: center;
        font-size: 0.36rem;
        color: #ffffff;
    }


}

@media screen and (max-width: 800px) {
    .two-cgyy>ul>li {
        width: 30%;
    }
    .two-cgyy-img {
        width: 1.2rem;
        background-size: 100% auto;
    }
    .two-cgyy-box>h2 {
        padding: 0.2rem 0;
    }
    .two-cgyy-box>ul>li {
        padding-left: 0.1rem;
    }
    .two-cgyy-tishi {
        margin: 0 0.2rem;
        padding-top: 0.1rem;
    }

    .two-gzzd-list>li {
        width: 100%;
    }
    .two-zgdz {
        padding: 0.5rem 0;
    }
    .two-zgdz-box {
        display: block;
    }
    .two-zgdz-left {
        width: 100%;
    }
    .two-zgdz-left-content {
        width: 100%;
        transform: translate(0,0);
    }

    .two-zgdz-right {
        margin-top: 0.3rem;
        width: 100%;
    }
}