﻿.div_context_title {
    min-height: 200px;
    background-color: rgb(246,246,246);
}
.context_title {
    position: relative;
    top: 20px;
}
.context_big {
    text-align: center;
    font-size: 70px;
    color: rgb(4,168,225);
    font-weight: 400;
}

.context_small {
    text-align: center;
    font-size: 30px;
}

.divMain1{margin:0px auto;}
.divMainBg{position:relative;margin:0px auto;width:1200px;height:auto;margin-bottom:30px;margin-top:10px}

.divMain_txt{display:inline-block;vertical-align:top;color:#3f3f3f;font-family:"å¾®è½¯é›…é»‘";font-size:22px;width:120px;line-height:64px;text-align:center;}
.divMain_line{display:inline-block;vertical-align:top;border-left:1px solid #cccccc;height:143px;margin-right:40px;margin-left:10px;display:none}
.divMain_Area{display:inline-block;vertical-align:top;width:1055px;height:auto;overflow-y:auto;padding-left: 45px;position: relative;}
.divMain_logo{margin:0px 10px 15px 0px;float:left;width:192px;height:64px;background-repeat:no-repeat;}

    .divMain_Area::after {
        content:'';
        display: block;
        width:1px;
        height:calc(100% - 15px);
        background:#cccccc;
        position:absolute;
        left:0;
    }

@media (max-width: 1080px) {
    .divMainBg{
        width:98%;margin-left:1%;height:auto;

    }
    .divMain_txt {
        width:100%;line-height:30px;text-align:left;

    }
    .divMain_line {
        display:none;
    }
    .divMain_Area {
           width:calc(100% - 10px);
        margin-left:5px;
        margin-right:5px;
        position:unset;margin-top:10px;padding-left:0;
    }
        .divMain_Area::after {
            display:none;
        }
    .divMain_txt {
        margin-left:5px;
    }
        .divMain_logo {
        margin: 0px 5px 15px 0px;
        width:165px;
        height:55px;
        background-size:100% 100%;
    }
    
}