#index-container {
  background: #F5F5F7;
}

#index-container .title_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#index-container .title_container .title_container_topic {
  font-size: 2.8rem;
  color: #333333;
}

#index-container .title_container .title_container_info {
  color: #5C5C5C;
  font-size: 1.6rem;
  margin-top: 1.3rem;
}

#index-container #cData {
  background: #ffffff;
}

#index-container #cData .cData_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 9rem;
}

#index-container #cData .cData_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #999999;
}

#index-container #cData .cData_item .cData_item_num {
  font-size: 5rem;
  color: #666666;
  position: relative;
}

#index-container #cData .cData_item .cData_item_num .cData_item_num_company {
  font-size: 1.4rem;
  color: #999999;
  position: absolute;
  right: -2.2rem;
  top: .4rem;
}

#index-container #cData .cData_item_decorate {
  width: 1px;
  overflow: hidden;
  background: #F5F5F7;
}

#index-container #companyProfile {
  margin-top: 5rem;
}

#index-container #companyProfile .companyProfile_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem 0 8rem;
}

#index-container #companyProfile .companyProfile_box .companyProfile_box_left .companyProfile_box_left_tit {
  font-size: 2rem;
  color: #333333;
}

#index-container #companyProfile .companyProfile_box .companyProfile_box_left .companyProfile_box_left_e {
  font-size: 1.2rem;
  color: #999999;
  margin: .6rem 0 .3rem;
}

#index-container #companyProfile .companyProfile_box .companyProfile_box_left .companyProfile_box_left_info {
  margin-top: 2.7rem;
  font-size: 1.4rem;
  color: #888888;
}

#index-container #companyProfile .companyProfile_box .companyProfile_box_right {
  margin-left: 15rem;
}

#index-container #companyProfile .companyProfile_box .companyProfile_box_right .companyProfile_box_right_img {
  width: 48rem;
  height: 30rem;
  background-image: url("../images/companyImg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: 3rem -1.9rem #ffffff;
          box-shadow: 3rem -1.9rem #ffffff;
}

#index-container #ourServices {
  margin-bottom: 8rem;
}

#index-container #ourServices .ourServices_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#index-container #ourServices .ourServices_box .ourServices_box_iitem {
  width: 30%;
  background: #fff;
  padding: 0rem 2rem 1.5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0.6rem 1rem 0.1rem rgba(51, 51, 51, 0.05);
          box-shadow: 0px 0.6rem 1rem 0.1rem rgba(51, 51, 51, 0.05);
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_icon {
  width: 6rem;
  display: inline-block;
  margin: -2rem 0 3.3rem;
}

#index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_tit {
  font-size: 2rem;
  color: #333333;
  font-weight: normal;
}

#index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_info {
  font-size: 1.4rem;
  color: #999999;
  margin: 1.1rem 0 2rem;
}

#index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_tab li {
  font-size: 1.2rem;
  padding: .4rem 1.4rem;
  border-radius: .2rem;
  background-color: #6498f91a;
  color: #6498F9;
}

#index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_tab li:not(:last-child) {
  margin-right: 1.5rem;
}

#index-container #ourServices .ourServices_box .ourServices_box_iitem:nth-child(2) .ourServices_box_item_tab li {
  background-color: #FF6C5F1a;
  color: #FF6C5F;
}

#index-container #ourServices .ourServices_box .ourServices_box_iitem:nth-child(3) .ourServices_box_item_tab li {
  background-color: #1B8EFF1a;
  color: #1B8EFF;
}

#index-container #ourServices .ourServices_box .ourServices_box_iitem:nth-child(4) .ourServices_box_item_tab li {
  background-color: #FF94321a;
  color: #FF9432;
}

#index-container #ourServices .ourServices_box .ourServices_box_iitem:nth-child(5) .ourServices_box_item_tab li {
  background-color: #47CFAE1a;
  color: #47CFAE;
}

