@charset "UTF-8";
@font-face {
  font-family: "BEBAS_";
  src: url("../fonts/BEBAS_.woff2") format("woff2"),
       url("../fonts/BEBAS_.woff") format("woff"),
       url("../fonts/BEBAS_.ttf") format("truetype"),
       url("../fonts/BEBAS_.eot") format("embedded-opentype"),
       url("../fonts/BEBAS_.svg") format("svg");
}
a {
  transition: all .3s ease;
}

.search-form .input2::-webkit-input-placeholder {
  color: #999;
}

.search-form .input2::-moz-placeholder {
  color: #999;
}

.search-form .input2::-ms-input-placeholder {
  color: #999;
}

.tr3 {
  transition: all .3s ease;
}

.ovh {
  overflow: hidden;
}

img[src=""], img:not([src]) {
  opacity: 0;
}

/**加载动画*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000000;
  display:none;
}

.lo-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 2px;
  background: #757575;
  margin-left: -100px;
}

.lo-bar-bg {
  background: #ffffff;
  z-index: 999;
  width: 0;
  /*animation:lo-bar ease 3.0s infinite;
  -webkit-animation:lo-bar ease 3.0s infinite;
  -moz-animation:lo-bar ease 3.0s infinite;
  -o-animation:lo-bar ease 3.0s infinite;*/
  z-index: 1000;
}

@keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
@-webkit-keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
@-moz-keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
@-o-keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
.pc-block {
  display: block;
}

.m-block {
  display: none;
}

.pc-block-768 {
  display: block;
}

.m-block-768 {
  display: none;
}

.pc-block-768-2 {
  display: block;
}

.m-block-768-2 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-block-768-2 {
    display: none;
  }

  .m-block-768-2 {
    display: block;
  }
}
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../img/img1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.fl1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.fl2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.fl3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.fl4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.fl5 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.fl6 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fl7 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.fl8 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.fl9 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.fl10 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
}

.fl11 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: stretch;
}

.fl12 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.fl13 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.fl12 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
}

.fl13 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.fl14 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
}

.fl15 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.fl16 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.fl17 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.fl18 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.fl19 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.fl20 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.fl21 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fl22 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.fl23 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.fl24 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.fl25 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
}

.fl26 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: stretch;
}

.fl27 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.fl28 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.fl29 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: baseline;
}

.fl30 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
}

.fl31 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: baseline;
}

.fl32 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
}

.headerr {
  height: 120px;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition: all .3s ease-in-out;
}
.headerr .n-header {
  height: 88px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 70px;
  z-index: 9;
}
.headerr .logo {
  width: 135px;
  height: 52px;
  position: relative;
  display: block;
}
.headerr .logo img {
  width: 100%;
}
.headerr .logo .img1 {
  opacity: 1;
}
.headerr .logo .img2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
.headerr .right-btn {
  position: relative;
  height: 88px;
}
.headerr .catalog-btn {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.headerr .catalog-btn .img1 {
  opacity: 1;
}
.headerr .catalog-btn .img2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.headerr .search-btn {
  cursor: pointer;
  height: 22px;
  cursor: pointer;
}
.headerr .search-btn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.headerr .mall-btn {
  display: block;
  height: 24px;
  margin-right: 1rem;
}
.headerr .mall-btn svg {
  width: 24px;
  height: 24px;
  line-height: 24px;
  fill: #fff;
}
.headerr .nav-left {
  color: #fff;
  position: relative;
}
.headerr .nav-left .li {
  margin-left: .85rem;
  position: relative;
}
.headerr .nav-left .warp-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 88px;
  line-height: 88px;
  position: relative;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
.headerr .nav-left .warp-btn svg {
  width: 16px;
  height: 16px;
  line-height: 16px;
  fill: #fff;
  margin-left: .25rem;
  transition: color .3s ease;
}
.headerr .nav {
  color: #fff;
  margin-right: .3rem;
  position: relative;
}
.headerr .nav .li {
  margin: 0 .5rem;
  position: relative;
}
.headerr .nav .warp-btn {
  height: 88px;
  line-height: 88px;
  position: relative;
  color: #fff;
  cursor: pointer;
  transition: color .3s ease;
}
.headerr .nav .warp-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #e8551e;
  left: calc(50% - 50%);
  bottom: 0;
  transform: scale(0, 1);
  transition: all .3s ease;
}
.headerr .nav .li:hover .warp-btn, .headerr .nav .li.cur .warp-btn {
  color: #cc0000;
}
.headerr .nav .li:hover .warp-btn:before, .headerr .nav .li.cur .warp-btn:before {
  transform: scale(1, 1);
}
.headerr .nav-item {
  position: absolute;
  top: 90px;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  padding: 15px 0;
  background: #fff;
  font-size: 16px;
  display: none;
}
.headerr .nav-item p {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
}
.headerr .nav-item a {
  height: 40px;
  line-height: 40px;
  display: block;
  color: #4c4c4c;
  text-align: center;
  transition: all .3s ease;
}
.headerr .nav-item a:hover {
  color: #e7541e;
}

.headerr-tip {
  padding: 0 70px;
  height: 32px;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.headerr-tip .tip-left span {
  color: #cecece;
  margin-right: 1rem;
  transition: color .3s ease;
}
.headerr-tip .tip-left a {
  color: #cecece;
  line-height: 1.5;
  display: block;
}
.headerr-tip .tip-left a:hover {
  color: #e8551e;
}
.headerr-tip .tip-right .li {
  margin-left: 1rem;
  color: #cecece;
}
.headerr-tip .tip-right svg {
  fill: #cecece;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: .25rem;
}
.headerr-tip .tip-right .land-btn svg {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.warp-search-form {
  display: none;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  height: 95px;
  padding: 0 50px;
  border-bottom: 1px solid #e3e3e3;
  z-index: 99;
}
.warp-search-form .search-form .dxnav-search-icon {
  height: 24px;
  width: 24px;
  display: flex;
  margin: 0 33px;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.warp-search-form .search-form .dxnav-icon {
  width: 24px;
  height: 24px;
  margin-right: 0;
}
.warp-search-form .search-form .input2 {
  width: calc(100% - 320px - 0.5rem);
  margin-right: .5em;
  font-size: .65rem;
  background-color: transparent;
  border: none;
}
.warp-search-form .search-form .search-close {
  width: 44px;
  height: 44px;
  margin: 0 10px 0 32px;
  cursor: pointer;
  background-color: transparent;
}
.warp-search-form .search-form .search-close svg {
  width: 20px;
  height: 20px;
}
.warp-search-form .search-form .submit-button {
  width: 125px;
  height: 45px;
  margin: 0;
  padding: 0 12px;
  font-size: 14px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #0c121c;
  background-color: #0c121c;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border: none;
  letter-spacing: .12em;
  transition: color .4s ease,background-color .4s ease;
}
.warp-search-form .search-form .submit-button:hover {
  background-color: #fff;
  color: #0c121c;
  box-shadow: inset 0 0 0 1px #0c121c;
}
.warp-search-form .search-form .submit-button:disabled {
  cursor: not-allowed;
  color: #fff;
  background-color: #e4e4e4;
  box-shadow: none;
  border: none;
}
.warp-search-form .search-form.active {
  transform: translateY(0%);
}
.warp-search-form .search-form {
  height: 95px;
}

@media (max-width: 767px) {
  .warp-search-form {
    padding: 0 5%;
  }
}
.dxnav__dropdown-overlay {
  background: rgba(0, 0, 0, 0.85);
  height: 100vh;
  left: 0;
  max-width: 100vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.overlay--open {
  animation: overlayOpen .4s ease-out forwards;
}

.headerr.active {
  position: fixed;
}

.headerr:hover, .headerr.active {
  background: #000;
  /*border-bottom:2px solid #e4571f;*/
  /*.logo{
    .img1{
      opacity:0;
    }
    .img2{
      opacity:2;
    }
  }*/
  /*.nav-left .li>a{
    color:#111;
    svg{
      fill:#111;
    }
  }
  .nav .li>a{
    color:#111;
  }
  .mall-btn{
    svg{
      fill:#111;
    }
  }
  .search-btn{
    svg{
      fill:#111;
    }
  }*/
}

body.headerr-por {
  padding-top: 120px;
}

@media (max-width: 1580px) {
  .headerr .nav .li {
    margin: 0 .35rem;
  }

  .headerr .nav-left .li {
    margin-left: 1rem;
  }
}
@media (max-width: 1480px) {
  .headerr {
    height: 102px;
  }

  body.headerr-por {
    padding-top: 102px;
  }

  .headerr .n-header {
    height: 70px;
  }

  .headerr .nav-item {
    top: 70px;
  }

  .headerr .nav .warp-btn, .headerr .nav-left .warp-btn {
    height: 70px;
    line-height: 70px;
  }

  .headerr .right-btn {
    height: 70px;
  }

  .headerr .logo {
    width: 120px;
    height: 44px;
  }

  .headerr .nav .nav-item {
    top: 70px;
  }
}
@media (max-width: 1024px) {
  body.headerr-por {
    padding-top: 0;
  }
}
@media (max-width: 1280px) {
  .headerr .nav-left .li {
    margin-left: .5rem;
  }

  .headerr .mall-btn {
    margin-right: .5rem;
  }

  .headerr .nav, .headerr .nav-left {
    font-size: 14px;
  }

  .headerr .nav-left .warp-btn svg {
    width: 10px;
    height: 10px;
  }

  .headerr .n-header, .headerr-tip {
    padding: 0 30px;
  }
}
@media (max-width: 1100px) {
  .headerr .nav .li {
    margin: 0 .3rem;
  }
}
.warp-header {
  position: relative;
  height: 60px;
  z-index: 99;
}

.headerr2 {
  background: #fff;
  height: 60px;
  padding: 0 5%;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 15;
}
.headerr2 .logo {
  width: 120px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: relative;
  z-index: 12;
}
.headerr2 .logo img {
  width: 100%;
}
.headerr2 .land-btn {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -16px;
  z-index: 4;
}
.headerr2 .land-btn svg {
  width: 20px;
  height: 20px;
}
.headerr2 .nav .tit {
  display: flex;
  width: 100%;
  line-height: 2rem;
  border-bottom: 2px solid #f2f2f2;
  position: relative;
}
.headerr2 .nav .sub-tit:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-size: 100% auto;
  position: absolute;
  right: 6.4%;
  top: 16px;
  background: url(../img/img1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto;
  transform: rotate(0);
  transform-origin: center center;
  transition: all .3s ease-in-out;
}
.headerr2 .nav .sub-tit.on:after {
  transform: rotate(-180deg);
}
.headerr2 .nav .sec-list {
  line-height: 35px;
  padding: .5rem 1.25rem;
  display: none;
  background: #f2f2f2;
}
.headerr2 .nav .sec-list a {
  color: #666;
}
.headerr2 .hamburger {
  padding: 0;
  height: 24px;
}
.headerr2 .hamburger-box {
  width: 30px;
  height: 24px;
}
.headerr2 .hamburger-inner, .headerr2 .hamburger-inner::before, .headerr2 .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background: #222;
}
.headerr2 .hamburger.is-active .hamburger-inner, .headerr2 .hamburger.is-active .hamburger-inner::before, .headerr2 .hamburger.is-active .hamburger-inner::after {
  background: #222;
}
.headerr2 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.headerr2 .hamburger--3dx-r .hamburger-inner::before, .headerr2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.headerr2 .h-right {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 12;
}
.headerr2 .search-box {
  position: relative;
}
.headerr2 .search-btn {
  cursor: pointer;
  margin-right: 30px;
}
.headerr2 .search-btn svg {
  width: 25px;
  height: 25px;
  fill: #666;
}
.headerr2 .warp-nav {
  height: 100vh;
  padding: 65px 0 45px;
  position: fixed;
  background: #fff;
  width: 80%;
  right: 0;
  top: 0;
  z-index: 9;
  display: none;
}
.headerr2 .nav {
  font-size: .65rem;
  color: #333;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 45px);
}
.headerr2 .nav .li {
  position: relative;
  width: 100%;
  line-height: 2rem;
  padding: 0 5%;
  /*background:#f7f7f7;*/
}
.headerr2 .nav .li:nth-child(2n) {
  /*background:#fff;*/
}
.headerr2 .nav .warp-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
  color: #333;
  border-bottom: 2px solid #f2f2f2;
  transition: all .3s ease;
}
.headerr2 .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.headerr2 .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.headerr2 .nav .li:hover .warp-btn, .headerr2 .nav .li:hover .warp-btn.cur, .headerr2 .nav .li.cur .warp-btn, .headerr2 .nav .li.cur .warp-btn.cur {
  color: #016cb6;
}
.headerr2 .nav .nav-item {
  position: absolute;
  top: 100px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.headerr2 .nav .nav-item p {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e7eaec;
}
.headerr2 .nav .nav-item a {
  display: block;
  color: #666;
  text-align: center;
  transition: all .3s ease;
}
.headerr2 .nav .nav-item a:hover {
  color: #016cb6;
  font-weight: bold;
}
.headerr2 .svgbtn {
  width: 35px;
  height: 35px;
  position: relative;
}
.headerr2 .svgbtn svg {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  fill: #c4c4c4;
}
.headerr2 .svgbtn .icon1 {
  opacity: 1;
  transition: all .3s;
  z-index: 2;
}
.headerr2 .svgbtn .icon2 {
  opacity: 0;
  width: 20px;
  height: 20px;
  transition: all .3s;
  z-index: 3;
}
.headerr2 .tit.on .svgbtn .icon1 {
  opacity: 0;
}
.headerr2 .tit.on .svgbtn .icon2 {
  opacity: 1;
}
.headerr2 .warp-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}
.headerr2 .warp-bg.cur {
  opacity: 1;
  visibility: visible;
}

.headerr-bot {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 60px;
  background: #fff;
  z-index: 9;
  padding: .75rem 5%;
}
.headerr-bot .leftbox .li {
  margin-right: .5rem;
  color: #000;
  padding-right: .5rem;
  border-right: 1px solid #f1f1f1;
}
.headerr-bot .leftbox svg {
  fill: #000;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-right: .25rem;
}
.headerr-bot .leftbox .land-btn svg {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.headerr-bot .leftbox .langbtn {
  color: #000;
}
.headerr-bot .mall-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
}
.headerr-bot .mall-btn svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.headerr-bot .search-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  margin-left: .25rem;
}
.headerr-bot .search-btn svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

@media (max-width: 1480px) {
  .warp-search-form {
    top: 102px;
  }
}
@media (max-width: 1024px) {
  .warp-search-form {
    top: 132px;
  }

  .headerr-bot {
    height: 72px;
    overflow: hidden;
  }

  .warp-header {
    height: 132px;
  }
}
@media (max-width: 767px) {
  .headerr2 {
    height: 50px;
  }

  .warp-header {
    height: 104px;
  }

  /*.headerr2 .warp-nav{
    top:50px;
  }*/
  .headerr-bot {
    top: 50px;
    height: 54px;
    padding: 12px 5%;
  }

  .headerr-bot .leftbox svg {
    display: none;
  }

  .headerr2 .search-btn {
    margin-right: 15px;
  }

  .headerr2 .logo {
    width: 75px;
    z-index: 2;
  }

  .headerr2 .search-btn svg {
    width: 22px;
    height: 22px;
  }

  .warp-search-form {
    top: 104px;
  }

  .warp-search-form .search-form .dxnav-search-icon {
    margin: 0 1% 0 3%;
  }

  .warp-search-form .search-form .search-close {
    width: 30px;
    height: 30px;
    margin: 0 3% 0 1%;
  }

  .warp-search-form .search-form .search-close svg {
    width: 16px;
    height: 16px;
  }

  .warp-search-form .search-form .submit-button {
    width: 65px;
    height: 30px;
    padding: 0 6px;
  }

  .warp-search-form .search-form .dxnav-icon {
    width: 20px;
    height: 20px;
  }

  .warp-search-form .search-form, .warp-search-form {
    height: 60px;
  }

  .warp-search-form .search-form .input2 {
    font-size: 14px;
    width: calc(100% - 165px);
  }

  .headerr2 .hamburger-box {
    width: 25px;
    height: 20px;
  }

  .headerr2 .hamburger {
    height: 20px;
  }

  .hamburger-inner::before {
    top: -8px;
  }

  .hamburger-inner::after {
    bottom: -8px;
  }

  .headerr2 .hamburger-inner, .headerr2 .hamburger-inner::before, .headerr2 .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background: #222;
  }

  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }

  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }

  .headerr2 .nav .sec-list {
    font-size: .6rem;
  }
}
@keyframes overlayOpen {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
  }
  1% {
    width: 100%;
    height: 100vh;
    z-index: 95;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 100vh;
    z-index: 95;
  }
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
  max-width: 90%;
}

.w1680 {
  width: 1680px;
  margin: 0 auto;
  max-width: 90%;
}

.w1600 {
  width: 1600px;
  margin: 0 auto;
  max-width: 90%;
}

.w900 {
  width: 900px;
  margin: 0 auto;
  max-width: 90%;
}

