@charset "UTF-8";
@font-face {
  font-family: "landray-number";
  src: url(../font/landray-number-webfont.eot);
  /* IE9*/
  src: url(../font/landray-number-webfont.eot#iefix) format("embedded-opentype"), url(../font/landray-number-webfont.woff) format("woff"), url(../font/landray-number-webfont.ttf) format("truetype"), url(../font/landray-number-webfont.svg#fontmui) format("svg");
  /* iOS 4.1- */
}

.lui_landray_number {
  font-family: "landray-number", -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

body {
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI",  sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 16px;
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 16px;
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}

@keyframes arrMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.btn {
  display: block;
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #4285F4;
  border-radius: 4px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
  cursor: pointer;
}

.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

.nav {
  width: 1200px;
  margin: 0 auto;
}

.nav-logo {
  float: left;
  display: flex;
  align-items: center;
  height: 60px;
  margin-right: 80px;
}

.nav-logo img {
  width: 200px;
}

.nav-list {
  position: relative;
  float: left;
  height: 60px;
  display: flex;
  align-items: center;
}

.nav-list li {
  position: relative;
  float: left;
  cursor: pointer;
  margin-right: 40px;
}

.nav-list li a {
  font-size: 14px;
  color: #20242B;
  display: inline-block;
  vertical-align: middle;
}

.nav-list .activebar {
  position: absolute;
  border-bottom: 4px solid #4285f4;
  height: 0;
  bottom: 1px;
  transition: all .3s;
  display: none;
}

.nav-link {
  display: flex;
  align-items: center;
  float: right;
  height: 60px;
}

.nav-link a {
  width: 86px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  background: #4285F4;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
}

.nav-link .hotline {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 14px;
  color: #4285f4;
  border: 1px solid #4285f4;
}

.nav-link .hotline img, .nav-link .hotline span {
  vertical-align: middle;
}

.nav-link .hotline img {
  width: 14px;
  height: 14px;
}

.banner {
  margin-top: 60px;
  height: 562px;
  background: #4285f4 url("../images/banner_bg.png") no-repeat center/auto 476px;
}

.banner-content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 432px;
  margin: 0 auto;
}

.banner-content-left {
  padding-top: 100px;
}

.banner-content-left h2 {
  margin-bottom: 10px;
  font-size: 48px;
  color: #FFFFFF;
  font-weight: 600;
}

.banner-content-left .desc {
  width: 440px;
  margin-bottom: 55px;
}

.banner-content-left .desc span {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}

.banner-content-left .btn {
  background: #FFFFFF;
  color: #4285F3;
}

.banner-content img {
  height: 420px;
}

.banner-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1175px;
  height: 130px;
  margin: 0 auto;
  padding: 0;
  background: url("../images/banner_bottom.png") no-repeat center/auto 130px;
}

.banner-bottom ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.banner-bottom ul li {
  margin-left: 56px;
  /*display: flex;
        justify-content: space-between;*/
  align-items: center;
  color: #ffffff;
  text-align: center;
}

.banner-bottom ul li:nth-child(3) {
  margin-left: 28px;
}

.banner-bottom ul li h3 {
  display: flex;
  text-align: left;
  line-height: 40px;
  font-size: 28px;
  font-weight: 400;
}

.banner-bottom ul li span {
  display: flex;
  text-align: left;
  line-height: 22px;
  padding-top: 4px;
  font-size: 16px;
  font-weight: 400;
}

.banner-bottom-text {
  width: 130px;
}

.content {
  padding-top: 100px;
  margin: 0 auto;
}

.content .title {
  font-size: 36px;
  color: #20242B;
  text-align: center;
  font-weight: 400;
}

