@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;
  }
}
h1 {
  font-weight: normal;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

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

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

.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:not(.my-img-not).active.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not).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:not(.my-img-not).active.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not).active .my-img-target img:nth-child(2) {
  opacity: 1;
}

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

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

.my-img-toggle2.my-img-target img, .my-img-toggle2 .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-toggle2.my-img-target img:nth-child(2), .my-img-toggle2 .my-img-target img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

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

.my-img-toggle2.active.my-img-target img:nth-child(2), .my-img-toggle2.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 input, .my-main textarea {
  font-size: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}

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

.my-banner {
  position: relative;
}

.my-banner .banner-img2 {
  display: none;
}

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

.my-banner .box {
  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-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-banner .title {
  color: #fff;
  line-height: 1.3125;
  margin-bottom: 0.23rem;
}

.my-banner .text {
  max-width: 100%;
  width: 19em;
  color: #fff;
  line-height: 1.3333333333;
}

.my-banner .title2 {
  color: #fff;
  line-height: 1.3125;
  margin-bottom: 0.66rem;
}

.my-banner .input {
  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;
  width: 100%;
}

.my-banner .input input {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  line-height: 4.4444444444;
  background-color: #fff;
  border-radius: 0.08rem;
  padding: 0 0.21rem;
}

.my-banner .input span {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 10px;
  padding: 0 0.82rem;
  background-color: #004EA2;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.08rem;
  cursor: pointer;
}

.my-banner .input span:hover {
  background-color: #3F7AB9;
}

.my-banner .input span img {
  width: 2em;
}

.my-active1 {
  border-bottom: 1px solid #DDDDDD;
}

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

.my-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;
  line-height: 1.3125;
}

.my-breadcrumb .breadcrumb-icon {
  width: 1.25em;
  margin-right: 0.08rem;
}

.my-breadcrumb .breadcrumb-item {
  color: #004EA2;
}

.my-breadcrumb .breadcrumb-item.active {
  color: #999999;
}

.my-breadcrumb a.breadcrumb-item:hover {
  color: #3F7AB9;
}

.my-breadcrumb .breadcrumb-arr {
  width: 0.625em;
  margin: 0 0.1rem;
}

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

.my-nav .nav-item {
  line-height: 5;
}

.my-nav .nav-item {
  position: relative;
  margin-left: 0.6rem;
}

.my-nav .nav-item:hover, .my-nav .nav-item.active {
  color: #004EA2;
}

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

.my-nav .nav-item s {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #004EA2;
}

.my-swiper-button .swiper-button {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background-color: #DDDDDD;
}

.my-swiper-button .swiper-button:hover {
  background-color: #004EA2;
}

.my-swiper-button .swiper-button::after {
  font-size: 0.16rem;
  color: #fff;
}

.my-swiper-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;
}

.my-swiper-bottom .swiper-button {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  width: auto;
  height: auto;
}

.my-swiper-bottom .swiper-button::after {
  font-size: 14px;
  color: #999999;
}

.my-swiper-bottom .swiper-button:hover::after {
  color: #004EA2;
}

.my-swiper-bottom .swiper-pagination {
  position: relative;
  width: auto;
  bottom: auto;
  margin: 0 15px;
}

.my-swiper-bottom .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #999;
  opacity: 1;
  margin: 0 5px;
}

.my-swiper-bottom .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004EA2;
}

.my-more {
  display: inline-block;
  line-height: 3.4285714286;
  border: 1px solid #004EA2;
  color: #004EA2;
  padding: 0 0.28rem;
  border-radius: 0.06rem;
}

.my-more .more-icon {
  width: 0.6428571429em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3rem;
}

.my-more:hover {
  background-color: #004EA2;
  color: #fff;
}

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

header.active .header {
  position: relative;
}

.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: 10.3125em;
  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.6rem;
}

.header .nav-item:hover .nav-link, .header .nav-item.active .nav-link {
  color: #004EA2;
}

.header .nav-item:hover .nav-child {
  pointer-events: auto;
}

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

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

.header .nav-child {
  position: fixed;
  left: 0;
  right: 0;
  pointer-events: none;
}

.header .nav-child-container {
  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;
  background: -webkit-linear-gradient(left, rgba(0, 78, 162, 0.2) 5.11%, rgba(0, 78, 162, 0.8) 52.56%, rgba(0, 78, 162, 0.4) 97.06%);
  background: -moz-linear-gradient(left, rgba(0, 78, 162, 0.2) 5.11%, rgba(0, 78, 162, 0.8) 52.56%, rgba(0, 78, 162, 0.4) 97.06%);
  background: -o-linear-gradient(left, rgba(0, 78, 162, 0.2) 5.11%, rgba(0, 78, 162, 0.8) 52.56%, rgba(0, 78, 162, 0.4) 97.06%);
  background: linear-gradient(90deg, rgba(0, 78, 162, 0.2) 5.11%, rgba(0, 78, 162, 0.8) 52.56%, rgba(0, 78, 162, 0.4) 97.06%);
  backdrop-filter: blur(8.75px);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.header .nav-li {
  line-height: 5;
  color: #fff;
  margin: 0 0.25rem;
}

.header .nav-li:hover {
  opacity: 0.6;
}

.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: #004EA2;
}

