/*通用*/
a {
  display: inline-block;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}
.w1500 {
  width: 1500px;
  margin: 0 auto;
}
.mflex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-content a {
  display: inline-block;
}
.m-content p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
  color: #555;
}
.m-content img {
  display: block;
  margin: 1em auto;
  max-width: 100%;
  height: auto;
}
.phoneshow {
  display: none;
}

.font70 {
  font-size: 60px;
}
.font45 {
  font-size: 45px;
}
.font35 {
  font-size: 35px;
}
.font30 {
  font-size: 30px;
}
.font28 {
  font-size: 28px;
}
.font26 {
  font-size: 26px;
}
.font24 {
  font-size: 24px;
}
.font22 {
  font-size: 22px;
}
.font20 {
  font-size: 20px;
}
.font18 {
  font-size: 18px;
}
.font16 {
  font-size: 16px;
}
/*鼠标效果*/
.mhover {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translate(0, 0);
}
.mhover::before,
.mhover::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.mhover::before {
  background: #7fa9d4;
}
.mhover::after {
  background: #0054aa;
}
.mhover:hover {
  color: #fff;
}
.mhover:hover::before,
.mhover:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mhover:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.mhover span,
.mhover i,
.mhover img {
  position: relative;
  z-index: 1;
}

/*定位*/
.dwcenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dwzycenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.dwsxcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.textcenter {
  text-align: center;
}
.clearBothDiv {
  clear: both;
}
/*头部*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  z-index: 9999;
}
.header .head-mn {
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
.header .head-nav li {
  position: relative;
  margin-right: 70px;
}
.header .head-nav li:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0px;
  height: 3px;
  background: #0054aa;
  transition: all 0.5s;
  content: '';
}
.header .head-nav li:last-child {
  margin-right: 50px;
}
.header .head-nav .nav {
  position: relative;
  line-height: 92px;
  color: #333;
}
.header .head-nav li.active:before {
  width: 100%;
}
.header .head-nav li.active .nav {
  color: #0054aa;
}
.header .head-nav li:hover:before {
  width: 100%;
}
.header .head-nav li:hover .nav {
  color: #0054aa;
}
.header .head-nav li .nav-main {
  position: fixed;
  top: 97px;
  left: 0;
  justify-content: center;
  padding: 42px 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  pointer-events: none;

  gap: 26px 0px;
}
.header .head-nav li .nav-main .ernav {
  padding: 0 31px;
  text-align: center;
  line-height: 1em;
  color: #333;
}
.header .head-nav li .nav-main .ernav .bigimg {
  border-radius: 10px;
  margin-bottom: 18px;
}
.header .head-nav li .nav-main.show {
  top: 93px;
  opacity: 1;
  pointer-events: auto;
}
.header-box {
  height: 92px;
}
.header.index {
  border-color: rgba(255, 255, 255, 0.2);
  background: none;
}
.header.index .head-nav .nav {
  color: #fff;
}
.header.index .head-nav li:before {
  background: #fff;
}
.header.index .head-nav li.active .nav {
  color: #fff;
}
.header.index .head-nav li:hover .nav {
  color: #fff;
}
.header.indexoth.index {
  border-color: #e5e5e5;
  background: #fff;
}
.header.indexoth.index .head-nav .nav {
  color: #333;
}
.header.indexoth.index .head-nav li:before {
  background: #0054aa;
}
.header.indexoth.index .head-nav li.active .nav {
  color: #0054aa;
}
.header.indexoth.index .head-nav li:hover .nav {
  color: #0054aa;
}
.header.header-small .head-nav .nav {
  line-height: 80px;
}
.header.header-small .head-nav .nav-main.show {
  top: 81px;
}
.header .head-menu {
  right: 0;
  display: none;
}
.head-menu .line {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px 0;
  background: #0054aa;
  transition: opacity 0.2s, margin-top 0.2s, background-color 0.2s, -webkit-transform 0.2s 0.1s;
  transition: opacity 0.2s, margin-top 0.2s, transform 0.2s 0.1s, background-color 0.2s;
  transition: opacity 0.2s, margin-top 0.2s, transform 0.2s 0.1s, background-color 0.2s, -webkit-transform 0.2s 0.1s;
}
.head-menu-close .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.head-menu-close .line:nth-child(2) {
  opacity: 0;
}
.head-menu-close .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.header .mhead-main {
  position: fixed;
  top: 60px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 60px);
  padding-bottom: 30px;
  background: #0054aa;
  overflow-y: scroll;
  transition: all 0.5s;
  box-sizing: border-box;
}
.head-open .mhead-main {
  right: 0;
}
.mhead-main .phead-nav .item {
  border-bottom: 1px solid rgba(222, 222, 222, 0.2);
}
.mhead-main .phead-nav .item .item-link {
  position: relative;
  display: block;
  padding: 0 3%;
  line-height: 60px;
  overflow: hidden;
  color: #fff;
}
.mhead-main .phead-nav .item .item-link .jt {
  right: 3%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.5s;
}
.mhead-main .phead-nav .item .item-link .jt svg {
  display: block;
}
.mhead-main .phead-nav .subnav-box {
  display: none;
  padding: 0 6% 20px;
}
.mhead-main .phead-nav .subnav-box .subnav .sublink {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.mhead-main .phead-nav .item-link .jt.jt-rotate {
  transform: translateY(-50%) rotate(0deg);
}
.mhead-main .head-tool {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  padding: 20px 40% 20px 3%;
  background: #fff;
  box-sizing: border-box;
}

.index-banner {
  position: relative;
}
.index-banner .swiper-container {
  height: 100vh;
}
.index-banner .swiper-slide .bimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index-banner .swiper-slide-active .bimg {
  animation: bigimg 9.8s linear infinite;
}
.index-banner .swiper-slide .mes {
  top: 350px;
  color: #fff;
}
.index-banner .swiper-slide .mes .tit {
  line-height: 1.5em;
}
.index-banner .swiper-slide .mes .sum {
  margin: 10px 0 90px;
  line-height: 1.5em;
  letter-spacing: 2px;
}
.index-banner .swiper-slide .mes .scroll {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.index-banner .swiper-slide .mes .scroll span {
  font-size: 20px;
  line-height: 1em;
  color: #fff;
}
.index-banner .swiper-slide .mes .scroll:hover {
  border-color: #0054aa;
}
.index-banner .i-page {
  bottom: 110px;
  z-index: 2;
}
.index-banner .i-page .pagem {
  width: 288px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
.index-banner .i-page .page-mn {
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #fff;
}
.index-banner .i-page .page-mn.page-r {
  transform: rotate(180deg);
}
.index-banner .i-page .zanting {
  margin: 0 16px;
  width: 18px;
  display: flex;
  justify-content: center;
}
.index-banner .i-page .zanting span {
  width: 5px;
  height: 15px;
  display: block;
  margin: 0 2px;
  background: #fff;
}
.index-banner .i-page .zanting.bofang span {
  display: none;
}
.index-banner .i-page .zanting.bofang span:first-child {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #fff;
  transform: rotate(180deg);
  background: none;
}
.index-banner .swiper-pagination {
  position: static;
  height: 26px;
  align-items: flex-end;
  text-align: center;
  font-size: 18px;
  line-height: 0.8em;
  color: #fff;
}
.index-banner .swiper-pagination .total {
  text-indent: 12px;
}
.index-banner .swiper-pagination ul {
  position: relative;
  width: 40px;
  height: 26px;
  overflow: hidden;
}
.index-banner .swiper-pagination ul li {
  position: absolute;
  left: 0px;
  bottom: 0;
  font-size: 30px;
  line-height: 0.8em;
  font-weight: bold;
}
.index-banner .i-page .line {
  position: relative;
  width: 288px;
  height: 1px;
  background: #fff;
}
.index-banner .i-page .line .colorline {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #e70012;
  content: '';
}
.index-banner .i-page .line.on .colorline {
  animation: scroll 5s linear infinite;
}
.index-banner .video-btn {
  position: absolute;
  right: 0;
  bottom: -40px;
  border: 1px solid #fff;
  cursor: pointer;
}
.index-banner .video-btn .bf {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.index-banner .video-btn .bf span {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #d6000f;
}
.index-banner .video-btn .bf:hover span {
  border-left-color: #fff;
}
@-webkit-keyframes scroll {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes scroll {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes bigimg {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bigimg {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.indextit {
  text-align: center;
  line-height: 1em;
  color: #000;
}
.proqiu {
  border-radius: 100%;
  box-sizing: border-box;
  background: #fff;
}
.proqiu img {
  max-width: 80%;
  max-height: 80%;
}
#pro {
  top: -10px;
}
.index-pro {
  padding: 90px 0 0;
  background: url('../img/iprobg.png') no-repeat center / cover;
}
.index-pro .inpro-wapr1 {
  position: relative;
  padding-bottom: 25px;
}
.index-pro .inpro-wapr1 .inpro-more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 26px;
  line-height: 1em;
  color: #cacaca;
}
.index-pro .inpro-wapr1 .inpro-more:hover {
  color: #0054aa;
}
.inpro-wapr2 .main {
  position: relative;
  padding: 32px 0 38px;
}
.inpro-wapr2 .main .tit {
  left: 0;
  max-width: 30%;
  padding: 22px 0;
  line-height: 1em;
  color: #333;
}
.inpro-wapr2 .main .tit:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  background: #0054aa;
  content: '';
}
.inpro-wapr2 .main .proqiu {
  width: 456px;
  height: 456px;
  border: 16px solid #0054aa;
  margin: 0 auto;
}
.inpro-wapr2 .main .promore {
  align-items: center;
  right: 0;
}
.inpro-wapr2 .main .promore .xtit {
  margin-right: 26px;
  color: #333;
}
.inpro-wapr2 .main .promore .tb {
  transform: rotate(-90deg);
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  line-height: 90px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #0054aa;

  display: flex;
  justify-content: center;
  align-items: center;
}
.inpro-wapr2 .main .promore:hover .xtit {
  margin-right: 15px;
  color: #0054aa;
}
.inpro-wapr3 {
  position: relative;
  padding: 33px 0 20px;
  border-top: 1px solid #e5e5e5;
  background: #eee;
}
.inpro-wapr3 .main {
  position: relative;
}
.inpro-wapr3 .page {
  cursor: pointer;
  outline: none;
}
.inpro-wapr3 .page .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}
.inpro-wapr3 .page.prev {
  left: 0;
}
.inpro-wapr3 .page.next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.inpro-wapr3 .page:hover .img2 {
  opacity: 1;
}
.inpro-wapr3 .main .swiper-container {
  width: calc(100% - 300px);
  padding: 0 5px;
}
.inpro-wapr3 .main .swiper-container .swiper-slide {
  cursor: pointer;
}
.inpro-wapr3 .main .proqiu {
  width: 173px;
  height: 173px;
  border: 4px solid #eee;
  margin: 0 auto 15px;
}
.inpro-wapr3 .main .swiper-container .swiper-slide-active .proqiu {
  border-color: #0054aa;
}
.inpro-wapr3 .main .protit {
  text-align: center;
  line-height: 1.5em;
}

.index-application {
  padding: 86px 0 76px;
  background: url('../img/iapplicabg.png') no-repeat center;
}
.index-application .indextit {
  margin-bottom: 78px;
}
.index-application .main {
  position: relative;
}
.iapplica-swiper1 {
  position: relative;
  margin-bottom: 43px;
  width: 68%;
  padding-left: 74px;
}
.iapplica-swiper1 .swiper-slide {
  width: 75.36679536679537%;
}
.iapplica-swiper1 .bigimg {
  border-radius: 12px;
  height: 514px;
  background: #0054aa;
}
.iapplica-swiper1 .bigimg img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.iapplica-swiper1 .pagemn {
  position: absolute;
  left: 0;
  bottom: 8.171206225680934%;
  border-radius: 100px;
  overflow: hidden;
  z-index: 2;
}
.iapplica-swiper1 .pagemn .page {
  width: 74px;
  height: 50px;
  background: #fff;
}
.iapplica-swiper1 .pagemn .page span {
  font-size: 24px;
  color: #0054aa;
}
.iapplica-swiper1 .pagemn .page.prev span {
  transform: rotate(90deg);
}
.iapplica-swiper1 .pagemn .page.next span {
  transform: rotate(-90deg);
}
.iapplica-swiper1 .pagemn .page:hover {
  background: none;
}
.iapplica-swiper1 .pagemn .page:hover span {
  color: #fff;
}
.iapplica-swiper1 .pagemn .page:hover span img {
  content: url('../img/yingyonglingyuzuoyoujiantou2.png');
}
.iapplica-swiper2 {
  top: 48px;
  z-index: 2;
}
.iapplica-swiper2 .line {
  width: 60px;
  height: 5px;
  margin-top: 120px;
  background: #0054aa;
}
.iapplica-swiper2 .swiper-container {
  padding: 0 !important;
  margin: 0;
  width: 625px;
}
.iapplica-swiper2 .box {
  width: 625px;
  height: 347px;
  box-sizing: border-box;
  padding: 52px 108px 10px 132px;
  background: url('../img/iapplica2.png') no-repeat center / cover;
}
.iapplica-swiper2 .box .entit {
  line-height: 0.8em;
  font-weight: bold;
  color: #333;
}
.iapplica-swiper2 .box .tit1 {
  margin: 56px 0 14px;
  line-height: 1em;
  color: #0054aa;
}
.iapplica-swiper2 .box .tit2 {
  margin-bottom: 38px;
  line-height: 1em;
  font-weight: bold;
  color: #0054aa;
}
.iapplica-swiper2 .box .sum {
  line-height: 28px;
}
.iapplica-swiperqh .mn {
  width: 109px;
  height: 109px;
  /* margin: 0 50px; */
  margin: 0 40px;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 0px 20px -4px rgba(0, 0, 0, 0.1);
  text-align: center;
  background: #fff;
}
.iapplica-swiperqh .mn .iconfont {
  display: block;
  margin: 31px 0 8px;
  line-height: 34px;
  font-size: 34px;
  color: #0054aa;
}
.iapplica-swiperqh .mn .iconfont .iapplica-icon {
  margin: 0 auto;
}
.iapplica-swiperqh .mn span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.iapplica-swiperqh .mn:hover {
  background: none;
}
.iapplica-swiperqh .mn:hover .iconfont,
.iapplica-swiperqh .mn:hover span {
  color: #fff;
}
.iapplica-swiperqh .mn.on {
  box-shadow: unset;
  background: #0054aa;
}
.iapplica-swiperqh .mn.on .iconfont,
.iapplica-swiperqh .mn.on span {
  color: #fff;
}

.index-about {
  padding: 112px 0 180px;
  background: url('../img/iaboutbg.png') no-repeat center / cover;
}
.index-about .index-title {
  margin-bottom: 80px;
  text-align: center;
  color: #fff;
}
.index-about .index-title .indextit {
  color: #fff;
}
.index-about .index-title .sum {
  margin-top: 22px;
  line-height: 1em;
}
.index-about .box {
  width: 61.26666666666667%;
  padding: 75px 78px 78px 75px;
  box-sizing: border-box;
  background: #fff;
}
.index-about .box .tit {
  line-height: 1em;
  color: #0054aa;
}
.index-about .box .m-content {
  padding: 38px 0 31px;
}
.index-about .box .m-content p {
  text-indent: 0;
}
.index-about .box .aboutmore {
  width: 150px;
  height: 50px;
  border-radius: 100px;
  color: #fff;
  background: #0054aa;
}

.index-service {
  padding: 82px 0 0;
  background: #f5f5f5;
}
.index-service .main {
  padding: 90px 0 122px;
  justify-content: space-between;
}
.index-service .main .mn {
  text-align: center;
}
.index-service .main .mn .proqiu {
  width: 105px;
  height: 105px;
  margin: 40px auto 0 auto;
}
.index-service .main .mn:nth-of-type(1) .proqiu:hover img {
  content: url(../images/index/hexinjiazhi1_fff.png);
}
.index-service .main .mn:nth-of-type(2) .proqiu:hover img {
  content: url(../images/index/hexinjiazhi2_fff.png);
}
.index-service .main .mn:nth-of-type(3) .proqiu:hover img {
  content: url(../images/index/hexinjiazhi3_fff.png);
}
.index-service .main .mn:nth-of-type(4) .proqiu:hover img {
  content: url(../images/index/hexinjiazhi4_fff.png);
}
.index-service .main .mn .proqiu span {
  font-size: 34px;
  color: #000;
}
.index-service .main .mn .proqiu .img2 {
  display: none;
}
.index-service .main .mn .proqiu:hover .img2 {
  display: block;
}
.index-service .main .mn .proqiu:hover .img1 {
  display: none;
}
.index-service .main .mn .proqiu:hover span {
  color: #fff;
}
.index-service .main .mn .tit {
  display: block;
  margin: 24px 0 18px;
  line-height: 1em;
  color: #333;
}
.index-service .main .mn .sum {
  display: block;
  line-height: 1em;
  color: #999;
}
.index-service .main .mn:hover .sum,
.index-service .main .mn:hover .tit {
  color: #0054aa;
}