.footer {
  background: #333333;
  position: relative;
  z-index: 10;
}
.footer .f-top {
  padding: 2.5rem 0 1rem;
  border-bottom: 1px solid #3d3d3d;
}
.footer .f-nav {
  width: 69%;
  max-width: calc(100% - 360px);
}
.footer .f-nav .tit2 {
  margin-bottom: .5rem;
}
.footer .f-nav .item {
  margin-bottom: .25rem;
  line-height: 1.5;
  color: #999;
  transition: all .3s;
}
.footer .f-nav .li {
  margin-right: 2.25rem;
}
.footer .f-nav .item:hover {
  color: #e95b26;
}
.footer .f-contact {
  width: 280px;
}
.footer .f-contact .telbox, .footer .f-contact .addbox, .footer .f-contact .wxbox {
  color: #777;
}
.footer .f-contact .telbox {
  margin-top: .75rem;
}
.footer .f-contact .telbox span {
  color: #e95b26;
  font-family: "DINCOND-BOLD";
}
.footer .f-contact .addbox {
  margin-top: .75rem;
}
.footer .f-contact .addbox p {
  color: #999;
  margin-top: .25rem;
}
.footer .f-contact .wxbox {
  margin-top: .75rem;
}
.footer .f-contact .wxbox .img {
  width: 100px;
  margin-top: .25rem;
}
.footer .f-contact .wxbox .img img {
  width: 100%;
}
.footer .f-bot {
  padding: .5rem 0 1.5rem;
  color: #666;
}
.footer .bot-ulbox .li {
  color: #999;
  padding: 0 1rem;
}
.footer .bot-ulbox .line {
  height: 12px;
  border-right: 1px dashed #777;
}
.footer .bot-ulbox .li:nth-child(1) {
  padding-left: 0;
}
.footer .ulbox {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.footer .ulbox .li {
  width: 45px;
  margin-right: .5rem;
  cursor: pointer;
  position: relative;
}
.footer .ulbox .li img {
  width: 100%;
}
.footer .ulbox .li:nth-child(3) {
  margin-right: 0;
}
.footer .ulbox .wxbox {
  position: absolute;
  bottom: 45px;
  padding: 6px;
  background: #fff;
  width: 100px;
  border-radius: 5px;
  left: calc(50% - 50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.footer .ulbox .wxbox:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.footer .ulbox .wxbox img {
  width: 100%;
}
.footer .ulbox .li:hover .wxbox {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.mfooter {
  background: #333333;
}
.mfooter .f-top {
  padding: 1.5rem 5% .75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mfooter .f-top .logo {
  width: 4rem;
  margin-bottom: 1.25rem;
}
.mfooter .f-top .logo img {
  width: 100%;
}
.mfooter .f-top .ulbox {
  margin-bottom: 2rem;
}
.mfooter .f-top .ulbox .li {
  width: 1.5rem;
  margin: 0 .5rem;
  position: relative;
}
.mfooter .f-top .ulbox .li img {
  width: 100%;
}
.mfooter .f-top .ulbox .wxbox {
  position: absolute;
  bottom: 1.5rem;
  padding: 6px;
  background: #fff;
  width: 140px;
  border-radius: 5px;
  left: calc(50% - 70px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.mfooter .f-top .ulbox .wxbox:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.mfooter .f-top .ulbox .wxbox img {
  width: 100%;
}
.mfooter .f-top .ulbox .li:hover .wxbox {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.mfooter .f-top .telbox {
  color: #666;
}
.mfooter .f-top .telbox a {
  color: #e95b26;
}
.mfooter .f-top .p {
  color: #666;
}
.mfooter .f-bot {
  padding: 1rem 0;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  color: #666;
}

.ibanner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ibanner .swiper-slide {
  height: 100vh;
  overflow: hidden;
}
.ibanner .slide-inner {
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.ibanner .slide-inner:after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 40%;
  background: linear-gradient(black, transparent);
  z-index: 2;
}
.ibanner .hrefbtn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ibanner .swiper-slide .text {
  -webkit-transition: all .5s .5s ease-in-out;
  -o-transition: all .5s .5s ease-in-out;
  transition: all .5s .5s ease-in-out;
}
.ibanner .text {
  width: 100%;
  /*padding-top: 26.4vh;*/
  padding-top:46vh;
  z-index: 3;
  position: relative;
}
.ibanner .tit1 {
  line-height: 1.15;
  color: #fff;
  letter-spacing: 30px;
}
.ibanner .tit3 {
  color: #fff;
  margin-bottom: .5rem;
  line-height: 1;
}
.ibanner .href-box {
  margin-top: 1rem;
}
.ibanner .mall-btn {
  color: #fff;
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  overflow: hidden;
  border: 2px solid #e8551e;
  box-sizing: content-box;
  margin: 0 10px;
  transition: color .3s,background .3s;
}
.ibanner .mall-btn svg {
  width: 16px;
  height: 16px;
  line-height: 16px;
  fill: #e8551e;
  margin-left: .25rem;
  transition: color .3s,background .3s;
}
.ibanner .mall-btn:nth-child(1) {
  background: #e7551e;
  color: #fff;
}
.ibanner .mall-btn:nth-child(1) svg {
  fill: #fff;
}
.ibanner .swiper-button-prev, .ibanner .swiper-button-next {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
}
.ibanner .swiper-button-prev svg, .ibanner .swiper-button-next svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.ibanner .swiper-button-prev {
  left: 5%;
}
.ibanner .swiper-button-next {
  right: 5%;
}
.ibanner .swiper-pagination {
  position: absolute;
  bottom: 1rem;
  width: 100% !important;
}
.ibanner .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dcdcdc;
  margin: 0 6px;
  transition: all .3s;
}
.ibanner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 1rem;
  border-radius: 8px;
  background: #e35504;
}

@keyframes bannerwidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .ibanner .tit1 {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .ibanner .text {
    width: 100%;
    left: 0;
  }

  .ibanner .tit1 {
    letter-spacing: 10px;
  }

  .ibanner .slide-inner, .ibanner .swiper-slide {
    height: 80vh;
  }

  /*.ibanner .swiper-pagination,.ibanner .swiper-pagination .swiper-pagination-bullet:before{
    width:30px !important;
  }
  .ibanner .swiper-pagination .num{
    padding-bottom:5px;
  }*/
  .ibanner .more {
    margin-top: 1.2rem;
  }

  .ibanner .more svg {
    margin-left: 5px;
  }

  .ibanner .text {
    padding-top: 20vh;
  }

  .ibanner .swiper-button-prev, .ibanner .swiper-button-next {
    display: none;
  }

  .mouse-btn {
    /*width:40px;
    height:40px;*/
    display:none;
  }
}
.mouse-btn {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  z-index: 9;
  cursor: pointer;
}
.mouse-btn:hover {
  color: #fff;
}

.mouse-btn .mouse {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #e35504;
  border-radius: 50%;
  margin: 0 12px;
}
.mouse-btn .mouse svg {
  width: 12px;
  height: 12px;
  line-height: 12px;
  fill: #e35504;
  -webkit-animation: trackBallSlide 6s linear infinite;
  animation: trackBallSlide 6s linear infinite;
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(5px);
    transform: scale(0.4) translateY(5px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-5px);
    transform: scale(0.4) translateY(-5px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(5px);
    transform: scale(0.4) translateY(5px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-5px);
    transform: scale(0.4) translateY(-5px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(5px);
    transform: scale(0.4) translateY(5px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-5px);
    transform: scale(0.4) translateY(-5px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-5px);
    transform: scale(1) translateY(-5px);
  }
}
.i-list1 {
  background: #f8f8f8;
  padding: 2.5rem 0;
  position: relative;
}

.i-list1 .formbox {
  width: 700px;
  margin: 0 auto;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  position: relative;
}

.i-list1 .formbox .input2 {
  width: 200px;
  height: 50px;
  color: #999;
  border: none;
  text-indent: 5px;
  background: transparent;
  transition: all .5s;
}

.i-list1 .formbox .input1 {
  border: none;
  background: url("../img/img2.png") no-repeat center center;
  width: 30px;
  height: 30px;
  z-index: 2;
  background-size: 18px auto;
  transition: all .5s;
}

.i-list1 .formbox.active .input2 {
  width: calc(100% - 100px);
}

.i-list1 .tipbox {
  margin-top: .75rem;
}
.i-list1 .tipbox .tip-btn {
  background: #da0b28;
  padding: 3px;
  line-height: 1;
  border-radius: 2px;
  margin-right: .5rem;
}
.i-list1 .tipbox .li {
  color: #666;
  margin: 0 .65rem;
}
.i-list1 .tipbox .li:hover {
  color: #da0b28;
}
.i-list1 .tipbox .li:nth-child(2) {
  margin-left: 0;
}
.i-list1 .ulbox {
  width: 100%;
  margin-top: 1.05rem;
}
.i-list1 .ulbox .li {
  width: 17.85%;
  height: 13rem;
  margin-right: 2.67%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.i-list1 .ulbox .li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: bottom right;
  z-index: 1;
}
.i-list1 .ulbox .li:nth-child(5n) {
  margin-right: 0;
}
.i-list1 .ulbox .text-top {
  padding: 1.25rem 1rem 0;
  position: relative;
  z-index: 2;
}
.i-list1 .ulbox .title {
  padding-bottom: .5rem;
  margin-bottom: .6rem;
  border-bottom: 1px solid #f37343;
}
.i-list1 .ulbox .p {
  color: #ffcebb;
}
.i-list1 .ulbox .icon {
  height: 1.25rem;
}
.i-list1 .ulbox .more-tip {
  left: 1rem;
  bottom: 1.2rem;
  position: absolute;
  z-index: 3;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.i-list1 .ulbox .more-tip svg {
  width: 15px;
  height: 15px;
  line-height: 15px;
  fill: #fff;
}
.i-list1 .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  width: 100%;
}
.i-list1 .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dcdcdc;
  margin-right: 10px;
  margin-left: 0;
}
.i-list1 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #e35504;
}

@media (max-width: 767px) {
  .i-list1 .formbox {
    width: 100%;
  }

  .i-list1 {
    overflow: hidden;
  }

  .i-list1 .ulbox {
    width: 110%;
    left: -5%;
  }

  .i-list1 .swiper-pagination span {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }

  .i-list1 .tipbox .li {
    font-size: 12px;
    margin: 0 .3rem;
  }

  .i-list1 {
    padding: 2rem 0;
  }

  .i-list1 .formbox {
    height: 45px;
    line-height: 45px;
  }

  .i-list1 .formbox .input2 {
    width: 120px;
    height: 45px;
    line-height: 45px;
  }
}
.i-list2 {
  padding: 2.5rem 0;
  background: #fff url(../img/img9.jpg) no-repeat;
  background-position: top center;
}
.i-list2 .tit2 {
  color: #555;
  letter-spacing: 5px;

  text-align: center;
}
.i-list2 .tit2 span {
  color: #ea5404;
}
.i-list2 .tit3 {
  color: #555;
  text-align: center;
   width:930px;
   max-width:90%;
  margin:.5rem auto;
  line-height: 2;
}
.i-list2 .delbox {
  width: 150px;
  height: 40px;
  color: #fff;
  background: #ea5404;
  border-radius: 40px;
  margin: 0 auto;
  transition: background .3s,box-shadow .3s;
}
.i-list2 .delbox svg {
  width: 14px;
  height: 14px;
  line-height: 14px;
  fill: #fff;
  margin-left: .15rem;
  transition: all .3s;
}
.i-list2 .delbox:hover {
  background: transparent;
  box-shadow: 0px 0px 0px 2px #ea5404;
  color: #ea5404;
}
.i-list2 .delbox:hover svg {
  fill: #ea5404;
}
.i-list2 .img {
  width: 50%;
  margin: .5rem auto 0;
  display: block;
  position: relative;
  z-index: 1;
}
.i-list2 .video-btn {
  color: #555;
  margin: -1.6rem auto 0;
  position: relative;
  z-index: 3;
}
.i-list2 .video-btn .mouse {
  width: 42px;
  height: 42px;
  border: 4px solid #ea5404;
  border-radius: 50%;
  margin: 0 .5rem;
  transition: all .3s;
}
.i-list2 .video-btn svg {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  fill: #ea5404;
  transition: all .3s;
}
.i-list2 .video-btn:hover .mouse {
  background: #ea5404;
}
.i-list2 .video-btn:hover .mouse svg {
  fill: #fff;
}
.i-list2 .coulbox {
  padding: 2.75rem 0;
  flex-flow: row-reverse wrap;
}
.i-list2 .coulbox .text {
  width: 33.75%;
  padding-top: 1rem;
}
.i-list2 .coulbox .text .tit4 {
  color: #555;
  margin-bottom: .5rem;
}
.i-list2 .coulbox .imgbox {
  width: 61.25%;
  position: relative;
}
.i-list2 .coulbox .imgbox .img1 {
  width: 100%;
  height: 12.25rem;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}
.i-list2 .coulbox .imgbox .img2 {
  position: absolute;
  width: 53.57%;
  left: 50%;
  transform: translate(-60%, 0);
  bottom: -15%;
  z-index: 2;
}
.i-list2 .coulbox2 {
  padding: 0;
}
.i-list2 .coulbox2 .text {
  width: 33.75%;
  padding-top: 1rem;
}
.i-list2 .coulbox2 .text .tit4 {
  color: #555;
  margin-bottom: .5rem;
}
.i-list2 .coulbox2 .text .li {
  color: #676569;
  margin-bottom: .5rem;
  line-height: 2;
}
.i-list2 .coulbox2 .text .li span {
  color: #e35504;
}
.i-list2 .coulbox2 .text .li .sp1 {
  margin-right: 5px;
}
.i-list2 .coulbox2 .text .li .sp2 {
  width: calc(100% - 70px);
}
.i-list2 .coulbox2 .imgbox {
  width: 61.25%;
  position: relative;
}
.i-list2 .coulbox2 .imgbox .img1 {
  width: 100%;
  height: 12rem;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}
.i-list2 .coulbox2 .delbox {
  margin: 1.75rem 0 0;
}
.i-list2 .tabul {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}
.i-list2 .tabul .li {
  margin-right: 2.25rem;
  color: #666666;
  height: 60px;
  line-height: 60px;
  position: relative;
  cursor: pointer;
}
.i-list2 .tabul .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #e35504;
  left: 0;
  bottom: -1px;
  opacity: 0;
}
.i-list2 .tabul .li:last-child {
  margin-right: 0;
}
.i-list2 .tabul .li.cur {
  color: #e35504;
}
.i-list2 .tabul .li.cur:before {
  opacity: 1;
}
.i-list2 .tabbox .tab-item {
  display: none;
}
.i-list2 .tabbox .p {
  line-height: 2;
  color: #808080;
}
.i-list2 .tabbox .more {
  width: 130px;
  height: 40px;
  color: #fff;
  background: #ea5404;
  border-radius: 40px;
  margin-top: 2.5rem;
  transition: background .3s,box-shadow .3s;
}
.i-list2 .tabbox .more svg {
  width: 14px;
  height: 14px;
  line-height: 14px;
  fill: #fff;
  margin-left: .15rem;
  transition: all .3s;
}
.i-list2 .tabbox .more:hover {
  background: transparent;
  box-shadow: 0px 0px 0px 2px #ea5404;
  color: #ea5404;
}
.i-list2 .tabbox .more:hover svg {
  fill: #ea5404;
}

@media (max-width: 768px) {
  .i-list2 {
    overflow: hidden;
  }

  .i-list2 .coulbox .imgbox, .i-list2 .coulbox .text, .i-list2 .coulbox2 .imgbox, .i-list2 .coulbox2 .text {
    width: 100%;
  }

  .i-list2 .img {
    width: 100%;
  }

  .i-list2 .coulbox .text {
    margin-top: 1.75rem;
  }

  .i-list2 .coulbox .text .tit4, .i-list2 .coulbox2 .text .tit4, .i-list2 .coulbox2 .text .li {
    text-align: center;
  }

  .i-list2 .tabul {
    justify-content: center;
  }

  .i-list2 .tabbox .p {
    color: #808080;
  }

  .i-list2 .tabbox .more {
    margin: 1.5rem auto 0;
  }

  .i-list2 .delbox {
    margin: 1.75rem auto 0 !important;
  }

  .i-list2 .coulbox2 .text .tit4, .i-list2 .coulbox2 .text .li {
    width: 100%;
  }

  .i-list2 .coulbox2 .text {
    padding-top: 2.5rem;
  }

  .i-list2 .coulbox2 .text .li .sp1 {
    width: 100%;
    margin-right: 0;
  }

  .i-list2 .coulbox2 .imgbox, .i-list2 .coulbox .imgbox {
    width: 110%;
    margin-left: -6%;
  }

  .i-list2 .coulbox2 .imgbox .img1, .i-list2 .coulbox .imgbox .img1 {
    width: 106%;
  }

  .i-list2 .coulbox .imgbox .img2 {
    transform: translate(-50%, 0);
  }

  .i-list2 .coulbox .imgbox .img2 {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .i-list2 {
    padding: 2rem 0;
  }

  .i-list2 .tit3 {
    font-size: 13px;
  }

  .i-list2 .delbox {
    margin: 2rem auto;
    font-size: 13px;
  }

  .i-list2 .img {
    width: 120%;
    left: -10%;
  }

  .i-list2 .video-btn {
    margin-top: 1rem;
  }

  .i-list2 .coulbox .imgbox, .i-list2 .coulbox .imgbox .img1 {
    height: 10rem;
  }

  .i-list2 .coulbox2 .imgbox .img1 {
    height: 8rem;
  }

  .i-list2 .tabbox .p {
    font-size: 12px;
  }

  .i-list2 .coulbox2 .text .li {
    font-size: 13px;
  }
}
.i-list3 {
  padding: 2.25rem 0;
  background: #fef6f2 url(../img/img6.png) no-repeat center top;
  overflow: hidden;
}
.i-list3 .tit2 {
  color: #555;
  text-align: center;
  margin-bottom: 1rem;
}
.i-list3 .tit2 span {
  color: #e35504;
}
.i-list3 .con-text {
  position: relative;
}
.i-list3 .con-text .bg {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  height: 15rem;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.i-list3 .con-text .text {
  width: 31.25%;
  background: #fff;
  min-height: 14.5rem;
  border-radius: 20px;
  top: 2rem;
  left: 2.5rem;
  padding: 1rem 1.25rem;
  position: absolute;
  z-index: 2;
}
.i-list3 .con-text .tit3 {
  color: #555;
  margin-bottom: 1rem;
}
.i-list3 .con-text .p {
  color: #555;
  line-height: 2;
}
.i-list3 .con-text .delbox {
  width: 150px;
  height: 40px;
  color: #fff;
  background: #ea5404;
  border-radius: 40px;
  position: absolute;
  left: 1.25rem;
  bottom: 1rem;
  transition: background .3s,box-shadow .3s;
}
.i-list3 .con-text .delbox svg {
  width: 14px;
  height: 14px;
  line-height: 14px;
  fill: #fff;
  margin-left: .15rem;
  transition: all .3s;
}
.i-list3 .con-text .delbox:hover {
  background: transparent;
  box-shadow: 0px 0px 0px 2px #ea5404;
  color: #ea5404;
}
.i-list3 .con-text .delbox:hover svg {
  fill: #ea5404;
}
.i-list3 .con-text .con-li {
  width: 55%;
  position: absolute;
  top: 3.3rem;
  right: 1.5rem;
  z-index: 3;
}
.i-list3 .con-text .con-li .li {
  width: 25%;
}
.i-list3 .con-text .con-li .num {
  font-family: "DINCOND-BOLD";
  line-height: 1;
  margin-bottom: .25rem;
  color: #e35504;
}
.i-list3 .con-text .con-li sup {
  line-height: 1;
  top: -1em;
}
.i-list3 .con-text .con-li .lip {
  text-align: center;
  color: #444;
}
.i-list3 .con-text .video-btn {
  position: absolute;
  top: 6.25rem;
  left: 2rem;
  cursor: pointer;
}
.i-list3 .con-text .video-btn .mouse {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 4px solid #ea5404;
  margin: 0 auto .25rem;
  transition: all .3s;
}
.i-list3 .con-text .video-btn .mouse svg {
  width: 24px;
  height: 24px;
  line-height: 24px;
  fill: #ea5404;
  transition: all .3s;
}
.i-list3 .con-text .video-btn:hover .mouse {
  background: #ea5404;
}
.i-list3 .con-text .video-btn:hover .mouse svg {
  fill: #fff;
}
.i-list3 .news-list {
  padding: 2.75rem 0 0;
}
.i-list3 .news-list .warpswiper {
  overflow: hidden;
  padding-bottom: 3rem;
}
.i-list3 .news-list .img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: .5rem;
}
.i-list3 .news-list .img img {
  width: 100%;
}
.i-list3 .news-list .tit4 {
  color: #555;
  height: 64px;
  line-height: 32px;
  overflow: hidden;
}
.i-list3 .news-list .tit5 {
  margin-top: .25rem;
  color: #777777;
}
.i-list3 .swiper-btn {
  width: 190px;
  height: 35px;
  margin: .75rem auto 0;
}
.i-list3 .swiper-btn .swiper-button-prev, .i-list3 .swiper-btn .swiper-button-next {
  width: 32px;
  height: 32px;
  background: #c8bdb6;
  margin-top: -16px;
  border-radius: 50%;
}
.i-list3 .swiper-btn .swiper-button-prev svg, .i-list3 .swiper-btn .swiper-button-next svg {
  width: 18px;
  height: 18px;
  line-height: 18px;
  fill: #fff;
}
.i-list3 .swiper-btn .swiper-button-prev {
  left: 0;
  transform: rotate(-180deg);
}
.i-list3 .swiper-btn .swiper-button-next {
  right: 0;
}
.i-list3 .swiper-btn .swiper-button-prev:hover, .i-list3 .swiper-btn .swiper-button-next:hover {
  background: #e35504;
}
.i-list3 .warp-tipbox {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.i-list3 .warp-tipbox .sharesbox {
  width: 50%;
  border-right: 1px solid #ededed;
  padding: 1rem 1.25rem;
}
.i-list3 .warp-tipbox .sharesbox .sharesleft {
  width: calc(100% - 200px);
}
.i-list3 .warp-tipbox .sharesbox .sharesleft .tit3 {
  color: #666;
  margin-bottom: .15rem;
}
.i-list3 .warp-tipbox .sharesbox .sharesleft .tit4 {
  color: #666;
  line-height: 1;
  font-family: "DINCOND-BOLD";
}
.i-list3 .warp-tipbox .sharesbox .sharesleft .tit4 span {
  margin-left: 1.5rem;
  line-height: 1;
}
.i-list3 .warp-tipbox .sharesbox .sharesleft .img {
  margin-right: .25rem;
}
.i-list3 .warp-tipbox .sharesbox .sharesleft .img img {
  width: 14px;
}
.i-list3 .warp-tipbox .sharesbox .sharesleft .time {
  color: #999;
  margin-top: .4rem;
}
.i-list3 .warp-tipbox .sharesbox .delbox {
  width: 150px;
  height: 40px;
  color: #fff;
  background: #ea5404;
  border-radius: 40px;
  transition: background .3s,box-shadow .3s;
}
.i-list3 .warp-tipbox .sharesbox .delbox svg {
  width: 14px;
  height: 14px;
  line-height: 14px;
  fill: #fff;
  margin-left: .15rem;
  transition: all .3s;
}
.i-list3 .warp-tipbox .sharesbox .delbox:hover {
  background: transparent;
  box-shadow: 0px 0px 0px 2px #ea5404;
  color: #ea5404;
}
.i-list3 .warp-tipbox .sharesbox .delbox:hover svg {
  fill: #ea5404;
}
.i-list3 .warp-tipbox .index-notice {
  padding: 1rem 1.25rem;
  width: 50%;
  overflow: hidden;
}
.i-list3 .warp-tipbox .index-notice .notice-container {
  overflow: hidden;
  width: calc(100% - 200px);
}
.i-list3 .warp-tipbox .index-notice .swiper-pagination {
  position: relative;
  text-align: left;
  padding-left: 5px;
  margin-top: .55rem;
}
.i-list3 .warp-tipbox .index-notice .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dcdcdc;
  margin-right: 10px;
  margin-left: 0;
}
.i-list3 .warp-tipbox .index-notice .swiper-pagination span.swiper-pagination-bullet-active {
  background: #e35504;
}
.i-list3 .warp-tipbox .index-notice .tit4 {
  color: #555;
  margin-bottom: .25rem;
}
.i-list3 .warp-tipbox .index-notice .time {
  color: #999;
}
.i-list3 .index-bot {
  margin-top: 1.5rem;
}
.i-list3 .index-bot a {
  width: 48%;
  height: 10rem;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.i-list3 .index-bot a .bg {
  position: relative;
  width: 100%;
  height: 10rem;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
.i-list3 .index-bot a .text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 1.5rem 1rem;
}
.i-list3 .index-bot a .tit4 {
  color: #e35504;
  text-align: center;
  margin-bottom: .15rem;
}
.i-list3 .index-bot a .tit5 {
  text-align: center;
  margin-bottom: .25rem;
  color: #555;
}
.i-list3 .index-bot a .more {
  width: 28px;
  height: 28px;
  border: 2px solid #e35504;
  border-radius: 50%;
}
.i-list3 .index-bot a .more svg {
  width: 16px;
  height: 16px;
  fill: #e35504;
}
.i-list3 .news-container .swiper-slide .tit4 {
  transition: all .3s ease;
}
.i-list3 .news-container .swiper-slide:hover .tit4 {
  color: #ea5404;
}
.i-list3 .index-bot a .bg {
  transition: all .3s ease;
}
.i-list3 .index-bot a:hover .bg {
  transform: scale(1.1, 1.1);
}

@media (max-width: 768px) {
  .i-list3 .con-text .text {
    position: relative;
    width: 100%;
    padding: 0;
    left: 0;
    top: 0;
    background: none;
    height: auto;
    min-height: auto;
    margin-top: 2rem;
  }

  .i-list3 .con-text .delbox {
    position: relative;
  }

  .i-list3 .con-text .con-li {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }

  .i-list3 .con-text .con-li .li {
    margin-bottom: 1.75rem;
  }

  .i-list3 .con-text .tit3, .i-list3 .con-text .p {
    text-align: center;
  }

  .i-list3 .con-text .delbox {
    left: 0;
    bottom: 0;
    margin: 2rem auto 0;
  }

  .i-list3 .con-text .video-btn {
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 3;
  }

  .i-list3 .news-list {
    padding-top: 2.5rem;
  }

  .i-list3 .news-list .warpswiper {
    width: 112%;
    left: -6%;
  }

  .i-list3 .warp-tipbox {
    background: transparent;
  }

  .i-list3 .warp-tipbox .sharesbox {
    width: 100%;
    background: #fff;
    border: none;
    margin-bottom: 1.5rem;
    border-radius: .5rem;
  }

  .i-list3 .warp-tipbox .index-notice {
    width: 100%;
    background: #fff;
  }

  .i-list3 .warp-tipbox .sharesbox .sharesleft {
    width: 100%;
    overflow: hidden;
  }

  .i-list3 .warp-tipbox .index-notice {
    border-radius: .5rem;
  }

  .i-list3 .warp-tipbox .sharesbox .delbox {
    margin-top: 1.5rem;
  }

  .i-list3 .warp-tipbox .index-notice .notice-container {
    width: 100%;
  }

  .i-list3 .warp-tipbox .index-notice .swiper-pagination {
    position: absolute;
    bottom:1rem;
  }

  .i-list3 .warp-tipbox {
    position: relative;
  }

  .i-list3 .warp-tipbox .index-notice {
    padding-bottom: 3rem;
  }

  .i-list3 .warp-tipbox .index-notice .tit3 {
    margin-bottom: 1rem;
  }

  .i-list3 .warp-tipbox .index-notice .swiper-pagination {
    padding-left: 1.25rem;
    margin-top: 0;
  }

  .i-list3 .warp-tipbox .index-notice .swiper-pagination span {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }

  .i-list3 .warp-tipbox .index-notice .tit4 {
    margin-bottom: .5rem;
  }

  .i-list3 .index-bot a {
    width: 100%;
    margin-bottom: 1.5rem;
    height: 9rem;
  }

  .i-list3 .index-bot a .bg {
    height: 9rem;
  }

  .i-list3 {
    padding-bottom: 1.5rem;
  }

  .i-list3 .index-bot a .text {
    padding: 1rem;
  }

  .i-list3 .index-bot a:nth-child(1) .text {
    padding: 2rem 1rem 0 3.5rem;
  }

  .i-list3 .con-text .bg {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .i-list3 .con-text .con-li .li {
    width: 50%;
  }

  .i-list3 .con-text .con-li .lip {
    font-size: 12px;
  }

  .i-list3 .con-text .con-li .num {
    font-size: 1.5rem;
  }

  .i-list3 .con-text .p {
    font-size: 12px;
  }
}
.media-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.media-alert.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.media-alert.active .content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-alert .close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.media-alert .close img {
  width: 10px;
  height: 10px;
}

.media-alert .content {
  position: absolute;
  max-width: 900px;
  width: 90%;
  height: auto;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-alert .content .video {
  width: 100%;
}

.ex-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  z-index: 99;
}

.ex-close .icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  vertical-align: middle;
}

.ex-close .icon .circle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.ex-close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ex-close .icon:hover .line.line1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ex-close .icon:hover .line.line2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .ex-close {
    right: 5%;
  }
}
.n-banner {
  position: relative;
  height: 16rem;
  min-height: 400px;
  overflow: hidden;
  border-bottom: 2px solid #e4571f;
}
.n-banner:after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 20%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
  z-index: 2;
}
.n-banner .bg-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.n-banner .tit1 {
  line-height: 1.6;
  position: relative;
  z-index: 3;
}
.n-banner .down {
  position: absolute;
  left: 50%;
  margin-left: -23px;
  bottom: 1.5rem;
  z-index: 1;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.n-banner .down svg {
  width: 17px;
  height: 18px;
  fill: #ec7b51;
  animation: ball-pulse 2s ease infinite;
}
.n-banner .n-subbox {
  height: 60px;
  position: absolute;
  background: none;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.n-banner .n-subbox .subnav a {
  color: #fff;
}
.n-banner .n-subbox.active {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  left: 0;
  top: 0;
}
.n-banner .video-btn {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.n-banner2 {
  height: 19rem;
}

.n-banner-100 {
  height: 100vh;
}
.n-banner-100 .tit1 {
  opacity: 1;
}
.n-banner-100 .tit2 {
  line-height: 1.6;
  opacity: 1;
  padding-top: 2rem;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .n-banner {
    height: 10rem;
    min-height: auto;
  }

  .n-banner2 {
    height: 16rem;
  }

  .n-banner .down {
    margin-top: 3rem;
    width: 45px;
    height: 45px;
  }

  .n-banner-100 {
    height: 80vh;
  }
}
.warp-subbox {
  height: 2.5rem;
}

.n-subbox {
  height: 2.5rem;
  background: #fff;
}
.n-subbox .subnav a {
  color: #666;
  margin: 0 2rem;
  height: 60px;
  line-height: 60px;
  display: block;
  position: relative;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-subbox .subnav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f15921;
  left: 0;
  bottom: 0;
  transform: scale(0, 0);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.n-subbox .subnav a:hover, .n-subbox .subnav a.cur {
  color: #f15921;
}
.n-subbox .subnav a:hover:before, .n-subbox .subnav a.cur:before {
  transform: scale(1, 1);
}
.n-subbox .tip-nav {
  height: 2.5rem;
  color: #888;
  font-family:'Microsoft YaHei';
}
.n-subbox .tip-nav span {
  color: #ea5404;
}
.n-subbox .tip-nav svg {
  width: 12px;
  height: 12px;
  fill: #888;
}
.n-subbox .tip-nav a {
  color: #888;
  transition: color .3s;
}
.n-subbox .tip-nav a:hover {
  color: #f15921;
}
.n-subbox .rightbtn {
  position: absolute;
  height: 60px;
  line-height: 60px;
  top: 0;
  color: #fff;
  right: 1.75rem;
}
.n-subbox .rightbtn:hover {
  color: #f15921;
}
.n-subbox .leftbtn {
  position: absolute;
  height: 60px;
  line-height: 60px;
  top: 0;
  color: #fff;
  left: 1.75rem;
}
.n-subbox .leftbtn:hover {
  color: #f15921;
}

.n-subbox.active {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

@media (max-width: 1024px) {
  .warp-subbox {
    display: none;
  }

  .n-subbox .subnav a {
    margin: 0 1rem;
  }

  .n-subbox .subnav a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .n-banner .n-subbox .w1600 {
    width: 100%;
    padding: 0 10px;
    max-width: none;
  }

  .n-subbox .subnav a {
    font-size: 13px;
  }
}
@keyframes ball-pulse {
  0%, 60%, 100% {
    opacity: 1;
    transform: translate(0, 5px);
  }
  30% {
    opacity: .1;
    transform: translate(0, -5px);
  }
}
@keyframes ball-pulse2 {
  0%, 60%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: .5;
    transform: scale(0.5);
  }
}
.warp-news {
    margin-top:150px;
}

.n-news-top {
  justify-content: space-between;
  padding: 0.8rem 0 0.5rem;
  border-bottom: 1px solid #ebebeb;
}
.n-news-top .news-left {
  width: 50%;
}
.n-news-top .news-left .tip {
  justify-content: flex-start;
  color: #333;
  font-family:'Microsoft YaHei';
}
.n-news-top .news-left .line {
  width: 1.5rem;
  height: 5px;
  background: #ea5404;
  margin-right: .5rem;
}
.n-news-top .news-left .title {
  color: #000;
  margin-left: 2rem;
}
.n-news-top .right-nav {
  width: auto;
}
.n-news-top .right-nav .li {
  margin-left: 1.25rem;
  color: #333;
  transition: color .3s;
  font-family:'Microsoft YaHei';
  font-weight:bold;
}
.n-news-top .right-nav .li svg {
  width: 22px;
  height: 18px;
  line-height: 20px;
  margin-right: .1rem;
  fill: #333;
  transition: all .3s;
}
.n-news-top .right-nav .li:nth-child(1) svg {
  height: 20px;
}
.n-news-top .right-nav .li:hover, .n-news-top .right-nav .li.cur {
  color: #ea5404;
}
.n-news-top .right-nav .li:hover svg, .n-news-top .right-nav .li.cur svg {
  fill: #ea5404;
}

@media (max-width: 960px) {
  .n-news-top .news-left {
    width: 100%;
  }

  .n-news-top .right-nav {
    width: auto;
    padding-left: 0;
  }

  .n-news-top .right-nav .li {
    margin-right: 0.2rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .n-news-top .news-left .line {
    height: 2px;
  }

  .n-news-top .right-nav .li {
    margin-top: 0.2rem;
  }
}
.n-news {
  margin-top: 1.75rem;
}
.n-news .li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 1rem;
  background: #f9f9f9;
  overflow: hidden;
}
.n-news .li .tit3 {
  transition: all .3s;
}
.n-news .li .img {
  overflow: hidden;
  width: 100%;
}
.n-news .li .img img {
  transform: scale3d(1, 1, 1);
  transition: all .5s ease-in-out;
  width: 100%;
}
.n-news .li:hover .img img {
  transform: scale3d(1.1, 1.1, 1);
}
.n-news .li:hover .tit3 {
  color: #ea5404;
}
.n-news .li:hover .time {
  color: #ea5404;
}
.n-news .li:nth-child(4n) {
  margin-right: 0;
}
.n-news .text {
  padding: .55rem .95rem;
}
.n-news .text .tit3 {
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  color: #000;
  margin-bottom: .75rem;
  font-family:'Microsoft YaHei';
}
.n-news .text .tit3 b{ font-weight:normal}
.n-news .text .time {
  transition: all .5s ease-in-out;
  color: #b2b2b2;
  font-family:'Microsoft YaHei';
}
.n-news .text span {
  margin: 0 5px;
  display: block;
}
.n-news .wpage {
  padding-top: 0;
}

@media (max-width: 960px) {
  .n-news .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .n-news .li:nth-child(4n) {
    margin-right: 4%;
  }
  .n-news .li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .n-news {
    margin-top: .5rem;
    padding-bottom: 0.8rem;
  }

  .n-news .text .tit3 {
    line-height: 24px;
    height: 48px;
  }

  .n-news .text {
    padding: .55rem 6%;
  }

  .n-news .text .time {
    font-size: 12px;
  }

  .n-news .wpage {
    margin-top: 1rem;
  }
}
.n-news-info {
  padding: 1rem 0 2.5rem;
  width: 1360px;
  max-width: 90%;
  margin: 0 auto;
  font-family:'Microsoft YaHei';
}
.n-news-info .content-box {
  width: 100%;
}
.n-news-info .content-box img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: auto !important;
  height: auto !important;
}
.n-news-info .content-box .p {
  line-height: 2;
  width: 100%;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #f1f1f1;
}
.n-news-info .content-box .p p {
  width: 100%;
  word-break: break-all;
}
.n-news-info .content-box .bot {
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
}
.n-news-info .content-box .bot .bot-left {
  width: 50%;
}
.n-news-info .content-box .bot .bot-left a {
  width: 100%;
  color: #666;
  margin-bottom: .25rem;
  align-items: center;
  transition: all .5s ease;
}
.n-news-info .content-box .bot .bot-left a:hover {
  color: #f15921;
}
.n-news-info .content-box .bot .bot-left span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: calc(100% - 80px);
}
.n-news-info .content-box .bot .backbox {
  width: 150px;
  height: 40px;
  border-radius: 40px;
  background: #f15921;
}
.n-news-info .content-box .bot .backbox svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-top: -5px;
  margin-right: .15rem;
}
.n-news-info .content-box .bot .backbox:hover {
  color: #fff;
}
.n-news-info .top-tip {
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ededed;
}
.n-news-info .top-tip .time {
  color: #262626;
}
.n-news-info .top-tip .line {
  width: 1px;
  height: 12px;
  background: #bfbfbf;
  margin: 0 1rem;
}
.n-news-info .top-tip .seebox {
  color: #262626;
}
.n-news-info .top-tip .seebox svg {
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: 5px;
  fill: #262626;
}
.n-news-info .top-tip .bshare-custom span {
  color: #262626;
}
.n-news-info .top-tip .bshare-custom a {
  margin: 0 3px;
  height: 22px;
  padding-left: 22px;
}
.n-news-info .top-tip .bshare-custom .bshare-weixin {
  background: url(../img/wx.svg) no-repeat center center;
  background-size: 20px auto;
}
.n-news-info .top-tip .bshare-custom .bshare-sinaminiblog {
  background: url(../img/wb.svg) no-repeat center center;
  background-size: 20px auto;
}
.n-news-info .text-tip {
  padding: 1.2rem 0;
  color: #999;
}
.n-news-info .top-title {
  margin-bottom: 1.25rem;
}
.n-news-info .top-title .tit2 {
  text-align: center;
  margin-bottom: 10px;
}
.n-news-info .top-title img {
  margin-right: 10px;
}

.bsBox {
  box-sizing: content-box;
}

@media (max-width: 767px) {
  .n-news-info {
    padding: 1.5rem 0 2rem;
  }

  .n-news-info .top-title {
    margin-bottom: .5rem;
  }

  .n-news-info .top-tip {
    margin-bottom: .5rem;
  }

  .n-news-info .text-left iframe {
    height: 240px;
  }

  .n-news-info .text-left .p {
    padding-bottom: 1rem;
  }

  .n-news-info .text-tip {
    padding: .5rem 0;
  }

  .n-news-info .text-left .bot span {
    width: 100%;
  }

  .n-news-info .text-left .bot svg {
    display: none;
  }

  .n-news-info .top-tip .time, .n-news-info .top-tip .seebox {
    font-size: 12px;
  }

  .n-news-info .top-tip .line {
    margin: 0 .5rem;
  }

  .n-news-info .content-box .bot .bot-left {
    width: 100%;
  }

  .n-news-info .content-box .bot .backbox {
    margin-top: .35rem;
  }
}
@keyframes ball-spin2 {
  0%,100% {
    opacity: 1;
    transform: scale(1.8);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: .6;
    transform: scale(0.5);
  }
}
.investor-list1 {
  padding: 1.5rem 0 2.75rem;
  position: relative;
  background: #fff;
  z-index: 1;
}
.investor-list1 .tip {
  justify-content: flex-start;
  color: #000;
  margin-bottom: .75rem;
}
.investor-list1 .line {
  width: 1.5rem;
  height: 5px;
  background: #f98561;
  margin-right: .5rem;
}
.investor-list1 .title {
  color: #000;
  margin-left: 2rem;
}
.investor-list1 .leftbox {
  width: 50%;
  padding: 1rem 1.75rem 0;
}
.investor-list1 .leftbox .tit2 {
  color: #000;
  margin-bottom: 2rem;
  width: 100%;
}
.investor-list1 .leftbox .text-l, .investor-list1 .leftbox .text-r {
  width: 50%;
}
.investor-list1 .leftbox .tit3 {
  color: #4c4c4c;
  margin-bottom: 1rem;
}
.investor-list1 .leftbox .sp1 {
  color: #1a1a1a;
  line-height: 1;
  font-family: "DINCOND-BOLD";
  margin-bottom: .5rem;
}
.investor-list1 .leftbox .tipimg {
  margin-right: 10px;
}

.investor-list1 .leftbox .spli {
  margin-bottom: .75rem;
}
.investor-list1 .leftbox .sp3 {
  width: 80px;
  text-align: right;
  margin-right: 1rem;
}
.investor-list1 .leftbox .num {
  color: #333;
}
.investor-list1 .rightbox {
  width: 50%;
  padding: 0 1.75rem;
}
.investor-list1 .rightbox .li {
  color: #333;
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: .5rem;
  transition: all .3s ease;
}
.investor-list1 .rightbox .li.cur, .investor-list1 .rightbox .li:hover {
  background: #ea5404;
  color: #fff;
}
.investor-list1 .rightbox .sharesimg {
  width: 80%;
}

@media (max-width: 1024px) {
  .investor-list1 .leftbox {
    margin-bottom: 1rem;
  }

  .investor-list1 .leftbox {
    padding-right: 0;
    padding-top: 0;
  }

  .investor-list1 .leftbox, .investor-list1 .rightbox {
    width: 100%;
  }

  .investor-list1 .leftbox .spli {
    width: 50%;
    margin-top: .55rem;
  }
}
@media (max-width: 767px) {
  .investor-list1 .line {
    height: 2px;
  }

  .n-subbox .subnav a, .n-banner .n-subbox {
    height: 45px;
    line-height: 45px;
  }

  .investor-list1 .leftbox .tit2 {
    margin-bottom: .65rem;
  }

  .investor-list1 .leftbox {
    padding-left: 0;
  }

  .investor-list1 .leftbox .tit3 {
    margin-bottom: .5rem;
  }

  .n-subbox .subnav a {
    margin: 0 .3rem;
  }

  .investor-list1 .leftbox .text-l, .investor-list1 .leftbox .text-r {
    width: 100%;
  }

  .investor-list1 .leftbox .sp3 {
    width: 60px;
    margin-right: .3rem;
  }

  .investor-list1 .rightbox {
    padding: 0;
  }

  .investor-list1 .rightbox .sharesimg {
    width: 100%;
  }
}
.investor-list2 {
  padding: 1.5rem 0 3rem;
  background: linear-gradient(#fff5ed, #fff5ed);
}
.investor-list2 .tip {
  justify-content: flex-start;
  color: #000;
  padding-bottom: .75rem;
  border-bottom: 1px solid #f9ceba;
  margin-bottom: 1.75rem;
}
.investor-list2 .line {
  width: 1.5rem;
  height: 5px;
  background: #f98561;
  margin-right: .5rem;
}
.investor-list2 .title {
  color: #000;
  margin-left: 2rem;
}
.investor-list2 .imgbox {
  width: 38.125%;
  padding: 0 .5rem;
}
.investor-list2 .imgbox .img {
  width: 100%;
  overflow: hidden;
}
.investor-list2 .imgbox .img img {
  width: 100%;
}
.investor-list2 .imgbox .text {
  padding: .5rem 0;
  color: #b18783;
  line-height: 2;
}
.investor-list2 .imgbox .bot {
  border: 2px solid #f9ceba;
  border-left: none;
  border-right: none;
}
.investor-list2 .imgbox .bot .tit4 {
  height: 2.5rem;
  color: #a35a54;
  width: 70%;
  border-right: 2px solid #f9ceba;
}
.investor-list2 .imgbox .bot .btn {
  width: 30%;
  height: 2.5rem;
  align-items: flex-end;
}
.investor-list2 .imgbox .bot .btn svg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  fill: #a76059;
  transition: all .3s ease;
  transform: rotate(-90deg);
}
.investor-list2 .imgbox .bot:hover .btn svg {
  fill: #f98561;
}
.investor-list2 .listbox {
  width: 56.25%;
  padding: 0 .5rem;
}
.investor-list2 .listbox .li {
  width: 46%;
  padding: .85rem 0;
  border-bottom: 1px solid #fbcdba;
}
.investor-list2 .listbox .tit5 {
  color: #a35a54;
  margin-bottom: .15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.investor-list2 .listbox .p {
  color: #b18783;
  margin-bottom: .25rem;
}
.investor-list2 .listbox .time {
  color: #94322a;
}

@media (max-width: 1024px) {
  .investor-list2 .imgbox, .investor-list2 .listbox {
    width: 100%;
    padding: 0;
  }

  .investor-list2 .imgbox .bot .tit4 {
    font-size: 16px;
  }

  .investor-list2 .listbox {
    padding-top: .75rem;
  }

  .investor-list2 .listbox .li {
    width: 100%;
    padding: .4rem 0;
  }

  .investor-list2 .listbox .time {
    font-size: 12px;
  }

  .investor-list2 .tip {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .investor-list2 .imgbox .text {
    font-size: 12px;
  }

  .investor-list2 {
    padding-bottom: 2rem;
  }

  .investor-list2 .line {
    height: 2px;
  }

  .investor-list2 .imgbox .bot .btn svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.investor-list3 {
  padding: 1.5rem 0 3rem;
  background: #fff;
}
.investor-list3 .tip {
  justify-content: flex-start;
  color: #000;
  padding-bottom: .75rem;
  border-bottom: 1px solid #f9ceba;
  margin-bottom: 1.75rem;
}
.investor-list3 .line {
  width: 1.5rem;
  height: 5px;
  background: #f98561;
  margin-right: .5rem;
}
.investor-list3 .title {
  color: #333;
  padding-bottom: .75rem;
  border-bottom: 1px solid #e1e1e1;
}
.investor-list3 .title svg {
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: .25rem;
  fill: #333;
}
.investor-list3 .listbox {
  width: 46%;
}
.investor-list3 .listbox .wpage {
  padding-top: 1.5rem;
}
.investor-list3 .listbox .li {
  padding: .75rem 0;
  border-bottom: 2px solid #eaeaea;
  position: relative;
}
.investor-list3 .listbox .li svg {
  position: absolute;
  top: .75rem;
  right: 0;
  width: 30px;
  height: 30px;
  fill: #959595;
  z-index: 2;
  transition: all .3s;
}
.investor-list3 .listbox .time {
  margin-bottom: .4rem;
  color: #666;
}
.investor-list3 .listbox .tit5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  transition: all .3s;
}
.investor-list3 .listbox .p {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.investor-list3 .listbox .li:hover .tit5 {
  color: #ea5404;
}
.investor-list3 .listbox .li:hover svg {
  fill: #ea5404;
}

@media (max-width: 767px) {
  .investor-list3 .tip {
    margin-bottom: 1rem;
  }

  .investor-list3 .listbox {
    width: 100%;
  }

  .investor-list3 .listbox .p {
    font-size: 12px;
  }

  .investor-list3 .listbox .li svg {
    width: 25px;
    height: 25px;
  }

  .investor-list3 .listbox {
    margin-bottom: 1.5rem;
  }

  .investor-list3 .title {
    font-size: 15px;
  }

  .investor-list3 .title svg {
    width: 20px;
    height: 20px;
  }

  .investor-list3 {
    padding-bottom: 1rem;
  }

  .investor-list3 .line {
    height: 2px;
  }
}
.investor-list4 {
  padding: 2rem 0 2.5rem;
  background: linear-gradient(#fff5ed, #fff5ed);
}
.investor-list4 .tip {
  justify-content: flex-start;
  color: #000;
  margin-bottom: 2.25rem;
}
.investor-list4 .line {
  width: 1.5rem;
  height: 5px;
  background: #f98561;
  margin-right: .5rem;
}
.investor-list4 .li {
  width: 23.5%;
  margin-right: 2%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.investor-list4 .li .img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.investor-list4 .li .img img {
  transform: scale3d(1, 1, 1);
  transition: all .5s ease-in-out;
  width: 100%;
}
.investor-list4 .li .img .video-btn {
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  opacity: 0;
  transition: all .5s;
  z-index: 3;
}
.investor-list4 .li:hover .img .img1 {
  transform: scale3d(1.1, 1.1, 1);
}
.investor-list4 .li:hover .time {
  color: #ea5404;
}
.investor-list4 .li:hover .video-btn {
  opacity: 1;
}
.investor-list4 .li:nth-child(4n) {
  margin-right: 0;
}
.investor-list4 .text {
  padding: .55rem .95rem;
}
.investor-list4 .text .tit3 {
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  color: #000;
  margin-bottom: .75rem;
}
.investor-list4 .text .time {
  transition: all .5s ease-in-out;
  color: #b2b2b2;
}
.investor-list4 .wpage a {
  background: none;
}

@media (max-width: 767px) {
  .investor-list4 .tip {
    margin-bottom: 1rem;
  }

  .investor-list4 .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .investor-list4 .li:nth-child(2n) {
    margin-right: 0;
  }

  .investor-list4 .text .tit3 {
    line-height: 24px;
    height: 48px;
  }

  .investor-list4 .text {
    padding: .55rem 6%;
  }

  .investor-list4 .text .time {
    font-size: 12px;
  }

  .investor-list4 {
    padding: 1.5rem 0 2rem;
  }

  .investor-list4 .line {
    height: 2px;
  }
}
.investor-list5 {
  background: url(../img/img17.jpg) no-repeat center top;
  background-size: cover;
  padding: 2rem 0 10rem;
}
.investor-list5 .tip {
  justify-content: flex-start;
  color: #000;
  margin-bottom: 1.5rem;
}
.investor-list5 .line {
  width: 1.5rem;
  height: 5px;
  background: #f98561;
  margin-right: .5rem;
}
.investor-list5 .tit2 {
  padding-left: 1.8rem;
  color: #e4571f;
  margin-bottom: .75rem;
}
.investor-list5 .content {
  padding-left: 1.8rem;
}
.investor-list5 .content .leftbox {
  width: 65.5%;
  position: relative;
}
.investor-list5 .content .leftbox:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -75px;
  width: 1px;
  height: 100px;
  background: rgba(237, 67, 29, 0.2);
}
.investor-list5 .content .leftbox .li {
  width: 46%;
  margin-bottom: .5rem;
}
.investor-list5 .content .leftbox .sp1 {
  color: #333;
  width: 80px;
  margin-right: 15px;
}
.investor-list5 .content .leftbox .sp1 svg {
  width: 25px;
  height: 25px;
  line-height: 25px;
  fill: #e4571f;
  margin-right: .25rem;
}
.investor-list5 .content .leftbox .sp2 {
  width: calc(100% - 100px);
  color: #666;
}
.investor-list5 .content .leftbox .sp3 {
  color: #ea5404;
}
.investor-list5 .content .leftbox .sp3 span {
  color: #666;
}
.investor-list5 .content .rightbox {
  width: 32.5%;
  padding-left: 2.5rem;
}
.investor-list5 .content .rightbox .tit3 {
  color: #e4571f;
  margin-right: .55rem;
}
.investor-list5 .content .rightbox .img {
  width: 1.5rem;
}

@media (max-width: 1024px) {
  .investor-list5 .content .leftbox, .investor-list5 .content .rightbox {
    width: 100%;
  }

  .investor-list5 .content .leftbox:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .investor-list5 .line {
    height: 2px;
  }

  .investor-list5 .content .leftbox .li {
    width: 100%;
  }

  .investor-list5 .tit2, .investor-list5 .content {
    padding-left: 0;
  }

  .investor-list5 .tip {
    margin-bottom: 1rem;
  }

  .investor-list5 .content .leftbox .sp1 svg {
    width: 20px;
    height: 20px;
  }

  .investor-list5 .content .leftbox .sp1 {
    width: 60px;
  }

  .investor-list5 .content .rightbox {
    padding-left: 0;
  }
}
.sleep-bg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.sleep-list1 {
  padding: 5.625rem 0;
  position: relative;
  z-index: 1;
}
.sleep-list1 .text {
  width: 41.25%;
  margin-left: 8.125%;
  position: relative;
  z-index: 3;
}
.sleep-list1 .text .tit2 {
  width: 72%;
  color: #000;
  line-height: 1.4;
  margin-bottom: .75rem;
}
.sleep-list1 .text .tit3 {
  color: #808080;
  width: 100%;
}
.sleep-list1 .img {
  width: 26.25%;
  margin-right: 12.5%;
}
.sleep-list1 .img img {
  width: 100%;
}
.sleep-list1 .img .img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

@media (max-width: 768px) {
  .n-subbox .rightbtn {
    display: none;
  }

  .sleep-list1 {
    padding: 3rem 0;
  }

  .sleep-list1 .text {
    width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sleep-list1 .text {
    width: 100%;
  }

  .sleep-list1 {
    padding: 2rem 0 14rem;
  }

  .sleep-list1 .text .tit3 {
    font-size: 14px;
    line-height: 1.8;
  }

  .sleep-list1 .text {
    float: none;
    display: block;
  }

  .sleep-list1 .img {
    width: 60%;
    float: none;
    display: block;
    margin: 1rem auto 0;
  }
}
.sleep-list2 {
  padding: 5.625rem 0;
  position: relative;
  z-index: 1;
}
.sleep-list2 .text {
  width: 35.625%;
  margin-right: 8.125%;
  position: relative;
  z-index: 3;
}
.sleep-list2 .text .btn {
  width: 1.25rem;
  margin-right: .5rem;
}
.sleep-list2 .text .tit2 {
  width: 77.2%;
  color: #fff;
  line-height: 1.4;
  margin-bottom: .75rem;
}
.sleep-list2 .text .tit3 {
  color: #adadb2;
  width: 100%;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .sleep-list2 {
    padding: 3rem 0;
  }

  .sleep-list2 .text {
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sleep-list2 .text {
    width: 100%;
  }

  .sleep-list2 {
    padding: 4rem 0 14rem;
  }

  .sleep-list2 .text .tit3 {
    font-size: 14px;
    line-height: 1.8;
  }
}
.sleep-list3 {
  padding: 5.625rem 0;
  position: relative;
  z-index: 1;
}
.sleep-list3 .text {
  width: 35%;
  margin-left: 8.125%;
  position: relative;
  z-index: 3;
}
.sleep-list3 .text .tit2 {
  width: 85%;
  color: #000;
  line-height: 1.4;
  margin-bottom: .75rem;
}
.sleep-list3 .text .tit3 {
  color: #808080;
  width: 100%;
}

@media (max-width: 768px) {
  .sleep-list3 {
    padding: 3rem 0;
  }

  .sleep-list3 .text {
    width: 46%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sleep-list3 .text {
    width: 100%;
  }

  .sleep-list3 {
    padding: 2rem 0 12rem;
  }

  .sleep-list3 .text .tit3 {
    font-size: 14px;
    line-height: 1.8;
  }
}
.sleep-bot a.width100 {
  position: relative;
  z-index: 1;
  height: 3.75rem;
  width: 100%;
  overflow: hidden;
}
.sleep-bot a.width50 {
  position: relative;
  z-index: 1;
  height: 3.75rem;
  width: 50%;
  overflow: hidden;
}
.sleep-bot .tit2 {
  color: #e4571f;
  position: relative;
  z-index: 2;
}
.sleep-bot .tit2 span {
  /*text-decoration:underline;*/
  display: inline-block;
  line-height: 1.3;
  border-bottom: 1px solid #e4571f;
}
.sleep-bot svg {
  width: 30px;
  height: 24px;
  line-height: 24px;
  fill: #e4571f;
  margin-left: .25rem;
  transition: transform .5s ease;
}
.sleep-bot .sleep-bg {
  transition: transform .5s ease;
}
.sleep-bot a:hover .sleep-bg {
  transform: scale3d(1.1, 1.1, 1);
}
.sleep-bot a:hover svg {
  transform: translate(10px, 0);
}
.sleep-bot a.leftbox svg {
  margin-left: 0;
  margin-right: .25rem;
  transform: rotate(-180deg);
}
.sleep-bot a.leftbox:hover svg {
  transform: translate(-10px, 0) rotate(-180deg);
}

@media (max-width: 767px) {
  .sleep-bot .tit2 {
    font-size: 16px;
  }

  .sleep-bot a.width50, .sleep-bot a.width100 {
    height: 2.75rem;
  }
}
.sleep-list4 {
  background: #f5f5f4;
  padding: 4.5rem 0 1rem;
}

@media (max-width: 768px) {
  .sleep-list4 {
    padding: 2rem 0;
  }
}
.sleep-list5 {
  padding: 4.25rem 0 4rem;
}
.sleep-list5 .text {
  width: 40%;
  margin-right: 1.5rem;
}
.sleep-list5 .text .img {
  max-width: 100%;
}
.sleep-list5 .text .p {
  margin-top: 1rem;
  color: #ababb2;
  margin-bottom: 2rem;
}
.sleep-list5 .video-btn {
  display: inline-block;
  cursor: pointer;
}
.sleep-list5 .video-btn img {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  margin: 0 auto .75rem;
}
.sleep-list5 .video-btn p {
  color: #fff;
  position: relative;
  transition: all .3s ease;
}
.sleep-list5 .video-btn p:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #ed7838;
}
.sleep-list5 .video-btn:hover p {
  color: #ed7838;
}

@media (max-width: 768px) {
  .sleep-list5 {
    padding: 3rem 0;
  }

  .sleep-list5 .text {
    margin-right: 0;
  }

  .sleep-list5 .text .p {
    font-size: 14px;
  }

  .sleep-list5 .video-btn img {
    width: 35px;
    height: 35px;
  }

  .sleep-list5 .text .p {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .sleep-list5 {
    padding: 4.5rem 0 10rem;
  }

  .sleep-list5 .text {
    width: 100%;
  }

  .sleep-list5 .text .img {
    max-width: 70%;
  }

  .sleep-list5 .text .tit3 {
    font-size: 14px;
    line-height: 1.8;
  }

  .sleep-list5 .video-btn img {
    margin-bottom: .45rem;
  }

  .sleep-list5 .video-btn {
    font-size: 12px;
  }
}
.sleep-list6 {
  padding: 1.75rem 0 4rem;
  background: #f1f2f6;
}
.sleep-list6 .tit2 {
  color: #333;
  margin-bottom: 1.25rem;
}
.sleep-list6 .li {
  /*width:16.25%;
  margin-right:3.125%;
  &:nth-child(5n){
    margin-right:0;
  }*/
}
.sleep-list6 .li img {
  max-width: 100%;
}
.sleep-list6 .text {
  text-align: center;
  margin-top: .25rem;
  color: #333;
  transition: all .3s ease;
}
.sleep-list6 .text .tit4 {
  margin-top: .2rem;
}
.sleep-list6 .swiper-pagination {
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
}
.sleep-list6 .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background: #dcdcdc;
  transition: background .3s;
}
.sleep-list6 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #e7551e;
}
.sleep-list6 .li:hover .text {
  color: #e4571f;
}

@media (max-width: 1024px) {
  /* .sleep-list6 .li{
     width:31.5%;
     margin-right:2%;
     margin-bottom:2%;
   }
   .sleep-list6 .li:nth-child(5n){
     margin-right:2%;
   }
   .sleep-list6 .li:nth-child(3n){
     margin-right:0;
   }*/
}
@media (max-width: 768px) {
  .sleep-list6 .text .tit3 {
    font-size: 14px;
  }

  .sleep-list6 .text .tit4 {
    font-size: 12px;
  }

  .sleep-list6 {
    padding-bottom: 2.5rem;
  }

  .sleep-list6 .swiper-pagination {
    margin-top: .5rem;
  }

  .sleep-list6 .swiper-pagination span {
    width: 6px;
    height: 6px;
  }
}
.patent-list1 {
  padding: 4rem 0 5.5rem;
  position: relative;
  z-index: 1;
}
.patent-list1 .text {
  width: 65%;
  margin-left: 0;
  position: relative;
  z-index: 3;
}
.patent-list1 .text .line {
  width: 1.5rem;
  height: 5px;
  background: #f98561;
  margin-right: .5rem;
}
.patent-list1 .text .tit2 {
  width: 72%;
  color: #000;
  line-height: 1.4;
  margin-bottom: .75rem;
}
.patent-list1 .text .tit2 span {
  width: calc(100% - 2rem);
}
.patent-list1 .text .tit3 {
  color: #999;
  width: 80%;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.patent-list1 .text .p {
  color: #333;
  padding-left: 2rem;
  margin-bottom: .15rem;
}

@media (max-width: 768px) {
  .patent-list1 {
    padding: 3rem 0;
  }

  .patent-list1 .text {
    width: 70%;
    margin-left: 0;
  }

  .patent-list1 .text .p {
    font-size: 14px;
  }

  .patent-list1 .text .p {
    margin-top: .5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .patent-list1 .text {
    width: 100%;
    margin-left: 0;
  }

  .patent-list1 .text .tit3 {
    width: 100%;
  }

  .patent-list1 {
    padding: 7.5rem 0 4.5rem;
  }

  .patent-list1 .text .line {
    display: none;
  }

  .patent-list1 .text .tit2, .patent-list1 .text .tit2 span {
    width: 100%;
  }

  .patent-list1 .text .tit3, .patent-list1 .text .p {
    padding-left: 0;
  }

  .patent-list1 .text .tit3 {
    font-size: 14px;
  }

  .patent-list1 .text .tit2 {
    font-size: .9rem;
  }
}
.patent-list2 {
  padding: 6.75rem 0 7rem;
  position: relative;
  z-index: 1;
}
.patent-list2 .text {
  width: 36.25%;
  margin-left: 3.25rem;
  position: relative;
  z-index: 3;
}
.patent-list2 .text .tit2 {
  width: 100%;
  color: #000;
  line-height: 1.4;
  margin-bottom: .75rem;
}
.patent-list2 .text .p {
  color: #333;
  line-height: 2;
  margin-bottom: .15rem;
}

@media (max-width: 768px) {
  .patent-list2 {
    padding: 3rem 0;
  }

  .patent-list2 .text {
    width: 48%;
    margin-left: 0;
  }

  .patent-list2 .text .p {
    font-size: 14px;
  }

  .patent-list2 .text .p {
    margin-top: .5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .patent-list2 .text {
    width: 100%;
    margin-left: 0;
  }

  .patent-list2 {
    padding: 3rem 0 13rem;
  }

  .patent-list2 .text .tit3 {
    font-size: 14px;
  }

  .patent-list2 .text .tit2 {
    font-size: .9rem;
  }
}
.patent-list3 {
  padding: 6.5rem 0 8rem;
  position: relative;
  z-index: 1;
}
.patent-list3 .text {
  width: 34.68%;
  margin-right: 2.5rem;
  position: relative;
  z-index: 3;
}
.patent-list3 .text .tit2 {
  width: 100%;
  color: #fff;
  line-height: 1.4;
  margin-bottom: .75rem;
  position: relative;
}
.patent-list3 .text .tit2:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 5rem;
  background: url(../img/img13.png) no-repeat center center;
  background-size: 100% auto;
  top: -2.2rem;
  left: -41%;
  z-index: 1;
}
.patent-list3 .text .tit2 span {
  position: relative;
  z-index: 2;
}
.patent-list3 .text .p {
  color: #7a7a80;
  line-height: 2;
  margin-bottom: .15rem;
}

@media (max-width: 768px) {
  .patent-list3 {
    padding: 3rem 0 5rem;
  }

  .patent-list3 .text {
    margin-right: 0;
    width: 50%;
  }

  .patent-list3 .text .p {
    font-size: 14px;
  }

  .patent-list3 .text .p {
    margin-top: .5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .patent-list3 .text {
    width: 100%;
    margin-left: 0;
  }

  .patent-list3 {
    padding: 2rem 0 14rem;
  }

  .patent-list3 .text .tit3 {
    font-size: 14px;
  }

  .patent-list3 .text .tit2 {
    font-size: .9rem;
  }

  .patent-list3 .text .tit2:before {
    left: -22%;
  }
}
.partner-list1 {
  background: #f0f1f0 url(../img/img20.jpg) no-repeat top center;
  padding: 2.75rem 0 3.5rem;
}
.partner-list1 .tip {
  justify-content: flex-start;
  color: #808080;
  margin-bottom: .25rem;
}
.partner-list1 .line {
  width: 1.5rem;
  height: 5px;
  background: #f98561;
  margin-right: .5rem;
}
.partner-list1 .title {
  color: #000;
  margin-left: 2rem;
}
.partner-list1 .top-title {
  padding-left: 3rem;
}
.partner-list1 .ulbox {
  margin-top: 2.25rem;
}
.partner-list1 .ulbox .li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 4.5rem;
  background: #fff;
  overflow: hidden;
}
.partner-list1 .ulbox .li:nth-child(4n) {
  margin-right: 0;
}
.partner-list1 .ulbox img {
  max-width: 80%;
  max-height: 3rem;
  transition: all .3s ease;
}
.partner-list1 .ulbox .li:hover img {
  transform: scale(1.1, 1.1);
}

@media (max-width: 1024px) {
  .partner-list1 .top-title {
    padding-left: 0;
  }

  .partner-list1 .ulbox .li {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .partner-list1 {
    padding: 1.75rem 0 2.5rem;
  }

  .partner-list1 .tip .line {
    display: none;
  }

  .partner-list1 .title {
    margin-left: 0;
  }

  .partner-list1 .ulbox {
    margin-top: 1.25rem;
  }

  .partner-list1 .ulbox .li {
    height: 2.5rem;
  }

  .partner-list1 .ulbox img {
    max-width: 65%;
    max-height: 1.5rem;
  }
}
.solution-list1 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 4.25rem;
}
.solution-list1 .shouimg {
  position: absolute;
  width: 13.65rem;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.solution-list1 .p {
  color: #bd807c;
}
.solution-list1 .tipbox {
  margin-bottom: 1.75rem;
}
.solution-list1 .tipbox svg {
  width: 20px;
  height: 20px;
  line-height: 1;
  fill: #d4a6a1;
  margin-right: .25rem;
}
.solution-list1 .tipbox .p {
  width: calc(100% - 35px);
}
.solution-list1 .textbox {
  width: 56.25%;
  margin-right: 3rem;
  position: relative;
  z-index: 2;
}
.solution-list1 .leftbox {
  width: 39%;
}
.solution-list1 .leftbox .tit2 {
  color: #e4571f;
  margin-bottom: 1.25rem;
}
.solution-list1 .leftbox .img {
  max-width: 100%;
}
.solution-list1 .rightbox {
  width: 45%;
}
.solution-list1 .rightbox .tit2 {
  color: #e4571f;
  margin-bottom: 1rem;
}
.solution-list1 .rightbox span {
  width: 60px;
  display: block;
  color: #a1726d;
}
.solution-list1 .rightbox .input {
  margin-bottom: 1rem;
}
.solution-list1 .rightbox .selectbox {
  width: 7rem;
}
.solution-list1 .rightbox .select1, .solution-list1 .rightbox .select2 {
  position: relative;
}
.solution-list1 .rightbox .sp {
  width: 3rem;
  height: 22px;
  cursor: pointer;
}
.solution-list1 .rightbox .sp span {
  width: auto;
}
.solution-list1 .rightbox .sp svg {
  width: 10px;
  height: 10px;
  fill: #bf8c86;
  margin-left: 5px;
}
.solution-list1 .rightbox .spitem {
  position: absolute;
  width: 140px;
  left: 50%;
  margin-left: -70px;
  background: #fff;
  border-radius: 10px;
  top: 30px;
  padding: 10px;
  z-index: 3;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}
.solution-list1 .rightbox .spitem .spli {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #f4f6f8;
  margin-bottom: .25rem;
  padding-left: .25rem;
  color: #be908b;
  cursor: pointer;
  transition: all .3s;
}
.solution-list1 .rightbox .spitem .spli:hover {
  background: #e4571f;
  color: #fff;
}
.solution-list1 .rightbox input {
  width: calc(100% - 60px);
  height: 22px;
  line-height: 22px;
  background: none;
  border: none;
  border-bottom: 1px solid #e8c6c3;
}
.solution-list1 .rightbox textarea {
  width: calc(100% - 60px);
  min-height: 22px;
  line-height: 22px;
  background: none;
  border: none;
  border-bottom: 1px solid #e8c6c3;
}
.solution-list1 .rightbox .submitbtn {
  width: 160px;
  height: 40px;
  border-radius: 40px;
  background: #e4571f;
  color: #fff;
  position: relative;
  margin: 0 auto;
}
.solution-list1 .rightbox .submitbtn .btn {
  width: 100%;
  height: 40px;
  border-radius: 40px;
}
.solution-list1 .rightbox .submitbtn .svg1 {
  width: 16px;
  height: 16px;
  line-height: 1;
  fill: #fff;
  margin-right: .2rem;
}
.solution-list1 .rightbox .submitbtn .svg2 {
  width: 12px;
  height: 12px;
  line-height: 1;
  fill: #fff;
  margin-left: .2rem;
}
.solution-list1 .rightbox .submitbtn input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  border-bottom: none;
}

@media (max-width: 1280px) {
  .solution-list1 .shouimg {
    width: 10.65rem;
  }

  .solution-list1 .textbox {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .solution-list1 .textbox {
    margin-right: 5%;
  }

  .solution-list1 .textbox {
    width: 90%;
  }

  .solution-list1 {
    padding: 2rem 0 13.25rem;
  }
}
@media (max-width: 767px) {
  .n-subbox .leftbtn {
    display: none;
  }

  .solution-list1 .leftbox, .solution-list1 .rightbox {
    width: 100%;
  }

  .solution-list1 .textbox {
    margin-right: 0%;
  }

  .solution-list1 .leftbox {
    margin-bottom: 1.5rem;
  }

  .solution-list1 .textbox {
    width: 100%;
  }

  .solution-list1 .leftbox .tit2 {
    margin-bottom: .75rem;
  }

  .solution-list1 {
    padding: 2rem 0 15.25rem;
  }
}
.solution-list2 {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 2.4rem;
}
.solution-list2 .contentbox {
  position: relative;
  z-index: 2;
}
.solution-list2 .textbox {
  width: 50%;
  padding: 0 2rem 0 3rem;
}
.solution-list2 .textbox .p {
  color: #666;
  padding-bottom: .7rem;
  margin-bottom: .7rem;
  border-bottom: 2px solid #fff;
}
.solution-list2 .textbox .p2 {
  margin-bottom: 2.5rem;
  color: #666;
}
.solution-list2 .textbox .p2 p {
  margin-bottom: .25rem;
}
.solution-list2 .shoubox {
  width: 43.75%;
  position: relative;
}
.solution-list2 .shoubox .dian {
  width: 30px;
  height: 30px;
  position: absolute;
}
.solution-list2 .shoubox span {
  position: absolute;
  width: 80px;
  color: #666;
  left: 35px;
  top: 5px;
  opacity: 0;
}
.solution-list2 .shoubox .dian:hover span, .solution-list2 .shoubox .dian.cur span {
  opacity: 1;
}
.solution-list2 .shoubox .dian:before {
  content: "";
  position: absolute;
  background: rgba(228, 87, 31, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  animation: loader 1.2s infinite cubic-bezier(0.55, 0.23, 0.62, 1);
}
.solution-list2 .shoubox .dian:after {
  content: "";
  position: absolute;
  background: #e4571f;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.solution-list2 .shoubox .dian1 {
  position: absolute;
  right: 5%;
  top: 9%;
  z-index: 2;
}
.solution-list2 .shoubox .dian2 {
  position: absolute;
  right: 9.5%;
  top: 35.5%;
  z-index: 2;
}
.solution-list2 .shoubox .dian3 {
  position: absolute;
  right: 9.5%;
  top: 55.5%;
  z-index: 2;
}
.solution-list2 .shouimg {
  width: 100%;
}
.solution-list2 .btn {
  width: 135px;
  height: 45px;
  background: #e4571f;
  color: #fff;
  border-radius: 45px;
}
.solution-list2 .btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-left: .25rem;
}

@media (max-width: 768px) {
  .solution-list2 .textbox {
    padding: 0 1rem 0 0;
  }
}
@media (max-width: 767px) {
  .solution-list2 .textbox {
    width: 100%;
    margin-bottom: 1.2rem;
  }

  .solution-list2 .shoubox {
    width: 90%;
    margin: 0 auto;
  }

  .solution-list2 {
    padding: 2rem 0;
  }

  .solution-list2 .textbox .p2 {
    margin-bottom: 1rem;
  }

  .solution-list2 .btn {
    font-size: 14px;
  }
}
.solution-list3 {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 5rem;
}
.solution-list3 .contentbox {
  position: relative;
  z-index: 2;
}
.solution-list3 .tit2 {
  color: #e4571f;
  margin-bottom: .75rem;
}
.solution-list3 .ulbox {
  width: 100%;
}
.solution-list3 .li {
  width: 23.5%;
  margin-right: 2%;
  border-radius: 5px;
  height: 12rem;
  background: #fff;
  position: relative;
}
.solution-list3 .li .proimg {
  max-width: 90%;
  max-height: 4.25rem;
  position: relative;
  z-index: 1;
}
.solution-list3 .li .text {
  position: absolute;
  bottom: .75rem;
  width: 100%;
  color: #000;
}
.solution-list3 .li .tit3 {
  text-align: center;
  margin-bottom: .2rem;
}
.solution-list3 .li .tit4 {
  color: #999;
  text-align: center;
}
.solution-list3 .li .tip {
  padding: 0 15px;
  background: #dc0f48;
  position: absolute;
  left: 1.25rem;
  top: .75rem;
  color: #fff;
  z-index: 3;
}
.solution-list3 .li .tip:before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -4px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dc0f48;
  font-size: 0;
  line-height: 0;
  transform: rotate(90deg);
}
.solution-list3 .li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1480px) {
  .solution-list3 .li .tit4 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .solution-list3 .li .tit4 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .solution-list3 .li {
    width: 48%;
    margin-right: 4%;
    height: 12rem;
    margin-bottom: .65rem;
  }

  .solution-list3 .li:nth-child(2n) {
    margin-right: 0;
  }

  .solution-list3 {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .solution-list3 .li {
    width: 100%;
    margin-right: 0;
  }
}
.support-list1 {
  padding: 2.5rem 0 3.5rem;
  background: linear-gradient(#fff7f1, #f6e6d7);
}
.support-list1 .tit2 {
  text-align: center;
  color: #e4571f;
  margin-bottom: .25rem;
}
.support-list1 .selectbox {
  width: 420px;
  height: 45px;
  border: 1px solid #d5bdb0;
  border-radius: 10px;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 9;
}
.support-list1 .selectbox .sp {
  padding: 0 .75rem;
  height: 45px;
  color: #9a806a;
}
.support-list1 .selectbox svg {
  width: 20px;
  height: 20px;
  line-height: 1;
  fill: #9a806a;
}
.support-list1 .selectbox .sp-select {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: .75rem;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.support-list1 .selectbox .li {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}
.support-list1 .ulbox {
  /*.li-top.cur{
    svg{
      transform:rotate(-45deg);
    }
  }*/
}
.support-list1 .ulbox .li {
  border-bottom: 1px solid #ecddd2;
}
.support-list1 .ulbox .li:last-child {
  border-bottom: none;
}
.support-list1 .ulbox .li-top {
  height: 2rem;
  color: #915e4c;
  cursor: pointer;
}
.support-list1 .ulbox .li-top span {
  width: 80%;
}
.support-list1 .ulbox .li-top svg {
  width: 24px;
  height: 24px;
  fill: #915e4c;
  transition: transform .3s;
}
.support-list1 .ulbox .li-bot {
  color: #4c4c4c;
  background: #fff;
  padding: 1.05rem 1rem 1.25rem;
  position: relative;
  display: none;
}
.support-list1 .ulbox .p {
  line-height: 2;
}
.support-list1 .ulbox .colse {
  color: #e4571f;
  position: absolute;
  right: 1rem;
  bottom: .5rem;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 767px) {
  .support-list1 .selectbox {
    width: 100%;
  }

  .support-list1 .ulbox .li-bot {
    font-size: 12px;
  }
}
.support-list2 {
  padding: 3rem 0 0;
  background: #fffefd;
}
.support-list2 .tit2 {
  text-align: center;
  color: #e4571f;
  margin-bottom: .25rem;
}
.support-list2 .tit3 {
  text-align: center;
  color: #666;
  margin-bottom: 1.5rem;
}
.support-list2 .warpselect {
  width: 1130px;
  margin: 0 auto;
  position: relative;
  z-index:5;
}
.support-list2 .selectbox {
  width: 31%;
  height: 45px;
  border: 1px solid #dcdee0;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
.support-list2 .selectbox .sp {
  padding: 0 .75rem;
  height: 45px;
  color: #333;
}
.support-list2 .selectbox svg {
  width: 20px;
  height: 20px;
  line-height: 1;
  fill: #333;
}
.support-list2 .selectbox .sp-select {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: .75rem;
  border-radius: 10px;
  overflow: hidden;
  display: none;
  max-height: 350px;
}
.support-list2 .selectbox .sp-select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ea5404;
  border-radius: 0;
  width: 2px;
}
.support-list2 .selectbox .sp-select .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(211, 211, 211, 0.4);
}
.support-list2 .selectbox .li {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}
.support-list2 .selectbox1 {
  position: relative;
  z-index: 5;
}
.support-list2 .selectbox2 {
  position: relative;
  z-index: 4;
}
.support-list2 .selectbox3 {
  position: relative;
  z-index: 3;
}
.support-list2 .addbox {
  text-align: center;
  margin: 1.5rem 0 1.25rem;
  color: #333;
}
.support-list2 #networkmap {
  width: 100%;
  height: 18.5rem;
  z-index: 1;
}
.support-list2 #networkmap .amap-simple-marker-def-style .amap-simple-marker-icon {
  background-image: url("../img/mbg_v2-fs8.png");
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .support-list2 #networkmap .amap-simple-marker-def-style .amap-simple-marker-icon {
    background-image: url("../img/mbg_v2@2x-fs8.png");
  }
}
.support-list2 #networkmap .amap-simple-marker-label {
  font-size: 15px;
  color: #fff;
}
.support-list2 .networkmap .network-list {
  max-height: 300px;
}
.support-list2 .networkmap .network-list:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 20%;
  background: -webkit-linear-gradient(transparent, white);
  background: linear-gradient(transparent, white);
  z-index: 2;
}
.support-list2 .networkmap .network-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ea5404;
  border-radius: 0;
  width: 2px;
}
.support-list2 .networkmap .network-list .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(211, 211, 211, 0.4);
}
.support-list2 .networkmap .network-list .li {
  padding: .75rem 0;
  cursor: pointer;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
.support-list2 .networkmap .network-list .tit {
  color: #555;
  line-height: 1.5;
  margin-bottom: .2rem;
}
.support-list2 .networkmap .network-list .tit svg {
  width: 25px;
  height: 30px;
  fill: #767474;
}
.support-list2 .networkmap .network-list .tit span {
  width: calc(100% - 50px);
  margin-left: 20px;
}
.support-list2 .networkmap .network-list .sub-con {
  color: #666;
}
.support-list2 .networkmap .network-list p {
  margin-bottom: .25rem;
}
.support-list2 .networkmap .network-list .tit .orderbtn {
  color: #1a1a1a;
  margin-top: .75rem;
}
.support-list2 .networkmap .network-list .tit .orderbtn svg {
  width: 22px;
  height: 22px;
  fill: #1a1a1a;
  margin-right: .25rem;
}
.support-list2 .distance {
  position: absolute;
  right: 0;
  bottom: .9rem;
  color: #ea5404;
  z-index: 2;
}
.support-list2 .networkmap .map-search {
  height: 37px;
  line-height: 37px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: #f5f5f5;
}
.support-list2 .networkmap .map-search input {
  height: 35px;
  line-height: 35px;
  background: none;
  border: none;
}
.support-list2 .networkmap .map-search .input {
  text-indent: 20px;
  width: calc(100% - 35px);
}
.support-list2 .networkmap .map-search .input2 {
  width: 35px;
  background: #ea5404 url(../img/img42.png) no-repeat center center;
}
.support-list2 .networkmap .network-content {
  position: absolute;
  top: 2rem;
  left: calc(50vw - 800px);
  background: #fff;
  width: 400px;
  padding: 1rem 1rem 1.7rem;
  z-index: 3;
}
.support-list2 .networkmap {
  position: relative;
}
.support-list2 .myadd {
  height: 36px;
  line-height: 36px;
  background: #ea5404;
  margin-bottom: .5rem;
}
.support-list2 .myadd svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: .35rem;
}
.support-list2 .amap-info-content .tit svg {
  width: 25px;
  height: 30px;
  fill: #767474;
}
.support-list2 .amap-info-content .tit span {
  width: calc(100% - 50px);
  margin-left: 20px;
}

@media (max-width: 1600px) {
  .support-list2 .networkmap .network-content {
    left: 5%;
  }
}
@media (max-width: 1280px) {
  .support-list2 .warpselect {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .support-list2 .networkmap .network-content {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }

  .support-list2 .networkmap .network-list:after {
    display: none;
  }

  .support-list2 #networkmap {
    height: 10rem;
  }

  .support-list2 .selectbox {
    width: 100%;
    margin-bottom: .5rem;
  }
}
.member-list1 {
  padding: 3.5rem 0 8.45rem;
  position: relative;
  z-index: 2;
}
.member-list1 .contentbox {
  position: relative;
  z-index: 2;
}
.member-list1 .contentbox .tit2 {
  text-align: center;
  color: #e4571f;
}
.member-list1 .contentbox .p {
  width: 58.75%;
  margin: 1rem auto 0;
  text-align: center;
  color: #8a8684;
}
.member-list1 .vipimg {
  position: absolute;
  z-index: 2;
  width: 14rem;
  border-radius: 20px;
  overflow: hidden;
  left: 50%;
  margin-left: -7rem;
  bottom: -2.5rem;
  z-index: 2;
  box-shadow: 0px 15px 20px 0 rgba(187, 154, 101, 0.8);
}

@media (max-width: 1366px) {
  .member-list1 .contentbox .p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .member-list1 {
    padding: 2rem 0 8rem;
  }

  .member-list1 .contentbox .p {
    width: 100%;
  }
}
.member-list2 {
  padding: 6.5rem 0 2.25rem;
  background: linear-gradient(#ffffff 20%, #ffede3);
  position: relative;
  z-index: 1;
}
.member-list2 .contentbox {
  position: relative;
  z-index: 2;
}
.member-list2 .contentbox .tit2 {
  text-align: center;
  color: #e4571f;
}
.member-list2 .contentbox .ulbox {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.member-list2 .contentbox .li {
  width: 23.5%;
  margin-right: 2%;
  border-radius: 15px;
  overflow: hidden;
}
.member-list2 .contentbox .li img {
  width: 100%;
}
.member-list2 .contentbox .li:nth-child(4n) {
  margin-right: 0;
}
.member-list2 .contentbox .p {
  color: #a37765;
  padding-left: 1.75rem;
  line-height: 2;
}

@media (max-width: 767px) {
  .member-list2 {
    padding: 5rem 0 2.25rem;
  }

  .member-list2 .contentbox .ulbox {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .member-list2 .contentbox .li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }

  .member-list2 .contentbox .li:nth-child(2n) {
    margin-right: 0;
  }

  .member-list2 .contentbox .p {
    font-size: 12px;
    padding-left: 1rem;
  }
}
.member-list3 {
  padding: 2.75rem 0 2.25rem;
  background: linear-gradient(#ffffff 60%, #ffede3);
  position: relative;
}
.member-list3 .contentbox {
  position: relative;
  z-index: 2;
}
.member-list3 .contentbox .tit2 {
  text-align: center;
  color: #e4571f;
}
.member-list3 .contentbox .ulbox {
  margin-top: 1.2rem;
  margin-bottom: 4rem;
}
.member-list3 .contentbox .ulbox .li {
  width: 23.5%;
  margin-right: 2%;
  border-radius: 15px;
  overflow: hidden;
  background: #f7f7f7;
}
.member-list3 .contentbox .ulbox .li img {
  width: 100%;
}
.member-list3 .contentbox .ulbox .li:nth-child(4n) {
  margin-right: 0;
}
.member-list3 .contentbox .ulbox .top {
  overflow: hidden;
  height: 3rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
.member-list3 .contentbox .ulbox .top .sleep-bg {
  transform: scale3d(1, 1, 1);
  transition: transform .5s ease;
}
.member-list3 .contentbox .ulbox .tit3 {
  position: relative;
  z-index: 3;
  text-align: center;
}
.member-list3 .contentbox .ulbox .text {
  height: 330px;
  padding: 1rem;
  color: #4c4c4c;
  line-height: 2;
}
.member-list3 .contentbox .ulbox .li:hover .top .sleep-bg {
  transform: scale3d(1.2, 1.2, 1);
}
.member-list3 .contentbox .textbox {
  background: url(../img/img34.jpg) no-repeat center center;
  background-size: cover;
  padding: 1.75rem 4rem 3rem;
  border-radius: 50px;
  margin-bottom: 3rem;
}
.member-list3 .contentbox .textbox .tit3 {
  color: #fff7e6;
  margin-bottom: 2rem;
  text-align: center;
}
.member-list3 .contentbox .textbox .li {
  color: #fff4d9;
  padding-left: 26px;
  margin-bottom: .35rem;
  position: relative;
}
.member-list3 .contentbox .textbox .li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff4dc;
  border-radius: 50%;
  left: 0;
  top: .3rem;
}
.member-list3 .contentbox .erwm-img {
  margin-top: 2rem;
}
.member-list3 .contentbox .erwm-img img {
  width: 19.175rem;
}

@media (max-width: 767px) {
  .member-list3 .contentbox .ulbox {
    margin-bottom: 2rem;
  }

  .member-list3 .contentbox .ulbox .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .member-list3 .contentbox .ulbox .text {
    height: auto;
    font-size: 14px;
  }

  .member-list3 .contentbox .textbox {
    padding: 1.2rem 1rem;
    border-radius: .25rem;
    margin-bottom: 1.2rem;
  }

  .member-list3 .contentbox .textbox .tit3 {
    margin-bottom: 1rem;
  }

  .member-list3 .contentbox .erwm-img img {
    width: 90%;
  }
}
.house-list1 {
  padding: 1.5rem 0 3.6rem;
  position: relative;
  z-index: 2;
}
.house-list1 .contentbox {
  position: relative;
  z-index: 2;
}
.house-list1 .contentbox .icon {
  width: 3.25rem;
  display: block;
  margin: 0 auto .5rem;
}
.house-list1 .contentbox .p {
  text-align: center;
  color: #7f7877;
  width: 55%;
  margin: 0 auto 1.25rem;
}
.house-list1 .ulbox .li {
  width: 33.3%;
}
.house-list1 .ulbox img {
  width: 2.1rem;
  display: block;
  margin: 0 auto .5rem;
}
.house-list1 .ulbox .tit3 {
  color: #333030;
  text-align: center;
}
.house-list1 .ulbox .tit3 span {
  color: #ea5404;
}
.house-list1 .ulbox .tit4 {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #666;
}

@media (max-width: 1366px) {
  .house-list1 .contentbox .p {
    width: 80%;
  }

  .house-list1 .ulbox .li {
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .house-list1 {
    padding: 1.5rem 2rem;
  }

  .house-list1 .contentbox .p {
    width: 100%;
    line-height: 2;
  }

  .house-list1 .ulbox .tit4 {
    font-size: 12px;
  }

  .house-list1 .ulbox .li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.house-list2 {
  padding: 3.5rem 0 3.5rem;
  position: relative;
  z-index: 2;
}
.house-list2 .contentbox {
  position: relative;
  z-index: 2;
}
.house-list2 .contentbox .tit2 {
  text-align: center;
}
.house-list2 .contentbox .ulbox {
  margin-top: 1.5rem;
}
.house-list2 .contentbox .li {
  height: 8rem;
  min-height: 300px;
  width: 19%;
  margin-right: 1.25%;
  background: #fff;
  border-radius: 15px;
  padding: 1rem .65rem;
  position: relative;
  transition: all .3s;
}
.house-list2 .contentbox .li:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  bottom: -15px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  opacity: 0;
  transition: opacity .3s;
}
.house-list2 .contentbox .li:nth-child(5n) {
  margin-right: 0;
}
.house-list2 .contentbox svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
  fill: #cccc;
  transition: fill .5s ease;
}
.house-list2 .contentbox .li:nth-child(3) svg {
  width: 1.8rem;
  height: 1.8rem;
}
.house-list2 .contentbox .li:nth-child(5) svg {
  width: 2.4rem;
  height: 2.4rem;
}
.house-list2 .contentbox .svg-img {
  height: 2rem;
  width: 2rem;
  position: relative;
  overflow: hidden;
  margin-bottom: .65rem;
}
.house-list2 .contentbox .svg-img img{
  width:100%;
}
.house-list2 .contentbox .tit3 {
  color: #000;
  text-align: center;
  line-height: 1.2;
  margin-bottom: .35rem;
}
.house-list2 .contentbox .p {
  color: #999;
  text-align: center;
  display: none;
}
.house-list2 .contentbox .li:hover {
  transform: translate(0, -15px);
}
.house-list2 .contentbox .li:hover .svg-img {
  display: none;
}
.house-list2 .contentbox .li:hover:before {
  opacity: 1;
}
.house-list2 .contentbox .li:hover .p {
  display: block;
}
.house-list2 .contentbox .li:hover .svg-img svg {
  fill: #e75f29;
}

@media (max-width: 768px) {
  .house-list2 {
    padding: 2rem 0 2.5rem;
  }

  .house-list2 .contentbox .li {
    width: 48%;
    height: 7.5rem;
    margin-bottom: .75rem;
    margin-right: 2.5%;
    min-height: auto;
  }

  .house-list2 .contentbox .tit3 {
    font-size: 14px;
    line-height: 2;
  }

  .house-list2 .contentbox .li:nth-child(2n) {
    margin-right: 0;
  }

  .house-list3 .warpimg-container .swiper-button-prev, .house-list3 .warpimg-container .swiper-button-next {
    display: none;
  }

  .house-list2 .contentbox svg {
    fill: #e75f29;
  }

  .house-list2 .contentbox .li .p {
    display: block;
  }

  .house-list2 .contentbox .li {
    height: 10.5rem;
    justify-content: flex-start;
  }
}
.house-list3 {
  padding: 3.75rem 0 3.85rem;
  position: relative;
  z-index: 2;
}
.house-list3 .contentbox {
  position: relative;
  z-index: 2;
}
.house-list3 .contentbox .tit2 {
  color: #e4571f;
  text-align: center;
}
.house-list3 .warpimg-container {
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
}
.house-list3 .warpimg-container .swiper-button-prev, .house-list3 .warpimg-container .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease;
  margin-top: -30px;
  top: 50%;
}
.house-list3 .warpimg-container .swiper-button-prev svg, .house-list3 .warpimg-container .swiper-button-next svg {
  width: 40px;
  height: 40px;
  fill: #e4571f;
}
.house-list3 .warpimg-container .swiper-button-prev:hover, .house-list3 .warpimg-container .swiper-button-next:hover {
  background: #e4571f;
}
.house-list3 .warpimg-container .swiper-button-prev:hover svg, .house-list3 .warpimg-container .swiper-button-next:hover svg {
  fill: #fff;
}
.house-list3 .warpimg-container .swiper-button-prev {
  left: 1rem;
}
.house-list3 .warpimg-container .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.house-list3 .warpimg-container .swiper-button-next {
  right: 1rem;
}
.house-list3 .img-container .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.house-list3 .img-container .swiper-slide1 {
  position: relative;
  z-index: 1;
}
.house-list3 .img-container .swiper-slide1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.house-list3 .img-container .swiper-slide1 .video-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.house-list3 .img-container .swiper-slide img {
  width: 100%;
}

@media (max-width: 768px) {
  .house-list3 {
    padding: 2rem 0 2.5rem;
  }

  .house-list3 .warpimg-container {
    margin-top: 1.2rem;
  }
}
.house-list4 {
  padding: 2.5rem 0;
  position: relative;
  z-index: 2;
}
.house-list4 .contentbox {
  position: relative;
  z-index: 2;
}
.house-list4 .contentbox .titlebox {
  width: 490px;
}
.house-list4 .contentbox .tit2 {
  color: #fff;
  line-height: 1.2;
  margin-bottom: .5rem;
}
.house-list4 .contentbox .tit2 span {
  width: calc(100% - 2rem);
}
.house-list4 .contentbox .tit2 .line {
  width: 1.5rem;
  height: 5px;
  background: #fff;
  margin-right: .5rem;
}
.house-list4 .contentbox .telbox {
  font-family: "DINCOND-BOLD";
  margin-left: 2rem;
  color: #fff;
}
.house-list4 .contentbox .telbox svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-right: .25rem;
}
.house-list4 .contentbox .telbox span {
  text-decoration: underline;
}
.house-list4 .contentbox .warp-formbox {
  width: 58.125%;
  max-width: calc(100% - 480px);
}
.house-list4 .contentbox .formbox .li {
  width: 45%;
  margin-bottom: .75rem;
  position: relative;
}
.house-list4 .contentbox .formbox .li .icon {
  width: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10.5px;
}
.house-list4 .contentbox .formbox .li input {
  width: 100%;
  height: 45px;
  background: none;
  border: none;
  border-bottom: 1px solid #faa083;
  padding: 0 1rem;
  color: #fff;
}
.house-list4 .contentbox .formbox .li input::-webkit-input-placeholder {
  color: #fff;
  opacity: .6;
}
.house-list4 .contentbox .formbox .li input::-moz-placeholder {
  color: #fff;
  opacity: .6;
}
.house-list4 .contentbox .formbox .li input::-ms-input-placeholder {
  color: #fff;
  opacity: .6;
}
.house-list4 .contentbox .formbox .yli input {
  padding-left: 0;
  padding-right: 120px;
}
.house-list4 .contentbox .formbox .yli .yanz {
  position: absolute;
  width: 100px;
  bottom: 10px;
  right: 0;
  z-index: 1;
}
.house-list4 .contentbox .formbox .submit {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #fff;
  border: none;
  text-align: center;
  color: #ff4310;
  margin-left: calc(100% - 160px);
}

@media (max-width: 768px) {
  .house-list4 .contentbox .warp-formbox {
    width: 100%;
    max-width: 100%;
  }

  .house-list4 .contentbox .formbox .li {
    width: 100%;
  }

  .house-list4 .contentbox .formbox .submit {
    font-size: 14px;
    margin-top: 1rem;
  }

  .house-list4 .contentbox .tit2 .line {
    height: 2px;
  }

  .house-list4 .contentbox .warp-formbox {
    margin-top: 1rem;
  }

  .house-list4 .contentbox .formbox .li .icon {
    width: 16px;
  }

  .house-list4 .contentbox .formbox .submit {
    margin: 1rem auto 0;
    height: 40px;
    line-height: 40px;
  }
}
.house-list5 {
  padding: 3rem 0 1.5rem;
  background: #f5f5f5;
}
.house-list5 .contentbox {
  position: relative;
  z-index: 2;
}
.house-list5 .contentbox .tit2 {
  width: 100%;
  color: #e4571f;
  text-align: center;
}
.house-list5 .morebtn {
  width: 49px;
  height: 49px;
  margin: 1rem auto 0;
}
.house-list5 .morebtn img {
  width: 100%;
}
.house-list5 .ulbox-list {
  width: 100%;
  position: relative;
}
.house-list5 #container {
  width: 100%;
  margin-top: 2rem;
}
.house-list5 #container .li {
  width: 22.5%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  transition: background .3s ease;
}
.house-list5 #container .img {
  border-radius: 15px;
  overflow: hidden;
}
.house-list5 #container .img img {
  width: 100%;
}
.house-list5 #container .text {
  padding: .75rem 1rem 1.5rem;
}
.house-list5 #container .line {
  margin: .5rem 0;
  width: 30px;
  height: 2px;
  background: #b3b3b3;
  transition: all .3s ease;
}
.house-list5 #container .time {
  color: #808080;
  transition: all .3s ease;
}
.house-list5 #container .tit3 {
  color: #4c4c4c;
  transition: all .3s ease;
}
.house-list5 #container .li:hover {
  background: #e4571f;
}
.house-list5 #container .li:hover .time {
  color: #fff;
}
.house-list5 #container .li:hover .tit3 {
  color: #fff;
}
.house-list5 #container .li:hover .line {
  background: #fff;
}

