@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);
  }
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 130px;
}
@media screen and (max-width: 1680px) {
  body {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 80px;
  }
}
@media screen and (max-width: 980px) {
  body {
    padding-top: 66px;
  }
}
@media screen and (max-width: 640px) {
  body {
    padding-top: 50px;
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: perspective(1000px);
  transition: transform 0.6s;
}
.inSwiper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper .swiper-wrapper {
  height: 100%;
}
.inSwiper .inBox {
  overflow: hidden;
}
.inSwiper .in-pagination {
  position: absolute;
  left: auto;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.inSwiper .in-pagination span {
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  border-radius: 100%;
  margin: 15px 0 !important;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.inSwiper .in-pagination span.swiper-pagination-bullet-active {
  background-color: #ddd;
}
.index-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.index-page .inBoxFlex {
  width: 92%;
  max-width: 1300px;
  margin: auto;
}
.in-down {
  display: block;
  position: absolute;
  z-index: 5;
  width: 19px;
  height: 42px;
  background: url(../images/mouse.png) 0 center no-repeat;
  left: 50%;
  z-index: 3;
  margin-left: -10px;
  bottom: 25px;
  animation: arrow 2.4s linear infinite;
  cursor: pointer;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .in-down {
    bottom: 10px;
  }
}
.header {
  height: 0;
}
.nav_bg {
  position: fixed;
  top: 0;
}
.banner {
  position: relative;
  height: 100%;
  width: 100%;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #1c232a;
}
.banner-swiper ul li {
  height: 100% !important;
  overflow: hidden;
}
.banner-swiper ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  -webkit-transition: all 6s ease-out;
  transition: all 6s ease-out;
}
.banner-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-swiper .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-swiper .swiper-slide-active img {
  transform: scale(1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.banner-swiper .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner-swiper:hover .banner-prev {
  left: 3%;
}
.banner-swiper .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner-swiper:hover .banner-next {
  right: 3%;
}
.banner-swiper .banner-pagination {
  position: absolute;
  z-index: 4;
  left: 3%;
  text-align: left;
  width: auto;
  margin: auto;
  bottom: 36px;
}
.banner-swiper .banner-pagination span {
  display: inline-block;
  border: 1px transparent solid;
  opacity: 1;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: transparent;
  margin-left: 0 !important;
  margin-right: 25px !important;
  cursor: pointer;
  outline: none;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner-swiper .banner-pagination span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner-swiper .banner-pagination span.swiper-pagination-bullet-active {
  border-color: #fff;
}
.banner-swiper .banner-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.banner-swiper.wapBanner {
  display: none;
}
@media screen and (max-width: 750px) {
  .banner-swiper.pcBanner {
    display: none;
  }
  .banner-swiper.wapBanner {
    display: block;
  }
  .banner-swiper .mbanner-pagination {
    font-size: 0;
    position: absolute;
    width: auto;
    width: 100%;
    left: 15px;
    bottom: 20px;
    z-index: 3;
  }
  .banner-swiper .mbanner-pagination span {
    display: inline-block;
    border: 1px transparent solid;
    opacity: 1;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background-color: transparent;
    margin-left: 0 !important;
    margin-right: 8px !important;
    cursor: pointer;
    outline: none;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .banner-swiper .mbanner-pagination span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .banner-swiper .mbanner-pagination span.swiper-pagination-bullet-active {
    border-color: #fff;
  }
  .banner-swiper .mbanner-pagination span.swiper-pagination-bullet-active::before {
    opacity: 1;
  }
}
.index-page {
  position: relative;
}
.title {
  text-align: center;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
}
.title i {
  font-family: Impact;
  font-size: 48px;
  display: block;
  line-height: 1;
  color: #007dc9;
}
.title em {
  display: block;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .title i {
    font-size: 42px;
  }
  .title em {
    font-size: 30px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .title i {
    font-size: 30px;
  }
  .title em {
    font-size: 24px;
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center center no-repeat;
  background-size: cover;
}
.youshi .ysList {
  margin-top: 8vh;
}
.youshi .ysList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.youshi .ysList ul li {
  width: auto;
}
.youshi .ysList ul li .item {
  text-align: center;
}
.youshi .ysList ul li .item .pic {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 10px;
  border: solid 1px #333333;
  margin: auto;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.youshi .ysList ul li .item .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;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.youshi .ysList ul li .item h4 {
  line-height: 1;
  font-size: 30px;
  margin-top: 22px;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.youshi .ysList ul li .item .line {
  width: 1px;
  height: 35px;
  background-color: #333333;
  margin: 34px auto 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item p {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-top: 18px;
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
.youshi .ysList ul li .item:hover .pic {
  border-color: #007dc9;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  border-radius: 25px;
}
.youshi .ysList ul li .item:hover .pic img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.youshi .ysList ul li .item:hover h4 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #007dc9;
}
.youshi .ysList ul li .item:hover .line {
  background-color: #007dc9;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysList ul li .item:hover p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
@media screen and (max-width: 1320px) {
  .youshi .ysList ul li .item h4 {
    font-size: 26px;
    margin-top: 22px;
  }
  .youshi .ysList ul li .item .line {
    height: 25px;
    margin: 24px auto 0;
  }
  .youshi .ysList ul li .item p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 980px) {
  .youshi .ysList ul li .item .pic {
    width: 80px;
    height: 80px;
  }
  .youshi .ysList ul li .item h4 {
    font-size: 20px;
    margin-top: 18px;
  }
  .youshi .ysList ul li .item .line {
    height: 25px;
    margin: 15px auto 0;
  }
  .youshi .ysList ul li .item p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 6px;
  }
}
@media screen and (max-width: 640px) {
  .youshi .ysList {
    margin-top: 3vh;
  }
  .youshi .ysList ul {
    justify-content: space-around;
  }
  .youshi .ysList ul li {
    width: 30%;
    margin-top: 3vh;
  }
  .youshi .ysList ul li .item .pic {
    width: 60px;
    height: 60px;
  }
  .youshi .ysList ul li .item h4 {
    font-size: 18px;
    margin-top: 12px;
  }
  .youshi .ysList ul li .item .line {
    height: 1px;
    width: 20px;
    margin: 12px auto 0;
  }
  .youshi .ysList ul li .item p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 10px;
  }
}
.product {
  background: url(../images/probg.jpg) center center no-repeat;
  background-size: cover;
}
.product .proList {
  margin: 6.5vh 0 0;
}
.product .proList ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -7px;
}
.product .proList ul li {
  width: 20.15%;
  padding: 0 7px;
  -webkit-transition: all 0.5s ease-out !important;
  transition: all 0.5s ease-out !important;
}
.product .proList ul li .item {
  overflow: hidden;
  height: 45.92vh;
  max-height: 450px;
  background-color: #000000;
  position: relative;
}
.product .proList 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;
  opacity: 0.5;
}
.product .proList 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;
}
.product .proList ul li .item .tt {
  display: block;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto 10% 15%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt i {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}
.product .proList ul li .item .tt i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.product .proList ul li .item .tt span {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  max-height: 60px;
}
.product .proList ul li .item .cont {
  display: block;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  opacity: 0;
}
.product .proList ul li .item .cont .bt {
  display: block;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont .bt i {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}
.product .proList ul li .item .cont .bt i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.product .proList ul li .item .cont .bt span {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  max-height: 60px;
  font-weight: bold;
}
.product .proList ul li .item .cont .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}
.product .proList ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  font-size: 15px;
  margin-top: 16px;
}
.product .proList ul li .item .cont .more {
  display: block;
  width: 185px;
  height: 40px;
  background-color: #007dc9;
  margin-top: 50px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.product .proList ul li .item .cont .more:hover {
  background: none;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.product .proList ul li .item .cont .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.product .proList 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);
}
.product .proList ul li.on {
  width: 39.55%;
}
.product .proList ul li.on .item .pic {
  opacity: 0.3;
}
.product .proList ul li.on .item .tt {
  opacity: 0;
}
.product .proList ul li.on .item .cont {
  opacity: 1;
  visibility: inherit;
}
.product .proList ul .proMore {
  width: 20.15%;
  display: block;
  padding: 0 7px;
  height: 45.92vh;
  max-height: 450px;
}
.product .proList ul .proMore .more {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dc9;
  color: #fff;
  font-size: 20px;
  position: relative;
}
.product .proList ul .proMore .more span {
  display: block;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  line-height: 20px;
}
@media screen and (max-width: 1320px) {
  .product .proList {
    margin: 5vh 0 0;
  }
  .product .proList ul li .item .tt i {
    width: 30px;
    height: 30px;
  }
  .product .proList ul li .item .tt span {
    font-size: 16px;
  }
  .product .proList ul li .item .cont .bt i {
    width: 30px;
    height: 30px;
  }
  .product .proList ul li .item .cont .bt span {
    font-size: 16px;
  }
  .product .proList ul li .item .cont p {
    font-size: 14px;
  }
  .product .proList ul li .item .cont .more {
    margin-top: 25px;
    width: 120px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product .proList {
    margin: 3vh 0 0;
  }
  .product .proList ul {
    flex-wrap: wrap;
  }
  .product .proList ul li {
    width: 50% !important;
  }
  .product .proList ul li .item {
    height: 24vh;
    margin-top: 14px;
  }
  .product .proList ul li .item .pic {
    opacity: 0.5 !important;
  }
  .product .proList ul li .item .tt {
    opacity: 1 !important;
  }
  .product .proList ul li .item .cont {
    display: none !important;
  }
  .product .proList ul .proMore {
    width: 50% !important;
    height: 24vh;
    margin-top: 14px;
  }
}
@media screen and (max-width: 750px) {
  .product .proSwiper {
    width: 100%;
    left: 0;
  }
  .product .proSwiper ul li {
    width: 100%;
    padding: 0 4%;
  }
  .product .proSwiper ul li .item .pic {
    border-radius: 20px 40px 40px 20px;
  }
  .product .proSwiper ul li .item .bt {
    font-size: 16px;
    padding: 0;
  }
  .product .proSwiper ul li .item .bt::before {
    display: none;
  }
  .product .proSwiper ul li .item .num {
    font-size: 60px;
  }
  .product .proSwiper .page {
    margin-top: 30px;
    text-align: center;
  }
  .product .proSwiper .page .pro-prev {
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 0;
    width: 48px;
    height: 28px;
  }
  .product .proSwiper .page .pro-next {
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    right: 0;
    width: 48px;
    height: 28px;
  }
}
.about {
  background: url(../images/aboutbg.jpg) center center no-repeat;
  background-size: cover;
}
.about .aboutCont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-top: 6.8vh;
}
.about .aboutPic {
  position: relative;
  background-color: #fff;
  border: solid 6px #ffffff;
  width: 43.08%;
  max-width: 560px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic {
  height: 0;
  padding-top: 72.63%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  position: relative;
}
.about .aboutPic .pic img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover {
  border-radius: 2.08vw 2.08vw 2.08vw 2.08vw;
  box-shadow: 0 10px 20px -5px rgba(0, 125, 201, 0.2);
}
.about .aboutPic:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutText {
  flex: 1;
  padding-right: 8.46%;
}
.about .aboutText .text {
  text-align: justify;
}
.about .aboutText .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 42px;
  height: 168px;
  font-size: 16px;
  color: #666666;
}
.about .aboutText .more {
  display: inline-block;
  vertical-align: top;
  margin-top: 6%;
  position: relative;
  line-height: 40px;
  font-size: 16px;
}
.about .aboutText .more::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #222222;
  z-index: 2;
  left: 25px;
  top: 50%;
}
.about .aboutText .more::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #007dc9;
  border-radius: 100%;
  margin-right: 52px;
  display: inline-block;
  vertical-align: top;
}
.about .aboutText .more span {
  display: inline-block;
  vertical-align: top;
}
.about .aboutText .more span i::before {
  color: #007dc9;
}
.about .aboutText .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .aboutText .more:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.about .aboutText .number {
  margin-top: 8%;
}
.about .aboutText .number ul {
  display: flex;
  justify-content: space-between;
}
.about .aboutText .number ul li h4 {
  font-family: Arial;
  font-size: 14px;
  line-height: 12px;
  color: #999999;
}
.about .aboutText .number ul li .scrollnum {
  font-family: "BaronNeue";
  font-size: 60px;
  line-height: 44px;
  margin-top: 18px;
  font-weight: bold;
  color: #0550a0;
}
.about .aboutText .number ul li p {
  font-size: 18px;
  letter-spacing: -0.9px;
  color: #666666;
  line-height: 1;
  margin-top: 14px;
}
.about .aboutText .number ul li p em {
  font-size: 14px;
}
@media screen and (max-width: 1320px) {
  .about .aboutText {
    padding-right: 5%;
  }
  .about .aboutText .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 30px;
    height: 120px;
    font-size: 15px;
  }
  .about .aboutText .more {
    font-size: 15px;
    margin-top: 4%;
  }
  .about .aboutText .number {
    margin-top: 5%;
  }
  .about .aboutText .number ul li .scrollnum {
    font-size: 50px;
    line-height: 1;
    margin-top: 12px;
  }
  .about .aboutText .number ul li p {
    font-size: 16px;
    margin-top: 10px;
  }
  .about .aboutText .number ul li p em {
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  .about .aboutText .text p {
    font-size: 14px;
  }
  .about .aboutText .more {
    font-size: 14px;
    line-height: 30px;
  }
  .about .aboutText .more::before {
    width: 30px;
    height: 30px;
    margin-right: 62px;
  }
  .about .aboutText .number ul li .scrollnum {
    font-size: 30px;
    margin-top: 8px;
  }
  .about .aboutText .number ul li p {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .about .aboutCont {
    display: block;
    margin-top: 4vh;
  }
  .about .aboutPic {
    width: 100%;
    margin: auto;
  }
  .about .aboutPic .pic {
    width: 100%;
  }
  .about .aboutPic .videoBtn {
    position: absolute;
    width: 90px;
    text-align: center;
    height: 66px;
    left: 0;
    top: 0;
  }
  .about .aboutPic .videoBtn em {
    font-size: 30px;
  }
  .about .aboutPic .videoBtn i {
    width: 20px;
    height: 20px;
  }
  .about .aboutPic .videoBtn span {
    font-size: 14px;
  }
  .about .aboutText {
    width: 100%;
  }
  .about .aboutText .text {
    margin-top: 3vw;
  }
  .about .aboutText .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 24px;
    max-height: 96px;
  }
  .about .aboutText .linkBtn {
    margin-top: 3vw;
  }
}
.partners {
  background: url(../images/hzbg.jpg) center center no-repeat;
  background-size: cover;
}
.partners .hzSwiper {
  margin: 0 -16px;
  margin-top: 6vh;
}
.partners .hzSwiper .swiper-container {
  height: 332px;
}
.partners .hzSwiper ul li {
  width: 25%;
  padding: 18px 16px;
}
.partners .hzSwiper ul li .item {
  height: 130px;
  background-color: #fffdfd;
  box-shadow: 0px 11px 9.8px 0.2px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partners .hzSwiper 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;
}
.partners .hzSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partners .hzSwiper ul li .item .bt {
  position: absolute;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  bottom: -40px;
  width: 100%;
  z-index: 3;
  padding: 0 5px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background-color: rgba(0, 125, 201, 0.8);
  font-size: 15px;
  opacity: 0;
}
.partners .hzSwiper ul li .item:hover {
  background-color: #b6d2fa;
}
.partners .hzSwiper 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);
}
@media screen and (max-width: 1320px) {
  .partners .hzSwiper {
    margin-left: -12px;
    margin-right: -12px;
  }
  .partners .hzSwiper .swiper-container {
    height: 264px;
  }
  .partners .hzSwiper ul li {
    padding: 12px;
  }
  .partners .hzSwiper ul li .item {
    height: 110px;
  }
  .partners .aboutText {
    padding-right: 5%;
  }
  .partners .aboutText .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 30px;
    height: 120px;
    font-size: 15px;
  }
  .partners .aboutText .more {
    font-size: 15px;
    margin-top: 4%;
  }
  .partners .aboutText .number {
    margin-top: 5%;
  }
  .partners .aboutText .number ul li .scrollnum {
    font-size: 50px;
    line-height: 1;
    margin-top: 12px;
  }
  .partners .aboutText .number ul li p {
    font-size: 16px;
    margin-top: 10px;
  }
  .partners .aboutText .number ul li p em {
    font-size: 12px;
  }
}
.news {
  background: url(../images/newsbg.jpg) center center no-repeat;
  background-size: cover;
}
.news .inBoxFlex {
  position: relative;
  display: block;
  height: 100%;
}
.news .title {
  top: 14.4vh;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 4;
}
.news .newsBox {
  height: 100%;
}
.news .newsSwiper {
  width: 100%;
  height: 100%;
}
.news .newsSwiper .swiper-container {
  height: 100%;
  cursor: url(../images/gesture.png), default !important;
}
.news .newsSwiper .swiper-container img {
  cursor: url(../images/gesture.png), default !important;
}
.news .newsSwiper ul {
  height: 100%;
}
.news .newsSwiper ul li {
  height: 100%;
  width: 33.333%;
}
.news .newsSwiper ul li .item {
  position: relative;
  height: 100%;
  padding: 0 9.6%;
  padding-top: 32vh;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .date1 {
  font-size: 40px;
  display: block;
  font-weight: bold;
  line-height: 1;
  padding-top: 55px;
  overflow: hidden;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.news .newsSwiper ul li .item .bt {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 16px;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper ul li .item .date2 {
  font-size: 14px;
  line-height: 12px;
  color: #666666;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: bold;
}
.news .newsSwiper ul li .item .pic {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.news .newsSwiper 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;
}
.news .newsSwiper ul li .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  color: #777777;
  margin-top: 20px;
}
.news .newsSwiper 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);
}
.news .newsSwiper ul li .item:hover .bt {
  color: #007dc9;
}
.news .newsSwiper ul li.swiper-slide-active .item {
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .news .newsSwiper ul li.swiper-slide-active .item {
    background-color: transparent;
  }
}
.news .newsSwiper ul li.swiper-slide-active .item .date1 {
  padding-top: 0;
  height: 0;
  opacity: 0;
}
.news .newsSwiper ul li.swiper-slide-active .item .bt {
  margin-top: 0;
}
.news .newsSwiper ul li.swiper-slide-active .item .date2 {
  opacity: 1;
}
.news .newsSwiper ul li.swiper-slide-active .item .pic {
  padding-top: 62.86%;
  opacity: 1;
  margin-top: 28px;
}
.news .page {
  text-align: right;
  position: relative;
  right: 22%;
  font-size: 0;
}
.news .page::before {
  content: "";
  width: 129px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 56px;
}
.news .page .news-prev {
  width: 44px;
  height: 44px;
  border: solid 1px #ffffff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 42px;
  opacity: 0.4;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.news .page .news-prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.news .page .news-prev:hover,
.news .page .news-prev.on {
  opacity: 1;
}
.news .page .news-next {
  margin-left: 46px;
  width: 44px;
  height: 44px;
  border: solid 1px #ffffff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 42px;
  opacity: 0.4;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.news .page .news-next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.news .page .news-next:hover,
.news .page .news-next.on {
  opacity: 1;
}
.footer .footTit {
  height: 100%;
}
.footer .footBox {
  padding-top: 7vh;
}
.footer .footCont {
  padding: 0 !important;
}
.footer .footTxt .lxList {
  margin-top: 5.6vh;
}
.footer .footTxt .formbox {
  margin-top: 10vh;
}
.footer .footTxt .formbox input.xqcontent,
.footer .footTxt .formbox textarea.xqcontent {
  margin-top: 2.8vh;
  margin-bottom: 7vh;
}
.footer .footTxt .copyright {
  margin-top: 7vh;
}
@media screen and (max-width: 960px) {
  .footer .footBox {
    padding-top: 3vh;
  }
}
.in-txt {
  overflow: hidden;
}
.in-txt > * {
  transform: translateY(100%);
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  transition-duration: 1.6s;
}
.swiper-slide-active .in-txt > * {
  transform: translateY(0);
  opacity: 1;
}
.video-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
.video-popup .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1e1e1e;
  opacity: 0.9;
}
.video-popup .video-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.video-popup .video-close:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  -o-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.video-popup .video-close:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
.video-popup .videoSize {
  position: relative;
  width: 60%;
  padding-top: 35%;
  height: 0;
}
@media (max-width: 767px) {
  .video-popup .videoSize {
    width: 90%;
    padding-top: 60%;
  }
}
.video-popup .videoSize .videoBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-popup .videoSize .videoBox video {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-popup .videoSize .videoBox img {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-popup .videoSize .videoBox iframe {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-popup.show-intro-vieo {
  visibility: inherit;
  opacity: 1;
}
.lv-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  filter: blur(20px);
}
.lv-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  filter: blur(20px);
}
.lv-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  filter: blur(20px);
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.swiper-slide {
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important;
}
.swiper-slide-active .lv-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .fadeInRight {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInDown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
