body {
  font-family: 'Arial', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'sans-serif';
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
h1 {
  font-size: 38px;
  margin: 0;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1px;
}
.wz_nr_kd {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}
.head {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.head .head_menu_pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.head .head_menu_pc .head_logo a img {
  height: 80px;
  margin: 8px 0;
}
@media (max-width: 540px) {
  .head .head_menu_pc .head_logo a img {
    height: 44px;
  }
}
.head .head_menu_pc .head_dh {
  display: flex;
  gap: 1vw;
}
@media (max-width: 960px) {
  .head .head_menu_pc .head_dh {
    display: none;
  }
}
.head .head_menu_pc .head_dh li:hover .nav_l2_box {
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
}
.head .head_menu_pc .head_dh li a {
  position: relative;
  font-size: 17px;
  line-height: 96px;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  padding: 0 20px;
  transition: all 0.3s;
}
.head .head_menu_pc .head_dh li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #008FD1;
  transition: all 0.3s;
}
.head .head_menu_pc .head_dh li a:hover {
  color: #008FD1;
}
.head .head_menu_pc .head_dh li a:hover::after {
  left: 0;
  width: 100%;
}
.head .head_menu_pc .head_dh li .nav_l2_box {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  max-width: 100%;
  padding: 0;
  opacity: 0;
  text-align: left;
  white-space: nowrap;
  pointer-events: none;
  transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.head .head_menu_pc .head_dh li .nav_l2_box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -100vw;
  border-top: 1px solid #ededed;
  height: 100%;
  width: 200vw;
  background: #ffffff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.head .head_menu_pc .head_dh li .nav_l2_box .nav_l2 {
  display: flex;
  justify-content: center;
}
.head .head_menu_pc .head_dh li .nav_l2_box .nav_l2 a {
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 16px;
  padding: 0 24px;
  line-height: 46px;
  border-radius: 2px;
  transition: all 0.5s;
}
.head .head_menu_pc .head_dh li .nav_l2_box .nav_l2 a:hover {
  color: #fff;
  background: #FF7817;
  transform: translateY(-2px);
  border: 0;
}
.head .head_menu_pc .head_dh li .nav_l2_box .nav_l2 a::after {
  background-color: #FF7817;
}
.head .head_menu_pc .head_dh li .nav_l2_box .nav_l2 a:hover::after {
  left: 0;
  width: 100%;
}
@media (max-width: 960px) {
  .head .head_menu_pc .head_search_but {
    display: none;
  }
}
.head .head_menu_pc .head_search_but a {
  display: flex;
  align-items: center;
  height: 96px;
  width: 96px;
  justify-content: center;
  transition: all 0.3s;
}
.head .head_menu_pc .head_search_but a:hover {
  background: #008FD1;
}
.head .head_menu_pc .head_search_but a:hover ion-icon {
  color: #fff;
  transition: all 0.3s;
}
.head .head_menu_pc .head_search_but a ion-icon {
  font-size: 24px;
}
.head .head_menu_pc .head_menu_but {
  display: none;
  width: 32px;
  position: relative;
  cursor: pointer;
  margin-top: 0;
}
@media (max-width: 960px) {
  .head .head_menu_pc .head_menu_but {
    display: block;
  }
}
.head .head_menu_pc .head_menu_but b {
  display: block;
  float: right;
  width: 30px;
  height: 2px;
  background-color: #156daf;
  margin: 3px 0;
  transition: 0.3s;
}
.head .head_menu_pc .head_menu_but_on b:first-child {
  transform: rotate(45deg) translateX(6px);
  transform-origin: center;
}
.head .head_menu_pc .head_menu_but_on b:nth-child(2) {
  display: none;
}
.head .head_menu_pc .head_menu_but_on b:last-child {
  transform: rotate(-45deg) translateX(6px);
  transform-origin: center;
}
.head .head_menu_zm {
  display: none;
  transition: 0.3s;
}
.head .head_menu_zm .head_dh_zm {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  height: 100vh;
}
.head .head_menu_zm .head_dh_zm a {
  line-height: 35px;
  color: rgba(0, 0, 0, 0.85);
  padding: 10px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.head .head_menu_zm_on {
  display: block;
}
.foot {
  background: #2B2B2B;
}
.foot .foot_nr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 0;
}
@media (max-width: 540px) {
  .foot .foot_nr {
    flex-direction: column;
    gap: 8px;
  }
}
.foot .foot_nr img {
  width: 45px;
}
.foot .foot_nr a {
  color: rgba(255, 255, 255, 0.8);
}
.banner:hover .banner_but {
  display: block;
}
.banner .banner_nr .banner_li a img {
  width: 100%;
  aspect-ratio: 19 / 8;
  object-fit: cover;
  object-position: center;
}
.banner .banner_but {
  background-image: none;
  height: auto;
  width: auto;
}
.banner .banner_but div {
  display: flex;
  padding: 16px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
.banner .banner_but div ion-icon {
  width: 24px;
  height: 24px;
  color: #fff;
}
.banner .banner_but_dian {
  bottom: 20px;
}
.banner .banner_but_dian span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
}
.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transform: translateX(-50px);
}
.swiper-button-next {
  transform: translateX(50px);
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.swiper-pagination-bullet-active {
  background: #ffffff !important;
}
.home_yw {
  background: #F0F5FA;
}
.home_yw .home_yw_nr {
  display: flex;
  gap: 24px;
  padding: 4vw 0;
  flex-wrap: wrap;
}
.home_yw .home_yw_nr .yewu {
  width: calc(100% / 4 - 18px);
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  transition: all 1s;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .home_yw .home_yw_nr .yewu {
    width: calc(100% / 2 - 2vw);
  }
}
@media (max-width: 540px) {
  .home_yw .home_yw_nr .yewu {
    width: calc(100%);
  }
}
.home_yw .home_yw_nr .yewu:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.home_yw .home_yw_nr .yewu:hover .yw_img img {
  transform: scale(1.1);
}
.home_yw .home_yw_nr .yewu:hover .yw_js .yw_js_more {
  color: #008FD1;
}
.home_yw .home_yw_nr .yewu:hover .yw_js .yw_js_more ion-icon {
  color: #008FD1;
}
.home_yw .home_yw_nr .yewu .yw_img {
  width: 100%;
  overflow: hidden;
}
.home_yw .home_yw_nr .yewu .yw_img img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  transition: all 1s;
}
.home_yw .home_yw_nr .yewu .yw_js {
  display: flex;
  padding: 24px 24px;
  gap: 16px;
  background: #fff;
  flex: 1;
  flex-direction: column;
}
.home_yw .home_yw_nr .yewu .yw_js .yw_js_bt {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home_yw .home_yw_nr .yewu .yw_js .yw_js_bt img {
  width: 24px;
}
.home_yw .home_yw_nr .yewu .yw_js .yw_js_bt h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
}
.home_yw .home_yw_nr .yewu .yw_js .yw_js_bt p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}
.home_yw .home_yw_nr .yewu .yw_js .yw_js_nr {
  flex: 1 0 0;
  align-self: stretch;
}
.home_yw .home_yw_nr .yewu .yw_js .yw_js_nr P {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}
.home_yw .home_yw_nr .yewu .yw_js .yw_js_more {
  font-size: 14px;
  display: flex;
  gap: 8px;
  color: rgba(0, 0, 0, 0.45);
  align-items: center;
  transition: all 1s;
}
.home_yw .home_yw_nr .yewu .yw_js .yw_js_more ion-icon {
  transition: all 1s;
  color: rgba(0, 0, 0, 0.45);
}
.ny_banner img {
  width: 100%;
}
.float_box {
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 99;
}
@media (max-width: 576px) {
  .float_box {
    display: none;
  }
}
.float_box .float_li {
  display: block;
  position: relative;
  margin-top: 8px;
}
.float_box .float_li .float_icon {
  width: 46px;
  height: 46px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  background: #008FD1;
  opacity: 0.8;
  border-radius: 4px;
  font-size: 24px;
  cursor: pointer;
}
.float_box .float_li .float_icon i {
  font-size: 24px;
}
.float_box .float_li .img_info {
  position: absolute;
  bottom: 0;
  right: 55px;
  width: auto;
  min-width: 150px;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all 0.6s ease;
  padding: 5px;
}
.float_box .float_li .img_info img {
  width: 100%;
}
.float_box .float_li .li_info {
  position: absolute;
  top: 0;
  right: 55px;
  width: auto;
  min-width: 200px;
  background: rgba(245, 249, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all 0.6s ease;
  padding: 15px;
}
.float_box .float_li .li_info p a {
  line-height: 30px;
  font-weight: 500;
  color: #000;
}
.float_box .float_li:hover .img_info {
  transition: all 0.6s ease;
  opacity: 1 !important;
  transform: translateX(0%) !important;
  visibility: visible !important;
}
.float_box .float_li:hover .li_info {
  transition: all 0.6s ease;
  opacity: 1 !important;
  transform: translateX(0%) !important;
  visibility: visible !important;
}
.about {
  background: #ffffff;
}
.about .about_nr {
  display: flex;
  gap: 36px;
  padding: 4vw 0;
  align-items: center;
}
@media (max-width: 960px) {
  .about .about_nr {
    align-items: flex-start;
  }
}
@media (max-width: 540px) {
  .about .about_nr {
    flex-direction: column;
  }
}
.about .about_nr div img {
  width: 100%;
}
.about .about_nr div h1 {
  color: rgba(0, 0, 0, 0.85);
}
.about .about_nr div i {
  display: block;
  width: 40px;
  height: 4px;
  background: #008FD1;
  margin: 24px 0;
}
.about .about_nr div:nth-child(1) {
  width: 40%;
}
@media (max-width: 540px) {
  .about .about_nr div:nth-child(1) {
    width: 100%;
  }
}
.about .about_nr div:nth-child(2) {
  width: 60%;
}
@media (max-width: 540px) {
  .about .about_nr div:nth-child(2) {
    width: 100%;
  }
}
.about .about_nr div:nth-child(2) p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 16px;
}
.message {
  background: #F0F5FA;
}
.message .message_nr {
  padding: 4vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.message .message_nr .message_nr_bt {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-bottom: 16px;
}
.message .message_nr .message_nr_bt h1 {
  color: rgba(0, 0, 0, 0.85);
}
.message .message_nr .message_nr_bt p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.message form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px;
  justify-content: center;
}
@media (max-width: 540px) {
  .message form {
    gap: 16px;
  }
}
.message form input {
  display: block;
  margin: 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  height: 48px;
  width: 100%;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #555555;
}
.message form textarea {
  display: block;
  margin: 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #555555;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.message form .list_two {
  width: calc(100% / 2 - 16px);
}
@media (max-width: 540px) {
  .message form .list_two {
    width: 100%;
  }
}
.message form .list_one {
  width: 100%;
}
.message form button {
  width: 220px;
  height: 48px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  color: #ffffff;
  background-color: #008FD1;
  transition: all 0.3s;
  cursor: pointer;
  border: 0;
}
.contact {
  background: #ffffff;
}
.contact .contact_nr {
  padding: 4vw 0;
}
.contact .contact_nr .contact_nr_bt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
}
.contact .contact_nr .contact_nr_bt h1 {
  color: rgba(0, 0, 0, 0.85);
}
.contact .contact_nr .contact_nr_bt p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.contact .contact_nr .contcat_nr_xl {
  display: flex;
  gap: 24px;
}
@media (max-width: 540px) {
  .contact .contact_nr .contcat_nr_xl {
    flex-direction: column;
  }
}
.contact .contact_nr .contcat_nr_xl li {
  width: calc(100% / 3);
  background: #fff;
  padding: 64px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: all 0.5s;
  border: solid 1px #e6e8eb;
}
.contact .contact_nr .contcat_nr_xl li:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.contact .contact_nr .contcat_nr_xl li:hover h2 {
  color: #008FD1;
}
@media (max-width: 540px) {
  .contact .contact_nr .contcat_nr_xl li {
    width: 100%;
  }
}
.contact .contact_nr .contcat_nr_xl li h2 {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.5s;
}
.contact .contact_nr .contcat_nr_xl li p {
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}
.contact .contact_nr .contcat_nr_xl li ion-icon {
  color: #008FD1;
  width: 32px;
}
.job {
  background: #ffffff;
}
.job .job_nr {
  padding: 4vw 0;
}
.job .job_nr .job_nr_bt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
}
.job .job_nr .job_nr_lb {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.job .job_nr .job_nr_lb li {
  border: solid 1px #e6e8eb;
  padding: 12px 30px;
  transition: all 0.3s;
  overflow: hidden;
  background: #fff;
}
.job .job_nr .job_nr_lb li:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.job .job_nr .job_nr_lb li:hover .job_title .job_list_bt {
  color: #008FD1;
}
.job .job_nr .job_nr_lb li .job_title {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 0;
  cursor: pointer;
}
.job .job_nr .job_nr_lb li .job_title .job_list_img img {
  width: 32px;
}
.job .job_nr .job_nr_lb li .job_title .job_list_bt {
  position: relative;
  width: 100%;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}
.job .job_nr .job_nr_lb li .job_title .job_list_bt::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 24px;
  background: url(../images/icon_jt_7_1_1.png) no-repeat center;
  transform: scaleY(-1);
  transition: all 0.3s;
}
.job .job_nr .job_nr_lb li .job_cont {
  height: 0;
  overflow: hidden;
  border-top: 0px solid #e4e4e4;
  transition: all 1s;
  opacity: 0;
}
.job .job_nr .job_nr_lb li .job_cont p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.65);
}
.job .job_nr .job_nr_lb .on .job_cont {
  height: auto;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
  opacity: 1;
  padding: 30px 0;
}
.job .job_nr .job_nr_lb .on .job_title .job_list_bt::before {
  transform: scaleY(1);
}
.position {
  background: #F7F7F7;
}
.position .position_nr {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 0;
}
.position .position_nr a {
  color: rgba(0, 0, 0, 0.65);
}
.solution .solution_nr {
  padding: 4vw 0;
}
.solution .solution_nr .solution_nr_bt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
}
.solution .solution_nr .solution_nr_bt h1 {
  color: rgba(0, 0, 0, 0.85);
}
.solution .solution_nr .solution_nr_bt p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.solution .solution_nr li {
  overflow: hidden;
  margin: 8px 0;
}
.solution .solution_nr li .solution_bt {
  cursor: pointer;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 5px solid #008FD1;
  width: 100%;
  padding: 16px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.5s;
}
.solution .solution_nr li .solution_bt:hover {
  border: 1px solid #008FD1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.solution .solution_nr li .solution_bt p {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.5s;
}
.solution .solution_nr li .solution_bt img {
  width: 40px;
  transition: all 0.5s;
}
.solution .solution_nr li .solution_bt ion-icon {
  color: #008FD1;
  transition: all 0.5s;
}
.solution .solution_nr li .solution_fl {
  height: 0;
  opacity: 0;
  transition: all 1s;
}
.solution .solution_nr li .solution_fl ul li {
  box-shadow: none;
  margin-left: 40px;
  padding-right: 20px;
  border-left: 0px;
}
@media (max-width: 540px) {
  .solution .solution_nr li .solution_fl ul li {
    margin: auto;
    padding: 0 16px;
  }
}
.solution .solution_nr li .solution_fl ul li p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 24px;
}
.solution .solution_nr li .solution_fl ul li p::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #008FD1;
}
.solution .solution_nr li .solution_fl ul li table {
  width: 100%;
}
.solution .solution_nr li .solution_fl ul li table tbody tr {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 5px solid #008FD1;
  width: 100%;
  padding: 16px 36px;
  border-radius: 4px;
  margin: 16px 0;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 540px) {
  .solution .solution_nr li .solution_fl ul li table tbody tr {
    flex-direction: column;
    align-items: flex-start;
  }
}
.solution .solution_nr li .solution_fl ul li table tbody tr:hover {
  border: 1px solid #008FD1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.solution .solution_nr li .solution_fl ul li table tbody tr td {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.solution .solution_nr li .solution_fl ul li table tbody tr td:first-child {
  width: 20%;
  font-size: 18px;
  font-weight: 400;
  color: #008FD1;
}
@media (max-width: 540px) {
  .solution .solution_nr li .solution_fl ul li table tbody tr td:first-child {
    width: 100%;
  }
}
.solution .solution_nr .solution_on .solution_bt {
  background: #008FD1;
}
.solution .solution_nr .solution_on .solution_bt img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.solution .solution_nr .solution_on .solution_bt p {
  color: #fff;
}
.solution .solution_nr .solution_on .solution_bt ion-icon {
  color: #fff;
  transform: rotate(90deg);
}
.solution .solution_nr .solution_on .solution_fl {
  opacity: 1;
  height: auto;
}
.power .power_nr {
  padding: 4vw 0;
}
.power .power_nr .power_nr_bt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
}
.power .power_nr .power_nr_bt h1 {
  color: rgba(0, 0, 0, 0.85);
}
.power .power_nr .power_nr_bt p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.power .power_nr .power_nr_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.power .power_nr .power_nr_ul .power_li {
  width: calc(100% / 2 - 24px);
  background: #ffffff;
  border: solid 1px #e6e8eb;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  transition: all 0.5s;
}
@media (max-width: 960px) {
  .power .power_nr .power_nr_ul .power_li {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .power .power_nr .power_nr_ul .power_li {
    flex-direction: column;
  }
}
.power .power_nr .power_nr_ul .power_li:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #008FD1;
}
.power .power_nr .power_nr_ul .power_li:hover .power_li_img img {
  transform: scale(1.05);
}
.power .power_nr .power_nr_ul .power_li:hover .power_li_js h1 {
  color: #008FD1;
}
.power .power_nr .power_nr_ul .power_li .power_li_img {
  width: 40%;
  padding: 1vw;
  overflow: hidden;
}
@media (max-width: 540px) {
  .power .power_nr .power_nr_ul .power_li .power_li_img {
    width: 100%;
  }
}
.power .power_nr .power_nr_ul .power_li .power_li_img img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
  transition: all 1s;
}
.power .power_nr .power_nr_ul .power_li .power_li_js {
  width: 60%;
  padding: 24px 16px;
}
@media (max-width: 540px) {
  .power .power_nr .power_nr_ul .power_li .power_li_js {
    width: 100%;
  }
}
.power .power_nr .power_nr_ul .power_li .power_li_js h1 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.5s;
}
.power .power_nr .power_nr_ul .power_li .power_li_js ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.power .power_nr .power_nr_ul .power_li .power_li_js li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.power .power_nr .power_nr_ul .power_li .power_li_js li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background: rgba(0, 0, 0, 0.65);
}
.power .power_nr .power_nr_ul .power_li .power_li_js p {
  font-size: 14px;
  width: 100%;
  color: rgba(0, 0, 0, 0.65);
}
.prduct .prduct_nr {
  padding: 4vw 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.prduct .prduct_nr h1 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 540px) {
  .prduct .prduct_nr h1 {
    font-size: 24px;
  }
}
.prduct .prduct_nr .prduct_tj li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 540px) {
  .prduct .prduct_nr .prduct_tj li {
    gap: 8px;
    flex-wrap: wrap;
  }
}
.prduct .prduct_nr .prduct_tj li p {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #008FD1;
  font-size: 16px;
  padding: 8px 24px;
  border-radius: 30px;
}
@media (max-width: 540px) {
  .prduct .prduct_nr .prduct_tj li p {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.prduct .prduct_nr .prduct_zd {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 540px) {
  .prduct .prduct_nr .prduct_zd {
    flex-direction: column;
  }
}
.prduct .prduct_nr .prduct_zd li {
  width: calc(100% / 3 - 16px);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 540px) {
  .prduct .prduct_nr .prduct_zd li {
    width: 100%;
  }
}
.prduct .prduct_nr .prduct_zd li:hover .prduct_zd_txt h1 {
  color: #008FD1;
}
.prduct .prduct_nr .prduct_zd li figure {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.prduct .prduct_nr .prduct_zd li figure .play {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px 0 0;
  transition: all 0.5s;
  z-index: 3;
}
.prduct .prduct_nr .prduct_zd li figure .play::after {
  position: absolute;
  content: '';
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
  margin-left: -5px;
  margin-top: -15px;
}
.prduct .prduct_nr .prduct_zd li figure .play::before {
  position: absolute;
  content: '';
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
}
.prduct .prduct_nr .prduct_zd li figure .Popup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.prduct .prduct_nr .prduct_zd li figure .Popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
}
.prduct .prduct_nr .prduct_zd li figure .Popup .close::after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 3px;
  margin-top: -1.5px;
  background: #fff;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.prduct .prduct_nr .prduct_zd li figure .Popup .close::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 3px;
  margin-top: -1.5px;
  background: #fff;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.prduct .prduct_nr .prduct_zd li figure .Popup video {
  height: 100%;
  background-color: #000;
}
.prduct .prduct_nr .prduct_zd li figure em {
  display: block;
  padding-bottom: 72%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px 5px 0 0;
  transition: all 0.5s;
}
.prduct .prduct_nr .prduct_zd li .prduct_zd_txt {
  padding: 16px;
}
.prduct .prduct_nr .prduct_zd li .prduct_zd_txt h1 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.5s;
}
.prduct .prduct_nr .prduct_lb {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.prduct .prduct_nr .prduct_lb h2 {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.5s;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.prduct .prduct_nr .prduct_lb h2::before {
  content: "";
  width: 4px;
  height: 18px;
  display: block;
  background: #008FD1;
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li .lscp {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
@media (max-width: 540px) {
  .prduct .prduct_nr .prduct_lb .prduct_lb_li .lscp {
    flex-direction: column;
  }
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li .lscp li {
  width: calc(100% / 3 - 24px);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 540px) {
  .prduct .prduct_nr .prduct_lb .prduct_lb_li .lscp li {
    width: 100%;
  }
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li .lscp li:hover p {
  color: #008FD1;
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li .lscp li:hover p img {
  transform: scale(1.1);
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li .lscp li p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  overflow: hidden;
  padding: 0;
  transition: all 1s;
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li .lscp li p:last-child {
  padding: 8px 0;
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li .lscp li img {
  width: 100%;
  transition: all 1s;
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li .lscpgg {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
}
@media (max-width: 540px) {
  .prduct .prduct_nr .prduct_lb .prduct_lb_li .lscpgg {
    flex-direction: column;
  }
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li .lscpgg li {
  width: calc(100% / 2 - 8px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
@media (max-width: 540px) {
  .prduct .prduct_nr .prduct_lb .prduct_lb_li .lscpgg li {
    width: 100%;
  }
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li .lscpgg li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background: rgba(0, 0, 0, 0.65);
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li .lscpgg li p {
  padding: 0;
  width: 100%;
  line-height: normal;
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li h1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li h1::before {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  background: rgba(0, 0, 0, 0.65);
}
.prduct .prduct_nr .prduct_lb .prduct_lb_li p {
  font-size: 16px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.65);
}
.prduct .prduct_nr .prduct_lb div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: auto;
}
.prduct .prduct_nr .prduct_lb table {
  width: 100%;
}
.prduct .prduct_nr .prduct_lb table tbody .firstRow {
  background: #F7F7F7;
}
.prduct .prduct_nr .prduct_lb table tbody tr td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
  padding: 8px;
}
.prduct .prduct_nr .prduct_lb p {
  font-size: 14px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.85);
}
.prduct .prduct_nr h3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.prduct_home {
  background: #F0F5FA;
}
.prduct_home .prduct_home_nr {
  padding: 4vw 0;
}
.prduct_home .prduct_home_nr .prduct_home_nr_fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
}
.prduct_home .prduct_home_nr .prduct_home_nr_fl a {
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 36px 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-direction: column;
  width: calc(100% / 3 - 28px);
  transition: all 0.5s;
}
@media (max-width: 960px) {
  .prduct_home .prduct_home_nr .prduct_home_nr_fl a {
    width: calc(100% / 2 - 28px);
  }
}
@media (max-width: 540px) {
  .prduct_home .prduct_home_nr .prduct_home_nr_fl a {
    width: 100%;
  }
}
.prduct_home .prduct_home_nr .prduct_home_nr_fl a:hover {
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
}
.prduct_home .prduct_home_nr .prduct_home_nr_fl a:hover h1 {
  color: #008FD1;
}
.prduct_home .prduct_home_nr .prduct_home_nr_fl a:hover p {
  gap: 32px;
}
.prduct_home .prduct_home_nr .prduct_home_nr_fl a h1 {
  font-size: 22px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.5s;
}
.prduct_home .prduct_home_nr .prduct_home_nr_fl a p {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 14px;
  background: #008FD1;
  padding: 8px 16px;
  border-radius: 30px;
  color: #fff;
  transition: all 0.5s;
}
.prduct_home .prduct_home_nr .prduct_home_nr_fl a p ion-icon {
  font-size: 24px;
}
.prduct_home .prduct_home_nr h3 {
  margin-top: 36px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.search .search_nr {
  padding: 4vw 0;
}
.search .search_nr .search_ssk {
  display: flex;
  justify-content: center;
}
.search .search_nr .search_ssk form {
  display: flex;
  width: 80%;
}
@media (max-width: 540px) {
  .search .search_nr .search_ssk form {
    width: 100%;
  }
}
.search .search_nr .search_ssk form input {
  width: 80%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.search .search_nr .search_ssk form button {
  width: 20%;
  height: 50px;
  margin: 0;
  border-radius: 0;
  background: #008FD1;
  border: 0;
  color: #fff;
  font-size: 16px;
}
.search .search_nr .search_ssjg {
  min-height: 500px;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  margin-top: 36px;
}
.search .search_nr .search_ssjg .search_ssjg_lb {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  margin: 32px 0;
  align-items: flex-start;
}
@media (max-width: 540px) {
  .search .search_nr .search_ssjg .search_ssjg_lb {
    flex-direction: column;
  }
}
.search .search_nr .search_ssjg .search_ssjg_lb .search_ssjg_li {
  width: calc(100% / 2 - 8px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  transition: all 0.5s;
}
@media (max-width: 540px) {
  .search .search_nr .search_ssjg .search_ssjg_lb .search_ssjg_li {
    width: 100%;
  }
}
.search .search_nr .search_ssjg .search_ssjg_lb .search_ssjg_li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background: rgba(0, 0, 0, 0.65);
}
.search .search_nr .search_ssjg .search_ssjg_lb .search_ssjg_li:hover {
  color: #008FD1;
}
.page-item {
  color: rgba(0, 0, 0, 0.65);
}
.page-item:hover {
  color: #008FD1;
}
.page-num {
  color: rgba(0, 0, 0, 0.65);
}
.page-num:hover {
  color: #008FD1;
}
.page-num-current {
  color: #ffffff;
  background-color: #008FD1;
  border-color: #008FD1;
}
.page-num-current:hover {
  color: #ffffff;
}
