@media screen and (max-width: 990px) {
    .webFrame {
        padding-left: 0;
        padding-right: 0;
    }

    .webTopBanner {
        border-width: 0px;
        height: 12vw;
        width: 100%;

        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .webLogo {
        width: 34.5vw;
        height: 12vw;
    }

    .gcIndexUrl {
        border-bottom-left-radius: 15px;
        width: 30vw;
        height: 5vw;
        text-align: center;
        color: white;
        font-size: 3vw;
        line-height: 5vw;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #0e8d40;
    }

    .webTopBarMenu {
        font-family: 微软雅黑, 黑体, 新宋体, 宋体, Arial, Helvetica, sans-serif; 
        border-width: 0px; 
        width: 100%;
        background-color: #20693b; 
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .webTopBarMenu div {
        font-size: 5vw;
        text-align: center;
        width: 31vw;
        height: 8vw;
        line-height:8vw;
      margin-top: 2vw;
      margin-bottom: 2vw;
      border-radius: 1vw;
      background-color: #eafaf1;
      color: #20693b; 
    }



    .webTopBarMenu div a {
        text-decoration: none;
        color: #20693b; 
    }
    
    .webTopBarMenu div a:hover {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: rgb(255, 255, 255)
    }


    .webBottomTextBar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 2vw;
        background-repeat: no-repeat;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        display: flex;
        font-size: 2.6vw;
        height: 25vw;
        line-height: 5vw;
        font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
    }


    .webBottomTextBar div a {
        font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif;
        font-size: 2.6vw;
        color: #FFFFFF;
        text-decoration: underline;
    }

    .webWeixinLogo {
        width: 21vw;
    }
}

@media screen and (min-width: 990px) {
    .webFrame {
        padding-left: 13vw;
        padding-right: 13vw;
    }

    .webTopBanner {
        border-width: 0px;
        height: 4.5vw;
        width: 100%;

        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .webLogo {
        width: 12.7vw;
        height: 4.5vw;
    }

    .gcIndexUrl {
        border-bottom-left-radius: 15px;
        width: 13vw;
        height: 2.2vw;
        text-align: center;
        color: white;
        font-size: 1.4vw;
        line-height: 2.2vw;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #0e8d40;
    }

    .webTopBarMenu {
        font-family: 微软雅黑, 黑体, 新宋体, 宋体, Arial, Helvetica, sans-serif;
        font-size: 1.2vw;
        border-width: 0px;
        height: 2.5vw;
        line-height: 2.5vw;
        width: 100%;
        background-color: #20693b;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }



    .webTopBarMenu div a {
        text-decoration: none;
        color: rgb(255, 255, 255);
    
    
    }
    
    .webTopBarMenu div a:hover {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: rgb(255, 255, 255)
    }
    .webBottomTextBar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 1vw;
        padding-bottom: 1vw;
        background-repeat: no-repeat;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        display: flex;
        font-size: 1vw;
        height: 9vw;
        font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        line-height: 1.8vw;
    }


    .webBottomTextBar div a {
        font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif;
        font-size: 1vw;
        color: #FFFFFF;
        text-decoration: underline;
    }

    .webWeixinLogo {
        width: 7vw;
    }
    
 
}



body {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    font-size: 0px;
    background-color: rgb(240, 240, 240);
}




