.innerBanner {
  position: relative;
  display: flex;
  justify-content: center;
}

.innerBanner img {
  width: 100%;
  height: auto;
}

.innerBanner .innerText {
  box-sizing: border-box;

  color: #fff;
  position: absolute;
  top: 50%;
  width: 90%;

  transform: translateY(-50%);
}

.innerBanner .innerText>div {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.innerBanner .innerText>div .title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin-bottom: 10px;
}

.innerBanner .innerText>div p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.innerBanner .nav_d {
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  padding: 0 2.5%;
  box-sizing: border-box;
  height: 60px;

  width: 95%;
}

.innerBanner .nav_d .left {
  display: flex;
  align-items: center;
  width: 30%;
}

.innerBanner .nav_d .left * {
  margin-right: 5px;
}

.innerBanner .nav_d .left .img_d {
  width: 26px;
}

.innerBanner .nav_d .left .active_color {
  color: #D70C18;
}

.innerBanner .nav_d .right {
  text-align: right;
  width: 70%;
}

.innerBanner .nav_d .right .zlm {}

.innerBanner .nav_d .right .zlm li {
  display: inline-block;
  margin: 0 10px;
}

.innerBanner .nav_d .right .zlm li a {
  font-size: 14px
}

.innerBanner .nav_d .right .zlm .active_line a {
  color: #D70C18;
}

.innerBanner .nav_d .right .zlm .active_line {
  border-bottom: 2px solid #D70C18;
  height: 60px;
  line-height: 60px;
}

.news2 .title {
  color: #fff !important;
}

.news2 p {
  color: #fff !important;
}

.dqwz {
  color: #B6B6B6;
}

.dqwz a {
  color: #B6B6B6;
  font-size: 14px;
}


/*banner横幅结束*/
main {
  margin-top: 50px;
}

main.main .title_item {
  width: 100%;
  margin: 0 auto;
  padding: 30px 5%;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  transition: background-color 0.5s;
}

main.main .title_item:hover {
  background-color: rgba(71, 106, 197, 0.1);
}

main.main .title_item .left {
  width: 30%;
  margin-right: 35px;
}

main.main .title_item .left img {
  width: 100%;
  height: 100%;
}

main.main .title_item .right {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main.main .title_item .right div {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

main.main .title_item .right h3 {
  width: 100%;
  /*white-space: nowrap;*/

  /*overflow: hidden;*/

  /*text-overflow: ellipsis;*/
  font-size: 30px;

  font-weight: bold;
  color: #333333;
  line-height: 50px;
}

main.main .title_item .right p {
  margin: 2% 0;
  font-size: 16px;

  font-weight: 400;
  color: #333333;
  line-height: 26px;
  opacity: 0.6;
}

main.main .wrapper_about {
  width: 100%;
  display: flex;
  justify-content: center;
}

main.main .about {

  margin: 3% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skewX(-15deg);
  width: 172px;
  height: 36px;
  background: #1C3B8B;
  color: #fff;
}

main.main .about>span {
  transform: skewX(15deg);
  font-size: 16px;
}





@media screen and (max-width: 750px) {
  .news .innerText {
    display: block !important;
  }

  .news {
    width: 100%;
    overflow: hidden;
    max-height: 288px;
  }

  .news img {
    width: 100%;
  }


  .innerBanner {
    display: block;
  }

  .innerBanner .nav_d {
    position: static;
  }

  .news .innerText {
    top: 50%;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .news2 .title {
    font-size: 18px !important;
  }

  .news2 p {
    font-size: 14px !important;
  }

  .innerBanner .nav_d {
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
  }

  .img_d img {
    height: auto;
  }

  .innerBanner .nav_d .left {
    padding-top: 16px;
    width: 100%;
  }

  .innerBanner .nav_d .right {
    display: none;
  }

  .innerBanner .nav_d {
    width: 100%;
  }


  .innerBanner .img {
    margin-top: 60px;
  }

  .innerBanner .innerText {
    width: 95%;
    top: 48%;
  }

  main {
    margin-top: 0;
  }

  main.main .title_item {
    width: 100%;
  }

  .bg1_d .center {
    width: 100%;
    text-align: center;
    display: block;
  }

  .bg1_d .center .left {
    width: 100%;
  }

  .bg1_d .center .left p {
    width: 80vw;
    margin: 0 auto;
  }

  .bg1_d .center .right {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .bg2_d .center {
    width: 100%;
    text-align: center;
    display: block;
  }

  .bg2_d .center .left {
    width: 100%;
  }

  .bg2_d .center .left p {
    width: 90vw;
    margin: 30px auto;
  }

  .bg2_d .center .right {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .bg2_d .center .right img {
    width: 80vw;
  }

  main.main .title_item .left {
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
  }

  main.main .title_item .right div {
    display: none;
  }

  main.main .title_item {
    display: block;
    padding: 20px 3%;
  }

  main.main .title_item .left .img_d {
    width: 100%;
  }

  main.main .title_item .left .img_d img {
    max-width: 100%;
  }

  main.main .title_item .right {
    margin-top: 0px;
    text-align: center;
    width: 100%;
  }

  main.main .title_item .right h3 {
    font-size: 16px;
  }

  main.main .title_item .right p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin: 0;
  }
}
<!--0.00015497207641602-->