@media (max-width: 1024px) {
  .house-list5 #container .li {
    width: 45%;
    margin-right: 4%;
  }

  .house-list5 #container .text {
    padding: .5rem .5rem 1rem;
  }
}
@media (max-width: 767px) {
  .house-list5 {
    padding: 1.5rem 0 2rem;
  }

  .house-list5 .line {
    height: 2px;
  }

  .house-list5 #container .tit3 {
    font-size: 14px;
  }

  .house-list5 #container {
    width: 104%;
  }

  .house-list5 #container {
    margin-top: 1.5rem;
  }
}
.intro-list1 {
  background: #f0f1f0 url(../img/img45.jpg) no-repeat top center;
  padding: 2.5rem 0 5.5rem;
}
.intro-list1 .tip {
  justify-content: flex-start;
  color: #313131;
  margin-bottom: .25rem;
}
.intro-list1 .line {
  width: 1.5rem;
  height: 5px;
  background: #313131;
  margin-right: .5rem;
}
.intro-list1 .title {
  color: #f15921;
  margin-left: 2rem;
}
.intro-list1 .text {
  padding-left: 2rem;
}
.intro-list1 .p {
  color: #874f42;
  line-height: 2;
  margin: 1rem 0 2.25rem;
}
.intro-list1 .p img {
  max-width: 100%;
}
.intro-list1 .tit3 {
  color: #874f42;
  margin-bottom: .35rem;
  display: inline-block;
  /* padding:0 1rem;
   height: 35px;
   line-height: 35px;
   background: #e4571f66;*/
}
.intro-list1 .p2 {
  color: #874f42;
  line-height: 2;
  margin: 0 0 1.5rem;
}
.intro-list1 .p2 img {
  max-width: 100%;
}
.intro-list1 .linkbox {
  width: 160px;
  height: 45px;
  border-radius: 45px;
  margin-bottom: 1.5rem;
  background: #e4571f;
  color: #fff;
}
.intro-list1 .linkbox svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 10px;
  transition: all .3s;
}
.intro-list1 .linkbox:hover {
  color: #fff;
}
.intro-list1 .linkbox:hover svg {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .intro-list1 {
    padding: 1.5rem 0 3rem;
  }

  .intro-list1 .line {
    height: 2px;
  }

  .intro-list1 .p {
    margin: .5rem 0 1rem;
  }

  .intro-list1 .p2 {
    margin-bottom: 1rem;
  }

  .intro-list1 .linkbox {
    width: 130px;
    height: 40px;
    border-radius: 40px;
    margin-bottom: 1rem;
  }
}
.cases-list1 {
  padding: 2.5rem 0 4.5rem;
  background: linear-gradient(#ffffff 30%, #ffeae1);
}
.cases-list1 .tip {
  justify-content: flex-start;
  color: #313131;
  margin-bottom: .25rem;
}
.cases-list1 .line {
  width: 1.5rem;
  height: 5px;
  background: #313131;
  margin-right: .5rem;
}
.cases-list1 .title {
  color: #f15921;
}
.cases-list1 .warp-title {
  padding-left: 2rem;
}
.cases-list1 .tab-box .li {
  margin-left: 1.25rem;
  transition: color .3s;
  cursor: pointer;
}
.cases-list1 .tab-box .li svg {
  width: 24px;
  height: 24px;
  fill: #333;
  margin-right: 5px;
  transition: all .3s;
}
.cases-list1 .tab-box .li:hover, .cases-list1 .tab-box .li.cur {
  color: #ea5404;
}
.cases-list1 .tab-box .li:hover svg, .cases-list1 .tab-box .li.cur svg {
  fill: #ea5404;
}
.cases-list1 .ulbox-list {
  width: 100%;
  position: relative;
}
.cases-list1 #container {
  width: 102.5%;
  margin-top: 1.25rem;
}
.cases-list1 #container .li {
  width: 22.5%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  transition: background .3s ease;
}
.cases-list1 #container .li:hover {
  background: #e4571f;
}
.cases-list1 #container .li:hover .line {
  background: #fff;
}
.cases-list1 #container .li:hover .time, .cases-list1 #container .li:hover .tit3 {
  color: #fff;
}
.cases-list1 #container .img {
  border-radius: 15px;
  overflow: hidden;
}
.cases-list1 #container .img img {
  width: 100%;
}
.cases-list1 #container .text {
  padding: .75rem 1rem 1.5rem;
}
.cases-list1 #container .line {
  margin: .5rem 0;
  width: 30px;
  height: 2px;
  background: #b3b3b3;
  transition: all .3s ease;
}
.cases-list1 #container .time {
  color: #808080;
  transition: all .3s ease;
}
.cases-list1 #container .tit3 {
  color: #4c4c4c;
  transition: all .3s ease;
}
.cases-list1 .more-case {
  margin-top: 2.5rem;
}
.cases-list1 .more-case span {
  color: #f15921;
  border-bottom: 2px solid #f15921;
}
.cases-list1 .more-case img {
  width: 145px;
  height: 145px;
  margin-top: .5rem;
}

