* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
}
/* 引入思源黑体字体Medium */
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url('font/SourceHanSansCN-Medium.eot');
  /* IE9 Compat Modes */
  src: url('font/SourceHanSansCN-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/SourceHanSansCN-Medium.woff') format('woff'), /* Modern Browsers */ url('font/SourceHanSansCN-Medium.ttf') format('truetype'), /* Safari, Android, iOS */ url('font/SourceHanSansCN-Medium.svg#SourceHanSansCN-Medium') format('svg');
  /* Legacy iOS */
}
body {
  font-size: 14px;
  font-family: 'SourceHanSansCN-Medium';
  background-color: #fff;
}
input,
textarea {
  font-family: 'SourceHanSansCN-Medium' !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #dddddd;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #dddddd;
}
label[for] {
  cursor: pointer;
}
html,
body {
  width: 100%;
}
.m-header {
  width: 100%;
  height: 560px;
  background: url(img/banner.png) no-repeat 100% 100%;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
}
.m-header .m-topNav-bg {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  height: 60px;
  z-index: 999;
}
.m-header .m-topNav {
  margin: 0 auto;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}
.m-header .m-topNav ul,
.m-header .m-topNav li {
  display: inline-block;
  padding: 0 22px;
}
.m-header .m-topNav ul a,
.m-header .m-topNav li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.m-header .m-topNav ul a:hover,
.m-header .m-topNav li a:hover {
  color: #fff;
  cursor: pointer;
}
.m-header .m-topNav .active a {
  color: #fff;
}
.m-header .m-advertBox {
  display: flex;
  flex-direction: column;
  height: 230px;
}
.m-header .m-advertBox h1 {
  font-size: 40px;
}
.m-header .m-advertBox span {
  font-size: 18px;
  display: block;
  line-height: 1.8;
  margin-top: 30px;
}
.m-header .m-advertBox span:last-of-type {
  margin-top: 0px;
}
.m-header .m-advertBox a {
  width: 114px;
  height: 40px;
  background: linear-gradient(90deg, #2B6EFE, #6BC1F5);
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-top: 54px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.m-header .m-advertBox a:hover {
  background: linear-gradient(90deg, #5AC8F3, #97FBDA);
  cursor: pointer;
}
#technology,
#pic,
#case,
#step,
#programme {
  display: block;
}
.m-container {
  width: 100%;
}
.m-container .m-title {
  color: #06245A;
  font-size: 36px;
}
.m-container .m-solve {
  margin: 130px auto 80px;
}
.m-container .m-solve .m-solve-detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}
.m-container .m-solve .m-solve-detail > div {
  width: 504px;
  background: #FFF;
  padding: 26px 40px;
  align-items: center;
  display: flex;
  margin-top: 60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.m-container .m-solve .m-solve-detail > div:hover {
  box-shadow: 0px 4px 13px 1px rgba(18, 50, 122, 0.08);
  cursor: pointer;
}
.m-container .m-solve .m-solve-detail > div div {
  margin-left: 22px;
  display: inline-flex;
  flex-direction: column;
  color: #06245A;
  font-size: 18px;
}
.m-container .m-solve .m-solve-detail > div div span:last-child {
  color: #9BA2B8;
  font-size: 14px;
  display: inline-block;
  margin-top: 12px;
}
.m-container .m-technology {
  width: 100%;
  position: relative;
  background-color: #173E97;
  margin-top: 0px;
}
.m-container .m-technology .m-technology-space {
  width: 100%;
  height: 186px;
  background: #fff;
}
.m-container .m-technology .m-technology-table {
  width: 1200px;
  height: 778px;
  background: #FFFFFF;
  box-shadow: 0px 16px 35px 1px rgba(18, 50, 122, 0.12);
  border-radius: 20px;
  position: absolute;
  z-index: 2;
  top: -116px;
  left: 0;
}
.m-container .m-technology .m-technology-table img {
  display: block;
  margin: 60px 50px;
}
.m-container .m-technology .m-technology-content {
  padding: 722px 0 120px 0;
}
.m-container .m-technology .m-technology-content .m-technology-instruc {
  color: #A5B9E5;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-container .m-technology .m-technology-content .m-technology-instruc > div .m-title {
  color: #fff;
}
.m-container .m-technology .m-technology-content .m-technology-instruc > div .m-mobile-technology-table {
  display: none;
}
.m-container .m-technology .m-technology-content .m-technology-instruc > div .u-mobile-technology-line {
  display: none;
}
.m-container .m-technology .m-technology-content .m-technology-instruc > div .u-title1 {
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}
.m-container .m-technology .m-technology-content .m-technology-instruc > div .u-title2 {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  color: #fff;
}
.m-container .m-technology .m-technology-content .m-technology-instruc > div .u-title2::after {
  content: '';
  display: inline-block;
  width: 278px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.14;
  margin-left: 36px;
}
.m-container .m-technology .m-technology-content .m-technology-instruc > div > span {
  display: block;
}
.m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-describe {
  width: 48%;
}
.m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-describe > p {
  font-size: 14px;
  color: #A5B9E5;
}
.m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-describe > p:first-of-type {
  margin-bottom: 10px;
}
.m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data {
  width: 40%;
  display: flex;
  justify-content: space-between;
}
.m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data > div {
  font-size: 18px;
  color: #fff;
  width: 78px;
  height: 78px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data > div > div {
  position: relative;
}
.m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data > div > div > span {
  display: inline-block;
  position: absolute;
  top: 23px;
  left: 12px;
  text-align: center;
  font-size: 22px;
}
.m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data > div > span:last-child {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  background: #173E97;
  display: block;
  width: 78px;
  height: 20px;
  text-align: center;
}
.m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data > div:nth-child(2) > div > span {
  left: 19px;
}
.m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data > div:nth-child(3) > div > span {
  left: 19px;
}
.m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data > div:nth-child(4) > div > span {
  left: 8px;
}
.m-container .m-technology .m-technology-content .m-technology-characteristic {
  margin: 50px auto 0;
  font-size: 24px;
  color: #fff;
}
.m-container .m-technology .m-technology-content .m-technology-characteristic p {
  display: flex;
  align-items: center;
}
.m-container .m-technology .m-technology-content .m-technology-characteristic p::after {
  content: '';
  display: inline-block;
  width: 1060px;
  height: 1px;
  margin-left: 35px;
  background: rgba(255, 255, 255, 0.14);
}
.m-container .m-technology .m-technology-content .m-technology-characteristic .m-technology-item {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.m-container .m-technology .m-technology-content .m-technology-characteristic .m-technology-item > div {
  width: 366px;
}
.m-container .m-technology .m-technology-content .m-technology-characteristic .m-technology-item > div span {
  display: block;
  margin-top: 21px;
}
.m-container .m-technology .m-technology-content .m-technology-characteristic .m-technology-item > div span:first-of-type {
  font-size: 18px;
}
.m-container .m-technology .m-technology-content .m-technology-characteristic .m-technology-item > div span:last-of-type {
  font-size: 14px;
  color: #A5B9E5;
  line-height: 1.7;
}
.m-container .m-pic {
  margin: 0px auto 120px;
  padding-top: 120px;
  color: #06245A;
}
.m-container .m-pic .m-advantages {
  display: none;
}
.m-container .m-pic > p {
  font-size: 18px;
  margin-top: 12px;
}
.m-container .m-pic .m-pic-content > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.m-container .m-pic .m-pic-content > div img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.m-container .m-pic .m-pic-content > div img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* Internet Explorer */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
  /* Opera */
}
.m-container .m-pic .m-pic-content > div div {
  width: 546px;
}
.m-container .m-pic .m-pic-content > div span {
  font-size: 24px;
  display: inline-block;
  margin: 29px 0 25px;
}
.m-container .m-pic .m-pic-content > div p {
  color: #9BA2B8;
  font-size: 14px;
  line-height: 1.7;
}
.m-container .m-case {
  width: 100%;
  background: #173E97;
  padding: 120px 0;
}
.m-container .m-case h2 {
  color: #fff;
}
.m-container .m-case .m-case-nav {
  margin-top: 60px;
  padding-bottom: 8px;
}
.m-container .m-case .m-case-nav::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  content: '';
  display: block;
  width: 1200px;
}
.m-container .m-case .m-case-nav li {
  padding: 8px 28px;
  display: inline-block;
  color: #A5B9E5;
  font-size: 14px;
}
.m-container .m-case .m-case-nav li:hover {
  color: #99EEFF;
  cursor: pointer;
}
.m-container .m-case .m-case-nav .case-active {
  color: #99EEFF;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  border-image: -webkit-linear-gradient(#F80, #2ED) 20 20;
  border-image: -moz-linear-gradient(#F80, #2ED) 20 20;
  border-image: -o-linear-gradient(#F80, #2ED) 20 20;
  border-image: linear-gradient(#F80, #2ED) 20 20;
}
.m-container .m-case .m-case-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  height: 366px;
}
.m-container .m-case .m-case-content .m-case1,
.m-container .m-case .m-case-content .m-case2,
.m-container .m-case .m-case-content .m-case3,
.m-container .m-case .m-case-content .m-img-case1,
.m-container .m-case .m-case-content .m-img-case2,
.m-container .m-case .m-case-content .m-img-case3 {
  display: none;
}
.m-container .m-case .m-case-content .m-img-case1,
.m-container .m-case .m-case-content .m-img-case2,
.m-container .m-case .m-case-content .m-img-case3 {
  width: 520px;
  height: 350px;
  background: #1B4CAB;
  box-shadow: 0px 16px 29px 1px rgba(18, 50, 122, 0.1);
  border-radius: 10px;
  margin-top: 40px;
}
.m-container .m-case .m-case-content .m-case1 {
  display: block;
}
.m-container .m-case .m-case-content .m-img-case1 {
  display: inline-block;
}
.m-container .m-case .m-case-content .m-case-problem {
  display: flex;
  margin-top: 40px;
  width: 543px;
}
.m-container .m-case .m-case-content .m-case-problem img {
  display: inline-block;
  margin-top: 3px;
}
.m-container .m-case .m-case-content .m-case-problem > div {
  display: inline-block;
  margin-left: 13px;
}
.m-container .m-case .m-case-content .m-case-problem > div > p:first-of-type {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.m-container .m-case .m-case-content .m-case-problem > div > p {
  color: #A5B9E6;
  font-size: 14px;
  margin-top: 8px;
}
.m-container .m-case .m-case-content .m-case-problem .m-case-method {
  line-height: 1.8;
}
.m-container .m-case .m-case-content img {
  display: inline-block;
}
.m-container .m-mobile-case {
  display: none;
}
.m-container .m-mobile-step {
  display: none;
}
.m-container .m-step {
  padding: 120px 0;
}
.m-container .m-step .m-step-count {
  margin-top: 80px;
}
.m-container .m-step .m-step-count img {
  display: inline-block;
  vertical-align: middle;
}
.m-container .m-step .m-step-count img:nth-of-type(even) {
  margin: 0 84px 0 61px;
}
.m-container .m-step .m-step-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.m-container .m-step .m-step-detail > div {
  width: 182px;
  color: #06245A;
  font-size: 18px;
}
.m-container .m-step .m-step-detail > div p {
  font-size: 14px;
  color: #9BA2B8;
  margin-top: 20px;
}
.m-container .m-programme {
  padding: 80px 0 160px;
  margin-top: -20px;
}
.m-container .m-programme .m-programme-detail {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
.m-container .m-programme .m-programme-detail .m-programme-table {
  width: 520px;
  background: #FFFFFF;
  box-shadow: 0px 14px 59px 1px rgba(18, 50, 122, 0.08);
  border-radius: 10px;
  padding: 30px 54px 50px;
  color: #06245A;
  font-size: 14px;
  display: inline-block;
}
.m-container .m-programme .m-programme-detail .m-programme-table label {
  margin-top: 25px;
  display: inline-block;
}
.m-container .m-programme .m-programme-detail .m-programme-table #net-require {
  width: 412px;
  min-height: 42px;
  margin-top: 13px;
}
.m-container .m-programme .m-programme-detail .m-programme-table #net-require xm-select {
  width: 412px;
  min-height: 42px;
  border: 1px solid #DCE0E8;
  border-color: #DCE0E8 !important;
  border-radius: 5px;
  outline: none;
}
.m-container .m-programme .m-programme-detail .m-programme-table input {
  width: 412px;
  height: 42px;
  border: 1px solid #DCE0E8;
  border-radius: 5px;
  display: inline-block;
  margin-top: 13px;
  outline: none;
  padding: 0 13px;
  color: #06245A;
}
.m-container .m-programme .m-programme-detail .m-programme-table input:last-of-type {
  width: 114px;
  height: 40px;
  background: linear-gradient(90deg, #2B6EFE, #6BC1F5);
  border-radius: 5px;
  color: #fff;
  margin-top: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.m-container .m-programme .m-programme-detail .m-programme-table input:last-of-type:hover {
  cursor: pointer;
  background: linear-gradient(90deg, #5AC8F3, #97FBDA);
}
.m-container .m-programme .m-programme-detail .m-programme-after {
  display: inline-block;
  color: #06245A;
  font-size: 18px;
  width: 400px;
  margin-left: 163px;
}
.m-container .m-programme .m-programme-detail .m-programme-after > p {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 8px;
}
.m-container .m-programme .m-programme-detail .m-programme-after .m-after {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
}
.m-container .m-programme .m-programme-detail .m-programme-after .m-after > div {
  display: inline-block;
  margin-left: 24px;
}
.m-container .m-programme .m-programme-detail .m-programme-after .m-after > div p {
  color: #9BA2B8;
  font-size: 14px;
  margin-top: 8px;
}
.m-footer {
  width: 100%;
  background-color: #07256B;
}
.m-footer .m-footer-top {
  padding: 70px 0;
  height: 336px;
  display: flex;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  justify-content: space-between;
}
.m-footer .m-footer-top .m-footer-sercice {
  display: flex;
  flex-direction: column;
}
.m-footer .m-footer-top .m-footer-sercice img {
  display: inline-block;
  margin-bottom: 20px;
}
.m-footer .m-footer-top .m-footer-sercice span {
  display: inline-block;
  margin-top: 6px;
}
.m-footer .m-footer-top .m-footer-nav {
  display: flex;
}
.m-footer .m-footer-top .m-footer-nav dl {
  display: inline-block;
}
.m-footer .m-footer-top .m-footer-nav dl dt {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 27px;
}
.m-footer .m-footer-top .m-footer-nav dl dd {
  margin-bottom: 16px;
}
.m-footer .m-footer-top .m-footer-nav dl dd a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.m-footer .m-footer-top .m-footer-nav dl dd a:hover {
  color: #fff;
  cursor: pointer;
}
.m-footer .m-footer-top .m-footer-nav .m-footer-about {
  margin-left: 160px;
}
.m-footer .m-mobile-footer-bottom {
  display: none;
}
.m-footer .m-footer-bottom {
  width: 100%;
  height: 77px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #9BA2B8;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.m-footer .m-footer-bottom a {
  color: #9BA2B8;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.m-footer .m-footer-bottom a:hover {
  cursor: pointer;
  color: #fff;
}
.m-footer .m-footer-bottom div {
  display: flex;
  align-items: center;
}
.m-footer .m-footer-bottom div img {
  margin-right: 5px;
}
.m-footer .m-footer-bottom div .m-bottom-line {
  display: inline-block;
  padding: 0 20px;
}
.m-mainBox {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.pop {
  position: fixed;
  top: 40%;
  left: 50%;
  width: 380px;
  transform: translate(-50%, -50%);
  padding: 20px 10px;
  border: 1px solid #0e83cc;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px 30px rgba(86, 103, 188, 0.2);
  -moz-box-shadow: 0px 0px 50px 30px rgba(86, 103, 188, 0.2);
  box-shadow: 0px 0px 50px 30px rgba(86, 103, 188, 0.2);
  text-align: center;
}
.pop .text-con {
  padding: 0 0 20px;
  font-size: 20px;
}
.pop .btn-close {
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  width: 114px;
  height: 40px;
  background: linear-gradient(90deg, #2B6EFE, #6BC1F5);
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pop .btn-close:hover {
  background: linear-gradient(90deg, #5AC8F3, #97FBDA);
}
.popHide {
  display: none;
}
.disabled {
  background: #ddd !important;
}
.navBg {
  background-color: #07256B;
}
#u-header-moveLogo {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    height: 100%;
  }
  .m-mainBox {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .m-header {
    width: 100%;
    height: 290px;
    padding-top: 40px;
    background: url(img/moveBanner.png) no-repeat 100% 100%;
    background-size: cover;
    overflow: hidden;
  }
  .m-header #m-topNav-bg {
    width: 100% !important;
    background-color: #FFFFFF;
    height: 40px;
  }
  .m-header #m-topNav-bg .m-topNav {
    height: 40px;
  }
  .m-header #m-topNav-bg .m-topNav ul {
    display: none;
  }
  .m-header #m-topNav-bg .m-topNav #u-header-logo {
    display: none;
  }
  .m-header #m-topNav-bg .m-topNav #u-header-moveLogo {
    padding-left: 15px;
    display: block;
  }
  .m-header .m-advertBox {
    width: 100%;
    height: 250px;
    padding: 49px 0px;
    justify-content: space-between;
  }
  .m-header .m-advertBox h1,
  .m-header .m-advertBox span,
  .m-header .m-advertBox a {
    margin-left: 25px;
  }
  .m-header .m-advertBox h1 {
    font-size: 28px;
  }
  .m-header .m-advertBox span {
    font-size: 14px;
    width: 100%;
    line-height: 21px;
    margin-top: 0px;
  }
  .m-header .m-advertBox a {
    font-size: 12px;
    width: 88px;
    height: 28px;
    line-height: 28px;
    margin-top: 0px;
  }
  .m-container .m-mainBox {
    width: 100%;
    padding: 0 20px;
  }
  .m-container .m-solve {
    margin: 50px auto;
  }
  .m-container .m-solve h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .m-container .m-solve .m-solve-detail {
    margin-top: 30px;
  }
  .m-container .m-solve .m-solve-detail .m-solve-1 {
    width: 50%;
    display: block;
    margin: 0;
    padding: 15px;
  }
  .m-container .m-solve .m-solve-detail .m-solve-1 > div {
    margin-left: 0px;
  }
  .m-container .m-solve .m-solve-detail .m-solve-1 > div span {
    font-size: 13px;
  }
  .m-container .m-solve .m-solve-detail .m-solve-1 > div span:first-of-type {
    text-align: center;
    font-size: 15px;
  }
  .m-container .m-solve .m-solve-detail .m-solve-1 .u-solve-imgBox {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .m-container .m-solve .m-solve-detail .m-solve-1 .u-solve-imgBox > img {
    width: 40px;
    height: 40px;
  }
  .m-container .m-technology .m-technology-space {
    display: none;
  }
  .m-container .m-technology .m-technology-table {
    display: none;
  }
  .m-container .m-technology .m-technology-content {
    padding: 25px 0px;
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc > div:first-of-type .m-mobile-technology-table {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 16px 35px 1px rgba(18, 50, 122, 0.12);
    border-radius: 20px;
    padding: 10px;
    height: 223px;
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc > div:first-of-type .m-mobile-technology-table img {
    width: 100%;
    height: 203px;
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc .m-title {
    font-size: 20px;
    text-align: center;
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc .u-title1 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px !important;
    margin-bottom: 20px;
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc .u-mobile-technology-line {
    display: block !important;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.14;
    margin-top: 25px;
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc .u-title2 {
    font-size: 18px !important;
    margin: 25px 0 20px 0 !important;
    text-align: center;
    display: block !important;
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc .u-title2::after {
    width: 0px !important;
    display: none !important;
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box {
    display: block;
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-describe {
    width: 100%;
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-describe > p {
    font-size: 13px;
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data {
    width: 100%;
    flex-wrap: wrap;
    padding: 12px 12px 30px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data > div {
    width: 50%;
    height: 143px;
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data > div > span:last-of-type {
    margin-top: 10px;
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data > div:nth-of-type(1),
  .m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data > div:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data > div:nth-of-type(1),
  .m-container .m-technology .m-technology-content .m-technology-instruc .m-technology-box .m-technology-data > div:nth-of-type(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
  .m-container .m-technology .m-technology-content .m-technology-characteristic {
    margin-top: 25px;
  }
  .m-container .m-technology .m-technology-content .m-technology-characteristic p {
    justify-content: center;
    font-size: 18px;
  }
  .m-container .m-technology .m-technology-content .m-technology-characteristic p::after {
    width: 0px !important;
    display: none !important;
  }
  .m-container .m-technology .m-technology-content .m-technology-characteristic .m-technology-item {
    margin-top: 25px;
    flex-direction: column;
  }
  .m-container .m-technology .m-technology-content .m-technology-characteristic .m-technology-item > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .m-container .m-technology .m-technology-content .m-technology-characteristic .m-technology-item > div > img {
    width: 40px;
    height: 40px;
  }
  .m-container .m-technology .m-technology-content .m-technology-characteristic .m-technology-item > div > span {
    display: inline-block;
    font-size: 14px !important;
  }
  .m-container .m-technology .m-technology-content .m-technology-characteristic .m-technology-item > div > span:last-of-type {
    display: block;
    margin-top: 10px;
    font-size: 13px !important;
    line-height: 20px;
  }
  .m-container .m-technology .m-technology-content .m-technology-characteristic .m-technology-item > div:last-of-type {
    margin-bottom: 10px;
  }
  .m-container .m-pic {
    margin: 0px;
    padding: 25px 15px;
  }
  .m-container .m-pic .m-advantages {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .m-container .m-pic .m-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .m-container .m-pic > p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .m-container .m-pic .m-pic-content > div {
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .m-container .m-pic .m-pic-content > div:last-of-type {
    margin-bottom: 0px;
  }
  .m-container .m-pic .m-pic-content > div img {
    display: none;
  }
  .m-container .m-pic .m-pic-content > div div {
    width: 100%;
  }
  .m-container .m-pic .m-pic-content > div span {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 0px 0px 5px;
  }
  .m-container .m-pic .m-pic-content > div p {
    font-size: 13px;
  }
  .m-container .m-case {
    display: none !important;
  }
  .m-container .m-mobile-case {
    display: block !important;
    width: 100%;
    background: #173E97;
    padding: 25px 15px;
  }
  .m-container .m-mobile-case h2 {
    color: #fff;
  }
  .m-container .m-mobile-case .m-title {
    font-size: 20px;
    text-align: center;
  }
  .m-container .m-mobile-case > div {
    margin-top: 20px;
  }
  .m-container .m-mobile-case > div .m-mobile-case-title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
  }
  .m-container .m-mobile-case > div .m-mobile-case-imgContent {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 16px 35px 1px rgba(18, 50, 122, 0.12);
    border-radius: 10px;
    height: 213px;
    margin-bottom: 25px;
  }
  .m-container .m-mobile-case > div .m-mobile-case-imgContent img {
    width: 100%;
    height: 213px;
    border-radius: 10px;
  }
  .m-container .m-mobile-case > div .m-mobile-case-problem {
    margin-bottom: 20px;
  }
  .m-container .m-mobile-case > div .m-mobile-case-problem:last-of-type {
    margin-bottom: 0px;
  }
  .m-container .m-mobile-case > div .m-mobile-case-problem > div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .m-container .m-mobile-case > div .m-mobile-case-problem > div h3 {
    font-size: 14px;
    margin-left: 6px;
    color: #fff;
  }
  .m-container .m-mobile-case > div .m-mobile-case-problem > p {
    color: #A5B9E6;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .m-container .m-mobile-case > div .m-mobile-case-problem > p:last-of-type {
    margin-bottom: 0px;
  }
  .m-container .m-step {
    display: none !important;
  }
  .m-container .m-mobile-step {
    display: block;
    padding: 25px 15px;
  }
  .m-container .m-mobile-step .m-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #06245A;
  }
  .m-container .m-mobile-step .m-mobile-step-detail > div {
    display: flex;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .m-container .m-mobile-step .m-mobile-step-detail > div > :last-of-type {
    margin-bottom: 0px;
  }
  .m-container .m-mobile-step .m-mobile-step-detail > div .step-detail-beforeImgbox {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-container .m-mobile-step .m-mobile-step-detail > div .step-detail-textContent {
    flex: 1;
    margin: 0px 15px;
  }
  .m-container .m-mobile-step .m-mobile-step-detail > div .step-detail-textContent > span {
    color: #06245A;
    font-size: 18px;
    margin-bottom: 3px;
  }
  .m-container .m-mobile-step .m-mobile-step-detail > div .step-detail-textContent > p {
    color: #A5B9E5;
    font-size: 13px;
  }
  .m-container .m-mobile-step .m-mobile-step-detail > div .step-detail-afterImgbox {
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-container .m-programme {
    color: #FFF;
    margin-top: 0px;
    background-color: #173E97;
    padding: 25px 0px 0px 0px;
  }
  .m-container .m-programme .m-title {
    font-size: 20px;
    text-align: center;
    color: #FFF;
  }
  .m-container .m-programme .m-programme-detail {
    margin-top: 20px;
    display: block;
  }
  .m-container .m-programme .m-programme-detail .m-programme-table {
    background-color: #173E97;
    padding: 0px 15px;
    width: 100%;
  }
  .m-container .m-programme .m-programme-detail .m-programme-table form {
    background-color: #fff;
    padding: 30px 25px;
    box-shadow: 0px 14px 59px 1px rgba(18, 50, 122, 0.08);
    border-radius: 10px;
  }
  .m-container .m-programme .m-programme-detail .m-programme-table form label {
    margin-top: 15px;
    font-size: 16px;
    display: inline-block;
  }
  .m-container .m-programme .m-programme-detail .m-programme-table form label:first-of-type {
    margin-top: 0px;
  }
  .m-container .m-programme .m-programme-detail .m-programme-table form #net-require {
    width: 100%;
    min-height: 42px;
    margin-top: 13px;
  }
  .m-container .m-programme .m-programme-detail .m-programme-table form #net-require xm-select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #DCE0E8;
    border-color: #DCE0E8 !important;
    border-radius: 5px;
    outline: none;
  }
  .m-container .m-programme .m-programme-detail .m-programme-table form input {
    width: 100%;
  }
  .m-container .m-programme .m-programme-detail .m-programme-table form input:last-of-type {
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #2B6EFE, #6BC1F5);
    border-radius: 5px;
    color: #fff;
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .m-container .m-programme .m-programme-detail .m-programme-table form input:last-of-type:hover {
    cursor: pointer;
    background: linear-gradient(90deg, #5AC8F3, #97FBDA);
  }
  .m-container .m-programme .m-programme-detail .m-programme-after {
    background-color: #fff !important;
    margin-top: 25px;
    padding: 25px 15px;
    width: 100%;
    margin-left: 0px;
  }
  .m-container .m-programme .m-programme-detail .m-programme-after > p {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .m-container .m-programme .m-programme-detail .m-programme-after .m-after {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 15px 0px;
  }
  .m-container .m-programme .m-programme-detail .m-programme-after .m-after:last-of-type {
    margin-bottom: 0px;
  }
  .m-container .m-programme .m-programme-detail .m-programme-after .m-after img {
    width: 40px;
    height: 40px;
  }
  .m-container .m-programme .m-programme-detail .m-programme-after .m-after > div {
    display: inline-block;
    margin-left: 10px;
  }
  .m-container .m-programme .m-programme-detail .m-programme-after .m-after > div span {
    font-size: 18px;
    color: #06245A;
  }
  .m-container .m-programme .m-programme-detail .m-programme-after .m-after > div p {
    color: #9BA2B8;
    font-size: 13px;
    margin-top: 3px;
  }
  .m-footer {
    width: 100%;
    background-color: #173E97;
  }
  .m-footer .m-mainBox {
    width: 100%;
  }
  .m-footer .m-mainBox .m-footer-top {
    display: none !important;
  }
  .m-footer .m-mainBox .m-footer-bottom {
    display: none !important;
  }
  .m-footer .m-mainBox .m-mobile-footer-bottom {
    display: block !important;
    width: 100%;
    color: #9BA2B8;
    font-size: 10px;
    padding: 25px 0px;
  }
  .m-footer .m-mainBox .m-mobile-footer-bottom > div {
    text-align: center;
  }
  .m-footer .m-mainBox .m-mobile-footer-bottom > div a {
    color: #9BA2B8;
    font-size: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .m-footer .m-mainBox .m-mobile-footer-bottom > div a:hover {
    cursor: pointer;
    color: #fff;
  }
}