.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: 1em;
  background-color: #222222;
  opacity: 0.4;
  margin: 0 0.2rem;
}

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

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

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

.header .item-link:hover {
  color: #004EA2;
}

.header .item-btn {
  line-height: 2.8571428571;
  background-color: #3366CC;
  color: #fff;
  padding: 0 0.32rem;
  border-radius: 0.06rem;
  margin-left: 0.22rem;
}

.header .item-btn:hover {
  background-color: #668CD8;
}

.footer {
  background-color: #F8F8F8;
}

.footer .top {
  padding-top: 1.1rem;
  padding-bottom: 0.83rem;
}

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

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

.footer .top .info {
  color: #999999;
}

.footer .top .info + .info {
  margin-top: 0.2rem;
}

.footer .top .info a {
  color: #999999;
}

.footer .top .info a:hover {
  color: #004EA2;
  text-decoration: underline;
}

.footer .top .info img {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  margin-right: 0.1rem;
}

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

.footer .top .nav-item + .nav-item {
  margin-left: 1.85rem;
}

.footer .top .nav-li {
  display: block;
  line-height: 1.875;
  color: #999;
}

.footer .top .nav-li:nth-child(1) {
  color: #004EA2;
  margin-bottom: 0.24rem;
}

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

.footer .bottom {
  background-color: #004EA2;
  padding: 0.18rem 0;
  line-height: 1.2857142857;
  color: #fff;
}

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

.footer .bottom a {
  color: #fff;
}

.footer .bottom a:hover {
  text-decoration: underline;
}

.index .section1 > .swiper > .swiper-wrapper > .swiper-slide {
  height: 100vh;
}

.index .section1 .slide-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index .section1 .slide-img2 {
  display: none;
}

.index .section1 .slide-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index .section1 .item {
  width: 0.03rem;
  height: 0.03rem;
  position: absolute;
}

.index .section1 .item:nth-child(1) {
  left: 21.3541666667%;
  top: 37.1578947368%;
}

.index .section1 .item:nth-child(2) {
  left: 41.875%;
  top: 56.6315789474%;
}

.index .section1 .item:nth-child(3) {
  left: 57.0833333333%;
  top: 29.1578947368%;
}

.index .section1 .item:nth-child(3) .item-title {
  padding-right: 1em;
}

.index .section1 .item:nth-child(4) {
  left: 64.4791666667%;
  top: 64.1052631579%;
}

.index .section1 .item:nth-child(4) .item-child {
  bottom: 0;
  top: auto;
}

.index .section1 .item:nth-child(5) {
  left: 67.2395833333%;
  top: 20.2105263158%;
}

.index .section1 .item:nth-child(6) {
  left: 89.84375%;
  top: 78.1052631579%;
}

.index .section1 .item:nth-child(6) .item-child {
  bottom: 0;
  top: auto;
}

.index .section1 .item:hover .item-info2, .index .section1 .item.active .item-info2 {
  opacity: 0;
}

.index .section1 .item:hover .item-child, .index .section1 .item.active .item-child {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.index .section1 .item:hover .item-dot, .index .section1 .item.active .item-dot {
  border-color: #fff;
}

.index .section1 .item:hover .item-dot s, .index .section1 .item.active .item-dot s {
  background: #fff;
}

.index .section1 .item:hover .item-dot s::before, .index .section1 .item.active .item-dot s::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
  transform: translate3d(-50%, -50%, 0) scale(1.1);
  background: #6393C6;
}

.index .section1 .item-dot {
  position: absolute;
  top: 50%;
  cursor: pointer;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /*border: 1px solid #3F7AE1;*/
  background: #3F7AE1;
  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;
}

.index .section1 .item-dot s {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: #005DC2;
  /*box-shadow: 0 0 0 0 rgba(63, 122, 225, 0.5);*/
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  -webkit-animation: ani1 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -moz-animation: ani1 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -o-animation: ani1 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  animation: ani1 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
}

.index .section1 .item-dot s::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.index .section1 .item-info2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 100%;
  margin-right: 0.27rem;
  padding: 0.1rem 0.32rem;
  background-color: rgba(248, 248, 248, 0.85);
  border-radius: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.3);
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index .section1 .item-info2 p {
  white-space: nowrap;
  color: #004EA2;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 0.17rem;
  margin-right: 0.21rem;
}

.index .section1 .item-info2-img {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  max-width: initial;
  width: 1.6666666667em;
}

.index .section1 .item-info2-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  max-width: initial;
  width: 0.4444444444em;
}

