* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #333;
  min-width: 320px;
}
.flex {
  display: flex;
}
.flex_a {
  align-items: center;
}
.flex_c {
  justify-content: center;
}
.flex_av {
  justify-content: space-between;
}
.nav_bar {
  width: 100%;
  height: 120px;
  padding-left: 15%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 5;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.0521327);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_bar img {
  height: 35px;
  max-width: 100%;
}
.banner {
  margin-top: 120px;
}
.banner .banner_img {
  background: url('images/banner.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 800px;
  color: #fff;
  font-weight: bold;
  padding-left: 17%;
  display: flex;
  align-items: center;
}
.banner .banner_img .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  animation: moveLeft .8s ease-out;
}
.banner .banner_img .one {
  font-size: 88px;
  line-height: 1;
}
.banner .banner_img .two {
  font-size: 88px;
  margin-left: 20px;
  line-height: 1;
  margin: 8px 0 20px 0;
}
.banner .banner_img .three {
  font-size: 34px;
  margin-left: 18px;
  line-height: 1.2;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
.container .title {
  font-size: 32px;
}
.container .title .title_en {
  font-weight: bold;
  margin-bottom: 14px;
}
.container .title span {
  color: #999;
  font-size: 14px;
}
.wrap_1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wrap_1 .left {
  width: 569px;
}
.wrap_1 .left .item {
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 60px;
}
.wrap_1 .left .data_wrap {
  background: url('images/bg.webp') no-repeat;
  background-size: cover;
  height: 170px;
  width: 831px;
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.wrap_1 .left .data_wrap .data_list {
  width: calc(100% / 3);
}
.wrap_1 .left .data_wrap .data_list .data_value .value {
  color: #1e50ae;
  font-size: 50px;
  margin-right: 5px;
}
.wrap_1 .left .data_wrap .data_list .data_value .unit {
  font-size: 14px;
  color: #999;
}
.wrap_1 .left .data_wrap .data_list .data_key {
  margin-top: 6px;
  font-size: 14px;
  color: #666;
}
.wrap_1 .left .data_wrap .has_border {
  position: relative;
}
.wrap_1 .left .data_wrap .has_border::before {
  content: '';
  width: 1px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e8e8e8;
}
.wrap_1 .left .data_wrap .has_border::after {
  content: '';
  width: 1px;
  height: 75px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e8e8e8;
}
.wrap_1 .right {
  width: 496px;
  height: 512px;
}
.wrap_1 .right img {
  width: 100%;
  height: 100%;
}
.bg_color {
  background: #f7f7f7;
}
.wrap_2 .item {
  margin-top: 72px;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.wrap_2 .item .item_list {
  padding: 24px 21px;
  color: #fff;
  font-size: 22px;
  width: calc(50% - 10px);
  max-width: 270px;
  height: 415px;
  background-size: cover;
  background-position: center;
}
.wrap_2 .item .item_list .item_title {
  margin-bottom: 40px;
}
.wrap_2 .item .item_list .item_content {
  line-height: 32px;
}
.wrap_2 .item .item_1 {
  background: url('images/bg_1.webp') no-repeat;
}
.wrap_2 .item .item_2 {
  background: url('images/bg_2.webp') no-repeat;
}
.wrap_2 .item .item_3 {
  background: url('images/bg_3.webp') no-repeat;
}
.wrap_2 .item .item_4 {
  background: url('images/bg_4.webp') no-repeat;
}
.wrap_3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wrap_3 .left {
  width: 569px;
}
.wrap_3 .about_us {
  margin-top: 70px;
}
.wrap_3 .about_us .list {
  line-height: 55px;
}
.wrap_3 .right {
  width: 666px;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
}
.wrap_3 .right img {
  width: 100%;
  height: 100%;
}
.footer {
  background-color: #292d38;
}
.wrap_4{
	padding:60px 0;
}
.wrap_4 .left {
  text-align: center;
}
.wrap_4 .left .name {
  font-size: 30px;
  color: #e5e5e5;
  font-weight: bold;
}
.wrap_4 .left .tip {
  margin-top: 46px;
  color: #d9d9d9;
  font-size: 14px;
}
.wrap_4 .left .tel {
  color: #076ce0;
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
}
.wrap_4 .right {
  color: #9e9e9e;
  font-size: 14px;
}
.wrap_4 .right .list {
  width: 300px;
  line-height: 28px;
}
.wrap_4 .right .bottom {
  margin-top: 80px;
}
.footer p{
	text-align:center;
	color:white;
	padding:30px 0;
}
.footer p a{
	color: white;
}

/* 响应式布局 */
@media screen and (max-width: 1024px) {
  .banner .banner_img {
    height: 600px;
  }
  .banner .banner_img .one,
  .banner .banner_img .two {
    font-size: 60px;
  }
  .banner .banner_img .three {
    font-size: 24px;
  }
  .container {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .nav_bar {
    height: 80px;
    padding: 0 20px;
  }
  .nav_bar img {
    height: 25px;
  }
  .banner {
    margin-top: 80px;
  }
  .banner .banner_img {
    height: 400px;
    padding-left: 20px;
  }
  .banner .banner_img .one,
  .banner .banner_img .two {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .banner .banner_img .three {
    font-size: 18px;
    margin-left: 10px;
  }
  .container {
    padding: 60px 0;
  }
  .container .title {
    font-size: 24px;
  }
  .wrap_1 {
    flex-direction: column;
  }
  .wrap_1 .left {
    width: 100%;
  }
  .wrap_1 .left .data_wrap {
    width: 100%;
    max-width: 831px;
  }
  .wrap_1 .right {
    width: 100%;
    max-width: 496px;
    height: auto;
    margin: 0 auto;
  }
  .wrap_1 .right img {
    border-radius: 16px;
  }
  .wrap_2 .item .item_list {
    height: 300px;
    width: calc(50% - 10px);
  }
  .wrap_3 {
    flex-direction: column;
  }
  .wrap_3 .left {
    width: 100%;
  }
  .wrap_3 .right {
    width: 100%;
    max-width: 666px;
    height: auto;
    margin: 0 auto;
  }
  .wrap_1 .left .item {
    margin-top: 40px;
  }
  .wrap_1 .right {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .banner .banner_img {
    height: 300px;
    padding-left: 15px;
  }
  .banner .banner_img .one,
  .banner .banner_img .two {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .banner .banner_img .three {
    font-size: 16px;
    margin: 4px 0 0 8px;
  }
  .container {
    padding: 40px 0;
  }
  .container .title {
    font-size: 20px;
  }
  .wrap_1 .left .item {
    margin-top: 30px;
  }
  .wrap_1 .right {
    margin-top: 20px;
  }
  .wrap_1 .left .data_wrap .data_list .data_value .value {
    font-size: 28px;
  }
  .wrap_2 .item .item_list {
    height: 250px;
    font-size: 18px;
    width: calc(50% - 10px);
  }
  .wrap_3 .about_us {
    margin-top: 40px;
  }
  .wrap_3 .about_us .list {
    line-height: 32px;
    font-size: 12px;
  }
  .wrap_3 .right {
    margin-top: 20px;
  }
  .footer p {
    font-size: 12px;
    padding: 20px 0;
  }
  .nav_bar {
    padding: 0 15px;
  }
  .nav_bar img {
    height: 20px;
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(140%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}