.header_box {
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.6);
}
.header_box .header_center {
  width: 1300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_box .header_center .logo {
  width: 184px;
  height: 40px;
}
.header_box .header_center .center_nav {
  width: 830px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_box .header_center .center_nav li {
  width: 120px;
  color: #4D4D4D;
  font-size: 18px;
  line-height: 88px;
  text-align: center;
}
.header_box .header_center .center_nav li:hover {
  font-weight: bold;
  color: #0E9B73;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.header_box .header_center .center_nav .active {
  font-weight: bold;
  color: #0E9B73;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.web_title {
  color: #333;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  height: 40px;
}
.web_dian {
  width: 23px;
  height: 5px;
  background: #0E9B73;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
}
.web_text {
  color: #C2C2C2;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  height: 25px;
  margin-bottom: 40px;
}
.index {
  width: 100%;
  overflow: hidden;
}
.index .banner_box {
  margin-top: -88px;
  height: 720px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .banner_box .center_img {
  width: 543px;
  height: 141px;
}
.index .index_num {
  width: 1268px;
  height: 88px;
  background: #0E9B73;
  box-shadow: 0px 3px 6px 1px rgba(28, 117, 87, 0.3);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: -44px;
}
.index .index_num .xian {
  width: 3px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
}
.index .index_num .num_box {
  width: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .index_num .num_box .num {
  font-size: 26px;
  color: #fff;
  position: relative;
  display: flex;
}
.index .index_num .num_box .num span {
  display: inline-block;
  font-size: 16px;
  position: absolute;
  top: -7px;
  right: -10px;
  font-weight: bold;
}
.index .index_num .num_box .text {
  font-size: 18px;
  color: #9ED7C7;
  margin-top: 5px;
}
.index .index_A {
  padding: 100px 0;
}
.index .index_A .A_text {
  color: #999999;
  text-align: center;
  font-size: 20px;
  margin-top: 48px;
}
.index .index_A .A_center {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 100% 100%;
  margin-top: 30px;
}
.index .index_A .A_center .center_list {
  width: 180px;
  height: 220px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(28, 117, 87, 0.2);
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 18px;
  margin-top: 142px;
}
.index .index_A .A_center .center_list .list_img {
  width: 62px;
  height: 62px;
}
.index .index_A .A_center .center_list .list_text {
  color: #444;
  font-size: 20px;
  margin-top: 34px;
}
.index .index_B {
  padding: 100px 0;
  padding-top: 150px;
  background-color: #F0F9F7;
  margin-top: -100px;
}
.index .index_B .B_center {
  width: 1268px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
}
.index .index_B .B_center .center_list {
  display: flex;
  width: 620px;
  height: 194px;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px 1px rgba(28, 117, 87, 0.1);
  border-radius: 10px 10px 10px 10px;
  padding: 30px;
  margin-bottom: 40px;
}
.index .index_B .B_center .list_img {
  width: 232px;
  height: 130px;
  margin-right: 25px;
}
.index .index_B .B_center .list_right .right_name {
  font-size: 24px;
  color: #1C7557;
  margin-bottom: 10px;
  font-weight: bold;
}
.index .index_B .B_center .list_right .right_text {
  font-size: 16px;
  color: #999999;
}
.index .index_C {
  padding: 100px 0;
}
.index .index_C .C_center {
  width: 1268px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .index_C .C_center .center {
  width: 240px;
  height: 356px;
  padding-top: 50px;
  background: rgba(0, 33, 22, 0.6);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.index .index_C .C_center .center .center_img {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}
.index .index_C .C_center .center .center_title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.index .index_C .C_center .center .center_xian {
  width: 66px;
  height: 6px;
  background: #00BB86;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 30px;
}
.index .index_C .C_center .center .center_msg {
  width: 200px;
  font-size: 16px;
  color: #fff;
}
.index .index_D {
  padding: 100px 0;
}
.index .index_D .index_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .index_D .index_nav .active {
  width: 136px;
  height: 50px;
  background: #0E9B73;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  font-size: 24px;
  color: #fff !important;
  line-height: 50px;
  margin: 25px;
}
.index .index_D .index_nav .nav {
  width: 136px;
  height: 50px;
  border: 1px solid #0E9B73;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  font-size: 24px;
  color: #0E9B73;
  line-height: 50px;
  margin: 25px;
}
.index .index_D .B_center {
  width: 1268px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
}
.index .index_D .B_center .center_list {
  display: flex;
  width: 620px;
  height: 198px;
  background: #F5F5F5;
  box-shadow: 3px 3px 6px 1px rgba(28, 117, 87, 0.1);
  border-radius: 10px 10px 10px 10px;
  padding: 30px;
  margin-bottom: 40px;
}
.index .index_D .B_center .list_img {
  width: 180px;
  height: 150px;
  margin-right: 25px;
}
.index .index_D .B_center .list_right .right_name {
  font-size: 20px;
  margin-bottom: 10px;
}
.index .index_D .B_center .list_right .right_text {
  font-size: 16px;
  color: #999999;
}
.index .index_D .more {
  width: 165px;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 6px 6px 6px 6px;
  font-size: 18px;
  color: #666;
  margin: 30px auto;
  line-height: 46px;
  padding-left: 25px;
  font-weight: bold;
  position: relative;
}
.index .index_D .more .right {
  width: 53px;
  height: 46px;
  background: #0E9B73;
  border-radius: 6px 6px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.index .index_D .more .right .icon {
  width: 25px;
  height: 20px;
}
.index .index_E {
  padding: 100px 0;
  background-color: #F0F9F7;
}
.index .index_E .E_center {
  width: 1268px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.index .index_E .E_center .list {
  width: 292px;
  height: 136px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.index .index_E .E_center .list:nth-child(4n) {
  margin-right: 0;
}
.index .index_E .E_center2 {
  width: 1268px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.index .index_E .E_center2 .list {
  width: 400px;
  height: 103px;
  margin-right: 30px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
}
.index .index_E .E_center2 .list .list_img {
  width: 66px;
  height: 66px;
}
.index .index_E .E_center2 .list .list_right {
  width: 200px;
  text-align: center;
  font-size: 26px;
}
.index .index_E .E_center2 .list:nth-child(3n) {
  margin-right: 0;
}
.about .banner_box {
  margin-top: -88px;
  height: 720px;
  width: 100%;
}
.about .banner_box .banner_title {
  padding-top: 348px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #00E1A1;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.66);
}
.about .banner_box .banner_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
}
.about .banner_box .banner_bottom .nav {
  color: #00E1A1;
  font-size: 22px;
  margin: 0 70px;
}
.about .about_A {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .about_A .A_center {
  width: 1252px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.about .about_A .A_center .A_img {
  width: 334px;
  height: 285px;
  flex-shrink: 0;
}
.about .about_A .A_center .A_img2 {
  position: absolute;
  top: 87px;
  left: 143px;
  width: 600px;
  height: 277px;
}
.about .about_A .A_center .center_right {
  width: 730px;
}
.about .about_A .A_center .center_right .right_title {
  color: #0E9B73;
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: bold;
}
.about .about_A .A_center .center_right .right_text {
  color: #808080;
  font-size: 18px;
  line-height: 30px;
}
.about .about_A .A_banner {
  width: 1268px;
  height: 512px;
  margin: 0 auto;
  margin-top: 50px;
}
.about .about_A .A_center2 {
  width: 1268px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.about .about_A .A_center2 .nav {
  width: 400px;
  height: 285px;
  background: #EFF8F6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .about_A .A_center2 .nav .nav_msg {
  color: #808080;
  font-size: 18px;
  width: 360px;
  padding-top: 48px;
  line-height: 36px;
}
.about .about_A .A_center2 .nav .nav_btn {
  display: flex;
  align-items: center;
  color: #0E9B73;
  font-size: 26px;
  margin-top: 38px;
}
.about .about_A .A_center2 .nav .nav_btn .img {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}
.about .about_B {
  padding: 100px 0;
}
.about .about_B .B_center {
  width: 1268px;
  margin: 0 auto;
  position: relative;
  padding: 0 125px;
  display: flex;
}
.about .about_B .B_center .B_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1268px;
  height: 928px;
}
.about .about_B .B_center .center_left {
  color: #0E9B73;
  font-size: 50px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}
.about .about_B .B_center .center_left .left {
  height: 270px;
  line-height: 270px;
}
.about .about_B .B_center .center_center {
  height: 997px;
  width: 2px;
  background-color: #C5E7DD;
  margin-left: 72px;
  position: relative;
  z-index: 9;
}
.about .about_B .B_center .center_center .dian {
  width: 16px;
  height: 270px;
  display: flex;
  align-items: center;
  margin-left: -8px;
  justify-content: center;
}
.about .about_B .B_center .center_center .dian div {
  width: 16px;
  height: 16px;
  background-color: #0E9B73;
  border-radius: 50%;
}
.about .about_B .B_center .center_right {
  margin-left: 100px;
  position: relative;
  z-index: 9;
}
.about .about_B .B_center .center_right .right {
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .about_B .B_center .center_right .right .right_title {
  width: 675px;
  font-size: 18px;
  color: #666666;
}
.about .about_B .B_center .center_right .right .right_title span {
  color: #0E9B73;
}
.about .about_B .B_center .center_right .right .list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .about_B .B_center .center_right .right .right_nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.about .about_B .B_center .center_right .right .right_nav .num {
  color: #0E9B73;
  font-size: 14px;
  margin-bottom: 10px;
}
.about .about_B .B_center .center_right .right .right_nav .num span {
  font-size: 30px;
  font-weight: bold;
}
.about .about_B .B_center .center_right .right .right_nav .text {
  color: #999;
  font-size: 16px;
}
.about .about_C {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .about_C .map {
  width: 1128px;
  height: 813px;
  margin: 40px auto;
}
.about .about_C .city_box {
  width: 1268px;
  height: 140px;
  background: #E8F6F2;
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
}
.about .about_C .city_box .city_left {
  color: #0E9B73;
  font-size: 24px;
  width: 220px;
  text-align: right;
  margin-right: 25px;
}
.about .about_C .city_box .city_right {
  color: #666666;
  font-size: 20px;
}
.safe .banner_box {
  margin-top: -88px;
  height: 720px;
  width: 100%;
}
.safe .banner_box .banner_title {
  padding-top: 348px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #00E1A1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
.safe .banner_box .banner_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
}
.safe .banner_box .banner_bottom .nav {
  color: #00E1A1;
  font-size: 22px;
  margin: 0 70px;
}
.safe .safe_A {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.safe .safe_A .A_center {
  width: 1268px;
  height: 400px;
  display: flex;
  align-items: center;
}
.safe .safe_A .A_center .center {
  width: 25%;
  height: 400px;
  padding: 90px 25px;
  transition: width 0.3s ease;
  /* 定义过渡效果，宽度变化在0.3秒内平滑进行 */
}
.safe .safe_A .A_center .center .center_title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.safe .safe_A .A_center .center .img {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
}
.safe .safe_A .A_center .center .center_msg {
  width: 385px;
  color: #fff;
  display: none;
}
.safe .safe_A .A_center .center:hover {
  width: 500px;
  padding: 90px 60px;
}
.safe .safe_A .A_center .center:hover .center_msg {
  color: #fff;
  display: block;
}
.safe .safe_B {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.safe .safe_B .B_center {
  width: 1268px;
  display: flex;
  justify-content: space-between;
}
.safe .safe_B .B_center .center {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 400px;
  height: 574px;
  background: #EFF8F6;
  box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  position: relative;
}
.safe .safe_B .B_center .center .center_img {
  width: 400px;
  height: 260px;
  position: relative;
}
.safe .safe_B .B_center .center .center_img .img_tip {
  width: 107px;
  height: 50px;
  background: #0E9B73;
  border-radius: 0px 16px 0px 16px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}
.safe .safe_B .B_center .center .center_title {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0;
  color: #0E9B73;
}
.safe .safe_B .B_center .center .center_msg {
  width: 300px;
  color: #808080;
  font-size: 16px;
  line-height: 26px;
}
.safe .safe_B .B_center .center .center_btn {
  width: 204px;
  height: 54px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #0E9B73;
  color: #0E9B73;
  text-align: center;
  line-height: 54px;
  position: absolute;
  bottom: 30px;
  left: 98px;
}
.safe .safe_B .B_center .center:hover .center_btn {
  border: 1px solid #0E9B73;
  color: #FFF;
  background-color: #0E9B73;
}
.safe .safe_C {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #F0F9F7;
}
.safe .safe_C .C_center {
  width: 1268px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.safe .safe_C .C_center .center {
  width: 400px;
  height: 103px;
  margin-bottom: 22px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 79, 58, 0.1);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.safe .safe_C .C_center .center .safe {
  width: 66px;
  height: 66px;
  margin-right: 60px;
}
.safe .safe_C .C_center .center span {
  width: 140px;
}
.serve .banner_box {
  margin-top: -88px;
  height: 720px;
  width: 100%;
}
.serve .banner_box .banner_title {
  padding-top: 348px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #00E1A1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
.serve .banner_box .banner_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
}
.serve .banner_box .banner_bottom .nav {
  color: #00E1A1;
  font-size: 22px;
  margin: 0 70px;
}
.serve .serve_A {
  padding: 100px 0;
  background-color: #F0FBF8;
}
.serve .serve_A .A_center {
  width: 1385px;
  margin: 0 auto;
  position: relative;
}
.serve .serve_A .A_center .center_img {
  width: 1385px;
  height: 640px;
  position: absolute;
  top: 0;
  left: 0;
}
.serve .serve_A .A_center .center_left {
  width: 1172px;
  height: 640px;
  position: relative;
  box-sizing: content-box;
  padding-top: 44px;
  padding-left: 110px;
}
.serve .serve_A .A_center .center_left .left_bg {
  width: 1017px;
  height: 593px;
  position: absolute;
  top: 0px;
  left: 200px;
}
.serve .serve_A .A_center .center_left .left1 {
  width: 136px;
  height: 181px;
  position: absolute;
  top: 316px;
  left: 622px;
}
.serve .serve_A .A_center .center_left .left2 {
  width: 160px;
  height: 120px;
  position: absolute;
  top: 465px;
  left: 621px;
}
.serve .serve_A .A_center .center_left .left3 {
  width: 130px;
  height: 95px;
  position: absolute;
  top: 329px;
  left: 763px;
}
.serve .serve_A .A_center .center_left .left4 {
  width: 212px;
  height: 159px;
  position: absolute;
  top: 20px;
  left: 842px;
}
.serve .serve_A .A_center .center_left .left5 {
  width: 176px;
  height: 132px;
  position: absolute;
  top: 117px;
  left: 313px;
  z-index: 1;
}
.serve .serve_A .A_center .center_left .left6 {
  width: 217px;
  height: 168px;
  position: absolute;
  top: 161px;
  left: 584px;
  z-index: 1;
}
.serve .serve_A .A_center .center_left .left7 {
  width: 130px;
  height: 97px;
  position: absolute;
  top: 6px;
  left: 404px;
}
.serve .serve_A .A_center .center_left .left8 {
  width: 194px;
  height: 145px;
  position: absolute;
  top: 187px;
  left: 907px;
  z-index: 1;
}
.serve .serve_A .A_center .center_left .left9 {
  width: 195px;
  height: 146px;
  position: absolute;
  top: 225px;
  left: 789px;
}
.serve .serve_A .A_center .center_left .left10 {
  width: 189px;
  height: 142px;
  position: absolute;
  top: 107px;
  left: 758px;
}
.serve .serve_A .A_center .center_left .left11 {
  width: 169px;
  height: 127px;
  position: absolute;
  top: 108px;
  left: 489px;
}
.serve .serve_A .A_center .center_left .left12 {
  width: 142px;
  height: 126px;
  position: absolute;
  top: 329px;
  left: 460px;
  z-index: 3;
}
.serve .serve_A .A_center .center_left .left13 {
  width: 178px;
  height: 134px;
  position: absolute;
  top: 223px;
  left: 409px;
  z-index: 2;
}
.serve .serve_A .A_center .center_left .left15 {
  width: 153px;
  height: 115px;
  position: absolute;
  top: 42px;
  left: 240px;
}
.serve .serve_A .A_center .center_left .left16 {
  width: 130px;
  height: 97px;
  position: absolute;
  top: 53px;
  left: 500px;
}
.serve .serve_A .A_center .center_left .left17 {
  width: 204px;
  height: 153px;
  position: absolute;
  top: 157px;
  left: 173px;
  z-index: 1;
}
.serve .serve_A .A_center .center_left .left18 {
  width: 143px;
  height: 170px;
  position: absolute;
  top: 250px;
  z-index: 2;
  left: 298px;
}
.serve .serve_A .A_center .center_left .left19 {
  width: 130px;
  height: 97px;
  position: absolute;
  top: 405px;
  left: 490px;
  z-index: 4;
}
.serve .serve_A .A_center .center_left .left20 {
  width: 130px;
  height: 98px;
  position: absolute;
  top: 411px;
  left: 763px;
}
.serve .serve_A .A_center .center_left .left21 {
  width: 160px;
  height: 120px;
  position: absolute;
  top: 340px;
  left: 887px;
}
.serve .serve_A .A_center .center_left .left22 {
  width: 131px;
  height: 98px;
  position: absolute;
  top: 217px;
  left: 1068px;
  z-index: 2;
}
.serve .serve_A .A_center .center_left .left23 {
  width: 167px;
  height: 125px;
  position: absolute;
  top: 88px;
  left: 984px;
}
.serve .serve_A .A_center .A_list {
  width: 1268px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serve .serve_A .A_center .A_list .list {
  width: 400px;
  height: 120px;
  background: #0E9B73;
  box-shadow: 0px 3px 6px 1px rgba(86, 138, 107, 0.18);
  border-radius: 15px 15px 15px 15px;
  margin-bottom: 30px;
}
.serve .serve_A .A_center .A_list .list .list_center {
  width: 390px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(86, 138, 107, 0.18);
  border-radius: 15px 15px 15px 15px;
  margin-left: 10px;
  padding: 16px 27px;
}
.serve .serve_A .A_center .A_list .list .list_center .list_title {
  color: #1C7557;
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: bold;
}
.serve .serve_A .A_center .A_list .list .list_center .list_text {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.serve .serve_B {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.serve .serve_B .B_center {
  width: 100%;
  height: 614px;
}
.serve .serve_B .B_center .center_list {
  width: 1284px;
  height: 614px;
  position: relative;
  margin: 0 auto;
}
.serve .serve_B .B_center .center_list .list_text {
  width: 208px;
  height: 88px;
  background: #0E9B73;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 18px 18px 18px 18px;
  position: absolute;
  top: 224px;
  left: 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 28px;
}
.serve .serve_B .B_center .center_list .list_tip1 {
  width: 172px;
  height: 168px;
  background-image: url("../img/serveB1.png");
  font-size: 20px;
  color: #0E9B73;
  padding-top: 90px;
  text-align: center;
  position: absolute;
  line-height: 28px;
}
.serve .serve_B .B_center .center_list .list_tip2 {
  width: 172px;
  height: 168px;
  background-image: url("../img/serveB2.png");
  font-size: 20px;
  color: #0E9B73;
  padding-top: 18px;
  text-align: center;
  position: absolute;
  line-height: 28px;
}
.serve .serve_C {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #F0F9F7;
}
.serve .serve_C .C_title {
  color: #1C7557;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  width: 1252px;
}
.serve .serve_C .C_msg {
  width: 1252px;
  font-size: 18px;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
.serve .serve_C .C_center {
  width: 1268px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.serve .serve_C .C_center .list {
  width: 610px;
  height: 140px;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px 10px 10px 10px;
  padding: 25px;
  margin-bottom: 30px;
  display: flex;
}
.serve .serve_C .C_center .list .center_list {
  font-size: 50px;
  font-weight: bold;
  color: #C4DBD4;
  margin-right: 20px;
}
.serve .serve_C .C_center .list .center_right {
  display: flex;
  flex-direction: column;
}
.serve .serve_C .C_center .list .center_right .right_title {
  font-size: 18px;
  color: #1C7557;
  font-weight: bold;
  margin-bottom: 15px;
}
.serve .serve_C .C_center .list .center_right .right_msg {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  letter-spacing: 0.2em;
}
.serve .serve_C .C_center .list:hover {
  background-color: #0E9B73;
}
.serve .serve_C .C_center .list:hover .right_title {
  color: #fff;
}
.serve .serve_C .C_center .list:hover .right_msg {
  color: #fff;
}
.serve .serve_D {
  padding: 100px 0;
  height: 615px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.serve .serve_D .D_center {
  width: 1268px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.serve .serve_D .D_center .center {
  color: #808080;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.serve .serve_D .D_center .center .center_num {
  color: #0E9B73;
  font-size: 18px;
  margin-bottom: 20px;
}
.serve .serve_D .D_center .center .center_num span {
  font-size: 46px;
  font-weight: bold;
}
.serve .serve_D .D_center .center .center_text {
  font-size: 20px;
  color: #808080;
}
.serve .serve_D .D_bottom {
  font-size: 16px;
  color: #666666;
  margin-top: 80px;
}
.serve .safe_A {
  padding: 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.serve .safe_A .A_center {
  width: 1268px;
  height: 400px;
  display: flex;
  align-items: center;
}
.serve .safe_A .A_center .center {
  width: 25%;
  height: 400px;
  padding: 90px 25px;
  transition: width 0.3s ease;
  /* 定义过渡效果，宽度变化在0.3秒内平滑进行 */
}
.serve .safe_A .A_center .center .center_title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.serve .safe_A .A_center .center .img {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
}
.serve .safe_A .A_center .center .center_msg {
  width: 385px;
  color: #fff;
  display: none;
}
.serve .safe_A .A_center .center:hover {
  width: 500px;
  padding: 90px 60px;
}
.serve .safe_A .A_center .center:hover .center_msg {
  color: #fff;
  display: block;
}
.contact .banner_box {
  margin-top: -88px;
  height: 720px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .banner_box .banner_title {
  width: 1045px;
  padding-top: 300px;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  color: #00E1A1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
.contact .banner_box .banner_msg {
  width: 1045px;
  font-size: 26px;
  color: #fff;
  margin-top: 30px;
  text-align: left;
}
.contact .banner_box .banner_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 160px;
}
.contact .banner_box .banner_bottom .nav {
  color: #00E1A1;
  font-size: 22px;
  margin: 0 70px;
}
.contact .contact_A {
  width: 1268px;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  margin: 0 auto;
}
.contact .contact_A .contact_nav {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.contact .contact_A .contact_nav .nav {
  width: 136px;
  height: 50px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #0E9B73;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #0E9B73;
  margin-right: 40px;
}
.contact .contact_A .contact_nav .active {
  background-color: #0E9B73;
  color: #fff;
}
.contact .contact_A .list_box {
  width: 1268px;
  height: 274px;
  padding: 30px;
  display: flex;
  box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 30px;
}
.contact .contact_A .list_box .list_img {
  width: 320px;
  height: 210px;
  margin-right: 30px;
  flex-shrink: 0;
}
.contact .contact_A .list_box .list_right {
  width: 100%;
  position: relative;
}
.contact .contact_A .list_box .list_right .right_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.contact .contact_A .list_box .list_right .right_title .title {
  width: 558px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 26px;
  color: #4D4D4D;
}
.contact .contact_A .list_box .list_right .right_title .time {
  color: #999;
  font-size: 16px;
}
.contact .contact_A .list_box .list_right .right_msg {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 600px;
}
.contact .contact_A .list_box .list_right .right_btn {
  width: 112px;
  height: 33px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #0E9B73;
  font-size: 22px;
  color: #0E9B73;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.contact .map_A {
  width: 1268px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .map_A .A_left .left_title {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact .map_A .A_left .left_input {
  width: 489px;
  height: 66px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 1px rgba(28, 117, 87, 0.2);
  border-radius: 33px 33px 33px 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  padding: 0 20px;
  margin-bottom: 35px;
}
.contact .map_A .A_left .left_input .input {
  border: none;
}
.contact .map_A .A_left .left_input span {
  color: #999;
}
.contact .map_A .A_left .left_btn {
  width: 489px;
  height: 67px;
  background: #0E9B73;
  box-shadow: 0px 2px 10px 1px rgba(28, 117, 87, 0.2);
  border-radius: 33px 33px 33px 33px;
  color: #fff;
  text-align: center;
  line-height: 67px;
  margin-top: 80px;
  border: none;
}
.contact .map_A .A_right .right_map {
  width: 637px;
  height: 400px;
}
.contact .map_A .A_right .right_text {
  font-size: 14px;
  color: #757575;
  margin-top: 30px;
}
.contact .map_A .A_right .right_text span {
  color: #0E9B73;
}
.contact .detail_A {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  margin: 0 auto;
}
.contact .detail_A .A_title {
  font-size: 32px;
  color: #313233;
  margin-bottom: 30px;
  text-align: center;
}
.contact .detail_A .A_time {
  width: 100%;
  height: 54px;
  background: #F2F2F2;
  line-height: 54px;
  color: #666;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.contact .detail_A .html {
  width: 979px;
  padding: 30px 0;
}
.contact .detail_A .html img {
  width: 979px;
  height: auto;
  margin: 0 auto;
}
.contact .detail_A .html video {
  width: 979px;
  height: auto;
  margin: 0 auto;
}
.foot_box {
  width: 100%;
  height: 441px;
  background: #004F3A;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
  position: relative;
}
.foot_box .foot {
  width: 1107px;
  height: 426px;
  position: absolute;
  bottom: -87px;
  right: -121px;
}
.foot_box .foot_left {
  width: 288px;
  height: 62px;
}
.foot_box .foot_right {
  display: flex;
}
.foot_box .foot_right .list {
  margin-left: 100px;
  color: #fff !important;
  font-size: 16px;
  position: relative;
  z-index: 9;
  flex-shrink: 0;
}
.foot_box .foot_right .list .right_title {
  font-size: 22px;
  margin-bottom: 30px;
}
.foot_box .foot_right .list .right_list {
  margin-bottom: 14px;
  color: #fff !important;
}
.foot_box .foot_right .code {
  margin-left: 30px;
  width: 176px;
  height: 176px;
}
