﻿@charset "utf-8";
.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;
}
.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;
  z-index: 1;
  height: 650px;
  overflow: hidden;
}
.banner .slider {
  width: 100% !important;
  height: 650px;
  top: 0;
  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: 20px;
  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: #ba1f23;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #ba1f23;
}
.title {
  line-height: 1;
  background: url(../images/tit.png) 86px 0 no-repeat;
}
.title:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.title h3 {
  font-size: 32px;
  font-weight: bold;
}
.title .line {
  width: 64px;
  height: 2px;
  background-color: #ba1f23;
  margin-top: 20px;
}
.title p {
  color: #666666;
  line-height: 1;
  margin-top: 32px;
}
.title .moreLink {
  display: block;
  float: right;
  width: 158px;
  height: 44px;
  border: solid 1px #d2d2d2;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  font-weight: bold;
  color: #999999;
  margin-top: 42px;
  text-transform: uppercase;
}
.title .moreLink i {
  font-weight: bold;
  min-width: 4px;
}
.title .moreLink:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 42px;
  width: 40px;
  background: url(../images/morear.png) center center no-repeat;
  margin-left: 13px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.title .moreLink:hover {
  background: #ba1f23;
  border-color: #ba1f23;
  color: #fff;
}
.title .moreLink:hover:after {
  background: url(../images/morearh.png) center center no-repeat;
}
.service {
  background: url(../images/fwbg.jpg) center 0 no-repeat;
  padding: 80px 0 37px;
}
.service .fwNav {
  margin-top: 85px;
  height: 229px;
  text-align: right;
  font-size: 0;
  margin-right: -24px;
}
.service .fwNav a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  width: 64px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav a span {
  width: 16px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
.service .fwNav a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background-color: #ba1f23;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav a:hover {
  color: #ba1f23;
  font-weight: bold;
}
.service .fwNav a:hover:before {
  height: 100%;
}
.service .title p {
  line-height: 30px;
  margin-top: 22px;
}
.inTop {
  margin-top: 62px;
}
.inTop .xunpan {
  float: left;
  cursor: pointer;
  position: relative;
  height: 32px;
  line-height: 32px;
  color: #666666;
  padding-top: 5px;
}
.inTop .xunpan:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -173px;
  width: 346px;
  height: 1px;
  background-color: #d2d2d2;
  bottom: -16px;
}
.inTop .xunpan:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(../images/xunpan.png) center center no-repeat;
  width: 22px;
  height: 22px;
  position: relative;
  margin-right: 18px;
}
.inTop .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 40px;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #ba1f23;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(186, 31, 35, 0.15);
}
.inTop .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #ba1f23;
}
.inTop .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.inTop .slogan {
  float: left;
  margin-left: 234px;
  line-height: 1;
  padding-top: 7px;
}
.inTop .slogan .t1 {
  font-size: 24px;
}
.inTop .slogan .t1:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 134px;
  height: 1px;
  background-color: #d2d2d2;
  margin-left: 35px;
}
.inTop .slogan .t2 {
  text-transform: uppercase;
  color: #d2d2d2;
  font-family: Arial;
  font-weight: 100;
  margin-top: 14px;
  line-height: 10px;
}
.inTop .tel {
  float: right;
  position: relative;
  padding-left: 53px;
  height: 38px;
  line-height: 38px;
  color: #666666;
}
.inTop .tel i {
  font-size: 24px;
  color: #333333;
}
.inTop .tel:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.product {
  padding: 43px 0 70px;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proSwiper {
  max-width: 1460px;
  width: 96%;
  min-width: 1200px;
  margin: auto;
}
.product .proSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proSwiper li {
  float: left;
  padding: 10px;
  width: 25%;
}
.product .proSwiper li .item {
  width: 100%;
  background-color: #fafafa;
  padding: 10px 10px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 76.68711656%;
  position: relative;
  overflow: hidden;
}
.product .proSwiper 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-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 .proSwiper li .item: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 .proSwiper li .item h4 {
  position: relative;
}
.product .proSwiper li .item h4:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -18px;
  width: 6px;
  height: 36px;
  background-color: #cbc55a;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba1f23, #ba1f23);
  background-image: linear-gradient(to right, #ba1f23, #ba1f23);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: center center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 70px;
  line-height: 70px;
  margin-right: 10px;
  background: url(../images/proli.png) right center no-repeat;
  padding-left: 20px;
  padding-right: 50px;
  color: #666666;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper li .item:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.product .proSwiper li .item:hover h4 .bt {
  color: #333;
}
.product .proSwiper li .item:hover h4:before {
  background-size: 100% 100%;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 1460px) {
  .product .proSwiper ul {
    margin: 0 -15px;
  }
  .product .proSwiper li {
    padding: 0 15px;
  }
}
.product .page {
  margin-top: 50px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}
.product .page .pro-prev {
  display: inline-block;
  width: 30px;
  height: 18px;
  vertical-align: top;
  background: url(../images/prol.png) center center no-repeat;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .page .pro-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product .page .pro-next {
  display: inline-block;
  width: 30px;
  height: 18px;
  vertical-align: top;
  background: url(../images/pror.png) center center no-repeat;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .page .pro-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product .page .pro-pagination {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  height: auto;
  margin: 0 20px;
}
.product .page .pro-pagination span {
  vertical-align: top;
  font-family: Arial;
  font-size: 18px;
  display: inline-block;
  margin: 0 10px;
  width: auto;
  background: none;
  opacity: 1;
}
.product .page .pro-pagination span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 1px;
  background-color: #ba1f23;
  margin-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .page .pro-pagination span.swiper-pagination-bullet-active {
  color: #ba1f23;
}
.product .page .pro-pagination span.swiper-pagination-bullet-active:after {
  width: 90px;
  margin-left: 15px;
}
.about {
  padding: 50px 0 40px;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutPic {
  width: 521px;
  height: 509px;
  overflow: hidden;
  float: left;
  position: relative;
  left: -50px;
}
.about .aboutPic img {
  width: 521px;
  height: 509px;
  display: block;
}
.about .aboutTit {
  width: 246px;
  height: 460px;
  float: left;
  margin-left: 33px;
  margin-top: 22px;
  padding-left: 141px;
  background: url(../images/abouttit.png) 0 0 no-repeat;
}
.about .aboutTit span {
  width: 30px;
  font-size: 30px;
  line-height: 64px;
  color: #ffffff;
  text-align: center;
  display: block;
  font-weight: bold;
  padding-top: 15px;
}
.about .aboutText {
  float: left;
  margin-top: 13px;
  width: 201px;
  height: 484px;
  margin-left: 67px;
  padding: 25px 15px 15px 10px;
  position: relative;
}
.about .aboutText:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  height: 36px;
  border-right: solid 2px #ba1f23;
  border-top: solid 2px #ba1f23;
}
.about .aboutText:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33px;
  height: 36px;
  border-left: solid 2px #ba1f23;
  border-bottom: solid 2px #ba1f23;
}
.about .aboutText .text {
  overflow: hidden;
  width: 175px;
  letter-spacing: 2px;
  color: #444444;
  line-height: 35px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.about .more {
  position: absolute;
  height: 148px;
  top: 205px;
  right: 0;
  border-right: 1px #bcbcbc solid;
  border-left: 1px #bcbcbc solid;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba1f23, #ba1f23);
  background-image: linear-gradient(to right, #ba1f23, #ba1f23);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100%  0%;
  background-position: center center;
  color: #ba1f23;
}
.about .more span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 15px;
  letter-spacing: 2px;
  display: inline-block;
  line-height: 50px;
  height: 148px;
}
.about .more:hover {
  background-size: 100% 100%;
  color: #fff;
}
.youshi {
  position: relative;
  background: url(../images/ysbg.jpg) center bottom no-repeat;
  padding: 80px 0 60px;
}
.youshi .title {
  background: none;
}
.youshi .title .right {
  float: right;
  text-align: right;
  margin-top: 18px;
  background: url(../images/tit.png) 83px 0 no-repeat;
}
.youshi .title .right h3 {
  font-size: 32px;
  font-weight: bold;
}
.youshi .title .right .line {
  margin-top: 20px;
  width: 100%;
  background-color: transparent;
}
.youshi .title .right .line i {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 2px;
  background-color: #ba1f23;
}
.youshi .title .right p {
  line-height: 1;
  margin-top: 41px;
}
.youshi .title .text p {
  line-height: 1;
  padding-left: 28px;
  font-size: 16px;
  color: #444444;
  margin-top: 26px;
  background: url(../images/ystli.png) 0 center no-repeat;
}
.youshi .title .text p:first-child {
  margin-top: 0;
}
.youshi .ysBox {
  margin-top: 141px;
  height: 454px;
}
.youshi .ysBox * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox li {
  float: left;
  margin-left: 20px;
  width: 224px;
  position: relative;
}
.youshi .ysBox li:first-child {
  margin-left: 0;
}
.youshi .ysBox li > i {
  display: block;
  width: 106px;
  height: 106px;
  position: absolute;
  left: 50%;
  margin-left: -53px;
  top: -53px;
  z-index: 2;
}
.youshi .ysBox li .num1 {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysBox li .num2 {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysBox li .num3 {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysBox li .num4 {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysBox li .cont {
  width: 100%;
  height: 454px;
  position: relative;
  overflow: hidden;
}
.youshi .ysBox li .cont .box1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 224px;
  height: 454px;
  background: #fff url(../images/ysli.jpg) center bottom no-repeat;
  border: solid 1px #c9c9c9;
  padding: 89px 0 0 80px;
}
.youshi .ysBox li .cont .box1 h4 {
  display: block;
  float: left;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 9px;
  color: #444444;
  width: 24px;
  line-height: 1;
}
.youshi .ysBox li .cont .box1 p {
  font-family: Arial;
  font-weight: 100;
  font-size: 14px;
  color: #b3b3b3;
  line-height: 14px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  float: left;
  margin-left: 28px;
  text-transform: uppercase;
}
.youshi .ysBox li .cont .box2 {
  width: 468px;
  height: 454px;
  position: absolute;
  left: 100%;
  top: 0;
  background: url(../images/yslih.jpg) center center no-repeat;
  padding: 82px 40px 0;
  text-align: center;
  color: #ffffff;
}
.youshi .ysBox li .cont .box2 h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 28px;
}
.youshi .ysBox li .cont .box2 .line {
  background: url(../images/ysline.png) center center no-repeat;
  margin-top: 27px;
}
.youshi .ysBox li .cont .box2 p {
  margin-top: 38px;
  font-size: 14px;
  line-height: 32px;
  height: 170px;
}
.youshi .ysBox li .cont .box2 .zxLink {
  margin: 0 auto 0;
  display: block;
  background: url(../images/zxlinksbg.png) 0 center no-repeat;
  height: 49px;
  line-height: 49px;
  width: 169px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.youshi .ysBox li .cont .box2 .zxLink:before {
  content: "";
  background: url(../images/zxico.png) center center no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 49px;
  z-index: 2;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysBox li .cont .box2 .zxLink:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .ysBox li.on {
  width: 468px;
}
.youshi .ysBox li.on > i {
  -webkit-transform: scale(1) rotateY(-90deg);
  -moz-transform: scale(1) rotateY(-90deg);
  -o-transform: scale(1) rotateY(-90deg);
  transform: scale(1) rotateY(-90deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .ysBox li.on .cont .box2 {
  left: 0;
}
.case {
  height: 1045px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case .title .moreLink {
  margin-top: 22px;
}
.case .caseL {
  position: absolute;
  left: -300px;
  padding-top: 196px;
}
.case .caseL .t1 {
  font-size: 62px;
  color: #cbc55a;
  font-weight: bold;
  font-family: Arial;
  line-height: 46px;
}
.case .caseL .t2 {
  font-size: 32px;
  letter-spacing: 3px;
  color: #ffffff;
  margin-top: 43px;
  line-height: 1;
  font-weight: bold;
}
.case .caseL .line {
  width: 1px;
  height: 78px;
  background-color: #ffffff;
  margin: 102px 0 0 30px;
}
.case .caseL .t3 {
  font-family: Arial;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 26px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .case .caseL {
    display: none;
  }
}
.case .caseSwiper {
  width: 1560px;
  height: 418px;
  overflow: hidden;
  margin-top: 50px;
}
.case .caseSwiper .swiper-container {
  width: 828px;
  height: 418px;
  overflow: initial;
  float: left;
}
.case .caseSwiper li {
  width: 828px;
  height: 418px;
}
.case .caseSwiper li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .caseSwiper 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 .caseSwiper 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 .caseSwiper li .bt {
  width: 280px;
  height: 70px;
  background: url(../images/caseli.png) 20px center no-repeat;
  background-color: #f5f5f5;
  padding-left: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 60px;
  font-size: 15px;
  line-height: 70px;
  color: #666666;
}
.case .caseSwiper li .bt:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  height: 100%;
  top: 0;
  width: 30px;
  background: url(../images/casear.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper li .bt:after {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  height: 100%;
  top: 0;
  width: 30px;
  background: url(../images/casearh.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseSwiper li:hover .bt {
  color: #ba1f23;
}
.case .caseSwiper li:hover .bt:before {
  right: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseSwiper li:hover .bt:after {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 20px;
}
.case .list {
  margin-top: 50px;
}
.case .list ul {
  margin-right: -26px;
}
.case .list li {
  width: 280px;
  margin-right: 26px;
  float: left;
}
.case .list li .pic {
  display: block;
  height: 220px;
  border: solid 1px #dcdcdc;
  position: relative;
  padding: 9px;
}
.case .list li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .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;
}
.case .list li:hover .pic {
  border-color: #ba1f23;
}
.case .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);
}
.case .list li .tt {
  padding: 15px 10px 0;
  background: url(../images/caseli2.png) 267px 30px no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  padding-right: 20px;
}
.case .list li .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .list li .tt p {
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  margin-top: 10px;
  color: #cccccc;
}
.case .list li:hover .tt {
  bottom: 10px;
  background: url(../images/caseli2h.png) 267px 30px no-repeat;
}
.case .list li:hover .tt .bt {
  color: #ba1f23;
}
.mbanner1 {
  height: 614px;
  background: url(../images/mbanner1.jpg) center bottom no-repeat;
}
.mbanner1 .left {
  padding-top: 95px;
}
.mbanner1 .left .mbanlogo {
  width: 146px;
  height: 121px;
  margin-left: 4px;
}
.mbanner1 .left .zxLink {
  margin-top: 30px;
  display: block;
  background: url(../images/zxlinksbg.png) 0 center no-repeat;
  height: 49px;
  line-height: 49px;
  width: 169px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mbanner1 .left .zxLink:before {
  content: "";
  background: url(../images/zxico.png) center center no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 49px;
  z-index: 2;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mbanner1 .left .zxLink:hover {
  background: url(../images/zxlinksbgh.png) 0 center no-repeat;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.mbanner1 .text {
  float: right;
  position: relative;
  text-align: right;
  padding-top: 74px;
}
.mbanner1 .text .t1 {
  font-size: 50px;
  line-height: 68px;
  letter-spacing: 1px;
  font-weight: bold;
}
.mbanner1 .text .t2 {
  margin-top: 42px;
  padding-right: 74px;
  font-size: 28px;
  font-family: KaiTi;
  font-weight: bold;
  line-height: 1;
}
.mbanner1 .mouse {
  width: 1px;
  height: 73px;
  background-color: #8c8c8c;
  position: absolute;
  right: 35px;
  top: 231px;
}
.mbanner1 .mouse i {
  position: absolute;
  width: 20px;
  height: 28px;
  display: block;
  background: url(../images/mouse.png) center center no-repeat;
  bottom: -50px;
  left: -8px;
  animation: sxfd 1.5s linear infinite;
}
@keyframes sxfd {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.news {
  padding: 40px 0 70px;
}
.news .newsNav {
  position: absolute;
  top: 40px;
  z-index: 2;
  right: 262px;
}
.news .newsNav a {
  display: inline-block;
  vertical-align: top;
  padding-left: 24px;
  position: relative;
  height: 50px;
  padding-top: 2px;
  margin-left: 75px;
}
.news .newsNav a i {
  display: block;
  padding-left: 24px;
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  color: #666666;
}
.news .newsNav a span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding-left: 24px;
  background: url(../images/newsnav1.png) 0 center no-repeat;
  margin-top: 20px;
  font-weight: bold;
}
.news .newsNav a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 0;
  background-color: #ba1f23;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsNav a.on {
  color: #ba1f23;
}
.news .newsNav a.on:before {
  top: 0;
  height: 50px;
}
.news .newsTabs {
  margin: 50px -10px 0;
  width: 1220px;
}
.news .newsCont {
  padding: 10px;
  width: 1220px;
  height: 443px;
}
.news .one {
  width: 380px;
  float: left;
}
.news .one .pic {
  display: block;
  width: 100%;
  height: 268px;
  position: relative;
  overflow: hidden;
}
.news .one .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 .one: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 .one .cont {
  height: 155px;
  padding-top: 30px;
  overflow: hidden;
}
.news .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
}
.news .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .one .cont .date {
  color: #ba1f23;
  font-size: 14px;
  line-height: 1;
  margin-top: 16px;
}
.news .one .cont .date:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  height: 1px;
  background-color: #ba1f23;
  margin-left: 17px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #888888;
  margin-top: 18px;
}
.news .one:hover .bt {
  color: #ba1f23;
}
.news .one:hover .date:after {
  width: 50px;
}
.news .newsR {
  float: right;
  width: 790px;
}
.news .newsR .list1 ul {
  margin-right: -34px;
}
.news .newsR .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsR .list1 li {
  width: 378px;
  height: 200px;
  float: left;
  margin-right: 34px;
  background: url(../images/newsrlist.png) 0 center repeat;
  padding: 30px 25px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .list1 li .date {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
}
.news .newsR .list1 li .date i {
  line-height: 17px;
  font-size: 22px;
  color: #333333;
  margin-right: 5px;
}
.news .newsR .list1 li .date i:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 1px;
  background-color: #000000;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.news .newsR .list1 li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 28px;
  line-height: 36px;
}
.news .newsR .list1 li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsR .list1 li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #888888;
  margin-top: 10px;
}
.news .newsR .list1 li:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.news .newsR .list1 li:hover .bt {
  color: #ba1f23;
}
.news .newsR .list2 {
  margin-top: 10px;
}
.news .newsR .list2 ul {
  margin-right: -34px;
}
.news .newsR .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsR .list2 li {
  width: 378px;
  float: left;
  margin-right: 34px;
  border-bottom: 1px dashed #d2d2d2;
  height: 53px;
  line-height: 52px;
  position: relative;
}
.news .newsR .list2 li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #ba1f23;
  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 .newsR .list2 li:hover:after,
.news .newsR .list2 li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsR .list2 li .bt {
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 320px;
  padding-left: 24px;
  background: url(../images/newsli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .list2 li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsR .list2 li span {
  float: right;
  color: #999999;
}
.news .newsR .list2 li:hover .bt {
  background: url(../images/newslih.png) 0 center no-repeat;
  color: #ba1f23;
}
.news .newsR .list2 li:hover span {
  color: #ba1f23;
}
.news .newsSwiper {
  float: left;
  width: 360px;
  height: 443px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 38px 0;
  position: relative;
}
.news .newsSwiper li {
  width: 284px;
  overflow: hidden;
}
.news .newsSwiper li .date {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: #999999;
}
.news .newsSwiper li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  margin-top: 4px;
}
.news .newsSwiper li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper li .more {
  display: inline-block;
  margin-top: 25px;
  color: #888888;
  font-size: 12px;
  line-height: 20px;
  padding-right: 30px;
  height: 20px;
  position: relative;
  text-transform: uppercase;
}
.news .newsSwiper li .more i {
  min-width: 5px;
}
.news .newsSwiper li .more:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 23px;
  background: url(../images/proli.png) center center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsSwiper li .more:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  height: 100%;
  top: 0;
  width: 23px;
  background: url(../images/prolih.png) center center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .newsSwiper li .more:hover {
  color: #ba1f23;
}
.news .newsSwiper li .more:hover:before {
  right: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.news .newsSwiper li .more:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsSwiper li:hover .bt {
  color: #ba1f23;
}
.news .newsSwiper .news-pagination {
  height: auto;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.news .newsSwiper .news-pagination:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsSwiper .news-pagination span {
  opacity: 1;
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  background-color: #dae0e6;
  border-radius: 100%;
  margin-right: 10px;
  outline: none;
}
.news .newsSwiper .news-pagination span.swiper-pagination-bullet-active {
  background-color: #ba1f23;
}
.news .list {
  float: right;
  width: 785px;
  border-top: 1px solid #dddcdd;
  position: relative;
}
.news .list li {
  height: 89px;
  line-height: 88px;
  border-bottom: 1px dashed #dddcdd;
  position: relative;
}
.news .list li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #ba1f23;
  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 .list li:hover:after,
.news .list li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li .date {
  width: 108px;
  float: left;
  display: block;
}
.news .list li .date:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #666666;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.news .list li .tit {
  display: block;
  width: 90px;
  height: 26px;
  line-height: 24px;
  border-radius: 5px;
  border: solid 1px #666666;
  float: left;
  text-align: center;
  font-size: 12px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba1f23, #ba1f23);
  background-image: linear-gradient(to right, #ba1f23, #ba1f23);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  margin-top: 32px;
}
.news .list li .bt {
  width: 562px;
  margin-left: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 40px;
  position: relative;
  float: left;
  padding-left: 0;
}
.news .list li .bt:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 23px;
  background: url(../images/proli.png) center center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .list li .bt:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  height: 100%;
  top: 0;
  width: 23px;
  background: url(../images/prolih.png) center center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .list li .bt:hover {
  color: #ba1f23;
  padding-left: 5px;
}
.news .list li:hover .tit {
  background-size: 100% 100%;
  color: #fff;
  border-color: #ba1f23;
}
.news .list li:hover .bt:before {
  right: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.news .list li:hover .bt:after {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.links {
  padding: 20px 0;
  background: #fafafa;
}
.links .linksBox {
  /*min-height: 66px;*/
  /* background: url(../images/linksico.png) 0 8px no-repeat;
  padding-left: 80px; */
}
.links .tit {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.links .tit a{
  margin-right: 10px;
}
.links .list {
  margin-right: -50px;
  width: 1170px;
  margin-top: 18px;
  line-height: 30px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  color: #666666;
  position: relative;
  margin-right: 40px;
}
.links .list a:hover {
  color: #ba1f23;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
