/* @font-face {
  font-family: MicrosoftYaHei-Bold;
  src: url('../font/MSYH_Bold.ttf');
} */
@font-face {
  font-family: FZCHSJW;
  src: url("../font/FZCHSJW.woff2");
}

@font-face {
  font-family: SourceHanSansSC-Regular;
  src: url("../font/SourceHanSansSC-Regular.ttf");
}

@font-face {
  font-family: SourceHanSansSC-Bold;
  src: url("../font/SourceHanSansSC-Bold.ttf");
}

@font-face {
  font-family: SourceHanSansSC-Light;
  src: url("../font/SourceHanSansCN-Light.woff2");
}

@font-face {
  font-family: FZZBHJW;
  src: url("../font/FZZBHJW.woff2");
}

.wrap {
  width: 67%;
  margin: 0 auto;
}

.wrap1 {
  width: 62.5%;
  margin: 0 auto;
}

html {
  overflow-x: hidden;
}

.phoneheader,
.mobile-container,
.phone_vs,
.phone_father {
  display: none;
}

.banner_notice {
  display: block;
}

a {
  color: inherit;
  font-weight: inherit;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 1.44rem;
  width: 100%;
  z-index: 999;
}
header.header2 {
  background-color: #fff;
  height: 0.9rem;
}
header.header-body-bgc {
  background: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: saturate(130%) blur(16px);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
header .header_container {
  height: 100%;
  display: flex;
  align-items: center;
}
header .header_container .header_logo {
  width: 1.2rem;
  margin-right: 0.5rem;
}
header .header_container .header_logo a {
  display: inline-block;
  width: 100%;
}
header .header_container .header_logo a img {
  width: 100%;
}
header .header_container .header_nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_container .header_nav li {
  position: relative;
  color: #333333;
  border-radius: 0.2rem;
}
header .header_container .header_nav li .second {
  display: none;
  width: max-content;
  position: absolute;
  top: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.1);
}
header .header_container .header_nav li .second .ss {
  position: relative;
  padding: 0 0.2rem;
}
header .header_container .header_nav li .second .ss:not(:first-child) > a {
  border-top: 1px solid #ccc;
}
header
  .header_container
  .header_nav
  li
  .second
  .ss:not(:first-child)
  .third
  > a:not(:first-child) {
  border-top: 1px solid #ccc;
}
header .header_container .header_nav li .second .ss > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.2rem;
}
header .header_container .header_nav li .second .ss > a:hover {
  color: #fa776b;
}
header .header_container .header_nav li .second .ss .third {
  display: none;
  position: absolute;
  top: 0;
  width: max-content;
  padding: 0 0.2rem;
  background-color: #fff;
  border-top-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.1);
}
header .header_container .header_nav li .second .ss .third a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.2rem;
}
header .header_container .header_nav li .second .ss .third a:hover {
  color: #fa776b;
}
header .header_container .header_nav li .second .ss .third a:not(:first-child) {
  border-top: 1px solid #ccc;
}
header .header_container .header_nav li a {
  display: block;
  padding: 0.08rem 0.18rem;
  font-size: 0.16rem;
  font-family: Re;
}
header .header_container .header_nav li > a {
  border-radius: 0.2rem;
  padding: 0.08rem 0.18rem;
}
header .header_container .header_nav li.active {
  background: linear-gradient(to right, #81b4f4, #43d1c4);
}
header .header_container .header_nav li.active > a {
  color: #fff;
}
header .header_container .header_nav li:hover {
  background: linear-gradient(to right, #81b4f4, #43d1c4);
}
header .header_container .header_nav li:hover > a {
  color: #fff;
}

.banner {
  position: relative;
}

.banner_bg {
  display: block;
  width: 100%;
}

.banner_menu {
  position: absolute;
  width: 3.5rem;
  height: 88.1%;
  left: 3.1rem;
  top: 0.2rem;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.1rem 0.2rem;
  z-index: 22;
  padding-bottom: 0;
}

.banner .swiper-pagination {
  right: 18%;
  bottom: 0;
  z-index: 23;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0;
}

.banner .swiper-pagination-bullet {
  width: 0.36rem;
  height: 0.06rem;
  background: #ffffff;
  border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
  background: #fa776b;
}

.banner_menu_item_title {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #f95949;
  margin-bottom: 0.1rem;
}

.banner_menu_item {
  padding-top: 0.2rem;
}

.banner_menu_item:last-child ul {
  border-bottom: none;
}

.banner_menu_item ul {
  display: flex;
  flex-wrap: wrap;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 0.1rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.banner_menu_item ul li {
  margin-right: 0.13rem;
  margin-bottom: 0.1rem;
}

.banner_menu_item ul li a {
  font-size: 0.16rem;
}

.banner_menu_item ul li a:hover {
  color: #f95949;
}

.banner_notice {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 0.6rem;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 22;
}

.banner_notice_container {
  display: flex;
  align-items: center;
  height: 100%;
}

.banner_notice_title {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-family: FZCHSJW;
  font-weight: normal;
  color: #f95949;
  margin-right: 0.25rem;
  white-space: nowrap;
}

.banner_notice_title img {
  margin-right: 0.05rem;
}

.banner_notice ul {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fffffe;
  display: flex;
}

.banner_notice ul li {
  margin-right: 0.3rem;
  white-space: nowrap;
}

.banner_notice ul li:last-child {
  margin-right: 0;
}

.aside {
  background: #000000;
  border-radius: 0.1rem;
  padding: 0.19rem 0.23rem 0.35rem;
  width: 1.66rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 99;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  /* bottom: 0rem; */
  z-index: 9999;
}

.aside_title {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.15rem;
}

.aside_code {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #818181;
}

.aside_code_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  background: #353535;
  border-radius: 0.1rem;

  margin-bottom: 0.15rem;
}

.aside_code img {
  width: 90%;
  height: 90%;
  display: block;
  background: #ffffff;
}

.aside ul {
  display: flex;
  flex-direction: column;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  padding-top: 0.2rem;
  white-space: nowrap;
}

.aside ul > li {
  margin-bottom: 0.15rem;
}

.aside ul > li > a {
  display: flex;
  align-items: center;
}

.aside ul > li > a img {
  margin-right: 0.05rem;
}

.box_title {
  width: 50%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.box1 {
  background: url(../img/box1_bg.png) no-repeat;
  background-size: 100%;
  background-position: left -2.2rem;
  position: relative;
  padding-bottom: 0.4rem;
}

.box1_title {
  margin-bottom: 0.5rem;
}

.box1_title .box_title {
  width: 40%;
}

.box4 .box_title {
  width: 47%;
}

.box3 .box_title,
.box5 .box_title {
  width: 50%;
}

.box1_container {
  padding-top: 0.42rem;
  margin-bottom: 0.5rem;
}

.box1_content {
  width: 100%;
  margin-bottom: 0.3rem;
}

.box1_content img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.box1_bottom {
  font-size: 0.16rem;
  font-family: SourceHanSansSC;
  font-weight: 400;
  font-style: italic;
  color: #888888;
  text-align: center;
  margin-bottom: 0.2rem;
}

.box1_bottom_solution {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  background: url(../img/box1_solution.png) no-repeat;
  background-size: 100%;
  font-size: 0.24rem;
  font-family: SourceHanSansSC;
  font-weight: 500;
  color: #010101;
  text-align: center;
  margin-bottom: 0.25rem;
}

.box1_bottom_more {
  width: 3rem;
  height: 0.6rem;
  margin: 0 auto;
  line-height: 0.6rem;
  background: #f95949;
  font-size: 0.24rem;
  font-family: SourceHanSansSC-Bold;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.box1_bottom_more img {
  width: 0.2rem;
  height: 0.12rem;
  margin-left: 0.15rem;
}

.box1_container2 {
  padding-top: 0.4rem;
  background: url(../img/container2_bg3.png) no-repeat;
  background-size: cover;
  transform-origin: center;
  margin-bottom: 0.7rem;
  transform: translateY(0.3rem);
  box-shadow: 0px 0px 30px 0px rgba(201, 201, 201, 0.5);
}

.box1_container2_list {
  margin: 0 0.3rem;
  /* padding: 0 0.25rem; */
  padding-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}

.box1_container2_item {
  width: 33.33%;
  padding: 0 0.26rem 0.4rem;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.box1_container2_item:nth-child(1),
.box1_container2_item:nth-child(4) {
  padding-left: 0;
}

.box1_container2_item:nth-child(3n) {
  padding-right: 0;
}

.box1_container2_item:nth-child(3n) {
  border-right: none;
}

.box1_container2_item:nth-child(n + 4) {
  border-bottom: none;
  padding-top: 0.5rem;
}

.box1_container2_item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}

.box1_container2_item_title img {
  margin-right: 0.24rem;
}

.box1_container2_item_title span {
  font-size: 0.26rem;
  font-family: SourceHanSansSC-Regular;
  font-weight: 400;
  color: #000000;
  /* background: url(../img/arraw.png) no-repeat 95% center; */
  padding-right: 0.4rem;
}

.box1_container2_item_list {
  font-size: 0.16rem;

  font-weight: 400;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.box1_container2_item_list li {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.06rem 0;
  background: #f8f8f8;
  margin-bottom: 0.1rem;
  margin-right: 0.1rem;
}

.box1_container2_item_list li span {
  font-family: SourceHanSansSC-Regular;
  font-size: 0.16rem;

  color: #666666;
}

.box1_container2_item_list li:nth-child(3n) {
  margin-right: 0;
}

.container2_bg2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.box2 {
  background: url(../img//box2_bg.png) no-repeat;
  background-position: right 50%;
  background-size: 100%;
  padding-bottom: 0.8rem;
  background-color: #f3f3f3;
}

.box2_container {
  padding-top: 0.5rem;
}

.box2_container .box1_title {
  margin-bottom: 1.8rem;
}

.box2_container .box_title {
  width: 50%;
}

.box2_container ul {
  /* height: 3.8rem; */

  font-weight: 400;
  color: #333333;
  line-height: 0.3rem;
  position: relative;
}

.box2_container ul li {
  font-size: 0.2rem;
  width: 1.92rem;
  height: 1rem;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-family: SourceHanSansSC-Regular;
  cursor: pointer;
}

.box2_container ul li.active {
  border: 1px solid red;
}

.box2_container ul li:nth-child(1) {
  bottom: -1.2rem;
  left: 0;
}

.box2_container ul li:nth-child(2) {
  bottom: 1.7rem;
  left: 1.7rem;
}

.box2_container ul li:nth-child(3) {
  bottom: -1.2rem;
  left: 2.9rem;
}

.box2_container ul li:nth-child(4) {
  bottom: 1.7rem;
  left: 4.4rem;
}

.box2_container ul li:nth-child(5) {
  bottom: -1.2rem;
  left: 5.7rem;
}

.box2_container ul li:nth-child(6) {
  bottom: 1.7rem;
  left: 7.1rem;
}

.box2_container ul li:nth-child(7) {
  bottom: -1.2rem;
  left: 8.6rem;
}

.box2_container ul li:nth-child(8) {
  bottom: 1.7rem;
  right: 0;
}

.box2_container ul li:nth-child(8) img {
  max-width: 80%;
}

.box2_container_bg {
  width: 100%;
}

.box2_dian {
  height: 1.7rem;
}

.box3 {
  background: url(../img/box3_bg.png) no-repeat;
  background-position: left bottom;
  background-size: 100% 75%;
  padding-bottom: 0.85rem;

  background-color: #f3f3f3;
}

.box3_item {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.2rem;
  background: #ffffff;
  border: 0.05rem solid #f95949;
  position: relative;
  padding-bottom: 0.35rem;
}

.box3_item_title {
  font-size: 0.22rem;
  font-family: SourceHanSansSC-Regular;
  font-weight: 400;
  color: #000000;
  padding-bottom: 0.2rem;
  position: relative;
  margin-bottom: 0.2rem;
}

.box3_item_subtitle {
  font-size: 0.18rem;
  font-family: SourceHanSansSC-Light;
  font-weight: 300;
  color: #666666;
  line-height: 0.3rem;
}

.box3_container ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.box3_item a {
  width: 85%;
  height: 0.5rem;
  background-color: #ff7065;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  font-family: SourceHanSansSC-Regular;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.notice_list {
  overflow: hidden;
  width: 45vw;
}

.box3_item a img {
  margin-left: 0.15rem;
}

.box3_item_avatar {
  margin-bottom: 0.3rem;
  width: 0.46rem;
}

.box3_item_title::after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 0.02rem;
  background-color: #000;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.box3_container .box1_title {
  margin-bottom: 1.1rem;
}

.box3_container ul .box3_item:nth-child(2n) {
  transform: translateY(-0.5rem);
}

.box3_new_people {
  padding-top: 0.5rem;
  width: 95%;
  background: url(../img/box3_bg2.png) no-repeat;
  background-size: cover;
  padding-bottom: 0.47rem;
}

.box3_new_people_title {
  font-size: 0.34rem;
  font-family: Milky;
  /* font-weight: 800; */
  color: #f95949;
  text-align: center;
  background: url(../img/box3_title_bg.png) no-repeat;
  background-position: center center;
  margin-bottom: 0.35rem;
}

.box3_new_people ul {
  font-weight: 400;
  color: #f95949;
  display: flex;
  justify-content: space-evenly;
}

.box3_new_people ul span {
  font-family: SourceHanSansSC-Regular;
  margin-left: 0.16rem;

  font-size: 0.2rem;
}

.box3_new_people_contact {
  display: flex;
}

.box1_container2 .box_title,
.box5_container .box_title {
  width: 34%;
}

.box6 .box_title {
  width: 27%;
}

.box7 .box_title {
  width: 24%;
}

.box5_container3 .box_title {
  width: 24%;
  margin-bottom: 1.4rem;
}

.box3_new_people_contact input:first-child {
  margin-left: 1.3rem;
}

.box3_new_people_contact input {
  padding-left: 0.2rem;
  font-size: 0.18rem;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #888888;
  background: #3b3b3b;
  border: 1px solid #818181;
  width: 3.5rem;
  margin-left: 0.5rem;
}

.box3_new_people_contact a {
  width: 3.2rem;
  margin: 0;
  margin-left: 0.8rem;
  /* flex: 1; */
}

.box4_container {
  padding-top: 0.45rem;
  padding-bottom: 0.5rem;
}

.box4_container .box1_title {
  margin-bottom: 0.25rem;
}

.box1_subtitle {
  font-size: 0.26rem;
  padding: 0.1rem 0.3rem;
  font-family: SourceHanSansSC;
  font-weight: 300;
  font-style: italic;
  color: #777777;
  text-align: center;
  background: url(../img/box4_subtitle.png) no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 0.5rem;
}

.box4_container_content {
  display: flex;
  margin-bottom: 0.4rem;
}

.box4_container_content_item:first-child,
.box4_container_content_item:last-child {
  width: 35%;
}

.box4_container_content_item {
  width: 25%;
  border-right: 1px solid #bfbfbf;
}

.box4_container_content_item:last-child {
  border-right: none;
}

.box4_container_content_item:first-child .box4_container_content_item_head {
  padding-left: 1rem;
}

.box4_container_content_item:first-child .box4_container_content_item_desc {
  margin-left: 1.1rem;
}

.box4_container_content_item_head {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.25rem;
  padding-left: 0.4rem;
  border-bottom: 1px solid #bfbfbf;
}

.box4_container_content_item_head img {
  width: 0.82rem;
  height: 0.82rem;
  margin-bottom: 0.24rem;
}

.box4_container_content_item_head span {
  font-size: 0.24rem;
  font-family: SourceHanSansSC-Bold;
  font-weight: bold;
  color: #424242;
  padding-left: 0.1rem;
}

.box4_container_content_item_desc {
  font-size: 0.18rem;
  font-family: SourceHanSansSC-Light;
  font-weight: 300;
  color: #666666;
  line-height: 0.3rem;
}

.box4_container_content_item_desc {
  padding-top: 0.34rem;
  margin-left: 0.5rem;
  width: 1.7rem;
  /* margin:  0 auto; */
}

.box5 {
  padding-top: 0.3rem;
  background: url(../img/box5_bg.png) no-repeat;
  background-size: contain;
}

.box5_content {
  margin: 0 0.69rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0.4rem;
}

.box5_content_item {
  width: 45%;

  display: flex;
  flex-direction: column;
  font-size: 0.2rem;
  font-family: SourceHanSansSC-Light;
  font-weight: 300;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: 0.5rem;
}

.box5_content_item:nth-child(2n + 1) {
  padding: 0.28rem 1.27rem 0.35rem 0.38rem;
  background: url(../img/box5_img1.png) no-repeat;
  background-size: 100% 100%;
}

.box5_content_item:nth-child(2n) {
  padding: 0.28rem 0.38rem 0.35rem 1.27rem;
  background: url(../img/box5_img2.png) no-repeat;
  background-size: 100% 100%;
  align-items: flex-end;
  text-align: right;
}

.box5_content_item:nth-child(3) {
  background: url(../img/box5_img3.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0;
}

.box5_content_item:nth-child(4) {
  background: url(../img/box5_img4.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0;
}

.box5_content_item img {
  width: 0.36rem;
  height: 0.36rem;
  margin-bottom: 0.25rem;
  display: block;
}

.box5_content .box5_content_center {
  width: 3rem;
  height: 3rem;
  background: url(../img//box5_img5.png) no-repeat;
  background-size: cover;
  font-size: 0.24rem;
  font-family: SourceHanSansSC-Bold;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.box5_content .box5_content_center span {
  width: 64%;
}

.box5_container .box1_bottom_more {
  margin-bottom: 0.7rem;
}

.box5_container2 {
  margin-bottom: 0.75rem;
}

.box5_container2_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}

.box5_container2_content_item {
  width: 22%;
}

.box5_container2_content_item_img {
  width: 100%;
  position: relative;
}

.box5_container2_content_item_img img {
  width: 100%;
}

.box5_container2_content_item_cover {
  position: absolute;
  width: 90%;
  height: 0.9rem;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background: url(../img/box5_item_bg.png);
  padding: 0.1rem 0.1rem 0.2rem 0.14rem;
  white-space: nowrap;
}

.box5_container2_content_item_cover span:first-child {
  font-size: 0.24rem;
  font-family: SourceHanSansSC-Bold;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.1rem;
}

.box5_container2_content_item_cover span:last-child {
  font-size: 0.18rem;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #ffffff;
}

.box5_container2_content_item_desc {
  background: #424242;
  min-height: 1.1rem;
  display: flex;
  flex-direction: column;
  padding-top: 0.14rem;
}

.box5_container2_content_item_desc span {
  font-size: 0.16rem;
  font-family: SourceHanSansSC;
  font-weight: bold;
  color: #ffffff;
}

.box5_container2_content_item_desc span:first-child {
  padding: 0.05rem 0.05rem 0.05rem 0.18rem;
  width: 28%;
  background-color: #050505;
  margin-bottom: 0.1rem;
  white-space: nowrap;
}

.box5_container2_content_item_desc span:last-child {
  padding-left: 0.19rem;
  padding-right: 0.3rem;
  font-weight: 400;
  line-height: 0.22rem;
}

.box5_container3_content {
  background-color: rgba(5, 5, 5, 0.6);
  padding-bottom: 0.5rem;
}

.box5_container3_content_content {
  background: url(../img/box5_container3_bg.png) no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-1rem);

  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
}

.box5_container3_content .box1_bottom_more {
  margin-top: -1rem;
}

.box5_container3_content_content_l {
  width: 40%;
  padding-left: 0.32rem;
}

.box5_container3_content_content_l_title {
  font-size: 0.38rem;
  font-family: SourceHanSansSC-Bold;
  font-weight: bold;
  color: #ffffff;
  /* text-align: center; */
  padding-left: 1.2rem;
  line-height: 1rem;
}

.box5_container3_content_content_r .box5_container3_content_content_l_title {
  color: #333;
}

.box5_container3_content_content_l_title_content_item {
  display: flex;
  align-items: center;
  height: 1rem;
  /* width: 76.6%; */
  padding: 0.24rem 0;
  flex: 0;
  border-bottom: 1px solid #ddc0bd;
}

.box5_container3_content_content_l_title_content_item:last-child {
  border-bottom: none;
}

.box5_container3_content_content_c {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-left: -0.8rem; */
}

.box5_container3_content_content_c .vs {
  margin-bottom: 0.2rem;
  max-height: 1rem;
}

.box5_container3_content_content_c img {
  display: block;
}

.box5_container3_content_content_l_title_content_item span {
  font-size: 0.2rem;
  font-family: SourceHanSansSC-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.3rem;
  margin-left: 0.3rem;
}

.box5_container3_content_content_c_item {
  font-size: 0.2rem;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #000000;
  line-height: 0.24rem;
  width: 1.5rem;
  height: 0.6rem;
  background: #ffffff;
  box-shadow: -11px 17px 40px 0px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  padding-left: 0.12rem;
  padding-right: 0.15rem;
  margin-bottom: 0.4rem;
}

.box5_container3_content_content_l_title_content_item em {
  font-weight: bold;
  border-bottom: 3px solid #ff7065;
  font-style: italic;
}

.box5_container3_content_content_r {
  /* margin-left: 0.3rem; */
  width: 40%;
  padding-right: 0.32rem;
}

.box5_container3_content_content_c_item img {
  margin-right: 0.1rem;
  width: 0.3rem;
}

.box5_container3_content_content_r
  .box5_container3_content_content_l_title_content_item
  span {
  color: #666666;
  margin-left: 0;
  margin-right: 0.3rem;
  text-align: right;
  width: 86%;
}

.box5_container3_content_content_r
  .box5_container3_content_content_l_title_content_item {
  justify-content: space-between;
}

.box5_container3_content_content_l_title_content_item img {
  width: 0.28rem;
}

.box6 {
  padding-top: 0.5rem;
  /* margin-bottom: 2.8rem; */
  background-color: rgba(245, 245, 245, 0.2);
}

.box6_container {
  /* background: url(../img/box7_bj.png) no-repeat;
    background-position: left bottom; */
}

.box6_container {
  position: relative;
}

.box6_container .box6_bg {
  width: 100%;
}

.box6_container_content_item {
  width: 3.1rem;
  background: #c15449;
  padding: 0.24rem 0.28rem 0.32rem;
  position: absolute;
  top: -0.2rem;
  left: 35%;
}

.box6_container_content_item:nth-child(2) {
  left: 51.3%;
  top: 9%;
  background-color: #222222;
}

.box6_container_content_item:nth-child(3) {
  background: #424242;
  top: 47.8%;
  left: 27.3%;
}

.box6_container_content_item:nth-child(4) {
  top: 47.8%;
  left: 65%;
}

.box6_container_content_item .yin {
  width: 0.18rem;
  display: block;
  margin-bottom: 0.15rem;
}

.box6_container_content_item_desc {
  font-size: 0.16rem;
  font-family: SourceHanSansSC-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.24rem;
  margin-bottom: 0.2rem;
}

.box6_container_content_item .qian {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.box6_container .box1_bottom_more {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.box7 {
  background: url(../img/box7_bg.png) no-repeat;
  background-size: cover;
  padding-top: 0.55rem;
  padding-bottom: 0.3rem;
}

.box7 .box1_title {
  margin-bottom: 0.9rem;
}

.box7_container {
  display: flex;
  justify-content: space-between;
}

.box7_container_item {
  width: 47%;
  /* display: flex;
	flex-direction: column; */
}

.box7_container_item_head {
  height: 2.1rem;
  position: relative;
  display: block;
  padding: 0 0.24rem 0.16rem 0.18rem;
}

.box7_container_item_head_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.box7_container_item_head_img:hover img {
  transform: scale(1.3);
}

.box7_container_item_head_img img {
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: 0.3s;
}

.box7_container_item_head_desc {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  box-sizing: border-box;
  bottom: 0.16rem;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0 0.24rem 0 0.18rem;
}

.box7_container_item_head_desc span:first-child {
  font-weight: bold;
}

.box7_container_item_content_head_l {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  position: relative;
}

.box7_container_item_content {
  padding: 0.17rem 0.23rem 0.3rem 0.19rem;
  border: 1px solid #eee;
  border-top: none;
  /* flex-grow: 1; */
}

.box7_container_item_content_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.17rem 0.23rem 0.15rem 0.19rem;
  margin-bottom: 0.25rem;
}

.box7_container_item_content_head_l img {
  margin-right: 0.08rem;
}

.box7_container_item_content_head_r {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f95949;
  cursor: pointer;
}

.box7_container_item_content_head_l::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0.26rem;
  height: 0.04rem;
  background: #f95949;
}

.box7_container_item_list {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.box7_container_item_list li a {
  display: flex;
  justify-content: space-between;
}

.box7_container_item_list li {
  height: 0.35rem;
}

.box7_container_item_list li:hover {
  color: #f95949;
}

.box8 {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.box8_close {
  position: absolute;
  /* transform: scale(2); */
  right: 5px;
  /* font-size: 0; */
  line-height: 16px;
  padding: 0 0.1rem;
  top: 2%;
  color: #fff;
  /* padding: .1rem; */
  /* padding: 0 .15rem; */
  border-radius: 50%;
  /* background-color: #000; */
  display: none;
}

.banner img:nth-of-type(1) {
  display: block;
}

.banner img:nth-of-type(2) {
  display: none;
}

.box7_container_item_list li a span:first-child {
  white-space: nowrap;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.phone_page {
  display: block;
}

.page {
  display: none;
}

.box8 {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.box8_close {
  position: absolute;
  /* transform: scale(2); */
  right: 0.05rem;
  /* font-size: 0; */
  line-height: 0.16rem;
  padding: 0 0.1rem;
  top: 2%;
  color: #fff;
  /* padding: .1rem; */
  /* padding: 0 .15rem; */
  border-radius: 50%;
  /* background-color: #000; */
  display: none;
}
.box8 {
  background: url(../img/box8_bg.png);
  height: 1.2rem;
}

.box8 img {
  /* width: 100%; */
}

.box8_content_tent {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.1rem;
}

.box8_title {
  font-size: 0.18rem;
  /* font-family: FZZBHJW; */
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.1rem;
}

.box8_inps {
  display: flex;
  align-items: center;
  height: 0.3rem;
}

.box8_inps input {
  border-radius: 0.03rem;
  padding-left: 0.1rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  height: 100%;
  border: none;
  outline: none;
}

.box8_inps input:nth-child(3) {
  width: 3rem;
  margin-right: 0.1rem;
}

.box8_inps input:nth-child(1),
.box8_inps input:nth-child(2),
.box8_inps button {
  width: 1.86rem;
  height: 100%;
  margin-right: 0.1rem;
}
.box8_inps button {
  background-color: #000;
  color: #fff;
  border-radius: 0.03rem;
  font-size: 0.14rem;
}

.box8_content_tent .or {
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.15rem;
  position: relative;
}

.box8_content_tent .or span {
  z-index: 22;
  background: url(../img/box8_bg.png);
}

.box8_content_tent .or::after,
.box8_content_tent .or::before {
  content: "";
  width: 46%;
  height: 0.03rem;
  background-color: #fff;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}

.box8_content_tent .or::before {
  left: auto;
  right: 0;
}

.box8_logo {
  position: absolute;
  left: 15%;
  top: 0;
  width: 1.8rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 980px) {
  .banner_menu {
    width: 7rem;
  }
}

.phone_page {
  display: none;
}

.page {
  display: block;
}

/* 内页 */
.banner img {
  width: 100%;
  display: block;
}

.banner_notice_title img {
  width: 0.24rem;
}

.menus {
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #c1c1c1;
}

.menus span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #e07b6f;
}

.menus a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: block;
}

.case .content1 {
  padding: 0.5rem 0 1rem;
}

.case .search {
  width: 3.84rem;
  height: 0.5rem;
  background: #e6e6e6;
  border-radius: 0.25rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}

.case .search select {
  background-color: transparent;
  height: 100%;
  padding-left: 0.21rem;
  padding-right: 0.5rem;
  background: url(../img/arraw.png) no-repeat;
  background-position: 85% center;
  opacity: 0.5;
  cursor: pointer;
}

.case .search input {
  background-color: transparent;
  width: 60%;
  height: 100%;
  border-radius: 0.25rem;
}

.case .search button {
  width: 20%;
  background-color: transparent;
  border: none;
  border-radius: 0.25rem;
  background: url(../img/search.png) no-repeat center center;
  cursor: pointer;
  background-size: 0.26rem 0.27rem;
}

.case .subtitle {
  text-align: center;
  margin-bottom: 0.3rem;
}

.case .subtitle a {
  width: 0.92rem;
  height: 0.36rem;
  background: #ffffff;
  border: 1px solid #818181;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.36rem;
  margin: 0 0.1rem;
  display: inline-block;
}

.case .subtitle a.active {
  background: url(../img/bg.png) no-repeat center center/cover;
  color: #fff;
  border: none;
  height: 0.42rem;
}

.case .content1 li {
  float: left;
  position: relative;
  width: 23%;
  background: #f7f7f7;
  margin: 0 2.5% 0.35rem 0;
}

.case .content1 li .layers {
  background: #e07b6f;
  padding: 0.3rem 0.2rem;
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.case .content1 li:hover .layers {
  top: 0;
  visibility: inherit;
}

.case .content1 li .layers p {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.26rem;
}

.case .content1 li .layers span {
  width: 100px;
  height: 30px;
  background: #ffffff;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e07b6f;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
}

.case .content1 li:nth-of-type(4n) {
  margin-right: 0;
}

.case .content1 li img {
  width: 100%;
  height: 2rem;
  object-fit: cover;
}

.case .content1 li > a > div {
  padding: 0.15rem 0.2rem;
}

.case .content1 li > a > div.video {
  padding: 0;
  height: 2rem;
  position: relative;
}

.case .content1 li > a > div.video img.play {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0.6rem;
  left: 50%;
  margin-left: -26px;
}

.case .content1 li > a > div.video span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
}

.case .content1 li > a > div.txt span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: block;
  margin-top: 0.1rem;
}

.case .content1 li > a > div > p:first-of-type {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  height: 50px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.case .content1 li .layers p:first-of-type {
  color: #ffffff !important;
  font-weight: bold !important;
  margin-bottom: 0.2rem;
}

.case .content1 li > a > div > p.time {
  display: flex;
  justify-content: space-between;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 0.3rem;
}

.page {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.page a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  box-sizing: border-box;
  margin: 0 5px;
  border: 1px solid #c1c1c1;
}

.page a.active {
  background: #e07b6f;
  color: #fff;
  border: none;
}

.page a.no {
  border: none;
}

.page input {
  height: 24px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  width: 30px;
  margin: 0 5px;
  box-sizing: border-box;
  text-align: center;
}

.case .content2 {
  padding-bottom: 1rem;
}

.case .content2 h2 {
  font-size: 0.24rem;
  margin-bottom: 0.5rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.case .content2 h2 a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  float: right;
}

.case .content2 .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case .content2 .tabitem {
  width: 48%;
}

.tabitem h3,
.casedetail .content .fr h3,
.newslist h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 50px;
  display: flex;
  height: 50px;
  margin-bottom: 20px;
  justify-content: space-between;
  border-bottom: 1px solid #c1c1c1;
}

.tabitem h3 span,
.casedetail .content .fr h3 span,
.newslist h3 span {
  border-bottom: 2px solid #e07b6f;
  padding: 0 40px 0 15px;
  height: 48px;
  display: inline-block;
}

.casedetail .content .fr .tabitem {
  margin-bottom: 0.3rem;
}

.casedetail .content .fr h3,
.newslist h3 {
  background: url(../img/dot.png) no-repeat left center;
}

.casedetail .content .fr h3 span {
  padding: 0 0.4rem 0 0.25rem;
  white-space: nowrap;
}

.casedetail .content .fr .photo img {
  width: 100%;
  margin-bottom: 0.2rem;
  display: block;
}

.tabitem h3 a,
.newslist h3 a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.tabitem li a {
  display: flex;
  justify-content: space-between;
  line-height: 36px;
  height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  background: url(../img/ar1.png) no-repeat left center;
  padding-left: 20px;
}

.tabitem li a span:first-of-type {
  width: 80%;
  /* height: ; */
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box7_container_item_head_desc span:nth-of-type(1) {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tabitem .list li {
  background: url(../img/ar2.png) no-repeat left center;
}

.casedetail .content {
  padding: 0.6rem 0 0.4rem;
}

.casedetail .content .fl {
  width: 68%;
}

.majorbox3 .list li a {
  display: block;
}

.casedetail .content .fl .newstop {
  padding-bottom: 0.2rem;
}

.casedetail .content .fl .list2 li a {
  height: 0.66rem;

  background: #f7f7f7;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.66rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  box-sizing: border-box;
}

.casedetail .content .fl .title {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  box-shadow: 0 0 4px #ccc;
  color: #333333;
  background: #ffffff;
  text-align: center;
  border-radius: 0.2rem 0px 0.2rem 0px;
  margin-bottom: 0.25rem;
}

.casedetail .content .fl .title2 {
  height: auto;
  padding: 0.4rem;
  line-height: 0.4rem;
}

.casedetail .content .fl .title2 h2 {
  font-size: 0.3rem;
  text-align: left;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.casedetail .content .fl .title2 p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  text-align: justify;
  margin-top: 0.2rem;
}

.casedetail .content .fl .xqbox1 h3 {
  border-bottom: 1px solid #e6e6e6;
  line-height: 0.7rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #e07b6f;
  width: 90%;
  margin: 0 auto;
}

.casedetail .content .fl .xqbox1 h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.casedetail .content .fl .xqbox1 .tx {
  width: 90%;
  margin: 0 auto;
  display: flex;
  padding: 0.3rem 0;
  font-size: 0;
  align-items: center;
}

.casedetail .content .fl .xqbox1 .tx img {
  width: 66px;
  height: 66px;
  background: #e6e6e6;
  border-radius: 50%;
  margin-right: 20px;
}

.casedetail .content .fl .xqbox1 .tx span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.casedetail .content .fl .xqbox1 .tx span em {
  font-size: 14px;
}

.casedetail .content .fl .xqbox1 .tx span:last-of-type {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: block;
}

.casedetail .content .fl .xqbox1 .tx a {
  width: 86px;
  height: 30px;
  background: url(../img/ico3.png) no-repeat left 10px center;
  background-color: #e07b6f;
  border: 1px solid #ffffff;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  display: inline-flex;
  padding-left: 35px;
  align-items: center;
  box-sizing: border-box;
  margin: 0 0 0 0.3rem;
}

.casedetail .content .fr {
  width: 29%;
}

.casedetail .content .fl .videobox {
  box-shadow: 0 0 4px #ccc;
  border-radius: 0.2rem 0px 0.2rem 0px;
  padding: 0.3rem;
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.casedetail .content .fl .videobox video {
  width: 50%;
}

.casedetail .content .fl .videobox .txt {
  width: 46%;
}

.casedetail .content .fl .videobox .txt h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.2rem;
}

.casedetail .content .fl .videobox .txt p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
}

.casedetail .content .fl .xqbox1 {
  box-shadow: 0 0 4px #ccc;
  border-radius: 0.2rem 0px 0.2rem 0px;
  padding: 0.1rem 0;
  margin-bottom: 0.25rem;
}

.casedetail .content .fl .xqbox1 h2 {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1b1b1d;
  border-left: 3px solid #e07b6f;
  padding-left: 0.3rem;
}

.casedetail .content .fl .xqbox1 .text {
  padding: 0 0.25rem;
}

.casedetail .content .fl .xqbox1 .text p {
  margin-bottom: 0.25rem;
}

.casedetail .content .fl .xqbox1 .text img {
  max-width: 100%;
}

.casedetail .content .fl .city {
  box-shadow: 0 0 4px #ccc;
  border-radius: 0.2rem 0px 0.2rem 0px;
  padding: 0.3rem;

  margin-bottom: 0.25rem;
}

.casedetail .content .fl .city .citylist {
  margin: 0 2% 0.2rem 0;
  width: 48.5%;
}

.casedetail .content .fl .city .citylist span.detail {
  float: right;
  margin-top: -0.3rem;
}

.casedetail .content .fl .city .citylist:nth-of-type(2n) {
  margin-right: 0;
}

.casedetail .content .fl .city .citylist a .pro {
  height: 1.5rem;
  width: 25%;
}

.city .citylist .pro img {
  max-width: 80%;
  max-height: 90%;
}

.casedetail .content .fl .city .citylist a .text {
  width: 75%;
  padding: 0rem 0.2rem 0 0;
}

.casedetail .content .fl .xqbox1 .text {
  font-size: 0.16rem;
}

.casedetail .content .fl .xqbox1 p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1b1b1d;
  line-height: 26px;
  /* margin-bottom: .1rem; */
}

.casedetail .content .fl .xqbox1 p span {
  color: #999;
  margin-right: 0.15rem;
}

.casedetail .content .fr .videoitem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  margin-bottom: 0.2rem;
  height: 1.3rem;
}

.casedetail .content .fr .videoitem a > div {
  width: 50%;
  height: 100%;
  position: relative;
}

.casedetail .content .fr .videoitem a > div.txt {
  padding: 0.2rem;
}

.casedetail .content .fr .videoitem a > div.txt p {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.26rem;
}

.casedetail .content .fr .videoitem a > div.txt span {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: block;
  margin-top: 0.1rem;
}

.casedetail .content .fr .videoitem a > div > img {
  width: 100%;
  height: 100%;
}

.casedetail .content .fr .videoitem a > div > img.play {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  margin-left: -17px;
}

.casedetail .content .fr .videoitem a > div > .time {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
}

.casedetail .content .fl .xqbox1 .list {
  margin: 0 20px;
}

.casedetail .content .fl .xqbox1 .list li {
  float: left;
  width: 23%;
  margin: 0 2% 0 0;
  background: #f7f7f7;
}

.casedetail .content .fl .xqbox1 .list li img {
  width: 100%;
  height: 1.9rem;
}

.casedetail .content .fl .xqbox1 .list li p {
  line-height: 0.3rem;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  color: #333333;
  padding: 0.1rem 0.2rem;
  background: url(../img/ico1.png) no-repeat 85% 75%;
}

.casedetail .content .fl .xqbox1 .list li p a {
  color: rgba(153, 153, 153, 1);
}

.chapter {
  display: flex;
  justify-content: space-between;
}

.chapter a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  width: 48%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../img/prev.png) no-repeat left center;
  padding-left: 35px;
  white-space: nowrap;
}

.chapter a:last-child {
  background: url(../img/prev2.png) no-repeat right center;
  padding-right: 35px;
  text-align: right;
}

.aboutbox1 {
  padding: 0.4rem 0 0.7rem;
}

.aboutbox1 h2,
.aboutbox2 h2 {
  font-size: 0.24rem;
  margin-bottom: 0.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.aboutbox1 .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto 0.2rem;
}

.aboutbox1 .text p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  margin-bottom: 0.2rem;
}

.aboutbox2 {
  padding-bottom: 0.5rem;
}

.aboutbox2 .content {
  background: url(../img/bg3.png) no-repeat top left/cover;
  height: 600px;
  background-color: #e07b6f;
  position: relative;
  padding: 0.4rem;
  box-sizing: border-box;
}

.aboutbox2 .content .left span {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  display: block;
}

.aboutbox2 .content .left span:nth-of-type(2n) {
  font-weight: normal;
  margin-bottom: 10px;
}

.aboutbox2 .content .right {
  width: 65%;
  position: absolute;
  /* top:.4rem;
	right:0; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.aboutbox2 .content .right .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.aboutbox2 .content .right .list div {
  display: flex;
  align-items: center;

  margin-right: 0.5rem;
}

.aboutbox2 .content .right .list div:last-child {
  margin-bottom: 0;
}

.aboutbox2 .content .right h3,
.about_title_line,
.about_title p {
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.about_title p {
  font-size: 0.36rem;
}

.about_title {
  margin-bottom: 0.3rem;
}

.about_title_line {
  font-size: 0.42rem;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  align-items: center;
}

.about_title_line span {
  font-size: 0.24rem;
}

.aboutbox2 .content .right h3:first-of-type,
.about_title p {
  margin-bottom: 0;
}

.aboutbox2 .content .right .list span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin-right: 0.1rem;
}

.aboutbox2 .content .right .list input,
.aboutbox2 .content .right .list select {
  width: 1.5rem;
  height: 0.4rem;
  font-size: 0.16rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding-left: 0.1rem;
}

.aboutbox2 .content .right .list input::placeholder,
.aboutbox2 .content .right .list select {
  color: #bbb;
}

.aboutbox2 .content .right .list select {
  background: url(../img/xl.png) no-repeat right 5px center;
  background-color: #ffffff;
}

.aboutbox2 .content .right button {
  width: 2.88rem;
  height: 0.4rem;
  border: 1px solid #ffffff;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.4rem;
  transform: scale(1.25);
  background: none;
  display: block;
  margin: 0.5rem auto 0;
}

.sz .list {
  padding: 0.5rem 0;
}

.sz .list li {
  float: left;
  position: relative;
  width: 18%;
  background: #f7f7f7;
  margin: 0 2.5% 0.35rem 0;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sz .list li .layer {
  background: #e07b6f;
  padding: 0.3rem 0.2rem;
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.sz .list li:hover .layer {
  top: 0;
  visibility: inherit;
}

.sz .list li:nth-of-type(5n) {
  margin-right: 0;
}

.sz .list li .pro {
  height: 2.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #fff;
}

.sz .list li .pro img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sz .list li .text {
  padding: 0.2rem;
  background: url(../img/ico1.png) no-repeat right 0.2rem top 0.2rem;
}

.sz .list li .text p {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  height: 36px;
  overflow: hidden;
  line-height: 18px;
}

.sz .list li .text p.name {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding-right: 0.3rem;
  display: flex;
  height: 40px;
  margin-bottom: 0.1rem;
  flex-direction: column;
  justify-content: space-between;
}

.sz .list li .text p.name span {
  font-size: 0.14rem;
  color: rgba(153, 153, 153, 1);
}

.sz .list li .layer img {
  width: 0.7rem;
  max-height: 1rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}

.sz .list li .layer p,
.sz .list li .layer p.name span {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}

.sz .list li .layer .tx {
  height: 1rem;
}

.sz .list li .layer p.name {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
}

.sz .list li .layer object {
  width: 86px;
  height: 30px;
  background: url(../img/zx.png) no-repeat left 5px center;
  border: 1px solid #ffffff;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  display: inline-block;
  padding-left: 35px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
}

.map .list dl {
  padding: 0.2rem 0;
  border-bottom: 1px solid #e6e6e6;
}

.map .list dl dt,
.map .list dl dt a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;

  line-height: 36px;
  margin-bottom: 0.2rem;
}

.map .list dl dd {
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem 0.2rem 0;
  font-size: 0;
}

.map .list dl dd a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.map .list dl div {
  display: flex;
  flex-wrap: wrap;
}

.map .list dl dd a:hover {
  text-decoration: underline;
  color: #e07b6f;
}

.casedetail .content .fl .list3 li {
  background: #f7f7f7;
  border-bottom: 4px solid #e6e6e6;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
}

.casedetail .content .fl .list3 li .titles {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}

.casedetail .content .fl .list3 li .titles img {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.casedetail .content .fl .list3 li .font {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  margin: 10px 0;
}

.casedetail .content .fl .list3 li .answer {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.casedetail .content .fl .list3 li .answer span {
  width: 24px;
  height: 24px;
  background: #e07b6f;
  border-radius: 50%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9f3a3a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 5px;
}

.casedetail .content .fl .list3 li .time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 15px;
  display: block;
}

.casedetail .content .fl .list3 li .detail {
  width: 86px;
  height: 30px;
  background: #f7f7f7;
  border: 1px solid #e07b6f;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e07b6f;
  line-height: 30px;
  float: right;
  text-align: center;
  margin-top: -30px;
}

.casedetail .content .fl .list3 li:hover {
  border-bottom: 4px solid #e07b6f;
}

.casedetail .content .fl .list3 li:hover .detail {
  background: #e07b6f;
  color: #fff;
}

.casedetail .content .fr .ico {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.casedetail .content .fr .ico span {
  height: 32px;
  text-align: left;
  background: #e6e6e6;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  box-sizing: border-box;
  color: #333333;
  padding: 0.01rem 0.1rem;
  line-height: 32px;
  vertical-align: middle;
  width: 100%;
  margin: 0 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.casedetail .content .fr .ico span:nth-of-type(2n) {
  margin-right: 0;
}

.casedetail .content .fr .ico span:hover {
  background: #e07b6f;
  color: #fff;
}

.city .citylist {
  border: 1px solid #dadada;
  border-radius: 10px;
  width: 47%;
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  vertical-align: top;
  margin: 0 3.5% 0.4rem 0;
  padding: 0;
}

.city .citylist {
  display: flex;
  align-items: center;
  padding: 0.15rem 0;
}

.city .citylist:nth-of-type(2n) {
  margin-right: 0;
}

.city .citylist .pro {
  height: 1.24rem;
  display: flex;
  width: 38%;
  align-items: center;
  justify-content: center;
}

.city .citylist .text {
  width: 62%;
  padding-right: 0.4rem;
  box-sizing: border-box;
}

.city .citylist .text a.detail {
  width: 0.98rem;
  height: 0.32rem;
  background: #e07b6f;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.32rem;
  display: inline-block;
  text-align: center;
  margin-top: 0.1rem;
}

.city .citylist .text p {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}

.city .citylist .text p:nth-of-type(2) {
  font-weight: normal;
}

.city .citylist .text .cite {
  border-top: 1px solid #c1c1c1;
  padding-top: 0.2rem;
  margin-top: 0.1rem;
}

.city .citylist .text .cite p {
  font-size: 0.14rem;
  color: #000;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
}

.city .citylist .text p.rank {
  color: #999;
  height: auto;
}

.city .citylist .text p.rank img {
  margin: 0 0.1rem 0px 0;
}

.city .citylist:hover {
  box-shadow: 0 0 6px #ccc;
}

.casedetail .content .fl h4 {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  background: url(../img/dot.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 0.2rem;
}

.casedetail .content .fl .scholldes {
  box-shadow: 0 0 4px #ccc;
  border-radius: 0.2rem 0px 0.2rem 0px;
  padding: 0.35rem;
  margin-bottom: 0.4rem;
  position: relative;
}

.casedetail .content .fl .scholldes p {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}

.casedetail .content .fl .scholldes img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.5rem;
  width: 1.23rem;
  height: 1.24rem;
}

.casedetail .content .fl .scholldes p:nth-of-type(1) {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  color: #000000;
}

.majorbox1 {
  border-bottom: 1px solid #c1c1c1;
  padding-top: 0.2rem;
}

.majorbox1 .list {
  display: flex;
  margin-bottom: 0.1rem;
  align-items: center;
}

.majorbox1 .list span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  margin-right: 0.25rem;
}

.majorbox1 .list a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  margin-right: 0.2rem;
}

.majorbox1 .list a:hover,
.majorbox1 .list a.active {
  text-decoration: underline;
  color: #e07b6f;
}

.majorbox2 {
  padding: 0.3rem 0 0.5rem;
}

.majorbox2 h3,
.majorbox3 h3 {
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.majorbox2 .text p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}

.majorbox2 .table {
  overflow: hidden;
  overflow-x: scroll;
}

.majorbox2 .table::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.majorbox2 table {
  width: 100%;
  border: 1px solid #e6e6e6;
  white-space: nowrap;
}

.majorbox2 table {
  overflow-x: scroll;
}

.majorbox2 td {
  line-height: 44px;
  background: #f8f2f2;

  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.majorbox2 th {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  padding: 0.2rem 0.2rem;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}

.majorbox2 th .pro {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.majorbox2 th .pro img {
  width: 0.75rem;
  margin-right: 15px;
}

.majorbox2 th a {
  text-decoration: underline;
  color: #e07b6f;
}

.majorbox3 h3 a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  float: right;
}

.majorbox3 .list {
  display: flex;
  flex-wrap: wrap;
}

.majorbox3 .list li {
  /* display:inline-block; */
  width: 25%;
  vertical-align: top;
  margin: 0 2% 0 0;
}

.majorbox3 .list li img {
  width: 100%;
  display: block;
}

.majorbox3 .list li:nth-of-type(4n) {
  margin-right: 0;
}

.majorbox3 .list li p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-top: 5px;
}

.majorbox1 .list select {
  width: 70px;
  height: 26px;
  background: url(../img/xl.png) no-repeat right 5px center;
  border: 1px solid #dadada;
  border-radius: 3px;
  line-height: 26px;
  padding-left: 5px;
}

.majorbox3 {
  margin-bottom: 0.5rem;
}

.majorbox3 .list li p.time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  height: auto;
}

.casedetail .content .fl .newdetail {
  border-radius: 0.2rem 0px 0.2rem 0px;
  padding: 0.4rem;
  margin-bottom: 0.4rem;
  box-shadow: 0 0 3px #ccc;
}

.casedetail .content .fl .newdetail h2 {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.2rem;
}

.casedetail .content .fl .newdetail p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.casedetail .content .fl .newdetail .des {
  background: #f7f7f7;
  padding: 0.2rem;
  margin: 0.2rem 0 0.3rem;
}

.casedetail .content .fl .newdetail .des em {
  color: rgba(224, 123, 111, 1);
}

.casedetail .content .fl .newdetail .des p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e07b6f;
  line-height: 26px;
}

.casedetail .content .fl .newdetail .text p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.casedetail .content .fl .newdetail .text img {
  max-width: 100%;
  display: block;
  margin: 0.3rem auto;
}

.casedetail .content .fl .newstop .swiper-slide {
  background: #f7f7f7;
}

.casedetail .content .fl .newstop .swiper-slide p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 0.2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.casedetail .content .fl .newstop .swiper-slide .time {
  font-size: 14px;
  display: block;
  padding: 0 0.2rem 0.2rem;
  color: rgba(153, 153, 153, 1);
}

.casedetail .content .fl .newstop .swiper-slide img {
  width: 100%;
  height: 4rem;
  object-fit: cover;
}

.newsbottom .newslist {
  width: 48%;
  margin: 0 2% 0.4rem 0;
  display: inline-block;
  vertical-align: top;
}

.newsbottom .newslist:nth-of-type(2n) {
  margin-right: 0;
}

.newsbottom .newslist img {
  width: 100%;
  height: 2rem;
  display: block;
  margin-bottom: 0.1rem;
}

.newsbottom .newslist li {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  background: url(../img/ico9.png) no-repeat left center;
  padding-left: 20px;
}

.newsbottom .newslist li a {
  display: flex;
  justify-content: space-between;
}

.newsbottom .newslist li a span:first-child {
  width: 80%;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsbottom .newslist li a span:last-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.newstop .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 1.6rem;
  left: auto;
  right: 0.2rem;
}

.newstop .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 1;
  border-radius: 0;
}

.newstop .swiper-pagination-bullet-active {
  background: #e07b6f;
}

.phone_aside {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
  border-radius: 0.15rem;
  display: none;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 0.2rem;
  z-index: 9999;
  padding-top: 0.4rem;
}

.phone_aside .phone_aside_item {
  margin-bottom: 0.2rem;
  position: relative;
}

.aside_phone_pop {
  position: absolute;
  padding: 0.15rem;
  border-radius: 0.15rem;
  background-color: #353535;
  right: 0;
  top: 50%;
  transform: translate(110%, -50%);
  z-index: 999;
  transition: 0.2s;
  transform-origin: left center;
  display: none;
}

.phone_aside_item.active .aside_phone_pop {
  /* transform: scale(1) translate(110%,-50%); */
  display: none;
}

.aside_phone_pop::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-98%, -50%);
  width: 0;
  height: 0;
  border: 10px solid #353535;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  z-index: 9999;
}

