﻿
.div_context1 {
    position: relative;
    margin: 0px auto;
    margin-top: 50px;
    width: 1200px;
    height: 600px;
    background-image: url(../Images/Dhgate/img_bg_02.png);
    background-repeat: no-repeat;
}
.div_context2 {
    position: relative;
    margin: 0px auto;
    margin-top: 30px;
    width: 1200px;
    height: 642px;
    background-image: url(../Images/Dhgate/img_bg_06.png);
    background-repeat: no-repeat;
}
.div_context3 {
    position: relative;
    margin: 0px auto;
     margin-top: 30px;
    width: 1200px;
    height: 280px;
    background-image: url(../Images/Dhgate/img_bg_01.png);
    background-repeat: no-repeat;
}
.div_context4 {
    position: relative;
    margin: 0px auto;
     margin-top: 30px;
    width: 1200px;
    height: 456px;
    background-image: url(../Images/Dhgate/img_bg_03.png);
    background-repeat: no-repeat;
}
.div_context5 {
    position: relative;
    margin: 0px auto;
      margin-top: 30px;
    width: 1200px;
    height: 456px;
    background-image: url(../Images/Dhgate/img_bg_04.png);
    background-repeat: no-repeat;
}
.div_context6 {
    position: relative;
    margin: 0px auto;
      margin-top: 30px;
    width: 1200px;
    height: 362px;
    background-image: url(../Images/Dhgate/img_bg_05.png);
    background-repeat: no-repeat;
}
.divMain_System {
    position: absolute;
    left: 90px;
    top: 100px;
    line-height: 50px;
    font-family: 微软雅黑;
    font-size: 46px;
    color: rgb(238, 238, 238);
    font-weight: bold;
}

.divMain_Txt {
    position: absolute;
    left: 0px;
    top: 380px;
    width: 1200px;
    line-height: 50px;
    text-align: left;
    font-family: 微软雅黑;
    font-size: 20px;
    color: rgb(62, 58, 57);
    text-indent: 2em;
}
.divMain1_Title {
    position: absolute;
    left: 700px;
    top: 70px;
    line-height: 50px;
    font-family: 微软雅黑;
    font-size: 30px;
    color: rgb(238, 238, 238);
    font-weight: bold;
}
.divMain1_Txt {
    position: absolute;
    left: 700px;
    top: 140px;
    line-height: 50px;
    font-family: 微软雅黑;
    font-size: 20px;
    color: rgb(238, 238, 238);
}
.divMain2_Title {
    position: absolute;
    left: 860px;
    top: 30px;
    line-height: 50px;
    font-family: 微软雅黑;
    font-size: 30px;
    color: rgb(68, 68, 68);
    font-weight: bold;
}
.divMain2_Txt {
    position: absolute;
    left: 860px;
    top: 100px;
    line-height: 50px;
    font-family: 微软雅黑;
    font-size: 20px;
    color: rgb(68, 68, 68);
    width: 280px;
}
.divMain3_Title {
    position: absolute;
    left: 100px;
    top: 90px;
    line-height: 50px;
    font-family: 微软雅黑;
    font-size: 30px;
    color: rgb(238, 238, 238);
    font-weight: bold;
}
.divMain3_Txt {
    position: absolute;
    left: 100px;
    top: 160px;
    line-height: 50px;
    font-family: 微软雅黑;
    font-size: 20px;
    color: rgb(238, 238, 238);
    width: 360px;
}
.divMain4_Title {
    position: absolute;
    left: 600px;
    top: 50px;
    line-height: 50px;
    font-family: 微软雅黑;
    font-size: 30px;
    color: rgb(68, 68, 68);
    font-weight: bold;
}
.divMain4_Txt {
    position: absolute;
    left: 600px;
    top: 120px;
    line-height: 50px;
    font-family: 微软雅黑;
    font-size: 20px;
    color: rgb(68, 68, 68);
    width: 480px;
}
.main_mobile_img {
    display: none;
}

.divMain_moblie_title {
    display: none;
}

@media (max-width: 1080px) {
    .div_context1, .div_context2, .div_context3, .div_context4, .div_context5, .div_context6 {
        margin-top: 30px;
        width: 100%;
        height: auto;
        background-image: none;
    }

    .divMain_System {
        display: none;
    }
    .divMain1_Title,.divMain2_Title,.divMain3_Title,.divMain4_Title{
         position: relative;
        left: 0;
        top: 0;
        line-height: 30px;
        font-size: 20px;
        color: rgb(68, 68, 68);
        margin-top: 20px;
        width: 98%;
        margin-left: 1%;
        text-indent: 0;
    }
    .divMain_moblie_title {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        width: 98%;
        margin-left: 1%;
        line-height: 30px;
        font-size: 20px;
        font-weight: 600;
        color: rgb(68, 68, 68);
        margin-top: 20px;
    }

    .divMain_Txt,.divMain1_Txt,.divMain2_Txt,.divMain3_Txt,.divMain4_Txt {
        position: relative;
        left: 0;
        top: 0;
        width: 98%;
        margin-left: 1%;
        line-height: 30px;
        font-size: 16px;
        color: rgb(68, 68, 68);
        margin-top: 10px;
    }

    .main_mobile_img {
        display: block;
        max-width:calc(100% - 30px);
        margin-left:15px;
        margin-right:15px;
        margin-top: 10px;
        height: auto;
    }
}
