.title {
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: 550;
  line-height: 0.5rem;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}

.title::after {
  display: block;
  content: '';
  width: 0.4rem;
  height: 0.06rem;
  position: absolute;
  bottom: -0.15rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #004098;
}

.lock_all {
  width: 2.44rem;
  height: 0.72rem;
  background: #074699;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.lock_all a {
  color: #fff;
}

.lock_all img {
  width: 0.14rem;
  height: 0.08rem;
  margin-left: 0.16rem;
}

.head_plac {
  height: 0.88rem;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0.88rem;
  background-color: #fff;
  z-index: 99;
  padding: 0 0.32rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* box-shadow: 0 0 0.1rem 0.01rem #eee; */
  /* margin-bottom: .1rem; */
}

.head .logo {
  width: 2.72rem;
}

.head .icon_box {
  display: flex;
  align-items: center;
  position: relative;
}

.head .icon_box .nav_list-box {
  width: 100vw;
  max-height: 60vh;
  overflow-y: scroll;
  transform: scaleY(0);
  background-color: #fff;
  border-radius: 0.04rem;
  position: fixed;
  top: 0.88rem;
  right: 0;
  z-index: 999;
  transition: 0.25s all;
  transform-origin: top;
  font-size: 0;
  opacity: 0;
  white-space: nowrap;
}

.head .icon_box .nav_list-box.cur {
  transform: scaleY(1);
  box-shadow: 0 0 0.1rem 0.01rem #eee;
  font-size: 0.28rem;
  z-index: 11;
  opacity: 1;
}

.head .icon_box .nav_list-box .line {
  padding: 0.3rem 0.5rem 0;
}

.head .icon_box .nav_list-box .line a {
  color: #333;
}

.head .icon_box .nav_list-box .line .line_ctn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 0.3rem;
}

.head .icon_box .nav_list-box .line .line_ctn:last-of-type {
  border: none;
}

.head .icon_box .nav_list-box .line .line_ctn img {
  transform: rotate(90deg);
  margin-right: 0.1rem;
  transition: 0.24s all;
}

.head .icon_box .nav_list-box .line .child_box {
  transition: 0.25s all;
  display: none;
}

.head .icon_box .nav_list-box .line .child_box p {
  border-bottom: 1px solid #f5f5f5;
}

.head .icon_box .nav_list-box .line .child_box p a {
  padding: 0.3rem 0;
  display: inline-block;
}

.head .icon_box .nav_list-box .line .select {
  color: #074699;
}

.head .icon_box .icon {
  width: 0.34rem;
  height: 0.34rem;
  margin-left: 0.4rem;
}

.head .icon_box .icon:first-of-type {
  margin: 0;
}

.swiper_box {
  height: 3.22rem;
  background-color: #f5f5f5;
  position: relative;
  width: 100vw;
  overflow: hidden;
}

.swiper_box .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.38rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 0.38rem;
  color: #FFFFFF;
  white-space: nowrap;
  z-index: 1;
}

.swiper_box .swiper-container,
.swiper_box .swiper-wrapper,
.swiper_box .swiper-slide {
  width: 100vw;
  height: 3.22rem;
}

.swiper_box .swiper-slide img {
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.swiper_box .line_box-h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.24rem;
  z-index: 9;
}

.swiper_box .line_box-h5 .item {
  width: 0.48rem;
  height: 0.08rem;
  background: #fff;
  margin: 0 0.05rem;
  border-radius: 0.1rem;
}

.swiper_box .line_box-h5 .item.cur {
  background-color: #9A9A9A;
}

.h5_enterprise_introduce-box {
  width: 100vw;
  padding: 0.48rem 0.32rem 0.56rem;
  box-sizing: border-box;
}

.h5_enterprise_introduce-box .info_box-content .title_box {
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: 550;
  color: #333333;
  margin-bottom: 0.61rem;
  position: relative;
  text-align: center;
}

