@media screen and (min-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/gybgm.png) no-repeat center;
        background-size: 100% 100%;
    }
    .contentWarp {
        width: 100%;  
    }
    .contentWarp .banner{
        width: 100%;
        height: auto;
    }
    .contentWarp .banner img {
        width: 100%;
        height: auto;
    }
    .content {
        width: 1000px;
        margin: 0 auto;
        padding-top: 126px;
        box-sizing: border-box;
    }
    .content .gp {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .gp .left {
        width: calc(100% - 496px);
        text-align: left;
        padding-right: 66px;
        box-sizing: border-box;
        text-align: justify;
    }
    .gp .left .title {
        width: 100%;
        font-size: 50px;
        font-family: Roboto Condensed;
        font-weight: 700;
        color: #4895DC;
    }
    .gp .left .text{
        width: 100%;
        font-size: 18px;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 400;
        margin-top: 15px;
        color: #737373;
        line-height: 24px;
    }
    .gp .left .more {
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        border-radius: 25px;
        border: 1px solid #A1A1A1;
        font-family: Roboto Condensed;
        color: #689CA7;
        margin-top: 20px;
    }
    .gp .left .more:hover {
        cursor: pointer;
        background: #0d6efd;
        border: 1px solid #0d6efd;
        color: #fff;
    }
    .gp .right {
        width: 496px;
        padding-top: 50px;
    }
    .gp .right img {
        width: 496px;
    }
    .gp .right .text {
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-family: Roboto Condensed;
        font-weight: 400;
        color: #BCBCBC;
    }
    .main .mvv {
        width: 100%;
        margin-top: 80px;
    }
    .main .mvv .imgWarp {
        width: 100%;
        margin-top: 10px;
        position: relative;
    }
    .main .mvv .imgWarp img {
        width: 877px;
        height: auto;
    }
    .main .mvv .imgWarp .more{
        width: 120px;
        height: 30px;
        position: absolute;
        right: 270px;
        top: 60px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        border-radius: 25px;
        border: 1px solid #A1A1A1;
        font-family: Roboto Condensed;
        color: #689CA7;
    }
    .main .mvv .imgWarp .more:hover {
        cursor: pointer;
        background: #0d6efd;
        border: 1px solid #0d6efd;
        color: #fff;
    }
    .main .bm {
        width: 100%;
        margin-top: 100px;
        display: flex;
        justify-content: space-between;
    }
    .main .bm .item {
        width: 600px;
    }
    .main .bm .item .imgWarp {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .main .bm .item .imgWarp img {
        width: 100%;
        transition: all 0.5s;
    }
    .main .bm .item .imgWarp img:hover{
        transform: scale(1.2);
    }
    .main .bm .item .text {
        text-align: center;
        font-size: 40px;
        font-family: Roboto Condensed;
        font-weight: 400;
        line-height: 40px;
        margin-top: 20px;
        color: #383838;
    }
    .main .bm .item .more {
        width: 120px;
        height: 30px;
        margin: 0 auto;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        border-radius: 25px;
        border: 1px solid #A1A1A1;
        font-family: Roboto Condensed;
        color: #689CA7;
        margin-top: 20px;
    }
    .main .bm .item .more:hover {
        cursor: pointer;
        background: #0d6efd;
        border: 1px solid #0d6efd;
        color: #fff;
    }
    .main .ir {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        margin-top: 110px;
        margin-bottom: 60px;
    }
    .main .ir .left {
        width: 557px;
        text-align: left;
        box-sizing: border-box;
    }
    .main .ir .left .title {
        width: 100%;
        font-size: 50px;
        line-height: 50px;
        font-family: Roboto Condensed;
        font-weight: 700;
        color: #58BF98
    }
    .main .ir .left .text{
        width: 100%;
        font-size: 18px;
        font-family: Roboto Condensed;
        font-weight: 400;
        color: #737373;
        line-height: 24px;
    }
    .main .ir .left .more {
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        border-radius: 25px;
        border: 1px solid #A1A1A1;
        font-family: Roboto Condensed;
        color: #689CA7;
        margin-top: 20px;
    }
    .main .ir .left .more:hover {
        cursor: pointer;
        background: #0d6efd;
        border: 1px solid #0d6efd;
        color: #fff;
    }
    .main .ir .right {
        width: 600px;
    }
    .main .ir .right .imgWarp {
        width: 100%;
        overflow: hidden;
    }
    .main .ir .right .imgWarp img {
        width: 100%;
        transition: all 0.5s;
    }
    .main .ir .right .imgWarp img:hover{
        transform: scale(1.2);
    }
}
@media screen and (max-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/gybgm.png) no-repeat center;
        background-size: 100% 100%;
    }
    .contentWarp {
        width: 100%;  
    }
    .contentWarp .banner {
        width: 100%;
        
    }
    .contentWarp .banner img {
        width: 100%;
        height: auto;
    }
    .content {
        width: 100%;
        padding: .4rem .4rem;
        box-sizing: border-box;
    }
    .content .gp {
        width: 100%;
    }
    .content .gp .title {
        width: 100%;
        font-size: .48rem;
        font-family: Roboto Condensed;
        font-weight: bold;
        color: #4895DC;
    }
    .content .ir .title {
        width: 100%;
        font-size: .48rem;
        font-family: Roboto Condensed;
        font-weight: bold;
        color: #58BF98
    }
    .content .text {
        margin-top: .2rem;
        font-size: .24rem;
        font-family: Roboto Condensed-Regular;
        font-weight: 400;
        color: #737373;
        line-height: .38rem;
    }
    .content .botText {
        margin-top: .2rem;
        font-size: .32rem;
        font-family: Roboto Condensed-Regular;
        font-weight: 400;
        text-align: center;
        color: #737373;
        line-height: .38rem;
    }
    .content .more {
        margin: 0 auto;
        width: 1.7rem;
        height: .6rem;
        line-height: .6rem;
        text-align: center;
        font-size: .28rem;
        border-radius: .3rem;
        border: 1px solid #A1A1A1;
        font-family: Roboto Condensed-Regular;
        color: #689CA7;
        margin-top: .4rem;
        margin-bottom: .8rem;
    }
    .content img {
        width: 100%;
        height: auto;
        margin-top: .2rem;
    }
    .mvv {
        margin-top: .4rem;
    }
}