body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
}

a {
  text-decoration: none;
  color: black;
}

input {
  background-color: transparent;
  border: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

/* header */
.header .header_menu_items {
  display: flex;
  margin-left: 2rem;
}

.header .header_menu_items .menu_item {
  /* width: 3.067rem; */
  /* height: 0.64rem; */
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.48rem;
  letter-spacing: 2px;
  font-family: MicrosoftYaHei-Bold;
  /* font-weight: 700; */
  text-align: right;
  white-space: nowrap;
  line-height: 0.64rem;
  padding: 1.2rem .8rem;
  position: relative;
}

.header .header_menu_items .menu_item a {
  color: rgba(255, 255, 255, 1);
}

.page_view_5 .header .header_menu_items .menu_item span a {
  color: black;
}

.page_view_5 .header .header_menu_items .menu_item {
  color: black;
}

.header.view3 .header_menu_items .menu_item a {
  color: black;
}

.header.view3 .header_menu_items .menu_item .menu_sub_items li a {
  color: white;
}

.header.view3 .header_menu_items .menu_item:hover span a {
  color: #5392f9;
}

.header.view3 .header_menu_items .menu_item:hover {
  color: #5392f9;
}

.page_view_5 .header_menu_items .menu_item:hover span a {
  color: #5392f9;
}

.page_view_5 .header_menu_items .menu_item:hover {
  color: #5392f9;
}

.page_view_5 .header_menu_items .menu_item:nth-child(1) a {
  color: #5392f9 !important;
}

.header.view3 .header_menu_items .menu_item:nth-child(1) a {
  color: #5392f9;
}

.header.view3 .header_menu_items .menu_item {
  color: black;
}

.header.jinse .header_menu_items .menu_item a {
  color: rgb(255 245 212);
}

.header.heizi .header_menu_items .menu_item a {
  color: white;
}

.header.heizi .header_menu_items .menu_item:nth-child(1) a {
  color: #1f73f1;
}

.header.heizi .header_menu_items .menu_item:hover span a {
  color: #1f73f1;
}

.header.heizi .header_menu_items .menu_item:hover {
  color: #1f73f1;
}

/* .header.heizi {
  background-color: transparent !important;
} */
.header .header_menu_items .menu_item:nth-child(1) {
  font-weight: 700;
}

.header .header_menu_items .menu_item:hover {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: white;

  text-decoration-thickness: 2px;

  text-underline-offset: 15px;

}

.header .header_menu_items .menu_item:hover .menu_sub_items {
  display: block;
  list-style-type: none;
}

.header .header_menu_items .menu_item .menu_sub_items {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
}

.header .header_menu_items .menu_item .menu_sub_items:hover {
  display: block;
}

.header .header_menu_items .menu_item .menu_sub_items {
  list-style-type: none;
  margin-top: 1.1rem;
}

.header .header_menu_items .menu_item .menu_sub_items li {
  padding: 0.2rem 0.5rem;
  background-color: #595b5f;
  position: relative;
  left: -0.5rem;
  opacity: 0.8;
  text-align: left;
}

.header .header_menu_items .menu_item .menu_sub_items li:hover {
  opacity: 1;
}

/* end header */


::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}


.el-carousel__indicators--vertical {
  right: 1rem;
}

.el-carousel__indicator--vertical .el-carousel__button {
  width: 0.1rem;
  height: .6rem;
  border-radius: 2rem;
}


.foot_container {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  /* padding: 20px; */
  background: #F0F4FA;
  clear: both;
}

.foot_container .logo_list {
  display: flex;
  background-color: #F0F4FA;
  padding: 0 4rem;
  border: 2px solid #D8D8D8;
}

.foot_container .logo_list img {
  width: auto;
  height: 3.8rem;
  /* filter: grayscale(100%); */
  padding: 1rem .5rem;
}

.foot_container .logo_list img:nth-child(3) {
  width: auto;
  height: 4rem;
  /* filter: grayscale(100%); */
  padding: 1rem .5rem;
}

.foot_container .logo_list img:nth-child(4) {
  width: auto;
  height: 4rem;
  /* filter: grayscale(100%); */
  padding: 1rem .5rem;
}

.foot_container .logo_list img:hover {
  filter: grayscale(0%);
}

.foot_container .sections {
  display: flex;
  justify-content: center;
  background-color: #F0F4FA;
  margin: .5rem 0 1rem 0;
}

.foot_container .section {
  width: 6rem;
  padding: 1rem;
}

.foot_container .section:nth-child(5) {
  width: 11rem;
  padding: 1rem;
}

.foot_container .section:nth-child(6) {
  width: 9rem;
  padding: 1rem;
  display: flex;
  margin-top: .5rem;
  justify-content: flex-end;
}

.foot_container .section:nth-child(6) div {
  position: relative;
  height: 1rem;
}

.foot_container .section:nth-child(6) div img:nth-child(1) {
  width: 1.1rem;
  padding: 0.2rem;

}

.foot_container .section:nth-child(6) div:hover img:nth-child(2) {
  display: block !important;
}
/* .foot_container .section:nth-child(6) div:hover img:nth-child(3) {
  display: block !important;
} */
.foot_container .section:nth-child(6) div img:nth-child(2) {
  display: none;
  position: absolute;
  top: -3.2rem;
  left: -1rem;
  width: 3rem;
}

