@font-face {
    font-family: 'SourceHanSansCN';
    src: url('https://download.hecoos.com/enlightv/2024-12/NYiBczAFx7GFftYkNmFY.otf');
    font-weight: normal;
    font-style: normal;
}
body{
    min-width: 320px;
}
* {
    font-family: SourceHanSansCN;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}

/* s */

.home_page_wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  overflow-y: auto;
}

.home_page_wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.home_page_wrap::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}

.home_page_header_wrap {
  width: 100%;
  padding: 60px 0 284px;
  box-sizing: border-box;
  background-image: url("https://download.hecoos.com/enlightv/2024-35/1bdd472729618aa609a559a8b3ef8446.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.home_page_header {
  width: 71.4%;
  height: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(8px);
}

.home_page_header .left_logo_wrap {
  flex: 1;
  display: flex;
  align-items: center;
}

.home_page_header .left_logo_wrap .logo {
  height: 34px;
  margin-right: 36px;
}

.home_page_header .btn_text {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  cursor: pointer;
}

.home_page_header .little_dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

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

.home_page_header .right_btn_wrap ul {
  display: flex;
}

.home_page_header .right_btn_wrap ul li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 8px;
  color: #1e255e;
  cursor: pointer;
}

.home_page_header .right_btn_wrap ul li:hover,
.home_page_header .right_btn_wrap ul li.active {
  color: #3e80ff;
}

.home_page_header .right_btn_wrap .handle_btn {
  max-width: 160px;
  padding: 8px 33px;
  background: #3e80ff;
  border-radius: 22px;
  cursor: pointer;
  margin: 0 auto 0 50px;
}

.home_page_header .right_btn_wrap .handle_btn:hover {
  background: #3fa2ff;
  border-radius: 19px;
}

.home_page_header .right_btn_wrap .handle_btn .text {
  color: #ffffff;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block;
}

.home_center_wrap {
  width: 66.21% !important;
  margin: 0 auto;
}

