.middle_items {
  width: 100%;
}

.common {
  width: 100%;
  padding: 40px 0;
}

.common .title {
  width: 100%;
  text-align: center;
}

.common h4 {
  color: #333333;
  font-size: 32px;
  letter-spacing: 6px;
  font-weight: bold;
  margin: 0;
}

.common .tag {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #0050B3;
  margin: 3px auto 0;
}

.company {
  padding: 24px 0;
  background-color: #F4F7FA;
}

.company .introduction {
  color: #666666;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 32px;
  width: 1200px;
  margin: 13px auto 0;
}

.company .introduction .i_word {
  text-indent: 60px;
  display: block;
}
.solution {
    padding-bottom: 0;
}
.solution .solution_content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  flex-wrap: wrap;
  margin: 27px auto 0;
}

.solution .solution_content .content_box {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  width: 49%;
  position: relative;
  padding: 0px 80px;
  height: 157px;
  background: linear-gradient(180deg, rgba(237, 242, 250, 0.7) 0%, rgba(254, 254, 255, 0.5) 100%);
  box-shadow: 0px 6px 20px 0px rgba(115, 142, 172, 0.16);
  border-radius: 8px;
  /* border: 2px solid; */
  margin-bottom: 40px;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
}

.solution .solution_content .content_box:hover {
  transform: scale(1.05);
}

.solution_content .content_box img {
  width: 69px;
  display: block;
}

.solution_content .content_box span {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-left: 54px;
}

.solution_content .content_box .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52px;
}

.other {
  padding: 24px 0;
  background-color: #F4F7FA;
}

.other .other_type {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  width: 1200px;
  margin: 18px auto 0;
  background: linear-gradient( 180deg, rgba(105,141,199,0.08) 0%, rgba(255,255,255,1) 100%);
  border-radius: 8px;
}

.other .other_type .type_box {
  /* box-shadow: 0px 6px 13px 0px rgba(115, 142, 172, 0.2); */
  /* border-radius: 16px; */
  text-align: center;
  padding: 30px 0;
  cursor: pointer;
  /* transform: scale(1);
  transition: transform 0.5s ease-in-out; */
}

/* .other .other_type .type_box:hover {
  transform: scale(1.05);
} */

.other_type .type_box p {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 0;
}

.gszz .gszz_content {
  width: 1200px;
  margin: 44px auto 0px;

}

.gszz .gszz_content .top {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

.gszz .gszz_content .top .top_box {
    width: 20%;
    padding: 0 20px;
    text-align: center;
    box-shadow: 0px 6px 20px 0px rgba(115,142,172,0.16);
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    display: flex;
}
.gszz_content .top .top_box img {
    width: 100%;
}
.gszz .gszz_content .bottom {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 9px;
}

.gszz .gszz_content .bottom .bottom_box {
    border: 1px solid #DDDDDD;
}
.gszz .gszz_content .bottom .bottom_box:nth-child(1){
    border: 0;
}
.gszz .gszz_content .bottom .bottom_box:nth-child(2){
    border: 0;
}
.gszz .gszz_content .bottom .bottom_box:nth-child(3){
    border: 0;
}
.gszz .gszz_content .bottom .bottom_box:nth-child(4){
    border: 0;
}
.gszz .gszz_content .bottom .bottom_box:nth-child(5){
    border: 0;
}

.gszz_content .bottom .bottom_box img {
  width: 100%;
}
