html{direction:rtl;unicode-bidi:bidi-override;}
body {
    font-family: "Arial MT Pro";
    font-size: 18px;
}

@media (min-width: 1200px) {
    .container { width: 1200px; }
    .display-mobile { display: none !important; }
    .g-bd-wrap {
        background: #fff url(../images/inv.gxqy.png) center no-repeat;
        background-size: 100%  100%;
        width: 100%;
        height: 450px;
    }
    .page-heade { color: #fff; }
    .i-top-title {  padding-top:60px;  font-size: 48px;}
    .i-top-content { margin-top: 45px; font-size: 20px; line-height: 32px;}
    .page-header {
        padding-bottom: 9px;
        margin: 20px 0 20px;
        text-align: center;
        color: #0F5FB0;
        border-bottom: 0px;
    }
    .div-left {
        flex: 1 0 49%;
        line-height: 34px;
        font-size: 18px;
    }
    .div-right {
        width: 48%;
        margin-left: 24px;
        float: right;
    }
    .content-left {
        width: 48%;
    }
    .content-right {
        width: 48%;
        margin-left: 25px;
    }
    .content-p p {
        margin-top: 25px;
        font-size: 14px;
        line-height: 25px;
    }
    .second-flex>div {
        display: flex;
    }
    .retract {
        width: 75%;
        margin-right: 100px;
    }
    .i-second-title {
        font-size: 24px;
    }
    .level-second {
        font-size: 18px;
        line-height: 32px;
    }
    .content-bottom {
        margin-bottom: 80px;
    }
}
@media (max-width: 768px) {
    .retract {
        width: 85%;
        margin-left: 50px;
    }
}