.aside_phone_pop img {
  background-color: #fff;
}

/* 404 */
.wu_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}

.wu_container img {
  max-width: 50%;
  margin-bottom: 0.5rem;
}

.wu_container a {
  width: 1.85rem;
  height: 0.7rem;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 0.35rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 。出国通用 */
.banner {
  position: relative;
}

.banner_word {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
  text-align: center;
}

.banner_word span:first-child {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.35rem;
  display: block;
}

.banner_word span:nth-of-type(2) {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.4rem;
  display: block;
}

.banner_word a,
.jh_box3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 0.44rem;
  background: #f95949;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto;
}

.go_out_box2 {
  margin-bottom: 0.75rem;
}

.go_out_box2_swiper {
  padding-top: 0.5rem;
}

.go_out_box2_swiper_container {
  width: 82.3%;
  margin: 0 auto;
  border-radius: 0.15rem;
}

.go_out_box2_swiper .swiper-button-prev,
.go_out_box6_container_father .swiper-button-prev,
.go_out_box5_cj .swiper-button-prev,
.go_out_box6_container_phone_father .swiper-button-prev,
.go_out_box5_cj_phone .swiper-button-prev,
.fd_box3_container_father .swiper-button-prev {
  background: url(../img/arraw_a_l.png) no-repeat;
  background-size: 100%;
  left: -0.2rem;
}