.content .desc-box {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.content .desc {
  margin-top: 16px;
  font-size: 16px;
  color: #737C8B;
  text-align: left;
  line-height: 24px;
  font-weight: 400;
}

.content .item-name {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

.content .item-desc {
  font-size: 16px;
  color: #333333;
}

.content .portal-box {
  display: flex;
  padding: 40px 0 0;
  justify-content: space-between;
  align-items: center;
}

.content .portal-box img {
  width: 690px;
}

.content .portal-box .title {
  font-size: 30px;
  text-align: left;
  line-height: 42px;
}

.content .dot-list {
  margin: 0;
  padding: 0 0 32px;
}

.content .dot-list li {
  width: 100%;
  line-height: 20px;
  margin: 16px 0 0;
  padding: 0;
  font-size: 14px;
  color: #737C8B;
  font-weight: 400;
  list-style: none;
}

.content .dot-list li:before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  margin: 0 16px 0 0;
  border-radius: 5px;
  background: #363F4E;
  vertical-align: middle;
}

/*统计门户starts*/
.portal,
.lowcode {
  width: 1200px;
  margin: 0 auto;
}

.lowcode .portal-box img {
  width: 760px;
}

/*统计门户ends*/
.challenge {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.challenge-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}

.challenge-list li {
  width: 400px;
  text-align: center;
}

.challenge-list li img {
  width: 140px;
  height: 130px;
  margin-bottom: 14px;
}

.challenge-list li .item-name {
  margin-bottom: 9px;
}

.challenge-list li .item-desc {
  display: flex;
  justify-content: center;
  width: 256px;
  margin: 0 auto;
  line-height: 24px;
}

.frame {
  width: 1200px;
  margin: 0 auto;
}

.frame .frame-box {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  align-items: center;
}

.frame .frame-box img {
  width: 790px;
}

.frame .frame-box .title {
  font-size: 30px;
  line-height: 48px;
  text-align: left;
}

.frame .frame-box .desc {
  width: 332px;
  margin-bottom: 32px;
}

.frame-con {
  width: 332px;
}

.feature {
  width: 1180px;
  margin: 0 auto;
}

.feature .content-con {
  width: 460px;
}

.feature .feature-box {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.feature .feature-box .title {
  width: 480px;
  font-size: 30px;
  margin-bottom: 12px;
  text-align: left;
}

.feature .feature-box .desc {
  width: 566px;
  font-size: 14px;
  margin-bottom: 32px;
}

.feature .feature-box .feature-operation {
  margin-bottom: 40px;
}

.feature .feature-box img {
  width: 599px;
  height: 270px;
}

.feature .feature-box .feature-list {
  display: flex;
  flex-wrap: wrap;
  width: 448px;
  height: 448px;
}

.feature .feature-box .feature-list li {
  width: 128px;
  height: 128px;
  margin-right: 32px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #D8DDE6;
  border-radius: 8px;
  padding-top: 24px;
  color: #000;
  cursor: pointer;
}

.feature .feature-box .feature-list li img {
  width: 43px;
  height: 42px;
  margin-bottom: 6px;
}

.feature .feature-box .feature-list li p {
  font-size: 18px;
}

.feature .feature-box .feature-list li.active {
  border: none;
  background: #4285F4;
  color: #fff;
}

.feature .feature-box .feature-list li:nth-child(3n) {
  margin-right: 0;
}

.worth {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.worth .worth-list {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.worth .worth-list li {
  width: 280px;
  height: 210px;
  padding: 22px 24px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  background: #fff url("../images/worth_text_bg.png") no-repeat;
  background-position: 100% 100%;
  background-size: auto 88px;
}

.worth .worth-list li .item-name {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.worth .worth-list li .item-name img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.worth .worth-list li .item-name span {
  color: #000;
}

.worth .worth-list li .item-desc {
  font-size: 14px;
  line-height: 20px;
}

.white-paper {
  height: 504px;
  padding: 0;
  background: url("../images/white_paper_bg.png") no-repeat 100% 100%/cover;
}

.white-paper .white-paper-box {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

.white-paper .white-paper-box img {
  height: 504px;
  margin-right: 180px;
}

.white-paper .white-paper-box .white-paper-right {
  padding-top: 120px;
}

.white-paper .white-paper-box .white-paper-right .title {
  margin-bottom: 16px;
}

.white-paper .white-paper-box .white-paper-right .white-paper-list {
  margin-bottom: 60px;
}

.white-paper .white-paper-box .white-paper-right .white-paper-list li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #737C8B;
}

.white-paper .white-paper-box .white-paper-right input {
  float: left;
  width: 380px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px 0 0 4px;
  padding-left: 16px;
}

.white-paper .white-paper-box .white-paper-right .btn-get-free {
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.enterprise {
  width: 1180px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.enterprise .title {
  margin-bottom: 50px;
}

.enterprise-list {
  display: flex;
  margin-bottom: 40px;
}

.enterprise-list li {
  width: 380px;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
  background: #FFFFFF;
}

.enterprise-list li:last-child {
  margin-right: 0;
}

.enterprise-list li img {
  width: 100%;
  vertical-align: middle;
}

.enterprise-list li .enterprise-detail {
  padding: 16px 0;
  border: 1px solid #dfdfdf;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.enterprise-list li .enterprise-detail .item-name {
  padding: 0 20px;
  color: #20242B;
  margin-bottom: 5px;
}

.enterprise-list li .enterprise-detail .item-desc {
  position: relative;
  padding: 0 20px;
  color: #737C8B;
  line-height: 25px;
}

.enterprise-list li .enterprise-detail .item-desc::before, .enterprise-list li .enterprise-detail .item-desc::after {
  position: absolute;
  display: block;
  content: "";
  width: 53px;
  height: 43px;
  background: url("../images/quote_l.png");
}

.enterprise-list li .enterprise-detail .item-desc::before {
  left: 0;
}

.enterprise-list li .enterprise-detail .item-desc::after {
  right: 0;
  bottom: 0;
  background-image: url("../images/quote_r.png");
}

.enterprise .enterprise-logo-map {
  width: 100%;
  margin-bottom: 40px;
  vertical-align: top;
}

.enterprise .enterprise-case {
  height: 200px;
  padding: 40px 282px;
  background: url("../images/enterprise_case.png") center/cover;
}

.enterprise .enterprise-case .title {
  margin-bottom: 22px;
  color: #333333;
}

.enterprise .enterprise-case input {
  float: left;
  width: 420px;
  height: 48px;
  padding-left: 16px;
  margin-right: 16px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

.enterprise .enterprise-case .btn {
  display: inline-block;
  width: 180px;
  font-weight: 400;
}

.bottom {
  position: fixed;
  bottom: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 2;
  background: #4284f3 url("../images/bottom_bg.png") no-repeat center/cover;
}

.bottom-box {
  display: flex;
  justify-content: space-between;
  width: 1180px;
  margin: 0 auto;
}

.bottom-box-left {
  width: 972px;
  padding: 24px 0 10px;
}

.bottom-box-left .title {
  margin-bottom: 8px;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
}

.bottom-box-left .desc {
  margin-bottom: 23px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 400;
}

.bottom-box-left .bottom-input-line {
  position: relative;
  float: left;
}

.bottom-box-left .bottom-input-line .bottom-tip {
  color: #B83207;
  padding-top: 4px;
  margin: 0;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}

.bottom-box-left input {
  height: 48px;
  padding-left: 16px;
  margin-right: 16px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

.bottom-box-left input.warning {
  border-color: #f0465c;
}

.bottom-box-left input.bottom-problem {
  width: 240px;
}

.bottom-box-left input.bottom-phone {
  width: 160px;
}

.bottom-box-left .input-box {
  float: left;
  position: relative;
  margin-right: 16px;
  width: 140px;
}

.bottom-box-left .input-box.input-box-1 input {
  width: 100%;
}

.bottom-box-left .input-box.input-box-1 img {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 60px;
  height: 30px;
  cursor: pointer;
}

.bottom-box-left .input-box.input-box-2 {
  float: left;
  position: relative;
  width: 180px;
  margin-right: 16px;
}

.bottom-box-left .input-box.input-box-2 input {
  width: 100%;
}

.bottom-box-left .input-box.input-box-2 .gap_code {
  position: absolute;
  right: 98px;
  display: inline-block;
  top: 16px;
  content: "";
  width: 0;
  height: 16px;
  border-right: 1px solid #ccc;
}

.bottom-box-left .input-box.input-box-2 .btn_code {
  position: absolute;
  top: 15px;
  right: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #4285F4;
  cursor: pointer;
}

.bottom-box-left .btn {
  float: left;
  width: 180px;
  background: #195FD3;
}

.bottom-box-right {
  position: relative;
  padding-top: 8px;
  text-align: right;
}

.bottom-box-right .close-box .close {
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
  cursor: pointer;
}

.bottom-box-right .qr {
  width: 148px;
  height: 148px;
  vertical-align: top;
}

.bottom-box-right .desc {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
}

.bottom-retract {
  position: fixed;
  bottom: 0;
  left: 0;
  animation: arrMove 1s infinite;
  cursor: pointer;
}

.bottom-retract img {
  width: 150px;
  height: 150px;
}

.copyright {
  font-size: 14px;
  color: #FFFFFF;
  background: #20232A;
  padding: 15px 0;
}

.copyright-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1180px;
  height: 50px;
  margin: 0 auto;
}

.copyright-l {
  display: flex;
  align-items: center;
}

.copyright-l span {
  margin-right: 10px;
}

.copyright-l .hotline {
  margin-top: 8px;
  width: 200px;
  color: #4285f4;
  font-size: 26px;
  position: relative;
  padding-left: 28px;
}

.copyright-l .hotline::before {
  margin-top: -6px;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/phone.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 10px;
}

.copyright-r span:nth-child(2) {
  margin-left: 4px;
  font-weight: 600;
}

.copyright-r a {
  color: #fff;
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.popup .popup-close {
  cursor: pointer;
}

.popup-content, .popup-success {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 592px;
  background: #FFFFFF;
  border-radius: 4px;
}

.popup-content {
  width: 592px;
}

.popup-content-head, .popup-content-footer {
  display: flex;
  align-items: center;
  height: 50px;
}

.popup-content-head {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid #eee;
}

.popup-content-head .popup-title {
  font-size: 16px;
}

.popup-content-head .popup-close {
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.popup-content-body {
  padding: 32px 0;
}

.popup-content-body .form-item {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.popup-content-body .form-item label {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  margin-right: 15px;
  font-size: 14px;
  color: #333333;
}

.popup-content-body .form-item .lui-input {
  position: relative;
}

.popup-content-body .form-item .lui-input svg,
.popup-content-body .form-item .lui-input i {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
}

.popup-content-body .form-item .lui-input .lui-select-dropdown-list {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  overscroll-behavior: contain;
  -ms-scroll-chaining: contain;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 black;
}

.popup-content-body .form-item .lui-input .lui-select-dropdown-list .lui-select-dropdown-item {
  height: 30px;
  padding-left: 8px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.popup-content-body .form-item input,
.popup-content-body .form-item textarea {
  width: 252px;
  height: 30px;
  padding: 8px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}

.popup-content-body .form-item input {
  cursor: pointer;
}

.popup-content-body .form-item textarea {
  height: 90px;
}

.popup-content-body .form-item input::-webkit-input-placeholder,
.popup-content-body .form-item textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.popup-content-body .form-item input:-moz-placeholder,
.popup-content-body .form-item textarea:-moz-placeholder {
  font-size: 14px;
}

.popup-content-body .form-item input::-moz-placeholder,
.popup-content-body .form-item textarea::-moz-placeholder {
  font-size: 14px;
}

.popup-content-body .form-item input:-ms-input-placeholder,
.popup-content-body .form-item textarea:-ms-input-placeholder {
  font-size: 14px;
}

.popup-content-body .form-item .tip-line {
  position: absolute;
  bottom: -18px;
  font-size: 12px;
  color: #f0465c;
}

.popup-content-body .form-item.is-required label::before {
  content: "*";
  color: #f56c6c;
  margin-right: 8px;
}

.popup-content-body .form-item:last-child {
  margin-bottom: 0;
}

.popup-content-footer {
  justify-content: flex-end;
  padding-right: 16px;
  border-top: 1px solid #eee;
}

.popup-content-footer .popup-btn {
  width: 86px;
  height: 30px;
  background: #4285F4;
  border-radius: 2px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.popup-content-footer .submit {
  margin-right: 8px;
}

.popup-content-footer .consideration {
  border: 1px solid #DDDDDD;
  background-color: #fff;
  color: #333;
  cursor: pointer;
}

.popup-success {
  display: none;
  width: 400px;
  height: 160px;
  padding: 32px;
}

.popup-success-body {
  display: flex;
  margin-bottom: 24px;
}

.popup-success-body .popup-success-tip {
  margin-bottom: 4px;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}

.popup-success-body .popup-success-desc {
  font-size: 12px;
  color: #666666;
  line-height: 17px;
}

.popup-success-body img {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}

.popup-success-btn {
  float: right;
  width: 86px;
  height: 30px;
  background: #4285F4;
  border-radius: 2px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
}
