ul {
  padding: 0;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.phone_icon {
  width: 22px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 18px;
}
header .nav-word {
  position: static;
  width: 100%;
  text-align: center;
  padding-top: 306px;
}

.index_banner {
  height: 725px;
  z-index: -1;
}

header .nav-word .info {
  font-size: 32px;
  width: 881px;
  height: 70px;
  line-height: 70px;
  margin: 62px auto 0;
  background-image: url(img/Rectangle.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #0e2377;
}
.number_total {
  width: 1200px;
  height: 240px;
  background: #fff;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin: -120px auto 80px;
  padding: 57px 106px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.number_info > div:first-child {
  color: #4c69e2;
  font-size: 64px;
}

.number_info > div:last-child {
  color: #999999;
  font-size: 22px;
}

.company_introduce {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.company_introduce img {
  width: 600px;
  height: 400px;
}
.company_introduce .info {
  width: 550px;
}
.company_introduce .title,
.title_common {
  color: #333333;
  font-weight: 500;
  font-size: 32px;
  width: 128px;
  margin: 24px auto 16px;
}
.company_introduce .line,
.we_do .title .line,
.line_title {
  width: 56px;
  height: 10px;
  border-radius: 10px;
  background: #4c69e2;
  margin: 24px auto 36px;
}
.company_introduce .info {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.we_do {
  height: 660px;
  background: rgba(76, 105, 226, 0.05);
  margin-top: 82px;
  padding: 80px 36px;
  box-sizing: border-box;
}
.we_do .title {
  text-align: center;
  width: 224px;
  margin: auto;
}
.do_card {
  width: 282px;
  height: 368px;
  background: #fff;
  padding: 40px 47px;
  box-sizing: border-box;
  text-align: center;
}
.do_icon {
  width: 64px;
  display: block;
  margin: 0 auto 24px;
}
.do_title {
  font-size: 22px;
  color: #333333;
  margin-bottom: 24px;
}
.do_info {
  color: #666666;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 16px;
}
.wo_do_main {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 64px auto 0;
}
.case {
  padding-top: 80px;
}
.service {
  background: #f6f8fe;
  padding-bottom: 88px;
}

.service .title {
  width: 128px;
  margin: auto;
}

.news_content {
  width: 1200px;
  margin: 64px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_content > li {
  width: 580px;
  height: 182px;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.news_img {
  width: 180px;
  height: 150px;
}
.news_info {
  width: 352px;
  box-sizing: border-box;
}
.news_info .title {
  font-size: 22px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 9px;
}
.news_info .info {
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.more_ellipsis_4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_info .see {
  color: #4c69e2;
  font-weight: 400;
  font-size: 18px;
  margin-top: 36px;
  float: right;
  cursor: pointer;
}
.see_more {
  text-align: center;
}
.form_info {
  width: 491px;
  height: 65px;
  display: block;
  margin-bottom: 32px;
}
.form_info_container {
  display: block;
  width: auto;
}
.concat_me {
  display: flex;
}
.form_phone {
  width: 529px;
  height: 162px;
}
.send_btn {
  width: 111px;
  height: 162px;
  line-height: 162px;
  background: #ffa900;
  margin-top: 32px;
}
.concat_me {
  width: 1200px;
  margin: auto;
  background: none;
}

footer {
  display: block;
}

footer .contact_container {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
footer .reserved {
  width: 1200px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding-top: 30px;
  margin: 60px auto 0;
  color: rgba(187, 187, 187, 0.5);
}
.news_mobile {
  display: none;
}
.concat_box {
  width: 1200px;
  height: 551px;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(64, 67, 73, 0.2);
  margin-top: 80px;
  padding: 60px;
  box-sizing: border-box;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
}
.company_line {
  width: 50px;
  height: 8px;
  background: #4c69e2;
  margin: 61px 0 87px 0;
}
.concat_box .name {
  font-weight: 500;
  font-size: 32px;
  color: #333;
}
.concat_box .else {
  font-size: 24px;
  color: #333333;
  margin-bottom: 24px;
}
.wechat_box {
  width: 409px;
  height: 100%;
  text-align: center;
  background: #4c69e2;
  color: #fff;
}
.wechat_box img {
  width: 200px;
  height: 200px;
  margin-top: 100px;
  margin-bottom: 32px;
  /* margin: 100px 0 100px 100px; */
}
.see_wechat {
  display: none;
}
/* 小屏幕 768px-992px*/
@media screen and (max-width: 992px) {
  header .nav-word {
    padding-top: 0;
  }
  header .nav-word .title {
    padding-top: 56px;
    font-size: 18px;
  }
  header .nav-word .info {
    width: 80%;
    margin: 25px auto 0;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
  }
  .index_banner {
    height: 206px;
  }
  .w1200 {
    width: 100%;
  }
  .number_total {
    width: 95%;
    height: 77px;
    margin: -50px auto 21px;
    padding: 16px 28px;
  }
  .number_info > div:first-child {
    font-size: 24px;
  }
  .number_info > div:last-child {
    font-size: 12px;
  }
  .company_introduce img {
    display: none;
  }
  .company_introduce .title,
  .title_common {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .company_introduce .line,
  .we_do .title .line,
  .line_title {
    width: 24px;
    margin: 8px auto 8px;
    height: 5px;
  }
  .company_introduce .info {
    width: 100%;
  }
  .company_introduce {
    padding: 12px;
    box-sizing: border-box;
  }
  .nav-word {
    display: none;
  }
  .we_do {
    margin-top: 24px;
    padding: 48px 12px;
  }
  .wo_do_main {
    margin: 16px auto 0;
    width: 100%;
  }
  .wo_do_main {
    display: block;
  }
  .do_card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    height: 88px;
    margin-bottom: 8px;
  }
  .do_icon {
    width: 48px;
    height: 48px;
    margin: 0;
  }
  .do_content {
    width: 254px;
    text-align: left;
  }
  .do_title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .do_info {
    display: inline;
    font-size: 12px;
    margin-bottom: 2px;
    line-height: 10px;
    text-align: left;
  }
  .we_do {
    height: auto;
  }
  .case {
    padding-top: 24px;
  }
  .case_mobile img {
    height: 171px;
    width: 171px;
  }
  .case_info .name {
    position: static;
    background: rgba(245, 245, 245, 0.5);
    box-shadow: 0px 2.42553px 16.3723px rgba(0, 0, 0, 0.08);
    color: #333333;
  }
  .friend_mobild img {
    width: 100%;
    height: 98.94px;
  }
  .service {
    padding-bottom: 28px;
  }
  .news_pc {
    display: none;
  }
  .news_mobile {
    display: block;
  }
  .news_mobile li {
    display: flex;
    padding: 12px;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 16px;
    border-bottom: 0.5px solid #e5e5e5;
  }
  .news_mobile_img {
    width: 100px;
    height: 75px;
  }
  .news_mobile .title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 2px;
    height: 44px;
  }
  .news_mobile .info {
    font-size: 14px;
    color: #999;
    line-height: 16px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news_mobile .content {
    width: 218px;
  }
  .news_mobile .date {
    color: #666666;
    font-size: 9px;
    line-height: 12px;
    position: absolute;
    left: 12px;
    bottom: 0;
  }
  .concat_me {
    width: 100%;
    display: block;
  }
  .form_info {
    width: 343px;
    height: 48px;
    margin-bottom: 12px;
  }
  .form_phone {
    width: 343px;
    height: 115px;
    margin-top: 0;
  }
  .send_btn {
    width: 343px;
    height: 48px;
    margin-top: 12px;
    line-height: 48px;
  }
  .form_info_container {
    margin: 0 auto;
  }
  footer .contact_container {
    width: 100%;
    display: block;
  }
  footer .reserved {
    width: 100%;
  }
  footer .contact {
    display: flex;
    justify-content: space-between;
  }
  footer .contact > div {
    flex: 1;
  }
  footer .contact > div {
    margin-right: 0;
  }
  footer img {
    display: block;
    margin: auto;
  }
  footer {
    padding-bottom: 0;
    height: 250px;
  }
  footer .reserved {
    margin-top: 35px;
    width: 100%;
  }
  .concat_box {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .concat_box .company {
    padding: 24px;
  }
  .concat_box .name {
    font-size: 18px;
  }
  .concat_box .else {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .company_line {
    margin: 16px 0 20px 0;
  }
  .wechat_box {
    width: 100%;
    height: 187px;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .wechat_box img {
    width: 88px;
    height: 88px;
    margin: 24px 20px 24px 63px;
  }
  .see_wechat {
    display: block;
    font-size: 14px;
    margin-top: 7px;
  }
  .wechat_box .mobile_box {
    /* margin-top: 40px; */
    font-size: 18px;
  }
  .concat_box {
    box-shadow: none;
  }
}