@media (max-width: 1024px) {
  .cases-list1 #container .li {
    width: 45%;
    margin-right: 4%;
  }

  .cases-list1 #container .text {
    padding: .5rem .5rem 1rem;
  }
}
@media (max-width: 767px) {
  .cases-list1 {
    padding: 1.5rem 0 2rem;
  }

  .cases-list1 .line {
    height: 2px;
  }

  .cases-list1 #container .tit3 {
    font-size: 14px;
  }

  .cases-list1 .more-case {
    margin-top: 1.5rem;
  }
}
.n-project-info .project-top {
  height: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d2d2d2;
}
.n-project-info .project-top .backbtn {
  width: 170px;
  height: 38px;
  background: #333;
  color: #fff;
  position: relative;
}
.n-project-info .project-top .backbtn:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background: #e7551e;
  left: 0;
  top: 0;
  transition: width .3s;
}
.n-project-info .project-top .backbtn .sp {
  position: relative;
  z-index: 3;
}
.n-project-info .project-top .backbtn .line {
  width: 16px;
  height: 1px;
  background: #fff;
  margin-right: .25rem;
  transition: margin-left .3s;
}
.n-project-info .project-top .backbtn:hover:before {
  width: 100%;
}
.n-project-info .project-top .backbtn:hover .line {
  margin-left: -10px;
}
.n-project-info .project-top .page-btn a {
  margin: 0 7px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  transition: all .3s;
}
.n-project-info .project-top .page-btn svg {
  width: 30px;
  height: 20px;
  fill: #bbbbbb;
  transition: fill .3s;
}
.n-project-info .project-top .page-btn a:hover {
  border: 1px solid transparent;
  background: #e7551e;
}
.n-project-info .project-top .page-btn a:hover svg {
  fill: #fff;
}
.n-project-info .project-top .next svg {
  transform: rotate(-180deg);
}
.n-project-info .info .tit2 {
  color: #e7551e;
  text-align: center;
  margin-bottom: 1rem;
}
.n-project-info .info .warp-imgbox {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}
.n-project-info .info .warp-imgbox .swiper-pagination {
  position: relative;
  z-index: 2;
}
.n-project-info .info .warp-imgbox .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background: #dcdcdc;
  transition: background .3s;
}
.n-project-info .info .warp-imgbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #e7551e;
}
.n-project-info .info .img-container {
  margin-bottom: 1.25rem;
}
.n-project-info .info .img-container .swiper-slide img {
  width: 100%;
}