.go_out_box2_swiper .swiper-button-prev.swiper-button-disabled,
.fd_box3_container_father .swiper-button-prev.swiper-button-disabled,
.go_out_box6_container_father
  .swiper-button-prev.swiper-button-disabled
  .go_out_box5_cj_phone
  .swiper-button-prev.swiper-button-disabled,
.go_out_box6_container_father .swiper-button-prev.swiper-button-disabled,
.go_out_box6_container_phone_father .swiper-button-prev.swiper-button-disabled {
  background-image: url(../img/arraw_l_d.png);
}

.go_out_box2_swiper .swiper-button-next,
.fd_box3_container_father .swiper-button-next,
.go_out_box6_container_father .swiper-button-next,
.go_out_box6_container_phone_father .swiper-button-next,
.go_out_box5_cj .swiper-button-next,
.go_out_box5_cj_phone .swiper-button-next {
  background: url(../img/arraw_a_rr.png) no-repeat;
  background-size: 100%;
  right: -0.2rem;
}

.go_out_box2_swiper .swiper-button-next.swiper-button-disabled,
.fd_box3_container_father .swiper-button-next.swiper-button-disabled,
.go_out_box6_container_father .swiper-button-next.swiper-button-disabled,
.go_out_box6_container_phone_father .swiper-button-next.swiper-button-disabled {
  background-image: url(../img/arraw_rr.png);
}

