/*================
 Section
==================*/

/* box 01 */
.investor-box-01-left {
  min-width: 600px;
  max-width: 600px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 60px;
  background: #fff;
}
.investor-boxs{
  width: 100%;
  background-image: url(../img/investor/tzgl.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: transparent;
  padding: 224px 0;
}
.investor-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.text-16 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.img-left {
  width: 500px;
  height: 312px;
  background: #fff;
}

.img-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*border-radius: 6px;*/
  transform: scale(1);
}

/* box 03 */
.home-box-03 {
  min-height: 760px;
  background-image: url(../img/investor/c-02.png);
  background-repeat: no-repeat;
  padding: 70px 0 90px;
  background-color: #002246;
  background-position: bottom;
}

.home-box-03 .home-box-title-line .line-left {
  background-color: #fff;
  opacity: 0.5;
}

.home-box-03 .text-32 {
  color: #fff;
}

.home-box-03 .literal-wrapper {
  padding-left: 100px;
  align-items: flex-start;
  align-content: flex-start;
}

.home-box-03 .literal {
  width: 520px;
  height: 101px;
  margin-bottom: 30px;
  padding: 12px 20px 20px 20px;
  text-align: left;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-size: 14px;
}

.home-box-03 .text-12 {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}

/* box 05 */
.home-box-05 .home-box-title-line .line-left {
  background-color: #232323;
  opacity: 0.5;
}

.box-underline1 {
  margin: 15px 0;
  width: 60px;
  height: 2px;
  background: #2568ef;
}

.home-box-05 .notice-item-wraper {
  margin: 10px 50px;
  min-width: 540px;
  cursor: pointer;
}

.notice-item-wraper {
  cursor: pointer;
}

.home-box-05 .notice-item-wraper ul {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e9ed;
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.home-box-05 .notice-item-wraper ul>li:nth-child(1) {
  padding-left: 24px;
  background-image: url(../img/investor/notice-01.png);
  background-repeat: no-repeat;
  background-position-y: 8px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #666666;
}

.home-box-05 .notice-item-wraper ul>li:nth-child(2) {
  padding-left: 40px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  color: #999999;
}

.home-box-05 .notice-item-wraper ul li:nth-child(1):hover {
  color: #2568ef;
}

.dqgg-box {
  width: 100%;
  min-height: auto;
  background-image: url(../img/about/notice-bg.jpg);
  background-repeat: no-repeat;
  margin-bottom: 0;
  background-position: center bottom;
  background-size: 100%;
  background-color: transparent;
}

.dqgg-box .text-32 {
  color: #fff;
}

.lsgg {
  background-image: url(../img/investor/lsgg-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: transparent;
  padding: 100px 0;
}

footer.container {
  margin-top: 0;
}

.home-box-04 .home-box-title-line .line-left {
  background-color: #232323;
  opacity: 0.5;
}

.home-box-04 .notice-item-wraper {
  margin: 10px 30px;
  min-width: 360px;
  text-align: left;
}

.home-box-04 .notice-item-wraper ul {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e9ed;
  background-image: url(../img/investor/notice-02.png);
  background-repeat: no-repeat;
}

.home-box-04 .notice-item-wraper ul>li:nth-child(1) {
  width: 288px;
  padding-left: 60px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-box-04 .notice-item-wraper ul>li:nth-child(2) {
  padding-left: 60px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #999999;
}

.notice {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notice>div {
  width: 44%;
  margin: 10px 0 !important;
}

.notice2 {
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.notice2>div {
  width: 33% !important;
  max-width: 33% !important;
  margin: 10px 0 !important;
  min-width: auto !important;
}

/* 屏幕 -- 差异化 */

@media (min-width: 576px) {
  .site-header {
    min-height: 500px;
  }
}

@media (min-width: 1620px) {
  .site-header {
    min-height: 600px;
  }
}

@media (max-width: 768px) {
  .investor-box-01-left {
    width: 100%;
    margin: 0 auto;
    min-width: 100%;

  }

  .home-box-01 {
    flex-direction: column;
  }

  .notice {
    width: 90%;
  }

  .notice2 {
    width: 90%;
  }

  .notice2>div {
    width: 100% !important;
    max-width: 100% !important;
  }

  .home-box-01-img {
    margin-top: 20px;
  }

  .home-box-03 .literal-wrapper {
    padding: 0 20px;
  }

  .map-content-box {
    background-size: 84%;
  }

  .branch-map-l {
    height: 275px;
  }

  .home-box-03 .literal {
    width: 520px;
    height: auto;
  }

  .home-box-04 {
    margin-bottom: 20px;
  }

  .home-box-04 .notice-item-wraper {
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .home-box-04 .notice-item-wraper ul {
    width: 100%;
    background-position: left;
    padding-top: 14px;
  }

  .home-box-04 .notice-item-wraper ul>li:nth-child(1) {
    width: 100%;
  }

  .home-box-05 .notice-item-wraper {
    margin: 10px auto;
    min-width: 100%;
  }

  .home-box-05 .notice-item-wraper ul>li:nth-child(1) {
    text-align: left;
  }

  .home-box-05 .notice-item-wraper ul>li:nth-child(2) {
    padding-left: 25px;
  }
}