@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.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;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-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);
  }
}
.banner {
  width: 100%;
  position: relative;
  z-index: 5;
}
.banner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: url(../images/banbar.png) center bottom no-repeat;
  height: 62px;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #de191f solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #de191f;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-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;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-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;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.inBar {
  border-bottom: 2px solid #bbb;
  padding: 39px 0;
  line-height: 45px;
  padding: 19px 0;
  padding: 12px 0;
}
.inBar .slogan {
  font-size: 18px;
  float: left;
}
.inBar .search {
  float: right;
  width: 460px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  position: relative;
  padding-right: 70px;
  line-height: 43px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBar .search .searchInp {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 43px;
  background: none;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBar .search .searchInp::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inBar .search .searchInp::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inBar .search .searchInp:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inBar .search .searchInp:focus::-webkit-input-placeholder,
.inBar .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inBar .search .searchInp:focus::-moz-placeholder,
.inBar .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inBar .search .searchInp:focus:-ms-input-placeholder,
.inBar .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inBar .search .submitBtn {
  background: #de191f url(../images/searchico.png) center center no-repeat;
  width: 70px;
  height: 45px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: -1px;
  top: -1px;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inBar .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.inBar .search:hover {
  border-color: #de191f;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .more {
  float: right;
  margin-top: 18px;
  width: 80px;
  height: 30px;
  background-color: #de191f;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.titBox .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #de191f;
  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;
}
.titBox .more:hover {
  background: none;
  color: #de191f;
  box-shadow: 0 10px 10px -5px rgba(222, 25, 31, 0.5);
}
.titBox .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.title {
  line-height: 1;
}
.title a{
  display: inline-block;
  vertical-align: top;
}
.title b {
  font-size: 30px;
  display: block;
}
.title b span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.title b span:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/titico.png) 0 0 no-repeat;
  width: 41px;
  height: 40px;
  left: -26px;
  top: -18px;
  z-index: -1;
}
.title b em {
  display: inline-block;
  vertical-align: bottom;
  height: 30px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  width: 22px;
  line-height: 15px;
  font-size: 12px;
  padding: 0 4px;
  margin: 0 12px;
}
.title i {
  display: block;
  margin-top: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #aaaaaa;
  font-size: 14px;
}
.about {
  padding-top: 46px;
  padding-top: 36px;
}
.about .aboutText {
  margin-top: 40px;
  margin-top: 30px;
}
.about .aboutText .tit {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.about .aboutText .text {
  margin-top: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  font-size: 15px;
  color: #777777;
  text-align: justify;
  margin-top: 12px;
}
.about .number {
  margin-top: 40px;
  margin-top: 20px;
}
.about .number::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
}
.about .number ul li {
  float: left;
  width: 247px;
  height: 147px;
  background: url(../images/numli.png) center center no-repeat;
  text-align: center;
  padding-top: 26px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .number ul li h4 {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .number ul li h4 i {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 42px;
  display: inline-block;
  vertical-align: bottom;
}
.about .number ul li h4 em {
  display: inline-block;
  vertical-align: bottom;
  width: 21px;
  height: 21px;
  background-image: linear-gradient(0deg, #ffffff 0%, #de191f 100%);
  margin-left: 8px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
}
.about .number ul li h5 {
  font-size: 18px;
  line-height: 1;
  margin-top: 26px;
}
.about .number ul li h6 {
  line-height: 1;
  font-family: Arial;
  font-size: 12px;
  margin-top: 8px;
  line-height: 10px;
  color: #999999;
  text-transform: uppercase;
}
.about .number ul li:hover {
  top: -10px;
}
.about .number ul li:hover h4,
.about .number ul li.on h4 {
  color: #de191f;
}
.news {
  margin-top: 88px;
  margin-top: 40px;
  padding: 40px 0;
  background-color: #fbfbfb;
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
}
.news .newsTab ul li {
  float: left;
  margin-left: 50px;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #de191f;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #de191f;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 100%;
  overflow: hidden;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a 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;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTab ul li:hover a:before,
.news .newsTab ul li.on a:before {
  width: 100%;
  left: 0;
}
.news .newsTab ul li:hover a:after,
.news .newsTab ul li.on a:after {
  width: 100%;
  left: 0;
}
.news .newsTabs {
  margin-top: 40px;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  overflow: hidden;
  height: 572px;
}
.news .newsList::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .one {
  float: left;
  width: 650px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic {
  display: block;
  width: 100%;
  height: 430px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .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-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont {
  position: relative;
  padding-top: 35px;
  height: 140px;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont .bt:hover {
  color: #de191f;
}
.news .newsList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 15px;
  color: #777777;
  margin-top: 10px;
}
.news .newsList .one:hover .pic img {
  -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);
}
.news .newsList .one:hover .cont .bt {
  color: #de191f;
}
.news .newsList .list {
  float: right;
  margin-top: -20px;
}
.news .newsList .list ul {
  width: 600px;
}
.news .newsList .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  height: 74px;
  line-height: 73px;
  padding-right: 100px;
  padding-left: 25px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.news .newsList .list ul li::after {
  content: "";
  position: absolute;
  background: #de191f;
  width: 100%;
  height: 1px;
  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 .newsList .list ul li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  color: #999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .bt:before {
  content: "◎";
  display: inline-block;
  margin-right: 12px;
  font-size: 15px;
}
.news .newsList .list ul li .bt:hover {
  color: #de191f;
}
.news .newsList .list ul li:hover .bt {
  color: #de191f;
}
.news .newsList .list ul li:hover .date {
  color: #de191f;
}
.business {
  margin-top: 70px;
  padding-bottom: 50px;
  margin-top: 40px;
  padding-bottom: 10px;
}
.business * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* .business .title {
  text-align: center;
} */
.business .ywSwiper {
  margin: 20px auto 0;
  width: 96%;
  min-width: 1300px;
}
.business .ywSwiper .swiper-container ul li {
  float: left;
  width: 25%;
}
.business .ywSwiper .swiper-container ul li .item {
  border-radius: 6px;
  height: 276px;
  margin: 20px 3%;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.business .ywSwiper .swiper-container ul li .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/ywli.jpg) center center no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywSwiper .swiper-container ul li .item dl {
  max-width: 310px;
  width: 86%;
  margin: auto;
}
.business .ywSwiper .swiper-container ul li .item dl dt a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  padding-right: 55px;
  font-size: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 15px;
}
.business .ywSwiper .swiper-container ul li .item dl dt a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  position: relative;
  top: -2px;
}
.business .ywSwiper .swiper-container ul li .item dl dt a i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.business .ywSwiper .swiper-container ul li .item dl dt a em {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 48px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywSwiper .swiper-container ul li .item dl dt a:hover {
  color: #de191f;
}
.business .ywSwiper .swiper-container ul li .item dl dd {
  margin: 16px -3% 0;
}
.business .ywSwiper .swiper-container ul li .item dl dd::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.business .ywSwiper .swiper-container ul li .item dl dd a {
  float: left;
  width: 45.5%;
  margin: 0 4%;
  margin: 0 2%;
  display: block;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 3px;
  line-height: 36px;
  padding: 0 5px 0 10px;
  font-size:15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #de191f, #de191f);
  background-image: linear-gradient(to right, #de191f, #de191f);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.business .ywSwiper .swiper-container ul li .item dl dd a:before {
  content: "·";
  margin-right: 10px;
}
.business .ywSwiper .swiper-container ul li .item dl dd a:hover {
  background-size: 100% 100%;
  color: #fff;
}
.business .ywSwiper .swiper-container ul li .item:hover {
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.business .ywSwiper .swiper-container ul li .item:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.business .ywSwiper .swiper-container ul li .item:hover dl dt a em {
  color: #de191f;
}
.business .ywSwiper .swiper-container ul li .item:hover dl dd a {
  background-color: #f8f8f8;
}
@media screen and (max-width: 1580px) {
  .business .ywSwiper .swiper-container ul li .item {
    height: 236px;
    margin: 20px 3%;
    padding: 30px 0;
  }
  .business .ywSwiper .swiper-container ul li .item dl dd {
    margin-top: 4px;
  }
  .business .ywSwiper .swiper-container ul li .item dl dd a {
    width: 68%;
    margin: 2px 3% 0;
    padding: 0 5px 0 10px;
    font-size: 15px;
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysBox {
  height: 700px;
  padding-top: 35px;
}
.youshi .ysTit {
  background: url(../images/ystit.png) 0 0 no-repeat;
  font-size: 36px;
  padding-top: 120px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: bold;
}
.youshi .ysTit h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}
.youshi .ysTit:after {
  content: "";
  display: block;
  width: 410px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
  margin-top: 38px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  height: 265px;
}
.youshi .ysCont .bd ul li .item {
  padding-top: 34px;
  font-size: 20px;
  line-height: 60px;
  color: #ffffff;
}
.youshi .ysCont .hd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysCont .hd ul li {
  float: left;
  width: 230px;
  height: 176px;
  position: relative;
  z-index: 1;
  color: #fff;
  padding-left: 62px;
  padding-top: 95px;
  cursor: pointer;
}
.youshi .ysCont .hd ul li.li1 {
  background: url(../images/yshd1.png) 0 0 no-repeat;
}
.youshi .ysCont .hd ul li.li2 {
  background: url(../images/yshd2.png) 0 0 no-repeat;
  margin-left: 117px;
}
.youshi .ysCont .hd ul li.li3 {
  background: url(../images/yshd3.png) 0 0 no-repeat;
  margin-left: 160px;
}
.youshi .ysCont .hd ul li.li4 {
  background: url(../images/yshd4.png) 0 0 no-repeat;
  margin-left: 103px;
}
.youshi .ysCont .hd ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/yshdlih.png) 0 0 no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .hd ul li i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 44px;
  height: 38px;
}
.youshi .ysCont .hd ul li i.ico1 {
  background: url(../images/ysico1.png) right top no-repeat;
}
.youshi .ysCont .hd ul li i.ico2 {
  background: url(../images/ysico2.png) right top no-repeat;
}
.youshi .ysCont .hd ul li i.ico3 {
  background: url(../images/ysico3.png) right top no-repeat;
}
.youshi .ysCont .hd ul li i.ico4 {
  background: url(../images/ysico4.png) right top no-repeat;
}
.youshi .ysCont .hd ul li h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  position: relative;
  z-index: 2;
}
.youshi .ysCont .hd ul li h5 {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 12px;
  line-height: 10px;
  position: relative;
  z-index: 2;
}
.youshi .ysCont .hd ul li.on:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.youshi .ysCont .hd ul li.on i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.case {
  padding: 104px 0 70px;
}
.case .caseBox {
  z-index: 1;
}
.case .caseBox:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  bottom: 90px;
  right: 30px;
  width: 1px;
  height: 123px;
  background-color: #e5e5e5;
}
.case .titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .titBox .title {
  float: left;
}
.case .titBox .more {
  float: right;
  margin-top: 24px;
  font-family: Arial;
  font-size: 18px;
  display: block;
  line-height: 35px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .titBox .more:after {
  content: ">";
  display: inline-block;
  margin-left: 65px;
  vertical-align: top;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  border: solid 2px #e5e5e5;
  text-align: center;
  font-family: simsun;
  color: #e5e5e5;
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .titBox .more:before {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 17px;
  width: 64px;
  height: 1px;
  background: #949494;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #de191f, #de191f);
  background-image: linear-gradient(to right, #de191f, #de191f);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .titBox .more:hover {
  color: #de191f;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .titBox .more:hover:after {
  border-color: #de191f;
  color: #de191f;
  animation: zyfd 1.5s linear infinite;
}
.case .titBox .more:hover:before {
  background-size: 100% 100%;
}
.case .caseTabs {
  margin-top: 50px;
}
.case .caseTabs::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .hd {
  float: left;
  width: 212px;
}
.case .hd ul li {
  position: relative;
  margin-top: 28px;
  width: 188px;
  height: 120px;
}
.case .hd ul li:first-child {
  margin-top: 0;
}
.case .hd ul li .pic {
  display: block;
  width: 188px;
  height: 120px;
  border: 7px solid #f8f8f8;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .hd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .hd ul li .num {
  position: absolute;
  z-index: 2;
  right: -70px;
  top: 50%;
  margin-top: -10px;
  font-family: Arial;
  line-height: 20px;
  font-size: 15px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .hd ul li .num:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 18px;
  width: 69px;
  height: 1px;
  background-color: #e5e5e5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .hd ul li:hover .pic {
  border-color: #de191f;
}
.case .hd ul li:hover .pic img {
  -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);
}
.case .hd ul li:hover .num {
  color: #de191f;
}
.case .hd ul li.on .pic {
  border-color: #de191f;
}
.case .hd ul li.on .num {
  color: #de191f;
}
.case .hd ul li.on .num:before {
  width: 52px;
}
.case .bd {
  float: right;
  width: 1020px;
  height: 454px;
  margin: -20px 0;
  overflow: hidden;
}
.case .bd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .bd ul li {
  margin: 20px 0 20px 20px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .pic {
  float: left;
  display: block;
  width: 568px;
  height: 414px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  overflow: hidden;
  border: 10px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd 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-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .cont {
  width: 390px;
  float: right;
  position: relative;
  padding-top: 32px;
}
.case .bd ul li .cont .num {
  position: absolute;
  right: 0;
  top: 22px;
  font-family: "Arial Black";
  font-size: 60px;
  opacity: 0.1;
  line-height: 45px;
}
.case .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  height: 42px;
  line-height: 42px;
  font-weight: bold;
  padding-right: 80px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .cont .bt:hover {
  color: #de191f;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .bd ul li .cont .line {
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 6px;
  background-color: #de191f;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #777777;
  font-size: 15px;
  margin-top: 18px;
  margin-top: 28px;
}
.case .bd ul li .cont .more {
  margin-top: 60px;
  display: block;
  width: 145px;
  height: 46px;
  background-color: #ffc71e;
  line-height: 46px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .cont .more:after {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 113px;
  background: url(../images/ysmore.png) 0 center no-repeat;
  right: -84px;
  top: 13px;
}
.case .bd ul li .cont .more:hover {
  background-color: #de191f;
  box-shadow: 0 10px 10px -5px rgba(222, 25, 31, 0.5);
}
.case .bd ul li .cont .more:hover:after {
  animation: zyfd 1.5s linear infinite;
}
.case .bd ul li:hover .pic img {
  -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);
}
.case .bd ul li:hover .cont .bt {
  color: #de191f;
}
.case .bd ul li:hover .cont .line {
  width: 50px;
}
.case .caseimg {
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 174px;
  bottom: -28px;
  right: -70px;
  background: url(../images/caseimg.png) 0 center no-repeat;
}
.links {
  padding: 36px 0;
  padding: 16px 0; height:80px; margin-top:50px;
}
.links .linksBox {
  display: flex;
  z-index: 1;
  line-height: 34px;
}
.links .tit {
  float: left;
  width: 144px;
  height: 38px;
  background: url(../images/linkstit.png) 0 0 no-repeat;
  font-size: 16px;
  padding-left: 38px;
  line-height: 12px;
}
.links .list {
  flex: 1;
  float: right;
  overflow: hidden;
  line-height: 34px;
  width: 1156px;
  margin-top: 2px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
  margin-left: 40px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #de191f;
}