.cases-list2 {
  padding: 2.5rem 0;
  background: linear-gradient(#ffffff 10%, #ffeae1);
}
.cases-list2 .top-title {
  padding-bottom: .75rem;
  border-bottom: 1px solid #eee;
}
.cases-list2 .tab-box .li {
  margin-right: 1.25rem;
  transition: color .3s;
  cursor: pointer;
}
.cases-list2 .tab-box .li svg {
  width: 24px;
  height: 24px;
  fill: #333;
  margin-right: 5px;
  transition: all .3s;
}
.cases-list2 .tab-box .li:hover, .cases-list2 .tab-box .li.cur {
  color: #ea5404;
}
.cases-list2 .tab-box .li:hover svg, .cases-list2 .tab-box .li.cur svg {
  fill: #ea5404;
}
.cases-list2 .pro-table {
  margin-top: 1rem;
}
.cases-list2 .pro-table .top {
  margin-bottom: .75rem;
}
.cases-list2 .pro-table .top div {
  height: 60px;
  background: #959595;
  color: #fff;
}
.cases-list2 .pro-table .top .sp1 {
  width: 8.75%;
  margin-right: 1.875%;
}
.cases-list2 .pro-table .top .sp2 {
  width: 32.5%;
  margin-right: 0.9375%;
}
.cases-list2 .pro-table .top .sp3 {
  width: 18%;
  margin-right: 0.9375%;
}
.cases-list2 .pro-table .top .sp4 {
  width: 18%;
  margin-right: 0.9375%;
}
.cases-list2 .pro-table .top .sp5 {
  width: 18%;
}
.cases-list2 .pro-table .li {
  align-items: stretch;
  margin-bottom: 1.5%;
}
.cases-list2 .pro-table .li div {
  padding: .75rem;
  color: #000;
  border: 1px solid #e5c5bd;
}
.cases-list2 .pro-table .li .sp1 {
  width: 8.75%;
  margin-right: 1.875%;
}
.cases-list2 .pro-table .li .sp2 {
  width: 32.5%;
  margin-right: 0.9375%;
}
.cases-list2 .pro-table .li .sp2 img {
  max-width: 100%;
}
.cases-list2 .pro-table .li .sp3 {
  width: 18%;
  margin-right: 0.9375%;
}
.cases-list2 .pro-table .li .sp4 {
  width: 18%;
  margin-right: 0.9375%;
}
.cases-list2 .pro-table .li .sp5 {
  width: 18%;
}
.cases-list2 .tab-item {
  margin-top: 1rem;
}
.cases-list2 .tab-item .li {
  width: 31.5%;
  height: 60px;
  text-align: center;
  background: #959595;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
}
.cases-list2 .tab-item .li:before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f15921;
  opacity: 0;
  transition: opacity .3s ease;
}
.cases-list2 .tab-item .li:hover, .cases-list2 .tab-item .li.cur {
  background: #f15921;
  color: #fff;
}
.cases-list2 .tab-item .li:hover:before, .cases-list2 .tab-item .li.cur:before {
  opacity: 1;
}
.cases-list2 .itembox {
  margin-top: 3rem;
}
.cases-list2 .itembox .li-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  background: #fff;
  height: 8.25rem;
  min-height: 260px;
  cursor: pointer;
  align-items: stretch;
}
.cases-list2 .itembox .li-item .img {
  width: calc(100% - 240px);
}
.cases-list2 .itembox .li-item .img .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: 1;
}
.cases-list2 .itembox .li-item .text {
  width: 240px;
  padding: .5rem 1.25rem;
}
.cases-list2 .itembox .li-item .text .tit3 {
  color: #000;
  line-height: 1.2;
  margin-bottom: .25rem;
}
.cases-list2 .itembox .li-item .text .tit4 {
  color: #808080;
}
.cases-list2 .itembox .li-item .text .more {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  background: #f15921;
  margin-top: 1.25rem;
}
.cases-list2 .itembox .li-item:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .cases-list2 {
    padding: 1.5rem 0;
  }

  .project-products-ajax {
    overflow-x: auto;
  }

  .cases-list2 .pro-table {
    min-width: 760px;
  }

  .cases-list2 .itembox .li-item {
    width: 100%;
    height: auto;
  }

  .cases-list2 .itembox .li-item .img {
    height: 8rem;
  }

  .cases-list2 .itembox .li-item .img, .cases-list2 .itembox .li-item .text {
    width: 100%;
  }

  .cases-list2 .itembox .li-item .text {
    padding: 1rem .75rem;
  }

  .cases-list2 .tab-item .li, .cases-list2 .pro-table .top div {
    height: 40px;
  }

  .cases-list2 .tab-item .li, .cases-list2 .pro-table .top div {
    font-size: 13px;
  }

  .cases-list2 .itembox {
    margin-top: 2rem;
  }
}
.service-list1 {
  padding: 2.5rem 0 4.25rem;
  background: linear-gradient(#ffffff 10%, #ffeae1);
}
.service-list1 .tip {
  justify-content: flex-start;
  color: #f15921;
  margin-bottom: .25rem;
}
.service-list1 .line {
  width: 1.5rem;
  height: 5px;
  background: #f15921;
  margin-right: .5rem;
}
.service-list1 .top-title {
  margin-bottom: 1rem;
}
.service-list1 .ulbox {
  position: relative;
  margin-bottom: 3.5rem;
  z-index: 1;
}
.service-list1 .ulbox:before {
  content: "";
  position: absolute;
  width: 94%;
  height: 2px;
  top: 2rem;
  background: #f0cfce;
}
.service-list1 .ulbox .li {
  width: 23.25%;
}
.service-list1 .ulbox .li .tit3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 1rem;
}
.service-list1 .ulbox .li .icon {
  width: .75rem;
  height: .75rem;
  border: 2px solid #f0cfce;
  background: #f8f1f1;
  margin-bottom: 1.75rem;
  position: relative;
  z-index: 3;
  transition: all .3s ease;
}
.service-list1 .ulbox .li .icon-img {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.service-list1 .ulbox .li .icon-img .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transition: opacity .3s ease;
}
.service-list1 .ulbox .li .icon-img .img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.service-list1 .ulbox .li .p {
  margin-top: 1rem;
  color: #874f42;
  text-align: center;
}
.service-list1 .ulbox .li:hover .icon {
  border: 2px solid #f15921;
  background: #f15921;
}
.service-list1 .ulbox .li:hover .icon-img .img1 {
  opacity: 0;
}
.service-list1 .ulbox .li:hover .icon-img .img2 {
  opacity: 1;
}
.service-list1 .ulbox2 .li {
  width: 23.5%;
  height: 8.25rem;
  border-radius: 15px;
  margin-right: 2%;
  background: #fff;
}
.service-list1 .ulbox2 .li .icon {
  height: 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}
.service-list1 .ulbox2 .li .icon img {
  max-height: 100%;
}
.service-list1 .ulbox2 .li .img1 {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: all .3s;
}
.service-list1 .ulbox2 .li .img2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 2;
  transition: all .3s;
}
.service-list1 .ulbox2 .li .p {
  line-height: 1.8;
  text-align: center;
}
.service-list1 .ulbox2 .li:nth-child(4n) {
  margin-right: 0;
}
.service-list1 .ulbox2 .li:hover .img1 {
  opacity: 0;
}
.service-list1 .ulbox2 .li:hover .img2 {
  opacity: 1;
}

@media (max-width: 1366px) {
  .service-list1 {
    padding: 1.5rem 0 2.5rem;
  }

  .service-list1 .ulbox .li .tit3 {
    margin-bottom: .75rem;
  }
}
@media (max-width: 767px) {
  .service-list1 .ulbox .li .icon-img {
    width: 3.5rem;
    height: 3.5rem;
  }

  .service-list1 .ulbox .li .tit3 {
    font-size: 18px;
  }

  .service-list1 .ulbox .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .service-list1 .ulbox:before {
    width: 100%;
    top: 1.8rem;
    display: none;
  }

  .service-list1 .ulbox .li .tit3, .service-list1 .ulbox .li .icon {
    display: none;
  }

  .service-list1 .ulbox .li:nth-child(2n) {
    margin-right: 0;
  }

  .service-list1 .ulbox .li .icon-img .img2 {
    opacity: 1;
  }

  .service-list1 .ulbox .li .p {
    font-size: 12px;
    padding: 0 5%;
  }

  .service-list1 .ulbox .li .icon {
    margin-bottom: .75rem;
  }

  .service-list1 .ulbox {
    margin-bottom: 2rem;
  }

  .service-list1 .line {
    height: 2px;
  }

  .service-list1 .ulbox2 .li {
    width: 48%;
    margin-bottom: 4%;
    height: 7rem;
  }

  .service-list1 .ulbox2 .li .p {
    font-size: 14px;
    padding: 0 .5rem;
  }

  .service-list1 .ulbox2 .li .icon {
    height: 1.5rem;
    margin-bottom: .5rem;
  }

  .service-list1 .ulbox2 .li .img2 {
    opacity: 1;
  }

  .service-list1 .ulbox2 .li {
    justify-content: flex-start;
    padding: 1rem .5rem .5rem;
  }
}
.content-list1 {
  padding: 2.5rem 0 4.25rem;
  position: relative;
  background: linear-gradient(#ffffff 10%, #ffeae1);
}
.content-list1 .tip {
  justify-content: flex-start;
  color: #313131;
}
.content-list1 .line {
  width: 1.5rem;
  height: 5px;
  background: #313131;
  margin-right: .5rem;
}
.content-list1 .ulbox {
  padding: 1.5rem 0 2.25rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid #e5dedb;
  position: relative;
}
.content-list1 .ulbox:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40%;
  left: 50%;
  margin-left: -1px;
  top: 30%;
  background: #fcdad0;
}
.content-list1 .ulbox .li {
  width: 50%;
}
.content-list1 .ulbox .li .icon {
  width: 1.65rem;
  min-width: 35px;
  margin-bottom: .75rem;
}
.content-list1 .ulbox .li .tit3 {
  color: #4c4c4c;
  margin-bottom: .5rem;
}
.content-list1 .ulbox .li .tit4 {
  line-height: 2;
}
.content-list1 .ulbox .li .tit4 span {
  color: #f15921;
}
.content-list1 .ulbox .li .tit4 p {
  text-align: center;
}
.content-list1 .ulbox .li .tit4 a {
  text-decoration: underline;
  color: #f15921;
  display: inline-block;
}
.content-list1 .bot-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 11.5rem;
  z-index: 1;
}
.content-list1 .messagebox {
  position: relative;
  z-index: 4;
}
.content-list1 .leftbox {
  width: 50%;
  margin-top: 1.25rem;
}
.content-list1 .leftbox .tit3 {
  color: #000;
  line-height: 1.5;
}
.content-list1 .leftbox .tipimg {
  width: 10rem;
  margin-top: 1rem;
}
.content-list1 .messageform {
  width: 50%;
  padding: 0 2.5rem;
}
.content-list1 .inputbox {
  margin-bottom: .5rem;
}
.content-list1 .inputbox span {
  width: 30px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #eb0101;
}
.content-list1 .inputbox .input {
  width: calc(100% - 30px);
  position: relative;
}
.content-list1 .inputbox .sp {
  position: absolute;
  width: 90px;
  height: 55px;
  line-height: 55px;
  left: 0;
  color: #808080;
  z-index: 2;
  margin-left: .75rem;
  text-align: justify;
}
.content-list1 .inputbox .sp:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.content-list1 .inputbox input {
  width: 100%;
  height: 55px;
  border-radius: 55px;
  background: #fff;
  border: none;
  position: relative;
  padding: 0 1rem 0 calc(75px + 1.35rem);
}
.content-list1 .select {
  width: 100%;
  height: 55px;
  border-radius: 55px;
  background: #fff;
  border: none;
  position: relative;
  padding: 0 1rem 0 calc(75px + .75rem);
  text-align: right;
}
.content-list1 .select .sp3 {
  color: #666;
  height: 55px;
  line-height: 55px;
  opacity: .5;
}
.content-list1 .select svg {
  width: 10px;
  height: 10px;
  fill: #333;
  margin-left: .35rem;
}
.content-list1 .select .spbox {
  position: absolute;
  width: 60%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  right: 0;
  top: 55px;
  z-index: 8;
  display: none;
}
.content-list1 .select .spbox .li-item {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #efefef;
  padding: 0 1rem;
  cursor: pointer;
}
.content-list1 .select .spbox .li-item:last-child {
  border-bottom: none;
}
.content-list1 .submit {
  width: 190px;
  height: 60px;
  line-height: 60px;
  margin: 1rem auto 0;
  color: #fff;
  border-radius: 60px;
  background: #f15921;
  border: none;
  display: block;
}

