@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,
.boxBg {
  -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 {
  position: relative;
}
.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;
  left: 50%;
  margin-left: -640px;
  bottom: 50px;
  z-index: 3;
  width: 300px;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #6c207e 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: #6c207e;
  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%;
}
.banner .banBar {
  width: 360px;
  position: absolute;
  z-index: 3;
  background-color: #6c207e;
  color: #ffffff;
  right: 50%;
  margin-right: -640px;
  bottom: 0;
}
.banner .banBar::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 15px;
  height: 8px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.banner .banBar .tel {
  height: 182px;
  padding-top: 48px;
  padding-left: 40px;
}
.banner .banBar .tel span {
  display: block;
  line-height: 32px;
  letter-spacing: 6px;
  font-size: 16px;
}
.banner .banBar .tel span::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  margin-right: 10px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.banner .banBar .tel i {
  font-weight: bold;
  display: block;
  font-size: 24px;
  margin-top: 14px;
  line-height: 28px;
}
.banner .banBar .slogan {
  background: url(../images/slogan.jpg) center 0 no-repeat;
  height: 96px;
  line-height: 24px;
  letter-spacing: 3px;
  padding: 26px 0 0 40px;
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  font-size: 40px;
  line-height: 63px;
  background: url(../images/titname.png) 0 center no-repeat;
  font-weight: bold;
  padding-left: 10px;
  margin-left: -10px;
}
.title i {
  display: block;
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  margin-top: 9px;
  letter-spacing: 23px;
  color: #666666;
}
.title::after {
  content: "";
  display: block;
  width: 48px;
  height: 8px;
  margin-top: 20px;
  background: url(../images/titico.png) 0 center no-repeat;
}
.product {
  padding: 68px 0 80px;
  overflow: hidden;
}
.product .proTit::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proTit .title {
  float: left;
}
.product .proTit .search {
  float: right;
  margin-top: 12px;
  width: 456px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px #dddddd;
  position: relative;
  padding-right: 75px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTit .search .searchInp {
  display: block;
  width: 100%;
  height: 53px;
  line-height: 53px;
  background: none;
  padding: 0 18px;
  font-size: 14px;
  border-radius: 30px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTit .search .searchInp::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .proTit .search .searchInp::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .proTit .search .searchInp:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .proTit .search .searchInp:focus::-webkit-input-placeholder,
.product .proTit .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .proTit .search .searchInp:focus::-moz-placeholder,
.product .proTit .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .proTit .search .searchInp:focus:-ms-input-placeholder,
.product .proTit .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .proTit .search .submitBtn {
  background: #6c207e url(../images/searchico.png) center center no-repeat;
  border-radius: 30px;
  width: 76px;
  height: 55px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: -1px;
  top: -1px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proTit .search .submitBtn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product .proTit .search:hover {
  border-color: #6c207e;
}
.product .proTip {
  margin-top: 80px;
  border-top: 10px solid #6c207e;
  padding-top: 10px;
}
.product .proTip .tip {
  color: #fff;
  padding: 80px 100px 0;
  background: url(../images/protipbg.jpg) center 0 no-repeat;
  height: 300px;
  position: relative;
}
.product .proTip .tip .t1 {
  font-weight: bold;
  line-height: 1;
  font-size: 30px;
}
.product .proTip .tip .t2 {
  margin-top: 24px;
  line-height: 1;
  font-size: 16px;
}
.product .proTip .tip .t2 span {
  background: url(../images/protipli.png) 0 center no-repeat;
  padding-left: 21px;
  margin-right: 30px;
}
.product .proTip .tip .more {
  display: block;
  width: 130px;
  height: 42px;
  margin-top: 36px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 25px;
}
.product .proTip .tip .more:hover {
  background-color: #6c207e;
  border-color: #6c207e;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.2);
}
.product .proTip .tip .proimg {
  position: absolute;
  width: 330px;
  height: 392px;
  bottom: 8px;
  right: 80px;
  overflow: hidden;
}
.product .proTip .tip .proimg img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.product .proNav {
  margin-top: 40px;
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .proNav ul i {
  width: 1px;
  height: 20px;
  background-color: #dddddd;
}
.product .proNav ul i:first-child {
  display: none;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  position: relative;
  padding: 0 2px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 6px;
  z-index: -1;
  width: 0;
  height: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: rgba(108, 32, 126, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  color: #6c207e;
  font-weight: bold;
}
.product .proNav ul li:hover a:after,
.product .proNav ul li.on a:after {
  width: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proTabs {
  margin-top: 40px;
}
.product .proTabs .proBd {
  height: 340px;
  overflow: hidden;
}
.product .proList {
  position: relative;
}
.product .proList .bd {
  height: 340px;
  overflow: hidden;
}
.product .proList .bd ul {
  margin-right: -26px;
}
.product .proList .bd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList .bd ul li {
  float: left;
  margin-right: 26px;
}
.product .proList .bd ul li .item {
  width: 300px;
  height: 340px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .bd ul li .item .pic {
  display: block;
  height: 258px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .bd ul li .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  height: 59px;
  line-height: 58px;
  margin: 0 30px;
  border-top: 1px solid #ddd;
}
.product .proList .bd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList .bd ul li .item:hover {
  border-color: #6c207e;
}
.product .proList .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList .bd ul li .item:hover .bt {
  color: #6c207e;
  border-top-color: #6c207e;
  font-weight: bold;
}
.product .proPage {
  position: absolute;
  left: -346px;
  bottom: 0;
  padding: 0 40px;
}
.product .proPage .proNum {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
}
.product .proPage .proNum i {
  font-weight: bold;
  font-size: 48px;
  line-height: 35px;
  color: #6c207e;
  margin-right: 4px;
}
.product .proPage .pro-prev {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23px;
  height: 32px;
  background: url(../images/ar1.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.6);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  cursor: pointer;
  outline: none;
}
.product .proPage .pro-prev:hover,
.product .proPage .pro-prev.on {
  filter: grayscale(0) brightness(1);
}
.product .proPage .pro-next {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23px;
  height: 32px;
  background: url(../images/ar1.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.6);
  cursor: pointer;
  outline: none;
}
.product .proPage .pro-next:hover,
.product .proPage .pro-next.on {
  filter: grayscale(0) brightness(1);
}
.solution {
  padding: 80px 0 100px;
  overflow: hidden;
  background-color: #fafbfc;
}
.solution * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.solution .faTit {
  text-align: center;
  line-height: 1;
}
.solution .faTit span {
  display: block;
  font-weight: bold;
  font-size: 36px;
}
.solution .faTit i {
  color: #999999;
  margin-top: 26px;
  display: block;
}
.solution .faSwiper {
  min-width: 1280px;
  width: 94%;
  margin: auto;
  margin-top: 86px;
  max-width: 1720px;
}
.solution .faSwiper .swiper-container {
  margin: 0 -6px;
}
.solution .faSwiper ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.solution .faSwiper ul li {
  float: left;
  height: 500px;
  width: 20%;
  padding: 0 6px;
}
.solution .faSwiper ul li .item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.solution .faSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution .faSwiper ul li .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #1b1b1b;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution .faSwiper ul li .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;;
}
.solution .faSwiper ul li .item .cont {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 60px 35px 0;
}
.solution .faSwiper ul li .item .cont .bt {
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution .faSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.solution .faSwiper ul li .item .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
}
.solution .faSwiper ul li .item .cont .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  opacity: 0.6;
}
.solution .faSwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 46px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.solution .faSwiper ul li .item .cont .more {
  display: block;
  width: 105px;
  height: 34px;
  background-color: #6c207e;
  margin-top: 120px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.solution .faSwiper ul li .item .cont .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  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;
}
.solution .faSwiper ul li .item .cont .more:hover {
  background: none;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.solution .faSwiper ul li .item .cont .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.solution .faSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.solution .faSwiper ul li .item:hover .pic::before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.solution .faSwiper ul li .item:hover .cont .bt span {
  font-weight: bold;
}
.solution .faSwiper ul li .item:hover .cont p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.solution .faSwiper ul li .item:hover .cont .more {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.solution .faSwiper ul li.on .item .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.solution .faSwiper ul li.on .item .cont .bt span {
  font-weight: bold;
}
.solution .faSwiper ul li.on .item .cont p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.solution .faSwiper ul li.on .item .cont .more {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.solution .page {
  position: absolute;
  right: 0;
  top: 32px;
  font-size: 0;
}
.solution .page .fa-prev {
  display: inline-block;
  vertical-align: bottom;
  width: 134px;
  height: 40px;
  border: solid 1px #4099ef;
  background: url(../images/fal.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  outline: none;
}
.solution .page .fa-prev:hover,
.solution .page .fa-prev.on {
  background-color: #6c207e;
  border-color: #6c207e;
  background-image: url(../images/falh.png);
}
.solution .page .fa-next {
  margin-left: 20px;
  display: inline-block;
  vertical-align: bottom;
  width: 134px;
  height: 40px;
  border: solid 1px #4099ef;
  background: url(../images/fal.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  outline: none;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.solution .page .fa-next:hover,
.solution .page .fa-next.on {
  background-color: #6c207e;
  border-color: #6c207e;
  background-image: url(../images/falh.png);
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  position: relative;
  overflow: hidden;
}
.youshi .ysround {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/ysround.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox {
  height: 845px;
  z-index: 2;
  color: #ffffff;
  padding-top: 102px;
}
.youshi .ysTit {
  position: relative;
  z-index: 2;
}
.youshi .ysTit span {
  display: block;
}
.youshi .ysTit span img {
  display: inline-block;
  vertical-align: top;
}
.youshi .ysTit i {
  display: block;
  font-family: Arial;
  font-size: 16px;
  margin-top: 23px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 0.68;
}
.youshi .ysTabs {
  margin-top: 50px;
}
.youshi .ysPic {
  width: 508px;
  height: 468px;
  margin-left: 268px;
}
.youshi .ysPic .bd {
  width: 508px;
  height: 468px;
  overflow: hidden;
}
.youshi .ysPic .bd ul li {
  width: 508px;
  height: 468px;
  position: relative;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.youshi .ysCont {
  position: absolute;
  right: 0;
  width: 410px;
  top: 566px;
  border-top: 1px solid #fff;
}
.youshi .ysCont .bd {
  overflow: hidden;
  height: 200px;
}
.youshi .ysCont .bd ul li .item {
  height: 200px;
  padding-top: 38px;
}
.youshi .ysCont .bd ul li .item .tit {
  line-height: 1;
}
.youshi .ysCont .bd ul li .item .tit span {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
}
.youshi .ysCont .bd ul li .item .tit i {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 8px;
  color: #a0a9b0;
}
.youshi .ysCont .bd ul li .item .text {
  line-height: 30px;
  color: #eeeeee;
  margin-top: 32px;
}
.youshi .hd ul li {
  cursor: pointer;
}
.youshi .hd ul li i {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i.ico1 {
  background: url(../images/ysico1.png) center center no-repeat;
  background-color: #236ccf;
  left: 878px;
  top: 408px;
}
.youshi .hd ul li i.ico2 {
  background: url(../images/ysico2.png) center center no-repeat;
  background-color: #6c207e;
  left: 944px;
  top: 244px;
}
.youshi .hd ul li i.ico3 {
  background: url(../images/ysico3.png) center center no-repeat;
  background-color: #76a79c;
  left: 1075px;
  top: 404px;
}
.youshi .hd ul li i.ico4 {
  background: url(../images/ysico4.png) center center no-repeat;
  background-color: #4664b5;
  left: 1164px;
  top: 244px;
}
.youshi .hd ul li.on i {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.06);
}
.youshi .ysTt {
  position: absolute;
  left: 0;
  top: 566px;
  z-index: 2;
}
.youshi .ysTt .tel::before {
  content: "";
  display: block;
  width: 48px;
  height: 50px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysTt .tel span {
  font-size: 16px;
  display: block;
  margin-top: 18px;
  line-height: 1;
}
.youshi .ysTt .tel i {
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-top: 4px;
  line-height: 26px;
}
.youshi .ysTt .zxLink {
  display: block;
  margin-top: 16px;
  width: 142px;
  height: 46px;
  background-color: #6c207e;
  border-radius: 23px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.youshi .ysTt .zxLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 25px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.youshi .ysTt .zxLink:hover {
  background: none;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.youshi .ysTt .zxLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about {
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
  padding-top: 92px;
}
.about .aboutBox {
  height: 710px;
  z-index: 1;
}
.about .aboutEn {
  position: absolute;
  z-index: -1;
  width: 556px;
  height: 147px;
  left: -223px;
  top: -10px;
  background: url(../images/abouten.png) 0 center no-repeat;
}
.about .abouL {
  float: left;
  width: 630px;
  position: relative;
}
.about .abouL .aboutTit {
  line-height: 1;
  padding-left: 10px;
}
.about .abouL .aboutTit i {
  display: inline-block;
  vertical-align: bottom;
}
.about .abouL .aboutTit i img {
  display: inline-block;
  vertical-align: top;
}
.about .abouL .aboutTit span {
  margin-left: 24px;
  font-size: 28px;
}
.about .abouL .aboutPic {
  width: 630px;
  height: 468px;
  background-color: #ffffff;
  margin-top: 38px;
  padding: 10px;
}
.about .abouL .aboutPic .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about .abouL .aboutPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .abouL .aboutPic .picbox {
  position: relative;
}
.about .abouL .aboutPic .picbox .aboutmouse {
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .abouL .aboutPic .picbox .aboutmouse:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.about .abouL .aboutPic .picbox:hover .aboutmouse {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .abouL .aboutPic .picbox:active .aboutmouse {
  width: 340px;
  height: 340px;
  margin: -170px 0 0 -170px;
}
.about .abouL .tel {
  text-align: right;
  margin-top: 54px;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
}
.about .abouL .tel::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  margin-right: 10px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.about .abouL .tel span {
  letter-spacing: 6px;
  display: inline-block;
  vertical-align: top;
}
.about .abouL .tel i {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  letter-spacing: 0;
}
.about .abouL .tipen {
  text-transform: uppercase;
  position: absolute;
  font-family: Candara;
  font-size: 14px;
  letter-spacing: 6px;
  color: #ffffff;
  opacity: 0.6;
  left: -223px;
  line-height: 10px;
  bottom: 12px;
}
.about .abouL .tipen::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 1px;
  background-color: #fff;
  opacity: 0.6;
  margin-right: 12px;
  position: relative;
  top: -1px;
}
.about .aboutText {
  float: right;
  width: 525px;
  padding-top: 58px;
}
.about .aboutText::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #6c207e;
}
.about .aboutText .text {
  margin-top: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  font-size: 14px;
  text-align: justify;
  color: #666666;
}
.about .aboutText .aLink {
  margin-top: 44px;
}
.about .aboutText .aLink ul {
  display: flex;
  justify-content: space-between;
}
.about .aboutText .aLink ul li a {
  display: block;
  width: 224px;
  height: 88px;
  background-color: #fafbfc;
  border-radius: 10px;
  line-height: 88px;
  position: relative;
  font-size: 18px;
  padding-left: 28px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: solid 1px #dddddd;
  border-radius: 10px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  left: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a i {
  position: absolute;
  top: 0;
  right: 22px;
  width: 32px;
  height: 100%;
  z-index: 3;
}
.about .aboutText .aLink ul li a i.ico1 {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico2 {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aboutText .aLink ul li a span {
  position: relative;
  z-index: 3;
}
.about .aboutText .aLink ul li.on a,
.about .aboutText .aLink ul li:hover a {
  background-color: #6c207e;
  color: #6c207e;
  box-shadow: 0px 6px 8px 2px rgba(108, 32, 126, 0.2);
}
.about .aboutText .aLink ul li.on a::after,
.about .aboutText .aLink ul li:hover a::after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .aboutText .aLink ul li.on a i,
.about .aboutText .aLink ul li:hover a i {
  filter: grayscale(100) brightness(5);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .aboutText .aLink .aUl {
  display: flex;
  justify-content: space-between;
  margin: 0 -62px;
  align-items: center;
}
.about .aboutText .aLink .aUl .line {
  width: 1px;
  height: 90px;
  background-color: #ffffff;
  opacity: 0.2;
}
.about .aboutText .aLink .aUl a {
  display: block;
  height: 188px;
  padding-top: 45px;
  text-align: center;
  border-radius: 100%;
  width: 188px;
  color: #fff;
}
.about .aboutText .aLink .aUl a i {
  margin: auto;
  display: block;
  width: 50px;
  height: 50px;
}
.about .aboutText .aLink .aUl a i.ico1 {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aboutText .aLink .aUl a i.ico2 {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aboutText .aLink .aUl a i.ico3 {
  background: url(../images/alinkico3.png) center center no-repeat;
}
.about .aboutText .aLink .aUl a span {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 25px;
}
.about .aboutText .aLink .aUl a:hover,
.about .aboutText .aLink .aUl a.on {
  background-color: rgba(255, 255, 255, 0.1);
}
.about .aboutText .aLink .aUl a:hover i,
.about .aboutText .aLink .aUl a.on i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .aboutText .aLink .aUl a:hover span,
.about .aboutText .aLink .aUl a.on span {
  font-weight: bold;
}
.about .aboutText .zzLink {
  margin-top: 110px;
}
.about .aboutText .zzLink .honor {
  width: 231px;
  display: block;
  text-align: center;
  float: left;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .zzLink .honor img {
  display: block;
  width: 100%;
  height: 175px;
  height: 100%;
  object-fit: contain;
  padding: 16px 16px 18px;
  background: url(../images/honorbg.png) 0 center no-repeat;
  background-color: #fff;
}
.about .aboutText .zzLink .honor span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.about .aboutText .zzLink .honor:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #6c207e;
}
.about .aboutText .zzLink .sqLink {
  float: right;
  position: relative;
  display: block;
  padding-right: 68px;
}
.about .aboutText .zzLink .sqLink img {
  display: block;
  width: 156px;
  height: 212px;
  background-color: #fff;
  border: solid 6px #cccccc;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .zzLink .sqLink span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-weight: bold;
  color: #6c207e;
  font-size: 22px;
  letter-spacing: 4px;
  height: 100%;
  width: 54px;
  line-height: 54px;
  overflow: hidden;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.about .aboutText .zzLink .sqLink:hover img {
  border-color: #6c207e;
}
.news {
  background-color: #fafbfc;
  padding: 68px 0 80px;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 13px;
  margin-right: -32px;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 70px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  width: 182px;
  height: 55px;
  border-radius: 28px;
  line-height: 55px;
  font-size: 18px;
  -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;
  height: 55px;
  width: 72px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-right: 7px;
  border-radius: 30px;
  -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/newsico1h.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/newsico2h.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/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-color: #6c207e;
  color: #fff;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  background-color: rgba(255, 255, 255, 0.1);
}
.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 .newsTabs {
  margin: 10px -20px 0;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 646px;
}
.news .newsList {
  overflow: hidden;
  height: 646px;
}
.news .list1 {
  padding: 20px 20px 0;
}
.news .list1::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list1 .one {
  float: left;
  width: 590px;
}
.news .list1 .one .cont {
  height: 215px;
}
.news .list1 .one .cont .date {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  line-height: 15px;
  height: 40px;
  border-bottom: 2px solid #6c207e;
  color: #6c207e;
}
.news .list1 .one .cont .bt {
  margin-top: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #888888;
  margin-top: 7px;
}
.news .list1 .one .pic {
  display: block;
  width: 100%;
  height: 285px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 .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 .list1 .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .list1 .one:hover .cont .bt {
  color: #6c207e;
}
.news .list1 ul {
  float: right;
  width: 624px;
}
.news .list1 ul li {
  height: 153px;
  margin-top: 20px;
  position: relative;
  padding: 30px 30px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li:first-child {
  margin-top: 0;
}
.news .list1 ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.news .list1 ul li .date {
  font-family: Arial;
  font-size: 30px;
  line-height: 22px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  margin-top: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  height: 20px;
  color: #888888;
}
.news .list1 ul li .more {
  position: absolute;
  top: 30px;
  right: 40px;
  display: block;
  text-transform: uppercase;
  line-height: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .more:hover {
  color: #6c207e;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 ul li.on {
  box-shadow: 0px 2px 17px 4px rgba(108, 32, 126, 0.1);
}
.news .list1 ul li.on::before {
  width: 0;
}
.news .list1 ul li.on .date {
  color: #6c207e;
}
.news .list1 ul li.on .bt {
  font-weight: bold;
}
.news .list1 ul li:hover {
  box-shadow: 0px 2px 17px 4px rgba(108, 32, 126, 0.1);
}
.news .list1 ul li:hover::before {
  width: 0;
}
.news .list1 ul li:hover .date {
  color: #6c207e;
}
.news .list1 ul li:hover .bt {
  color: #6c207e;
  font-weight: bold;
}
.news .list2 {
  margin: 10px 20px 0;
}
.news .list2 ul {
  margin-right: -53px;
}
.news .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list2 ul li {
  margin-top: 30px;
  float: left;
  width: 280px;
  height: 86px;
  margin-right: 53px;
  padding-left: 0;
  padding-right: 75px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .list2 ul li::before {
  content: "";
  position: absolute;
  background: #6c207e;
  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 .list2 ul li:hover::before,
.news .list2 ul li.on:before {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list2 ul li .pic {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 60px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .list2 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;
}
.news .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li .date {
  font-family: Arial;
  font-size: 14px;
  margin-top: 2px;
  line-height: 24px;
  color: #999999;
}
.news .list2 ul li .more {
  display: block;
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  border: solid 1px #dedede;
  border-radius: 100%;
  top: 17px;
  right: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .more::before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 25px;
  right: 10px;
  background: url(../images/newsar.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li.on {
  padding-left: 100px;
  padding-right: 0;
}
.news .list2 ul li.on .pic {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 80px;
}
.news .list2 ul li.on .more {
  right: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .list2 ul li:hover {
  padding-left: 100px;
  padding-right: 0;
}
.news .list2 ul li:hover .pic {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 80px;
}
.news .list2 ul li:hover .more {
  right: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .list2 ul li:hover .bt {
  color: #6c207e;
}
.links {
  line-height: 35px;
  padding: 60px 0;
}
.links .linksBox {
  display: flex;
}
.links .tit {
  float: left;
  background: url(../images/linkstit.png) 0 0 no-repeat;
  font-size: 16px;
  letter-spacing: 4px;
  color: #333333;
  width: 154px;
  height: 35px;
  line-height: 10px;
  padding-left: 39px;
  margin-right: 10px;
}
.links .list {
  flex: 1;
  float: right;
  overflow: hidden;
  width: 1110px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #666666;
  font-size: 14px;
  margin-left: 40px;
  -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: #6c207e;
}
