@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: 50px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #2edc7c 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: #2edc7c;
  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%;
}
.title {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.title:before {
  content: "";
  display: block;
  position: absolute;
  left: -36px;
  top: 0;
  width: 49px;
  height: 27px;
  z-index: -1;
  background: url(../images/titico.png) 0 center no-repeat;
}
.title i {
  display: block;
  font-family: "Impact";
  font-size: 70px;
  line-height: 56px;
}
.title b {
  display: block;
  font-size: 30px;
  margin-top: 20px;
  font-weight: normal;
}
.title b span {
  color: #2edc7c;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.about {
  padding-top: 90px;
}
.about .titBox .title i {
  font-size: 78px;
  line-height: 62px;
}
.about .titBox .tip {
  float: right;
  padding-top: 50px;
  line-height: 1;
}
.about .titBox .tip .t1 {
  letter-spacing: 16px;
  font-size: 14px;
  margin-right: -16px;
}
.about .titBox .tip .t2 {
  margin-top: 18px;
  padding: 0 10px;
  line-height: 15px;
  height: 15px;
  background-color: rgba(0, 16, 73, 0.05);
  font-family: SimSun;
  font-size: 12px;
  letter-spacing: 1px;
  color: #999999;
}
.about .aboutBox {
  margin-top: 48px;
}
.about .aboutPic {
  float: left;
  width: 443px;
}
.about .aboutPic .pic {
  width: 763px;
  height: 652px;
  margin-left: -320px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 10px 15px -5px rgba(46, 220, 124, 0.2);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.about .aboutText {
  float: right;
  width: 730px;
}
.about .aboutText .tit {
  line-height: 1;
  font-size: 26px;
  font-weight: bold;
}
.about .aboutText .text {
  margin-top: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  font-size: 15px;
  color: #666666;
  text-align: justify;
}
.about .aboutText .more {
  margin-top: 48px;
  display: block;
  width: 186px;
  height: 52px;
  border: solid 1px #cccccc;
  line-height: 52px;
  padding-left: 28px;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}
.about .aboutText .more:after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 52px;
  height: 34px;
  background: url(../images/aboutar.png) center center no-repeat;
  border-left: 1px solid #e9e9e9;
}
.about .aboutText .more:hover {
  background-color: #2edc7c;
  box-shadow: 0 10px 10px -5px rgba(46, 220, 124, 0.5);
  border-color: #2edc7c;
  color: #fff;
}
.about .aboutText .more:hover:after {
  background-image: url(../images/aboutarh.png);
  animation: zyfd 1.5s linear infinite;
  border-left-color: #fff;
}
.about .number {
  margin-top: 68px;
}
.about .number::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .number ul {
  margin-left: -26px;
}
.about .number ul li {
  float: left;
  width: 278px;
  height: 278px;
  background-color: #f7f7f7;
  border-radius: 100%;
  margin-left: -26px;
  text-align: center;
  line-height: 1;
  padding-top: 92px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .number ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .number ul li h4 i {
  font-family: "Impact";
  font-size: 65px;
  line-height: 54px;
  display: inline-block;
  vertical-align: bottom;
}
.about .number ul li h4 span {
  background-color: #2edc7c;
  text-align: center;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  vertical-align: bottom;
}
.about .number ul li p {
  display: block;
  font-size: 18px;
  margin: 25px;
}
.about .number ul li:nth-child(1) {
  z-index: 3;
}
.about .number ul li:nth-child(2) {
  background-color: #0869cb;
  color: #fff;
  z-index: 2;
}
.product {
  padding: 84px 0 100px;
}
.product .proBox .title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.product .proNav {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100px;
  width: 720px;
}
.product .proNav ul {
  float: right;
  margin-right: -40px;
}
.product .proNav ul li {
  float: left;
  margin-bottom: 25px;
  width: 380px;
}
.product .proNav ul li:nth-child(2n-1) {
  width: 340px;
}
.product .proNav ul li:first-child {
  margin-left: 380px;
}
.product .proNav ul li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 55px;
  line-height: 55px;
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2edc7c, #2edc7c);
  background-image: linear-gradient(to right, #2edc7c, #2edc7c);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proNav ul li > a:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #bfbfbf;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 15px;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a:after {
  content: "+";
  position: absolute;
  right: 15px;
  color: #fff;
  font-weight: bold;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li.on > a,
.product .proNav ul li:hover > a {
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
}
.product .proNav ul li.on > a:before,
.product .proNav ul li:hover > a:before {
  background-color: #fff;
}
.product .proNav ul li.on > a:after,
.product .proNav ul li:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .one {
  width: 522px;
  height: 428px;
  background-color: #fff;
  border: solid 10px #f6f6f6;
  margin-left: 758px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .one .pic {
  display: block;
  width: 100%;
  height: 338px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .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;
}
.product .one .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 70px;
  line-height: 70px;
  position: relative;
  padding-left: 30px;
  padding-right: 70px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2edc7c, #2edc7c);
  background-image: linear-gradient(to right, #2edc7c, #2edc7c);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .one .bt:before {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  width: 25px;
  background: url(../images/proar.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .one:hover {
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.15);
}
.product .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);
}
.product .one:hover .bt {
  background-size: 100% 100%;
  color: #fff;
}
.product .one:hover .bt:before {
  background-image: url(../images/proarh.png);
  animation: zyfd 1.5s linear infinite;
}
.product .proList ul {
  margin-right: -64px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  margin-right: 64px;
  margin-top: 48px;
  float: left;
  position: relative;
  width: 272px;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .pic {
  display: block;
  width: 100%;
  height: 220px;
  border: solid 8px #f6f6f6;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList 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;
}
.product .proList ul li .tt {
  position: relative;
  margin-top: 10px;
  padding-right: 70px;
  height: 42px;
  line-height: 42px;
}
.product .proList ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .tt .bt:hover {
  color: #2edc7c;
}
.product .proList ul li .tt .more {
  position: absolute;
  font-family: Arial;
  font-size: 14px;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .tt .more:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 128px;
  height: 1px;
  background-color: #1b1b1b;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2edc7c, #2edc7c);
  background-image: linear-gradient(to right, #2edc7c, #2edc7c);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proList ul li .tt .more i {
  min-width: 4px;
}
.product .proList ul li .tt .more:hover {
  color: #2edc7c;
}
.product .proList ul li .tt .more:hover:before {
  background-color: #2edc7c;
}
.product .proList ul li:hover {
  top: -10px;
}
.product .proList ul li:hover .pic {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.product .proList 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);
}
.product .proList ul li:hover .tt {
  background-size: 100% 100%;
  color: #fff;
}
.product .proList ul li:hover .tt .more {
  color: #2edc7c;
}
.product .proList ul li:hover .tt .more:before {
  background-size: 100% 100%;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  height: 970px;
  padding-top: 64px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysTit {
  float: left;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.youshi .ysTit:before {
  content: "";
  display: block;
  position: absolute;
  left: -36px;
  top: 0;
  width: 49px;
  height: 27px;
  z-index: -1;
  background: url(../images/titico.png) 0 center no-repeat;
}
.youshi .ysTit i {
  display: block;
  font-family: Impact;
  font-size: 88px;
  line-height: 70px;
}
.youshi .ysTit span {
  display: block;
  margin-top: 34px;
  width: 306px;
  height: 50px;
  line-height: 50px;
  background-color: #2edc7c;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 22px;
}
.youshi .ysTit span:before {
  content: "";
  display: block;
  position: absolute;
  left: -320px;
  top: 0;
  z-index: -1;
  width: 488px;
  height: 2px;
  background-color: #333333;
}
.youshi .ysTel {
  float: right;
  margin-top: 6px;
}
.youshi .ysTel .zxLink {
  float: right;
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTel .zxLink:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/qq.png) center center no-repeat;
}
.youshi .ysTel .zxLink:hover {
  background-color: #2edc7c;
  animation: bowen 1.2s linear infinite;
}
@keyframes bowen {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 220, 124, 0.3), 0 0 0 10px rgba(46, 220, 124, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(46, 220, 124, 0.3), 0 0 0 20px rgba(46, 220, 124, 0);
  }
}
.youshi .ysTel .zxLink:hover:before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.youshi .ysTel .tel {
  float: right;
  text-align: right;
  padding-top: 18px;
  margin-right: 28px;
}
.youshi .ysTel .tel span {
  display: block;
  line-height: 1;
}
.youshi .ysTel .tel i {
  font-weight: bold;
  display: block;
  font-family: Arial;
  font-size: 30px;
  line-height: 20px;
  margin-top: 18px;
}
.youshi .ysBox {
  z-index: 1;
  margin-top: 10px;
}
.youshi .ysPic {
  float: right;
  margin-right: -156px;
  width: 584px;
  height: 584px;
  border-radius: 100%;
  position: relative;
  padding: 40px;
  background: #fff;
}
.youshi .ysPic .bd {
  position: relative;
  width: 504px;
  height: 504px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li {
  width: 504px;
  height: 504px;
}
.youshi .ysPic .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
}
.youshi .ysPic .bd:hover {
  box-shadow: 0 10px 10px -5px rgba(46, 220, 124, 0.2);
}
.youshi .ysCont {
  width: 705px;
  float: left;
  padding-top: 62px;
  position: relative;
}
.youshi .ysCont .name {
  position: absolute;
  left: -8px;
  top: 62px;
  text-transform: uppercase;
  line-height: 114px;
  font-family: Impact;
  font-size: 143px;
  color: #333333;
  opacity: 0.04;
}
.youshi .ysCont .bd {
  height: 300px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li .item {
  height: 300px;
  padding-top: 56px;
  position: relative;
}
.youshi .ysCont .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.youshi .ysCont .bd ul li .item .line {
  width: 50px;
  height: 2px;
  background-color: #2edc7c;
  margin-top: 28px;
}
.youshi .ysCont .bd ul li .item .text {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  margin-top: 26px;
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  color: #2edc7c;
}
.youshi .ysCont .bd ul li .item:hover .line {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  width: 70px;
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysCont .more {
  display: block;
  width: 120px;
  height: 30px;
  background-color: #e5bd90;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
.youshi .ysCont .more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 16px;
  height: 12px;
  margin-left: 22px;
  background: url(../images/ysmore.png) 0 center no-repeat;
}
.youshi .ysCont .more:hover {
  background-color: #0869cb;
  box-shadow: 0 10px 10px -5px rgba(8, 105, 203, 0.5);
}
.youshi .ysCont .more:hover:after {
  animation: zyfd 1.5s linear infinite;
}
.youshi .ysCont .page {
  margin-top: 60px;
  height: 60px;
  text-align: right;
  font-size: 0;
  position: relative;
}
.youshi .ysCont .page:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 480px;
  height: 1px;
  background-color: #eeeeee;
}
.youshi .ysCont .page .prev {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  vertical-align: top;
  cursor: pointer;
  background: url(../images/ysl.png) center center no-repeat;
  background-color: #2edc7c;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.youshi .ysCont .page .prev:hover {
  background-color: #0869cb;
}
.youshi .ysCont .page .next {
  margin-left: 50px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  vertical-align: top;
  cursor: pointer;
  background: url(../images/ysr.png) center center no-repeat;
  background-color: #2edc7c;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.youshi .ysCont .page .next:hover {
  background-color: #0869cb;
}
.youshi .ysCont .xunpan {
  margin-top: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
}
.youshi .ysCont .xunpan:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(../images/xunpan.png) center center no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.youshi .ysCont .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #2edc7c;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(46, 220, 124, 0.15);
}
.youshi .ysCont .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #2edc7c;
}
.youshi .ysCont .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.youshi .hd {
  margin-right: -56px;
}
.youshi .hd ul {
  display: flex;
  justify-content: space-between;
}
.youshi .hd ul li {
  float: left;
  width: 160px;
  height: 172px;
  background-color: #ffffff;
  box-shadow: 0px 10px 46px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  padding-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i {
  display: block;
  width: 52px;
  height: 52px;
  overflow: hidden;
  margin: auto;
}
.youshi .hd ul li i:before,
.youshi .hd ul 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 .hd ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .hd ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .hd ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .hd ul li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd ul li i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .hd ul li h4 {
  margin-top: 30px;
  line-height: 1;
  font-size: 18px;
}
.youshi .hd ul li h5 {
  font-family: Arial;
  font-size: 12px;
  margin-top: 12px;
  line-height: 10px;
  color: #999999;
}
.youshi .hd ul li:hover,
.youshi .hd ul li.on {
  background-color: #2edc7c;
}
.youshi .hd ul li:hover i:before,
.youshi .hd ul li.on i:before,
.youshi .hd ul li:hover i:after,
.youshi .hd ul li.on i:after {
  top: -100%;
}
.youshi .hd ul li:hover h4,
.youshi .hd ul li.on h4 {
  color: #fff;
}
.youshi .hd ul li:hover h5,
.youshi .hd ul li.on h5 {
  color: #fff;
}
.youshi .ysEn {
  position: absolute;
  left: 0;
  width: 1263px;
  height: 7px;
  bottom: -85px;
  background: url(../images/ysEn.png) 0 center no-repeat;
}
.case {
  padding: 100px 0 80px;
  overflow: hidden;
}
.case .name {
  position: absolute;
  right: -115px;
  top: -34px;
  z-index: -1;
  color: #333333;
  opacity: 0.03;
  line-height: 150px;
  font-family: Impact;
  font-size: 188px;
}
.case .titBox .tip {
  float: right;
  height: 45px;
  text-align: right;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
  color: #333333;
  background: url(../images/casetip.png) right bottom no-repeat;
  position: relative;
  z-index: 1;
  margin-top: 55px;
}
.case .titBox .tip:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 363px;
  height: 6px;
  background-color: #2edc7c;
  opacity: 0.15;
  top: 14px;
  right: -62px;
}
.case .caseSwiper {
  margin-top: 44px;
  position: relative;
  z-index: 1;
}
.case .caseSwiper:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 122px;
  z-index: -1;
  width: 1600px;
  height: 1px;
  background-color: #dedede;
}
.case .caseSwiper ul li {
  float: left;
  width: 400px;
  margin-right: 40px;
  position: relative;
  z-index: 2;
}
.case .caseSwiper ul li::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li .pic {
  display: block;
  width: 400px;
  height: 300px;
  border: solid 3px #f8f8f8;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper 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 .caseSwiper ul li .cont {
  height: 210px;
  text-align: center;
}
.case .caseSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 86px;
  line-height: 86px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .cont .line {
  height: 2px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2edc7c, #2edc7c);
  background-image: linear-gradient(to right, #2edc7c, #2edc7c);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
  position: relative;
}
.case .caseSwiper ul li .cont .line:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -7px;
  width: 15px;
  height: 15px;
  background-color: #2edc7c;
  border: solid 3px #ffffff;
  border-radius: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0.2) rotate(0);
  -moz-transform: scale(0.2) rotate(0);
  -o-transform: scale(0.2) rotate(0);
  transform: scale(0.2) rotate(0);
}
.case .caseSwiper ul li .cont .line:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #2edc7c;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  color: #666666;
  font-size: 14px;
  margin: 74px 15px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.case .caseSwiper ul li.swiper-slide-active .cont .line {
  background-size: 100% 100%;
}
.case .caseSwiper ul li.swiper-slide-active .cont .line:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseSwiper ul li.swiper-slide-active .cont .line:after {
  height: 45px;
  top: 14px;
}
.case .caseSwiper ul li.swiper-slide-active .cont p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.case .caseSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.case .caseSwiper ul li:hover .cont .bt {
  color: #2edc7c;
}
.case .caseSwiper ul li:hover .cont .line {
  background-size: 100% 100%;
}
.case .casePage {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 390px;
  height: 65px;
  background-color: #f8f8f8;
  border-radius: 35px;
  line-height: 65px;
}
.case .casePage .case-pagination {
  width: 210px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #999999;
  font-family: Arial;
}
.case .casePage .case-pagination span:before {
  content: "0";
}
.case .casePage .case-pagination span.swiper-pagination-current {
  font-size: 38px;
  font-weight: bold;
  color: #333;
}
.case .casePage .case-next {
  text-align: center;
  text-transform: uppercase;
  float: right;
  width: 180px;
  background-color: #0869cb;
  border-radius: 35px;
  color: #fff;
  font-weight: bold;
  font-family: Impact;
  font-size: 32px;
  font-style: italic;
  cursor: pointer;
  outline: none;
}
.news {
  padding: 100px 0 80px;
  background-color: #f9f9f9;
  border-radius: 0px 0px 50px 0px;
  overflow: hidden;
}
.news .newsBox {
  z-index: 1;
}
.news .newsBox .newsEn {
  position: absolute;
  z-index: -1;
  left: -166px;
  top: 188px;
  font-family: Impact;
  font-size: 251px;
  color: #333333;
  opacity: 0.03;
  line-height: 206px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.news .newsTab {
  position: absolute;
  top: 0;
  z-index: 2;
  left: -35px;
  background: url(../images/newstabbg.png) left bottom no-repeat;
  width: 380px;
  border-radius: 0px 0px 0px 100px;
  height: 676px;
  padding-left: 34px;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  padding-top: 6px;
}
.news .newsTab ul {
  margin-top: 72px;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  height: 74px;
  line-height: 74px;
  font-size: 18px;
  padding-left: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a span {
  display: inline-block;
  vertical-align: middle;
  width: 85px;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial;
  font-size: 12px;
  color: #666666;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #2edc7c;
}
.news .newsTab ul li:hover a:before,
.news .newsTab ul li.on a:before {
  background-color: #2edc7c;
}
.news .newsTab ul li:hover a span,
.news .newsTab ul li.on a span {
  font-weight: bold;
}
.news .newsTab .more {
  display: block;
  border-radius: 100%;
  width: 73px;
  height: 73px;
  background-color: #0869cb;
  margin-top: 138px;
  margin-left: 40px;
  padding-left: 18px;
  line-height: 63px;
  font-size: 15px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab .more:before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 48px;
  width: 4px;
  height: 4px;
  background-color: #2edc7c;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab .more:after {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 48px;
  width: 4px;
  height: 4px;
  background-color: #2edc7c;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab .more i {
  font-weight: bold;
}
.news .newsTab .more:hover {
  background-color: #2edc7c;
  animation: bowen 1.2s linear infinite;
}
.news .newsTab .more:hover:before,
.news .newsTab .more:hover:after {
  background-color: #fff;
}
.news .newsTabs {
  position: relative;
  z-index: 1;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  height: 893px;
}
.news .newsList .list1 {
  margin-left: 346px;
  width: 934px;
  height: 676px;
  background-color: #ffffff;
  padding: 0 45px 0 36px;
  overflow: hidden;
}
.news .newsList .list1 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul li {
  height: 226px;
  border-top: solid 1px #eeeeee;
  padding-right: 130px;
  padding-left: 234px;
  padding-top: 60px;
  margin-top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsList .list1 ul li::after {
  content: "";
  position: absolute;
  background: #2edc7c;
  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 .list1 ul li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list1 ul li .pic {
  display: block;
  position: absolute;
  left: 0;
  top: 60px;
  width: 154px;
  height: 116px;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 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;
}
.news .newsList .list1 ul li .date {
  position: absolute;
  right: 0;
  top: 60px;
}
.news .newsList .list1 ul li .date:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 70px;
  width: 12px;
  height: 20px;
  background: url(../images/date.png) 0 center no-repeat;
}
.news .newsList .list1 ul li .date i {
  position: absolute;
  right: 0;
  top: -2px;
  display: block;
  width: 40px;
  height: 13px;
  background-color: #ededed;
  border-radius: 4px;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  line-height: 13px;
}
.news .newsList .list1 ul li .date span {
  font-family: Impact;
  font-size: 30px;
  line-height: 24px;
}
.news .newsList .list1 ul li .date span em {
  font-size: 50px;
  line-height: 42px;
  display: inline-block;
  margin-right: 10px;
}
.news .newsList .list1 ul li .cont {
  text-align: right;
}
.news .newsList .list1 ul li .cont::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li .cont p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #666666;
}
.news .newsList .list1 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);
}
.news .newsList .list1 ul li:hover .cont .bt {
  color: #2edc7c;
  font-weight: bold;
}
.news .newsList .list2 {
  margin-top: 56px;
  height: 160px;
  background-color: #f9f9f9;
  border: solid 1px #e7e7e7;
}
.news .newsList .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  float: left;
  height: 160px;
  width: 33.33%;
  position: relative;
  border-left: 1px solid #e7e7e7;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: -1px;
  padding-right: 100px;
  padding-top: 26px;
  padding-left: 32px;
  overflow: hidden;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #2edc7c;
}
.news .newsList .list2 ul li .date {
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
  line-height: 10px;
}
.news .newsList .list2 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  line-height: 24px;
  margin-top: 25px;
}
.news .newsList .list2 ul li .more {
  background: #2edc7c url(../images/newsar.png) 25px 26px no-repeat;
  border-radius: 100%;
  width: 99px;
  height: 99px;
  right: -100px;
  bottom: -100px;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li:hover .more {
  right: -42px;
  bottom: -42px;
}
.links {
  padding: 48px 0;
}
.links .linksBox {
  display: flex;
  z-index: 1;
  line-height: 34px;
}
.links .tit {
  float: left;
  background: url(../images/linkstit.png) 0 center no-repeat;
  width: 120px;
  height: 40px;
  padding-left: 48px;
  line-height: 20px;
  font-size: 16px;
}
.links .list {
  flex: 1;
  float: right;
  overflow: hidden;
  line-height: 34px;
  width: 1160px;
  margin-top: 4px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #999999;
  margin-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .list a:before {
  content: "- ";
}
.links .list a:after {
  content: " -";
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #0869cb;
}
