@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;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.banner {
  position: relative;
  z-index: 1;
}
.banner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 225px;
  background: url(../images/bannerbg.png) center bottom no-repeat;
  left: 0;
  bottom: 0;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  border: 1px #fff solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: transparent;
  width: auto;
  height: auto;
  margin: 0 10px;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #fff;
  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 .tel {
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 154px;
  width: 50px;
  height: 50px;
  background-color: #00a0e9;
  border-radius: 2px;
}
.banner .tel:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/tel.png) center center no-repeat;
  animation: msClock2 1.5s linear infinite;
}
.banner .tel span {
  position: absolute;
  height: 50px;
  display: block;
  line-height: 50px;
  color: #fff;
  width: 200px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #00a0e9;
  right: 100%;
  top: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .tel:hover span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: initial;
}
.banner .lyLink {
  display: block;
  position: absolute;
  z-index: 3;
  right: 5%;
  bottom: 70px;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: url(../images/lyico.png) center center no-repeat;
  background-color: #00a0e9;
}
.banner .lyLink span {
  position: absolute;
  height: 50px;
  display: block;
  line-height: 50px;
  color: #fff;
  width: 100px;
  font-size: 16px;
  text-align: center;
  background: #00a0e9;
  right: 100%;
  top: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .lyLink:hover span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: initial;
}
.title {
  line-height: 1;
  text-align: center;
  background: url(../images/titline.png) center 44px no-repeat;
}
.title span {
  display: block;
  font-weight: bold;
  font-size: 36px;
}
.title i {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 18px;
  line-height: 14px;
  color: #999999;
  display: block;
  margin-top: 28px;
}
.product {
  padding: 80px 0 16px;
}
.product .title {
  z-index: 2;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proBox {
  margin-top: 50px;
}
.product .proNav {
  float: left;
  width: 294px;
  height: 688px;
  background-color: #f4f4f4;
  border-radius: 20px 20px 3px 3px;
  position: relative;
  padding: 0 30px;
}
.product .proNav:before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  background: url(../images/protitico.png) center center no-repeat;
  background-color: #00a0e9;
  border: solid 8px #f4f4f4;
  border-radius: 100%;
  left: 50%;
  margin-left: -45px;
  top: -45px;
}
.product .proNav .tit {
  text-align: center;
  height: 158px;
  padding-top: 82px;
  color: #666666;
  line-height: 1;
}
.product .proNav .tit span {
  font-weight: bold;
  font-size: 24px;
  display: block;
}
.product .proNav .tit i {
  display: block;
  font-family: Arial;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 12px;
  margin-top: 8px;
}
.product .proNav ul li {
  border-bottom: 1px dashed #dddddd;
  position: relative;
}
.product .proNav ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #00a0e9;
  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;
}
.product .proNav ul li:hover:after,
.product .proNav ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 85px;
  line-height: 85px;
  padding-right: 25px;
  position: relative;
  font-size: 16px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background: url(../images/pronavli.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  color: #00a0e9;
}
.product .proNav ul li:hover a:before,
.product .proNav ul li.on a:before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proNav .more {
  display: block;
  text-align: center;
  height: 90px;
  line-height: 90px;
  font-family: Arial;
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .more:hover {
  color: #00a0e9;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proTabs {
  float: right;
  width: 622px;
  height: 324px;
  background-color: #f4f4f4;
  border-radius: 3px;
}
.product .proTabs .bd {
  height: 264px;
  overflow: hidden;
}
.product .proTabs .bd ul li .item {
  position: relative;
  padding: 10px 8px;
  height: 250px;
  width: 622px;
}
.product .proTabs .bd ul li .item .pic {
  display: block;
  width: 280px;
  height: 244px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .item .cont {
  float: right;
  width: 230px;
  margin-right: 52px;
  padding-top: 42px;
}
.product .proTabs .bd ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666666;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proTabs .bd ul li .item .cont p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  margin-top: 26px;
  color: #999999;
}
.product .proTabs .bd ul li .item: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 .proTabs .bd ul li .item:hover .cont .bt {
  color: #00a0e9;
}
.product .proTabs .page {
  height: 36px;
  line-height: 36px;
  color: #666666;
  margin-top: 6px;
  width: 280px;
  text-align: center;
  font-size: 0;
  text-transform: uppercase;
}
.product .proTabs .page .prev {
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .page .prev:before {
  content: "←";
  margin-right: 6px;
}
.product .proTabs .page .prev:hover {
  color: #00a0e9;
}
.product .proTabs .page .next {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .page .next:before {
  content: "|";
  margin-right: 20px;
  color: #666666;
}
.product .proTabs .page .next:after {
  content: "→";
  margin-left: 6px;
}
.product .proTabs .page .next:hover {
  color: #00a0e9;
}
.product .list {
  width: 950px;
  float: right;
}
.product .list > ul {
  margin-right: -34px;
}
.product .list > ul > li {
  margin-right: 34px;
  float: left;
  width: 294px;
  height: 324px;
  background-color: #f4f4f4;
  border-radius: 3px;
  margin-top: 40px;
  padding: 10px 8px 0;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #47d986, #47d986);
  background-image: linear-gradient(to right, #47d986, #47d986);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-size: 100% 0%;
  background-position: center top;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.product .list > ul > li:first-child {
  margin-top: 0;
}
.product .list > ul > li .pic {
  display: block;
  width: 100%;
  height: 244px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list > ul > li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list > ul > li .tt {
  position: relative;
  height: 70px;
  line-height: 70px;
  padding-right: 100px;
}
.product .list > ul > li .tt:before {
  content: "";
  position: absolute;
  right: 92px;
  top: 27px;
  width: 1px;
  height: 15px;
  background-color: #333333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list > ul > li .tt .more {
  position: absolute;
  right: 15px;
  top: 0;
  font-family: Arial;
  font-size: 16px;
  color: #666666;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list > ul > li .tt .more:hover {
  color: #00a0e9;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list > ul > li .tt .more:hover:before {
  opacity: 0.4;
}
.product .list > ul > li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666666;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list > ul > li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list > ul > li:hover {
  background-size: 100% 100%;
}
.product .list > ul > li:hover .pic 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);
}
.product .list > ul > li:hover .tt .bt {
  color: #fff;
}
.product .list > ul > li:hover .tt:before {
  background-color: #fff;
}
.product .list > ul > li:hover .tt .more {
  color: #fff;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 68px;
}
.youshi .ysBox {
  margin-top: 54px;
  height: 815px;
  padding-top: 60px;
}
.youshi .ysBox .hd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysBox .hd ul li {
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 240px;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  color: #666666;
  position: relative;
}
.youshi .ysBox .hd ul li:first-child:before {
  display: none;
}
.youshi .ysBox .hd ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 35px;
  left: 0;
  top: 62px;
  background-color: #dddddd;
}
.youshi .ysBox .hd ul li i {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  background-color: #eeeeee;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .hd ul li i:before,
.youshi .ysBox .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 .ysBox .hd ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysBox .hd ul li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .ysBox .hd ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysBox .hd ul li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .ysBox .hd ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysBox .hd ul li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .ysBox .hd ul li .en {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  margin-top: 28px;
}
.youshi .ysBox .hd ul li .cn {
  font-size: 18px;
  margin-top: 7px;
}
.youshi .ysBox .hd ul li:hover,
.youshi .ysBox .hd ul li.on {
  color: #00a0e9;
}
.youshi .ysBox .hd ul li:hover i,
.youshi .ysBox .hd ul li.on i {
  background: #00a0e9;
}
.youshi .ysBox .hd ul li:hover i:before,
.youshi .ysBox .hd ul li.on i:before,
.youshi .ysBox .hd ul li:hover i:after,
.youshi .ysBox .hd ul li.on i:after {
  top: -100%;
}
.youshi .ysBox .ysPic {
  position: absolute;
  right: -162px;
  top: 0;
  width: 665px;
  height: 593px;
  border-radius: 5px;
  border: solid 8px #ffffff;
}
.youshi .ysBox .ysPic .bd {
  overflow: hidden;
  width: 649px;
  height: 577px;
}
.youshi .ysBox .ysPic .bd ul li {
  overflow: hidden;
}
.youshi .ysBox .ysPic .bd ul li img {
  display: block;
  width: 649px;
  height: 577px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.04) rotate(0);
  -moz-transform: scale(1.04) rotate(0);
  -o-transform: scale(1.04) rotate(0);
  transform: scale(1.04) rotate(0);
}
.youshi .ysBox .ysCont {
  position: absolute;
  color: #fff;
  left: 200px;
  top: 356px;
}
.youshi .ysBox .ysCont .bd {
  overflow: hidden;
  width: 435px;
}
.youshi .ysBox .ysCont ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .ysCont ul li .num {
  font-family: Arial;
  font-weight: bold;
  line-height: 70px;
  font-size: 94px;
  padding-top: 10px;
}
.youshi .ysBox .ysCont ul li h4 {
  font-size: 24px;
  margin-top: 84px;
  line-height: 1;
  font-weight: bold;
}
.youshi .ysBox .ysCont ul li .text {
  font-size: 16px;
  line-height: 36px;
  margin-top: 50px;
}
.youshi .ysBox .ysCont ul li:hover h4 {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysBox .ysCont ul li:hover .text {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .ysBox .page {
  position: absolute;
  top: 666px;
  right: 100px;
  text-align: center;
  width: 135px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 27px;
}
.youshi .ysBox .page:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 15px;
  width: 1px;
  height: 24px;
  background-color: #00a0e9;
}
.youshi .ysBox .page .prev {
  float: left;
  width: 50%;
  height: 54px;
  background: url(../images/ysl.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.youshi .ysBox .page .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .ysBox .page .next {
  float: right;
  width: 50%;
  height: 54px;
  background: url(../images/ysr.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.youshi .ysBox .page .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .ysimg {
  width: 477px;
  height: 475px;
  position: absolute;
  left: -330px;
  top: 458px;
  background: url(../images/ysimg.png) center 0 no-repeat;
}
.youshi .tel {
  position: absolute;
  left: 536px;
  top: 870px;
  padding-left: 66px;
  font-size: 16px;
  line-height: 1;
}
.youshi .tel:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel2.png) center center no-repeat;
}
.youshi .tel span {
  display: block;
  font-weight: bold;
  line-height: 20px;
  font-family: Arial;
  font-size: 24px;
  margin-top: 10px;
}
.case {
  margin-top: 182px;
}
.case .caseBox {
  margin-top: 50px;
}
.case .caseBox .one {
  float: left;
  width: 525px;
  height: 642px;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 20px 20px 0;
  position: relative;
}
.case .caseBox .one .pic {
  display: block;
  width: 100%;
  height: 414px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .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.6s ease-out;
  transition: all 0.6s ease-out;
}
.case .caseBox .one:hover .pic 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);
}
.case .caseBox .one .cont {
  height: 216px;
  padding: 44px 70px 0;
}
.case .caseBox .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;
}
.case .caseBox .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  margin-top: 18px;
  color: #808080;
}
.case .caseBox .one .cont .more {
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  background-color: #00a0e9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  left: 50%;
  margin-left: -25px;
  bottom: -25px;
  border-radius: 100%;
}
.case .caseBox .one .cont .more:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  width: 27px;
  height: 1px;
  top: 25px;
  background: #fff;
}
.case .caseBox .one .cont .more:after {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  width: 1px;
  height: 27px;
  top: 12px;
  background: #fff;
}
.case .caseBox .one .cont .more:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
  -moz-transform: scale(1.1) rotate(90deg);
  -o-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 0 10px rgba(0, 160, 233, 0.5);
}
.case .caseBox .one:hover .cont .bt {
  color: #00a0e9;
}
.case .caseBox .list {
  float: right;
  width: 684px;
}
.case .caseBox .list ul {
  margin-right: -88px;
  margin-top: -30px;
}
.case .caseBox .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox .list ul li {
  float: left;
  width: 298px;
  margin-right: 88px;
  margin-top: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .list ul li .pic {
  display: block;
  width: 100%;
  height: 228px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .list ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .list 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 .caseBox .list ul li .tt {
  height: 62px;
  line-height: 62px;
  position: relative;
  padding-right: 75px;
}
.case .caseBox .list ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .list ul li .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .list ul li .tt .more {
  position: absolute;
  top: 0;
  right: 0;
  color: #505050;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .list ul li .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .list ul li .tt .more:after {
  content: "→";
  margin-left: 5px;
}
.case .caseBox .list ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .caseBox .list ul li:hover .tt .bt {
  color: #00a0e9;
}
.case .caseBox .list ul li:hover .tt .more {
  color: #00a0e9;
}
.case .caseBox .bd {
  overflow: hidden;
  margin: 0 20px;
}
.case .caseBox .bd ul {
  margin-right: -30px;
}
.case .caseBox .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox .bd ul li {
  margin-right: 30px;
  float: left;
  width: 400px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .bd ul li .pic {
  display: block;
  width: 100%;
  height: 300px;
  border: solid 2px #eef1f7;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .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 .caseBox .bd ul li .cont {
  height: 112px;
  padding-top: 10px;
}
.case .caseBox .bd ul li .cont .tt {
  position: relative;
  padding-right: 55px;
  height: 38px;
  line-height: 38px;
}
.case .caseBox .bd ul li .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .bd ul li .cont .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .bd ul li .cont .tt .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #808080;
}
.case .caseBox .bd ul li .cont .tt .more:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.case .caseBox .bd ul li .cont .tt .more:hover {
  color: #00a0e9;
}
.case .caseBox .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 2px;
  color: #8c8c8c;
}
.case .caseBox .bd ul li:hover .pic {
  border-color: #00a0e9;
}
.case .caseBox .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 .caseBox .bd ul li:hover .bt {
  color: #00a0e9;
}
.case .caseBox .prev {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #333333;
  left: -55px;
  top: 128px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.case .caseBox .prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.case .caseBox .prev:hover {
  background-color: #00a0e9;
}
.case .caseBox .next {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #333333;
  right: -55px;
  top: 128px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.case .caseBox .next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.case .caseBox .next:hover {
  background-color: #00a0e9;
}
.about {
  margin-top: 96px;
  background: url(../images/aboutbg.jpg) center 128px no-repeat;
}
.about .aboutBox {
  margin-top: 50px;
  padding-left: 120px;
  height: 545px;
  padding-top: 72px;
}
.about .aboutPic {
  float: left;
}
.about .aboutPic .pic {
  overflow: hidden;
  width: 584px;
  height: 424px;
  border-radius: 50px 0px 0px 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 584px;
  height: 424px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 160, 233, 0.2);
}
.about .aboutPic .pic: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);
}
.about .aboutPic .honor {
  position: absolute;
  right: 92px;
  top: 102px;
  background: url(../images/honorbg.jpg) center center no-repeat;
  width: 182px;
  height: 122px;
  padding: 6px;
}
.about .aboutPic .honor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .aboutText {
  float: left;
  width: 576px;
  height: 424px;
  padding: 96px 30px 0 70px;
  background: #fff;
}
.about .aboutText h3 {
  line-height: 1;
}
.about .aboutText h3 span {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
.about .aboutText h3 i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  line-height: 12px;
  margin-top: 10px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  font-size: 16px;
  margin-top: 60px;
  color: #666666;
  text-align: justify;
}
.about .aboutText .more {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  margin: auto;
  text-align: center;
  color: #999999;
  margin-top: 34px;
  font-size: 16px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #00a0e9, #00a0e9);
  background-image: linear-gradient(to right, #00a0e9, #00a0e9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.about .aboutText .more:hover {
  background-size: 100% 100%;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(0, 160, 233, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.about .aboutEn {
  position: absolute;
  left: -26px;
  top: 70px;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 78px;
  font-weight: bold;
  line-height: 58px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  color: #00a0e9;
}
.show {
  margin-top: 50px;
  background: url(../images/showbg.jpg) center 0 no-repeat;
}
.show .inContent {
  height: 470px;
}
.show .showTab {
  margin-top: 50px;
  font-size: 0;
  position: relative;
}
.show .showTab ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.show .showTab ul li > span {
  display: block;
  width: 152px;
  height: 40px;
  border-radius: 20px;
  border: solid 2px #47d986;
  font-size: 18px;
  padding-left: 55px;
  color: #ffffff;
  line-height: 36px;
  position: relative;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #47d986, #47d986);
  background-image: linear-gradient(to right, #47d986, #47d986);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  cursor: pointer;
}
.show .showTab ul li > span i {
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: solid 2px #47d986;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.show .showTab ul li > span i:before,
.show .showTab ul li > span 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;
}
.show .showTab ul li > span i.ico1:before,
.show .showTab ul li > span i.ico1:after {
  background: url(../images/showico1.png) center center no-repeat;
}
.show .showTab ul li > span i.ico2:before,
.show .showTab ul li > span i.ico2:after {
  background: url(../images/showico2.png) center center no-repeat;
}
.show .showTab ul li > span i.ico3:before,
.show .showTab ul li > span i.ico3:after {
  background: url(../images/showico3.png) center center no-repeat;
}
.show .showTab ul li:nth-child(3) > span {
  color: #666;
}
.show .showTab ul li a {
  display: none;
  width: 116px;
  height: 36px;
  line-height: 36px;
  background-color: #00a0e9;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 2px;
  left: 730px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  z-index: 1;
}
.show .showTab ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #00a0e9;
  border-radius: 5px;
  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;
}
.show .showTab ul li a:hover {
  background: none;
  color: #00a0e9;
  box-shadow: 0 10px 10px -5px rgba(0, 160, 233, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.show .showTab ul li a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.show .showTab ul li:hover > span,
.show .showTab ul li.on > span {
  background-size: 100% 100%;
  color: #fff;
}
.show .showTab ul li:hover > span i:before,
.show .showTab ul li.on > span i:before,
.show .showTab ul li:hover > span i:after,
.show .showTab ul li.on > span i:after {
  top: -100%;
}
.show .showTab ul li:hover a,
.show .showTab ul li.on a {
  display: block;
}
.show .showTabs .showBd {
  overflow: hidden;
  height: 332px;
}
.show .showTabs .showBd .showList {
  position: relative;
}
.show .showTabs .showBd .showList .bd {
  overflow: hidden;
  margin: auto;
  height: 332px;
}
.show .showTabs .showBd .showList .bd ul {
  margin-right: -28px;
}
.show .showTabs .showBd .showList .bd ul li {
  float: left;
  margin-right: 28px;
  width: 408px;
  height: 332px;
}
.show .showTabs .showBd .showList .bd ul li .item {
  padding: 10px 10px 0;
  width: 408px;
  height: 332px;
  background-color: #f4f4f4;
  border-radius: 2px;
}
.show .showTabs .showBd .showList .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 245px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
}
.show .showTabs .showBd .showList .bd ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTabs .showBd .showList .bd ul li .item .cont {
  height: 78px;
  position: relative;
  padding-right: 40px;
  padding-top: 12px;
  padding-left: 10px;
}
.show .showTabs .showBd .showList .bd ul li .item .cont .more {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: url(../images/showli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTabs .showBd .showList .bd ul li .item .cont .more:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
  -moz-transform: scale(1.1) rotate(90deg);
  -o-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}
.show .showTabs .showBd .showList .bd ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTabs .showBd .showList .bd ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.show .showTabs .showBd .showList .bd ul li .item .cont .view {
  line-height: 1;
  display: block;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  line-height: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTabs .showBd .showList .bd ul li .item .cont .view:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.show .showTabs .showBd .showList .bd ul li .item .cont .view:after {
  content: "——";
  margin-left: 10px;
  font-size: 16px;
}
.show .showTabs .showBd .showList .bd ul li .item .cont .view:hover {
  color: #00a0e9;
}
.show .showTabs .showBd .showList .bd ul li .item:hover .pic 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);
}
.show .showTabs .showBd .showList .bd ul li .item:hover .cont .bt {
  color: #00a0e9;
}
.show .showTabs .showBd .showList .bd ul li .item:hover .cont .more {
  background: url(../images/showlih.png) center center no-repeat;
}
.show .showTabs .showBd .showList .show-prev {
  position: absolute;
  left: 0;
  top: 80px;
  width: 16px;
  height: 28px;
  background: url(../images/showl.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTabs .showBd .showList .show-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.show .showTabs .showBd .showList .show-next {
  position: absolute;
  right: 0;
  top: 80px;
  width: 16px;
  height: 28px;
  background: url(../images/showr.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTabs .showBd .showList .show-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.news {
  padding: 80px 0 55px;
  background: #fff;
}
.news .newsBox {
  z-index: 1;
  margin-top: 42px;
}
.news .newsTab {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 0;
  width: 606px;
  line-height: 40px;
}
.news .newsTab ul {
  float: left;
}
.news .newsTab ul li {
  float: left;
  margin-left: 38px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  font-size: 18px;
  color: #666666;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #eeeeee;
  margin: auto;
  margin-right: 16px;
}
.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 {
  font-weight: bold;
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  background: #47d986;
}
.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 .more {
  display: block;
  float: right;
  width: 110px;
  height: 40px;
  line-height: 40px;
  background-color: #eeeeee;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab .more:hover {
  background: #47d986;
  color: #fff;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 10px 10px -5px rgba(71, 217, 134, 0.5);
}
.news .newsTab .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 632px;
}
.news .newsList {
  height: 632px;
}
.news .newsList .one {
  float: left;
  width: 442px;
  height: 632px;
  background-color: #f4f4f4;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 32px 23px 0;
}
.news .newsList .one .en {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  background-color: #47d986;
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  line-height: 44px;
  width: 44px;
  height: 80px;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  text-transform: uppercase;
  position: absolute;
  right: 23px;
  top: 0;
}
.news .newsList .one .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  position: relative;
  margin-left: 8px;
  margin-right: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .bt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #1b1b1b;
  border-radius: 1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 312px;
  border-radius: 5px;
  margin-top: 35px;
}
.news .newsList .one .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsList .one:hover .pic 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);
}
.news .newsList .one .cont {
  height: 200px;
  padding-top: 42px;
}
.news .newsList .one .cont p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #999999;
}
.news .newsList .one .cont .inBtn {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px dashed #dcdcdc;
}
.news .newsList .one .cont .inBtn:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .one .cont .inBtn .date {
  float: left;
  width: 100px;
  height: 34px;
  background-color: #dddddd;
  border-radius: 5px;
  text-align: center;
  line-height: 34px;
  font-family: Arial;
  color: #666666;
}
.news .newsList .one .cont .inBtn .more {
  display: block;
  float: right;
  line-height: 6px;
  color: #ffffff;
  width: 32px;
  height: 32px;
  background-color: #1b1b1b;
  text-align: center;
  padding-top: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .inBtn .more:before {
  content: "→";
  display: block;
}
.news .newsList .one .cont .inBtn .more:after {
  content: "←";
  display: block;
}
.news .newsList .one .cont .inBtn .more:hover {
  background: #47d986;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 10px 10px -5px rgba(71, 217, 134, 0.5);
}
.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 .bt {
  color: #47d986;
}
.news .newsList .one:hover .bt:before {
  content: "";
  background: #47d986;
  width: 50px;
}
.news .newsList .one:hover .cont .line {
  width: 50px;
}
.news .newsList .list {
  float: right;
  width: 775px;
  margin-top: 116px;
}
.news .newsList .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  position: relative;
  margin-top: 28px;
  height: 152px;
}
.news .newsList .list ul li:first-child {
  margin-top: 0;
}
.news .newsList .list ul li .pic {
  display: block;
  overflow: hidden;
  width: 216px;
  height: 152px;
  border-radius: 8px;
  float: left;
}
.news .newsList .list ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsList .list ul li .cont {
  float: right;
  padding-top: 12px;
  width: 510px;
  margin-right: 10px;
}
.news .newsList .list ul li .cont .tt {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  padding-right: 95px;
  position: relative;
}
.news .newsList .list ul li .cont .tt .date {
  font-family: Arial;
  position: absolute;
  right: 0;
  top: 0;
}
.news .newsList .list ul li .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .cont .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
  color: #999999;
}
.news .newsList .list ul li .cont .more {
  display: block;
  margin-top: 16px;
  width: 106px;
  height: 35px;
  border-radius: 5px;
  line-height: 33px;
  color: #666666;
  border: dashed 1px #ddd;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #47d986, #47d986);
  background-image: linear-gradient(to right, #47d986, #47d986);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList .list ul li .cont .more:hover {
  background-size: 100% 100%;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(71, 217, 134, 0.5);
  border: solid 1px #47d986;
}
.news .newsList .list ul li:hover .pic 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);
}
.news .newsList .list ul li:hover .cont .bt {
  color: #47d986;
}
.news .newsList .list ul li:hover .cont .line {
  width: 50px;
}
.news .newsList .list ul li:hover .cont .more {
  border-color: #47d986;
}
.links {
  padding-bottom: 54px;
}
.links .linksBox {
  display: flex;
}
.links .tit {
  float: left;
  position: relative;
  line-height: 20px;
  width: 180px;
  white-space: nowrap;
  height: 36px;
}
.links .tit i {
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  color: #47d986;
  font-weight: bold;
}
.links .tit span {
  line-height: 1;
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
  text-align: right;
}
.links .list {
  float: right;
  flex: 1;
  font-size: 0;
  width: 1120px;
  line-height: 32px;
  margin-right: -20px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  color: #999999;
  font-size: 14px;
}
.links .list a:before {
  content: ">";
  margin-right: 10px;
}
.links .list a:hover {
  color: #47d986;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
