@charset "UTF-8";
/*******列表页*******/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*六+一标题块*/
.qyfw-listbox {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 60px;
}

.qyfw-listbox .nei-nav {
  padding: 10px 0;
  margin-bottom: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.qyfw-listbox .nei-nav a:hover {
  color: #fff;
  background-color: #3e63b3;
  border: none;
}

.qyfw-listbox .nei-nav .active a {
  border-bottom: none;
  color: #3e63b3;
  font-weight: bold;
}

.qyfw-listbox .nei-nav .active a:hover {
  color: #fff;
  background-color: #3e63b3;
  border: none;
}

.nei-nav {
  min-height: 80px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px #cfcfcf;
  box-shadow: 0 1px 30px #cfcfcf;
}

.nei-nav ul {
  text-align: center;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.nei-nav li {
  padding: 20px 0 10px 0;
  display: inline-block;
  font-size: 20px;
}

.nei-nav li a {
  padding: 8px 20px;
  color: #282b31;
  font-size: 20px;
}
/*******面包屑导航*******/
@media screen and (max-width: 767px) {
  .nei-breadcrumb img {
    display: none;
  }
  .nei-breadcrumb .breadcrumb {
    padding: 8px 0;
  }
  .nei-breadcrumb .breadcrumb a {
    font-size: 12px;
  }
  .qyfw-listbox .nei-nav li {
    padding: 5px 0;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.qyfw-imagebox {
  padding: 15px 20px;
}
.qyfw-imagebox .center {
  text-align: center;
}
.qyfw-imagebox .newsItem {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
}

.qyfw-imagebox .newsItem .left-img {
  width: 31%;
  margin-top: 18px;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .qyfw-imagebox .newsItem .left-img {
    width: 100%;
    margin-right: 0;
  }
}

.qyfw-imagebox div.newsItem:hover {
  -webkit-box-shadow: 0 5px 15px rgba(241, 186, 6, 0.3);
          box-shadow: 0 5px 15px rgba(241, 186, 6, 0.3);
}

.qyfw-imagebox .bt-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.qyfw-imagebox .btn-default {
  color: #7c7c7c;
  border-color: #7c7c7c;
  font-weight: bold;
  border-radius: 17px;
}

.qyfw-imagebox .btn-default:hover {
  color: #3e63b3;
  background-color: #fff;
  border-color: transparent;
  border-radius: 17px;
}

.qyfw-imagebox .btn:hover {
  color: #fff;
  background-color: #3e63b2;
  border-color: #314e8c;
}

.qyfw-imagebox .btn-sm {
  padding: 0 10px;
}

/*列表页最下方-中智数字化*/
.right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.right-wrap h3:first-child {
  margin-left: 50px;
}

.flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
}

.flow-step .step-item {
  width: 118px;
  height: 118px;
}

.flow-step .step-desc {
  color: #3e63b2;
  font-size: 21px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 50% 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 2px solid #3e63b2;
}

.flow-step .step-img {
  background: transparent center center no-repeat url(/eportal/fileDir/ciicsh/resource/cms/2022/09/img_pc_site/2022090714023834051.png);
}

/*企业服务解决方案详细页面*/
.detail-box .newsTitle {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
}

.detail-box .nei-text-img {
  margin-bottom: 30px;
  height: 580px;
  border-radius: 8px;
  background: transparent center center no-repeat;
  background-size: cover;
}

.detail-box .nei-text {
  margin: 30px 0 0;
}

.detail-box .nei-text p {
  font-size: 14px;
  line-height: 24px;
}

.detail-box .icon-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 10px 0;
}

.detail-box .icon-out h3 {
  font-size: 18px;
  font-weight: bolder;
  margin-left: 15px;
}

.detail-box .server-icon {
  height: 80px;
  width: 80px;
  border-radius: 50% 50%;
  border: 2px solid #d6b980;
  background: transparent center center no-repeat;
}
/*中智数字化特有样式*/
.detail-box .server-icon-small {
  height: 35px;
  width: 35px;
  border-radius: 50% 50%;
  border: 2px solid #7c7c7c;
  background: center center no-repeat;
  background-size: cover;
  margin-right: 10px;
}
/*向下箭头*/
.detail-box .arrow-down {
  height: 60px;
  background: 20% center no-repeat url(/eportal/fileDir/ciicsh/resource/cms/2022/09/img_pc_site/2022090714023877921.png);
  background-size: contain;
}
.detail-box .row.set-padding {
  padding: 0 100px 0 50px;
}
@media screen and (max-width: 1280px) {
  .detail-box .row.set-padding {
    padding: 0;
  }
}
@media screen and (max-width: 1460px) {
  .detail-box .arrow-down {
    height: 0;
  }
  .detail-box .row.set-padding {
    padding: 0;
  }
}
