@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 800px;
  cursor: pointer;
}
.banner .bannerSwiper .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -60px;
  width: 55px;
  height: 55px;
  margin-top: -28px;
  background: url(../images/bl.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner .banner-prev:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -60px;
  width: 55px;
  height: 55px;
  margin-top: -28px;
  background: url(../images/br.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner .banner-next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banNum {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  font-size: 0;
}
.banner .banNum .banner-pagination {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 18px;
  border-radius: 9px;
  border: solid 1px #ffffff;
  padding: 4px 8px;
}
.banner .banNum .banner-pagination span {
  font-size: 0;
  height: 8px;
  width: 33.333%;
  float: left;
  border-radius: 9px;
  position: relative;
  display: block;
  overflow: inherit;
  opacity: 1;
  background-color: transparent;
}
.banner .banNum .banner-pagination span::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  border-radius: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banNum .banner-pagination span.swiper-pagination-bullet-active::before {
  background-color: #fff;
}
.banner .banNum .curNum {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-size: 20px;
  color: #ffffff;
  margin-left: 195px;
  position: relative;
  line-height: 18px;
}
.banner .banNum .curNum::before {
  content: "0";
}
.banner .banNum .curNum::after {
  content: "";
  display: block;
  position: absolute;
  width: 111px;
  height: 1px;
  background-color: #ffffff;
  left: -147px;
  top: 50%;
}
.title {
  line-height: 1;
  font-size: 0;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  font-size: 40px;
  font-weight: bold;
}
.title span::before {
  content: "";
  width: 24px;
  height: 5px;
  background-color: #262a33;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.title i {
  display: block;
  font-size: 20px;
  margin-top: 26px;
  margin-left: 42px;
  letter-spacing: 7px;
  color: #888888;
  white-space: nowrap;
}
.moreLink {
  display: block;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  border: solid 1px #434343;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  border-left: 1px solid #434343;
  width: 8px;
  height: 8px;
  border-top: 1px solid #434343;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-right: 1px solid #434343;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #434343;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink span::before {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  border-right: 1px solid #434343;
  width: 8px;
  height: 8px;
  border-top: 1px solid #434343;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink span::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  bottom: 5px;
  border-left: 1px solid #434343;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #434343;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/morear.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  box-shadow: 0 0 20px rgba(232, 91, 27, 0.2);
  background-color: #e85b1b;
  color: #e85b1b;
}
.moreLink:hover::before {
  border-color: #fff;
}
.moreLink:hover::after {
  border-color: #fff;
}
.moreLink:hover span::before {
  border-color: #fff;
}
.moreLink:hover span::after {
  border-color: #fff;
}
.moreLink:hover i {
  filter: grayscale(100) brightness(5);
  animation: zyfd 1.5s linear infinite;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 27px;
}
.service {
  padding: 100px 0 78px;
}
.service .title i::after {
  content: "";
  width: 326px;
  height: 1px;
  background-color: #262a33;
  display: inline-block;
  vertical-align: middle;
  margin-left: 47px;
}
.service .fwNav {
  position: relative;
  float: right;
  width: 620px;
}
.service .fwNav ul {
  margin-top: 30px;
}
.service .fwNav ul::after,
.service .fwNav ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.service .fwNav ul li {
  float: left;
  margin-left: 40px;
  margin-top: 20px;
}
.service .fwNav ul li a {
  display: block;
  width: 200px;
  height: 68px;
  background-color: #ffffff;
  border-radius: 6px;
  line-height: 68px;
  text-align: center;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 7px 10px 0px rgba(0, 62, 134, 0.1);
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  background: url(../images/fwnavli.png) center center no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: url(../images/fwnavlih.png) center center no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.service .fwNav ul li a span {
  padding-right: 36px;
}
.service .fwNav ul li a span::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 18px;
  background: url(../images/fwico.png) 0 center no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  left: 10px;
}
.service .fwNav ul li:hover a::before,
.service .fwNav ul li.on a::before {
  opacity: 0;
}
.service .fwNav ul li:hover a::after,
.service .fwNav ul li.on a::after {
  opacity: 1;
}
.service .fwNav ul li:hover a span::before,
.service .fwNav ul li.on a span::before {
  opacity: 1;
  left: 0;
}
.service .fwImg {
  position: absolute;
  width: 869px;
  height: 900px;
  top: 8px;
  left: -310px;
  background: url(../images/fwimg.png) 0 0 no-repeat;
}
.service .fwTip {
  font-size: 18px;
  line-height: 32px;
  margin-top: 72px;
  position: relative;
  margin-left: -68px;
}
.service .fwTip::before {
  content: "Service";
  display: block;
  position: absolute;
  font-family: Arial;
  font-size: 80px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -310px;
  color: #fff;
  text-shadow: 1px 1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, -1px -1px 0 #333;
}
.demand {
  background: url(../images/xqbg.png) center 0 no-repeat;
  padding-top: 60px;
  padding-bottom: 80px;
}
.demand .title i em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 26px;
  width: 385px;
  height: 1px;
  background-color: #262a33;
  position: relative;
}
.demand .title i em::before {
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  top: -2px;
  width: 24px;
  height: 5px;
  background-color: #262a33;
}
.demand .xqList {
  margin-top: 14px;
}
.demand .xqList ul {
  margin: 0 -20px;
}
.demand .xqList ul::after,
.demand .xqList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.demand .xqList ul li {
  width: 50%;
  float: left;
  padding: 0 20px;
  margin-top: 26px;
}
.demand .xqList ul li .item {
  height: 292px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.demand .xqList ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.demand .xqList ul li .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/xqty.png) 0 center no-repeat;
}
.demand .xqList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.demand .xqList ul li .item .cont {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  color: #ffffff;
  padding-left: 40px;
  padding-top: 66px;
  width: 380px;
}
.demand .xqList ul li .item .cont .num {
  display: block;
  line-height: 1;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.demand .xqList ul li .item .cont .num i {
  font-family: "Arial Black";
  font-size: 46px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 36px;
  background: url(../images/xqnum.png) 0 center no-repeat;
  padding-left: 38px;
  margin-right: 10px;
}
.demand .xqList ul li .item .cont .num em {
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
}
.demand .xqList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  margin-top: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.demand .xqList ul li .item .cont .txt {
  margin-top: 8px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 28px;
  height: 84px;
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
.demand .xqList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.demand .xqList ul li .item:hover .cont .num {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.demand .xqList ul li .item:hover .cont .bt {
  -webkit-transform: translateY(-14px);
  transform: translateY(-14px);
}
.demand .xqList ul li .item:hover .cont .txt {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi {
  position: relative;
  background: url(../images/ysbg.jpg) center bottom no-repeat;
  background-color: #101728;
  overflow: hidden;
}
.youshi .ysBox {
  height: 900px;
  padding-top: 108px;
}
.youshi .title {
  color: #ffffff;
}
.youshi .title span::before {
  background-color: #fff;
}
.youshi .title i {
  color: rgba(255, 255, 255, 0.5);
}
.youshi .title i em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 26px;
  width: 385px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.youshi .title i em::before {
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  top: -2px;
  width: 24px;
  height: 5px;
  background-color: #ffffff;
}
.youshi .ysList {
  margin-top: 66px;
}
.youshi .ysList ul {
  display: flex;
  justify-content: space-between;
}
.youshi .ysList ul li {
  float: left;
}
.youshi .ysList ul li .item {
  height: 546px;
}
.youshi .ysList ul li .item .box {
  float: left;
  width: 0;
  height: 546px;
  background: url(../images/yslibg.png) right bottom no-repeat;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 42px 0 0 0;
  overflow: hidden;
  position: relative;
  padding-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item .box .num {
  background: url(../images/ysnum.png) center 0 no-repeat;
  position: absolute;
  z-index: 3;
  top: 42px;
  padding-top: 70px;
  line-height: 62px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-family: "Arial Black";
  font-size: 83px;
  letter-spacing: 3px;
  color: #e85b1b;
  text-transform: uppercase;
  right: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
@media screen and (max-width: 1320px) {
  .youshi .ysList ul li .item .box .num {
    font-size: 70px;
  }
}
.youshi .ysList ul li .item .box .ysLogo img {
  display: block;
  max-height: 49px;
}
.youshi .ysList ul li .item .box .text {
  width: 350px;
  font-size: 17px;
  line-height: 28px;
  margin-top: 20px;
}
.youshi .ysList ul li .item .box .pic {
  position: absolute;
  overflow: hidden;
  width: 570px;
  height: 342px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 8px;
}
.youshi .ysList ul li .item .box .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.youshi .ysList ul li .item .tit {
  float: left;
  width: 160px;
  height: 522px;
  border-radius: 0px 80px 10px 10px;
  position: relative;
  top: 37px;
  padding-top: 38px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@media screen and (max-width: 1320px) {
  .youshi .ysList ul li .item .tit {
    width: 140px;
  }
}
.youshi .ysList ul li .item .tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.65) 55%, rgba(255, 255, 255, 0) 90%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.65) 55%, rgba(255, 255, 255, 0) 90%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 100%;
  background-position: center 0;
}
.youshi .ysList ul li .item .tit::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, rgba(232, 91, 27, 0.9) 25%, rgba(232, 91, 27, 0.65) 55%, rgba(232, 91, 27, 0) 90%);
  background-image: linear-gradient(to bottom, rgba(232, 91, 27, 0.9) 25%, rgba(232, 91, 27, 0.65) 55%, rgba(232, 91, 27, 0) 90%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 100%;
  background-position: center 0;
  opacity: 0;
}
.youshi .ysList ul li .item .tit em {
  display: block;
  width: 82px;
  height: 86px;
  position: relative;
  z-index: 2;
  margin: auto;
}
.youshi .ysList ul li .item .tit em::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/ysicobg.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item .tit em::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/ysicobgh.png) center center no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item .tit em i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 2;
}
.youshi .ysList ul li .item .tit em i:before,
.youshi .ysList ul li .item .tit em i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysList ul li .item .tit em i:after {
  opacity: 0;
}
.youshi .ysList ul li .item .tit em i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysList ul li .item .tit em i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .ysList ul li .item .tit em i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysList ul li .item .tit em i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .ysList ul li .item .tit em i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysList ul li .item .tit em i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .ysList ul li .item .tit em i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysList ul li .item .tit em i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .ysList ul li .item .tit span {
  display: block;
  width: 25px;
  font-size: 25px;
  line-height: 30px;
  margin: auto;
  margin-top: 26px;
  position: relative;
  z-index: 2;
}
.youshi .ysList ul li.on .item .box {
  width: 570px;
  display: block;
  padding-left: 40px;
}
@media screen and (max-width: 1320px) {
  .youshi .ysList ul li.on .item .box {
    width: 550px;
  }
}
.youshi .ysList ul li.on .item .box .num {
  opacity: 1;
  right: 38px;
}
.youshi .ysList ul li.on .item .tit {
  color: #fff;
}
.youshi .ysList ul li.on .item .tit::before {
  opacity: 0;
}
.youshi .ysList ul li.on .item .tit::after {
  opacity: 1;
}
.youshi .ysList ul li.on .item .tit em::before {
  opacity: 0;
}
.youshi .ysList ul li.on .item .tit em::after {
  opacity: 1;
}
.youshi .ysList ul li.on .item .tit em i::before {
  opacity: 0;
  top: -100%;
}
.youshi .ysList ul li.on .item .tit em i::after {
  opacity: 1;
  top: -100%;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  position: relative;
  padding: 80px 0 78px;
}
.about .number {
  height: 256px;
}
.about .number ul {
  padding-top: 98px;
  display: flex;
  justify-content: space-between;
}
.about .number ul li {
  color: #ffffff;
}
.about .number ul li h4 i {
  font-family: Impact;
  font-size: 60px;
  line-height: 50px;
  display: inline-block;
  vertical-align: bottom;
}
.about .number ul li h4 em {
  display: inline-block;
  vertical-align: bottom;
  width: 26px;
  height: 26px;
  background-color: #d77933;
  border-radius: 100%;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  margin-left: 10px;
}
.about .number ul li p {
  font-size: 17px;
  margin-top: 22px;
  line-height: 1;
}
.about .aboutBox::before {
  content: "";
  display: block;
  position: absolute;
  right: -212px;
  bottom: 0;
  z-index: -1;
  width: 1053px;
  height: 450px;
  border-radius: 0px 0px 100px 0px;
  background: url(../images/aboutbg.png) right bottom no-repeat;
}
.about .aboutText {
  width: 560px;
  padding-top: 38px;
  padding-bottom: 60px;
}
.about .aboutText .text {
  margin-top: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 38px;
  height: 228px;
  font-size: 16px;
  text-align: justify;
  margin-left: 42px;
}
.about .aboutText .more {
  display: block;
  width: 66px;
  height: 66px;
  background-color: #e85b1b;
  margin-top: 56px;
  border-radius: 100%;
  margin-left: 42px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/aboutar.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  animation: bowen 1.2s linear infinite;
}
@keyframes bowen {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 91, 27, 0.3), 0 0 0 10px rgba(232, 91, 27, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(232, 91, 27, 0.3), 0 0 0 20px rgba(232, 91, 27, 0);
  }
}
.about .aboutText .more:hover::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about .aboutText .more:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.about .aboutPic {
  position: absolute;
  right: -105px;
  top: 0;
  width: 800px;
  height: 480px;
  background-color: #fff;
  border-radius: 240px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic::before {
  content: "";
  width: 50%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover {
  border-radius: 260px 220px 260px 220px;
}
@media screen and (max-width: 1320px) {
  .about .aboutPic {
    width: 700px;
  }
}
.about .aboutEn {
  position: absolute;
  right: 0;
  bottom: 73px;
  line-height: 13px;
  font-size: 16px;
}
.about .aboutEn i {
  display: inline-block;
  vertical-align: middle;
  height: 5px;
  margin-right: 22px;
  font-size: 0;
  position: relative;
  top: 1px;
}
.about .aboutEn i::before {
  content: "";
  width: 495px;
  height: 1px;
  background-color: #262a33;
  display: inline-block;
  vertical-align: top;
}
.about .aboutEn i::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
  width: 24px;
  height: 5px;
  background-color: #262a33;
}
.about .aboutimg {
  position: absolute;
  width: 248px;
  height: 282px;
  bottom: 3px;
  left: -277px;
  background: url(../images/aboutimg.png) 0 center no-repeat;
}
.solution {
  background: url(../images/fabg.jpg) center 0 no-repeat;
}
.solution .faBox {
  padding: 116px 0 42px;
}
.solution .faBox::before {
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  top: 0;
  width: 245px;
  height: 700px;
  background: url(../images/fabgbox.jpg) right 0 no-repeat;
  background-color: #e85b1b;
}
.solution .title {
  color: #ffffff;
}
.solution .title span::before {
  background-color: #fff;
}
.solution .title i {
  color: rgba(255, 255, 255, 0.5);
}
.solution .faSwiper {
  margin: 168px -18px 0;
  position: relative;
}
.solution .faSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, default;
}
.solution .faSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, default;
}
.solution .faSwiper ul::after,
.solution .faSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.solution .faSwiper ul li {
  float: left;
  padding: 0 18px;
  width: 25%;
}
.solution .faSwiper ul li .item {
  border-radius: 6px;
  border: solid 1px #dcdcdc;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution .faSwiper ul li .item .pic {
  display: block;
  height: 228px;
  position: relative;
  overflow: hidden;
  margin: -1px -1px 0;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution .faSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution .faSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 60px;
  line-height: 54px;
  position: relative;
  padding: 6px 10px 0;
  text-align: center;
  left: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.solution .faSwiper ul li .item .bt:hover {
  left: 5px;
}
.solution .faSwiper ul li .item:hover {
  border-color: #ef895a;
}
.solution .faSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.solution .faSwiper ul li .item:hover .bt {
  color: #e85b1b;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.solution .page {
  position: absolute;
  right: 36px;
  top: -160px;
  z-index: 3;
}
.solution .page .fa-prev {
  float: left;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution .page .fa-prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fal.png) center center no-repeat;
}
.solution .page .fa-prev:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.solution .page .fa-next {
  margin-left: 40px;
  float: left;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution .page .fa-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/far.png) center center no-repeat;
}
.solution .page .fa-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.news {
  overflow: hidden;
  padding: 80px 0 84px;
  background: url(../images/newsbg.png) center bottom no-repeat;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab .title i {
  letter-spacing: 2px;
}
.news .newsTab ul {
  float: right;
  margin-top: 22px;
}
.news .newsTab ul li {
  display: block;
  margin-left: -7px;
  float: left;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 144px;
  height: 49px;
  background-color: #ffffff;
  border: solid 1px #262a33;
  border-radius: 50%;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.news .newsTab ul li a::before {
  content: '';
  z-index: -1;
  position: absolute;
  width: 100px;
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #e85b1b;
  opacity: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  bottom: -50px;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  opacity: 1;
  bottom: -42px;
}
.news .newsTabs {
  position: relative;
  margin-top: 45px;
}
.news .newsTabs .bd {
  height: 402px;
}
.news .newsList {
  width: 100%;
  height: 402px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .list {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 -15px;
}
.news .newsList .list::after,
.news .newsList .list:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list .one {
  float: left;
  width: 66.666%;
  padding: 0 15px;
}
.news .newsList .list .one .item {
  height: 257px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  padding: 44px 38px 0 380px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list .one .item .pic {
  display: block;
  width: 325px;
  height: 240px;
  position: absolute;
  left: 8px;
  top: 8px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list .one .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list .one .item .cont .date {
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.news .newsList .list .one .item .cont .date span {
  display: inline-block;
  vertical-align: bottom;
  font-family: Arial;
  font-size: 38px;
  font-weight: bold;
  line-height: 27px;
}
.news .newsList .list .one .item .cont .date span::before {
  content: "→";
  font-size: 23px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}
.news .newsList .list .one .item .cont .date i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-family: Arial;
  line-height: 15px;
}
.news .newsList .list .one .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 15px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list .one .item .cont .bt:hover {
  left: 6px;
}
.news .newsList .list .one .item .cont p {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list .one .item:hover {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.06);
}
.news .newsList .list .one .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list .one .item:hover .cont .date {
  color: #e85b1b;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.news .newsList .list .one .item:hover .cont .bt {
  color: #e85b1b;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .list .one .item:hover .cont p {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.news .newsList .list ul li {
  width: 33.333%;
  float: left;
  padding: 0 15px;
  margin-top: 33px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li:first-child {
  margin-top: 0;
}
.news .newsList .list ul li .item {
  height: 112px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 22px 25px 0 20px;
}
.news .newsList .list ul li .item .tt {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
}
.news .newsList .list ul li .item .tt .date {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList .list ul li .item .tt .date span {
  display: inline-block;
  vertical-align: bottom;
  font-family: Arial;
  font-size: 38px;
  font-weight: bold;
  line-height: 27px;
}
.news .newsList .list ul li .item .tt .date span::before {
  content: "→";
  font-size: 23px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}
.news .newsList .list ul li .item .tt .date i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-family: Arial;
  line-height: 15px;
}
.news .newsList .list ul li .item .tt .more {
  position: absolute;
  right: 0;
  top: 0;
  height: 27px;
  background: url(../images/newsico.png) 0 center no-repeat;
  width: 21px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(1.4);
}
.news .newsList .list ul li .item .tt .more:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news .newsList .list ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 15px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list ul li .item .bt:hover {
  left: 6px;
}
.news .newsList .list ul li .item:hover {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.06);
}
.news .newsList .list ul li .item:hover .tt {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.news .newsList .list ul li .item:hover .tt .date {
  color: #e85b1b;
}
.news .newsList .list ul li .item:hover .tt .more {
  filter: grayscale(0) brightness(1);
}
.news .newsList .list ul li .item:hover .bt {
  color: #e85b1b;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media screen and (max-width: 1320px) {
  .news .newsList .list {
    margin: 0 -12px;
  }
  .news .newsList .list ul li {
    padding: 0 12px;
  }
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .list {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .list {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .list {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.partners {
  padding: 78px 0 56px;
}
.partners * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.partners .title {
  text-align: center;
}
.partners .title em {
  display: block;
  font-family: Impact;
  font-size: 151px;
  line-height: 124px;
  letter-spacing: 21px;
  padding-left: 21px;
  text-shadow: 1px 1px 0 #eee, -1px 1px 0 #eee, 1px -1px 0 #eee, -1px -1px 0 #eee;
  color: #fff;
}
.partners .title span {
  margin-top: -86px;
  position: relative;
}
.partners .hzList {
  height: 580px;
  background: url(../images/hzbg.jpg) center 1px no-repeat;
  margin-top: 58px;
  position: relative;
}
.partners .hzList .tit {
  width: 147px;
  height: 147px;
  background-color: #e85b1b;
  box-shadow: 5px 6px 9px 0px rgba(8, 55, 119, 0.26), 0 0 0 8px rgba(15, 78, 164, 0.1);
  border-radius: 100%;
  position: absolute;
  z-index: 2;
  top: 180px;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.partners .hzList .tit img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.partners .hzList ul li {
  width: 318px;
  height: 145px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #e8e8e8;
  position: absolute;
  left: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partners .hzList ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.partners .hzList ul li .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partners .hzList ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: -40px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  z-index: 3;
  background-color: rgba(232, 91, 27, 0.8);
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 0 8px;
}
.partners .hzList ul li:hover {
  border-color: #e85b1b;
}
.partners .hzList ul li:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.partners .hzList ul li:nth-child(1) {
  top: 0;
  margin-left: 50px;
}
.partners .hzList ul li:nth-child(2) {
  top: 410px;
  margin-left: -159px;
}
.partners .hzList ul li:nth-child(3) {
  top: 174px;
  margin-left: -387px;
  width: 234px;
  height: 107px;
}
.partners .hzList ul li:nth-child(4) {
  top: 232px;
  margin-left: 231px;
  width: 200px;
  height: 92px;
}
.partners .hzList ul li:nth-child(5) {
  top: 216px;
  margin-left: -757px;
  width: 216px;
  height: 99px;
}
.partners .hzList ul li:nth-child(6) {
  top: 206px;
  margin-left: 572px;
  width: 234px;
  height: 107px;
}
.partners .hzList ul li:nth-child(7) {
  top: 16px;
  margin-left: -566px;
  width: 181px;
  height: 84px;
}
.partners .hzList ul li:nth-child(8) {
  top: 31px;
  margin-left: 550px;
  width: 151px;
  height: 70px;
  border-radius: 5px;
}
.partners .hzList ul li:nth-child(9) {
  top: 396px;
  margin-left: -506px;
  width: 164px;
  height: 75px;
  border-radius: 5px;
}
.partners .hzList ul li:nth-child(10) {
  top: 390px;
  margin-left: 474px;
  width: 174px;
  height: 80px;
  border-radius: 5px;
}
@media screen and (max-width: 1620px) {
  .partners {
    padding-bottom: 36px;
  }
  .partners .hzList {
    -webkit-transform: scale(0.86);
    -moz-transform: scale(0.86);
    -o-transform: scale(0.86);
    transform: scale(0.86);
    margin-top: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .partners {
    padding-bottom: 0;
  }
  .partners .hzList {
    -webkit-transform: scale(0.76);
    -moz-transform: scale(0.76);
    -o-transform: scale(0.76);
    transform: scale(0.76);
    margin-top: 0;
  }
}
@media screen and (max-width: 1240px) {
  .partners {
    padding-bottom: 0;
  }
  .partners .hzList {
    -webkit-transform: scale(0.72);
    -moz-transform: scale(0.72);
    -o-transform: scale(0.72);
    transform: scale(0.72);
  }
}
