@charset "UTF-8";

/*css 初始化 */
* {
  box-sizing: border-box;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}

fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

ul,
ol {
  list-style: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  caret-color: #2f6ee6;
}

textarea {
  resize: none;
}

/*防止拖动*/

img {
  border: 0;
  vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/

table {
  border-collapse: collapse;
}

.structure_box:hover {
  box-shadow: 0 0 15px rgba(231, 231, 231, 1);
}
.structure_box {
  padding: 30px;
  text-align: center;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c8c8c8 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c8c8c8 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c8c8c8 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c8c8c8 !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 414.99px) {
  html {
    font-size: 62.5%;
  }
}

@media (min-width: 415px) and (max-width: 768.99px) {
  html {
    font-size: 75%;
  }
}

@media (min-width: 769px) and (max-width: 1199.99px) {
  html {
    font-size: 81.25%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 87.5%;
  }
}

body {
  font-family: PingFangSC-Regular, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, "Pingfang SC", "Microsoft Yahei",
    "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  font-size: 1rem;
  margin: 0 auto;
  overflow-x: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  clear: both;
  *zoom: 1;
  /*IE/7/6*/
}

s,
i,
em {
  font-style: normal;
  text-decoration: none;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
}

.text-bold {
  font-weight: bold;
}

.text-black {
  color: #000 !important;
}

.text-black-60 {
  color: rgba(0, 0, 0, 0.6);
}

.text-black-85 {
  color: rgba(0, 0, 0, 0.85);
}

.text-black07 {
  color: #070707 !important;
}

.text-grey333 {
  color: #333 !important;
}

.text-grey666 {
  color: #666 !important;
}

.text-grey999 {
  color: #999 !important;
}

.text-blue216 {
  color: rgba(100, 216, 250, 1);
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.fs_16 {
  font-size: 1.143rem;
}

.fs_18 {
  font-size: 1.285rem;
}

.fs_20 {
  font-size: 1.428rem;
}

.fs_24 {
  font-size: 1.714rem;
}

.flow-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*页面开始*/

/*---------------------index.html-----------------------*/
/*banner*/

.banner {
  margin-top: -6rem;
  position: relative;
}
.banner-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 50rem;
  background: url(../img/login-background.jpg) no-repeat;
  background-size: 100% 100%;
}
.banner .phone_img {
  width: 350px;
  position: absolute;
  right: 15%;
  bottom: -10%;
  z-index: 10;
}

.banner .carousel-caption {
  left: 0;
  right: 0;
}

/*footer*/

.footer {
  background-color: #131a27;
  color: #fff;
}

.footer_info {
  padding: 5rem 0;
}

.footer_info h2 img {
  height: 1.35rem;
}

.footer a,
.worktime {
  color: #879bbb;
}

.footer_link li {
  margin-bottom: 1rem;
}

.footer_link li img {
  margin-top: 1rem;
}

.footer .copyright {
  border-top: 1px solid #2c3442;
  color: #879bbb;
}

@media (max-width: 991.99px) {
  .footer_info .footer_left {
    margin-bottom: 2rem;
  }
  .worktime {
    margin-right: 3rem;
  }
  .footer .copyright a.ml-5 {
    display: block;
    margin-left: 0 !important;
    margin-top: 0.5rem;
  }
}

@media (max-width: 575.99px) {
  .footer_info {
    padding: 3rem 0;
  }
  .footer_info .footer_left {
    margin-bottom: 1rem;
  }
  .footer_info .footer_right .row > div {
    margin-bottom: 1rem;
  }
  .footer_link li img {
    margin-top: 0;
    width: 33%;
  }
}

/*百度商桥*/

#newBridge .icon-right-center {
  right: 2.5rem !important;
  top: auto !important;
  left: auto !important;
  bottom: 24% !important;
}

#newBridge .nb-icon-right-center {
  width: 3.6rem !important;
  height: 3.6rem !important;
  right: 0.5rem !important;
  top: auto !important;
  left: auto !important;
  bottom: 24% !important;
}

/*悬浮窗*/

