
*{
    margin: 0;
    padding: 0;

}

@media (min-width: 1201px){

    .news_show_content{
        text-indent: 1.75vw;
    }

    .title_logo{
        width: 100%;
        height: 26vw;
    }
    
    .title_logo img{
        width: 100%;
        height: 100%;
        /* object-fit: contain; */
    }
    
    .title_box{
        width: 100%;
        height: 3vw;
        background-color: #045f27;
    }
    
    .title_box_innerBox{
        width: 63vw;
        line-height: 3vw;
        margin: 0 auto;
        text-align: right;
        color: #fff;
    }
    
    .title_box_innerBox .icon{
        width: 0.8vw;
        height: 0.8vw;
        position: relative;
        top: 0.1vw;
    }
    
    .title_box_innerBox span{
        cursor: pointer;
    }
    
    .news_box_body{
        width: 100%;
        padding-top: 4vw;
        padding-bottom: 4vw;
        background: url(../img/news_bg.png) no-repeat;
        background-size: 100% 100%;
    }
    
    .news_show{
        width: 55vw;
        padding-top: 2vw;
        padding-bottom: 5vw;
        padding-left: 4vw;
        padding-right: 4vw;
        margin: 0 auto;
        background-color: #fff;
    }
    
    .news_show_title{
        font-size: 1.5vw;
        color: #045f27;
        font-weight: 900;
        text-align: center;
    }
    
    .news_show_from{
        font-size: 0.8vw;
        color: #c0c0c0;
        text-align: center;
        margin-top: 2vw;
        margin-bottom: 3vw;
    }
    
    .news_show_content{
        font-size: 0.9vw;
        margin-bottom: 2vw;
    }
    
    .news_show_img{
        width: 40vw;
        height: 28vw;
        margin: 0 auto;
        margin-bottom: 2vw;
    }
    
    .news_show_img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

        /* 底部 */
        .footer{
            padding-top: 4vw;
            padding-bottom: 4vw;
            text-align: center;
            background-color: #295e30;
        }
    
        .footer_word1{
            font-size: 0.9vw;
            color: #fff;
            margin-bottom: 0.5vw;
        }
    
        .footer_word2{
            font-size: 0.9vw;
            color: #fff;
        }
    
        /* 田间图片展示蒙版 */
        .farm_mask{
            width: 100%;
            height: 100%;
            position: relative;
            background-color: rgba(0,0,0,0.5);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 9999;
            display: none;
        }
    
        .farm_mask img{
            width: 80%;
            height: 80%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            object-fit: contain;
        }
    
        .farm_mask .icon{
            width: 3vw;
            height: 3vw;
            position: absolute;
            top: 2vw;
            right:15%;
            cursor: pointer;
            background-color: #fff;
            border-radius: 50vw;
        }
}

@media (max-width: 1200px){

    .title_logo{
        overflow: hidden;
    }

    .title_logo img{
        object-fit: contain;
        transform: scale(1.5);
    }

    .title_logo img{
        object-fit: contain;
    }

    .news_show_content{
        text-indent: 3.5vw;
    }

    .title_logo{
        width: 100%;
        height: 36vw;
    }
    
    .title_logo img{
        width: 100%;
        height: 100%;
    }
    
    .title_box{
        width: 100%;
        height: 6vw;
        background-color: #045f27;
    }
    
    .title_box_innerBox{
        width: 90%;
        line-height: 7vw;
        margin: 0 auto;
        text-align: right;
        color: #fff;
        font-size: 3vw;
    }
    
    .title_box_innerBox .icon{
        width: 3vw;
        height: 3vw;
        position: relative;
        top: 0.2vw;
    }
    
    .title_box_innerBox span{
        cursor: pointer;
    }
    
    .news_box_body{
        width: 100%;
        padding-top: 8vw;
        padding-bottom: 8vw;
        background: url(../img/news_bg.png) no-repeat;
        background-size: 100% 100%;
    }
    
    .news_show{
        width: 80%;
        margin: 0 auto;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
        background-color: #fff;
    }
    
    .news_show_title{
        font-size: 2.3vw;
        color: #045f27;
        font-weight: 900;
        text-align: center;
    }
    
    .news_show_from{
        font-size: 2vw;
        color: #c0c0c0;
        text-align: center;
        margin-top: 2vw;
        margin-bottom: 3vw;
    }
    
    .news_show_content{
        font-size: 2vw;
        margin-bottom: 4vw;
    }
    
    .news_show_img{
        width: 80%;
        height: 40vw;
        margin: 0 auto;
        margin-bottom: 4vw;
    }
    
    .news_show_img img{
        width: 100%;
        height: 100%;
    }

    /* 底部 */
    .footer{
        padding-top: 8vw;
        padding-bottom: 8vw;
        text-align: center;
        background-color: #295e30;
    }

    .footer_word1{
        font-size: 3vw;
        color: #fff;
        margin-bottom: 1vw;
    }

    .footer_word2{
        font-size: 3vw;
        color: #fff;
    }
}
