
/* 提交form */
.formContact .layui-layer-title{
  font-size: 18px;
  color: #222;
  padding-left: 30px;
}
.formContact .layui-form-item{
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.formContact .layui-form-label{
  width: 100px;
  white-space: nowrap;
  text-align: left;
  padding: 9px 0;
}
.formContact .layui-form-label i{
  color: #EF1C1C;
  font-style: normal;
  margin-left: 4px;
}
.formContact .layui-input-block{
  margin-left: 0;
}
.formContact .layui-input:focus, .formContact  .layui-textarea:focus{
  border-color: #fa4f31 !important;
}
.formContact .layui-input-block button{
  width: 300px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  border-radius: 50px;
}




.layui-layer-page .layui-btn{
  min-width: 120px;
  color: #fff;
  background-color: #fa4f31;
}

.pc_show {
  display: block !important;
}
.m_show {
  display: none !important;
}
.section {
  display: block;
}
.section > .container {
  width: 1200px;
  margin: 0 auto;
}
.index-banner {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  height: 700px;
  color: white;
  background: url('../images/index-banner.png') no-repeat center center;
  padding-top: 240px;
}
.index-banner .index-banner-title {
  font-size: 48px;
}
.index-banner .index-banner-slogan {
  font-size: 24px;
  margin-top: 20px;
}
.index-banner .index-banner-btn {
  /* margin-top: 26px; */
  margin-top: 45px;
}
.index-banner .index-banner-btn a {
  width: 200px;
  height: 60px;
  border-radius: 30px;
  color: white;
  background-color: rgba(240, 88, 58, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.index-intro {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 103px auto 0;
}
.index-intro .title {
  font-size: 36px;
  text-align: center;
}
.index-intro .slogan {
  font-size: 14px;
  text-align: center;
  color: #86909C;
  margin-top: 9px;
}
.index-intro .descript {
  width: 1160px;
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
  margin-top: 56px;
  color: #1D2129;
}
.index-intro .wrapper {
  width: 1200px;
  margin-top: 55px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index-intro .wrapper .intro-item {
  width: 588px;
  height: 360px;
  position: relative;
}
.index-intro .wrapper .intro-item > img {
  max-width: 100%;
}
.index-intro .wrapper .intro-item > a {
  width: 215px;
  height: 36px;
  color: #fa4f31;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 5;
}
.index-intro .wrapper .intro-item .cover {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.7);
  text-align: center;
  padding: 50px 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-intro .wrapper .intro-item .cover .item-title {
  display: none;
}
.index-intro .wrapper .intro-item .cover .item-descript {
  color: #fff;
  opacity: 0.85;
  margin-top: 20px;
}
.index-intro .wrapper .intro-item:hover .cover {
  display: block;
}
.index-intro .wrapper .intro-item:hover > a {
  color: #fff;
  background-color: #fa4f31;
}
.index-case {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 104px auto 0;
}
.index-case .container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.index-case .container .title {
  font-size: 36px;
  text-align: center;
}
.index-case .container .slogan {
  font-size: 14px;
  text-align: center;
  color: #86909C;
  margin-top: 8px;
}
.index-case .container .index-swiper {
  width: 100%;
  margin-top: 51px;
}
.index-case .container .index-swiper .swiper-slide {
  width: 282px;
  height: 400px;
  border: 1px solid rgba(201, 205, 212, 0.3);
  box-sizing: border-box;
}
.index-case .container .index-swiper .swiper-slide .item-thumb {
  width: 100%;
  height: 180px;
  position: relative;
}
.index-case .container .index-swiper .swiper-slide .item-thumb .icon {
  opacity: 0;
  transition: opacity 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-case .container .index-swiper .swiper-slide .item-thumb img.pc_show,
.index-case .container .index-swiper .swiper-slide .item-thumb img.m_show {
  width: 100%;
  height: 100%;
}
.index-case .container .index-swiper .swiper-slide .item-title {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  color: #000;
}
.index-case .container .index-swiper .swiper-slide .item-descript {
  height: 118px;
  font-size: 14px;
  line-height: 1.7;
  color: #4e5969;
  padding: 0px 20px 0;
  margin-top: 5px;
}
.index-case .container .index-swiper .swiper-slide .item-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.index-case .container .index-swiper .swiper-slide .item-more a {
  width: 128px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #000;
  background-color: rgba(30, 30, 30, 0.1);
}
.index-case .container .index-swiper .swiper-slide:hover .item-thumb .icon {
  opacity: 0.7;
}
.index-case .container .index-swiper .swiper-slide:hover .item-more a {
  color: #fff;
  background-color: #f0583a;
}
.index-case .container .index-swiper-prev,
.index-case .container .index-swiper-next {
  width: 48px;
  height: 48px;
}
.index-case .container .index-swiper-prev::after,
.index-case .container .index-swiper-next::after {
  display: none;
}
.index-case .container .index-swiper-prev {
  background: url('../images/index-swiper-arrow-left.png') no-repeat center center;
  transform: translateX(-140%);
}
.index-case .container .index-swiper-next {
  background: url('../images/index-swiper-arrow-right.png') no-repeat center center;
  transform: translateX(140%);
}
.index-collaborate {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 95px auto 0;
}
.index-collaborate .container {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.index-collaborate .container .title {
  font-size: 36px;
}
.index-collaborate .container .slogan {
  font-size: 14px;
  color: #86909C;
  margin-top: 6px;
}
.index-collaborate .container .thumb {
  margin-top: 52px;
}
.index-collaborate .container .thumb img {
  max-width: 100%;
}
.index-news {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 100px auto 0;
}
.index-news .container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index-news .container .left {
  width: 306px;
  padding-top: 24px;
}
.index-news .container .left .title {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.index-news .container .left .title::before {
  content: 'NEWS';
  font-size: 56px;
  font-weight: bolder;
  color: rgba(240, 88, 42, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(0, -35%);
}
.index-news .container .left .slogan {
  font-size: 16px;
  color: #86909C;
  margin-top: 21px;
}
.index-news .container .left .types {
  margin-top: 44px;
}
.index-news .container .left .types a {
  width: 128px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F0583A;
  border: 1px solid #F0583A;
  border-radius: 25px;
  margin-bottom: 20px;
  cursor: pointer;
}
.index-news .container .left .types a.active {
  color: #fff;
  border-color: #F0583A;
  background-color: #F0583A;
}
.index-news .container .right {
  width: 764px;
  position: relative;
  /* display: flex;
  align-items: flex-start;
  justify-content: space-between; */
}
.index-news .container .index-news-swiper-next{
  width: 48px;
  height: 48px;
  background: url('../images/index-swiper-arrow-right.png') no-repeat center center;
  transform: translateX(140%);
}
.index-news .container .index-news-swiper-prev{
  width: 48px;
  height: 48px;
  background: url('../images/index-swiper-arrow-left.png') no-repeat center center;
  transform: translateX(-140%);
}
.index-news .container .right .news-item {
  width: 360px;
  border: 1px solid #eee;
  box-shadow: 2px 6px 5px #eee;
  padding-bottom: 25px;
}
.index-news .container .right .news-item .news-thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.index-news .container .right .news-item .news-thumb img {
  max-width: 100%;
}
.index-news .container .right .news-item .news-thumb::before {
  content: '';
  width: 100%;
  height: 50px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-news .container .right .news-item .news-title {
  display: block;
  margin: 6px auto 0 10px;
  font-size: 16px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-news .container .right .news-item .news-title:hover {
  color: #F0583A;
}
.index-news .container .right .news-item .news-descript {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  padding: 16px 10px 0;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .container .right .news-item .news-infos {
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding: 0 10px;
}
.index-news .container .right .news-item .news-infos i.time {
  width: 24px;
  height: 24px;
  background: url('../images/icon-calendar.png') no-repeat center center;
  margin-right: 10px;
}
.index-news .container .right .news-item .news-infos span {
  font-size: 14px;
  color: #4E5969;
}
.product1-banner {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  height: 380px;
  background: url('../images/product1-banner.png') no-repeat center center;
}
.product1-banner .container {
  color: white;
  text-align: center;
  padding-top: 128px;
}
.product1-banner .container .title {
  font-size: 48px;
}
.product1-banner .container .slogan {
  font-size: 24px;
  margin-top: 28px;
}
.product1-framework {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
.product1-framework .container {
  text-align: center;
  padding-top: 100px;
}
.product1-framework .container .title {
  font-size: 36px;
}
.product1-framework .container .descript {
  padding: 0 26px;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 22px;
}
.product1-framework .container .thumb {
  margin-top: 8px;
}
.product1-framework .container .thumb img {
  max-width: 100%;
}
.product1-framework .container .thumb img.m_show {
  display: none;
}
.product1-problem {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
.product1-problem .container {
  text-align: center;
  padding-top: 16px;
}
.product1-problem .container .title {
  font-size: 36px;
}
.product1-problem .container .descript {
  padding: 0 26px;
  font-size: 14px;
  margin-top: 10px;
  color: #86909C;
}
.product1-problem .container .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
.product1-problem .container .problem-item {
  width: 282px;
  height: 270px;
  background-color: #F0F3F9;
  padding: 0 20px ;
}
.product1-problem .container .problem-item .icon {
  margin-top: 20px;
}
.product1-problem .container .problem-item .item-title {
  font-size: 20px;
  margin-top: 20px;
}
.product1-problem .container .problem-item .item-descript {
  font-size: 14px;
  color: #4E5969;
  margin-top: 14px;
}
.product-core {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 100px auto 0;
}
.product-core .container {
  width: 1200px;
  margin: 0 auto;
}
.product-core .container .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 36px;
  color: #222222;
  line-height: 50px;
  letter-spacing: 4px;
  text-align: center;
  font-style: normal;
}
.product-core .container .slogan {
  font-size: 14px;
  margin-top: 6px;
  color: #86909C;
  text-align: center;
}
.product-core .container .core-category {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 52px;
}
.product-core .container .core-category span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 25px;
  letter-spacing: 2px;
  font-style: normal;
  padding-bottom: 10px;
  cursor: pointer;
}
.product-core .container .core-category span.active {
  color: #F0583A;
  border-bottom: 2px solid #F0583A;
}
.product-core .container .core-main {
  margin-top: 26px;
}
.product-core .container .core-main > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-core .container .core-main > div.overflow {
  display: block;
  white-space: nowrap;
  overflow-x: scroll;
}
.product-core .container .core-main > div.overflow::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.product-core .container .core-main > div.overflow::-webkit-scrollbar-track {
  background-color: transparent;
  padding: 5px 0;
  border-radius: 100px;
}
.product-core .container .core-main > div.overflow::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.product-core .container .core-main > div.overflow .core-item {
  display: inline-block;
  margin-right: 20px;
}
.product-core .container .core-main .core-item {
  width: 220px;
  height: 180px;
  position: relative;
}
.product-core .container .core-main .core-item .item-title {
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: white;
  background: rgba(18, 30, 66, 0.65);
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-advantage {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 110px auto 0;
}
.product-advantage .container {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.product-advantage .container .title {
  font-size: 36px;
  color: #1D2129;
}
.product-advantage .container .slogan {
  font-size: 14px;
  color: #86909C;
}
.product-advantage .container .descript {
  font-size: 14px;
  line-height: 1.5;
  color: #1D2129;
  margin-top: 50px;
}
.product-advantage .container .main {
  margin-top: 80px;
  padding: 0 78px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-advantage .container .main .item {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 36px;
}
.product-advantage .container .main .item img {
  width: 102px;
}
.product-advantage .container .main .item .item-title {
  font-size: 16px;
  color: #000;
  margin-top: 26px;
}
.product-bottom {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 90px auto 0;
  height: 240px;
}
.product-bottom.bg1 {
  background: url('../images/product-bottom-bg1.png') no-repeat center center;
}
.product-bottom.bg2 {
  background: url('../images/product-bottom-bg2.png') no-repeat center center;
}
.product-bottom.bg3 {
  background: url('../images/product-bottom-bg3.png') no-repeat center center;
}
.product-bottom .container {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 50px;
}
.product-bottom .container .title {
  font-size: 36px;
  text-align: center;
}
.product-bottom .container .btns {
  margin-top: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-bottom .container .btns a {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
}
.product-bottom .container .btns a.orange {
  background-color: #F0583A;
}
.product-bottom .container .btns a.black {
  background-color: #000;
}
.product2-banner {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  height: 380px;
  background: url('../images/product2-banner.png') no-repeat center center;
}
.product2-banner .container {
  color: white;
  text-align: center;
  padding-top: 128px;
}
.product2-banner .container .title {
  font-size: 48px;
}
.product2-banner .container .slogan {
  font-size: 24px;
  margin-top: 28px;
}
.product2-what {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 100px auto 0;
}
.product2-what .container {
  width: 1200px;
  margin: 0 auto;
}
.product2-what .container .title {
  font-size: 36px;
  text-align: center;
}
.product2-what .container .descript {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  color: #4E5969;
  margin-top: 30px;
}
.product2-what .container .main {
  margin-top: 68px;
}
.product2-what .container .main .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product2-what .container .main .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.product2-what .container .main .bottom img {
  max-width: 100%;
}
.product2-what .container .main .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 22px 0 16px;
  background-color: rgba(45, 86, 178, 0.02);
  border: 1px dotted #979797;
  position: relative;
}
.product2-what .container .main .item .item-title {
  font-size: 20px;
}
.product2-what .container .main .item .item-descript {
  font-size: 14px;
  margin-top: 14px;
  color: #86909C;
}
.product2-what .container .main .item > img {
  margin-top: 30px;
}
.product2-what .container .main .item .item-title2 {
  font-size: 20px;
  color: #FA6D31;
  font-weight: bold;
  margin-top: 18px;
}
.product2-what .container .main .item.item1 {
  width: 259px;
}
.product2-what .container .main .item.item1::before {
  content: '';
  width: 41px;
  height: 54px;
  background: url('../images/product-what-arrow.png') no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(160%, -50%);
}
.product2-what .container .main .item.item2 {
  width: 499px;
  border-color: #F0583A;
}
.product2-feature {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 100px auto 0;
  padding: 80px 0 110px;
  background-color: #f0f3f9;
}
.product2-feature .container {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.product2-feature .container .title {
  font-size: 36px;
}
.product2-feature .container .descript {
  font-size: 14px;
  color: #4E5969;
  margin-top: 28px;
  line-height: 1.5;
}
.product2-feature .container .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
.product2-feature .container .main .item {
  width: 282px;
  height: 380px;
  background-color: white;
}
.product2-feature .container .main .item > img {
  margin-top: 65px;
}
.product2-feature .container .main .item .item-title {
  font-size: 20px;
  margin-top: 50px;
}
.product2-feature .container .main .item .item-descript {
  font-size: 14px;
  padding: 0 20px;
  margin-top: 23px;
  color: #86909C;
  line-height: 1.7;
}
.product2-ways {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 89px auto 0;
}
.product2-ways .title {
  width: 1200px;
  margin: 0 auto;
  font-size: 36px;
  font-family: 'BestFont-Bold';
  text-align: center;
}
.product2-ways .slogan {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #86909C;
}
.product2-ways .swiper-category {
  width: 1320px;
  margin: 48px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product2-ways .swiper-category .swiper-wrapper {
  justify-content: space-between;
  transform: translate3d(0px, 0px, 0px) !important;
}
.product2-ways .swiper-category .swiper-slide {
  flex: 1;
  width: auto !important;
  font-size: 16px;
  padding-bottom: 10px;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid rgba(151, 151, 151, 0.2);
  margin-right: 0 !important;
}
.product2-ways .swiper-category .swiper-slide span {
  white-space: nowrap !important;
}
.product2-ways .swiper-category .swiper-slide-thumb-active {
  border-bottom: 2px solid #F0583A;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.product2-ways .swiper-category .swiper-slide-thumb-active span {
  color: #F0583A;
  font-family: 'BestFont-Bold';
}
.product2-ways .swiper-ways {
  width: 1320px;
  margin: 17px auto 0;
  padding: 0;
}
.product2-ways .swiper-ways .swiper-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.product2-ways .swiper-ways .swiper-slide {
  width: 1200px;
  height: 486px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 30px 0;
}
.product2-ways .swiper-ways .swiper-slide .left {
  width: 376px;
  height: 100%;
  margin-top: 30px;
}
.product2-ways .swiper-ways .swiper-slide .left .slide-title {
  font-size: 30px;
  font-family: 'BestFont-Bold';
  color: #000;
}
.product2-ways .swiper-ways .swiper-slide .left ul {
  margin-top: 40px;
  padding-left: 20px;
}
.product2-ways .swiper-ways .swiper-slide .left ul li {
  position: relative;
  font-size: 18px;
  margin-bottom: 18px;
  list-style: disc;
  color: #86909C;
}
.product2-ways .swiper-ways .swiper-slide .left .more {
  width: 110px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #F0583A;
  font-size: 16px;
  margin-top: 40px;
  border-radius: 25px;
}
.product2-ways .swiper-ways .swiper-slide .right {
  margin-right: 120px;
}
.product2-ways .swiper-button-next,
.product2-ways .swiper-button-prev {
  width: 48px;
  height: 48px;
  transform: translateY(-180%);
}
.product2-ways .swiper-button-next {
  background: url('../images/index-swiper-arrow-right.png') no-repeat center center;
}
.product2-ways .swiper-button-prev {
  background: url('../images/index-swiper-arrow-left.png') no-repeat center center;
}
.product2-solution {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 640px;
  background: url('../images/product2-solution-bg.png') no-repeat center center;
}
.product2-solution .container {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 80px;
}
.product2-solution .container .title {
  font-size: 36px;
  text-align: center;
  font-weight: 200;
}
.product2-solution .container .slogan {
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
  font-weight: 200;
}
.product2-solution .container .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
.product2-solution .container .main .left {
  width: 140px;
  display: flex;
  flex-direction: column;
}
.product2-solution .container .main .left span {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  padding: 0 10px 0 15px;
  border-right: 2px solid rgba(151, 151, 151, 0.1);
  cursor: pointer;
}
.product2-solution .container .main .left span.active {
  border-right-color: #F0583A;
  background-image: linear-gradient(to right, transparent, rgba(240, 88, 58, 0.6));
}
.product2-solution .container .main .right {
  width: 1000px;
}
.product2-solution .container .main .right .tab-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product2-solution .container .main .right .tab-item .right_left {
  padding-top: 10px;
}
.product2-solution .container .main .right .tab-item .right_left .item-title {
  font-size: 24px;
}
.product2-solution .container .main .right .tab-item .right_left .item-descript {
  font-size: 14px;
  margin-top: 27px;
  line-height: 1.7;
}
.product2-solution .container .main .right .tab-item .right_left .item-more {
  margin-top: 50px;
}
.product2-solution .container .main .right .tab-item .right_left .item-more a {
  width: 128px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #F0583A;
  border-radius: 25px;
}
.product2-solution .container .main .right .tab-item .right_right {
  margin-top: -24px;
}
.product2-advantage {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 99px auto 0;
  padding: 0 0 10px;
}
.product2-advantage .container {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.product2-advantage .container .title {
  font-size: 36px;
}
.product2-advantage .container .descript {
  font-size: 14px;
  color: #86909C;
  margin-top: 8px;
}
.product2-advantage .container .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 65px;
}
.product2-advantage .container .main .item {
  width: 282px;
  height: 300px;
  background-color: rgba(45, 86, 178, 0.05);
}
.product2-advantage .container .main .item > img {
  margin-top: 18px;
}
.product2-advantage .container .main .item .item-title {
  font-size: 20px;
  line-height: 1.4;
  color: #1D2129;
  margin-top: 12px;
  text-align: center;
}
.product2-advantage .container .main .item .item-descript {
  font-size: 14px;
  padding: 0 20px;
  margin-top: 14px;
  color: #86909C;
}
.case-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 380px;
  background: url('../images/case-banner.png') no-repeat center center;
}
.case-banner .container {
  width: 1200px;
  margin: 0px auto 0;
  color: #fff;
  text-align: center;
  padding: 116px 0 0;
}
.case-banner .container .title {
  font-size: 48px;
  font-family: 'BestFont-Bold';
}
.case-banner .container .desc {
  width: 898px;
  margin: 22px auto 0;
  font-size: 24px;
  line-height: 36px;
}
.case-banner .container .btns {
  margin-top: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-banner .container .btns a {
  width: 288px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  border-radius: 50px;
  background-color: #fa4f31;
}
.case-apply {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 100px auto 0;
}
.case-apply .container {
  width: 1200px;
  margin: 0 auto;
}
.case-apply .container .title {
  font-size: 36px;
  text-align: center;
  color: #1D2129;
}
.case-apply .container .wrapper {
  margin-top: 30px;
}
.case-apply .container .module {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 86px;
}
.case-apply .container .module:nth-child(even) {
  flex-direction: row-reverse;
}
.case-apply .container .module .left {
  width: 450px;
  text-align: center;
}
.case-apply .container .module .left img {
  max-width: 100%;
}
.case-apply .container .module .left .thumb-title {
  font-size: 20px;
  color: #1D2129;
  margin-top: 30px;
}
.case-apply .container .module .right {
  width: 690px;
}
.case-apply .container .module .right .cards {
  height: 450px;
  background-color: #F0F3F9;
  border-radius: 4px;
  padding: 36px 25px;
}
.case-apply .container .module .right .cards .cards-title {
  font-size: 24px;
  color: #1D2129;
}
.case-apply .container .module .right .cards .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 36px;
}
.case-apply .container .module .right .cards .main .cards-item {
  width: 315px;
  height: 140px;
  margin-bottom: 22px;
  padding: 20px 20px;
  border-radius: 4px;
  background-color: white;
  position: relative;
  box-sizing: border-box;
}
.case-apply .container .module .right .cards .main .cards-item::before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #F0583A;
  position: absolute;
  right: 20px;
  bottom: 17px;
}
.case-apply .container .module .right .cards .main .cards-item .cards-item-title {
  font-size: 20px;
  color: #F0583A;
}
.case-apply .container .module .right .cards .main .cards-item .cards-item-descript {
  font-size: 14px;
  color: #1D2129;
  margin-top: 10px;
  line-height: 1.5;
}
.case-apply .container .module .right .lists {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 25px 0;
}
.case-apply .container .module .right .lists .lists-item {
  width: 315px;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.case-apply .container .module .right .lists .lists-item .lists-item-title {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #F0583A;
  font-size: 12px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-apply .container .module .right .lists .lists-item .lists-item-title i {
  font-style: normal;
  font-size: 16px;
  margin-right: 2px;
}
.case-apply .container .module .right .lists .lists-item .lists-item-descript {
  font-size: 14px;
  color: #1D2129;
}
.news-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 380px;
  background: url('../images/search-banner.png') no-repeat center center;
}
.news-banner .container {
  width: 1200px;
  margin: 0px auto 0;
  color: #fff;
  text-align: center;
  padding: 116px 0 0;
}
.news-banner .container .title {
  font-size: 48px;
  font-family: 'BestFont-Bold';
}
.news-banner .container .desc {
  width: 898px;
  margin: 22px auto 0;
  font-size: 24px;
  line-height: 36px;
}
.news-banner .container .btns {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-banner .container .btns .wrapper {
  width: 720px;
  height: 48px;
  border: 1px solid #F0583A;
  display: flex;
  align-items: center;
}
.news-banner .container .btns .wrapper input {
  width: calc(100% - 80px);
  height: 100%;
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding-left: 20px;
}
.news-banner .container .btns .wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.news-banner .container .btns .wrapper > button {
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0583A;
  border: none;
  cursor: pointer;
}
.news-list {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background-color: #f9f9f9;
}
.news-list .container {
  width: 1200px;
  margin: 0 auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 80px 0 160px;
}
.news-list .container .left {
  width: 384px;
}
.news-list .container .left .category {
  width: 100%;
  min-height: 122px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: white;
}
.news-list .container .left .category a {
  width: 104px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D2129;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.news-list .container .left .category a:nth-child(3n+2) {
  margin: 0 20px;
}
.news-list .container .left .category a.active {
  color: #fff;
  background-color: #F0583A;
}
.news-list .container .left .links {
  margin-top: 30px;
  background-color: white;
  padding: 25px 20px 10px;
}
.news-list .container .left .links .add {
  margin-top: 10px;
}
.news-list .container .left .links .add span {
  font-size: 14px;
}
.news-list .container .left .links .add a {
  display: inline-block;
  color: #F0583A;
  background-color: rgba(240, 88, 58, 0.2);
  padding: 0 8px;
}
.news-list .container .left .links .contact {
  margin-top: 10px;
}
.news-list .container .left .links .contact img {
  margin-right: 5px;
}
.news-list .container .left .links .contact span {
  color: #86909C;
}
.news-list .container .left .links > a {
  display: inline-block;
  font-size: 18px;
  color: #F0583A;
  background-color: rgba(240, 88, 58, 0.2);
  padding: 2px 10px;
  margin-top: 10px;
}
.news-list .container .left .hot-article {
  margin-top: 30px;
  background-color: white;
  padding: 25px 20px 10px;
}
.news-list .container .left .hot-article > ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 10px;
}
.news-list .container .left .hot-article > ul li {
  list-style: none;
  margin-bottom: 6px;
}
.news-list .container .left .hot-article > ul li a {
  font-size: 14px;
  color: #1D2129;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
.news-list .container .left .hot-article > ul li > div {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.news-list .container .left .hot-article > ul li > div span {
  display: flex;
  align-items: center;
  margin-right: 6px;
  font-size: 12px;
  color: #86909C;

  max-width: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-list .container .left .hot-article > ul li > div img {
  margin-right: 6px;
}
.news-list .container .left .module-title {
  font-size: 20px;
  color: #222;
}
.news-list .container .right {
  width: 792px;
}
.news-list .container .right .list .news-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.news-list .container .right .list .news-item:not(:first-child) {
  padding-top: 20px;
}
.news-list .container .right .list .news-item:last-child {
  border-bottom: none;
}
.news-list .container .right .list .news-item .left {
  width: 180px;
}
.news-list .container .right .list .news-item .left img {
  max-width: 100%;
}
.news-list .container .right .list .news-item .right {
  padding-left: 15px;
  padding-top: 6px;
  max-width: calc(100% - 180px);
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;
}
.news-list .container .right .list .news-item .right .item-title {
  display: block;
  font-size: 20px;
  color: #1D2129;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;


}
.news-list .container .right .list .news-item .right .item-descript {
  font-size: 14px;
  color: #1D2129;
  line-height: 1.4;
  margin-top: 10px;
  /* -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .container .right .list .news-item .right .item-info {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.news-list .container .right .list .news-item .right .item-info span {
  display: flex;
  align-items: center;
  margin-right: 6px;
  font-size: 12px;
  color: #86909C;
}
.news-list .container .right .list .news-item .right .item-info img {
  margin-right: 6px;
}
.news-list .container .right .pages {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.news-list .container .right .pages a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D2129;
  border: 1px solid #86909C;
  margin-right: 10px;
}
.news-list .container .right .pages a.active {
  color: #fff;
  background-color: #F0583A;
  border-color: #F0583A;
}
.news-position {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 20px auto 0;
}
.news-position .container {
  width: 1200px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
}
.news-detail {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 20px auto 0;
}
.news-detail .container {
  width: 1200px;
  margin: 0 auto;
  background-color: white;
  border-radius: 4px;
  padding: 20px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.news-detail .container .title {
  font-size: 28px;
  text-align: center;
}
.news-detail .container .time {
  font-size: 18px;
  color: #86909C;
  margin-top: 16px;
  text-align: center;
}
.news-detail .container .content {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin-top: 20px;
}
.news-detail .container .content *{
  white-space: wrap !important;
  max-width: 100%;
}
.news-other {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 30px auto 50px;
}
.news-other .container {
  width: 1200px;
  margin: 0 auto;
}
.news-other .container > div {
  margin-bottom: 10px;
}
.news-other .container > div a {
  color: #1D2129;
}
.about-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 320px;
  background: url('../images/about-banner.png') no-repeat center center;
}
.about-banner .container {
  width: 1200px;
  margin: 0px auto 0;
  color: #fff;
  text-align: center;
  padding: 116px 0 0;
}
.about-banner .container .title {
  font-size: 48px;
  font-family: 'BestFont-Bold';
}
.about-intro {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 80px auto 0;
}
.about-intro .container {
  width: 1200px;
  margin: 0 auto;
}
.about-intro .container .title {
  font-size: 36px;
  text-align: center;
  color: #1D2129;
}
.about-intro .container .descript {
  font-size: 14px;
  text-align: center;
  color: #86909C;
  margin-top: 18px;
}
.about-intro .container .main {
  margin-top: 58px;
  padding: 30px 20px;
  background-color: white;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.about-intro .container .main .left {
  width: 454px;
}
.about-intro .container .main .left img {
  max-width: 100%;
}
.about-intro .container .main .right {
  width: 690px;
  padding: 60px 80px 20px 0;
  line-height: 1.6;
}
.about-value {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 102px auto 0;
}
.about-value .title {
  font-size: 36px;
  text-align: center;
  color: #1D2129;
}
.about-value .descript {
  font-size: 14px;
  text-align: center;
  color: #86909C;
  margin-top: 18px;
}
.about-value .wrapper {
  width: 100%;
  margin-top: 50px;
  padding: 100px 0;
  background-color: white;
}
.about-value .container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.about-value .container .left {
  width: 600px;
}
.about-value .container .left img {
  max-width: 100%;
}
.about-value .container .right {
  width: 400px;
}
.about-value .container .right ul {
  padding-left: 0;
  margin-left: 0;
  padding-top: 10px;
}
.about-value .container .right ul li {
  list-style: none;
  margin-bottom: 50px;
  color: #1D2129;
}
.about-value .container .right ul li .value-title {
  font-size: 24px;
}
.about-value .container .right ul li .value-descript {
  font-size: 14px;
  margin-top: 10px;
}
.about-contact {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 78px auto 100px;
}
.about-contact .container {
  width: 1200px;
  margin: 0 auto;
}
.about-contact .container .title {
  font-size: 36px;
  text-align: center;
  color: #1D2129;
}
.about-contact .container .descript {
  font-size: 14px;
  text-align: center;
  color: #86909C;
  margin-top: 15px;
}
.about-contact .container .map {
  margin-top: 50px;
  position: relative;
}
.about-contact .container .map .mapinfo {
  width: 369px;
  height: 378px;
  padding: 20px;
  background-color: white;
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 1000;
}
.about-contact .container .map .mapinfo .info-title {
  font-size: 20px;
}
.about-contact .container .map .mapinfo > img {
  margin-top: 22px;
  max-width: 130px;
  max-height: 130px;
}
.about-contact .container .map .mapinfo > p {
  margin-top: 22px;
  font-size: 16px;
  color: #1D2129;
}
.about-contact .container .map .mapinfo ul {
  padding-left: 0;
  margin-left: 0;
  padding-top: 24px;
}
.about-contact .container .map .mapinfo ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 22px;
}
.about-contact .container .map .mapinfo ul li label {
  color: #1D2129;
  margin-right: 6px;
}
.about-contact .container .map .mapinfo ul li span {
  color: #86909C;
}
.about-contact .container .map #mapPos {
  height: 440px;
}
.about-contact .container .map #mapPos .shadow{display: none;}
.about-contact .container .map #mapPos .BMap_bubble_pop > img{display: none;}
.about-contact .container .map #mapPos .BMap_bubble_pop > .BMap_bubble_top{display: none;}
.about-contact .container .map #mapPos .BMap_bubble_pop{
  transform: translateY(58%);
  border-radius: 4px !important;

}
.about-contact .container .map #mapPos .BMap_bubble_pop .BMap_bubble_content{
  padding: 15px 10px;
}

@media (max-width: 767px) {
  .mobile-nav-active .navmenu ul{
    inset: 0 0 0 0;
    border-radius: 0;

  }
  .mobile-nav-active .navmenu ul li:first-child{padding: 0 0 1.6rem 0.9375rem;}
  .mobile-nav-active .navmenu ul li:first-child img{
    width: 2.2rem;
  }
  .mobile-nav-active .navmenu ul li:not(:first-child){
    width: 90vw;
    margin: 0 auto;
    border-bottom: 1px solid rgba(217, 217, 217, .5);
  }
  .mobile-nav-active .navmenu ul li:not(:first-child) a{
    padding: 15px 0 15px 0;
  }
  .mobile-nav-active .navmenu ul li:not(:first-child) >div{
    padding: 15px 0 15px 0;
  }
  .mobile-nav-active .navmenu ul li:not(:first-child) >div > span{width: 100%;}
  .navmenu a i, .navmenu a:focus i{
    background-color: transparent !important;
  }
  .navmenu .active i, .navmenu .active:focus i{
    color: #222;
    background-color: transparent !important;
  }
  .navmenu .dropdown > .dropdown-active{
    padding-top: 0;
    margin-top: 0;
    background-color: transparent !important;
    border: none;
    overflow: hidden;
  }
  .navmenu .dropdown > .dropdown-active li:first-child{
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(217, 217, 217, .5);
  }
  .mobile-nav-active .mobile-nav-toggle{
    color: #222;
  }
  /* 提交form */
  .formContact .layui-layer-title{
    font-size: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .formContact .layui-form{
    margin: 0 0.9375rem !important;
  }
  .formContact .layui-form-label{
    width: auto;
    font-size: 0.75rem;
    padding: 0;
  }
  .formContact .layui-form-label i{
    margin-left: 2px;
  }
  .formContact .layui-input-block button{
    width: 300px;
    height: 30px;
    margin: 10px auto 0;
    border-radius: 50px;
  }




  .hidden-xs {
    display: none !important;
  }
  .pc_show {
    display: none !important;
  }
  .m_show {
    display: block !important;
  }
  .navmenu {
    margin-left: 0;
  }
  .index-page .header > div > div {
    width: 100%;
    justify-content: space-between;
    position: relative;
  }
  .index-page .header > div > span {
    display: none !important;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .footer {
    width: 100%;
    min-width: 320px;
    max-width: 767px;
  }
  .footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .footer-top {
    padding-top: 0;
  }
  .footer .getprice {
    height: 3.125rem;
    width: 100%;
    min-width: 320px;
    max-width: 767px;
  }
  .footer .getprice > div {
    padding: 0 1.25rem;
  }
  .footer .getprice h2 {
    display: none;
  }
  .footer .getprice label {
    font-size: 0.75rem;
    margin-left: 0;
  }
  .footer .getprice span {
    width: 5.3125rem;
    height: 1.25rem;
    font-size: 0.625rem;
    border-radius: 1.5625rem;
  }
  .footer .footer-links {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .footer h4 {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1.25rem;
    margin-bottom: 0;
    background-color: rgba(68, 68, 68, 0.3);
    position: relative;
  }
  .footer .footer-links h4::before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    background: url('../images/icon_sub.png') no-repeat center center;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
  }
  .footer .footer-links.active h4::before {
    background: url('../images/icon_add.png') no-repeat center center;
  }
  .footer .footer-links ul {
    display: none;
  }
  .footer .footer-links.active ul {
    display: block;
  }
  .footer .footer-links ul li {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1.25rem;
  }
  .footer .copyright .copyrightInfo {
    display: block;
    padding: 0 1.25rem;
  }
  .section {
    display: block;
  }
  .section > .container {
    width: 100%;
    margin: 0 auto;
  }
  .index-banner {
    width: 100%;
    min-width: 320px;
    max-width: 767px;
    margin: 0 auto;
    height: 23.4375rem;
    background: url('../images/index-banner-m.png') no-repeat center center;
    background-size: 100% 100%;
    padding-top: 5.625rem;
    text-align: center;
  }
  .index-banner .index-banner-title {
    font-size: 1.5rem;
  }
  .index-banner .index-banner-slogan {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .index-banner .index-banner-btn {
    margin-top: 0;
  }
  .index-banner .index-banner-btn a {
    width: 8.75rem;
    height: 1.875rem;
    border-radius: 0.9375rem;
    font-size: 1.125rem;
    margin: 1.5625rem auto 0;
  }
  .index-intro {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 2.8125rem auto 0;
  }
  .index-intro .container {
    width: 100%;
    padding: 0 0.5rem;
  }
  .index-intro .container .title {
    font-size: 1.5rem;
  }
  .index-intro .container .slogan {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
  .index-intro .container .descript {
    display: none;
  }
  .index-intro .container .wrapper {
    width: 100%;
    margin-top: 0.3125rem;
    flex-wrap: wrap;
  }
  .index-intro .container .wrapper .intro-item {
    width: 100%;
    height: auto;
    background-size: 100% 100% !important;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    box-shadow: 2px 6px 5px #eee;
  }
  .index-intro .container .wrapper .intro-item > a {
    display: none;
  }
  .index-intro .container .wrapper .intro-item .cover {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0;
    position: static;
  }
  .index-intro .container .wrapper .intro-item .cover > img {
    display: none;
  }
  .index-intro .container .wrapper .intro-item .cover .item-title {
    display: block;
    text-align: center;
    color: #E33C1A;
    margin-top: 0.625rem;
    font-size: 1.125rem;
  }
  .index-intro .container .wrapper .intro-item .cover .item-descript {
    font-size: 0.875rem;
    color: #86909C;
    opacity: 1;
    margin-top: 0.625rem;
    padding-bottom: 1.5625rem;
  }
  .index-case {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 1.875rem auto 0;
  }
  .index-case .container {
    width: 100%;
    position: relative;
  }
  .index-case .container .title {
    font-size: 1.125rem;
  }
  .index-case .container .slogan {
    font-size: 0.75rem;
  }
  .index-case .container .swiper-wrapper {
    flex-wrap: wrap;
  }
  .index-case .container .index-swiper {
    width: 100%;
    padding: 0 ;
    box-sizing: border-box;
    margin-top: 1.25rem;
  }
  .index-case .container .index-swiper .swiper-slide {
    width: 100%;
    height: 8.75rem;
    border: none;
    position: relative;
    margin-bottom: 0.625rem;
  }
  .index-case .container .index-swiper .swiper-slide .item-thumb {
    height: 100%;
  }
  .index-case .container .index-swiper .swiper-slide .item-title {
    width: 100%;
    font-size: 0.75rem;
    padding: 0.9375rem 0 0.3125rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 27, 42, 0), rgba(0, 27, 42, 0.6));
  }
  .index-case .container .index-swiper .swiper-slide .item-descript {
    display: none;
  }
  .index-case .container .index-swiper .swiper-slide .item-more {
    display: none;
  }
  .index-case .container .index-swiper .swiper-slide:hover .item-thumb .icon {
    opacity: 0;
  }
  .index-case .container .index-swiper-prev,
  .index-case .container .index-swiper-next {
    display: none;
  }
  .index-collaborate {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 1.875rem auto 0;
  }
  .index-collaborate .container {
    width: 100%;
    padding: 0;
  }
  .index-collaborate .container .title {
    font-size: 1.125rem;
  }
  .index-collaborate .container .slogan {
    font-size: 0.75rem;
  }
  .index-collaborate .container .thumb {
    margin-top: 0.9375rem;
  }
  .index-collaborate .container .thumb img {
    max-width: 100%;
  }
  .index-news2 {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 1.875rem auto;
  }
  .index-news2 .container {
    width: 100%;
  }
  .index-news2 .container .title {
    font-size: 1.5rem;
    text-align: center;
  }
  .index-news2 .container .slogan {
    font-size: 0.875rem;
    color: #86909C;
    text-align: center;
    margin-top: 0.3125rem;
  }
  .index-news2 .container .news-item {
    height: 8.75rem;
    margin-top: 0.625rem;
    position: relative;
    overflow: hidden;
  }
  .index-news2 .container .news-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .index-news2 .container .news-item span {
    color: #fff;
    font-size: 0.875rem;
    position: absolute;
    left: 0.3125rem;
    bottom: 0.3125rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-news2 .container .list {
    margin-top: 0.4688rem;
    padding-left: 0;
    margin-left: 0;
  }
  .index-news2 .container .list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 5px 8px;
  }
  .index-news2 .container .list li:nth-child(even) {
    background-color: rgba(238, 238, 238, 0.4);
  }
  .index-news2 .container .list li a {
    display: block;
    width: 14.6875rem;
    font-size: 0.875rem;
    color: #4E5969;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-news2 .container .list li span {
    font-size: 0.875rem;
    color: #4E5969;
  }
  .product1-banner {
    width: 100%;
    min-width: 320px;
    max-width: 767px;
    height: 15rem;
    background: url('../images/product1-banner-m.png') no-repeat center center;
    background-size: 100% 100%;
  }
  .product1-banner .container {
    padding-top: 5.625rem;
  }
  .product1-banner .container .title {
    font-size: 1.5rem;
  }
  .product1-banner .container .slogan {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
  .product1-framework {
    width: 100%;
    min-width: 320px;
    max-width: 767px;
    background-size: 100% 100%;
  }
  .product1-framework .container {
    padding-top: 1.875rem;
  }
  .product1-framework .container .title {
    font-size: 1.5rem;
  }
  .product1-framework .container .descript {
    display: none;
  }
  .product1-framework .container .thumb {
    margin-top: 0.625rem;
  }
  .product1-framework .container .thumb img.m_show {
    display: block;
  }
  .product1-problem {
    width: 100%;
    min-width: 320px;
    max-width: 767px;
  }
  .product1-problem .container {
    padding-top: 1.875rem;
  }
  .product1-problem .container .title {
    font-size: 1.125rem;
  }
  .product1-problem .container .descript {
    padding: 0 0.625rem;
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
  .product1-problem .container .main {
    flex-wrap: wrap;
    margin-top: 0.625rem;
  }
  .product1-problem .container .problem-item {
    width: 10.7813rem;
    height: 12.8125rem;
    padding: 0 0.625rem;
    margin-bottom: 0.625rem;
  }
  .product1-problem .container .problem-item .icon {
    width: 3.125rem;
    margin-top: 0.625rem;
  }
  .product1-problem .container .problem-item .item-title {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
  .product1-problem .container .problem-item .item-descript {
    font-size: 0.875rem;
    color: #4E5969;
    margin-top: 0.625rem;
  }
  .product-core {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 1.5625rem auto 0;
  }
  .product-core .container {
    width: 100%;
    padding: 0;
  }
  .product-core .container .title {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 3px;
  }
  .product-core .container .slogan {
    font-size: 0.75rem;
  }
  .product-core .container .core-category {
    width: 100%;
    justify-content: flex-start;
    border-bottom: none;
    margin-top: 0.9375rem;
    padding: 0 0 0 0.625rem;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .product-core .container .core-category span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #999999;
    line-height: 1;
    padding: 0.4688rem 0;
    margin-right: 0.625rem;
  }
  .product-core .container .core-category span.active {
    font-weight: bold;
  }
  .product-core .container .core-main {
    margin-top: 0.4688rem;
  }
  .product-core .container .core-main > div {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 0 0 0.625rem;
  }
  .product-core .container .core-main .core-item {
    display: inline-block;
    width: 6.25rem;
    height: 4.6875rem;
    margin-right: 0.625rem;
    position: relative;
  }
  .product-core .container .core-main .core-item img {
    width: 100%;
  }
  .product-core .container .core-main .core-item .item-title {
    width: 100%;
    height: 1.5625rem;
    line-height: 1.5625rem;
    font-size: 0.75rem;
  }
  .product-advantage {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 2.8125rem auto 0;
  }
  .product-advantage .container {
    width: 100%;
    padding: 0 1.25rem;
  }
  .product-advantage .container .title {
    font-size: 1.125rem;
  }
  .product-advantage .container .slogan {
    font-size: 0.75rem;
  }
  .product-advantage .container .descript {
    display: none;
  }
  .product-advantage .container .main {
    margin-top: 0.9375rem;
    padding: 0;
  }
  .product-advantage .container .main .item {
    width: 45%;
    margin-bottom: 0.9375rem;
  }
  .product-advantage .container .main .item img {
    width: 3.1875rem;
  }
  .product-advantage .container .main .item .item-title {
    font-size: 0.8125rem;
    margin-top: 0.625rem;
  }
  .product-bottom {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 1.5625rem auto 0;
    height: 7.5rem;
    background-size: 100% 100% !important;
  }
  .product-bottom.bg1 {
    background: url('../images/product-bottom-bg1-m.png') no-repeat center center;
  }
  .product-bottom.bg2 {
    background: url('../images/product-bottom-bg2-m.png') no-repeat center center;
  }
  .product-bottom.bg3 {
    background: url('../images/product-bottom-bg3-m.png') no-repeat center center;
  }
  .product-bottom .container {
    width: 100%;
    padding: 1.5625rem 1.25rem 0;
  }
  .product-bottom .container .title {
    font-size: 1.125rem;
  }
  .product-bottom .container .btns {
    margin-top: 1.5625rem;
  }
  .product-bottom .container .btns a {
    width: 6.25rem;
    height: 1.5625rem;
    border-radius: 0.7813rem;
    font-size: 0.625rem;
    margin: 0 0.4688rem;
  }
  .product2-banner {
    width: 100%;
    min-width: 320px;
    max-width: 767px;
    height: 15rem;
    background: url('../images/product2-banner-m.png') no-repeat center center;
    background-size: 100% 100%;
  }
  .product2-banner .container {
    padding-top: 5.625rem;
  }
  .product2-banner .container .title {
    font-size: 1.5rem;
  }
  .product2-banner .container .slogan {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
  .product2-what {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin-top: 3rem;
  }
  .product2-what .container {
    width: 100%;
    padding: 0 1.25rem;
  }
  .product2-what .container .title {
    font-size: 1.125rem;
  }
  .product2-what .container .descript {
    display: none;
  }
  .product2-what .container .main {
    margin-top: 10px;
  }
  .product2-what .container .main .top {
    flex-wrap: wrap;
  }
  .product2-what .container .main .bottom {
    margin-top: 0.625rem;
  }
  .product2-what .container .main .item > img {
    height: 3.125rem;
    margin-top: 15px;
  }
  .product2-what .container .main .item .item-title {
    font-size: 0.625rem;
  }
  .product2-what .container .main .item .item-descript {
    font-size: 0.4375rem;
  }
  .product2-what .container .main .item .item-title2 {
    font-size: 0.625rem;
  }
  .product2-what .container .main .item.item1 {
    width: 9.375rem;
  }
  .product2-what .container .main .item.item1::before {
    content: '';
    width: 1.2813rem;
    height: 1.6875rem;
    background-size: 100% 100%;
  }
  .product2-what .container .main .item.item1:nth-last-child(2)::before {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: rotate(90deg) translate(160%, -30%);
  }
  .product2-what .container .main .item.item2 {
    width: 100%;
    margin-top: 2.1875rem;
  }
  .product2-feature {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    padding: 0.9375rem 0;
    background-color: white;
    margin-top: 3rem;
  }
  .product2-feature .container {
    width: 100%;
    padding: 0 1.25rem;
  }
  .product2-feature .container .title {
    font-size: 1.125rem;
  }
  .product2-feature .container .descript {
    font-size: 0.75rem;
  }
  .product2-feature .container .main {
    flex-wrap: wrap;
    margin-top: 0.625rem;
  }
  .product2-feature .container .main .item {
    width: 45%;
    height: auto;
    padding: 1.25rem 0 1.5625rem;
  }
  .product2-feature .container .main .item > img {
    width: 4.6875rem;
    margin-top: 0.625rem;
  }
  .product2-feature .container .main .item .item-title {
    font-size: 0.9375rem;
    margin-top: 0.4688rem;
  }
  .product2-feature .container .main .item .item-descript {
    font-size: 0.75rem;
    padding: 0;
    margin-top: 0.625rem;
  }
  .product2-ways {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin-top: 3rem;
  }
  .product2-ways .title {
    width: 100%;
    font-size: 1.125rem;
    font-family: 'BestFont-Bold';
    text-align: center;
  }
  .product2-ways .swiper-category {
    width: 100%;
    margin: 0.7813rem auto 0;
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .product2-ways .swiper-category .swiper-wrapper {
    overflow-x: scroll;
  }
  .product2-ways .swiper-category .swiper-slide {
    flex: auto;
    width: auto !important;
    font-size: 0.75rem;
    padding-bottom: 0.3125rem;
    padding-right: 0.625rem !important;
  }
  .product2-ways .swiper-ways {
    width: 100%;
    margin: 0.9375rem auto 0;
    padding: 0;
  }
  .product2-ways .swiper-ways .swiper-slide {
    width: 100%;
    height: auto;
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.625rem 0.9375rem 0;
  }
  .product2-ways .swiper-ways .swiper-slide .left {
    display: none;
  }
  .product2-ways .swiper-ways .swiper-slide .right{
    margin-right: 0;
  }
  .product2-ways .swiper-ways .swiper-slide .right img {
    max-width: 100%;
  }
  .product2-ways .swiper-button-next,
  .product2-ways .swiper-button-prev {
    display: none;
  }
  .product2-solution {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    height: auto;
    background: white;
  }
  .product2-solution .container {
    width: 100%;
    padding-top: 3.125rem;
  }
  .product2-solution .container .title {
    font-size: 1.125rem;
    color: #1D2129;
  }
  .product2-solution .container .slogan {
    font-size: 0.75rem;
    color: #4E5969;
    margin-top: 0.3125rem;
  }
  .product2-solution .container .main {
    flex-direction: column;
    margin-top: 0.625rem;
  }
  .product2-solution .container .main .left {
    width: 100%;
    border-right: none;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
  }
  .product2-solution .container .main .left span {
    height: auto;
    white-space: nowrap;
    color: #333;
    padding: 0.3125rem 0.4688rem;
    border-right: none;
    border-bottom: 2px solid rgba(151, 151, 151, 0.1);
  }
  .product2-solution .container .main .left span.active {
    color: #F0583A;
    background-image: none;
    border-bottom-color: #F0583A;
  }
  .product2-solution .container .main .right {
    width: 100%;
    margin-top: 0.625rem;
  }
  .product2-solution .container .main .right .tab-item .right_left {
    display: none;
  }
  .product2-solution .container .main .right .tab-item .right_right {
    margin-top: 0;
  }
  .product2-solution .container .main .right .tab-item .right_right img {
    max-width: 100%;
  }
  .product2-advantage {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 2.8125rem auto 0;
  }
  .product2-advantage .container {
    width: 100%;
    padding: 0 1.25rem;
  }
  .product2-advantage .container .title {
    font-size: 1.125rem;
  }
  .product2-advantage .container .descript {
    font-size: 0.75rem;
  }
  .product2-advantage .container .main {
    margin-top: 0.9375rem;
    flex-wrap: wrap;
    padding: 0;
  }
  .product2-advantage .container .main .item {
    width: 48%;
    height: 13.4375rem;
    margin-bottom: 0.9375rem;
  }
  .product2-advantage .container .main .item img {
    width: 3.1875rem;
    margin-top: 1.875rem;
  }
  .product2-advantage .container .main .item .item-title {
    font-size: 0.8125rem;
    margin-top: 0.625rem;
  }
  .product2-advantage .container .main .item .item-descript {
    font-size: 0.75rem;
    padding: 0 0.625rem;
    margin: 0.625rem 0 1.25rem;
  }
  .case-banner {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    height: 15rem;
    background-size: 100% 100% !important;
    background: url('../images/case-banner-m.png') no-repeat center center;
  }
  .case-banner .container {
    width: 100%;
    padding: 5rem 1.25rem 0;
  }
  .case-banner .container .title {
    font-size: 1.5rem;
  }
  .case-banner .container .desc {
    width: 100%;
    line-height: 1.5;
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
  .case-banner .container .btns {
    margin-top: 1.875rem;
  }
  .case-banner .container .btns a {
    width: 9.375rem;
    height: 1.875rem;
    border-radius: 1.5625rem;
    font-size: 1.125rem;
  }
  .case-apply {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 1.875rem auto 0;
  }
  .case-apply .container {
    width: 100%;
    padding: 0 1.25rem;
  }
  .case-apply .container .title {
    font-size: 1.5rem;
  }
  .case-apply .container .wrapper {
    margin-top: 0.9375rem;
  }
  .case-apply .container .module {
    margin-top: 1.875rem;
  }
  .case-apply .container .module .left {
    display: none;
  }
  .case-apply .container .module .right {
    width: 100%;
  }
  .case-apply .container .module .right .cards {
    height: 100%;
    padding: 0.9375rem 0.7813rem;
  }
  .case-apply .container .module .right .cards .cards-title {
    font-size: 1.5rem;
  }
  .case-apply .container .module .right .cards .main {
    margin-top: 1.125rem;
  }
  .case-apply .container .module .right .cards .main .cards-item {
    width: 48%;
    min-height: 6.25rem;
    margin-bottom: 0.625rem;
    padding: 0.625rem 0.625rem;
  }
  .case-apply .container .module .right .cards .main .cards-item::before {
    content: '';
    width: 1.25rem;
    right: 0.625rem;
    bottom: 0.4688rem;
  }
  .case-apply .container .module .right .cards .main .cards-item .cards-item-title {
    font-size: 20px;
    color: #F0583A;
  }
  .case-apply .container .module .right .cards .main .cards-item .cards-item-descript {
    font-size: 14px;
    color: #1D2129;
    margin-top: 8px;
  }
  .case-apply .container .module .right .lists {
    padding: 0.625rem 0.7813rem 0;
  }
  .case-apply .container .module .right .lists .lists-item {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .case-apply .container .module .right .lists .lists-item .lists-item-title {
    width: 2.8125rem;
    height: 2.8125rem;
    box-shadow: 0 4px 0.3125rem rgba(0, 0, 0, 0.1);
    font-size: 0.6875rem;
    margin-right: 0.3125rem;
  }
  .case-apply .container .module .right .lists .lists-item .lists-item-title i {
    font-size: 0.875rem;
  }
  .case-apply .container .module .right .lists .lists-item .lists-item-descript {
    font-size: 0.75rem;
  }
  .news-banner {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    height: 15rem;
    background-size: 100% 100% !important;
    background: url('../images/search-banner-m.png') no-repeat center center;
  }
  .news-banner .container {
    width: 100%;
    padding: 5rem 1.25rem 0;
  }
  .news-banner .container .title {
    font-size: 1.5rem;
  }
  .news-banner .container .desc {
    width: 100%;
    line-height: 1.5;
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
  .news-banner .container .btns {
    width: 90vw;
    margin: 1.25rem auto 0;
  }
  .news-banner .container .btns >form{width: 100%;}
  .news-banner .container .btns .wrapper {
    width: 100%;
    height: 2.5rem;

  }
  .news-banner .container .btns .wrapper input {
    width: calc(100% - 3.125rem);
    padding-left: 0.625rem;
    font-size: 0.9375rem;
  }
  .news-banner .container .btns .wrapper > button {
    width: 3.125rem;
  }
  .news-banner .container .btns .wrapper > button img {
    width: 1.4063rem;
  }
  .news-list {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
  }
  .news-list .container {
    width: 100%;
    flex-wrap: wrap;
    padding: 1.5625rem 1.25rem 5rem;
  }
  .news-list .container .left {
    width: 100%;
  }
  .news-list .container .left .category {
    width: 100%;
    min-height: 1.875rem;
    padding: 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .news-list .container .left .category a {
    width: 5rem;
    height: 1.625rem;
    margin-right: 0.625rem;
    box-shadow: 0 4px 0.3125rem rgba(0, 0, 0, 0.1);
  }
  .news-list .container .left .category a:nth-child(3n+2) {
    margin: 0 0.625rem 0 0;
  }
  .news-list .container .left .links {
    display: none;
  }
  .news-list .container .left .hot-article {
    display: none;
  }
  .news-list .container .left .module-title {
    display: none;
  }
  .news-list .container .right {
    width: 100%;
    margin-top: 0.625rem;
  }
  .news-list .container .right .list .news-item {
    padding-bottom: 0.625rem;
  }
  .news-list .container .right .list .news-item:not(:first-child) {
    padding-top: 0.625rem;
  }
  .news-list .container .right .list .news-item .left {
    display: none;
  }
  .news-list .container .right .list .news-item .right {
    padding-left: 0;
    padding-top: 0.3125rem;
    max-width: 100%;
  }
  .news-list .container .right .list .news-item .right .item-title {
    font-size: 0.9375rem;
  }
  .news-list .container .right .list .news-item .right .item-descript {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
  .news-list .container .right .list .news-item .right .item-info {
    margin-top: 0.3125rem;
  }
  .news-list .container .right .list .news-item .right .item-info span {
    font-size: 0.625rem;
  }
  .news-list .container .right .list .news-item .right .item-info img {
    margin-right: 0.25rem;
  }
  .news-list .container .right .pages {
    margin-top: 1.875rem;
  }
  .news-list .container .right .pages a {
    width: 1.5625rem;
    height: 1.5625rem;
    font-size: 0.875rem;
    margin-right: 0.3125rem;
  }
  .news-position {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 0.3125rem auto 0;
  }
  .news-position .container {
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .news-detail {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 0.625rem auto 0;
  }
  .news-detail .container {
    width: 100%;
    padding: 0.625rem 0.9375rem;
  }
  .news-detail .container .title {
    font-size: 0.875rem;
    text-align: center;
  }
  .news-detail .container .time {
    font-size: 0.75rem;
    color: #86909C;
    margin-top: 0.3125rem;
    text-align: center;
  }
  .news-detail .container .content {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #666;
    margin-top: 0.625rem;
  }
  .news-other {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 0.9375rem auto;
  }
  .news-other .container {
    width: 100%;
    margin: 0 auto;
  }
  .news-other .container > div {
    margin-bottom: 0.5rem;
  }
  .news-other .container > div a {
    font-size: 0.75rem;
    color: #3491FA;
  }
  .about-banner {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    height: 11.875rem;
    background-size: 100% 100% !important;
    background: url('../images/about-banner-m.png') no-repeat center center;
  }
  .about-banner .container {
    width: 100%;
    padding: 5.625rem 1.25rem 0;
  }
  .about-banner .container .title {
    font-size: 1.3125rem;
  }
  .about-intro {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 1.875rem auto 0;
  }
  .about-intro .container {
    width: 100%;
  }
  .about-intro .container .title {
    font-size: 1.125rem;
  }
  .about-intro .container .descript {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
  .about-intro .container .main {
    margin-top: 0.9375rem;
    padding: 0.9375rem 0.625rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .about-intro .container .main .left {
    width: 100%;
  }
  .about-intro .container .main .right {
    width: 100%;
    padding: 0.625rem;
  }
  .about-value {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 2.5rem auto 0;
  }
  .about-value .title {
    font-size: 1.125rem;
  }
  .about-value .descript {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
  .about-value .wrapper {
    width: 100%;
    margin-top: 1.5625rem;
    padding: 0 0 3.125rem;
    background-color: transparent;
  }
  .about-value .container {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .about-value .container .left {
    width: 100%;
  }
  .about-value .container .right {
    width: 100%;
    margin-top: 0.9375rem;
  }
  .about-value .container .right ul li {
    margin-bottom: 0.9375rem;
  }
  .about-value .container .right ul li .value-title {
    font-size: 0.875rem;
  }
  .about-value .container .right ul li .value-descript {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
  .about-contact {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin: 0rem auto 3.125rem;
    background-color: white;
  }
  .about-contact .container {
    width: 100%;
    padding-top: 1.5625rem;
  }
  .about-contact .container .title {
    font-size: 1.125rem;
  }
  .about-contact .container .descript {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
  .about-contact .container .map {
    margin-top: 0;
  }
  .about-contact .container .map .mapinfo {
    width: 100%;
    height: auto;
    padding: 1.25rem;
    position: static;
    text-align: center;
  }
  .about-contact .container .map .mapinfo .info-title {
    font-size: 0.9375rem;
  }
  .about-contact .container .map .mapinfo > img {
    width: 6.25rem;
    margin: 0.5125rem 0;
  }
  .about-contact .container .map .mapinfo > p {
    margin-top: 0.4688rem;
    margin-bottom: 0.4688rem;
    font-size: 0.75rem;
  }
  .about-contact .container .map .mapinfo ul li {
    font-size: 0.75rem;
    margin-bottom: 0.4688rem;
  }
  .about-contact .container .map .mapinfo ul li label {
    margin-right: 0.25rem;
  }
  .about-contact .container .map #mapPos {
    height: 13.75rem;
  }
}