.h5_enterprise_introduce-box .info_box-content .title_box::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -0.15rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 0.06rem;
  background-color: #004098;
}

.h5_enterprise_introduce-box .info_box-content .desc {
  font-size: .28rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: .48rem;
  color: #333333;
  margin-bottom: 0.24rem;
  /*text-indent: 2em;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 1.96rem;*/
}

.h5_enterprise_introduce-box .info_box .img_box-bg {
  display: block;
  width: 100%;
  margin-bottom: 0.24rem;
}

.h5_enterprise_introduce-box .imgs_box_scroll {
  overflow: scroll;
  margin-top: 0.24rem;
  margin-bottom: 0.56rem;
}

.h5_enterprise_introduce-box .imgs_box_scroll .imgs_box {
  display: flex;
  align-items: center;
}

.h5_enterprise_introduce-box .imgs_box_scroll .imgs_box .item {
  width: 2.94rem;
  height: 1.95rem;
  margin-right: 0.14rem;
  position: relative;
  flex-shrink: 0;
}

.h5_enterprise_introduce-box .imgs_box_scroll .imgs_box .item img {
  width: 100%;
  height: 100%;
}

.h5_enterprise_introduce-box .imgs_box_scroll .imgs_box .item .title_box {
  position: absolute;
  bottom: 0.16rem;
  left: 0.24rem;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.h5_enterprise_introduce-box .imgs_box_scroll .imgs_box .item .title_box p {
  width: 1.9rem;
  white-space: nowrap;
  /*内容超宽后禁止换行显示*/
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /*文字超出部分以省略号显示*/
}

.h5_enterprise_introduce-box .imgs_box_scroll .imgs_box .item .title_box .icon {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.24rem;
}

.h5_enterprise_introduce-box .imgs_box_scroll .imgs_box .item:last-of-type {
  margin: 0;
}

.management_concept-box {
  background: url('/wap/img/bg15.png') no-repeat top center;
  background-size: 100vw auto;
  padding: 0.8rem 0.32rem 0.56rem;
  height: auto;
  position: static;
}

.management_concept-box .picture {
  margin-top: 0.6rem;
  height: 6.96rem;
  position: relative;
}

.management_concept-box .picture::before {
  content: '';
  display: block;
  width: 3.82rem;
  height: 6.96rem;
  position: absolute;
  top: 0;
  left: 0.1rem;
  background-color: #004098;
  z-index: 1;
}

.management_concept-box .picture img {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0.1rem;
  top: 0.34rem;
  width: 6.27rem;
  height: 6.27rem;
}

.management_concept-box .h5_ctn_box {
  padding: 0.4rem 0 0.56rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0.48rem;
  color: #333333;
}

.news_box {
  padding: 0 0.32rem 0.64rem;
}

.news_box .title {
  color: #333;
}

.news_box .picture {
  margin-top: 0.6rem;
  padding: 0.32rem 0.2rem 0;
  position: relative;
}

.news_box .picture::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.94rem;
  background: #B68A65;
}

.news_box .picture img {
  display: block;
  width: 100%;
  height: 4.08rem;
  position: relative;
  z-index: 2;
}

.news_box .info_title {
  padding: 0.26rem 0.1rem 0.18rem;
  box-sizing: border-box;
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.48rem;
}

.news_box .info_title a {
  color: #333333;
}

.news_box .info_time {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.3rem;
  color: #999999;
}

.news_box .info_desc {
  /* margin-top: 0.2rem;*/
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0.48rem;
  color: #999999;
}