.footer {
  /* background: #252c33; */
  background: #1685a9;
}
.footer .footer-top {
  padding: 33px 0 14px;
}
.footer .footer-top .proqiu {
  width: 34px;
  height: 34px;
  margin-left: 20px;
}
.footer .footer-top .proqiu span {
  display: block;
  line-height: 1em;
  font-size: 22px;
  color: #252c33;
}
.footer .footer-top .proqiu:hover {
  background: none;
}
.footer .footer-top .proqiu:hover span {
  color: #fff;
}
.footer .footer-cen {
  position: relative;
}
.footer .footer-cen .line1 {
  width: 34px;
  height: 3px;
  margin: 0 auto;
  background: #fff;
}
.footer .footer-cen .line2 {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.footer-nav {
  padding: 45px 0 98px;
  justify-content: space-between;
}
.footer-nav dt a {
  display: block;
  margin-bottom: 26px;
  line-height: 1em;
  color: #fff;
}
.footer-nav dd a {
  display: inline-block;
  line-height: 34px;
  color: #dbdbdb;
}
.footer-nav dd .footerdianhua {
  display: flex;
  align-items: center;
}
.footer-nav dd .footerdianhua img {
  margin-right: 5px;
}
.footer-bot a,
.footer-bot p {
  line-height: 1em;
  color: #dbdbdb;
}
.footer-bot a:hover {
  color: #fff;
}
.footer-bot .footer-bott {
  text-align: right;
}
.footer-bot .line {
  width: 100%;
  height: 1px;
  margin: 15px 0;
  background: rgba(255, 255, 255, 0.1);
}
.footer-bot .footer-botb {
  justify-content: space-between;
  padding-bottom: 16px;
}
.filingNum {
  margin-left: 20px;
}
.fix-top {
  position: fixed;
  right: 5%;
  bottom: min(calc(5vw + 16px), 80px);
  display: none;
  opacity: 0.8;
  writing-mode: vertical-lr;
  letter-spacing: 0.05em;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  z-index: 99;
}
.fix-top .line {
  width: 1px;
  height: 5rem;
  display: block;
  align-items: center;
  margin: 0 auto 1.25rem;
  background-image: linear-gradient(to bottom, #1478c5 50%, transparent 50%);
  background-size: 100% 200%;
  -webkit-animation: elastic-up 2.5s infinite cubic-bezier(0.85, 0, 0.15, 1) both;
  animation: elastic-up 2.5s infinite cubic-bezier(0.85, 0, 0.15, 1) both;

  display: none;
}
@-webkit-keyframes elastic-up {
  0% {
    background-position: center 0;
  }
  to {
    background-position: center 200%;
  }
}
@keyframes elastic-up {
  0% {
    background-position: center 0;
  }
  to {
    background-position: center 200%;
  }
}
.fix-top.on {
  display: flex;
}
.fix-top:hover {
  opacity: 1;
}

.n-banner {
  position: relative;
  height: 608px;
}
.n-banner .bimg {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.n-banner .mes {
  top: 196px;
  text-align: center;
  color: #fff;
}
.n-banner .mes .entit {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: bold;
}
.n-banner .mes .entit:after {
  position: absolute;
  left: -5px;
  bottom: 0;
  width: calc(100% + 10px);
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
}
.n-banner .mes .cntit {
  line-height: 1em;
}
.n-banner .enav {
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
}
.n-banner .enav .enav-top {
  padding: 22px 26px 0;
  align-items: center;
}
.n-banner .enav .enav-top .text {
  display: block;
  margin: 0 10px;
  line-height: 1em;
  color: #555;
}
.n-banner .enav .enav-top a.text:hover {
  color: #0054aa;
}
.n-banner .enav .enav-top .iconfont {
  line-height: 1em;
  color: #0054aa;
}
.n-banner .enav .enav-top .iconfont.jt {
  transform: scale(0.8);
  color: #a5a6a6;
}
.n-banner .enav .enav-main.enav-main4 .mn {
  width: 25%;
}
.n-banner .enav .enav-main .mn {
  position: relative;
}
.n-banner .enav .enav-main .mn:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #dcdcdc;
  content: '';
}
.n-banner .enav .enav-main .mn:last-child:before {
  display: none;
}
.n-banner .enav .enav-main .mn a {
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 44px 0 37px;
  line-height: 1em;
  color: #999;
}
.n-banner .enav .enav-main .mn a .iconfont {
  margin-right: 20px;
  font-size: 24px;
}
.n-banner .enav .enav-main .mn a .techTabIcon {
  margin-right: 20px;
}
.n-banner .enav .enav-main .mn a:before {
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #0054aa;
  transition: all 0.5s;
  content: '';
}
.n-banner .enav .enav-main .mn.on a,
.n-banner .enav .enav-main .mn a:hover {
  color: #0054aa;
}
.n-banner .enav .enav-main .mn:nth-of-type(1) a:hover .techTabIcon {
  content: url(../../static/img/techfuwuzhongxinIcon2.png);
}
.n-banner .enav .enav-main .mn:nth-of-type(2) a:hover .techTabIcon {
  content: url(../../static/img/techxiazaizhongxinIcon2.png);
}
.n-banner .enav .enav-main .mn:nth-of-type(3) a:hover .techTabIcon {
  content: url(../../static/img/techyunpingtaiIcon2.png);
}
.n-banner .enav .enav-main .mn.on a:before,
.n-banner .enav .enav-main .mn a:hover:before {
  width: calc(100% + 20px);
}
.n-banner .enav .enav-main.oth {
  justify-content: center;
}
.n-banner .enav .enav-main.oth a {
  color: #000;
  pointer-events: none;
}
.n-banner .enav .enav-main.oth .mn a .iconfont {
  color: #0054aa;
}
.n-banner .enav .enav-main.oth .mn a:before {
  left: 50%;
  transform: translateX(-50%);
  width: 530px;
}
.n-banner .enav .enav-main.enav-main2 .mn {
  width: 50%;
}
.n-banner .enav .enav-main.enav-main2 .mn a:before,
.n-banner .enav .enav-main.enav-main2 .mn a:before {
  left: -76px;
}
.n-banner .enav .enav-main.enav-main2 .mn.on a:before,
.n-banner .enav .enav-main.enav-main2 .mn a:hover:before {
  width: calc(100% + 152px);
}
.n-banner .enav .enav-main.enav-main3 .mn {
  width: 33.333333%;
}
.n-banner .enav .enav-main.enav-main3 .mn a:before,
.n-banner .enav .enav-main.enav-main3 .mn a:before {
  left: -76px;
}
.n-banner .enav .enav-main.enav-main3 .mn.on a:before,
.n-banner .enav .enav-main.enav-main3 .mn a:hover:before {
  width: calc(100% + 152px);
}

/*关于众鹏*/
.about-profile .indextit {
  padding: 72px 0 52px;
}
.about-profile .m-content p {
  margin-bottom: 10px;
}
.about-profile .video-btn {
  position: relative;
  /* height: 400px; */
  margin-top: 60px;
}
.about-profile .video-btn .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-profile .video-btn .mes {
  top: 157px;
}
.about-profile .video-btn .proqiu {
  width: 83px;
  height: 83px;
  margin: 0 auto 16px;
  cursor: pointer;
  transition-delay: 0.175s;
}
.about-profile .video-btn .proqiu span {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #0054aa;
}
.about-profile .video-btn .proqiu:hover {
  background: transparent;
}
.about-profile .video-btn .proqiu:hover span {
  border-left: 20px solid #fff;
}
.about-profile .video-btn .tit {
  line-height: 1em;
  color: #fff;
}

.about-main {
  padding: 66px 0 87px;
  background: url('../img/about2.jpg') no-repeat;
  /* background: url('../img/about2.jpg') no-repeat top center; */
  background-size: 100% 100%;
}
.about-culture .main {
  padding: 71px 0 134px;
  justify-content: center;
  display: flex;
}
.about-culture .main .mn {
  width: 398px;
  height: 398px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(126, 168, 212, 0.3);
  margin-left: -31px;
  padding: 108px 0 0;
  text-align: center;
}
.about-culture .main .mn:first-child {
  margin: 0;
}
.about-culture .main .mn .iconfont {
  display: block;
  margin: 0 auto;
  font-size: 75px;
  line-height: 1em;
  color: #0054aa;
}
.about-culture .main .mn .tit {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  margin: 30px 0 28px;
  line-height: 1em;
  color: #000;
}
.about-culture .main .mn .tit:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #0054aa;
  content: '';
}
.about-culture .main .mn .tit:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #0054aa;
  content: '';
}
.about-culture .main .mn .sum {
  line-height: 28px;
  color: #777;
}
.about-culture .main .mn:hover {
  z-index: 2;
}
.about-culture .main .mn:hover .iconfont,
.about-culture .main .mn:hover .tit,
.about-culture .main .mn:hover .sum {
  color: #fff;
}
.about-culture .main .mn:hover .tit:before,
.about-culture .main .mn:hover .tit:after {
  background: #fff;
}
.about-culture .main .mn .wenhuaIcon {
  margin: 0 auto;
}

.about-sustainable .main .mn:nth-of-type(1):hover .wenhuaIcon {
  content: url(../images/aboutUs/kechixufazhanyushehuizeren1_bai.png);
}
.about-sustainable .main .mn:nth-of-type(2):hover .wenhuaIcon {
  content: url(../images/aboutUs/kechixufazhanyushehuizeren2_bai.png);
}
.about-sustainable .main .mn:nth-of-type(3):hover .wenhuaIcon {
  content: url(../images/aboutUs/kechixufazhanyushehuizeren3_bai.png);
}

.about-concept .main .mn:nth-of-type(1):hover .wenhuaIcon {
  content: url(../images/aboutUs/wenhualinian1_bai.png);
}
.about-concept .main .mn:nth-of-type(2):hover .wenhuaIcon {
  content: url(../images/aboutUs/wenhualinian2_bai.png);
}

.about-events {
  position: relative;
  border: 3px solid #0054aa;
  border-radius: 10px;
  padding: 80px 0 58px;
  background: #fff;
}
.about-events .line {
  position: absolute;
  top: 299px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 84, 170, 0.1);
}
.about-events .swiper-container {
  padding: 90px 0 42px;
  width: calc(100% - 184px);
}
.about-events .year {
  font-weight: bold;
  text-align: center;
  line-height: 0.8em;
  color: #0054aa;
}
.about-events .dian {
  position: relative;
  margin: 38px auto 30px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: rgba(0, 84, 170, 0.3);
}
.about-events .dian:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #0054aa;
  content: '';
}
.about-events .sum {
  height: 305px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 65px 24px 24px;
  background: #f6f6f6;
  transition: all 0.5s;
}
.about-events .sum p {
  line-height: 28px;
  text-align: justify;
  color: #777;
  transition: all 0.5s;
}
.about-events .sum:hover {
  background: #0054aa;
}
.about-events .sum:hover p {
  color: #fff;
}
.about-events .inews-page {
  padding: 0;
}
.about-events .inews-page .proqiu {
  margin: 0 60px;
}

.serviceSystemBlock {
  margin: 50px auto 66px auto;
}
.serviceSystemWrap {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.serviceSystemWrap .servicesItem {
  width: 33.33333%;
  position: relative;
}
.serviceSystemWrap .servicesItem .servicesPic {
  width: 100%;
  margin: 0;
}
.serviceSystemWrap .servicesItem .serviceModel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.serviceSystemWrap .servicesItem .servicesText {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.honor-list .indextit {
  padding: 86px 0 56px;
}
.honor-list .honor-type {
  margin-bottom: 40px;
  justify-content: center;
}
.honor-list .honor-type a {
  position: relative;
  padding: 0 28px;
  line-height: 1em;
  color: #999;
}
.honor-list .honor-type a:before {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #0054aa;
  transition: all 0.5s;
  content: '';
  opacity: 0;
}
.honor-list .honor-type a:hover,
.honor-list .honor-type a.on {
  color: #333;
}
.honor-list .honor-type a:hover:before,
.honor-list .honor-type a.on:before {
  left: 0px;
  opacity: 1;
}
.honor-events .top {
  padding: 0 52px;
  line-height: 70px;
  color: #fff;
  background: #0054aa;
}
.honor-events .top .iconfont {
  font-size: 28px;
}
.honor-events .top .timez {
  margin-left: 22px;
  font-weight: bold;
}
.honor-events .bottom {
  position: relative;
  padding: 59px 0 202px;
}
.honor-events .bottom li {
  position: relative;
  padding: 66.5px 102px;
  box-sizing: border-box;
  align-items: center;
}
.honor-events .bottom li .time {
  width: 16.53333333333333%;
  line-height: 1em;
  font-weight: bold;
  color: #999;
}
.honor-events .bottom li .sum {
  max-width: 83.46666666666667%;
  line-height: 2em;
  color: #777;
}
.honor-events .bottom li .tbyuan {
  left: calc(102px + 10%);
  width: 28px;
  height: 28px;
  box-sizing: border-box;
}
.honor-events .bottom li .tbyuan:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #999;
  content: '';
}
.honor-events .bottom li .tbyuan:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #999;
  content: '';
  transition: all 0.5s;
}
.honor-events .bottom li .tbyuan .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 400px;
  background: #eee;
  z-index: -1;
}
.honor-events .bottom li:first-child,
.honor-events .bottom li:last-child {
  overflow: inherit;
}
.honor-events .bottom li:last-child .tbyuan .line {
  top: -100px;
  transform: translate(-50%, 0);
  height: 302px;
}
.honor-events .bottom li:last-child .tbyuan .line:after {
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #0054aa;
  content: '';
}
.honor-events .bottom li .tbyuan .iconfont {
  font-size: 28px;
  line-height: 1em;
  color: #fff;
  opacity: 0;
}
.honor-events .bottom li:hover {
  background: #f8f8f8;
}
.honor-events .bottom li:hover .time,
.honor-events .bottom li:hover .sum {
  color: #0054aa;
}
.honor-events .bottom li:hover .tbyuan {
}
.honor-events .bottom li:hover .tbyuan:after {
  width: 44px;
  height: 44px;
  border-color: #0054aa;
  background: #0054aa;
}
.honor-events .bottom li:hover .tbyuan:before {
  opacity: 0;
}
.honor-events .bottom li:hover .tbyuan .iconfont {
  opacity: 1;
}
.honor-pic {
  padding-bottom: 20px;
}
.honor-pic li {
  width: 19.29032258064516%;
  margin-right: 7.612903225806452%;
  margin-bottom: 86px;
  box-shadow: 0 0px 20px -4px rgba(0, 0, 0, 0.1);
}
.honor-pic li:nth-child(4n) {
  margin-right: 0;
}
.honor-pic li .bigimg {
  height: 220px;
  background: url('../img/honor1.png') no-repeat center / cover;
}
.honor-pic li .bigimg img {
  max-width: calc(100% - 80px);
  max-height: calc(100% - 20px);
}
.honor-pic li .mes {
  position: relative;
  height: 78px;
  background: #fff;
}
.honor-pic li .mes span {
  color: #555;
}
.honor-pic li:hover .mes span {
  color: #fff;
}
.honor-pic li .mes .line {
  position: absolute;
  left: 0;
  top: 31px;
  width: 3px;
  height: 16px;
  background: #0054aa;
}
.honor-pic li:hover .mes .line {
  top: 0;
  height: 100%;
  width: 100%;
}

