
@media (min-width: 1200px) {
    .main_wrap{
        background: #F8F8F8;
    }
    /* banner */
    .banner_wrap{
        height: 324px;
        position: relative;
    }
    .banner_wrap img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: revert;
        z-index: 1;
    }
    .banner_box{
        position: absolute;
        z-index: 2;
        width: 100%;
    }
    .banner_con{
        margin: 0 auto;
    }
    .banner_con p{
        font-size: 17px;
        font-family: Arial;
        font-weight: 400;
        color: #FFFFFF;
        margin: 110px 0 0 0;
    }
    .banner_con span{
        font-size: 17px;
        font-family: Arial;
        font-weight: 400;
        color: #7C8A82;
    }
    .banner_con span:nth-child(2){
        font-size: 17px;
        font-family: Arial;
        font-weight: 400;
        line-height: 20px;
        color: #FFFFFF;
        display: inline-block;
        border-bottom: 1px solid #FFFFFF;
    }
    .banner_con h2{
        font-size: 60px;
        font-family: Avenir;
        font-weight: 500;
        color: #FFFFFF;
        margin: 110px 0 0 0;
    }
    /* con_box */
    .con_box{
        padding-top: 93px;
        margin-bottom: 108px;
        padding-left: 0;
        padding-right: 0;
    }
    .con_box_l{
        width: 370px;
        float: left;
    }
    .con_box_r{
        float: right;
        width: 770px;
        position: relative;
    }
    .img_box_two{
        width: 695px;
        height: 332px;
    }
    .img_box_two img{
        width: 100%;
        height: 100%;
    }
    .img_box{
        width: 370px;
        height: 332px;
        background: #FFFFFF;
        opacity: 1;
        line-height: 332px;
        text-align: center;
    }
    .img_box img{

        height: 90px;
    }
    .right_box{
        position: absolute;
        right: 0%;
        top: 0;
        width: 75px;
        height: 332px;
        background: #00B050;
        font-size: 27px;
        font-family: Avenir;
        font-weight: 500;
        color: #FFFFFF;
        writing-mode:vertical-rl;
        line-height: 75px;
        text-align: center;
    }
    .con_box_r p{
        width: 601px;
        font-size: 17px;
        font-family: Arial;
        font-weight: 400;
        line-height: 35px;
        color: #7C8A82;
        /* margin-top: 66px; */
        /* margin-left: 169px; */
    }
    .con_box_l p{
        /* width: 425px; */
        font-size: 33px;
        font-family: Arial;
        font-weight: bold;
        line-height: 38px;
        color: #404040;
        margin-top: 53px;
    }
 }
 @media (min-width: 980px) and (max-width: 1199px){
    .main_wrap{
        background: #F8F8F8;
    }
    /* banner */
    .banner_wrap{
        height: 324px;
        position: relative;
    }
    .banner_wrap img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: revert;
        z-index: 1;
    }
    .banner_box{
        position: absolute;
        z-index: 2;
        width: 100%;
    }
    .banner_con{
        margin: 0 auto;
    }
    .banner_con p{
        font-size: 17px;
        font-family: Arial;
        font-weight: 400;
        color: #FFFFFF;
        margin: 110px 0 0 0;
    }
    .banner_con span{
        font-size: 17px;
        font-family: Arial;
        font-weight: 400;
        color: #7C8A82;
    }
    .banner_con span:nth-child(2){
        font-size: 17px;
        font-family: Arial;
        font-weight: 400;
        line-height: 20px;
        color: #FFFFFF;
        display: inline-block;
        border-bottom: 1px solid #FFFFFF;
    }
    .banner_con h2{
        font-size: 60px;
        font-family: Avenir;
        font-weight: 500;
        color: #FFFFFF;
        margin: 110px 0 0 0;
    }
    /* con_box */
    .con_box{
        padding-top: 93px;
        margin-bottom: 108px;
        padding-left: 0;
        padding-right: 0;
    }
    .con_box_l{
        width: 300px;
        float: left;
    }
    .con_box_r{
        float: right;
        width: 630px;
        position: relative;
    }
    .img_box_two{
        height: 300px;
    }
    .img_box_two img{
        width: 100%;
        height: 100%;
    }
    .img_box{
        width: 300px;
        height: 300px;
        background: #FFFFFF;
        opacity: 1;
        line-height: 300px;
    }
    .img_box img{
        width: 280px;
        height: 90px;
    }
    .right_box{
        position: absolute;
        right: 0%;
        top: 0;
        width: 75px;
        height: 300px;
        background: #00B050;
        font-size: 27px;
        font-family: Avenir;
        font-weight: 500;
        color: #FFFFFF;
        writing-mode:vertical-rl;
        line-height: 75px;
        text-align: center;
    }
    .con_box_r p{
        width: 601px;
        font-size: 17px;
        font-family: Arial;
        font-weight: 400;
        line-height: 35px;
        color: #7C8A82;
        /* margin-top: 66px; */
    }
    .con_box_l p{
        font-size: 33px;
        font-family: Arial;
        font-weight: bold;
        line-height: 38px;
        color: #404040;
        margin-top: 53px;
    }
 }
 @media screen and (max-width:769px) {
   /* banner */
    .banner_wrap{
        height: 200px;
        position: relative;
    }
    .banner_wrap img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: revert;
        z-index: 1;
    }
    .banner_box{
        position: absolute;
        z-index: 2;
        width: 100%;
    }
    .banner_con{
        margin: 0 auto;
    }
    .banner_con p{
        font-size: 14px;
        font-family: Arial;
        font-weight: 400;
        color: #FFFFFF;
        margin: 110px 0 0 0;
    }
    .banner_con span{
        font-size: 14px;
        font-family: Arial;
        font-weight: 400;
        color: #7C8A82;
    }
    .banner_con span:nth-child(2){
        font-size: 14px;
        font-family: Arial;
        font-weight: 400;
        line-height: 20px;
        color: #FFFFFF;
        display: inline-block;
        border-bottom: 1px solid #FFFFFF;
    }
    .banner_con h2{
        font-size: 30px;
        font-family: Avenir;
        font-weight: 500;
        color: #FFFFFF;
        margin: 110px 0 0 0;
    }
    /* con_box */
    .con_box{
        padding-top: 93px;
        margin-bottom: 108px;
        padding-left: 0;
        padding-right: 0;
    }
    .con_box_l{
    }
    .con_box_r{
        position: relative;
    }
    .img_box_two{
    }
    .img_box_two img{
        width: 100%;
        height: 100%;
    }
    .img_box{
        /* width: 370px;
        height: 332px; */
        background: #FFFFFF;
        opacity: 1;
        /* line-height: 332px; */
    }
    .img_box img{
        width: 100%;
        height: 100%;
    }
    .right_box{
        position: absolute;
        right: 0%;
        top: 0;
        width: 40px;
        height: 165px;
        background: #00B050;
        font-size: 14px;
        font-family: Avenir;
        font-weight: 500;
        color: #FFFFFF;
        writing-mode:vertical-rl;
        line-height: 40px;
        text-align: center;
    }
    .con_box_r p{
        font-size: 17px;
        font-family: Arial;
        font-weight: 400;
        line-height: 35px;
        color: #7C8A82;
        margin-top: 20px;
    }
    .con_box_l p{
        font-size: 18px;
        font-family: Arial;
        font-weight: bold;
        line-height: 38px;
        color: #404040;
        margin-top: 53px;
    }
 }