@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 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%;
}
@media screen and (min-width: 961px) {
  html {
    height: 100%;
  }
}
body {
  width: 100%;
  background-color: #fff;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  body {
    height: 100%;
    overflow: hidden;
  }
}
.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;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper .inBox {
  overflow: hidden;
  height: 100%;
}
.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 #aaa;
  border-radius: 100%;
  margin: 15px 0 !important;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.inSwiper .in-pagination span.swiper-pagination-bullet-active {
  background-color: #aaa;
}
@media screen and (max-width: 960px) {
  .inSwiper {
    padding-top: 60px;
    height: auto;
  }
  .inSwiper > .swiper-wrapper {
    height: auto;
    display: block;
  }
  .inSwiper .inBox {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .inSwiper {
    padding-top: 50px;
  }
}
.index-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .index-page {
    height: auto;
  }
}
.index-page .inBoxFlex {
  width: 94%;
  max-width: 1640px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.index-page .inBoxFlex .navico {
  position: absolute;
  right: 0;
  top: 7.5vh;
  z-index: 4;
}
@media screen and (max-height: 780px) {
  .index-page .inBoxFlex .navico {
    top: 3vh;
  }
}
@media screen and (max-height: 700px) {
  .index-page .inBoxFlex .navico {
    top: 2vh;
  }
}
@media screen and (max-width: 960px) {
  .index-page .inBoxFlex .navico {
    display: none;
  }
}
.in-down {
  display: block;
  position: absolute;
  z-index: 5;
  width: 19px;
  height: 42px;
  background: url(../images/mouse.html) 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;
}
.header .nav_bg {
  background-color: transparent;
}
.header .nav_bg .navico {
  display: flex;
}
@media screen and (max-width: 960px) {
  .header .nav_bg {
    background-color: #040000;
  }
  .header .nav_bg .on {
    display: flex !important;
  }
}
.banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-swiper ul {
  height: 100%;
}
.banner-swiper ul li {
  height: 100%;
  overflow: hidden;
}
.banner-swiper ul li img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -webkit-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}
@-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 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-swiper .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/bl.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/br.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 {
  left: 50%;
  width: 200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  color: #fff;
  line-height: 40px;
  position: absolute;
  text-align: center;
  z-index: 4;
}
.banner-swiper .banner-pagination i {
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
}
.banner-swiper .banner-pagination span {
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 30px;
  padding-top: 10px;
  background: url(../images/banpage.png) 0 center no-repeat;
  padding-left: 22px;
  margin-left: 10px;
  height: 40px;
}
@media screen and (max-width: 960px) {
  .banner-swiper .banner-pagination {
    bottom: 30px;
  }
  .banner-swiper .banner-pagination i {
    font-size: 20px;
  }
  .banner-swiper .banner-pagination span {
    font-size: 14px;
  }
  .banner-swiper ul {
    height: auto;
  }
  .banner-swiper ul li {
    height: auto;
  }
  .banner-swiper ul li img {
    height: auto;
  }
}
.mBanner {
  display: none;
}
@media screen and (max-width: 760px) {
  .pcBanner {
    display: none;
  }
  .mBanner {
    display: block;
  }
}
.title {
  line-height: 1;
}
.title span {
  display: block;
  font-size: 34px;
  font-weight: bold;
}
.title i {
  display: block;
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  margin-top: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .title i {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .title span {
    font-size: 30px;
  }
  .title i {
    font-size: 14px;
    margin-top: 12px;
  }
}
.moreLink {
  font-size: 16px;
  line-height: 64px;
}
.moreLink em {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  background-color: #fff;
  border: 1px solid #434343;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink em::before {
  content: "";
  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 {
  color: #db261b;
}
.moreLink:hover em {
  background-color: #db261b;
  border-color: #db261b;
  box-shadow: 0 0 0 10px rgba(219, 38, 27, 0.3);
}
.moreLink:hover em::before {
  filter: grayscale(100) brightness(5);
  animation: zyfd 1.5s linear infinite;
}
@media screen and (max-width: 960px) {
  .moreLink {
    font-size: 14px;
    line-height: 36px;
  }
  .moreLink em {
    height: 36px;
    width: 36px;
  }
}
.about {
  background: url(../images/aboutbg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 2vh 0;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  padding-top: 12.65vh;
}
.about .aboutTit {
  width: 34%;
}
.about .aboutTit .title {
  color: #fff;
}
.about .aboutTit .title i {
  opacity: 0.3;
}
.about .aboutTit .moreLink {
  margin-top: 8.75vh;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.about .aboutTit .moreLink em {
  background-color: #db261b;
  border-color: #db261b;
}
.about .aboutTit .moreLink em::before {
  filter: grayscale(100) brightness(5);
}
.about .aboutText {
  flex: 1;
  min-width: 0;
  margin-top: -10px;
}
.about .aboutText .text {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  color: rgba(255, 255, 255, 0.8);
}
.about .aboutText .aLink {
  max-width: 570px;
  margin-top: 5vh;
}
.about .aboutText .aLink ul {
  display: flex;
  justify-content: space-between;
}
.about .aboutText .aLink ul li a {
  height: 35px;
  padding-top: 10px;
  line-height: 25px;
  font-size: 16px;
  color: #b7b7b7;
  border-left: 1px solid #c3c3c3;
  padding-left: 3.5vh;
}
.about .aboutText .aLink ul li a:hover {
  color: #db261b;
  border-left-color: #db261b;
}
.about .video {
  height: 37.404vh;
  position: relative;
  overflow: hidden;
  margin-top: 6.635vh;
}
.about .video img {
  display: block;
  width: 100%;
  height: 37.404vh;
  object-fit: cover;
}
.about .video iframe {
  width: 100% !important;
  height: 37.404vh !important;
}
@media screen and (max-width: 1460px) {
  .about .aboutTit {
    width: 28%;
  }
}
@media screen and (max-width: 960px) {
  .about {
    padding: 40px 0;
  }
  .about .aboutBox {
    padding-top: 0;
    display: block;
  }
  .about .aboutTit {
    width: 100%;
    text-align: center;
  }
  .about .aboutTit::after,
  .about .aboutTit:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .about .aboutTit .title {
    text-align: left;
  }
  .about .aboutTit .moreLink {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
    width: auto;
  }
  .about .aboutText {
    margin-top: 25px;
  }
  .about .aboutText .text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    line-height: 30px;
    max-height: 210px;
    height: auto;
  }
  .about .aboutText .aLink {
    margin-top: 30px;
  }
  .about .video {
    height: 50vw;
    margin-top: 30px;
  }
  .about .video img {
    height: 50vw;
  }
  .about .video iframe {
    height: 50vw !important;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutText .aLink ul li a {
    padding-left: 20px;
    font-size: 15px;
  }
}
.product {
  background-color: #302f2f;
  padding: 2vh 0 8vh;
}
.product .inBoxFlex {
  padding-top: 15.6vh;
}
.product .proSwiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product .proSwiper ul li {
  width: 100%;
  height: 100vh;
}
.product .proSwiper ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}
.product .proSwiper ul li a img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/proty.png) center center no-repeat;
  background-size: cover;
  z-index: 2;
}
.product .title {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 4;
}
.product .title i {
  opacity: 0.3;
}
.product .moreLink {
  margin: 0 auto;
  margin-top: 6.8vh;
  color: #fff;
  display: block;
  text-align: center;
  width: 130px;
  color: #333;
  position: relative;
  z-index: 4;
}
.product .moreLink em {
  background-color: #db261b;
  border-color: #db261b;
}
.product .moreLink em::before {
  filter: grayscale(100) brightness(5);
}
.product .proThumbs {
  position: relative;
  z-index: 4;
  margin-top: 24vh;
  overflow: hidden;
}
.product .proThumbs .swiper-container {
  width: 1506px;
  margin-left: -20px;
  overflow: initial !important;
}
.product .proThumbs ul li {
  width: 502px;
  float: left;
  padding: 0 20px;
}
.product .proThumbs ul li .item {
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #db261b, #db261b);
  background-image: linear-gradient(to right, #db261b, #db261b);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  height: 152px;
  background-color: #ffffff;
  padding: 10px;
  align-items: center;
  cursor: pointer;
}
.product .proThumbs ul li .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.product .proThumbs ul li .item .pic {
  display: block;
  width: 232px;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proThumbs 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 .proThumbs ul li .item .cont {
  width: 170px;
}
.product .proThumbs ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 19px;
  line-height: 1.4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proThumbs ul li .item .cont .tt {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  line-height: 34px;
  padding-right: 14px;
}
.product .proThumbs ul li .item .cont .tt .num {
  font-family: Arial;
  font-size: 16px;
}
.product .proThumbs ul li .item .cont .tt .more {
  display: block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proThumbs ul li .item .cont .tt .more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/proli.png) center center no-repeat;
}
.product .proThumbs 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 .proThumbs ul li.swiper-slide-thumb-active .item {
  background-size: 100% 100%;
  color: #fff;
}
.product .proThumbs ul li.swiper-slide-thumb-active .item .cont .bt {
  color: #fff;
}
@media screen and (max-width: 1520px) {
  .product .proThumbs .swiper-container {
    width: 1004px;
    margin-left: -20px;
    overflow: initial !important;
  }
}
@media screen and (max-width: 1100px) {
  .product .proThumbs .swiper-container {
    width: 800px;
    margin-left: -10px;
    overflow: initial !important;
  }
  .product .proThumbs ul li {
    width: 400px;
    padding: 0 10px;
  }
  .product .proThumbs ul li .item {
    height: 130px;
  }
  .product .proThumbs ul li .item .pic {
    width: 180px;
  }
  .product .proThumbs ul li .item .cont {
    width: 150px;
  }
  .product .proThumbs ul li .item .cont .bt {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .product {
    padding: 40px 0;
  }
  .product .title {
    text-align: left;
  }
  .product .inBoxFlex {
    padding-top: 0;
  }
  .product .moreLink {
    margin-top: 10px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
  .product .proThumbs {
    margin-top: 30px;
  }
  .product .proThumbs .swiper-container {
    width: 600px;
    margin-left: -10px;
  }
  .product .proThumbs ul li {
    width: 300px;
    padding: 0 10px;
  }
  .product .proThumbs ul li .item {
    height: 90px;
    padding: 6px;
  }
  .product .proThumbs ul li .item .pic {
    width: 130px;
  }
  .product .proThumbs ul li .item .cont {
    width: 130px;
  }
  .product .proThumbs ul li .item .cont .bt {
    font-size: 15px;
  }
  .product .proThumbs ul li .item .cont .tt .more {
    height: 30px;
    width: 30px;
  }
  .product .proSwiper {
    position: relative;
    height: auto;
    width: 94%;
    max-width: 1640px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .product .proSwiper ul li {
    height: auto;
  }
  .product .proSwiper ul li .pic {
    padding-top: 50%;
  }
}
@media screen and (max-width: 640px) {
  .product .proThumbs {
    margin-top: 20px;
  }
  .product .proThumbs .swiper-container {
    width: 320px;
    margin-left: -5px;
  }
  .product .proThumbs ul li {
    width: 160px;
    padding: 0 5px;
  }
  .product .proThumbs ul li .item {
    height: 120px;
    padding: 6px;
    display: block;
  }
  .product .proThumbs ul li .item .pic {
    width: 100%;
    height: 60px;
  }
  .product .proThumbs ul li .item .cont {
    width: 100%;
    margin-top: 5px;
  }
  .product .proThumbs ul li .item .cont .tt {
    margin-top: 4px;
    line-height: 16px;
    padding-right: 0;
  }
  .product .proThumbs ul li .item .cont .tt .num {
    font-size: 14px;
  }
  .product .proThumbs ul li .item .cont .tt .more {
    width: 16px;
    height: 16px;
    right: 0;
  }
  .product .proThumbs ul li .item .cont .tt .more::before {
    background-size: 80%;
  }
  .product .proSwiper {
    position: relative;
    height: auto;
    width: 94%;
    max-width: 1640px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .product .proSwiper ul li {
    height: auto;
  }
  .product .proSwiper ul li .pic {
    padding-top: 50%;
  }
}
.behavior {
  background: url(../images/xnbg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 2vh 0;
}
.behavior .navico {
  background-image: url(../images/menuicobg2.png);
}
.behavior .inBoxFlex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.behavior .xnImg {
  height: 80vh;
  width: 44%;
  position: relative;
  overflow: hidden;
}
.behavior .xnImg img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.behavior .xnCont {
  color: #fff;
}
.behavior .xnCont .t1 span {
  font-weight: bold;
  font-size: 56px;
  letter-spacing: 1px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
}
.behavior .xnCont .t1 em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 44px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 30px;
  font-style: italic;
  line-height: 65px;
}
.behavior .xnCont .t2 {
  font-size: 30px;
  margin-top: 5vh;
  line-height: 1.5;
}
.behavior .xnCont .zxLink {
  display: block;
  width: 218px;
  height: 52px;
  background-color: #db261b;
  border-radius: 50px;
  margin-top: 3.4vh;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.behavior .xnCont .zxLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #db261b;
  border-radius: 50px;
  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;
}
.behavior .xnCont .zxLink:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #db261b;
  box-shadow: 0 10px 10px -5px rgba(219, 38, 27, 0.5);
}
.behavior .xnCont .zxLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  .behavior .xnCont .t1 span {
    font-size: 42px;
  }
  .behavior .xnCont .t1 em {
    font-size: 26px;
    margin-left: 30px;
    line-height: 55px;
  }
  .behavior .xnCont .t2 {
    font-size: 22px;
  }
  .behavior .xnCont .zxLink {
    width: 160px;
  }
}
@media screen and (max-width: 960px) {
  .behavior {
    padding: 60px 0;
  }
  .behavior .inBoxFlex {
    display: block;
  }
  .behavior .xnImg {
    max-height: 44vh;
    width: 100%;
  }
  .behavior .xnCont {
    margin-top: 30px;
  }
  .behavior .xnCont .t2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .behavior .inBoxFlex {
    display: block;
  }
  .behavior .xnImg {
    max-height: 44vh;
    width: 100%;
  }
  .behavior .xnCont {
    margin-top: 30px;
  }
  .behavior .xnCont .t1 span {
    font-size: 24px;
  }
  .behavior .xnCont .t1 em {
    font-size: 16px;
    line-height: 30px;
    margin-left: 10px;
  }
  .behavior .xnCont .t2 {
    font-size: 18px;
    margin-top: 20px;
  }
  .behavior .xnCont .zxLink {
    width: 150px;
    line-height: 46px;
    height: 46px;
    margin-top: 20px;
    font-size: 16px;
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 2vh 0;
}
.youshi .inBoxFlex {
  display: block;
}
.youshi .inBoxFlex::before {
  content: "";
  width: 1260px;
  height: 1260px;
  border: solid 2px #db261b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -980px;
}
.youshi .inBoxFlex::after {
  content: "";
  width: 1260px;
  height: 1260px;
  border: solid 2px #db261b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -980px;
}
.youshi .inBoxFlex .title {
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 78vh;
  width: 100%;
}
.youshi .ysList li {
  position: absolute;
  line-height: 78px;
  font-size: 26px;
  cursor: pointer;
  z-index: 2;
}
.youshi .ysList li em {
  display: inline-block;
  vertical-align: top;
  width: 78px;
  height: 78px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  padding: 9px;
  margin-right: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList li em i {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList li em i img {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList li.on em {
  border-color: #db261b;
}
.youshi .ysList li.on em i {
  background-color: #db261b;
}
.youshi .ysList li.on em i img {
  filter: grayscale(100) brightness(5);
}
.youshi .ysList li:nth-child(1) {
  left: 220px;
  top: 50%;
  margin-top: -180px;
}
.youshi .ysList li:nth-child(2) {
  left: 236px;
  top: 50%;
}
.youshi .ysList li:nth-child(3) {
  left: 198px;
  top: 50%;
  margin-top: 180px;
}
.youshi .ysList li:nth-child(4) {
  right: 220px;
  top: 50%;
  margin-top: -180px;
}
.youshi .ysList li:nth-child(4) em {
  margin-right: 0;
  float: right;
  margin-left: 25px;
}
.youshi .ysList li:nth-child(5) {
  right: 236px;
  top: 50%;
}
.youshi .ysList li:nth-child(5) em {
  margin-right: 0;
  float: right;
  margin-left: 25px;
}
.youshi .ysList li:nth-child(6) {
  right: 198px;
  top: 50%;
  margin-top: 180px;
}
.youshi .ysList li:nth-child(6) em {
  margin-right: 0;
  float: right;
  margin-left: 25px;
}
@media screen and (max-height: 780px) {
  .youshi .ysList li:nth-child(1) {
    left: 230px;
    margin-top: -120px;
  }
  .youshi .ysList li:nth-child(2) {
    left: 236px;
  }
  .youshi .ysList li:nth-child(3) {
    left: 218px;
    margin-top: 120px;
  }
  .youshi .ysList li:nth-child(4) {
    right: 230px;
    margin-top: -120px;
  }
  .youshi .ysList li:nth-child(5) {
    right: 236px;
  }
  .youshi .ysList li:nth-child(6) {
    right: 218px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 960px) {
  .youshi {
    padding: 60px 0;
  }
  .youshi .title {
    position: relative !important;
    top: 0;
    bottom: 0;
  }
  .youshi .inBoxFlex::before {
    left: -1130px;
  }
  .youshi .inBoxFlex::after {
    right: -1130px;
  }
  .youshi .ysList {
    height: 400px;
    position: relative;
  }
  .youshi .ysList li {
    line-height: 60px;
    font-size: 20px;
  }
  .youshi .ysList li em {
    width: 60px;
    height: 60px;
    padding: 7px;
    margin-right: 15px;
  }
  .youshi .ysList li em i img {
    max-width: 70%;
    max-height: 70%;
  }
  .youshi .ysList li:nth-child(1) {
    left: 95px;
    margin-top: -100px;
  }
  .youshi .ysList li:nth-child(2) {
    left: 95px;
  }
  .youshi .ysList li:nth-child(3) {
    left: 76px;
    margin-top: 100px;
  }
  .youshi .ysList li:nth-child(4) {
    right: 95px;
    margin-top: -100px;
  }
  .youshi .ysList li:nth-child(4) em {
    margin-right: 0;
    margin-left: 15px;
  }
  .youshi .ysList li:nth-child(5) {
    right: 95px;
  }
  .youshi .ysList li:nth-child(5) em {
    margin-right: 0;
    margin-left: 15px;
  }
  .youshi .ysList li:nth-child(6) {
    right: 76px;
    margin-top: 100px;
  }
  .youshi .ysList li:nth-child(6) em {
    margin-right: 0;
    margin-left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .youshi {
    padding: 60px 0;
  }
  .youshi .title {
    position: relative !important;
    top: 0;
    bottom: 0;
  }
  .youshi .inBoxFlex::before {
    left: -1235px;
    border-width: 1px;
  }
  .youshi .inBoxFlex::after {
    right: -1235px;
    border-width: 1px;
  }
  .youshi .ysList {
    height: 200px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .youshi .ysList li {
    line-height: 44px;
    font-size: 16px;
  }
  .youshi .ysList li em {
    width: 44px;
    height: 44px;
    padding: 5px;
    margin-right: 10px;
  }
  .youshi .ysList li:nth-child(1) {
    left: 0;
    margin-top: -60px;
  }
  .youshi .ysList li:nth-child(2) {
    left: 0;
  }
  .youshi .ysList li:nth-child(3) {
    left: -6px;
    margin-top: 60px;
  }
  .youshi .ysList li:nth-child(4) {
    right: 0;
    margin-top: -60px;
  }
  .youshi .ysList li:nth-child(4) em {
    margin-right: 0;
    margin-left: 10px;
  }
  .youshi .ysList li:nth-child(5) {
    right: 0;
  }
  .youshi .ysList li:nth-child(5) em {
    margin-right: 0;
    margin-left: 10px;
  }
  .youshi .ysList li:nth-child(6) {
    right: -6px;
    margin-top: 60px;
  }
  .youshi .ysList li:nth-child(6) em {
    margin-right: 0;
    margin-left: 10px;
  }
}
.case {
  background: url(../images/casebg.jpg) center center no-repeat;
  background-size: cover;
  padding: 2vh 0 5vh;
}
.case .caseBox {
  margin: 0 -20px;
  background-color: #fff;
}
.case .caseTit {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background-color: #f1f1f3;
  align-items: center;
}
.case .caseTit .pic {
  height: 41.827vh;
  max-height: 435px;
  float: left;
  width: 60.476%;
  display: block;
  position: relative;
  overflow: hidden;
}
.case .caseTit .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTit .pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.case .caseTit .tit {
  flex: 1;
  margin-left: 5.24%;
}
.case .caseTit .tit .moreLink {
  display: inline-block;
  vertical-align: top;
  margin-top: 6.4vh;
}
.case .caseSwiper {
  margin-top: 20px;
  padding: 0 20px;
}
.case .caseSwiper .swiper-container {
  cursor: url(../images/gesture.png), grab;
}
.case .caseSwiper .swiper-container img {
  cursor: url(../images/gesture.png), grab;
}
.case .caseSwiper .swiper-container {
  margin: 0 -13px;
}
.case .caseSwiper ul li {
  float: left;
  width: 25%;
  padding: 0 13px;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 29.615vh;
  max-height: 308px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper 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;
}
.case .caseSwiper ul li .item .cont {
  padding-top: 2.6vh;
  padding-bottom: 5.6vh;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  padding-right: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .bt::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 25px;
  height: 100%;
  background: url(../images/caseli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(1);
}
.case .caseSwiper ul li .item .cont .bt:hover {
  letter-spacing: 0.5px;
}
.case .caseSwiper ul li .item .cont p {
  font-family: Arial;
  font-size: 14px;
  line-height: 1;
  color: #b1b1b1;
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.case .caseSwiper ul li .item:hover .cont .bt {
  color: #db261b;
}
.case .caseSwiper ul li .item:hover .cont .bt::before {
  filter: grayscale(0) brightness(1);
}
@media screen and (max-width: 1080px) {
  .case .caseSwiper ul li {
    width: 33.333%;
  }
}
@media screen and (max-width: 960px) {
  .case {
    padding: 50px 0;
  }
  .case .caseBox {
    margin: 0;
  }
  .case .caseTit .pic {
    height: 260px;
  }
  .case .caseTit .tit .moreLink {
    margin-top: 40px;
  }
  .case .caseSwiper ul li {
    width: 33.333%;
  }
  .case .caseSwiper ul li .item .pic {
    height: auto;
    padding-top: 75%;
    min-height: 0;
  }
  .case .caseSwiper ul li .item .cont {
    padding: 15px 0 25px;
  }
  .case .caseSwiper ul li .item .cont .bt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .case .caseTit .pic {
    height: 220px;
  }
  .case .caseTit .tit .moreLink {
    margin-top: 40pxvh;
  }
  .case .caseSwiper ul li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .case .caseTit {
    display: block;
  }
  .case .caseTit .pic {
    height: 220px;
    width: 100%;
    display: none;
  }
  .case .caseTit .tit {
    text-align: center;
    padding: 30px 15px;
    margin-left: 0;
  }
  .case .caseTit .tit::after,
  .case .caseTit .tit:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .case .caseTit .tit .title {
    float: left;
  }
  .case .caseTit .tit .moreLink {
    float: right;
    margin-top: 10px;
  }
  .case .caseSwiper {
    margin-top: 15px;
    padding: 0 10px;
  }
  .case .caseSwiper .swiper-container {
    margin: 0 -6px;
  }
  .case .caseSwiper ul li {
    padding: 0 6px;
  }
  .case .caseSwiper ul li .item .cont {
    padding: 10px 0 20px;
  }
  .case .caseSwiper ul li .item .cont .bt {
    font-size: 15px;
    padding-right: 30px;
  }
  .case .caseSwiper ul li .item .cont .bt::before {
    right: 0;
  }
}
.news {
  background: url(../images/newsbg.jpg) center center no-repeat;
  background-size: cover;
}
.news .title {
  text-align: center;
}
.news .newsList {
  margin: 0 -20px;
  margin-top: 5.2vh;
}
.news .newsList::after,
.news .newsList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .first {
  float: left;
  width: 33.333%;
  padding: 15px 20px;
}
.news .newsList .first .item {
  background-color: #fff;
  padding: 20px 20px 0;
  position: relative;
}
.news .newsList .first .item::after {
  content: "";
  position: absolute;
  background: #db261b;
  width: 100%;
  height: 2px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .first .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .first .item .pic {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .first .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 .first .item .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 270px;
  padding: 0 2%;
}
.news .newsList .first .item .cont .date {
  background: url(../images/newsdate.png) right bottom no-repeat;
  padding-bottom: 96px;
  text-align: right;
  display: block;
  font-family: Arial;
}
.news .newsList .first .item .cont .date i {
  display: block;
  font-size: 14px;
  line-height: 10px;
  color: #837e7e;
}
.news .newsList .first .item .cont .date span {
  display: block;
  font-weight: bold;
  font-size: 30px;
  margin-top: 18px;
  line-height: 22px;
}
.news .newsList .first .item .cont .box {
  flex: 1;
  min-width: 0;
  margin-left: 10%;
}
.news .newsList .first .item .cont .box .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .first .item .cont .box .bt:hover {
  letter-spacing: 0.5px;
}
.news .newsList .first .item .cont .box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  margin-top: 36px;
  color: #7a7a7a;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .first .item .cont .box .more {
  display: block;
  margin-top: 28px;
  width: 48px;
  height: 26px;
  background: url(../images/newsli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(1.4);
}
.news .newsList .first .item .cont .box .more:hover {
  filter: grayscale(0) brightness(1);
}
@media screen and (min-width: 1100px) {
  .news .newsList .first .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 .first .item:hover .cont .box .bt {
    color: #db261b;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .news .newsList .first .item:hover .cont .box p {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.news .newsList .list {
  width: 66.666%;
  float: left;
}
.news .newsList .list ul li {
  width: 50%;
  float: left;
  padding: 15px 20px;
}
.news .newsList .list ul li .item {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 280px;
  padding: 0 6%;
  position: relative;
}
.news .newsList .list ul li .item::after {
  content: "";
  position: absolute;
  background: #db261b;
  width: 100%;
  height: 2px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .list ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list ul li .item .date {
  background: url(../images/newsdate.png) right bottom no-repeat;
  padding-bottom: 96px;
  text-align: right;
  display: block;
  font-family: Arial;
}
.news .newsList .list ul li .item .date i {
  display: block;
  font-size: 14px;
  line-height: 10px;
  color: #837e7e;
}
.news .newsList .list ul li .item .date span {
  display: block;
  font-weight: bold;
  font-size: 30px;
  margin-top: 18px;
  line-height: 22px;
}
.news .newsList .list ul li .item .box {
  flex: 1;
  min-width: 0;
  margin-left: 10%;
}
.news .newsList .list ul li .item .box .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .box .bt:hover {
  letter-spacing: 0.5px;
}
.news .newsList .list ul li .item .box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  margin-top: 36px;
  color: #7a7a7a;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .box .more {
  display: block;
  margin-top: 28px;
  width: 48px;
  height: 26px;
  background: url(../images/newsli.png) 0 center no-repeat;
  -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 .box .more:hover {
  filter: grayscale(0) brightness(1);
}
@media screen and (min-width: 1100px) {
  .news .newsList .list ul li .item:hover .box .bt {
    color: #db261b;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .news .newsList .list ul li .item:hover .box p {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@media screen and (max-height: 780px) {
  .news .newsList {
    margin: 0 -10px;
    margin-top: 3vh;
  }
  .news .newsList .first {
    padding: 10px;
  }
  .news .newsList .first .item {
    padding: 15px 15px 0;
  }
  .news .newsList .first .item .pic {
    height: 250px;
  }
  .news .newsList .first .item .cont {
    height: 235px;
  }
  .news .newsList .first .item .cont .date {
    padding-bottom: 80px;
  }
  .news .newsList .first .item .cont .date span {
    margin-top: 15px;
  }
  .news .newsList .first .item .cont .box p {
    margin-top: 20px;
  }
  .news .newsList .first .item .cont .box .more {
    margin-top: 20px;
  }
  .news .newsList .list ul li {
    padding: 10px;
  }
  .news .newsList .list ul li .item {
    height: 240px;
  }
  .news .newsList .list ul li .item .date {
    padding-bottom: 80px;
  }
  .news .newsList .list ul li .item .date span {
    margin-top: 15px;
  }
  .news .newsList .list ul li .item .box p {
    margin-top: 20px;
  }
  .news .newsList .list ul li .item .box .more {
    margin-top: 20px;
  }
}
@media screen and (max-height: 660px) {
  .news .newsList .first .item .pic {
    height: 210px;
  }
  .news .newsList .first .item .cont {
    height: 195px;
  }
  .news .newsList .first .item .cont .date {
    padding-bottom: 75px;
  }
  .news .newsList .first .item .cont .date span {
    margin-top: 10px;
  }
  .news .newsList .first .item .cont .box p {
    margin-top: 10px;
  }
  .news .newsList .first .item .cont .box .more {
    margin-top: 10px;
  }
  .news .newsList .list ul li .item {
    height: 200px;
  }
  .news .newsList .list ul li .item .date {
    padding-bottom: 75px;
  }
  .news .newsList .list ul li .item .date span {
    margin-top: 10px;
  }
  .news .newsList .list ul li .item .box p {
    margin-top: 10px;
  }
  .news .newsList .list ul li .item .box .more {
    margin-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .news {
    padding: 50px 0;
    margin-top: 1px;
  }
  .news .newsList {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .news .newsList::after,
  .news .newsList:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .news .newsList .first {
    width: 100%;
    padding: 0;
  }
  .news .newsList .first .item {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .news .newsList .first .item .pic {
    width: 45%;
    height: 200px;
  }
  .news .newsList .first .item .cont {
    flex: 1;
    min-width: 0;
    margin-left: 2%;
  }
  .news .newsList .list {
    margin-top: 10px;
    width: 100%;
  }
  .news .newsList .list ul {
    margin: 0 -10px;
  }
  .news .newsList .list ul li {
    width: 50%;
    float: left;
    padding: 10px;
  }
  .news .newsList .list ul li .item {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .news {
    padding: 35px 0;
  }
  .news .newsList {
    margin-top: 30px;
  }
  .news .newsList::after,
  .news .newsList:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .news .newsList .first {
    width: 100%;
  }
  .news .newsList .first .item {
    display: block;
    padding-bottom: 0;
  }
  .news .newsList .first .item .pic {
    width: 100%;
    height: 0;
    padding-top: 70%;
  }
  .news .newsList .first .item .cont {
    margin-left: 0;
    height: 180px;
  }
  .news .newsList .first .item .cont .date {
    padding-bottom: 70px;
  }
  .news .newsList .first .item .cont .date span {
    margin-top: 10px;
    font-size: 22px;
  }
  .news .newsList .first .item .cont .box {
    margin-left: 6%;
  }
  .news .newsList .first .item .cont .box p {
    margin-top: 10px;
  }
  .news .newsList .first .item .cont .box .more {
    margin-top: 10px;
  }
  .news .newsList .list ul {
    margin: 0 -8px;
  }
  .news .newsList .list ul li {
    width: 100%;
    padding: 8px;
  }
  .news .newsList .list ul li .item {
    height: 180px;
  }
  .news .newsList .list ul li .item .date {
    padding-bottom: 70px;
  }
  .news .newsList .list ul li .item .date span {
    margin-top: 10px;
    font-size: 22px;
  }
  .news .newsList .list ul li .item .box {
    margin-left: 6%;
  }
  .news .newsList .list ul li .item .box p {
    margin-top: 10px;
  }
  .news .newsList .list ul li .item .box .more {
    margin-top: 10px;
  }
}
.inFooter {
  height: auto !important;
}
.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-bottom {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  filter: blur(6px);
}
.lv-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  filter: blur(20px);
}
.lv-fadeInUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  filter: blur(20px);
}
.lv-fadeInDown {
  opacity: 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  filter: blur(20px);
}
.lv-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(80px);
  transform: translateX(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-fadeInUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .lv-bottom {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInDown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .fadeInLeft {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.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);
}
.inSwiper-search {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: perspective(1000px) translate3d(0, 50vh, 0) rotate3d(1, 0, 0, 30deg);
}
.nav_bg .search .searchBox {
  display: none !important;
}
.nav_bg .search .searchIco.topSearch em {
  top: 0 !important;
}
.search-popup {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  padding-top: 25vh;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-popup.search-open {
  pointer-events: auto;
  opacity: 1;
}
.search-popup .search-close {
  position: absolute;
  top: 10vh;
  right: 12vw;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.6s, transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.search-popup .search-close::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -1px;
  width: 40px;
  height: 2px;
  background-color: #db261b;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-popup .search-close::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 40px;
  margin-left: -1px;
  margin-top: -20px;
  background-color: #db261b;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-popup .searchBox {
  margin: 20px auto;
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-bottom: 3px solid #db261b;
  line-height: 100px;
  font-size: 20px;
  position: relative;
  padding-right: 50px;
  transform: scale3d(0.7, 0.7, 1);
  width: 46vw;
}
.search-popup .searchBox .searchInp2 {
  display: block;
  height: 100px;
  background-color: transparent;
  border: none;
  line-height: 100px;
  width: 100%;
  font-size: 20px;
  padding-right: 20px;
}
.search-popup .searchBox .searchInp2::-webkit-input-placeholder {
  color: #777;
  font-weight: normal;
  font-size: 20px;
  opacity: 1;
}
.search-popup .searchBox .searchInp2::-moz-placeholder {
  color: #777;
  font-weight: normal;
  font-size: 20px;
  opacity: 1;
}
.search-popup .searchBox .searchInp2:-ms-input-placeholder {
  color: #777;
  font-weight: normal;
  font-size: 20px;
  opacity: 1;
}
.search-popup .searchBox .searchInp2:focus::-webkit-input-placeholder,
.search-popup .searchBox .searchInp2:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.search-popup .searchBox .searchInp2:focus::-moz-placeholder,
.search-popup .searchBox .searchInp2:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.search-popup .searchBox .searchInp2:focus:-ms-input-placeholder,
.search-popup .searchBox .searchInp2:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.search-popup .searchBox .submitBtn2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100px;
  line-height: 100px;
  background-color: transparent;
  background: url(../images/searchico2.html) center center no-repeat;
  background-size: 36px;
  cursor: pointer;
}
.search-popup.search-open .search-close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.search-popup.search-open .searchBox {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