.go_out_box2_swiper .swiper-button-next,
.go_out_box2_swiper .swiper-button-prev,
.fd_box3_container_father .swiper-button-next,
.fd_box3_container_father .swiper-button-prev,
.go_out_box6_container_father .swiper-button-next,
.go_out_box6_container_father .swiper-button-prev {
  width: 0.84rem;
  height: 0.84rem;
  opacity: 1;
  top: 42%;
}

.fd_box3_container_father .swiper-button-next {
  right: -0.5rem;
}

.fd_box3_container_father .swiper-button-prev {
  left: -0.5rem;
}

.go_out_box5_cj .swiper-button-prev,
.go_out_box5_cj .swiper-button-next {
  top: 50%;
  width: 0.84rem;
  height: 0.84rem;
  opacity: 1;
}

.go_out_box5_cj .swiper-button-prev.swiper-button-disabled,
.go_out_box5_cj_phone .swiper-button-prev.swiper-button-disabled {
  background: url(../img/trans_arr_l.png) no-repeat;
  background-size: 100%;
}

.go_out_box5_cj_phone .swiper-button-next.swiper-button-disabled,
.go_out_box5_cj .swiper-button-next.swiper-button-disabled {
  background: url(../img/trans_arr_r.png) no-repeat;
  background-size: 100%;
}