.index .section1 .item-child {
  position: absolute;
  right: 100%;
  top: -500%;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.index .section1 .item-child-container {
  width: 2.5rem;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.1rem 0.1rem 0.26rem;
  margin-right: 0.3rem;
  border: 1px solid #D0E2F8;
  box-shadow: 0 2.724px 13.619px 0 rgba(112, 112, 112, 0.1);
  backdrop-filter: blur(3.1664879322px);
}

.index .section1 .item-child-container .swiper {
  margin-bottom: 0.15rem;
  border-radius: 3px;
}

.index .section1 .item-child-container .swiper-slide {
  border-radius: 3px;
}

.index .section1 .item-child-container .swiper-pagination {
  bottom: 0.05rem;
  text-align: right;
  padding-right: 0.1rem;
  right: 0;
  left: auto;
  transform: none;
}

.index .section1 .item-child-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background-color: #fff;
}

.index .section1 .item-child-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E60513;
}

.index .section1 .item-info {
  padding: 0 0.1rem;
}

.index .section1 .item-title {
  line-height: 1.3333333333;
  margin-bottom: 0.06rem;
}

.index .section1 .item-title-icon {
  display: inline-block;
  vertical-align: bottom;
  width: 1.5em;
  margin-right: 0.07rem;
}

.index .section1 .item-bottom {
  display: none;
}

.index .section1 .item-more {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
}

.index .section1 .item-more span {
  position: relative;
  line-height: 1.2857142857;
}

.index .section1 .item-more span::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  height: 0.04rem;
  background: #004EA2;
  opacity: 0.2;
}

.index .section1 .item-more:hover span {
  color: #004EA2;
}

.index .section1 .item-more:hover s::before {
  opacity: 1;
}

.index .section1 .item-more s {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  box-shadow: 0 2.947px 2.947px 0 #C2DBFA;
  position: relative;
}

.index .section1 .swiper-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;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.67rem;
}

.index .section1 .swiper-bottom .swiper-pagination {
  position: relative;
  width: auto;
  bottom: auto;
  margin: 0 0.37rem;
}

.index .section1 .swiper-bottom .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #004EA2;
  opacity: 1;
  margin: 0 7px;
}

.index .section1 .swiper-bottom .swiper-pagination-bullet-active {
  width: 17px;
  background-color: #004EA2;
}

.index .section1 .swiper-button {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  opacity: 1;
  width: auto;
  height: auto;
}

.index .section1 .swiper-button:hover::after {
  color: #3F7AB9;
}

.index .section1 .swiper-button::after {
  font-size: 16px;
  color: #004EA2;
}

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

.about .section1 .title {
  line-height: 1.3333333333;
  margin-bottom: 0.43rem;
}

.about .section1 .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: 5.5rem;
  margin-bottom: 0.7rem;
}

.about .section1 .info {
  width: 48.8095238095%;
  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;
}

.about .section1 .text {
  line-height: 1.3125;
  color: #666666;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  margin-bottom: 20px;
  overflow: auto;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 10px;
}

