.mobile-scroll-hidden {
  overflow: hidden;
}
.m-header-permanent {
  height: 14.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.vrv-mobile-header {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mobile-header-show {
  z-index: 99;
}

.m-header-logo {
  height: 100%;
  max-width: 30rem;
}

.m-header-entrance {
  margin-right: 2.625rem;
}

.m-header-content {
  flex: 1;
  overflow: hidden;
  border-top: .0625rem solid #e5e5e5;
  background-color: #fff;
  display: flex;
  font-size: 3.875rem;
}

.m-header-content-fade {
  display: none;
}

.m-navs {
  width: 30.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: .0625rem solid #e5e5e5;
  border-right: .0625rem solid #e5e5e5;
  overflow: auto;
}

.m-nav-item {
  display: block;
  width: 100%;
  height: 11.5rem;
  line-height: 11.5rem;
  text-align: center;
  color: #000;
  border-bottom: .0625rem solid #e5e5e5;
}

.m-nav-item:hover {
  text-decoration: none;
}

.m-nav-selected {
  color: #004098;
}

.module-show {
  display: block;
}

.module-fade {
  display: none;
}

.m-navs-content {
  flex: 1;
  padding: 0 5rem;
  overflow: auto;
}

.m-nav-module-title {
  margin-top: 4rem;
  display: block;
  width: 47.3125rem;
  background-color: #004098;
  text-align: center;
  height: 8.875rem;
  line-height: 8.875rem;
  font-size: 3.875rem;
  color: #fff;
  border-radius: 1.25rem;
}

.m-nav-module-content {
  margin-top: .375rem;
  margin-bottom: 1.25rem;
  color: #666;
}

.m-nav-module-item {
  line-height: 6.5rem;
}

/* 菜单栏 */
.m-header-entrance {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 8.5rem;
  height: 1.5rem;
  background-color: #333;
  margin: 1.375rem 0;
  transition: 0.4s;
}

.m-header-show .bar1 {
  -webkit-transform: rotate(-45deg) translate(-2rem, 2rem);
  transform: rotate(-45deg) translate(-2rem, 2rem);
}

.m-header-show .bar2 {
  opacity: 0;
}

.m-header-show .bar3 {
  -webkit-transform: rotate(45deg) translate(-2rem, -2rem);
  transform: rotate(45deg) translate(-2rem, -2rem);
}

/* end */

/* m-honour-box */
.m-honour-box {
  /* padding: 1.25rem 2.5rem; */
}

.m-honour-margin {
  margin: 0 3rem;
}

.font-size-big {
  font-size: 6.25rem;
}

.font-size-mini {
  font-size: 3.625rem;
}

.m-box-content {
  flex: 1;
}

.card-body {
  /* pad */
}

.m-honour-number {
  height: 10.5rem;
}

.m-honour-card {
  padding: 6rem 0;
}

.m-banner {
  padding-top: 14.125rem;
}

.m-top {
  margin-left: 0 !important;
  font-size: 5.25rem;
}

.card-figure-year.m-top {
  font-size: 3.75rem;
}

.m-section {
  text-align: center;
}

.m-section-title {
  font-size: 6rem;
  line-height: 15rem;
  font-weight: bold;
  color: orange;
}

.m-section-describe {
  padding: 0 10rem;
  font-size: 4rem;
  color: #fff;
}

/* 新闻中心 */
.m-news-box {
  padding: 0 10rem;
  background-image: url("/styles/static/image/newsBakc.png");
}

.m-news-navs {
  padding: 6rem 0;
  display: flex;
  color: #fff;
  font-size: 4rem;
}

.m-news-nav-item {
  padding: 1rem 0;
  margin-right: 14rem;
  cursor: pointer;
}

.m-news-nav-item:nth-of-type(3) {
  margin-right: 0;
}

.m-news-active {
  border-bottom: 0.75rem solid #ff7e00
}
.m-news-article-title-date {
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between;
}
.m-news-article {
  font-size: 4rem;
  color: #ff6f00;
  overflow: hidden;
}
.m-news-article-date {
  flex-shrink: 0;
  color: #fff;
}
.m-hr {
  margin-top: 6rem;
    margin-bottom: 6rem;
    border: 0;
    border-top: 0.75rem solid rgba(255, 255, 255, .5);
}
.m-news-img {
  padding: 2rem;
  background: linear-gradient(to bottom, #e4662c, #ff9e01);
}
.m-news-more {
  padding: 1rem;
  margin: 6rem auto;
  width: 20rem;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, #e4662c, #ff9e01);
  border-radius: 0.125rem;
  cursor: pointer;
}
/* 新闻中心 end*/

/*典型用户*/
.m-link-box-profession {
  margin-bottom: 2rem;
  height: 6rem;
  line-height: 6rem;
  color: #fff;
  font-weight: bold;
  font-size: 4rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  background: linear-gradient(to bottom, #e4662c, #ff9e01);
  text-align: center;
}
.m-link-box {
  padding: 0 10rem;
}
.m-link-content {
  margin-top: 6rem;
}
.m-link-box-tips {
  font-size: 3rem;
}
/*底部*/
.m-page-bottom {
  padding: 0 10rem;
  font-size: 4rem;
  text-align: center;
  overflow: hidden;
}
.m-page-bottom-logo {
  padding: 3rem 0;
  height: 30rem;
}
.fill-height-img {
  height: 100%;
}
.m-map-copyright {
  margin: 2rem 0 6rem 0;
  display: flex;
  justify-content: center;
}
.m-map-copyright>div {
  padding: 0 4rem;
  line-height: 4rem;
}
.m-map {
  border-right: .0625rem solid black;
}
/*三大核心*/
.m-core {
  background-color: #051845;
}
.m-core-content {
  height: 100rem;
  padding-left: 1.8rem;
}
#threeContent2 {
  height: 100%;
  width: 100%;
}
/* 9大体系 */

.m-nine-business {
  background-color: #051845;
  background-image: url("/styles/static/image/lamplight.png");
  background-size: cover;
  background-position: bottom 1.2rem left -40rem;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.m-business-container {
  position: relative;
  margin: auto;
  padding-top: 20rem;
  /* padding-bottom: 3.125rem;
  height: 56.25rem;
  width: 87.5rem; */
  height: 132rem;
  display: flex;
  flex-direction: column;
  /* border-left: .1rem solid #071232;
  border-right: .1rem solid #071232; */
}
.m-business-title {
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  top: 0;
}
.m-business-lamplight {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 1;
}
.m-business-bg {
  height: 74rem;
}

.m-business-switch-area {
  position: relative;
  flex: 1;
  z-index: 2;
}

.m-business-switch-left,
.m-business-switch-right {
  position: absolute;
  top: 2rem;
  width: 10rem;
  cursor: pointer;
  user-select: none;
}

.m-business-switch-left {
  left: 0;
}

.m-business-switch-right {
  right: 0;
  transform: rotate(180deg)
}

.m-business-card-list {
  position: relative;
  margin: auto;
  width: 84rem;
  height: 100%;
  overflow: hidden;
  user-select: none;
}

.m-b-card-all {
  position: absolute;
  left: calc(-28rem * 3);
  top: 0;
  display: flex;
  user-select: none;
  transition: left 0.5s ease;
}

.m-b-card-item {
  margin: 0 2rem;
  /* height: 12.62rem; */
  width: 24rem;
  flex-shrink: 0;
  flex-grow: 0;
  user-select: none;
  cursor: pointer;
}
.m-b-card-item img {
  user-select: none;
}

/* 解决方案 */
.m-an-plan-box {
  height: 122rem;
  padding-top: 6.25rem;
  /* padding-bottom: 4rem; */
  background-color: #030041;
  display: flex;
  flex-direction: column;
  background-image: url("/styles/static/image/planBack.png");
  background-size: 200% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.m-new-plan-box {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.m-new-plan-item {
  position: absolute;
  width: 26rem;
  cursor: pointer;
}
.m-new-plan-item-name {
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: 26rem;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.m-new-plan-item:nth-of-type(1) {
  left: 20rem;
  top: 8rem;
}
.m-new-plan-item:nth-of-type(2) {
  right: 20rem;
  top: 8rem;
}
.m-new-plan-item:nth-of-type(3) {
  left: 0rem;
  top: 34rem;
}
.m-new-plan-item:nth-of-type(4) {
  right: 0rem;
  top: 34rem;
}
.m-new-plan-item:nth-of-type(5) {
  left: 20rem;
  top: 60rem;
}
.m-new-plan-item:nth-of-type(6) {
  right: 20rem;
  top: 60rem;
}
.m-plan-active {
  color: orange;
}
.m-new-plan-details {
  position: absolute;
  left: calc(50% - 15rem);
  top: 38rem;
  width: 30rem;
}
.m-new-plan-details-click {
  position: absolute;
  left: 0;
  top: 0;
  width: 30rem;
  height: 6rem;
  z-index: 2;
  cursor: pointer;
}
.m-three-box-more {
  margin: auto;
  width: 20rem;
  padding: 1.8rem;
  border-radius: 4.875rem;
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(to left, #e4662c, #ff9e01);
}
.m-business-title {
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  top: 13rem;
}