@charset "UTF-8";
@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;
  }
}
.magnify-button{
    display: none;
}
.magnify-button:nth-child(1),.magnify-button:nth-child(2){
    display: inline-block;
}
.magnify-header .magnify-toolbar .magnify-button:nth-child(1){
    display: none;
}
.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-toggle {
  position: relative;
}

.my-toggle > .my-toggle-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  z-index: -9;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.5s, z-index 1s ease-in;
  -o-transition: all 0.5s, z-index 1s ease-in;
  -moz-transition: all 0.5s, z-index 1s ease-in;
  transition: all 0.5s, z-index 1s ease-in;
}

.my-toggle > .my-toggle-item.active {
  position: relative;
  -webkit-transition: 0.5s all 0.5s, z-index 0s;
  -o-transition: 0.5s all 0.5s, z-index 0s;
  -moz-transition: 0.5s all 0.5s, z-index 0s;
  transition: 0.5s all 0.5s, z-index 0s;
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.my-main img, .my-main video {
  -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;
  font-family: "微软雅黑";
}

.my-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
}

.my-modal .modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.my-modal .modal-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: safe center;
  -moz-box-align: safe center;
  -ms-flex-align: safe center;
  align-items: safe center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  padding: 5vh 15px;
}

.my-modal .modal-main {
  position: relative;
  max-width: 100%;
}

.my-modal .modal-close {
  position: absolute;
  top: 0;
  right: -33px;
  width: 18px;
}

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

header.active {
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
}

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

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

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

.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;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .logo {
  width: 4.95em;
  position: absolute;
  left: 0;
}

.header .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav-item {
  position: relative;
  margin: 0 0.4rem;
}

.header .nav-item:hover .nav-link, .header .nav-item.active .nav-link {
  color: #0093D7;
}

.header .nav-item:hover .nav-link img, .header .nav-item.active .nav-link img {
  opacity: 1;
}

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

.header .nav-link {
  line-height: 5;
  position: relative;
}

.header .nav-link img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 0.85em;
  bottom: 0.8em;
  opacity: 0;
}

.header .nav-container {
  position: absolute;
  left: 50%;
  top: 100%;
  padding-top: 8px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(-50%, -20px, 0);
  -moz-transform: translate3d(-50%, -20px, 0);
  transform: translate3d(-50%, -20px, 0);
}

.header .nav-ul {
  white-space: nowrap;
  background-color: #fff;
  border-radius: 10px;
  padding: 1em;
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.05);
}

.header .nav-li {
  display: block;
  line-height: 1.625;
  color: #666666;
}

.header .nav-li:hover {
  color: #0093D7;
}

.header .nav-li + .nav-li {
  margin-top: 0.12rem;
}

.header .right {
  position: absolute;
  right: 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;
}

.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: #0093D7;
}

.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-line {
  width: 1px;
  height: 1.2em;
  background-color: #D9D9D9;
  opacity: 0.5;
  margin: 0 0.2rem;
}

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

.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-link {
  line-height: 1.2;
  min-width: 3.5em;
  padding: 0.08rem 0;
  text-align: center;
  white-space: nowrap;
  display: block;
  position: relative;
}

.header .item-link:hover {
  color: #0093D7;
}

.header .input {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  pointer-events: none;
}

.header .input.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}

.header .input input {
  width: 260px;
  background-color: #fff;
  line-height: 3;
  border-radius: 32px;
  font-size: 16px;
  padding-left: 24px;
  padding-right: 50px;
}

.header .input img {
  width: 20px;
  position: absolute;
  right: 24px;
  top: 14px;
  cursor: pointer;
}

.footer {
  background: url(../images_die/1.webp) no-repeat center center/cover;
}

.footer .top .box {
  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;
  padding-top: 0.72rem;
  padding-bottom: 0.3rem;
}

.footer .top .logo {
  width: 5.3333333333em;
  margin-bottom: 0.3rem;
}

.footer .top .tel {
  color: #0093D7;
  letter-spacing: 0.05em;
  font-family: Arial;
  line-height: 1.8;
  margin-bottom: 0.07rem;
}

.footer .top .tel:hover {
  text-decoration: underline;
}

.footer .top .text {
  line-height: 1.75;
  color: #333333;
}

.footer .top .text + .text {
  margin-top: 0.07rem;
}

.footer .top .text img {
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.25em;
  margin-right: 0.08rem;
}

.footer .top .text a:hover {
  color: #0093D7;
  text-decoration: underline;
}

.footer .top .code {
  width: 100px;
  margin-top: 0.24rem;
}

.footer .top .code-img {
  margin-bottom: 3px;
}

.footer .top .code-text {
  text-align: center;
  line-height: 1.75;
  color: #666;
}

.footer .top .line {
  width: 1px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background-color: #E2E2E2;
}

.footer .top .nav {
  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;
}

.footer .top .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 .top .nav-item + .nav-item {
  margin-left: 1.2rem;
}

.footer .top .nav-li {
  line-height: 1.75;
  color: #333;
}

.footer .top .nav-li:nth-child(1) {
  margin-bottom: 0.15rem;
}

.footer .top .nav-li + .nav-li {
  margin-top: 0.09rem;
}

.footer .top .nav-li:hover {
  color: #0093D7;
  text-decoration: underline;
}

