body {
  background: #f7f7f7;
}

@keyframes moreStyle {
  0% {
    left: 0;
  }
  50% {
    left: -4px;
  }
  100% {
    left: 0;
  }
}
.layout {
  /*padding-left: 4%;*/
  /*padding-right: 4%;*/
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}
.servr_css {
  max-width: 1920px !important;
}
.zixun {
  display: flex;
  flex-direction: column;
  align-items: center;
}
img {
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix {
  zoom: 1;
}
.index-kehu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* 添加占位元素解决最后一行对齐问题 */
.clearfix:after {
  content: ' ';
  width: 30%;
  height: 0;
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

#warpper {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.ny_title_fu {
  font-size: 64px;
  color: #fff;
}
.ny_title_fu.desc {
  font-size: 32px;
}
/* swiper轮播图开始 */
.swiper {
  width: 100%;
  position: relative;
  background: #fff;
}
.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 600px !important;
}
.swiper-slide.slide-1 {
  background: url(/html/static/images/bannerBg/bannerBg1.jpg);
  background-size: 100% 100%;
}
.swiper-slide.slide-2 {
  background: url(/html/static/images/bannerBg/bannerBg2.jpg);
  background-size: 100% 100%;
}
.bannerIconBG {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-end;
  padding-right: 10%;
}
.swiper-slide img {
  max-width: 400px;
}
/* 文案层样式 */
.swiper-text {
  position: absolute;
  top: 40%;
  left: 5%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  box-sizing: border-box;
}

.swiper-title {
  font-size: 3rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}

