body {
  font-family: 微软雅黑;
}
.dq p {
  margin-top: 0 !important;
}
.left,
.right {
  float: none;
}
@media screen and (min-width: 769px) {
  /* 当前位置 */
  .bg {
    width: 100%;
    height: 40px;
  }
  .bg .dq {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    line-height: 40px;
  }
  .bg .dq img {
    float: left;
    margin-top: 5px;
  }
  .bg .dq p {
    padding: 0;
    margin-left: 10px;
    float: left;
  }
  .bg .dq p a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #888888;
  }
  .column2_main {
    width: 1200px;
    min-width: 1200px;
    position: relative;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
  }
  .column2_main .backcolor {
    background-color: #c80000;
    position: absolute;
    left: calc(515px - 50vw);
    top: 0;
    width: 100vw;
    height: 63px;
  }
  .column2_main_left {
    border-right: 1px solid #d6d6d6;
    display: flex;
    height: 63px;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #c80000;
    justify-content: center;
  }
  .column2_main_left .mainleft-container {
    width: 1200px;
  }
  .column2_main_left .mainleft-container p {
    height: 63px;
    line-height: 63px;
    background: #c80000;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
  }
  .column2_main_left .mainleft-container ul {
    margin: 0;
    padding: 0;
    background: #c80000;
    width: 217px;
    width: 100%;
    min-width: 100%;
    height: 63px;
    display: flex;
  }
  .column2_main_left .mainleft-container ul li {
    text-align: center;
    background: #c80000;
    position: relative;
  }
  .column2_main_left .mainleft-container ul li:hover {
    background: #e60011;
  }
  .column2_main_left .mainleft-container ul li:hover a {
    color: #ffffff;
    font-weight: bold;
  }
  .column2_main_left .mainleft-container ul li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 10px;
  }
  .column2_main_right {
    margin-top: 63px;
    width: 1200px;
    padding-top: 15px;
  }
}
@media (max-width: 769px) {
  .hide {
    display: none !important;
  }
  .column2_main {
    width: 100%;
    position: relative;
    display: flex;
    background-color: #eeefee;
  }
  .column2_main_right {
    width: 100vw;
    height: 100vh;
  }
  /* 隐藏不需要的部分 */
  .righttop-box {
    display: none !important;
  }
  .tongyong-top,
  .bg,
  .column2_main_left,
  .column2_main .backcolor {
    display: none !important;
  }
  .column2_main_right .main .right.right-main .news .news-list {
    display: none !important;
  }
  .footer {
    display: none !important;
  }
}