.home_page_header_wrap .home_page_header_info {
  margin-top: 200px;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_page_header_wrap .home_page_header_info_txt p:nth-child(1) {
  font-size: 64px;
  line-height: 77px;
  font-weight: bold;
  color: #3e80ff;
}

.home_page_header_wrap .home_page_header_info_txt p:nth-child(2) {
  margin-top: 20px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  color: #757b8a;
}

.home_page_header_info_btn {
  display: flex;
  gap: 44px;
}

.home_page_header_info_btn>div {
  width: 218px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
}

.home_page_header_info_btn>div:nth-child(1) {
  background-color: #377dff;
  color: #ffffff;
}

.home_page_header_info_btn>div:nth-child(2) {
  border: 1px solid #1053f3;
  color: #1053f3;
}

.home_page_header_info_btn>div:nth-child(2) a {
  display: block;
  color: #1053f3;
  text-decoration: none;
}

.home_page_header_info_btn>div:hover {
  border: 1px solid #1053f3;
  color: #1053f3;
  background-color: #ffffff;
}

.home_page_header .right_btn_wrap .handle_btn .iconfont {
  font-size: 12px;
  color: #fbad13;
  vertical-align: middle;
}

.home_page_body .banner_wrap {
  /* height: 778px; */
  height: 581px;
  padding: 20px 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.home_page_body .banner_wrap .bg_box {
  position: absolute;
  top: 20px;
  right: -24px;
  width: 801px;
  height: 801px;
  border-radius: 50%;
  background-color: #d7e3ff;
  filter: blur(180px);
}

.home_img {
  width: 41.3%;
  position: absolute;
  top: 314px;
  right: 8.1%;
}

.home_img img {
  width: 100%;
}

.banner_wrap .home_center_wrap {
  position: absolute;
  height: 275px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_card_content {
  width: 100%;
  display: flex;
  height: 275px;
  gap: 6.3%;
}

.banner_card_content li {
  flex: 1;
  height: 275px;
  border: 1px solid #ababab;
  border-radius: 16px;
  padding: 32px 24px;
  box-sizing: border-box;
}

.banner_card_content li .img_wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #3e80ff;
  background-repeat: no-repeat;
  background-size: 33px auto;
  background-position: center;
}

.banner_card_content li .img_wrap_1 {
  background-image: url("/Public/Home/img/home/new_img/banner_icon1.png");
}

.banner_card_content li .img_wrap_2 {
  background-image: url("/Public/Home/img/home/new_img/banner_icon2.png");
}

.banner_card_content li .img_wrap_3 {
  background-image: url("/Public/Home/img/home/new_img/banner_icon3.png");
}

.banner_card_content li .img_wrap_4 {
  background-image: url("/Public/Home/img/home/new_img/banner_icon4.png");
}

.banner_card_content li .item_title {
  margin-top: 16px;
  font-size: 40px;
  line-height: 52px;
  font-weight:bold;
  color: #101010;
}

.banner_card_content li .item_info {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #757b8a;
  line-height: 24px;
}

.home_page_body .introduce_wrap {}

.home_page_body .introduce_wrap .introduce_item_wrap {
  padding: 144px 150px;
  background: #f5f6fa;
}

.home_page_body .introduce_wrap .introduce_one_wrap {
  padding: 97px 0 250px;
  box-sizing: border-box;
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_title {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.home_page_body .introduce_wrap .introduce_item_wrap .little_title {
  margin-top: 25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #757b8a;
  text-align: center;
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_info {
  width: 58% !important;
  margin: 100px auto 0;
  display: flex;
  position: relative;
}

.introduce_list_card_bg {
  width: 100%;
  height: auto;
}

.introduce_list_card_bg img {
  width: 100%;
  height: auto;
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_card {
  /* flex: 1;
    flex-shrink: 0; */
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_card_title {
  padding-left: 84px;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  line-height: 80px;
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_card2 .introduce_item_card_title {
  padding-left: 140px;
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_card_title img {
  width: 80px;
  height: 80px;
  vertical-align: middle;
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_card_info {
  /* width: 633px;
    height: 429px; */
  width: 100%;
  height: 429px;
  background-repeat: no-repeat;
  background-size: contain;
}

.home_page_body .introduce_wrap .introduce_item_card1 .introduce_item_card_info {
  background-image: url("/Public/Home/img/home/new_img/intro1_bg1.png");
  background-size: 100% auto;
}

.home_page_body .introduce_wrap .introduce_item_card2 .introduce_item_card_info {
  background-image: url("/Public/Home/img/home/new_img/intro1_bg2.png");
  background-size: 100% auto;
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_card_info ul {
  padding-left: 90px;
  padding-top: 30px;
}

.home_page_body .introduce_wrap .introduce_item_card2 .introduce_item_card_info ul {
  padding-left: 140px;
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_card_info li {
  font-size: 18px;
  font-weight: 500;
  padding: 30px 0;
  position: relative;
  color: #ffffff;
}

.home_page_body .introduce_wrap .introduce_item_card2 .introduce_item_card_info li {
  color: #1d2129;
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_card_info li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 380px;
  height: 1px;
  background-color: #cccccc;
  transform: scaleY(0.5);
}

.home_page_body .introduce_wrap .introduce_item_card2 li::after {
  right: 75px;
}

.home_page_body .introduce_wrap .introduce_item_wrap .item_card_cross {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_page_body .introduce_wrap .introduce_item_wrap .item_card_cross1 {
  background-image: url("/Public/Home/img/home/new_img/intro1_close_white.png");
}

.home_page_body .introduce_wrap .introduce_item_wrap .item_card_cross2 {
  background-image: url("/Public/Home/img/home/new_img/intro1_close_black.png");
}

.home_page_body .introduce_wrap .introduce_item_btn {
  margin: 65px auto 0;
  width: 152px;
  height: 48px;
  background-color: #377dff;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
  cursor: pointer;
}

.home_page_body .introduce_wrap .introduce_item_btn:hover {
  opacity: 0.8;
}

.home_page_body .introduce_wrap .introduce_two_wrap {
  background-color: #ffffff;
  padding: 120px 0 0;
  /* width: 1272px; */
  width: 66.3%;
  margin: 0 auto;
}

.home_page_body .introduce_wrap .introduce_two_card_info {
  display: flex;
}

.home_page_body .introduce_wrap .introduce_two_card_info1 {
  position: relative;
  margin-top: 144px;
}

.home_page_body .introduce_wrap .introduce_two_card_info1 .img_box {
  margin-left: 30px;
  width: 46.2%;
}

.home_page_body .introduce_wrap .introduce_two_card_info1 .img_box img {
  /* width: 588px;
    height: 454px; */
  width: 100%;
  height: auto;
}

.home_page_body .introduce_wrap .introduce_two_card_info1 .introduce_two_card_info1_dot1 {
  position: absolute;
  top: -30px;
  left: 100px;
  width: 20px;
  height: 20px;
  background-color: #f7e36d;
  border-radius: 50%;
}

.home_page_body .introduce_wrap .introduce_two_card_info1 .introduce_two_card_info1_dot2 {
  position: absolute;
  /* top: 306px; */
  bottom: 32%;
  left: 20px;
  width: 20px;
  height: 20px;
  background-color: #101c3d;
  border-radius: 50%;
}

.introduce_two_card_info2 {
  margin-top: 84px;
  position: relative;
}

.introduce_two_card_info2 .info_box {
  width: 53%;
  padding-left: 11%;
  box-sizing: border-box;
}

.introduce_two_card_info2 .img_box {
  width: 47%;
}

.introduce_two_card_info2 .img_box img {
  width: 100%;
  /* max-width: 594px; */
  height: auto;
}

.introduce_two_card_info2 .introduce_two_card_info2_dot1 {
  position: absolute;
  right: 5%;
  top: 52px;
  width: 15px;
  height: 15px;
  background-color: #2bd67b;
  border-radius: 50%;
}

.introduce_wrap .introduce_two_card_info .introduce_item_right_title,
.more_infos .introduce_item_right_title {
  color: #3e80ff;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}

.introduce_wrap .introduce_two_card_info ul,
.more_infos ul {
  margin-top: 50px;
}

.introduce_wrap .introduce_two_card_info li,
.more_infos ul li {
  position: relative;
  color: #383838;
  font-size: 16px;
  font-weight: 500;
  padding-left: 28px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 24px;
}

.introduce_wrap .introduce_two_card_info li::before,
.more_infos ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #707070;
}

.introduce_wrap .introduce_two_card_info .introduce_item_right_btn,
.more_infos .introduce_item_right_btn {
  margin-top: 50px;
  width: 195px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border: 1px solid #3e80ff;
  color: #3e80ff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
}

.introduce_wrap .introduce_two_card_info2,
.introduce_wrap .introduce_two_card_info4 {
  min-height: 511px;
  height: auto;
  box-sizing: border-box;
  background-color: #f5f6fa;
  border-radius: 30px;
}

.introduce_wrap .introduce_two_card_info2 {
  /* padding: 55px 0 0 140px; */
  padding: 55px 0 0;
}

.introduce_wrap .introduce_two_card_info4 {
  /* padding: 98px 0 0 125px; */
  padding: 98px 0 0;
}

.introduce_two_card_info3 {
  padding: 114px 0;
}

.introduce_two_card_info3 .img_box {
  position: relative;
  margin-left: 30px;
  width: 43%;
}

.introduce_two_card_info3 .img_box img {
  /* width: 547px; */
  width: 100%;
  height: auto;
}

.introduce_two_card_info3 .img_box .introduce_two_card_info3_dot1 {
  position: absolute;
  bottom: 5%;
  right: 15%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #f7e36d;
}

.introduce_two_card_info3 .img_box .introduce_two_card_info3_dot2 {
  position: absolute;
  bottom: 6%;
  right: 6%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #416ff4;
}

.introduce_two_card_info4 .info_box {
  width: 42.5%;
  padding-left: 9.8%;
  box-sizing: border-box;
}

.introduce_two_card_info4 .img_box {
  position: relative;
  /* margin-left: 160px; */
  margin-left: 12.6%;
  width: 44.8%;
}

.introduce_two_card_info4 .img_box img {
  /* width: 570px; */
  width: 100%;
  height: auto;
}

.introduce_two_card_info4 .introduce_two_card_info4_dot1 {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f7e36d;
}

.introduce_two_card_info4 .introduce_two_card_info4_dot2 {
  position: absolute;
  top: 15%;
  left: 37%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #2bd67b;
}

.introduce_two_card_info4 .introduce_two_card_info4_dot3 {
  position: absolute;
  top: 18%;
  right: 7%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #416ff4;
}

.more_infos {
  padding: 144px 0 0;
}

.more_infos .introduce_item_title {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.more_infos .carousel_wrap {
  margin-top: 114px;
  position: relative;
}

.more_infos .carousel_wrap_list {
  width: 100%;
  height: 588px;
  overflow: hidden;
}

.more_infos .carousel_wrap_list_box {
  /* width: 3816px; */
  width: 100%;
  height: 588px;
}

.more_infos .carousel_wrap_list .carousel_wrap_list_item {
  /* width: 1272px; */
  width: 100%;
  height: 588px;
  float: left;
}

.more_infos .carousel_wrap_list_item1 .info_box {
  padding-right: 50px;
}

.more_infos .carousel_wrap_list_item1 .img_box img {
  width: 610px;
}

.more_infos .introduce_two_card_info5 {
  /* padding: 117px 0 0 135px; */
  padding: 117px 0 0;
  box-sizing: border-box;
  background-color: #f5f6fa;
  border-radius: 60px;
  display: flex;
}

.more_infos .introduce_two_card_info5 .info_box {
  width: 56.8%;
  padding-left: 9.2%;
  box-sizing: border-box;
}

.more_infos .introduce_two_card_info5 .img_box {
  width: 43.1%;
}

.more_infos .introduce_two_card_info5 .img_box img {
  width: 100%;
  height: auto;
}

.more_infos .carousel_wrap_list_item2 .info_box,
.more_infos .carousel_wrap_list_item3 .info_box {
  width: 52%;
}

.more_infos .carousel_wrap_list_item2 .img_box,
.more_infos .carousel_wrap_list_item3 .img_box {
  width: 47.09%;
  padding-right: 11%;
}

.more_infos .bottom_dot {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  text-align: center;
}

.more_infos .bottom_dot span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #cccccc;
  cursor: pointer;
}

.more_infos .bottom_dot span.active,
.more_infos .bottom_dot span:hover {
  background-color: #2a82e4;
}

.more_infos .arrow_box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.02);
  cursor: pointer;
}

.more_infos .arrow_box img {
  width: 27px;
  height: auto;
}

.more_infos .left_arrow_box {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.more_infos .right_arrow_box {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.introduce_two_wrap .try_use_btn:hover {
  background: #3e80ff;
  color: #ffffff;
}

.contact_wrap {
  margin-top: 340px;
  height: 839px;
  padding: 114px 0;
  box-sizing: border-box;
  background-color: #f5f6fa;
}

.contact_wrap .contact_center_wrap {
  width: 815px;
  margin: 0 auto;
}

.contact_wrap .contact_title {
  font-size: 48px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 114px;
  text-align: center;
}

.contact_wrap .contact_form .contact_form_row {
  display: flex;
  gap: 20px;
  margin-bottom: 42px;
}

.contact_wrap .contact_form .contact_form_row>input,
.contact_wrap .contact_form .contact_form_row>div {
  flex: 1;
  flex-shrink: 0;
  background-color: #ffffff;
  height: 65px;
  line-height: 65px;
  border-radius: 10px;
  padding: 0 24px;
  border: 0;
  outline: none;
  box-sizing: border-box;
  font-size: 16px;
}

.contact_wrap .contact_form .contact_form_row select {
  display: block;
  width: 100%;
  line-height: 65px;
  height: 65px;
  background: #ffffff;
  border: none;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
    font-size: 16px;
}

.contact_wrap .contact_form select {
  display: block;
  width: 100%;
  line-height: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border: none;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  color: #999999;
}

.contact_wrap .contact_form input::-webkit-input-placeholder {
  color: #999999;
}

.contact_wrap .contact_form select option {
  color: #000000 !important;
}

.contact_wrap .contact_form .custom_placeholder {
  color: #000000 !important;
}

.contact_wrap .contact_bottom {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}

.contact_wrap .contact_check_tip {
  font-size: 20px;
  font-weight: 500;
  color: #858a8f;
  display: flex;
}

.contact_wrap .contact_check_tip a {
  color: #3e80ff;
  cursor: pointer;
}

.contact_wrap .contact_bottom .check_box {
  width: 34px;
  height: 33px;
  background-color: #e5f1ff;
  text-align: center;
  line-height: 33px;
  margin-right: 16px;
  border-radius: 10px;
  cursor: pointer;
}

.contact_wrap .contact_bottom .check_box.checked {
  background-image: url("/Public/Home/img/home/new_img/icon-check.png");
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.contact_wrap .contact_btn {
  width: 286px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  font-size: 20px;
  color: #ffffff;
  background-color: #377dff;
  border-radius: 10px;
  cursor: pointer;
}

.contact_wrap .contact_btn:hover {
  opacity: 0.8;
}

.home_page_cate {
  width: 100%;
  padding: 126px 0 168px;
  background-color: #377dff;
  background-image: url("/Public/Home/img/home/new_img/cate_bg1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}

.home_page_cate .home_page_cate_center {
  width: 100%;
  padding-left: 21.875%;
  padding-right: 16.875%;
  margin: 0 auto;
}

.home_page_cate p {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
}

.home_page_cate .home_page_cate_btn {
  margin-top: 88px;
  width: 244px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  color: #1053f3;
  font-size: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
}

.home_page_footer {
  width: 100%;
  height: 508px;
  padding: 104px 0;
  box-sizing: border-box;
}

.home_page_footer .footer_top_wrap {
  /* width: 1370px; */
  /* width: 71.4%; */
  width: 100%;
  padding-left: 21.875%;
  padding-right: 16.875%;
  height: 274px;
  margin: 0 auto;
  position: relative;
}

.home_page_footer .footer_top_wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 13.28%;
  right: 13.28%;
  bottom: -10px;
  height: 1px;
  background-color: #e5e5e5;
}

.home_page_footer .footer_bottom_wrap {
  width: 100%;
  height: 130px;
  text-align: center;
  line-height: 130px;
  color: #898a8e;
  font-size: 18px;
}

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

.enlightv_logo {
  height: 44px;
  display: block;
  margin-bottom: 32px;
}

.footer_link_list .footer_link_item_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  color: #a6a6a6;
  margin-bottom: 20px;
}

.footer_link_list .footer_link_item_title1 {
  font-size: 24px;
}

.footer_link_list li:last-child .footer_link_item_title {
  margin-bottom: 0;
}

.footer_link_list .footer_link_item_list .footer_link_item_list_item {
  font-size: 18px;
  line-height: 22px;
  color: #383838;
  margin-bottom: 20px;
}

.footer_link_list .footer_link_item_list .footer_link_item_list_item a {
  display: block;
  color: #383838;
  text-decoration: none;
  transition: color 0.3s;
}

.footer_link_list .footer_link_item_list .footer_link_item_list_item a:hover {
  color: #1990ff;
}

.wechat_code_wrap {
  width: 113px;
}

.login_enlightv_wrap {
  width: 100%;
}

.wechat_code_wrap .login_enlightv_wrap:nth-child(2) {
  margin-top: -2px;
}

.login_enlightv_wrap .login_enlightv_code {
  width: 100%;
  margin-left: -14px;
}

.login_enlightv_wrap .login_enlightv_text {
  text-align: center;
  color: #ffffff;
  line-height: 22px;
  margin-top: 16px;
}

.login_enlightv_wrap p {
  font-size: 12px;
  font-weight: 500;
  margin-top: -14px;
}

.mobile_nav_menu_button {
  display: none;
}

.mobile_nav_list {
  display: none;
}

.back_top {
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: fixed;
    bottom: 28px;
    right: 40px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 50%;
    background: #d5d5d5;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 1000;

}
.back_top img{
    display: inline-block;
    vertical-align: initial;
    width: 18px;
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_info{
    display: none;
}


.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle{
    display: block;
    max-width: 1302px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul{
    display: flex;
    justify-content: space-between;
}
.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li{
    width: 50%;
}
.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .top{
    padding: 94px 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .top img{
    width: 80px;
    height: 80%;
}
.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .top span{
    font-size: 28px;
    line-height: 34px;
    color: rgba(51, 51, 51, 1);
    font-weight: 700;
    padding-left: 16px;
    box-sizing: border-box;
}
.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .bottom{
    filter: drop-shadow(0 10px 30px rgba(62, 128, 255, 0.4));
    background: transparent url("https://download.hecoos.com/enlightv/2024-35/CMHcZ4fm7rF7DyY8bYDj.png") center no-repeat;
    background-size: 100% 100%;
    padding: 15px 70px 15px 75px;
    box-sizing: border-box;
}
.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li:nth-of-type(2n) .bottom{

    filter: drop-shadow(0 10px 30px  rgba(62, 128, 255, 0.2));
    background: transparent url("https://download.hecoos.com/enlightv/2024-35/EXafYp8JiwdeQJTrSzJ2.png") center no-repeat;
    background-size: 100% 100%;
    padding: 15px 20px 15px 115px;
    box-sizing: border-box;
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .bottom p{
    width: 100%;
    padding: 25px 5px;
    box-sizing: border-box;
    line-height: 26px;
    display: flex;
    align-items: center;
    position: relative;
}
.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .bottom p:before{
    width: 80%;
    max-width: 380px;
    height: 1px;
    content: ' ';
    left: 0;
    position: absolute;
    bottom: 0;
    background: rgba(204, 204, 204, 1);
}
.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .bottom p:last-child:before{
    display: none;
}
.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .bottom p i{
    font-size: 14px;
    color: #fff;
}
.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .bottom p span{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 8px;
}


.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li:nth-of-type(2) .bottom  p{

}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li:nth-of-type(2) .bottom  p i{
    color: rgba(29, 33, 41, 1);
}

.home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li:nth-of-type(2) .bottom  p span{
   color: rgba(78, 89, 105, 1);;
}
.mobile_introduce_item_img{
    display: none;
}

@media screen and (max-width: 2555px) {
    .home_page_body .introduce_wrap .introduce_two_wrap {
        width: 100%;
        max-width: 1302px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .home_page_body .introduce_wrap .introduce_two_card_info1 {
        display: flex;
        justify-content: center;
        gap: 60px;
    }

    .home_page_body .introduce_wrap .introduce_two_card_info3 {
        display: flex;
        justify-content: center;
        gap: 60px;
    }

    .home_center_wrap {
        width: 100%;
        max-width: 1302px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .more_infos .carousel_wrap_list {
        height: auto;
        background-color: #f5f6fa;
        border-radius: 60px;
    }

    .more_infos .carousel_wrap_list .carousel_wrap_list_item {
        height: auto;
    }

    .home_page_cate {
        background-image: none;
        padding-bottom: 108px;
        overflow: hidden;
    }

    .home_page_cate .home_page_cate_center {
        max-width: 1302px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
    }

    .home_page_cate .home_page_cate_center .home_page_cate_img {
        position: absolute;
        right: -50px;
        top: -80px;
        max-width: 50%;
    }

    .home_page_cate .home_page_cate_center .home_page_cate_img img {
        width: 100%;
        display: block;
    }

    .home_page_footer .footer_top_wrap {
        width: 100%;
        max-width: 1302px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1940px) {
  .home_page_body .introduce_wrap .introduce_two_card_info1 .img_box {
    width: 548px;
  }
  .introduce_wrap .introduce_two_card_info2 {
    justify-content: space-between;
  }
  .introduce_two_card_info2 .img_box {
    width: 548px;
  }
  .introduce_two_card_info3 .img_box {
    width: 548px;
  }
  .more_infos .introduce_two_card_info5 .img_box {
    width: 548px;
  }
  .more_infos .carousel_wrap_list .carousel_wrap_list_item {
    justify-content: space-between;
  }
}

@media screen and (max-width: 1770px) {
  .home_page_header_wrap .home_page_header_info_txt p:nth-child(1) {
    font-size: 58px;
  }

  .home_page_header_wrap .home_page_header_info_txt p:nth-child(2) {
    font-size: 32px;
  }

  .banner_card_content li .item_title {
    font-size: 36px;
  }

  .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_title {
    font-size: 42px;
  }

  .introduce_wrap .introduce_two_card_info .introduce_item_right_title,
  .more_infos .introduce_item_right_title {
    font-size: 36px;
  }

  .introduce_wrap .introduce_two_card_info li,
  .more_infos ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px) {
  .home_page_header_wrap .home_page_header_info_txt p:nth-child(1) {
    font-size: 50px;
  }

  .home_page_header_wrap .home_page_header_info_txt p:nth-child(2) {
    font-size: 28px;
  }

  .banner_card_content li .img_wrap {
    width: 50px;
    height: 50px;
    background-size: 30px auto;
  }

  .banner_card_content li .item_title {
    font-size: 34px;
  }

  .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_title {
    font-size: 40px;
  }

  .home_page_header_wrap {
    background-size: cover;
  }

  .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_card_info li {
    font-size: 15px;
    padding: 20px 0;
  }

  .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_card_info ul {
    padding-left: 14%;
  }

  .home_page_body .introduce_wrap .introduce_item_card2 .introduce_item_card_info ul {
    padding-left: 18%;
  }

  .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_card_info li:not(:last-child):after {
    width: 70%;
  }

  .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_card_title {
    padding-left: 10%;
  }

  .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_card2 .introduce_item_card_title {
    padding-left: 21%;
  }

  .introduce_wrap .introduce_two_card_info .introduce_item_right_title,
  .more_infos .introduce_item_right_title {
    font-size: 30px;
    line-height: 40px;
  }

  .introduce_wrap .introduce_two_card_info li,
  .more_infos ul li {
    font-size: 13px;
  }


    .home_page_body .introduce_wrap .introduce_one_wrap{
        padding: 80px 0;
    }
    .home_center_wrap{
        width: 100% !important;
    }
    .more_infos .left_arrow_box{
        left: -15px;
    }
    .more_infos .right_arrow_box{
        right: -15px;
    }
    .contact_wrap{
        margin-top: 140px;
    }
}

@media screen and (max-width: 1300px) {
  .banner_card_content li .img_wrap {
    width: 46px;
    height: 46px;
    background-size: 28px auto;
  }

  .banner_card_content li .item_title {
    font-size: 30px;
  }

  .banner_card_content li .item_info {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 375px;
  }

  .home_page_wrap {
    overflow-x: hidden;
  }

  .home_center_wrap {
    width: 100% !important;
  }

  .home_page_header_wrap {
    padding: 20px;
  }

  .home_page_wrap .home_page_header_wrap.active {
    width: 100%;
    height: 100vh;
    background-color: #191820;
  }

  .home_page_header {
    width: 100%;
  }

  .home_page_header .right_btn_wrap {
    display: none;
  }

  .mobile_nav_menu_button {
    display: block;
  }

  .home_page_header_wrap.active .mobile_nav_list {
    display: block;
  }

  .mobile_nav_list {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 20px;
  }

  .mobile_nav_list li {
    width: 100%;
    line-height: 40px;
    color: #ffffff;
    padding: 0 20px;
  }

  .mobile_nav_list li a {
    display: block;
    color: #ffffff;
  }

  .mobile_nav_list li.active a {
    color: #3e80ff;
  }

  .home_img {
    width: 80.3%;
    position: absolute;
    top: 140px;
    right: 8.1%;
    left: 50%;
    transform: translateX(-50%);
  }

  .home_page_header_wrap .home_page_header_info {
    width: 100% !important;
    margin-top: 270px;
    justify-content: start;
  }

  .home_page_header_info_btn {
    margin-top: 50px;
  }

  .home_page_header_wrap .home_page_header_info_txt p:nth-child(1) {
    font-size: 30px;
  }

  .home_page_header_wrap .home_page_header_info_txt p:nth-child(2) {
    font-size: 20px;
    margin-top: 0;
  }

  .home_page_body .banner_wrap {
    height: 700px;
  }

  .banner_wrap .home_center_wrap {
    height: auto;
    top: 0;
    transform: translate(-50%, 30px);
    padding: 0 10px 0 20px;
  }

  .home_page_body .banner_wrap .banner_card_content {
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
  }

  .banner_card_content li {
    flex: none;
    width: calc(50% - 10px);
  }

  .banner_card_content li .item_title {
    font-size: 26px;
  }

  .banner_card_content li .item_info {
    font-size: 12px;
  }

  .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_title {
    font-size: 30px;
  }

  .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_info {
    width: 100% !important;
    padding: 0 20px;
  }

  .home_page_body .introduce_wrap .introduce_one_wrap {
    padding-bottom: 100px;
  }

  .home_page_body .introduce_wrap .introduce_item_btn {
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }

  .home_page_body .introduce_wrap .introduce_two_wrap {
    width: 100%;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_page_body .introduce_wrap .introduce_two_card_info {
    flex-direction: column;
  }
  .home_page_body .introduce_wrap .introduce_two_card_info1 {
    margin-top: 90px;
  }

  .home_page_body .introduce_wrap .introduce_two_card_info1 .img_box {
    width: 90%;
    margin: 0 auto;
  }

  .introduce_wrap .introduce_two_card_info .introduce_item_right_title,
  .more_infos .introduce_item_right_title {
    font-size: 24px;
  }

  .introduce_wrap .introduce_two_card_info li,
  .more_infos ul li {
    font-size: 12px;
  }

  .introduce_wrap .introduce_two_card_info .introduce_item_right_title,
  .more_infos .introduce_item_right_title {
    text-align: center;
  }

  .introduce_wrap .introduce_two_card_info li::before,
  .more_infos ul li::before {
    width: 12px;
    height: 12px;
  }

  .home_page_body .introduce_wrap .introduce_two_card_info1 .introduce_two_card_info1_dot2 {
    top: 25%;
    bottom: auto;
  }

  .home_page_body .introduce_wrap .introduce_two_card_info4 {
    padding-top: 55px;
  }

  .introduce_wrap .introduce_two_card_info ul,
  .more_infos ul {
    margin-top: 20px;
  }

  .introduce_wrap .introduce_two_card_info .introduce_item_right_btn,
  .more_infos .introduce_item_right_btn {
    width: 150px;
    height: 46px;
    line-height: 46px;
    margin: 50px auto 0;
  }

  .introduce_two_card_info .info_box {
    width: 100%;
    padding: 0 20px;
  }

  .introduce_two_card_info2 .img_box,
  .introduce_two_card_info4 .img_box {
    width: 90%;
    margin: 20px auto 0;
  }

  .introduce_wrap .introduce_two_card_info2,
  .introduce_wrap .introduce_two_card_info4 {
    height: auto;
  }

  .introduce_two_card_info3 .img_box {
    width: 90%;
    margin: 0 auto;
  }

  .more_infos {
    padding: 0;
  }

  .more_infos .introduce_item_title {
    padding: 50px 0 0;
    font-size: 30px;
  }

  .more_infos .carousel_wrap {
    padding: 0 40px;
    margin-top: 44px;
  }

  .more_infos .introduce_two_card_info5 {
    flex-direction: column;
    padding-top: 55px;
  }

  .more_infos .introduce_two_card_info5 .info_box {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }

  .more_infos .carousel_wrap_list {
    height: auto;
    padding-bottom: 20px;
  }

  .introduce_wrap .introduce_two_card_info li,
  .more_infos ul li {
    text-align: left;
  }

  .more_infos .introduce_two_card_info5 .img_box {
    width: 90%;
    margin: 20px auto 0;
  }

  .more_infos .arrow_box {
    width: 40px;
    height: 40px;
  }

  .more_infos .arrow_box img {
    width: 18px;
  }

  .more_infos .left_arrow_box {
    left: 20px;
  }

  .more_infos .right_arrow_box {
    right: 20px;
  }

  .more_infos .bottom_dot span {
    width: 14px;
    height: 14px;
  }

  .contact_wrap {
    margin-top: 120px;
  }

  .contact_wrap .contact_title {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .contact_wrap .contact_center_wrap {
    width: 100%;
    padding: 0 20px;
  }

  .contact_wrap .contact_form .contact_form_row {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .contact_wrap .contact_check_tip a {
    font-size: 12px;
  }

  .contact_wrap .contact_bottom {
    flex-direction: column;
  }

  .contact_wrap .contact_bottom .check_box {
    width: 24px;
    height: 23px;
  }

  .contact_wrap .contact_btn {
    width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    margin: 20px auto 0;
  }

  .home_page_cate {
    background-size: cover;
  }

  .home_page_cate .home_page_cate_center {
    width: 100%;
    padding: 0 20px;
  }

  .home_page_cate p {
    font-size: 20px;
  }

  .home_page_cate .home_page_cate_btn {
    width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }

  .home_page_footer {
    height: auto;
    padding: 80px 0 20px;
  }

  .home_page_footer .footer_top_wrap {
    width: 100%;
    padding: 0 20px;
    height: auto;
  }

  .footer_link_list {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer_link_list li {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer_link_list li .footer_link_item_list {
    width: 100%;
  }

  .footer_link_list .footer_link_item_title {
    font-size: 18px;
  }

  .footer_link_list li .footer_link_item_list .footer_link_item_list_item {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .home_page_footer .footer_bottom_wrap {
    font-size: 14px;
  }

  .contact_wrap .contact_form .contact_form_row>input {
    display: block;
  }
}


@media screen and (max-width: 760px) {
    .back_top{
        right: 5px;
    }
    .home_page_header{
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 10000;
        padding: 20px;
        box-sizing: border-box;
        height: auto;
        background: #ffffff;
    }
    .home_page_header .left_logo_wrap a{
        display: inherit;
        vertical-align: top;
    }
    .home_page_header .left_logo_wrap .logo{
        height: 22px;
    }
    .mobile_nav_menu_button{
        height: 22px;
    }
    .mobile_nav_menu_button img{
        height: 22px;
    }
    .mobile_nav_list{
        z-index: 10000;
        top: 62px;
    }
    .mobile_nav_list li.active{
        color: #3e80ff;
    }
    .home_page_header_wrap{
        height: auto;
        background: url("https://download.hecoos.com/enlightv/2024-35/QmPrX6K5ShT4eAYZ7RzN.png") center no-repeat;
        background-size: cover;
    }
    .home_img{
        display: none;
    }
    .home_page_header_wrap .home_page_header_info_txt p:nth-child(1){
        font-size: 20px;
        line-height: 30px;
    }
    .home_page_header_wrap .home_page_header_info_txt p:nth-child(2){
        font-size: 14px !important;
    }
    .home_page_header_info_btn{
        margin-top: 15px;
        display: block;
    }
    .home_page_header_info_btn>div{
        width: 120px;
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        margin-bottom: 15px;
    }


    .home_page_header_wrap .home_page_header_info{
        padding-top: 60px;
        margin-top:0;
        height: auto;
        position: relative;
        z-index: 10;
    }
    .home_page_header_wrap .home_page_header_info_txt p:nth-child(2){
        font-size: 16px;
    }


    .home_page_body .banner_wrap{
        height: auto;
        padding-top: 0;
        padding-bottom: 25px;
    }
    .home_page_body .banner_wrap .bg_box{
        position: absolute;
        top: 50%;
        right: -24px;
        width: 201px;
        height: 201px;
        border-radius: 50%;
        background-color: #d7e3ff;
        filter: blur(54px);
        transform: translateY(-50%);
    }
    .banner_card_content li .img_wrap{
        width: 24px;
        height: 24px;
    }
    .banner_card_content li .img_wrap{
        background-size: 14px auto;
    }

    .banner_wrap .home_center_wrap{
        position: static;
        width: 100%;
        top: 0;
        transform: translate(0);
        padding: 0 15px;
    }
    .home_page_body .banner_wrap .banner_card_content{
        gap: 0;
    }
    .banner_card_content li{
        padding: 20px 15px;
        height: auto;
        width: 48%;
        margin-right: 0;
        margin-top: 25px;
    }
    .banner_card_content li:nth-of-type(2n){
        margin-left: 4%;
    }

    .banner_card_content li .item_title{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: bold;
        margin-top: 5px;
    }
    .banner_card_content li .item_info{
        line-height: 20px;
        font-size: 12px;
        margin-top: 0;
    }

    .home_page_body .introduce_wrap .introduce_one_wrap{
        padding: 25px 0;
    }
    .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_title{
        font-size: 20px;
        font-weight: bold;
    }
    .home_page_body .introduce_wrap .introduce_item_wrap .little_title{
        font-size: 14px;
        margin-top: 0px;
    }

    .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_info{
        display: none;
    }

    .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul{
        flex-wrap: wrap;
    }
    .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li{
        width: 100%;
    }
    .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .top{
        padding: 24px 0 15px;
    }

    .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .top img{
        width: 40px;
        height: 40px;
    }
    .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .top span{
        font-size: 16px;
    }
    .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .bottom{
        padding: 15px 15px;
        border-radius: 16px;
        background: rgba(55, 125, 255, 1);
    }
    .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .bottom p{
        padding: 10px 5px;
        line-height: 24px;
    }
    .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .bottom p i{
        min-width: 12px;
        height: 12px;
    }
    .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li .bottom p span{
        font-size: 12px;
    }
    .home_page_body .introduce_wrap .introduce_item_wrap .introduce_item_rectangle ul li:nth-of-type(2) .bottom{
        padding: 15px 15px;
        background: rgba(232, 239, 255, 1);
    }
    .home_page_body .introduce_wrap .introduce_item_btn{
        margin: 25px auto 0;
    }
    .home_page_body .introduce_wrap .introduce_two_card_info1 .img_box{
        display: none;
    }
    .home_page_body .introduce_wrap .introduce_two_card_info1 .introduce_two_card_info1_dot1{
        display: none;
    }
    .home_page_body .introduce_wrap .introduce_two_card_info1 .introduce_two_card_info1_dot2{
        display: none;
    }

    .introduce_wrap .introduce_two_card_info .introduce_item_right_title, .more_infos .introduce_item_right_title{
        font-size: 18px;
        font-weight: bold;
    }
    .mobile_introduce_item_img{
        display: block;
        width: 100%;
    }
    .mobile_introduce_item_img img{
        display: block;
        width: 100%;
    }

    .home_page_body .introduce_wrap .introduce_two_wrap{
        padding:25px 15px;
    }
    .home_page_body .introduce_wrap .introduce_two_card_info1{
        gap: 10px;
        margin-top: 25px;
    }
    .introduce_wrap .introduce_two_card_info .introduce_item_right_btn, .more_infos .introduce_item_right_btn{
        width: 120px;
        height: 38px;
        line-height: 38px;
        margin: 25px auto;
        font-size: 12px;
    }
    .introduce_wrap .introduce_two_card_info li, .more_infos ul li{
        height: auto;
        padding-left: 18px;
        margin-bottom: 12px;
    }
    .introduce_wrap .introduce_two_card_info li::before, .more_infos ul li::before{
        width: 8px;
        height: 8px;
        top: 8px;
        transform: translateY(0%);
        left: 0;
    }
    .home_page_body .introduce_wrap .introduce_two_card_info{
        border-radius: 15px;
        background: rgba(245, 246, 250, 1);
        margin-bottom: 0px;
        margin-top: 25px;
        padding-top: 25px;
    }

    .introduce_two_card_info2 .introduce_two_card_info2_dot1{
        display: none;
    }
    .introduce_two_card_info2 .img_box, .introduce_two_card_info4 .img_box{
        display: none;
    }


    .introduce_two_card_info2{
        padding-top: 50px;
        margin-top: 50px;
    }
    .introduce_wrap .introduce_two_card_info2, .introduce_wrap .introduce_two_card_info4{
        height: auto;
    }


    .introduce_two_card_info3{
        padding: 50px 0;
    }
    .introduce_two_card_info3 .img_box{
        display: none;
    }
    .home_page_body .introduce_wrap .introduce_two_card_info3{
        gap: 0px;
    }
    .home_page_body .introduce_wrap .introduce_two_card_info4{
        gap: 25px;
    }

    .more_infos .carousel_wrap{
        margin-top: 20px;
    }
    .more_infos .carousel_wrap_list{
        border-radius: 20px;
    }
    .more_infos .carousel_wrap_list .carousel_wrap_list_item{
        padding: 25px 15px;
        border-radius: 20px;
    }
    .more_infos .introduce_two_card_info5 .img_box{
        width: 100%;

    }
    .more_infos .carousel_wrap_list_item1 .img_box img{
        transform: scale(1.1) translateX(18px);
        margin-top: 20px;
    }

    .more_infos .carousel_wrap_list_item2 .img_box, .more_infos .carousel_wrap_list_item3 .img_box{
        padding-right: 0;
    }
    .more_infos .bottom_dot{
        bottom: 20px;
    }
    .more_infos .bottom_dot span{
        width: 8px;
        height: 8px;
    }


    .more_infos .introduce_item_title{
        padding-top: 0;
        font-size: 20px;
    }
    .more_infos .carousel_wrap{
        padding: 0 15px;
    }
    .more_infos .arrow_box{
        left: 0px;
        width: 30px;
        height: 30px;
    }
    .more_infos .right_arrow_box{
        right: 0px;
        left: auto;
    }
    .more_infos .arrow_box img{
        width: 14px;
    }

    .contact_wrap{
        margin-top: 25px;
    }
    .contact_wrap{
        padding: 25px 0;
        height: auto;
    }
    .contact_wrap .contact_title{
        font-size: 20px;
        margin-bottom: 25px;
    }

    .contact_wrap .contact_form .contact_form_row{
        flex-direction: inherit;
        gap: 0;
        justify-content: space-between;
    }
    .contact_wrap .contact_form .contact_form_row select{
        height: 42px;
        line-height: 42px;
        width: 100%;
        font-size: 14px;

    }
    .contact_wrap .contact_form .contact_form_row input{
        height: 42px;
        line-height: 42px;
        width: 48%;
        font-size: 14px;
        flex: none;
        padding: 0 10px;
    }

    .contact_wrap .contact_form .contact_form_row div{
        height: 42px;
        line-height: 42px;
        width: 48%;
        font-size: 14px;
        padding: 0 10px;
        flex: none;
    }

    .contact_wrap .contact_bottom{
        margin-top: 25px;

    }
    .contact_wrap .contact_btn{
        margin-top: 25px;
        width: 120px;
        height: 38px;
        line-height: 38px;
    }


    .home_page_cate{
        padding: 50px 0;
    }
    .home_page_cate p{
        letter-spacing: 3px;
    }
    .home_page_cate .home_page_cate_center .home_page_cate_img{
        top: 0;
        right: 0px;
    }
    .home_page_cate .home_page_cate_btn{
        margin-top: 25px;
        width: 120px;
        height: 38px;
        line-height: 38px;
    }

    .home_page_footer{
        padding: 50px 15px 10px;
    }
    .home_page_footer .footer_bottom_wrap{
        line-height: 50px;
        height: 50px;
        border-top: 1px solid  #e5e5e5;
    }
    .home_page_footer .footer_top_wrap::after{
        display: none;
    }


    .home_page_header{
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 10000;
        padding: 20px;
        box-sizing: border-box;
        height: auto;
        background: #f0f3fc;
    }
    .mobile_nav_list{
        z-index: 10000;
        top: 75px;
    }


}