/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
.banner2 {
  position: relative;
  height: 100vh;
}
.banner2 .page1_box {
  position: relative;
  z-index: 1;
}
.banner2 .page2_box {
  position: relative;
  z-index: 2;
}
.banner2 .page {
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.banner2 .page .content {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.banner2 .page1 {
  display: block;
}
.banner2 .page2 {
  display: none;
  z-index: 12;
}
.banner2 .page2 .neirong {
  background: white;
}
.banner2 .page2 .w3 {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 10px;
}
.banner2 .page2 .w3 * {
  color: white;
  font-size: 70px;
  transition: 1.2s;
  font-weight: bold;
}
.banner2 .page2 .w3 *.on {
  color: #0b308e;
}
.banner2 .page2 .list {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}
.banner2 .page2 .list.on {
  opacity: 1;
}
.banner2 .page2 .list .item {
  margin: 0 20px;
  border: 1px solid #0b308e;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner2 .page1 {
  background: #0b308e;
}
.banner2 .page1 .xian {
  display: none;
  position: absolute;
  left: 0;
  bottom: 10%;
}
.banner2 .neirong {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #0b308e;
  height: 100vh;
  font-size: 70px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.banner2 .neirong .w1 {
  margin-bottom: 35px;
}
.banner2 .neirong .w1, .banner2 .neirong .w2 {
  color: #0b308e;
  transition: 1s;
}
.banner2 .neirong .w1.on, .banner2 .neirong .w2.on {
  color: white;
}
.banner2 .mu {
  background: white;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 10;
  transition: 1.5s;
  transition-timing-function: linear;
}
.banner2 .mu_lf {
  left: 0;
}
.banner2 .mu_lf.on {
  left: -100vw;
}
.banner2 .mu_rt {
  left: -100vw;
  background: white;
  z-index: 11;
}
.banner2 .mu_rt.on {
  left: 0;
}

._title {
  margin-bottom: 40px;
  color: #0b308e;
}
._title p {
  font-size: 22px;
  margin-bottom: 15px;
}
._title h5 {
  font-size: 36px;
  margin-bottom: 25px;
}
._title .line {
  width: 50px;
  height: 3px;
  background: #0b308e;
}

._more {
  background: #0b308e;
  font-size: 16px;
  color: white;
  border-radius: 10px;
  width: 154px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._more:hover {
  color: white;
  background: #0b39ba;
}

.about {
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about .top_box {
  display: flex;
  margin-bottom: 90px;
  justify-content: space-between;
}
.about .top_box .summary {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 33px;
}
.about .top_box .lf {
  padding-right: 50px;
}
.about .bottom_box .list {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.about .bottom_box .list .item {
  width: 15%;
}
.about .bottom_box .list .item .pic {
  border: 1px solid #0b308e;
  border-radius: 100%;
  width: 100px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .bottom_box .list .item .name {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about .bottom_box .list .item .summary {
  font-size: 16px;
}

.zhuying {
  display: flex;
  justify-content: space-between;
}
.zhuying .item {
  border-left: 1px solid white;
  width: 10%;
  height: 680px;
  position: relative;
  display: flex;
  align-items: center;
  transition: 1s;
}
.zhuying .item .content {
  position: relative;
  z-index: 2;
  width: 70%;
  margin: 0 auto;
  line-height: 2;
  padding-bottom: 30px;
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}
.zhuying .item .pic {
  text-align: center;
}
.zhuying .item .summary {
  font-size: 16px;
  margin: 5px 0;
  margin-bottom: 15px;
  display: none;
}
.zhuying .item ._more {
  border: 1px solid white;
  background: transparent;
  display: none;
}
.zhuying .item .name {
  font-size: 22px;
  margin-top: 15px;
  text-align: center;
}
.zhuying .item:after {
  background: url("../images/jianbian.png") no-repeat center;
  background-size: cover;
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  position: absolute;
  content: '';
  height: 342px;
  z-index: 1;
}
.zhuying .item:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(11, 48, 142, 0.9);
}
.zhuying .item.on {
  width: 50%;
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: flex-end;
}
.zhuying .item.on:before {
  display: none;
}
.zhuying .item.on .name {
  text-align: left;
}
.zhuying .item.on .pic {
  text-align: left;
}
.zhuying .item.on ._more {
  display: flex;
}
.zhuying .item.on .summary {
  display: block;
}

.xiangmu {
  background: url("../images/xiangmu_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 100px;
}
.xiangmu .container2 {
  display: flex;
  justify-content: space-between;
}
.xiangmu .lf {
  background: white;
  position: relative;
  z-index: 2;
  width: 500px;
  height: 450px;
  padding: 40px;
}
.xiangmu .lf .summary {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 30px;
}
.xiangmu .center {
  position: relative;
  left: -96px;
  z-index: 1;
  margin-top: 89px;
}
.xiangmu .rt {
  display: flex;
  align-items: flex-end;
}

.bg {
  background: url("../images/news_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 100px;
}

.news {
  margin-bottom: 130px;
}
.news .addtime {
  font-size: 16px;
  color: #6e6e6e;
}
.news .name {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000000;
}
.news .summary {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 2;
  margin-bottom: 30px;
}
.news .tuijian_news {
  display: flex;
  align-items: center;
}
.news .tuijian_news .rt {
  padding-left: 40px;
}
.news .list {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}
.news .list .item {
  width: 30%;
}
.news ._more {
  background: transparent;
  border: 1px solid #6e6e6e;
  color: #6e6e6e;
}
.news ._more:hover {
  background: #0b308e;
  color: white;
}

.hezuo ._title {
  text-align: center;
}
.hezuo ._title .line {
  margin: 0 auto;
}
.hezuo .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.hezuo .list .item {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1450px) {
  .zhuying .item {
    height: 500px;
  }

  .banner2 .page,
  .banner2,
  .banner2 .mu,
  .banner2 .page .content,
  .banner2 .neirong {
    height: 70vh;
  }

  .about .bottom_box .list .item .name {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .zhuying .item .name {
    font-size: 20px;
  }

  ._title h5 {
    font-size: 30px;
  }

  .bg .news .name {
    font-size: 18px;
  }

  .banner2 .neirong {
    font-size: 55px;
  }

  .banner2 .page2 .w3 * {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .about .top_box {
    display: block;
  }

  .about .top_box .lf {
    padding-right: 0;
  }

  ._title h5 {
    font-size: 20px;
    margin-bottom: 17px;
  }

  ._title p {
    font-size: 18px;
    margin-bottom: 7px;
  }

  ._title .line {
    height: 2px;
  }

  ._title {
    text-align: center;
  }

  ._title .line {
    margin: 0 auto;
  }

  ._more {
    margin: 0 auto;
    font-size: 14px;
    width: 120px;
  }

  .about .top_box .summary {
    margin-top: 30px;
  }

  .about .bottom_box .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .about .bottom_box .list .item .summary {
    font-size: 12px;
  }

  .about .top_box {
    margin-bottom: 50px;
  }

  .about .bottom_box .list .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .about .bottom_box .list .item .pic {
    width: 60px;
    height: 60px;
  }
  .about .bottom_box .list .item .pic img {
    max-width: 40px;
    max-height: 40px;
  }

  .about .bottom_box .list .item .name {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .about {
    padding-top: 60px;
    padding-bottom: 35px;
  }

  .zhuying .item .summary {
    font-size: 12px;
  }

  .zhuying .item .name {
    font-size: 14px;
  }

  .xiangmu .container2 {
    display: block;
  }

  .xiangmu .lf {
    width: 100%;
    padding: 25px;
    height: auto;
  }

  .xiangmu .center {
    display: none;
  }

  .xiangmu .rt {
    display: none;
  }

  .xiangmu {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .news .tuijian_news {
    display: block;
  }

  .news .tuijian_news .rt {
    padding-left: 0;
    margin-top: 20px;
  }

  .bg .news .name {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 7px;
  }

  .bg .news .summary {
    font-size: 13px;
  }

  .news .list {
    display: none;
  }

  .news {
    margin-bottom: 50px;
  }

  .hezuo .list {
    grid-template-columns: repeat(3, 1fr);
  }

  .bg {
    padding-top: 50px;
  }

  .zhuying {
    display: block;
  }

  .zhuying .item {
    width: 100%;
    padding: 40px 15px;
    text-align: center;
    height: auto;
    margin-bottom: 10px;
  }

  .zhuying .item:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
  }

  .zhuying .item .pic {
    text-align: center !important;
  }

  .zhuying .item .summary {
    display: block;
  }

  .zhuying .item ._more {
    display: block;
  }

  .zhuying .item:before {
    display: none;
  }

  .banner2 .page2 .w3 {
    margin-bottom: 6px;
  }

  .banner2 .page2 .w3 * {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .banner2 .page2 .list .item {
    width: 50px;
    height: 50px;
    margin: 0 6px;
  }
  .banner2 .page2 .list .item img {
    max-height: 30px;
    max-width: 30px;
  }

  .banner2 .neirong {
    font-size: 30px;
  }

  .banner2 .neirong .w1 {
    margin-bottom: 15px;
  }

  .banner2 .page,
  .banner2,
  .banner2 .mu,
  .banner2 .page .content,
  .banner2 .neirong {
    height: 230px;
  }

  .banner2 .page1 .xian {
    bottom: 14%;
  }
}

/*# sourceMappingURL=index.css.map */
