/*头部*/
.header {
  height: 10rem;
  width: 100%;
  padding: 0 16rem;
  -webkit-transition: .7s;
  transition: .7s;
  position: relative;
  z-index: 199;
}
.header .logo {
  padding: 0;
  float: left;
  -webkit-transition: .7s;
  transition: .7s;
  margin-top: 2.1rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 16rem;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  width: 80%;
  float: right;
}
.header .header-right .header-search {
  float: right;
  position: relative;
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  height: 10rem;
  -webkit-transition: .7s;
  transition: .7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 2rem !important;
  color: #fff;
  width: 5rem;
}
.header .header-right .header-search .search .search-main {
  top: 100%;
  right: 0;
  z-index: 777;
  width: 30rem;
  display: none;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 1.6rem;
  color: #666;
  height: 5rem;
  vertical-align: top;
  padding: 0 6rem 0 3rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  position: absolute;
  background: var(--main-color) url(../images/search.png) no-repeat center center;
  background-size: 2rem !important;
}
.header .header-right .tel {
  float: right;
  margin-top: 3rem;
}
.header .header-right .tel a {
  display: block;
  font-family: var(--Montserrat-Regular);
  font-size: 2rem;
  line-height: 4rem;
  color: #fff;
  width: 20.8rem;
  background: var(--main-color) url(../images/tel.png) no-repeat center left;
  background-size: 100%;
  padding-left: 4.3rem;
  border-radius: 3rem;
}
.nav {
  -webkit-transition: .2s;
  transition: .2s;
  padding-left: 12rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  margin-left: 8rem;
  position: relative;
}
.nav ul li a {
  font-size: 1.8rem;
  color: #fff;
  height: 10rem;
  line-height: 10rem;
  -webkit-transition: .7s;
  transition: .7s;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.nav ul li a > span {
  display: inline-block;
  overflow: hidden;
  height: 10rem;
  line-height: 10rem;
  position: relative;
}
.nav ul li a .txt-1 {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav ul li a .txt-2 {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav ul li .subnav {
  width: 20rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10.5rem;
  display: none;
  z-index: 556;
  background: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0.1rem 3.6rem 11rem rgba(30, 85, 56, 0.14);
          box-shadow: 0.1rem 3.6rem 11rem rgba(30, 85, 56, 0.14);
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.nav ul li .subnav ul li {
  margin: 0;
  width: 100%;
  float: none;
  padding: 0;
}
.nav ul li .subnav ul li a {
  height: auto;
  font-size: 1.7rem;
  line-height: 2.4rem;
  padding: 1rem 2rem;
  margin: 0;
  color: #333 !important;
  text-decoration: none;
  text-align: center;
  display: block;
  border-radius: 0.5rem;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
.nav ul li .subnav ul li:hover a {
  background: var(--main-color);
  color: #ffffff !important;
}
.nav ul li:hover a span {
  color: var(--main-color);
}
.nav ul li:hover a .txt-1 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.nav ul li:hover a .txt-2 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.nav ul .fo3 {
  position: static;
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul .active a > span {
  color: var(--main-color);
}
.nav ul .active a .txt-1 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.nav ul .active a .txt-2 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header:hover,
.headerfix,
.header1 {
  background: #fff;
  -webkit-box-shadow: 0 0 2.8rem 0 rgba(181, 181, 181, 0.33);
          box-shadow: 0 0 2.8rem 0 rgba(181, 181, 181, 0.33);
}
.header:hover .logo a .lg1,
.headerfix .logo a .lg1,
.header1 .logo a .lg1 {
  display: none;
}
.header:hover .logo a .lg2,
.headerfix .logo a .lg2,
.header1 .logo a .lg2 {
  display: block;
}
.header:hover .logo a .lg2,
.headerfix .logo a .lg2,
.header1 .logo a .lg2 {
  display: block;
}
.headerfix .right-youce .searchBtn svg,
.header1 .right-youce .searchBtn svg,
.header:hover .right-youce .searchBtn svg {
  fill: #999;
}
.headerfix .right-youce .language i svg,
.header1 .right-youce .language i svg,
.header:hover .right-youce .language i svg {
  fill: #999;
}
.headerfix .right-youce .language a,
.header1 .right-youce .language a,
.header:hover .right-youce .language a {
  color: #999;
}
.headerfix .right-youce .language .img1,
.header1 .right-youce .language .img1,
.header:hover .right-youce .language .img1 {
  display: none;
}
.headerfix .right-youce .language .img2,
.header1 .right-youce .language .img2,
.header:hover .right-youce .language .img2 {
  display: block;
}
.header:hover .nav ul li a,
.headerfix .nav ul li a,
.header1 .nav ul li a {
  color: #212121;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 888;
  -webkit-transition: .5s;
  transition: .5s;
  left: 0;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.banner {
  position: relative;
  z-index: 88;
  max-height: 873px;
  overflow: hidden;
}
.banner:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.banner .pc video {
  width: 100%;
}
.banner .banner-text {
  width: 100%;
  position: absolute;
  top: 42%;
  color: #fff;
  z-index: 99;
  font-size: 5rem;
  font-family: 'MiSans-Bold';
}
.banner .banner-text .box {
  text-align: center;
}
.banner .banner-text .box .left {
  -webkit-animation: 1.5s ease fadeInLeft2;
  text-align: left;
  padding-left: 40rem;
  animation: 1.5s ease fadeInLeft2;
}
.banner .banner-text .box .right {
  -webkit-animation: 1.5s ease fadeInRight2;
  padding-left: 35rem;
  animation: 1.5s ease fadeInRight2;
}
.banner .ph {
  display: none;
}
@media (max-width: 1280px) {
  .banner .banner-text .box .left {
    padding-left: 25rem;
  }
}
@media (max-width: 1023px) {
  .banner .ph {
    display: block;
  }
  .banner .pc {
    display: none;
  }
  .banner .banner-text {
    position: absolute;
    top: 40%;
    z-index: 99;
    font-size: 30px;
  }
  .banner .banner-text .box .left {
    padding-left: 0;
    text-align: center;
  }
  .banner .banner-text .box .right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .banner .box {
    font-size: 19px;
  }
}
.right-youce {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 29rem;
  margin-top: 3rem;
  float: right;
}
.right-youce .searchBtn {
  cursor: pointer;
}
.right-youce .searchBtn svg {
  fill: #fff;
}
.right-youce .language {
  padding: 0 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.5rem;
}
.right-youce .language .img2 {
  display: none;
}
.right-youce .language img {
  max-width: 2.2rem;
}
.right-youce .language a {
  font-size: 1.6rem;
  color: #fff;
  padding-left: .8rem;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}
.right-youce .index-more {
  margin-top: -0.6rem;
}
.right-youce .index-more a {
  min-width: 15rem;
}
/*导航按钮*/
.navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 11;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--main-color);
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
          transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.5s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.5s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.5s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.5s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: width .5s;
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .navPhoneBtn {
    display: block;
  }
}
@media (max-width: 1280px) {
  .header {
    padding: 0 10rem;
  }
  .nav ul li {
    margin-left: 6rem;
  }
}
@media (max-width: 1200px) {
  .header-right .nav,
  .header-right .right-youce {
    display: none;
  }
  .navPhoneBtn {
    display: block;
    right: 10rem;
  }
}
@media (max-width: 1023px) {
  .header {
    padding: 0px 30px;
    height: 8rem;
  }
  .navPhoneBtn {
    right: 30px;
  }
  .header .logo a img {
    width: 12rem;
  }
  .header .logo {
    margin-top: 1.7rem;
  }
}
#searchPopup {
  height: 100%;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .transparent {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#searchPopup .searchBox {
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  max-width: 800px;
  z-index: -1;
  top: 100px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  top: 40%;
}
#searchPopup .searchBox.fadeIn {
  top: 50%;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  padding: 0;
}
#searchPopup .searchBox input {
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #333;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  height: 60px;
  line-height: 58px;
  -webkit-transition: .5s;
  transition: .5s;
}
#searchPopup .searchBox input:focus {
  color: #000;
  -webkit-box-shadow: 0 0 0 1px var(--main-color) inset;
          box-shadow: 0 0 0 1px var(--main-color) inset;
}
#searchPopup .searchBox .btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 60px;
  width: 60px;
  background: var(--main-color);
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
		  cursor:pointer;
}
#searchPopup .searchBox .btn svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
#searchPopup .searchBox .btn:hover {
  opacity: .8;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 95px;
}
@media screen and (max-width: 1023px) {
  #searchPopup .searchBox .container {
    width: 100%;
  }
  #searchPopup .searchBox input {
    width: 100%;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
  }
  #searchPopup .searchBox .btn svg {
    width: 24px;
    height: 24px;
  }
}
.common-navM .mask {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.common-navM .navMCon {
  background-color: #f3f3f3;
  width: 85%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.common-navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.common-navM.open .mask {
  display: block;
}
.common-navM.open .closeBtn {
  display: block;
}
.common-navM.open .navMCon {
  left: 0;
}
.common-navM .closeBtn {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: var(--main-color);
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common-navM .closeBtn:before,
.common-navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.common-navM .closeBtn:before {
  width: 16px;
  height: 2px;
}
.common-navM .closeBtn:after {
  width: 2px;
  height: 16px;
}
.common-navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.common-navM .navMWrap > .list em {
  font-style: initial;
}
.common-navM .navMWrap > .list .title {
  padding: 10px 0;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.common-navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.common-navM .navMWrap > .list .title .icon:before,
.common-navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.common-navM .navMWrap > .list .title .icon:before {
  width: 10px;
  height: 10px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
}
.common-navM .navMWrap > .list .title em {
  font-style: initial;
}
.common-navM .navMWrap > .list .has .title .icon {
  display: block;
}
.common-navM .navMWrap > .list .active > .title .icon:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.common-navM .navMWrap > .list > li > .title {
  font-weight: 700;
  font-size: 14px;
}
.common-navM .navMWrap > .list > li > .child > .list > li {
  text-indent: 24px;
  font-size: 14px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child {
  font-size: 14px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child .title {
  padding-left: 20px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title {
  position: relative;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 26px;
  left: 10px;
}
.common-navM .navMWrap > .list .tb {
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 7px;
  left: 0;
}
.common-navM .child {
  padding: 0 0 20px 0;
  display: none;
  position: relative;
}
.common-navM .child a {
  color: #666;
  display: block;
  line-height: 28px;
  padding: 5px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}
.common-navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.common-navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.common-navM .mSearch .btn {
  width: 26px;
  height: 26px;
  font-size: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background:none;
}
.common-navM .mSearch .btn .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.common-navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 40px 5px 15px;
  border-radius: 2px;
  font-size: 14px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.common-navM .other {
  padding: 10px;
}
.common-navM .languageBtn {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0;
          column-gap: 0;
}
.common-navM .languageBtn > div {
  width: auto;
}
.common-navM .languageBtn .col-2 {
  width: 50%;
}
.common-navM .languageBtn .col-3 {
  width: 33.33333333%;
}
.common-navM .languageBtn .col-4 {
  width: 25%;
}
.common-navM .languageBtn .col-5 {
  width: 20%;
}
.common-navM .languageBtn .col-6 {
  width: 16.66666667%;
}
.common-navM .languageBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  border: 1px #eee solid;
  margin-right: -1px;
  margin-top: -1px;
  background: #fff;
}
.common-navM .languageBtn a img {
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
/*首页产品中心*/
.common-title {
  text-align: center;
}
.common-title .title {
  font-size: 3.2rem;
  color: var(--sub-color-3);
  font-weight: bold;
}
.common-title .info {
  font-size: 1.8rem;
  color: var(--sub-color-9);
}
.index-product {
  padding: 10rem 0;
  overflow: hidden;
}
.index-product .probox {
  position: relative;
}
.index-product .hangye-one {
  color: var(--sun-color-9);
  float: right;
  font-weight: 500;
  position: absolute;
  right: 0;
  z-index: 66;
  top: -8.5rem;
}
.index-product .hangye-one ul {
  text-align: center;
}
.index-product .hangye-one li {
  position: relative;
  padding-right: 2rem;
  font-size: 1.8rem;
  text-align: right;
  margin-bottom: 1rem;
  cursor: pointer;
}
.index-product .hangye-one li:before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 100%;
  right: 0;
  top: .8rem;
  background: url(../images/pro-yd.png) no-repeat center center;
  background-size: cover;
}
.index-product .hangye-one li.active:before {
  background: url(../images/pro-ydh.png) no-repeat center center;
}
.index-product .hangye-one li.active {
  color: var(--main-color);
}
.hangye-two .swiper-datu {
  position: relative;
  padding-bottom: 1rem;
  max-width: 90.4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10.1rem;
}
.hangye-two .swiper-datu .box {
  position: relative;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.hangye-two .swiper-datu .swiper-slide-active .box {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hangye-two .swiper-datu .swiper-slide-active .box .pic img {border-radius: 15px;}


.hangye-two .swiper-datu .box .pic:after {
  padding-bottom: 45.4679803%;
}
.btn1 {
  position: relative;
  height: 5rem;
  margin-top: 4.5rem;
}
.btn1 .swiper-button-next:after,
.btn1 .swiper-button-prev:after {
  content: '';
}
.btn1 .swiper-button-next,
.btn1 .swiper-button-prev {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
  opacity: 1;
}
.btn1 .swiper-button-prev {
  background: #f5f5f5 url('../images/left1.png') no-repeat center center !important;
  left: auto;
  right: 6rem;
  background-size: 0.5rem !important;
}
.btn1 .swiper-button-prev:hover {
  background: var(--main-color) url('../images/left1h.png') no-repeat center center !important;
}
.btn1 .swiper-button-next {
  background: #f5f5f5 url('../images/right1.png') no-repeat center center !important;
  right: 0;
  background-size: .5rem!important;
  margin-left: auto;
}
.btn1 .swiper-button-next:hover {
  background: var(--main-color) url('../images/right1h.png') no-repeat center center !important;
}
.index-product .index-more {
  margin-top: -6rem;
}
.index-more {
  text-align: center;
}
.index-more a {
  color: #fff;
  height: 5rem;
  line-height: 5rem;
  background: var(--main-color);
  padding: 0 4rem;
  border-radius: 3rem;
  overflow: hidden;
  display: inline-block;
  position: relative;
  min-width: 18rem;
}
.index-more a:before {
  left: 0;
  top: 0;
  content: "";
  width: 0%;
  height: 100%;
  z-index: 1;
  position: absolute;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  background: rgba(255, 255, 255, 0.1);
}
.index-more span {
  z-index: 3;
  display: inline-block;
  position: relative;
}
.index-more a:hover:before {
  width: 100%;
}
.index-more img {
  margin-top: .05rem;
  max-height: 0.2rem;
}
/*首页应用场景*/
.index-application {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 10rem 0 7rem 0;
}
.index-application .common-title {
  text-align: left;
  position: absolute;
  top: 0;
}
.index-application .list-2 {
  width: 29%;
  float: left;
  padding-top: 18rem;
}
.index-application .list-2 .item {
  font-size: 1.8rem;
  color: var(--sub-color-9);
  line-height: 6.4rem;
  position: relative;
  cursor: pointer;
}
.index-application .list-2 .item:after {
  width: 28.7rem;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
}
.index-application .list-2 .swiper-slide-thumb-active .item {
  color: var(--main-color);
  font-size: 2.2rem;
}
.index-application .list-2 .swiper-slide-thumb-active .item:after {
  width: 44.2rem;
  background: var(--main-color);
}
.index-application .list {
  width: 71%;
  float: right;
  position: relative;
  padding-right: 3rem;
}
.index-application .list .swiper-container {
  overflow: hidden;
}
.index-application .list .container {
  padding: 0;
}
.index-application .list .item {
  position: relative;
  overflow: hidden;
}
.index-application .list .item .icon img {
  width: 68%;
}
.index-application .list .item .yy-text {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 8rem;
  content: "";
  max-width: 50rem;
}
.index-application .list .item .yy-text .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-application .list .item .yy-text .box .tit {
  color: #01458E;
  font-size: 2.5rem;
  font-weight: bold;
  width: 70%;
  padding-right: 2rem;
}
.index-application .list .item .yy-text .box .shuzi {
  color: #E6E6E6;
  font-weight: bold;
  font-size: 7rem;
  float: right;
  width: 30%;
  text-align: right;
}
.index-application .list .item .yy-text .txt {
  font-size: 1.8rem;
  color: #000;
  line-height: 2.8rem;
}
.index-application .list .item .yy-text .txt p {
  margin-bottom: 1.4rem;
}
.index-application .list .item .yy-text .txt span {
  display: block;
  padding-left: 9.2rem;
}
.index-application .list .btn1 {
  margin-top: 0;
  height: auto;
}
.index-application .list .btn1 .swiper-button-next,
.index-application .list .btn1 .swiper-button-prev {
  bottom: 1rem;
  margin-top: 0;
}
.index-application .list .btn1 .swiper-button-next {
  right: 38rem;
}
.index-application .list .btn1 .swiper-button-prev {
  right: 45rem;
}
.index-fangan {
  position: relative;
  overflow: hidden;
}
.index-fangan:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.index-fangan .home-fn {
  position: absolute;
  top: 25rem;
  left: 0;
  right: 0;
}
.index-fangan .fangan-box {
  max-width: 141rem;
  text-align: center;
  margin: 0 auto;
}
.index-fangan .fangan-box .title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 3.5rem;
}
.index-fangan .fangan-box .info {
  font-size: 1.8rem;
  color: #000;
  line-height: 2.8rem;
  margin-bottom: 16rem;
}
.fangan-list ul li {
  width: 25%;
  float: left;
  text-align: left;
  font-size: 1.8rem;
  color: #333;
  padding-right: 4%;
  text-align:center;
}
.fangan-list ul li .wenzi {
  margin-top: 2rem;
}
.fangan-list ul li img {
  -webkit-transition: .5s;
  transition: .5s;
 
}
.fangan-list ul li:hover img {
 transform: scale(1.1);
}
.index-news {
  padding: 10rem 0 7rem 0;
  position: relative;
  display:none;
}
.index-news .common-title {
  margin-bottom: 2rem;
}
.index-news .news-list {
  overflow: hidden;
  margin-bottom: 5rem;
}
.index-news .btn1 {
  margin-top: 0;
  top: -7.5rem;
}
.index-news .btn1 .swiper-button-next,
.index-news .btn1 .swiper-button-prev {
  bottom: auto;
  top: 0rem;
}
.news-list li .box {
  -webkit-transition: .5s;
  transition: .5s;
}
.news-list .box .news-top {
  background: #F7F7F7;
  padding: 2.2rem 3rem 3.5rem;
}
.news-list .box .news-top .date {
  font-size: 1.6rem;
  color: #999;
  margin-bottom: 1rem;
}
.news-list .box .news-top .news-tit {
  font-size: 2.3rem;
  color: #333333;
  font-weight: bold;
  padding-top: 1rem;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 2rem;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .box .news-top .news-wenzi {
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .box .news-top .jiahao {
  background: #fff;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.news-list .box .news-top .jiahao .plus-horizontal {
  width: 3rem;
  height: .45rem;
  background: var(--main-color);
  border-radius: .8rem;
}
.news-list .box .news-top .jiahao .plus-vertical {
  width: .45rem;
  height: 3rem;
  background: var(--main-color);
  border-radius: .8rem;
  position: absolute;
}
.news-list li:hover .box {
  -webkit-box-shadow: 0 0.8rem 2rem 0 rgba(209, 208, 208, 0.9);
          box-shadow: 0 0.8rem 2rem 0 rgba(209, 208, 208, 0.9);
}
.news-list li .box .news-top .news-tit:before {
  content: "";
  z-index: 4;
  width: 0%;
  top: 0;
  right: 100%;
  opacity: 0;
  height: 1px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #01458e), to(#01458e));
  background: linear-gradient(90deg, #01458e 0, #01458e 100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.news-list li:hover .box .news-top .news-tit:before {
  opacity: 1;
  right: 0;
  width: 100%;
}
.news-list li:hover .box .news-top .jiahao {
  background: var(--main-color);
}
.news-list li:hover .box .news-top .plus-horizontal {
  background: #fff;
}
.news-list li:hover .box .news-top .plus-vertical {
  background: #fff;
}
.index-case li {
  width: 50%;
  float: left;
  background: #2884c2 url(../images/case-bj.webp) no-repeat left center;
  padding: 6.3rem 0;
  font-size: 3.2rem;
  font-weight: bold;
  padding-left: 4rem;
}
.index-case li a {
  display: block;
  color: #fff;
}
.index-case li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-case li .box .right {
  width: 6rem;
  height: 6rem;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.index-case li:hover .box .right {
  margin-right: 2rem;
}
.index-case li:nth-child(2) {
  background: #2668d3 url(../images/join-bj.webp) no-repeat left center;
  padding-left: 0rem;
  padding-right: 5rem;
}

.index-case li:nth-child(3) {
  background: #2668d3 url(../images/join-bj.webp) no-repeat left center;
  padding-left: 0rem;

}

.footer {
  background: #0F1E2E;
  padding: 8rem 0 0 0;
}
.footer-top {
  color: #fff;
}
.footer-top .left {
  width: 35%;
  float: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  max-width: 30rem;
}

.footer-top .left img{max-width:16rem;}

@media (max-width: 1023px) {
    .footer-top .left img {
        width: 12rem;
    }
}


.footer-top .left p {
  margin-top: 2.8rem;
}
.footer-top .right {
  width: 55%;
  float: right;
}
.footer-top .right li {
  width: 33.333%;
  float: left;
}
.footer-top .right li a {
  color: #fff;
}
.footer-top .right li p a {
  font-size: 1.8rem;
  font-weight: bold;
}
.footer-top .right li .text {
  margin-top: 2.5rem;
}
.footer-top .right li .text a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  line-height: 3.6rem;
}
.footer-top .right li .text a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-top .right li .lx-tb {
  margin-top: 2.5rem;
}
.footer-top .right li .lx-tb .item {
  margin-bottom: 2rem;
 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          font-size:1.6rem;
}
.footer-top .right li .lx-tb .item i {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: .5s;
  transition: .5s;
  background: rgba(58, 157, 215, 0.2);
  margin-right: 1.5rem;
}
.footer-top .right li .lx-tb .item span {
  display: block;
}
.footer-top .right li .lx-tb .item:hover i {
  background: rgba(58, 157, 215, 0.5);
}
.footer-top .right li .lx-tb .item img {
  max-width: 2.2rem;
}
.footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
.footer-middle .icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  max-width: 60%;
}
.footer-middle .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 2rem;
}
.footer-middle .social-icons a {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: .5s;
  transition: .5s;
  background: rgba(58, 157, 215, 0.2);
  margin: 0 1.5rem;
  position: relative;
}
.footer-middle .social-icons a:hover {
  background: rgba(58, 157, 215, 0.5);
}
.footer-middle .social-icons .img {
  max-width: 2.4rem;
}
.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding: 3.4rem 0;
  font-size: 1.6rem;
  color: #ffffff;
}
.copyright .left-text {
  color: #ffffff;
  white-space: nowrap;
}
.copyright .right-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.copyright .right-links a {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.copyright .right-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.copyright .right-links .separator {
  color: #ffffff;
}
.footer-middle .social-icons .icon-item:hover {
  background: rgba(58, 157, 215, 0.5);
}
.footer-middle .social-icons .down {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 4rem;
}
.footer-middle .social-icons .down .ewm {
  width: 8rem;
  height: 8rem;
}
.footer-middle .social-icons .icon-item:hover .down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
@media (max-width: 1300px) {
  .index-application .list-2 {
    display: none;
  }
  .index-application .list {
    width: 100%;
    float: none;
  }
  .index-application .list .item .yy-text {
    width: 40%;
    max-width: 100%;
  }
  .index-application .list .btn1 .swiper-button-next {
    right: 0;
  }
  .index-application .list .btn1 .swiper-button-prev {
    right: 6rem;
  }
}
@media (max-width: 1200px) {
  .index-fangan .fangan-box {
    padding: 0 5vw;
  }
}
@media (max-width: 1023px) {
  .common-title .title {
    font-size: 20px;
  }
  .common-title .info {
    font-size: 15px;
  }
  .index-product {
    padding: 30px 0;
  }
  .hangye-two .swiper-datu {
    margin-top: 60px;
  }
  .index-application {
    padding: 0 0 40px 0;
  }
  .index-application .list .item .yy-text {
    width: 100%;
    position: inherit;
    bottom: 0;
    padding-top: 15px;
  }
  .index-application .list .item {
    position: inherit;
  }
  .index-application .common-title {
    position: inherit;
    text-align: center;
    margin-bottom: 40px;
  }
  .index-application .list .btn1 {
    margin-top: 30px;
  }
  .index-application .list .btn1 .swiper-button-next,
  .index-application .list .btn1 .swiper-button-prev {
    bottom: 0;
  }
  .index-application .list .item .yy-text .box .tit {
    font-size: 18px;
  }
  .index-application .list .item .yy-text .box .shuzi {
    font-size: 40px;
  }
  .index-application .list .item .yy-text .txt span {
    display: inline-block;
    padding-left: 0;
  }
  .index-fangan video {
    display: none;
  }
  .index-fangan {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), #d8d8d8;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #d8d8d8;
    padding: 50px 0;
    position: inherit;
  }
  .index-fangan .home-fn {
    position: inherit;
    top: 0;
  }
  .index-fangan .home-fn .title br {
   
  }
  .index-fangan .home-fn .title {
    font-size: 18px;
  }
  .index-fangan .fangan-box {
    padding: 0;
  }
  .index-fangan .home-fn .info {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .fangan-list ul li {
    width: 50%;
    padding-right: 9px;
    margin-bottom: 20px;
    min-height: 100px;
  }
  .index-news {
    padding: 40px 0;
  }
  .index-news .common-title {
    margin-bottom: 30px;
  }
  .index-news .btn1 {
    display: none;
  }
  .news-list .box .news-top .date {
    font-size: 14px;
  }
  .news-list .box .news-top .news-tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news-list .box .news-top .news-wenzi {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .news-list .box .news-top .jiahao {
    display: none;
  }
  .index-news .news-list {
    margin-bottom: 20px;
  }
  .news-list .box .news-top {
    padding-bottom: 10px;
  }
  .index-case li {
    font-size: 20px;
  }
  .index-case li .box .right {
    width: 40px;
    height: 40px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-top .right {
    display: none;
  }
  .footer-top .left {
    width: 100%;
    text-align: center;
    float: none;
    max-width: 100%;
    font-size: 15px;
  }
  .footer-top .left img {
    max-width: 18rem;
  }
  .copyright {
    display: block;
    font-size: 14px;
    text-align: center;
  }
  .copyright .right-links {
    display: block;
    margin-top: 10px;
  }
  .copyright .left-text {
    white-space: inherit;
  }
}



.xz_zy{text-align:center;padding-top:20px;}
.xz_zy .tit{font-size:18px;}

.xz_down{margin-bottom:30px;}

@media (max-width: 767px) {
    
 .xz_zy .tit{font-size:16px;}    
    
  .index-product .hangye-one {
    display: none;
  }
  .btn1 {
    margin-top: 10px;
  }
  .btn1 .swiper-button-next,
  .btn1 .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .hangye-two .swiper-datu {
    margin-top: 50px;
  }
  .index-product .index-more {
    margin-top: 0;
  }
  .index-case li {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .index-case li:nth-child(2) {
    padding-right: 0;
  }
}
/*联系我们*/
.inside-banner {
  position: relative;
}
.inside-banner .pc {
  text-align: center;
}
.inside-banner .pc img {
  width: 100%;
}
.inside-banner .ph {
  display: none;
  text-align: center;
}
.inside-banner .index-title {
  color: #fff;
  font-size: 5.2rem;
  position: relative;
  padding-top: 1.9rem;
}
.index-title:before {
  top: 0;
  left: 0;
  content: "";
  height: .6rem;
  width: 6.9rem;
  position: absolute;
  background: #fff;
}
.inside-banner .text {
  top: 53%;
  width: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-53%);
  transform: translateY(-53%);
  font-family: 'MiSans-Bold';
}
.inside-contact {
  padding: 10rem 0;
}
.neiye-tit {
  font-size: 4rem;
  position: relative;
  padding-top: 1rem;
  color: #333;
  font-family: 'MiSans-Bold';
}
.neiye-tit:before {
  top: 0;
  left: 0;
  content: "";
  height: .3rem;
  width: 4.5rem;
  position: absolute;
  background: var(--main-color);
}
.contact-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}
.contact-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}
.info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
  gap: 1.5rem;
  margin-top: 3rem;
}
.info-item .icon {
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F7F7F7;
  border-radius: 50%;
}
.info-item .icon img {
  max-width: 2.4rem;
}
.info-item .text {
  font-size: 1.8rem;
  color: #333;
}
.info-item:last-child .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-item:last-child .text img {
  margin-left: 1.5rem;
  -webkit-box-shadow: 0 0.8rem 2rem 0 rgba(209, 208, 208, 0.9);
          box-shadow: 0 0.8rem 2rem 0 rgba(209, 208, 208, 0.9);
}
.info-item .text a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
}
.info-item .text a:hover {
  text-decoration: underline;
}
.contact-map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-top: 2rem;
}
.contact-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding-top: 6rem;
  font-size: 1.8rem;
  color: #333;
}
.address-card:hover .title:before {
  width: 100%;
}
.address-card .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #333;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.4rem;
}
.address-card .title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 2.4rem;
  height: .2rem;
  background: var(--main-color);
  -webkit-transition: .5s;
  transition: .5s;
}
.address-card .info-item {
  margin-bottom: 0.8rem;
}
.address-card .info-item .icon {
  width: 3.6rem;
  height: 3.6rem;
}
.address-card .info-item .icon img {
  max-width: 2.2rem;
}
.meissage {
  background: -webkit-gradient(linear, left top, left bottom, from(#eff4ff), color-stop(58%, #ffffff));
  background: linear-gradient(180deg, #eff4ff 0%, #ffffff 58%);
  padding: 8rem 0;
}
.meissage .dibuliuyan {
  padding-top: 3%;
  margin: 0 auto;
}
.meissage .dibuliuyan ul {
  overflow: hidden;
}
.meissage .dibuliuyan li {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  margin-bottom: 1.6rem;
}
.meissage .dibuliuyan li input[type=text],
.meissage .dibuliuyan li textarea[type=text],
.meissage .dibuliuyan li select {
  background: 0 0;
  width: 100%;
  height: 5rem;
  line-height: 5.4rem;
  font-size: 1.8rem;
  outline: 0;
  color: #182833;
  border: 1px solid #D5E3F9;
  padding: 0 15px;
}
.meissage .dibuliuyan li input:focus,
.meissage .dibuliuyan li textarea:focus {
  border: 1px solid #0056eb;
}
.meissage .dibuliuyan li textarea[type=text] {
  height: 11rem;
  width: 100%;
}
.meissage .dibuliuyan li:nth-child(2n) {
  margin-right: 0;
}
.meissage .dibuliuyan li.box {
  width: 100%;
}
.meissage .dibuliuyan .liuyan_wez {
  overflow: hidden;
}
.meissage .dibuliuyan .liuyan_wez img {
  width: 28px;
  float: left;
  vertical-align: middle;
}
.meissage .dibuliuyan .liuyan_wez span {
  color: #182833;
  font-size: 1.6rem;
  padding-left: 15px;
  display: block;
  width: 87%;
  float: left;
}
.meissage .dibuliuyan .tijiao {
  width: 16rem!important;
  height: 5.1rem;
  line-height: 5.1rem;
  margin: 0 auto;
  background: #0056eb;
  text-align: center;
  border-radius: 30px;
  margin-top: 18px;
}
.meissage .dibuliuyan .tijiao #submit {
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 1.8rem;display: block;
    line-height: 41px;width:100%;
}
.meissage .dibuliuyan li.yzm {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.meissage .dibuliuyan li.yzm input[type=text] {
  width: 100%;
  padding-right: 20rem;
}
.meissage .dibuliuyan li.yzm img {
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  margin: 1px;
  max-height: 4.7rem;
}
.meissage .dibuliuyan .lxyzmma {
  overflow: hidden;
  margin-bottom: 4rem;
}
.meissage .dibuliuyan .liuyan_wez input {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  vertical-align: middle;
  margin-top: 0;
  border: 1px solid #cccccc;
}
.meissage .dibuliuyan .liuyan_wez span {
  color: #182833;
  font-size: 1.6rem;
  padding-left: 1.2rem;
  display: block;
  width: 87%;
  float: left;
}
.meissage .dibuliuyan .liuyan_wez span a {
  text-decoration: underline;
}
.meissage .dibuliuyan .tijiao {
  width: 17rem!important;
  height: 4.3rem;
  line-height: 4.3rem;
  margin: 0 auto;
  background: var(--main-color);
  text-align: center;
  border-radius: 3rem;
}
.meissage .dibuliuyan .tijiao button {
  background: 0 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 1.8rem;
}
.meissage .dibuliuyan li input::-webkit-input-placeholder,
.meissage .dibuliuyan li textarea::-webkit-input-placeholder {
  color: #182833;
}
.meissage .dibuliuyan li input:-ms-input-placeholder,
.meissage .dibuliuyan li textarea:-ms-input-placeholder {
  color: #182833;
}
.meissage .dibuliuyan li input::-ms-input-placeholder,
.meissage .dibuliuyan li textarea::-ms-input-placeholder {
  color: #182833;
}
.meissage .dibuliuyan li input::placeholder,
.meissage .dibuliuyan li textarea::placeholder {
  color: #182833;
}
@media (max-width: 1023px) {
  .inside-banner .text {
    top: 55%;
  }
  .inside-banner .index-title {
    font-size: 22px;
    padding-top: 8px;
  }
  .inside-banner .index-title::before {
    width: 25px;
    height: 3px;
  }
  .inside-banner .pc {
    display: none;
  }
  .inside-banner .ph {
    display: block;
  }
  .contact-top {
    display: block;
  }
  .info-item .text {
    font-size: 16px;
  }
  .neiye-tit {
    font-size: 20px;
  }
  .neiye-tit::before {
    width: 30px;
  }
  .contact-bottom {
    display: block;
  }
  .contact-bottom .address-card {
    margin-bottom: 30px;
  }
  .address-card .title {
    font-size: 18px;
  }
  .inside-contact {
    padding: 40px 0;
  }
  .meissage {
    padding: 40px 0;
  }
  .meissage .dibuliuyan {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .meissage .dibuliuyan li {
    width: 100%;
    margin-right: 0;
  }
}
/*人才招聘*/
.inside-join01 {
  background: url(../images/join01bj.webp) no-repeat center center;
  padding: 10rem 0;
  overflow: hidden;
}
.fuli {
  margin-top: 10rem;
  overflow: hidden;
}
.fuli ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  /* 固定8列，自动均分 */
  gap: 3rem;
  /* 间距 */
  justify-items: center;
}
.fuli ul li {
  width: 100%;
  /* 占满网格列宽 */
  max-width: none;
  /* 取消max-width限制 */
  text-align: center;
  padding: 5rem 1rem 4.5rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 1.8rem;
  color: #333;
}
.fuli ul li p {
  margin-top: 1rem;
}
.fuli ul li img {
  -webkit-transition: .5s;
  transition: .5s;
}
.fuli ul li:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.inside-join02 {
  padding: 9rem 0 6rem 0;
}
.nyjoblist {
  margin-top: 4.5rem;
}
.nyjoblist .bd {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
.nyjoblist .bd dl {
  position: relative;
}
.nyjoblist .bd .span-01 {
  width: 22%;
  display: block;
  float: left;
  text-align: left;
  padding-left: 3.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nyjoblist .bd .span-02 {
  width: 11%;
  display: block;
  float: left;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nyjoblist .bd .span-03 {
  width: 18%;
  display: block;
  float: left;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nyjoblist .bd .span-04 {
  width: 28%;
  display: block;
  float: left;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nyjoblist .bd .span-05 {
  width: 13%;
  display: block;
  float: left;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nyjoblist .bd dt .icon {
  float: right;
  width: 32px;
  height: 22px;
  cursor: pointer;
  background: url(../images/btn_06.png) no-repeat center;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  margin-right: 20px;
}
.nyjoblist .bd .bt {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
  color: #333;
  font-size: 18px;
  font-family: 'MiSans-Bold';
  line-height: 60px;
  height: 60px;
  margin-bottom: 12px;
  background: #f5f5f5;
}
.nyjoblist .bd dl {
  margin-bottom: 15px;
}
.nyjoblist .bd dt {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
  overflow: hidden;
  background: #f7f7f7;
  padding: 20.5px 0;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nyjoblist .bd .cur .icon {
  background: url(../images/btn_06_h.png) no-repeat center;
}
.nyjoblist .bd dd {
  background: #fff;
  height: 0;
  overflow: hidden;
}
.nyjoblist .bd dd .nr {
  overflow: hidden;
  border: 1px solid #CCCCCC;
  padding: 38px 0 42px 0;
  line-height: 2;
  font-size: 14px;
  color: #666666;
  position: relative;
}
.nyjoblist .bd dd .nr .joinFl {
  width: 50%;
  padding: 0 50px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nyjoblist .bd dd .nr p strong {
  color: #333;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 18px;
  display: block;
}
.nyjoblist .bd dd .nr p {
  color: #666;
  font-size: 16px;
}
.nyjoblist .bd dd .nr .joinFr {
  width: 50%;
  border-left: #e6e6e6 1px solid;
  padding: 0 50px;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nyjoblist .bd .cur dt {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
  background-image: linear-gradient(40deg, #1978de 30%, #1978de 100%);
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.nyjoblist .bd .cur dd {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
  height: auto;
}
.nyjoblist .bd dd .nr .nytext {
  overflow: hidden;
}
.nyjoblist .bd dd .nr .nyyouxiang {
  text-align: right;
  font-size: 28px;
  padding-right: 50px;
}
.nyjoblist .bd dd .nr .nyyouxiang p {
  color: #111;
}
@media (max-width: 1200px) {
  .fuli ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .fuli ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 1023px) {
  .nyjoblist .bd .bt {
    font-size: 15px;
    height: 55px;
    line-height: 55px;
  }
  .nyjoblist .bd dt {
    font-size: 15px;
    padding: 14px 0;
  }
  .nyjoblist .bd dd .nr p strong {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .nyjoblist .bd dd .nr p {
    font-size: 14px;
  }
  .nyjoblist .bd dd .nr .joinFl {
    padding: 0px 35px;
  }
  .nyjoblist .bd dd .nr {
    padding: 26px 0 42px 0;
  }
  .nyjoblist .bd dd .nr .joinFr {
    padding: 0px 35px;
  }
  .nyjoblist .bd .span-05 {
    display: none;
  }
  .fuli {
    margin-top: 30px;
  }
  .inside-join01 {
    padding: 40px 0;
  }
  .inside-join02 {
    padding: 40px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .nyjoblist .bd dd .nr .joinFl {
    width: 100%;
    float: none;
    padding: 0px 10px;
  }
  .nyjoblist .bd dd .nr .joinFr {
    width: 100%;
    float: none;
    margin-top: 15px;
    padding: 0 10px;
  }
  .nyjoblist .bd .span-02 {
    display: none;
  }
  .nyjoblist .bd .span-03 {
    display: none;
  }
  .nyjoblist .bd dt .icon {
    width: 35px;
  }
  .nyjoblist .bd dd .nr {
    padding-bottom: 20px;
  }
  .nyjoblist .bd .span-01 {
    width: 50%;
    padding-left: 1.8rem;
  }
  .fuli ul {
    grid-template-columns: repeat(2, 1fr);
    /* 改为2列 */
    gap: 1.5rem;
  }
  .fuli ul li {
    padding: 3rem 1rem 2.5rem 1rem;
    font-size: 1.4rem;
  }
}
/*新闻中心*/
.second-nav {
  position: relative;
  top: -6rem;
}
.second-nav .inside-menu ul li {
  width: 15%;
  float: left;
  margin-right: 2%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  height: 6rem;
  line-height: 6rem;
  -webkit-transition: .5s;
  transition: .5s;
}
.second-nav .inside-menu ul li:last-child {
  margin-right: 0;
}
.second-nav .inside-menu ul li a {
  font-size: 2rem;
  color: #fff;
  display: block;
  white-space: nowrap;
}
.second-nav .inside-menu ul li:hover,
.second-nav .inside-menu ul li.active {
  background: var(--main-color);
}
.xinwenlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 2.8rem 4rem 4rem;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 3rem;
}
.xinwenlist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xinwenlist li .date {
  -webkit-box-flex: 0rem;
      -ms-flex: 0rem 0 13rem;
          flex: 0rem 0 13rem;
  padding-right: 2rem;
  color: #999;
  text-align: center;
  margin-top: -2.2rem;
}
.xinwenlist li .date span {
  display: block;
  font-size: 4rem;
  border-bottom: 1px solid #e5e5e5;
}
.xinwenlist li .date em {
  display: block;
  font-size: 2.5rem;
  font-style: normal;
  margin-top: .3rem;
}
.xinwenlist li .text {
  padding: 2.8rem 8.4rem 0px 13rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.xinwenlist li .text .wz01 {
  font-size: 2rem;
  color: #333;
  font-family: 'MiSans-Bold';
  margin-bottom: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.xinwenlist li .text .wz02 {
  font-size: 1.6rem;
  color: #999;
  line-height: 3.2rem;
  margin-bottom: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xinwenlist li .xwimg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36rem;
          flex: 0 0 36rem;
  overflow: hidden;
}
.xinwenlist li .xwimg img {
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.xinwenlist li:hover {
  background: #F5F5F5;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-bottom: none;
}
.xinwenlist li:hover .xwimg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.yemapage {
  clear: both;
  text-align: center;
  font-family: arial;
  line-height: 16px;
  padding: 30px 0 60px 0;
}
.yemapage a {
  color: #9e9e9e;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  min-width: 48px;
  line-height: 48px;
  height: 48px;
  border-radius: 3px;
  background-color: #f5f5f5;
  margin: 0 6px;
  padding: 0 20px;
}
.yemapage a.page-num-current,
.yemapage a:hover {
  background: var(--main-color);
  color: #ffffff;
}
@media (max-width: 1200px) {
  .xinwenlist li .date {
    display: none;
  }
  .xinwenlist li .text .wz01 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .xinwenlist li .text .wz02 {
    font-size: 14px;
    line-height: 26px;
  }
  .xinwenlist li .text {
    padding: 0 4rem 0 0;
    margin-bottom: 10px;
  }
  .second-nav {
    position: inherit;
    top: 0;
    margin: 15px 0 30px 0;
  }
  .second-nav .inside-menu ul li {
    display: block;
    border: 1px solid var(--main-color);
  }
  .second-nav .inside-menu ul li a {
    color: var(--main-color);
    font-size: 14px;
  }
  .second-nav .inside-menu ul li:hover a,
  .second-nav .inside-menu ul li.active a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .xinwenlist a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .xinwenlist li {
    padding: 15px;
  }
  .xinwenlist li .xwimg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: auto;
  }
  .xinwenlist li .xwimg img {
    width: 100%;
  }
  .second-nav .inside-menu ul li {
    width: 31%;
    margin-bottom: 10px;
    margin-right: 3.333%;
    height: 4.5rem;
    line-height: 4.5rem;
  }
  .second-nav .inside-menu ul li:nth-child(3n) {
    margin-right: 0;
  }
  .yemapage a {
    font-size: 14px;
    min-width: 26px;
    line-height: 26px;
    height: 26px;
    margin: 0 0px;
    padding: 0 9px;
  }
  .yemapage {
    padding: 5px 0 40px 0;
  }
}
/*新闻详细*/
.news-xxcont {
  padding: 13rem 0 6rem 0;
}
.h01 {
  font-size: 3.2rem;
  font-family: 'MiSans-Bold';
  line-height: 5.2rem;
  color: #212121;
}
.h02 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 4.7rem;
  color: #666;
  line-height: 4rem;
  border-bottom: 1px solid #cdcccc;
  padding-bottom: 0.7rem;
}
.h02 span {
  margin-right: 2rem;
}
.h02 span img {
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: -0.3rem;
}
.fenxiang {
  position: relative;
  float: right;
}
.fenxiang span {
  display: block;
  float: left;
  line-height: 4rem;
}
.fenxiang .fr {
  float: right;
  margin-right: 0;
}
.fenxiang .fr a {
  display: block;
  float: left;
  width: 4rem;
}
.fenxiang .fr .pic:after {
  padding-bottom: 100%;
}
.news-info {
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #666;
  padding-bottom: 1.5rem;
}
.news-info img {
  margin-right: 8px;
  vertical-align: middle;
}
.news-info p {
  margin-bottom: 1rem;
}
.inside-page-news {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  color: #333333;
}
.inside-page-news .list li {
  border-bottom: 1px solid #e1e1e1;
  line-height: 53px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-page-news .list li:first-child {
  border-top: 1px solid #e1e1e1;
}
.inside-page-news .list li span {
  color: var(--sub-color);
  padding-right: 2.8rem;
}
.inside-page-news .list li span svg {
  margin-left: 2.3rem;
  width: 10px;
  vertical-align: middle;
  margin-top: 1px;
}
.inside-page-news .list li a {
  color: #333333;
}
.inside-page-news .list li:hover a {
  color: var(--main-color);
}
.fanhui {
  width: 17.8rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background: #eee;
  color: #2d3132;
  font-size: 1.6rem;
}
.fanhui a {
  color: #2d3132;
  display: block;
  -webkit-transition: .5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fanhui:hover {
  background: var(--main-color);
}
.fanhui:hover a {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .inside-page-news {
    font-size: 14px;
  }
  .inside-page-news .list li {
    line-height: 48px;
  }
  .inside-page-news .list li span {
    padding-right: 18px;
  }
  .inside-page-news .list li span svg {
    margin-left: 10px;
  }
  .h01 {
    font-size: 20px;
    line-height: 1.5;
  }
  .h02 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .news-info {
    font-size: 14px;
    line-height: 26px;
  }
  .fanhui {
    width: 130px;
    height: 40px;
    line-height: 40px;
  }
}
/*成功案例*/
.case-cont {
  padding-bottom: 4rem;
}
.case-cont .news-list li {
  width: 30.66%;
  float: left;
  margin-right: 4%;
  position: relative;
  margin-bottom: 4%;
}
.case-cont .news-list li:nth-child(3n) {
  margin-right: 0;
}
.jz-list li {
  width: 30.66%;
  float: left;
  margin-right: 4%;
  position: relative;
  margin-bottom: 4%;
  padding: 3rem 4rem 5rem 4rem;
  background: #F5F5F5;
}
.jz-list li .box {
  position: relative;
  z-index: 1;
}
.jz-list li .box:before {
  position: absolute;
  left: 0;
  content: "";
  width: 11.4rem;
  height: 11rem;
  background: url(../images/yinhao.webp) no-repeat center center;
  z-index: -1;
  background-size: 11.4rem;
}
.jz-list li .box .text {
  padding-top: 7rem;
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: #333;
}
.jz-list li .box .wenzi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10rem;
}
.jz-list li .box .wenzi .wzimg {
  width: 4.8rem;
}
.jz-list li .box .wenzi .wz01 {
  padding-left: 1rem;
}
.jz-list li .box .wenzi .wz01 .wz02 {
  font-size: 1.4rem;
  color: #999999;
}
.jz-list li .box .wenzi .wz01 .wz03 {
  font-size: 1.8rem;
  color: #333;
  font-family: 'MiSans-Bold';
}
.jz-list li:nth-child(3n) {
  margin-right: 0;
}
.jianzheng-cont {
  padding-bottom: 3rem;
}
@media (max-width: 1023px) {
  .jz-list li .box .wenzi {
    padding-top: 8rem;
  }
  .jz-list li {
    width: 48%;
  }
  .jz-list li:nth-child(3n) {
    margin-right: 4%;
  }
  .jz-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .case-cont .news-list li {
    width: 48%;
  }
  .case-cont .news-list li:nth-child(3n) {
    margin-right: 4%;
  }
  .case-cont .news-list li:nth-child(2n) {
    margin-right: 0;
  }
  .case-cont .news-list {
    padding-bottom: 3rem;
  }
  .jz-list li {
    width: 100%;
  }
  .jz-list li .box .text {
    padding-top: 6rem;
    font-size: 14px;
    line-height: 26px;
  }
  .jz-list li .box .wenzi .wz01 .wz02 {
    font-size: 14px;
  }
  .jz-list li .box .wenzi .wz01 .wz03 {
    font-size: 15px;
  }
  .jz-list li .box .wenzi {
    padding-top: 40px;
  }
  .jz-list {
    padding-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .case-cont .news-list li {
    width: 100%;
    margin-right: 0;
  }
}
/*产品中心*/
.product-list {
  padding: 15rem 0 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.protit {
  font-size: 2rem;
  font-family: 'MiSans-Bold';
  margin-bottom: 3rem;
}
.product-list .left {
  width: 20%;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  -ms-flex-item-align: start;
      align-self: flex-start;
  top: 13rem;
}
.left-list li {
  padding: 1.2rem 0;
  margin-bottom: .8rem;
  font-size: 1.8rem;
  color: #333;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  overflow: hidden;
}
.left-list li:after {
  content: "";
  z-index: 4;
  width: 0%;
  bottom: 0;
  right: 100%;
  opacity: 0;
  height: 1px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #01458e), to(#01458e));
  background: linear-gradient(90deg, #01458e 0, #01458e 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.left-list li.active:after,
.left-list li:hover:after {
  opacity: 1;
  right: 0;
  width: 100%;
}
.left-list li span {
  width: 80%;
  float: left;
}
.left-list li i {
  width: 3.2rem;
  height: 3.2rem;
  background: #F5F5F5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
}
.left-list li.active i,
.left-list li:hover i {
  background: var(--main-color);
}
.left-list li i svg {
  fill: #1978DE;
}
.left-list li.active i svg,
.left-list li:hover i svg {
  fill: #fff;
}
.product-list .right {
  width: 72%;
  float: right;
}
.produxt-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E6E6E6;
}
.produxt-top .p-title {
  font-size: 2.6rem;
}
.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  height: 5.4rem;
  border: 1px solid #e5e7eb;
  border-radius: .8rem;
  padding: 0 .3rem 0 0rem;
  background-color: #fff;
}
.search-icon-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  cursor: pointer;
}
.search-icon-img svg {
  fill: #1978de;
  width: 2rem;
}
.search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: 0;
  font-size: 16px;
  padding: 0 12px 0 0;
  height: 100%;
  background: 0 0;
  width: 50%;
}
.search-btn {
  width: 10rem;
  height: 4.6rem;
  border: none;
  background-color: var(--main-color);
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: .8rem;
}
.search-btn:hover {
  background-color: #4096ff;
}
.protext {
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 4rem 0;
}
.productlist-01 li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
  border: 1px solid #E6E6E6;
  border-radius: 1rem;
}
.productlist-01 li:nth-child(2n) {
  margin-right: 0;
}
.productlist-01 li .img1 {
  border-radius: 1rem;
  overflow: hidden;
}
.productlist-01 li .img1 img {
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  width:100%;
  border-radius: 1rem;
}
.productlist-01 li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.productlist-01 li .box .text {
  padding-right: 1rem;
}
.productlist-01 li .box .text .text01 {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.productlist-01 li .box .text .big {
  font-size: 2rem;
  font-family: 'MiSans-Bold';
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.productlist-01 li .box .probtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productlist-01 li .box .probtn i {
  width: 3.2rem;
  height: 3.2rem;
  background: var(--main-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productlist-01 li .box .probtn i svg {
  fill: #fff;
}
.productlist-01 li:hover .img1 img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.productlist-01 li:hover .box {
  background: var(--main-color);
  color: #fff;
}
.productlist-01 li:hover .box .probtn i {
  background: #fff;
}
.productlist-01 li:hover .box .probtn i svg {
  fill: #1978de;
}
@media (max-width: 1200px) {
  .product-list .left {
    display: none;
  }
  .product-list .right {
    width: 100%;
    float: none;
  }
}




@media (max-width: 767px) {
  .search-box {
    width: 60%;display:none;
  }
  .product-list {
    padding: 12rem 0 5px 0;
  }
  .protext {
    font-size: 14px;
    line-height: 26px;
    padding: 15px 0;
  }
  .produxt-top .p-title {
    font-size: 18px;
  }
  .productlist-01 li {
    width: 100%;
    float: none;
  }
  .productlist-01 li .box .text .big {
    font-size: 16px;
  }
  .productlist-01 li .box .text .text01 {
    font-size: 14px;
    
    -webkit-line-clamp: 10;
  }
  .search-btn {
    font-size: 14px;
    width: 7rem;
  }
}
/*产品中心详细*/
.productxq-one {
  padding: 15rem 0 6rem 0;
}
.productxq-one .left {
  width: 52.6%;
  float: left;
}
.productxq-one .left img {
  display: block;border-radius: 1rem;width:100%;
}
.productxq-one .right {
  width: 45%;
  float: right;
  padding-left: 8rem;
  padding-top: 2rem;
}
.productxq-one .right .px-title {
  font-size: 3rem;
  font-family: 'MiSans-Bold';
}
.productxq-one .right .px-text01 {
  font-size: 1.6rem;
  color: #666;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}
.productxq-one .right .px-tubiaolist li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 3rem;
}
.productxq-one .right .px-tubiaolist li:nth-child(2n) {
  margin-right: 0;
}
.productxq-one .right .px-tubiaolist li .pxbig-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #333;
  margin-bottom: 1rem;
}
.productxq-one .right .px-tubiaolist li .pxbig-top p {
  display: inline-block;
  padding-left: 1rem;
}
.productxq-one .right .px-cont-bt {
  font-size: 1.6rem;
  padding-top: 4rem;
}
.productxq-one .right .px-cont-bt a {
  width: 20rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 3rem;
  background: var(--main-color);
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 1.5rem;
}
.productxq-one .right .px-cont-bt a:last-child {
  margin-right: 0;
}
.productxq-one .right .px-cont-bt a:nth-child(2) {
  background: #01458E;
}
.xqbti {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.3rem;
  font-family: 'MiSans-Bold';
  margin-bottom: 3rem;
}
.xqbti:before {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  top: .95rem;
  height: 0;
  border-top: .9rem solid transparent;
  border-bottom: .9rem solid transparent;
  border-left: 1rem solid #1978DE;
}
.productxq-two {
  background: #F5F5F5;
  padding: 4rem 0 2rem 0;
}
.param-table-wrap {
  font-size: 1.6rem;
  color: #333;
}
.param-table-wrap td {
  padding: 12px 12px 12px 3rem;
  white-space: nowrap;
}
.param-table-wrap tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.repleat-product {
  padding: 6rem 0 8rem 0;
}
.rpro-xglist {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .productxq-one .right {
    width: 47%;
  }
}
@media (max-width: 1023px) {
  .param-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 1023px;
  }
  .repleat-product {
    padding: 40px 0;
  }
  .productxq-one .left {
    width: 100%;
    float: none;
  }
  .productxq-one .right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .productxq-one .right .px-title {
    font-size: 20px;
  }
  .productxq-one .right .px-text01 {
    font-size: 16px;
  }
  .productxq-one .right .px-tubiaolist li {
    width: 100%;
    float: none;
    font-size: 14px;
  }
  .productxq-one .right .px-tubiaolist li .pxbig-top {
    font-size: 16px;
  }
  .productxq-one .right .px-cont-bt {
    padding-top: 10px;
  }
  .productxq-one {
    padding: 13rem 0 40px 0;
  }
  .productxq-one .right .px-cont-bt a {
    width: 15rem;
  }
}
/*关于我们*/
.about-01 {
  padding: 10rem 0;
}
.about-01 .list {
  padding-top: 4.8rem;
}
.about-01 .list li {
  margin-bottom: 6rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-01 .list li .left {
  width: 49.3%;
  float: left;
}
.about-01 .list li .right {
  width: 50.7%;
  float: right;
  padding-left: 6rem;
}
.about-01 .list li .right .text01 .bt {
  font-size: 3rem;
  font-family: 'MiSans-Bold';
  margin-bottom: 2rem;
}
.about-01 .list li .right .text01 .text {
  font-size: 1.8rem;
  color: #000;
  line-height: 3.2rem;
}
.about-01 .list li .right .text02 {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-01 .list li .right .text02 .wenzi {
  padding-right: 12rem;
}
.about-01 .list li .right .text02 .wenzi:last-child {
  padding-right: 0;
}
.about-01 .list li .right .text02 .wenzi .shuzi {
  font-size: 2rem;
  color: var(--main-color);
}
.about-01 .list li .right .text02 .wenzi span {
  font-size: 5rem;
  font-family: 'MiSans-Bold';
}
.about-01 .list li .right .text02 .wz02 {
  font-size: 1.6rem;
  color: #999;
}
.about-01 .list li:nth-child(even) .left {
  float: right;
  width: 46.3%;
}
.about-01 .list li:nth-child(even) .right {
  float: right;
  padding-left: 0;
  padding-right: 6rem;
  width: 53.7%;
}
.about-01 .list li:last-child {
  margin-bottom: 0;
}
.about-01 .list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/*发展历史*/
.about-02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#eff4ff), color-stop(58%, #ffffff));
  background: linear-gradient(180deg, #eff4ff 0%, #ffffff 58%);
  padding: 8rem 0 6rem 0;
}
.about05 {
  padding-top: 3rem;
}
.about05 .about-bottom {
  overflow: hidden;
  position: relative;
}
.about05 .about-bottom .about-list1 .mySwiper1:after {
  content: '';
  display: block;
  background: #bfbfbf;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 1.7rem;
  right: 0;
}
.about05 .mySwiper2 {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.about05 .mySwiper2 .swiper-slide {
  padding: 2.4rem 0;
}
.about05 .mySwiper2 .swiper-slide .box {
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.about05 .mySwiper2 .swiper-slide .box .nr .left {
  float: left;
  width: 42%;
}
.about05 .mySwiper2 .swiper-slide .box .nr .right {
  float: right;
  width: 58%;
  padding-top: 7rem;
  padding-left: 5rem;
}
.about05 .mySwiper2 .swiper-slide .box .nr .right .bt {
  font-family: MontserratAlternates-Bold;
  font-size: 4.8rem;
  line-height: 4.8rem;
  padding-bottom: 3rem;
  color: #182833;
  border-bottom: 1px solid #c9d6df;
  position: relative;
}
.about05 .mySwiper2 .swiper-slide .box .nr .right .bt:after {
  position: absolute;
  content: "";
  left: 0;
  width: 9.6rem;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #616ccd), to(#807ee7));
  background: linear-gradient(90deg, #616ccd 0, #807ee7 100%);
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about05 .mySwiper2 .swiper-slide .box .nr .right .p {
  font-size: 1.8rem;
  line-height: 3.8rem;
  padding-top: 2rem;
  color: #000;
}
.about05 .mySwiper2 .swiper-slide:hover .box .nr .right .bt:after {
  width: 100%;
}
.about05 .about-list1 {
  position: relative;
  width: 102%;
  margin: 0 auto;
  margin-top: 2rem;
  left: -1%;
}
.about05 .mySwiper1 {
  position: relative;
  overflow: hidden;
  width: 91%;
  margin: 0 auto;
  padding-bottom: 0.6rem;
}
.about05 .mySwiper1:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  bottom: 12.56rem;
  left: 0;
}
.about05 .mySwiper1 .swiper-slide {
  height: auto;
  padding-bottom: 0;
  font-size: 2rem;
  line-height: 15rem;
  color: #182833;
  text-align: center;
  font-family: MontserratAlternates-Regular;
  background: url(../images/dhapn.webp) no-repeat center 2.2rem;
  background-size: 1.4rem;
  cursor: pointer;
}
.about05 .mySwiper1 .swiper-slide span {
  display: block;
  width: 100%;
}
.about05 .mySwiper1 .swiper-slide-thumb-active {
  font-size: 2.4rem;
  color: #182833;
  font-family: MontserratAlternates-Bold;
  background: url(../images/dhapnact.webp) no-repeat center 1.5rem;
  background-size: 3rem;
}
.about05 .swiper-button-next,
.about05 .swiper-button-prev {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #999;
  margin-top: 0;
  border-radius: 50%;
  top: auto;
  bottom: 10rem;
  left: 0;
  z-index: 66;
}
.about05 .swiper-button-next svg,
.about05 .swiper-button-prev svg {
  width: 3rem;
  height: 4.8rem;
  fill: #cccccc;
}
.about05 .swiper-button-next:after,
.about05 .swiper-button-prev:after {
  content: '';
}
.about05 .swiper-button-next:hover,
.about05 .swiper-button-prev:hover {
  border: 1px solid var(--main-color);
}
.about05 .swiper-button-next:hover,
.about05 .swiper-button-prev:hover {
  background: var(--main-color);
}
.about05 .swiper-button-next:hover:after,
.about05 .swiper-button-prev:hover:after {
  color: #ffffff;
}
.about05 .swiper-button-next:hover svg,
.about05 .swiper-button-prev:hover svg {
  fill: #ffffff;
}
.about05 .swiper-button-next {
  right: 0;
  left: auto;
}
/*荣誉资质*/
.about-03 {
  position: relative;
  margin-bottom: 6.3rem;
  overflow: hidden;
}
.honor-list {
  width: 115%;
  padding: 4rem 0 2rem 0;
}
.about-03 .btn2 .swiper-button-next,
.about-03 .btn2 .swiper-button-prev {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #999;
  margin-top: 0;
  border-radius: 50%;
  top: auto;
  bottom: 0rem;
  left: 0;
  z-index: 66;
}
.about-03 .btn2 .swiper-button-next svg,
.about-03 .btn2 .swiper-button-prev svg {
  width: 3rem;
  height: 4.8rem;
  fill: #cccccc;
}
.about-03 .btn2 .swiper-button-next:after,
.about-03 .btn2 .swiper-button-prev:after {
  content: '' !important;
}
.about-03 .btn2 .swiper-button-next:hover,
.about-03 .btn2 .swiper-button-prev:hover {
  border: 1px solid var(--main-color) !important;
}
.about-03 .btn2 .swiper-button-next:hover,
.about-03 .btn2 .swiper-button-prev:hover {
  background: var(--main-color) !important;
}
.about-03 .btn2 .swiper-button-next:hover:after,
.about-03 .btn2 .swiper-button-prev:hover:after {
  color: #ffffff;
}
.about-03 .btn2 .swiper-button-next:hover svg,
.about-03 .btn2 .swiper-button-prev:hover svg {
  fill: #ffffff;
}
.about-03 .btn2 .swiper-button-next {
  left: 6rem;
  right: auto;
  background: none !important;
}
.about-03 .btn2 .swiper-button-prev {
  left: 0;
  right: auto;
  background: none !important;
}
.btn2 {
  position: relative;
  height: 3.3rem;
  margin-top: 3rem;
}
.about-03 .btn2 .swiper-pagination {
  height: 2px;
  width: 91%;
  left: 13rem;
  top: 1.2rem;
  background: #e1e1e1;
}
.about-03 .btn2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--main-color);
}
@media (max-width: 1023px) {
  .about-01 {
    padding: 40px 0;
  }
  .about-01 .list li .right .text01 .bt {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .about-01 .list li .right {
    padding-left: 30px;
  }
  .about-01 .list li {
    display: block;
    margin-bottom: 40px;
  }
  .about-01 .list li .right .text01 .text {
    font-size: 14px;
    line-height: 24px;
  }
  .about-01 .list li .right .text02 {
    margin-top: 20px;
  }
  .about-01 .list li .right .text02 .wenzi .shuzi {
    font-size: 14px;
  }
  .about-01 .list li .right .text02 .wenzi .shuzi span {
    font-size: 23px;
  }
  .about-01 .list {
    padding-top: 20px;
  }
  .product-show strong {
    font-size: 18px;
  }
  .about05 .mySwiper1 {
    width: 85%;
  }
  .about05 .mySwiper2 .swiper-slide .box .nr .left {
    width: 100%;
  }
  .about05 .mySwiper2 .swiper-slide .box .nr .right {
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
  }
  .about05 .mySwiper2 .swiper-slide .box .nr .right .bt {
    font-size: 24px;
    padding-bottom: 12px;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .about05 .mySwiper2 .swiper-slide .box .nr .right .p {
    font-size: 14px;
    line-height: 25px;
    padding-top: 20px;
  }
  .about05 {
    padding-top: 10px;
  }
  .about-02 {
    padding: 40px 0 0 0;
  }
  .about05 .about-list1 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-01 .list li .right {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-01 .list li .left {
    width: 100%;
    float: none;
  }
  .about-01 .list li:nth-child(even) .left {
    float: none;
    width: 100%;
  }
  .about-01 .list li:nth-child(even) .right {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .about05 .mySwiper1 {
    width: 76%;
  }
}
.yinsi {
  padding: 15rem 0 6rem 0;
  font-size: 2rem;
}
.proshow .product2-p {
  display: none;
}
