.header-wrap {
  display: flex;
  width: 100vw;
  height: .88rem;
  padding: 0 .3rem;
  justify-content: space-between;
  align-items: center;
  z-index: 1005;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.header-wrap .logo {
  display: flex;
  align-items: center;
  width: 2.64rem;
}
.header-wrap .logo img {
  height: .36rem;
}
.header-wrap .bread {
  width: .36rem;
}
.header-wrap .bread.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-wrap .bread.active span:nth-child(2) {
  opacity: 0;
}
.header-wrap .bread.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.header-wrap .bread span {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background: #0a2248;
  border-radius: 1px;
  transition: all .2s linear;
}
.header-wrap .bread span:first-child {
  margin-top: 0;
}

.nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: transparent;
  z-index: 99;
}
.nav-wrap.bg-color {
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.nav-wrap .nav-list {
  position: fixed;
  top: 0;
  right: -70%;
  width: 70%;
  height: 100%;
  background: #2e2e2e;
  transition: right .2s linear;
  overflow-y: scroll;
}
.nav-wrap .nav-list.cur {
  right: 0;
}
.nav-wrap .nav-list .item {
  width: 100%;
  color: #fff;
  font-size: .28rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.nav-wrap .nav-list .item:first-child {
  margin-top: .88rem;
}
.nav-wrap .nav-list .item .lk {
  position: relative;
  display: block;
  padding: 0 .42rem;
  height: 1rem;
  font-size: .32rem;
  line-height: 1rem;
  color: #fff;
}
.nav-wrap .nav-list .item .lk.trans span {
  transform: rotate(0deg);
}
.nav-wrap .nav-list .item span {
  position: absolute;
  top: 50%;
  right: .42rem;
  margin-top: -7px;
  width: .28rem;
  height: .28rem;
  background: url(/static/mobile/img/down.png) no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
  transition: transform .2s linear;
}
.nav-wrap .nav-list .item .sub-list {
  display: none;
  width: 100%;
  background: #3d3d3d;
}
.nav-wrap .nav-list .item .sub-list .sub-item {
  width: 100%;
  min-height: 1rem;
}
.nav-wrap .nav-list .item .sub-list .sub-lk {
  position: relative;
  display: block;
  width: 100%;
  height: 1rem;
  font-size: .28rem;
  line-height: 1rem;
  padding: 0 .62rem;
  color: #999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.nav-wrap .nav-list .item .sub-list .sub-lk.trans span {
  transform: rotate(0deg);
}
.nav-wrap .nav-list .item .sub-list .sub-lk span {
  position: absolute;
  top: 50%;
  right: .62rem;
  margin-top: -7px;
  width: .28rem;
  height: .28rem;
  background: url(/static/mobile/img/down.png) no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
  transition: transform .2s linear;
}
.nav-wrap .nav-list .item .sub-list .sub-item:last-child .sub-lk {
  border-bottom: 0;
}
.nav-wrap .nav-list .item .sub-list .level3 {
  display: none;
  width: 100%;
  background: #474646;
}
.nav-wrap .nav-list .item .sub-list .level3 .le-lk {
  display: block;
  height: 1rem;
  padding: 0 .81rem;
  line-height: 1rem;
  font-size: .24rem;
  color: #999;
  box-sizing: border-box;
}

.footer-wrap {
  width: 100%;
  padding: .6rem .3rem;
  background-color: #282828;
}
.footer-wrap .footer-logo {
  width: 100%;
}
.footer-wrap .footer-logo .logo {
  width: 1.4rem;
  font-size: 0;
}
.footer-wrap .footer-logo .logo img {
  width: 100%;
}
.footer-wrap .footer-logo .tit {
  margin-top: .2rem;
  font-size: .32rem;
  font-weight: 600;
  color: #fff;
}
.footer-wrap .zong {
  margin-top: .6rem;
}
.footer-wrap .zong .zong-tit {
  font-size: .32rem;
  color: #fff;
}
.footer-wrap .zong .info {
  font-size: .28rem;
  color: #999;
  margin-top: .1rem;
}
.footer-wrap .zong .phone {
  margin-top: .3rem;
  font-size: .28rem;
  color: #999;
}
.footer-wrap .fen {
  margin-top: .6rem;
}
.footer-wrap .fen .zong-tit {
  font-size: .32rem;
  color: #fff;
}
.footer-wrap .fen .info {
  font-size: .28rem;
  color: #999;
  margin-top: .3rem;
}
.footer-wrap .ewm-wrap {
  width: 100%;
  margin-top: .6rem;
}
.footer-wrap .ewm-wrap .ewm-item {
  float: left;
  width: 1.6rem;
  margin-right: .3rem;
}
.footer-wrap .ewm-wrap .ewm-item img {
  height: 2.1rem;
}
.footer-wrap .ewm-wrap .ewm-item:last-child {
  margin-right: 0;
}
.footer-wrap .ewm-wrap .ewm-item p {
  font-size: .28rem;
  color: #999;
  line-height: .8rem;
  text-align: center;
}
.footer-wrap .bottom {
  margin-top: .8rem;
  font-size: .24rem;
  color: #999;
  line-height: .44rem;
  text-align: center;
}

.carousel-wrap {
  margin-top: .88rem;
}
.carousel-wrap .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.carousel-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.carousel-wrap .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.carousel-wrap .swiper-slide .tit-wrap {
  display: inline-block;
  position: absolute;
  width: 100%;
  max-width: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-wrap .swiper-slide .tit-wrap .tit {
  font-size: .4rem;
  color: #fff;
}
.carousel-wrap .swiper-slide .tit-wrap.left {
  left: .4rem;
}
.carousel-wrap .swiper-slide .tit-wrap.right {
  right: .4rem;
}
.carousel-wrap .swiper-slide img {
  width: 100%;
}

.course-wrap {
  width: 100%;
  background: #eee;
}
.course-wrap .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  padding: .3rem .1rem;
}
.course-wrap .list .item {
  width: 33.33%;
  border-right: 2px solid #eee;
}
.course-wrap .list .item:last-child {
  border-right: none;
}
.course-wrap .list .item img {
  width: 100%;
}

.short-wrap {
  width: 100%;
  padding: 0 .3rem;
}
.short-wrap .tit {
  font-size: .36rem;
  color: #333;
  margin-top: .6rem;
  text-align: center;
  font-weight: 600;
}
.short-wrap .info {
  margin-top: .3rem;
  font-size: .28rem;
  color: #424242;
  line-height: .6rem;
  text-indent: 2em;
}

.plan-wrap {
  width: 100%;
}
.plan-wrap .title-wrap {
  width: 60%;
  margin: .6rem auto 0;
  text-align: center;
}
.plan-wrap .tit {
  font-size: .36rem;
  font-weight: 600;
}
.plan-wrap .sub-tit {
  margin-top: .3rem;
  padding: .1rem 0;
  font-size: .28rem;
  color: #fff;
  background: url(/static/mobile/img/home_img_bt.png) no-repeat center;
  background-size: 100%;
}
.plan-wrap img {
  width: 100%;
  margin-top: .3rem;
}

.solution-wrap {
  width: 100%;
}
.solution-wrap .tab-list {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.solution-wrap .tab-list .tab-item {
  width: calc(100% / 3);
  max-height: 2.5rem;
  height: 2.5rem;
  background: #0a2248;
  border-right: 1px solid #1b3255;
  box-sizing: border-box;
}
.solution-wrap .tab-list .tab-item:last-child {
  border-right: 0;
}
.solution-wrap .tab-list .tab-item.cur {
  background: linear-gradient(to bottom, #0a2248, #1b3255);
}
.solution-wrap .tab-list .tab-item .tit {
  color: #fff;
  font-size: .24rem;
  text-align: center;
  margin-top: .2rem;
}
.solution-wrap .tab-list .tab-item .icon {
  display: block;
  width: .8rem;
  height: .8rem;
  margin: .6rem auto 0;
}
.solution-wrap .tab-list .tab-item .icon.icon-1 {
  background: url(/static/mobile/img/nav-icon-w1.png) no-repeat center;
  background-size: 100%;
}
.solution-wrap .tab-list .tab-item .icon.icon-2 {
  background: url(/static/mobile/img/nav-icon-w2.png) no-repeat center;
  background-size: 100%;
}
.solution-wrap .tab-list .tab-item .icon.icon-3 {
  background: url(/static/mobile/img/nav-icon-w3.png) no-repeat center;
  background-size: 100%;
}
.solution-wrap .tab-content {
  width: 100%;
}
.solution-wrap .tab-content .tab-content-item {
  display: none;
}
.solution-wrap .tab-content .tab-content-item:nth-child(2) .content:nth-child(1) {
  width: 100%;
}
.solution-wrap .tab-content .tab-content-item:nth-child(3) .content:nth-child(1) {
  width: 100%;
}
.solution-wrap .tab-content .tab-content-item.active {
  display: block;
}
.solution-wrap .tab-content .tab-content-item .content {
  float: left;
  position: relative;
  width: 50%;
  height: 3.2rem;
}
.solution-wrap .tab-content .tab-content-item .content a {
  display: block;
  width: 100%;
  height: 100%;
}
.solution-wrap .tab-content .tab-content-item .content img {
  width: 100%;
  height: 100%;
}
.solution-wrap .tab-content .tab-content-item .content .img-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  font-size: .28rem;
  padding: .3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.news-wrap {
  width: 100%;
  overflow: hidden;
}
.news-wrap .tit {
  font-size: .36rem;
  font-weight: 600;
  text-align: center;
}
.news-wrap .news-content {
  padding: 0 .3rem;
}
.news-wrap .news-content.news_bohui .tips-tit {
  background: url(/static/mobile/img/bhdt-w1.png) no-repeat left center;
  background-size: .6rem .6rem;
}
.news-wrap .news-content.news_trends .tips-tit {
  background: url(/static/mobile/img/bhdt-w2.png) no-repeat left center;
  background-size: .6rem .6rem;
}
.news-wrap .news-content .item {
  position: relative;
  width: 100%;
  margin-top: .5rem;
}
.news-wrap .news-content .item img {
  width: 100%;
}
.news-wrap .news-content .item .tit-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 .3rem;
  margin-bottom: .3rem;
  display: flex;
  flex-direction: row;
}
.news-wrap .news-content .item .tit-wrap .time {
  width: .8rem;
  height: .8rem;
  border: 1px solid #0e57a2;
}
.news-wrap .news-content .item .tit-wrap .time span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: .24rem;
  color: #fff;
}
.news-wrap .news-content .item .tit-wrap .tit {
  margin-left: .1rem;
  flex: 1;
  font-size: .28rem;
  font-weight: normal;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.news-wrap .news-content .tips {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
  width: 100%;
  padding: 0 .3rem;
  background: #0a2248;
}
.news-wrap .news-content .tips.cur .icon {
  transform: rotate(0);
}
.news-wrap .news-content .tips .tips-tit {
  font-size: .34rem;
  line-height: 1rem;
  color: #fff;
  padding-left: .7rem;
}
.news-wrap .news-content .tips .icon {
  width: .5rem;
  height: .5rem;
  background: url(/static/mobile/img/down.png) no-repeat center center;
  background-size: 100%;
  background-position-y: 5px;
  transform: rotate(180deg);
  transition: transform .2s linear;
}
.news-wrap .news-content .news-list {
  display: none;
  padding: .5rem;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.news-wrap .news-content .news-list .news-item {
  margin-bottom: .3rem;
}
.news-wrap .news-content .news-list .news-item:last-child {
  margin-bottom: 0;
}
.news-wrap .news-content .news-list .lk {
  position: relative;
  font-size: .28rem;
  color: #333;
  line-height: .5rem;
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-wrap .news-content .news-list .lk:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 2px;
  height: 15px;
  background: #0e57a2;
}
.news-wrap .more {
  display: block;
  width: 2.7rem;
  height: .8rem;
  margin: .6rem auto;
  font-size: .28rem;
  text-align: center;
  line-height: .8rem;
  color: #424242;
  border: 1px solid #0e57a2;
}

.nums-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: .3rem;
  background: url(/static/mobile/img/nums.jpg) no-repeat center;
  background-size: cover;
}
.nums-wrap .nums-item {
  width: 50%;
  margin: .4rem 0;
}
.nums-wrap .nums-item span {
  position: relative;
  color: #fff;
  display: block;
  font-size: .36rem;
  font-weight: 600;
  text-align: center;
}
.nums-wrap .nums-item span:after {
  content: '+';
  position: absolute;
}
.nums-wrap .nums-item .tit {
  color: #fff;
  font-size: .28rem;
  text-align: center;
}

.wall-wrap .wrap {
  position: relative;
  margin-bottom: .6rem;
}
.wall-wrap .tit {
  margin: .6rem 0 .3rem;
  padding: .3rem;
  font-size: .32rem;
  color: #333;
  text-align: center;
}
.wall-wrap .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wall-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.wall-wrap .swiper-slide .wall-logo {
  display: table;
  width: 100%;
  margin: .3rem 0;
  padding: 0 .6rem;
}
.wall-wrap .swiper-slide .wall-logo:after {
  content: '';
  display: block;
  clear: both;
}
.wall-wrap .swiper-slide .wall-logo:first-child {
  margin-top: 0;
}
.wall-wrap .swiper-slide .wall-logo .img-wrap {
  position: relative;
  float: left;
  width: 2.1rem;
  min-height: 1.48rem;
}
.wall-wrap .swiper-slide .wall-logo .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto !important;
}

/*# sourceMappingURL=index.css.map */