/*产品列表*/
.pro-list {
  padding: 80px 0 120px;
}
.pro-type {
  position: relative;
  width: 250px;
}
.pro-type .top {
  height: 50px;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  cursor: pointer;
}
.pro-type .top span {
  color: #999;
}
.pro-type .top .jia {
  position: relative;
  width: 15px;
  height: 15px;
}
.pro-type .top .jia .line {
  position: absolute;
  background: #0054aa;
}
.pro-type .top .jia .line.line1 {
  left: 6px;
  top: 0;
  width: 3px;
  height: 15px;
}
.pro-type .top .jia .line.line2 {
  left: 0;
  top: 6px;
  width: 15px;
  height: 3px;
}
.pro-type .top .jia.on .line1 {
  transform: rotate(90deg);
}
.pro-type .bottom {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  display: none;
}
.pro-type .bottom li {
  border-top: 1px solid #e5e5e5;
}
.pro-type .bottom li a {
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  line-height: 40px;
  color: #666;
  background: #f5f5f5;
}
.pro-type .bottom li:hover a {
  color: #fff;
  background: #0054aa;
}
.pro-main {
  width: 100%;
  padding: 53px 0 16px;
}
.pro-main li {
  width: 30.6%;
  margin-right: 4.1%;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  margin-bottom: 59px;
}
.pro-main li:nth-child(3n) {
  margin-right: 0;
}
.pro-main li .bigimg {
  height: 288px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
}
.pro-main li .bigimg img {
  max-width: 80%;
  max-height: 80%;
}
.pro-main li .mes {
  height: 94px;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
}
.pro-main li .mes .tit {
  /* color: #333; */
  color: #0054aa;
  max-width: calc(100% - 120px);
}
.pro-main li .mes .promore {
  align-items: center;
  font-size: 14px;
  /* color: #555; */
  color: #0054aa;
}
.pro-main li .mes .promore .morejiantou {
  margin-left: 10px;
  margin-right: -8px;
}
.pro-main li .mes .promore .iconfont {
  display: block;
  padding-top: 16px;
  font-size: 18px;
  transform: rotate(-90deg);
}
.pro-main li:hover {
  border-color: #0054aa;
}
.pro-main li:hover .tit,
.pro-main li:hover .promore {
  color: #fff;
}
.pro-main li:hover .promore .morejiantou {
  content: url(../img/rightjiantou_white.png);
}
.pro-main li:hover .mhover::before,
.pro-main li:hover .mhover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.pro-main li:hover .mhover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.pro-page {
  width: 100%;
  justify-content: center;
}
.pro-page a,
.pro-page span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 0;
  margin: 0 2px;
  background: #f5f5f5;
  color: #999;
}
.pro-page a:hover,
.pro-page span:hover,
.pro-page span.now {
  background: #0054aa;
  color: #fff;
}
.pro-page .sxpage {
  position: relative;
}
.pro-page .sxpage .iconfont {
  font-size: 12px;
  pointer-events: none;
  color: #818181;
}
.pro-page .sxpage:hover .iconfont {
  color: #fff;
}
.pro-page .sxpage.prev .iconfont {
  transform: translate(-50%, -50%) rotate(180deg);
}
.pro-page .numpage a,
.pro-page .numpage span {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.pr-wrap {
  padding: 86px 0 0;
}
.pr-top {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dadada;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.pr-top .picslide {
  position: relative;
  max-height: 400px;
  width: 40%;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.pr-top .picslide .bigimg {
  height: 100%;
}
.pr-top .picslide .swiper-container {
  height: 100%;
}
.pr-top .picslide .page {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #0054aa;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  outline: none;
}
.pr-top .picslide .page span {
  font-size: 24px;
}
.pr-top .picslide .page.prev {
  left: 0;
}
.pr-top .picslide .page.prev span {
  transform: rotate(180deg);
}
.pr-top .picslide .page.next {
  right: 0;
}
.pr-top .pictext {
  width: 56%;
}
.pr-top .pictext .tx-title {
  margin: 20px 0 18px;
  line-height: 1em;
  color: #333;
}
.pr-top .tx-summary {
  border-top: 1px solid #dadada;
  padding: 16px 0;
  margin-bottom: 50px;
}
.pr-top .tx-summary p {
  text-indent: 0;
}
.pr-con .pr-con-type {
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 0;
  border-bottom: 1px solid #0054aa;
}
.pr-con-type li {
  margin-right: 5px;
  padding: 0 43px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  color: #666;
  background: #f4f4f4;
  cursor: pointer;
}
.pr-con-type li.on {
  color: #fff;
  background: #0054aa;
}
.pr-con-type li:hover {
  color: #fff;
  background: #0054aa;
}
.m-content table td {
  padding: 10px;
  line-height: 1.5em;
}
.m-content table p {
  margin-bottom: 0;
}
.go-back {
  margin: 70px auto 130px;
  border: 1px solid #0054aa;
  width: 150px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 100px;
  color: #0054aa;
}

/*应用领域*/
.app-list {
  padding: 113px 0 40px;
}
.app-top {
  position: relative;
  border: 15px solid #cdddee;
  margin-bottom: 89px;
}
.app-top .tit {
  position: absolute;
  left: 4.761904761904762%;
  line-height: 1em;
  color: #0054aa;
  background: url('../img/app2.jpg') repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-top .tit.tit1 {
  top: 30.18867924528302%;
  animation: fn 6s linear infinite;
}
.app-top .tit.tit2 {
  top: 58.49056603773585%;
  animation: fn 8s linear infinite;
}
@keyframes fn {
  0% {
    background-position: 0px center;
  }
  100% {
    background-position: 777px center;
  }
}
.app-list .pro-main {
  padding: 0;
}
.app-list .pro-main li {
  margin-bottom: 64px;
}
.app-list .pro-main li .bigimg {
  height: auto;
  border: none;
}
.app-list .pro-main li .bigimg img {
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: auto;
}
.app-list .pro-main li .mes {
  height: 101px;
  justify-content: center;
  background: #f5f5f5;
}
.app-list .pro-main li .mes .tit {
  max-width: 100%;
  text-align: center;
}
.app-list .pro-main li .mes:hover .tit {
  color: #fff;
}

.newsmain {
  padding: 106px 0 75px;
}
.newsmain .tit {
  margin-bottom: 44px;
  line-height: 66px;
  text-align: center;
  color: #000;
}
.newsmain .newsmain-sum {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: #333;
}
.newsmain .newsmain-sum .line {
  width: 1px;
  height: 12px;
  margin: 0 50px;
  background: #ccc;
}
.newsmain .m-content {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}
.newsmain .m-content p {
  margin-bottom: 1em;
  text-indent: 2em;
}
.newsmain .return {
  width: 160px;
  height: 50px;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 0 28px;
  display: block;
  margin: 0 auto;
  background: #0054aa;
  text-align: center;
  line-height: 50px;
}
.newsmain .return span {
  color: #fff;
}
.sx-page {
  justify-content: space-between;
  padding: 20px 0;
  margin-bottom: 30px;
}
.sx-page .page {
  width: 48%;
}
.sx-page .page a {
  line-height: 2em;
  color: #0054aa;
}
.sx-page .page.next span {
  width: 100%;
  text-align: right;
  line-height: 2em;
}

/*技术支持*/
.tech-warp1 {
  position: relative;
}
.tech-warp1 .bg {
  top: 216px;
}
.tech-warp1 .img1 {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.tech-warp1 .indextit1 {
  padding: 124px 0 114px;
}
.tech-warp1 .indextit2 {
  padding: 154px 0 45px;
}
.tech-warp1 .sum {
  text-align: center;
  line-height: 2em;
}
.tech-warp1 .swiper-container {
  position: relative;
  width: calc(100% - 100px);
  padding: 40px 10px 46px;
  margin-bottom: 155px;
}
.tech-warp1 .swiper-slide {
  width: 1150px;
  pointer-events: none;
}
.tech-warp1 .swiper-slide .bigimg {
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: #f5f5f5;
}
.tech-warp1 .swiper-slide .mengc {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
}
.tech-warp1 .swiper-slide.swiper-slide {
  pointer-events: auto;
}
.tech-warp1 .swiper-slide.swiper-slide-active .mengc {
  opacity: 0;
}
.tech-warp1 .picul {
  justify-content: space-around;
  padding-bottom: 100px;
}
.tech-warp1 .picul li {
  width: 26%;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.tech-warp1 .page {
  cursor: pointer;
  outline: none;
}
.tech-warp1 .page .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}
.tech-warp1 .page.prev {
  left: 0;
}
.tech-warp1 .page.next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.tech-warp1 .page:hover .img2 {
  opacity: 1;
}
.tech-warp1 .swiper-pagination {
  bottom: 0 !important;
}
.tech-warp1 .swiper-pagination span {
  display: block;
  margin: 0 10px !important;
  width: 10px;
  height: 10px;
  border: 1px solid #0054aa;
  box-sizing: border-box;
  background: none;
  opacity: 1;
}
.tech-warp1 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0054aa;
}
.tech-warp2 {
  padding: 115px 0 178px;
  background: url('../img/tech3.jpg') no-repeat center / cover;
}
.tech-warp2 .indextit {
  margin-bottom: 108px;
  color: #fff;
}
.tech-warp2 .main {
  position: relative;
}
.tech-warp2 .swiper-slide {
  width: 560px;
}
.tech-warp2 .swiper-slide .tbbox {
  height: 68px;
  align-items: center;
  padding: 0 89px;
}
.tech-warp2 .swiper-slide .mes {
  position: relative;
  padding: 0 89px;
  color: #fff;
}
.tech-warp2 .swiper-slide .mes:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 142px;
  background: rgba(255, 255, 255, 0.35);
  content: '';
}
.tech-warp2 .swiper-slide .mes:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 142px;
  background: rgba(255, 255, 255, 0.35);
  content: '';
}
.tech-warp2 .swiper-slide .mes .tit {
  margin: 36px 0 30px;
  line-height: 1em;
}
.tech-warp2 .swiper-slide .mes .sum {
  line-height: 28px;
  text-align: justify;
}
.tech-warp2 .iconfont {
  display: none;
  font-size: 45px;
  color: #fff;
  z-index: 2;
}
.tech-warp2 .iconfont.prev {
  left: -110px;
  transform: translateY(-50%) rotate(180deg);
}
.tech-warp2 .iconfont.next {
  right: -110px;
}
.tech-warp2 .iconfont:hover {
  color: #0054aa;
}

.down-list {
  padding: 128px 0 147px;
}
.down-list .indextit {
  margin-bottom: 79px;
}
.down-list li {
  margin-bottom: 26px;
}
.down-list li .tb1 {
  display: none;
  font-size: 88px;
  line-height: 1em;
  color: #f26666;
}
.down-list li .mes {
  width: calc(100% - 88px);
  box-sizing: border-box;
  padding: 20px 33px 0;
  background: #f5f5f5;
}
.down-list li .mes span {
  display: block;
}
.down-list li .mes .tit {
  margin-bottom: 12px;
  line-height: 1em;
  color: #333;
}
.down-list li .mes .size {
  line-height: 1em;
  color: #999;
}
.down-list li .tb2 {
  width: 88px;
  height: 88px;
  box-sizing: border-box;
  border-left: 1px solid #f5f5f5;
  background: #d2d2d2;
}
.down-list li .tb2 span {
  font-size: 36px;
  color: #fff;
}
.down-list li:hover .mhover span {
  color: #fff !important;
}
.down-list li:hover .mhover::before,
.down-list li:hover .mhover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.down-list li:hover .mhover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.down-list li:hover .tb2 {
  border-color: #fff;
}

.down-list.notice {
  padding: 86px 0 102px;
}
.down-list.notice .indextit {
  margin-bottom: 74px;
}
.down-list.notice li .mes {
  padding: 0 30px 0 37px;
  justify-content: space-between;
  align-items: center;
}
.down-list.notice li .mes .tit {
  width: calc(100% - 160px);
  margin-bottom: 0;
}
.down-list.notice li .mes .time {
  color: #999;
}
.down-list.notice .pro-page {
  padding-top: 45px;
}
.notice .top {
  padding: 10px 20px;
  background: #0054aa !important;
  color: #fff;
}
.notice .mn1 {
  width: 20%;
  display: none;
}
.notice .mn2 {
  width: calc(100% - 32px);
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.notice .mn3 {
  width: 32px;
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
}
.notice .mn {
  box-sizing: border-box;
}
.notice li {
  margin: 0 !important;
  justify-content: space-between;
  box-sizing: border-box;
}
.notice li a {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 30px;
  color: #666;
}
.notice li:nth-child(2n - 1) {
  background: #f2f2f2;
}
.notice li:hover a {
  color: #0054aa;
}
.notice li:hover a .mn3 .icon-xiazai2 img {
  content: url(../img/downloadfileIcon2.png);
}
.visit .contact-way {
  padding: 0 !important;
}
.visit .visitbox {
  padding: 30px 0 50px;
}
.visit.contact-feedback .mmn.three {
  margin-bottom: 0;
}
.visit.contact-feedback .tj.downfile {
  width: 220px;
  display: flex;
}
.visit.contact-feedback .tj.downfile .iconfont {
  display: block;
  margin-right: 10px;
}

/* 登陆页面 */
:root {
  --primary: #4361ee;
  --secondary: #3f37c9;
  --accent: #4895ef;
  --light: #f8f9fa;
  --dark: #212529;
  --success: #4cc9f0;
  --gray: #6c757d;
  --light-gray: #e9ecef;
}
.loginWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6vw 0 2vw;
}
.loginContainer {
  display: flex;
  max-width: 900px;
  width: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.loginContainer .left-panel {
  flex: 1;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: white;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.loginContainer .left-panel::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.loginContainer .left-panel::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.loginContainer .logo {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.loginContainer .logo i {
  font-size: 32px;
  margin-right: 15px;
}
.loginContainer .logo h1 {
  font-size: 28px;
  font-weight: 700;
}
.loginContainer .welcome-text h2 {
  font-size: 36px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.loginContainer .welcome-text p {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.loginContainer .features {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.loginContainer .feature {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.loginContainer .feature i {
  font-size: 20px;
  margin-right: 15px;
  color: var(--success);
}
.loginContainer .login-form {
  flex: 1;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.loginContainer .form-header {
  margin-bottom: 40px;
}
.loginContainer .form-header h2 {
  font-size: 32px;
  color: var(--dark);
  margin-bottom: 10px;
}
.loginContainer .form-header p {
  color: var(--gray);
  font-size: 16px;
}
.loginContainer .input-group {
  position: relative;
  margin-bottom: 30px;
}
.loginContainer .input-group i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray);
  font-size: 18px;
}
.loginContainer .input-group input {
  width: 100%;
  padding: 16px 16px 16px 50px;
  box-sizing: border-box;
  border: 2px solid var(--light-gray);
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.loginContainer .input-group input:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
}
.loginContainer .remember-forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  font-size: 14px;
}
.loginContainer .remember {
  display: flex;
  align-items: center;
}
.loginContainer .remember input {
  margin-right: 8px;
}
.loginContainer .forgot {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.3s;
}
.loginContainer .forgot:hover {
  color: var(--secondary);
  text-decoration: underline;
}
.loginContainer .btn-login {
  background: linear-gradient(to right, var(--primary), var(--accent));
  color: white;
  border: none;
  padding: 16px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);

  width: 100%;
}
.loginContainer .btn-login:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(67, 97, 238, 0.4);
}
.loginContainer .social-login {
  text-align: center;
  margin-bottom: 30px;
}
.loginContainer .social-login p {
  color: var(--gray);
  margin-bottom: 15px;
  position: relative;
}
.loginContainer .social-login p::before,
.loginContainer .social-login p::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background: var(--light-gray);
}
.loginContainer .social-login p::before {
  left: 0;
}
.loginContainer .social-login p::after {
  right: 0;
}
.loginContainer .social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.loginContainer .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--light);
  color: var(--dark);
  font-size: 20px;
  transition: all 0.3s ease;
  border: 1px solid var(--light-gray);
}
.loginContainer .social-icons a:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.loginContainer .social-icons a:nth-child(1):hover {
  background: #3b5998;
  color: white;
}
.loginContainer .social-icons a:nth-child(2):hover {
  background: #1da1f2;
  color: white;
}
.loginContainer .social-icons a:nth-child(3):hover {
  background: #db4a39;
  color: white;
}
.loginContainer .register-link {
  text-align: center;
  color: var(--gray);
  font-size: 15px;
}
.loginContainer .register-link a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}
.loginContainer .register-link a:hover {
  color: var(--secondary);
  text-decoration: underline;
}
/* 响应式设计 */
@media (max-width: 768px) {
  .loginContainer {
    flex-direction: column;
  }
  .loginContainer .left-panel {
    padding: 40px 30px;
  }
  .loginContainer .login-form {
    padding: 40px 30px;
  }
  .loginContainer .logo h1 {
    font-size: 24px;
  }
  .loginContainer .welcome-text h2 {
    font-size: 28px;
  }
  .loginContainer .form-header h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .loginContainer .remember-forgot {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .loginContainer .left-panel::before,
  .loginContainer .left-panel::after {
    display: none;
  }
}

/*联系我们*/
.contact-way {
  padding: 86px 0 119px;
}
.contact-way .indextit {
  margin-bottom: 69px;
}
.contact-way .main {
  margin-bottom: 93px;
}
.contact-way .main .le {
  width: 377px;
}
.contact-way .main .le .top {
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  margin-bottom: 30px;
}
.contact-way .main .le .top li {
  position: relative;
  height: 92px;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 24px;
  color: #999;
  cursor: pointer;
}
.contact-way .main .le .top li:last-child {
  border-bottom: none;
}
.contact-way .main .le .top li .line {
  left: 0;
  margin-top: 10px;
  width: 3px;
  height: 22px;
  background: #c80c21;
  opacity: 0;
}
.contact-way .main .le .top li .iconfont {
  padding-right: 5px;
  opacity: 0;
  color: #0054aa;
}
.contact-way .main .le .top li:hover,
.contact-way .main .le .top li.on {
  color: #fff;
  background: #0054aa;
}
.contact-way .main .le .top li:hover .iconfont,
.contact-way .main .le .top li.on .iconfont {
  color: #fff;
}
.contact-way .main .le .top li:hover .line,
.contact-way .main .le .top li.on .line {
  margin-top: 0;
  opacity: 1;
}
.contact-way .main .le .top li:hover .iconfont,
.contact-way .main .le .top li.on .iconfont {
  padding-right: 0;
  opacity: 1;
}
.contact-way .main .le .bigimg {
  position: relative;
  display: block;
}
.contact-way .main .le .bigimg .mes {
  position: absolute;
  left: 24px;
  bottom: 27px;
}
.contact-way .main .le .bigimg .mes .line {
  margin-bottom: 15px;
  width: 30px;
  height: 3px;
  background: #fff;
}
.contact-way .main .le .bigimg .mes .tit {
  line-height: 1em;
  color: #fff;
}
.contact-way .main .ri {
  width: calc(100% - 425px);
}
.contact-way .main .ri .top {
  height: 94px;
  padding: 0 40px;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  color: #333;
}
.contact-way .main .ri .top .line {
  width: 30px;
  height: 3px;
  background: #0054aa;
}
.contact-way .main .ri .bot {
  position: relative;
  padding: 37px 40px;
}
.contact-way .main .ri .bot p {
  text-indent: 0;
  color: #777;
}
.contact-way .main .ri .bot p .iconfont {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.contact-way .main .ri .bot p strong {
  color: #333;
}
.contact-way .main .ri .bot .ewm {
  position: absolute;
  top: 40px;
  right: 40px;
}
.contact-way .map {
  height: 550px;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.contact-way .map.on {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 2;
}

.contact-feedback {
  padding: 85px 0 115px;
}
.contact-feedback .indextit {
  margin-bottom: 69px;
}
.contact-feedback .inputmn {
  position: relative;
}
.contact-feedback .inputmn .tb {
  left: 10px;
  width: 53px;
}
.contact-feedback .inputmn .tb .iconfont {
  font-size: 24px;
  color: #777;
}
.contact-feedback .input-box {
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 0 65px;
  font-size: 18px;
  color: #666;
}
.contact-feedback .mmn.three {
  justify-content: space-between;
  margin-bottom: 68px;
}
.contact-feedback .mmn.three .mn {
  width: 30%;
}
.contact-feedback .inputmn.mess {
  position: relative;
  height: 430px;
  resize: none;
  margin-bottom: 56px;
}
.contact-feedback .inputmn.mess .tb {
  position: absolute;
  top: 30px;
  left: 10px;
  line-height: 1em;
}
.contact-feedback .inputmn.mess .input-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 24px 12px;
  text-indent: 53px;
  line-height: 30px;
  resize: none;
}
.contact-feedback .tj {
  display: block;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  border: none;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  background: #0054aa;
  cursor: pointer;
}
.contact-feedback .input-box::-webkit-input-placeholder {
  color: #777;
}
.contact-feedback .input-box::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.contact-feedback .input-box:-ms-input-placeholder {
  color: #777;
}
.contact-feedback .input-box::-webkit-input-placeholder {
  color: #777;
}

.contact-job {
  padding: 86px 0 70px;
}
.contact-job .sum {
  padding: 48px 0 46px;
  justify-content: center;
  line-height: 30px;
  color: #777;
}
.contact-job .sum span {
  color: #0054aa;
}
.contact-job .main .mn {
  margin-bottom: 58px;
}
.contact-job .main .mn .top {
  min-height: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px 10px 55px;
  box-sizing: border-box;
  background: #0054aa;
  color: #fff;
}
.contact-job .main .mn .top .tit {
  max-width: calc(100% - 200px);
}
.contact-job .main .mn .bot {
  position: relative;
  border: 1px solid #eee;
  padding: 40px 50px 85px 55px;
}
.contact-job .main .mn .bot.m-content p {
  text-indent: 0;
  color: #777;
}
.contact-job .main .mn .bot .dj-jianli {
  position: absolute;
  bottom: 92px;
  right: 50px;
  display: flex;
  width: 150px;
  height: 50px;
  border-radius: 100px;
  background: #0054aa;
  color: #fff;
}
.contact-job .main .mn .bot .dj-jianli .iconfont {
  margin-right: 14px;
  font-size: 20px;
}

.contact-jobform {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999999;
}
.contact-jobform .mengc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.contact-jobform .jobform {
  width: 94%;
  max-width: 1000px;
  padding: 80px 100px;
  box-sizing: border-box;
  background: #fff;
  z-index: 2;
}
.contact-jobform .jobform .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 3;
}
.sq-form .row {
  margin-bottom: 15px;
}
.sq-form .row .descr {
  height: 80px;
  resize: none;
}
.sq-form .file-info {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.sq-form .row-submit {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.sq-form .row-submit .file-box {
  position: relative;
}
.sq-form .row-submit .file-box input {
  position: absolute;
  left: 0;
  top: 0;
  width: 155px;
  height: 50px;
  opacity: 0;
  cursor: pointer;
}
.sq-form .row-submit .file-box span {
  display: block;
  width: 155px;
  height: 50px;
  border-radius: 100px;
  background: #0054aa;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.sq-form .row-submit .submit {
  width: 185px;
  height: 50px;
  border-radius: 100px;
  border: none;
  outline: none;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #0054aa;
  cursor: pointer;
  transition: all 0.5s;
}
.sq-form .row-submit .submit:hover span {
  color: #fff;
}
.ant-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 4px 11px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #e5e5e5;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  font-size: 14px;
  line-height: 1.5;
  color: #595959;
  background-color: #ffffff;
  background-image: none;
  transition: all 0.3s;
}
.ant-input:hover {
  border-color: #0054aa;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #0054aa;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.2);
}
.ant-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #999;
}
.ant-input::-webkit-input-placeholder {
  color: #999;
}
.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}

.nopic-list li {
  border-bottom: 1px dashed #cacaca;
}
.nopic-list li a {
  display: block;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
.nopic-list li time {
  margin-left: 20px;
  line-height: 40px;
}
.nopic-list li a::before {
  display: inline-block;
  content: '';
  margin-top: -4px;
  margin-right: 5px;
  vertical-align: middle;
  border: 5px solid transparent;
  border-left-color: #004572;
}
.nopic-list li a:hover {
  color: #0054aa;
}

.message {
  padding: 170px 0 130px 0;
}
.message-box {
  border: 1px solid #ccc;
}
.message-box .title {
  height: 32px;
  line-height: 32px;
  background: #eee;
  color: #666;
  font-weight: bold;
  padding-left: 20px;
  font-size: 14px;
}
.tips {
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #0054aa;
}
.infos {
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}
.btn {
  padding: 20px 0;
  text-align: center;
}
.btn .button {
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px;
  background: #0054aa;
  color: #fff;
  font-size: 14px;
  border: none;
  outline: none;
}

/* 首页可持续发展 */
.indexecsWrap {
  background: url(../images/index/kechixuBack.jpg);
}
.index_ecs {
  position: relative;
  overflow: hidden;
}
.index_ecs .section4_tan {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  z-index: 1;
}
.index_ecs .section4_tan img {
  width: 80%;

  margin: 0 auto;
}
@keyframes tan {
  0% {
    transform: scale(1);
    opacity: 1;
    display: block;
  }
  30% {
    transform: scale(1);
    opacity: 1;
    display: block;
  }
  100% {
    transform: scale(3);
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes tan {
  0% {
    transform: scale(1);
    opacity: 1;
    display: block;
  }
  30% {
    transform: scale(1);
    opacity: 1;
    display: block;
  }
  100% {
    transform: scale(3);
    opacity: 0;
    display: none;
  }
}
@-moz-keyframes tan {
  0% {
    transform: scale(1);
    opacity: 1;
    display: block;
  }
  30% {
    transform: scale(1);
    opacity: 1;
    display: block;
  }
  100% {
    transform: scale(3);
    opacity: 0;
    display: none;
  }
}
@-ms-keyframes tan {
  0% {
    transform: scale(1);
    opacity: 1;
    display: block;
  }
  30% {
    transform: scale(1);
    opacity: 1;
    display: block;
  }
  100% {
    transform: scale(3);
    opacity: 0;
    display: none;
  }
}
@-o-keyframes tan {
  0% {
    transform: scale(1);
    opacity: 1;
    display: block;
  }
  30% {
    transform: scale(1);
    opacity: 1;
    display: block;
  }
  100% {
    transform: scale(3);
    opacity: 0;
    display: none;
  }
}
.index_ecs .aos-animate {
  animation: tan 5s forwards;
  -webkit-animation: tan 5s forwards; /* Safari 与 Chrome */
  -moz-animation: tan 5s forwards;
  -ms-animation: tan 5s forwards;
  -o-animation: tan 5s forwards;
}
.index_ecs_bkct {
  padding: 230px 0;
}
.index_ecs_cont {
  padding: 0 5%;
  z-index: 0;
  max-width: 600px;
}
.index_ecs_cont h4 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.index_ecs_cont h4:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 5px;
  bottom: -25px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1e50e6), color-stop(100%, #bec1c5));
  left: 0;
}
.index_ecs_cont p {
  font-size: 18px;
  margin-top: 80px;
  color: #ffffff;
  line-height: 32px;
}
.index_ecs_cont .index_pro_more {
  text-align: left;
  margin-top: 50px;
  z-index: 10;
  position: relative;
}
.index_ecs_cont .index_pro_more a {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.index_ecs_cont .index_pro_more .zhoucheng {
  display: none;
}
.index_ecs_cont .index_pro_more .zhoucheng1 {
  display: inline-block;
}
.index_ecs_cont .index_pro_more a:hover {
  border: 1px solid #0166b3;
}

/* 产品中心 */

/* Wing Cloud平台 */
.grayBack {
  background: #eee;
}
.textBlack {
  color: #333;
}
.textFontWeight {
  font-weight: bold;
}

.platformWrap {
}
.platformWrap .topDescWrap {
  background: #fff;
  padding: 20px;
}
.platformWrap .cenetrItemWrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
.platformWrap .cenetrItemWrap .leftInfoWrap {
  width: 30%;
}
.platformWrap .cenetrItemWrap .centetInfoWrap {
  width: 36%;
  display: flex;
  align-items: center;
}
.platformWrap .cenetrItemWrap .rightInfoWrap {
  width: 30%;
}

.cenetrItemWrap .leftInfoWrap .detailItemWrap:nth-of-type(1),
.cenetrItemWrap .rightInfoWrap .detailItemWrap:nth-of-type(1) {
  margin-top: 0;
}
.cenetrItemWrap .detailItemWrap {
  margin-top: 26px;
}
.cenetrItemWrap .detailItemWrap .infoItemTitle {
  margin-bottom: 10px;
}
.cenetrItemWrap .detailItemWrap .infoItemDesc {
  font-size: 15px;
  background: #fff;
  padding: 20px;
  border-radius: 5px 5px 5px 20px;
}
.cenetrItemWrap .rightInfoWrap .detailItemWrap .infoItemTitle {
  text-align: right;
}
.cenetrItemWrap .rightInfoWrap .detailItemWrap .infoItemDesc {
  border-radius: 5px 5px 20px 5px;
}
.platformWrap .bottomMiniProgramWrap {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 100px 0;
}
.platformWrap .bottomMiniProgramWrap .miniProgramPic {
  width: 45%;
  display: flex;
  justify-content: center;
}
.platformWrap .bottomMiniProgramWrap .miniProgramPic img {
  width: 69%;
}
.platformWrap .bottomMiniProgramWrap .miniProgramText {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.platformWrap .bottomMiniProgramWrap .miniProgramText .textWrap {
  background: #1478c5;
  padding: 29px;
  box-sizing: border-box;
}
.platformWrap .bottomMiniProgramWrap .miniProgramText .textWrap div:nth-of-type(1) {
  font-style: italic;
  margin-bottom: 5px;
}

/* 智能注油器 */
.pro_liebiao .titleText {
  margin: 100px 0 35px 0;
}
.pro_liebiao .contentWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 20px;
  border-radius: 6px;
}
.pro_liebiao .contentWrap .leftWrap {
  /* width: 49%; */
  width: 100%;
}
.pro_liebiao .contentWrap .leftWrap .contentItem .topTitleWrap {
  display: flex;
  margin-bottom: 30px;
}
.pro_liebiao .contentWrap .leftWrap .contentItem:nth-of-type(2) .topTitleWrap .titleContent {
  background: url() no-repeat;
  background-size: 100% 100%;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  padding: 10px 54px 26px 18px;
}
.pro_liebiao .contentWrap .leftWrap .contentItem:nth-of-type(3) .topTitleWrap .titleContent {
  background: url() no-repeat;
  background-size: 100% 100%;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  padding: 10px 54px 26px 18px;
}
.pro_liebiao .contentWrap .leftWrap .contentItem .descriptionWrap .topTextWrap {
  display: flex;
  align-items: center;
  background: #efefef;
  margin-bottom: 20px;
}
.pro_liebiao .contentWrap .leftWrap .contentItem .descriptionWrap .topTextWrap .topPic {
  width: 120px;
}
.pro_liebiao .contentWrap .leftWrap .contentItem .descriptionWrap .topTextWrap .topText1 {
  font-size: 18px;
  margin-left: 20px;
  line-height: 29px;
  padding-right: 30px;
  box-sizing: border-box;
}
.pro_liebiao .contentWrap .leftWrap .contentItem:nth-of-type(1) .descriptionWrap .detailText {
  font-size: 18px;
  /* padding: 12px 30px; */
  padding: 23px 30px;
  line-height: 29px;
  color: #ffffff;
  background: #3b9fb7;
  margin-bottom: 20px;
}
.pro_liebiao .contentWrap .leftWrap .contentItem:nth-of-type(2) .descriptionWrap .detailText {
  font-size: 18px;
  /* padding: 12px 30px; */
  padding: 23px 30px;
  line-height: 29px;
  color: #ffffff;
  background: #a7b256;
  margin-bottom: 20px;
}
.pro_liebiao .contentWrap .leftWrap .contentItem .descriptionWrap .communicationPicWrap img {
  width: 100%;
}
.pro_liebiao .contentWrap .rightWrap {
  /* width: 49%; */
  width: 100%;
}
.pro_liebiao .contentWrap .rightWrap .contentItem .topTitleWrap {
  display: flex;
  margin-bottom: 30px;
}
.pro_liebiao .contentWrap .rightWrap .contentItem .topTitleWrap .titleContent {
  background: url() no-repeat;
  background-size: 100% 100%;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  padding: 10px 54px 25px 24px;
}
.pro_liebiao .contentWrap .rightWrap .contentItem .descriptionWrap .topTextWrap {
  display: flex;
  align-items: center;
  background: #efefef;
  margin-bottom: 20px;
}
.pro_liebiao .contentWrap .rightWrap .contentItem .descriptionWrap .topTextWrap .topPic {
  width: 120px;
}
.pro_liebiao .contentWrap .rightWrap .contentItem .descriptionWrap .topTextWrap .topText1 {
  font-size: 18px;
  margin-left: 20px;
  line-height: 29px;
  padding-right: 30px;
  box-sizing: border-box;
}
.pro_liebiao .contentWrap .rightWrap .contentItem .technicalParameter {
  font-size: 28px;
  color: #a7b256;
  font-weight: bold;
  font-style: italic;
  margin-top: 72px;
}
.pro_liebiao .contentWrap .rightWrap .contentItem .descriptionWrap .communicationPicWrap {
  margin-top: 20px;
}
.pro_liebiao .contentWrap .rightWrap .contentItem .descriptionWrap .communicationPicWrap img {
  width: 100%;
}

.deviceConfigTableWrap {
  margin-top: 80px;
}

/* 自动注油器 */

/* 技术参数部分 */
.jishucanshuContent {
  /* display: flex; */
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin-top: 50px; */
  /* padding: 100px 0 60px 0; */
  padding: 100px 0 0px 0;
  box-sizing: border-box;
}
.jishucanshuContent .leftWrap {
  /* width: 69%;
  margin-left: 5%; */
  width: 100%;
}
.jishucanshuContent .leftWrap .itemWrap {
  display: flex;
  flex-wrap: wrap;
}
.jishucanshuContent .leftWrap .itemWrap .jishucanshuItem {
  /* width: 20%; */
  width: 16.66%;
  text-align: center;
  margin-top: 26px;
}
.jishucanshuContent .leftWrap .itemWrap .jishucanshuItem .itemPic img {
  width: 50%;
  margin: 0 auto;
}
.jishucanshuContent .leftWrap .itemWrap .jishucanshuItem .ItemText {
  margin-top: 15px;
}
.jishucanshuContent .leftWrap .itemWrap .jishucanshuItem .ItemText p {
  /* color: #ffffff; */
  font-size: 16px;
  line-height: 22px;
}
.jishucanshuContent .rightWrap {
  /* width: 29%; */
  width: 26%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jishucanshuContent .rightWrap img {
  /* width: 60%; */
  width: 67%;
}

.jishucanshuWrap .data-list {
  /* padding: 40px 20px 20px; */
}
.jishucanshuWrap .data-row {
  display: flex;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 84, 170, 0.1);
  position: relative;
  /* min-height: 70px; */
  transition: transform 0.3s ease;
  border: 1px solid #0054aa;
}
.jishucanshuWrap .flexWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jishucanshuWrap .flexWrap .data-row {
  /* width: 49%; */
  width: 32%;
}
.jishucanshuWrap .flexWrap .name-container {
  /* flex: 1; */
  width: 35%;
  position: relative;
  z-index: 2;
}
.jishucanshuWrap .name-container {
  /* flex: 1; */
  width: 15%;
  position: relative;
  z-index: 2;
}
.jishucanshuWrap .name {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #003a7a, #0054aa);
  color: white;
  padding: 15px 20px;
  box-sizing: border-box;
  font-weight: 600;
  /* font-size: 18px; */
  display: flex;
  align-items: center;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 85% 101%, 0% 101%);
  transition: all 0.3s ease;
}
.jishucanshuWrap .flexWrap .value-container {
  /* flex: 2; */
  width: 65%;
  position: relative;
  z-index: 1;
}
.jishucanshuWrap .value-container {
  /* flex: 2; */
  width: 85%;
  position: relative;
  z-index: 1;
}
.jishucanshuWrap .value {
  width: 100%;
  height: 100%;
  /* padding: 20px 20px 20px 40px; */
  padding: 15px 20px;
  box-sizing: border-box;
  /* background: #f8f9ff; */
  /* font-size: 18px; */
  color: #333;
  display: flex;
  align-items: center;
  position: relative;
  /* clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%); */
  transition: all 0.3s ease;
}
@media (max-width: 650px) {
  .jishucanshuWrap .name,
  .jishucanshuWrap .value {
    width: 100%;
    padding: 15px;
  }
  .jishucanshuWrap .value {
    padding-left: 15px;
  }
}

/* 油杯灌脂器 */
.pro_liebiao .guanzhiWrap .guanzhiItemWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap:nth-of-type(1) {
  /* margin-bottom: 90px; */
  margin: 120px 0 90px 0;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap {
  width: 50%;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .topSingllubeLogo {
  width: 246px;
  margin-bottom: 30px;
}
.topSingllubeWrap {
  font-size: 46px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.singllubeText1 {
  color: #1361a6;
}
.singllubeText2 {
  color: #d86719;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .guanzhishebeiTitle {
  font-size: 32px;
  letter-spacing: 3px;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .guanzhishebeiTitle span {
  color: #00489d;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine1 {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine1 p {
  font-size: 26px;
  border: 1px solid #00489d;
  padding: 10px;
  color: #00489d;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine2 {
  margin: 30px 0;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine2 p,
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine3 p {
  font-size: 18px;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .rightPicWrap {
  width: 48%;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .rightPicWrap img {
  /* width: 600px; */
  width: 690px;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle {
  /* width: 75%; */
  width: 90%;
  /* position: absolute; */
  text-align: center;
  background: #01479d;
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;
  /* z-index: 1;
  left: 50%;
  top: 6%;
  transform: translate(-50%, 0); */
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p {
  color: #ffffff;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(1) {
  /* font-size: 28px; */
  font-size: 40px;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(2) {
  font-size: 22px;
  line-height: 29px;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiPic {
  width: 90%;
  margin: 0 auto;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .gongzuoshiyituPic {
  width: 90%;
  margin: 0 auto;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(1) {
  font-size: 40px;
  color: #3b7fc0;
  letter-spacing: 3px;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(2) {
  font-size: 26px;
  color: #3b7fc0;
  margin: 16px 0;
}
.pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(3) {
  font-size: 20px;
}

/* 油杯灌脂器底部轮播 */
.index_pro {
  width: 100%;
}
.inpro_bk {
  /* padding: 0 5%; */
  margin-top: 60px;
}
.inpro_bk ul li {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
}
.inpro_bk ul li.index_pro1 {
  /* background: #efefef; */
  border-radius: 10px;
}
.inpro_bk ul li.index_pro1_anliItem a:before {
  height: 100% !important;
  background: linear-gradient(0deg, rgb(1 102 179) 0%, transparent 40%) !important;
}
.inpro_bk ul li.index_pro1 a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  background: linear-gradient(0deg, rgb(1 102 179) 0%, transparent 100%);
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.inpro_bk ul li.index_pro1:hover a:before {
  height: 100%;
}
.inpro_bk ul li h4 {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  z-index: 100;
}
.inpro_bk ul li.index_pro1 h4 {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.inpro_bk ul li.index_pro1:hover h4 {
  color: #ffffff;
}
.inpro_bk ul li img {
  transition: all 0.6s;
}
.inpro_bk ul li.index_pro1:hover img {
  transform: scale(1.1);
}
.inpro_bk ul li .inpro_bk_li_img {
  /* padding: 100px 0; */
}
.inpro_bk .swiper-container {
  padding-bottom: 40px;
}
.inpro_bk .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  position: relative;
  background-color: unset;
}
.inpro_bk .swiper-container .swiper-pagination .swiper-pagination-bullet img {
  width: 15px;
}
.inpro_bk .swiper-container .swiper-pagination .swiper-pagination-bullet-active img {
  border-radius: 50%;
  animation: clrotate 4s linear infinite;
}
.inpro_bk ul li.index_pro2 {
  width: 64%;
  flex-direction: column;
}
.inpro_bk ul li.index_pro2 .index_pro2_3lun {
  display: flex;
  align-items: center;
}
.inpro_bk ul li img {
  max-width: 100%;
}
.inpro_bk ul li:first-child {
  margin-left: 0;
}
.inpro_bk ul li:last-child {
  margin-right: 0;
}
.inpro_bk ul li .indexpro_img {
  width: 200px;
  margin: 0 auto;
  margin-top: 50px;
}
.inpro_bk ul li:hover .indexpro_img {
  width: 320px;
}

/* 翼迪平台 */
.index05wrap {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(180deg, #f0f4ff 0%, rgba(240, 244, 255, 0) 100%);
}
.index05wrap .top {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
.index05wrap .top .left {
  width: 50%;
  box-sizing: border-box;
  padding-left: calc((100% - 1200px) / 2);
  position: relative;
}
.index05wrap .top .left .bgfont {
  font-size: 170px;
  color: #222222;
  opacity: 0.05;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  letter-spacing: 26px;
  top: 130px;
}
.index05wrap .top .left .cont {
  width: 100%;
  padding-top: 200px;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
}
.index05wrap .top .left .cont::before {
  content: '';
  display: block;
  width: 3px;
  height: 30px;
  position: absolute;
  left: -2px;
  top: 200px;
  background-color: #b81c27;
}
.index05wrap .top .left .cont .tl {
  font-size: 32px;
  color: #174699;
  font-weight: 700;
  margin-bottom: 120px;
}
.index05wrap .top .left .cont .list {
  width: 100%;
  box-sizing: border-box;
}
.index05wrap .top .left .cont .list .item h3 {
  font-size: 20px;
  color: #222222;
  margin-bottom: 40px;
}
.index05wrap .top .left .cont .list .item h4 {
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 50px;
  padding-right: 100px;
  box-sizing: border-box;
}
.index05wrap .top .left .cont .list .item .more {
  width: 150px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
  background-color: #174699;
}
.index05wrap .top .gallery-thumbs .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}
.index05wrap .top .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1 !important;
}
.index05wrap .top .right {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.index05wrap .top .right img {
  display: block;
  width: 100%;
  transition: all 0.6s;
  border-bottom-left-radius: 340px;
}
.index05wrap .bot {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.index05wrap .bot .gallery-thumbs .swiper-slide a {
  display: block;
  width: 100%;
}
.index05wrap .bot .gallery-thumbs .swiper-slide a .imgbox {
  width: 100%;
  box-sizing: border-box;
}
.index05wrap .bot .gallery-thumbs .swiper-slide a .imgbox img {
  display: block;
  width: 100%;
}
.index05wrap .bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active a .imgbox {
  opacity: 1;
}
.index05wrap .bot .gallery-thumbs .swiper-slide a .text {
  width: 100%;
  font-size: 18px;
  color: #222222;
  box-sizing: border-box;
  margin-top: 20px;
  text-align: center;
}
.index05wrap .bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active a .text {
  color: #b81c27;
}
.index05wrap .bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active a .text::before {
  background-color: #b81c27;
}
.index05wrap .swiper-button-next,
.index05wrap .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: none;
  font-size: 18px;
  color: #222;
  margin-top: -38px;
  outline: none;
}
.index05wrap .swiper-button-next {
  right: 0;
}
.index05wrap .swiper-button-prev {
  left: 0;
}
.pc_indexhyyy .s1_ci {
  padding: 200px 0 300px 0;
  position: relative;
  opacity: 1 !important;
  /* height: 300px; */
  height: 215px;
}
.pc_indexhyyy .s1_ci:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%); */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  left: 0;
}
.s1_ci .s1_cia {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.s1_ci .s1_cia:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 5px;
  bottom: -25px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1e50e6), color-stop(100%, #bec1c5));
  left: 0;
}
.s1_ci .g-in {
  padding: 0 5%;
  max-width: 700px;
  position: relative;
  z-index: 10;
}
.s1_ci .g-in::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 130%;
  top: -40px;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
}
.s1_ci .g-in:hover::after {
  width: 100%;
  transition: all 0.5s;
}
.s1_ci .s1_cib {
  font-size: 16px;
  color: #ffffff;
  margin-top: 60px;
  line-height: 1.8;
}
.s1_c .hd {
  position: absolute;
  /* bottom: 0px; */
  width: 100%;
}
.s1_c .hd .g-in .s1_chb {
  color: #ffffff;
  text-align: center;
  /* background: linear-gradient(0deg, rgb(0 0 0) 0%, transparent 100%); */
  background: linear-gradient(0deg, rgb(1, 79, 156) 0%, transparent 100%);
  /* background: linear-gradient(0deg, rgb(1 102 179) 0%, transparent 100%); */
  padding: 25px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  cursor: pointer;
}
.s1_c .hd .g-in .s1_chb img {
  width: 50px;
  display: block;
  margin: 0 auto;
  /* margin-bottom: 20px; */
  margin-bottom: 10px;
}
.s1_c .hd .g-in .on .s1_chb {
  /* background: linear-gradient(0deg, rgb(92 92 92) 0%, transparent 100%); */
  color: #0054aa;
  background: linear-gradient(0deg, rgb(255 255 255) 0%, transparent 100%);
  /* background: linear-gradient(0deg, rgb(25 139 223) 0%, transparent 100%); */
}
.indexnengyuanhangyeWrap {
  background: url(../images/chanpinzhongxin/yunpingtai/content1.png) center center / cover no-repeat;
  opacity: 1;

  background-size: 100%;
}
.indexhuagonghangyeWrap {
  background: url(../images/chanpinzhongxin/yunpingtai/content2.png) center center / cover no-repeat;
  opacity: 1;

  background-size: 100%;
}
.indexyejinhangyeWrap {
  background: url(../images/chanpinzhongxin/yunpingtai/content3.png) center center / cover no-repeat;
  opacity: 1;

  background-size: 100%;
}
.indexgangkouhangyeWrap {
  background: url(../images/chanpinzhongxin/yunpingtai/content4.png) center center / cover no-repeat;
  opacity: 1;

  background-size: 100%;
}
/* .indexshipinhangyeWrap {
  background: url(../images/yingyonglingyu/shipinhangyePic.jpg) center center / cover no-repeat;
  opacity: 1;
} */
.yunpintaizhanwei {
  visibility: hidden;
}

/* 应用领域 */

/* 应用领域详情 */
.innerwrap {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.fanganxq01wrap {
  /* padding: 100px 8%; */
  padding-bottom: 100px;
}
.fanganxq01wrap_top {
  padding-bottom: 60px;
}
.fanganxq01wrap_left {
  width: 28%;
  float: left;
}
.fanganxq01_nytit h3 {
  font-size: 35px;
  color: #333333;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding-bottom: 20px;
}
.fanganxq01_nytit h3:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 5px;
  bottom: -6px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1e50e6), color-stop(100%, #bec1c5));
  left: 0;
}
.fanganxq01_nytit h6 {
  font-size: 20px;
  color: #999999;
  margin-top: 30px;
}
.fanganxq01wrap_right p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 15px;
  text-align: justify;
}
.fanganxq01wrap_right .jjfa_yycj {
  font-size: 22px;
}
.fanganxq01wrap_right {
  width: 60%;
  float: right;
  margin-left: 10%;
  vertical-align: text-top;
  margin-top: -5px;
  overflow: auto;
  padding-right: 25px;
}
.fanganxq01wrap_right::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.fanganxq01wrap_right::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.fanganxq01wrap_right::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1e50e6), color-stop(100%, #bec1c5));
  border-radius: 3px;
  height: 100px;
}
.fanganxq01wrap_img {
  text-align: center;
  position: relative;
}
.fanganxq01wrap_img img {
  max-width: 100%;
  /* z-index: -2; */
  position: relative;
}
.sj_fangantu {
  display: none;
}
.faxq_dw {
  position: absolute;

  z-index: 1;
}
.faxq_dw .mc_a1t_dian {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 7px solid #1c5da2;
  border-radius: 50%;
  position: relative;
}
.faxq_dw .mc_a1t_dian::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(0, 30, 180, 0.3);
}
.faxq_dw .mc_a1t_dian::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(0, 30, 180, 0.3);
}
.faxq_dw .mc_a1t_dian::before {
  animation: boderM 3s 0.75s infinite;
}
.faxq_dw .mc_a1t_dian::after {
  animation: boderM 3s infinite;
}
@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bordershow {
  50% {
    box-shadow: 0px 0px 10px 0 #001eb4;
  }
}
.faxq_dw .mc_a1t_xl {
  position: absolute;
  /* left: 40px;
  top: 50%; */
  right: 50%;
  bottom: 40px;
  z-index: 1;
  font-size: 16px;
  line-height: 54px;
  /* transform: translateY(-50%); */
  transform: translateX(50%);
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  pointer-events: none;
}
.faxq_dw .mc_a1t_xl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /* width: 0%; */
  width: 100%;
  /* height: 100%; */
  height: 0%;
  background: rgba(16, 92, 164, 0.8);
  border-radius: 30px;
}
.faxq_dw .mc_a1t_xl p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  font-family: 'Source Han Sans CN', sans-serif;
  padding: 12px 25px;
  opacity: 0;
  white-space: initial;
  min-width: 250px;
}
.faxq_dw .mc_a1t_xl .mc_a1t_xl_ul {
  width: 250px;
  z-index: 2;
  position: relative;
  margin: 0 25px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.faxq_dw .mc_a1t_xl .mc_a1t_xl_ul li {
  width: 80px !important;
  display: inline-block;
  opacity: 0;
  margin-right: 5px;
}
.faxq_dw .mc_a1t_xl .mc_a1t_xl_ul li:last-child {
  margin-right: 0px;
}
.faxq_dw .mc_a1t_xl .mc_a1t_xl_ul li img {
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
}
.faxq_dw a {
  display: block;
}
.faxq_dw:after {
  content: '';
  position: absolute;
  /* left: 0;
  top: 0;
  width: 42px;
  height: 100%; */
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 120%;
  height: 42px;
}
.faxq_dw:hover .mc_a1t_xl {
  pointer-events: all;
}
.faxq_dw:hover .mc_a1t_xl::before {
  /* width: 100%; */
  height: 100%;
  transition: all 0.4s ease;
}
.faxq_dw:hover .mc_a1t_xl p {
  opacity: 1;
  transition: all 0.3s 0.4s;
}
.faxq_dw:hover .mc_a1t_xl .mc_a1t_xl_ul {
  width: auto;
  max-width: 250px;
}
.faxq_dw:hover .mc_a1t_xl .mc_a1t_xl_ul li {
  opacity: 1;
  transition: all 0.3s 0.4s;
}
.solutionDetailThreeWrap .faxq_dw:nth-of-type(1) {
  left: 16.5%;
  top: 50%;
}
.solutionDetailThreeWrap .faxq_dw:nth-of-type(2) {
  left: 49.5%;
  top: 50%;
}
.solutionDetailThreeWrap .faxq_dw:nth-of-type(3) {
  left: 82.5%;
  top: 50%;
}
.solutionWXA {
  color: #ffffff !important;
}
.solutionDetailFourWrap .faxq_dw:nth-of-type(1) {
  left: 12.5%;
  top: 50%;
}
.solutionDetailFourWrap .faxq_dw:nth-of-type(2) {
  left: 37.5%;
  top: 50%;
}
.solutionDetailFourWrap .faxq_dw:nth-of-type(3) {
  left: 62.5%;
  top: 50%;
}
.solutionDetailFourWrap .faxq_dw:nth-of-type(4) {
  left: 87.5%;
  top: 50%;
}
.solutionDetailTwoWrap .faxq_dw:nth-of-type(1) {
  left: 25%;
  top: 50%;
}
.solutionDetailTwoWrap .faxq_dw:nth-of-type(2) {
  left: 75%;
  top: 50%;
}

.fanganxq03wrap {
  /* padding: 100px 5.5%;
  background: #f4f9ff; */

  /* padding: 100px 0; */
  padding: 100px 0 0 0;
}
.fanganxq01_nytit {
  margin-bottom: 50px;
}
.fanganxq01_nytit h3 {
  text-align: center;
}
.fanganxq01_nytit h3:after {
  left: 50%;
  margin-left: -35px;
}
.fanganxq03wrap .fanganxq01_nytit h3 {
  text-align: center;
}
.fanganxq03wrap .fanganxq01_nytit h3:after {
  left: 50%;
  margin-left: -35px;
}
.fanganxq03wrap_xgcp {
  margin-top: 40px;
}
.fanganxq03wrap_xgcp .swiper-container {
  padding-bottom: 50px;
}
.fanganxq03wrap_xgcp .swiper-slide {
  position: relative;
  /* background: #efefef; */
  box-sizing: border-box;
}
.fanganxq03wrap_xgcp .swiper-slide img {
  max-width: 100%;
}
.fanganxq03wrap_xgcp .swiper-slide p {
  position: absolute;
  bottom: 25px;
  left: 40px;
  font-size: 22px;
  color: #000000;
  font-weight: bold;
}
.fanganxq03wrap_xgcp .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  position: relative;
  background-color: unset;
}
.fanganxq03wrap_xgcp .swiper-container .swiper-pagination .swiper-pagination-bullet img {
  width: 15px;
}
.fanganxq03wrap_xgcp .swiper-container .swiper-pagination .swiper-pagination-bullet-active img {
  border-radius: 50%;
  animation: clrotate 4s linear infinite;
}
@keyframes clrotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* 联系我们 */
.lianxi02wrap {
  background-color: #f9f9f9;
  padding: 100px 0;
}
.lianxi_liuyan {
  padding: 0 5%;
}
.lianxi_liuyankuang {
  margin-top: 50px;
  background: #fff;
  border-radius: 30px;
  color: #fff;
  height: 600px;
  justify-content: inherit;
  overflow: hidden;
  align-items: inherit;
  display: flex;
}
.lianxi_liuyankuang .left {
  max-width: 20%;
  height: 100%;
  padding: 0px 80px;
  padding-top: 90px;
  background: #0166b3;
}
.lianxi_liuyankuang .left_en {
  max-width: 23%;
  padding: 0px 50px;
  padding-top: 90px;
}
.lianxi_liuyankuang .left .txt {
  font-size: 22px;
  line-height: 36px;
  color: #ffffff;
}
.lianxi_liuyankuang .left .ly_tsy {
  font-size: 18px;
  line-height: 44px;
  color: #ffffff;
}
.lianxi_liuyankuang .left .txt_en {
  font-size: 25px;
}
.lianxi_liuyankuang .left .bottom {
  /* margin-top: 210px; */
  margin-top: 180px;
}
.lianxi_liuyankuang .left .bottom .tel {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.lianxi_liuyankuang .left .bottom .tel2 {
  margin-top: 12px;
}
.lianxi_liuyankuang .left .bottom .tips {
  opacity: 0.5;
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
.lianxi_liuyankuang .right {
  padding: 0px 100px;
  padding-top: 70px;
  width: 80%;
}
.liuyan_1hang li {
  width: 47%;
  float: left;
}
.liuyan_1hang li:first-child {
  margin-right: 6%;
}
.liuyan_1hang li input {
  width: 100%;
  border: none;
  background-color: #f8f8f8;
  line-height: 66px;
  border-radius: 10px;
  padding-left: 20px;
  font-size: 16px;
  color: #000000;
}
.liuyan_1hang li input::placeholder {
  font-size: 16px;
  color: #666666;
}
.liuyan_2hang {
  margin-top: 30px;
}
.liuyan_3hang {
  margin-top: 30px;
}
.liuyan_3hang textarea {
  height: 170px;
  width: 100%;
  border-radius: 10px;
  background-color: #f8f8f8;
  padding-left: 20px;
  border: none;
  padding-top: 20px;
}
.liuyan_3hang textarea::placeholder {
  font-size: 16px;
  color: #666666;
}
.liuyan_4hang {
  margin-top: 30px;
  text-align: center;
}
.liuyan_4hang input {
  display: inline-block;
  padding: 20px 50px;
  border: none;
  margin: 0 5px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
}
.liuyan_4hang .tijiao {
  background: #0166b3;
  color: #ffffff;
}

.contentInfoIcon img {
  margin: 0;
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
}

/* 技术支持 */
/* 表格 */
.tableWrap {
  border-radius: 6px;
  box-shadow: 0px 0px 10px 2px #ccc inset;

  position: relative;
  z-index: 99;
}
/* 表头 */
.tableWrap .tableHeader {
  display: flex;
  justify-content: space-around;
  font-weight: bold;

  background: #ece6e6;
  border: 2px solid #ccc;
  border-radius: 6px 6px 0 0;
}
.tableWrap .tableHeader .headerItem {
  text-align: center;
  padding: 25px 0;
  border-right: 2px solid #ccc;
}
.tableWrap .tableHeader .headerItem:nth-of-type(1) {
  width: 19%;
}
.tableWrap .tableHeader .headerItem:nth-of-type(2) {
  width: 28%;
}
.tableWrap .tableHeader .headerItem:nth-of-type(3) {
  width: 28%;
}
.tableWrap .tableHeader .headerItem:nth-of-type(4) {
  width: 25%;
  border-right: none;
}

/* 表格内容 */
.tableContent {
  border: 2px solid #ccc;
  border-top: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 5px 10px -2px #ccc inset;
}
.tableContent .tableBodyLine {
  display: flex;
  justify-content: space-around;
}
.tableContent .tableBodyLine .tableLineItem {
  text-align: center;
  padding: 20px 0;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.tableContent .tableBodyLine:last-of-type .tableLineItem {
  border-bottom: none;
}
.tableContent .tableBodyLine .tableLineItem:nth-of-type(1) {
  width: 19%;
  font-weight: bold;

  display: flex;
  justify-content: center;
  align-items: center;
}
.tableContent .tableBodyLine .tableLineItem:nth-of-type(2) {
  width: 28%;
}
.tableContent .tableBodyLine .tableLineItem:nth-of-type(3) {
  width: 28%;
}
.tableContent .tableBodyLine .tableLineItem:nth-of-type(4) {
  width: 25%;
  border-right: none;
}

/* ----------------------------------------------------------- */
/* 设备详情页 - 配置项表格 LoRa / NB */
.deviceConfigDetailWrap {
  overflow-x: auto;
}
.deviceConfigTableWrap .tableWrap {
  border-radius: 6px;
  /* box-shadow: 0px 0px 10px 2px #ccc inset; */
  box-shadow: 0px 0px 10px 2px #cce2f9 inset;

  position: relative;
  z-index: 99;
  min-width: 600px;
}
/* 表头 */
.deviceConfigTableWrap .tableWrap .tableHeader {
  display: flex;
  justify-content: space-around;
  font-weight: bold;

  /* background: #ece6e6; */
  color: #ffffff;
  background: linear-gradient(to bottom, #2286ed, #7eb4eba8);
  /* border: 2px solid #ccc; */
  border: 1px solid #0054aa;
  border-radius: 6px 6px 0 0;
}
.deviceConfigTableWrap .tableWrap .tableHeader .headerItem {
  text-align: center;
  padding: 25px 0;
  /* border-right: 2px solid #ccc; */
  border-right: 1px solid #fff;

  display: flex;
  justify-content: center;
  align-items: center;
}
.deviceConfigTableWrap .tableWrap .tableHeader .headerItem:nth-of-type(2) {
  width: 16%;
}
.deviceConfigTableWrap .tableWrap .tableHeader .headerItem:nth-of-type(3) {
  width: 16%;
}
.deviceConfigTableWrap .tableWrap .tableHeader .headerItem:nth-of-type(4) {
  width: 25%;
  display: block;
  padding: 0;
}
.deviceConfigTableWrap .tableWrap .tableHeader .headerItem .firstLevelHead {
  padding: 25px 0;
  /* border-bottom: 2px solid #ccc; */
  border-bottom: 1px solid #fff;
}
.deviceConfigTableWrap .tableWrap .tableHeader .headerItem:nth-of-type(5) {
  width: 16%;
}
.deviceConfigTableWrap .tableWrap .tableHeader .headerItem:nth-of-type(6) {
  width: 27%;
  border-right: none;
}
.deviceConfigTableWrap .tableWrap .tableHeader .headerItem .secondaryHeadWrap {
  display: flex;
}
.deviceConfigTableWrap .tableWrap .tableHeader .headerItem .secondaryHeadWrap .secondaryHeadItem {
  flex: 1;
  text-align: center;
  padding: 25px 0;
  /* border-right: 2px solid #ccc; */
  border-right: 1px solid #fff;
}
.deviceConfigTableWrap .tableWrap .tableHeader .headerItem .secondaryHeadWrap .secondaryHeadItem:nth-of-type(2) {
  border-right: none;
}

/* 表格内容 */
.deviceConfigTableWrap .tableContent {
  /* border: 2px solid #ccc; */
  border: 1px solid #0054aa;
  border-top: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 5px 10px -2px #ccc inset;

  display: flex;
}
.deviceConfigTableWrap .tableContent .consolidatedColumnWrap {
  width: 16%;
}
.deviceConfigTableWrap .tableContent .consolidatedColumnWrap .seriesItem {
  width: 100%;
  height: 50%;
  border-right: 1px solid #0054aa;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0054aa;
  font-weight: bold;
  background-color: rgba(0, 84, 170, 0.1);
}
.deviceConfigTableWrap .tableContent .consolidatedColumnWrap .seriesItem:nth-of-type(1) {
  border-bottom: 1px dashed #0054aa;
}
.deviceConfigTableWrap .tableContent .configDetailWrap {
  width: 84%;
}
.deviceConfigTableWrap .tableContent .tableBodyLine {
  display: flex;
  justify-content: space-around;
}
.deviceConfigTableWrap .tableContent .tableBodyLine .tableLineItem {
  text-align: center;
  padding: 20px 0;
  /* border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc; */
  border-right: 1px solid #0054aa;
  border-bottom: 1px dashed #0054aa;

  display: flex;
  justify-content: center;
  align-items: center;
}
.deviceConfigTableWrap .tableContent .tableBodyLine:last-of-type .tableLineItem {
  border-bottom: none;
}
.deviceConfigTableWrap .tableContent .tableBodyLine .tableLineItem:nth-of-type(1) {
  width: 16%;
  font-weight: bold;

  display: flex;
  justify-content: center;
  align-items: center;
}
.deviceConfigTableWrap .tableContent .tableBodyLine .tableLineItem:nth-of-type(2) {
  width: 16%;
  box-sizing: border-box;
}
.deviceConfigTableWrap .tableContent .tableBodyLine .tableLineItem:nth-of-type(3) {
  width: 12.5%;
}
.deviceConfigTableWrap .tableContent .tableBodyLine .tableLineItem:nth-of-type(4) {
  width: 12.5%;

  box-sizing: border-box;
}
.deviceConfigTableWrap .tableContent .tableBodyLine .tableLineItem:nth-of-type(5) {
  width: 16%;
}
.deviceConfigTableWrap .tableContent .tableBodyLine .tableLineItem:nth-of-type(6) {
  width: 27%;
  border-right: none;
}
/* 表格拥有配置样式 */
.isHaveConfig {
  display: inline-block;
  width: 19px;
  height: 19px;
  /* border-radius: 2px; */
  border-radius: 50%;
  background: #0054aa;
}

/* ----------------------------------------------------------- */
/* 设备详情页 - 配置项表格 自动款 */

/* 表头 */
.deviceConfigTableWrap .tableWrap .zidongzhuyouqipeizhiHeader .headerItem:nth-of-type(1) {
  width: 16%;
  box-sizing: border-box;
}
.deviceConfigTableWrap .tableWrap .zidongzhuyouqipeizhiHeader .headerItem:nth-of-type(2) {
  width: 16%;
}
.deviceConfigTableWrap .tableWrap .zidongzhuyouqipeizhiHeader .headerItem:nth-of-type(3) {
  width: 25%;
  display: block;
  padding: 0;
}
.deviceConfigTableWrap .tableWrap .zidongzhuyouqipeizhiHeader .headerItem:nth-of-type(4) {
  width: 16%;
  display: flex;
}
.deviceConfigTableWrap .tableWrap .zidongzhuyouqipeizhiHeader .headerItem:nth-of-type(5) {
  width: 27%;
  box-sizing: border-box;
}
.deviceConfigTableWrap .tableWrap .zidongzhuyouqipeizhiHeader .headerItem:nth-of-type(6) {
  width: 16%;
  border-right: none;
}

/* 表格内容 */
.deviceConfigTableWrap .zidongzhuyouqipeizhiTableContent .configDetailWrap {
  width: 100%;
}
.deviceConfigTableWrap .zidongzhuyouqipeizhiTableContent .tableBodyLine .tableLineItem:nth-of-type(1) {
  width: 16%;
  font-weight: bold;

  display: flex;
  justify-content: center;
  align-items: center;

  box-sizing: border-box;
}
.deviceConfigTableWrap .zidongzhuyouqipeizhiTableContent .tableBodyLine .tableLineItem:nth-of-type(2) {
  width: 16%;
  box-sizing: content-box;
}
.deviceConfigTableWrap .zidongzhuyouqipeizhiTableContent .tableBodyLine .tableLineItem:nth-of-type(3) {
  width: 12.5%;
}
.deviceConfigTableWrap .zidongzhuyouqipeizhiTableContent .tableBodyLine .tableLineItem:nth-of-type(4) {
  width: 12.5%;

  box-sizing: border-box;
}
.deviceConfigTableWrap .zidongzhuyouqipeizhiTableContent .tableBodyLine .tableLineItem:nth-of-type(5) {
  width: 16%;
}
.deviceConfigTableWrap .zidongzhuyouqipeizhiTableContent .tableBodyLine .tableLineItem:nth-of-type(6) {
  width: 27%;
  border-right: 1px solid #0054aa;
}
.deviceConfigTableWrap .zidongzhuyouqipeizhiTableContent .tableBodyLine .tableLineItem:nth-of-type(7) {
  width: 16%;
  border-right: none;
}

/* 底部二维码 */
.qrCode2 {
  margin-top: 15px;
}

/* 视频教程 */
.videoTutorialContent {
  display: flex;
  flex-wrap: wrap;
}
.videoTutorialContent .videoTutorialItem {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 26px;
}
.videoTutorialContent .videoTutorialItem .videoWrap {
  padding-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.videoTutorialContent .videoTutorialItem .videoWrap:hover {
  box-shadow: 10px 10px 8px 5px #ccc;
}
.videoTutorialContent .videoTutorialItem .videoName {
  margin-top: 10px;
}

@media only screen and (max-width: 1769px) {
  .pro_liebiao .contentWrap .leftWrap .contentItem .descriptionWrap .topTextWrap .topText1,
  .pro_liebiao .contentWrap .leftWrap .contentItem .descriptionWrap .detailText,
  .pro_liebiao .contentWrap .leftWrap .contentItem:nth-of-type(2) .descriptionWrap .detailText {
    font-size: 17px;
  }
  .pro_liebiao .contentWrap .rightWrap .contentItem .descriptionWrap .topTextWrap .topText1 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1686px) {
  .lianxi_liuyankuang .left .bottom {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 1600px) {
  .index_ecs_bkct {
    padding: 180px 0;
  }
  .index_ecs_cont p {
    font-size: 16px;
  }

  .index05wrap .top .left {
    padding-left: calc((100% - 1040px) / 2);
  }
  .index05wrap .top .left .cont .tl {
    margin-bottom: 60px;
    font-size: 26px;
  }
  .index05wrap .top .left .bgfont {
    font-size: 80px;
    letter-spacing: 10px;
    font-family: op;
  }
  .index05wrap .top .left .cont {
    padding-top: 170px;
  }
  .index05wrap .top .left .cont::before {
    top: 146px;
  }
  .index05wrap .top .left .cont {
    padding-top: 65px;
  }
  .index05wrap .top .left .cont .list .item h4 {
    margin-bottom: 40px;
  }
  .index05wrap .top .left .bgfont {
    top: 30px;
  }
  .index05wrap .top .right img {
    border-bottom-left-radius: 250px;
  }
  .index05wrap .bot .gallery-thumbs .swiper-slide a .text {
    font-size: 16px;
  }
  .pc_indexhyyy .s1_ci {
    /* padding: 150px 0 250px 0; */
    padding: 150px 0 322px 0;
  }
}
@media only screen and (max-width: 1520px) {
  .pro_liebiao .contentWrap .leftWrap .contentItem .descriptionWrap .topTextWrap .topText1 {
    line-height: 22px;
  }
  .pro_liebiao .contentWrap .rightWrap .contentItem .descriptionWrap .topTextWrap .topText1 {
    line-height: 22px;
  }
}
@media only screen and (max-width: 1490px) {
  .fanganxq01wrap_right {
    padding-right: 0;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 1400px) {
  .fanganxq01_nytit h3 {
    font-size: 27px;
  }
  .fanganxq01_nytit h6 {
    font-size: 17px;
  }
  .fanganxq01wrap_right p {
    font-size: 15px;
    line-height: 1.6;
  }
  .fanganxq01wrap_right .jjfa_yycj {
    font-size: 20px;
  }
  .fanganxq01wrap_right {
    width: 65%;
  }

  .index_ecs_cont h4 {
    font-size: 36px;
  }
  .index_ecs_cont p {
    font-size: 15px;
  }

  .s1_ci .s1_cia {
    font-size: 36px;
  }
  .s1_ci .s1_cib {
    font-size: 15px;
  }
  .s1_c .hd .g-in .s1_chb img {
    width: 40px;
  }
  .s1_c .hd .g-in .s1_chb {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .pro_liebiao .contentWrap .leftWrap .contentItem .topTitleWrap .titleContent,
  .pro_liebiao .contentWrap .leftWrap .contentItem:nth-of-type(2) .topTitleWrap .titleContent,
  .pro_liebiao .contentWrap .rightWrap .contentItem .topTitleWrap .titleContent,
  .pro_liebiao .contentWrap .rightWrap .contentItem .technicalParameter {
    font-size: 26px;
  }

  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .topSingllubeLogo {
    width: 226px;
    margin-bottom: 22px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .guanzhishebeiTitle {
    font-size: 30px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine1 {
    margin: 20px 0;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine1 p {
    font-size: 22px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine2 {
    margin: 15px 0;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine2 p,
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine3 p {
    font-size: 16px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .rightPicWrap img {
    width: 490px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(1) {
    font-size: 36px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(2) {
    font-size: 21px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(1) {
    font-size: 36px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(2) {
    font-size: 24px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(3) {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1289px) {
  .jishucanshuWrap .flexWrap .data-row {
    width: 49%;
  }
  .pc_indexhyyy .s1_ci {
    padding: 150px 0 189px 0;
  }
}
@media only screen and (max-width: 1220px) {
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .topSingllubeLogo {
    width: 206px;
    margin-bottom: 20px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .guanzhishebeiTitle {
    font-size: 28px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine1 {
    margin: 20px 0;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine1 p {
    font-size: 20px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine2 {
    margin: 15px 0;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine2 p,
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine3 p {
    font-size: 16px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .rightPicWrap img {
    width: 442px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle {
    top: 4.5%;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(1) {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(2) {
    font-size: 20px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(1) {
    font-size: 34px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(2) {
    font-size: 22px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(3) {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1177px) {
  .jishucanshuContent .leftWrap .itemWrap .jishucanshuItem .ItemText p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1030px) {
  .jishucanshuContent .leftWrap .itemWrap .jishucanshuItem {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  .pro_liebiao .contentWrap .leftWrap .contentItem .topTitleWrap .titleContent,
  .pro_liebiao .contentWrap .leftWrap .contentItem:nth-of-type(2) .topTitleWrap .titleContent,
  .pro_liebiao .contentWrap .rightWrap .contentItem .topTitleWrap .titleContent,
  .pro_liebiao .contentWrap .rightWrap .contentItem .technicalParameter {
    font-size: 24px;
  }

  .fanganxq01wrap {
    /* padding: 100px 5%; */
    padding-bottom: 100px;
  }

  .lianxi02wrap {
    padding: 80px 0;
  }
  .lianxi_liuyankuang .left {
    padding: 0px 30px;
    padding-top: 60px;
    max-width: 30%;
  }
  .lianxi_liuyankuang .left .bottom .tel {
    font-size: 17px;
  }
  .lianxi_liuyankuang .left .txt {
    font-size: 23px;
    line-height: 30px;
  }
  .lianxi_liuyankuang .right {
    padding: 0px 30px;
    padding-top: 50px;
  }
  .lianxi_liuyankuang {
    height: 550px;
  }
  .serviceSystemWrap .servicesItem {
    width: 50%;
  }

  .s1_ci .s1_cia {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  .index_ecs_cont h4 {
    font-size: 32px;
  }
  .index_ecs_cont h4:after {
    width: 50px;
    height: 4px;
  }
  .index_ecs_bkct {
    padding: 150px 0;
  }
  .index_ecs_cont p {
    margin-top: 60px;
  }
  .index_ecs_cont .index_pro_more {
    margin-top: 30px;
  }

  .pro_liebiao .contentWrap .leftWrap,
  .pro_liebiao .contentWrap .rightWrap {
    width: 100%;
  }
  .pro_liebiao .contentWrap .rightWrap {
    margin-top: 29px;
  }

  .fanganxq01_nytit h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .fanganxq01_nytit h3:after {
    width: 50px;
    height: 4px;
  }
  .fanganxq01wrap {
    /* padding: 80px 5%; */
    padding-bottom: 80px;
  }
  .fanganxq01wrap_left {
    width: 100%;
  }
  .fanganxq01wrap_right {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
    margin-top: 30px;
    max-height: unset;
    overflow: unset;
  }
  .fanganxq01_nytit h6 {
    margin-top: 20px;
  }
  .fanganxq01wrap_right p {
    font-size: 15px;
  }

  .fanganxq01wrap_right .jjfa_yycj {
    font-size: 18px;
  }
  .fanganxq01wrap_img img {
    z-index: 0;
  }
  .fanganxq01wrap_top {
    padding-bottom: 20px;
  }

  .fanganxq03wrap {
    padding: 80px 5%;
  }
  .fanganxq03wrap .fanganxq01_nytit h3:after {
    margin-left: -25px;
  }
  .fanganxq03wrap_xgcp .swiper-slide p {
    font-size: 18px;
    bottom: 20px;
    left: 20px;
  }
  .fanganxq03wrap_xgcp .swiper-slide {
    padding: 30px 20px;
  }

  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap {
    width: 100%;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .rightPicWrap {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .rightPicWrap img {
    width: 529px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle {
    top: 4.5%;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(1) {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(2) {
    font-size: 18px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(1) {
    font-size: 30px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(2) {
    font-size: 20px;
  }

  .s1_ci .s1_cia {
    font-size: 32px;
  }
  .s1_ci .s1_cia:after {
    width: 50px;
    height: 4px;
    bottom: -20px;
  }
  .s1_ci .g-in {
    max-width: 85%;
  }
  .s1_ci .s1_cib {
    font-size: 14px;
  }

  .pc_indexhyyy .s1_ci {
    padding: 150px 0 83px 0;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1000px) {
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle {
    top: 2.5%;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 682px) and (max-width: 750px) {
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle {
    top: 2%;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(1) {
    font-size: 30px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(2) {
    font-size: 17px;
    /* line-height: 20px; */
  }
}
@media only screen and (max-width: 780px) {
  .jishucanshuContent .leftWrap .itemWrap .jishucanshuItem {
    width: 33%;
  }
  .jishucanshuContent .leftWrap .itemWrap .jishucanshuItem .itemPic img {
    width: 46%;
  }
  .jishucanshuContent .leftWrap .itemWrap .jishucanshuItem .ItemText {
    margin-top: 6px;
  }
  .jishucanshuContent .leftWrap .itemWrap .jishucanshuItem .ItemText p {
    line-height: 18px;
  }
  .jishucanshuContent .leftWrap .itemWrap .jishucanshuItem {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 760px) {
  .index_ecs_cont h4 {
    font-size: 24px;
  }
  .index_ecs_bkct {
    padding: 120px 0;
  }
  .index_ecs_cont p {
    line-height: 1.6;
    margin-top: 50px;
  }
  .index_ecs_cont h4:after {
    width: 40px;
    height: 3px;
  }
  .index_ecs .aos-animate {
    display: none;
  }

  .fanganxq01wrap {
    /* padding: 50px 5%; */
    padding-bottom: 50px;
  }
  .fanganxq01_nytit h3 {
    font-size: 23px;
  }
  .fanganxq01_nytit h6 {
    font-size: 15px;
  }
  .fanganxq01_nytit h3:after {
    width: 40px;
    height: 3px;
  }
  .fanganxq01wrap_right p {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .fanganxq01wrap_right .jjfa_yycj {
    font-size: 16px;
  }
  .fanganxq01wrap_top {
    padding-bottom: 20px;
  }
  .sj_fangantu {
    display: block;
  }
  .pc_fangantu {
    display: none;
  }
  .faxq_dw {
    display: none;
  }

  .fanganxq03wrap {
    padding: 50px 5%;
  }
  .fanganxq03wrap_xgcp {
    margin-top: 20px;
  }
  .fanganxq03wrap .fanganxq01_nytit h3:after {
    margin-left: -20px;
  }
  .fanganxq03wrap_xgcp .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
  .fanganxq03wrap_xgcp .swiper-container .swiper-pagination .swiper-pagination-bullet img {
    width: 11px;
  }
  .fanganxq03wrap_xgcp .swiper-container .swiper-pagination {
    bottom: 0px;
  }
  .fanganxq03wrap_xgcp .swiper-container {
    padding-bottom: 35px;
  }

  .lianxi02wrap {
    padding: 50px 0;
  }
  .lianxi_liuyankuang {
    margin-top: 30px;
  }
  .lianxi_liuyankuang {
    display: block;
    border-radius: 8px;
    height: auto;
  }
  .lianxi_liuyankuang .left {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 20px;
  }
  .lianxi_liuyankuang .left .txt {
    font-size: 16px;
    font-weight: bold;
  }
  .lianxi_liuyankuang .left .bottom .tel {
    font-size: 16px;
  }
  .lianxi_liuyankuang .left .bottom .tel2 {
    margin-top: 5px;
  }
  .lianxi_liuyankuang .left .bottom {
    margin-top: 15px;
  }
  .lianxi_liuyankuang .left .bottom .tips {
    font-size: 13px;
    margin-top: 5px;
  }
  .lianxi_liuyankuang .right {
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .liuyan_1hang li input {
    line-height: 50px;
    box-sizing: border-box;
  }
  .liuyan_3hang textarea {
    height: 150px;
    box-sizing: border-box;
  }
  .liuyan_4hang input {
    font-size: 14px;
    padding: 11px 32px;
  }
  .liuyan_4hang {
    margin-top: 15px;
  }
  .liuyan_1hang li {
    width: 48.5%;
  }
  .liuyan_1hang li:first-child {
    margin-right: 3%;
  }

  .s1_ci .s1_cia {
    font-size: 24px;
  }
  .s1_ci .s1_cib {
    line-height: 1.6;
    margin-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
  }
  .s1_ci .s1_cia:after {
    width: 40px;
    height: 3px;
    bottom: -15px;
  }
  .s1_more a {
    font-size: 13px;
    padding: 10px 22px;
  }
  .s1_c .hd .g-in .s1_chb {
    font-size: 14px;
    padding: 10px 0;
  }
  .s1_c .hd .g-in .s1_chb img {
    width: 30px;
    margin-bottom: 10px;
  }
  .pc_indexhyyy .s1_ci {
    padding: 110px 0 150px 0;
  }

  .jishucanshuWrap .flexWrap .data-row {
    width: 100%;
  }
  .jishucanshuWrap .name-container {
    width: 35%;
  }
  .jishucanshuWrap .value-container {
    width: 65%;
  }

  .pc_indexhyyy .s1_ci {
    padding: 43px 0 83px 0;
  }
}
@media only screen and (max-width: 682px) {
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .rightPicWrap img {
    width: 420px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle {
    top: 2%;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(1) {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(2) {
    font-size: 15px;
    line-height: 24px;
  }

  .serviceSystemBlock {
    margin: 20px auto 66px auto;
  }
  .serviceSystemWrap .servicesItem {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .pro_liebiao .contentWrap .leftWrap .contentItem .topTitleWrap .titleContent,
  .pro_liebiao .contentWrap .leftWrap .contentItem:nth-of-type(2) .topTitleWrap .titleContent,
  .pro_liebiao .contentWrap .rightWrap .contentItem .topTitleWrap .titleContent,
  .pro_liebiao .contentWrap .rightWrap .contentItem .technicalParameter {
    font-size: 22px;
  }
}
@media only screen and (max-width: 560px) {
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine1 p {
    font-size: 19px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .leftTextWrap .textLine2 {
    margin: 10px 0;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .rightPicWrap img {
    width: 350px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(1) {
    font-size: 28px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(2) {
    font-size: 18px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle p:nth-of-type(3) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 514px) {
  .pro_liebiao .contentWrap .leftWrap .contentItem .topTitleWrap .titleContent,
  .pro_liebiao .contentWrap .leftWrap .contentItem:nth-of-type(2) .topTitleWrap .titleContent,
  .pro_liebiao .contentWrap .rightWrap .contentItem .topTitleWrap .titleContent,
  .pro_liebiao .contentWrap .rightWrap .contentItem .technicalParameter {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .fanganxq03wrap_xgcp .swiper-slide {
    padding: 30px 20px 15px;
    border-radius: 10px;
  }
  .fanganxq03wrap_xgcp .swiper-slide img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
  .fanganxq03wrap_xgcp .swiper-slide p {
    position: unset;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .lianxi_liuyankuang .left .bottom {
    margin-top: 10px;
  }

  .pc_indexhyyy .s1_ci:after {
    /* background: linear-gradient(0deg, rgba(16, 92, 164, 1) 0%, transparent 100%); */
  }
  .s1_ci .s1_cib {
    line-height: 1.4;
  }
  .pc_indexhyyy .s1_ci {
    padding: 10px 0 0px 0;
  }
}
@media only screen and (max-width: 476px) {
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .rightPicWrap img {
    width: 320px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle {
    top: 0;
    width: 90%;
    padding: 50px 10px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(1) {
    /* margin-bottom: 1px; */
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .zidongguanzhizhuangzhiTitle p:nth-of-type(2) {
    font-size: 15px;
    line-height: 22px;
  }
  .pro_liebiao .guanzhiWrap .guanzhiItemWrap .youshiTitle {
    margin-top: 40px;
  }
}

@media (max-width: 1720px) {
  .font70 {
    font-size: 50px;
  }
  .font45 {
    font-size: 40px;
  }
  .font35 {
    font-size: 30px;
  }
  .font30 {
    font-size: 28px;
  }
  .font28 {
    font-size: 26px;
  }
  .font26 {
    font-size: 24px;
  }
  .w1500 {
    width: 90%;
  }

  .header .head-mn {
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }
  .header .head-nav li {
    margin-right: 50px;
  }
  .header .head-nav li:last-child {
    margin-right: 30px;
  }
  /* .header .head-nav .head-mes .lang {
    padding: 0 20px 0 30px;
  } */

  .inpro-wapr2 .main .promore .tb {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .about-culture .main {
    justify-content: center;
    display: flex;
  }
  .about-culture .main .mn {
    width: 300px;
    height: 300px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .about-events .line {
    top: 291px;
  }

  .tech-warp2 .iconfont.next {
    right: -50px;
  }
  .tech-warp2 .iconfont.prev {
    left: -50px;
  }
  .tech-warp2 .swiper-slide .mes {
    padding: 0 40px;
    box-sizing: border-box;
  }
  .tech-warp2 .swiper-slide .mes:before,
  .tech-warp2 .swiper-slide .mes:after {
    display: none;
  }
  .tech-warp2 .swiper-slide .tbbox {
    padding: 0 40px;
  }
}
@media (max-width: 1550px) {
  .header .head-nav li {
    margin-right: 30px;
  }
  .header .head-nav li:last-child {
    margin-right: 20px;
  }
  /* .header .head-nav .head-mes .lang {
    padding: 0 10px 0 20px;
  } */

  .index-pro {
    padding: 70px 0 0;
  }
  .inpro-wapr2 .main {
    padding: 10px 0 30px;
  }
  .inpro-wapr2 .main .proqiu {
    width: 350px;
    height: 350px;
    border: 10px solid #0054aa;
  }
  .inpro-wapr3 {
    padding: 30px 0 24px;
  }
  .inpro-wapr3 .main .proqiu {
    width: 150px;
    height: 150px;
  }
  .index-application {
    padding: 70px 0;
  }
  .index-application .indextit {
    margin-bottom: 50px;
  }
  .index-about {
    padding: 70px 0 100px;
  }
  .index-about .index-title {
    margin-bottom: 50px;
  }
  .index-about .box {
    width: 80%;
  }
  .index-news {
    padding: 80px 0 0;
  }
  /* .inews-qh {
    padding: 30px 0;
  } */
  .inews-page {
    padding: 50px 0 80px;
  }
  .inews-swiperzi .mes .tit {
    margin: 10px 0;
    height: 3em;
    line-height: 1.5em;
  }
  .inews-swiperzi .mes .line {
    margin: 10px 0;
  }
  .index-service {
    padding: 70px 0 0;
  }
  .index-service .main {
    padding: 50px 0 70px;
  }

  .n-banner .enav .enav-top {
    padding: 20px 20px 0;
  }
  .n-banner .enav .enav-main .mn a {
    padding: 30px 0 20px;
  }
  .n-banner .enav .enav-main .mn a .iconfont {
    margin-right: 10px;
  }
  .about-profile .indextit {
    padding: 60px 0 40px;
  }
  .about-profile .video-btn {
    margin-top: 40px;
  }
  .about-main {
    padding: 60px 0;
  }
  .about-culture .main {
    padding: 50px 0;
  }
  .about-events {
    padding: 70px 0 50px;
  }
  .about-events .swiper-container {
    padding: 50px 0 40px;
  }
  .about-events .line {
    top: 241px;
  }
  .honor-list .indextit {
    padding: 70px 0 50px;
  }
  .honor-list .honor-type {
    margin-bottom: 30px;
  }
  .honor-events .bottom {
    padding: 50px 0 120px;
  }
  .honor-events .bottom li:last-child .tbyuan .line {
    height: 230px;
  }
  .honor-events .bottom li {
    padding: 30px 60px;
  }
  .honor-events .bottom li .tbyuan {
    left: calc(10% + 62px);
  }
  .honor-pic li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 50px;
  }
  .honor-pic li .mes {
    height: 60px;
  }
  .honor-pic li .mes .line {
    top: 50%;
    transform: translateY(-50%);
  }
  .honor-pic li:hover .mes .line {
    top: 50%;
  }

  .pro-main li,
  .news-list .main .bottom li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .pr-wrap {
    padding: 70px 0 0;
  }
  .go-back {
    margin: 60px auto;
  }

  .app-list {
    padding: 70px 0 30px;
  }
  .app-top {
    margin-bottom: 50px;
  }
  .app-list .pro-main li {
    margin-bottom: 30px;
  }
  .newsmain {
    padding: 70px 0 50px;
  }
  .newsmain .tit {
    margin-bottom: 30px;
    line-height: 1.5em;
  }

  .tech-warp1 .indextit1 {
    padding: 70px 0 60px;
  }
  .tech-warp1 .indextit2 {
    padding: 70px 0 50px;
  }
  .tech-warp1 .swiper-container {
    margin-bottom: 70px;
  }
  .tech-warp2 .iconfont.next {
    right: 0px;
  }
  .tech-warp2 .iconfont.prev {
    left: 0px;
  }
  .tech-warp2 .iconfont,
  .tech-warp1 .iconfont {
    font-size: 30px;
  }
  .tech-warp2 {
    padding: 70px 0 80px;
  }
  .tech-warp2 .indextit {
    margin-bottom: 70px;
  }
  .tech-warp1 .swiper-slide {
    width: 900px;
  }
  .tech-warp1 .iconfont.prev {
    left: 20px;
  }
  .tech-warp1 .iconfont.next {
    right: 20px;
  }

  .down-list,
  .down-list.notice {
    padding: 70px 0 80px;
  }
  .down-list .indextit,
  .down-list.notice .indextit {
    margin-bottom: 50px;
  }

  .news-list {
    padding: 70px 0 80px;
  }
  .news-list .indextit {
    margin-bottom: 50px;
  }
  .news-list .main .top {
    padding: 26px 20px;
    margin-bottom: 50px;
  }
  .news-list .main .top .mes {
    padding: 10px 40px;
  }
  .news-list .main .pro-page {
    position: static;
    padding-top: 10px;
  }

  .contact-job {
    padding: 70px 0 60px;
  }
  .contact-job .sum {
    padding: 30px 0;
  }
  .contact-job .main .mn .top {
    min-height: 60px;
  }
  .contact-job .main .mn {
    margin-bottom: 30px;
  }
  .contact-feedback {
    padding: 70px 0 80px;
  }
  .contact-feedback .indextit,
  .contact-feedback .mmn.three,
  .contact-feedback .inputmn.mess {
    margin-bottom: 50px;
  }
  .contact-feedback .mmn.three .mn {
    width: 32%;
  }
  .contact-way {
    padding: 70px 0 80px;
  }
  .contact-way .indextit {
    margin-bottom: 50px;
  }
  .contact-way .main {
    margin-bottom: 60px;
  }
  .contact-way .main .ri .bot {
    padding: 20px;
  }
  .contact-way .main .ri .bot .ewm {
    right: 20px;
  }
  .contact-way .main .ri .top {
    padding: 0 20px;
  }
  .contact-way .map {
    height: 400px;
  }
}
@media (max-width: 1440px) {
  .font70 {
    font-size: 50px;
  }
  .font45 {
    font-size: 35px;
  }
  .font35 {
    font-size: 26px;
  }
  .font30,
  .font28,
  .font26 {
    font-size: 24px;
  }
  .font24 {
    font-size: 20px;
  }

  .about-events .line {
    top: 232px;
  }
}
@media (max-width: 1240px) {
  body,
  button,
  input,
  select,
  textarea {
    font: 14px/1.5 Arial, '思源黑体', PingFang SC, Microsoft Yahei, Arial, sans-serif;
  }
  .font70 {
    font-size: 40px;
  }
  .font45 {
    font-size: 30px;
  }
  .font35 {
    font-size: 24px;
  }
  .font30,
  .font28,
  .font26 {
    font-size: 24px;
  }
  .font24,
  .font22 {
    font-size: 18px;
  }
  .font20,
  .font18 {
    font-size: 16px;
  }
  .font16 {
    font-size: 14px;
  }
  .w1500 {
    width: 94%;
  }
  .m-content p {
    font-size: 14px;
    line-height: 2em;
  }

  .header {
    border-bottom: 1px solid #dedede;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    background: #fff !important;
  }
  .header .head-mn {
    position: relative;
    height: 59px;
    width: 96%;
  }
  .header .head-mn .logo img {
    height: 40px;
    width: auto;
  }
  .header .head-nav {
    display: none;
  }
  .header .head-menu {
    display: block;
  }
  .header-box {
    height: 60px;
  }

  .index-banner {
    margin-top: 60px;
  }
  .index-banner .swiper-container {
    height: auto;
  }
  .index-banner .swiper-slide .bimg {
    min-height: 500px;
  }
  .index-banner .swiper-slide .mes {
    top: 150px;
  }
  .index-banner .swiper-slide .mes .sum {
    margin: 10px 0 50px;
  }
  .index-banner .i-page {
    bottom: 50px;
  }
  .index-banner .video-btn {
    bottom: 0;
  }
  #pro {
    top: -60px;
  }
  .index-pro {
    padding: 50px 0 0;
  }
  .proqiu img {
    max-width: 70%;
    max-height: 70%;
  }
  .inpro-wapr2 .main {
    display: block;
  }
  .inpro-wapr2 .main .proqiu {
    width: 200px;
    height: 200px;
    border: 5px solid #0054aa;
  }
  .inpro-wapr2 .main .tit,
  .inpro-wapr2 .main .promore {
    position: static;
    max-width: unset;
    transform: translate(0, 0);
  }
  .inpro-wapr2 .main .tit {
    padding: 15px 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .inpro-wapr2 .main .tit:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .inpro-wapr2 .main .promore {
    justify-content: center;
  }
  .inpro-wapr2 .main .promore .tb {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .inpro-wapr3 .main .swiper-container {
    width: calc(100% - 60px);
  }
  .inpro-wapr3 .main .proqiu {
    width: 120px;
    height: 120px;
    border: 2px solid #eee;
  }
  .inpro-wapr3 .page img {
    max-width: 15px;
    height: auto;
  }
  .index-application {
    padding: 50px 0;
  }
  .index-application .indextit {
    margin-bottom: 30px;
  }
  .iapplica-swiper1 {
    width: 75%;
    margin-bottom: 30px;
  }
  .iapplica-swiper1 .swiper-slide {
    width: 80%;
  }
  .iapplica-swiper1 .bigimg {
    height: 450px;
  }
  .iapplica-swiper2 .swiper-container {
    width: 530px;
  }
  .iapplica-swiper2 .line {
    width: 30px;
    height: 3px;
    margin-top: 80px;
  }
  .iapplica-swiper2 .box {
    width: 500px;
    height: 300px;
    border-radius: 10px;
    padding: 30px 30px 30px 100px;
    overflow: hidden;
  }
  .iapplica-swiper2 .box .tit1 {
    margin: 40px 0 10px;
  }
  .iapplica-swiper2 .box .tit2 {
    margin-bottom: 20px;
  }
  .iapplica-swiperqh .mn {
    margin: 0 35px;
  }
  .index-about {
    padding: 50px 0 70px;
  }
  .index-about .index-title .sum {
    margin-top: 10px;
  }
  .index-about .index-title {
    margin-bottom: 30px;
  }
  .index-about .box {
    width: 100%;
    padding: 50px 30px;
  }
  .index-about .box .m-content {
    padding: 20px 0;
  }
  .index-news {
    padding: 50px 0;
  }
  .inews-page {
    padding: 30px 0 0;
  }
  /* .inews-qh {
    justify-content: center;
  }
  .inews-qh a {
    margin: 0 10px;
    padding-bottom: 10px;
  }
  .inews-qh a:before {
    height: 2px;
  } */
  .inews-page .swiper-pagination {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
  }
  .inews-page .swiper-pagination ul li {
    font-size: 14px;
  }
  .inews-page .mhover {
    width: 40px;
    height: 40px;
  }
  .index-service {
    padding: 50px 0 0;
  }
  .index-service .main {
    padding: 30px 0 50px;
  }
  .footer .footer-top {
    padding: 10px 0;
  }
  .footer .footer-top img.left {
    height: 40px;
    width: auto;
  }
  .footer .footer-top .proqiu {
    width: 30px;
    height: 30px;
    margin-top: 5px;
  }
  .footer .footer-top .proqiu span {
    font-size: 16px;
  }
  .footer-bot .footer-bott {
    padding-top: 15px;
    text-align: center;
  }
  .footer-bot .footer-botb {
    justify-content: center;
  }
  .footer-bot p {
    margin: 0 10px;
  }
  .footer-bot a,
  .footer-bot p {
    line-height: 1.5em;
    text-align: center;
  }

  .n-banner {
    height: auto;
  }
  .n-banner .mes {
    top: 100px;
  }
  .n-banner .bimg {
    min-height: 380px;
  }
  .n-banner .mes .entit {
    margin-bottom: 10px;
  }
  .n-banner .enav .enav-main .mn {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .n-banner .enav .enav-main .mn a {
    font-size: 16px;
  }
  .n-banner .enav .enav-main .mn a .iconfont {
    font-size: 18px;
  }
  .n-banner .enav .enav-main.enav-main1 .mn.on a:before,
  .n-banner .enav .enav-main.enav-main1 .mn a:hover:before {
    left: 0;
    width: 100%;
  }
  .about-profile .indextit {
    padding: 50px 0 30px;
  }
  .about-profile .video-btn {
    margin-top: 30px;
    height: 250px;
  }
  .about-profile .video-btn .mes {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .about-profile .video-btn .proqiu {
    width: 50px;
    height: 50px;
  }
  .about-profile .video-btn .proqiu span {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #0054aa;
  }
  .about-profile .video-btn .proqiu:hover span {
    border-left: 12px solid #fff;
  }
  .layui-layer {
    width: 80% !important;
    height: 80% !important;
  }
  .about-main {
    padding: 50px 0;
  }
  .about-culture .main {
    padding: 30px 0 50px;
  }
  .about-culture .main .mn {
    width: 220px;
    height: 220px;
  }
  .about-culture .main .mn .iconfont {
    font-size: 40px;
  }
  .about-culture .main .mn .wenhuaIcon {
    width: 40px;
  }
  .about-culture .main .mn .tit {
    margin: 25px 0 15px;
  }
  .about-events .line {
    top: 162px;
  }
  .about-events {
    padding: 50px 0 30px;
  }
  .about-events .dian {
    margin: 20px auto;
    width: 26px;
    height: 26px;
  }
  .about-events .dian:before {
    width: 10px;
    height: 10px;
  }
  .about-events .swiper-container {
    padding: 30px 0;
    width: calc(100% - 50px);
  }
  .about-events .sum {
    height: 250px;
    padding: 30px 15px;
  }
  .honor-list .indextit {
    padding: 50px 0 30px;
  }
  .honor-events .bottom {
    padding: 30px 0 120px;
  }
  .honor-events .bottom li {
    padding: 20px 10px;
  }
  .honor-events .bottom li .time {
    width: 150px;
  }
  .honor-events .bottom li .tbyuan {
    left: 110px;
  }
  .honor-events .bottom li .sum {
    max-width: calc(100% - 200px);
  }
  .honor-pic li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .honor-pic li:nth-child(4n) {
    margin-right: 2%;
  }
  .honor-pic li:nth-child(3n) {
    margin-right: 0;
  }
  .honor-pic li .mes {
    height: 40px;
  }
  .honor-pic {
    padding-bottom: 50px;
  }

  .pro-list {
    padding: 50px 0 70px;
  }
  .pro-main {
    padding: 50px 0 0;
  }
  .pr-wrap {
    padding: 50px 0 0;
  }
  .pr-con-type li {
    width: 120px;
    height: 40px;
    padding: 0;
    line-height: 40px;
  }
  .go-back {
    margin: 50px auto;
    width: 120px;
    height: 40px;
  }

  .app-list {
    padding: 50px 0 50px;
  }
  .app-top {
    margin-bottom: 30px;
    border: 5px solid #cdddee;
    min-height: 150px;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .app-top img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 140px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
  .app-top .tit {
    position: relative;
    top: auto;
    left: auto;
    font-size: 16px;
    line-height: 24px;
    z-index: 2;
  }

  .n-banner .enav .enav-main.enav-main2 .mn.on a:before,
  .n-banner .enav .enav-main.enav-main2 .mn a:hover:before {
    left: -25px;
    width: calc(100% + 50px);
  }
  .newsmain {
    padding: 50px 0 40px;
  }
  .newsmain .tit {
    margin-bottom: 20px;
  }
  .newsmain .return {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .sx-page {
    margin-bottom: 0;
  }

  .tech-warp1 .indextit1 {
    padding: 50px 0 30px;
  }
  .tech-warp1 .indextit2 {
    padding: 50px 0 30px;
  }
  .tech-warp1 .swiper-container {
    width: calc(100% - 50px);
    padding: 20px 5px 30px;
    margin-bottom: 50px;
  }
  .tech-warp1 .page img {
    max-width: 15px;
    height: auto;
  }
  .tech-warp2 {
    padding: 50px 0 60px;
  }
  .tech-warp2 .indextit {
    margin-bottom: 50px;
  }
  .tech-warp1 .swiper-slide {
    width: 850px;
  }
  .tech-warp2 .iconfont {
    display: block;
  }
  .phone-picul {
    display: block !important;
  }
  .picul {
    display: none;
  }

  .down-list,
  .down-list.notice {
    padding: 50px 0 60px;
  }
  .down-list .indextit,
  .down-list.notice .indextit {
    margin-bottom: 30px;
  }
  .down-list li {
    margin-bottom: 10px;
  }
  .down-list li .tb1 {
    font-size: 50px;
  }
  .down-list li .mes {
    padding: 0 20px;
    width: calc(100% - 50px);
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .down-list li .mes .tit {
    margin-bottom: 5px;
  }
  .down-list li .tb2 {
    width: 50px;
    height: 50px;
  }
  .down-list li .tb2 span {
    font-size: 20px;
  }
  .down-list.notice .pro-page {
    padding-top: 20px;
  }
  .down-list.notice li .mes .tit {
    width: calc(100% - 100px);
  }
  .down-list.notice li .mes {
    padding: 0 20px;
    flex-flow: unset;
  }
  .notice .top {
    padding: 5px 10px;
  }
  .notice li a {
    padding: 5px 10px;
  }
  .notice .mn1 {
    width: 100px;
  }
  .notice .mn2 {
    width: calc(100% - 30px);
  }
  .notice .mn3 {
    width: 30px;
  }
  #visitmap {
    margin-bottom: 30px;
  }

  .news-list {
    padding: 50px 0 60px;
  }
  .news-list .indextit {
    margin-bottom: 30px;
  }
  .news-list .main .top {
    margin-bottom: 30px;
  }
  .news-list .main .bottom li .mes .tit {
    margin: 10px 0;
    height: 3em;
    line-height: 1.5em;
  }

  .n-banner .enav .enav-main.enav-main3 .mn a:before,
  .n-banner .enav .enav-main.enav-main3 .mn a:before {
    left: -20px;
  }
  .n-banner .enav .enav-main.enav-main3 .mn.on a:before,
  .n-banner .enav .enav-main.enav-main3 .mn a:hover:before {
    width: calc(100% + 40px);
  }
  .contact-job {
    padding: 50px 0 40px;
  }
  .contact-job .sum {
    padding-top: 20px 0;
  }
  .contact-job .main .mn .top {
    padding: 10px 20px;
  }
  .contact-job .main .mn .bot {
    padding: 20px 20px 80px 20px;
  }
  .contact-job .main .mn .bot .dj-jianli {
    bottom: 20px;
    right: 20px;
    width: 120px;
    height: 40px;
  }
  .contact-feedback {
    padding: 50px 0 50px;
  }
  .contact-feedback .indextit,
  .contact-feedback .mmn.three,
  .contact-feedback .inputmn.mess {
    margin-bottom: 30px;
  }
  .contact-feedback .input-box {
    height: 50px;
    padding: 0 10px 0 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .contact-feedback .inputmn .tb {
    width: 40px;
  }
  .contact-feedback .inputmn .tb .iconfont {
    font-size: 20px;
  }
  .contact-feedback .inputmn.mess {
    height: 250px;
  }
  .contact-feedback .inputmn.mess .input-box {
    text-indent: 35px;
    padding: 10px;
  }
  .contact-feedback .inputmn.mess .tb {
    top: 18px;
  }
  .contact-way {
    padding: 50px 0 60px;
  }
  .contact-way .indextit {
    margin-bottom: 30px;
  }
  .contact-way .main {
    margin-bottom: 40px;
  }
  .contact-way .main .le .top li {
    height: 60px;
  }
  .contact-way .main .le .top {
    margin-bottom: 20px;
  }
  .contact-way .main .ri .top {
    height: 60px;
  }
  .contact-way .map {
    height: 250px;
  }
}
@media (max-width: 940px) {
  .iapplica-swiperqh {
    display: none;
  }
  .iapplica-swiper1 {
    width: 94%;
    padding: 0;
    margin: 0 auto 20px;
    float: none;
    display: block;
  }
  .iapplica-swiper1 .bigimg {
    height: 250px;
  }
  .iapplica-swiper2 {
    position: static;
    transform: translate(0, 0);
  }
  .iapplica-swiper2 .line {
    display: none;
  }
  .iapplica-swiper2 .swiper-container {
    width: 100%;
  }
  .iapplica-swiper2 .box {
    width: 100%;
    height: auto;
    background-position: left center;
  }
  .iapplica-swiper1 .pagemn {
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .iapplica-swiper1 .pagemn .page {
    width: 50px;
    height: 30px;
  }
  .iapplica-swiper1 .pagemn .page span {
    font-size: 18px;
  }
  .footer-nav {
    padding: 30px 0 3px;
  }
  .footer-nav dt a {
    margin-bottom: 15px;
  }
  .footer-nav dl dd {
    display: none;
  }
  .footer-nav .ewm {
    width: 100%;

    display: flex;
  }
  .footer-nav .ewm img {
    margin: 0 auto;
    width: 100px;
    height: auto;
  }

  .about-culture .main {
    flex-wrap: wrap;
  }
  .about-culture .main .mn {
    width: 170px;
    height: 170px;
    margin-left: 5px;
  }
  .about-culture .main .mn .iconfont {
    font-size: 30px;
  }
  .about-culture .main .mn .wenhuaIcon {
    width: 30px;
  }
  .about-culture .main .mn .tit {
    margin: 15px 0 10px;
  }
  .honor-pic li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .honor-pic li:nth-child(3n) {
    margin-right: 2%;
  }
  .honor-pic li:nth-child(2n) {
    margin-right: 0;
  }

  .n-banner .enav .enav-main.oth .mn a:before {
    max-width: calc(100% + 100px);
  }
  .pro-main li,
  .news-list .main .bottom li {
    width: 48%;
    margin-right: 4%;
  }
  .pro-main li:nth-child(3n),
  .news-list .main .bottom li:nth-child(3n) {
    margin-right: 4%;
  }
  .pro-main li:nth-child(2n),
  .news-list .main .bottom li:nth-child(2n) {
    margin-right: 0;
  }
  .pro-main li .bigimg {
    height: 200px;
  }
  .pro-main li .mes {
    height: 60px;
    padding: 0 15px;
  }
  .pr-top {
    flex-wrap: wrap;
  }
  .pr-top .pictext,
  .pr-top .picslide {
    width: 100%;
    display: block;
  }
  .pr-top .tx-summary {
    margin-bottom: 0;
  }

  .app-list .pro-main li .mes {
    height: 80px;
  }

  .tech-warp1 .iconfont.prev {
    left: 0;
  }
  .tech-warp1 .iconfont.next {
    right: 0;
  }
  .tech-warp1 .swiper-pagination span {
    margin: 0 5px !important;
  }

  .news-list .main .top {
    padding: 20px 10px;
    display: none;
  }
  .news-list .main .top .bigimg,
  .news-list .main .top .mes {
    width: 100%;
  }
  .news-list .main .top .bigimg {
    margin-bottom: 10px;
  }
  .news-list .main .top .mes {
    padding: 10px;
  }
  .news-list .main .top .mes .tit {
    margin: 20px 0 15px;
  }
  .news-list .main .top .mes .sum {
    margin-bottom: 30px;
  }

  .contact-way .main .le,
  .contact-way .main .ri {
    width: 100%;
  }
  .contact-way .main .le .bigimg {
    display: none;
  }
  .contact-way .main {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .font70 {
    font-size: 32px;
  }
  .font45 {
    font-size: 26px;
  }
  .font35 {
    font-size: 22px;
  }
  .font30,
  .font28,
  .font26 {
    font-size: 20px;
  }
  .phoneshow {
    display: block;
  }
  .phonehide {
    display: none !important;
  }

  .index-banner .video-btn {
    display: none;
  }
  .index-banner .swiper-slide .mes .sum {
    margin: 10px 0 30px;
    letter-spacing: 0;
  }
  .index-banner .swiper-slide .mes .scroll {
    width: 30px;
    height: 30px;
  }
  .index-banner .swiper-slide .mes .scroll span {
    font-size: 12px;
  }
  .index-banner .i-page .pagem,
  .index-banner .i-page .line {
    width: 200px;
  }
  .index-banner .swiper-pagination ul {
    width: 30px;
  }
  .index-banner .swiper-pagination .total {
    text-indent: 6px;
  }
  .index-banner .swiper-pagination ul li {
    font-size: 22px;
  }
  .iapplica-swiper1 .bigimg {
    height: 200px;
  }
  .iapplica-swiper2 .box .tit1 {
    margin: 30px 0 10px;
  }
  .iapplica-swiper2 .box .tit2 {
    margin-bottom: 20px;
  }
  .iapplica-swiper2 .box .sum {
    line-height: 1.5em;
  }
  .index-about .box {
    padding: 30px 20px;
  }
  .index-about .box .tit {
    line-height: 1.5em;
  }
  .index-about .box .aboutmore {
    width: 120px;
    height: 40px;
  }
  .index-service .main {
    padding-bottom: 30px;
  }
  .index-service .main .mn {
    margin-bottom: 15px;
  }
  .index-service .main .mn .proqiu {
    width: 80px;
    height: 80px;
  }
  .index-service .main .mn .tit {
    margin: 15px 0 0;
    font-size: 14px;
  }
  .index-service .main .mn .sum {
    display: none;
  }
  .inews-swiperzi .mes .tit {
    height: auto;
  }
  .inews-swiperzi {
    margin-bottom: 15px;
  }
  /* .inews-qh a span {
    padding: 0 10px 0 0;
  } */

  .n-banner .enav .enav-main .mn a {
    padding: 20px 0 10px;
  }
  .n-banner .enav .enav-main .mn a .iconfont {
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
  }
  .n-banner .enav .enav-main.enav-main4 .mn a {
    font-size: 14px;
  }
  .n-banner .enav .enav-main .mn {
    padding: 0 5px;
  }
  .n-banner .enav .enav-main .mn a:before {
    left: 0;
  }
  .n-banner .enav .enav-main .mn.on a:before,
  .n-banner .enav .enav-main .mn a:hover:before {
    width: 100%;
  }
  .about-culture .main .mn {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
  }
  .about-culture .main .mn:nth-child(3) {
    margin-left: 0;
  }
  .about-events .line {
    top: 156px;
  }
  .about-events .inews-page .proqiu {
    margin: 0 30px;
  }
  .layui-layer {
    width: 94% !important;
  }
  .layui-layer,
  .layui-layer-page .layui-layer-content {
    height: auto !important;
  }
  .honor-list .honor-type {
    margin-bottom: 20px;
  }
  .honor-list .honor-type a {
    padding: 10px 15px;
  }
  .honor-events .top {
    padding: 0 30px;
    line-height: 50px;
  }
  .honor-events .top .iconfont {
    font-size: 24px;
  }
  .honor-events .bottom li {
    padding: 20px 10px 20px 70px;
    display: block;
  }
  .honor-events .bottom li .time {
    margin-bottom: 10px;
  }
  .honor-events .bottom li .tbyuan {
    left: 20px;
  }
  .honor-events .bottom li .sum {
    max-width: unset;
    line-height: 1.5em;
    font-size: 14px;
  }
  .honor-pic li {
    width: 100%;
    margin-right: 0 !important;
  }

  .pro-type {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .pro-main {
    padding: 30px 0 0;
  }
  .pro-main li,
  .news-list .main .bottom li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .pro-page {
    padding-top: 20px;
  }
  .pro-page a,
  .pro-page span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .pro-page .numpage a,
  .pro-page .numpage span {
    font-size: 14px;
    line-height: 30px;
  }
  .pr-top .picslide .page {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .pr-top .picslide .page span {
    font-size: 20px;
  }
  .pr-con-main .pr-table-box table tr td:nth-child(1) {
    width: 30%;
    padding: 0 2%;
  }

  .app-list .pro-main li {
    margin-bottom: 10px;
  }
  .app-list .pro-main li .mes {
    height: 60px;
  }

  .tech-warp2 .indextit {
    margin-bottom: 30px;
  }
  .tech-warp2 .swiper-slide .tbbox {
    height: 40px;
  }
  .tech-warp2 .swiper-slide .tbbox img {
    height: 100%;
    width: auto;
  }
  .tech-warp2 .swiper-slide .mes .tit {
    margin: 20px 0 14px;
  }

  .news-list .main .bottom li {
    margin-bottom: 20px;
  }

  .contact-jobform .jobform {
    padding: 50px 10px 40px;
    height: 80%;
    display: flex;
    align-items: center;
  }
  .contact-jobform .jobform .sq-form {
    max-height: 100%;
    padding: 0 10px;
  }
  .contact-jobform .jobform .close img {
    width: 40px;
    height: auto;
  }
  .sq-form .row-submit .file-box input {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .sq-form .row-submit .file-box span {
    width: 120px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .sq-form .row-submit .submit {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .sq-form .file-info {
    font-size: 14px;
    line-height: 20px;
  }
  .ant-input {
    height: 40px;
    display: block;
  }
  .sq-form .row {
    margin-bottom: 10px;
  }
  .contact-job .main .mn .top {
    padding: 0 10px;
    min-height: 50px;
  }
  .contact-job .main .mn .top .tit {
    max-width: calc(100% - 100px);
  }
  .contact-job .main .mn .bot {
    padding: 20px 10px 80px;
  }
  .contact-job .main .mn .bot .dj-jianli {
    right: 10px;
  }
  .contact-job .main .mn {
    margin-bottom: 10px;
  }
  .contact-feedback .mmn.three .mn {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-feedback .mmn.three {
    margin-bottom: 0;
  }
  .contact-feedback .inputmn .tb {
    left: 0px;
  }
  .contact-feedback .input-box {
    padding: 0 10px 0 40px;
  }
  .contact-feedback .inputmn.mess .tb {
    left: 0;
  }
  .contact-feedback .inputmn.mess .input-box {
    text-indent: 30px;
  }
  .contact-feedback .tj {
    width: 120px;
    height: 40px;
  }
  .contact-way .main .le .top li {
    height: 50px;
    padding: 0 15px;
  }
  .contact-way .main .ri .top {
    height: 50px;
    padding: 0 15px;
  }
  .contact-way .main .ri .bot {
    padding: 10px 15px;
  }
  .contact-way .main .ri .bot .ewm {
    position: static;
    transform: translate(0, 0);
    margin: 20px 0 0 34px;
  }
  .visit .visitbox {
    padding: 10px 0 30px;
  }
  .visit.contact-feedback .tj.downfile {
    width: 170px;
  }

  /* .search-main.contact-jobform .jobform {
    height: auto;
  }
  .search-main.contact-jobform .jobform form {
    width: 100%;
  }
  .search-main .ant-input {
    width: calc(100% - 40px);
  }
  .search-main .tj {
    width: 40px;
    height: 40px;
  } */

  .fix-top {
    display: none !important;
  }
}
@media (max-width: 440px) {
  .about-culture .main .mn {
    width: 160px;
    height: 160px;
  }
  .about-culture .main .mn .sum {
    line-height: 20px;
  }
}
@media (max-width: 350px) {
  .about-culture .main .mn {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 0\0) {
  body,
  button,
  input,
  select,
  textarea {
    font: 16px/1.5em 'Arial,' Source Han Sans ',' \u82f9\u65b9\u000d\u000a' , ' \5FAE\8F6F\96C5\9ED1 '';
  }

  .header .head-nav li .nav-main {
    display: none;
  }
  .header .head-nav li .nav-main.show {
    display: flex;
  }
  .n-banner {
    overflow: hidden;
  }
  .app-list .pro-main li .bigimg img {
    max-height: 100%;
    max-width: 100%;
  }
  .app-top .tit {
    background: none;
  }
  .tech-warp1 {
    overflow: hidden;
  }
  .contact-job .main .mn .top {
    display: table;
    width: 100%;
  }
  .contact-job .main .mn .top .tit,
  .contact-job .main .mn .top .time {
    display: table-cell;
    vertical-align: middle;
  }
  .contact-job .main .mn .top .time {
    text-align: right;
  }
}
