/* 标题 */
.other_header {
  margin: 8.8rem 0 4rem;
  font-size: 3.6rem;
  color: #333333;
}
/* 分页 */
.ty_pages {
  margin-top: 2rem;
  margin-bottom: 12rem;
}
/* 公用结构 */
.other_content {
  margin-bottom: 12rem;
}
.other_content img {
  width: 100%;
}
.other_content p {
  margin-top: 3rem;
  font-size: 1.6rem;
  color: #666666;
  line-height: 2.8rem;
}

/* 关于公司-业务范围  */
.card_box {
  width: 100%;
  margin: 9rem 0;
  display: flex;
  flex-wrap: wrap;
}

.card_box .card_item {
  width: 380px;
  padding: 4rem 3rem;
  background: #f9f9f9;
  border: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
  margin-right: 30px;
}

.card_box .card_item:nth-of-type(3n+3) {
  margin-right: 0;
}

.card_box .card_item p:nth-of-type(1) {
  font-size: 2.4rem;
  color: #333333;
  line-height: 3.6rem;
}

.card_box .card_item .text_over_box {
  font-size: 1.6rem;
  color: #666666;
  line-height: 2.6rem;
  margin: 2rem 0 6rem;
  height: 20.8rem;
  overflow: hidden;
  position: relative;
  
}
.card_box .card_item .text_over_box >  .after {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 2.6rem;
  color: #666666;
}
.card_box .card_item .icon {
  width: 8.2rem;
  height: 8.2rem;
  background: rgba(20, 112, 183, 0.5);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 关于公司-资质荣誉 */
.card_list {
  width: 100%;
  margin: 9rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.card_list .list_item {
  width: 23%;
  padding: 3rem 2rem;
  background: #f2f1f1;
  border: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 4rem;
  margin-right: 2.66%;
}

.card_list .list_item:nth-of-type(4n+4){
  margin-right: 0;
}

.card_list .list_item img {
  width: 100%;
}

.card_list .list_item p {
  margin-top: 3rem;
  font-size: 1.4rem;
  color: #333333;
  text-align: center;
}

.card_list .list_item:hover p {
  color: #1470b7;
}
/* 业务领域 */
.business_content p {
  margin: 0 0 4rem 0;
}
/* 新闻中心 */
.content2 {
  margin-top: 9rem;
  padding-bottom: 0;
}
.content2 .list {
  flex-wrap: wrap;
  padding-top: 15px;
}
.content2 .list .list_item {
  margin-bottom: 4rem;
}
.content2 .list .list_item {
  box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 0.5);
}
/* 成功案例 */
.content3 {
  margin-top: 9rem;
  padding-bottom: 0;
}
.content3 .list {
  flex-wrap: wrap;
}
.content3 .list .list_item {
  margin-bottom: 6rem;
}

/* 公用-详情页 */
.top_title {
  width: 100%;
  margin-top: 9rem;
  padding: 0 0 3rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.top_title h4 {
  text-align: center;
  font-weight: normal;
  font-size: 2.4rem;
  color: #333333;
  margin-bottom: 2.4rem;
}
.top_title p {
  font-size: 1.4rem;
  color: #999999;
  text-align: center;
}
.cent_text{
  width: 100%;
  padding: 4rem 0 2rem;
}
.cent_text p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 1.6rem;
  color: #666666;
}
.cent_text img{
  max-width: 100%;
  /*width: 100%;
  margin-bottom: 4rem;*/
}
.change_page {
  width: 100%;
  padding: 3rem 0 0 0;
  margin-bottom: 12rem;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}

.change_item {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

.change_item:last-child {
  margin-top: 0;
}

.change_item p {
  color: #666666;
  margin-right: 1rem;
  line-height: 2.8rem;
}
.change_item a {
  color: #666666;
}
.change_item a:hover {
  color: #1470b7;
}
