﻿* {
  margin: 0;
  padding: 0;
  height: auto;
  font-family: "pingfang SC", "helvetica neue", arial, "hiragino sans gb",
    "microsoft yahei ui", "microsoft yahei", simsun, sans-serif;
}
/*banner部分*/
.banner {
  height: 640px;
  background: url(../../img/gmm/banner_bg.jpg) center no-repeat;
}
.banner .banner-caption {
  width: 1200px;
  height: 640px;
  margin: 0 auto;
  color: white;
  padding-top: 203px;
  box-sizing: border-box;
}
.banner .banner-caption h2 {
  font-size: 32px;
  font-weight: 300;
}
.banner .banner-caption h1 {
  font-size: 64px;
  font-weight: 600;
}
.banner .banner-caption h1 span {
  font-size: 32px;
  padding-left: 10px;
}
.banner .banner-caption #TryToUse-btn {
  display: block;
  width: 151px;
  height: 48px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  color: #3177ff;
  box-sizing: border-box;
  margin-top: 80px;
  position: relative;
  transition: all 0.2s;
}
.banner .banner-caption #TryToUse-btn .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url(../../img/gmm/go.png) center no-repeat;
}
/*图表部分*/
.diagram {
  height: 790px;
  overflow: hidden;
}
.diagram h1 {
  font-size: 42px;
  font-weight: 600;
  margin-top: 80px;
}
.diagram h1,
.diagram p {
  text-align: center;
  color: #1e1e1e;
}
.diagram p {
  width: 1146px;
  margin: 12px auto;
  font-size: 16px;
}
.diagram .chart {
  width: 1157px;
  height: 498px;
  overflow: hidden;
  margin: 30px auto;
  background: url(../../img/gmm/diagram_bg.png) center no-repeat;
  box-shadow: 0px 0px 12px rgba(49, 119, 255, 0.15);
}
/*图表部分-第一行*/
.diagram .chart .horizontal-one {
  height: 132px;
  width: 1125px;
  margin: 16px auto;
}
.diagram .horizontal-one .box-cap {
  width: 162px;
  height: 132px;
  background: #3177ff;
  text-align: center;
  line-height: 32px;
  color: white;
  font-size: 22px;
  padding-top: 36px;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
}
.diagram .horizontal-one ul.box-content {
  width: 947px;
  height: 132px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 16px;
  list-style: none;
  float: left;
}
.diagram .horizontal-one ul.box-content li {
  width: 225px;
  height: 132px;
  border: #3177ff 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
}
.diagram .horizontal-one ul.box-content li h4 {
  background: #d9edff;
  border-bottom: #3177ff 1px solid;
  height: 44px;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
  color: #3177ff;
  border-radius: 4px 4px 0 0;
}
.diagram .horizontal-one ul.box-content li p {
  width: 225px;
  font-size: 16px;
  text-align: center;
  line-height: 14px;
  color: #3177ff;
}
.diagram .horizontal-one ul.box-content li p {
  margin-top: 18px;
}
.diagram .horizontal-one ul.box-content li:nth-child(2) p {
  margin-top: 10px;
}
.diagram .chart .horizontal-two {
  height: 151px;
  width: 1125px;
  margin: 16px auto;
}
.diagram .chart .horizontal-three {
  height: 116px;
  width: 1125px;
  margin: 16px auto;
}
/*图表部分-第二行*/
.diagram .chart .horizontal-two {
  height: 151px;
  width: 1125px;
  margin: 42px auto;
}
.diagram .horizontal-two .box-cap {
  width: 162px;
  height: 151px;
  background: url(../../img/gmm/line-two-one-bg.png) center no-repeat;
  text-align: center;
  line-height: 32px;
  color: white;
  font-size: 22px;
  padding-top: 36px;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
  margin-top: -6px;
  padding-top: 48px;
}
.diagram .horizontal-two ul.box-content {
  width: 947px;
  height: 144px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 16px;
  list-style: none;
  float: left;
}
.diagram .horizontal-two ul.box-content li {
  width: 126px;
  height: 144px;
  background: url(../../img/gmm/line-two-two-bg.png) center no-repeat;
  box-sizing: border-box;
}
.diagram .horizontal-two ul.box-content li h4 {
  background: #d9edff;
  border: #3177ff 1px solid;
  border-radius: 4px 4px 0 0;
  height: 42px;
  width: 120px;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
  color: #3177ff;
}
.diagram .horizontal-two ul.box-content li p {
  width: 118px;
  font-size: 16px;
  text-align: center;
  line-height: 14px;
  color: #3177ff;
  padding: 1px 2px;
  box-sizing: border-box;
}
.diagram .horizontal-two ul.box-content li:nth-child(2) p,
.diagram .horizontal-two ul.box-content li:nth-child(6) p {
  padding-top: 8px;
}
/*图表部分-第三行*/
.diagram .chart .horizontal-three {
  height: 116px;
  width: 1125px;
  margin: -10px auto;
}
.diagram .horizontal-three .box-cap {
  width: 162px;
  height: 116px;
  background: url(../../img/gmm/line-three-one-bg.png) center no-repeat;
  text-align: center;
  line-height: 32px;
  color: white;
  font-size: 22px;
  padding-top: 36px;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
  margin-top: -6px;
  padding-top: 30px;
}
.diagram .horizontal-three ul.box-content {
  width: 947px;
  height: 109px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 16px;
  list-style: none;
  float: left;
}
.diagram .horizontal-three ul.box-content li {
  width: 305px;
  height: 109px;
  border: #3177ff 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
}
.diagram .horizontal-three ul.box-content li h4 {
  background: #d9edff;
  border-bottom: #3177ff 1px solid;
  height: 44px;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
  color: #3177ff;
  border-radius: 4px 4px 0 0;
}