.about .section1 .list {
  margin-top: auto;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about .section1 .item {
  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;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #DDDDDD;
}

.about .section1 .item + .item {
  margin-top: 0.45rem;
}

.about .section1 .item-num {
  line-height: 0.7777777778;
}

.about .section1 .item-num span:nth-child(1) {
  font-weight: lighter;
  font-family: Arial;
}

.about .section1 .item-num span:nth-child(2) {
  vertical-align: top;
  line-height: 1.3;
}

.about .section1 .item-text {
  line-height: 1.2857142857;
}

.about .section1 .right {
  width: 47.619047619%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about .section1 .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 0.8rem;
}

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

.about .section1 .li {
  width: 11.9047619048%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.about .section1 .li.active {
  width: 73.8095238095%;
}

.about .section1 .li.active .li-active {
  opacity: 1;
}

.about .section1 .li.active .li-active .li-content {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.about .section1 .li-content {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-animation-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-animation-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
  animation-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
}

.about .section1 .li-noactive {
  min-height: 3.2rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 82, 147, 0.2);
  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;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.about .section1 .li-noactive .li-icon {
  width: 3.6em;
  margin: 0 auto 0.22rem;
}

.about .section1 .li-noactive .li-line {
  width: 2em;
  border-top: 1px dashed #004EA2;
  display: block;
  margin: 0 auto 0.2rem;
}

.about .section1 .li-noactive .li-title {
  line-height: 1.6;
}

.about .section1 .li-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images_die/2.webp) no-repeat center right/cover;
  padding: 0.48rem 0.8rem 0.2rem;
  opacity: 0;
}

.about .section1 .li-active .li-content {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.about .section1 .li-active .li-icon {
  width: 3em;
  margin-bottom: 0.19rem;
}

.about .section1 .li-active .li-title {
  line-height: 1.5833333333;
  color: #fff;
  margin-bottom: 0.1rem;
}

.about .section1 .li-active .li-text {
  line-height: 1.3125;
  color: #F8F8F8;
}

.about .section2 {
  padding-top: 1.13rem;
  padding-bottom: 1.17rem;
  background: url(../images_die/3.webp) no-repeat center center/cover;
}

.about .section2 .title {
  line-height: 1.3333333333;
  text-align: center;
  margin-bottom: 0.57rem;
}

.about .section2 .content {
  position: relative;
  margin-bottom: 0.5rem;
}

.about .section2 .list {
  width: 100%;
  max-width: 12.4rem;
  margin: 0 auto;
}

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

.about .section2 .item-img {
  border-radius: 10px;
  width: 49.1935483871%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about .section2 .item-info {
  width: 41.5322580645%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about .section2 .item-time {
  line-height: 1.21875;
  color: #004EA2;
  font-family: Arial;
  margin-bottom: 0.24rem;
}

.about .section2 .item-text {
  line-height: 1.3125;
}

.about .section2 .swiper-line {
  position: absolute;
  display: block;
  width: 100%;
  border-top: 2px dashed #0D80BF;
  top: 1.5em;
}

.about .section2 .swiper-slide {
  width: 2.45rem;
  cursor: pointer;
}

.about .section2 .swiper-slide-active .slide-icon img:nth-child(1) {
  opacity: 1;
}

.about .section2 .swiper-slide-active .slide-icon img:nth-child(2) {
  opacity: 0;
}

.about .section2 .slide-icon {
  position: relative;
  width: 3em;
  margin: 0 auto;
}

.about .section2 .slide-icon img:nth-child(1) {
  width: 100%;
  opacity: 0;
}

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

.about .section2 .slide-title {
  font-family: Arial;
  line-height: 1.25;
  margin-top: 4px;
  text-align: center;
}

.about .section3 {
  padding-top: 0.63rem;
  padding-bottom: 0.8rem;
  background: url(../images_die/4.webp) no-repeat center center/cover;
  overflow: hidden;
}

.about .section3 .title {
  line-height: 1.3333333333;
  text-align: center;
  margin-bottom: 0.09rem;
}

.about .section3 .swipers {
  width: 100%;
  margin: 0 auto;
  max-width: 11.57rem;
  position: relative;
}

.about .section3 .swiper {
  width: 100%;
}

.about .section3 .swiper-slide {
  width: 3.9rem;
}

.about .section3 .swiper-bg {
  position: absolute;
  width: 130.1642178047%;
  max-width: initial;
  left: 50%;
  bottom: -5%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.about .section3 .my-swiper-bottom {
  position: relative;
  margin-top: 0.72rem;
}

.about .section3 .my-swiper-bottom .swiper-pagination{
    left: 0;
    transform: none;
}

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

.about .section4 {
  padding-top: 0.25rem;
  padding-bottom: 0.6rem;
}

.about .section4 .title {
  line-height: 1.3333333333;
  text-align: center;
  margin-bottom: 0.55rem;
}

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

.about .section4 .item {
  width: 12.5%;
  border: 1px solid #f2f2f2;
}

.about .section4 .my-swiper-bottom {
  margin-top: 0.62rem;
}

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

.about .section5 .content {
  height: 5.2rem;
  position: relative;
}

.about .section5 .info {
  position: absolute;
  width: 13.8888888889em;
  min-height: 2.65rem;
  left: 2.7976190476%;
  bottom: 0.44rem;
  background: url(../images_die/6.webp) no-repeat center center/cover;
  padding: 0.46rem 0.48rem;
  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;
  border-radius: 10px;
}

.about .section5 .info-title {
  color: #fff;
  line-height: 1.2777777778;
  margin-bottom: 0.12rem;
}

.about .section5 .info-text {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px;
}

.about .section5 .info-more {
  line-height: 1.875;
  color: #fff;
  margin-top: auto;
}

.about .section5 .info-more:hover img {
  -webkit-transform: translate3d(80%, 0, 0);
  -moz-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

.about .section5 .info-more img {
  width: 1.1875em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.06rem;
}

.product {
  background: url(../images_die/7.webp) no-repeat center top;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 5em;
}

.product .section1 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}

.product .section1 .title {
  text-align: center;
  line-height: 1.3333333333;
  margin-bottom: 0.55rem;
}

.product .section1 .swiper-slide {
  /*background-color: #000;*/
  height: auto;
  border-radius: 10px;
  opacity: 0.8;
  -webkit-transition-property: opacity, width;
  -o-transition-property: opacity, width;
  -moz-transition-property: opacity, width;
  transition-property: opacity, width;
  -webkit-transition-duration: 1s, 0s;
     -moz-transition-duration: 1s, 0s;
       -o-transition-duration: 1s, 0s;
          transition-duration: 1s, 0s;
}

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

.product .section1 .swiper-slide.active {
  border: 6px solid #4CBAFF;
  box-shadow: -1px 3px 11.6px 7px rgba(0, 101, 210, 0.22);
}

.product .section1 .swiper-slide:nth-child(4) {
  background-color: #000;
}

.product .section1 .slide-more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0);
}

.product .section1 .slide-content {
  position: absolute;
  left: 5.7213930348%;
  right: 5.7213930348%;
  bottom: 0.27rem;
}

.product .section1 .slide-title {
  color: #fff;
  text-align: center;
  line-height: 1.3333333333;
}

.product .section1 .slide-ul {
  display: none;
  overflow: auto;
  max-height: 15em;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 10px;
}

.product .section1 .slide-ul::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.product .section1 .slide-li {
  min-height: 4em;
  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;
  text-align: center;
  border-radius: 0.1rem;
  background: -webkit-linear-gradient(309deg, rgba(255, 255, 255, 0.58) 22.44%, rgba(255, 255, 255, 0.62) 85.11%);
  background: -moz-linear-gradient(309deg, rgba(255, 255, 255, 0.58) 22.44%, rgba(255, 255, 255, 0.62) 85.11%);
  background: -o-linear-gradient(309deg, rgba(255, 255, 255, 0.58) 22.44%, rgba(255, 255, 255, 0.62) 85.11%);
  background: linear-gradient(141deg, rgba(255, 255, 255, 0.58) 22.44%, rgba(255, 255, 255, 0.62) 85.11%);
  backdrop-filter: blur(6px);
  padding: 15px;
  line-height: 1.6;
  margin-top: 1em;
  position: relative;
  z-index: 8;
}

.product .section1 .slide-li:hover {
  background-color: #fff;
  color: #004EA2;
}

.product .section1 .my-swiper-bottom {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product .section1 .li.active .li-bottom {
  display: block;
}

.product .section1 .li-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;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #004EA2;
}

.product .section1 .li-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product .section1 .li-title {
  line-height: 1.3333333333;
  margin-bottom: 0.12rem;
}

.product .section1 .li-text {
  line-height: 1.3125;
  color: #666;
}

.product .section1 .li-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.0555555556em;
  margin-left: 10px;
}

.product .section1 .li-bottom {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  display: none;
}

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

.product .section1 .list::after {
  position: relative;
  content: "";
  width: 30.9523809524%;
  height: 0;
}

.product .section1 .item {
  width: 30.9523809524%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 0.6rem;
}

.product .section1 .item:hover .item-info {
  background-color: #004EA2;
}

.product .section1 .item:hover .item-title, .product .section1 .item:hover .item-text {
  color: #fff;
}

.product .section1 .item-info {
  padding: 0.33rem 0.3rem;
  background-color: #fff;
}

.product .section1 .item-title {
  line-height: 1.6;
}

.product .section1 .item-text {
  line-height: 1.3125;
}

.product-detail {
  background: url(../images_die/8.webp) no-repeat center top;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 5em;
}

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

.product-detail .section1 .box {
  max-width: 1200px;
}

.product-detail .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 0.3rem;
}

.product-detail .section1 .content .swiper {
  aspect-ratio: 700/466;
  width: 58.3333333333%;
  margin-left: 0;
}

.product-detail .section1 .swiper-slide {
  border-radius: 0.1rem;
}

.product-detail .section1 .info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 36.6666666667%;
  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;
}

