@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: 620px;
  overflow: hidden;
}
.banner .slider {
  width: 100% !important;
  height: 620px;
  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: 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: #ba1f23;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #ba1f23;
}
.title {
  line-height: 1;
  text-align: center;
}
.title h3 {
  font-size: 32px;
  font-weight: bold;
}
.title h4 {
  font-family: Arial;
  font-size: 18px;
  color: #888888;
  line-height: 14px;
  margin-top: 18px;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav {
  margin: 20px 33px 0;
}
@media screen and (max-width: 1620px) {
  .product .proNav {
    margin: 20px 5px 0;
  }
}
.product .proNav ul {
  font-size: 0;
}
.product .proNav ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 100%;
  padding: 0 7px;
  font-size: 14px;
}
.product .proNav ul li .item {
  width: 100%;
  height: 100%;
  padding: 25px 18px 18px 6%;
  background-color: #f1f1f1;
}
.product .proNav ul li .item:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav ul li .item .pic {
  width: 44%;
  height: 138px;
  float: left;
}
.product .proNav ul li .item .pic1 {
  background: url(../images/proico1.png) center center no-repeat;
}
.product .proNav ul li .item .pic2 {
  background: url(../images/proico2.png) center center no-repeat;
}
.product .proNav ul li .item .pic3 {
  background: url(../images/proico3.png) center center no-repeat;
}
.product .proNav ul li .item .pic4 {
  background: url(../images/proico4.png) center center no-repeat;
}
.product .proNav ul li .item dl {
  width: 52%;
  float: right;
}
.product .proNav ul li .item dl dt a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align:center;
}
.product .proNav ul li .item dl dt a:hover {
  color: #ba1f23;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proNav ul li .item dl dd {
  margin-top: 12px;
  height: 104px;
}
.product .proNav ul li .item dl dd a {
  display: block;
  margin-top: 6px;
  line-height: 20px;
  color: #666666;
  max-height: 40px;
  overflow: hidden;
  text-align:center;
}
.product .proNav ul li .item dl dd a:hover {
  color: #ba1f23;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media screen and (max-width: 1800px) {
  .product .proNav ul li .item dl dd a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1620px) {
  .product .proNav ul li {
    padding: 0 5px;
  }
  .product .proNav ul li .item {
    padding: 15px 0 15px 2%;
  }
  .product .proNav ul li .item .pic {
    background-size: contain;
    width: 38%;
    height: 120px;
  }
  .product .proNav ul li .item dl {
    width: 60%;
  }
  .product .proNav ul li .item dl dt a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1400px) {
  .product .proNav ul li .item {
    padding: 10px 0 10px 2%;
  }
  .product .proNav ul li .item .pic {
    background-size: contain;
    width: 34%;
  }
  .product .proNav ul li .item dl {
    width: 64%;
  }
  .product .proNav ul li .item dl dt a {
    font-size: 15px;
  }
  .product .proNav ul li .item dl dd {
    margin-top: 6px;
  }
}
.product .title h3 {
  font-size: 28px;
}
.product .title h4 {
  margin-top: 20px;
}
.product .title p {
  font-size: 15px;
  line-height: 34px;
  color: #555555;
  margin-top: 44px;
}
.product .proBox {
  padding: 80px 0 54px;
}
.product .list {
  margin-top: 30px;
}
.product .list ul {
  margin-right: -25px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  margin-right: 25px;
  margin-top: 24px;
  width: 410px;
  float: left;
}
.product .list ul li .pic {
  display: block;
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.product .list ul 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 ul 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 ul li .tt {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  height: 48px;
  width: 300px;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .tt .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 3px;
  background-color: #cdcdcd;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 20px;
}
.product .list ul li .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #ba1f23;
}
.product .list ul li .tt .bt:hover:before {
  background-color: #ba1f23;
}
.product .list ul li .tt .more {
  float: right;
  color: #999999;
  font-family: Arial;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .tt .more:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  width: 9px;
  height: 10px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/proar.png) center center no-repeat;
}
.product .list ul li .tt .more:hover {
  color: #ba1f23;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list ul li .tt .more:hover:after {
  background: url(../images/proarh.png) center center no-repeat;
}
.product .list ul li:hover .tt {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.about .videoBox {
  z-index: -1;
  position: absolute;
  width: 1920px;
  height: 100%;
  left: 50%;
  margin-left: -960px;
  top: -200px;
}
.about .videoBox .video {
  width: 100%;
}
.about .aboutBox {
  position: relative;
  z-index: 2;
  height: 600px;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  padding-top: 98px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .aboutBox .titico {
  display: block;
  height: 80px;
  background: url(../images/abouttit.png) center center no-repeat;
}
.about .aboutBox h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  margin-top: 26px;
}
.about .aboutBox .text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 32px;
  height: 96px;
  margin: 56px auto 0;
  text-align: center;
  width: 840px;
}
.about .aboutBox .line {
  margin: 28px auto 0;
  width: 690px;
  height: 4px;
  background-color: #a1a4a9;
}
.about .aboutBox .moreLink {
  display: block;
  margin: 50px auto 0;
  width: 138px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(172, 172, 172, 0.5);
  border-radius: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox .moreLink:hover {
  background: #fff;
  color: #ba1f23;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 8px 10px -5px rgba(255, 255, 255, 0.5);
}
.youshi {
  position: relative;
  background: url(../../../404.html) center bottom no-repeat;
  width: 100%;
  overflow: hidden;
  padding-top: 90px;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysBox {
  margin-top: 75px;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  height: 640px;
}
.youshi .ysBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysBox .hd {
  float: right;
  width: 1040px;
  height: 640px;
  position: relative;
  z-index: 2;
}
.youshi .ysBox .hd li {
  height: 160px;
  background-color: #ffffff;
  padding-top: 50px;
  padding-left: 160px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .hd li.li1,
.youshi .ysBox .hd li.li3 {
  background-color: #f1f1f1;
}
.youshi .ysBox .hd li i {
  display: block;
  position: absolute;
  left: 0;
  width: 128px;
  height: 80px;
  top: 40px;
  overflow: hidden;
  border-right: solid 1px #c7c7c7;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .hd li i:before,
.youshi .ysBox .hd li 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 i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico2:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico2:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico4:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico4:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .ysBox .hd li h4 {
  font-weight: bold;
  font-size: 20px;
  color: #444444;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .hd li p {
  line-height: 20px;
  color: #666666;
  font-size: 15px;
  width: 560px;
  margin-top: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .hd li.on {
  background: #ba1f23;
}
.youshi .ysBox .hd li.on i {
  border-color: #fff;
}
.youshi .ysBox .hd li.on i:before,
.youshi .ysBox .hd li.on i:after {
  top: -100%;
}
.youshi .ysBox .hd li.on h4 {
  color: #fff;
}
.youshi .ysBox .hd li.on p {
  color: #fff;
}
.youshi .ysBox .bd {
  float: left;
  width: 880px;
  height: 640px;
}
.youshi .ysBox .bd li .pic {
  width: 880px;
  height: 640px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.youshi .ysBox .bd li .pic img {
  width: 880px;
  height: 640px;
  display: block;
}
.youshi .ysBox .prev {
  width: 100px;
  height: 50px;
  background: #fff url(../../../404.html) center center no-repeat;
  display: block;
  float: left;
  z-index: 3;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.youshi .ysBox .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .ysBox .next {
  width: 100px;
  height: 50px;
  background: #ba1f23 url(../../../404.html) center center no-repeat;
  display: block;
  float: left;
  z-index: 3;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.youshi .ysBox .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.news {
  margin-top: 88px;
  width: 100%;
  overflow: hidden;
}
.news * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsTab {
  position: relative;
}
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .left .tit {
  width: 340px;
  height: 80px;
  background: url(../images/newstit.png) 0 0 no-repeat;
}
.news .newsTab .left h3 {
  font-weight: bold;
  font-size: 32px;
  margin-top: 27px;
  line-height: 1;
}
.news .newsTab ul {
  font-size: 0;
  float: right;
  margin-top: 70px;
  margin-right: 140px;
}
.news .newsTab ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab ul li {
  display: inline-block;
  margin-left: 90px;
  cursor: pointer;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li > span {
  display: block;
  color: #444444;
  text-align: center;
  height: 42px;
  line-height: 42px;
  position: relative;
  font-size: 18px;
}
.news .newsTab ul li > span:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: #ba1f23;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li .more {
  position: absolute;
  line-height: 42px;
  right: 0;
  top: 70px;
  color: #999999;
  font-family: Arial;
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li .more:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  width: 9px;
  height: 10px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/proar.png) center center no-repeat;
}
.news .newsTab ul li .more:hover {
  color: #ba1f23;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTab ul li .more:hover:after {
  background: url(../images/proarh.png) center center no-repeat;
}
.news .newsTab ul li.on > span:before {
  width: 100%;
  left: 0;
}
.news .newsTab ul li.on .more {
  display: block;
}
.news .newsTabs {
  width: 1420px;
  margin-top: 60px;
  position: relative;
  left: 50%;
  margin-left: -710px;
}
.news .newsList {
  padding: 10px 10px 0;
  width: 1420px;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.news .newsList .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 li {
  float: left;
  position: relative;
  width: 350px;
  height: 340px;
  padding: 50px 45px 0 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 li:before {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -124px;
  width: 2px;
  height: 248px;
  background-color: #eaeaea;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 li:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 352px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 li:last-child:before {
  display: none;
}
.news .newsList .list1 li .date {
  color: #444444;
  line-height: 12px;
}
.news .newsList .list1 li .date i {
  display: block;
  font-weight: bold;
  font-size: 72px;
  letter-spacing: 1px;
  line-height: 58px;
  margin-top: 32px;
}
.news .newsList .list1 li .bt {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-top: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 34px;
  height: 68px;
}
.news .newsList .list1 li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 li .bt:hover {
  color: #ba1f23;
}
.news .newsList .list1 li .more {
  display: block;
  color: #888888;
  line-height: 20px;
  margin-top: 36px;
  position: relative;
}
.news .newsList .list1 li .more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-color: #ba1f23;
  border-radius: 50%;
  margin-right: 15px;
}
.news .newsList .list1 li .more:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 9px;
  background: url(../images/newsar.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 li .more:hover {
  color: #ba1f23;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 li .more:hover:after {
  background: url(../images/newsarh.png) 0 center no-repeat;
}
.news .newsList .list1 li:hover {
  z-index: 2;
}
.news .newsList .list1 li:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .newsList .list1 li:hover:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.news .newsList .list2 {
  position: relative;
  width: 1280px;
  margin: auto;
  margin-top: 42px;
  z-index: 1;
}
.news .newsList .list2 ul {
  margin-right: -25px;
}
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 li {
  float: left;
  width: 410px;
  height: 120px;
  background-color: #fafafa;
  margin-right: 25px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 23px 20px 0;
  position: relative;
}
.news .newsList .list2 li:after {
  content: "";
  position: absolute;
  background: #ba1f23;
  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 .list2 li:hover:after,
.news .newsList .list2 li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 li .tt {
  line-height: 36px;
}
.news .newsList .list2 li .tt:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 li .tt .bt {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 320px;
}
.news .newsList .list2 li .tt .bt:before {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #333333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 li .tt .bt:hover {
  color: #ba1f23;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list2 li .tt .bt:hover:before {
  background-color: #ba1f23;
}
.news .newsList .list2 li .tt .date {
  float: right;
  color: #999999;
}
.news .newsList .list2 li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888888;
  line-height: 24px;
  margin-top: 12px;
}
.case {
  padding: 70px 0 60px;
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseBox {
  margin-top: 65px;
  padding: 0 27px;
  position: relative;
}
.case-prev{
  position: absolute;
  background: #000;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  left: 20px;
  top: 50%;
  margin-top: -22px;
  z-index: 3;
  cursor: pointer;
  outline: none;
  transition: all .5s ease-out;
}
.case-prev:hover{
  background: #ba1f23;
}
.case-prev:before{
  content: "<";
  font-family: SimSun;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.case-next{
  position: absolute;
  background: #000;
  text-align: center;
  width: 44px;
  height: 44px;
  right: 20px;
  top: 50%;
  margin-top: -22px;
  line-height: 44px;
  z-index: 3;
  outline: none;
  cursor: pointer;
  transition: all .5s ease-out;
}
.case-next:hover{
  background: #ba1f23;
}
.case-next:before{
  content: ">";
  font-family: SimSun;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.case .caseSwiper li {
  padding: 0 13px 0;
  width: 25%;
}
.case .caseSwiper li .item {
  padding: 20px 0 7px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.case .caseSwiper li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 72.72727273%;
  overflow: hidden;
  position: relative;
}
.case .caseSwiper li .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .caseSwiper li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #444444;
  font-size: 16px;
}
.case .caseSwiper li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #ba1f23;
}
.case .caseSwiper li .item .line {
  position: relative;
  height: 1px;
  background-color: #bdbdbd;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba1f23, #ba1f23);
  background-image: linear-gradient(to right, #ba1f23, #ba1f23);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case .caseSwiper li .item .line:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -7px;
  width: 1px;
  height: 15px;
  background-color: #bdbdbd;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ba1f23, #ba1f23);
  background-image: linear-gradient(to right, #ba1f23, #ba1f23);
  background-size: 100% 0%;
  background-position: center top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case .caseSwiper li .item:hover {
  padding: 0 0 27px;
}
.case .caseSwiper li .item:hover .line {
  background-size: 100% 100%;
}
.case .caseSwiper li .item:hover .line:before {
  height: 35px;
  background-size: 100% 100%;
}
.links {
  background-color: #ba1f23;
}
.links .tit {
  width: 242px;
  height: 78px;
  line-height: 78px;
  background: url(../images/linkstit.png) 170px center no-repeat;
  font-size: 18px;
  padding-left: 63px;
  color: #fff;
  background-color: #f4502d;
  float: left;
}
.links .list {
  padding: 20px 0;
  line-height: 38px;
  width: 1038px;
}
.links .list a {
  display: inline-block;
  margin-left: 30px;
  color: #fff;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.message {
  background: url(../../../404.html) center center no-repeat fixed;
  padding: 80px 0;
}
.message .formbox {
  float: right;
  width: 550px;
  height: 400px;
  background-color: #ffffff;
  padding: 70px 25px 0;
}
.message .formbox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .formbox input,
.message .formbox textarea {
  margin-bottom: 20px;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  height: 40px;
  background: none;
  border: solid 1px #d3d3d3;
  line-height: 38px;
  padding: 0 10px 0 47px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input.username,
.message .formbox textarea.username {
  background: url(../images/inpxm.png) 19px center no-repeat;
  margin-right: 20px;
}
.message .formbox input.usertel,
.message .formbox textarea.usertel {
  background: url(../images/inpdh.png) 19px center no-repeat;
}
.message .formbox input.useremail,
.message .formbox textarea.useremail {
  background: url(../../../404.html) 19px center no-repeat;
}
.message .formbox input.xqcontent,
.message .formbox textarea.xqcontent {
  background: url(../images/inpnr.png) 19px 12px no-repeat;
  width: 500px;
  height: 140px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
}
.message .formbox input.codeText,
.message .formbox textarea.codeText {
  padding-left: 20px;
}
.message .formbox input::-webkit-input-placeholder,
.message .formbox textarea::-webkit-input-placeholder {
  color: #666666;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input:focus,
.message .formbox textarea:focus,
.message .formbox input:active,
.message .formbox textarea:active {
  border-color: rgba(186, 31, 35, 0.7);
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox textarea:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder,
.message .formbox textarea:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .code {
  position: relative;
  float: left;
}
.message .formbox .code .imgCode {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 40px;
  border: none;
  display: block;
  z-index: 2;
}
.message .formbox .submitform {
  float: right;
  width: 240px;
  height: 40px;
  background-color: #ba1f23;
  border: none;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.message .formbox .submitform:hover {
  background-color: #ba1f23;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 8px 10px -5px rgba(186, 31, 35, 0.5);
}
.message .text {
  float: left;
  width: 620px;
  padding-top: 102px;
  color: #fff;
}
.message .text .t1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
.message .text .t2 {
  font-size: 22px;
  margin-top: 30px;
  opacity: 0.8;
  line-height: 1;
}
.message .text .line {
  width: 330px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 30px;
}
.message .text .t3 {
  margin-top: 40px;
  line-height: 40px;
}
.message .text .t3 .tel {
  display: inline-block;
  vertical-align: top;
}
.message .text .t3 .tel:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  animation: msClock2 1.4s linear infinite;
  background: url(../../../404.html) center center no-repeat;
  margin-right: 15px;
}
.message .text .t3 .tel i {
  font-weight: bold;
  font-family: Arial;
  font-size: 22px;
}
.message .text .t3 .zxLink {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  width: 150px;
  height: 40px;
  background-color: #ba1f23;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.message .text .t3 .zxLink:hover {
  background-color: #ba1f23;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 8px 10px -4px rgba(186, 31, 35, 0.8);
}
.lianxi .list {
  border: solid 1px #d8d8d8;
  border-bottom: none;
}
.lianxi .list li {
  float: left;
  width: 33.33333%;
  text-align: center;
  height: 170px;
  border-left: solid 1px #d8d8d8;
  padding-top: 25px;
  color: #666666;
}
.lianxi .list li:first-child {
  border-left: none;
}
.lianxi .list li i {
  display: block;
  width: 38px;
  height: 38px;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.lianxi .list li i:before,
.lianxi .list li 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;
}
.lianxi .list li i.ico1:before,
.lianxi .list li i.ico1:after {
  background: url(../../../404.html) center center no-repeat;
}
.lianxi .list li i.ico2:before,
.lianxi .list li i.ico2:after {
  background: url(../../../404.html) center center no-repeat;
}
.lianxi .list li i.ico3:before,
.lianxi .list li i.ico3:after {
  background: url(../../../404.html) center center no-repeat;
}
.lianxi .list li:hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.lianxi .list li h4 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 18px;
  line-height: 1;
}
.lianxi .list li .line {
  background: url(../../../404.html) center center no-repeat;
  height: 11px;
  margin-top: 10px;
}
.lianxi .list li p {
  font-size: 15px;
  line-height: 20px;
  margin-top: 8px;
  font-weight: bold;
}