.swiper-subtitle {
  font-size: 1.25rem;
  color: #444;
}
/* swiper轮播图结束 */
.headBox {
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
}
.headerBox {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 100;
}
.header {
  width: 100%;
  max-width: 1200px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.areaBox {
  display: flex;
  flex-direction: column;
}
.area {
  margin: 0 auto;
  max-width: 1200px;
  font-size: 14px;
  font-weight: 700;
}
.area dl {
  margin-bottom: 20px;
}
.area dl dt {
  font-size: 16px;
  margin-bottom: 10px;
}
.area dl dd a {
  margin-right: 14px;
  line-height: 32px;
}
.header.header-hover,
.header.header-hover1 {
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.logo {
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*padding-left: 4%;*/
  /*padding-top: 24px*/
  margin-right: 100px;
}

.img_logo {
  width: 121px;
  object-fit: contain;
}

.logo_left {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.myPhone {
  position: absolute;
  right: 0;
  top: 11px;
  font-size: 12px;
  color: #fff;
  background: url(/html/style/images/myphone.png) left center no-repeat;
  padding-left: 18px;
}

.myPhone b {
  margin-left: 3px;
  color: #fff;
}

.nav ul {
  float: left;
}

.nav ul > li {
  float: left;
  padding: 5px 10px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
.nav ul li:hover > a {
  color: #0437d0;
}

.nav ul li a,
.kkk a {
  font-size: 17px;
  font-weight: 700;
  color: #171a1d;
  position: relative;
  display: block;
  width: 100%;
  letter-spacing: 1px;
}

/*.nav ul li a*/

.nav ul li:hover a:before,
.nav ul li.on a:before {
  width: 100%;
}
.nav .messsn {
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(/html/style/images/messicon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 0;
  float: left;
  margin-left: 40px;
  display: none;
}

.header.header-hover .myPhone,
.header-hover1 .myPhone {
  color: #333;
  background: url(/html/style/images/myphone_h.png) left center no-repeat;
}

.header.header-hover .nav .messsn,
.header.header-hover1 .nav .messsn {
  background-position: 0 -21px;
}

.header.header-hover .nav ul li a,
.header.header-hover1 .nav ul li a,
.header.header-hover .myPhone b {
  color: #333;
}

.header.header-hover .nav ul li a:before,
.header.header-hover1 .nav ul li a:before {
  background-color: #333;
}

.header.header-hover .btn-m-list span,
.header.header-hover1 .btn-m-list span {
  background-color: #333;
}

.btn-m-list {
  position: absolute;
  top: 50%;
  right: 75px;
  margin-top: -17px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  display: none;
}

.btn-m-list span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

.btn-m-list span:first-child {
  top: 10px;
}

.btn-m-list span:nth-child(2) {
  top: 18px;
}

.btn-m-list span:nth-child(3) {
  top: 18px;
}

.btn-m-list span:nth-child(4) {
  top: 26px;
}

.btn-m-list.on span:first-child,
.btn-m-list.on span:nth-child(4) {
  display: none;
}

.btn-m-list.on span:nth-child(2) {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.btn-m-list.on span:nth-child(3) {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.mask {
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 100;
}

.mob-nav {
  width: 60%;
  height: 100%;
  position: fixed;
  _position: absolute;
  top: 0;
  left: -60%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #25211e;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mob-nav.on {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.mob-nav .msearchbox {
  width: 100%;
  height: 35px;
  position: relative;
  background-color: #fff;
}

.mob-nav .msearchbox .mtext {
  width: 100%;
  height: 35px;
  border: 0;
  background: 0 0;
  font-size: 14px;
  color: #333;
  text-indent: 10px;
}

.mob-nav .msearchbox .mbtn {
  width: 40px;
  height: 35px;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  cursor: pointer;
  background: url(/html/style/images/searchbtn.png) no-repeat;
}

.mob-nav .subtab li {
  border-bottom: 1px solid #343434;
  position: relative;
}

.mob-nav .subtab li .tlink {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  background-position: 98% center;
  background-repeat: no-repeat;
}

.mob-nav .subtab li.on .tlink {
  background-color: #e15620;
}

.mob-nav .subtab li .subbtn {
  background-image: url(/html/style/images/moli.png);
}

.mob-nav .subtab li.on .subbtn {
  background-image: url(/html/style/images/moli_h.png);
  background-position: 98% center;
  background-repeat: no-repeat;
}

.mob-nav .subtab li .submenu {
  width: 100%;
  overflow: hidden;
  display: none;
}

.mob-nav .subtab li .submenu a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  border-top: 1px solid #343434;
  background-color: #000;
}

.neirong {
  display: block;
  position: fixed;
  width: 100%;
  top: 60px;
  z-index: 1000;
  overflow-y: auto;
  left: 0;
  touch-action: pan-y;
  background: #fff;
}

.neirong .neirong-bd {
  padding-bottom: 20px;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.neirong a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #171a1d;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #e0e0e0;
}

.neirong a.neirong-on {
  color: #0437d0;
}

.content {
  overflow-x: hidden;
  left: 0;
  position: relative;
}

.content.content-on {
  left: 120px;
}

.neirong.neirong-on {
  left: 0;
}

.body-on {
  position: relative;
  overflow: hidden;
}

.html-on {
  overflow: hidden;
}

.neirong.neirong-hide {
  height: 0;
  -webkit-transition: height 0.25s ease-in-out 200ms;
  -moz-transition: height 0.25s ease-in-out 200ms;
  -ms-transition: height 0.25s ease-in-out 200ms;
  -o-transition: height 0.25s ease-in-out 200ms;
  transition: height 0.25s ease-in-out 200ms;
}

.neirong.neirong-show {
  height: 100%;
  -webkit-transition: height 0.25s ease-in-out 200ms;
  -moz-transition: height 0.25s ease-in-out 200ms;
  -ms-transition: height 0.25s ease-in-out 200ms;
  -o-transition: height 0.25s ease-in-out 200ms;
  transition: height 0.25s ease-in-out 200ms;
}

.seebtn {
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 0 0 30px;
}

.seebtn a {
  display: block;
  width: 150px;
  height: 43px;
  line-height: 43px;
  border-radius: 10px;
  background: #2e2e2e;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}

.seebtn a i {
  background: url(/html/style/images/loadmore.png) right center no-repeat;
  padding-right: 30px;
  line-height: 22px;
  display: inline-block;
}

.seebtn a:hover {
  background: #cb0808;
}

.em-h1 {
  font-size: 48px;
  font-weight: 700;
  color: #da0000;
  line-height: 1;
}

.em-h2 {
  font-size: 48px;
  color: #fff;
  margin: 10px 0;
}

.inbanner {
  overflow: hidden;
  clear: both;
  width: 100%;
  position: relative;
  z-index: 1;
}

.bx-wrapper {
  position: relative;
  margin: auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper ul li {
  width: 100%;
}

.bx-wrapper ul li img {
  display: block;
  width: 100%;
}

.bannerheight {
  display: block;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
}

.bx-wrapper .bx-pager {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 10;
  width: 100%;
  text-align: center;
  display: none;
}

.bx-wrapper .bx-pager-item {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.bx-wrapper .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0;
  text-indent: -9999px;
}

.bx-wrapper .bx-pager-item a.active {
  background-color: #2c3783;
  border-color: #2c3783;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

.web-banner {
  display: block !important;
}

.mob-banner {
  display: none !important;
}

.index-back-box {
  width: 92%;
  height: 100px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  margin: 0 4%;
  overflow: hidden;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  transform: rotateX(0deg) translate3d(0, 0, 0);
  -webkit-transform: rotateX(0deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(0deg) translate3d(0, 0, 0);
  transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
  -webkit-transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
  -moz-transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
}

.index-back-box.active {
  transform: rotateX(100deg) translate3d(0, 0, 0);
  -webkit-transform: rotateX(100deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(100deg) translate3d(0, 0, 0);
}

.index-back-box .sub-arrows {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  line-height: 100px;
  padding-left: 100px;
  font-size: 0;
}

.index-back-box .sub-arrows i.icom {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 100%;
  height: 100px\0;
  cursor: pointer;
  position: relative;
}

.index-back-box .sub-arrows i.prev:before,
.index-back-box .sub-arrows i.next:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 42%;
  width: 10px;
  height: 15px;
  background-image: url(/html/style/images/sub-arrows.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.index-back-box .sub-arrows i.prev:before {
  background-position: 0 0;
  left: -7px;
}

.index-back-box .sub-arrows i.next:before {
  background-position: -10px 0;
  left: 24px;
}

.index-back-box .sub-arrows i.icom:after {
  position: absolute;
  content: '';
  left: 0;
  top: 49px;
  width: 30px;
  height: 2px;
  background-color: #000;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
}

.index-back-box .sub-arrows i.icom font {
  color: #000;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
}

.index-back-box .sub-arrows i.icom.prev font {
  position: absolute;
  left: 9px;
}

.index-back-box .sub-arrows i.icom.next font {
  position: absolute;
  left: 6px;
}

.index-back-box .sub-arrows i:hover:after {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}

.index-back-box .sub-arrows i.icom.prev:hover font {
  left: -7px;
}

.index-back-box .sub-arrows i.icom.next:hover font {
  left: 20px;
}

.index-back-box .sub-share {
  position: absolute;
  right: 15px;
  top: 0;
  width: auto;
  height: 100%;
  display: table;
  cursor: pointer;
}

.index-back-box .sub-share .tels {
  display: table-cell;
  vertical-align: middle;
}

.index-back-box .sub-share .tels span {
  display: inline-block;
}

.index-back-box .sub-share .tels .cc1 {
  opacity: 0;
  filter: alpha(opacity= '0');
  transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
}

.index-back-box .sub-share .tels .cc2 {
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
}

.index-back-box .sub-share .sider-tel {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity= '0');
  transform: translateX(130px);
  -webkit-transform: translateX(130px);
  -moz-transform: translateX(130px);
  transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
}

.index-back-box .sub-share .sider-tel a {
  display: inline-block;
  font-size: 12px;
  color: #000;
  margin: 0 8px;
  opacity: 0;
  filter: alpha(opacity= '0');
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

.index-back-box .sub-share:hover .tels .cc1 {
  opacity: 1;
  filter: alpha(opacity= '100');
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transition: all 1s cubic-bezier(0.5, 1.25, 0.75, 1.65) 0s;
  -webkit-transition: all 1s cubic-bezier(0.5, 1.25, 0.75, 1.65) 0s;
  -moz-transition: all 1s cubic-bezier(0.5, 1.25, 0.75, 1.65) 0s;
}

.index-back-box .sub-share:hover .tels .cc2 {
  opacity: 0;
  filter: alpha(opacity= '0');
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}

.index-back-box .sub-share:hover .sider-tel {
  opacity: 1;
  filter: alpha(opacity= '100');
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transition: all 1s cubic-bezier(0.5, 1, 0.75, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.75, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.5, 1, 0.75, 1) 0s;
}

.index-back-box .sub-share:hover .sider-tel a:nth-of-type(1) {
  opacity: 1;
  filter: alpha(opacity= '100');
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transition: all 0.4s cubic-bezier(0.5, 0.65, 0.75, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.65, 0.75, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.5, 0.65, 0.75, 1) 0s;
}

.index-back-box .sub-share:hover .sider-tel a:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity= '100');
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transition: all 0.4s cubic-bezier(0.5, 0.65, 0.75, 1) 0.2s;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.65, 0.75, 1) 0.2s;
  -moz-transition: all 0.4s cubic-bezier(0.5, 0.65, 0.75, 1) 0.2s;
}

.index-back-box .sub-mouse {
  width: 30px;
  height: 43px;
  position: absolute;
  top: 50px;
  right: 100px;
  cursor: pointer;
  z-index: 1;
  zoom: 0.7;
  -moz-transform: scale(0.7);
}

.index-back-box .sub-mouse:after {
  display: none;
  z-index: -1;
  position: absolute;
  content: '';
  top: -30px;
  left: 50%;
  height: 53px;
  border-right: 1px solid #333;
  margin-left: -1px;
}

.index-back-box .sub-mouse span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  animation: ani-svg 0.85s linear 0s alternate infinite;
  -webkit-animation: ani-svg 0.85s linear 0s alternate infinite;
}

.index-back-box .sub-mouse i {
  position: absolute;
  bottom: 5px;
  left: 50%;
  color: #000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

@keyframes ani-svg {
  0% {
    opacity: 0.4;
    transform: translateY(-20px);
  }

  15% {
    opacity: 0.65;
    transform: translateY(-15px);
  }

  25% {
    opacity: 0.8;
    transform: translateY(-10px);
  }

  50% {
    opacity: 1;
    transform: translateY(0px);
  }

  65% {
    opacity: 0.8;
    transform: translateY(5px);
  }

  75% {
    opacity: 0.65;
    transform: translateY(10px);
  }

  100% {
    opacity: 0.4;
    transform: translateY(15px);
  }
}

@-webkit-keyframes ani-svg {
  0% {
    opacity: 0.4;
    -webkit-transform: translateY(-20px);
  }

  15% {
    opacity: 0.65;
    -webkit-transform: translateY(-15px);
  }

  25% {
    opacity: 0.8;
    -webkit-transform: translateY(-10px);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  65% {
    opacity: 0.8;
    -webkit-transform: translateY(5px);
  }

  75% {
    opacity: 0.65;
    -webkit-transform: translateY(10px);
  }

  100% {
    opacity: 0.4;
    -webkit-transform: translateY(15px);
  }
}

@-moz-keyframes ani-svg {
  0% {
    opacity: 0.4;
    -moz-transform: translateY(-20px);
  }

  15% {
    opacity: 0.65;
    -moz-transform: translateY(-15px);
  }

  25% {
    opacity: 0.8;
    -moz-transform: translateY(-10px);
  }

  50% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  65% {
    opacity: 0.8;
    -moz-transform: translateY(5px);
  }

  75% {
    opacity: 0.65;
    -moz-transform: translateY(10px);
  }

  100% {
    opacity: 0.4;
    -moz-transform: translateY(15px);
  }
}

.IndexList {
  width: 440px;
  margin: 0 auto;
  display: table;
  position: relative;
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

.IndexList ul {
  font-size: 0;
  padding-top: 30px;
}

.IndexList li {
  display: inline-block;
  width: 33.33%;
  text-align: center;
  position: relative;
}

.IndexList li i {
  font-size: 16px;
  color: #000;
}

.IndexList li span {
  display: block;
  font-size: 14px;
  color: #666;
  letter-spacing: 4px;
}

.nub {
  font-size: 48px;
  color: #000;
  line-height: 48px;
  height: 48px;
  display: inline-block;
}

.NumContent {
  height: inherit;
  display: inherit;
  overflow: hidden;
  position: relative;
  line-height: inherit;
  font-size: inherit;
}

.NumContent > div {
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  display: inline-block;
}

.NumContent > div > div {
  line-height: inherit;
  color: inherit;
  font-size: inherit;
}

.NumContent > div:nth-child(1) {
  transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
}

.NumContent > div:nth-child(2) {
  transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
}

.NumContent > div:nth-child(3) {
  transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0;
}

.NumContent > div:nth-child(4) {
  transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
}

.NumContent > div:nth-child(5) {
  transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.35, 0.75, 0.55, 1) 0s;
}

.IndexList.active {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}

.contain {
  width: 100%;
  position: relative;
}

.section01 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}

.index-title {
  text-align: center;
  font-size: 16px;
  color: #666;
  font-weight: 700;
}

.index-title span {
  display: block;
  font-size: 40px;
  color: #000;
  margin-bottom: 1.5rem;
}

.index-ser {
  width: 100%;
}

.section02 {
  background-color: #fff;
  padding-top: 80px;
  overflow: hidden;
}

.index-case {
  width: 100%;
  padding-top: 50px;
  margin-bottom: 40px;
  position: relative;
}

.index-case .owl-carousel {
  padding-bottom: 80px;
}
.owl-carousel {
  height: 350px;
}

.index-case .item {
  margin: 0 !important;
}

.index-case ul {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-case ul:before {
  content: none;
}
.index-case ul li {
  width: 30%;
  float: left;
  margin-bottom: 2.3%;
  background-color: #fff;
}

.index-case ul li:nth-of-type(4n),
.index-case ul li.mr0 {
  margin-right: 0;
}

.index-case ul li .pic {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background-color: #eee;
  /*background-image: url(/html/style/images/loading.gif);*/
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 4px;
}

.index-case ul li .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background-color: #000;
  filter: alpha(opacity=50);
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.index-case ul li:hover .bg {
  visibility: visible;
  opacity: 1;
}

/*.btn-group {*/
/*	position: absolute;*/
/*	width: 100%;*/
/*	height: auto;*/
/*	overflow: hidden;*/
/*	bottom: 0;*/
/*	-webkit-backdrop-filter: blur(10px);*/
/*	-webkit-transition: all .3s ease;*/
/*	transition: all .3s ease;*/
/*	text-align: center*/
/*}*/

/*.btn-group a {*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 0;*/
/*	line-height: 50px;*/
/*	margin-bottom: 1px;*/
/*	font-size: 12px;*/
/*	background-color: #ccc;*/
/*	background-color: rgba(255,255,255,.8);*/
/*	-webkit-transition: all .3s ease;*/
/*	transition: all .3s ease;*/
/*	color: #000*/
/*}*/

/*.btn-group a:hover {*/
/*	background: #fff*/
/*}*/

/*.btn-group .details_btn:before {*/
/*	content: "";*/
/*	display: inline-block;*/
/*	width: 12px;*/
/*	height: 12px;*/
/*	background: url(/html/style/images/bw01.png) no-repeat;*/
/*	margin-right: 5px*/
/*}*/

/*.btn-group .link_btn:before {*/
/*	content: "";*/
/*	display: inline-block;*/
/*	width: 12px;*/
/*	height: 12px;*/
/*	background: url(/html/style/images/bw02.png) no-repeat;*/
/*	margin-right: 5px*/
/*}*/

/*.index-case ul li:hover .btn-group a,.index-case ul li:hover .btn-group a {*/
/*	height: 50px*/
/*}*/

.index-case ul li .inxcasetxt::before,
.index-case ul li .inxcasetxt::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1.5px;
  background: #ccc;
  content: '';
  -webkit-transition:
    opacity 0.5s,
    -webkit-transform 0.5s;
  transition:
    opacity 0.5s,
    transform 0.5s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  z-index: 20;
}

.index-case ul li:hover .inxcasetxt::before {
  opacity: 0.8;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.index-case ul li:hover .inxcasetxt::after {
  opacity: 0.8;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.index-case ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  object-fit: cover;
}

.index-case ul li .pic:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  object-fit: cover;
}

.index-case ul li .h2 {
  padding: 25px 15px;
  min-height: 20px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  text-align: center;
}

/*.index-case ul li .h2:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	z-index: 0;*/
/*	top: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	background-color: #1C36FC;*/
/*	-webkit-transform: scaleY(0);*/
/*	transform: scaleY(0);*/
/*	-webkit-transform-origin: 50% 0;*/
/*	transform-origin: 50% 0;*/
/*	-webkit-transition-property: transform;*/
/*	transition-property: transform;*/
/*	-webkit-transition-duration: .3s;*/
/*	transition-duration: .3s;*/
/*	-webkit-transition-timing-function: ease-out;*/
/*	transition-timing-function: ease-out;*/
/*	height: 0px\0*/
/*}*/

/*.index-case ul li:hover .h2 span,.index-case ul li:hover .h2 i {*/
/*	color: #fff*/
/*}*/

.index-case ul li:hover .h2:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  height: auto\0;
}

.index-case ul li .h2 span {
  font-size: 16px;
  color: #333;
  position: relative;
  z-index: 5;
}

.index-case ul li .h2 i {
  font-size: 12px;
  color: #999;
  position: relative;
  z-index: 5;
}

.index-case .indexmore {
  position: static;
  left: auto;
  bottom: auto;
  margin: 0 auto;
  transform: translateX(0) translateY(0);
}

.section03 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 95px;
}

.index-kehu {
  padding-top: 50px;
}
.index-kehu ul::after {
  content: '';
  width: 30%;
  height: 0;
}

.index-kehu ul li {
  width: 15.5%;
  position: relative;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 12px;
  border-radius: 4px;
}

.index-kehu ul li span {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: content;
  align-items: content;
}
.index-kehu ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: content;
  align-items: content;
}

.index-kehu ul li span img {
  width: 100%;
  display: block;
  object-fit: contain;
  transition: all 0.6s;
}

.index-kehu ul li:hover span img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
  transform: scale(1.2);
}

.index-kehu ul li .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.index-kehu ul li .bg:before,
.index-kehu ul li .bg:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  pointer-events: none;
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    transform 0.35s;
}

.index-kehu ul li .bg:before {
  /*border-top: 2px solid #cb0808;*/
  /*border-bottom: 2px solid #0438D0;*/
  /*-webkit-transform: scale(0,1);*/
  /*transform: scale(0,1)*/
}

/*.index-kehu ul li .bg:after {*/
/*	border-right: 2px solid #cb0808;*/
/*	border-left: 2px solid #cb0808;*/
/*	-webkit-transform: scale(1,0);*/
/*	transform: scale(1,0)*/
/*}*/

.index-kehu ul li:hover .bg:after,
.index-kehu ul li:hover .bg:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.section04 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
  zoom: 1;
}

.index-news {
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.index-news .item {
  padding: 0;
  margin: 30px 3% !important;
  background-color: #fff;
  max-width: 432px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.index-news .item:hover {
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.04);
  transform: translate3d(0, -4px, 0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.index-news .item .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #eee;
  background-image: url(/html/style/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

.index-news .item .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.index-news .item:hover .pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.index-news .item .tmain {
  padding: 30px;
}

.index-news .item .tmain .time {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 25px;
  padding-left: 25px;
  background-image: url(/html/style/images/time.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.index-news .item .tmain .title {
  font-size: 18px;
  color: #333;
  margin: 10px 0;
  height: 27px;
}

.index-news .item .tmain .h3 {
  font-size: 14px;
  color: #999;
  height: 42px;
  overflow: hidden;
  margin-bottom: 40px;
}

.index-news .item .tmain .more {
  display: inline-block;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #c6c6c6;
}

.section02 .owl-theme .owl-controls .owl-buttons div,
.section04 .owl-theme .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  opacity: 1;
  background-color: #fff;
  background-image: url(/html/style/images/indexbtn.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.section04 .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #323232;
}

.section04 .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 0 -50px;
}

.section04 .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: -50px -50px;
}

.section02 .owl-theme .owl-controls .owl-buttons div.owl-prev,
.section04 .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background-position: 0 0;
  margin-right: 55px;
}

.section02 .owl-theme .owl-controls .owl-buttons div.owl-next,
.section04 .owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: -50px 0;
  margin-left: 55px;
}

.indexmore {
  display: block;
  width: 90px;
  height: 50px;
  font-size: 0;
  border-radius: 5px;
  background-color: #fff;
  background-image: url(/html/style/images/indexmore.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  bottom: -20px;
}

.indexmore:hover {
  background-color: #323232;
  background-position: 0 -50px;
}

.section05 {
  background-color: #fff;
}
/* 蜜罐开始 */
/* 让正常用户看不见，但仍在 DOM 里 */
.hp-field {
  position: absolute !important;
  left: -99999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* 蜜罐结束 */

.gf-demand {
  margin-top: 50px !important;
  padding: 80px 0;
}

.gf-demand .h2 {
  font-size: 14px;
  color: #666;
}

.gf-demand .h3 {
  font-size: 34px;
  color: #000;
  padding-bottom: 50px;
  line-height: 1;
}

.gf-demand .write {
  padding-bottom: 50px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gf-demand .write input {
  background-color: #fff;
  padding: 20px 0;
  color: #6e6e6e;
  padding-left: 10px;
  font-size: 14px;
}

.gf-demand .write .submit {
  background-color: #3569ff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #fff;
  width: 10%;
  font-family: microsoft yahei;
  text-align: center;
  padding-left: 0;
  cursor: pointer;
  border-radius: 4px;
  margin: 0;
  padding: 17px !important;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  height: 60px;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gf-demand .write .submit:hover {
  background: #0438d0;
}

.gf-demand .write .text1,
.gf-demand .write .text2 {
  /* width: 30%; */
  flex: 1;
  border: 0;
  font-family: microsoft yahei;
}

.gf-demand .write .text3 {
  width: 100%;
  border: 0;
  font-family: microsoft yahei;
  height: 100px;
  padding: 20px;
  font-size: 14px;
  box-sizing: border-box;
}

.italic {
  font-size: 14px;
  color: #999;
}

.nybanner {
  width: 100%;
  height: 300px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(52 104 255) 100%);
  background: url(/html/static/images/navBg/serviceBg.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.banner-box {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.ny-title {
  width: 100%;
  z-index: 5;
}
.titile-ico img {
  max-width: 150px;
}
.navigation {
  padding: 5px 0;
  text-align: right;
  background-color: #fff;
}

.navigation a {
  font-size: 12px;
  color: #444;
  font-weight: 700;
}

.navigation a:hover,
.navigation a.on {
  color: #e15620;
}

.navigation em {
  margin: 0 3px;
  font-family: Simsun;
}

.about-box01 {
  width: 100%;
  background-color: #fff;
  padding: 120px 0;
}

.about-box01 .about-tm {
  max-width: 910px;
  margin: 0 auto;
  text-align: center;
}

.about-box01 .about-tm .h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 30px;
}

.about-box01 .about-tm .h3 {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.about-box01 .IndexList {
  width: 70%;
  padding-top: 30px;
}

.about-box02 {
  width: 100%;
  height: 676px;
  background-image: url(/html/style/images/about03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-box02 .about-xzwm {
  max-width: 1295px;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
}

.about-box02 .about-xzwm .h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
}

.about-box02 .about-xzwm .h3 {
  font-size: 16px;
  color: #d9d9d9;
}

.about-box02 .about-xzwm .abul li {
  width: 21%;
  max-width: 270px;
  float: left;
  margin-top: 120px;
  margin-right: 18%;
  margin-right: 11%\0;
}

.about-box02 .about-xzwm .abul li .co {
  display: block;
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  background-image: url(/html/style/images/about04.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.about-box02 .about-xzwm .abul li:hover .co {
  background-position: 0 -120px;
  border-color: #dc1010;
}

.about-box02 .about-xzwm .abul li .c1 {
  background-position: 0 0;
}

.about-box02 .about-xzwm .abul li .c2 {
  background-position: -120px 0;
}

.about-box02 .about-xzwm .abul li:hover .c2 {
  background-position: -120px -120px;
}

.about-box02 .about-xzwm .abul li .c3 {
  background-position: -240px 0;
}

.about-box02 .about-xzwm .abul li:hover .c3 {
  background-position: -240px -120px;
}

.about-box02 .about-xzwm .abul li .t {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0;
}

.about-box02 .about-xzwm .abul li p {
  font-size: 14px;
  color: #c4c4c4;
}

.about-box02 .about-xzwm .abul li:nth-of-type(3n) {
  margin-right: 0;
}

.about-box03 {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 120px 0;
}

.about-box03 .about-xzwm {
  max-width: 1295px;
  margin: 0 auto;
  text-align: center;
}

.about-box03 .about-xzwm .h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 30px;
}

.about-box03 .about-xzwm .h3 {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.ab-team {
  width: 100%;
}

.ab-team ul li {
  width: 30%;
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-top: 5%;
  margin-right: 5%;
  margin-right: 3%\0;
}

.ab-team ul li:nth-of-type(3n) {
  margin-right: 0;
}

.ab-team ul li .pic {
  width: 100%;
  overflow: hidden;
}

.ab-team ul li .pic img {
  width: 100%;
  display: block;
}

.ab-team ul li .tmask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background-color: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ab-team ul li:hover .tmask {
  visibility: visible;
  opacity: 1;
}

.ab-team ul li .tm {
  padding: 35px;
  text-align: left;
  transform: translateX(0) translateY(10%);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.ab-team ul li:hover .tm {
  transform: translateX(0) translateY(0%);
}

.ab-team ul li .tm .n1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.ab-team ul li .tm .n2 {
  font-size: 16px;
  color: #fff;
  display: block;
}

.ab-team ul li .tm .line {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}

.ab-team ul li .tm p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.ser-box01 {
  width: 100%;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}

.ser-box02 {
  width: 100%;
  height: 676px;
  background-image: url(/html/style/images/about03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ser-bz {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
}

.ser-bz .h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}

.ser-bz .h3 {
  font-size: 14px;
  color: #cdcdcd;
}

.serlist {
  max-width: 910px;
  margin: 0 auto;
}

.serlist ul li {
  width: 33.333%;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 20%;
}

.serlist ul li .sn {
  font-size: 72px;
  color: #da0000;
  line-height: 1;
}

.ser-box03 {
  width: 100%;
  background-color: #efefef;
  padding-top: 80px;
  padding-bottom: 100px;
}

.ser-step {
  max-width: 1640px;
  margin: 0 auto;
}

.ser-step ul li {
  width: 7%;
  min-width: 130px;
  height: 90px;
  padding: 20px 0;
  border: 1px solid #d2d2d2;
  background-color: #efefef;
  border-radius: 50%;
  float: left;
  margin-top: 65px;
  position: relative;
  margin-right: 5.06%;
}

.ser-step ul li .co {
  display: block;
  width: 45px;
  height: 48px;
  margin: 5px auto;
  background-image: url(/html/style/images/ser01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ser-step ul li:hover .co {
  background-position: 0 -48px;
}

.ser-step ul li span {
  display: block;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.ser-step ul li.on {
  margin-top: 170px;
}

.ser-step ul li:nth-of-type(8) {
  margin-right: 0;
}

.ser-step ul li:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-top: 2px dashed #ddd;
  position: absolute;
  right: -85%;
  top: 92%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.ser-step ul li.on:before {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 9%;
}

.ser-step ul li:nth-of-type(8):before {
  display: none;
}

.ser-box04 {
  padding: 100px 0;
  border-bottom: 1px solid #ddd;
}

.news-warp {
  width: 100%;
  overflow: hidden;
}

.news-screen {
  padding: 35px 0;
  width: 100%;
}

.news-screen .screenleft {
  float: left;
  width: 100%;
}
.disnone {
  display: none;
}
.news-screen .screenleft ul li {
  width: 145px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-right: 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
}
.pagination a.page-num-current {
  background: #0060e4 !important;
  border: 1px solid #0060e4 !important;
}
.pagination a:hover {
  color: #0060e4 !important;
  border: 1px solid #0060e4 !important;
}
.news-screen .screenleft ul li.on,
.news-screen .screenleft ul li:hover {
  background-color: #0060e4;
}

.news-screen .screenleft ul li.on a,
.news-screen .screenleft ul li:hover a {
  color: #fff;
}

.news-screen .screenleft ul li a {
  display: block;
  font-size: 1rem;
  color: #333;
}

.news-screen .screenleft ul li a:before {
  content: '';
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.news-screen .screenleft ul li.on a:before,
.news-screen .screenleft ul li:hover a:before {
  background-position: 0 -18px;
}

.news-screen .screenleft ul li a.n1:before {
  background-image: url(/html/style/images/nw01.png);
}

.news-screen .screenleft ul li a.n2:before {
  background-image: url(/html/style/images/nw02.png);
}

.news-screen .screenleft ul li a.n3:before {
  background-image: url(/html/style/images/nw03.png);
}

.news-screen .screenleft ul li a.n4:before {
  background-image: url(/html/style/images/nw04.png);
}

.news-screen .screenleft ul li a.n5:before {
  background-image: url(/html/style/images/nw05.png);
}

.news-screen .screenright {
  width: 255px;
  height: 35px;
  padding: 0 10px;
  background-color: #fff;
  position: relative;
  float: right;
  margin-top: 8px;
}

.news-screen .screenright .screentext {
  width: 100%;
  height: 35px;
  border: 0;
  color: #333;
}

.news-screen .screenright .screenbtn {
  width: 43px;
  height: 35px;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #adadad;
  cursor: pointer;
  background-image: url(/html/style/images/nw06.png);
}

.newslist .item {
  background-color: #fff;
  width: 32%;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}

.newslist .item:hover,
.newslist .hottou .hotbox:hover {
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -5px, 0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.newslist .item .pic {
  width: 100%;
  overflow: hidden;
  background-color: #eee;
  background-image: url(/html/style/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

.newslist .item .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.newslist .item .tmain {
  padding: 30px;
}

.newslist .item .tmain img {
  width: 100%;
  max-height: 216px;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.newslist .item .tmain .time {
  display: block;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 25px;
}

.newslist .item .tmain .title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 10px 0;
  min-height: 50px;
  line-height: 1.4; /* 自行调整行高 */
  max-height: calc(1.4em * 2); /* 2行高度 */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 显示2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

.newslist .item .tmain .h3 {
  font-size: 14px;
  color: #636363;
  line-height: 1.4; /* 自行调整行高 */
  max-height: calc(1.4em * 2); /* 2行高度 */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 显示2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.newslist .item .tmain i {
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-bottom: 20px;
}

.newslist .item .tmain .more-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newslist .item .tmain .more {
  display: inline-block;
  font-size: 14px;
  color: #636363;
}

.newslist .item .tmain .more-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition:
    border-color 0.3s,
    background-color 0.3s;
}

.newslist .item .tmain .more-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #888;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
}
.newslist .item:hover .more-icon {
  border: 1px solid #fff;
}
.newslist .item:hover .more-icon::after {
  background: #fff;
}
.newslist .hottou .item {
  margin-right: 0;
  margin-left: 1.5%;
}

.newslist .hottou .hotbox {
  width: 49%;
  height: 100%;
  max-width: 862px;
  max-height: 479px;
  float: left;
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.newslist .hottou .hotbox img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 20;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.newslist .hottou .hotbox .bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
}

.newslist .hottou .hotbox .title {
  position: absolute;
  left: 4%;
  bottom: 6%;
  width: 92%;
  z-index: 30;
}

.newslist .hottou .hotbox .title i {
  font-size: 14px;
  color: #fff;
}

.newslist .hottou .hotbox .title h2 {
  font-size: 30px;
  color: #fff;
}

.newslist .hottou .hotbox .title .more {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #c6c6c6;
}

.newslist .hotbom {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newslist .hotbom::before {
  content: none;
}
.newslist .hottou .item {
  margin-left: 1%\0;
}

.newslist .hotbom .item:nth-of-type(4n) {
  margin-right: 0;
}

.news-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4%;
  z-index: 10;
  text-align: center;
}

.news-btn .nwprev,
.news-btn .nwnext {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  font-size: 0;
  background-image: url(/html/style/images/nwbtn.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.news-btn .nwprev {
  background-position: 0 0;
  left: 4%;
}

.news-btn .nwprev:hover {
  background-position: 0 -46px;
}

.news-btn .nwnext {
  background-position: -92px 0;
  right: 4%;
}

.news-btn .nwnext:hover {
  background-position: -92px -46px;
}

.news-btn .nwretrue {
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  font-size: 0;
  background-image: url(/html/style/images/nwbtn.png);
  background-position: -46px 0;
  background-repeat: no-repeat;
}

.news-btn .nwretrue:hover {
  background-position: -46px -46px;
}

.news-details {
  max-width: 1220px;
  background-color: #fff;
  /* margin: 40px auto; */
  padding: 60px 40px;
}
.news-details .content-key {
  margin: 20px 0 0;
}
.news-details .content-key span {
  margin-right: 20px;
}
.news-title {
  border-bottom: 1px solid #ddd;
}

.news-title .tou {
  position: relative;
  padding-right: 90px;
}

.news-title h1 {
  font-size: 36px;
  color: #333;
}

.news-title .date {
  display: inline-block;
  font-size: 14px;
  color: #999;
  margin: 10px 0;
}

.news-title .bdsharebuttonbox {
  position: absolute;
  right: 0;
  top: 10px;
}

.news-title .bdsharebuttonbox a {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  background-position: 0 0;
  background-image: url(/html/style/images/nwicon.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.news-title .bdsharebuttonbox a.bds_tsina {
  background-position: 0 0;
}

.news-title .bdsharebuttonbox a.bds_tsina:hover {
  background-color: #db0b0b;
  border-color: #db0b0b;
  background-position: 0 -30px;
}

.news-title .bdsharebuttonbox a.bds_weixin {
  background-position: -30px 0;
}

.news-title .bdsharebuttonbox a.bds_weixin:hover {
  background-color: #db0b0b;
  border-color: #db0b0b;
  background-position: -30px -30px;
}

.news-text {
  padding: 20px 0;
  font-size: 1rem;
  line-height: 2rem;
  color: #333333;
}

.newsVxOnline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.news-text .newsVxOnline img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.page {
  text-align: center;
  padding: 40px 0;
}

.page a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  border: 1px solid #e3e3e3;
  padding: 5px 15px;
}

.page a:hover,
.page a.on {
  background-color: #ca2310;
  color: #fff;
  border-color: #ca2310;
}

.news-warp .index-case {
  padding-top: 0;
  margin-bottom: 0;
}

.casedetails {
  background-color: #fff;
}

.case-tou {
  border-bottom: 1px solid #ddd;
  padding: 171px 0 70px;
}

.case-tou .name {
  border-right: 1px dashed #ddd;
  padding-right: 2%;
  float: left;
  width: 20%;
}

.case-tou .name h1 {
  font-size: 30px;
  color: #333;
}

.case-tou .name span {
  font-size: 14px;
  color: #999;
}

.case-tou .tmain {
  margin-left: 5%;
  float: left;
  font-size: 14px;
  color: #999;
  position: relative;
  padding-left: 70px;
  width: 45%;
}

.case-tou .tmain .sn {
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}

.case-tou .link {
  float: right;
}

.case-tou .link a {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-image: url(/html/style/images/case01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.casetext {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 200px;
}

.caselike {
  width: 100%;
  background-color: #efefef;
  padding-bottom: 100px;
}

.caselike .name {
  font-size: 24px;
  color: #333;
  padding: 50px 0;
}

.caselike .item {
  margin: 0 0.3% !important;
  background-color: #fff;
}

.caselike .item .pic {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #eee;
  background-image: url(/html/style/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.caselike .item .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background-color: #000;
  filter: alpha(opacity=50);
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.caselike .item:hover .bg {
  visibility: visible;
  opacity: 1;
}

.caselike .item .inxcasetxt::before,
.caselike .item .inxcasetxt::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1.5px;
  background: #ccc;
  content: '';
  -webkit-transition:
    opacity 0.5s,
    -webkit-transform 0.5s;
  transition:
    opacity 0.5s,
    transform 0.5s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  z-index: 20;
}

.caselike .item:hover .inxcasetxt::before {
  opacity: 0.8;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.caselike .item:hover .inxcasetxt::after {
  opacity: 0.8;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.caselike .item .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.caselike .item .pic:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.caselike .item .h2 {
  padding: 25px 15px;
  min-height: 20px;
  position: relative;
}

.caselike .item .h2:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cb0808;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  height: 0px\0;
}

.caselike .item:hover .h2 span,
.caselike .item:hover .h2 i {
  color: #fff;
}

.caselike .item:hover .h2:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  height: auto\0;
}

.caselike .item .h2 span {
  font-size: 16px;
  color: #333;
  margin-right: 10px;
  position: relative;
  z-index: 5;
}

.caselike .item .h2 i {
  font-size: 12px;
  color: #999;
  position: relative;
  z-index: 5;
}

.contact-box {
  padding: 50px 0;
}

.contact-box .tw {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.contact-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.contact-top ul {
  display: flex;
  gap: 40px;
  flex-direction: row;
  justify-content: center;
}
.contact-top ul li {
  width: 119px;
  text-align: center;
}
.contact-box .name {
  width: 50%;
  float: left;
  font-size: 24px;
  color: #333;
}

.contact-box .info {
  width: 50%;
  float: left;
}

.contact-box .info dd {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-bottom: 35px;
}

.contact-box .info dd img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 26px;
}

.contact-box .conform li {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}

.contact-box .conform li.item1 {
  width: 31%;
  margin-right: 3%;
}

.contact-box .conform li.item2 {
  width: 31%;
  margin-right: 3%;
}

.contact-box .conform li.item3 {
  width: 32%;
  margin-right: 0;
}

.contact-box .conform li.item5 {
  text-align: right;
  display: flex;
  justify-content: space-between;
}
.contact-box .conform li.item5 input {
  margin-right: 10px;
}

.contact-box .context,
.contact-box .conteat {
  width: 92%;
  height: 40px;
  background-color: #f4f4f4;
  border: 0;
  font-family: microsoft yahei;
  padding: 0 4%;
  color: #333;
}

.contact-box .conteat {
  padding: 15px 2%;
  width: 96%;
  height: 200px;
}

.contact-box .consub {
  background-color: #edf5fd;
  color: #222;
  width: 20%;
  font-family: microsoft yahei;
  text-align: center;
  padding-left: 0;
  cursor: pointer;
  *margin: 0 !important;
  *padding: 17px0 !important;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
}

.contact-box .consub:hover {
  background: linear-gradient(90deg, #005ec4, #3385ff);
  color: #fff;
}

.contact-map img {
  width: 100%;
  display: block;
}

.votewarp {
  padding-top: 82px;
}

.votetmain {
  padding: 68px 0 96px;
}

.votetmain .h2 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  text-align: center;
}

.votetmain .h3 {
  font-size: 12px;
  color: #929292;
  text-align: center;
}

.votetmain .vtext {
  font-size: 14px;
  color: #464646;
  text-align: center;
  max-width: 1310px;
  margin: 0 auto;
  padding-top: 35px;
}

.votetmain .votefrom {
  max-width: 280px;
  margin: 0 auto;
  padding-top: 80px;
}

.votetmain .votefrom .tit {
  font-size: 16px;
  color: #464646;
  padding-bottom: 15px;
}

.votetmain .votefrom ul li {
  margin-top: 10px;
  font-size: 14px;
  color: #464646;
}

.votetmain .votefrom ul li label input {
  vertical-align: -2px;
  margin-right: 3px;
}

.votetmain .votefrom ul li .subimt {
  width: 105px;
  height: 32px;
  border: 0;
  background-color: #ca2310;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.votetmain .votefrom ul li .subimt:hover {
  background-color: #000;
}

.voteresult {
  max-width: 840px;
  margin: 0 auto;
  padding-top: 50px;
  overflow: hidden;
}

.voteresult ul li {
  width: 95%;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  float: left;
  background-color: #e6e6e6;
  position: relative;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.voteresult ul li .name {
  width: 110px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  filter: alpha(opacity=40);
  background-color: rgba(0, 0, 0, 0.4);
}

.voteresult ul li .votewidth {
  width: 100%;
  height: 40px;
  background-color: #ca2310;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.voteresult ul li .num {
  position: absolute;
  right: 20px;
  top: 0;
  color: #909090;
}

.voteresult ul li.net .votewidth {
  background-color: #ca2310;
}

.voteresult ul li.tv .votewidth {
  background-color: #3498db;
}

.voteresult ul li.sns .votewidth {
  background-color: #5a68a5;
}

.voteresult ul li.news .votewidth {
  background-color: #2ecc71;
}

.votemorewarp {
  padding: 0 0 150px;
}

.votemorewarp .layout {
  max-width: 1400px;
  margin: 0 auto;
}

.votemorewarp .votitle {
  font-size: 20px;
  color: #666;
  margin-top: 50px;
}

.votemolist ul li {
  width: 27.9%;
  float: left;
  background-color: #ededed;
  margin-right: 8.1%;
  margin-top: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.votemolist ul li:nth-child(3n),
.votemolist ul li.mr0 {
  margin-right: 0;
}

.votemolist ul li:hover {
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.votemolist ul li a {
  display: block;
  padding: 30px 45px;
}

.votemolist ul li .time {
  display: block;
  font-size: 15px;
  color: #727272;
  line-height: 25px;
  padding-left: 25px;
  background-image: url(/html/style/images/time.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.votemolist ul li .votit {
  font-size: 16px;
  color: #464646;
  margin: 10px 0;
  height: 48px;
  overflow: hidden;
}

.votemolist ul li .go {
  font-size: 14px;
  color: #a8a8a8;
  text-align: right;
  margin-top: 30px;
}

#dowebok .section {
  overflow: hidden;
}

.sosectionbox1 {
  background-color: #c60000;
}

.sosectionbox2 {
  background-color: #f3a427;
}

.sosectionbox3 {
  background-color: #2187c8;
}

.sosectionbox4 {
  background-color: #d1b062;
}

.sosectionbox5 {
  background-color: #0974b8;
}

#dowebok .section .slide {
  position: relative;
}

.baiweilfbox,
.baiweilrbox {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.baiweilfbox {
  left: -100%;
  background-image: url(/html/style/images/sbg1.jpg);
  opacity: 0;
}

.baiweilrbox {
  right: -100%;
  background-image: url(/html/style/images/simg1.jpg);
  opacity: 0;
}

.active .baiweilfbox {
  left: 0;
  opacity: 1;
}

.active .baiweilrbox {
  right: 0;
  opacity: 1;
}

#dowebok .fp-controlArrow:hover {
  opacity: 0.8;
}

#dowebok .fp-controlArrow {
  width: 55px;
  height: 55px;
  background-image: url(/html/style/images/solbutton.png);
  background-repeat: no-repeat;
  border: 0;
}

#dowebok .fp-controlArrow.fp-prev {
  right: auto;
  left: 50%;
  margin-left: -55px;
  background-position: left top;
  background-color: #fff;
  filter: alpha(opacity=50);
  background-color: rgba(255, 255, 255, 0.5);
}

#dowebok .fp-controlArrow.fp-next {
  left: auto;
  right: 50%;
  margin-right: -55px;
  background-position: right top;
  background-color: #000;
  filter: alpha(opacity=50);
  background-color: rgba(0, 0, 0, 0.5);
}

.baiweibtn {
  width: 55px;
  height: 55px;
  background-image: url(/html/style/images/solbutton.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.active .baiweibtn {
  visibility: visible;
  opacity: 1;
}

.baiweibtn:hover {
  opacity: 0.8;
}

.bwleftbtn {
  right: 0;
  background-position: left top;
  background-color: #fff;
  filter: alpha(opacity=50);
  background-color: rgba(255, 255, 255, 0.5);
}

.bwrightbtn {
  left: 0;
  background-position: right top;
  background-color: #000;
  filter: alpha(opacity=50);
  background-color: rgba(0, 0, 0, 0.5);
}

.bwcasetext {
  position: absolute;
  left: 50px;
  top: 50%;
  width: 71.9%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bwcasetext .h2 {
  font-size: 36px;
  color: #fff;
  margin-top: 30px;
}

.bwcasetext .h2 .line {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 5px;
}

.bwcasetext .pcont {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  word-wrap: break-word;
  margin-top: 60px;
}

.bwcasetext .more a {
  display: inline-block;
  min-width: 140px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  margin-top: 90px;
}

.bwcasetext .more a em {
  font-family: simsun;
  font-weight: 700;
  margin-left: 5px;
}

.bwcasetext .more a:hover {
  opacity: 0.8;
}

.bwcasetext .h2 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bwcasetext .pcont {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.bwcasetext .more {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.active .bwcasetext .h2 {
  margin-top: 0;
}

.active .bwcasetext .pcont {
  margin-top: 20px;
}

.active .bwcasetext .more a {
  margin-top: 60px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  width: 14px;
  height: 2px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 14px !important;
  height: 2px !important;
  border-radius: 0 !important;
  background-color: #9f9794 !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 27px !important;
  background-color: #fff !important;
  margin: -1px 0 0 -15px !important;
}

.kefu {
  width: 50px;
  position: fixed;
  _position: absolute;
  right: 0;
  bottom: 20%;
  z-index: 200;
  transform: translateX(0) translateY(-50%);
  border: 1px solid #aec3ff;
  border-radius: 24px;
}
.kefu ul {
  display: grid;
  gap: 10px;
}

.kefu ul li {
  width: 50px;
  height: 50px;
  position: relative;
}

.kefu ul li a {
  border-radius: 50%;
}

.kefu ul li:hover,
.kefu ul li:hover .div-item {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.kefu .qq,
.kefu .shouhou,
.kefu .back,
.kefu .share,
.kefu .call,
.kefu .weixin,
.kefu ul li .bdsharebuttonbox a {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  font-size: 0;
  background-image: url(/html/style/images/kefu.png);
  background-repeat: no-repeat;
}
.kefu .call {
  background-image: url(/html/style/images/phone.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.kefu .back {
  background-image: url(/html/style/images/up.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.kefu .qq,
.kefu .shouhou,
.kefu .call,
.kefu .back,
.kefu .share,
.kefu .weixin {
  position: relative;
  z-index: 10;
}

.kefu .weixin {
  background-image: url(/html/style/images/weixin.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.kefu .qq {
  background-position: 0 0;
}

.kefu .shouhou {
  background-position: -50px 0;
}

.kefu .share {
  background-position: -200px 0;
}

.kefu ul li .div-item {
  width: 120px;
  height: 50px;
  position: absolute;
  right: -200px;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.kefu ul li:hover .div-ewm {
  right: 50px;
}

.kefu ul li .div-ewm {
  width: 155px;
  height: 175px;
  padding-top: 20px;
  position: absolute;
  right: -200px;
  top: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.kefu ul li:hover .div-item {
  right: 50px;
}

.kefu ul li .div-ewm ul li {
  width: 119px;
  float: left;
  text-align: center;
  margin-left: 20px;
}

.kefu ul li .div-ewm ul li img {
  width: 100%;
  display: block;
}

.kefu ul li .div-ewm ul li p {
  font-size: 14px;
  color: #222;
  margin-top: 5px;
}

.kefu ul li .h2 {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #222;
  padding: 0 25px;
}

.kefu ul li .bdsharebuttonbox {
  width: 100%;
  height: 50px;
}

.kefu ul li .bdsharebuttonbox a {
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
}

.kefu ul li .bdsharebuttonbox a:hover {
  background-color: #565656;
}

.kefu ul li .bdsharebuttonbox a.bds_tsina {
  background-position: -250px 0;
}

.kefu ul li .bdsharebuttonbox a.bds_weixin {
  background-position: -300px 0;
}

.kefu ul li .bdsharebuttonbox a.bds_tqq {
  background-position: -350px 0;
}

.kefu ul li .bdsharebuttonbox a.bds_more {
  background-position: -400px 0;
}

.footer {
  width: 100%;
  padding: 4rem 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(52 104 255) 100%);
}
.slogon {
  text-align: center;
  font-size: 2rem;
  color: #222;
  font-weight: 700;
}
.foottou {
  padding-top: 45px;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.foottou .ftcont {
  float: left;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.foottou .ftcont .i {
  font-size: 14px;
  color: #797979;
}

.foottou .ftcont h2 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.foottou .ftcont p {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  max-width: 100%;
}

.foottou .foot-ewm {
  /*width: 158px;*/
  float: right;
}
.foottou .foot-ewm ul {
  display: flex;
  gap: 40px;
  flex-direction: row;
  justify-content: center;
}

.foottou .foot-ewm ul li {
  width: 119px;
  text-align: center;
}

.foottou .foot-ewm ul li img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.foottou .foot-ewm ul li p {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
}

.foottou .foot-ewm ul li p span {
  color: #989898;
}

.foottou .ftewm {
  float: right;
  text-align: right;
  font-size: 12px;
  color: #424242;
  margin-top: 100px;
}

.foottou .ftewm img {
  margin-bottom: 20px;
}

.footer .footbom {
  border-top: 1px solid #343435;
  padding: 25px 0;
  font-size: 14px;
  color: #797979;
}

.footer .footbom a {
  color: #424242;
  margin-left: 5px;
  margin-top: 2px;
}

.footer .footbom a:hover {
  color: #797979;
}
.footer .copyright {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer .copyright p,
.footer .copyright p a {
  color: #e3e2e280;
}
@media screen and (min-width: 1200px) and (max-width: 1519px) {
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .foottou .foot-ewm {
    float: right;
  }

  .foottou .ftewm {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .kefu {
    display: none;
  }

  .logo a {
    width: 90px;
    height: 12px;
  }

  .foottou .foot-ewm {
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }

  .foottou .foot-ewm ul li {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }

  .foottou .ftewm {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .gf-demand .write .text1,
  .gf-demand .write .text2 {
    width: 48%;
    margin-bottom: 20px;
  }

  .gf-demand .write .text2 {
    margin-right: 0;
  }

  .gf-demand .write .text3 {
    width: 77%;
  }

  .gf-demand .write .submit {
    width: 20%;
  }
}

@media screen and (min-width: 640px) {
  .newsBox {
    display: flex;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: space-between;
  }
  .newsBox .eachBox {
    width: 45%;
    margin: 20px 20px 0 0;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .eachBox .names {
    font-size: 20px;
    color: #333;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-weight: bold;
  }
  .names .admins {
    animation: moreStyle 1s ease infinite;
    position: relative;
  }
  .names .moreIcon {
    color: #0438d0;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .textInfoBox {
    font-size: 14px;
    color: #1f1f1f;
    /*font-weight: 700;*/
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
    height: 2rem;
    transition: transform 0.3s linear;
  }
  .textInfoBox span {
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .textInfoBox span:last-child {
    width: 30% !important;
    text-align: right;
  }
  .textInfoBox:last-child {
    border: 0;
  }
  .textInfoBox:hover {
    cursor: pointer;
    transform: translateX(20px);
    color: #0438d0;
  }
}
@media screen and (max-width: 1800px) {
  .ser-step {
    max-width: 1228px;
  }

  .ser-step ul li {
    margin-right: 2%;
  }
}

@media screen and (max-width: 1400px) {
  .contact-box .name {
    margin-bottom: 35px;
  }

  .contact-box .name,
  .contact-box .info {
    width: 100%;
  }
}

@media screen and (max-width: 1366px) {
  .ser-step {
    max-width: 1056px;
  }

  .ser-step ul li {
    margin-right: 0;
  }

  .nybanner {
    height: 545px;
  }
}

@media screen and (max-width: 1110px) {
  .news-screen .screenleft {
    width: 100%;
  }

  .news-screen .screenleft ul li {
    width: 19.8%;
  }

  .news-screen .screenright {
    width: 98%;
    padding: 0 1%;
  }
}

@media screen and (max-width: 1024px) {
  .baiweilfbox,
  .baiweilrbox {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    opacity: 1;
  }

  .baiweilfbox {
    height: 500px;
  }

  .baiweilrbox {
    height: 740px;
  }

  .active .baiweilfbox {
    left: auto;
  }

  .active .baiweilrbox {
    right: auto;
  }

  .bwcasetext {
    width: 95%;
    left: 4%;
  }

  .active .bwcasetext .h2,
  .bwcasetext .h2 {
    margin-top: 0;
  }

  .active .bwcasetext .pcont,
  .bwcasetext .pcont,
  .active .bwcasetext .more a,
  .bwcasetext .more a {
    margin-top: 20px;
  }

  .bwcasetext .h2 {
    font-size: 20px;
  }

  .bwcasetext .pcont {
    font-size: 12px;
  }

  .active .bwcasetext .more a {
    margin-top: 20px;
  }

  .baiweibtn,
  #fp-nav {
    display: none;
  }

  .bwrightbtn {
    top: auto;
    bottom: 0;
    margin-right: -27.5px;
    background-color: inherit;
  }

  #dowebok .section {
    height: auto !important;
  }
}

@media screen and (max-width: 960px) {
  .logo {
    padding-top: 25px;
  }

  .logo a {
    width: 220px;
    height: 30px;
  }

  .nav ul li {
    margin-left: 25px;
  }

  .nav .messsn {
    margin-left: 25px;
  }

  .contact-box .conform {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .indexmore {
    bottom: 41px;
  }
  .header {
    width: calc(100% - 20px);
    padding: 0 10px;
    height: 60px;
    background-color: #fff;
  }
  .header-right {
    display: none;
  }
  .logo {
    padding-top: 10px;
  }
  .swiper .swiper-slide {
    flex-shrink: 1 !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: unset;
  }
  .swiper-slide img {
    max-width: 300px;
  }
  .swiper-text {
    top: revert;
    bottom: 5%;
    left: 0;
  }
  .bannerIconBG {
    width: 100vw;
    justify-content: center;
    margin-top: 10%;
  }
  .swiper-title {
    font-size: 2rem;
  }
  .swiper-subtitle {
    font-size: 14px;
  }
  .logo a {
    width: 170px;
    height: 22px;
  }

  .nav {
    display: none;
    top: 32px;
    right: 75px;
    padding-right: 0;
  }

  .nav .messsn {
    background-position: 0 -21px;
  }

  .myPhone {
    display: none;
    color: #333;
    background: url(/html/style/images/myphone_h.png) left center no-repeat;
    right: 75px;
    top: 22px;
    width: 128px;
  }

  .btn-m-list {
    display: block;
    margin-top: -19px;
    right: 4%;
  }

  .btn-m-list span {
    background-color: #333;
  }

  .index-back-box {
    height: 65px;
  }

  .IndexList ul {
    padding-top: 10px;
  }

  .nub {
    font-size: 25px;
    height: 40px;
    line-height: 40px;
  }

  .votewarp {
    padding-top: 60px;
  }

  .index-back-box .sub-arrows,
  .index-back-box .sub-mouse {
    display: none;
  }

  .index-ser {
    padding-top: 30px;
  }

  .index-kehu ul li {
    width: 25%;
  }

  .gf-demand {
    padding: 60px 0;
  }

  .gf-demand .write,
  .gf-demand .h3 {
    padding-bottom: 30px;
    flex-direction: column;
  }

  .gf-demand .write .text1,
  .gf-demand .write .text2,
  .gf-demand .write .text3 {
    width: 99%;
    margin-right: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
  }

  .gf-demand .write .submit {
    width: 100%;
    margin: 0 auto;
    width: 50%;
  }

  .nybanner {
    height: 500px;
  }

  .ab-team ul li {
    width: 48%;
    margin-top: 4%;
    margin-right: 4%;
  }

  .ab-team ul li:nth-of-type(3n) {
    margin-right: 4%;
  }

  .ab-team ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .about-box02 .about-xzwm .abul li {
    margin-top: 80px;
  }

  .ser-box02 {
    height: 500px;
  }

  .serlist ul li {
    margin-top: 10%;
  }

  .ser-step ul li,
  .ser-step ul li.on {
    width: 19%;
    height: auto;
    margin: 20px 2.5% 0;
  }

  .ser-step ul li:before {
    display: none;
  }

  .newslist .hottou .hotbox {
    width: 100%;
    max-height: inherit;
  }

  .newslist .hottou .hotbox .bg {
    display: none;
  }

  .newslist .hottou .hotbox img {
    position: static;
    left: auto;
    top: auto;
    transform: translateX(0) translateY(0);
  }

  .newslist .hottou .item:nth-of-type(2) {
    margin-left: 0;
  }

  .newslist .hottou .item {
    width: 48%;
    margin-left: 0;
    margin-left: 4%;
    margin-bottom: 0;
    margin-top: 4%;
  }

  .newslist .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
    margin-top: 4%;
  }

  .newslist .item:nth-of-type(2n) {
    margin-right: 0;
  }

  .news-title .tou {
    padding-right: 0;
  }

  .news-title .bdsharebuttonbox {
    position: static;
    right: auto;
    top: auto;
    margin-top: 20px;
  }

  .news-title .bdsharebuttonbox a {
    margin-left: 0;
    margin-right: 10px;
  }

  .foottou .ftcont {
    width: 50%;
    padding-left: 0;
    float: right;
  }

  .foottou .ftewm {
    float: left;
  }

  .foottou .foot-ewm {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .foottou .foot-ewm ul li {
    display: inline-block;
    float: none;
    margin: 0 20px;
  }

  .baiweilfbox,
  .baiweilrbox {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    opacity: 1;
  }

  .baiweilfbox {
    height: 500px;
  }

  .baiweilrbox {
    height: 210px;
  }

  .active .baiweilfbox {
    left: auto;
  }

  .active .baiweilrbox {
    right: auto;
  }

  .bwcasetext {
    width: 95%;
    left: 4%;
  }

  .active .bwcasetext .h2,
  .bwcasetext .h2 {
    margin-top: 0;
  }

  .active .bwcasetext .pcont,
  .bwcasetext .pcont,
  .active .bwcasetext .more a,
  .bwcasetext .more a {
    margin-top: 20px;
  }

  .bwcasetext .h2 {
    font-size: 20px;
  }

  .bwcasetext .pcont {
    font-size: 12px;
  }

  .active .bwcasetext .more a {
    margin-top: 20px;
  }

  .baiweibtn,
  #fp-nav {
    display: none;
  }

  .bwrightbtn {
    top: auto;
    bottom: 0;
    margin-right: -27.5px;
    background-color: inherit;
  }

  #dowebok .section {
    height: auto !important;
  }

  .kefu {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .newsBox {
    display: flex;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .newsBox .eachBox {
    width: 100%;
    margin: 20px 0 0 0;
    background-color: #fff;
  }

  .eachBox .names {
    font-size: 20px;
    color: #333;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-weight: bold;
  }
  .names .admins {
    animation: moreStyle 1s ease infinite;
    position: relative;
  }
  .names .moreIcon {
    color: #0438d0;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .textInfoBox {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }
  .textInfoBox span {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .textInfoBox span:last-child {
    text-align: right;
  }
  .textInfoBox:last-child {
    border: 0;
  }
  .textInfoBox:hover {
    cursor: pointer;
    background-color: #e4e3e3;
  }

  .logo a {
    width: 120px;
    height: 16px;
  }

  .btn-m-list {
    margin-top: -16px;
  }
  .header .myPhone {
    right: 15px;
    top: 5px;
    margin: auto;
  }

  .em-h1 {
    font-size: 14px;
  }

  .em-h2 {
    font-size: 14px;
  }

  .IndexList {
    width: 95%;
  }

  .nub {
    height: 30px;
    line-height: 30px;
    font-size: 25px;
  }

  .ny_title_fu {
    font-size: 24px;
  }
  .ny_title_fu.desc {
    font-size: 12px;
  }
  .titile-ico img {
    max-width: 80px;
  }

  .index-title {
    font-size: 12px;
  }

  .index-title span {
    font-size: 30px;
  }
  .news-text .newsVxOnline img {
    max-width: 200px;
  }

  .section01,
  .section02,
  .section03,
  .section04 {
    padding-top: 30px;
  }

  .section01 {
    padding-bottom: 30px;
  }

  .index-ser {
    padding-top: 0;
  }

  .index-case {
    padding-top: 30px;
  }
  .index-case ul {
    padding: 0 10px 30px;
  }

  .index-case ul li,
  .index-case ul li:nth-of-type(3n) {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .index-case ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .index-case ul li .h2 {
    padding: 10px;
  }

  .index-case ul li .h2 span {
    font-size: 14px;
    display: block;
  }

  .index-kehu {
    padding-top: 20px;
  }

  .index-kehu ul li {
    width: 30%;
    aspect-ratio: 1 / 1; /* 强制宽高比 1:1 */
  }
  .index-kehu-list {
    padding: 0 10px;
  }

  .section03 {
    padding-bottom: 70px;
  }

  .index-news {
    margin-bottom: 50px;
  }

  .index-news .item {
    margin: 0 !important;
  }

  .gf-demand {
    padding: 30px 10px;
  }
  .gf-demand .layout .youqing a {
    color: #ccc;
  }
  .nybanner {
    height: 150px;
  }

  .ny-title h2 img,
  .ny-title h3 img {
    max-width: 50%;
  }

  .about-box01 .IndexList {
    width: 95%;
  }

  .about-box01 .about-tm .h2 {
    font-size: 26px;
  }

  .about-box02 {
    height: auto;
    padding-bottom: 70px;
    overflow: hidden;
  }

  .about-box02 .about-xzwm .abul li,
  .about-box02 .about-xzwm .abul li:nth-of-type(3n) {
    max-width: 50%;
    width: auto;
    float: none;
    margin: 10% auto 0;
  }

  .about-box01,
  .about-box03 {
    padding: 40px 0;
  }

  .ab-team ul li {
    width: 49%;
    margin-right: 2%;
  }

  .ab-team ul li:nth-of-type(3n) {
    margin-right: 2%;
  }

  .ab-team ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .ab-team ul li .tm {
    padding: 10px;
  }

  .ab-team ul li .tm .n1 {
    font-size: 14px;
  }

  .ab-team ul li .tm .n2,
  .ab-team ul li .tm p {
    font-size: 12px;
  }

  .ab-team ul li .tm .line {
    margin: 5px 0;
  }

  .ab-team ul li .tm p {
    margin-bottom: 0;
  }

  .ser-box01,
  .ser-box03,
  .ser-box04 {
    padding: 50px 0;
  }

  .ser-box02 {
    height: auto;
    padding-bottom: 70px;
  }

  .serlist ul li {
    font-size: 12px;
  }

  .serlist ul li .sn {
    font-size: 30px;
  }

  .ser-step {
    text-align: center;
  }

  .ser-step ul li {
    display: inline-block;
    float: none;
    margin: 20px 2% 0;
  }

  .contact-box {
    padding: 40px 0;
  }

  .contact-box .tw {
    width: 100%;
  }
  .contact-top {
    flex-direction: column;
    padding: 0 10px;
  }

  .contact-box .name {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .contact-box .info dd {
    margin-bottom: 20px;
  }
  .contact-box .conform li.item5 {
    flex-direction: column;
    gap: 10px;
  }

  .contact-box .conform li.item1,
  .contact-box .conform li.item2,
  .contact-box .conform li.item3,
  .contact-box .consub {
    width: 100%;
    margin-right: 0;
  }

  .news-screen .screenleft {
    margin-top: -35px;
  }

  .news-screen .screenleft ul li {
    width: 49.5%;
    margin-right: 0.5%;
    text-align: left;
    margin-bottom: 1px;
  }

  .news-screen .screenleft ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .news-screen .screenleft ul li a {
    padding-left: 20px;
  }

  .newslist .hotbom {
    padding-bottom: 20px;
  }

  .newslist .hottou .item {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }

  .newslist .hottou .item:nth-of-type(3) {
    margin-right: 0;
  }

  .newslist .hotbom .item {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }

  .newslist .hotbom .item:nth-of-type(2n) {
    margin-right: 0;
  }

  .newslist .item {
    width: 49%;
    margin-left: 0;
    margin-right: 1%;
  }

  .newslist .item .tmain {
    padding: 10px;
  }

  .newslist .item .tmain .title {
    font-size: 14px;
    margin: 5px 0;
    height: auto;
  }

  .newslist .item .tmain .h3 {
    font-size: 12px;
    margin-bottom: 10px;
    height: 55px;
  }

  .newslist .item .tmain .time {
    font-size: 12px;
  }

  .newslist .hottou .hotbox .title h2 {
    font-size: 14px;
  }

  .newslist .hottou .hotbox .title i,
  .newslist .hottou .hotbox .title .more {
    font-size: 12px;
  }

  .news-details {
    padding: 40px 20px;
  }

  .news-title h1 {
    font-size: 20px;
  }

  .case-tou {
    padding: 30px 0;
  }

  .case-tou .name {
    width: 100%;
    padding-right: 0;
    border: 0;
    padding-bottom: 10px;
  }

  .case-tou .tmain {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .case-tou .tmain .sn {
    position: static;
    left: auto;
    top: auto;
    display: block;
    margin-bottom: 5px;
  }

  .case-tou .link {
    float: left;
    margin-top: 10px;
  }

  .casetext {
    padding: 40px 0;
  }

  .caselike {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .caselike .name {
    padding: 20px 0;
  }

  .index-case ul li:hover .btn-group a,
  .index-case ul li:hover .btn-group a {
    height: 30px;
    line-height: 30px;
  }

  .votemorewarp {
    padding-bottom: 60px;
  }

  .votetmain {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .voteresult {
    padding-top: 30px;
  }

  .votemolist ul li {
    width: 49%;
    margin-right: 2%;
    margin-top: 20px;
  }

  .votemolist ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .votemolist ul li a {
    padding: 20px 10px;
  }

  .votemolist ul li .votit {
    font-size: 14px;
    height: 42px;
  }

  .foottou {
    width: 100%;
  }

  .foottou .ftcont {
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
  }

  .foottou .ftewm {
    padding-top: 20px;
  }

  .kefu {
    display: none;
  }
}

.pageinfo {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  margin: 31px;
  padding-top: 3px;
  text-align: center;
}

.pageinfo a {
  border-right: #aad 1px solid;
  padding-right: 5px;
  border-top: #aad 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #aad 1px solid;
  color: #ca2310;
  padding-top: 2px;
  border-bottom: #aad 1px solid;
  text-decoration: none;
}

.pageinfo a:hover {
  border-right: #ca2310 1px solid;
  border-top: #ca2310 1px solid;
  border-left: #ca2310 1px solid;
  color: #000;
  border-bottom: #ca2310 1px solid;
}

.pageinfo a:active {
  border-right: #ca2310 1px solid;
  border-top: #ca2310 1px solid;
  border-left: #ca2310 1px solid;
  color: #000;
  border-bottom: #ca2310 1px solid;
}

.pageinfo span.thisclass {
  border-right: #ca2310 1px solid;
  padding-right: 5px;
  border-top: #ca2310 1px solid;
  padding-left: 5px;
  font-weight: 700;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #ca2310 1px solid;
  color: #fff;
  padding-top: 2px;
  border-bottom: #ca2310 1px solid;
  background-color: #ca2310;
}

.pageinfo span.disabled {
  border-right: #929292 1px solid;
  padding-right: 5px;
  border-top: #929292 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #929292 1px solid;
  color: #929292;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #929292 1px solid;
}

.news-text img {
  max-width: 100%;
  height: auto !important;
}

.news-text ul {
  padding-left: 1.5em;
  list-style-type: disc; /* 显示小圆点 */
  margin: 10px 0;
}

.news-text ol {
  padding-left: 1.5em;
  list-style-type: decimal; /* 显示 1.2.3 */
  margin: 10px 0;
}

.news-text li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.news-text h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 1.5em 0 0.8em;
  color: #111;
}

.news-text h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 1.4em 0 0.6em;
  color: #222;
}

.news-text h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 1.2em 0 0.5em;
  color: #333;
}

.news-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
  color: #333;
}

.kkk {
  width: 100px;
  position: absolute;
  z-index: 99999;
  left: -20%;
  top: 45px;
  background: #fff;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kkk:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

.oneji:hover .kkk {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.kkk li {
  cursor: pointer;
  margin-bottom: 10px;
}

.oneji {
  /*display:flex;*/
  position: relative;
}