.foot_container .section:nth-child(6) div:nth-child(1) img:nth-child(2) {
  display: none;
  position: absolute;
  top: -3.2rem;
  left: -3rem;
  width: 6rem !important;
}
/* .foot_container .section:nth-child(6) div:nth-child(1) img:nth-child(3) {
  display: none;
  position: absolute;
  top: -3.2rem;
  left: 0.5rem;
  width: 3rem;
} */
.foot_container .section h3 {
  font-family: SourceHanSansSCVF;
  font-weight: bold;
  font-size: .6rem;
  color: #6B6B6B;
  line-height: 30px;
}

.foot_container .section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.foot_container .section li a {
  font-family: SourceHanSansSCVF;
  font-weight: 400;
  font-size: 0.4rem;
  color: #6B6B6B;
  line-height: 0.8rem;
}

.foot_container .section li a:hover{
  font-family: SourceHanSansSCVF;
  font-weight: 600;
  font-size: 0.4rem;
  color: #6B6B6B;
  line-height: 0.8rem;
}

.foot_container .section li {
  font-family: SourceHanSansSCVF;
  font-weight: 400;
  font-size: 0.4rem;
  color: #6B6B6B;
  line-height: 0.8rem;
  white-space: nowrap;
}

.foot_container .footer {
  padding: 0.5rem 4.5rem;
  text-align: left;
  background-color: #E5EBF9;
  font-family: SourceHanSansSCVF;
  font-weight: 400;
  font-size: 0.5rem;
  color: #6B6B6B;
  line-height: 40px;
}

.foot_container .footer img {
  position: relative;
  top: 10px;
}

/* search modal */
.searchModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease-in-out;
}

.searchModal.show {
  display: block;
  opacity: 1;
}

.searchModal.hide {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.searchModal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

.searchModal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: 1rem;
  background-color: white;
  line-height: 1rem;
  height: auto;
}

.searchModal .close:hover,
.searchModal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.searchModal .modal-content input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  outline: none;
  width: 100%;
  font-size: .5rem;
}

.searchModal #confirmButton {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.searchModal #confirmButton:hover {
  background-color: #0056b3;
}

/* end search modal*/

.mobile-content {
  display: none;
}

@media screen and (max-width: 750px) {
  :root {
    --apple-zoom: 100%;
    --apple-transform:scale(1)
  }
  .mobile-content {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  /* .phonelayout-inner{
    zoom:var(--apple-zoom) !important;
    zoom:100% !important;
    transform: scale(var(--apple-transform));
    transform-origin: top left;
  } */
  .pc-content {
    display: none;
  }
  .page_view_5 .page_news{
    height: 25rem !important;
  }
  .directs{
    padding: 2rem !important;
  }

  .page_view_2 .el-carousel__item.el-carousel__item--card.is-in-stage img{
    max-width: 27rem;
    padding: 0px 4rem;
  }
  .page_view_2 .el-carousel__item--card.is-active {
    height: 20rem !important;
  }
}

.header.section_1 {
  background-color: rgba(0, 0, 0, 0.3);
  width: 51.2rem;
  height: 2.934rem;
  position: absolute;
  z-index: 999;
  margin: 0;
  padding: 0;
  background-image: none;
  border-radius: 0;

}

.thumbnail_1 {
  width: 0.48rem !important;
  height: 0.48rem !important;
  margin: 0.27rem 0 0 0.3rem !important;
}

.header_image_3 {
  width: 18.027rem;
  height: 2.667rem;
}

.header_image_5 {
  width: 14.987rem;
  height: 0.187rem;
  margin: 0.347rem 0 0 6.107rem;
}

.header_image_6 {
  width: 14.987rem;
  height: 0.187rem;
  margin: 0.32rem 0 10.747rem 6.107rem;
}

.header_text_9 {
  width: 8.534rem;
  height: 0.8rem;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 0.8rem;
  letter-spacing: 2px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  line-height: 1.2rem;
  margin: 0.32rem 0 0 9.334rem;
}

.image_1 {
  width: auto !important;
  height: 1rem !important;
  margin: 1rem 0 0 2rem !important;
}

.jinse .image_1 {
  width: auto !important;
  height: 1.5rem !important;
  margin: .8rem 0 0 1.734rem !important;
}

/* dongtai */
.dongtai_img {
  transform-origin: center;
  animation: zoomInToFull 5s forwards;
}

@keyframes zoomInToFull {
  0% {
    transform: scale(2) translateZ(50px);
    opacity: 0.8;
  }

  100% {
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}

.blue_bg {
  background-color: rgba(117, 168, 210, 1) !important;
  color: white !important;
}
/* search modal */
#searchModal.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(22 ,64, 132,0.5);
  z-index: 10;
  animation: slideDown 0.5s ease-in-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#searchModal.overlay .input-and-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

#searchModal.overlay input[type="text"] {
  padding: 12px;
  border: none;
  border-bottom: 2px solid #ddd;
  outline: none;
  font-size: 16px;
  width: 300px;
  background-color: white;
  transition: border-color 0.3s ease;
}

#searchModal.overlay input[type="text"]:focus {
  border-color: #007BFF;
}

#searchModal.overlay button {
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  background-color: #007BFF;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#searchModal.overlay button:hover {
  background-color: #0056b3;
}

#searchModal.overlay .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#searchModal.overlay .close-button svg {
  width: 18px;
  height: 18px;
  fill: #555;
}