.product-detail .section1 .title {
  margin-bottom: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail .section1 .text {
  line-height: 1.3125;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 0.3rem;
}

.product-detail .section1 .line {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-top: 1px dashed #004EA2;
  margin-bottom: 0.2rem;
}

.product-detail .section1 .text2 {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
  line-height: 1.3125;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  padding-right: 10px;
}

.product-detail .section1 .text2 p + p {
  margin-top: 0.12rem;
}

.product-detail .section1 .text2 span {
  color: #999;
}

.product-detail .section1 .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.product-detail .section1 .btn {
  line-height: 3.4285714286;
  border: 1px solid #004EA2;
  display: inline-block;
  padding: 0 0.28rem;
  background-color: #004EA2;
  color: #fff;
  cursor: pointer;
}

.product-detail .section1 .btn-icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.6428571429em;
  margin-left: 0.3rem;
}

.product-detail .section1 .btn1:hover {
  background-color: #3F7AB9;
  border-color: #3F7AB9;
}

.product-detail .section1 .btn2 {
  background-color: transparent;
  color: #004EA2;
  border-radius: 0.04rem;
  margin-left: 0.3rem;
}

.product-detail .section1 .btn2:hover {
  background-color: #004EA2;
  color: #fff;
}

.product-detail .section1 .bottom {
  width: 58.3333333333%;
  position: relative;
  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-detail .section1 .bottom .swiper {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-detail .section1 .swiper-button-prev {
  margin-right: 0.19rem;
}

.product-detail .section1 .swiper-button-next {
  margin-left: 0.19rem;
}

.product-detail .section1 .bottom .swiper-slide s {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 0.1rem;
  border: 0.05rem solid #004EA2;
  opacity: 0;
}

.product-detail .section1 .bottom .swiper-slide-thumb-active s {
  opacity: 1;
}

.product-detail .section1 .swiper-button {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
  width: 0.57rem;
  height: 0.57rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail .section1 .swiper-button.swiper-button-lock {
  opacity: 0;
  display: none;
}

.product-detail .section1 .swiper-button::after {
  font-size: 0.14rem;
}

.product-detail .section1 .my-swiper-bottom {
  display: none;
}

.product-detail .section2 {
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;
}

.product-detail .section2 .box {
  max-width: 1200px;
}

.product-detail .section2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #004EA2;
  margin-bottom: 0.26rem;
}

.product-detail .section2 .select-item {
  line-height: 1.6;
  padding-bottom: 0.28rem;
  margin-right: 1rem;
  cursor: pointer;
  position: relative;
}

.product-detail .section2 .select-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.03rem;
  height: 0.04rem;
  background-color: #004EA2;
  width: 0%;
}

.product-detail .section2 .select-item:hover::before, .product-detail .section2 .select-item.active::before {
  width: 100%;
}

.product-detail .section2 .item {
  font-size: 16px;
  line-height: normal;
  color: #666;
}

.product-detail .section2 .item img {
  display: inline-block;
}

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

.news .section1 .swiper {
  padding-bottom: 0.42rem;
  margin-bottom: 1.2rem;
}

.news .section1 .swiper-pagination {
  bottom: 0;
}

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

.news .section1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #004EA2;
}