@media (max-width: 1024px) {
  .content-list1 .leftbox {
    width: 100%;
  }

  .content-list1 .messageform {
    width: 100%;
    padding: 0;
    margin-top: 1.5rem;
  }

  .content-list1 .leftbox .tipimg {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-list1 .leftbox {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .content-list1 .ulbox:before {
    display: none;
  }

  .content-list1 {
    padding: 1.5rem 0 2.5rem;
  }

  .content-list1 .line {
    height: 2px;
  }

  .content-list1 .ulbox {
    padding-bottom: 1rem;
  }

  .content-list1 .ulbox .li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .content-list1 .ulbox .li .tit4 {
    font-size: 13px;
  }

  .content-list1 .inputbox .sp, .content-list1 .select .sp3 {
    height: 45px;
    line-height: 45px;
  }

  .content-list1 .select .spbox {
    top: 45px;
  }

  .content-list1 .select, .content-list1 .inputbox input {
    height: 45px;
    line-height: 45px;
  }

  .content-list1 .submit {
    width: 140px;
    height: 45px;
    line-height: 45px;
  }
}
.city-list1 {
  padding: 2.5rem 0 3.25rem;
  background: url(../img/img50.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
}
.city-list1 .tip {
  justify-content: flex-start;
  color: #f15921;
  margin-bottom: .25rem;
}
.city-list1 .line {
  width: 1.5rem;
  height: 5px;
  background: #f15921;
  margin-right: .5rem;
}
.city-list1 .title {
  color: #000;
  margin-left: 2rem;
}
.city-list1 .text {
  margin-top: .75rem;
}
.city-list1 .tit4 {
  margin-top: .65rem;
}
.city-list1 .imgbox {
  position: relative;
  width: 100%;
  z-index: 2;
}
.city-list1 .imgbox .bgimg {
  max-width: 140%;
  opacity: 0;
  transition: opacity .5s;
  position: relative;
  z-index: 1;
}
.city-list1 .imgbox .img1 {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.city-list1 .more {
  margin-top: 1.25rem;
  color: #e4571f;
  opacity: 0;
  transition: opacity .5s;
}
.city-list1 .more svg {
  width: 20px;
  height: 20px;
  margin-left: .25rem;
  fill: #e4571f;
}
.city-list1 .tit3, .city-list1 .tit4 {
  text-align: center;
}
.city-list1 .tit4 {
  opacity: 0;
  transition: opacity .5s;
}
.city-list1 .tit4 span {
  color: #e4571f;
}
.city-list1 .swiper-city {
  overflow: hidden;
  margin-top: -1.2rem;
}
.city-list1 .swiper-slide {
  cursor: pointer;
}
.city-list1 .swiper-slide.swiper-slide-active .imgbox .bgimg {
  opacity: 1;
}
.city-list1 .swiper-slide.swiper-slide-active .text .more {
  opacity: 1;
}
.city-list1 .swiper-slide.swiper-slide-active .text .tit4 {
  opacity: 1;
}
.city-list1 .swiper-btn {
  width: 16rem;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  margin-left: -8rem;
}
.city-list1 .swiper-btn .swiper-button-prev, .city-list1 .swiper-btn .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #dcdcdc;
  margin-top: auto;
  top: auto;
  transition: background .3s;
}
.city-list1 .swiper-btn .swiper-button-prev svg, .city-list1 .swiper-btn .swiper-button-next svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.city-list1 .swiper-btn .swiper-button-prev:hover, .city-list1 .swiper-btn .swiper-button-next:hover {
  background: #e4571f;
}
.city-list1 .swiper-btn .swiper-button-prev svg {
  transform: rotate(-180deg);
}

@media (max-width: 768px) {
  .city-list1 .swiper-city {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .city-list1 {
    padding: 1.5rem 0 2.5rem;
  }

  .city-list1 .contentbox {
    width: 100%;
    max-width: 100%;
  }

  .city-list1 .top-title {
    width: 90%;
    margin: 0 auto;
  }

  .city-list1 .line {
    height: 2px;
  }

  .city-list1 .swiper-btn {
    width: 90%;
    margin-left: -45%;
  }

  .city-list1 .swiper-btn .swiper-button-prev, .city-list1 .swiper-btn .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.city-list2 {
  position: relative;
}
.city-list2 img {
  width: 100%;
}
.city-list2 .bg {
  height: 21rem;
  background-size: cover;
}
.city-list2 .vrbtn {
  width: 4.9rem;
  height: 4.9rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 767px) {
  .city-list2 .bg {
    height: 10rem;
  }
}
.advantage-list1 {
  padding: 3.5rem 0 2.75rem;
  background: linear-gradient(#ffffff 40%, #ffeae1);
}
.advantage-list1 .tip {
  justify-content: flex-start;
  color: #f15921;
  margin-bottom: .25rem;
}
.advantage-list1 .line {
  width: 1.5rem;
  height: 5px;
  background: #f15921;
  margin-right: .5rem;
}
.advantage-list1 .title {
  color: #000;
  margin-left: 2rem;
  margin-bottom: .75rem;
}
.advantage-list1 .title span {
  color: #f15921;
}
.advantage-list1 .p {
  width: 100%;
  padding-left: 2rem;
  line-height: 2;
  color: #aa7161;
}
.advantage-list1 .p p {
  margin-bottom: .25rem;
}
.advantage-list1 .p .icon {
  margin-right: .25rem;
}
.advantage-list1 .leftbox {
  width: 50%;
}
.advantage-list1 .rightbox {
  width: 50%;
  margin-right: -2rem;
}
.advantage-list1 .rightbox img {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .advantage-list1 {
    padding: 1.5rem 0 2rem;
  }

  .advantage-list1 .leftbox, .advantage-list1 .rightbox {
    width: 100%;
  }

  .advantage-list1 .rightbox {
    margin-top: 1rem;
  }
}
.advantage-list2 {
  position: relative;
  z-index: 1;
}
.advantage-list2 .bgimg {
  width: 100%;
}
.advantage-list2 .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.advantage-list2 .textbox {
  width: 29%;
  position: absolute;
  left: calc(50vw - 800px + 2rem);
  top: 4rem;
  z-index: 3;
}
.advantage-list2 .textbox .tit3 {
  color: #000;
  margin-bottom: 1rem;
}
.advantage-list2 .textbox .tit3 span {
  color: #e7541e;
}
.advantage-list2 .textbox .p {
  color: #949494;
  line-height: 2;
  margin-bottom: 1rem;
}
.advantage-list2 .textbox .li {
  width: 33.3%;
}
.advantage-list2 .textbox .warpnum {
  color: #e7541e;
  margin-bottom: .25rem;
}
.advantage-list2 .textbox .warpnum .num {
  line-height: 1;
  font-family: "BEBAS";
}
.advantage-list2 .textbox .warpnum span {
  line-height: 1;
}
.advantage-list2 .textbox .tit4 {
  color: #4c4c4c;
}
.advantage-list2 .dian {
  position: absolute;
  width: 24px;
  z-index: 3;
  opacity: .3;
  cursor: pointer;
  transition: opacity .3;
}
.advantage-list2 .dian.cur {
  opacity: 1;
  animation: start1 1.5s infinite ease;
}
.advantage-list2 .dian1 {
  width: 16px;
  right: 23%;
  bottom: 42.6%;
}
.advantage-list2 .dian2 {
  width: 16px;
  right: 25%;
  bottom: 37.6%;
}
.advantage-list2 .dian3 {
  right: 23.5%;
  bottom: 34.6%;
}
.advantage-list2 .dian4 {
  right: 26%;
  bottom: 31.6%;
}
.advantage-list2 .dian5 {
  right: 23%;
  bottom: 32%;
}
.advantage-list2 .dian6 {
  width: 16px;
  right: 22%;
  bottom: 31.6%;
}
.advantage-list2 .dian7 {
  width: 20px;
  right: 23%;
  bottom: 27%;
}
.advantage-list2 .dian8 {
  width: 20px;
  right: 28%;
  bottom: 21.6%;
}
.advantage-list2 .dian9 {
  width: 20px;
  right: 25.5%;
  bottom: 17.6%;
}
.advantage-list2 .addbox {
  width: 330px;
  height: 180px;
  position: absolute;
  top: 35%;
  right: 28%;
  z-index: 5;
}
.advantage-list2 .addbox .left-img {
  width: 5.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.2rem solid #e7541e;
}
.advantage-list2 .addbox .left-img img {
  width: 100%;
}
.advantage-list2 .addbox .tit3 {
  color: #e7541e;
}
.advantage-list2 .addbox .right-text {
  width: calc(100% - 6rem);
}
.advantage-list2 .addbox .line {
  width: 15px;
  height: 2px;
  background: #e7541e;
  margin: .25rem 0;
}
.advantage-list2 .addbox .tit4 {
  color: #e7541e;
}
.advantage-list2 .addbox .item {
  display: none;
}

@media (max-width: 1600px) {
  .advantage-list2 .textbox {
    left: 5%;
  }

  .advantage-list2 .textbox .tit4 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .advantage-list2 .textbox {
    padding: 1.5rem 0;
  }

  .advantage-list2 .textbox {
    width: 90%;
    position: relative;
    top: 0;
    margin-left: 5%;
    left: 0;
  }

  .advantage-list2 .content {
    position: relative;
  }
}
@media (max-width: 767px) {
  .advantage-list2 .textbox .tit4 {
    font-size: 12px;
  }
}
.advantage-list3 {
  padding: 3.25rem 0 5rem;
  background: url(../img/img54.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.advantage-list3 .tip {
  justify-content: flex-start;
  color: #fff;
  margin-bottom: .25rem;
}
.advantage-list3 .line {
  width: 1.5rem;
  height: 5px;
  background: #fff;
  margin-right: .5rem;
}
.advantage-list3 .title {
  color: #fff;
  margin-left: 2rem;
}
.advantage-list3 .advlist {
  width: 100%;
  position: relative;
  margin-top: 2.2rem;
}
.advantage-list3 .advlist .swiper-button-prev, .advantage-list3 .advlist .swiper-button-next {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.advantage-list3 .advlist .swiper-button-prev svg, .advantage-list3 .advlist .swiper-button-next svg {
  width: 20px;
  height: 20px;
  fill: #bb5011;
}
.advantage-list3 .advlist .swiper-button-prev {
  left: 0;
  margin-top: -17.5px;
}
.advantage-list3 .advlist .swiper-button-next {
  right: 0;
  margin-top: -17.5px;
}
.advantage-list3 .tip-pagination {
  position: absolute;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  bottom: 0;
}
.advantage-list3 .tip-pagination .swiper-pagination {
  position: relative;
  font-family: "DINCOND-BOLD";
}
.advantage-list3 .swiperbox {
  width: calc(100% - 4rem);
  margin: 0 auto;
  overflow: hidden;
}
.advantage-list3 .swiperbox .swiper-slide {
  height: 5rem;
  padding: 1rem .5rem;
  color: #f15921;
  text-align: center;
}
.advantage-list3 .swiperbox .swiper-slide:nth-child(2n-1) {
  background: url(../img/img55.jpg) no-repeat;
  background-size: cover;
}
.advantage-list3 .swiperbox .swiper-slide:nth-child(2n) {
  background: url(../img/img55-1.jpg) no-repeat;
  background-size: cover;
  margin-top: 1.25rem;
}

@media (max-width: 767px) {
  .advantage-list3 {
    padding: 2rem 0 3rem;
  }

  .advantage-list3 .line {
    height: 2px;
  }

  .advantage-list3 .advlist {
    margin-top: 1rem;
  }

  .advantage-list3 .swiperbox .swiper-slide:nth-child(2n) {
    margin-top: 0;
  }
}
.advantage-list4 {
  padding: 2.75rem 0 3.6rem;
  background: url(../img/img56.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.advantage-list4 .tip {
  justify-content: flex-start;
  color: #313131;
  margin-bottom: .25rem;
}
.advantage-list4 .line {
  width: 1.5rem;
  height: 5px;
  background: #313131;
  margin-right: .5rem;
}
.advantage-list4 .title {
  color: #f15921;
  margin-left: 2rem;
}
.advantage-list4 .top-title {
  margin-bottom: 2.25rem;
}
.advantage-list4 .leftbox {
  width: 50%;
}
.advantage-list4 .leftbox .libox {
  padding: 0 2rem;
}
.advantage-list4 .rightbox {
  width: 50%;
}
.advantage-list4 .rightbox .libox {
  padding: 0 .75rem;
}
.advantage-list4 .li {
  margin-bottom: 1.25rem;
}
.advantage-list4 .li:last-child {
  margin-bottom: 0;
}
.advantage-list4 .tit3 {
  color: #000;
  line-height: 1.5;
  margin-bottom: .15rem;
}
.advantage-list4 .p {
  color: #808080;
}

@media (max-width: 767px) {
  .advantage-list4 .leftbox, .advantage-list4 .rightbox {
    width: 100%;
  }

  .advantage-list4 .top-title {
    margin-bottom: 1rem;
  }

  .advantage-list4 .leftbox .libox {
    padding-right: 0;
    margin-bottom: 1rem;
  }

  .advantage-list4 .rightbox {
    padding-left: 2rem;
  }
  .advantage-list4 .rightbox .libox {
    padding: 0;
  }

  .advantage-list4 .line {
    height: 2px;
  }

  .advantage-list4 {
    padding: 1.75rem 0 2.5rem;
  }

  .advantage-list4 .li {
    margin-bottom: .75rem;
  }

  .advantage-list4 .p {
    font-size: 12px;
  }
}
.join-list1 {
  padding: 2.5rem 0 3.25rem;
  background: #ffe9df;
}
.join-list1 .tip {
  justify-content: flex-start;
  color: #f15921;
  margin-bottom: .25rem;
}
.join-list1 .line {
  width: 1.5rem;
  height: 5px;
  background: #f15921;
  margin-right: .5rem;
}
.join-list1 .title {
  color: #000;
  margin-left: 2rem;
}
.join-list1 .icon {
  height: 2.25rem;
  margin-bottom: 1rem;
}
.join-list1 .swiper-slide {
  height: 320px;
  background: #fff;
  padding: 1rem .7rem;
}
.join-list1 .tit4 {
  text-align: center;
  margin-bottom: .15rem;
  color: #1a1a1a;
}
.join-list1 .p {
  color: #808080;
  text-align: center;
}
.join-list1 .join-container {
  margin-top: 2rem;
  overflow: hidden;
}
.join-list1 .warpjoin .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 1.5rem;
  z-index: 2;
}
.join-list1 .warpjoin .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background:rgba(0, 0, 0, .3);
  transition: background .3s;
}
.join-list1 .warpjoin .swiper-pagination span.swiper-pagination-bullet-active {
  background: #e7551e;
}

@media (max-width: 767px) {
  .join-list1 .swiper-slide {
    height: 240px;
  }

  .join-list1 {
    padding: 2rem 0;
  }

  .join-list1 .icon {
    height: 1.8rem;
    margin-bottom: .55rem;
  }

  .join-list1 .line {
    height: 2px;
  }

  .join-list1 .p {
    font-size: 12px;
  }

  .join-list1 .warpjoin .swiper-pagination span {
    width: 6px;
    height: 6px;
  }

  .join-list1 .warpjoin .swiper-pagination {
    margin-top: .8rem;
  }

  .join-list1 .join-container {
    margin-top: 1rem;
  }
}
.join-list2 {
  padding: 2.5rem 0 3.25rem;
  background: url(../img/img57.jpg) no-repeat center center;
  background-size: cover;
}
.join-list2 .tip {
  justify-content: flex-start;
  color: #000;
  margin-bottom: .25rem;
}
.join-list2 .line {
  width: 1.5rem;
  height: 5px;
  background: #f15921;
  margin-right: .5rem;
}
.join-list2 .p {
  padding-left: 2rem;
  color: #1b1b1b;
  margin-top: .15rem;
}
.join-list2 .tit3 {
  font-weight: bold;
  color: #e4571f;
}
.join-list2 .join-box {
  margin-top: 1.25rem;
  padding-left: 2rem;
}
.join-list2 .join-box .warp-formbox {
  width: 28%;
}
.join-list2 .join-box .formbox {
  margin-top: .75rem;
}
.join-list2 .join-box .formbox .li {
  width: 100%;
  margin-bottom: .75rem;
  position: relative;
}
.join-list2 .join-box .formbox .li .icon {
  width: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10.5px;
}
.join-list2 .join-box .formbox .li input {
  width: 100%;
  height: 45px;
  background: none;
  border: none;
  border-bottom: 1px solid #faa083;
  padding: 0 1rem;
  color: #96817f;
}
.join-list2 .join-box .formbox .li input::-webkit-input-placeholder {
  color: #96817f;
  opacity: .6;
}
.join-list2 .join-box .formbox .li input::-moz-placeholder {
  color: #96817f;
  opacity: .6;
}
.join-list2 .join-box .formbox .li input::-ms-input-placeholder {
  color: #96817f;
  opacity: .6;
}
.join-list2 .join-box .formbox .yli input {
  padding-left: 0;
  padding-right: 120px;
}
.join-list2 .join-box .formbox .yli .yanz {
  position: absolute;
  width: 100px;
  bottom: 10px;
  right: 0;
  z-index: 1;
}
.join-list2 .join-box .formbox .submit {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #e4571f;
  border: none;
  text-align: center;
  color: #fff;
  margin-left: calc(100% - 160px);
}
.join-list2 .join-box .rightbox {
  width: 60%;
  position: relative;
}
.join-list2 .join-box .rightbox:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2rem;
  width: 1px;
  height: 7rem;
  background: #e6e2e1;
}
.join-list2 .erwbox {
  width: 40%;
}
.join-list2 .erwbox .ermimg {
  max-width: 100%;
  margin-top: 1.5rem;
}
.join-list2 .telbox {
  width: 50%;
  padding-left: 2.5rem;
}
.join-list2 .tel-text {
  margin-top: 3rem;
}
.join-list2 .tel-text .tit4 {
  color: #1a1a1a;
}
.join-list2 .tel-text a {
  text-decoration: underline;
  color: #e4571f;
  font-family: "DINCOND-BOLD";
}

@media (max-width: 768px) {
  .join-list2 .join-box .warp-formbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .join-list2 .join-box .rightbox {
    width: 100%;
  }

  .join-list2 .join-box .rightbox:before {
    display: none;
  }

  .join-list2 {
    padding: 1.5rem 0 3.25rem;
  }
}
@media (max-width: 767px) {
  .join-list2 .erwbox, .join-list2 .telbox {
    width: 100%;
  }

  .join-list2 .telbox {
    padding-left: 0;
    margin-top: 1.5rem;
  }

  .join-list2 .tel-text {
    margin-top: 1rem;
  }

  .join-list2 .join-box .formbox .submit {
    font-size: 14px;
  }

  .join-list2 .line {
    height: 2px;
  }

  .join-list2 .join-box .formbox .li .icon {
    width: 16px;
  }

  .join-list2 .join-box .formbox .submit {
    margin: .5rem auto 0;
    height: 45px;
    line-height: 45px;
  }
}
.about-list1 {
  padding: 2rem 0 1.25rem;
  position: relative;
  z-index: 3;
}
.about-list1 .textop {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #d9d9d9;
}
.about-list1 .abouttop {
  padding-top: 1.5rem;
}
.about-list1 .titlebox {
  width: 45%;
  font-family:'Microsoft YaHei';
}
.about-list1 .titlebox .tip {
  justify-content: flex-start;
  color: #000000;
  margin-bottom: .25rem;
}
.about-list1 .titlebox .line {
  width: 1.5rem;
  height: 5px;
  background: #f15921;
  margin-right: .5rem;
}
.about-list1 .titlebox .title {
  color: #000;
  margin-left: 1rem;
}
.about-list1 .titlebox .p {
  margin-left:1rem;
  line-height: 2;
  color: #808080;
  margin-top: .75rem;
}
.about-list1 .ulbox {
  width: 55%;
}
.about-list1 .ulbox .li {
  width: 25%;
  padding: 0 3%;
}
.about-list1 .ulbox .tipnum {
  margin-bottom: .75rem;
  line-height: 1.2;
}
.about-list1 .ulbox .tipnum.active {
  background-clip: text;
  font-family:"BEBAS_";
  color:#ea5404;
  text-fill-color: transparent;
}
.about-list1 .ulbox .tipnum sup.active {
  background-clip: text;
  text-fill-color: transparent;
}
.about-list1 .ulbox .p2 {
  color: #333;
  line-height: 1.5;
  text-align: center;
  font-family:'Microsoft YaHei';
}
.about-list1 .ulbox sup {
  left:0;
}
.about-list1 .textbox {
  color: #808080;
  line-height: 2;
  /*height: 240px;*/
  overflow: hidden;
  position: relative;
}
.about-list1 .textbox:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 60%;
  background: -webkit-linear-gradient(transparent, white);
  background: linear-gradient(transparent, white);
  z-index: 2;
  display:none;
}
.about-list1 .textbox.active {
  height: auto;
}
.about-list1 .textbox.active:after {
  display: none;
}
.about-list1 .more-click {
  cursor: pointer;
  color: #666;
  margin-top: 1.5rem;
}
.about-list1 .more-click svg {
  width: 24px;
  height: 30px;
  fill: #e7541e;
}

@media (max-width: 1024px) {
  .about-list1 .titlebox {
    width: 100%;
  }

  .about-list1 .ulbox {
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .about-list1 .ulbox .tipnum {
    margin-bottom: .3rem;
  }

  .about-list1 .ulbox .li {
    width: 50%;
    margin-bottom: 1rem;
  }

  .about-list1 .titlebox .p {
    font-size: 15px;
  }

  .about-list1 .ulbox .p2 {
    font-size: 13px;
  }

  .about-list1 .textop {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .about-list1 .textbox {
    font-size: 12px;
    padding: 0;
  }

  .about-list1 .more-click {
    font-size: 12px;
  }

  .about-list1 .textbox:after {
    display: none;
  }
}
.about-list2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-list2 .about-list-banner {
  height: 23rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-list2 .about-list-banner .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: 1;
}
.about-list2 .xianbox {
  position: absolute;
  padding-left: 17px;
  padding-top: 17px;
  width: 50px;
  height: 9.65rem;
  top: 4rem;
  left: calc(50vw - 800px);
  z-index: 2;
  overflow: hidden;
}
.about-list2 .xianimg {
  width: calc(100vw * 0.53);
  height: 9.65rem;
}
.about-list2 .dian .tit3 {
  color: #e4571f;
  margin-bottom: .35rem;
  white-space: nowrap;
}
.about-list2 .dian1 {
  position: absolute;
  left: 0;
  top: 0;
}
.about-list2 .dian2 {
  position: absolute;
  left: calc(100vw * 0.53 * 0.4);
  top: 17%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .itemdian {
  width: 34px;
  height: 34px;
  position: relative;
}
.about-list2 .itemdian:before {
  content: "";
  position: absolute;
  background: rgba(228, 87, 31, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.about-list2 .itemdian:after {
  content: "";
  position: absolute;
  background: #e4571f;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.about-list2 .itemdian:before {
  animation: loader 1.2s infinite cubic-bezier(0.55, 0.23, 0.62, 1);
}
.about-list2 .time-contentbox {
  height: 22rem;
  min-height: 600px;
  background: #fff;
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.about-list2 .time-contentbox .top-title {
  position: absolute;
  left: calc(50vw - 800px);
  top: 2.5rem;
  z-index: 3;
}
.about-list2 .time-contentbox .top-title .line {
  width: 1.5rem;
  height: 5px;
  background: #f15921;
  margin-right: .5rem;
}
.about-list2 .time-contentbox .xianbox2 {
  width: calc(100vw * 4.1);
  height: 19.275rem;
  margin-left: calc(50vw - 800px + 4.5rem);
  z-index: 1;
}
.about-list2 .time-contentbox .xianimg2 {
  width: calc(100vw * 4.1);
  height: 19.275rem;
}
.about-list2 .time-contentbox .timedian {
  position: absolute;
  z-index: 2;
}
.about-list2 .time-contentbox .timedian img {
  margin-top: 1rem;
  width: 9.5rem;
}
.about-list2 .time-contentbox .timedian .tit3 {
  line-height: 1.8;
}
.about-list2 .time-contentbox .timedian2 {
  left: 6.5%;
  top: 37.5%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian3 {
  left: 11%;
  top: 40%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian3 .tit3 {
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian4 {
  left: 20%;
  top: 25%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian4 .tit3 {
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian5 {
  left: 28%;
  top: 30%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian5 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian6 {
  left: 36%;
  top: 40%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian6 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian7 {
  left: 45%;
  top: 23%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian7 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian8 {
  left: 54%;
  top: 28%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian8 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian9 {
  left: 62%;
  top: 13%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian9 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian10 {
  left: 68%;
  top: 36%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian10 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian11 {
  left: 76%;
  top: 32%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian11 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian12 {
  left: 84%;
  top: 13%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian12 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .timedian13 {
  left: 94%;
  top: 35%;
  font-family: "Palatino Linotype",Arial;
  font-style: italic;
}
.about-list2 .time-contentbox .timedian13 .tit3 {
  width: 10.75rem;
  margin-top: .75rem;
}
.about-list2 .time-contentbox .text {
  color: #1a1a1a;
  margin-bottom: .75rem;
  position: absolute;
  width: 12rem;
  bottom: 3.5rem;
  left: calc(50vw - 800px + 2rem);
  z-index: 2;
}
.about-list2 .time-contentbox .text .p {
  line-height: 2;
  color: #808080;
}
.about-list2 .time-contentbox .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  z-index: 9;
}
.about-list2 .time-contentbox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -75px;
  background: rgba(0, 0, 0, .4) url(../img/j1.png);
  bottom: 60px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: 25px auto;
  background-repeat: no-repeat;
}
.about-list2 .time-contentbox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  width: 60px;
  height: 60px;
  left: 50%;
  right: auto;
  margin-left: 15px;
  background: rgba(0, 0, 0, .4) url(../img/j1.png);
  bottom: 60px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: 25px auto;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}
.about-list2 .time-contentbox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover,.about-list2 .time-contentbox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:hover{
  background-color:#e8551e;
}
.about-list2 .time-contentbox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
  opacity: 0;
  visibility: hidden;
}
.about-list2 .hisulbox {
  padding: 2rem 5%;
}
.about-list2 .hisulbox .li {
  width: 48%;
  margin-bottom: 4%;
}
.about-list2 .hisulbox .li img {
  width: 100%;
}
.about-list2 .hisulbox .p {
  margin-top: .65rem;
  text-align: center;
}

@media (max-width: 1600px) {
  .about-list2 .xianbox {
    left: 5%;
  }

  .about-list2 .time-contentbox .top-title {
    left: 5%;
  }

  .about-list2 .time-contentbox .text {
    left: calc(5% + 2rem);
  }

  .about-list2 .time-contentbox .xianbox2 {
    margin-left: calc(5% + 4.5rem);
  }
}
@media (max-width: 1480px) {
  .about-list2 .time-contentbox .tit3 {
    font-size: 14px;
  }

  .about-list2 .time-contentbox .timedian2 {
    left: 8.5%;
    top: 37%;
  }

  .about-list2 .time-contentbox .timedian3 {
    left: 12%;
    top: 29%;
  }

  .about-list2 .time-contentbox .xianbox2 {
    margin-left: calc(5% + 2.5rem);
  }

  .about-list2 .time-contentbox .top-title, .about-list2 .time-contentbox .text {
    left: 2.5rem;
  }
}
@media (max-width: 1024) {
  .about-list2 .about-list-banner {
    height: 18rem;
  }
}
.about-list3 {
  position: relative;
  z-index: 1;
}
.about-list3 .bgimg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.about-list3 .mbg {
  position: absolute;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.about-list3 .tip {
  justify-content: flex-start;
  color: #000000;
  margin-bottom: .25rem;
}
.about-list3 .line {
  width: 1.5rem;
  height: 5px;
  background: #f15921;
  margin-right: .5rem;
}
.about-list3 .title {
  color: #000;
  margin-left: 2rem;
}
.about-list3 .top-title {
  position: absolute;
  z-index: 2;
  top: 3.75rem;
  left: calc(50vw - 800px);
}
.about-list3 .p {
  color: #737373;
  line-height: 2;
  margin-top: .75rem;
  margin-left: 2rem;
  width: 15.625rem;
}
.about-list3 .dianbox {
  position: absolute;
  z-index: 3;
}
.about-list3 .dianbox .dian {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
}
.about-list3 .dianbox .dian:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.about-list3 .dianbox .dian:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  background: #fff;
}
.about-list3 .dianbox .dian-text {
  position: absolute;
  right: 20px;
  width: 230px;
}
.about-list3 .dianbox span {
  width: calc(100% - 1.5rem);
  text-align: right;
  padding-right: .5rem;
  display: block;
}
.about-list3 .dianbox .line {
  width: 1rem;
  height: 1px;
  background: #626262;
}
.about-list3 .dianbox1 {
  right: 33%;
  top: 45%;
}
.about-list3 .dianbox2 {
  right: 21%;
  top: 33%;
}
.about-list3 .dianbox3 {
  right: 19.5%;
  top: 40%;
}
.about-list3 .dianbox4 {
  right:7%;
  top: 17%;
}
.about-list3 .dianbox .dian-text {
  opacity: 0;
  visibility: hidden;
  transform: translate(-10px, 0);
  transition: all .3s ease;
}
.about-list3 .dianbox .dian:before {
  animation: loader 1.2s infinite cubic-bezier(0.55, 0.23, 0.62, 1);
}
.about-list3 .dianbox:hover .dian-text {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

@keyframes loader {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (max-width: 1600px) {
  .about-list3 .top-title {
    top: 2rem;
    left: 5%;
  }
}
@media (max-width: 1280px) {
  .about-list3 .top-title {
    top: 1rem;
    left: 5%;
  }
}
@media (max-width: 1024px) {
  .about-list3 {
    padding: 2rem 0 10rem;
  }

  .about-list3 .top-title {
    position: relative;
    left: 0;
    top: 0;
    padding: 0 5%;
  }

  .about-list3 .dianbox .dian {
    display: none;
  }

  .about-list3 .p {
    width: 100%;
    margin-left: 0;
    padding-left: 2rem;
    line-height: 1.8;
  }

  .about-list3 .line {
    height: 2px;
  }
}
@media (max-width: 767px) {
  .about-list3 .p {
    margin-top: .35rem;
  }

  .about-list3 .title {
    line-height: 1.2;
  }
}
.about-list4 {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0 2.75rem;
  background: #fff;
}
.about-list4 .contentbox {
  border-top: 1px solid #eaeaea;
  padding-top: 2rem;
}
.about-list4 .contentbox .honorimg {
  overflow: hidden;
}
.about-list4 .contentbox .honorimg .img {
  width: 100%;
  margin-bottom: 1rem;
}
.about-list4 .contentbox .honorimg .img img {
  width: 100%;
}
.about-list4 .contentbox .honorimg p {
  text-align: center;
  color: #000;
  padding: 0 1rem;
  text-transform: uppercase;
}
.about-list4 .contentbox .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 1.5rem;
  z-index: 2;
}
.about-list4 .contentbox .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background: #dcdcdc;
  transition: background .3s;
}
.about-list4 .contentbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #e7551e;
}

@media (max-width: 1024px) {
  .about-list4 .contentbox .swiper-pagination span {
    width: 6px;
    height: 6px;
  }

  .about-list4 .contentbox .honorimg p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-list4 {
    padding: 1.5rem 0;
  }

  .about-list4 .contentbox {
    padding-top: 1rem;
  }

  .about-list4 .contentbox .honorimg p {
    font-size: 14px;
    padding: 0;
  }

  .about-list4 .contentbox .honorimg .img {
    margin-bottom: .35rem;
  }

  .about-list4 .contentbox .swiper-pagination {
    margin-top: 1rem;
  }
}
.about-list5 {
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}
.about-list5 .imgswiper {
  overflow: hidden;
}
.about-list5 .imgswiper .swiper-slide {
  width: 100%;
}
.about-list5 .imgswiper .swiper-slide .bg {
  width: 100%;
  height: 21rem;
  background-size: cover;
  background-position: 50% 50%;
}
.about-list5 .imgswiper .swiper-slide .text {
  position: absolute;
  left: 3.5rem;
  top: 5.5rem;
  width: 12.5rem;
  padding: 1.5rem 1.75rem 2rem;
  border-radius: .5rem;
  background: rgba(237, 121, 57, 0.86);
}
.about-list5 .imgswiper .swiper-slide .text .tipimg {
  color: #fff;
  margin-bottom: .25rem;
}
.about-list5 .imgswiper .swiper-slide .text .tipimg img {
  width: 22px;
  margin-right: .15rem;
}
.about-list5 .imgswiper .swiper-slide .text .tit4 {
  margin-bottom: 1rem;
}
.about-list5 .imgswiper .swiper-slide .text .p {
  color: #fff;
  line-height: 2;
}
.about-list5 .imgswiper .swiper-button-prev svg {
  margin-right: .15rem;
}
.about-list5 .imgswiper .swiper-button-next svg {
  margin-left: .15rem;
  transform: rotate(-180deg);
}
.about-list5 .imgswiper .swiper-button-prev {
  left: 0;
}
.about-list5 .imgswiper .swiper-button-next {
  right: 0;
}
.about-list5 .imgswiper .swiper-button-prev, .about-list5 .imgswiper .swiper-button-next {
  width: 10%;
  height: 100%;
  top: 0;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.about-list5 .imgswiper .swiper-button-prev svg, .about-list5 .imgswiper .swiper-button-next svg {
  width: 25px;
  height: 20px;
  fill: #fff;
}

@media (max-width: 767px) {
  .about-list5 .imgswiper .swiper-slide .text {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1rem 6%;
    border-radius: 0;
  }

  .about-list5 .imgswiper .swiper-slide .bg {
    height: 10rem;
  }

  .about-list5 .swiper-button-next, .about-list5 .swiper-button-prev {
    margin-top: -35%;
  }

  .about-list5 .imgswiper .swiper-slide .text .p {
    font-size: 12px;
    line-height: 1.8;
  }

  .about-list5 .imgswiper .swiper-button-prev, .about-list5 .imgswiper .swiper-button-next {
    display: none;
  }
}
.n-distributor {
  background: linear-gradient(#f1efed, #f0e0d6);
  padding-bottom: 3.5rem;
  min-height: 20rem;
}

.distributor-top {
  padding: 1.7rem 0 .75rem;
  border-bottom: 1px solid #808080;
  margin-bottom: 1.75rem;
  justify-content: space-between;
}
.distributor-top .leftbox .tit2 {
  color: #000;
  line-height: 1.2;
  margin-bottom: .35rem;
}
.distributor-top .leftbox .tit3 {
  color: #808080;
  line-height: 1.5;
}
.distributor-top .backbtn {
  color: #ea5404;
  line-height: 24px;
}
.distributor-top .backbtn svg {
  width: 24px;
  height: 24px;
  fill: #ea5404;
  margin-left: .25rem;
}

.distributor-list1 .leftnav {
  width: 320px;
}
.distributor-list1 .leftnav .ulbox {
  width: 230px;
  margin: 0 auto;
}
.distributor-list1 .leftnav .li {
  color: #333;
  height: 55px;
  border-radius: 5px;
  padding-right: 25px;
  align-items: center;
  transition: all .3s;
}
.distributor-list1 .leftnav .li svg {
  width: 22px;
  height: 22px;
  margin-left: .4rem;
}
.distributor-list1 .leftnav .li:hover, .distributor-list1 .leftnav .li.cur {
  background: #fff;
  color: #f15921;
}
.distributor-list1 .leftnav .li:hover svg, .distributor-list1 .leftnav .li.cur svg {
  fill: #f15921;
}
.distributor-list1 .leftnav .li-top {
  height: auto;
}
.distributor-list1 .leftnav .li-top .lisp {
  color: #333;
  height: 55px;
  border-radius: 5px;
  padding-right: 25px;
  align-items: center;
  cursor: pointer;
}
.distributor-list1 .leftnav .li-top .lisp svg {
  width: 22px;
  height: 22px;
  margin-left: .4rem;
}
.distributor-list1 .leftnav .lisp:hover {
  background: #fff;
  color: #f15921;
}
.distributor-list1 .leftnav .lisp:hover svg {
  fill: #f15921;
}
.distributor-list1 .leftnav .lisp {
  align-items: center;
}
.distributor-list1 .leftnav .li-item a {
  text-align: right;
  color: #808080;
  padding-right: 1.4rem;
  height: 40px;
  line-height: 40px;
}
.distributor-list1 .listbox {
  width: calc(100% - 400px);
}
.distributor-list1 .listbox .li {
  width: 31.5%;
  margin-right: 2%;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.distributor-list1 .listbox .li .img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.distributor-list1 .listbox .li .img img {
  transform: scale3d(1, 1, 1);
  transition: all .5s ease-in-out;
  width: 100%;
}
.distributor-list1 .listbox .li .img .video-btn {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -.75rem;
  margin-top: -.75rem;
  z-index: 2;
}
.distributor-list1 .listbox .li:hover .img img {
  transform: scale3d(1.1, 1.1, 1);
}
.distributor-list1 .listbox .li:hover .time {
  color: #ea5404;
}
.distributor-list1 .listbox .li:nth-child(3n) {
  margin-right: 0;
}
.distributor-list1 .listbox .text {
  padding: .55rem .95rem;
}
.distributor-list1 .listbox .text .tit3 {
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  color: #000;
  margin-bottom: .75rem;
}
.distributor-list1 .listbox .text .time {
  transition: all .5s ease-in-out;
  color: #b2b2b2;
}
.distributor-list1 .listbox .text span {
  margin: 0 5px;
  display: block;
}
.distributor-list1 .listbox .wpage {
  padding-top: 0;
}

.n-personnel {
  background: linear-gradient(#fff5ec, #ffe7d3);
}

.join-personnel-list1 {
  padding: 2.75rem 0 3rem;
}
.join-personnel-list1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 1;
}
.join-personnel-list1 .contentbox {
  position: relative;
  z-index: 2;
}
.join-personnel-list1 .title {
  position: relative;
  z-index: 1;
  color: #e4541d;
}
.join-personnel-list1 .title .line {
  width: 60px;
  height: 2px;
  background: #e4541d;
  margin: .35rem auto 1rem;
}
.join-personnel-list1 .title .tit3 {
  text-align: center;
  color: #b18783;
}
.join-personnel-list1 .text {
  margin-top: 5rem;
  margin-left: 2.5rem;
}
.join-personnel-list1 .text .leftbox {
  width: 50%;
}
.join-personnel-list1 .text .tit3 {
  color: #a35a54;
  margin-bottom: .5rem;
}
.join-personnel-list1 .text .p {
  color: #b18783;
  line-height: 1.6;
  margin-right: 1.75rem;
}
.join-personnel-list1 .text .p p {
  margin-bottom: 10px;
}
.join-personnel-list1 .text .rightbox {
  width: 8.5rem;
  padding-left: 1.75rem;
  border-left: 1px dashed #e4571f;
  color: #b6635c;
  line-height: 2;
}
.join-personnel-list1 .plane {
  width: 18.75rem;
  position: absolute;
  left: 28%;
  top: 24%;
  z-index: 1;
}

@media (max-width: 1480px) {
  .join-personnel-list1 .text .rightbox {
    width: 10.5rem;
  }
}
@media (max-width: 1280px) {
  .join-personnel-list1 .text .rightbox {
    font-size: 14px;
  }

  .join-personnel-list1 .text .p {
    font-size: 14px;
  }

  /*.join-personnel-list1 .plane{
    width: 12.75rem;
  }*/
}
@media (max-width: 768px) {
  .join-personnel-list1 {
    padding: 1.75rem 0 2rem;
  }

  .join-personnel-list1 .text .rightbox {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 1rem;
  }

  .join-personnel-list1 .text .leftbox {
    width: 100%;
  }

  .join-personnel-list1 .bg {
    background-position: 75% center;
  }

  .join-personnel-list1 .title:before {
    width: 4rem;
    height: 4rem;
  }

  .join-personnel-list1 .text {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .join-personnel-list1 .bg {
    display: none;
  }

  .join-personnel-list1 .text {
    margin-top: 1rem;
  }

  .join-personnel-list1 .text .p {
    padding-right: 0;
  }

  .join-personnel-list1 .text .p {
    font-size: 12px;
    line-height: 1.8;
  }
}
.join-personnel-list2 {
  padding: 1.25rem 0 0;
  position: relative;
}
.join-personnel-list2:before {
  content: "";
  position: absolute;
  width: 93%;
  height: 100%;
  left: 3.5%;
  border-radius: 70px;
  top: 0;
  background: linear-gradient(#fff 10%, rgba(255, 255, 255, 0.3) 50%, transparent);
}
.join-personnel-list2 .contentbox {
  position: relative;
  z-index: 3;
}
.join-personnel-list2 .title {
  padding-left: 2.5rem;
  padding-top: 2rem;
  width: 10rem;
}
.join-personnel-list2 .title .line {
  width: 60px;
  height: 2px;
  background: #e4541d;
  margin: .3rem 0 .85rem;
}
.join-personnel-list2 .tit2 {
  color: #ea5404;
}
.join-personnel-list2 .tit3 {
  color: #b18783;
  line-height: 1.8;
  width: 8rem;
}
.join-personnel-list2 .treeimg {
  max-width: calc(100% - 10rem);
}

@media (max-width: 768px) {
  .join-personnel-list2 .title {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
  }

  .join-personnel-list2 .tit3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .join-personnel-list2 .title {
    padding-top: 0;
  }

  .join-personnel-list2 .treeimg {
    max-width: 100%;
    margin-top: 1rem;
  }

  .join-personnel-list2:before {
    border-radius: 30px;
  }
}
.join-personnel-list3 {
  padding: 1.75rem 0 3.5rem;
  position: relative;
  overflow: hidden;
}
.join-personnel-list3:before {
  content: "";
  position: absolute;
  /*width:78.125%;*/
  width: 96.5%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 247, 240, 0.7);
}
.join-personnel-list3 .contentbox {
  position: relative;
  z-index: 3;
}
.join-personnel-list3 .title {
  margin-right: 5%;
}
.join-personnel-list3 .title .line {
  width: 60px;
  height: 2px;
  background: #e4541d;
  margin: .3rem 0 .75rem;
  text-align: right;
}
.join-personnel-list3 .tit2 {
  color: #ea5404;
}
.join-personnel-list3 .tit3 {
  color: #b18783;
  line-height: 1.8;
  text-align: right;
}
.join-personnel-list3 .img-container {
  margin-top: 2rem;
}
.join-personnel-list3 .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.join-personnel-list3 .swiper-slide img {
  width: 100%;
}
.join-personnel-list3 .swiper-botton {
  position: relative;
}
.join-personnel-list3 .swiper-botton .swiper-button-prev, .join-personnel-list3 .swiper-botton .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease;
  margin-top: -30px;
  top: 50%;
}
.join-personnel-list3 .swiper-botton .swiper-button-prev svg, .join-personnel-list3 .swiper-botton .swiper-button-next svg {
  width: 40px;
  height: 40px;
  fill: #e4571f;
}
.join-personnel-list3 .swiper-botton .swiper-button-prev:hover, .join-personnel-list3 .swiper-botton .swiper-button-next:hover {
  background: #e4571f;
}
.join-personnel-list3 .swiper-botton .swiper-button-prev:hover svg, .join-personnel-list3 .swiper-botton .swiper-button-next:hover svg {
  fill: #fff;
}
.join-personnel-list3 .swiper-botton .swiper-button-prev {
  left: 0;
}
.join-personnel-list3 .swiper-botton .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.join-personnel-list3 .swiper-botton .swiper-button-next {
  right: 0;
}
.join-personnel-list3 .swiper-botton {
  width: 160px;
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 2;
}

@media (max-width: 1280px) {
  .join-personnel-list3 .swiper-botton .swiper-button-prev, .join-personnel-list3 .swiper-botton .swiper-button-next {
    width: 45px;
    height: 45px;
  }

  .join-personnel-list3 .swiper-botton .swiper-button-prev svg, .join-personnel-list3 .swiper-botton .swiper-button-next svg {
    width: 25px;
    height: 25px;
  }

  .join-personnel-list3 .swiper-botton {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .join-personnel-list3 .title {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
  }

  .join-personnel-list3 .tit3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .join-personnel-list3:before {
    width: 90%;
  }

  .join-personnel-list3 .title {
    width: 80%;
  }

  .join-personnel-list3 .swiper-botton {
    display: none;
  }

  .join-personnel-list3 .img-container {
    margin-top: 1rem;
  }
}
.join-personnel-list4 {
  padding: 2rem 0 4.25rem;
  position: relative;
  overflow: hidden;
}
.join-personnel-list4 .contentbox {
  position: relative;
  z-index: 3;
}
.join-personnel-list4 .title {
  padding-left: 2.5rem;
  background: url(../img/img54.png) no-repeat 0.75rem 0.25rem;
  background-size: 1.5rem auto;
}
.join-personnel-list4 .title .line {
  width: 60px;
  height: 2px;
  background: #e4541d;
  margin: .3rem 0 .75rem;
  text-align: right;
}
.join-personnel-list4 .tit2 {
  color: #ea5404;
}
.join-personnel-list4 .tit3 {
  color: #b18783;
  line-height: 1.8;
}
.join-personnel-list4 .list4box .jlist-img {
  width: 55%;
  margin-left: -5%;
}
.join-personnel-list4 .ulbox {
  width: 42%;
}
.join-personnel-list4 .li {
  width: 100%;
  border-radius: 20px;
  margin-bottom: .5rem;
  overflow: hidden;
  padding: 1rem 3rem 1rem 1.75rem;
}
.join-personnel-list4 .li:nth-child(3n) {
  margin-right: 0;
}
.join-personnel-list4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
}
.join-personnel-list4 .tit4 {
  font-style: italic;
  margin-bottom: .5rem;
}
.join-personnel-list4 .text {
  position: relative;
  z-index: 3;
}
.join-personnel-list4 .item {
  padding-left: 15px;
  margin-bottom: .25rem;
  position: relative;
}
.join-personnel-list4 .item:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #fff;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
}
.join-personnel-list4 .item:last-child {
  margin-bottom: 0;
}
.join-personnel-list4 .more {
  padding-bottom: 2px;
  position: relative;
  margin-top: -20px;
}
.join-personnel-list4 .more:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #fff;
}
.join-personnel-list4 .more:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .join-personnel-list4 .li {
    padding: 1rem 1rem .75rem 1rem;
  }
}
@media (max-width: 767px) {
  .join-personnel-list4 .list4box .jlist-img {
    width: 100%;
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .join-personnel-list4 .ulbox {
    width: 100%;
    margin-top: 1.5rem;
  }

  .join-personnel-list4 .li {
    width: 100%;
    margin-bottom: .5rem;
  }

  .join-personnel-list4 {
    padding-bottom: 3rem;
  }

  .join-personnel-list4 .title {
    padding-left: 1.5rem;
    background: url(../img/img54.png) no-repeat 0.25rem 0.4rem;
    background-size: 1rem auto;
  }
}
.probanner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.probanner .swiper-slide {
  height: 16rem;
  overflow: hidden;
}
.probanner .slide-inner {
  height: 16rem;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  /*&:after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left:0;
    height: 40%;
    background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
    z-index: 2;
  }*/
}
.probanner .hrefbtn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.probanner .swiper-button-prev, .probanner .swiper-button-next {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
}
.probanner .swiper-button-prev svg, .probanner .swiper-button-next svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.probanner .swiper-button-prev {
  left: calc(50vw - 700px);
}
.probanner .swiper-button-next {
  right: calc(50vw - 700px);
}
.probanner .swiper-pagination {
  position: absolute;
  bottom: .75rem !important;
  width: 100% !important;
}
.probanner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 6px;
  transition: all .3s;
}
.probanner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #db251a;
}

@media (max-width: 1400px) {
  .probanner .swiper-button-next {
    right: 5%;
  }

  .probanner .swiper-button-prev {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .probanner .slide-inner, .probanner .swiper-slide {
    height: 8rem;
  }

  .probanner .swiper-button-prev, .probanner .swiper-button-next {
    display: none;
  }

  .probanner .swiper-pagination {
    bottom: 10px !important;
  }

  .probanner .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.i-pro1 {
  padding: 20px 0;
  background: #fff;
}
.i-pro1 .ulbox .li {
  width: 23%;
  margin-right: 2%;
  overflow: hidden;
  border-radius: 5px;
}
.i-pro1 .ulbox .li:nth-child(4n) {
  margin-right: 0;
}
.i-pro1 .ulbox img {
  width: 100%;
}

.pro-mallbtn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: .25rem;
  right: .25rem;
  opacity: 0;
  transition: all .3s;
}
.pro-mallbtn .img1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
  transition: all .3s;
}
.pro-mallbtn .img2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  cursor: pointer;
  transition: all .3s;
}

.pro-mallbtn.cur .img1 {
  opacity: 0;
  visibility: hidden;
}
.pro-mallbtn.cur .img2 {
  opacity: 1;
  visibility: visible;
}

.warp-pro2 {
  background: #efefef;
  padding-bottom: 1rem;
}

.iproducts-nav {
  background: #fff;
  height: 65px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.iproducts-nav .li {
  margin-right: 1.75rem;
  height: 65px;
  line-height: 65px;
  color: #555;
  position: relative;
  transition: all .3s;
  cursor: pointer;
}
.iproducts-nav .li:before {
  content: "";
  position: absolute;
  height: 4px;
  background: #e7551e;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition: all .3s;
}
.iproducts-nav .li:hover, .iproducts-nav .li.cur {
  color: #e7551e;
}
.iproducts-nav .li:hover:before, .iproducts-nav .li.cur:before {
  opacity: 1;
}

.iproducts-nav.active {
  opacity: 1;
  visibility: visible;
}

.i-pro2 {
  padding: 1rem 0 0;
}
.i-pro2 .pro-top {
  margin-bottom: .5rem;
}
.i-pro2 .pro-top .tit2 {
  color: #555555;
  margin-right: .75rem;
}
.i-pro2 .pro-top a {
  margin-right: 1rem;
  color: #888;
}
.i-pro2 .pro-top a:hover {
  color: #e95a23;
}
.i-pro2 .morebtn {
  color: #888;
}
.i-pro2 .morebtn .btn {
  width: 18px;
  height: 18px;
  margin-left: .25rem;
  border-radius: 50%;
  border: 1px solid #e85923;
}
.i-pro2 .morebtn svg {
  width: 10px;
  height: 10px;
  fill: #e85923;
}
.i-pro2 .procontent {
  margin-top: .5rem;
}
.i-pro2 .pro-left {
  width: 39.28%;
  height: 17.5rem;
  background: #fff;
  border-radius: 5px;
  padding: 1rem;
  overflow: hidden;
  position: relative;
}
.i-pro2 .pro-left .swiper-slide {
  width: 100%;
  height: 11.7rem;
}
.i-pro2 .pro-left .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.i-pro2 .pro-left .proimg {
  overflow: hidden;
  padding-bottom: 2rem;
  position: relative;
}
.i-pro2 .pro-left .text {
  justify-content: space-between;
}
.i-pro2 .pro-left .tit2 {
  color: #555;
}
.i-pro2 .pro-left .tit3 {
  color: #888;
}
.i-pro2 .pro-left .warp-swiper-pagination {
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 1rem;
}
.i-pro2 .pro-left .warp-swiper-pagination:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 1px;
  z-index: 1;
  background: #f7f7f7;
}
.i-pro2 .pro-left .swiper-pagination {
  position: absolute;
  bottom: -7px !important;
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  z-index: 2;
  padding: 0 .75rem;
}
.i-pro2 .pro-left .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dddddd;
  margin: 0 6px;
  transition: all .3s;
}
.i-pro2 .pro-left .swiper-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.2, 1.2);
  background: #db251a;
}
.i-pro2 .price {
  color: #e8551e;
}
.i-pro2 .pro-right {
  width: calc(60.72% - 20px);
}
.i-pro2 .pro-right .img {
  position: relative;
  width: 100%;
  transition: all .3s ease;
}
.i-pro2 .pro-right .img img {
  width: 100%;
}
.i-pro2 .pro-right .li {
  width: 31.9%;
  height: 8.55rem;
  padding: .75rem;
  margin-right: 2.15%;
  margin-bottom: 2.15%;
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.i-pro2 .pro-right .tip1 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #453191;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.i-pro2 .pro-right .tip2 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #dbac73;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.i-pro2 .pro-right .tip3 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #e42929;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.i-pro2 .pro-right .li:nth-child(3n) {
  margin-right: 0;
}
.i-pro2 .pro-right .tit3 {
  color: #555;
  transition: all .3s ease;
}
.i-pro2 .pro-right .tit4 {
  color: #888;
  transition: all .3s ease;
}
.i-pro2 .pro-right .tit5 {
  color: #e8551e;
  transition: all .3s ease;
}
.i-pro2 .pro-right .text {
  transition: all .3s ease;
}
.i-pro2 .bot {
  margin-top: .55rem;
  transition: all .3s ease;
}
.i-pro2 .bot a {
  margin: 0 7px;
  width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  box-sizing: content-box;
}
.i-pro2 .bot a:nth-child(1) {
  background: #fff;
  color: #e7551e;
}
.i-pro2 .bot a:nth-child(2) {
  border: 2px solid white;
  color: #fff;
}
.i-pro2 .imgswiper {
  width: 31.9%;
  position: relative;
  overflow: hidden;
}
.i-pro2 .imgswiper .swiper-slide {
  width: 100%;
  height: 8.55rem;
  background-size: cover;
  background-position: 50% 50%;
}
.i-pro2 .imgswiper .swiper-slide2 {
  background: #fff;
  padding: .75rem;
}
.i-pro2 .imgswiper .swiper-pagination {
  position: absolute;
  bottom: .5rem !important;
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.i-pro2 .imgswiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 6px;
  transition: all .3s;
}
.i-pro2 .imgswiper .swiper-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.2, 1.2);
  background: #db251a;
}
/*.i-pro2 .imgswiper .swiper-slide2:hover {
  background: linear-gradient(#e7551e 10%, #f57646);
}
.i-pro2 .imgswiper .swiper-slide2:hover .img {
  transform: translate(0, calc(-30px - .55rem ));
}
.i-pro2 .imgswiper .swiper-slide2:hover .text {
  transform: translate(0, calc(-30px - .55rem ));
}
.i-pro2 .imgswiper .swiper-slide2:hover .text .tit3 {
  color: #fff;
}
.i-pro2 .imgswiper .swiper-slide2:hover .text .tit4 {
  color: #ff9e79;
}
.i-pro2 .imgswiper .swiper-slide2:hover .text .tit5 {
  color: #fff;
}
.i-pro2 .imgswiper .swiper-slide2:hover .bot {
  transform: translate(0, calc(-30px - .55rem ));
}*/
.i-pro2 .adsense-btn {
  height: 3rem;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  /*.i-pro2 .pro-right .li:hover {
    background: linear-gradient(#e7551e 10%, #f57646);
  }
  .i-pro2 .pro-right .li:hover .img {
    transform: translate(0, calc(-30px - .55rem ));
  }
  .i-pro2 .pro-right .li:hover .text {
    transform: translate(0, calc(-30px - .55rem ));
  }
  .i-pro2 .pro-right .li:hover .text .tit3 {
    color: #fff;
  }
  .i-pro2 .pro-right .li:hover .text .tit4 {
    color: #ff9e79;
  }
  .i-pro2 .pro-right .li:hover .text .tit5 {
    color: #fff;
  }
  .i-pro2 .pro-right .li:hover .bot {
    transform: translate(0, calc(-30px - .55rem ));
  }*/

  .i-pro2 .bot {
    transform: translate(0, 30px);
  }
}
@media (max-width: 1680px) {
  .i-pro2 .pro-right .img {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .i-pro2 .pro-left, .i-pro2 .pro-right {
    width: 100%;
  }

  .i-pro2 .pro-right {
    margin-top: 1rem;
  }

  .i-pro2 .pro-right .li, .i-pro2 .imgswiper .swiper-slide {
    height: 13.55rem;
  }

  .i-pro2 .bot a:nth-child(1) {
    background: #e7551e;
    color: #fff;
  }

  .i-pro2 .bot a:nth-child(2) {
    border: 2px solid #e7551e;
    color: #e7551e;
  }

  .i-pro2 .bot a {
    width: 55px;
    margin: 0 3px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .i-pro2 .pro-right .tit4, .i-pro2 .pro-right .tit5 {
    font-size: 12px;
  }

  .i-pro2 .bot {
    margin-top: .35rem;
  }

  .iproducts-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .i-pro2 .pro-right .li, .i-pro2 .imgswiper .swiper-slide {
    height: 10.55rem;
  }

  .i-pro1 .ulbox .li {
    width: 48%;
    margin-right: 4%;
  }

  .i-pro1 .ulbox .li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 4%;
  }

  .i-pro2 .pro-top a {
    margin-right: .5rem;
  }
}
@media (max-width: 767px) {
  .i-pro2 .pro-top a {
    font-size: 12px;
  }

  .i-pro2 .pro-right .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .i-pro2 .imgswiper {
    width: 48%;
  }

  .i-pro2 .pro-right .li:nth-child(3n) {
    margin-right: 4%;
  }

  .i-pro2 .pro-right .li:nth-child(2n) {
    margin-right: 0;
  }

  .i-pro2 .pro-right {
    margin-top: .5rem;
  }

  .i-pro2 .pro-top .leftnav a {
    display: none;
  }

  .i-pro2 .adsense-btn {
    height: 2rem;
  }

  .i-pro2 .imgswiper .swiper-pagination {
    bottom: 10px !important;
  }

  .i-pro2 .imgswiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
}
.warp-iproducts-nav2 {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 100px;
}

.iproducts-nav2 {
  height: 100px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  /*opacity:0;
  visibility:hidden;*/
  transition: all .3s;
  z-index: 9;
}
.iproducts-nav2 .li {
  margin-right: 1.75rem;
  height: 100px;
  line-height: 100px;
  color: #555;
  position: relative;
  transition: all .3s;
  cursor: pointer;
}
.iproducts-nav2 .li:before {
  content: "";
  position: absolute;
  height: 4px;
  background: #e7551e;
  width: 100%;
  bottom: 30px;
  opacity: 0;
  transition: all .3s;
}
.iproducts-nav2 .li:nth-child {
  margin-bottom: 0;
}
.iproducts-nav2 .li:hover, .iproducts-nav2 .li.cur {
  color: #e7551e;
}
.iproducts-nav2 .li:hover:before, .iproducts-nav2 .li.cur:before {
  opacity: 1;
}

.iproducts-nav2.active {
  background: #fff;
  position: fixed;
}

.warp-pro3 {
  background: #efefef;
  padding-bottom: 1rem;
}
.warp-pro3 .i-pro3 {
  margin-bottom: 1rem;
}
.warp-pro3 .probox {
  background: #fff;
  border-radius: 5px;
  margin-bottom: .75rem;
  overflow: hidden;
}
.warp-pro3 .probox .iconlogo {
  max-height: 1.5rem;
}
.warp-pro3 .probox .text {
  width: 39.2%;
  padding: 1.5rem .95rem;
}
.warp-pro3 .probox .tit3 {
  color: #555;
  margin-top: .4rem;
}
.warp-pro3 .probox .tit4 {
  color: #777;
  line-height: 1.8;
  margin-top: .65rem;
}
.warp-pro3 .probox .tit5 {
  height: 40px;
  padding: 0 .5rem;
  font-size: 15px;
  border-radius: 40px;
  background: #e7541e;
  color: #fff;
  margin-top: .9rem;
}
.warp-pro3 .probox .tit5 img {
  width: 18px;
  margin-right: .25rem;
}
.warp-pro3 .probox .imgbox {
  width: 60.8%;
  position: relative;
  z-index: 2;
}
.warp-pro3 .probox .imgbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.warp-pro3 .procontent .imgswiper {
  padding-bottom: 1.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.warp-pro3 .procontent .imgswiper .swiper-slide {
  background: #fff;
  padding: .75rem;
  height: 8.55rem;
  position: relative;
  overflow: hidden;
}
.warp-pro3 .procontent .imgswiper .img {
  transition: all .3s;
}
.warp-pro3 .procontent .imgswiper .img img {
  max-width: 100%;
}
.warp-pro3 .procontent .imgswiper .swiper-pagination {
  position: absolute;
  bottom: .5rem !important;
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.warp-pro3 .procontent .imgswiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d2d2d2;
  margin: 0 6px;
  transition: all .3s;
}
.warp-pro3 .procontent .imgswiper .swiper-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.2, 1.2);
  background: #db251a;
}
.warp-pro3 .procontent .bot {
  margin-top: .55rem;
  transition: all .3s ease;
}
.warp-pro3 .procontent .bot a {
  margin: 0 7px;
  width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  box-sizing: content-box;
}
.warp-pro3 .procontent .bot a:nth-child(1) {
  background: #fff;
  color: #e7551e;
}
.warp-pro3 .procontent .bot a:nth-child(2) {
  border: 2px solid white;
  color: #fff;
}

@media (min-width: 1024px) {
  .i-pro3 .li:hover {
    background: linear-gradient(#e7551e 10%, #f57646);
  }
  .i-pro3 .li:hover .img {
    transform: translate(0, calc(-30px - .55rem ));
  }
  .i-pro3 .li:hover .text {
    transform: translate(0, calc(-30px - .55rem ));
  }
  .i-pro3 .li:hover .text .tit3 {
    color: #fff;
  }
  .i-pro3 .li:hover .text .tit4 {
    color: #ff9e79;
  }
  .i-pro3 .li:hover .text .tit5 {
    color: #fff;
  }
  .i-pro3 .li:hover .bot {
    transform: translate(0, calc(-30px - .55rem ));
  }

  .i-pro3 .bot {
    transform: translate(0, 30px);
  }
}
@media (max-width: 1024px) {
  .warp-iproducts-nav2 {
    margin-top: 0;
    display: none;
  }

  .warp-pro3 {
    padding-top: 1.5rem;
  }

  .warp-pro3 .procontent .bot a:nth-child(1) {
    background: #e7551e;
    color: #fff;
  }

  .warp-pro3 .procontent .bot a:nth-child(2) {
    border: 2px solid #e7551e;
    color: #e7551e;
  }

  .warp-pro3 .procontent .bot a {
    width: 55px;
    margin: 0 3px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .warp-pro3 .procontent .tit4, .warp-pro3 .procontent .tit5 {
    font-size: 12px;
  }

  .warp-pro3 .procontent .bot {
    margin-top: .35rem;
  }
}
@media (max-width: 768px) {
  .warp-pro3 .probox .text {
    width: 100%;
  }

  .warp-pro3 .probox .imgbox {
    width: 100%;
    height: 13rem;
  }

  .warp-pro3 .procontent .imgswiper .swiper-slide {
    height: 12rem;
  }

  .warp-pro3 .procontent .imgswiper .swiper-pagination {
    bottom: 0 !important;
  }

  .warp-pro3 .procontent .imgswiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
}
.pro-list {
  padding: 262px 0 2.5rem;
  background: #efefef;
}
.pro-list .pro-ulbox .img {
  position: relative;
  width: 100%;
  transition: all .3s ease;
}
.pro-list .pro-ulbox .img img {
  width: 100%;
}
.pro-list .pro-ulbox .li {
  width: 18.5%;
  height: 345px;
  padding: .75rem;
  margin-right: 1.8%;
  margin-bottom: 1.8%;
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pro-list .pro-ulbox .tip1 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #453191;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.pro-list .pro-ulbox .tip2 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #dbac73;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.pro-list .pro-ulbox .tip3 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #e42929;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.pro-list .pro-ulbox .li:nth-child(5n) {
  margin-right: 0;
}
.pro-list .pro-ulbox .tit3 {
  color: #555;
  transition: all .3s ease;
}
.pro-list .pro-ulbox .tit4 {
  color: #888;
  transition: all .3s ease;
}
.pro-list .pro-ulbox .tit5 {
  color: #e8551e;
  transition: all .3s ease;
}
.pro-list .pro-ulbox .text {
  transition: all .3s ease;
}
.pro-list .bot {
  margin-top: .55rem;
  transition: all .3s ease;
}
.pro-list .bot a {
  margin: 0 7px;
  width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  box-sizing: content-box;
}
.pro-list .bot a:nth-child(1) {
  background: #fff;
  color: #e7551e;
}
.pro-list .bot a:nth-child(2) {
  border: 2px solid white;
  color: #fff;
}

@media (min-width: 1024px) {
  .pro-list .pro-ulbox .li:hover {
    background: linear-gradient(#e7551e 10%, #f57646);
  }
  .pro-list .pro-ulbox .li:hover .img {
    transform: translate(0, calc(-30px - .55rem ));
  }
  .pro-list .pro-ulbox .li:hover .text {
    transform: translate(0, calc(-30px - .55rem ));
  }
  .pro-list .pro-ulbox .li:hover .text .tit3 {
    color: #fff;
  }
  .pro-list .pro-ulbox .li:hover .text .tit4 {
    color: #ff9e79;
  }
  .pro-list .pro-ulbox .li:hover .text .tit5 {
    color: #fff;
  }
  .pro-list .pro-ulbox .li:hover .bot {
    transform: translate(0, calc(-30px - .55rem ));
  }

  .pro-list .pro-ulbox .bot {
    transform: translate(0, 30px);
  }
}
@media (max-width: 1400px) {
  .pro-list .pro-ulbox .li {
    height: 300px;
  }

  .pro-list .bot a {
    width: 60px;
  }
}
@media (max-width: 1280px) {
  .pro-list .pro-ulbox .li {
    height: 280px;
  }
}
@media (max-width: 1024px) {
  .pro-list {
    padding: 1.5rem 0 2rem;
  }

  .pro-list .pro-ulbox .li {
    width: 31.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 15rem;
  }

  .pro-list .pro-ulbox .li:nth-child(5n) {
    margin-right: 2%;
  }

  .pro-list .pro-ulbox .li:nth-child(3n) {
    margin-right: 0;
  }

  .pro-list .pro-ulbox .bot a:nth-child(1) {
    background: #e7551e;
    color: #fff;
  }

  .pro-list .pro-ulbox .bot a:nth-child(2) {
    border: 2px solid #e7551e;
    color: #e7551e;
  }

  .pro-list .pro-ulbox .bot a {
    width: 55px;
    margin: 0 3px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .pro-list .pro-ulbox .tit4, .pro-list .pro-ulbox .tit5 {
    font-size: 12px;
  }

  .pro-list .pro-ulbox .bot {
    margin-top: .35rem;
  }
}
@media (max-width: 768px) {
  .pro-list .pro-ulbox .li {
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .pro-list .pro-ulbox .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    height: 11.5rem;
  }

  .pro-list .pro-ulbox .li:nth-child(5n) {
    margin-right: 4%;
  }

  .pro-list .pro-ulbox .li:nth-child(3n) {
    margin-right: 4%;
  }

  .pro-list .pro-ulbox .li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .i-pro2 .pro-right .li:hover .pro-mallbtn {
    opacity: 1;
  }

  .warp-pro3 .procontent .imgswiper .li:hover .pro-mallbtn {
    opacity: 1;
  }
}
.headerr .pro-nav-ulbox {
  background: #fff;
  height: 100px;
  display: none;
}
.headerr .pro-nav-ulbox .li {
  height: 100px;
  width: 16.6%;
  color: #333;
  cursor: pointer;
}
.headerr .pro-nav-ulbox .li .img {
  width: 35px;
  height: 35px;
  position: relative;
  margin: 0 auto .15rem;
}
.headerr .pro-nav-ulbox .li .img1 {
  transition: all .3s;
}
.headerr .pro-nav-ulbox .li .img2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all .3s;
}
.headerr .pro-nav-ulbox .li:hover, .headerr .pro-nav-ulbox .li.cur {
  color: #e7541e;
}
.headerr .pro-nav-ulbox .li:hover .img1, .headerr .pro-nav-ulbox .li.cur .img1 {
  opacity: 0;
}
.headerr .pro-nav-ulbox .li:hover .img2, .headerr .pro-nav-ulbox .li.cur .img2 {
  opacity: 1;
}
.headerr .pro-nav-ulbox .proitem {
  position: absolute;
  width: 1400px;
  left: 50%;
  margin-left: -700px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  z-index: 9;
  top: 100px;
  box-shadow: inset 10px 0px 15px 0px rgba(231, 84, 30, 0.06);
  opacity: 0;
  transform: translate(0, 20px);
  visibility: hidden;
  transition: all .5s ease;
}
.headerr .pro-nav-ulbox .imgswiper {
  width: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.headerr .pro-nav-ulbox .imgswiper .swiper-slide {
  width: 100%;
  height: 8.5rem;
  background-size: cover;
  background-position: 50% 50%;
}
.headerr .pro-nav-ulbox .imgswiper .swiper-pagination {
  position: absolute;
  bottom: .5rem !important;
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.headerr .pro-nav-ulbox .imgswiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 6px;
  transition: all .3s;
}
.headerr .pro-nav-ulbox .imgswiper .swiper-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.2, 1.2);
  background: #db251a;
}
.headerr .pro-nav-ulbox .pro-nav {
  width: calc(100% - 260px - 1.5rem);
}
.headerr .pro-nav-ulbox .pro-nav .li-item {
  width: 22.5%;
}
.headerr .pro-nav-ulbox .pro-nav .tit3 {
  color: #555;
  line-height: 1;
  padding: .5rem 0;
  color: #555;
  border-bottom: 2px solid #eee;
  transition: all .3s;
}
.headerr .pro-nav-ulbox .pro-nav a {
  padding: .4rem 0;
  color: #666;
  border-bottom: 1px dashed #eee;
}
.headerr .pro-nav-ulbox .pro-nav a svg {
  width: 18px;
  height: 18px;
  fill: #dfdfdf;
  transition: all .3s;
}
.headerr .pro-nav-ulbox .pro-nav a .iconbox {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  transition: all .3s;
}
.headerr .pro-nav-ulbox .pro-nav a:last-child {
  border-bottom: none;
}
.headerr .pro-nav-ulbox .pro-nav .li-item:hover .tit3 {
  border-bottom: 2px solid #e7541e;
}
.headerr .pro-nav-ulbox .pro-nav a:hover {
  color: #e7541e;
}
.headerr .pro-nav-ulbox .pro-nav a:hover .iconbox {
  background: #e7541e;
}
.headerr .pro-nav-ulbox .li:hover .proitem {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

@media (max-width: 1480px) {
  .headerr .pro-nav-ulbox .proitem {
    width: 100%;
    left: 50%;
    margin-left: -50%;
  }
}
@media (max-width: 1280px) {
  .headerr .pro-nav-ulbox .pro-nav .tit3 {
    font-size: 15px;
  }

  .headerr .pro-nav-ulbox .pro-nav a {
    font-size: 13px;
  }

  .headerr .pro-nav-ulbox .imgswiper {
    width: 190px;
  }

  .headerr .pro-nav-ulbox .pro-nav {
    width: calc(100% - 190px - 1.5rem);
  }
}
.products-info {
  background: #efefef;
  padding: 218px 0 2rem;
}
.products-info .protitle {
  padding: .75rem 0;
}
.products-info .protitle span {
  color: #888;
}
.products-info .protitle a {
  color: #888;
}
.products-info .tip1 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #453191;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.products-info .tip2 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #dbac73;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.products-info .tip3 {
  position: absolute;
  left: .5rem;
  top: .5rem;
  padding: 0 3px;
  background: #e42929;
  border-radius: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.products-info .products-topbox {
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
}
.products-info .proimg {
  width: 50%;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.products-info .proimg .swiper-slide {
  width: 100%;
}
.products-info .proimg .swiper-slide img {
  width: 100%;
}
.products-info .proimg .swiper-pagination {
  position: absolute;
  bottom: .5rem !important;
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.products-info .proimg .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 6px;
  transition: all .3s;
}
.products-info .proimg .swiper-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.2, 1.2);
  background: #db251a;
}
.products-info .protext {
  padding: 1.25rem;
  width: 50%;
}
.products-info .protext .tit3 {
  color: #555;
  line-height: 1.6;
}
.products-info .protext .tit4 {
  line-height: 2;
}
.products-info .protext .tit5 {
  margin-top: .65rem;
}
.products-info .protext .tit5 .sp1 {
  width: 80px;
  color: #999;
  line-height: 1.2;
}
.products-info .protext .tit5 .sp2 {
  color: #e8551e;
  width: calc(100% - 100px);
}
.products-info .protext .tit5 .sp3 svg {
  width: 25px;
  height: 25px;
  margin-left: .5rem;
  fill: #cfcfcf;
}
.products-info .protext .tit5 .sp4 .jian, .products-info .protext .tit5 .sp4 .jia {
  width: 36px;
  height: 36px;
  box-sizing: content-box;
  color: #cfcfcf;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}
.products-info .protext .tit5 .sp4 .num {
  width: 64px;
  padding: 0 5px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d8d8d8;
  background: none;
  box-sizing: content-box;
}
.products-info .protext .sizebox {
  width: calc(100% - 100px);
}
.products-info .protext .sizebox .li {
  padding: 0 8px;
  height: 35px;
  line-height: 35px;
  margin-right: .5rem;
  margin-bottom: .25rem;
  cursor: pointer;
  border: 2px solid #d8d8d8;
  transition: all .3s ease;
}
.products-info .protext .sizebox .li:hover, .products-info .protext .sizebox .li.cur {
  border: 2px solid #e8551e;
  color: #e8551e;
}
.products-info .protext .botbox {
  margin-top: 1.25rem;
}
.products-info .protext .buybtn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  background: #e8551e;
  margin-right: .5rem;
}
.products-info .protext .mallbtn {
  background: #ffe5db;
  color: #e8551e;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
}
.products-info .protext .mallbtn svg {
  width: 22px;
  height: 22px;
  margin-right: .3rem;
  fill: #e8551e;
}
.products-info .titlebox {
  padding: 20px 0;
  color: #888;
}
.products-info .procontent {
  position: relative;
  z-index: 1;
}
.products-info .contentbox {
  margin-bottom: .75rem;
  position: relative;
  z-index: 1;
}
.products-info .contentbox .content-left {
  width: calc(100% - 400px);
}
.products-info .contentbox .content-right {
  position: absolute;
  width: 370px;
  right: 0;
  top: 0;
  z-index: 9;
}
.products-info .contentbox .buybox {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
}
.products-info .contentbox .tit4 {
  color: #555;
}
.products-info .contentbox .tit5 {
  color: #555;
  line-height: 1.2;
  margin-bottom: .5rem;
}
.products-info .contentbox .buy-item {
  border-bottom: 1px solid #efefef;
  padding: .65rem 0 .5rem;
}
.products-info .contentbox .buy-item .sp1 {
  width: 80px;
  color: #999;
  line-height: 1.2;
}
.products-info .contentbox .buy-item .sp2 {
  color: #e8551e;
  max-width: calc(100% - 100px);
}
.products-info .contentbox .botbox {
  margin-top: 1.25rem;
}
.products-info .contentbox .buybtn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  background: #e8551e;
  margin-right: .25rem;
}
.products-info .contentbox .mallbtn {
  background: #ffe5db;
  color: #e8551e;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
}
.products-info .contentbox .mallbtn svg {
  width: 20px;
  height: 20px;
  margin-right: .15rem;
  fill: #e8551e;
}
.products-info .contentbox .buytext {
  margin-top: .75rem;
  background: #fff;
  border-radius: 8px;
  padding: 1rem 1rem .5rem;
  background: #fff;
  width: 100%;
}
.products-info .contentbox .tit6 {
  color: #888;
}
.products-info .contentbox .li-item {
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}
.products-info .contentbox .li-item img {
  height: 24px;
}
.products-info .contentbox .li-item .item {
  width: calc(100% - 45px);
  color: #777;
  line-height: 2;
}
.products-info .contentbox .li-item:last-child {
  border-bottom: none;
}
.products-info .contentbox .content-right.active {
  position: fixed;
  right: calc(50% - 700px);
  top: 260px;
}
.products-info .imgswiper {
  width: 100%;
  /*padding-bottom:2rem;*/
  position: relative;
  overflow: hidden;
}
.products-info .imgswiper .swiper-slide {
  height: 330px;
  background: #fff;
  padding: .75rem;
  overflow: hidden;
}
.products-info .imgswiper .swiper-slide img {
  width: 100%;
}
.products-info .imgswiper .swiper-slide .img {
  transition: all .3s ease;
}
.products-info .imgswiper .swiper-slide .tit3 {
  color: #555;
  transition: all .3s ease;
}
.products-info .imgswiper .swiper-slide .tit4 {
  color: #888;
  transition: all .3s ease;
}
.products-info .imgswiper .swiper-slide .tit5 {
  color: #e8551e;
  transition: all .3s ease;
}
.products-info .imgswiper .swiper-slide .text {
  transition: all .3s ease;
}
.products-info .imgswiper .swiper-pagination {
  position: absolute;
  bottom: .5rem !important;
  width: auto !important;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  z-index: 2;
}
.products-info .imgswiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 6px;
  transition: all .3s;
}
.products-info .imgswiper .swiper-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.2, 1.2);
  background: #db251a;
}
.products-info .imgswiper .swiper-slide:hover {
  background: linear-gradient(#e7551e 10%, #f57646);
}
.products-info .imgswiper .swiper-slide:hover .img {
  transform: translate(0, calc(-30px));
}
.products-info .imgswiper .swiper-slide:hover .text {
  transform: translate(0, calc(-30px));
}
.products-info .imgswiper .swiper-slide:hover .text .tit3 {
  color: #fff;
}
.products-info .imgswiper .swiper-slide:hover .text .tit4 {
  color: #ff9e79;
}
.products-info .imgswiper .swiper-slide:hover .text .tit5 {
  color: #fff;
}

@media (max-width: 1400px) {
  .products-info .contentbox .content-right.active {
    position: fixed;
    right: 5%;
    top: 260px;
  }

  .products-info .imgswiper .swiper-slide {
    height: 308px;
  }
}
@media (max-width: 1280px) {
  .products-info .imgswiper .swiper-slide {
    height: 285px;
  }
}
@media (max-width: 1024px) {
  .products-info .imgswiper {
    padding-bottom: 2rem;
  }

  .products-info .swiper-pagination {
    display: block;
  }

  .products-info .proimg, .products-info .protext {
    width: 100%;
  }

  .products-info {
    padding: 1.5rem 0 2rem;
  }
}
@media (max-width: 768px) {
  .products-info .contentbox .content-left {
    width: 100%;
  }

  .products-info .contentbox .content-right {
    width: 100%;
    position: relative;
  }

  .products-info .contentbox .buybox {
    display: none;
  }
}
@media (max-width: 767px) {
  .products-info .protext .sizebox {
    width: 100%;
    margin-top: .25rem;
  }

  .products-info .protext .tit5 .sp1 {
    font-size: 14px;
  }

  .products-info .protext .sizebox .li {
    font-size: 12px;
    margin-right: .25rem;
  }

  .products-info .protext .buybtn, .products-info .protext .mallbtn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
  }

  .products-info .protext {
    padding: 1rem 6%;
  }

  .products-info .contentbox .li-item .item {
    font-size: 12px;
  }

  .products-info .contentbox .li-item img {
    height: 18px;
  }

  .products-info .contentbox .li-item .item {
    width: calc(100% - 32px);
  }

  .products-info {
    padding: .5rem 0 1rem;
  }
}
.n-land {
  position: relative;
  z-index: 2;
}
.n-land .content {
  padding: 3rem 0;
}
.n-land .bg {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
.n-land .text {
  width: 440px;
  padding: .65rem .75rem;
  background: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.n-land .text .tit2 {
  color: #555;
  position: relative;
  margin-bottom: .5rem;
  width: 100%;
  padding-left: 16px;
}
.n-land .text .tit2:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 22px;
  background: #e8551e;
  border-radius: 6px;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.n-land .text .frombox {
  width: 100%;
}
.n-land .text .inputbox {
  height: 1.5rem;
  min-height: 45px;
  margin-bottom: .5rem;
  position: relative;
}
.n-land .text .input1 {
  width: 100%;
  height: 1.5rem;
  min-height: 45px;
  border: 2px solid #f2f2f2;
  padding: 0 50px;
  background: #efefef;
}
.n-land .text .icon {
  width: 19px;
  height: 22px;
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -11px;
}
.n-land .text .coadbox {
  position: relative;
}
.n-land .text .coadbox .input1 {
  width: calc(100% - 180px);
  height: 1.5rem;
  min-height: 45px;
  border: 2px solid #f2f2f2;
  padding: 0 50px;
  background: #efefef;
}
.n-land .text .coadbox .coadimg {
  width: 170px;
  color: #666;
}
.n-land .text .coadbox .coadimg img {
  width: 3.15rem;
  margin-right: .15rem;
}
.n-land .text .submit-btn {
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(#fe8355, #f25f28);
  border-radius: 1.5rem;
  border: none;
  margin-top: .75rem;
  color: #fff;
}
.n-land .text .p {
  margin-top: .4rem;
  color: #888;
  text-align: center;
  width: 100%;
}
.n-land .text .p a {
  color: #e8551e;
  display: inline-block;
  transition: all .3s;
}
.n-land .text .tip {
  width: 100%;
  color: #888;
  margin-top: .5rem;
  transition: all .3s;
}
.n-land .text .tip:hover {
  color: #e8551e;
}

@media (max-width: 767px) {
  .n-land .text {
    width: 100%;
  }

  .n-land .text .input1 {
    padding: 0 10px 0 50px;
  }

  .n-land .text .coadbox .input1 {
    width: calc(100% - 90px);
    padding: 0 10px 0 50px;
  }

  .n-land .text .coadbox .coadimg {
    width: 90px;
  }

  .n-land .text .p, .n-land .text .tip {
    font-size: 12px;
  }
}
.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}



.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m.js-m-2 {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all .8s ease;
}

.js-m.js-m-2.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-3 {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all .8s ease;
}

.js-m-3.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m.js-m-4 {
  opacity: 0;
  transform: translate(0, -100px);
  transition: all .8s ease;
}

.js-m.js-m-4.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-top {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
}

.js-m-top.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-5 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.3s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-5.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.imgbg-tong {
  position: relative;
}

.imgbg-tong:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

.imgbg-tong:before {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  z-index: 5;
  opacity: 1;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.imgbg-tong2 {
  position: relative;
}

.imgbg-tong2:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  transition: all 1s ease-in-out;
}

.js-m.animate.imgbg-tong2:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  left: 100%;
}

.js-m.animate.imgbg-tong:before, .js-m.animate.imgbg-tong:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

.image-in {
  display: block;
  overflow: hidden;
}

.image-in::before {
  transform: scaleX(1);
  transform-origin: right center 0px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform, -webkit-transform;
  transition-delay: 0.6s;
}

.image-in::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  background-color: black;
}

.image-in {
  transform: translate3d(-100.5%, 0px, 0px);
  transform-origin: left center 0px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform, -webkit-transform;
  transition-delay: 0.2s;
}

.js-m.animate .image-in {
  transform: translate3d(0px, 0px, 0px);
}

.js-m.animate .image-in::before {
  transform: scale(0, 1);
}

.delay1 {
  transition-delay: .1s !important;
}

.delay2 {
  transition-delay: .2s !important;
}

.delay3 {
  transition-delay: .3s !important;
}

.delay4 {
  transition-delay: .4s !important;
}

.delay5 {
  transition-delay: .5s !important;
}

.delay6 {
  transition-delay: .6s !important;
}

.delay7 {
  transition-delay: .7s !important;
}

.delay8 {
  transition-delay: .8s !important;
}

.delay9 {
  transition-delay: .9s !important;
}

@keyframes ball-spin {
  0%,100% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(0);
  }
}
.backtop-1.active {
  opacity: 1;
  -ms-transform: translate(0, 0);
}

.backtop-1 {
  position: fixed;
  bottom: 200px;
  right: 3%;
  background-color: #f15921;
  cursor: pointer;
  height: 46px;
  padding: 0;
  margin: 0;
  width: 46px;
  z-index: 11;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  ransition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.backtop-1 svg {
  height: 20px;
  width: 20px;
  fill: #fff;
  -webkit-animation: start-backtop-1 1.5s infinite ease-in-out;
  animation: start-backtop-1 1.5s infinite ease-in-out;
}

.backtop-1.active {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

@media (max-width: 767px) {
  .backtop-1 {
    bottom: 18%;
  }
}
@keyframes start-backtop-1 {
  0%, 30% {
    opacity: 0;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0px, -6px);
    transform: translate(0px, -6px);
  }
}
@keyframes start1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
  }
}
.project-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.project-alert.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.project-alert.active .content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project-alert .content {
  position: absolute;
  max-width: 1200px;
  padding: 1.75rem;
  background: #fff;
  border-radius: 15px;
  width: 90%;
  height: auto;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project-alert .content .warp-imgbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.project-alert .content .warp-imgbox .swiper-pagination {
  position: relative;
  z-index: 2;
}
.project-alert .content .warp-imgbox .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background: #dcdcdc;
  transition: background .3s;
}
.project-alert .content .warp-imgbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #e7551e;
}
.project-alert .content .img-container {
  margin-bottom: 1.25rem;
}
.project-alert .content .img-container .swiper-slide img {
  width: 100%;
}

.project-alert .content .video {
  width: 100%;
}

.project-alert .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0rem;
  right: -2rem;
  background: #e7551e;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}

.project-alert .close .icon {
  position: relative;
  width: 26px;
  height: 26px;
  fill: #333;
  display: block;
  vertical-align: middle;
}

.city-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.city-alert.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.city-alert.active .content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.city-alert .content {
  position: absolute;
  max-width: 1600px;
  padding: 2.25rem 4.25rem;
  background: linear-gradient(#ffffff 40%, #ffeae1);
  border-radius: 15px;
  width: 90%;
  height: auto;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.city-alert .content .img {
  width: 10.5rem;
}
.city-alert .content .img .bgimg {
  width: 100%;
}
.city-alert .content .img .img1 {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.city-alert .content .text {
  width: calc(100% - 13rem);
}
.city-alert .content .text .tit4 {
  padding: .5rem 0;
  color: #f15921;
  position: relative;
}
.city-alert .content .text .tit4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background: linear-gradient(left, #f15921, #fff);
  background: -moz-linear-gradient(left, #f15921, #fff);
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f15921), to(#fff));
  background: -webkit-linear-gradient(left, #f15921, #fff);
  background: -o-linear-gradient(left, #f15921, #fff);
}
.city-alert .content .text .tit4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: linear-gradient(left, #f15921, #fff);
  background: -moz-linear-gradient(left, #f15921, #fff);
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f15921), to(#fff));
  background: -webkit-linear-gradient(left, #f15921, #fff);
  background: -o-linear-gradient(left, #f15921, #fff);
}
.city-alert .content .text .tit5 {
  padding: .5rem 0;
  color: #f15921;
  margin-bottom: 1rem;
  position: relative;
}
.city-alert .content .text .tit5:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: linear-gradient(left, #f15921, #fff);
  background: -moz-linear-gradient(left, #f15921, #fff);
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f15921), to(#fff));
  background: -webkit-linear-gradient(left, #f15921, #fff);
  background: -o-linear-gradient(left, #f15921, #fff);
}
.city-alert .content .text .tit6 {
  color: #000;
  margin-bottom: .75rem;
}
.city-alert .content .text .p {
  color: #555;
  line-height: 2;
}

.city-alert .content .video {
  width: 100%;
}

.city-alert .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0rem;
  right: -2rem;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}

.city-alert .close .icon {
  position: relative;
  width: 26px;
  height: 26px;
  fill: #333;
  display: block;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .city-alert .close {
    right: 0;
  }

  .city-alert .content {
    padding: 1.75rem 2rem;
  }
}
@media (max-width: 768px) {
  .city-alert .content {
    padding: 1.75rem 2rem;
  }

  .city-alert .content .img {
    width: 10.5rem;
    margin: 0 auto 1.5rem;
  }

  .city-alert .content .text {
    width: 100%;
  }

  .city-alert .content .img .bgimg {
    width: 114%;
  }
}
@media (max-width: 767px) {
  .city-alert .content {
    padding: 1rem 5%;
    width: 100%;
  }

  .city-alert .content .text .p {
    font-size: 12px;
  }

  .city-alert .content {
    overflow-y: auto;
    max-height: 100vh;
  }

  .city-alert .content {
    border-radius: 0;
  }
}
.distributor-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.distributor-alert.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.distributor-alert.active .content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.distributor-alert .content {
  position: absolute;
  max-width: 1600px;
  background: #fff;
  width: 90%;
  height: auto;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.distributor-alert .content .img {
  width: 50%;
}
.distributor-alert .content .img .bgimg {
  width: 100%;
  height: 19.2rem;
  min-height: 600px;
  background-size: cover;
}
.distributor-alert .content .text {
  width: 50%;
  height: 19.2rem;
  min-height: 600px;
  padding: 1rem 3.375rem;
}
.distributor-alert .content .text .tit2 {
  color: #f15921;
  position: relative;
  margin-bottom: 1.25rem;
  text-align: center;
  width: 100%;
}
.distributor-alert .content .text .frombox {
  width: 100%;
}
.distributor-alert .content .text .inputbox {
  height: 1.5rem;
  min-height: 45px;
  margin-bottom: .5rem;
  position: relative;
}
.distributor-alert .content .text .input1 {
  width: 100%;
  height: 1.5rem;
  min-height: 45px;
  border: 2px solid #f2f2f2;
  padding: 0 50px;
  background: none;
}
.distributor-alert .content .text .icon {
  width: 19px;
  height: 22px;
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -11px;
}
.distributor-alert .content .text .coadbox {
  position: relative;
}
.distributor-alert .content .text .coadbox .input1 {
  width: calc(100% - 180px);
  height: 1.5rem;
  min-height: 45px;
  border: 2px solid #f2f2f2;
  padding: 0 50px;
  background: none;
}
.distributor-alert .content .text .coadbox .coadimg {
  width: 170px;
  color: #666;
}
.distributor-alert .content .text .coadbox .coadimg img {
  width: 3.15rem;
  margin-right: .15rem;
}
.distributor-alert .content .text .submit-btn {
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(#fe8355, #f25f28);
  border-radius: 8px;
  border: none;
  margin-top: .75rem;
  color: #fff;
}
.distributor-alert .content .text .p {
  margin-top: .4rem;
  color: #666666;
  text-align: center;
}
.distributor-alert .content .text .p a {
  color: #f15921;
  display: inline-block;
}
.distributor-alert .content .text .tip {
  margin-top:1.5rem;
  width: 100%;
  text-align: center;
}
.distributor-alert .content .text .tip span {
  color: #f15921;
}

.distributor-alert .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0rem;
  right: -1.5rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}

.distributor-alert .close .icon {
  position: relative;
  width: 35px;
  height: 35px;
  fill: #fff;
  display: block;
  vertical-align: middle;
}

@media (max-width: 1280px) {
  .distributor-alert .content .text {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 960px) {
  .distributor-alert .content .img {
    width: 100%;
  }

  .distributor-alert .content .text {
    width: 100%;
  }

  .distributor-alert .content .img .bgimg {
    height: 260px;
    min-height: auto;
    background-position: 50% 50%;
  }

  .distributor-alert .content .text {
    height: auto;
    min-height: auto;
  }

  .distributor-alert .content .text form {
    width: 100%;
  }

  .distributor-alert .content .text .tip {
    margin-top: 1.5rem;
  }

  .distributor-alert .close {
    right: 0;
  }
}
@media (max-width: 767px) {
  .distributor-alert .content .text {
    padding: .5rem;
  }

  .distributor-alert .content .img .bgimg {
    height: 180px;
  }

  .distributor-alert .content .text .tit2 {
    margin-bottom: .5rem;
  }

  .distributor-alert .content .text .tip {
    margin-top: .5rem;
  }

  .distributor-alert .content .text .tit2 {
    font-size: .85rem;
  }

  .distributor-alert .content .text .p, .distributor-alert .content .text .tip {
    font-size: 12px;
  }

  .distributor-alert .content .text .coadbox .input1 {
    padding: 0 10px 0 50px;
  }
}
.d-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.d-alert.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.d-alert.active .content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.d-alert .content {
  position: absolute;
  max-width: 90%;
  background: #fff;
  width: 510px;
  height: auto;
  left: 50%;
  top: 50%;
  border-radius: 8px;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.d-alert .content .title {
  padding: 0 .65rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #f3f3f3;
}
.d-alert .content .text {
  height: 170px;
  color: #555;
  border-bottom: 1px solid #f3f3f3;
}
.d-alert .content .text img {
  width: 50px;
}
.d-alert .content .text span {
  margin-left: .45rem;
}
.d-alert .content a {
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  padding: 0 .5rem;
}
.d-alert .content .bot {
  padding: .5rem .75rem;
}
.d-alert .content .landbtn {
  background: #ed632f;
  color: #fff;
}
.d-alert .content .colse {
  color: #ed632f;
  margin-left: .35rem;
  border: 2px solid #ee6f3f;
}
.d-alert .content .colsebox {
  position: absolute;
  height: 25px;
  right: .75rem;
  top: .35rem;
  cursor: pointer;
}
.d-alert .content .colsebox svg {
  width: 25px;
  height: 25px;
  fill: #d9d9d9;
}

.success-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.success-alert.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.success-alert.active .content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.success-alert .content {
  position: absolute;
  max-width: 90%;
  background: #fff;
  width: 510px;
  height: auto;
  left: 50%;
  top: 50%;
  border-radius: 8px;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.success-alert .content .title {
  padding: 0 .65rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #f3f3f3;
}
.success-alert .content .text {
  height: 170px;
  color: #555;
  border-bottom: 1px solid #f3f3f3;
}
.success-alert .content .text img {
  width: 50px;
}
.success-alert .content .text span {
  margin-left: .45rem;
}
.success-alert .content a {
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  padding: 0 .5rem;
}
.success-alert .content .bot {
  padding: .5rem .75rem;
}
.success-alert .content .landbtn {
  background: #ed632f;
  color: #fff;
}
.success-alert .content .colse {
  color: #ed632f;
  margin-left: .35rem;
  border: 2px solid #ee6f3f;
}
.success-alert .content .colsebox {
  position: absolute;
  height: 25px;
  right: .75rem;
  top: .35rem;
  cursor: pointer;
}
.success-alert .content .colsebox svg {
  width: 25px;
  height: 25px;
  fill: #d9d9d9;
}

/*右侧悬浮*/
.fixright-tip {
  position: fixed;
  z-index: 12;
  right: 0;
  bottom: 20%;
}
.fixright-tip .li {
  width: 46px;
  height: 46px;
  margin-bottom: 2px;
  background: #e8551e;
  cursor: pointer;
  position: relative;
  transition: all .3s ease;
}
.fixright-tip .li svg {
  fill: #fff;
  transition: all .3s ease;
}
.fixright-tip .li .num {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e8551e;
  color: #fff;
  font-size: 12px;
  position: absolute;
  text-align: center;
  line-height: 18px;
  left: 50%;
  margin-left: -9px;
  top: -9px;
}
.fixright-tip .li:hover {
  background: #fff;
}
.fixright-tip .li:hover svg {
  fill: #e8551e;
}
.fixright-tip .gouw svg {
  width: 22px;
  height: 22px;
}
.fixright-tip .zixun svg {
  width: 32px;
  height: 32px;
}
.fixright-tip .addbtn svg {
  width: 24px;
  height: 24px;
}
.fixright-tip .mallbtn svg {
  width: 24px;
  height: 24px;
}
.fixright-tip .backbtn {
  opacity: 0;
  visibility: hidden;
}
.fixright-tip .backbtn svg {
  width: 22px;
  height: 22px;
}
.fixright-tip .backbtn.active {
  opacity: 1;
  visibility: visible;
}

.investor-list1 .leftbox .tipimg{
  color:#da251b;
}
.investor-list1 .leftbox .tipimg2{
  color:#1ec24f;
}
.investor-list1 .leftbox #sp3{
  color:#999;
}
.investor-list1 .rightbox .tabli{
  margin-bottom:1.5rem;
}

.advantage-list3 .tip-pagination .swiper-pagination{
  bottom: 0;
}
.solution-list1 .rightbox .select1, .solution-list1 .rightbox .select2{
  border-bottom: 1px solid #e8c6c3;
  margin:0 .25rem;
}
.support-list1{
  position: relative;
  z-index:2;
}
.about-list4 .contentbox .swiper-pagination span{
  opacity:1;
}
.advantage-list2 .addbox .left-img img{
  border-radius:50%;
}
@media (max-width:767px){
  .fixright-tip{
    display:none;
  }
   .i-list3 .warp-tipbox .index-notice .swiper-pagination {
    position: absolute;
    padding-left:0;
    bottom:1rem !important;
  }
  .investor-list1 .leftbox .tit2{
    text-align:center;
  }
  .investor-list1 .leftbox .text-l{
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
  }
  .house-list2 .contentbox .li{
    height:12rem;
  }
  .partner-list1 .ulbox .li{
    width:49%;
  }
  .partner-list1 .ulbox .li:nth-child(2n){
    margin-right:0;
  }
}

.i-list1 .ulbox .more-tip{
  transform:translate(0,20px);
  opacity:0;
  transition: all .5s ease;
}
.i-list1 .ulbox .li:hover .more-tip{
  transform:translate(0,0);
  opacity:1;
}



.join-list2 .join-box .selectbox {
  width: 100%;
  height: 45px;
  border:none;
  border-bottom: 1px solid #faa083;
  position: relative;
  z-index: 3;
}
.join-list2 .join-box .li1 .selectbox{
  width:50%;
}

.join-list2 .join-box .selectbox .sp {
  padding: 0 0 0 1rem;
  height: 45px;
  color: #96817f;
}
.join-list2 .join-box .selectbox svg {
  width: 20px;
  height: 20px;
  line-height: 1;
  fill: #96817f;
}
.join-list2 .join-box .selectbox .sp-select {
  position: absolute;
  width: 100%;
  background:#f6f6f6;
  padding: .4rem;
  overflow: auto;
  display: none;
  max-height: 220px;
}
.join-list2 .join-box .selectbox .litem:last-child{
  border-bottom:none;
}
.join-list2 .join-box .selectbox .sp-select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ea5404;
  border-radius: 0;
  width: 2px;
}
.join-list2 .join-box .selectbox .sp-select .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(211, 211, 211, 0.4);
}
.join-list2 .join-box .selectbox .litem {
  padding:10px 0;
  line-height:1.5;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}
.join-list2 .join-box .li2{
  z-index:3;
}
.join-list2 .join-box .li3{
  z-index:2;
}




.search-banner .tit1 {
  text-align: center;
  line-height: 1.25;
}

.searchajax {
  position: relative;
  background: #fff;
}

.n-news .text {
  padding: .55rem;
}

.search-banner .tit1 {
  margin-top: 2.5rem;
}

.n-banner .banner-form {
  position: relative;
  z-index: 3;
  margin-top: 1.25rem;
}

.n-banner .tipbox {
  margin-top: .65rem;
}

.n-banner .tipbox .tip-btn {
  font-weight: bold;
  margin-right: 1rem;
}

.n-banner .tipbox .tip-btn svg {
  width: 20px;
  height: 20px;
  line-height: 1;
  fill: #fff;
  margin-right: .25rem;
}

.n-banner .tipbox a {
  margin-right: .5rem;
  color: #fff;
}

.n-banner .banner-form .formbox {
  width: 700px;
  margin: 0 auto;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  position: relative;
}

.n-banner .banner-form .formbox .input2 {
  width: calc(100%  - 100px);
  border: none;
  background: transparent;
}

.n-banner .banner-form .formbox .input1 {
  border: none;
  background: url(../img/img2.png) no-repeat center center;
  width: 30px;
  height: 30px;
  z-index: 2;
  background-size: 18px auto;
  transition: all .5s;
  margin-left: 20px;
}

.search-subbox {
  height: 60px;
  border-bottom: 2px solid #f2f2f2 !important;
}

@media (max-width: 767px) {
  .search-banner {
    height: 14rem;
    min-height: auto;
  }

  .n-subbox .subnav a, .n-banner .n-subbox {
    height: 60px;
    line-height: 60px;
  }

  .n-subbox .subnav a {
    margin: 0 1rem;
  }

  .n-banner .banner-form {
    margin-top: .75rem;
  }

  .n-news .li {
    background: #f7f7f7;
  }

  .n-news .text .tit3 {
    margin-bottom: .2rem;
  }

  .n-banner .banner-form .formbox {
    width: 90%;
    height: 40px;
    border-radius: 40px;
  }

  .n-banner .tipbox {
    width: 90%;
    margin: .5rem auto 0;
  }

  .n-news .text {
    padding: 0.3rem .2rem;
  }
}
.footer .f-bot a,#footerMp2 a{
  color:#666;
}

.house-list2 .contentbox .p{
	width:100%;
}

@media (max-width:1024px) {
	.i-pro2 .bot{
		display:none;
	}
}
.i-pro2 .pro-right .tit3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:100%;
  text-align:center;
}
.i-pro2 .pro-right .tit4{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:100%;
  text-align:center;
}

.i-list3 .index-bot a .tit5{
  color:#fff;
}
.i-pro2 .adsense-btn{
  cursor:auto;
}
.i-pro2 a,.i-pro1 .ulbox .li,.probanner .hrefbtn{
  cursor:auto;
}

.patent-list3 .text .tit2:before{
  display:none;
}

/*.join-list2 .join-box .rightbox{
  width:60%;
}
.join-list2 .erwbox{
  width:40%;
}*/
.advantage-list2 .textbox .warpnum{
  line-height:1;
}
@media (max-width:767px) {
  .i-list1 .ulbox .more-tip{
    opacity:1;
    transform: translate(0,0)
  }
  .i-list3 .con-text .bg{
    background-position: center right;
  }
  .about-list3 .dianbox1{

  }
  .about-list3 .dianbox .dian-text{
    /*opacity:1;
    visibility:visible;
    transform: translate(0, 0);
    font-size:12px;*/
    display:none;
  }
  .about-list3 .p{
    font-size:12px;
  }
  .about-list3 .dianbox4{
    right: 14.5%;
    top: auto;
    bottom: 44.5%;
  }
  .about-list3 .dianbox3{
    right: 44%;
    top: auto;
    bottom: 32.5%;
  }
  .about-list3 .dianbox1{
    right: 33%;
    top: auto;
    bottom: 29.5%;
  }
  .about-list3 .dianbox1 .dian-text{
    width:180px;
    flex-flow:row-reverse wrap;
  }
  .about-list3{
    padding-bottom:11rem;
  }


  .sleep-list1 .text .tit2{
    width:100%;
  }
}
.searchajax .title-tip{
  margin-bottom:1rem;
  padding-bottom:.65rem;
  border-bottom:1px solid #f1f1f1;
}
.searchajax .title-tip span{
  color:#e8551e;
}

.solution-list3 .sleep-bg,.solution-list1 .sleep-bg,.n-personnel{
  background:#f5f5f5 !important;
}
.fixright-tip .hezuo svg{
  width:20px;
  height:20px;
}
.solution-list1 .rightbox .selectbox{
  width: calc(100% - 60px);
  justify-content: space-between;
}
.solution-list1 .rightbox .select1, .solution-list1 .rightbox .select2{
  width:46%;
  margin:0;
}
.solution-list1 .rightbox .sp{
  width:100%;
}

.n-banner:after{
  display:none;
}
@media (max-width:767px) {
  .ibanner .swiper-slide{
    height:auto;
  }
  .ibanner .swiper-slide img{
    width:100%;
  }
  .ibanner{
    min-height:14rem;
  }


  .amap-ui-control-position-rt, .amap-ui-control-position-tr{
    top: 15px !important;
    right: 15px !important;
  }
  .amap-ui-mobile .amap-ui-control-zoom{
    width:30px !important;
  }
  .amap-ui-mobile .amap-ui-control-zoom a, .amap-ui-mobile .amap-ui-control-zoom-num{
    width: 30px !important;
    line-height: 30px !important;
    height: 33px !important;
  }
  .amap-ui-control-zoom a{
    font-size:20px !important;
  }
}
.solution-list3 .li{
  cursor:auto;
}





.warpfooter{
  z-index:97;
}

.distributor-list1 .leftnav .li.cur{
  background:transparent;
}

.distributor-list1 .tabbox a{
  color:#666;
  margin-right:1rem;
  height:50px;
  line-height:50px;
}
@media (max-width:1480px) {
  .distributor-list1 .listbox .li{
    width:48%;
    margin-right:4%;
  }
  .distributor-list1 .listbox .li:nth-child(3n){
    margin-right:4%;
  }
  .distributor-list1 .listbox .li:nth-child(2n){
    margin-right:0;
  }
}
@media (max-width:1280px) {
  .distributor-list1 .leftnav,.distributor-list1 .leftnav .ulbox{
    width:8rem;
  }
  .distributor-list1 .listbox{
    width:calc(100% - 10rem);
  }
}
@media (max-width:767px) {
  .distributor-list1 .listbox .li{
    width:100%;
    margin-right:0;
  }
  .distributor-list1 .leftnav, .distributor-list1 .leftnav .ulbox{
    width:6rem;
  }
  .distributor-list1 .listbox{
    width:100%;
    margin-top:.5rem;
  }
  .distributor-list1 .tabbox a{
    height:35px;
    line-height:35px;
    font-size:14px;
  }
  .distributor-list1 .leftnav .li,.distributor-list1 .leftnav .li-top .lisp{
    font-size:16px;
    height:35px;
    line-height:35px;
  }

  .distributor-list1 .leftnav .li{
    width:auto;
    margin-right:1.5rem;
    padding-right:0;
  }
  .distributor-list1 .leftnav .li svg{
    display:none;
  }
  .distributor-list1 .leftnav,.distributor-list1 .leftnav .ulbox{
    width:100%;
  }
  .distributor-list1 .leftnav .ulbox{
    display: flex;
    flex-flow: row wrap;

  }
  .distributor-list1 .listbox .text .tit3{
    height:auto;
    line-height:1.5;
  }
}


.distributor-list1 .tabbox{
  margin-bottom:.5rem;
}

.distributor-list1 .tabbox a:hover,.distributor-list1 .tabbox a.cur{
  color:#f15921;
}

.land-down{
  position: absolute;
  width:90px;
  left:50%;
  top:25px;
  margin-left:-45px;
  border-radius:5px;
  background:#fff;
  padding:5px;
  box-shadow:0px 0px 10px 0px rgba(0,0,0,.1);
  opacity:0;
  visibility:hidden;
  transition: all .3s;
}
.land-success{
  margin-left:1rem;
  z-index:10;
  
}
.land-success.cur .land-down{
  opacity:1;
  visibility:visible;
}
.headerr-tip .land-success .li{
  margin-left:0;
}
.land-down a{
  height:25px;
  line-height:25px;
  color:#666;
  font-size:12px;
  text-align:center;
  transition: all .3s;
}
.land-down a:hover{
  color:#e7551e;
}
@media (max-width:1024px) {
  .land-success{
    margin-left:0;
  }
  .headerr-bot{
    overflow:initial;
  }
}

.yan-xin{
  position: absolute;
  width: 85px;
  bottom: 5px;
  right: 0;
  z-index: 1;
}
.solution-list1 .rightbox input{
  padding-right:120px;
}
.content-list1 .inputbox input{
  padding-right:120px;
}
.content-list1 .inputbox .yan-xin{
  right:20px;
  bottom:8px;
}
@media (max-width:767px) {
  .content-list1 .inputbox .yan-xin{
    right:20px;
    bottom:5px;
  }
}





.personal-form {
  padding-top:20px;
  box-sizing: border-box;
}
.personal-form .items {
  position: relative;
  padding-left: 115px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 44px;
  height: 44px;
  color: #444444;
}
.personal-form .items .txt8{
  display: block;
}
.personal-form .items .txt9{
  display: none;
}

.personal-form .items.error .txt9{
  display: block;
}
.personal-form .items.error .txt8{
  display: none;
}

.personal-form .items.success .txt8{
  display: none;
}
.personal-form .items.success .txt9{
  display: none;
}
.personal-form .items.error.success .txt8{
  display: none;
}
.personal-form .items.error.success .txt9{
  display: block;
}
.personal-form .items:nth-child(1){
  margin-top:0;
}
.personal-form .items{
  margin-top: 40px;
}
.personal-form .items .span {
  width: 110px;
  position: absolute;
  left: 0;
  top: 0;
}
.personal-form .items .span span {
  color: #c9343a;
}
.personal-form .items .items-right {
  height: 100%;
}
.personal-form .items .span-right {
  width: 370px;
  height: 100%;
}
.personal-form .items .radio {
  display: inline-block;
}
.personal-form .items .radio:nth-child(n+2) {
  margin-left: 40px;
}
.personal-form .items input::-webkit-input-placeholder {
  color: #666666;
}
.personal-form .items input::-moz-input-placeholder {
  color: #666666;
}
.personal-form .items input::-ms-input-placeholder {
  color: #666666;
}
.personal-form .items input, .personal-form .items select {
  outline: none;
}
.personal-form .items input, .personal-form .items select {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-left: 20px;
  box-sizing: border-box;
}
.personal-form .items .radio input[type=radio]{
  padding:0;
  width: auto;
  height: auto

}
.personal-form .items .txt {
  width: calc(100% - 370px);
  font-size: 15px;
  color: #b2b2b2;
  padding-left: 20px;
  box-sizing: border-box;
}
.personal-form .items .txt img {
  margin-right: 10px;
}
.personal-form .items .txt0 {
  color: #666666;
}
.personal-form .items-bot .submit {
  width: 140px;
  height: 40px;
  color: #ffffff;
  background: #ea5404;
  padding:0;
  transition: .5s ease-in-out;
}
.personal-form .items-bot .submit:hover {
  opacity: .8;
  transition: .5s ease-in-out;
}
.personal-form .items-bot .txt {
  padding-left: 30px;
}
@media (max-width:767px) {
  .personal-form .items .span{
    width:100%;
    line-height:30px;
    position: relative;
  }
  .personal-form .items .txt img{
    width: 15px;
    margin-right: 5px;
  }
  .personal-form .items .txt,.personal-form .items{
    font-size:14px;
  }
  .personal-form .items{
    padding-left:0;
    height:auto;
    margin-top:15px;
  }
  .personal-form .items input{
    height:35px;
    padding-left:10px;
  }
  .personal-form .items .span-right{
    width:100%;
  }
  .personal-form .items .txt{
    width:100%;
    padding-left:0;
  }
}
.distributor-alert .tip2{
  font-size:12px;
  line-height:1.6;
  text-align:center;
  margin-top:.5rem;
  color:#999;
}
#webForm{
  width:100%;
}
/*# sourceMappingURL=style.css.map */


.advantage-list1 .tip,.service-list1 .tip,.partner-list1 .tip,.city-list1 .tip,.join-list1 .tip,.join-list2 .tip{
  color:#313131;
}
.intro-list1 .line,.cases-list1 .line,.content-list1 .line{
  background:#f15921;
}
.media-alert .bg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:2;
  background:rgba(0, 0, 0, .1);
}
.solution-list2 .shoubox span{
  width:40px;
  line-height:1.2;
}
@media (max-width:1280px) {
  .project-alert .close{
    right:0;
    top:-45px;
  }
}
@media (max-width:768px) {
  .project-alert .content{
    padding:.75rem
  }
  .project-alert .content .warp-imgbox .swiper-pagination span{
    width:8px;
    height:8px;
    margin:0 3px;
  }
}