
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: url(../images/bg.png) center 0 repeat;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.banner {
  position: relative;
}
.banner .slider {
  width: 100% !important;
  height: 704px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 40px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border: solid 1px #ffffff;
  text-align: center;
  font-family: Arial;
  font-size: 0;
  line-height: 32px;
  margin: 0 10px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .osSlider-main .slider-nav li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
}
.banner .osSlider-main .slider-nav li.active {
  border-color: #e80114;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #e80114;
}
.video {
  padding-top: 70px;
}
.video .tit {
  line-height: 1;
  text-align: center;
}
.video .tit h3 {
  font-size: 32px;
}
.video .tit h3:before,
.video .tit h3:after {
  content: "";
  display: inline-block;
  width: 110px;
  height: 1px;
  background-color: #cfcfcf;
  vertical-align: middle;
  margin: 0 10px;
}
.video .tit h4 {
  font-family: Arial;
  font-size: 16px;
  margin-top: 12px;
  color: #939393;
}
.video .videoBox {
  margin-top: 80px;
  height: 552px;
}
.video .videoBox:before {
  content: "";
  display: block;
  background: url(../images/videoen.png) center center no-repeat;
  position: absolute;
  z-index: -1;
  left: -50px;
  top: 0;
  width: 104px;
  height: 422px;
}
.video .videoBox .videoText {
  float: left;
  padding-top: 100px;
}
.video .videoBox .videoText .t1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.video .videoBox .videoText .t2 {
  width: 420px;
  margin-top: 35px;
  margin-left: 96px;
  font-size: 15px;
  color: #444444;
  line-height: 34px;
}
.video .videoBox .tel {
  margin-top: 88px;
  margin-left: 96px;
  width: 486px;
  height: 61px;
  border-bottom: 1px solid #e80114;
  position: relative;
  padding-left: 20px;
  line-height: 36px;
  font-size: 20px;
}
.video .videoBox .tel:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/videotel.png) center center no-repeat;
}
.video .videoBox .tel .zxLink {
  float: right;
  width: 116px;
  height: 38px;
  line-height: 38px;
  background-color: #333333;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e80114, #e80114);
  background-image: linear-gradient(to right, #e80114, #e80114);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.video .videoBox .tel .zxLink:hover {
  background-size: 100% 100%;
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.video .videoBox .tel .zxLink:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -10px;
  width: 116px;
  height: 1px;
  background-color: #e80114;
}
.video .videoBox .videoPic {
  float: right;
  width: 629px;
  height: 552px;
  background: url(../images/videobg.jpg) 0 center no-repeat;
  padding: 19px;
}
.video .videoBox .videoPic .img {
  width: 591px;
  height: 323px;
  background-color: #ffffff;
  border-radius: 35px 35px 0px 0px;
  overflow: hidden;
}
.video .videoBox .videoPic .img img {
  width: 591px;
  height: 323px;
  display: block;
}
.title {
  line-height: 1;
}
.title:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.title .left {
  border-left: 4px solid #e80114;
  padding-left: 15px;
  padding-top: 10px;
  height: 76px;
}
.title h3 {
  font-size: 32px;
}
.title h4 {
  font-family: Arial;
  font-size: 16px;
  color: #939393;
  margin-top: 12px;
}
.title .more {
  float: right;
  font-family: Arial;
  font-size: 14px;
  line-height: 30px;
  margin-top: 25px;
  padding: 0;
}
.title .more:hover {
  padding: 0 12px;
  background: #e80114;
  color: #fff;
}
.product {
  padding: 40px 0 60px;
  background-color: #fafafa;
}
.product .proBox {
  margin-top: 10px;
}
.product .list ul {
  margin-right: -20px;
}
.product .list li {
  float: left;
  width: 310px;
  margin-right: 20px;
  margin-top: 30px;
}
.product .list li .pic {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.product .list li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  border: solid 1px #d2d2d2;
  margin-top: 10px;
  line-height: 32px;
  font-size: 15px;
  padding: 0 15px;
  color: #666666;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e80114, #e80114);
  background-image: linear-gradient(to right, #e80114, #e80114);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
}
.product .list li .bt:after {
  content: ">>";
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .list li:hover .bt {
  background-size: 100% 100%;
  color: #fff;
  padding: 0 50px;
  border-color: #e80114;
}
.product .list li:hover .bt:after {
  right: 12px;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.about {
  padding: 60px 0;
}
.about .aboutPic {
  width: 600px;
  height: 366px;
  float: left;
  position: relative;
  overflow: hidden;
}
.about .aboutPic:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /*FireFox*/
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /* Opear */
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
.about .aboutPic:hover:before,
.about .aboutPic.pic:hover:before,
.about .aboutPic.img:hover:before {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
.about .aboutPic img {
  width: 600px;
  height: 366px;
  display: block;
}
.about .aboutText {
  width: 625px;
  float: right;
  padding-top: 36px;
}
.about .aboutText h6 {
  font-family: Arial;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 18px;
}
.about .aboutText h5 {
  font-size: 36px;
  font-family: Arial;
  font-weight: bold;
  margin-top: 18px;
  line-height: 26px;
  text-transform: uppercase;
}
.about .aboutText h4 {
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  margin-top: 42px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  height: 120px;
  margin-top: 28px;
  color: #444444;
}
.about .aboutText .more {
  margin-top: 30px;
  display: inline-block;
  position: relative;
  line-height: 24px;
  padding: 0 0 0 118px;
  color: #e80114;
}
.about .aboutText .more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100px;
  height: 2px;
  background-color: #e80114;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
}
.about .aboutText .more:hover {
  color: #fff;
  padding: 0 59px;
}
.about .aboutText .more:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: 0;
}
.youshi {
  background-color: #fafafa;
}
.youshi .ysBox {
  height: 587px;
}
.youshi .ysBox .ysTit {
  padding-top: 60px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.youshi .ysBox .ysTit h4 {
  font-size: 54px;
  font-family: Arial;
  font-weight: bold;
  line-height: 42px;
  text-transform: uppercase;
}
.youshi .ysBox .ysTit h3 {
  font-size: 30px;
  margin-top: 26px;
}
.youshi .ysBox .ysTit .line {
  width: 116px;
  height: 4px;
  background-color: #e80114;
  margin-top: 8px;
}
.youshi .ysBox .ysTit p {
  font-size: 16px;
  color: #666666;
  margin-top: 23px;
}
.youshi .ysBox .hd {
  margin-top: 76px;
  position: relative;
  z-index: 2;
}
.youshi .ysBox .hd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysBox .hd li {
  float: left;
  width: 305px;
  height: 242px;
  background-color: #ffffff;
  margin-left: 26px;
  padding: 58px 15px 0 30px;
}
.youshi .ysBox .hd li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .hd li:first-child {
  margin-left: 0;
}
.youshi .ysBox .hd li .tit {
  position: relative;
  padding-left: 68px;
  line-height: 1;
}
.youshi .ysBox .hd li .tit i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.youshi .ysBox .hd li .tit i:before,
.youshi .ysBox .hd li .tit i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysBox .hd li .tit i.ico1:before {
  background: url(../images/ysico1.png) 0 center no-repeat;
}
.youshi .ysBox .hd li .tit i.ico1:after {
  background: url(../images/ysico1h.png) 0 center no-repeat;
}
.youshi .ysBox .hd li .tit i.ico2:before {
  background: url(../images/ysico2.png) 0 center no-repeat;
}
.youshi .ysBox .hd li .tit i.ico2:after {
  background: url(../images/ysico2h.png) 0 center no-repeat;
}
.youshi .ysBox .hd li .tit i.ico3:before {
  background: url(../images/ysico3.png) 0 center no-repeat;
}
.youshi .ysBox .hd li .tit i.ico3:after {
  background: url(../images/ysico3h.png) 0 center no-repeat;
}
.youshi .ysBox .hd li .tit i.ico4:before {
  background: url(../images/ysico4.png) 0 center no-repeat;
}
.youshi .ysBox .hd li .tit i.ico4:after {
  background: url(../images/ysico4h.png) 0 center no-repeat;
}
.youshi .ysBox .hd li .tit h4 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 7px;
}
.youshi .ysBox .hd li .tit h5 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  margin-top: 15px;
  line-height: 12px;
  color: #919191;
}
.youshi .ysBox .hd li p {
  line-height: 26px;
  color: #666666;
  font-size: 15px;
  margin-top: 24px;
}
.youshi .ysBox .hd li.on {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.youshi .ysBox .hd li.on i {
  border-color: #e80114;
}
.youshi .ysBox .hd li.on i:before,
.youshi .ysBox .hd li.on i:after {
  top: -100%;
}
.youshi .ysBox .hd li.on .tit {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysBox .hd li.on p {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysBox .bd {
  position: absolute;
  left: 800px;
  top: 0;
  z-index: 0;
  width: 810px;
  height: 587px;
}
.youshi .ysBox .bd li {
  height: 587px;
}
.youshi .ysBox .bd li .pic {
  width: 810px;
  height: 587px;
  overflow: hidden;
  float: left;
  position: relative;
}
.youshi .ysBox .bd li .pic:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /*FireFox*/
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /* Opear */
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
.youshi .ysBox .bd li .pic:hover:before,
.youshi .ysBox .bd li .pic.pic:hover:before,
.youshi .ysBox .bd li .pic.img:hover:before {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
.youshi .ysBox .bd li .pic img {
  width: 810px;
  height: 587px;
  display: block;
}
.youshi .tip {
  margin-top: 76px;
}
.youshi .tip .left {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.youshi .tip .left .t2 {
  margin-top: 20px;
}
.youshi .tip .tel {
  line-height: 48px;
  float: left;
  font-size: 19px;
  margin-top: 35px;
  position: relative;
  margin-left: 72px;
  margin-top: 7px;
  line-height: 43px;
  font-size: 16px;
  color: #444444;
}
.youshi .tip .tel:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  vertical-align: bottom;
  margin-right: 15px;
  animation: msClock2 1.4s linear infinite;
  background: url(../images/ystel.png) 0 center no-repeat;
}
.youshi .tip .tel > i {
  font-size: 24px;
  color: #333333;
  vertical-align: middle;
}
.youshi .tip .tel .lyLink {
  display: inline-block;
  vertical-align: top;
  margin-left: 48px;
  position: relative;
  top: 3px;
  width: 116px;
  height: 38px;
  background-color: #e80114;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  overflow: hidden;
  z-index: 1;
}
.youshi .tip .tel .lyLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e80114;
  border-radius: 3px;
  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;
}
.youshi .tip .tel .lyLink:hover {
  background: none;
  color: #e80114;
}
.youshi .tip .tel .lyLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case {
  padding: 60px 0;
}
.case .swiper-container {
  margin-top: 50px;
  width: 1340px;
  margin-left: -20px;
}
.case .swiper-container li {
  float: left;
  width: 380px;
  margin-right: 20px;
  height: 302px;
}
.case .swiper-container li:after {
  content: "";
  position: absolute;
  background: #dadada;
  width: 100%;
  height: 1px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(1);
  transform-origin: left;
}
.case .swiper-container li .pic {
  display: block;
  width: 320px;
  height: 247px;
  border: solid 1px #d2d2d2;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .swiper-container li .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.case .swiper-container li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .swiper-container li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .swiper-container li .bt {
  margin: 5px 0;
  width: 320px;
  height: 44px;
  line-height: 44px;
  padding: 0 60px 0 10px;
  position: relative;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fafafa, #fafafa);
  background-image: linear-gradient(to right, #fafafa, #fafafa);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-size: 0% 100%;
  background-position: left center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .swiper-container li .bt:after {
  content: "CASE";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  color: #a3a3a3;
}
.case .swiper-container li:hover:after {
  transform: scaleX(0);
  transform-origin: right;
}
.case .swiper-container li:hover .bt {
  background-size: 100% 100%;
}
.case .case-pagination {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.case .case-pagination span {
  vertical-align: top;
  width: 12px;
  height: 12px;
  background-color: #dadada;
  border-radius: 50%;
  margin: 0 10px;
  opacity: 1;
}
.case .case-pagination span.swiper-pagination-bullet-active {
  background: #e80114;
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
  line-height: 1;
  height: 500px;
  color: #ffffff;
  padding-top: 58px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mbanner1 .t1 {
  font-size: 56px;
  font-weight: bold;
  font-family: Arial;
  line-height: 80px;
}
.mbanner1 .t1:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 178px;
  height: 4px;
  background-color: #e80114;
  margin-left: 20px;
}
.mbanner1 .t2 {
  font-size: 30px;
  color: #cecece;
  line-height: 1;
  margin-top: 47px;
  padding-left: 120px;
}
.mbanner1 .t3 {
  padding-left: 120px;
  margin-top: 24px;
  color: #cecece;
  line-height: 1;
  font-size: 16px;
}
.mbanner1 .t4 {
  margin-left: 120px;
  padding-left: 146px;
  margin-top: 70px;
  position: relative;
}
.mbanner1 .t4:before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(../images/mbanar.png) 0 center no-repeat;
  top: -5px;
  left: -5px;
  animation: sxfd 1.5s linear infinite;
}
@keyframes sxfd {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.mbanner1 .t4 .zxLink {
  display: block;
  width: 116px;
  height: 38px;
  line-height: 38px;
  background-color: #878787;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e80114, #e80114);
  background-image: linear-gradient(to right, #e80114, #e80114);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.mbanner1 .t4 .zxLink:hover {
  background-size: 100% 100%;
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.mbanner1 .t4 .zxLink:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -10px;
  width: 116px;
  height: 1px;
  background-color: #e80114;
}
.news {
  padding: 60px 0 55px;
}
.news .newsBox {
  margin-top: 40px;
}
.news .problem {
  float: left;
  width: 650px;
}
.news .problem .tit a {
  width: 140px;
  height: 40px;
  background-color: #f0f0f0;
  border-radius: 6px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #666666;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e80114, #e80114);
  background-image: linear-gradient(to right, #e80114, #e80114);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.news .problem .tit a:before {
  content: "";
  background: url(../images/qaico.png) center center no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 100%;
  margin-right: 10px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .problem .tit a:hover {
  background-size: 100% 100%;
  color: #fff;
}
.news .problem .tit a:hover:before {
  background: url(../images/qaicoh.png) center center no-repeat;
}
.news .problem .swiper-container {
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
  position: relative;
}
.news .problem .swiper-container:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background-color: #d6d6d6;
}
.news .problem .swiper-container li {
  width: 305px;
  height: 454px;
  float: left;
  padding-top: 30px;
  position: relative;
}
.news .problem .swiper-container li:after {
  content: "";
  position: absolute;
  background: #e80114;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .problem .swiper-container li:hover:after,
.news .problem .swiper-container li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .problem .swiper-container li .date {
  color: #666666;
  line-height: 1;
}
.news .problem .swiper-container li .date span {
  display: inline-block;
  font-size: 26px;
  margin-right: 16px;
  color: #333333;
  line-height: 24px;
}
.news .problem .swiper-container li .pic {
  display: block;
  width: 100%;
  height: 206px;
  position: relative;
  overflow: hidden;
  margin-top: 32px;
}
.news .problem .swiper-container li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .problem .swiper-container li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.news .problem .swiper-container li .bt {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  margin-top: 22px;
}
.news .problem .swiper-container li .bt:hover {
  color: #e80114;
}
.news .problem .swiper-container li .line {
  width: 35px;
  height: 2px;
  background-color: #696969;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e80114, #e80114);
  background-image: linear-gradient(to right, #e80114, #e80114);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .problem .swiper-container li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-top: 26px;
  color: #666666;
}
.news .problem .swiper-container li:hover .line {
  width: 50px;
  background-size: 100% 100%;
}
.news .newsR {
  float: right;
  width: 600px;
}
.news .newsR .newsTab {
  height: 40px;
}
.news .newsR .newsTab a {
  width: 140px;
  height: 40px;
  float: left;
  margin-right: 20px;
  background-color: #f0f0f0;
  border-radius: 6px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #666666;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e80114, #e80114);
  background-image: linear-gradient(to right, #e80114, #e80114);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.news .newsR .newsTab a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 100%;
  margin-right: 10px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsR .newsTab a.a1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsR .newsTab a.a2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsR .newsTab a.on {
  background-size: 100% 100%;
  color: #fff;
}
.news .newsR .newsTab a.on.a1:before {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsR .newsTab a.on.a2:before {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTabs {
  margin-top: 20px;
  height: 468px;
}
.news .newsTabs li {
  border-bottom: 1px dashed #dcdcdc;
  height: 78px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsTabs li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #e80114;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsTabs li:hover:after,
.news .newsTabs li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsTabs li .date {
  float: left;
  text-align: right;
  width: 56px;
  color: #666666;
  line-height: 26px;
  padding-top: 15px;
}
.news .newsTabs li .date span {
  display: block;
  font-size: 20px;
}
.news .newsTabs li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
  width: 510px;
  line-height: 76px;
  padding-right: 0;
  font-size: 15px;
  position: relative;
}
.news .newsTabs li a:before {
  content: "";
  display: block;
  background: url(../images/newsli.png) center center no-repeat;
  position: absolute;
  right: 30px;
  top: 0;
  width: 35px;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .newsTabs li a:hover {
  color: #e80114;
}
.news .newsTabs li:hover a {
  padding-right: 60px;
}
.news .newsTabs li:hover a:before {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.links {
  background-color: #fafafa;
}
.links .tit {
  line-height: 1;
  font-size: 18px;
  text-align: center;
  background: url(../images/linkstit.png) center 0 no-repeat;
  padding-top: 38px;
}
.links .tit i {
  text-transform: uppercase;
  color: #c9c9c9;
  font-size: 15px;
  line-height: 16px;
  margin-left: 5px;
}
.links .list {
  padding: 15px 0;
  text-align: center;
  line-height: 30px;
}
.links .list a {
  display: inline-block;
  color: #989898;
  margin: 0 12px;
  position: relative;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links .list a:hover {
  color: #e80114;
}