.diagram .horizontal-three ul.box-content li p {
  width: 305px;
  font-size: 16px;
  text-align: center;
  line-height: 14px;
  color: #3177ff;
}
.diagram .horizontal-three ul.box-content li:first-child p,
.diagram .horizontal-three ul.box-content li:nth-child(2) p {
  padding-top: 10px;
}
/*功能介绍*/
.function {
  height: 832px;
  color: #1e1e1e;
}
.function .function-up {
  height: 366px;
  background: url(../../img/gmm/function_bg.png) center no-repeat;
  overflow: hidden;
}
.function .function-up h1,
.function .function-up p {
  text-align: center;
}
.function .function-up h1 {
  font-size: 42px;
  font-weight: 600;
  margin-top: 80px;
}
.function .function-up p {
  margin-top: 12px;
  font-size: 16px;
}
.function .function-up .function-menu {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  list-style: none;
}
.function .function-up .function-menu a {
  display: block;
  width: 190px;
  height: 90px;
  text-decoration: none;
  text-align: center;
  margin-top: 44px;
}
.function .function-up .function-menu a span {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.function .function-up .function-menu a .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.function .function-up .function-menu a h4 {
  font-size: 20px;
  color: #1e1e1e;
}
.function .function-up .function-menu a .line {
  height: 3px;
  background: #3177ff;
  margin-top: 14px;
  opacity: 0;
  transition: all 0.4s ease-in;
}

/*鼠标滑过的动效*/
.function .function-up .function-menu a:hover .img2 {
  opacity: 1;
}
.function .function-up .function-menu a:hover h4 {
  color: #3177ff;
  transition: 0.4s;
}
.function .function-up .function-menu a:hover .line {
  opacity: 1;
  transition: 0.4s;
}

.function ul.function-down {
  height: 466px;
  background: #f5f9ff;
}
.function ul.function-down li.content {
  width: 1100px;
  height: 466px;
  margin: 0 auto;
  overflow: hidden;
  display: none;
  display: flex;
  align-items: center;
}
.function .function-down .active {
  display: block;
}
.function .function-down .left-img {
  width: 540px;
  height: 363px;
  float: left;
}
.function .function-down .right-text {
  line-height: 30px;
  margin-left: 48px;
  font-size: 18px;
  list-style: disc;
  width: 500px;
  float: left;
}
.function .function-down .right-text li {
  margin-top: 24px;
}
.function .function-down .right-text li:first-child {
  margin-top: 0;
}
/*版本介绍*/
.version {
  height: 600px;
  background: url(../../img/gmm/version_bg.png) center no-repeat;
  overflow: hidden;
}
.version h1 {
  font-size: 42px;
  font-weight: 600;
  margin-top: 80px;
}
.version h1,
.version p {
  text-align: center;
  color: white;
}
.version p {
  margin-top: 12px;
  font-size: 16px;
}
.version .version-frame {
  height: 305px;
  width: 1000px;
  margin: 0 auto;
}
.version .version-box {
  height: 305px;
  width: 480px;
  margin-top: 40px;
}
.version .m5 {
  background: url(../../img/gmm/version_left.png) center no-repeat;
  float: left;
}
.version .m7 {
  background: url(../../img/gmm/version_right.png) center no-repeat;
  margin-left: 40px;
  float: left;
}
.version .version-box h4 {
  font-size: 28px;
  text-align: center;
  color: #3177ff;
  font-weight: 400;
  margin-top: 16px;
}
.version .version-box span {
  font-weight: 600;
  padding-left: 20px;
}
.version .version-box ul {
  font-size: 18px;
  line-height: 36px;
  color: #3177ff;
  text-align: left;
  padding: 48px 0 0 45px;
  list-style: disc;
}
.version .version-box .TryToUse-btn {
  display: block;
  width: 136px;
  height: 42px;
  border-radius: 4px;
  background: #3177ff;
  margin: 50px 0 0 30px;
  text-align: center;
  line-height: 42px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
/*应用价值*/
.value {
  height: 918px;
  overflow: hidden;
}
.value h1 {
  font-size: 42px;
  font-weight: 600;
  margin-top: 80px;
}
.value h1,
.value p {
  text-align: center;
  color: #1e1e1e;
}
.value ul li {
  margin-top: 24px;
  margin-left: 20px;
  list-style: disc;
  font-size: 16px;
}
.value .value-frame {
  height: 680px;
  width: 1200px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.value .value-box {
  height: 320px;
  width: 580px;
  box-sizing: border-box;
  overflow: hidden;
}
.value .zhihui-bg {
  background: url(../../img/gmm/value_bg_zhihui.png) center no-repeat;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.value .touming-bg {
  background: url(../../img/gmm/value_bg_touming.png) center no-repeat;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.value .jingying-bg {
  background: url(../../img/gmm/value_bg_jingying.png) center no-repeat;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.value .gaoxiao-bg {
  background: url(../../img/gmm/value_bg_gaoxiao.png) center no-repeat;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.value .inner-content {
  height: 320px;
  width: 580px;
  padding: 38px 30px;
  position: relative;
}
.value .inner-content .bar {
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3177ff;
}
.value .inner-content .icon-zhihui {
  display: block;
  height: 50px;
  width: 50px;
  background: url(../../img/gmm/value_zhihui.png) center no-repeat;
}
.value .inner-content .icon-touming {
  display: block;
  height: 50px;
  width: 50px;
  background: url(../../img/gmm/value_touming.png) center no-repeat;
}
.value .inner-content .icon-jingying {
  display: block;
  height: 50px;
  width: 50px;
  background: url(../../img/gmm/value_jingying.png) center no-repeat;
}
.value .inner-content .icon-gaoxiao {
  display: block;
  height: 50px;
  width: 50px;
  background: url(../../img/gmm/value_gaoxiao.png) center no-repeat;
}
.value .inner-content h4 {
  font-size: 20px;
}
.value .inner-content .line {
  height: 1px;
  background: #1e1e1e;
  margin-top: 10px;
}
.value .zhihui-bg .line {
  width: 80px;
}
.value .touming-bg .line {
  width: 100px;
}
.value .jingying-bg .line {
  width: 96px;
}
.value .gaoxiao-bg .line {
  width: 120px;
}
.value .inner-content p {
  text-align: left;
  line-height: 36px;
  font-size: 16px;
}
.value .inner-content .TryToUse-btn {
  display: block;
  width: 134px;
  height: 46px;
  border-radius: 4px;
  background: #3177ff;
  text-align: center;
  color: white;
  text-decoration: none;
  line-height: 46px;
  margin-top: 22px;
  position: relative;
  transition: all 0.2s;
  display: none;
  cursor: pointer;
}
.value .inner-content a .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url(../../img/gmm/value_useicon.png) center no-repeat;
}
/*行业解决方案*/
.solve {
  height: 910px;
  overflow: hidden;
}
.solve h1 {
  font-size: 42px;
  font-weight: 600;
  margin-top: 80px;
}
.solve h1,
.solve p {
  text-align: center;
  color: #1e1e1e;
}
.solve p {
  margin-top: 16px;
  font-size: 16px;
}
.solve ul.list {
  height: 672px;
  box-sizing: border-box;
  margin-top: 60px;
}
.solve ul.list li {
  width: 18%;
  height: 100%;
  float: left;
  list-style: none;
}
.solve ul.list li.active {
  width: 28%;
}
.solve .jixie {
  background: url(../../img/gmm/solve_jixie_bg.png) center no-repeat;
  overflow: hidden;
}
.solve ul.list .content {
  height: 520px;
  margin: 278px auto;
  overflow: hidden;
}
.solve .cap {
  height: 118px;
  margin: auto;
}
.solve .cap .icon-cap {
  display: block;
  width: 66px;
  height: 66px;
  margin: 0 auto;
}
.solve .jixie .cap .icon-cap {
  background: url(../../img/gmm/solve_jixie.png) center no-repeat;
}
.solve .dianzi .cap .icon-cap {
  background: url(../../img/gmm/solve_dianzi.png) center no-repeat;
}
.solve .wujin .cap .icon-cap {
  background: url(../../img/gmm/solve_wujin.png) center no-repeat;
}
.solve .shipin .cap .icon-cap {
  background: url(../../img/gmm/solve_shipin.png) center no-repeat;
}
.solve .jiaju .cap .icon-cap {
  background: url(../../img/gmm/solve_jiaju.png) center no-repeat;
}
.solve .list li h1 {
  font-size: 22px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin-top: 18px;
}
.solve .list li .text-content {
  width: 80%;
  margin: 50px auto;
}
.solve .list li .text-content p {
  text-align: center;
  color: white;
}
.solve .list li .text-content a {
  display: block;
  width: 220px;
  height: 60px;
  background: #3177ff;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 18px;
  margin: 160px auto;
  line-height: 60px;
}
.solve .list li .text-content {
  display: none;
}
.solve .list a > .icon-go {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url(../../img/gmm/value_useicon.png) center no-repeat;
}
.solve .dianzi {
  background: url(../../img/gmm/solve_dianzi_bg.png) center no-repeat;
  overflow: hidden;
}
.solve .wujin {
  background: url(../../img/gmm/solve_wujin_bg.png) center no-repeat;
  overflow: hidden;
}
.solve .shipin {
  background: url(../../img/gmm/solve_shipin_bg.png) center no-repeat;
  overflow: hidden;
}
.solve .jiaju {
  background: url(../../img/gmm/solve_jiaju_bg.png) center no-repeat;
  overflow: hidden;
}
/*logo墙*/
.logoWall {
  height: 470px;
  background: url(../../img/gmm/logo_bg.png) center no-repeat;
  overflow: hidden;
}
.logoWall .logo-content {
  width: 656px;
  height: 190px;
  margin: 140px auto;
  text-align: center;
}
.logoWall .logo-content .TryToUse-btn {
  display: block;
  width: 196px;
  height: 60px;
  border-radius: 4px;
  background: #3177ff;
  color: white;
  text-decoration: none;
  line-height: 60px;
  margin: 80px auto;
  position: relative;
  transition: all 0.2s;
}
.logoWall .logo-content .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url(../../img/gmm/value_useicon.png) center no-repeat;
}

/*- dialog -*/
#tryToUse-dialog {
  width: 360px;
  height: 307px;
  position: fixed;
  top: 310px;
  left: 50%;
  margin-left: -210px;
  border-radius: 6px;
  box-shadow: 0px 0px 16px 0px rgba(54, 106, 216, 0.6);
  background-color: #ffffff;
  padding: 17px 30px 16px;
  display: none;
  z-index: 10;
  box-sizing: content-box;
}
#tryToUse-dialog .tryToUse-content,
#tryToUse-dialog .tryToUse-submitResult {
  height: 280px;
}
#tryToUse-dialog .tryToUse-content h2 {
  font-size: 16px;
  color: #3d3d3d;
}
#tryToUse-dialog .tryToUse-content > .close {
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../../../img/gongmaopro/exit.png);
  position: absolute;
  top: 23px;
  right: 23px;
  cursor: pointer;
}
#tryToUse-dialog .tryToUse-content .form input[type="text"],
#tryToUse-dialog .tryToUse-content .form textarea {
  width: 175px;
  height: 40px;
  border: solid 1px #c2c2c2;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 12px;
  margin-bottom: 11px;
  font-family: "MicrosoftYaHei";
}
#tryToUse-dialog
  .tryToUse-content
  .form
  input[type="text"]::-webkit-input-placeholder,