.footer .bottom .box {
  border-top: 1px solid #DBDBDB;
  padding-top: 0.19rem;
  padding-bottom: 0.24rem;
  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 .bottom p {
  color: #666666;
  line-height: 1.75;
}

.footer .bottom a:hover {
  color: #0093D7;
  text-decoration: underline;
}

.my-sidebar {
  position: fixed;
  right: 0;
  bottom: 20vh;
  z-index: 1000;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.my-sidebar.show {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.my-sidebar .list {
  background-color: #fff;
  width: 80px;
  border-radius: 40px 0 0 40px;
  box-shadow: -4px 4px 20px 0 rgba(153, 153, 153, 0.1);
}

.my-sidebar .item {
  padding: 32px 0 24px;
  position: relative;
  cursor: pointer;
  display: block;
}

.my-sidebar .item + .item::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 0;
  width: 40px;
  height: 1px;
  background-color: #EEEEEE;
}

.my-sidebar .item:hover .item-title {
  color: #0093D7;
}

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

.my-sidebar .item:hover .item-tel {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.my-sidebar .item-icon {
  width: 40px;
  margin: 0 auto 8px;
  position: relative;
}

.my-sidebar .item-icon img {
  position: relative;
  z-index: 2;
}

.my-sidebar .item-tel {
  z-index: 1;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  line-height: 40px;
  border-radius: 100px 0 0 100px;
  background-color: #0093D7;
  right: 25px;
  padding-right: 31px;
  padding-left: 16px;
  top: 0;
  font-size: 16px;
  font-family: Arial;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  opacity: 0;
  pointer-events: none;
}

.my-sidebar .item-tel a {
  color: #fff;
}

.my-sidebar .item-tel a:hover {
  text-decoration: underline;
}

.my-sidebar .item-code {
  position: absolute;
  right: 100%;
  width: 100%;
  margin-right: 8px;
  top: 50%;
  -webkit-transform: translate3d(-20px, -50%, 0);
  -moz-transform: translate3d(-20px, -50%, 0);
  transform: translate3d(-20px, -50%, 0);
  opacity: 0;
  pointer-events: none;
  box-shadow: -4px 4px 20px 0 rgba(153, 153, 153, 0.1);
}

.my-sidebar .item-title {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  color: #666;
}

.my-sidebar .back-icon {
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  margin: 32px auto 0;
  box-shadow: -4px 4px 10px rgba(153, 153, 153, 0.1);
}

.my-more {
  width: 10.2em;
  line-height: 3em;
  position: relative;
}

.my-more.status1 .more-tip {
  color: #0093D7;
}

.my-more:hover .more-container {
  width: 10.2em;
}

.my-more .more-container {
  width: 3em;
  overflow: hidden;
  border-radius: 100px;
  background-color: #0093D7;
  position: relative;
  z-index: 2;
}

.my-more .more-text {
  width: 10.2em;
  color: #fff;
  white-space: nowrap;
  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-more .more-text s {
  width: 1.125em;
  display: inline-block;
}

.my-more .more-icon {
  position: absolute;
  width: 3em;
  top: 0;
  bottom: 0;
  right: 0;
}

.my-more .more-tip {
  position: absolute;
  left: 3.5em;
  white-space: nowrap;
  top: 0;
}

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

.my-title .title-text {
  line-height: 1.5;
  margin-bottom: 0.04rem;
}

.my-title .title-text2 {
  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;
  line-height: 1.5;
  color: #999999;
}

.my-title .title-text2 span {
  margin: 0 0.1rem;
}

.my-title .title-text2 s {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.my-title .title-text2 s:first-child {
  background-color: #0093D7;
}

.my-title .title-text2 s:last-child {
  background-color: #F18517;
}

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

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

.my-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #D9D9D9;
  border-radius: 50px;
}

.my-swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #0093D7;
}

.my-swiper-button .swiper-button {
  width: 46px;
  height: 46px;
  margin-top: -23px;
  background-color: rgba(0, 147, 215, 0.2);
  border-radius: 50%;
  opacity: 1;
}

.my-swiper-button .swiper-button:hover {
  background-color: #0093D7;
}

.my-swiper-button .swiper-button::after {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.my-active1 .active-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.16rem 0.24rem;
  border-radius: 0.2rem;
  background: -webkit-linear-gradient(right, rgba(241, 253, 255, 0) 0%, rgba(239, 247, 254, 0.7) 100%);
  background: -moz-linear-gradient(right, rgba(241, 253, 255, 0) 0%, rgba(239, 247, 254, 0.7) 100%);
  background: -o-linear-gradient(right, rgba(241, 253, 255, 0) 0%, rgba(239, 247, 254, 0.7) 100%);
  background: linear-gradient(270deg, rgba(241, 253, 255, 0) 0%, rgba(239, 247, 254, 0.7) 100%);
}

.my-active1 .active-item + .active-item {
  margin-top: 0.16rem;
}

.my-active1 .active-icon {
  width: 3.2em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.24rem;
}

.my-active1 .active-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.my-active1 .active-title {
  line-height: 1.4;
  margin-bottom: 0.08rem;
}

.my-active1 .active-text {
  line-height: 1.5;
}

.my-active2 {
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
}

.my-active2 .my-title {
  margin-bottom: 0.6rem;
}

.my-active2 .swipers {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.my-active2 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.my-active2 .item {
  width: 16.6666666667%;
  padding: 0.2rem 0;
  border: 1px solid #ECECEC;
  position: relative;
}

.my-active2 .item:hover::before {
  width: 100%;
}

.my-active2 .item img {
  width: 83.3333333333%;
  margin: 0 auto;
}

.my-active2 .item::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0%;
  bottom: -1px;
  height: 0.04rem;
  background-color: #F18517;
}

.my-active2 .swiper-button-prev {
  left: -0.8rem;
}

.my-active2 .swiper-button-next {
  right: -0.8rem;
}

.my-active2 .swiper-pagination {
  bottom: -0.6rem;
}

.my-active3 {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #FFF 49.91%, #F9F9F9 100%);
  background: -moz-radial-gradient(50% 50%, 50% 50%, #FFF 49.91%, #F9F9F9 100%);
  background: -o-radial-gradient(50% 50%, 50% 50%, #FFF 49.91%, #F9F9F9 100%);
  background: radial-gradient(50% 50% at 50% 50%, #FFF 49.91%, #F9F9F9 100%);
}

.my-active3 .content {
  width: 100%;
  max-width: 1548px;
  margin: -0.11rem auto 0;
}

.my-active3 .container {
  position: relative;
}

.my-active3 .item {
  position: absolute;
  width: 2px;
  height: 2px;
  cursor: pointer;
}

.my-active3 .item.active .item-dot {
  background-color: #F18517;
}

.my-active3 .item.active .item-s {
  background-color: rgba(241, 133, 23, 0.5);
}

.my-active3 .item.active .item-svg path {
  stroke: #F18517;
}

.my-active3 .item.active .item-num, .my-active3 .item.active .item-title {
  color: #F18517;
}

.my-active3 .item.active .countUp {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.my-active3 .item:nth-child(1) {
  left: 17.5710594315%;
  top: 26.6138165345%;
}

.my-active3 .item:nth-child(1) .item-svg {
  width: 3.2708333333em;
}

.my-active3 .item:nth-child(1) .item-title{
    right: auto;
    left: 32%;
}

.my-active3 .item:nth-child(2) {
  left: 37.9198966408%;
  top: 33.0690826727%;
}

.my-active3 .item:nth-child(2) .item-title{
    right: auto;
    left: 32%;
}
.my-active3 .item:nth-child(2) .item-svg {
  width: 3.0416666667em;
}

.my-active3 .item:nth-child(3) {
  left: 77.519379845%;
  top: 28.3125707814%;
}

.my-active3 .item:nth-child(3) .item-svg {
  width: 3.9583333333em;
}

.my-active3 .item:nth-child(4) {
  left: 12.1447028424%;
  top: 59.0033975085%;
}

.my-active3 .item:nth-child(4) .item-title{
    right: auto;
    left: 32%;
}
.my-active3 .item:nth-child(4) .item-svg {
  width: 3.0625em;
}

.my-active3 .item:nth-child(5) {
  left: 35.0129198966%;
  top: 52.4348810872%;
}

.my-active3 .item:nth-child(5) .item-svg {
  width: 3.5625em;
}

.my-active3 .item:nth-child(5) .item-title{
    right: auto;
    left: 32%;
}
.my-active3 .item:nth-child(6) {
  left: 81.0723514212%;
  top: 56.3986409966%;
}

.my-active3 .item:nth-child(6) .item-svg {
  width: 2.9166666667em;
}

.my-active3 .item:nth-child(3) .item-content, .my-active3 .item:nth-child(6) .item-content {
  right: 100%;
  left: auto;
  top: 100%;
  bottom: auto;
}

.my-active3 .item:nth-child(3) .item-num, .my-active3 .item:nth-child(6) .item-num {
  bottom: 0;
  left: 0;
}

.my-active3 .item:nth-child(3) .item-title, .my-active3 .item:nth-child(6) .item-title {
  top: 100%;
  left: 0;
  margin-top: 0.07rem;
}

.my-active3 .item:nth-child(6) .item-content {
  top: 50%;
}

.my-active3 .item-dot {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #0093D7;
  border: 1px solid #fff;
  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);
}

.my-active3 .item-s {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  background-color: rgba(0, 147, 215, 0.5);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-animation: ani1 3s infinite linear;
  -moz-animation: ani1 3s infinite linear;
  -o-animation: ani1 3s infinite linear;
  animation: ani1 3s infinite linear;
}

.my-active3 .item-s:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-active3 .item-s:nth-child(3) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.my-active3 .item-content {
  position: absolute;
  left: 100%;
  bottom: 100%;
}

.my-active3 .item-svg {
  display: block;
}

.my-active3 .item-svg path {
  stroke: #10436E;
}

.my-active3 .item-num {
  color: #10436E;
  position: absolute;
  right: 0;
  bottom: 100%;
  line-height: 1.5;
}

.my-active3 .item-num .countUp {
  font-family: Arial;
  display: inline-block;
  -webkit-transform-origin: 100% 70%;
  -moz-transform-origin: 100% 70%;
  -ms-transform-origin: 100% 70%;
  -o-transform-origin: 100% 70%;
  transform-origin: 100% 70%;
}

.my-active3 .item-title {
  position: absolute;
  right: 0;
  line-height: 1.5;
  color: #10436E;
  top: 0.07rem;
}

.my-active4 {
  padding: 1rem 0;
  background: url(../images_die/4.webp) no-repeat center center/cover;
  text-align: center;
}

.my-active4 .title {
  line-height: 1.5;
  margin-bottom: 0.32rem;
}

.my-active4 .title span {
  color: #0093D7;
}

.my-banner {
  position: relative;
}

.my-banner .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.my-banner .box {
  padding-top: 0.6rem;
  height: 100%;
  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-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.my-banner .title {
  line-height: 1.25;
}

.my-banner .text {
  line-height: 2.5;
}

.my-nav {
  margin-top: -3.8888888889em;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7.5px);
  position: relative;
  z-index: 2;
}

.my-nav .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-nav .nav-link {
  line-height: 3.8888888889;
  margin: 0 0.5rem;
  position: relative;
}

.my-nav .nav-link.active, .my-nav .nav-link:hover {
  color: #0093D7;
}

.my-nav .nav-link.active::before, .my-nav .nav-link:hover::before {
  opacity: 1;
}

.my-nav .nav-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 5px 5px 0 0;
  background-color: #0093D7;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.my-list1 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.24rem 0.24rem 0.24rem 0.4rem;
  background-repeat: no-repeat;
  background-position: -80% 100%;
  -o-background-size: 26.25% auto;
  background-size: 26.25% auto;
  border-radius: 0.15rem;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  background-image: url(../images_die/svg/20.svg);
}

.my-list1 .item + .item {
  margin-top: 0.08rem;
}

.my-list1 .item:hover {
  background-color: #F9F9F9;
  background-position: 0.25% 100%;
}

.my-list1 .item:hover .item-title,
.my-list1 .item:hover .item-more {
  color: #0093D7;
}

.my-list1 .item-time {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-top: 0.12rem;
  border-top: 2px solid #0093D7;
  color: #999;
  margin-top: 0.39rem;
  font-family: Arial;
}

.my-list1 .item-time span {
  color: #0093D7;
}

.my-list1 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding: 0.3rem 0.8rem 0.1rem 0.4rem;
  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-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my-list1 .item-title {
  line-height: 1.5;
}

.my-list1 .item-text {
  line-height: 1.75;
  color: #666;
}

.my-list1 .item-more {
  color: #666666;
  line-height: 1.375;
}

.my-list1 .item-more .item-more-img {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.08rem;
  width: 1.25em;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.my-list1 .item-img {
  width: 4.1rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

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

.index .section1 .swiper-slide {
  height: 47.9166666667vw;
}

.index .section1 .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;
}

.index .section1 .title {
  color: #fff;
  line-height: 1.5;
}

.index .section1 .text {
  color: #fff;
  line-height: 1.25;
  margin-top: 0.2rem;
  letter-spacing: 0.02em;
}

.index .section1 .list {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0.8rem;
}

.index .section1 .list .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .section1 .item {
  min-width: 2rem;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}

.index .section1 .item + .item {
  margin-left: 0.2rem;
}

.index .section1 .item.active .item-info {
  opacity: 1;
}

.index .section1 .item.active .item-icon {
  display: block;
}

.index .section1 .item.active .item-line::before {
  width: 100%;
  -webkit-transition: width 3s linear;
  -o-transition: width 3s linear;
  -moz-transition: width 3s linear;
  transition: width 3s linear;
}

.index .section1 .item-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;
  opacity: 0.5;
  line-height: 1.5;
  margin-bottom: 0.16rem;
}

.index .section1 .item-icon {
  width: 0.6em;
  margin-right: 0.08rem;
  display: none;
}

.index .section1 .item-line {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}

.index .section1 .item-line::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 0;
}

.index .section2 {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

.index .section2 .title {
  line-height: 1.3125;
  margin-bottom: 0.4rem;
}

.index .section2 .title span {
  font-weight: normal;
}

.index .section2 .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;
}

.index .section2 .left {
  width: 52.5%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index .section2 .img {
  width: 128.5714285714%;
  border-radius: 0.2rem;
}

.index .section2 .right {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 0.84rem;
  padding: 0.6rem;
  background-color: #fff;
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  position: relative;
  z-index: 2;
}

.index .section2 .text {
  line-height: 1.6;
  margin-bottom: 0.6rem;
}

.index .section2 .text span {
  color: #0093D7;
  font-weight: bold;
}

.index .section2 .my-more {
  margin-top: 0.6rem;
}

.index .section3 {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  background-color: #FAFAFA;
}

.index .section3 .my-title {
  margin-bottom: 0.3rem;
}

.index .section3 .swiper {
  padding-top: 0.3rem;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}

.index .section3 .swiper-slide {
  padding: 0.5rem 10px 0.42rem;
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  height: auto;
  box-shadow: 0 4px 0.35rem 0 rgba(0, 0, 0, 0.03);
}

.index .section3 .swiper-slide.active .slide-bg, .index .section3 .swiper-slide:hover .slide-bg {
  opacity: 1;
}

.index .section3 .swiper-slide.active .slide-title, .index .section3 .swiper-slide:hover .slide-title {
  color: #fff;
}

.index .section3 .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(217deg, #00AEFF 23.73%, #0093D7 80.41%);
  background: -moz-linear-gradient(217deg, #00AEFF 23.73%, #0093D7 80.41%);
  background: -o-linear-gradient(217deg, #00AEFF 23.73%, #0093D7 80.41%);
  background: linear-gradient(233deg, #00AEFF 23.73%, #0093D7 80.41%);
  opacity: 0;
}

.index .section3 .slide-icon {
  width: 2.5em;
  margin: 0 auto 0.42rem;
  display: block;
  position: relative;
}

.index .section3 .slide-title {
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.index .section3 .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;
}

.index .section3 .img {
  width: 48.75%;
  border-radius: 0.2rem;
  height: 4.2rem;
}

.index .section3 .info {
  width: 48.875%;
  border-radius: 0.2rem;
  height: 4.2rem;
  box-shadow: 0 4px 0.35rem 0 rgba(0, 0, 0, 0.03);
  background: #fff url(../images_die/2.webp) no-repeat right bottom;
  -o-background-size: 31.9693094629% auto;
  background-size: 31.9693094629% auto;
  padding: 20px 5%;
  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-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: auto;
}

.index .section3 .info-title {
  line-height: 1.5;
  position: relative;
  margin-bottom: 0.3rem;
}

.index .section3 .info-title::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(241, 133, 23, 0.1);
  height: 0.4444444444em;
}

.index .section3 .info-text {
  line-height: 1.6;
  margin-bottom: 0.3rem;
}

.index .section3 .info-ul {
  line-height: 1.6;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.24rem;
}

.index .section3 .info-li {
  color: #0093D7;
  width: 41%;
  padding-right: 10px;
}

.index .section3 .info-li:hover span::before {
  width: 100%;
}

.index .section3 .info-li img {
  width: 1em;
  margin-right: 0.08rem;
  display: inline-block;
  vertical-align: middle;
}

.index .section3 .info-li span {
  display: inline-block;
  position: relative;
}

.index .section3 .info-li span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #0093D7;
  width: 0%;
}

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

.index .section4 .my-title {
  margin-bottom: 0.6rem;
}

.index .section4 .swiper-slide {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 0.19rem;
  padding-bottom: 0.5rem;
  border-radius: 0.2rem;
  box-shadow: 0 4px 50px 0 rgba(1, 112, 193, 0.05);
  backdrop-filter: blur(5px);
}

.index .section4 .swiper-slide:hover .slide-icon {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.index .section4 .swiper-slide:hover .slide-title {
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  color: #0093D7;
}

.index .section4 .slide-img {
  margin-bottom: 0.51rem;
}

.index .section4 .slide-title {
  text-align: center;
  line-height: 1.5;
  padding: 0 10px;
}

.index .section4 .slide-icon {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  width: 1em;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(-50%, -20px, 0);
  -moz-transform: translate3d(-50%, -20px, 0);
  transform: translate3d(-50%, -20px, 0);
}

.index .section4 .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;
}

.index .section4 .bottom .swiper-pagination {
  position: static;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  height: 3px;
  background: -webkit-linear-gradient(top, transparent 0%, transparent 33.33%, #D9D9D9 33.33%, #D9D9D9 66.66%, transparent 66.66%, transparent 100%);
  background: -moz-linear-gradient(top, transparent 0%, transparent 33.33%, #D9D9D9 33.33%, #D9D9D9 66.66%, transparent 66.66%, transparent 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 33.33%, #D9D9D9 33.33%, #D9D9D9 66.66%, transparent 66.66%, transparent 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 33.33%, #D9D9D9 33.33%, #D9D9D9 66.66%, transparent 66.66%, transparent 100%);
}

.index .section4 .bottom .swiper-pagination-progressbar-fill {
  background-color: #0093D7;
}

.index .section4 .bottom .my-swiper-button {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.09rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index .section4 .bottom .swiper-button {
  position: static;
  margin-top: 0;
  margin-left: 0.11rem;
}

.index .section7 {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

.index .section7 .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;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.index .section7 .my-title {
  text-align: left;
}

.index .section7 .my-title .title-text2 {
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.index .section7 .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;
  height: 5rem;
}

.index .section7 .left {
  width: 45.3125%;
  height: 100%;
  border-radius: 0.1rem;
  position: relative;
}

.index .section7 .left::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.1rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10.92%, rgba(0, 0, 0, 0.25) 56.23%, rgba(0, 0, 0, 0.5) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 10.92%, rgba(0, 0, 0, 0.25) 56.23%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 10.92%, rgba(0, 0, 0, 0.25) 56.23%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10.92%, rgba(0, 0, 0, 0.25) 56.23%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
}

.index .section7 .left-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.32rem;
  padding: 0 0.38rem;
  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;
  z-index: 3;
}

.index .section7 .left-time {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.08rem;
}

.index .section7 .left-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.index .section7 .list {
  height: 100%;
  overflow: auto;
  width: 51.125%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 10px;
  margin-right: -10px;
}

.index .section7 .item {
  width: 100%;
  padding: 0.29rem 0;
  position: relative;
}

.index .section7 .item:hover .item-noactive {
  opacity: 0;
}

.index .section7 .item:hover .item-active {
  opacity: 1;
}

.index .section7 .item-noactive {
  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-right: 15px;
  width: 100%;
}

.index .section7 .item-time {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  text-align: center;
  font-family: Arial;
  margin-right: 0.36rem;
}

.index .section7 .item-day {
  font-weight: bold;
  line-height: 1.05;
}

.index .section7 .item-year {
  line-height: 1.5;
  color: #4E4E4E;
}

.index .section7 .item-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  line-height: 1.75;
  color: #4E4E4E;
}

.index .section7 .item-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.08rem;
  background: -webkit-linear-gradient(top, #0093D7 -127.99%, #007BB4 207.22%);
  background: -moz-linear-gradient(top, #0093D7 -127.99%, #007BB4 207.22%);
  background: -o-linear-gradient(top, #0093D7 -127.99%, #007BB4 207.22%);
  background: linear-gradient(180deg, #0093D7 -127.99%, #007BB4 207.22%);
  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-left: 0.49rem;
  padding-right: 0.55rem;
  opacity: 0;
}

.index .section7 .item-active .item-title {
  color: #fff;
}

.index .section7 .item-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 2em;
  margin-left: 15px;
}

.solution .section1 {
  background: url(../images_die/5.webp) no-repeat center center/cover;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

.solution .section1 .select {
  background-color: #fff;
  border-radius: 100px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: safe center;
  -moz-box-pack: safe center;
  -ms-flex-pack: safe center;
  justify-content: safe center;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
  overflow: auto;
  margin-bottom: 0.6rem;
}

.solution .section1 .select::-webkit-scrollbar {
  background-color: #fff;
  height: 5px;
}

.solution .section1 .select::-webkit-scrollbar-thumb {
  background-color: #F18517;
  height: 5px;
  cursor: pointer;
}

.solution .section1 .select-item {
  line-height: 3.6;
  margin: 0 0.2rem;
  padding: 0 0.4rem;
  border-radius: 100px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  white-space: nowrap;
}

.solution .section1 .select-item:hover, .solution .section1 .select-item.active {
  background-color: #0093D7;
  color: #fff;
}

.solution .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.solution .section1 .info {
  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;
  padding-top: 0.6rem;
  width: 45%;
}

.solution .section1 .my-title {
  text-align: left;
  margin-bottom: 0.4rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.solution .section1 .my-title .title-text2 {
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.solution .section1 .text {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  overflow: auto;
  line-height: 1.6;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 10px;
}

.solution .section1 .img {
  height: 100%;
  width: 45%;
  border-radius: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.solution .section2 {
  background-color: #f6f6f6;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

.solution .section2 .my-title {
  margin-bottom: 0.6rem;
}

.solution .section2 .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;
  height: 5rem;
}

.solution .section2 .imgs {
  width: 45%;
  height: 100%;
  position: relative;
}

.solution .section2 .imgs .img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 0.2rem;
}

.solution .section2 .imgs .img.active {
  opacity: 1;
  z-index: 4;
}

.solution .section2 .list {
  width: 45%;
  position: relative;
}

.solution .section2 .list-container {
  width: 100%;
  height: 100%;
  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;
}

.solution .section2 .item {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0.2rem;
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.05);
  padding: 0.3rem 0.24rem;
  cursor: pointer;
  width: 48.6111111111%;
  height: 48%;
  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;
}
.solution .section2 .item:nth-child(3), .solution .section2 .item:nth-child(4) {
  margin-top: auto;
}

.solution .section2 .item:hover, .solution .section2 .item.active {
  border-color: #0093D7;
}

.solution .section2 .item:hover .item-title, .solution .section2 .item.active .item-title {
  color: #0093D7;
}

.solution .section2 .item-title {
  line-height: 1.5;
  margin-bottom: 0.16rem;
  position: relative;
  padding-left: 0.3rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.solution .section2 .item-title::before {
  position: absolute;
  content: "";
  width: 0.4166666667em;
  height: 0.4166666667em;
  border-radius: 1px;
  background-color: #0093D7;
  left: 0;
  margin-right: 0.16rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.5416666667em;
}

.solution .section2 .item-line {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #D9D9D9;
  margin-bottom: 0.16rem;
}

.solution .section2 .item-text {
  line-height: 1.5;
  color: #666;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  height: 0;
}

.solution .section3 {
  padding-top: 1.2rem;
  padding-bottom: 0.64rem;
}

.solution .section3 .swiper {
  overflow: initial;
  padding-top: 0.6rem;
}

.solution .section3 .swiper-wrapper {
  -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;
}

.solution .section3 .swiper-wrapper::after {
  position: relative;
  content: "";
  width: 31.875%;
  height: 0;
}

.solution .section3 .swiper-slide {
  padding: 0.4rem 0;
  height: auto;
  width: 31.875%;
  border-radius: 0.2rem;
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  overflow: hidden;
  margin-bottom: 0.36rem;
}

.solution .section3 .swiper-slide:hover .slide-bg {
  opacity: 1;
}

.solution .section3 .swiper-slide:hover .slide-title, .solution .section3 .swiper-slide:hover .slide-text {
  color: #fff;
}

.solution .section3 .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.solution .section3 .slide-icon {
  width: 2.5em;
  margin: 0 auto 0.4rem;
  position: relative;
}

.solution .section3 .slide-title {
  line-height: 1.5;
  margin-bottom: 0.16rem;
  position: relative;
  padding: 0 15px;
  font-weight: 600;
}

.solution .section3 .slide-text {
  line-height: 1.5;
  color: #666666;
  position: relative;
  width: 70.5882352941%;
  margin: 0 auto;
}

.solution .section4 {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  background-color: #F9F9F9;
}

.solution .section4 .my-title {
  margin-bottom: 0.6rem;
}

.solution .section5 {
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
}

.solution .section5 .my-title {
  margin-bottom: 0.6rem;
}

.solution .section5 .swipers {
  width: 100%;
  max-width: 1396px;
  margin: 0 auto;
  position: relative;
}

.solution .section5 .swiper-slide:hover .slide-img {
  background-color: #fff;
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.05);
}

.solution .section5 .swiper-slide:hover .slide-icon {
  opacity: 1;
}

.solution .section5 .swiper-slide:hover .slide-title {
  color: #0093D7;
}

.solution .section5 .slide-img {
  background-color: #F9F9F9;
  border-radius: 0.2rem;
  position: relative;
}

.solution .section5 .slide-icon {
  position: absolute;
  bottom: 0;
  width: 2em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  -moz-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
  opacity: 0;
}

.solution .section5 .slide-title {
  line-height: 1.7;
  margin-top: 0.32rem;
  text-align: center;
}

.solution .section5 .swiper-button {
  top: 42%;
}

.solution .section5 .swiper-button-prev {
  left: -1.02rem;
}

.solution .section5 .swiper-button-next {
  right: -1.02rem;
}

.solution .section5 .swiper-pagination {
  bottom: -0.6rem;
}

.solution .section6 {
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
  background-color: #F9F9F9;
}

.solution .section6 .my-title {
  margin-bottom: 0.6rem;
}

.solution .section6 .swipers {
  width: 100%;
  max-width: 1396px;
  margin: 0 auto;
  position: relative;
}

.solution .section6 .swiper-slide:hover .slide-title {
  color: #0093D7;
}

.solution .section6 .slide-img {
  border-radius: 0.1rem;
}

.solution .section6 .slide-title {
  line-height: 1.7;
  margin-top: 0.32rem;
  text-align: center;
}

.solution .section6 .swiper-button {
  top: 42%;
}

.solution .section6 .swiper-button-prev {
  left: -1.02rem;
}

.solution .section6 .swiper-button-next {
  right: -1.02rem;
}

.solution .section6 .swiper-pagination {
  bottom: -0.6rem;
}

.product .section1 {
  padding-top: 0.8rem;
  padding-bottom: 0.7rem;
}

.product .section1 .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;
  position: relative;
}

.product .section1 .select {
  width: 23.75%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.07);
  position: sticky;
  top: 5.5em;
  left: 0;
}

.product .section1 .select-title {
  background-color: #0093D7;
  color: #fff;
  line-height: 3.3333333333;
  padding-left: 0.3rem;
  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;
}

.product .section1 .select-title img {
  width: 1em;
  margin-right: 0.16rem;
}

.product .section1 .select-ul {
  background-color: #fff;
  padding: 0.12rem 0.16rem;
}

.product .section1 .select-li {
  padding: 0.2rem 0.15rem;
  border-radius: 0.1rem;
  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;
  line-height: 1.5;
}

.product .section1 .select-li:hover, .product .section1 .select-li.active {
  background-color: #F9F9F9;
}

.product .section1 .select-li:hover s, .product .section1 .select-li.active s {
  background-color: #0093D7;
}

.product .section1 .select-li:hover p, .product .section1 .select-li.active p {
  color: #0093D7;
}

.product .section1 .select-li s {
  width: 0.5em;
  height: 0.5em;
  background-color: #D9D9D9;
  border-radius: 1px;
  display: block;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.16rem;
  margin-top: 0.5em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product .section1 .select-li + .select-li {
  margin-top: 0.08rem;
}

.product .section1 .select-li p {
  color: #666666;
}

.product .section1 .list {
  width: 73.75%;
}

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

.product .section1 .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.5;
  margin-bottom: 0.24rem;
}

.product .section1 .item-title img {
  width: 1em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.1rem;
}

.product .section1 .item-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  margin-bottom: 0.24rem;
}

.product .section1 .swiper {
  overflow: initial;
}

.product .section1 .swiper-wrapper {
  -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;
}

.product .section1 .swiper-wrapper::after {
  position: relative;
  content: "";
  height: 0;
  width: 31.3559322034%;
}

.product .section1 .swiper-slide {
  width: 31.3559322034%;
  margin-bottom: 0.3rem;
}

.product .section1 .swiper-slide:hover .slide-img {
  background-color: #fff;
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.05);
}

.product .section1 .swiper-slide:hover .slide-icon {
  opacity: 1;
}

.product .section1 .swiper-slide:hover .slide-title {
  color: #0093D7;
}

.product .section1 .slide-img {
  background-color: #F9F9F9;
  border-radius: 0.2rem;
  position: relative;
}

.product .section1 .slide-icon {
  position: absolute;
  bottom: 0;
  width: 2em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  -moz-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
  opacity: 0;
}

.product .section1 .slide-title {
  line-height: 1.7;
  margin-top: 0.32rem;
  text-align: center;
}

.product-detail .section1 {
  padding-top: 0.8rem;
  padding-bottom: 0.7rem;
  background: url(../images_die/7.webp) no-repeat center center/cover;
}

.product-detail .section1 .box {
  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;
}

.product-detail .section1 .swiper1 {
  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: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.5%;
}

.product-detail .section1 .swiper1 .swiper-button {
  position: static;
  margin-top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-detail .section1 .swiper1 .swipers {
  width: 100%;
  padding-top: 326.6666666667%;
  margin: 0.24rem 0;
  position: relative;
}

.product-detail .section1 .swiper1 .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-detail .section1 .swiper1 .swiper-slide {
  padding-top: 100%;
  border-radius: 0.08rem;
  background-color: rgba(255, 255, 255, 0.4);
}

.product-detail .section1 .swiper1 .swiper-slide::before {
  position: absolute;
  content: "";
  z-index: 2;
  border-radius: 0.08rem;
  border: 1px solid #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-detail .section1 .swiper1 .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-detail .section1 .swiper1 .swiper-slide.active, .product-detail .section1 .swiper1 .swiper-slide:hover {
  background-color: #fff;
}

.product-detail .section1 .swiper1 .swiper-slide.active::before, .product-detail .section1 .swiper1 .swiper-slide:hover::before {
  border-color: #0093D7;
}

.product-detail .section1 .swiper2 {
  width: 40%;
  margin-left: 5%;
}

.product-detail .section1 .info {
  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-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
  height: 5.7rem;
}

.product-detail .section1 .title {
  line-height: 1.5;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 0.15rem;
}

.product-detail .section1 .tip {
  line-height: 1.5;
  margin-bottom: 0.36rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: #0093D7;
}

.product-detail .section1 .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 0.32rem;
}

.product-detail .section1 .text {
  line-height: 1.6;
  font-weight: lighter;
  overflow: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  padding-right: 10px;
}

.product-detail .section2 {
  padding-top: 1.2rem;
  padding-bottom: 0.4rem;
  background-color: #F9F9F9;
}

.product-detail .section2 .swiper {
  padding-top: 0.57rem;
  padding-bottom: 0.6rem;
}

.product-detail .section2 .swiper-slide {
  height: auto;
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.product-detail .section2 .swiper-slide:hover .slide-active {
  opacity: 1;
}

.product-detail .section2 .slide-noactive {
  padding: 0.42rem 0.32rem 0.4rem;
}

.product-detail .section2 .slide-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.2rem;
  background: -webkit-linear-gradient(217deg, #00AEFF 23.73%, #0093D7 80.41%);
  background: -moz-linear-gradient(217deg, #00AEFF 23.73%, #0093D7 80.41%);
  background: -o-linear-gradient(217deg, #00AEFF 23.73%, #0093D7 80.41%);
  background: linear-gradient(233deg, #00AEFF 23.73%, #0093D7 80.41%);
  box-shadow: -4px 4px 10px 0 rgba(153, 153, 153, 0.1);
  padding: 0.32rem;
  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;
  opacity: 0;
}

.product-detail .section2 .slide-active .slide-title {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: #fff;
}

.product-detail .section2 .slide-active .slide-text {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  height: 0;
  overflow: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  padding-right: 0.15rem;
}

.product-detail .section2 .slide-active .slide-text::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.product-detail .section2 .slide-active .slide-text::-webkit-scrollbar-track {
  background: -webkit-linear-gradient(left, transparent 0%, transparent 33.33%, #fff 33.33%, #fff 66.66%, transparent 66.66%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, transparent 33.33%, #fff 33.33%, #fff 66.66%, transparent 66.66%, transparent 100%);
}

.product-detail .section2 .slide-icon {
  width: 2.5em;
  margin-bottom: 0.42rem;
}

.product-detail .section2 .slide-title {
  line-height: 1.5;
  margin-bottom: 0.16rem;
  font-weight: 600;
}

.product-detail .section2 .slide-text {
  line-height: 1.5;
  color: #666;
}

.product-detail .section3 {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

.product-detail .section3 .my-title {
  margin-bottom: 0.6rem;
}

.product-detail .section3 .select {
  background-color: #fff;
  border-radius: 100px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: safe center;
  -moz-box-pack: safe center;
  -ms-flex-pack: safe center;
  justify-content: safe center;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
  overflow: auto;
  margin-bottom: 0.6rem;
  margin-bottom: 0.36rem;
}

.product-detail .section3 .select::-webkit-scrollbar {
  background-color: #fff;
  height: 5px;
}

.product-detail .section3 .select::-webkit-scrollbar-thumb {
  background-color: #F18517;
  height: 5px;
  cursor: pointer;
}

.product-detail .section3 .select-item {
  line-height: 3.6;
  min-width: 2.94rem;
  margin: 0 0.2rem;
  padding: 0 0.4rem;
  border-radius: 100px;
  text-align: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  white-space: nowrap;
  cursor: pointer;
}

.product-detail .section3 .select-item:hover, .product-detail .section3 .select-item.active {
  background-color: #0093D7;
  color: #fff;
}

.product-detail .section3 .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-right: 0.4rem;
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #D9D9D9;
}

.product-detail .section3 .item-link {
  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-right: auto;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.product-detail .section3 .item-link:hover .item-title {
  color: #0093D7;
}

.product-detail .section3 .item-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1em;
  margin-right: 0.16rem;
}

.product-detail .section3 .item-title {
  line-height: 1.5;
}

.product-detail .section3 .item-download {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.2083333333em;
  margin-left: 15px;
}

.product-detail .section3 .item-download:hover {
  opacity: 0.5;
}

.product-detail .section4 {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}

.product-detail .section4 .my-title {
  margin-bottom: 0.4rem;
}

.product-detail .section4 .content {
  font-size: 20px;
  line-height: 1.6;
  color: #666666;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 0.2rem;
  word-break: break-all;
}

.product-detail .section4 .content img {
  display: inline-block;
}

.about .section1 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

.about .section1 .title {
  line-height: 1.3125;
  margin-bottom: 0.56rem;
}

.about .section1 .title span {
  font-weight: normal;
}

.about .section1 .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;
}

.about .section1 .img {
  width: 46.875%;
  border-radius: 0.2rem;
}

.about .section1 .info {
  width: 46.875%;
}

.about .section1 .text {
  line-height: 1.6;
  margin-bottom: 0.4rem;
}

.about .section1 .text span {
  color: #0093D7;
  font-weight: bold;
}

.about .section1 .active-item {
  padding: 0.28rem 0.4rem;
}

.about .section2 {
  padding-top: 1.2rem;
  padding-bottom: 0.63rem;
  background: url(../images_die/8.webp) no-repeat center center/cover;
}

.about .section2 .my-title {
  margin-bottom: 0.6rem;
}

.about .section2 .swiper-slide {
  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: auto;
}

.about .section2 .swiper-slide-active .slide-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.about .section2 .swiper-slide-active + .swiper-slide .slide-content {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.about .section2 .swiper-slide-active + .swiper-slide + .swiper-slide .slide-content {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.about .section2 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .slide-content {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.about .section2 .slide-bg {
  width: 100%;
}

.about .section2 .slide-content {
  position: relative;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.about .section2 .slide-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 81.5047021944%;
}

.about .section2 .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;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.about .section2 .bottom .swiper-button {
  position: sticky;
  margin-top: 0;
}

.about .section2 .list {
  width: 3rem;
  padding: 0 10px;
  line-height: 1.4;
  text-align: center;
}

.about .section2 .pagination {
  text-align: center;
  margin-top: 2px;
  line-height: 1.5;
  font-family: Arial;
}

.about .section2 .pagination span:nth-child(1) {
  color: #0093D7;
}

.about .section3 {
  padding-top: 1.2rem;
  padding-bottom: 0.6rem;
}

.about .section3 .swiper {
  padding-top: 0.6rem;
  overflow: initial;
}

.about .section3 .swiper-wrapper {
  -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;
}

.about .section3 .swiper-slide {
  width: 48.75%;
  height: auto;
  padding: 0.4rem 0.4rem 0.4rem 0.5rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.4rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  margin-bottom: 0.4rem;
}

.about .section3 .swiper-slide:hover .slide-bg {
  opacity: 1;
}

.about .section3 .swiper-slide:hover .slide-info {
  opacity: 0;
}

.about .section3 .swiper-slide:hover .slide-info2 {
  opacity: 1;
}

.about .section3 .slide-bg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(217deg, #00AEFF 23.73%, #0093D7 80.41%);
  background: -moz-linear-gradient(217deg, #00AEFF 23.73%, #0093D7 80.41%);
  background: -o-linear-gradient(217deg, #00AEFF 23.73%, #0093D7 80.41%);
  background: linear-gradient(233deg, #00AEFF 23.73%, #0093D7 80.41%);
  box-shadow: -4px 4px 10px 0 rgba(153, 153, 153, 0.1);
  border-radius: 0.2rem;
  opacity: 0;
}

.about .section3 .slide-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.5rem;
  width: 3.3333333333em;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.about .section3 .slide-content {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.about .section3 .slide-title {
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

.about .section3 .slide-text {
  line-height: 1.5;
  color: #0093D7;
  margin-bottom: 0.24rem;
}

.about .section3 .slide-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(217, 217, 217, 0.5);
  margin-bottom: 0.24rem;
}

.about .section3 .slide-text2 {
  line-height: 1.5;
}

.about .section3 .slide-info2 {
  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;
  opacity: 0;
}

.about .section3 .slide-info2 .slide-title {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 0.24rem;
  color: #fff;
}

.about .section3 .slide-text3 {
  line-height: 1.5;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  color: #fff;
  overflow: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  padding-right: 8px;
}

.about .section3 .slide-text3::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.about .section3 .slide-text3::-webkit-scrollbar-track {
  background: -webkit-linear-gradient(left, transparent 0%, transparent 33.33%, #fff 33.33%, #fff 66.66%, transparent 66.66%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, transparent 33.33%, #fff 33.33%, #fff 66.66%, transparent 66.66%, transparent 100%);
}

.about .section3 .slide-text3 p {
  padding-left: 1em;
  position: relative;
}

.about .section3 .slide-text3 p + p {
  margin-top: 0.08rem;
}

.about .section3 .slide-text3 p::before {
  position: absolute;
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-radius: 1px;
  background-color: #fff;
  top: 0.5625em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}

.about .section4 {
  padding-top: 1.2rem;
  padding-bottom: 0.61rem;
  background: url(../images_die/11.webp) no-repeat center center/cover;
}

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

.about .section4 .swipers {
  position: relative;
}

.about .section4 .ysers {
  position: absolute;
  left: 0;
  top: -1.09rem;
  font-size: 3rem;
  font-family: Arial;
  font-weight: bold;
  opacity: 0.5;
}

.about .section4 .yser {
  background: -webkit-linear-gradient(top, rgba(217, 217, 217, 0.2) 24.54%, rgba(217, 217, 217, 0) 87.27%);
  background: -moz-linear-gradient(top, rgba(217, 217, 217, 0.2) 24.54%, rgba(217, 217, 217, 0) 87.27%);
  background: -o-linear-gradient(top, rgba(217, 217, 217, 0.2) 24.54%, rgba(217, 217, 217, 0) 87.27%);
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.2) 24.54%, rgba(217, 217, 217, 0) 87.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about .section4 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.about .section4 .swiper-slide.active .slide-dot s {
  opacity: 1;
}

.about .section4 .swiper-slide.active .slide-line s {
  height: 100%;
  background-color: #0093D7;
}

.about .section4 .swiper-slide.active .slide-info {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.about .section4 .swiper-slide.active .slide-content {
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  pointer-events: none;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.about .section4 .slide-left {
  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: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.1rem;
}

.about .section4 .slide-dot {
  position: relative;
  width: 12px;
  height: 12px;
  margin-top: 0.7083333333em;
  margin-bottom: 8px;
}

.about .section4 .slide-dot s {
  width: 9px;
  height: 9px;
  border-radius: 1px;
  background-color: #0093D7;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
  -moz-transform: translate3d(-50%, 0, 0) rotate(45deg);
  transform: translate3d(-50%, 0, 0) rotate(45deg);
}

.about .section4 .slide-line {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 2px;
  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;
}

.about .section4 .slide-line s {
  width: 100%;
  height: 6%;
  display: block;
  background-color: #666666;
}

.about .section4 .slide-right {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about .section4 .slide-info {
  padding-left: 0.07rem;
  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;
  height: 4.1rem;
  margin-bottom: 0.83rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.about .section4 .slide-info .slide-year {
  line-height: 1.6666666667;
  color: #0093D7;
  font-family: Arial;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 0.16rem;
}

.about .section4 .slide-info .slide-ul {
  width: 96%;
  overflow: auto;
}

.about .section4 .slide-info .slide-li + .slide-li {
  margin-top: 0.16rem;
}

.about .section4 .slide-info .slide-li-moon {
  line-height: 1.5;
  color: #666;
  margin-bottom: 0.08rem;
}

.about .section4 .slide-info .slide-li-title {
  line-height: 1.5;
}

.about .section4 .slide-lines {
  width: 100%;
  height: 0.3125em;
  background: url(../images_die/svg/18.svg) left center;
  background-repeat: repeat-x;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.about .section4 .slide-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.63rem;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.about .section4 .slide-content-title {
  line-height: 1.6666666667;
  font-family: Arial;
  margin-bottom: 0.16rem;
}

.about .section4 .slide-content-text {
  line-height: 1.5;
  color: #666;
}

.about .section4 .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;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.about .section4 .bottom .swiper-button {
  position: sticky;
  margin-top: 0;
}

.about .section4 .list {
  width: 1.34rem;
  padding: 0 10px;
  line-height: 1.4;
  text-align: center;
}

.about .section4 .pagination {
  text-align: center;
  margin-top: 2px;
  line-height: 1.5;
  font-family: Arial;
}

.about .section4 .pagination span:nth-child(1) {
  color: #0093D7;
}

.news .section1 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

.news .section1 .list {
  margin-bottom: 0.5rem;
}

.news-detail .section1 {
  padding-bottom: 1rem;
}

.news-detail .section1 .breadcrumb {
  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;
  font-size: 14px;
  padding: 0.3rem 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 0.5rem;
}

.news-detail .section1 .breadcrumb-icon {
  width: 20px;
}

.news-detail .section1 .breadcrumb-arr {
  width: 20px;
  margin: 0 5px;
}

.news-detail .section1 .breadcrumb-item {
  color: #999999;
}

.news-detail .section1 a.breadcrumb-item:hover {
  color: #0093D7;
}

.news-detail .section1 .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.news-detail .section1 .title {
  text-align: center;
  margin-bottom: 0.2rem;
  line-height: 1.5;
}

.news-detail .section1 .info {
  color: #666666;
  line-height: 1.75;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3rem;
  -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;
}

.news-detail .section1 .info p {
  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: 0 0.15rem;
}

.news-detail .section1 .info img {
  width: 1em;
  margin-right: 0.08rem;
}

.news-detail .section1 .content {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  font-size: 20px;
  line-height: 1.6;
  color: #666;
}

.news-detail .section1 .content img {
  display: inline-block;
}

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

.news-detail .section1 .list {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding-right: 20px;
  line-height: 1.75;
}

.news-detail .section1 .list .item {
  display: block;
  padding-left: 0.2rem;
  position: relative;
}

.news-detail .section1 .list .item + .item {
  margin-top: 0.1rem;
}

.news-detail .section1 .list .item:hover {
  color: #0093D7;
}

.news-detail .section1 .list .item:hover::before {
  background: #0093D7;
}

.news-detail .section1 .list .item::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #B8B8B8;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.news-detail .section1 .back {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 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;
  line-height: 3;
  color: #fff;
  border-radius: 50px;
  background-color: #F18517;
  padding: 0 0.22rem;
}

.news-detail .section1 .back:hover {
  background-color: #F5A95C;
}

.news-detail .section1 .back img {
  width: 1em;
  margin-left: 0.16rem;
}

.contact .section1 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

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

.contact .section1 .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;
}

.contact .section1 .info {
  width: 31.25%;
}

.contact .section1 .title {
  line-height: 1.5;
  margin-top: 0.09rem;
  margin-bottom: 0.16rem;
}

.contact .section1 .tel {
  line-height: 1.75;
  color: #0093D7;
  font-family: Arial;
  margin-bottom: 0.32rem;
}

.contact .section1 .tel:hover {
  text-decoration: underline;
}

.contact .section1 .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(217, 217, 217, 0.6);
  margin-bottom: 0.4rem;
}

.contact .section1 .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;
}

.contact .section1 .item + .item {
  margin-top: 0.48rem;
}

.contact .section1 .item-icon {
  width: 3.6363636364em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.24rem;
}

.contact .section1 .item-title {
  line-height: 1.75;
}

.contact .section1 .item-title a:hover {
  color: #0093D7;
  text-decoration: underline;
}

.contact .section1 .img {
  width: 62.5%;
  overflow: hidden;
  border-radius: 0.2rem;
  position: relative;
}

.contact .section1 .dot {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 62.6785714286%;
}

.contact .section1 .dot-content {
  position: absolute;
  width: 1.86rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
}

.contact .section1 .dot-logo {
  position: absolute;
  width: 58.6021505376%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 0;
}

.contact .section2 {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  background-color: #F9F9F9;
}

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

.contact .section2 .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;
  height: 4.7rem;
}

.contact .section2 .img {
  width: 48.75%;
  height: 100%;
  border-radius: 0.2rem;
}

.contact .section2 .right {
  width: 45%;
  padding-top: 0.4rem;
  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;
  height: 100%;
}

.contact .section2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0.4rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.contact .section2 .select-item {
  line-height: 1.75;
  padding-bottom: 0.16rem;
  position: relative;
  cursor: pointer;
}

.contact .section2 .select-item:hover, .contact .section2 .select-item.active {
  color: #0093D7;
}

.contact .section2 .select-item:hover::before, .contact .section2 .select-item.active::before {
  opacity: 1;
}

.contact .section2 .select-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #0093D7;
  border-radius: 5px 5px 0 0;
  opacity: 0;
}

.contact .section2 .list {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
}

.contact .section2 .item {
  height: 100%;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 10px;
  margin-right: -10px;
  overflow: auto;
}

.contact .section2 .li {
  padding-left: 1.1666666667em;
}

.contact .section2 .li + .li {
  margin-top: 0.4rem;
}

.contact .section2 .li-title {
  line-height: 1.5;
  margin-bottom: 0.1rem;
  position: relative;
}

.contact .section2 .li-title::before {
  position: absolute;
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-radius: 1px;
  background-color: #0093D7;
  left: -1.0833333333em;
  top: 0.5416666667em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact .section2 .li-text {
  line-height: 1.5;
  color: #666;
}

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

.contact .section3 .my-title {
  margin-bottom: 0.32rem;
}

.contact .section3 .tip {
  text-align: center;
  line-height: 1.6;
  color: #5B626E;
  margin-bottom: 0.4rem;
}

.contact .section3 .form {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact .section3 .form-item {
  width: 32.5%;
  margin-bottom: 0.2rem;
}

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

.contact .section3 .form-item.active .form-input-target,
.contact .section3 .form-item.active .form-textarea-target {
  border-color: rgb(216, 38, 28);
  background-color: rgba(216, 38, 28, 0.1);
}

.contact .section3 .form-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .section3 .form-input {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.contact .section3 .form-input.required::before {
  position: absolute;
  content: "*";
  color: #F18517;
  line-height: 3.4285714286;
  left: 1.1428571429em;
  top: 0;
}

.contact .section3 .form-input-target,
.contact .section3 .form-textarea-target {
  width: 100%;
  background-color: #fff;
  line-height: 3.4285714286;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding-left: 1.5714285714em;
  padding-right: 4.2857142857em;
}

.contact .section3 .form-input-target:focus,
.contact .section3 .form-textarea-target:focus {
  border-color: #0093D7;
}

.contact .section3 .form-textarea-target {
  padding-top: 0.8571428571em;
  padding-bottom: 0.8571428571em;
  line-height: 1.4285714286;
  height: 120px;
  padding-right: 1.5714285714em;
}

.contact .section3 .form-input-icon {
  position: absolute;
  width: 1.5714285714em;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 1em;
}

.contact .section3 .code-img {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 0.2rem;
  height: 3.5714285714em;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  cursor: pointer;
}

.contact .section3 .form-btn {
  text-align: center;
  margin-top: 0.2rem;
}

.contact .section3 .form-submit {
  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;
  line-height: 3;
  padding: 0 0.38rem;
  background-color: #F18517;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
}

.contact .section3 .form-submit:hover {
  background-color: #F5A95C;
}

.contact .section3 .form-submit img {
  width: 1em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 0.16rem;
}

.search .section1 {
  padding-top: 0.72rem;
  padding-bottom: 1rem;
}

.search .section1 .top {
  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;
  margin-bottom: 0.4rem;
}

.search .section1 .text1 {
  line-height: 1.5;
}

.search .section1 .text2 {
  line-height: 1.625;
}

.search .section1 .text2 span {
  color: #0093D7;
}

.search .section1 .input {
  position: relative;
}

.search .section1 .input input {
  width: 5.5rem;
  line-height: 3.125;
  box-shadow: 0 0 0 1px #E6E6E6 inset;
  padding: 0 1rem 0 0.3rem;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.search .section1 .input input:focus {
  box-shadow: 0 0 0 1px #E60012 inset;
}

.search .section1 .input-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.9rem;
  border-radius: 25px;
  background: #0093D7 url(../images_die/svg/35.svg) no-repeat center center;
  -o-background-size: auto 38%;
  background-size: auto 38%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.search .section1 .input-icon:hover {
  background-color: #4CB3E3;
}

.search .section1 .select {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #D9D9D9;
  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.25;
  margin-bottom: 0.42rem;
  overflow: auto;
}

.search .section1 .select s {
  width: 1px;
  height: 1.25em;
  background-color: #D9D9D9;
  margin: 0 0.25rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.search .section1 .select-item {
  color: #666666;
  cursor: pointer;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.search .section1 .select-item.active, .search .section1 .select-item:hover {
  color: #0093D7;
}

.search .section1 .page {
  margin-top: 0.5rem;
}

.search .section1 .list2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search .section1 .list2 .item {
  width: 21.875%;
  margin-bottom: 0.3rem;
  margin-right: 4.125%;
}

.search .section1 .list2 .item:nth-of-type(4n) {
  margin-right: 0;
}

.search .section1 .list2 .item:hover .item-img {
  background-color: #fff;
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.05);
}

.search .section1 .list2 .item:hover .item-icon {
  opacity: 1;
}

.search .section1 .list2 .item:hover .item-title {
  color: #0093D7;
}

.search .section1 .list2 .item-img {
  background-color: #F9F9F9;
  border-radius: 0.2rem;
  position: relative;
}

.search .section1 .list2 .item-icon {
  position: absolute;
  bottom: 0;
  width: 2em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  -moz-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
  opacity: 0;
}

.search .section1 .list2 .item-title {
  line-height: 1.7;
  margin-top: 0.32rem;
  text-align: center;
}

@media (max-width: 1050px) {
  .a_dw {
    top: -50px;
  }
  .mhead {
    position: relative;
  }
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  header.active {
    position: static;
  }
  .footer .top .line, .footer .top .nav {
    display: none;
  }
  .footer .top .box {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .footer .top .logo, .footer .top .code {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .bottom .box {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .my-banner .box {
    padding-top: 0;
  }
  .my-nav {
    display: none;
  }
}
@media (min-width: 771px) {
  .show770 {
    display: none;
  }
}
@media (max-width: 770px) {
  .hide770 {
    display: none;
  }
  .show770 {
    display: block;
  }
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-modal .modal-main {
    width: 100%;
  }
  .my-modal .modal-close {
    right: 0;
    top: -33px;
  }
  #preview-modal .modal-target {
    width: 100%;
  }
  .my-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .my-swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .my-swiper-pagination .swiper-pagination-bullet-active {
    width: 16px;
  }
  .my-swiper-button .swiper-button {
    display: none;
  }
  .my-active2 .item {
    width: 49%;
  }
  .my-active3 .content {
    overflow: auto;
    margin-top: 10px;
  }
  .my-active3 .container {
    /*min-width: 800px;*/
  }
  .my-active3 .item-content,.my-active3 .item-num span:nth-child(2){
      font-size: 12px;
  }
  .my-active3 .item-title{
      display: none;
  }
  .my-list1 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0;
  }
  .my-list1 .item-time {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    border: none;
    margin: 10px 0;
  }
  .my-list1 .item-info {
    width: 100%;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 0;
  }
  .my-list1 .item-title {
    margin-bottom: 10px;
  }
  .my-list1 .item-more {
    display: none;
  }
  .my-list1 .item-img {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .index .section1 .swiper-slide {
    height: 126.6666666667vw;
  }
  .index .section1 .list {
    font-size: 12px;
    bottom: 25px;
  }
  .index .section1 .content{
      padding-top: 40px;
      align-items: flex-start;
  }
  .index .section1 .title{
      font-size: 16px;
  }
  .index .section1 .text{
      font-size: 26px;
  }
  .index .section2 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section2 .left {
    width: 100%;
  }
  .index .section2 .img {
    width: 100%;
  }
  .index .section2 .right {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
  }
  .index .section3 .swiper-slide {
    width: 150px;
  }
  .index .section3 .content {
    flex-direction: column-reverse;
  }
  .index .section3 .img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .index .section3 .info {
    width: 100%;
    height: auto;
  }
  .index .section3 .info-li {
    width: 50%;
  }
  .index .section4 .swiper-slide {
    width: 250px;
  }
  .index .section7 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .index .section7 .left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .index .section7 .list {
    width: 100%;
    height: auto;
  }
  .solution .section1 .select::-webkit-scrollbar {
    display: none;
  }
  .solution .section1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .solution .section1 .info {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
    height: auto;
  }
  .solution .section1 .text {
    height: auto;
  }
  .solution .section1 .img {
    width: 100%;
    height: auto;
  }
  .solution .section2 .content {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .solution .section2 .imgs {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .solution .section2 .imgs .img:nth-child(1) {
    position: relative;
  }
  .solution .section2 .list {
    width: 100%;
  }
  .solution .section2 .item {
    width: 100%;
    height: auto;
  }
  .solution .section2 .item + .item {
    margin-top: 10px;
  }
  .solution .section2 .item-text {
    height: auto;
  }
  .solution .section3 .swiper {
    overflow: hidden;
    padding-bottom: 20px;
  }
  .solution .section3 .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .solution .section3 .swiper-slide {
    width: 250px;
  }
  .solution .section3 .slide-text {
    width: 90%;
  }
  .solution .section5 .swiper-slide {
    width: 250px;
  }
  .solution .section6 .swiper-slide {
    width: 300px;
  }
  .product .section1 .select {
    display: none;
  }
  .product .section1 .list {
    width: 100%;
  }
  .product .section1 .swiper {
    overflow: hidden;
    padding-bottom: 20px;
  }
  .product .section1 .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product .section1 .swiper-slide {
    width: 250px;
  }
  .product-detail .section1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-detail .section1 .swiper1 {
    display: none;
  }
  .product-detail .section1 .swiper2 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .product-detail .section1 .info {
    width: 100%;
    height: auto;
  }
  .product-detail .section2 .swiper-slide {
    width: 220px;
  }
  .product-detail .section3 .select {
    background-color: transparent;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: none;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: initial;
  }
  .product-detail .section3 .select-item {
    min-width: initial;
    line-height: 2;
    padding: 0 10px;
    font-size: 14px;
    margin: 0 4px 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  }
  .product-detail .section4 .content {
    padding: 20px;
  }
  .my-swiper-button .swiper-button {
    width: 36px;
    height: 36px;
  }
  .my-swiper-button .swiper-button::after {
    font-size: 10px;
  }
  .about .section1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .section1 .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .about .section1 .info {
    width: 100%;
  }
  .about .section2 .swiper-slide {
    width: 180px;
  }
  .about .section2 .bottom {
    width: 100%;
  }
  .about .section2 .bottom .swiper-button {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .about .section2 .bottom .list {
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .about .section3 .swiper {
    overflow: hidden;
    padding-bottom: 15px;
  }
  .about .section3 .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about .section4 .swiper {
    padding-bottom: 30px;
  }
  .about .section4 .swiper-slide {
    width: 300px;
  }
  .about .section4 .bottom, .about .section4 .pagination {
    display: none;
  }
  .news-detail .section1 {
    padding-top: 30px;
  }
  .news-detail .section1 .breadcrumb {
    display: none;
  }
  .news-detail .section1 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-detail .section1 .list {
    width: 100%;
    padding-right: 0;
  }
  .news-detail .section1 .back {
    margin: 20px auto 0;
  }
  .contact .section1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact .section1 .info {
    margin-bottom: 20px;
  }
  .contact .section1 .info, .contact .section1 .img {
    width: 100%;
  }
  .contact .section2 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .contact .section2 .img {
    margin-bottom: 20px;
  }
  .contact .section2 .img, .contact .section2 .right {
    width: 100%;
    height: auto;
  }
  .contact .section2 .select {
    font-size: 14px;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact .section2 .list {
    height: auto;
  }
  .contact .section3 .form-item {
    width: 100%;
  }
  .search .section1 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search .section1 .input {
    width: 100%;
    margin-top: 15px;
  }
  .search .section1 .input input {
    width: 100%;
  }
  .search .section1 .list2 {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search .section1 .list2 .item {
    width: 49%;
    margin-right: 0;
  }
}
@-webkit-keyframes ani1 {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ani1 {
  0% {
    -moz-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 0;
  }
}
@-o-keyframes ani1 {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 0;
  }
}
@keyframes ani1 {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 0;
  }
}