.pc_float {
  position: fixed;
  right: 2.5rem;
  bottom: 3%;
  z-index: 11;
}

.pc_float .consulting {
  position: relative;
  margin: 2rem 0;
  text-align: center;
  background: #007fff;
  color: #fff;
  border-radius: 4px;
}

.pc_float .consulting .gotrial {
  display: block;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  letter-spacing: 0.375rem;
  padding: 1rem 1rem 0.75rem;
}

.pc_float .consulting .gotrial:hover {
  color: #fff;
}

.pc_float .consulting > a {
  color: #fff;
}

.pc_float .consulting i {
  line-height: 3.6rem;
}

.consulting i {
  font-size: 25px;
}

.consulting:hover .panel {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.consulting .panel {
  position: absolute;
  right: 3.6rem;
  bottom: 0;
  padding-right: 1rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.consulting .panelClick {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.consulting .panel .wrapper {
  background: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  padding: 1rem 2rem;
  white-space: nowrap;
  color: #333;
  display: flex;
  flex-wrap: wrap;
}

.wrapper > div {
  margin: 0.5rem 0;
}

.wrapper .wrapper_tel {
  text-align: left;
}

.wrapper .wrapper_tel h4 {
  margin: 0.375rem 0;
}

.wrapper .wrapper_tel h4 a {
  color: #007fff;
  font-weight: bold;
}

.wrapper .wrapper_tel h6 {
  text-align: center;
  background: #007fff;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 0.175rem;
  padding: 0.75rem 1rem;
}

.wrapper .wrapper_tel h6 a {
  color: #fff;
}

/*servicebanner*/

#servicebanner .servicebanner_text {
  bottom: 20%;
  text-align: left;
}

.servicebanner_text i {
  width: 4.14rem;
  height: 0.5rem;
  background: #fff;
}

.servicebanner_text h1 {
  font-size: 4.14rem;
  margin: 2rem 0;
}

.servicebanner_text p {
  font-size: 2.57rem;
}

.fixednav {
  position: fixed;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  background: #fff;
  z-index: 10;
}

/*second_navbar*/

.second_navbar {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9;
  overflow-x: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background: #f8f9fb;
}

.second_navbar .roadLeader_team_app,
.second_navbar .roadLeader_architecture_app,
.second_navbar .roadLeader_lianxi_app {
  display: none;
}

.service_second_navbar {
  padding: 0 1rem;
}

.service_second_navbar .service_nav {
  position: relative;
  display: flex;
}

.service_second_navbar .service_nav .nav-item {
  padding-right: 2rem;
}

.service_second_navbar .service_nav .navbar-nav-link {
  padding: 1.375rem 1rem;
  white-space: nowrap;
}

.service_nav .navbar-nav-link:focus,
.service_nav .navbar-nav-link:hover {
  background-color: transparent;
}

.service_second_navbar .nav-second-line {
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 60px;
  height: 2px;
  background: rgba(236, 107, 44, 1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/*second_navbar*/

.chanpneng,
.shujuf,
.xie_tong,
.xie_tong_app,
.wanwu,
.xitong,
.tuandui,
.tuandui_app {
  padding: 5rem 0;
}

.container h2 {
  font-size: 2.5rem;
}

/* 产品能力 */
.chanpneng {
  background: #f4f7ff;
  padding-top: 8rem;
}

.chanpneng li img {
  width: 3rem;
  height: 3rem;
  margin-right: 20px;
}
.chanpneng li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.chanpneng li p {
  margin: 0;
}

/* 咨询热线 */
.logorPage {
  background: url("../img/系统组成.png");
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 100;
  padding: 10px 0 10px 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.logorPage .imgs {
  background: #fff;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 10px 0 20px 0;
}
.logorPage .content {
  padding: 0 10px;
}
.logorPage img {
  width: 120px;
  background: #fff;
}
.logorPage p {
  font-size: 18px;
  font-style: italic;
  margin: 0;
}

/* 数据赋能 */
.shujuf .container {
  width: 80%;
}
.shujuf .block {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 50px;
}

.shujuf .block > div {
  flex: 1;
  padding: 10px 30px;
}

.shujuf .block > div img {
  width: 100%;
  margin: 30px 0;
}
.shujuf .descript {
  font-size: 1.8rem !important;
  font-weight: 600;
  white-space: nowrap;
}

/* 协同办公 */
.xie_tong .container {
  /* width: 100%; */
  width: 75%;
}
.xie_tong .container .block {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: start;
  padding: 30px;
  font-size: 16px;
}
.xie_tong .block .title {
  color: #2f72f5;
  font-size: 1.8rem;
}
.xie_tong .block ul {
  margin-top: 30px;
  font-size: 1.4rem;
}
.xie_tong .block li {
  margin-top: 15px;
}
.xie_tong .block li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #000;
  transform: rotate(45deg);
  margin-right: 10px;
}
.xie_tong .carousel-inner .item .imgs {
  display: flex;
}
.xie_tong .carousel-inner .item img {
  width: 260px;
  height: 500px;
}
.xie_tong .carousel-inner .item img:last-child {
  margin-top: 50px;
}
.xie_tong .carousel {
  padding: 20px;
}

/* 协同办公app */
.xie_tong_app {
  display: none;
}
.xie_tong_app .container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.xie_tong_app img {
  width: 150px;
}
.xie_tong_app .title {
  color: #2f72f5;
  font-size: 1.8rem;
}
.xie_tong_app ul {
  font-size: 1.4rem;
}
.xie_tong_app li {
  color: #000;
  margin-top: 15px;
}
.xie_tong_app .item:nth-child(odd) {
  background: #f4f7ff;
}
.xie_tong_app .item {
  padding: 10px 0;
}
.xie_tong_app li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #000;
  transform: rotate(45deg);
  margin-right: 10px;
}
.xie_tong_app .content {
  margin-top: 20px;
  text-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 团队简介 */
.tuandui .container {
  width: 75%;
}
.tuandui .block {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  margin-top: 30px;
}
.tuandui .block img {
  width: 500px;
}
.tuandui .block .content {
  padding: 0 20px;
}
.tuandui .block .contents {
  width: 550px;
}
.tuandui .carousel {
  height: 40rem;
}
.tuandui .content {
}
.tuandui .block .imgs {
  text-align: center;
}
.tuandui .item:not(:first-child) .block img {
  width: 250px;
}
.tuandui .carousel-inner,
.tuandui .carousel-inner .item {
  height: 100%;
}
.tuandui .block .title {
  font-size: 1.8rem;
}
.tuandui .block .title2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
/* 团队简介 */

/* 团队简介app */
.tuandui_app {
  display: none;
  font-size: 1.3rem;
}
.tuandui_app .content .title {
  font-size: 1.8rem;
}
.tuandui_app .content .title2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.tuandui_app li:first-child img {
  width: 100%;
}
.tuandui_app li:not(:first-child) {
  margin-top: 20px;
}
.tuandui_app li:not(:first-child):nth-child(even) .imgs {
  text-align: start;
}
.tuandui_app .imgs {
  text-align: end;
}
.tuandui_app .imgs img {
  width: 200px;
}
/* 团队简介app */

/* 底部说明 */
.footerPage {
  background: #3c4648;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 1.1rem;
}
.footerPage div {
  /* display: flex;
  align-items: center; */
}
.footerPage img {
  vertical-align: bottom;
}

/* 系统构成 */
.constitute .title {
  font-family: Helvetica;
  color: rgba(153, 153, 153, 0.24);
  font-size: 3rem;
}
.constitute .title2 {
  margin: 0px 0 5px;
  font-size: 1.8rem;
}
.constitute p {
  font-size: 1.2rem;
}

.text-black h2 {
  font-weight: 600 !important;
}

/* 功能表 */
.brightSpot img {
  width: 5rem;
  height: 5rem;
  margin-bottom: 0.5rem;
}

/* 联系我们app */
.lianxi_app {
  padding: 10px 0;
  display: none;
}
.lianxi_app h2 {
  text-align: start;
}
.lianxi_app .content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 2rem;
  font-style: italic;
}
.lianxi_app img {
  width: 50%;
}