#index-container #ourServices .ourServices_box .ourServices_box_iitem:nth-child(6) .ourServices_box_item_tab li {
  background-color: #5A94FF1a;
  color: #5A94FF;
}

#index-container #classicCases .classicCases_box {
  margin-top: 5.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#index-container #classicCases .classicCases_box .classicCases_box_item {
  width: 23%;
  background-color: #ffffff;
  margin-top: 3rem;
  border-radius: .4rem;
}

#index-container #classicCases .classicCases_box .classicCases_box_item .classicCases_box_imgview {
  width: 100%;
  height: 21rem;
  overflow: hidden;
  background-image: url("../images/case1.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: .4rem .4rem 0 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#index-container #classicCases .classicCases_box .classicCases_box_item .classicCases_box_bottom {
  text-align: center;
  padding: 2rem 0;
}

#index-container #classicCases .classicCases_box .classicCases_box_item .classicCases_box_bottom h4 {
  font-size: 1.6rem;
  color: #333333;
}

#index-container #classicCases .classicCases_box .classicCases_box_item .classicCases_box_bottom p {
  font-size: 1.2rem;
  color: #999999;
  margin-top: 1.1rem;
}

#index-container #classicCases .classicCases_box .classicCases_box_item:hover .classicCases_box_imgview {
  background-size: 110% 110%;
}

#index-container #classicCases .classicCases_box .classicCases_box_item:nth-child(2) .classicCases_box_imgview {
  background-image: url("../images/case2.jpg");
}

#index-container #classicCases .classicCases_box .classicCases_box_item:nth-child(3) .classicCases_box_imgview {
  background-image: url("../images/case3.jpg");
}

#index-container #classicCases .classicCases_box .classicCases_box_item:nth-child(4) .classicCases_box_imgview {
  background-image: url("../images/case4.jpg");
}

#index-container #classicCases .classicCases_box .classicCases_box_item:nth-child(5) .classicCases_box_imgview {
  background-image: url("../images/case5.jpg");
}

#index-container #classicCases .classicCases_box .classicCases_box_item:nth-child(6) .classicCases_box_imgview {
  background-image: url("../images/case6.jpg");
}

#index-container #classicCases .classicCases_box .classicCases_box_item:nth-child(7) .classicCases_box_imgview {
  background-image: url("../images/case7.jpg");
}

#index-container #classicCases .classicCases_box .classicCases_box_item:nth-child(8) .classicCases_box_imgview {
  background-image: url("../images/case8.jpg");
}

#index-container #serviceProcess {
  margin-top: 8rem;
}

#index-container #serviceProcess .serviceProcess_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.4rem;
}

#index-container #serviceProcess .serviceProcess_box .serviceProcess_item {
  width: 15%;
  background-color: #ffffff;
  border-radius: .4rem;
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0.2rem 0.6rem 0.1rem rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0.2rem 0.6rem 0.1rem rgba(0, 0, 0, 0.06);
}

#index-container #serviceProcess .serviceProcess_box .serviceProcess_item .serviceProcess_item_icon {
  width: 4.8rem;
  display: inline-block;
  margin-bottom: 3rem;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#index-container #serviceProcess .serviceProcess_box .serviceProcess_item .serviceProcess_item_tit {
  color: #333333;
  font-size: 1.6rem;
  margin-bottom: .8rem;
}

#index-container #serviceProcess .serviceProcess_box .serviceProcess_item p {
  font-size: 1.2rem;
  color: #999999;
}

#index-container #serviceProcess .serviceProcess_box .serviceProcess_item p:not(:first-child) {
  margin-top: 1rem;
}

#index-container #serviceProcess .serviceProcess_box .serviceProcess_item:hover .serviceProcess_item_icon {
  -webkit-transform: translateY(1.4rem);
          transform: translateY(1.4rem);
}

#index-container #industryInformation {
  margin-top: 8rem;
}

#index-container #industryInformation .industryInformation_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5.1rem;
}

