﻿main {
    overflow: hidden;
}

/*小于 480px  手机*/
@media screen and (max-width: 480px) {
    .content_left {
        width: 100% !important;
        height: auto !important;
    }
   .content_right {
        width: 100% !important;
    }
    .content_right>img {
        width: 100% !important;
        height: auto !important;
    }

    .imgList>div>img {
        width: 100% !important;
        height: auto !important;
    }

    .imgList_top>img:nth-child(2) {
        margin-top: 14px;
        margin-left: 0 !important;
    }
    .imgList_bottom{
        flex-direction: column !important;
    }
    .imgList_bottom>img:nth-child(2){
        margin: 14px 0;
    }
    .imgList{
        margin-bottom: 0 !important;
    }
    .content{
        margin: 30px 0 !important;
    }
    .colorCard{
        display: none;
    }
}

.content {
    margin: 70px 0;
    overflow: hidden;
    position: relative;
}

.content_top {
    margin-bottom: 70px;
}

.top_title {
    display: block;
    height: 26px;
    font-size: 25px;
    font-family: FZLTHK;
    font-weight: normal;
    color: #00873C;
    line-height: 29px;
}

.top_content {
    display: block;
    margin-top: 20px;
    height: 28px;
    font-size: 28px;
    font-family: FZLTZHK;
    font-weight: normal;
    color: #00873C;
    line-height: 29px;
}

.content_left {
    float: left;
    width: 46%;
    height: 422px;
}

.left_text {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
}

.content_right {
    float: right;
    position: relative;
    width:48%;
    z-index: 1;
}
.colorCard{
   position: relative;
   top: -881px;
   left: 1351px;
   height: 184px;
   width: 100%;
   background-image: linear-gradient(to bottom right, #2A9345 , #A3A632);
}
.content_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 184px;
    background: #00873C;
}

.bottom_left {
    margin-left: 130px;
    margin-top: 60px;
    margin-right: 65px;
    float: left;
}

.gr-title {
    display: block;
    width: 282px;
    height: 29px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
}

.gr-text {
    display: block;
    margin-top: 10px;
    width: 318px;
    height: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
}

.bottom_right {
    margin-top: 65px;	
}

.imgList_top{
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
}
.imgList_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}