@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;
  }
}
img, video {
  -o-object-fit: cover;
     object-fit: cover;
}

input, textarea {
  border: none;
  outline: none;
  font-size: inherit;
}

.w100 {
  width: 100%;
}

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

.bofang {
  cursor: pointer;
}

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

.alltime, .alltime * {
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.status1 {
  min-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 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
body.status1 .main {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.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 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 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 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 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:hover.my-img-target img:nth-child(1), .my-img-toggle:hover .my-img-target img:nth-child(1) {
  opacity: 0;
}
.my-img-toggle:hover.my-img-target img:nth-child(2), .my-img-toggle:hover .my-img-target img:nth-child(2) {
  opacity: 1;
}

.my-more-active {
  cursor: pointer;
}
.my-more-active:hover.my-more, .my-more-active:hover .my-more {
  background-color: #E60012;
  color: #fff;
}
.my-more-active:hover.my-more .more-icon, .my-more-active:hover .my-more .more-icon {
  background-color: #fff;
  background-image: url(../images/svg/arr-right-color.svg);
}

.my-more {
  line-height: 3.25;
  color: #E60012;
  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;
  padding: 0 0.25rem;
  border-radius: 5em;
  box-shadow: 0 0 0 2px #E60012 inset;
}
.my-more .more-icon {
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #E60012 url(../images/svg/arr-right-white.svg) no-repeat center center;
  -o-background-size: 18.75% auto;
     background-size: 18.75% auto;
  margin-left: 0.1rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-swiper-button .swiper-button {
  width: 40px;
  height: 40px;
  background: no-repeat center center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  opacity: 0.3;
}
.my-swiper-button .swiper-button:hover {
  opacity: 1;
}
.my-swiper-button .swiper-button::after {
  content: "";
}
.my-swiper-button .swiper-button-prev {
  background-image: url(../images/svg/swiper-button-prev-icon.svg);
}
.my-swiper-button .swiper-button-next {
  background-image: url(../images/svg/swiper-button-next-icon.svg);
}

.my-swiper-pagination {
  bottom: 0;
}
.my-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.my-swiper-pagination.status1 .swiper-pagination-bullet {
  background-color: #888;
}
.my-swiper-pagination.status2 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.my-swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  margin: 0 3px;
}
.my-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E60012;
}

.my-list1.status1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.my-list1.status1 .item {
  width: 23.125%;
  margin-right: 2.5%;
  margin-bottom: 0.4rem;
}
.my-list1.status1 .item:nth-of-type(4n) {
  margin-right: 0;
}
.my-list1.status1 .item-info {
  padding: 0.4rem 10.8108108108%;
}
.my-list1 .item:hover .item-title {
  color: #E60012;
}
.my-list1 .item:hover .item-title::before {
  opacity: 1;
}
.my-list1 .item-img {
  background: -webkit-linear-gradient(top, #EEE 0%, #E9E9E9 100%);
  background: -moz-linear-gradient(top, #EEE 0%, #E9E9E9 100%);
  background: -o-linear-gradient(top, #EEE 0%, #E9E9E9 100%);
  background: linear-gradient(180deg, #EEE 0%, #E9E9E9 100%);
}
.my-list1 .item-info {
  background-color: #EFF1F1;
  padding: 0.4rem 14.2857142857%;
}
.my-list1 .item-text {
  line-height: 1.75;
  color: #888;
}
.my-list1 .item-title {
  line-height: 1.75;
  padding-right: 1.8em;
  position: relative;
}
.my-list1 .item-title::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background: #F5F5F5 url(../images/svg/arr-right-color.svg) no-repeat center center;
  -o-background-size: 18.75% auto;
     background-size: 18.75% auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-list2 {
  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;
}
.my-list2::after {
  content: "";
  width: 31.25%;
}
.my-list2 .item {
  width: 31.25%;
  margin-bottom: 0.5rem;
}
.my-list2 .item:hover .item-title, .my-list2 .item:hover .item-time {
  color: #E60012;
}
.my-list2 .item:hover .item-time {
  background-image: url(../images/svg/time-color.svg);
}
.my-list2 .item-info {
  background-color: #fff;
  padding: 0.52rem 6% 0.6rem;
}
.my-list2 .item-title {
  line-height: 1.25;
  margin-bottom: 0.12rem;
}
.my-list2 .item-text {
  line-height: 1.5;
  margin-bottom: 0.2rem;
  color: #666;
}
.my-list2 .item-time {
  line-height: 1.5;
  padding-left: 1.75em;
  background: url(../images/svg/time-gray.svg) no-repeat left center;
  -o-background-size: 1.125em auto;
     background-size: 1.125em auto;
  font-family: Arial;
  color: #888;
}

.my-banner {
  position: relative;
}
.my-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.1;
}
.my-banner .banner-img2 {
  display: none;
}
.my-banner .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 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;
}
.my-banner .box-1 {
  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-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.my-banner .title-container {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-banner .title {
  color: #fff;
}
.my-banner .product-container {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  width: 31.25%;
}
.my-banner .product-title {
  line-height: 1.4285714286;
  position: relative;
  padding-bottom: 0.24rem;
  margin-bottom: 0.2rem;
}
.my-banner .product-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0.8em;
  background-color: #E60012;
}
.my-banner .product-text {
  line-height: 1.5;
}
.my-banner .box-2 {
  height: 5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.my-breadcrumb {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 0.3rem;
}
.my-breadcrumb .breadcrumb-container {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.5;
}
.my-breadcrumb .breadcrumb-home {
  width: 1.5em;
  margin-right: 0.15rem;
}
.my-breadcrumb .breadcrumb-span {
  color: #fff;
  margin: 0 0.15rem;
}
.my-breadcrumb .breadcrumb-item {
  color: #fff;
}
.my-breadcrumb a.breadcrumb-item:hover {
  color: #E60012;
}

.my-tabs {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  margin-top: -6.25em;
  /*position: sticky;*/
  /*top: 6.25em;*/
  z-index: 100;
}
.my-tabs .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 6.25em;
}
.my-tabs .tabs-item {
  position: relative;
}
.my-tabs .tabs-item + .tabs-item {
  margin-left: 0.8rem;
}
.my-tabs .tabs-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #E60012;
  width: 100%;
  height: 4px;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.my-tabs .tabs-item:hover, .my-tabs .tabs-item.active {
  color: #E60012;
  font-weight: bold;
}
.my-tabs .tabs-item:hover::before, .my-tabs .tabs-item.active::before {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.my-info .info-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;
}
.my-info .info-item:nth-child(1) a {
  color: #E60012;
  font-family: Arial;
}
.my-info .info-item + .info-item {
  margin-top: 0.16rem;
}
.my-info .info-icon {
  width: 1.25em;
  margin-right: 0.1rem;
}

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

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}
header.active .header, header.active1 .header, header.bg-active .header {
  background-color: #fff;
}
header.active .header .nav-link, header.active1 .header .nav-link {
  color: #222;
}
header.active1 {
  position: sticky;
}
header.text-active .header .nav-link {
  color: #222;
}

.header .box {
  max-width: 1680px;
  width: 90%;
  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;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.5em;
}
.header .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header .nav-item {
  position: relative;
  margin: 0 0.25rem;
}
.header .nav-item.active1 .nav-link {
  color: #E60012;
}
.header .nav-item:hover .nav-link {
  color: #E60012;
}
.header .nav-item:hover .nav-child {
  -webkit-transform: translateX(-50%) translateY(0);
     -moz-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
       -o-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.header .nav-link {
  line-height: 6.25;
  color: #fff;
}
.header .nav-child {
  position: absolute;
  top: 86%;
  left: 50%;
  background-color: #fff;
  min-width: 7.75em;
  padding: 0.1rem;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%) translateY(15px);
     -moz-transform: translateX(-50%) translateY(15px);
      -ms-transform: translateX(-50%) translateY(15px);
       -o-transform: translateX(-50%) translateY(15px);
          transform: translateX(-50%) translateY(15px);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav-child-link {
  white-space: nowrap;
  line-height: 1.3125;
  margin: 0.1rem 0;
  width: 100%;
  color: #666;
  text-align: center;
}
.header .nav-child-link:hover {
  color: #E60012;
}
.header .right {
  line-height: 2.5;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.2rem;
  border-radius: 0.25rem;
}

.header .right .icon {
  margin-right: 0.1rem;
}

.header .right:hover {
  background-color: #E60012;
  color: #fff;
}

.header .right-container {
  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: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-right: 0.5rem;
}
.header .item:hover .item-text {
  color: #E60012;
}
.header .item:hover .item-img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.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-img {
  width: 1.25em;
  margin-left: 0.05rem;
}
.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: #E60012;
}

.footer .top {
  padding-top: 0.8rem;
  padding-bottom: 1.25rem;
}
.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 .box .left{
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.footer .top .logo {
  margin-bottom: 0.4rem;
  width: 7.5em;
}
.footer .top .info {
  margin-bottom: 0.36rem;
}
.footer .top .links {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .top .links-item {
  position: relative;
  cursor: pointer;
  margin-right: 0.2rem;
}
.footer .top .links-item:hover .links-code {
  -webkit-transform: translateX(-50%) translateY(15px);
     -moz-transform: translateX(-50%) translateY(15px);
      -ms-transform: translateX(-50%) translateY(15px);
       -o-transform: translateX(-50%) translateY(15px);
          transform: translateX(-50%) translateY(15px);
  opacity: 1;
  pointer-events: auto;
}
.footer .top .links-icon {
  width: 2em;
}
.footer .top .links-code {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(30px);
     -moz-transform: translateX(-50%) translateY(30px);
      -ms-transform: translateX(-50%) translateY(30px);
       -o-transform: translateX(-50%) translateY(30px);
          transform: translateX(-50%) translateY(30px);
  opacity: 0;
  pointer-events: none;
  background-color: #C8C8C8;
  width: 7.5em;
  height: 7.5em;
  max-width: initial;
  border-radius: 6px;
}
.footer .top .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .top .nav-item + .nav-item {
  margin-left: 1.4rem;
}
.footer .top .nav-link {
  display: block;
  line-height: 1.3125;
  margin-bottom: 0.1rem;
  color: #666;
}
.footer .top .nav-link:nth-child(1) {
  line-height: 1.3636363636;
  margin-bottom: 0.25rem;
  color: #000;
}
.footer .top .nav-link:hover {
  color: #E60012;
}
.footer .bottom .box {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  line-height: 1.2857142857;
  padding: 0.28rem 0;
}
.footer .bottom .box a {
  color: #666;
}
.footer .bottom .box a:hover {
  color: #E60012;
}

.index {
  height: 100vh;
}
.index > .swiper-wrapper > .swiper-slide {
  height: 100vh;
  overflow: hidden;
}
.index > .swiper-wrapper > .swiper-slide.slide-footer {
  height: auto;
}
.index > .swiper-pagination {
  right: auto;
  left: 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: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index > .swiper-pagination.text-active .swiper-pagination-bullet {
  border-color: rgba(34, 34, 34, 0.5);
}
.index > .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 12px 0;
}
.index > .swiper-pagination .swiper-pagination-bullet:last-child {
  display: none;
}
.index > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E60012;
  border-color: #E60012;
  width: 12px;
  height: 12px;
}
.index .my-wow {
  -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;
  opacity: 1;
}
.index .section1 .slide-img2 {
  display: none;
}
.index .section1 .content {
  position: absolute;
  top: 29.1578947368%;
  left: 0;
  right: 0;
  color: #fff;
}
.index .section1 .my-wow {
  opacity: 0;
}
.index .section1 .active .title {
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.index .section1 .active .text {
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
       -o-animation-delay: 200ms;
          animation-delay: 200ms;
}
.index .section1 .active .my-more {
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
       -o-animation-delay: 400ms;
          animation-delay: 400ms;
}
.index .section1 .title {
  line-height: 1.3333333333;
  margin-bottom: 0.3rem;
}
.index .section1 .text {
  line-height: 1.5;
}
.index .section1 .my-more {
  margin-top: 0.6rem;
}
.index .section1 .swiper-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.3157894737%;
}
.index .section1 .my-swiper-button {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index .section1 .swiper-button {
  position: relative;
  margin-top: 0;
  left: auto;
  right: auto;
  margin-right: 10px;
}
.index .section1 .swiper-pagination {
  position: relative;
  text-align: left;
  margin-top: 0.7rem;
}
.index .section2 {
  background: url(../images/2.png) no-repeat center center/cover;
  padding-top: 19.4736842105vh;
  color: #fff;
}
.index .section2.active .left {
  -webkit-animation-name: fadeInLeft;
     -moz-animation-name: fadeInLeft;
       -o-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.index .section2.active .right {
  -webkit-animation-name: fadeInRight;
     -moz-animation-name: fadeInRight;
       -o-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.index .section2 .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;
}
.index .section2 .left {
  -webkit-animation-name: fadeOutLeft;
     -moz-animation-name: fadeOutLeft;
       -o-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
  width: 43.75%;
}
.index .section2 .title {
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
.index .section2 .text {
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.index .section2 .txt {
  line-height: 1.7777777778;
  margin-bottom: 0.4rem;
}
.index .section2 .right {
  -webkit-animation-name: fadeOutRight;
     -moz-animation-name: fadeOutRight;
       -o-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
  width: 43.75%;
}
.index .section2 .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;
  padding: 0.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.index .section2 .item-num {
  width: 23.8571428571%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.index .section2 .item-num-text {
  font-family: Arial;
}
.index .section2 .item-title {
  padding-right: 0.4rem;
  line-height: 1.5555555556;
  flex-grow: 1;
}
.index .section2 .item-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 2.2222222222em;
}
.index .section3 {
  background: url(../images/10.jpg) no-repeat center center/cover;
  padding-top: 18.9473684211vh;
}
.index .section3.active .title {
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.index .section3.active .select {
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
       -o-animation-delay: 200ms;
          animation-delay: 200ms;
}
.index .section3.active .swipers {
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
       -o-animation-delay: 400ms;
          animation-delay: 400ms;
}
.index .section3 .title {
  -webkit-animation-name: fadeOutDown;
     -moz-animation-name: fadeOutDown;
       -o-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
  line-height: 1.3636363636;
  margin-bottom: 0.3rem;
}
.index .section3 .select {
  -webkit-animation-name: fadeOutDown;
     -moz-animation-name: fadeOutDown;
       -o-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.56rem;
}
.index .section3 .select-item {
  line-height: 2.5;
  padding: 0 0.35rem;
  border-radius: 35px;
  box-shadow: 0 0 0 1px rgba(34, 34, 34, 0.3) inset;
  cursor: pointer;
  margin-right: 0.2rem;
}
.index .section3 .select-item.active, .index .section3 .select-item:hover {
  background-color: #E60012;
  box-shadow: 0 0 0 1px #E60012 inset;
  color: #fff;
}
.index .section3 .swipers {
  -webkit-animation-name: fadeOutDown;
     -moz-animation-name: fadeOutDown;
       -o-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
  position: relative;
  width: 100%;
}
.index .section3 .swiper {
  overflow: initial;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
       -o-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index .section3 .swiper.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s all 0.5s;
  -o-transition: 0.5s all 0.5s;
  -moz-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
}
.index .section3 .swiper-button {
  position: relative;
  margin-top: 0;
  left: auto;
  right: auto;
  margin-left: 10px;
}
.index .section3 .my-swiper-button {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -0.87rem;
}
.index .section4 {
  background: url(../images/10.png) no-repeat center center/cover;
  padding-top: 18.9473684211vh;
}
.index .section4.active .top {
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.index .section4.active .lists {
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
       -o-animation-delay: 200ms;
          animation-delay: 200ms;
}
.index .section4 .top {
  -webkit-animation-name: fadeOutDown;
     -moz-animation-name: fadeOutDown;
       -o-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
  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;
}
.index .section4 .title {
  line-height: 1.3636363636;
}
.index .section4 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
}
.index .section4 .select-item {
  color: #666;
  cursor: pointer;
}
.index .section4 .select-item + .select-item::before {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 0.9em;
  background-color: #D9D9D9;
  content: "";
  margin: 0 0.3rem;
  pointer-events: none;
  vertical-align: middle;
}
.index .section4 .select-item:hover, .index .section4 .select-item.active {
  color: #E60012;
}
.index .section4 .lists {
  -webkit-animation-name: fadeOutDown;
     -moz-animation-name: fadeOutDown;
       -o-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
  position: relative;
}
.index .section4 .list {
  position: absolute;
  visibility: visible;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
       -o-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index .section4 .list.active {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s all 0.5s;
  -o-transition: 0.5s all 0.5s;
  -moz-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
}
.index .section4 .item {
  margin-bottom: 0;
}

.about .section1 {
  background: url(../images/19.png) no-repeat center bottom/cover;
  padding-top: 1rem;
  padding-bottom: 1.58rem;
}
.about .section1 .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;
}
.about .section1 .left {
  width: 46.875%;
}
.about .section1 .title {
  line-height: 1.3333333333;
  margin-bottom: 0.3rem;
}
.about .section1 .title2 {
  line-height: 1.4375;
  margin-bottom: 0.8rem;
  color: #E60012;
}
.about .section1 .video {
  position: relative;
}
.about .section1 .video::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.1;
  z-index: 2;
}
.about .section1 .video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.about .section1 .video-icon {
  width: 3.125em;
  margin: 0 auto;
}
.about .section1 .video-text {
  color: #fff;
  line-height: 2;
  margin-top: 0.05rem;
}
.about .section1 .right {
  width: 44.375%;
  margin-top: -webkit-calc(1.3333333333em + 0.3rem);
  margin-top: -moz-calc(1.3333333333em + 0.3rem);
  margin-top: calc(1.3333333333em + 0.3rem);
  position: relative;
}
.about .section1 .right-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.about .section1 .text {
  line-height: 1.7777777778;
  margin-bottom: 1rem;
}
.about .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;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.24rem 0;
  border-top: 1px solid rgba(175, 175, 175, 0.3);
}
.about .section1 .item:last-child {
  padding-bottom: 0;
}
.about .section1 .item-num {
  color: #E60012;
  line-height: 0.9em;
  flex-shrink: 0;
}
.about .section1 .item-num .countUp {
  font-family: Arial;
}
.about .section1 .item-num sup {
  vertical-align: text-top;
  margin-left: 0.1rem;
}
.about .section1 .item-title {
  line-height: 1.5555555556;
  text-align: right;
}
.about .section2 {
  position: relative;
}
.about .section2 .imgs {
  position: relative;
}
.about .section2 .imgs::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.15;
  z-index: 2;
}
.about .section2 .imgs .img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.about .section2 .imgs .img:nth-child(1) {
  position: relative;
}
.about .section2 .imgs .img.active {
  opacity: 1;
}
.about .section2 .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 20.8235294118%;
  z-index: 2;
}
.about .section2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.45rem;
}
.about .section2 .select-item {
  cursor: pointer;
  position: relative;
  line-height: 1.3333333333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}
.about .section2 .select-item::before {
  position: absolute;
  content: "";
  width: 1.4166666667em;
  height: 5px;
  background-color: #E60012;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
     -moz-transform: translateX(-50%) scaleX(0);
      -ms-transform: translateX(-50%) scaleX(0);
       -o-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  bottom: -0.16rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about .section2 .select-item + .select-item {
  margin-left: 0.8rem;
}
.about .section2 .select-item:hover, .about .section2 .select-item.active {
  -webkit-transform: scale(1.33333);
     -moz-transform: scale(1.33333);
      -ms-transform: scale(1.33333);
       -o-transform: scale(1.33333);
          transform: scale(1.33333);
}
.about .section2 .select-item:hover::before, .about .section2 .select-item.active::before {
  -webkit-transform: translateX(-50%) scaleX(1);
     -moz-transform: translateX(-50%) scaleX(1);
      -ms-transform: translateX(-50%) scaleX(1);
       -o-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.about .section2 .contents {
  position: relative;
}
.about .section2 .content {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
       -o-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about .section2 .content.active {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s all 0.5s;
  -o-transition: 0.5s all 0.5s;
  -moz-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
}
.about .section2 .text {
  color: #fff;
  line-height: 1.7777777778;
  width: 43.75%;
}
.about .section2 .list {
  width: 43.75%;
  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;
}
.about .section2 .list::after {
  content: "";
  width: 32.1428571429%;
}
.about .section2 .item {
  width: 32.1428571429%;
  margin-bottom: 0.1rem;
}

.development .section1 {
  background: url(../images/28.png) no-repeat center center/cover;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}
.development .section1 .title {
  line-height: 1.3333333333;
  margin-bottom: 1rem;
}
.development .section1 .list {
  position: relative;
  margin-bottom: 0.8rem;
}
.development .section1 .item-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
       -o-transform: translateY(15px);
          transform: translateY(15px);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
}
.development .section1 .item-container.active {
  position: relative;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: 0.5s all 0.5s;
  -o-transition: 0.5s all 0.5s;
  -moz-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
}
.development .section1 .item-container::before {
  position: absolute;
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  border-top: 0.18rem solid #fff;
  border-left: 0.18rem solid transparent;
  border-right: 0.18rem solid transparent;
  border-bottom: 0.18rem solid transparent;
  bottom: 0;
  -webkit-transform: translateY(95%) translateX(-50%);
     -moz-transform: translateY(95%) translateX(-50%);
      -ms-transform: translateY(95%) translateX(-50%);
       -o-transform: translateY(95%) translateX(-50%);
          transform: translateY(95%) translateX(-50%);
  left: 25%;
}
.development .section1 .item {
  width: 8.6rem;
  max-width: 100%;
  margin-left: 22.25%;
  background-color: #fff;
  padding: 0.3rem 0.5rem;
  position: relative;
}
.development .section1 .item-year {
  font-size: 3rem;
  position: absolute;
  font-family: Arial;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-55%);
     -moz-transform: translateX(-50%) translateY(-55%);
      -ms-transform: translateX(-50%) translateY(-55%);
       -o-transform: translateX(-50%) translateY(-55%);
          transform: translateX(-50%) translateY(-55%);
  opacity: 0.5;
  background: -webkit-linear-gradient(top, #FFF 24.54%, rgba(255, 255, 255, 0) 87.27%);
  background: -moz-linear-gradient(top, #FFF 24.54%, rgba(255, 255, 255, 0) 87.27%);
  background: -o-linear-gradient(top, #FFF 24.54%, rgba(255, 255, 255, 0) 87.27%);
  background: linear-gradient(180deg, #FFF 24.54%, rgba(255, 255, 255, 0) 87.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.development .section1 .item-time {
  color: #E60012;
  font-family: Arial;
  line-height: 1.21875;
  margin-bottom: 0.1rem;
}
.development .section1 .item-title {
  line-height: 1.3;
}
.development .section1 .swipers {
  overflow: hidden;
}
.development .section1 .swiper {
  width: 25%;
  margin-right: 50%;
  overflow: initial;
}
.development .section1 .swiper-slide {
  min-height: 2rem;
  padding-right: 0.16rem;
  padding-bottom: 0.25rem;
  height: auto;
}
.development .section1 .swiper-slide::after {
  position: absolute;
  content: "";
  width: 91.25%;
  height: 0.15rem;
  bottom: 0;
  right: 0.16rem;
  background-image: -webkit-linear-gradient(left, #999 0%, #999 20%, transparent 21%, transparent 100%);
  background-image: -moz-linear-gradient(left, #999 0%, #999 20%, transparent 21%, transparent 100%);
  background-image: -o-linear-gradient(left, #999 0%, #999 20%, transparent 21%, transparent 100%);
  background-image: linear-gradient(to right, #999 0%, #999 20%, transparent 21%, transparent 100%);
  -o-background-size: 5px auto;
     background-size: 5px auto;
  background-repeat: repeat-x;
}
.development .section1 .swiper-slide::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 2px;
  height: 0.26rem;
  background-color: #666;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.development .section1 .swiper-slide-active::before {
  height: 100%;
  background-color: #E60012;
}
.development .section1 .swiper-slide-active .slide-info {
  opacity: 0;
}
.development .section1 .slide-info {
  padding-right: 0.32rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.development .section1 .slide-time {
  line-height: 1.3333333333;
  margin-bottom: 0.2rem;
  font-family: Arial;
  font-weight: bold;
}
.development .section1 .slide-text {
  line-height: 1.5;
  color: #666;
}
.development .section1 .swiper-button-prev {
  left: 0;
  -webkit-transform: translateX(-120%);
     -moz-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
       -o-transform: translateX(-120%);
          transform: translateX(-120%);
}
.development .section1 .swiper-button-next {
  right: 0;
  -webkit-transform: translateX(120%);
     -moz-transform: translateX(120%);
      -ms-transform: translateX(120%);
       -o-transform: translateX(120%);
          transform: translateX(120%);
}
.development .section1 .swiper-pagination {
  display: none;
}

.culture .section1 {
  background: url(../images/29.png) no-repeat center center/cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 8.7rem;
}
.culture .section1 .title {
  line-height: 1.3333333333;
  margin-bottom: 0.6rem;
}
.culture .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;
}
.culture .section1 .list::after {
  content: "";
  width: 31.25%;
}
.culture .section1 .item {
  width: 31.25%;
  background-color: #fff;
  padding: 0.35rem 0.5rem;
  min-height: 2rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.culture .section1 .item:hover::before {
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
}
.culture .section1 .item:hover .item-title {
  color: #E60012;
}
.culture .section1 .item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #E60012;
  width: 5px;
  height: 100%;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.culture .section1 .item-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.17rem;
}
.culture .section1 .item-icon {
  width: 2.0833333333em;
}
.culture .section1 .item-text {
  line-height: 1.5;
}

.framework .section1 {
  background: url(../images/30.png) no-repeat center center/cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 10.97rem;
}
.framework .section1 .title {
  line-height: 1.3333333333;
  margin-bottom: 0.89rem;
}
.framework .section1 .img {
  margin: 0 auto;
}

.honor .section1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.honor .section1 .title {
  line-height: 1.3333333333;
  margin-bottom: 0.87rem;
}
.honor .section1 .swiper-slide {
  width: 49.25%;
  background: url(../images/32.png) no-repeat top center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.honor .section1 .swiper-slide-active .slide-title {
  opacity: 1;
}
.honor .section1 .swiper-slide-prev, .honor .section1 .swiper-slide-next {
  margin-top: -0.44rem;
}
.honor .section1 .slide-img {
  margin: 1.1rem auto 0;
  width: 50.7614213198%;
}
.honor .section1 .slide-title {
  text-align: center;
  margin-top: 0.3rem;
  line-height: 1.5;
  opacity: 0;
}
.honor .section1 .swipers {
  position: relative;
}
.honor .section1 .swiper-pagination {
  display: none;
}
.honor .section1 .swiper-button-prev {
  left: 0;
  -webkit-transform: translateX(-180%);
     -moz-transform: translateX(-180%);
      -ms-transform: translateX(-180%);
       -o-transform: translateX(-180%);
          transform: translateX(-180%);
}
.honor .section1 .swiper-button-next {
  right: 0;
  -webkit-transform: translateX(180%);
     -moz-transform: translateX(180%);
      -ms-transform: translateX(180%);
       -o-transform: translateX(180%);
          transform: translateX(180%);
}

.mission .section1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mission .section1 .title {
  line-height: 1.3333333333;
  margin-bottom: 0.78rem;
}
.mission .section1 .list {
  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;
}
.mission .section1 .item {
  width: 31.625%;
  text-align: center;
  padding: 0.85rem 8px 0.7rem;
  background-color: #F8F8FA;
  cursor: pointer;
}
.mission .section1 .item:hover .item-title {
  color: #E60012;
}
.mission .section1 .item-icon {
  width: 2.3076923077em;
  margin: 0 auto 0.32rem;
}
.mission .section1 .item-title {
  line-height: 1.2307692308;
  margin-bottom: 0.1rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mission .section1 .item-text {
  line-height: 2;
}
.mission .section2 {
  padding-top: 1.47rem;
  padding-bottom: 1rem;
  min-height: 8.47rem;
  background: url(../images/34.png) no-repeat center center/cover;
}
.mission .section2 .title {
  margin-bottom: 1rem;
}
.mission .section2 .list {
  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;
}
.mission .section2 .item {
  width: 31.25%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.mission .section2 .item:hover {
  -webkit-transform: translateY(-0.3rem);
     -moz-transform: translateY(-0.3rem);
      -ms-transform: translateY(-0.3rem);
       -o-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
}
.mission .section2 .item:hover .item-noactive {
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.mission .section2 .item:hover .item-active {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.mission .section2 .item-noactive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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: 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;
}
.mission .section2 .item-icon {
  width: 2.3076923077em;
  margin-top: 0.3rem;
}
.mission .section2 .item-active {
  padding: 0.52rem 0.5rem;
  min-height: 2.8rem;
  position: relative;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.mission .section2 .item-active::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 8px;
  width: 100%;
  background-color: #E60012;
}
.mission .section2 .item-active .item-title {
  position: relative;
  padding-bottom: 0.24rem;
  margin-bottom: 0.2rem;
}
.mission .section2 .item-active .item-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 4px;
  width: 1.1em;
  background-color: #E60012;
}
.mission .section2 .item-title {
  line-height: 1.2307692308;
}
.mission .section2 .item-text {
  line-height: 1.625;
  color: #666;
}

.product-class .section1 {
  padding-top: 1.18rem;
  padding-bottom: 1.3rem;
}
.product-class .section1 .list {
  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;
}
.product-class .section1 .item {
  width: 48.4375%;
  margin-bottom: 0.56rem;
}
.product-class .section1 .item:hover .item-title {
  color: #E60012;
}
.product-class .section1 .item:hover .item-icon {
  border-color: #E60012;
  background-color: #E60012;
  background-image: url(../images/svg/arr2-right-white.svg);
}
.product-class .section1 .item-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.3rem;
  padding: 0 0.5rem;
}
.product-class .section1 .item-info {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  padding-right: 8px;
}
.product-class .section1 .item-title {
  line-height: 1.3333333333;
  margin-bottom: 0.1rem;
}
.product-class .section1 .item-text {
  line-height: 1.3125;
}
.product-class .section1 .item-icon {
  width: 2.5em;
  height: 2.5em;
  border: 3px solid rgba(230, 0, 18, 0.2);
  border-radius: 50%;
  background: url(../images/svg/arr2-right-color.svg) no-repeat center center;
  -o-background-size: 21.6666666667% auto;
     background-size: 21.6666666667% auto;
}

.product .section1 {
  padding-top: 1.2rem;
  padding-bottom: 1.45rem;
}
.product .section1 .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}
.product .section1 .title-text {
  line-height: 1.5;
}
.product .section1 .input {
  position: relative;
}
.product .section1 .input input {
  line-height: 3.3;
  border-radius: 0.68rem;
  box-shadow: 0 0 0 3px #ededed inset;
  padding: 0 0.55rem 0 0.27rem;
}
.product .section1 .input input:focus {
  box-shadow: 0 0 0 3px #E60012 inset;
}
.product .section1 .input-icon {
  position: absolute;
  right: 0.27rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product .section1 .page {
  margin-top: 10px;
}

.product-detail .section1 {
  background: url(../images/41.png) no-repeat center center/cover;
  padding-top: 0.3rem;
  padding-bottom: 0.92rem;
}
.product-detail .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.55rem;
}
.product-detail .section1 .my-breadcrumb {
  margin-bottom: 0;
}
.product-detail .section1 .my-breadcrumb .breadcrumb-span {
  color: #999;
}
.product-detail .section1 .my-breadcrumb .breadcrumb-item {
  color: #999;
}
.product-detail .section1 .my-breadcrumb a.breadcrumb-item:hover {
  color: #E60012;
}
.product-detail .section1 .back {
  line-height: 2.75;
  box-shadow: 0 0 0 2px #E60012 inset;
  color: #E60012;
  padding: 0 0.25rem;
  border-radius: 0.8rem;
}
.product-detail .section1 .back:hover {
  color: #fff;
  background-color: #E60012;
}
.product-detail .section1 .contant {
  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;
}
.product-detail .section1 .left {
  width: 45%;
  background: -webkit-linear-gradient(top, #EEE 0%, #E9E9E9 100%);
  background: -moz-linear-gradient(top, #EEE 0%, #E9E9E9 100%);
  background: -o-linear-gradient(top, #EEE 0%, #E9E9E9 100%);
  background: linear-gradient(180deg, #EEE 0%, #E9E9E9 100%);
}
.product-detail .section1 .left .swiper-pagination{
  bottom: .2rem;
}
.product-detail .section1 .right {
  width: 46.25%;
  padding-top: 0.24rem;
}
.product-detail .section1 .class {
  color: #E60012;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  margin-bottom: 0.2rem;
}
.product-detail .section1 .class::before {
  position: absolute;
  content: "";
  width: 0.45rem;
  height: 1px;
  background-color: #E60012;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(-webkit-calc(100% + 0.1rem));
     -moz-transform: translateX(-moz-calc(100% + 0.1rem));
      -ms-transform: translateX(calc(100% + 0.1rem));
       -o-transform: translateX(calc(100% + 0.1rem));
          transform: translateX(calc(100% + 0.1rem));
}
.product-detail .section1 .title {
  line-height: 1.35;
  margin-bottom: 0.2rem;
}
.product-detail .section1 .text {
  color: #666;
  line-height: 1.625;
}
.product-detail .section1 .my-more {
  margin-top: 1rem;
}
.product-detail .section2 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.product-detail .section2 .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-top: 0.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E4E4E4;
}
.product-detail .section2 .item:first-child {
  padding-top: 0;
}
.product-detail .section2 .item-title {
  line-height: 1.3125;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px;
}
.product-detail .section2 .item-content {
  width: 12.16rem;
}
.product-detail .section2 .item-table table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
}
.product-detail .section2 .item-table thead tr {
  background-color: #E60012;
}
.product-detail .section2 .item-table td {
  line-height: 1.3125;
  text-align: center;
  padding: 0.18rem 8px;
  border-bottom: 1px solid #D4D4D4;
}
.product-detail .section2 .item-table th {
  line-height: 1.3125;
  color: #fff;
  padding: 0.18rem 8px;
}
.product-detail .section2 .item-table tbody tr:nth-of-type(even) {
  background-color: #F6F6F6;
}
.product-detail .section2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product-detail .section2 .list-item {
  padding-left: 2.1875em;
  padding-right: 10px;
  position: relative;
  color: #666;
  width: 50%;
  line-height: 1.625;
  margin-bottom: 0.24rem;
}
.product-detail .section2 .list-item::before {
  position: absolute;
  content: "";
  width: 0.9375em;
  height: 0.9375em;
  border-radius: 50%;
  left: 0;
  top: 0.3125em;
  border: 3px solid #E60012;
}

.news .section1 {
  background-color: #F0F1F2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.news .section1 .title {
  text-align: center;
  line-height: 1.3333333333;
  margin-bottom: 0.7rem;
}
.news .section1 .page1 span:not(.qd) a, .news .section1 .page1 span input {
  background-color: #fff;
}

.news-detail {
  background-color: #F0F1F2;
}
.news-detail .section1 {
  overflow: hidden;
  position: relative;
}
.news-detail .section1 .img {
  height: 5.5rem;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.news-detail .section1 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.4rem;
}
.news-detail .section2 .box-1 {
  max-width: 1440px;
  background-color: #fff;
  padding: 0.8rem 0.8rem 1rem;
  margin-top: -1.9rem;
}
.news-detail .section2 .tip {
  color: #fff;
  line-height: 2.125;
  display: inline-block;
  padding: 0 0.2rem;
  background-color: #E60012;
  border-radius: 50px;
  margin-bottom: 0.2rem;
}
.news-detail .section2 .title {
  line-height: 1.35;
  margin-bottom: 0.27rem;
}
.news-detail .section2 .info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news-detail .section2 .info-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;
  line-height: 1.75;
  color: #666;
  margin-right: 0.24rem;
}
.news-detail .section2 .info-icon {
  width: 1em;
  margin-right: 4px;
}
.news-detail .section2 .box-2 {
  max-width: 1280px;
  padding-bottom: 1.24rem;
}
.news-detail .section2 .content {
  line-height: normal;
  padding: 0.92rem 0;
}
.news-detail .section2 .content img {
  display: inline-block;
}
.news-detail .section2 .bottom {
  text-align: center;
}
.news-detail .section2 .list {
  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;
  margin-bottom: 0.4rem;
  text-align: left;
}
.news-detail .section2 .item {
  width: 47.265625%;
  padding: 0.4rem 0;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.news-detail .section2 .item:hover .item-text {
  color: #E60012;
}
.news-detail .section2 .item-title {
  line-height: 1.3125;
  color: #979797;
  margin-bottom: 0.2rem;
}
.news-detail .section2 .item-text {
  line-height: 1.3333333333;
}
.news-detail .section2 .back {
  line-height: 3.25;
  padding: 0 0.6rem;
  border-radius: 50px;
  color: #E60012;
  box-shadow: 0 0 0 2px #E60012 inset;
}
.news-detail .section2 .back:hover {
  background-color: #E60012;
  color: #fff;
}

.contact .section1 {
  padding-top: 1.1rem;
  padding-bottom: 1.5rem;
}
.contact .section1 .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;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact .section1 .left {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 10px;
}
.contact .section1 .title {
  line-height: 1.125;
  margin-bottom: 0.5rem;
}
.contact .section1 .info {
  margin-bottom: 0.5rem;
}
.contact .section1 .code {
  width: 3.125em;
}
.contact .section1 .right {
  width: 750px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.contact .section1 .form {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .section1 .form-item {
  position: relative;
  width: 48%;
  margin-bottom: 0.65rem;
}
.contact .section1 .form-item.active .form-error {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.contact .section1 .form-item.active .form-input {
  border-color: #D8261C;
}
.contact .section1 .form-item.btn {
  width: 100%;
  margin-bottom: 0;
}
.contact .section1 .form-item.yzm .form-error {
  right: 0;
}
.contact .section1 .form-item.textarea {
  width: 100%;
}
.contact .section1 .form-item.textarea .form-input {
  resize: none;
  height: 7.5em;
}
.contact .section1 .form-error {
  position: absolute;
  left: 0;
  top: 100%;
  line-height: 1.5;
  color: #D8261C;
  opacity: 0;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .section1 .form-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
}
.contact .section1 .form-input {
  line-height: 1.5;
  padding-bottom: 0.2rem;
  padding-left: 2.125em;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .section1 .form-input::-webkit-input-placeholder {
  font-family: "微软雅黑";
  color: #999;
}
.contact .section1 .form-input:-moz-placeholder {
  font-family: "微软雅黑";
  color: #999;
}
.contact .section1 .form-input::-moz-placeholder {
  font-family: "微软雅黑";
  color: #999;
}
.contact .section1 .form-input:-ms-input-placeholder {
  font-family: "微软雅黑";
  color: #999;
}
.contact .section1 .form-input::placeholder {
  font-family: "微软雅黑";
  color: #999;
}
.contact .section1 .form-input:focus {
  border-color: #E60012;
}
.contact .section1 .yzm-img {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: -36.8421052632%;
  width: 7.5em;
}

.search .section1 {
  padding: 0.82rem 0;
  background-color: #F6F6F6;
}
.search .section1 .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;
}
.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: #E60012 url(../images/svg/search-white.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: #D60011;
}
.search .section2 {
  padding-top: 0.6rem;
  padding-bottom: 1.1rem;
}
.search .section2 .title {
  line-height: 1.3125;
}
.search .section2 .title span {
  color: #E60012;
}
.search .section2 .list {
  margin-bottom: 0.8rem;
}
.search .section2 .item {
  display: block;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #F0F0F0;
}
.search .section2 .item:hover .item-title {
  color: #E60012;
}
.search .section2 .item-title {
  line-height: 1.3;
  margin-bottom: 0.15rem;
}
.search .section2 .item-title span{
  color: #E60012;
}
.search .section2 .item-text {
  line-height: 1.5;
  color: #666;
}

.my-tabs .tabs-item[href="framework#d1"]{
    display: none;
}

@media screen and (max-width: 1440px) {
  .contact .section1 .right {
    width: 640px;
  }
}
@media screen and (max-width: 1400px) {
  .footer .top .nav-item + .nav-item {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .contact .section1 .right {
    width: 590px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .top .nav-item + .nav-item {
    margin-left: 0.8rem;
  }
  .contact .section1 .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact .section1 .left {
    margin-bottom: 30px;
  }
  .contact .section1 .left, .contact .section1 .right {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .wow {
    opacity: 1;
  }
  .a_dw {
    top: -50px;
  }
  header {
    position: sticky;
  }
  .footer .top .nav {
    display: none;
  }
  .footer .top .left {
    width: 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: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer .top .info-item {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .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;
  }
  .footer .bottom .box p {
    margin: 5px 0;
  }
}
@media screen and (min-width: 769px) {
  .h-768 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .honor .section1 .swiper-slide-prev, .honor .section1 .swiper-slide-next {
    margin-top: 0;
  }
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .index .my-wow {
    -webkit-animation-name: none !important;
       -moz-animation-name: none !important;
         -o-animation-name: none !important;
            animation-name: none !important;
  }
  .my-wow {
    opacity: 1;
  }
  .my-swiper-button .swiper-button {
    width: 30px;
    height: 30px;
  }
  .my-swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
  }
  .my-banner .banner-img1 {
    display: none;
  }
  .my-banner .banner-img2 {
    display: block;
  }
  .my-banner .box-2 {
    display: none;
  }
  .my-tabs {
    display: none;
  }
  .my-list1.status1 {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .my-list1.status1 .item {
    width: 100%;
    margin-right: 0;
  }
  .my-list1 .item-info {
    padding: 0.4rem 25px;
  }
  .my-list1 .item-title {
    padding-right: 0;
  }
  .my-list1 .item-title::before {
    display: none;
  }
  .index {
    height: auto;
  }
  .index > .swiper-wrapper {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index > .swiper-wrapper > .swiper-slide {
    height: auto;
  }
  .index .section2, .index .section3, .index .section4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index .section1 .content {
    top: 20%;
  }
  .index .section1 .slide-img1 {
    display: none;
  }
  .index .section1 .slide-img2 {
    display: block;
  }
  .index .section1 .my-wow {
    opacity: 1;
  }
  .index .section1 .my-swiper-button {
    display: none;
  }
  .index .section1 .swiper-bottom {
    bottom: 4%;
  }
  .index .section2 {
    -o-background-size: auto;
       background-size: auto;
    background-position: center top;
  }
  .index .section2 .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .index .section2 .left, .index .section2 .right {
    width: 100%;
  }
  .index .section2 .left {
    margin-bottom: 20px;
  }
  .index .section2 .item-title {
    padding-left: 5px;
  }
  .index .section3 .my-swiper-button {
    display: none;
  }
  .index .section3 .swiper {
    padding-bottom: 20px;
  }
  .index .section4 .top {
    -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;
  }
  .index .section4 .title {
    margin-bottom: 10px;
  }
  .index .section4 .list {
    overflow: auto;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .index .section4 .list::after {
    width: 0;
  }
  .index .section4 .item {
    width: 75%;
  }
  .index .section4 .item + .item {
    margin-left: 20px;
  }
  .about .section1 .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about .section1 .left, .about .section1 .right {
    width: 100%;
  }
  .about .section1 .right {
    padding-top: 20px;
    margin-top: 0;
  }
  .about .section1 .item-num {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .about .section1 .item-title {
    text-align: right;
    padding-left: 10px;
  }
  .about .section1 .right-container {
    position: relative;
  }
  .about .section2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about .section2 .imgs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .about .section2 .imgs .img {
    height: 100%;
  }
  .about .section2 .container {
    position: relative;
  }
  .about .section2 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about .section2 .text, .about .section2 .list {
    width: 100%;
  }
  .about .section2 .text {
    margin-bottom: 15px;
  }
  .development {
    overflow: hidden;
  }
  .development .section1 .title {
    margin-bottom: 70px;
  }
  .development .section1 .item {
    width: 100%;
    margin-left: 0;
  }
  .development .section1 .item-container::before {
    left: 10%;
  }
  .development .section1 .swiper-button {
    display: none;
  }
  .development .section1 .swipers {
    overflow: initial;
  }
  .development .section1 .swiper {
    width: 80%;
    margin-left: 10%;
    padding-bottom: 20px;
  }
  .development .section1 .swiper-pagination {
    display: block;
  }
  .culture .section1 .item {
    width: 49%;
  }
  .honor .section1 {
    overflow: hidden;
  }
  .honor .section1 .swiper {
    padding-bottom: 20px;
    overflow: initial;
  }
  .honor .section1 .swiper-slide {
    width: 100%;
  }
  .honor .section1 .swiper-button {
    display: none;
  }
  .honor .section1 .swiper-pagination {
    display: block;
  }
  .mission .section1 .list {
    overflow: auto;
  }
  .mission .section1 .item {
    width: 265px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .mission .section1 .item + .item {
    margin-left: 12px;
  }
  .mission .section1 .item:hover {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  .mission .section2 .list {
    overflow: auto;
  }
  .mission .section2 .item {
    width: 280px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .mission .section2 .item:hover {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  .mission .section2 .item + .item {
    margin-left: 25px;
  }
  .product-class .my-banner .content, .product .my-banner .content {
    position: relative;
    background-color: #fff;
  }
  .product-class .my-banner .box-1, .product .my-banner .box-1 {
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product-class .my-banner .product-container, .product .my-banner .product-container {
    color: #222;
    width: 100%;
  }
  .product-class .my-banner .my-breadcrumb, .product .my-banner .my-breadcrumb {
    -webkit-transform: translateY(-webkit-calc(-100% - 0.3rem));
       -moz-transform: translateY(-moz-calc(-100% - 0.3rem));
        -ms-transform: translateY(calc(-100% - 0.3rem));
         -o-transform: translateY(calc(-100% - 0.3rem));
            transform: translateY(calc(-100% - 0.3rem));
  }
  .product-class .section1 .item {
    width: 100%;
  }
  .product-class .section1 .item-bottom {
    padding: 0 20px;
  }
  .product-class .section1 .item-icon {
    display: none;
  }
  .product .section1 .title {
    -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;
  }
  .product .section1 .title-text {
    margin-bottom: 10px;
  }
  .product-detail .section1 .back {
    display: none;
  }
  .product-detail .section1 .contant {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .product-detail .section1 .left, .product-detail .section1 .right {
    width: 100%;
  }
  .product-detail .section1 .left {
    margin-bottom: 15px;
  }
  .product-detail .section2 .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .product-detail .section2 .item-title {
    margin-bottom: 15px;
  }
  .product-detail .section2 .item-content {
    width: 100%;
  }
  .product-detail .section2 .list-item {
    width: 100%;
  }
  .product-detail .section2 .item-table {
    overflow: auto;
  }
  .product-detail .section2 .item-table table {
    min-width: 800px;
  }
  .news .my-list2 .item {
    width: 100%;
  }
  .news-detail .section2 .box-1 {
    padding: 30px 20px;
  }
  .news-detail .section2 .list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-detail .section2 .item {
    width: 100%;
  }
  .news-detail .section2 .item + .item {
    margin-top: -1px;
  }
  .contact .section1 .form-item {
    width: 100%;
  }
  .search .section1 .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .search .section1 .input {
    width: 100%;
    margin-top: 20px;
  }
  .search .section1 .input input {
    width: 100%;
  }
}