@charset "UTF-8";
:root {
  --color: #27A9A0;
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 95px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 65px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 50px;
  }
}
body::-webkit-scrollbar {
  width: 3px;
}

body::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: var(--color);
}

.Arial {
  font-family: Arial;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.a_dw {
  position: relative;
  top: -5.5555555556em;
}

.preview_img, .bofang {
  cursor: pointer;
}

.my-time {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-time::before, .my-time::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times::before, .my-times::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times * {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times *::before, .my-times *::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.liuyan_tanchuang {
  position: fixed;
  width: 90%;
  max-width: 400px;
  display: none;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2010;
  border-radius: 2px;
  background: #000;
}

.liuyan_tanchuang .lox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  color: #fff;
  line-height: 24px;
}

.liuyan_tanchuang .ico {
  width: 24px;
}

.liuyan_tanchuang .out {
  width: 20px;
  cursor: pointer;
  margin-top: 2px;
}

.liuyan_tanchuang .wz {
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
  padding: 0 10px;
}

.my-img-active {
  cursor: pointer;
}

.my-img-active.my-img-container, .my-img-active .my-img-container {
  overflow: hidden;
}

.my-img-active .my-img-target {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-active:hover.my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-active:hover .my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-toggle {
  cursor: pointer;
}

.my-img-toggle.my-img-target, .my-img-toggle .my-img-target {
  position: relative;
  display: inline-block;
}

.my-img-toggle.my-img-target img, .my-img-toggle .my-img-target img {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-toggle.my-img-target img:nth-child(2), .my-img-toggle .my-img-target img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(1), .my-img-toggle.active.my-img-target img:nth-child(1), .my-img-toggle.active .my-img-target img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(2), .my-img-toggle.active.my-img-target img:nth-child(2), .my-img-toggle.active .my-img-target img:nth-child(2) {
  opacity: 1;
}

.my-main img {
  -o-object-fit: cover;
  object-fit: cover;
}

.my-main a {
  color: inherit;
}

.my-main input, .my-main textarea {
  font-size: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}

.my-main textarea {
  resize: none;
  color: inherit;
  font-family: "微软雅黑";
}

.my-swiper-pagination {
  --swiper-pagination-bullet-inactive-color: rgba(255,255,255,0.2);
}

.my-swiper-pagination.swiper-pagination-horizontal {
  bottom: 0;
}

.my-swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 5px;
}

.my-swiper-pagination.status1 {
  --swiper-pagination-bullet-inactive-color: #DFE3E6;
}

.my-swiper-pagination.status1 .swiper-pagination-bullet-active {
  background-color: var(--color);
}

.my-swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  border-radius: 4px;
  opacity: 1;
}

.my-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.my-title .title-text1 {
  padding-left: 1.25em;
  position: relative;
}

.my-title .title-text1::before {
  position: absolute;
  content: "";
  width: 0.6666666667em;
  height: 0.6666666667em;
  border-radius: 50%;
  background-color: var(--color);
  left: 0.04rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.my-title .title-text2 {
  line-height: 1.0294117647;
  margin-top: 0.3rem;
}

.my-title .title-text2 .my-more {
  margin-left: 0.24rem;
  vertical-align: bottom;
}

.my-title2 .title-text2 {
  margin-top: 0.23rem;
}

.my-more {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.my-more:hover .more-bg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.my-more .more-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
  background: -webkit-linear-gradient(333deg, #27A9A0 11.56%, #1F69BE 107.05%);
  background: -moz-linear-gradient(333deg, #27A9A0 11.56%, #1F69BE 107.05%);
  background: -o-linear-gradient(333deg, #27A9A0 11.56%, #1F69BE 107.05%);
  background: linear-gradient(117deg, #27A9A0 11.56%, #1F69BE 107.05%);
}

.my-more .more-icon {
  width: 1.4375em;
  position: relative;
}

.my-list1.status1 .swiper-slide {
  width: 14.25em;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
}

.my-list1.status1 .item {
  width: 100%;
}

.my-list1 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-gap: 4%;
  row-gap: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.my-list1 .item {
  width: 30%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-list1 .item-icon {
  width: 1.6875em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.my-list1 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.25;
  text-align: center;
  color: #2C2D32;
}

.my-table {
  text-align: center;
}

.my-table.status1 table {
  border-color: #E4EAEF;
}

.my-table.status1 tr:nth-child(1) td {
  background-color: rgba(243, 249, 254, 0.7);
}

.my-table.status1 tr:not(:nth-child(1)) td:nth-child(1) {
  border-color: #E4EAEF;
}

.my-table.status1 tr:not(:nth-child(1)):not(:last-child) td:not(:nth-child(1)) {
  border-color: #E4EAEF;
}

.my-table.status1 tr td {
  background-color: #fff;
}

.my-table.status1 .line {
  background: #FAFAFA;
}

.my-table table {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.my-table tr {
  line-height: 1.3333333333;
}

.my-table tr:nth-child(1) td {
  background-color: rgba(249, 249, 249, 0.7);
  height: 5.5555555556em;
}

.my-table tr:not(:nth-child(1)) td:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.my-table tr:not(:nth-child(1)):not(:last-child) td:not(:nth-child(1)) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.my-table tr td {
  height: 8.8888888889em;
  padding: 5px;
}

.my-table tr td span {
  color: var(--color);
  margin-top: 0.05rem;
  margin-bottom: 0.1rem;
  display: inline-block;
}

.my-table tr td.f_20 {
  line-height: 1.2;
}

.my-table .line {
  width: 94%;
  height: 1.875em;
  background-color: #fff;
  margin: 0 3%;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.06) inset;
}

.my-table .line-dot {
  overflow: hidden;
  width: 0%;
  height: 100%;
  border-radius: 100px;
  background: -webkit-linear-gradient(left, #27A9A0 0%, #4378EB 124.63%);
  background: -moz-linear-gradient(left, #27A9A0 0%, #4378EB 124.63%);
  background: -o-linear-gradient(left, #27A9A0 0%, #4378EB 124.63%);
  background: linear-gradient(90deg, #27A9A0 0%, #4378EB 124.63%);
  position: relative;
}

.my-table .line-dot::before {
  position: absolute;
  content: "";
  width: 0.875em;
  height: 0.875em;
  border-radius: 50%;
  background-color: #fff;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.my-table .line-dot.active1 {
  width: 11.5%;
}

.my-table .line-dot.active2 {
  width: 31.5%;
}

.my-table .line-dot.active3 {
  width: 47.5%;
}

.my-table .line-dot.active4 {
  width: 64.5%;
}

.my-table .line-dot.active5 {
  width: 83.5%;
}

.my-table .line-dot.active6 {
  width: 100%;
}

.my-placeholder {
  height: 5.5555555556em;
}

.breadcrumb {
  color: #555555;
  margin-bottom: 1rem;
  margin-top: 0.2rem;
}

.breadcrumb p {
  display: inline;
}

.breadcrumb a:hover {
  color: var(--color);
  text-decoration: underline;
}

.breadcrumb .breadcrumb-home {
  width: 1em;
  margin-right: 0.12rem;
  vertical-align: bottom;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header.active, .header:hover, .header.active2 {
  background-color: #fff;
}

.header.active.my-img-toggle .my-img-target img:nth-child(1), .header:hover.my-img-toggle .my-img-target img:nth-child(1), .header.active2.my-img-toggle .my-img-target img:nth-child(1) {
  opacity: 0;
}

.header.active.my-img-toggle .my-img-target img:nth-child(2), .header:hover.my-img-toggle .my-img-target img:nth-child(2), .header.active2.my-img-toggle .my-img-target img:nth-child(2) {
  opacity: 1;
}

.header.active, .header:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.header:not(.active):not(:hover):not(.active2) .nav-link, .header:not(.active):not(:hover):not(.active2) .item-text, .header:not(.active):not(:hover):not(.active2) .item-link {
  color: #fff;
}

/*.header.active .nav-link {*/
/*  line-height: 4.4444444444;*/
/*}*/
/*.header.active .nav-item s {*/
/*  bottom: 0;*/
/*}*/
/*.header.active .nav-child {*/
/*  top: 100%;*/
/*}*/
.header .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .logo {
  width: 11.1111111111em;
  margin-right: 1rem;
}

.header .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.7rem;
  -moz-column-gap: 0.7rem;
  column-gap: 0.7rem;
  margin-right: auto;
}

.header .nav-item {
  position: relative;
}

.header .nav-item s {
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  display: block;
  background-color: var(--color);
  bottom: 1.1111111111em;
}

.header .nav-item:hover s, .header .nav-item.active s {
  width: 100%;
}

.header .nav-item:hover .nav-child {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.header .nav-link {
  line-height: 5.5555555556;
}

.header .nav-child {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 1.2rem;
  text-align: center;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(-50%, 15px, 0);
  -moz-transform: translate3d(-50%, 15px, 0);
  transform: translate3d(-50%, 15px, 0);
}

.header .nav-li {
  display: block;
  text-align: center;
  line-height: 1.2857142857;
  padding: 0.11rem 5px;
}

.header .nav-li:hover {
  background-color: var(--color);
  color: #fff;
}

.header .right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header .item:hover .item-text {
  color: var(--color);
}

.header .item:hover .item-child {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
  pointer-events: auto;
}

.header .item:hover .item-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header .item:hover .item-img img:nth-child(2) {
  opacity: 0;
}

.header .item:hover .item-img img:nth-child(3) {
  opacity: 1;
}

.header .item-ss {
  margin-left: 0.5rem;
}

.header .item-img {
  width: 1.25em;
}

.header .item-img img:nth-child(3) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

.header .item-text {
  margin-left: 0.1rem;
}

.header .item-child {
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: 50%;
  padding-top: 10px;
  -webkit-transform: translate3d(-50%, 20px, 0);
  -moz-transform: translate3d(-50%, 20px, 0);
  transform: translate3d(-50%, 20px, 0);
  opacity: 0;
  pointer-events: none;
}

.header .item-child-contianer {
  border-radius: 6px;
  padding: 0.05rem 0;
  background-color: #fff;
  border: 1px solid #e4e7ed;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.header .item-links {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3rem;
  -moz-column-gap: 0.3rem;
  column-gap: 0.3rem;
  margin-right: 0.4rem;
}

.header .item-link:hover {
  color: var(--color);
}

.header .item-menu {
  margin-left: 0.3rem;
}

.header .item-menu .item-img {
  width: 1.625em;
}

.footer {
  background-color: #FAFAFA;
}

.footer .top {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #E5E5E5;
}

.footer .top .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .logo {
  width: 2.13rem;
  margin-right: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  flex-shrink: 0;
  margin-right: .2rem;
}

.footer .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: .2rem;
  -moz-column-gap: .2rem;
  column-gap: .2rem;
}

.footer .nav-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .nav-link {
  line-height: 1.125;
  color: #666;
}

.footer .nav-link:nth-child(1) {
  color: #333;
  margin-bottom: 0.12rem;
}

.footer .nav-link + .nav-link {
  margin-top: 0.27rem;
}

.footer .nav-link:hover {
  color: var(--color);
}

.footer .line {
  width: 1px;
  background-color: #E5E5E5;
  margin: 0 0.4rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  min-height: 3rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer .list {
  width: 18.6046511628%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.footer .item + .item {
  margin-top: 0.35rem;
}

.footer .item-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.125;
  margin-bottom: 0.16rem;
}

.footer .item-title img {
  width: 1.125em;
  margin-right: 0.13rem;
}

.footer .item-text {
  line-height: 1.375;
  color: #666;
}

.footer a.item-text:hover {
  color: var(--color);
  text-decoration: underline;
}

.footer .bottom {
  padding: 0.37rem 0;
}

.footer .bottom .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .text1 {
  line-height: 1.125;
  color: #666;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3rem;
  -moz-column-gap: 0.3rem;
  column-gap: 0.3rem;
}

.footer .text1 a {
  color: #666;
}

.footer .text1 a:hover {
  color: var(--color);
  text-decoration: underline;
}

.footer .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.24rem;
  -moz-column-gap: 0.24rem;
  column-gap: 0.24rem;
}

.footer .btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.5em;
  padding: 0 0.26rem;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
}

.footer .btn:hover {
  text-decoration: underline;
}

.footer .btn span {
  margin-left: 0.08rem;
  margin-right: 2px;
}

.footer .btn img:nth-child(1) {
  width: 1.25em;
}

.footer .btn img:nth-child(3) {
  width: 0.9375em;
}

.footer .codes {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.2rem;
  -moz-column-gap: 0.2rem;
  column-gap: 0.2rem;
}

.footer .code {
  cursor: pointer;
  width: 30px;
  position: relative;
}

.footer .code:hover .code-img {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.footer .code-img {
  bottom: 130%;
  position: absolute;
  left: 50%;
  width: 110px;
  max-width: initial;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -15px, 0);
  -moz-transform: translate3d(-50%, -15px, 0);
  transform: translate3d(-50%, -15px, 0);
}

.index1 {
  aspect-ratio: 1920/950;
}

.index1 .swiper-slide {
  overflow: hidden;
}

.index1 .slide-video {
  -o-object-fit: cover;
  object-fit: cover;
}

.index1 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.index1 .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index1 .icon {
  position: absolute;
  width: 1.5rem;
  left: -1rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.index1 .text1 {
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: bold;
  margin-right: 0.27rem;
  position: relative;
}

.index1 .text2 {
  line-height: 1.1578947368;
  position: relative;
}

.index1 .swiper-pagination {
  margin-bottom: 0.3rem;
}

.index2 {
  background: url(../images_die/1.webp) no-repeat center center/cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 9.5rem;
}

.index2 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index2 .info {
  width: 49.4186046512%;
}

.index2 .my-title {
  margin-bottom: 0.4rem;
}

.index2 .text1 {
  line-height: 1.875;
  color: #2C2D32;
  opacity: 0.8;
  margin-bottom: 0.66rem;
}

.index2 .text2 {
  line-height: 1.875;
  margin-bottom: 0.3rem;
}

.index2 .swiper {
  width: 100%;
  margin-left: 0;
  padding-bottom: 30px;
}

.index2 .img {
  width: 48.2558139535%;
  margin-right: 0.6976744186%;
  margin-top: 0.95rem;
}

.index2 .icon1 {
  position: absolute;
  width: 3.488372093%;
  right: 3.8953488372%;
  top: 0.32rem;
  -webkit-animation: collision 6s linear infinite;
  -moz-animation: collision 6s linear infinite;
  -o-animation: collision 6s linear infinite;
  animation: collision 6s linear infinite;
}

.index2 .icon2 {
  position: absolute;
  width: 3.488372093%;
  right: 35.8720930233%;
  top: 5.27rem;
  -webkit-animation: collision 6s linear infinite -1s;
  -moz-animation: collision 6s linear infinite -1s;
  -o-animation: collision 6s linear infinite -1s;
  animation: collision 6s linear infinite -1s;
}

.index2 .icon3 {
  position: absolute;
  width: 3.488372093%;
  right: 18.4302325581%;
  top: 5.83rem;
  -webkit-animation: collision 6s linear infinite -3s;
  -moz-animation: collision 6s linear infinite -3s;
  -o-animation: collision 6s linear infinite -3s;
  animation: collision 6s linear infinite -3s;
}

.index2 .icon4 {
  position: absolute;
  width: 2.0348837209%;
  right: 51.1627906977%;
  top: 6.25rem;
  -webkit-animation: collision 6s linear infinite -2s;
  -moz-animation: collision 6s linear infinite -2s;
  -o-animation: collision 6s linear infinite -2s;
  animation: collision 6s linear infinite -2s;
}

.index3 {
  padding-top: 1.4rem;
  padding-bottom: 1.98rem;
  margin-top: -0.8rem;
  position: relative;
  overflow: hidden;
}

.index3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index3 .bg1 {
  background: url(../images_die/4.webp) no-repeat top center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-flex: 4;
  -moz-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  max-height: 46.875vw;
}

.index3 .bg2 {
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  background-color: #E8F2F9;
}

.index3 .bg3 {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  aspect-ratio: 1920/81;
  background: url(../images_die/5.webp) no-repeat center center/100%;
}

.index3 .my-title {
  margin-bottom: 0.22rem;
}

.index3 .text1 {
  line-height: 1.875;
  margin-bottom: 0.73rem;
}

.index3 .icon1 {
  position: absolute;
  width: 2.3255813953%;
  right: 26.976744186%;
  top: -0.1rem;
  -webkit-animation: collision 6s linear infinite;
  -moz-animation: collision 6s linear infinite;
  -o-animation: collision 6s linear infinite;
  animation: collision 6s linear infinite;
}

.index3 .icon2 {
  position: absolute;
  width: 4.0697674419%;
  right: 17.9069767442%;
  top: 0.61rem;
  -webkit-animation: collision 6s linear infinite -1s;
  -moz-animation: collision 6s linear infinite -1s;
  -o-animation: collision 6s linear infinite -1s;
  animation: collision 6s linear infinite -1s;
}

.index3 .icon3 {
  position: absolute;
  width: 2.9069767442%;
  right: 6.2790697674%;
  top: 0.38rem;
  -webkit-animation: collision 6s linear infinite -3s;
  -moz-animation: collision 6s linear infinite -3s;
  -o-animation: collision 6s linear infinite -3s;
  animation: collision 6s linear infinite -3s;
}

.index4 {
  padding-top: 1.28rem;
  padding-bottom: 1.4rem;
}

.index4 .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.index4 .icon1 {
  position: absolute;
  width: 2.9069767442%;
  right: 30.9302325581%;
  top: -0.03rem;
  -webkit-animation: collision 6s linear infinite;
  -moz-animation: collision 6s linear infinite;
  -o-animation: collision 6s linear infinite;
  animation: collision 6s linear infinite;
}

.index4 .icon1 img {
  -webkit-transform: rotate(46deg);
  -moz-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  transform: rotate(46deg);
}

.index4 .icon2 {
  position: absolute;
  width: 20.0581395349%;
  right: 12.3255813953%;
  top: -1.68rem;
  -webkit-animation: collision 6s linear infinite -1s;
  -moz-animation: collision 6s linear infinite -1s;
  -o-animation: collision 6s linear infinite -1s;
  animation: collision 6s linear infinite -1s;
}

.index4 .icon3 {
  position: absolute;
  width: 2.3255813953%;
  right: 12.6162790698%;
  top: 0.64rem;
  -webkit-animation: collision 6s linear infinite -3s;
  -moz-animation: collision 6s linear infinite -3s;
  -o-animation: collision 6s linear infinite -3s;
  animation: collision 6s linear infinite -3s;
}

.index4 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index4 .left {
  width: 47.0930232558%;
}

.index4 .line {
  width: 1px;
  background-color: #D9D9D9;
}

.index4 .left:hover .item-title, .index4 .item:hover .item-title {
  color: var(--color);
}

.index4 .item {
  padding: 0.35rem 0 0.28rem;
  width: 100%;
}

.index4 .item:first-child {
  padding-top: 0;
}

.index4 .item:last-child {
  padding-bottom: 0;
}

.index4 .item:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}

.index4 .item .item-time {
  margin-bottom: 0.18rem;
}

.index4 .item .item-title {
  line-height: 1.25;
  margin-bottom: 0.08rem;
}

.index4 .item-img {
  border-radius: 0.2rem;
  margin-bottom: 0.26rem;
}

.index4 .item-time {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  margin-bottom: 0.2rem;
}

.index4 .item-time img {
  width: 1.25em;
  margin-right: 0.11rem;
}

.index4 .item-title {
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.index4 .item-text {
  line-height: 1.875;
  color: #2C2D32;
}

.index4 .list {
  width: 47.0930232558%;
}

.about1 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  background: url(../images_die/6.webp) no-repeat center center/cover;
  overflow: hidden;
}

.about1 .my-title2 {
  margin-bottom: 0.67rem;
}

.about1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about1 .img {
  width: 33.7209302326%;
  margin-left: 6.5697674419%;
  margin-top: -1.06rem;
}

.about1 .info {
  width: 52.3255813953%;
  margin-right: 5.5813953488%;
}

.about1 .my-title {
  margin-bottom: 0.62rem;
}

.about1 .text1 {
  line-height: 1.875;
  color: #2C2D32;
  margin-bottom: 0.42rem;
}

.about1 .swiper {
  overflow: initial;
}

.about1 .swiper-wrapper {
  width: auto;
  height: auto;
}

.about1 .swiper-slide {
  opacity: 1;
  margin: 0 0.22rem;
}

.about1 .swiper-slide-active {
  opacity: 1;
}

.about1 .swiper-slide-active + .swiper-slide {
  opacity: 1;
}

.about1 .swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
}

.about1 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
}

.about1 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 0.6;
}

.about1 .icon1 {
  position: absolute;
  width: 4.7674418605%;
  right: 1.8604651163%;
  top: -0.27rem;
  -webkit-animation: collision 6s linear infinite;
  -moz-animation: collision 6s linear infinite;
  -o-animation: collision 6s linear infinite;
  animation: collision 6s linear infinite;
}

.about1 .icon2 {
  position: absolute;
  width: 2.3255813953%;
  right: 13.8953488372%;
  top: 0.63rem;
  -webkit-animation: collision 6s linear infinite -1s;
  -moz-animation: collision 6s linear infinite -1s;
  -o-animation: collision 6s linear infinite -1s;
  animation: collision 6s linear infinite -1s;
}

.about1 .icon3 {
  position: absolute;
  width: 1.511627907%;
  right: 7.0930232558%;
  top: 1.93rem;
  -webkit-animation: collision 6s linear infinite -2s;
  -moz-animation: collision 6s linear infinite -2s;
  -o-animation: collision 6s linear infinite -2s;
  animation: collision 6s linear infinite -2s;
}

.about1 .icon4 {
  position: absolute;
  width: 3.488372093%;
  left: 9.1279069767%;
  top: 4.64rem;
  -webkit-animation: collision 6s linear infinite -4s;
  -moz-animation: collision 6s linear infinite -4s;
  -o-animation: collision 6s linear infinite -4s;
  animation: collision 6s linear infinite -4s;
}

.about1 .icon5 {
  position: absolute;
  width: 3.488372093%;
  left: 27.6744186047%;
  top: 5.65rem;
  -webkit-animation: collision 6s linear infinite -3s;
  -moz-animation: collision 6s linear infinite -3s;
  -o-animation: collision 6s linear infinite -3s;
  animation: collision 6s linear infinite -3s;
}

.about1 .icon6 {
  position: absolute;
  width: 4.7674418605%;
  left: -0.4069767442%;
  top: 6.24rem;
  -webkit-animation: collision 6s linear infinite -2s;
  -moz-animation: collision 6s linear infinite -2s;
  -o-animation: collision 6s linear infinite -2s;
  animation: collision 6s linear infinite -2s;
}

.technology1 {
  background: url(../images_die/26.webp) no-repeat bottom center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 0.9rem;
}

.technology1 .my-title2 {
  margin-bottom: 0.06rem;
}

.technology1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.technology1 .info {
  width: 46.511627907%;
  padding-top: 1.9rem;
  padding-bottom: 20px;
}

.technology1 .my-title {
  margin-bottom: 0.43rem;
}

.technology1 .text1 {
  line-height: 1.875;
  color: #2C2D32;
}

.technology1 .img {
  width: 40.1162790698%;
  margin-right: -2.5581395349%;
  margin-bottom: -0.26rem;
}

.technology1 .icon1 {
  position: absolute;
  width: 4.0697674419%;
  right: 17.1511627907%;
  top: -0.17rem;
  -webkit-animation: collision 6s linear infinite;
  -moz-animation: collision 6s linear infinite;
  -o-animation: collision 6s linear infinite;
  animation: collision 6s linear infinite;
}

.technology1 .icon2 {
  position: absolute;
  width: 2.6744186047%;
  right: 11.3953488372%;
  top: 1.41rem;
  -webkit-animation: collision 6s linear infinite -1s;
  -moz-animation: collision 6s linear infinite -1s;
  -o-animation: collision 6s linear infinite -1s;
  animation: collision 6s linear infinite -1s;
}

.technology1 .icon3 {
  position: absolute;
  width: 2.6744186047%;
  left: 3.488372093%;
  top: 1.83rem;
  -webkit-animation: collision 6s linear infinite -2s;
  -moz-animation: collision 6s linear infinite -2s;
  -o-animation: collision 6s linear infinite -2s;
  animation: collision 6s linear infinite -2s;
}

.technology1 .icon4 {
  position: absolute;
  width: 2.9069767442%;
  right: 36.1046511628%;
  top: 3.58rem;
  -webkit-animation: collision 6s linear infinite -4s;
  -moz-animation: collision 6s linear infinite -4s;
  -o-animation: collision 6s linear infinite -4s;
  animation: collision 6s linear infinite -4s;
}

.technology1 .icon5 {
  position: absolute;
  width: 2.3255813953%;
  right: 39.1279069767%;
  top: 6.54rem;
  -webkit-animation: collision 6s linear infinite -3s;
  -moz-animation: collision 6s linear infinite -3s;
  -o-animation: collision 6s linear infinite -3s;
  animation: collision 6s linear infinite -3s;
}

.technology1 .icon6 {
  position: absolute;
  width: 2.9069767442%;
  right: 26.976744186%;
  top: 6.46rem;
  -webkit-animation: collision 6s linear infinite -2s;
  -moz-animation: collision 6s linear infinite -2s;
  -o-animation: collision 6s linear infinite -2s;
  animation: collision 6s linear infinite -2s;
}

.technology2 {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  background: url(../images_die/33.webp) no-repeat bottom center/cover;
}

.technology2 .my-title {
  margin-bottom: 0.43rem;
}

.technology2 .text1 {
  line-height: 1.875;
  color: #2C2D32;
  margin-bottom: 0.74rem;
}

.technology2 .text1 p + p {
  margin-top: 0.15rem;
}

.news1 {
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
}

.news1 .my-title2 {
  margin-bottom: 0.8rem;
}

.news1 .swiper {
  padding-bottom: 0.44rem;
}

.news1 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.2rem;
  overflow: hidden;
}

.news1 .swiper-slide:hover .slide-text2 {
  color: var(--color);
}

.news1 .slide-info {
  width: 50%;
  background-color: #EFF5F9;
  padding: 0.6rem 0.8rem 0.6rem 0.6rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.news1 .slide-text1 {
  line-height: 2.1428571429;
  padding: 0 0.12rem;
  background-color: rgba(39, 169, 160, 0.1);
  color: var(--color);
  border-radius: 0.06rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 0.24rem;
}

.news1 .slide-text2 {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 0.23rem;
}

.news1 .slide-text3 {
  width: 100%;
  line-height: 1.875;
  color: #2C2D32;
  margin-bottom: 0.38rem;
}

.news1 .slide-time {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999999;
  margin-bottom: 0.2rem;
}

.news1 .slide-time img {
  width: 1.25em;
  margin-right: 0.11rem;
}

.news1 .slide-more {
  margin-top: auto;
}

.news1 .slide-img {
  width: 50%;
}

.news1 .icon1 {
  position: absolute;
  width: 2.9069767442%;
  right: 3.488372093%;
  top: 0.53rem;
  -webkit-animation: collision 6s linear infinite;
  -moz-animation: collision 6s linear infinite;
  -o-animation: collision 6s linear infinite;
  animation: collision 6s linear infinite;
}

.news1 .icon2 {
  position: absolute;
  width: 4.0697674419%;
  right: 5%;
  top: 0.43rem;
  -webkit-animation: collision 6s linear infinite -2s;
  -moz-animation: collision 6s linear infinite -2s;
  -o-animation: collision 6s linear infinite -2s;
  animation: collision 6s linear infinite -2s;
}

.news1 .icon3 {
  position: absolute;
  width: 5.8139534884%;
  right: 17.7906976744%;
  top: 66.3829787234%;
  -webkit-animation: collision 6s linear infinite -1s;
  -moz-animation: collision 6s linear infinite -1s;
  -o-animation: collision 6s linear infinite -1s;
  animation: collision 6s linear infinite -1s;
}

.news2 {
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
}

.news2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.15rem;
  -moz-column-gap: 0.15rem;
  column-gap: 0.15rem;
  row-gap: 0.15rem;
  margin-bottom: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news2 .select-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.3rem;
  line-height: 2.75;
  background-color: #F2F2F2;
  -webkit-column-gap: 0.1rem;
  -moz-column-gap: 0.1rem;
  column-gap: 0.1rem;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}

.news2 .select-item:hover .select-bg, .news2 .select-item.active .select-bg {
  opacity: 1;
}

.news2 .select-item:hover .select-text, .news2 .select-item.active .select-text {
  color: #fff;
}

.news2 .select-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(356deg, #27A9A0 0.38%, #1F69BE 123.94%);
  background: -moz-linear-gradient(356deg, #27A9A0 0.38%, #1F69BE 123.94%);
  background: -o-linear-gradient(356deg, #27A9A0 0.38%, #1F69BE 123.94%);
  background: linear-gradient(94deg, #27A9A0 0.38%, #1F69BE 123.94%);
  opacity: 0;
}

.news2 .select-text {
  position: relative;
}

.news2 .select-icon{
    display: none;
}

.news2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.0348837209%;
  -moz-column-gap: 2.0348837209%;
  column-gap: 2.0348837209%;
  row-gap: 0.35rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.news2 .item {
  width: 31.976744186%;
  border: 1px solid #F0F0F0;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.6rem 0.4rem 0.58rem;
}

.news2 .item:hover {
  background-color: var(--color);
  border-color: var(--color);
}

.news2 .item:hover .item-time, .news2 .item:hover .item-text1, .news2 .item:hover .item-text2, .news2 .item:hover .item-more {
  color: #fff;
}

.news2 .item-time {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  margin-bottom: 0.2rem;
}

.news2 .item-time span {
  width: 1.25em;
  margin-right: 0.11rem;
}

.news2 .item-text1 {
  line-height: 1.625;
  margin-bottom: 0.2rem;
}

.news2 .item-text2 {
  line-height: 1.875;
  margin-bottom: 0.4rem;
  height: 3.75em;
  color: #2C2D32;
}

.news2 .item-more {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2C2D32;
}

.news2 .item-more .my-img-target {
  width: 0.9375em;
  margin-left: 0.06rem;
}

.news-detail1 {
  padding-bottom: 1.03rem;
}

.news-detail1 .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.news-detail1 .title {
  text-align: center;
  line-height: 1.2777777778;
  margin-bottom: 0.34rem;
}

.news-detail1 .infos {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #999999;
  margin-bottom: 0.5rem;
}

.news-detail1 .info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-detail1 .info img {
  width: 1.25em;
  margin-right: 0.11rem;
}

.news-detail1 .info-line {
  width: 1px;
  height: 1.125em;
  background-color: #D9D9D9;
  margin: 0 0.4rem;
}

.news-detail1 .content {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 0.43rem;
  padding-bottom: 0.43rem;
  font-size: 16px;
  line-height: 1.875;
  color: #2C2D32;
}

.news-detail1 .content * {
  font-family: '微软雅黑', Arial, Helvetica, sans-serif, Microsoft Yahei!important;
  font-size: 16px!important;
  line-height: 1.875!important;
}

.news-detail1 .content img {
  display: inline-block;
  height: auto !important;
}

.news-detail1 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.5rem;
}

.news-detail1 .bottom .item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  line-height: 1.75;
}

.news-detail1 .bottom .item a {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #2C2D32;
}

.news-detail1 .bottom .item a:hover {
  text-decoration: underline;
  color: var(--color);
}

.news-detail1 .bottom .item:nth-child(3) {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news-detail1 .bottom .btn {
  margin: 0 15px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: 3.125;
  padding: 0 0.28rem;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-detail1 .bottom .btn:hover .btn-bg {
  -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
  -moz-transform: translate3d(0, -50%, 0) rotate(180deg);
  transform: translate3d(0, -50%, 0) rotate(180deg);
}

.news-detail1 .btn-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  aspect-ratio: 1/1;
  background: -webkit-linear-gradient(354deg, #27A9A0 2.39%, #1F69BE 128.32%);
  background: -moz-linear-gradient(354deg, #27A9A0 2.39%, #1F69BE 128.32%);
  background: -o-linear-gradient(354deg, #27A9A0 2.39%, #1F69BE 128.32%);
  background: linear-gradient(96deg, #27A9A0 2.39%, #1F69BE 128.32%);
  pointer-events: none;
}

.news-detail1 .btn-text {
  position: relative;
  color: #fff;
}

.news-detail1 .btn-icon {
  width: 1.125em;
  margin-left: 0.1rem;
  position: relative;
}

.job1 {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  background: url(../images_die/37.webp) no-repeat center center/cover;
}

.job1 .my-title2 {
  margin-bottom: 0.8rem;
}

.job1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.job1 .img {
  width: 31.976744186%;
  margin-left: -1.2790697674%;
}

.job1 .info {
  width: 58.7209302326%;
  margin-top: 0.7rem;
}

.job1 .my-title {
  margin-bottom: 0.58rem;
}

.job1 .content2 {
  padding-left: 0.8rem;
  padding-right: 0.78rem;
  padding-top: 0.76rem;
  position: relative;
}

.job1 .text2 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: var(--color);
}

.job1 .text3 {
  left: auto;
  top: auto;
  right: 0;
  bottom: -0.26rem;
}

.job1 .text1 {
  line-height: 1.875;
  color: #2C2D32;
  margin-bottom: 0.43rem;
}

.job1 .text1 p + p {
  margin-top: 1em;
}

.job1 .btn {
  line-height: 3.125;
  padding: 0 0.28rem;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job1 .btn:hover .btn-bg {
  -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
  -moz-transform: translate3d(0, -50%, 0) rotate(180deg);
  transform: translate3d(0, -50%, 0) rotate(180deg);
}

.job1 .btn .btn-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  aspect-ratio: 1/1;
  background: -webkit-linear-gradient(354deg, #27A9A0 2.39%, #1F69BE 128.32%);
  background: -moz-linear-gradient(354deg, #27A9A0 2.39%, #1F69BE 128.32%);
  background: -o-linear-gradient(354deg, #27A9A0 2.39%, #1F69BE 128.32%);
  background: linear-gradient(96deg, #27A9A0 2.39%, #1F69BE 128.32%);
  pointer-events: none;
}

.job1 .btn .btn-text {
  position: relative;
  color: #fff;
}

.job1 .btn .btn-icon {
  width: 1.125em;
  margin-left: 0.1rem;
  position: relative;
}

.job1 .icon1 {
  position: absolute;
  width: 3.488372093%;
  right: 35.988372093%;
  top: 0.61rem;
  -webkit-animation: collision 6s linear infinite;
  -moz-animation: collision 6s linear infinite;
  -o-animation: collision 6s linear infinite;
  animation: collision 6s linear infinite;
}

.job1 .icon2 {
  position: absolute;
  width: 2.3255813953%;
  right: 24.2441860465%;
  top: 1.59rem;
  -webkit-animation: collision 6s linear infinite -1s;
  -moz-animation: collision 6s linear infinite -1s;
  -o-animation: collision 6s linear infinite -1s;
  animation: collision 6s linear infinite -1s;
}

.job1 .icon3 {
  position: absolute;
  width: 23.2558139535%;
  right: 5%;
  top: -1.23rem;
  -webkit-animation: collision 6s linear infinite -2s;
  -moz-animation: collision 6s linear infinite -2s;
  -o-animation: collision 6s linear infinite -2s;
  animation: collision 6s linear infinite -2s;
}

.job1 .icon4 {
  position: absolute;
  width: 2.9069767442%;
  right: 3.488372093%;
  top: 0.43rem;
  -webkit-animation: collision 6s linear infinite -4s;
  -moz-animation: collision 6s linear infinite -4s;
  -o-animation: collision 6s linear infinite -4s;
  animation: collision 6s linear infinite -4s;
}

.job1 .icon5 {
  position: absolute;
  width: 1.7441860465%;
  left: 33.1976744186%;
  top: 7.92rem;
  -webkit-animation: collision 6s linear infinite -3s;
  -moz-animation: collision 6s linear infinite -3s;
  -o-animation: collision 6s linear infinite -3s;
  animation: collision 6s linear infinite -3s;
}

.contact1 {
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
}

.contact1 .icon1 {
  position: absolute;
  width: 2.9069767442%;
  right: 34.5930232558%;
  top: 0.78rem;
  -webkit-animation: collision 6s linear infinite;
  -moz-animation: collision 6s linear infinite;
  -o-animation: collision 6s linear infinite;
  animation: collision 6s linear infinite;
}

.contact1 .icon2 {
  position: absolute;
  width: 2.3255813953%;
  right: 19.4186046512%;
  top: -0.37rem;
  -webkit-animation: collision 6s linear infinite -1s;
  -moz-animation: collision 6s linear infinite -1s;
  -o-animation: collision 6s linear infinite -1s;
  animation: collision 6s linear infinite -1s;
}

.contact1 .icon3 {
  position: absolute;
  width: 2.9069767442%;
  right: 3.488372093%;
  top: 0.53rem;
  -webkit-animation: collision 6s linear infinite -2s;
  -moz-animation: collision 6s linear infinite -2s;
  -o-animation: collision 6s linear infinite -2s;
  animation: collision 6s linear infinite -2s;
}

.contact1 .my-title2 {
  margin-bottom: 0.6rem;
}

.contact1 .content {
  position: relative;
}

.contact1 .img {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}

.contact1 .dot {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 36.511627907%;
  top: 48.3870967742%;
}

.contact1 .dot-img {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 1.3rem;
  max-width: initial;
  box-shadow: 0 0 0 0 rgba(39, 169, 160, 0.3);
  -webkit-animation: ani1 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -moz-animation: ani1 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -o-animation: ani1 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  animation: ani1 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
}

.contact1 .info {
  position: absolute;
  top: 0.6rem;
  bottom: 0.6rem;
  right: 0.6rem;
  width: 38.3720930233%;
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(7px);
  display: flex;
  flex-direction: column;
}

.contact1 .my-title {
  padding: 0.5rem 0.47rem 0.4rem;
  border-bottom: 1px solid #D9D9D9;
  flex-shrink: 0;
}

.contact1 .list {
  padding: 0.47rem 0.5rem .2rem;
  flex-grow: 1;
  height: 0;
  overflow: auto;
}

.contact1 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact1 .item + .item {
  margin-top: 0.34rem;
}

.contact1 .item-icon {
  width: 1.125em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.13rem;
}

.contact1 .item-title {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.contact1 .item-line {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1px;
  height: 1em;
  background-color: #D9D9D9;
  margin: 0 0.15rem;
}

.contact1 .item-text {
  color: #666666;
  line-height: 1.375;
}

.contact1 a.item-text:hover {
  color: var(--color);
  text-decoration: underline;
}

.contact2 {
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
}

.contact2 .my-title {
  margin-bottom: 0.5rem;
}

.contact2 .content {
  background-color: #F5F6F8;
  padding: 0.57rem 0.6rem 0.6rem;
  color: #2C2D32;
}

.contact2 .text1 {
  line-height: 1.375;
  margin-bottom: 0.33rem;
}

.contact2 .form {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact2 .form-item {
  width: 48.75%;
  margin-bottom: 0.26rem;
}

.contact2 .form-item:last-child {
  margin-bottom: 0.23rem;
}

.contact2 .form-item.w100 {
  width: 100%;
}

.contact2 .form-item.active .form-input {
  border-color: rgb(216, 38, 28);
}

.contact2 .form-item.active .form-error {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.contact2 .form-label {
  line-height: 1.2222222222;
  margin-bottom: 0.12rem;
}

.contact2 .form-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.contact2 .form-input, .contact2 .form-textarea {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  border: 1px solid #D3D8DD;
  background-color: #fff;
  padding: 0 0.2rem;
  color: #000;
}

.contact2 .form-input:focus, .contact2 .form-textarea:focus {
  border-color: var(--color);
}

.contact2 .form-input {
  height: 2.6666666667em;
}

.contact2 .form-textarea {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  height: 8.3333333333em;
}

.contact2 .form-error {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  line-height: 14px;
  color: rgb(216, 38, 28);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.contact2 .form-arr {
  position: absolute;
  width: 0.6666666667em;
  right: 0.16rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.contact2 .form-select {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}

.contact2 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact2 .text2 {
  line-height: 1.875;
}

.contact2 .btn {
  line-height: 3.125;
  padding: 0 0.58rem;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.contact2 .btn:hover .btn-bg {
  -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
  -moz-transform: translate3d(0, -50%, 0) rotate(180deg);
  transform: translate3d(0, -50%, 0) rotate(180deg);
}

.contact2 .btn .btn-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  aspect-ratio: 1/1;
  background: -webkit-linear-gradient(354deg, #27A9A0 2.39%, #1F69BE 128.32%);
  background: -moz-linear-gradient(354deg, #27A9A0 2.39%, #1F69BE 128.32%);
  background: -o-linear-gradient(354deg, #27A9A0 2.39%, #1F69BE 128.32%);
  background: linear-gradient(96deg, #27A9A0 2.39%, #1F69BE 128.32%);
  pointer-events: none;
}

.contact2 .btn .btn-text {
  position: relative;
  color: #fff;
}

.search1 {
  padding-bottom: 1rem;
}

.search1 .breadcrumb {
  margin: 0.2rem auto 0.5rem;
}

.search1 .title {
  margin-bottom: 0.13rem;
  line-height: 1.125;
}

.search1 .text1 {
  line-height: 1.2631578947;
  margin-bottom: 0.54rem;
}

.search1 .content {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search1 .left {
  width: 17.4418604651%;
  background-color: #F5F6F8;
  padding: 0.3rem;
  min-height: 6rem;
  position: sticky;
  top: 130px;
  left: 0;
}

.search1 .left-title {
  margin-bottom: 0.3rem;
}

.search1 .select-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search1 .select-item + .select-item {
  margin-top: 0.35rem;
}

.search1 .select-item.active .select-text {
  color: #2C2D32;
}

.search1 .select-icon {
  width: 1.75em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.15rem;
}

.search1 .select-text {
  line-height: 1.5;
  color: #999;
}

.search1 .right {
  width: 80.2325581395%;
}

.search1 .input {
  padding: 0.24rem 0.25rem 0.36rem;
  background-color: #F5F6F8;
  margin-bottom: 0.28rem;
}

.search1 .input p {
  margin-bottom: 0.2rem;
}

.search1 .input-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.search1 .input-container input {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 3.125em;
  padding: 0 0.16rem;
  color: #2C2D32;
  border: 1px solid #999999;
  background-color: #fff;
}

.search1 .input-container input:focus {
  border-color: var(--color);
}

.search1 .input-container span {
  width: 3em;
  height: 3em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 0.12rem;
  background-color: var(--color);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search1 .input-container span:hover {
  background-color: #7DCBC6;
}

.search1 .input-container span img {
  width: 1em;
}

.search1 .tip {
  line-height: 1.25;
  color: #555555;
  margin-bottom: 0.29rem;
  padding-left: 0.25rem;
}

.search1 .list {
  margin-bottom: 0.49rem;
}

.search1 .item {
  padding: 0.4rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #F7F7F7;
}

.search1 .item:hover .item-title {
  color: var(--color);
}

.search1 .item:first-child {
  border-top: 1px solid #F7F7F7;
}

.search1 .item-img {
  width: 28.9855072464%;
  aspect-ratio: 400/220;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-radius: 0.2rem;
  margin-right: 0.4rem;
}

.search1 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.search1 .item-time {
  color: #999999;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.2rem;
}

.search1 .item-time img {
  width: 1.25em;
  margin-right: 0.11rem;
}

.search1 .item-title {
  line-height: 1.625;
  margin-bottom: 0.2rem;
}

.search1 .item-title span {
  color: var(--color);
  text-decoration: underline;
}

.search1 .item-text {
  line-height: 1.875;
  color: #2C2D32;
}

.search1 .item-text span {
  color: var(--color);
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .footer .nav {
    -webkit-column-gap: 0.1rem;
    -moz-column-gap: 0.1rem;
    column-gap: 0.1rem;
  }
  .footer .logo{
    width: 1.9rem;
  }
  .news1 .slide-info {
    padding: 0.3rem;
  }
  .footer .list{
      width: 14.604651%;
  }
  .footer .line{
      margin: 0 0.2rem;
  }
}
@media (max-width: 1440px) and (min-width: 800px) {
  .contact1 .list{
      padding-top: .2rem;
  }
  .contact1 .item + .item{
      margin-top: .2rem;
  }
}
@media (max-width: 1050px) {
  .my-placeholder {
    height: 0;
  }
  .a_dw {
    top: -50px;
  }
  .mhead {
    position: relative;
  }
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .footer .logo {
    width: 180px;
  }
  .footer .top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .nav {
    display: none;
  }
  .footer .logo {
    margin: 0 auto 20px;
  }
  .footer .top .box {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer .line {
    display: none;
  }
  .footer .list {
    width: 100%;
  }
  .footer .item-title {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .bottom .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .footer .text1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 8px;
  }
  .footer .content {
    width: 100%;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
  .news1 .slide-text3 {
    margin-bottom: 0.2rem;
  }
  .news1 .slide-more {
    display: none;
  }
}
@media (min-width: 801px) {
  .show800 {
    display: none;
  }
}
@media (max-width: 800px) {
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
  .my-swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .my-list1 .swiper-slide {
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
  .my-list1 .item {
    width: 32%;
  }
  .my-title2 .title-text1 {
    font-size: 30px;
  }
  .my-title .title-text2 {
    font-size: 30px;
  }
  .my-table {
    overflow: auto;
  }
  .my-table table {
    min-width: 800px;
  }
  .breadcrumb {
    display: none;
  }
  .show800 {
    display: block;
  }
  .hide800 {
    display: none;
  }
  .index1 {
    aspect-ratio: 750/950;
  }
  .index1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index1 .text1 {
    margin-right: 0;
  }
  .index1 .text2 {
    margin-top: 10px;
  }
  .index1 .slide-play {
    position: absolute;
    right: 5%;
    bottom: 15px;
    z-index: 5;
    width: 54px;
  }
  .index2 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index2 .info {
    width: 100%;
  }
  .index2 .swiper {
    width: 100%;
  }
  .index2 .icon1,
  .index2 .icon2,
  .index2 .icon3,
  .index2 .icon4 {
    display: none;
  }
  .index2 .img {
    margin: 15px auto 0;
    width: 100%;
  }
  .index3 .icon1,
  .index3 .icon2,
  .index3 .icon3 {
    display: none;
  }
  .index4 .icon1,
  .index4 .icon2,
  .index4 .icon3 {
    display: none;
  }
  .index4 .title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index4 .my-title {
    margin-bottom: 15px;
  }
  .index4 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index4 .left, .index4 .list {
    width: 100%;
  }
  .index4 .left {
    margin-bottom: 20px;
  }
  .index4 .line {
    width: 100%;
    height: 1px;
    margin-bottom: 17px;
  }
  .about1 .icon1,
  .about1 .icon2,
  .about1 .icon3,
  .about1 .icon4,
  .about1 .icon5,
  .about1 .icon6 {
    display: none;
  }
  .about1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about1 .img {
    width: 60%;
    margin: 0 auto 20px;
  }
  .about1 .info {
    margin-right: 0;
    width: 100%;
  }
  .about1 .swiper {
    padding-bottom: 20px;
  }
  .technology1 .icon1,
  .technology1 .icon2,
  .technology1 .icon3,
  .technology1 .icon4,
  .technology1 .icon5,
  .technology1 .icon6 {
    display: none;
  }
  .technology1 .my-title2 {
    margin-bottom: 20px;
  }
  .technology1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .technology1 .info {
    width: 100%;
    padding-top: 35px;
  }
  .technology1 .img {
    width: 80%;
    margin: 0 auto;
  }
  .news1 .icon1,
  .news1 .icon2,
  .news1 .icon3 {
    display: none;
  }
  .news1 .swiper-slide {
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .news1 .slide-info {
    width: 100%;
  }
  .news1 .slide-img {
    width: 100%;
  }
  .news2 .item {
    width: 100%;
  }
  .news-detail1 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-detail1 .bottom .item {
    width: 100%;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  .news-detail1 .bottom .item:nth-child(1) {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .news-detail1 .bottom .item:nth-child(3) {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .news-detail1 .bottom .btn {
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 15px auto 0;
  }
  .job1 .icon1,
  .job1 .icon2,
  .job1 .icon3,
  .job1 .icon4,
  .job1 .icon5 {
    display: none;
  }
  .job1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .job1 .my-title2 {
    margin-bottom: 20px;
  }
  .job1 .img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .job1 .info {
    width: 100%;
  }
  .job1 .content2 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
  .contact1 .icon1,
  .contact1 .icon2,
  .contact1 .icon3 {
    display: none;
  }
  .contact1 .info {
    position: static;
    width: 100%;
  }
  .contact1 .my-title, .contact1 .list {
    padding-left: 0;
    padding-right: 0;
  }
   .contact1 .list{
       height: auto;
   }
  .contact1 .dot-img {
    width: 50px;
  }
  .contact2 .content {
    padding: 15px;
  }
  .contact2 .form-item {
    width: 100%;
  }
  .contact2 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact2 .btn {
    margin-top: 15px;
  }
  .contact2 .form-item {
    margin-bottom: 16px;
  }
  .search1 .breadcrumb {
    display: none;
  }
  .search1 .title {
    font-size: 30px;
  }
  .search1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search1 .left {
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }
  .search1 .right {
    width: 100%;
  }
  .search1 .item-img {
    width: 150px;
  }
}
@-webkit-keyframes collision {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-0.2rem, -0.2rem);
    transform: translate(-0.2rem, -0.2rem);
  }
  50% {
    -webkit-transform: translate(0.2rem, -0.2rem);
    transform: translate(0.2rem, -0.2rem);
  }
  75% {
    -webkit-transform: translate(0.2rem, 0.2rem);
    transform: translate(0.2rem, 0.2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes collision {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -moz-transform: translate(-0.2rem, -0.2rem);
    transform: translate(-0.2rem, -0.2rem);
  }
  50% {
    -moz-transform: translate(0.2rem, -0.2rem);
    transform: translate(0.2rem, -0.2rem);
  }
  75% {
    -moz-transform: translate(0.2rem, 0.2rem);
    transform: translate(0.2rem, 0.2rem);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes collision {
  0% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -o-transform: translate(-0.2rem, -0.2rem);
    transform: translate(-0.2rem, -0.2rem);
  }
  50% {
    -o-transform: translate(0.2rem, -0.2rem);
    transform: translate(0.2rem, -0.2rem);
  }
  75% {
    -o-transform: translate(0.2rem, 0.2rem);
    transform: translate(0.2rem, 0.2rem);
  }
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes collision {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-0.2rem, -0.2rem);
    -moz-transform: translate(-0.2rem, -0.2rem);
    -o-transform: translate(-0.2rem, -0.2rem);
    transform: translate(-0.2rem, -0.2rem);
  }
  50% {
    -webkit-transform: translate(0.2rem, -0.2rem);
    -moz-transform: translate(0.2rem, -0.2rem);
    -o-transform: translate(0.2rem, -0.2rem);
    transform: translate(0.2rem, -0.2rem);
  }
  75% {
    -webkit-transform: translate(0.2rem, 0.2rem);
    -moz-transform: translate(0.2rem, 0.2rem);
    -o-transform: translate(0.2rem, 0.2rem);
    transform: translate(0.2rem, 0.2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani1 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@-moz-keyframes ani1 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@-o-keyframes ani1 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes ani1 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}