@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;
  }
}
.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

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

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

.my-main img, .my-main video {
  -o-object-fit: cover;
     object-fit: cover;
}
.my-main a {
  color: inherit;
}
.my-main input, .my-main textarea {
  font-size: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}
.my-main textarea {
  resize: none;
  font-family: "微软雅黑";
}

.my-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
}
.my-modal .modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.my-modal .modal-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: safe center;
     -moz-box-align: safe center;
      -ms-flex-align: safe center;
          align-items: safe center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  padding: 5vh 15px;
}
.my-modal .modal-main {
  position: relative;
  max-width: 100%;
}
.my-modal .modal-close {
  position: absolute;
  top: 0;
  right: -33px;
  width: 18px;
}
.my-modal .modal-close:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

html, body {
  min-height: 100%;
}

body {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

header {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100vh;
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #F6F6F6;
}

footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: auto;
  z-index: 100;
}

.header {
  width: 11.6875em;
}
.header .box {
  padding-top: 0.68rem;
  width: 100%;
}
.header .logo {
  width: 6.0625em;
  display: block;
  margin: 0 auto 0.8rem;
}
.header .nav {
  text-align: center;
}
.header .nav-item {
  position: relative;
  margin-bottom: 0.36rem;
}
.header .nav-item.active .nav-link, .header .nav-item:hover .nav-link {
  color: #F15921;
}
.header .nav-item.active .nav-link::before, .header .nav-item:hover .nav-link::before {
  -webkit-transform: translate3d(0, -50%, 0) scaleY(1);
     -moz-transform: translate3d(0, -50%, 0) scaleY(1);
          transform: translate3d(0, -50%, 0) scaleY(1);
}
.header .nav-item.active .nav-link::after, .header .nav-item:hover .nav-link::after {
  opacity: 1;
}
.header .nav-item:hover .nav-child {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.header .nav-link {
  line-height: 1.625;
  position: relative;
  width: 100%;
}
.header .nav-link::before {
  position: absolute;
  content: "";
  height: 1.875em;
  width: 2px;
  background-color: #F15921;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) scaleY(0);
     -moz-transform: translate3d(0, -50%, 0) scaleY(0);
          transform: translate3d(0, -50%, 0) scaleY(0);
}
.header .nav-link::after {
  position: absolute;
  content: "";
  width: 0.5625em;
  height: 100%;
  top: 0;
  right: 1.5em;
  background: url(../images_die/svg/3.svg) no-repeat center center/100% auto;
  opacity: 0;
}
.header .nav-child {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate3d(20px, -50%, 0);
     -moz-transform: translate3d(20px, -50%, 0);
          transform: translate3d(20px, -50%, 0);
  padding-left: 10px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.header .nav-child-container {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.header .nav-li {
  white-space: nowrap;
  line-height: 2.5;
  min-width: 6.25em;
  padding: 0 15px;
  width: 100%;
}
.header .nav-li.active, .header .nav-li:hover {
  background-color: #F15921;
  color: #fff;
}

.footer .box {
  border-top: 1px solid #E6E6E6;
  padding: 0.17rem 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;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .links {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .link {
  margin-right: 0.2rem;
  position: relative;
}
.footer .link:hover .link-code {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.footer .link-code {
  position: absolute;
  width: 100px;
  left: 50%;
  bottom: 100%;
  padding-bottom: 0.33rem;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  -webkit-transform: translate3d(-50%, -20px, 0);
     -moz-transform: translate3d(-50%, -20px, 0);
          transform: translate3d(-50%, -20px, 0);
}
.footer .link-code img {
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.footer .right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .right p, .footer .right a {
  line-height: 1.8571428571;
  color: #B4B4B4;
}
.footer .right a:hover {
  color: #F15921;
}
.footer .text {
  margin-left: 0.6rem;
}

main {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  background: url(../images_die/svg/1.svg) fixed no-repeat right top/4.6rem auto;
  min-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;
}

section {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.my-top {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 10;
}
.my-top .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #E6E6E6;
}
.my-top .right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-top .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;
}
.my-top .item:hover .item-text {
  color: #F15921;
}
.my-top .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;
}
.my-top .item:hover .item-icon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.my-top .item-text {
  margin: 0 0.1rem;
  line-height: 2.1428571429;
}
.my-top .item-line {
  width: 1px;
  height: 1em;
  background-color: #B4B4B5;
  margin: 0 0.18rem;
}
.my-top .item-img {
  width: 1.4285714286em;
}
.my-top .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;
}
.my-top .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);
}
.my-top .item-link {
  line-height: 1.4285714286;
  min-width: 3.5em;
  padding: 0.08rem 0;
  text-align: center;
  white-space: nowrap;
  display: block;
  position: relative;
}
.my-top .item-link:hover {
  color: #F15921;
}

.index {
  height: 100vh;
  position: relative;
}
.index .bg {
  width: 100%;
  height: 100%;
}
.index .logo {
  position: absolute;
  width: 1.38rem;
  left: 4.1666666667%;
  top: 0.6rem;
}
.index .content {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: auto;
  top: 2.8rem;
  text-align: center;
}
.index .icon {
  width: 1.26rem;
  margin: 0 auto 0.12rem;
}
.index .title {
  line-height: 1.3333333333;
  margin-bottom: 0.3rem;
  color: #fff;
}
.index .btn {
  line-height: 3.125;
  background-color: #F15921;
  padding: 0 0.56rem;
  color: #fff;
}
.index .btn:hover {
  background-color: #F58A63;
}

.about .my-top .box, .about .footer .box {
  border-color: rgba(255, 255, 255, 0.2);
}
.about .my-top .item-text {
  color: #fff;
}
.about .section1 {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.about .section1 .box {
  height: 100%;
  padding-top: 0.44rem;
  padding-bottom: 1.44rem;
  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-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about .section1 .title {
  color: #fff;
  line-height: 1.3333333333;
  padding-bottom: 0.14rem;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.about .section1 .title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #F15921;
  left: 0;
  bottom: 0;
}
.about .section1 .content {
  width: 100%;
  max-width: 620px;
}
.about .section1 .text1 {
  color: #F15921;
  line-height: 1.3333333333;
  margin-bottom: 0.16rem;
}
.about .section1 .text2 {
  color: #fff;
  line-height: 1.4375;
  margin-bottom: 0.33rem;
}
.about .section1 .text3 {
  line-height: 1.875;
  color: #fff;
  opacity: 0.8;
}

.about2 .section1 {
  padding: 0.5rem 0;
}
.about2 .section1 .title {
  line-height: 1.3333333333;
  padding-bottom: 0.14rem;
  position: relative;
  display: inline-block;
  margin-bottom: 0.65rem;
}
.about2 .section1 .title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #F15921;
  left: 0;
  bottom: 0;
}
.about2 .section1 .swipers {
  position: relative;
}
.about2 .section1 .swiper {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0.8rem;
}
.about2 .section1 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.about2 .section1 .slide-container {
  width: 22.9166666667%;
  margin-right: 2.7777777778%;
  border: 0.06rem solid #EAEAEA;
  background-color: #F6F6F6;
  min-height: 4.2rem;
  padding: 0.4rem 15px 0.3rem;
  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;
  margin-bottom: 0.4rem;
}
.about2 .section1 .slide-container:nth-of-type(4n) {
  margin-right: 0;
}
.about2 .section1 .slide-container:hover {
  background-color: #fff;
  border-color: #F15921;
}
.about2 .section1 .slide-logo {
  width: 3.25em;
  margin: 0 auto 0.35rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about2 .section1 .slide-title {
  text-align: center;
  line-height: 1.5;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 15px;
}
.about2 .section1 .slide-icon {
  width: 3.3333333333em;
  margin: auto auto 0.45rem;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about2 .section1 .slide-tip {
  line-height: 1.625;
  text-align: center;
  width: 100%;
  color: #57585A;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about2 .section1 .swiper-button-prev {
  left: -40px;
}
.about2 .section1 .swiper-button-next {
  right: -40px;
}
.about2 .section1 .swiper-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #F15921;
}
.about2 .section1 .swiper-button:hover {
  background-color: #F15921;
}
.about2 .section1 .swiper-button:hover::after {
  color: #fff;
}
.about2 .section1 .swiper-button::after {
  font-size: 12px;
  color: #F15921;
}
.about2 .section1 .swiper-pagination {
  bottom: 0;
}
.about2 .section1 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: #D9D9D9;
  margin: 0 5px;
  opacity: 1;
}
.about2 .section1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F15921;
}
.about2 .section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.about2 .section1 .item {
  width: 23.4722222222%;
  margin-right: 2.0138888889%;
  margin-bottom: 0.4rem;
}
.about2 .section1 .item:nth-of-type(4n) {
  margin-right: 0;
}
.about2 .section1 .item-top {
  background-color: #F6F6F6;
  padding: 0.2rem 0;
  margin-bottom: 0.2rem;
}
.about2 .section1 .item-img {
  width: 85.798816568%;
  margin: 0 auto;
}
.about2 .section1 .item-img-container {
  position: relative;
  width: 100%;
  padding-top: 68.9655172414%;
}
.about2 .section1 .item-imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
.about2 .section1 .item-title {
  line-height: 1.3125;
  text-align: center;
}
.about2 .section1 .loading {
  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;
}
.about2 .section1 .loading img {
  width: 1.5em;
  margin-right: 0.1rem;
  -webkit-animation: ani1 2s linear 0s infinite both;
     -moz-animation: ani1 2s linear 0s infinite both;
       -o-animation: ani1 2s linear 0s infinite both;
          animation: ani1 2s linear 0s infinite both;
}
.about2 .section1 .loading p {
  color: #F15921;
}

.about3 .section1 {
  padding: 0.45rem 0;
}
.about3 .section1 .title {
  line-height: 1.3333333333;
  padding-bottom: 0.14rem;
  position: relative;
  display: inline-block;
  margin-bottom: 0.9rem;
}
.about3 .section1 .title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #F15921;
  left: 0;
  bottom: 0;
}
.about3 .section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.about3 .section1 .item {
  width: 40.1337792642%;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about3 .section1 .item:nth-of-type(2n - 1) {
  margin-left: 2.9431438127%;
  margin-right: 6.6889632107%;
}
.about3 .section1 .item:hover {
  border-color: #F15921;
  z-index: 3;
}
.about3 .section1 .item:hover .item-title {
  color: #F15921;
}
.about3 .section1 .item:hover .item-title::before {
  background-color: #F15921;
}
.about3 .section1 .item:hover .item-time {
  opacity: 0;
}
.about3 .section1 .item:hover .item-time2 {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.about3 .section1 .item:hover .item-text-container, .about3 .section1 .item:hover .item-icon {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.about3 .section1 .item-content {
  width: 100%;
  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;
  position: relative;
  padding: 0.26rem 0;
  overflow: hidden;
}
.about3 .section1 .item-title {
  line-height: 1.3125;
}
.about3 .section1 .item-title::before {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  width: 0.625em;
  height: 0.625em;
  border-radius: 50%;
  border: 0.02rem solid #F15921;
}
.about3 .section1 .item-time {
  font-family: Arial;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #eee;
}
.about3 .section1 .item-time2 {
  position: absolute;
  font-size: 0.96rem;
  font-family: Arial;
  color: #F15921;
  right: 0;
  bottom: -0.25rem;
  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.about3 .section1 .item-text {
  position: absolute;
  left: 0;
  right: 0;
  top: -webkit-calc(0.26rem + 1em);
  top: -moz-calc(0.26rem + 1em);
  top: calc(0.26rem + 1em);
}
.about3 .section1 .item-icon {
  width: 1.2857142857em;
  margin-left: 0.44rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
     -moz-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}
.about3 .section1 .item-text-container {
  padding: 0.2rem;
  line-height: 1.7142857143;
  border-radius: 0.1rem;
  background: rgba(238, 238, 238, 0.8);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
     -moz-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  backdrop-filter: blur(10px);
}

.automation .section1 {
  padding: 0.45rem 0;
}
.automation .section1 .title {
  line-height: 1.3333333333;
  padding-bottom: 0.14rem;
  position: relative;
  display: inline-block;
}
.automation .section1 .title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #F15921;
  left: 0;
  bottom: 0;
}
.automation .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5rem;
}
.automation .section1 .text {
  width: 38.127090301%;
  color: #818181;
  line-height: 1.875;
  padding-top: 0.36rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.automation .section1 .img {
  width: 49.4983277592%;
  position: relative;
}
.automation .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);
}
.automation .section1 .title2 {
  position: relative;
  line-height: 1.3333333333;
  color: #3E3E3E;
  margin-bottom: 0.25rem;
}
.automation .section1 .title2::before {
  position: absolute;
  content: "";
  width: 0.2222222222em;
  height: 0.5em;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  right: 100%;
  margin-right: 0.1rem;
  background: url(../images_die/svg/6.svg) no-repeat center center/100% 100%;
}
.automation .section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.automation .section1 .item {
  width: 23.0100334448%;
  margin-right: 2.4080267559%;
  margin-bottom: 0.4rem;
}
.automation .section1 .item:nth-of-type(4n) {
  margin-right: 0;
}
.automation .section1 .item:hover .item-title {
  color: #F15921;
}
.automation .section1 .item-info {
  padding: 0.2rem 10px;
  background-color: #F4F4F4;
}
.automation .section1 .item-title {
  text-align: center;
  line-height: 1.3125;
  color: #494949;
  font-weight: normal;
}
.automation .section1 .list2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.automation .section1 .item2 {
  width: 18.3946488294%;
  margin-right: 2.0066889632%;
  margin-bottom: 0.2rem;
}
.automation .section1 .item2:nth-of-type(5n) {
  margin-right: 0;
}

.automation-detail {
  background: initial;
}
.automation-detail .my-top .box {
  border-bottom: none;
}
.automation-detail .section1 {
  padding-top: 0.1rem;
  padding-bottom: 0.25rem;
}
.automation-detail .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;
}
.automation-detail .section1 .img {
  width: 60.2006688963%;
}
.automation-detail .section1 .img img {
  width: 100%;
}
.automation-detail .section1 .img img + img {
  margin-top: 10px;
}
.automation-detail .section1 .content {
  width: 32.7759197324%;
  background-color: #F4F4F4;
  padding: 0.5rem 0.4rem 0.4rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.automation-detail .section1 .title {
  line-height: 1.3333333333;
  padding-bottom: 0.13rem;
  position: relative;
  margin-bottom: 0.2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.automation-detail .section1 .title::before {
  position: absolute;
  content: "";
  height: 0.03rem;
  background-color: #F15921;
  width: 2em;
  left: 0;
  bottom: 0;
}
.automation-detail .section1 .text {
  line-height: 1.5555555556;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 0.3rem;
}
.automation-detail .section1 .text2 {
  line-height: 1.875;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 0.3rem;
}
.automation-detail .section1 .text2 p::before {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-right: 0.08rem;
  border: 2px solid #F15921;
}
.automation-detail .section1 .text3 {
  line-height: 1.625;
  color: #666;
  margin-bottom: 0.2rem;
}
.automation-detail .section1 .btn {
  margin-top: auto;
  background-color: #fff;
  line-height: 3.375;
  border: 1px solid #D9D9D9;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.3rem;
}
.automation-detail .section1 .btn:hover {
  background-color: #F15921;
  border-color: #F15921;
}
.automation-detail .section1 .btn:hover span {
  color: #fff;
}
.automation-detail .section1 .btn s {
  width: 1.875em;
  height: 1.875em;
  background-color: #F15921;
  border-radius: 50%;
  margin-left: 0.26rem;
}
.automation-detail .section1 .btn img {
  width: 100%;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news .section1 {
  padding: 0.45rem 0 0.73rem;
}
.news .section1 .title {
  line-height: 1.3333333333;
  padding-bottom: 0.14rem;
  position: relative;
  display: inline-block;
  margin-bottom: 0.4rem;
}
.news .section1 .title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #F15921;
  left: 0;
  bottom: 0;
}
.news .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news .section1 .swipers {
  width: 47.491638796%;
  position: relative;
  margin-right: 1.3377926421%;
}
.news .section1 .swiper {
  width: 100%;
  height: 5.68rem;
  margin-left: 0;
}
.news .section1 .swiper-slide {
  border-radius: 10px;
}
.news .section1 .slide-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 69.5422535211%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10.92%, rgba(0, 0, 0, 0.25) 56.23%, rgba(0, 0, 0, 0.5) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 10.92%, rgba(0, 0, 0, 0.25) 56.23%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 10.92%, rgba(0, 0, 0, 0.25) 56.23%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10.92%, rgba(0, 0, 0, 0.25) 56.23%, rgba(0, 0, 0, 0.5) 100%);
  padding: 0 0.4rem 0.4rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.news .section1 .slide-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: 100%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.75;
}
.news .section1 .slide-info span {
  margin-left: 0.2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: Arial;
}
.news .section1 .swiper-pagination {
  bottom: -28px;
}
.news .section1 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: #D9D9D9;
  margin: 0 5px;
  opacity: 1;
}
.news .section1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F15921;
}
.news .section1 .list {
  width: 47.491638796%;
  height: 5.68rem;
  background-color: #F8F8F8;
  border-radius: 10px;
  overflow: auto;
}
.news .section1 .item {
  padding: 0.33rem 0.3rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.news .section1 .item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, #F15921 0%, #F79109 95.66%);
  background: -moz-linear-gradient(left, #F15921 0%, #F79109 95.66%);
  background: -o-linear-gradient(left, #F15921 0%, #F79109 95.66%);
  background: linear-gradient(90deg, #F15921 0%, #F79109 95.66%);
  opacity: 0;
}
.news .section1 .item:hover::before {
  opacity: 1;
}
.news .section1 .item:hover .item-year, .news .section1 .item:hover .item-time, .news .section1 .item:hover .item-title {
  color: #fff;
}
.news .section1 .item:hover .item-icon{
  opacity: 1;
}
.news .section1 .item-left {
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.22rem;
  position: relative;
}
.news .section1 .item-year {
  line-height: 1.2;
  font-family: Arial;
}
.news .section1 .item-time {
  line-height: 1.75;
  font-family: Arial;
  color: #4E4E4E;
}
.news .section1 .item-title {
  color: #4E4E4E;
  line-height: 1.75;
  position: relative;
  font-weight: normal;
}
.news .section1 .item-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 0;
  position: relative;
  margin-left: 0.2rem;
  width: 2em;
  height: 2em;
  opacity: 0;
  background: url(../images_die/svg/11.svg) no-repeat center right/auto 100%;
}

.news-detail .section1 {
  padding-top: 0.5rem;
  padding-bottom: 1.38rem;
}
.news-detail .section1 .box {
  max-width: 1280px;
}
.news-detail .section1 .title {
  text-align: center;
  line-height: 1.3333333333;
  margin-bottom: 0.2rem;
}
.news-detail .section1 .info {
  color: #999;
  text-align: center;
  margin-bottom: 0.4rem;
}
.news-detail .section1 .info span {
  margin: 0 0.1rem;
}
.news-detail .section1 .content {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 16px;
  color: #666;
  line-height: 1.875;
}
.news-detail .section1 .content img {
  display: inline-block;
}
.news-detail .section1 .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.25rem;
}
.news-detail .section1 .list {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}
.news-detail .section1 .item {
  display: block;
  line-height: 1.75;
  color: #212121;
}
.news-detail .section1 .item::before {
  position: relative;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #C5C5C5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.12rem;
}
.news-detail .section1 .item:hover {
  color: #F15921;
}
.news-detail .section1 .item:hover::before {
  background-color: #F15921;
}
.news-detail .section1 .item + .item {
  margin-top: 0.12rem;
}
.news-detail .section1 .btns {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-detail .section1 .btn {
  margin-top: auto;
  background-color: #fff;
  line-height: 3.375;
  border: 1px solid #D9D9D9;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.3rem;
}
.news-detail .section1 .btn:hover {
  background-color: #F15921;
  border-color: #F15921;
}
.news-detail .section1 .btn:hover span {
  color: #fff;
}
.news-detail .section1 .btn s {
  width: 1.875em;
  height: 1.875em;
  background-color: #F15921;
  border-radius: 50%;
  margin-left: 0.26rem;
}
.news-detail .section1 .btn img {
  width: 100%;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contact .section1 {
  padding: 0.45rem 0;
}
.contact .section1 .title {
  line-height: 1.3333333333;
  padding-bottom: 0.14rem;
  position: relative;
  display: inline-block;
  margin-bottom: 0.87rem;
}
.contact .section1 .title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #F15921;
  left: 0;
  bottom: 0;
}
.contact .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .section1 .info {
  width: 40.1337792642%;
}
.contact .section1 .info-title {
  line-height: 1.5;
  color: #57585A;
  margin-bottom: 0.3rem;
}
.contact .section1 .info-text {
  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 .info-text img {
  width: 2.5em;
  margin-right: 0.1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.contact .section1 .info-text + .info-text {
  margin-top: 0.1rem;
}
.contact .section1 .info-text a:hover {
  color: #F15921;
  text-decoration: underline;
}
.contact .section1 .info-code {
  width: 150px;
  margin-top: 0.5rem;
}
.contact .section1 .form {
  width: 55.9197324415%;
  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 {
  width: 48.8038277512%;
  margin-bottom: 20px;
}
.contact .section1 .form-item.w100 {
  width: 100%;
}
.contact .section1 .form-item.btns {
  margin-top: 0.55rem;
  width: 100%;
  text-align: center;
}
.contact .section1 .form-item.active .form-input {
  border-color: #D8261C;
}
.contact .section1 .form-item.active .form-error {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.contact .section1 .form-content {
  position: relative;
  width: 100%;
}
.contact .section1 .form-content.required::before {
  position: absolute;
  content: "*";
  color: #FF0000;
  top: 50%;
  -webkit-transform: translate3d(0, -40%, 0);
     -moz-transform: translate3d(0, -40%, 0);
          transform: translate3d(0, -40%, 0);
  left: 0.2rem;
}
.contact .section1 .form-input, .contact .section1 .form-textarea {
  width: 100%;
  line-height: 3;
  border: 1px solid #DBDBDB;
  background-color: #fff;
  padding: 0 0.33rem;
}
.contact .section1 .form-input::-webkit-input-placeholder, .contact .section1 .form-textarea::-webkit-input-placeholder {
  color: #999999;
}
.contact .section1 .form-input:-moz-placeholder, .contact .section1 .form-textarea:-moz-placeholder {
  color: #999999;
}
.contact .section1 .form-input::-moz-placeholder, .contact .section1 .form-textarea::-moz-placeholder {
  color: #999999;
}
.contact .section1 .form-input:-ms-input-placeholder, .contact .section1 .form-textarea:-ms-input-placeholder {
  color: #999999;
}
.contact .section1 .form-input::placeholder, .contact .section1 .form-textarea::placeholder {
  color: #999999;
}
.contact .section1 .form-input:focus, .contact .section1 .form-textarea:focus {
  border-color: #F15921;
}
.contact .section1 .form-textarea {
  height: 1.68rem;
  line-height: 1.625;
  padding-top: 0.11rem;
  padding-bottom: 0.11rem;
}
.contact .section1 .form-error {
  position: absolute;
  left: 0;
  top: 100%;
  line-height: 20px;
  color: #D8261C;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.contact .section1 .form-btn {
  line-height: 3.125;
  padding: 0 0.73rem;
  background-color: #F15921;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}
.contact .section1 .form-btn:hover {
  background-color: #F58A63;
}

.search .section1 {
  padding-top: 0.45rem;
  padding-bottom: 1.2rem;
}
.search .section1 .content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.search .section1 .top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4rem;
}
.search .section1 .title {
  line-height: 1.3333333333;
  padding-bottom: 0.14rem;
  position: absolute;
  left: 0;
  display: inline-block;
}
.search .section1 .title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #F15921;
  left: 0;
  bottom: 0;
}
.search .section1 .input {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.search .section1 .input input {
  width: 4.2rem;
  line-height: 3.5;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  padding: 0 0.24rem;
  border-radius: 4px 0 0 4px;
}
.search .section1 .input input::-webkit-input-placeholder {
  color: #BFBFBF;
}
.search .section1 .input input:-moz-placeholder {
  color: #BFBFBF;
}
.search .section1 .input input::-moz-placeholder {
  color: #BFBFBF;
}
.search .section1 .input input:-ms-input-placeholder {
  color: #BFBFBF;
}
.search .section1 .input input::placeholder {
  color: #BFBFBF;
}
.search .section1 .input .input-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 6.25em;
  background-color: #F15921;
  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;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.search .section1 .input .input-icon:hover {
  background-color: #F58A63;
}
.search .section1 .input .input-icon img {
  width: 2.0625em;
}
.search .section1 .tip {
  line-height: 24/18;
  margin-bottom: 0.3rem;
}
.search .section1 .tip span {
  color: #F15921;
}
.search .section1 .list {
  border-top: 1px solid #E6E6E6;
  margin-bottom: 0.5rem;
}
.search .section1 .item {
  display: block;
  padding: 0.2rem 0;
  border-bottom: 1px solid #E6E6E6;
}
.search .section1 .item:hover .item-title {
  color: #F15921;
}
.search .section1 .item-title {
  margin-bottom: 0.1rem;
  line-height: 1.5;
}
.search .section1 .item-title span {
  color: #F15921;
}
.search .section1 .item-text {
  color: #818181;
  line-height: 1.5;
}
.search .section1 .item-text span {
  color: #F15921;
}

@media (max-width: 1800px) {
  .about2 .section1 .swiper-button-prev {
    left: -50px;
  }
  .about2 .section1 .swiper-button-next {
    right: -50px;
  }
}
@media (max-width: 1050px) {
  body {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-top {
    display: none;
  }
  .a_dw {
    top: -50px;
  }
  .mhead {
    position: relative;
  }
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    height: auto;
  }
  .footer {
    text-align: center;
  }
  .footer .links {
    margin-bottom: 10px;
  }
  .footer .link {
    margin: 0 10px;
  }
  .footer .box {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
  .footer .right {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .text {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .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%;
  }
  .about {
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  .about2 .section1 .swiper-button {
    display: none;
  }
  .about2 .section1 .swiper-slide {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about2 .section1 .slide-container {
    width: 49%;
    margin-right: 0;
  }
  .about2 .section1 .list {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about2 .section1 .item {
    width: 49%;
    margin-right: 0;
  }
  .about3 .section1 .item {
    width: 100%;
  }
  .about3 .section1 .item:nth-of-type(2n - 1) {
    margin-left: 0;
    margin-right: 0;
  }
  .automation .section1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .automation .section1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .automation .section1 .text {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  .automation .section1 .img {
    width: 100%;
  }
  .automation .section1 .list, .automation .section1 .list2 {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .automation .section1 .item, .automation .section1 .item2 {
    width: 49%;
    margin-right: 0;
  }
  .automation-detail .section1 {
    padding: 30px 0;
  }
  .automation-detail .section1 .box {
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .automation-detail .section1 .img {
    width: 100%;
  }
  .automation-detail .section1 .content {
    width: 100%;
    margin-bottom: 20px;
  }
  .news .section1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news .section1 .swipers {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .news .section1 .swiper {
    height: auto;
  }
  .news .section1 .list {
    width: 100%;
    height: auto;
  }
  .news-detail .section1 .bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-detail .section1 .list {
    width: 100%;
  }
  .news-detail .section1 .btns {
    margin: 20px auto 0;
  }
  .contact .section1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact .section1 .info {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .section1 .form {
    width: 100%;
  }
  .contact .section1 .form-item {
    width: 100%;
  }
  .search .section1 .top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .search .section1 .title {
    position: relative;
    margin-bottom: 20px;
  }
  .search .section1 .input {
    width: 100%;
  }
  .search .section1 .input input {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0;
  }
}
@-webkit-keyframes ani1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes ani1 {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes ani1 {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes ani1 {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}