.news .section1 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #F8F8F8;
}

.news .section1 .slide-img {
  width: 50%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news .section1 .slide-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0.8rem;
  padding-right: 0.6rem;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news .section1 .slide-time {
  line-height: 1.3888888889;
  font-family: Arial;
  color: #666666;
  margin-bottom: 0.54rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news .section1 .slide-time img {
  display: inline-block;
  vertical-align: middle;
  width: 1.5555555556em;
  margin-right: 0.1rem;
}

.news .section1 .slide-title {
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 0.22rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
}

.news .section1 .slide-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 0.27rem;
  background-color: #DDDDDD;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news .section1 .slide-text {
  line-height: 1.3125;
  color: #666;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 10px;
}

.news .section1 .slide-more {
  margin-top: auto;
}

.news .section1 .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  margin-bottom: 1.1rem;
}

.news .section1 .list {
  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;
}

.news .section1 .list::after {
  content: "";
  position: relative;
  width: 30.9523809524%;
}

.news .section1 .item {
  width: 30.9523809524%;
  margin-bottom: 0.6rem;
}

.news .section1 .item:hover .item-info {
  background-color: #004EA2;
}

.news .section1 .item:hover .item-time, .news .section1 .item:hover .item-title {
  color: #fff;
}

.news .section1 .item:hover .item-more {
  opacity: 1;
}

.news .section1 .item-img {
  margin-bottom: 0.1rem;
  border-radius: 0.1rem 0.1rem 0 0;
}

.news .section1 .item-info {
  background-color: #F8F8F8;
  padding: 0.17rem 0.22rem 0.19rem;
}

.news .section1 .item-time {
  color: #004EA2;
  font-family: Arial;
  line-height: 1.25;
  margin-bottom: 0.23rem;
}

.news .section1 .item-title {
  line-height: 1.3125;
  font-weight: normal;
  margin-bottom: 0.36rem;
}

.news .section1 .item-more {
  line-height: 1.3125;
  color: #fff;
  opacity: 0;
}

.news-detail .section1 {
  padding-top: 0.3rem;
  padding-bottom: 0.6rem;
}

.news-detail .section2 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}

.news-detail .section2 .box {
  max-width: 1400px;
}

.news-detail .section2 .title {
  line-height: 1.3333333333;
  text-align: center;
  margin-bottom: 0.23rem;
}

.news-detail .section2 .infos {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}

.news-detail .section2 .info {
  line-height: 1.3125;
  color: #999999;
  margin: 0 0.2rem;
}

.news-detail .section2 .info img {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  margin-right: 0.04rem;
}

.news-detail .section2 .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  line-height: normal;
  color: #999;
  padding-top: 0.3rem;
  padding-bottom: 1.2rem;
  border-top: 0.04rem solid #004EA2;
}

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

.news-detail .section2 .bottom {
  border-top: 1px dashed #DDDDDD;
  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;
  padding-top: 0.6rem;
}

.news-detail .section2 .link {
  width: 20.9375em;
  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.3125;
}

.news-detail .section2 .link:hover s {
  background-color: #004EA2;
}

.news-detail .section2 .link:hover p {
  color: #004EA2;
}