#tryToUse-dialog .tryToUse-content .form textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #a8a8a8;
}
#tryToUse-dialog .tryToUse-content .form input[type="text"]:-moz-placeholder,
#tryToUse-dialog .tryToUse-content .form textarea::-moz-placeholder {
  font-size: 12px;
  color: #a8a8a8;
}
#tryToUse-dialog .tryToUse-content .form input[type="text"].check,
#tryToUse-dialog .tryToUse-content .form textarea.check {
  border-color: #ff7b1c;
}
#tryToUse-dialog
  .tryToUse-content
  .form
  input[type="text"].check::-webkit-input-placeholder,
#tryToUse-dialog
  .tryToUse-content
  .form
  textarea.check::-webkit-input-placeholder {
  color: #ff7b1c;
}
#tryToUse-dialog .tryToUse-content .form textarea {
  padding: 13px 10px;
  resize: none;
  height: 80px;
  width: 359px;
  margin-bottom: 0;
}
#tryToUse-dialog .tryToUse-content .form input[type="text"]:nth-child(2n) {
  margin-left: 5px;
}
#tryToUse-dialog .tryToUse-content .form {
  padding: 18px 0 15px;
}
#tryToUse-dialog .tryToUse-content .submit {
  height: 30px;
  text-align: center;
}
#tryToUse-dialog .tryToUse-content .submit .close {
  font-size: 14px;
  color: #a8a8a8;
  margin-right: 15px;
}
#tryToUse-dialog .tryToUse-content .submit .close:hover {
  color: #4963f6;
  cursor: pointer;
}
#tryToUse-dialog .tryToUse-content .submit .btn-submit {
  width: 180px;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  background-color: #4963f6;
  border: none;
  border-radius: 4px;
}
#tryToUse-dialog .tryToUse-content .submit .btn-submit:hover {
  box-shadow: 0px 2px 8px 0px rgba(73, 99, 246, 0.6);
  cursor: pointer;
}
#tryToUse-dialog .tryToUse-content .submit p {
  font-size: 12px;
  color: #a8a8a8;
  margin-top: 10px;
}
#tryToUse-dialog .tryToUse-submitResult {
  position: relative;
  display: none;
}
#tryToUse-dialog .tryToUse-submitResult .close {
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../../../img/gongmaopro/exit.png);
  position: absolute;
  top: 0;
  right: -10px;
  cursor: pointer;
}
#tryToUse-dialog .tryToUse-submitResult img {
  display: inline-block;
  margin: 83px 140px 15px;
  width: 74px;
  height: 74px;
}
#tryToUse-dialog .tryToUse-submitResult p {
  font-size: 16px;
  color: #3d3d3d;
  text-align: center;
}