#index-container #industryInformation .industryInformation_box .industryInformation_box_item {
  width: 31%;
  background-color: #ffffff;
  border-radius: .4rem;
}

#index-container #industryInformation .industryInformation_box .industryInformation_box_item .industryInformation_box_imgview {
  width: 100%;
  height: 20.4rem;
  overflow: hidden;
  background-image: url("../images/realTimeInfo1.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: .4rem .4rem 0 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#index-container #industryInformation .industryInformation_box .industryInformation_box_item .industryInformation_box_imgview span {
  display: inline-block;
  padding: .8rem 1rem;
  background-color: #ffffff;
  font-size: 1.2rem;
  color: #999999;
}

#index-container #industryInformation .industryInformation_box .industryInformation_box_item:nth-child(2) .industryInformation_box_imgview {
  background-image: url("../images/realTimeInfo2.jpg");
}

#index-container #industryInformation .industryInformation_box .industryInformation_box_item:nth-child(3) .industryInformation_box_imgview {
  background-image: url("../images/realTimeInfo3.jpg");
}

#index-container #industryInformation .industryInformation_box .industryInformation_box_item .industryInformation_box_bottom {
  padding: 2rem;
}

#index-container #industryInformation .industryInformation_box .industryInformation_box_item .industryInformation_box_bottom h4 {
  font-size: 1.6rem;
  color: #333333;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #EEEEF1;
}

#index-container #industryInformation .industryInformation_box .industryInformation_box_item .industryInformation_box_bottom p {
  font-size: 1.4rem;
  color: #999999;
}

#index-container #industryInformation .industryInformation_box .industryInformation_box_item:hover .industryInformation_box_imgview {
  background-size: 110% 110%;
}

#index-container #contactUs {
  background-color: #ffffff;
}