.go_out_box8_content_container_father .swiper-button-prev {
  background: url(../img/chang_l_a.png) no-repeat;
  background-size: 100%;
  left: 0;
}

.go_out_box8_content_container_father .swiper-button-next {
  background: url(../img/chang_r_a.png) no-repeat;
  background-size: 100%;
  right: 0;
}

/* .go_out_box8_content_container_father .swiper-button-prev.swiper-button-disabled
{
background-image: url(../img/chang_l_d.png);
}
.go_out_box8_content_container_father .swiper-button-next.swiper-button-disabled
{
background-image: url(../img/chang_r_d.png);
} */
.go_out_box8_content_container_father .swiper-button-next,
.go_out_box8_content_container_father .swiper-button-prev {
  width: 0.2rem;
  height: 0.88rem;
  opacity: 1;
  top: 25%;
  background-size: cover;
}

.go_out_box6_container_father .swiper-button-prev {
  left: -1rem;
}

.go_out_box6_container_father .swiper-button-next {
  right: -1rem;
}

.go_out_box2_swiper_wrapper {
  width: 100%;
}

.go_out_box2_swiper_item img {
  width: 100%;
}

.go_out_box2_swiper_item {
  width: 100%;
}

.go_out_box2_swiper_item_desc {
  width: 95%;
  margin: 0 auto;
  min-height: 1.5rem;
  background: #ffffff;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0.3rem 0.27rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transform: translateY(-0.3rem);
  z-index: 55;
}

