@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('../font/webfont.eot');
  /* IE9 */
  src: url('../font/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/webfont.woff2') format('woff2'), url('../font/webfont.woff') format('woff'), /* chrome、firefox */ url('../font/webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../font/webfont.svg#webfont') format('svg'), /* iOS 4.1- */ url('../font/MaterialIcons-Regular.woff2') format('woff2');
  /* iOS 4.1- */
}
html,
body {
  background-color: #ffffff;
  font-family: "webfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.fm_container {
  min-width: 1200px;
}
.fm_container .header:hover {
  background-color: #ffffff !important;
  box-shadow: 6px 1px 11px 0px rgba(12, 1, 4, 0.4);
}
.fm_container .header:hover li {
  color: #000000 !important;
}
.fm_container .header:hover .fm-btn-login {
  color: #333333 !important;
  border-color: #7D7CFE !important;
}
.fm_container .header:hover .nav img:first-of-type {
  display: none!important;
}
.fm_container .header:hover .nav img:last-of-type {
  display: inline-block !important;
}
.fm_container .header .nav img:first-of-type {
  display: inline-block;
}
.fm_container .header .nav img:last-of-type {
  display: none;
}
.fm_container .not-home-header,
.fm_container .header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
}
.fm_container .not-home-header .nav,
.fm_container .header .nav {
  width: 1200px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fm_container .not-home-header .nav .logo,
.fm_container .header .nav .logo {
  width: 40px;
}
.fm_container .not-home-header .nav ul.menu > li,
.fm_container .header .nav ul.menu > li {
  height: 80px;
  line-height: 80px;
  float: left;
  padding: 0 30px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.fm_container .not-home-header .nav ul.menu > li:hover,
.fm_container .header .nav ul.menu > li:hover {
  color: #4745E4 !important;
}
.fm_container .not-home-header .nav ul.menu > li:hover .subnav,
.fm_container .header .nav ul.menu > li:hover .subnav {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 11px, 0px);
  -moz-transform: translate3d(0px, 11px, 0px);
  -webkit-transform: translate3d(0px, 11px, 0px);
}
.fm_container .not-home-header .nav ul.menu > li:hover .subnav .triangle:before,
.fm_container .header .nav ul.menu > li:hover .subnav .triangle:before {
  content: "\20";
  width: 115px;
  height: 45px;
  top: -20px;
  right: -82px;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.fm_container .not-home-header .nav ul.menu > li:hover .subnav .triangle:after,
.fm_container .header .nav ul.menu > li:hover .subnav .triangle:after {
  content: "\20";
  top: 0px;
  right: -7px;
  position: absolute;
  border-bottom: 11px solid #FFFFFF;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 1000;
}
.fm_container .not-home-header .nav ul.menu > li ul.subnav,
.fm_container .header .nav ul.menu > li ul.subnav {
  transition: all 0.3s ease-out 0s;
  position: absolute;
  width: 118px;
  opacity: 0;
  border-radius: 4px;
  left: 5%;
  visibility: hidden;
  transform: translate3d(0px, 22px, 0px);
  -moz-transform: translate3d(0px, 22px, 0px);
  -webkit-transform: translate3d(0px, 22px, 0px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.fm_container .not-home-header .nav ul.menu > li ul.subnav .triangle,
.fm_container .header .nav ul.menu > li ul.subnav .triangle {
  top: -11px;
  right: 75px;
  position: absolute;
  border-bottom: 11px solid #FFFFFF;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 1010;
}
.fm_container .not-home-header .nav ul.menu > li ul.subnav li:not(:first-of-type),
.fm_container .header .nav ul.menu > li ul.subnav li:not(:first-of-type) {
  cursor: pointer;
  width: 100%;
  height: auto;
}
.fm_container .not-home-header .nav ul.menu > li ul.subnav li:not(:first-of-type) a,
.fm_container .header .nav ul.menu > li ul.subnav li:not(:first-of-type) a {
  display: block;
  font-weight: 500;
  height: auto;
  padding: 0 24px;
  line-height: 38px;
  font-size: 14px;
}
.fm_container .not-home-header .nav ul.menu > li ul.subnav li:not(:first-of-type) a:hover,
.fm_container .header .nav ul.menu > li ul.subnav li:not(:first-of-type) a:hover {
  color: #504EE5;
}
.fm_container .not-home-header .nav .fm-btn-login,
.fm_container .header .nav .fm-btn-login {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 20px;
}
.fm_container .not-home-header {
  background-color: #ffffff !important;
  box-shadow: 6px 1px 11px 0px rgba(12, 1, 4, 0.4);
}
.fm_container .not-home-header li {
  color: #000000 !important;
}
.fm_container .not-home-header .fm-btn-login {
  color: #333333 !important;
  border-color: #7D7CFE !important;
}
.fm_container .not-home-header .nav img:first-of-type {
  display: none;
}
.fm_container .not-home-header .nav img:last-of-type {
  display: inline-block;
}
.fm_container .about_container {
  margin-top: 81px;
}
.fm_container .about_container .main {
  width: 100%;
  height: 890px;
  background: url('../img/price_bg.png') no-repeat center;
  background-size: 100% 100%;
}
.fm_container .about_container .main .about_title {
  font-size: 36px;
  color: #191919;
  font-family: "SourceHanSansCN-Medium";
  text-align: center;
  margin-top: 81px;
}
.fm_container .about_container .main .about_title p {
  padding-top: 40px;
}
.fm_container .about_container .main .video {
  width: 960px;
  height: 540px;
  margin: 60px auto;
}
.fm_container .about_container .main .video video {
  width: 100%;
  height: 100%;
}
.fm_container .service_container {
  margin-top: 81px;
}
.fm_container .service_container .main {
  width: 100%;
  height: 890px;
  background: url('../img/price_bg.png') no-repeat center;
  background-size: 100% 100%;
}
.fm_container .service_container .main .service_title {
  font-size: 36px;
  color: #191919;
  font-family: "SourceHanSansCN-Medium";
  text-align: center;
  padding-top: 40px;
}
.fm_container .service_container .main .service_title .underline {
  margin: 24px;
  position: relative;
}
.fm_container .service_container .main .service_title .underline .more {
  font-size: 20px;
}
.fm_container .service_container .main .service_title .underline .more:hover {
  color: #4745E4;
}
.fm_container .service_container .main .service_title .underline:after {
  content: "";
  width: 0px;
  height: 2px;
  background: #4745E4;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  transition: all 0.8s;
}
.fm_container .service_container .main .service_title .underline:hover:after {
  left: 0%;
  right: 25%;
  width: 100%;
}
.fm_container .service_container .main .box {
  width: 1216px;
  border: 454px;
  margin: 7px auto;
  display: flex;
  justify-content: center;
}
.fm_container .service_container .main .box .img_box {
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  width: 304px;
  height: 454px;
  font-family: "思源";
}
.fm_container .service_container .main .box .img_box h5 {
  font-size: 26px;
}
.fm_container .service_container .main .box .img_box h6 {
  font-size: 18px;
  margin-top: 36px;
}
.fm_container .service_container .main .box .img_box p {
  color: #626262;
  font-size: 16px;
  width: 60%;
  line-height: 1.8;
  margin-top: 22px;
}
.fm_container .service_container .main .box .img_box span {
  display: block;
}
.fm_container .service_container .main .box .img_box .buy {
  width: 141px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  margin-top: 31px;
  cursor: pointer;
}
.fm_container .service_container .main .box .experience_green {
  background: url('../img/experience_green.png') no-repeat center;
  background-size: 100%;
}
.fm_container .service_container .main .box .standard_blue {
  background: url('../img/standard_blue.png') no-repeat center;
  background-size: 100%;
}
.fm_container .service_container .main .box .premium_lightred {
  background: url('../img/premium_lightred.png') no-repeat center;
  background-size: 100%;
}
.fm_container .service_container .main .box .honorable_orange {
  background: url('../img/honorable_orange.png') no-repeat center;
  background-size: 100%;
}
.fm_container .service_container .main .box .experience_cb {
  color: #4DDADB;
  border: 1px solid #4DDADB;
}
.fm_container .service_container .main .box .experience_cb:hover {
  color: #FFFFFF;
  background-color: #4DDADB;
}
.fm_container .service_container .main .box .standard_cb {
  color: #9AA9FB;
  border: 1px solid #9AA9FB;
}
.fm_container .service_container .main .box .standard_cb:hover {
  color: #FFFFFF;
  background-color: #9AA9FB;
}
.fm_container .service_container .main .box .premium_cd {
  color: #F98FA2;
  border: 1px solid #F98FA2;
}
.fm_container .service_container .main .box .premium_cd:hover {
  color: #FFFFFF;
  background-color: #F98FA2;
}
.fm_container .service_container .main .box .honorable_cd {
  color: #F9AA64;
  border: 1px solid #F9AA64;
}
.fm_container .service_container .main .box .honorable_cd:hover {
  color: #FFFFFF;
  background-color: #F9AA64;
}
.fm_container .serviceprice_container {
  margin-top: 81px;
}
.fm_container .serviceprice_container .main {
  width: 100%;
  height: 1179px;
  background: url(../img/price_bg.png) no-repeat;
  background-size: 100% 100%;
  min-width: 100%;
}
.fm_container .serviceprice_container .main .serviceprice_title {
  color: #191919;
  font-family: "SourceHanSansCN-Medium";
  width: 1198px;
  /* margin-top: 120px; */
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  padding-top: 83px;
}
.fm_container .serviceprice_container .main .serviceprice_title p span {
  color: #4745E4;
}
.fm_container .serviceprice_container .main .price {
  width: 1198px;
  height: 946px;
  margin-top: 25px;
  margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
}
.fm_container .solutions_container {
  margin-top: 81px;
}
.fm_container .solutions_container .main .solutions_title {
  font-size: 36px;
  color: #191919;
  font-family: "SourceHanSansCN-Medium";
  text-align: center;
}
.fm_container .solutions_container .main .solutions_content_bg {
  width: 100%;
  background: url('../img/solutions_bg.png') no-repeat;
  background-size: cover;
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content {
  width: 1044px;
  margin: 0 auto;
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .serviceprice_content {
  width: 70%;
  width: 75%;
  margin: 0 auto;
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .form-box-view5 {
  width: 340px;
  text-align: center;
  margin: 0px auto 20px;
  position: relative;
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .form-box-view5 em {
  color: red;
  position: absolute;
  left: 8px;
  z-index: 1;
  height: 46px;
  line-height: 52px;
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .ivu-input {
  display: inline-block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  line-height: 1.5;
  padding: 4px 17px;
  font-size: 14px;
  border: 1px solid #232449;
  border-radius: 23px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .ivu-input:before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 14px;
  color: #ed4014;
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .ivu-input:focus,
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .ivu-input:hover {
  border-color: #57a3f3;
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .ivu-input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content textarea.ivu-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .ivu-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 46px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 23px;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
  color: #515a6e;
  background-color: #fff;
  border-color: #dcdee2;
  line-height: 1.5;
  width: 300px;
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .ivu-btn-primary {
  color: #fff;
  background-color: #232449;
  border-color: #232449;
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .ivu-btn,
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .ivu-btn:active,
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .ivu-btn:focus {
  outline: 0;
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .ivu-btn > span {
  display: inline-block;
}
.fm_container .solutions_container .main .solutions_content_bg .solutions_content .ivu-btn.ivu-btn-info {
  color: #00A0E9;
  border-color: #00A0E9;
}
.fm_container .servicetreaty_container {
  margin-top: 81px;
}
.fm_container .servicetreaty_container .main .servicetreaty_title {
  margin-bottom: 100px;
}
.fm_container .servicetreaty_container .main .servicetreaty_content {
  font-size: 16px;
  color: #191919;
  font-family: "SourceHanSansCN-Regular";
}
.fm_container .servicetreaty_container .main .servicetreaty_content .servicetreaty_content_title {
  width: 1093px;
  margin: 0 auto;
  line-height: 1.8;
}
.fm_container .servicetreaty_container .main .servicetreaty_content .servicetreaty_content_title p {
  font-weight: bold;
}
.fm_container .servicetreaty_container .main .servicetreaty_content .servicetreaty_content_pact {
  width: 1040px;
  margin: 20px auto 40px auto;
}
.fm_container .servicetreaty_container .main .servicetreaty_content .servicetreaty_content_pact p {
  line-height: 1.8;
}
.fm_container .servicetreaty_container .main .servicetreaty_content .servicetreaty_content_pact .mt {
  margin-top: 15px;
}
.fm_container .privacy-agreement,
.fm_container .disclaimer-container {
  margin-top: 81px;
}
.fm_container .privacy-agreement .main .servicetreaty_title,
.fm_container .disclaimer-container .main .servicetreaty_title {
  margin-bottom: 100px;
}
.fm_container .privacy-agreement .main .servicetreaty_content,
.fm_container .disclaimer-container .main .servicetreaty_content {
  font-size: 16px;
  color: #191919;
}
.fm_container .privacy-agreement .main .servicetreaty_content .servicetreaty_content_title,
.fm_container .disclaimer-container .main .servicetreaty_content .servicetreaty_content_title {
  width: 1093px;
  margin: 0 auto;
  line-height: 1.8;
}
.fm_container .privacy-agreement .main .servicetreaty_content .servicetreaty_content_title p,
.fm_container .disclaimer-container .main .servicetreaty_content .servicetreaty_content_title p {
  font-weight: bold;
}
.fm_container .privacy-agreement .main .servicetreaty_content .servicetreaty_content_pact,
.fm_container .disclaimer-container .main .servicetreaty_content .servicetreaty_content_pact {
  width: 1040px;
  margin: 20px auto 40px auto;
}
.fm_container .swiperHome .swiper-pagination-bullet-active {
  background: #fff;
}
.fm_container .swiperHome .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.fm_container .platform {
  height: 300px;
  padding: 0 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fm_container .platform .item:nth-child(1) img {
  width: 55px;
}
.fm_container .platform .item:nth-child(2) img {
  width: 61px;
}
.fm_container .platform .item:nth-child(3) img {
  width: 63px;
}
.fm_container .platform .item {
  width: 33.2%;
  float: left;
  text-align: center;
}
.fm_container .platform .item h3 {
  color: #4745E4;
  padding-top: 10px;
  font-size: 26px;
}
.fm_container .platform .item p {
  color: #393939;
  font-size: 16px;
  padding-top: 10px;
}
.fm_container .platform-ability {
  text-align: center;
}
.fm_container .platform-ability > h1 {
  font-size: 30px;
  color: #4745E4;
  margin-top: 90px;
}
.fm_container .platform-ability > p {
  font-size: 20px;
  color: #777777;
  margin: 20px 0 100px 0;
}
.fm_container .platform-ability .container .box {
  width: 1100px;
  height: 720px;
  transform-style: preserve-3d;
  margin: 0 auto;
  position: relative;
}
.fm_container .platform-ability .container .box div {
  width: 400px;
  height: 570px;
  position: absolute;
  top: 15px;
  transition: all 0.3s linear;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: #fff;
}
.fm_container .platform-ability .container .box div h1,
.fm_container .platform-ability .container .box div p {
  color: #777777;
  padding: 60px 0;
  width: 80%;
}
.fm_container .platform-ability .container .box div p {
  font-size: 14px;
}
.fm_container .platform-ability .container .box div h1 {
  font-size: 20px;
}
.fm_container .platform-ability .container .box div img {
  width: 304px;
  height: 261px;
}
.fm_container .platform-ability .container .box .front {
  left: 0;
}
.fm_container .platform-ability .container .box .front .img_show {
  display: none;
}
.fm_container .platform-ability .container .box .front .img {
  display: inline-block;
}
.fm_container .platform-ability .container .box .back {
  left: 720px;
}
.fm_container .platform-ability .container .box .back .img_show {
  display: none;
}
.fm_container .platform-ability .container .box .back .img {
  display: inline-block;
}
.fm_container .platform-ability .container .box .active {
  left: 360px;
  transform: scaleY(1.104);
  z-index: 10;
}
.fm_container .platform-ability .container .box .active h1 {
  color: #4745E4;
  padding: 50px 0;
  font-size: 24px;
  transform: scaleY(0.896);
}
.fm_container .platform-ability .container .box .active p {
  padding: 50px 0;
  font-size: 16px;
  color: #000000;
  transform: scaleY(0.896);
}
.fm_container .platform-ability .container .box .active .img_show {
  display: inline-block;
}
.fm_container .platform-ability .container .box .active .img {
  display: none;
}
.fm_container .solution {
  height: 540px;
  width: 100%;
  background: url('../img/solutionBg@2x.png') no-repeat center;
  display: inline-block;
  text-align: center;
}
.fm_container .solution h1 {
  margin-top: 40px;
  font-size: 30px;
  color: #FFFFFF;
}
.fm_container .solution p {
  font-size: 14px;
  color: #FFFFFF;
  margin: 30px 0;
}
.fm_container .solution > p {
  font-size: 20px;
}
.fm_container .solution .card-box {
  display: flex;
  justify-content: center;
}
.fm_container .solution .card-box .list:not(:last-of-type) {
  margin-right: 15px;
}
.fm_container .solution .card-box .list {
  width: 273px;
  height: 323px;
  background: url('../img/carBg.png') no-repeat center;
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fm_container .solution .card-box .list h2 {
  color: #4646E4;
  font-size: 18px;
}
.fm_container .solution .card-box .list p {
  color: #010101;
  width: 80%;
  max-width: 250px;
  letter-spacing: 2px;
  line-height: 1.25;
}
.fm_container .solution .card-box .list .fm-btn-info {
  background-color: #423ce2;
  border: 1px solid #423ce2;
  border-radius: 20px;
  color: #FFFFFF;
}
.fm_container .solution .card-box .list .fm-btn-info span {
  font-family: none;
}
.fm_container .customers {
  text-align: center;
  overflow: hidden;
}
.fm_container .customers h1 {
  font-size: 30px;
  color: #4745E4;
  padding-top: 38px;
}
.fm_container .customers .customers-group {
  height: 380px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.fm_container .customers .dowebok,
.fm_container .customers .dowebok2,
.fm_container .customers .swiper-container {
  width: 920px;
  margin: 0px auto;
  /*插件的wrapper 这是关键， 覆盖插件默认切换效果为匀速*/
}
.fm_container .customers .dowebok .swiper-wrapper,
.fm_container .customers .dowebok2 .swiper-wrapper,
.fm_container .customers .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  -moz-transition-timing-function: linear!important;
  -ms-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
  margin: 0px auto;
}
.fm_container .customers .dowebok img,
.fm_container .customers .dowebok2 img,
.fm_container .customers .swiper-container img {
  vertical-align: top;
  width: 209px;
}
.fm_container .footer {
  background: url(../img/footerBg.png) no-repeat center;
  background-size: 100% 100%;
  height: 400px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.fm_container .footer .footer-wrap {
  width: 920px;
  margin: 60px auto;
}
.fm_container .footer .footer-wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fm_container .footer .footer-wrap .top .qr-box {
  height: 136px;
  width: 136px;
  display: inline-block;
  margin-top: -23px;
}
.fm_container .footer .footer-wrap .top .qr-box p {
  color: #333333;
  font-size: 12px;
  margin-top: 10px;
}
.fm_container .footer .footer-wrap .top .yhxy,
.fm_container .footer .footer-wrap .top .about-us,
.fm_container .footer .footer-wrap .top .contact-us {
  display: flex;
  flex-direction: column;
}
.fm_container .footer .footer-wrap .top .yhxy h1,
.fm_container .footer .footer-wrap .top .about-us h1,
.fm_container .footer .footer-wrap .top .contact-us h1 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.fm_container .footer .footer-wrap .top .yhxy > a,
.fm_container .footer .footer-wrap .top .about-us > a,
.fm_container .footer .footer-wrap .top .contact-us > a {
  margin-top: 15px;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #333333;
}
.fm_container .footer .footer-wrap .top .yhxy > a:first-of-type,
.fm_container .footer .footer-wrap .top .about-us > a:first-of-type,
.fm_container .footer .footer-wrap .top .contact-us > a:first-of-type {
  margin-top: 30px;
}
.fm_container .footer .footer-wrap .top .yhxy .type-a,
.fm_container .footer .footer-wrap .top .about-us .type-a,
.fm_container .footer .footer-wrap .top .contact-us .type-a {
  margin-top: 15px;
  font-size: 18px;
  color: #333333;
}
.fm_container .footer .footer-wrap .top .yhxy .type-a:first-of-type,
.fm_container .footer .footer-wrap .top .about-us .type-a:first-of-type,
.fm_container .footer .footer-wrap .top .contact-us .type-a:first-of-type {
  margin-top: 30px;
}
.fm_container .footer .footer-wrap .top .contact-us {
  text-align: left;
}
.fm_container .footer .footer-wrap .copyright {
  color: #8B8B8B;
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.fm_container .footer .footer-wrap .copyright img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-left: 10px;
}
.fm_container .login_check_box {
  margin-top: 118px;
  display: none;
  z-index: 1000;
}
.fm_container .login_check_box .modalDialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1200;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.fm_container .login_url_view {
  width: 398px;
  height: 252px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 auto;
  position: relative;
  z-index: 1201;
}
.fm_container .login_url_view .warning_icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  padding-top: 22px;
}
.fm_container .login_url_view .warning_tip {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  margin-top: 20px;
}
.fm_container .login_url_view .warning_content {
  width: 161px;
  height: 42px;
  margin: 0 auto;
  padding-top: 8px;
}
.fm_container .login_url_view .login_check {
  width: 166px;
  height: 36px;
  margin: 0 auto;
  padding-top: 14px;
  cursor: pointer;
}
.fm_container .login_url_view .icon_close {
  height: 16px;
  width: 16px;
  right: 22px;
  top: 10px;
  position: absolute;
  cursor: pointer;
}
.fm_container .fm-service {
  position: fixed;
  right: 10px;
  top: 30%;
  font-size: 14px;
  color: #243558;
  z-index: 1098;
}
.fm_container .fm-service li {
  list-style: none;
}
.fm_container .fm-service li > div {
  box-sizing: border-box;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
.fm_container .fm-service li:hover .fm_service_triangle:before {
  content: "\20";
  width: 80px;
  height: 45px;
  top: -20px;
  right: -52px;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.fm_container .fm-service li:hover .fm_service_triangle:after {
  content: "\20";
  top: -6px;
  right: 1px;
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  z-index: 1000;
}
@keyframes fade-in {
  0% {
    opacity: 0.4;
    right: 82px;
  }
  100% {
    opacity: 1;
    right: 62px;
  }
}
.fm_container .fm-service .fm-service-box {
  width: 46px;
  height: 46px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
.fm_container .fm-service .fm-service-box .fm_service_triangle {
  top: 12px;
  right: -11px;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #e1e6ec;
  z-index: 1010;
}
.fm_container .fm-service .fm-service-box .fm-service-consult-cont {
  width: 200px;
  min-height: 168px;
  max-height: 268px;
  border-radius: 3px;
  background: #fff;
  right: 62px;
  position: absolute;
  text-align: center;
  border: 1px solid #e1e6ec;
  display: none;
  opacity: 0;
}
.fm_container .fm-service .fm-service-box .fm-service-consult-cont span {
  float: left;
}
.fm_container .fm-service .fm-service-box .fm-service-consult-cont .fm_service_consult_cont_top {
  width: 100%;
  height: 115px;
  background: #f6f8fb;
  border-radius: 3px;
  border-bottom: 1px solid #eef2f8;
}
.fm_container .fm-service .fm-service-box .fm-service-consult-cont .fm_service_consult_cont_top .fm_service_hint {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #9aa8c2;
  text-align: center;
}
.fm_container .fm-service .fm-service-box .fm-service-consult-cont .fm_service_consult_cont_top .fm_service_hint .fm_service_icon {
  background: url(../img/fm_service_icon.png) no-repeat center;
  width: 15px;
  height: 15px;
  margin: 13px 2px 0 18px;
  background-size: 100% 100%;
}
.fm_container .fm-service .fm-service-box .fm-service-consult-cont .fm_service_phone {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
}
.fm_container .fm-service .fm-service-box .fm_service_qr_cont {
  width: 200px;
  height: 137px;
  line-height: 40px;
  background: #fff;
  border-radius: 5px;
  right: 62px;
  text-align: center;
  position: absolute;
  display: none;
  border: 1px solid #e1e6ec;
}
.fm_container .fm-service .fm-service-box .fm_service_qr_cont .fm_service_qr_cont_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fm_container .fm-service .fm-service-box .fm_service_qr_cont .fm_service_qr_cont_top .gzh p,
.fm_container .fm-service .fm-service-box .fm_service_qr_cont .fm_service_qr_cont_top .xcx p {
  font-size: 14px;
  color: #1B1B1B;
}
.fm_container .fm-service .fm-service-box .fm_service_qr_cont .fm_service_qr_cont_top .gzh img,
.fm_container .fm-service .fm-service-box .fm_service_qr_cont .fm_service_qr_cont_top .xcx img {
  width: 81px;
  height: 81px;
}
.fm_container .fm-service .fm-service-box .fm_service_top_cont {
  width: 84px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background: #fff;
  right: 62px;
  position: absolute;
  text-align: center;
  border: 1px solid #e1e6ec;
  display: none;
  opacity: 0;
}
.fm_container .fm-service .fm-service-box .fm_service_top_cont span {
  font-size: 14px;
}
.fm_container .fm-service .fm-service-box:hover .fm-service-consult-cont,
.fm_container .fm-service .fm-service-box:hover .fm_service_qr_cont,
.fm_container .fm-service .fm-service-box:hover .fm_service_top_cont {
  display: block;
  opacity: 1;
  transition: linear 0.2s;
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-delay: 0s;
}
.fm_container .fm-service .fm-service-box:not(:last-of-type) {
  margin-bottom: 10px;
}
.fm_container .fm-service .fm-service-consult {
  background: url(../img/fm_server/kefu.png) no-repeat center;
}
.fm_container .fm-service .fm-service-qr {
  background: url(../img/fm_server/fm_qr.png) no-repeat center;
}
.fm_container .fm-service .fm-service-top {
  background: url(../img/fm_server/top.png) no-repeat center;
  display: none;
  cursor: pointer;
}
.fm_container .fm-service .fm-service-consult,
.fm_container .fm-service .fm-service-qr,
.fm_container .fm-service .fm-service-top {
  background-size: 100% 100%;
}
.fm_container .register_box {
  display: none;
}
.fm_container .register_box .register_mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1099;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.fm_container .register_box .register_mask_wrap {
  width: 610px;
  height: 538px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1100;
  margin: -269px 0 0 -305px;
  background: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
.fm_container .register_box .register_mask_wrap .register_close {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.2s ease 0s;
}
.fm_container .register_box .register_mask_wrap .register_close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fm_container .register_box .register_mask_wrap .register_close .register_icon_close {
  width: 13px;
  height: 13px;
  background: url(../img/icon_close.png) no-repeat center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.fm_container .register_box .register_mask_wrap .fm-input {
  display: block;
  margin: 0 auto;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 16px;
}
.fm_container .register_box .register_mask_wrap input::-webkit-outer-spin-button,
.fm_container .register_box .register_mask_wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.fm_container .register_box .register_mask_wrap input[type="number"] {
  -moz-appearance: textfield;
}
.fm_container .register_box .register_mask_wrap input::placeholder {
  color: #D9D9D9;
  font-size: 16px;
}
.fm_container .register_box .register_mask_wrap .register_container_box {
  height: 100%;
  width: 100%;
}
.fm_container .register_box .register_mask_wrap .register_container_box .top {
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  color: #272727;
  font-size: 18px;
}
.fm_container .register_box .register_mask_wrap .register_container_box .meddle {
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
}
.fm_container .register_box .register_mask_wrap .register_container_box .meddle .account,
.fm_container .register_box .register_mask_wrap .register_container_box .meddle .password,
.fm_container .register_box .register_mask_wrap .register_container_box .meddle .confirm_password {
  width: 300px;
  height: 48px;
}
.fm_container .register_box .register_mask_wrap .register_container_box .meddle p {
  display: none;
}
.fm_container .register_box .register_mask_wrap .register_container_box .meddle .login-show-error {
  width: 300px;
  display: block;
  margin: 0 auto;
  text-align: left;
  position: absolute;
  left: 155px;
  font-size: 12px;
  color: #FF3939;
}
.fm_container .register_box .register_mask_wrap .register_container_box .meddle .yzm {
  width: 180px;
  height: 48px;
}
.fm_container .register_box .register_mask_wrap .register_container_box .meddle input:not(:first-of-type) {
  margin-top: 24px;
}
.fm_container .register_box .register_mask_wrap .register_container_box .meddle .reg_server {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fm_container .register_box .register_mask_wrap .register_container_box .meddle .reg_server .agree_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 17px;
  cursor: pointer;
}
.fm_container .register_box .register_mask_wrap .register_container_box .meddle .reg_server .checkIcon {
  width: 17px;
  height: 17px;
  background: url(../img/reg_server.png) no-repeat center;
  position: absolute;
  left: 155px;
}
.fm_container .register_box .register_mask_wrap .register_container_box .meddle .reg_server .checked .checkIcon {
  background: url(../img/reg_server2.png) no-repeat center;
}
.fm_container .register_box .register_mask_wrap .register_container_box .bottom {
  height: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fbfbfb;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fm_container .register_box .register_mask_wrap .register_container_box .bottom span {
  font-size: 16px;
}
.fm_container .register_box .register_mask_wrap .register_container_box .bottom span:first-of-type {
  color: #585858;
}
.fm_container .register_box .register_mask_wrap .register_container_box .bottom span:last-of-type {
  color: #434DE3;
  cursor: pointer;
}
.fm_container .register_box .register_mask_wrap .login_container_box {
  height: 100%;
  width: 100%;
}
.fm_container .register_box .register_mask_wrap .login_container_box .top {
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  color: #272727;
  font-size: 18px;
}
.fm_container .register_box .register_mask_wrap .login_container_box .top .note-login {
  padding-bottom: 5px;
  border-style: solid;
  border-bottom-width: 4px;
  border-color: #fff;
  cursor: pointer;
}
.fm_container .register_box .register_mask_wrap .login_container_box .top .login-checked {
  border-color: #4745E4;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle {
  position: absolute;
  top: 147px;
  left: 0;
  right: 0;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .phoneNumber,
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .password {
  width: 300px;
  height: 48px;
  box-sizing: border-box;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .changePassword {
  position: absolute;
  top: 93px;
  right: 164px;
  color: #999999;
  font-size: 16px;
  cursor: pointer;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .account-login {
  margin-top: 30px;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .sms-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  margin: 30px auto 0;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .login-error-tips {
  color: #FF3939;
  font-size: 12px;
  margin: 4px auto;
  width: 300px;
  display: block;
  text-align: left;
  visibility: hidden;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .msg-error-tips {
  color: #FF3939;
  font-size: 12px;
  margin: 4px auto;
  width: 300px;
  display: none;
  text-align: left;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .show-error {
  visibility: visible;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .fm-divider {
  display: table;
  white-space: nowrap;
  text-align: center;
  background: 0 0;
  font-weight: 500;
  color: #17233d;
  font-size: 16px;
  margin: 70px auto 0;
  height: 1px;
  width: 224px;
  clear: both;
  vertical-align: middle;
  position: relative;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .fm-divider:before {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid #B2B1FF;
  transform: translateY(50%);
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .fm-divider:after {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid #B2B1FF;
  transform: translateY(50%);
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .fm-divider .fm-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .reg_server {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 280px;
  margin-top: 8px;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .reg_server .agree_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  cursor: pointer;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .reg_server .checkIcon {
  width: 17px;
  height: 17px;
  background: url(../img/reg_server.png) no-repeat center;
  left: 155px;
}
.fm_container .register_box .register_mask_wrap .login_container_box .meddle .reg_server .checked .checkIcon {
  background: url(../img/reg_server2.png) no-repeat center;
}
.fm_container .register_box .register_mask_wrap .login_container_box .bottom {
  height: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fbfbfb;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fm_container .register_box .register_mask_wrap .login_container_box .bottom span {
  font-size: 16px;
}
.fm_container .register_box .register_mask_wrap .login_container_box .bottom span:first-of-type {
  color: #585858;
}
.fm_container .register_box .register_mask_wrap .login_container_box .bottom span:last-of-type {
  color: #434DE3;
  cursor: pointer;
}
.fm_container .fm-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  font-family: none;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 32px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 4px;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
  color: #515a6e;
  background-color: #fff;
  border-color: #dcdee2;
  line-height: 1.5;
}
.fm_container .fm-btn-register {
  color: #FFFFFF;
  background-color: #4745e4;
  border: 1px solid #4745e4;
  border-radius: 20px;
}
.fm_container .fm-btn,
.fm_container .fm-btn:active,
.fm_container .fm-btn:focus {
  outline: 0;
}
.fm_container .fm-input {
  background-color: #fff;
  background-image: none;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.fm_container .fm-input:hover {
  border-color: #4745e4 !important;
}
.fm_container .fm-input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  border-color: #4745e4 !important;
}
.fm_container input.show-error {
  border: 1px solid #ed4014 !important;
}
.fm_container input.show-error:hover {
  border: 1px solid #ed4014 !important;
}
.fm_container input.show-error:focus {
  border-color: #ed4014;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
#IE {
  display: none;
}
#IE a {
  text-decoration: none;
}
#IE .iefix-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1099;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=80);
}
#IE .iefix-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1100;
  margin: -225px 0 0 -290px;
  width: 580px;
  min-height: 380px;
  background: #00a4ff;
  text-align: center;
}
#IE .iefix-wrap .iefix-close {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.2s ease 0s;
}
#IE .iefix-wrap .iefix-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#IE .iefix-wrap .iefix-close .iefix-icon-close {
  width: 16px;
  height: 16px;
  background-image: url('../img/global-components-201806080902.png');
  background-position: -194px -188px;
  cursor: pointer;
}
#IE .iefix-wrap .iefix-con {
  padding-top: 40px;
}
#IE .iefix-wrap .iefix-con .iefix-icon-up {
  width: 120px;
  height: 99px;
  background-image: url('../img/global-components-201806080902.png');
  background-position: -124px 0px;
}
#IE .iefix-wrap .iefix-con .iefix-title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding-top: 20px;
}
#IE .iefix-wrap .iefix-con .iefix-txt {
  color: #333;
  padding-top: 15px;
  width: 360px;
  margin: 0 auto;
  line-height: 1.8;
}
#IE .iefix-wrap .iefix-con .iefix-btn {
  padding: 30px 0;
}
#IE .iefix-wrap .iefix-con .iefix-btn a {
  width: 150px;
  height: 42px;
  padding-top: 10px;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 10px;
}
#IE .iefix-wrap .iefix-con .iefix-btn a:hover {
  background: #fff;
  color: #00a4ff;
}
#IE .iefix-wrap .iefix-con .iefix-btn a:hover .iefix-icon-qq {
  background-image: url('../img/global-components-201806080902.png');
  background-position: 0px -207px;
}
#IE .iefix-wrap .iefix-con .iefix-btn a:hover .iefix-icon-ff {
  background-image: url('../img/global-components-201806080902.png');
  background-position: -194px -170px;
}
#IE .iefix-wrap .iefix-con .iefix-btn a:hover .iefix-icon-chrome {
  background-image: url('../img/global-components-201806080902.png');
  background-position: -212px -188px;
}
#IE .iefix-wrap .iefix-con .iefix-btn a i {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-image: url('../img/global-components-201806080902.png');
}
#IE .iefix-wrap .iefix-con .iefix-btn a i.iefix-icon-qq {
  background-position: -140px -188px;
}
#IE .iefix-wrap .iefix-con .iefix-btn a i.iefix-icon-ff {
  background-position: -158px -188px;
}
#IE .iefix-wrap .iefix-con .iefix-btn a i.iefix-icon-chrome {
  background-position: -176px -188px;
}
#IE .iefix-btn a,
#IE .iefix-con,
#IE .iefix-icon-chrome,
#IE .iefix-icon-close,
#IE .iefix-icon-ff,
#IE .iefix-icon-qq,
#IE .iefix-icon-up {
  display: inline-block;
  vertical-align: middle;
}

.telecom-index-box{
	width: 100%;
	height: 100%;
	position: relative;
	/*left: 0;
	top: 0;*/
	z-index: 19;
	background-color: #FFF;
}
.baseMap-telecom{
	width: 100%;
	height: auto;
	min-height: 100%;
	position: relative;
	/*left: 0;
	top: 0;*/
}
.baseMap-telecom img{
	width: 100%;
	height: auto;
}