@media screen and (min-width: 1900px) {
  #index-container #ourServices .ourServices_box .ourServices_box_iitem {
    width: 31%;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_tab li {
    padding: .4rem 1.1rem;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_tab li:not(:last-child) {
    margin-right: 1.2rem;
  }
}

@media screen and (max-width: 1441px) and (min-width: 1200px) {
  #index-container #ourServices .ourServices_box .ourServices_box_iitem {
    padding: 0rem 1.4rem 1.3rem;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_icon {
    width: 6rem;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_tab li {
    padding: .4rem 1rem;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_tab li:not(:last-child) {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  #index-container #classicCases .classicCases_box .classicCases_box_item .classicCases_box_imgview {
    width: 100%;
    height: 17rem;
    overflow: hidden;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem {
    width: 48%;
  }
}

@media screen and (max-width: 576px) {
  #index-container .title_container .title_container_topic {
    font-size: 2rem;
  }
  #index-container .title_container .title_container_info {
    font-size: 1.2rem;
    margin-top: .8rem;
  }
  #index-container #cData .cData_box {
    padding: 2rem 1rem;
  }
  #index-container #cData .cData_item {
    font-size: 1.2rem;
    color: #999999;
  }
  #index-container #cData .cData_item .cData_item_num {
    font-size: 4rem;
    color: #666666;
    position: relative;
  }
  #index-container #cData .cData_item .cData_item_num .cData_item_num_company {
    font-size: 1.2rem;
    color: #999999;
    position: absolute;
    right: -1.8rem;
    top: .4rem;
  }
  #index-container #cData .cData_item_decorate {
    display: none;
  }
  #index-container #companyProfile {
    margin-top: 5rem;
  }
  #index-container #companyProfile .companyProfile_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #index-container #companyProfile .companyProfile_box .companyProfile_box_left .companyProfile_box_left_tit {
    font-size: 1.6rem;
  }
  #index-container #companyProfile .companyProfile_box .companyProfile_box_left .companyProfile_box_left_e {
    font-size: 1.2rem;
    margin: .6rem 0 .3rem;
  }
  #index-container #companyProfile .companyProfile_box .companyProfile_box_left .companyProfile_box_left_info {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
  #index-container #companyProfile .companyProfile_box .companyProfile_box_right {
    margin-left: -2rem;
    margin-top: 3rem;
  }
  #index-container #companyProfile .companyProfile_box .companyProfile_box_right .companyProfile_box_right_img {
    width: 35rem;
    height: 22rem;
    -webkit-box-shadow: 2rem -1.2rem #ffffff;
            box-shadow: 2rem -1.2rem #ffffff;
  }
  #index-container #ourServices {
    margin-bottom: 5rem;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem {
    width: 100%;
    padding: 0rem 1.6rem 1.3rem;
    margin-top: 5rem;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_icon {
    width: 5rem;
    margin: -2rem 0 3.3rem;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_tit {
    font-size: 1.8rem;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_info {
    font-size: 1.3rem;
    margin: 1rem 0 1.8rem;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_tab li {
    font-size: 1.1rem;
    padding: .4rem 1.4rem;
    border-radius: .2rem;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_tab li:not(:last-child) {
    margin-right: 1.5rem;
  }
  #index-container #classicCases .classicCases_box {
    margin-top: 3.4rem;
  }
  #index-container #classicCases .classicCases_box .classicCases_box_item {
    width: 48%;
    background-color: #ffffff;
    margin-top: 1.5rem;
  }
  #index-container #classicCases .classicCases_box .classicCases_box_item .classicCases_box_imgview {
    height: 14rem;
  }
  #index-container #serviceProcess .serviceProcess_box {
    margin-top: 3.4rem;
  }
  #index-container #serviceProcess .serviceProcess_box .serviceProcess_item {
    width: 48%;
    border-radius: .4rem;
    padding: 2.4rem 0;
    margin-bottom: 1rem;
  }
  #index-container #serviceProcess .serviceProcess_box .serviceProcess_item .serviceProcess_item_icon {
    width: 4rem;
    margin-bottom: 2.4rem;
  }
  #index-container #serviceProcess .serviceProcess_box .serviceProcess_item .serviceProcess_item_tit {
    font-size: 1.4rem;
    margin-bottom: .6rem;
  }
  #index-container #serviceProcess .serviceProcess_box .serviceProcess_item p {
    font-size: 1rem;
  }
  #index-container #serviceProcess .serviceProcess_box .serviceProcess_item p:not(:first-child) {
    margin-top: .8rem;
  }
  #index-container #industryInformation {
    margin-top: 5rem;
  }
  #index-container #industryInformation .industryInformation_box {
    margin-top: 3.4rem;
  }
  #index-container #industryInformation .industryInformation_box .industryInformation_box_item {
    width: 100%;
  }
  #index-container #industryInformation .industryInformation_box .industryInformation_box_item .industryInformation_box_imgview {
    height: 20rem;
  }
  #index-container #industryInformation .industryInformation_box .industryInformation_box_item .industryInformation_box_bottom h4 {
    font-size: 1.4rem;
  }
  #index-container #industryInformation .industryInformation_box .industryInformation_box_item .industryInformation_box_bottom p {
    font-size: 1.2rem;
  }
  #index-container #industryInformation .industryInformation_box .industryInformation_box_item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

@media screen and (max-width: 414px) {
  #index-container #ourServices .ourServices_box .ourServices_box_iitem {
    width: 100%;
    padding: 0rem 1.2rem 1.3rem;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_icon {
    width: 5rem;
    margin: -2rem 0 3.3rem;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_tab li {
    font-size: 1.1rem;
    padding: .4rem 1rem;
    border-radius: .2rem;
  }
  #index-container #ourServices .ourServices_box .ourServices_box_iitem .ourServices_box_item_tab li:not(:last-child) {
    margin-right: 1rem;
  }
  #index-container #classicCases .classicCases_box .classicCases_box_item .classicCases_box_imgview {
    height: 11rem;
  }
}
/*# sourceMappingURL=index.css.map */