.news_box .list_box .item {
  margin-top: 0.3rem;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.news_box .list_box .item.cur .time {
  color: #0F0505;
  background-color: #B68A65;
}

.news_box .list_box .item.cur .time::after {
  background-color: #0F0505;
}

.news_box .list_box .item .time {
  width: 1.46rem;
  height: 2.1rem;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.08rem;
  box-sizing: border-box;
  font-size: 0.6rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 0.4rem;
  color: #999999;
  position: relative;
  flex-shrink: 0;
  margin-right: 0.24rem;
}

.news_box .list_box .item .time::after {
  content: '';
  display: block;
  position: absolute;
  top: 1.13rem;
  left: 50%;
  width: 0.48rem;
  height: 0.01rem;
  transform: translateX(-50%);
  background-color: #999999;
}

.news_box .list_box .item .time .year_month {
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}

.news_box .list_box .item .info_box {
  flex: 1;
  width: 0;
  font-family: PingFang SC;
  padding-right: 0.2rem;
}

.news_box .list_box .item .info_box .info_item_title {
  line-height: 0.28rem;
}

.news_box .list_box .item .info_box .info_item_title a {
  max-width: 4.82rem;
  display: inline-block;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.4rem;
  white-space: nowrap;
  /*内容超宽后禁止换行显示*/
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /*文字超出部分以省略号显示*/
  margin-bottom: 0.16rem;
  padding-right: 0.2rem;
  color: #333333;
}

.news_box .list_box .item .info_box .info_item_desc a {
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #999999;
}

.news_box .imgs_box {
  margin: 0.4rem 0 0.64rem;
  overflow: scroll hidden;
}

.news_box .imgs_box .imgs_box-ctn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}

.news_box .imgs_box .imgs_box-ctn a {
  display: block;
  width: 3.38rem;
  height: 2.23rem;
  margin-right: 0.1rem;
}

.news_box .imgs_box .imgs_box-ctn a img {
  width: 100%;
  height: 100%;
}

.h5_strategic_planning {
  padding: 0.8rem 0.32rem 0.56rem;
  background: url('/wap/img/bg14.jpg') no-repeat center center;
  background-size: auto 100%;
}

.h5_strategic_planning .title {
  color: #333;
}

.h5_strategic_planning .desc {
  text-align: center;
  margin-top: 0.38rem;
  font-size: 0.22rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0.32rem;
  color: #BFBFBF;
}

.h5_strategic_planning-head {
  margin-top: 0.4rem;
  width: 100%;
  height: 4.45rem;
}

.h5_strategic_planning .ctn {
  padding-top: 0.32rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0.48rem;
  color: #333333;
  padding-bottom: 0.56rem;
}

.h5_links {
  padding: 0.6rem 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: url(/wap/img/wap05.png) center no-repeat;
  background-size: 100%;
}

.h5_links .icon {
  flex-shrink: 0;
  width: 1.3rem;
  /* height: 0.8rem; */
  margin-right: 0.42rem;
  position: relative;
}

.h5_links .item_box {
  flex: 1;
  font-size: 0.22rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.h5_links .item_box .item {
  color: #999999;
  margin: 0.08rem 0;
  padding: 0 0.2rem;
  /* border-right: 0.01rem solid #BFBFBF; */
}

.h5_links .item_box .item:last-of-type {
  border: none;
}

.link_map {
  padding: 0.4rem 0.1rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #00459f;
}

.link_map .item {
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0.4rem;
  color: #FFFFFF;
  padding-bottom: 0.4rem;
  margin: 0 0.33rem;
}

.h5_put_on_records {
  padding: 0.14rem;
  text-align: center;
  background-color: #0052be;
  font-size: 0.2rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0.2rem;
  color: #BFBFBF;
}

.h5_put_on_records a {
  color: #BFBFBF;
}

.server {
  width: 0.92rem;
  height: 0.92rem;
  position: fixed;
  bottom: 3rem;
  right: 0.26rem;
  z-index: 999;
}

.server img {
  width: 100%;
  height: 100%;
}

.nav_top {
  width: 0.92rem;
  height: 0.92rem;
  position: fixed;
  bottom: 1.76rem;
  right: 0.24rem;
  z-index: 999;
  background: url('/wap/img/nav_top.png');
  background-size: 100% 100%;
}<!--0.00027108192443848-->