.go_out_box2_swiper_item_desc span:first-child {
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 0.2rem;
}

.go_out_box2_swiper_item_desc span:last-child {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.go_out_box2_swiper_tab {
  /* width: 85%; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.go_out_box2_swiper_tab_item {
  width: 221px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.go_out_box2_swiper_tab_item.active {
  background: linear-gradient(0deg, #f2d0cc 0%, #ffffff 100%);
  border-bottom: 2px solid #e07b6f;
}

.go_out_box2_swiper_tab_item span:first-child {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1b1b1d;
  margin-bottom: 0.2rem;
}

.go_out_box2_swiper_tab_item span:last-child {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1b1b1d;
}

.go_out_box3 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.go_out_box3_title {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  white-space: nowrap;
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
}

.go_out_box4_container {
  z-index: 55;
  position: relative;
}

.go_out_box3 img {
  width: 100%;
}

.go_out_box4 {
  position: relative;
  padding-bottom: 0.8rem;
  padding-top: 0.7rem;
  margin-bottom: 1rem;
}

.go_out_box4_title {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 0.8rem;
}

.go_out_box4_content1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  margin-bottom: 0.5rem;
}

.go_out_box4_content1_item {
  width: 23%;
  text-align: center;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.go_out_box4_content1_item_img {
  margin-bottom: 0.2rem;
}

.go_out_box4_content1_item img {
  width: 100%;
  display: block;
}

.go_out_box4_content2 {
  width: 100%;
}

.go_out_box4_content2 img {
  max-width: 100%;
}

.go_out_box4_bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  border-bottom: 2px solid #e07b6f;
  width: 80.3%;
}

.go_out_box5_head {
  width: 58.8%;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

.go_out_box5 {
  background: url(../img/gou_out_bg3.png) no-repeat left bottom/100%;
  padding-bottom: 0.8rem;
}

.go_out_box5_head_desc {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.3rem;
}

.go_out_box5_head_desc_item {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  width: 38%;
  margin-right: 2rem;
  white-space: nowrap;
  margin-bottom: 0.1rem;
}

.go_out_box5_head_desc_item:nth-child(2n) {
  /* text-align: right; */
  margin-right: 0;
}

.go_out_box5_head_desc_item::before {
  content: "";
  width: 0.33rem;
  height: 0.32rem;
  position: absolute;
  left: -0.47rem;
  background: url(../img/gou.png) no-repeat;
  background-size: 100%;
}

.go_out_box6_container_phone_father,
.go_out_box5_cj_phone {
  display: none;
}

.go_out_box6_container_father,
.go_out_box5_cj {
  display: block;
}

.go_out_box5_cj_item_phone {
  padding: 0.15rem;
  background-color: #fff;
}

.go_out_box5_cj_item_phone img {
  width: 100%;
  display: block;
}

.go_out_box6_container_phone_container,
.go_out_box5_cj_container_phone {
  margin: 0 1rem;
}

.go_out_box6_container_phone_item {
  width: 100% !important;
}

.go_out_box6_container_phone_item img {
  width: 100%;
}

.go_out_box5_cj_title {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.65rem;
}

.go_out_box5_cj_container {
  width: 80%;
  /* padding: 0 .8rem; */
  margin: 0 auto;
  height: 4.5rem;

  margin-bottom: 0.2rem;
}

.go_out_box5_cj_wrapper {
  height: 100%;
  align-items: center;
}

.go_out_box5_cj_item.swiper-slide-active {
  height: 100%;
  opacity: 1;
}

.go_out_box5_cj_item.swiper-slide-prev,
.go_out_box5_cj_item.swiper-slide-next {
  height: 95%;
  opacity: 1;
}

.go_out_box5_cj_item {
  height: 90%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 8.8rem !important;
  transform-origin: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.go_out_box8_content_container_father {
  padding: 0 0.3rem;
}

.go_out_box5_cj_item img {
  width: 85%;
  height: 80%;
}

.go_out_box5_cj_dan {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.go_out_box6 {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}

.go_out_box6_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.go_out_box6_item a {
  width: 23%;
}

.go_out_box6_item img {
  width: 100%;
  margin-bottom: 0.4rem;
}

.go_out_box7 {
  padding: 0.5rem 0 0;
  background: url(../img/go_out_bg4.png) no-repeat left top/cover;
}

.go_out_box7 .wrap .content1 li {
  background-color: #000;
}

.go_out_box7 .wrap .content1 li > a > div > p:first-of-type {
  color: #fff;
}

.go_out_box7 .content1 {
  padding-bottom: 0.5rem;
}

.go_out_box8 {
  padding-top: 0.6rem;

  margin: 0 auto;
  margin-bottom: 0.8rem;

  width: 67%;
}

.majorbox3 h3 {
  display: none;
}

.go_out_box8_content .tab_cg {
  padding: 0.5rem;
  padding-bottom: 1rem;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  display: none;
}

.go_out_box8_content .tab_cg.active {
  display: flex;
}

.go_out_box8_content_l {
  width: 50%;
  flex-shrink: 0;
}

.go_out_box8_content_container_father {
  margin: 0 0.5rem;
}

.go_out_box8_content_container li.swiper-slide-active {
  border-radius: 0.1rem;
  /* border: 1px solid #E07B6F; */
  border-color: #e07b6f;
}

.go_out_box8_content_l_bigimg img {
  max-width: 90%;
  height: 4rem;
  border-radius: 0.1rem;
  margin-bottom: 0.1rem;
}

.go_out_box8_content_l_list {
  display: flex;
}

.go_out_box8_content_l_list li {
  width: 15%;
  margin-right: 0.1rem;
  border: 1px solid transparent;
}

.go_out_box8_content_l_list li:last-child {
  margin-right: 0;
}

.go_out_box8_content_l_list li img {
  width: 100%;
  border-radius: 0.1rem;
  display: block;
  height: 0.8rem;
}

.go_out_box8_content_r {
  /* padding-left: .45rem; */
  padding-top: 0.5rem;
  width: 50%;
}

.go_out_box8_content_r_title {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.4rem;
}

.go_out_box8_content_r_desc div,
.go_out_box8_content_r_question {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #333333;
}

.go_out_box8_content_r_desc span,
.go_out_box8_content_r_question span {
  font-weight: bold;
}

.go_out_box8_content_r_desc {
  display: flex;
  margin-bottom: 0.2rem;
}

.go_out_box8_content_r_desc div {
  margin-right: 0.4rem;
}

.go_out_box8_content_r_question {
  margin-bottom: 0.5rem;
}

.go_out_box8 .box1_bottom_more {
  margin: 0;
}

/* 出国前 */
.go_before_box1 {
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}

.go_before_box1_container_img1 {
  width: 100%;
  margin-bottom: 0.2rem;
}

.go_before_box1_container_img1_desc {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #e07b6f;
  text-align: center;
  margin-bottom: 0.3rem;
}

.go_before_box1_container_zhendui {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 0.1rem;
}

.go_before_box1_container_zhendui_img {
  max-width: 70px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}

.go_before_box1_container_item {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.go_before_box1_container_items {
  height: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  background: #ffffff;
  border: 1px dashed #e07b6f;
  border-radius: 0.5rem;
  margin-bottom: 0.8rem;
}

.go_before_box1_container_item {
  height: 60%;
  width: 23%;
  background: #e07b6f;
  border: 1px solid #e07b6f;
  font-size: 0.18rem;
  border-radius: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.go_before_box1_container_pk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.go_before_box2_head_r img {
  width: 5.1rem;
}

.go_before_box1_container_pk_l,
.go_before_box1_container_pk_r {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.go_before_box1_container_pk_c {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.1rem;
}

.go_before_box1_container_pk_l_big {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  margin: 0.2rem;
}

.go_before_box1_container_pk_l_desc {
  padding: 0.3rem 0.55rem 0.3rem;
  background: #f7f7f7;
  border-radius: 10px;
}

.go_before_box1_container_pk_l_desc > span {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin-bottom: 0.2rem;
  display: block;
}

.go_before_box1_container_pk_l_desc_content {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  color: #333333;
}

.go_before_box1_container_pk_l_desc_content span {
  font-weight: bold;
  font-style: italic;
  color: #e07b6f;
}

.go_before_box2 {
  background: url(../img/before_box2_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
}

.go_before_box2_head {
  display: flex;
  justify-content: space-between;
  padding-right: 0.5rem;
  padding-left: 0.3rem;
  margin-bottom: 0.45rem;
}

.go_before_box2_head_l {
  width: 285px;
  height: 234px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  direction: rtl;
  text-align: left;
  padding-left: 0.3rem;
  line-height: 26px;
  overflow-y: scroll;
}

.go_before_box2_head_l_item {
  display: none;
}

.go_before_box2_head_l_item.active {
  display: block;
}

.go_before_box2_head_l::-webkit-scrollbar {
  width: 3px;
}

.go_before_box2_head_l::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 0.1rem;
  background: #e07b6f;
}

.go_before_box2_head_l::-webkit-scrollbar-track {
  border-radius: 0.1rem;
  background: #4b4b4b;
}

.go_before_box2_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.go_before_box2_item {
  background: transparent;
  border-radius: 0.1rem;
  width: 23%;
  padding: 0.3rem 0.7rem 0.55rem;
  border: 1px dashed #e07b6f;
}

.go_before_box2_item.active,
.go_before_box2_item:hover {
  background: #e07b6f;
}

.go_before_box2_item.active .go_before_box2_item_title,
.go_before_box2_item:hover .go_before_box2_item_title {
  color: #fff;
}

.go_before_box2_item_title {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #e07b6f;
  text-align: center;
  margin-bottom: 0.25rem;
}

.go_before_box2_item_subtitle {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.go_before_box3 {
  background: url(../img/before_box3_bg.png) no-repeat;
  padding-top: 0.8rem;
  background-size: cover;
  padding-bottom: 1.35rem;
}

.go_before_box1_container_pk_r .go_before_box1_container_pk_l_big {
  width: 65%;
}

.go_before_box3_title {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.95rem;
}

.go_before_box3_content {
  display: flex;
}

.go_before_box3_content_l {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.go_before_box3_content_l_item {
  width: 48%;
  background: url(../img/item1_bg.png) no-repeat;
  background-size: 100% 100%;
  min-height: 5rem;
  padding: 1.34rem 0.25rem 0.3rem;
}

.go_before_box3_content_l_item:nth-of-type(2) {
  background-image: url(../img/item2_bg.png);
}

.go_before_box3_content_l_item_title {
  font-size: 0.24rem;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1.1rem;
}

.go_before_box3_content_l_item_subtitle {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.28rem;
}

.go_before_box3_content_r {
  width: 48%;
  display: flex;
  justify-content: flex-end;
}

.go_before_box3_content_r img {
  width: 90%;
}

.menus .menus_l {
  display: flex;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.menus .menus_l li {
  margin-right: 0.24rem;
  cursor: pointer;
}

.menus .menus_l li.active {
  font-size: 0.18rem;
  font-weight: bold;
  color: #e07b6f;
}

.fd_box1 {
  padding-top: 0.55rem;
}

.fd_box1_title {
  font-size: 0.36rem;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.7rem;
}

.fd_box1_l_title {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  height: 88px;
  line-height: 88px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}

.fd_box1_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fd_box1 {
  margin-bottom: 0.9rem;
}

.fd_box1_l,
.fd_box1_r {
  padding: 0 0.28rem 0 0.23rem;
  width: 48%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
}

.fd_box1_r {
  padding: 0 0.28rem 0 0.3rem;
}

.fd_box1_r_content {
  display: flex;
}

.fd_box1_r_content img {
  width: 100%;
}

.fd_box1_r_content_l {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding-top: 0.5rem;
}

.fd_box1_r_content_r {
  position: relative;
  padding-top: 0.35rem;
  width: 95%;
}

.fd_box1_r_content_r img {
  width: 100%;
}

.fd_box1_r_content_l li {
  height: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.5rem;
  font-size: 0.18rem;
  padding-left: 0.24rem;
  background: url(../img/icon_bg.png) no-repeat left center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.fd_box1_l_content_head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.25rem;
  margin-bottom: 0.2rem;
}

.fd_box1_l_content_head span {
  margin-right: 0.25rem;
  width: 1.1rem;
  height: 0.44rem;
  background: #ffffff;
  border: 1px solid #e07b6f;
  border-radius: 0.22rem;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #e07b6f;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fd_box1_l_content_head span.active,
.fd_box1_l_content_head span:hover {
  background: #e07b6f;
  color: #fff;
}

.fd_box1_l_content_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fd_box1_l_content_content2 {
  display: none;
}

.fd_box1_l_content_item {
  width: 48%;
  min-height: 1.3rem;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
}

.fd_box1_l_content_item span:nth-of-type(1) {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}

.fd_box1_l_content_item span:nth-of-type(2) {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}

.fd_box2 {
  background: url(../img/fd_box2_img.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}

.fd_box2_content {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.fd_box2_title {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.75rem;
}

.fd_box2_content_l,
.fd_box2_content_r {
  width: 47.5%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 0.4rem 0.3rem 0.46rem 0.25rem;
}

.fd_box2_content_r {
  background-color: rgba(224, 123, 111, 0.5);
}

.fd_box2_content_l_title {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.35rem;
}

.fd_box2_content_r .fd_box2_content_l_content span {
  background-color: #e07b6f;
}

.fd_box2_content_l_content span {
  min-height: 70px;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  padding-left: 0.13rem;
  padding-right: 0.19rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  border-radius: 10px;
  font-weight: 400;

  background: #000000;
  color: #ffffff;
  line-height: 0.26rem;
}

.fd_box2_content_l_content span:last-child {
  margin-bottom: 0;
}

.fd_box2_content_c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
}

.fd_box2_content_c_item {
  width: 0.87rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/fd_img3.png) no-repeat;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  background-size: 100% 100%;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 5px;
  text-align: center;
}

.fd_box3 {
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
  background: url(../img/fd_bg3.png) no-repeat left bottom/100%;
}

.fd_box3_head {
  margin-bottom: 0.7rem;
}

.fd_box3_head_tab {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.fd_box3_head_tab li {
  padding: 0.3rem;
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}

.fd_box3_head_tab li.active {
  color: #e07b6f;
  background: url(../img/border_img.png) no-repeat left bottom/100%;
}

.fd_box3_contaienr {
  margin: 0 0.8rem;
  padding: 0.5rem 0.1rem;
}

.fd_box3_item p {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.2rem;
}

.fd_box3_item {
  min-height: 4.4rem;
  padding-left: 0.72rem;
  padding-top: 1.14rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
}

.fd_box3_item_head {
  width: 55%;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #e07b6f;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.fd_box3_content_item {
  background: url(../img/fd_bg2.png) no-repeat;
  width: 3.8rem;
  background-size: 100% 100%;
  border-radius: 15px;
  padding-top: 0.25rem;
  min-height: 5.4rem;
}

.fd_box3_content_item:hover {
  background-image: url(../img/fd_bg1.png);
}

.fd_box3_content_item:hover .fd_box3_content_item_head,
.fd_box3_content_item:hover .fd_box3_content_item_content ul li,
.fd_box3_content_item:hover .fd_box3_content_item ul:nth-of-type(2) li {
  color: #fff;
}

.fd_box3_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fd_box3_content_item_head {
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #303030;
  justify-content: center;
  margin-bottom: 50px;
}

.fd_box3_content_item_content {
  display: flex;
  justify-content: space-between;
}

.fd_box3_content_item_content ul {
  padding-left: 0.18rem;
}

.fd_box3_content_item_content ul:nth-child(1) {
  width: 29%;
}

.fd_box3_content_item_content ul:nth-child(2) {
  width: 71%;
  padding-right: 0.18rem;
}

.fd_box3_content_item_head img {
  margin-right: 0.27rem;
}

.fd_box3_content_item_content ul li {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
  line-height: 26px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fd_box3_content_item ul:nth-of-type(2) li {
  color: #303030;
}

.fd_box4_content_l,
.fd_box4_content_r {
  width: 48%;
  height: 5rem;
}

.fd_box4_content {
  /* display: flex; */
  position: relative;
}

.fd_box4_content .tab {
  display: none;

  flex-wrap: wrap;
  justify-content: space-between;
}

.fd_box4_content .tab.active {
  display: flex;
}

.fd_box4 {
  padding-top: 0.75rem;
  margin-bottom: 1.4rem;
}

.fd_box4_content_l img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.fd_box4_content_r_head {
  background: #f7f7f7;
  border-radius: 10px;
  min-height: 100%;
  padding: 0.3rem;
  margin-bottom: 0.15rem;
}

.fd_box4_content_r_head_top {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.3rem;
}

.fd_box4_content_r_head_top img {
  margin-right: 0.45rem;
  width: 1.1rem;
}

.fd_box4_content_r_head_desc {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.26rem;
  text-align: justify;
  margin-bottom: 0.4rem;
}

.fd_box4_content_r .box1_bottom_more {
  width: 3rem;
  height: 0.54rem;
  margin: 0;
  font-size: 0.2rem;
}

.fd_box4_content_r_list ul {
  display: flex;
}

.fd_box4_content_r_list ul li {
  width: 1.03rem;
  height: 1.03rem;
  padding: 0.1rem;
  margin-right: 0.2rem;
}

.fd_box4_content_r_list ul li.active {
  border: 1px solid #e07b6f;
}

.fd_box4_content_r_list {
  position: absolute;
  right: 0;
  bottom: 0;
}

.fd_box4_content_r_list,
.fd_box4_content_r_list ul,
.fd_box4_content_r_list_arraw {
  display: flex;

  align-items: center;
}

.go_out_box8_content_container_father {
  left: 0;
  bottom: 0.2rem;
  width: 42%;
}

.fd_box4_content_r_list ul li img {
  width: 100%;
  height: 100%;
}

.fd_box4_content_r_list_arraw {
  margin-left: 0.3rem;
}

.fd_box4_content_r_list_arraw_l img {
  display: block;
}

.fd_box4_content_r_list_arraw_l.active img:nth-of-type(1),
.fd_box4_content_r_list_arraw_r.active img:nth-of-type(1) {
  display: none;
}

.fd_box4_content_r_list_arraw_l.active img:nth-of-type(2),
.fd_box4_content_r_list_arraw_r.active img:nth-of-type(2) {
  display: block;
}

.fd_box4_content_r_list_arraw_l {
  margin-right: 0.4rem;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 0.4rem;
  cursor: pointer;
}

.fd_box4_content_r_list_arraw_l img:nth-of-type(2),
.fd_box4_content_r_list_arraw_r img:nth-of-type(2) {
  transform: rotate(180deg);
  display: none;
}

.fd_box4_content_r_list_arraw_r {
  font-size: 0.4rem;
  cursor: pointer;
  display: flex;
  height: 100%;
  align-items: center;
}

.fd_box5 {
  margin-bottom: 0.6rem;
}

.fd_box5_item {
  position: relative;
  width: 100%;
  border-radius: 40px;
  border: 1px dashed #e07b6f;
  min-height: 0.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.27rem;
  padding-left: 2.7rem;
}

.fd_box5_item span:nth-of-type(1) {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-right: 0.4rem;
}

.fd_box5_item span:nth-of-type(2) {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.fd_box5_item_pos {
  width: 1.05rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  background: url(../img/bg5.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 1.07rem;
  top: 0;
  transform: translateY(-50%);
}

.fd_box5_item:nth-child(2n + 1) .fd_box5_item_pos {
  left: auto;
  right: 1.1rem;
}

.fd_box6_swiper_item_avatar {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-bottom: 0.75rem;
}

.fd_box6_swiper_container {
  padding-top: 0.5rem;
  margin: 0 0.8rem;
}

.fd_box6_swiper_father .swiper-button-prev,
.fd_box6_swiper_father .swiper-button-next {
  width: 14px;
  height: 24px;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 20%;
}

.fd_box6_swiper_father .swiper-button-prev {
  background-image: url(../img/arr_l.png);
  left: 0;
}

.fd_box6_swiper_father .swiper-button-next {
  background-image: url(../img/arr_r_a.png);
  right: 0;
}

.fd_box6_swiper_item.swiper-slide-active {
  /* margin: 0 .7rem; */
}

.fd_box6_swiper_item.swiper-slide-active .fd_box6_swiper_item_avatar {
  transform: scale(1.4);
  border: 0.09rem solid #e07b6f;
}

.fd_box6_swiper_item {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fd_box6_swiper_item.swiper-slide-active .fd_box6_swiper_item_desc {
  display: block;
}

.fd_box6_swiper_item_desc {
  padding: 0.33rem 0.45rem 0.4rem;
  background: #f7f7f7;
  border-radius: 10px;
  width: 12.75rem;
  display: none;
}

.fd_box6_swiper_father_list {
  margin-bottom: 0.5rem;
}

.fd_box6_swiper_father_list li {
  opacity: 0;
  transition: 0.2s;
}

.fd_box6_swiper_father_list li.active {
  opacity: 1;
}

.fd_box6_swiper_father_list li.active .fd_box6_swiper_item_desc {
  display: block;
}

.fd_box6_swiper_item_desc_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.25rem;
}

.fd_box6_swiper_item_desc_head span {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.fd_box6_swiper_item_desc_head a {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.fd_box6_swiper_item_desc_head a:hover {
  color: #e07b6f;
}

.fd_box6_swiper_item_desc .go_out_box8_content_r_question {
  margin-bottom: 0.35rem;
}

.fd_box6_swiper_item_desc .box1_bottom_more {
  font-size: 0.18rem;
  width: 2.4rem;
  margin: 0;
  height: 0.44rem;
}

.fd_box7 {
  background: url(../img/fd_bg4.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
}

.fd_box7_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.fd_box7_item {
  width: 32%;
  padding: 0.28rem 0.25rem 0.18rem 0.26rem;
  background-color: transparent;
  border: 1px solid #fff;
  margin-bottom: 0.4rem;
  transition: all 0.2s;
}

.fd_box7_item_head {
  font-size: 0.24rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #fff;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fd_box7_item_desc {
  min-height: 0.8rem;
  font-size: 0.14rem;
  margin-bottom: 0.25rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.fd_box7_item_bottom {
  display: flex;
  justify-content: space-between;
}

.fd_box7_item_bottom span {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
}

.fd_box7_item_bottom a {
  display: none;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.fd_box7_item.active,
.fd_box7_item:hover {
  background: #e07b6f;
  border: 1px solid #e07b6f;
}

.fd_box7_item.active .fd_box7_item_bottom span,
.fd_box7_item:hover .fd_box7_item_bottom span {
  color: #fff;
}

.fd_box7_item.active .fd_box7_item_bottom a,
.fd_box7_item:hover .fd_box7_item_bottom a {
  display: block;
}

.fd_box7 .box1_bottom_more {
  font-size: 0.2rem;
  width: 3rem;
  height: 0.54rem;
}

.fd_box8 {
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
}

.fd_box8_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fd_box8_item {
  width: 48%;

  background: #f7f7f7;
  border-radius: 10px;
  padding: 0.35rem 0.35rem 0.45rem;
  transition: all 0.2s;
  margin-bottom: 0.2rem;
  text-align: justify;
}

.fd_box8_item:hover {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.fd_box8_item_head {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.35rem;
}

.fd_box8_item_desc {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fd_box8_item a {
  font-size: 14px;
  color: #e07b6f;
}

.header_contact {
  display: none;
}

.aboutbox2.detail {
  margin-top: 0.5rem;
}

.aboutbox2.detail .content .right {
  width: 100%;
}

.aboutbox2.detail .content .right .list {
  justify-content: center;
}

.phone_aside .box8_close {
  top: 2px;
  right: 0;
}

/* 起跑计划 */
.jh_box1 {
  padding-top: 0.4rem;
  margin-bottom: 1.2rem;
}

.jh_box1_head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6rem;
}

.jh_box1_head li {
  width: 1.3rem;
  height: 0.44rem;
  background: #e6e6e6;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;

  color: #666666;
  background: #e6e6e6;
}

.jh_box1_head li.active,
.jh_box1_head li:nth-child(2n + 1):hover {
  color: #ffffff;
  background: #e07b6f;
}

.jh_box1_head li:nth-child(2),
.jh_box1_head li:nth-child(4) {
  width: 80px;
  height: 0;
  border: 1px dashed #e07b6f;
  margin: 0 0.1rem;
}

.jh_box1_title {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1b1b1d;
  text-align: center;
}

.jh_box1_img {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 0.55rem;
}

.jh_box2 {
  margin-bottom: 0.8rem;
}

.jh_box2_subtitle {
  font-size: 0.24rem;
  margin-top: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1b1b1d;
  text-align: center;
  margin-bottom: 1rem;
}

.jh_box2_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jh_box2_item {
  display: flex;
  width: 23%;
  min-height: 3rem;
  padding-left: 0.44rem;
  flex-direction: column;
  padding-right: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 1.08rem;
  align-items: center;
}

.jh_box2_item_img {
  margin-bottom: 0.4rem;
}

.jh_box2_item_img img {
  max-width: 100%;
}

.jh_box2_item_num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 50%;
  top: -0.2rem;
  transform: translateX(-50%);
  font-weight: bold;
  color: #e07b6f;
  width: 0.98rem;
  height: 0.98rem;
  background: #f9dfdc;
  border-radius: 50%;
}

.jh_box2_item_desc {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1b1b1d;
  line-height: 0.26rem;
  text-align: center;
}

.jh_box3 {
  margin-bottom: 0.9rem;
}

.jh_box3_content {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.jh_box3_content_item {
  width: 18%;
}

.jh_box3_content_item_img {
  margin-bottom: 0.35rem;
  height: 1.45rem;
  border-radius: 10px;
}

.jh_box3_content_item_img img {
  border-radius: 10px;
  /* max-width: 100%; */
  height: 100%;
  width: 100%;
}

.jh_box3_content_item_title {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1b1b1d;
  margin-bottom: 0.15rem;
  text-align: center;
}

.jh_box3_content_item_subtitle {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1b1b1d;
  line-height: 24px;
}

.jh_box4 {
  margin-bottom: 0.6rem;
}

.jh_box4_content_item_l_title {
  font-size: 0.24rem;
  display: flex;
  flex-direction: column;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.jh_box4_content_item {
  height: 2rem;
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.3rem;
}

.jh_box4_content_item_l {
  width: 27%;
  background: url(../img/title_bg.png) no-repeat;
  background-size: 100% 100%;
  height: 100%;
  padding-left: 0.35rem;
  padding-top: 0.35rem;
}

.jh_box4_content_item_l_desc {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  width: 70%;
}

.jh_box4_content_item_r {
  display: flex;
  width: 75%;
  align-items: center;
  height: 100%;
  /* padding-right: .35rem; */
}

.jh_box4_content_item_r span {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.jh_box4_content_item_r span:last-of-type {
  margin-right: 0;
}

.jh_box4_content_item_r span img {
  margin-right: 0.1rem;
}

.jh_box5 {
  margin-bottom: 1rem;
}

.jh_box5_content {
  background: #e07b6f;
  padding: 0 0.24rem 0;
  margin-top: 0.55rem;
}

.jh_box5_content_form {
  padding: 0.6rem 0.65rem 0.86rem;
  height: 110%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(0.3rem);
}

.jh_box5_content_form_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}

.jh_box5_content_form_top input,
.jh_box5_content_form_top select {
  width: 32%;
  height: 0.64rem;
  padding-left: 0.18rem;
  font-size: 0.18rem;
  border: 1px solid #dadada;
  border-radius: 3px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.jh_box5_content_form_top select {
  background: url(../img/arraw.png) no-repeat 92% center;
}

.jh_box5_content_form textarea {
  width: 100%;
  min-height: 1.2rem;
  border: 1px solid #dadada;
  border-radius: 3px;
  padding: 0.22rem 0.25rem;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  resize: none;
  margin-bottom: 0.3rem;
  line-height: 26px;
}

.jh_box5_content_form button {
  width: 3.6rem;
  height: 0.64rem;
  background: #f95949;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  margin: 0 auto;
  display: block;
  font-weight: 400;
  color: #ffffff;
}

/* 标签页 */
.wenda-label-container {
  min-height: 60vh;
}

.wenda-label-container {
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}

.wenda-label-container li {
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  line-height: 0.45rem;
  height: 0.45rem;
  padding: 0 0.3rem;
  border-radius: 4px;
  box-shadow: 0px 0px 0.15rem 0.05rem rgba(245, 245, 245, 0.4);
  position: relative;
  transition: background 0.5s ease-in-out;
}

.wenda-label-container li:before {
  content: "";
  position: absolute;
  width: 0.03rem;
  height: 0.2rem;
  background: #e07b6f;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wenda-label-container li a {
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
}

.wenda-label-container li:hover {
  background: #e07b6f;
}

.wenda-label-container li:hover:before {
  background: #fff;
}

.wenda-label-container li:hover a {
  font-weight: bold;
  color: #fff;
}

.Lelem img {
  display: none;
}

.phone_aside .phone_aside_item:last-child {
  margin-bottom: 0;
}
footer .footer-wrap .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.48rem 0;
  border-bottom: 1px solid #b8b8b8;
}
footer .footer-wrap .footer-top .logo-box {
  width: 1.34rem;
  padding-left: 0.1rem;
}
footer .footer-wrap .footer-top .logo-box a {
  display: block;
}
footer .footer-wrap .footer-top .logo-box a img {
  width: 100%;
}
footer .footer-wrap .footer-top .navs-list {
  width: 45%;
  display: flex;
  justify-content: space-between;
}
footer .footer-wrap .footer-top .navs-list dl dt {
  position: relative;
  margin-bottom: 0.3rem;
}
footer .footer-wrap .footer-top .navs-list dl dt a {
  font-size: 0.16rem;
  font-family: Mi;
}
footer .footer-wrap .footer-top .navs-list dl dt::after {
  content: "";
  position: absolute;
  bottom: -0.12rem;
  left: 0;
  width: 0.2rem;
  height: 0.01rem;
  background-color: #686868;
}
footer .footer-wrap .footer-top .navs-list dl dd {
  margin: 0;
}
footer .footer-wrap .footer-top .navs-list dl dd:hover a {
  color: #f95949;
}
footer .footer-wrap .footer-top .navs-list dl dd a {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.8em;
}
footer .footer-wrap .footer-top .code-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-wrap .footer-top .code-box img {
  width: 1rem;
  margin-bottom: 0.24rem;
}
footer .footer-wrap .footer-top .code-box p {
  font-size: 0.16rem;
  font-family: Mi;
}
footer .footer-wrap .footer-links {
  padding: 0.3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-wrap .footer-links p {
  font-size: 0.16rem;
  font-family: Mi;
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
}
footer .footer-wrap .footer-links p img {
  width: 0.16rem;
  margin-right: 0.1rem;
}
footer .footer-wrap .footer-links ul {
  display: flex;
  align-items: center;
}
footer .footer-wrap .footer-links ul li:hover a {
  color: #f95949;
}
footer .footer-wrap .footer-links ul li a {
  padding: 0 0.2rem;
  font-size: 0.14rem;
  font-family: Re;
}
footer .footer-wrap .footer-links ul li:not(:last-child) a {
  border-right: 1px solid #000;
}
.company-information {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #d9f6f3, #e6f0fd);
  padding: 0.24rem 0;
  padding-bottom: 1.5rem;
}
.company-information div {
  /* width: 28%; */
}
.company-information div p {
  font-size: 0.14rem;
  color: #666;
  font-family: Re;
  display: flex;
  justify-content: space-between;
}
.company-information div p a {
  font-size: 0.14rem;
  color: #666;
  font-family: Re;
}
.company-information div p a:hover {
  color: #f95949;
}
.company-information div .address {
  padding: 0 0.16rem;
  margin-top: 0.04rem;
}
.bodyMain {
  padding-top: 1.44rem;
}