.news-detail .section2 .link s {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #666666;
  border-radius: 50%;
  margin-right: 0.1rem;
  margin-top: 0.5em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.contact .section1 {
  padding-top: 1.2rem;
  padding-bottom: 0.6rem;
}

.contact .section1 .title {
  line-height: 1.3333333333;
  text-align: center;
  margin-bottom: 0.55rem;
}

.contact .section1 .img {
  border-radius: 0.1rem;
  overflow: hidden;
}

.contact .section1 .content {
  position: relative;
  width: 90%;
  margin: -0.72rem auto 0;
  max-width: 1440px;
  background: -webkit-linear-gradient(bottom, #FDFDFD -9.62%, #F6FAFE 100%);
  background: -moz-linear-gradient(bottom, #FDFDFD -9.62%, #F6FAFE 100%);
  background: -o-linear-gradient(bottom, #FDFDFD -9.62%, #F6FAFE 100%);
  background: linear-gradient(0deg, #FDFDFD -9.62%, #F6FAFE 100%);
  border-radius: 0.1rem 0.1rem 0 0;
  padding: 0.3rem 1.15rem 0.18rem 0.8rem;
  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 .code {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.65rem;
}

.contact .section1 .code img {
  width: 8.1875em;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
}

.contact .section1 .code-title {
  line-height: 1.3125;
  text-align: center;
  margin-top: 0.08rem;
}

.contact .section1 .info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contact .section1 .info-title {
  line-height: 1.3125;
  margin-bottom: 0.27rem;
}

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

.contact .section1 .ul-line {
  width: 1px;
  height: 0.5rem;
  background-color: #D9D9D9;
  display: block;
}

.contact .section1 .li div {
  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 .li div + div {
  margin-top: 0.17rem;
}

.contact .section1 .li img {
  width: 1.125em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.contact .section1 .li s {
  height: 1em;
  width: 1px;
  background-color: #DDDDDD;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0 0.1rem;
}

.contact .section1 .li p {
  line-height: 1.3125;
  color: #999999;
}

.contact .section1 .li a:hover {
  color: #004EA2;
  text-decoration: underline;
}

.contact .section2 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}

.contact .section2 .title {
  line-height: 1.3333333333;
  margin-bottom: 0.08rem;
  text-align: center;
}

.contact .section2 .title2 {
  line-height: 1.3125;
  color: #999999;
  text-align: center;
  margin-bottom: 0.72rem;
}

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

.contact .section2 .img {
  width: 50.5952380952%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 0.1rem;
}

.contact .section2 .form {
  width: 47.3214285714%;
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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 .section2 .form-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.13rem;
}

.contact .section2 .form-item.status1 {
  width: 35.2201257862%;
}

.contact .section2 .form-item.status2 {
  width: 63.5220125786%;
}

.contact .section2 .form-item.btn {
  margin-bottom: 0;
  margin-top: 0.43rem;
}

.contact .section2 .form-item.active .form-textarea, .contact .section2 .form-item.active .form-input {
  border-color: #D8261C;
  background-color: #FCEAE9;
}

.contact .section2 .form-label {
  line-height: 1.3125;
  color: #999999;
  margin-bottom: 0.06rem;
}

.contact .section2 .form-label.required::after {
  content: "*";
  color: #FF0000;
}

.contact .section2 .form-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact .section2 .form-input {
  line-height: 2.3125;
}

.contact .section2 .form-textarea {
  height: 8.75em;
  line-height: 1.3125;
  padding-top: 0.5625em;
  padding-bottom: 0.5625em;
}

.contact .section2 .form-textarea, .contact .section2 .form-input {
  width: 0;
  background-color: #F9F9F9;
  border-radius: 0.04rem;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #F9F9F9;
}

.contact .section2 .form-textarea:focus, .contact .section2 .form-input:focus {
  border-color: #004EA2;
}

.contact .section2 .yzm-img {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: 2.5em;
  margin-left: 0.1rem;
  cursor: pointer;
}

.contact .section2 .form-line {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px dashed #666666;
  margin-top: 0.15rem;
  margin-bottom: 0.12rem;
}

.contact .section2 .form-tip {
  line-height: 1.2857142857;
  color: #999;
}

.search .my-banner .box {
  max-width: 1440px;
}

.search .my-banner .content {
  top: auto;
  bottom: 26.1333333333%;
}

.search .section1 {
  padding: 1.2rem 0;
}

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

.search .section1 .select {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 16.25%;
  border-right: 1px solid #D9D9D9;
}

.search .section1 .select-li {
  display: block;
}

.search .section1 .select-title {
  line-height: 1.3333333333;
  margin-bottom: 0.3rem;
}

.search .section1 .select-li {
  line-height: 1.3333333333;
  color: #666666;
  cursor: pointer;
}

.search .section1 .select-li:hover, .search .section1 .select-li.active {
  color: #004EA2;
}

.search .section1 .select-li + .select-li {
  margin-top: 0.16rem;
}

.search .section1 .right {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 1.05rem;
}

.search .section1 .tip {
  line-height: 1.3636363636;
  margin-bottom: 0.43rem;
}

.search .section1 .tip span {
  color: #ff0000;
}

.search .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;
  width: 100%;
  padding-bottom: 0.19rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0.3rem;
}

.search .section1 .item:hover .item-title {
  color: #004EA2;
}

.search .section1 .item s {
  width: 0.4444444444em;
  height: 0.4444444444em;
  border-radius: 50%;
  background-color: #004EA2;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.33rem;
}

.search .section1 .item-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  line-height: 1.7777777778;
}

.search .section1 .item-title span {
  color: #004EA2;
}

.search .section1 .item-time {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-family: Arial;
  margin-left: 10px;
}

.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);
}

.modal-img .modal-close {
  width: 37px;
  top: -7px;
  right: -44px;
}
.modal-img .modal-main {
  padding: 0.12rem;
  background-color: #fff;
  border-radius: 4px;
}
.modal-img .swiper {
  width: 920px;
  max-width: 100%;
}
.modal-img .swiper-button {
  width: 36px;
  height: 36px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: transparent;
  border: 1px solid #fff;
}
.modal-img .swiper-button::after {
  font-size: 0.1rem;
}
.modal-img .swiper-button:hover {
  background-color: #004EA2;
  border-color: #004EA2;
}
.modal-img .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  margin: 0 5px;
}
.modal-img .swiper-pagination-bullet-active {
  background-color: #004EA2;
}

@media (max-width: 1050px) {
  .a_dw {
    top: -50px;
  }
  .mhead {
    position: relative;
  }
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .footer .top .nav {
    display: none;
  }
  .footer .top {
    padding-top: 50px;
    padding-bottom: 50px;
    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 {
    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;
  }
  .product, .product-detail {
    padding-top: 0;
  }
  .product .section1 .slide-ul {
    max-height: 10em;
  }
  .news .section1 .slide-info {
    padding: 20px;
  }
}
@media (max-width: 770px) {
  body.status1 {
    height: 100vh;
    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;
  }
  body.status1 header, body.status1 footer {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  body.status1 main {
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .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-banner .banner-img1 {
    display: none;
  }
  .my-banner .banner-img2 {
    display: block;
  }
  .my-banner .text {
    max-width: 100%;
  }
  .my-banner .content {
    top: 0;
  }
  .my-banner .input input {
    line-height: 3;
  }
  .my-banner .input span {
    padding: 0 20px;
  }
  .my-banner .input span img {
    width: 20px;
  }
  .my-active1 {
    display: none;
  }
  .my-swiper-bottom .swiper-button {
    display: none;
  }
  .index .section1 .item-bottom {
    display: block;
  }
  .index .section1, .index .section1 > .swiper {
    height: 100%;
  }
  .index .section1 > .swiper > .swiper-wrapper > .swiper-slide {
    /*padding-top: 126.6666666667%;*/
    height: 100%;
  }
  .index .section1 .slide-img2 {
    display: block;
  }
  .index .section1 .slide-img1 {
    display: none;
  }
  .index .section1 .list {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    aspect-ratio: 1920/950;
  }
  .index .section1 .item:nth-child(3) .item-title {
    padding-right: 0;
  }
  .index .section1 .swiper-button {
    display: none;
  }
  .about .section1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .about .section1 .info {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .about .section1 .text {
    height: auto;
  }
  .about .section1 .right {
    width: 100%;
  }
  .about .section1 .li {
    width: 100%;
    margin-bottom: 10px;
  }
  .about .section1 .li.active {
    width: 100%;
  }
  .about .section1 .li-noactive {
    display: none;
  }
  .about .section1 .li-active {
    position: relative;
    opacity: 1;
    padding: 15px;
  }
  .about .section1 .li-active .li-content {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
  .about .section2 .swiper-button {
    display: none;
  }
  .about .section2 .list {
    max-width: 100%;
  }
  .about .section2 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .section2 .item-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .about .section2 .item-info {
    width: 100%;
  }
  .about .section2 .swiper-slide {
    width: 100px;
  }
  .about .section4 .item {
    width: 33%;
  }
  .about .section5 .content {
    height: auto;
  }
  .about .section5 .info {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    bottom: auto;
    margin-top: 20px;
  }
  .product .section1 .swiper-slide {
    width: 250px;
  }
  .product .section1 .slide-ul {
    display: block !important;
  }
  .product .section1 .item {
    width: 100%;
  }
  .product .section1 .item-info {
    border: 1px solid #e5e5e5;
    border-top: none;
  }
  .product-detail .section1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-detail .section1 .content .swiper {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-detail .section1 .info {
    width: 100%;
    position: relative;
  }
  .product-detail .section1 .bottom {
    display: none;
  }
  .product-detail .section1 .my-swiper-bottom {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .product-detail .section2 .select-item::before {
    bottom: 0;
  }
  .news .section1 .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .news .section1 .slide-img, .news .section1 .slide-info {
    width: 100%;
    height: auto;
  }
  .news .section1 .slide-time {
    margin-bottom: 20px;
  }
  .news .section1 .item {
    width: 100%;
  }
  .news .section1 .item-more {
    display: none;
  }
  .news .section1 .item-title {
    margin-bottom: 0;
  }
  .news-detail .section1 {
    display: none;
  }
  .news-detail .section2 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-detail .section2 .link {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-detail .section2 .link:nth-child(1) {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .news-detail .section2 .link:nth-child(3) {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .news-detail .section2 .my-more {
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 auto;
  }
  .contact .section1 .content {
    margin-top: 15px;
    width: 100%;
    padding: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact .section1 .info {
    margin-top: 15px;
  }
  .contact .section1 .ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact .section1 .li {
    width: 100%;
    margin-bottom: 0.17rem;
  }
  .contact .section1 .li div {
    width: 100%;
  }
  .contact .section1 .ul-line {
    display: none;
  }
  .contact .section2 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact .section2 .img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .section2 .form {
    width: 100%;
  }
  .contact .section2 .form-item.status1 {
    width: 100%;
  }
  .contact .section2 .form-item.status2 {
    width: 100%;
  }
  .search .section1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search .section1 .select-li {
    display: inline-block;
    margin-right: 10px;
  }
  .search .section1 .select {
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
  .search .section1 .right {
    width: 100%;
    padding-left: 0;
  }
  .modal-img .swiper-button {
    display: none;
  }
}
@-webkit-keyframes ani1 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@-moz-keyframes ani1 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@-o-keyframes ani1 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes ani1 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}