@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 {
  position: relative;
  z-index: 1;
}
.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;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #018be6 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: #018be6;
  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;
}
.title i {
  display: block;
  font-size: 50px;
  line-height: 39px;
  font-weight: bold;
  font-family: "AbrilFatface Regular", 'Times New Roman', Times, serif;
}
.title i i {
  display: block;
}
.title b {
  display: block;
  margin-top: 24px;
  font-size: 30px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
.title b:before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  bottom: -3px;
  z-index: -1;
  width: 155px;
  height: 10px;
  background-color: #018be6;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .more {
  float: right;
  margin-top: 10px;
  height: 42px;
  line-height: 42px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  width: 310px;
  padding-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .more:before {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 1px;
  background-color: #e6e6e6;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #018be6, #018be6);
  background-image: linear-gradient(to right, #018be6, #018be6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.titBox .more:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .more i {
  font-weight: bold;
  min-width: 5px;
}
.titBox .more:hover {
  color: #018be6;
  padding-left: 20px;
}
.titBox .more:hover:before {
  background-size: 100% 100%;
}
.titBox .more:hover:after {
  border-color: #018be6;
}
.moreLink {
  display: block;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  font-size: 18px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  text-align: left;
}
.moreLink:after {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -0.5px;
  width: 120px;
  height: 1px;
  background-color: #dedede;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: dotted 1px #333333;
  position: relative;
  margin-right: 116px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/moreRadius.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.moreLink i {
  min-width: 5px;
  font-weight: bold;
}
.moreLink:hover {
  color: #018be6;
}
.moreLink:hover:before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: scale(360deg);
    -moz-transform: scale(360deg);
    -o-transform: scale(360deg);
    transform: scale(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.moreLink:hover:after {
  background-color: #018be6;
  animation: zyfd 1.5s linear infinite;
}
.moreLink:hover i {
  border-color: #018be6;
}
.moreLink:hover i:before {
  background-color: #018be6;
}
.product .proNav {
  float: right;
  width: 200px;
  height: 835px;
  background-color: #f8f8f8;
  margin-bottom: 196px;
}
.product .proNav ul {
  padding-top: 66px;
}
.product .proNav ul li {
  position: relative;
  z-index: 1;
  margin-top: 8px;
}
.product .proNav ul li:first-child {
  margin-top: 0;
}
.product .proNav ul li a {
  display: block;
  height: 120px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  padding-top: 35px;
  position: relative;
}
.product .proNav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/pronavico.png) right center no-repeat;
}
.product .proNav ul li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  z-index: -1;
  background: url(../images/pronavli.jpg) right center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
}
.product .proNav ul li a i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
  margin-top: 3px;
  color: #999999;
  -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 {
  color: #fff;
}
.product .proNav ul li.on a i,
.product .proNav ul li:hover a i {
  color: #fff;
}
.product .proNav ul li.on a:before,
.product .proNav ul li:hover a:before {
  left: -47px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proNav ul li.on a:after,
.product .proNav ul li:hover a:after {
  width: 270px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proNav .more {
  margin-top: 26px;
  display: block;
  height: 120px;
  line-height: 120px;
  font-size: 16px;
  text-align: center;
  position: relative;
  background: linear-gradient(0deg, #018be6 0%, #018be6 100%);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 0% 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .more:hover {
  background-size: 100% 100%;
  color: #fff;
}
.product .proTabs {
  float: left;
  width: 970px;
  padding: 70px 0;
}
.product .proTabs .bd {
  overflow: hidden;
  height: 760px;
  margin-top: 44px;
}
.product .proList {
  height: 760px;
}
.product .proList .one::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList .one .pic {
  display: block;
  float: left;
  width: 540px;
  height: 405px;
  border: solid 5px #f8f8f8;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .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 .proList .one .cont {
  float: right;
  position: relative;
  width: 380px;
  text-align: right;
  padding-top: 40px;
}
.product .proList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .one .cont .bt:before {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
}
.product .proList .one .cont .bt:hover {
  color: #018be6;
}
.product .proList .one .cont .line {
  width: 486px;
  height: 2px;
  margin-left: -106px;
  margin-top: 44px;
  background: linear-gradient(0deg, #018be6 0%, #018be6 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
  background-color: #333333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .one .cont p {
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #999999;
}
.product .proList .one .cont .moreLink {
  display: inline-block;
  margin-top: 42px;
}
.product .proList .one: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);
}
.product .proList .one:hover .cont .bt {
  color: #018be6;
}
.product .proList .one:hover .cont .line {
  background-size: 100% 100%;
}
.product .proList .list {
  margin-top: 75px;
}
.product .proList .list ul {
  margin-right: -60px;
}
.product .proList .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList .list ul li {
  float: left;
  width: 280px;
  margin-right: 60px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .pic {
  display: block;
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .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 .proList .list ul li .tt {
  position: relative;
  height: 64px;
  line-height: 64px;
  padding-right: 55px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .tt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 225px;
  height: 1px;
  background: linear-gradient(0deg, #018be6 0%, #018be6 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
  background-color: #dedede;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 64px;
  line-height: 64px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .tt .bt:hover {
  color: #018be6;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList .list ul li .tt .more {
  display: block;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  font-size: 15px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
}
.product .proList .list ul li .tt .more:after {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  line-height: 1;
  top: 56px;
}
.product .proList .list ul li .tt .more i {
  min-width: 4px;
  font-weight: bold;
}
.product .proList .list ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proList .list 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);
}
.product .proList .list ul li:hover .tt:before {
  background-size: 100% 100%;
}
.product .proList .list ul li:hover .tt .bt {
  color: #018be6;
}
.product .proList .list ul li:hover .tt .more {
  color: #018be6;
}
.product .next {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 192px;
  background-color: rgba(1, 139, 230, 0.1);
  text-align: center;
  line-height: 192px;
  font-weight: bold;
  font-family: Arial;
  font-size: 34px;
  color: #018be6;
  font-style: italic;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.product .next:hover {
  background-color: #018be6;
  color: #fff;
}
.quality {
  background: url(../images/pzbg.jpg) center 0 no-repeat;
  padding-bottom: 70px;
}
.quality .pzTit {
  height: 226px;
  padding-top: 70px;
}
.quality .pzTit .title {
  padding-top: 42px;
  background: url(../images/pzline.png) right 0 no-repeat;
  text-align: right;
  float: right;
}
.quality .pzTit .title b {
  margin-top: 18px;
  font-size: 22px;
}
.quality .pzTit .title b:before {
  right: -30px;
  left: auto;
}
.quality .pzTit .tel {
  float: left;
  color: #fff;
  margin-top: 7px;
}
.quality .pzTit .tel .t1 {
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  padding-left: 50px;
  background: url(../images/pztel.png) 0 0 no-repeat;
}
.quality .pzTit .tel .t2 {
  font-weight: bold;
  font-family: Arial;
  font-size: 26px;
  line-height: 20px;
  margin-top: 20px;
}
.quality .pzList {
  padding-top: 30px;
}
.quality .pzList ul {
  margin-right: -40px;
}
.quality .pzList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.quality .pzList ul li {
  float: left;
  width: 290px;
  height: 150px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  margin-right: 40px;
  padding-top: 52px;
  padding-left: 136px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quality .pzList ul li i {
  position: absolute;
  width: 80px;
  height: 80px;
  border: dotted 1px #ccc;
  border-radius: 100%;
  left: 36px;
  top: 36px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quality .pzList ul li i:before,
.quality .pzList ul li i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quality .pzList ul li i:after {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
.quality .pzList ul li i.ico1:before,
.quality .pzList ul li i.ico1:after {
  background: url(../images/pzico1.png) center center no-repeat;
}
.quality .pzList ul li i.ico2:before,
.quality .pzList ul li i.ico2:after {
  background: url(../images/pzico2.png) center center no-repeat;
}
.quality .pzList ul li i.ico3:before,
.quality .pzList ul li i.ico3:after {
  background: url(../images/pzico3.png) center center no-repeat;
}
.quality .pzList ul li i.ico4:before,
.quality .pzList ul li i.ico4:after {
  background: url(../images/pzico4.png) center center no-repeat;
}
.quality .pzList ul li i.ico5:before,
.quality .pzList ul li i.ico5:after {
  background: url(../images/pzico5.png) center center no-repeat;
}
.quality .pzList ul li i.ico6:before,
.quality .pzList ul li i.ico6:after {
  background: url(../images/pzico6.png) center center no-repeat;
}
.quality .pzList ul li i.ico7:before,
.quality .pzList ul li i.ico7:after {
  background: url(../images/pzico7.png) center center no-repeat;
}
.quality .pzList ul li i.ico8:before,
.quality .pzList ul li i.ico8:after {
  background: url(../images/pzico8.png) center center no-repeat;
}
.quality .pzList ul li h4 {
  line-height: 1;
  font-size: 18px;
}
.quality .pzList ul li h5 {
  font-family: Arial;
  font-size: 12px;
  color: #999999;
  line-height: 10px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quality .pzList ul li:hover,
.quality .pzList ul li.on {
  box-shadow: 0px 0px 20px rgba(1, 139, 230, 0.2);
}
.quality .pzList ul li:hover i,
.quality .pzList ul li.on i {
  background: #018be6;
  border-color: #018be6;
}
.quality .pzList ul li:hover i:before,
.quality .pzList ul li.on i:before,
.quality .pzList ul li:hover i:after,
.quality .pzList ul li.on i:after {
  top: -100%;
}
.youshi .ysBox {
  height: 820px;
}
.youshi .ysBox .ysTit {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 86px;
}
.youshi .ysBox .ysTit h4 img {
  display: block;
}
.youshi .ysBox .ysTit h3 {
  margin-top: 32px;
  height: 35px;
  line-height: 35px;
  font-size: 23px;
  letter-spacing: 1px;
}
.youshi .ysBox .ysTit h3 span {
  position: relative;
  color: #fff;
  background: #018be6;
}
.youshi .ysBox .ysTit h3 span:before {
  content: "";
  width: 30px;
  height: 100%;
  background: #018be6;
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
}
.youshi .ysPic {
  margin-left: 450px;
  width: 1150px;
  height: 522px;
}
.youshi .ysPic .bd {
  width: 1150px;
  height: 522px;
  overflow: hidden;
}
.youshi .ysPic .bd ul li {
  width: 1150px;
  height: 522px;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li: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);
}
.youshi .ysCont {
  overflow: hidden;
  height: 298px;
  width: 1080px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  height: 298px;
  width: 1170px;
}
.youshi .ysCont .bd ul li {
  height: 298px;
}
.youshi .ysCont .bd ul li .item {
  float: left;
  width: 530px;
  padding-top: 60px;
  padding-right: 53px;
  position: relative;
  margin-right: 55px;
}
.youshi .ysCont .bd ul li .item:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 166px;
  background-color: #dedede;
  right: 0;
  top: 60px;
}
.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 {
  line-height: 1;
}
.youshi .ysCont .bd ul li .item .tit span {
  font-weight: bold;
  font-size: 20px;
}
.youshi .ysCont .bd ul li .item .tit i {
  line-height: 1;
  vertical-align: bottom;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: #999999;
  margin-left: 5px;
}
.youshi .ysCont .bd ul li .item .text {
  margin-top: 30px;
  line-height: 32px;
  color: #666666;
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  color: #018be6;
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .page {
  position: absolute;
  top: 352px;
  left: 0;
  z-index: 2;
}
.youshi .page .prev {
  float: left;
  width: 60px;
  height: 60px;
  border: solid 1px #dedede;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .page .prev:before {
  content: "";
  background: url(../images/ysl.png) center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .page .prev:hover,
.youshi .page .prev.on {
  background-color: #018be6;
}
.youshi .page .prev:hover:before,
.youshi .page .prev.on:before {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
.youshi .page .next {
  margin-left: 10px;
  float: left;
  width: 60px;
  height: 60px;
  border: solid 1px #dedede;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .page .next:before {
  content: "";
  background: url(../images/ysr.png) center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .page .next:hover,
.youshi .page .next.on {
  background-color: #018be6;
}
.youshi .page .next:hover:before,
.youshi .page .next.on:before {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
.youshi .ysTip {
  position: absolute;
  width: 470px;
  height: 298px;
  right: -320px;
  bottom: 0;
  color: #fff;
  padding-right: 120px;
  padding-top: 60px;
  text-align: right;
  background: url(../images/ystip.jpg) center 0 no-repeat;
}
.youshi .ysTip .t1 {
  font-size: 20px;
  font-style: italic;
  line-height: 40px;
  letter-spacing: 5px;
  margin-right: -5px;
}
.youshi .ysTip .line {
  width: 200px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 15px;
  margin-left: 150px;
}
.youshi .ysTip .t2 {
  font-family: Arial;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 24px;
}
.case {
  padding: 70px 0;
}
.case .caseTit::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTit .title {
  float: left;
}
.case .caseTit .title b {
  margin-top: 12px;
}
.case .caseTit .moreLink {
  float: right;
}
.case .caseSwiper {
  margin-top: 76px;
  position: relative;
}
.case .caseSwiper ul li {
  padding-top: 5px;
  width: 340px;
  margin-right: 130px;
  height: 435px;
}
.case .caseSwiper ul li .item {
  width: 340px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.case .caseSwiper ul li .pic {
  display: block;
  width: 100%;
  height: 255px;
  border: solid 5px #f8f8f8;
  overflow: hidden;
  position: relative;
  -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 {
  padding-top: 25px;
}
.case .caseSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  position: relative;
  padding-left: 115px;
  text-align: right;
}
.case .caseSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .cont .bt i {
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  font-family: Impact;
  font-size: 24px;
}
.case .caseSwiper ul li .cont .bt i:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 70px;
  height: 1px;
  background-color: #333333;
  margin-left: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .bt span {
  font-size: 18px;
}
.case .caseSwiper ul li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  line-height: 30px;
  margin-top: 12px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseSwiper ul li.swiper-slide-next {
  padding-top: 0;
}
.case .caseSwiper ul li.swiper-slide-next .item {
  width: 380px;
}
.case .caseSwiper ul li.swiper-slide-next .pic {
  border: solid 0 #fff;
  height: 285px;
}
.case .caseSwiper ul li.swiper-slide-next .cont .bt {
  padding-left: 180px;
}
.case .caseSwiper ul li.swiper-slide-next .cont .bt i:after {
  width: 130px;
}
.case .caseSwiper ul li.swiper-slide-next .cont .bt span {
  font-weight: bold;
}
.case .caseSwiper ul li.swiper-slide-next .cont p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseSwiper 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 .caseSwiper ul li:hover .cont .bt {
  color: #018be6;
}
.case .caseSwiper ul li:hover .cont .bt i:after {
  background-color: #018be6;
}
.case .caseSwiper .page .case-prev {
  position: absolute;
  z-index: 2;
  left: 280px;
  bottom: 0;
  outline: none;
  width: 60px;
  height: 60px;
  border: solid 1px #dedede;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .page .case-prev:before {
  content: "";
  background: url(../images/ysl.png) center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .page .case-prev:hover,
.case .caseSwiper .page .case-prev.on {
  background-color: #018be6;
}
.case .caseSwiper .page .case-prev:hover:before,
.case .caseSwiper .page .case-prev.on:before {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
.case .caseSwiper .page .case-next {
  position: absolute;
  z-index: 2;
  right: 280px;
  bottom: 0;
  outline: none;
  width: 60px;
  height: 60px;
  border: solid 1px #dedede;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .page .case-next:before {
  content: "";
  background: url(../images/ysr.png) center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .page .case-next:hover,
.case .caseSwiper .page .case-next.on {
  background-color: #018be6;
}
.case .caseSwiper .page .case-next:hover:before,
.case .caseSwiper .page .case-next.on:before {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  overflow: hidden;
}
.about .aboutBox {
  height: 850px;
}
.about .aboutPic {
  float: left;
  width: 620px;
  position: relative;
}
.about .aboutPic .aboutTip {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  line-height: 30px;
  padding-top: 34px;
  padding-left: 84px;
  height: 164px;
  color: #fff;
}
.about .aboutPic .aboutTip:after {
  content: "";
  display: block;
  margin-top: 17px;
  width: 400px;
  height: 9px;
  background: url(../images/aboutTipen.png) 0 0 no-repeat;
}
.about .aboutPic .pic {
  width: 620px;
  height: 686px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.about .aboutPic .pic img {
  width: 620px;
  height: 686px;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 0 10px rgba(1, 139, 230, 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 .aboutPic .years {
  position: absolute;
  left: -227px;
  top: -74px;
  font-family: "Arial Black";
  font-size: 150px;
  line-height: 100px;
  letter-spacing: 15px;
  color: #f46721;
  opacity: 0.27;
  transform: scaleY(1.4);
}
.about .aboutPic .honor {
  width: 212px;
  height: 287px;
  position: absolute;
  z-index: 3;
  padding: 16px 19px 12px 20px;
  background: #fff;
  right: 0;
  bottom: 0;
}
.about .aboutPic .honor:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/honorbg.png) 0 center no-repeat;
}
.about .aboutPic .honor img {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .aboutText {
  width: 660px;
  float: right;
  text-align: right;
  position: relative;
  padding-top: 86px;
  background: url(../images/abouttit.png) right 50px no-repeat;
}
.about .aboutText .tit span {
  font-size: 20px;
  line-height: 1;
  display: block;
  font-weight: bold;
}
.about .aboutText .tit span:before {
  content: "+";
  display: block;
  margin-bottom: 16px;
}
.about .aboutText .tit i {
  display: block;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
}
.about .aboutText .box {
  margin-top: 44px;
  height: 168px;
  margin-right: 15px;
  border-right: 2px solid #333;
  padding-top: 14px;
  padding-right: 44px;
  margin-left: 80px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  font-size: 14px;
  color: #666666;
}
.about .aboutText .honor .pic {
  width: 134px;
  height: 208px;
  position: relative;
  overflow: hidden;
  float: right;
}
.about .aboutText .honor .pic img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  border: solid 3px #ffffff;
}
.about .aboutText .honor .bt {
  display: block;
  float: right;
  min-width: 250px;
  max-width: 400px;
  position: relative;
  margin-top: 76px;
  padding-top: 6px;
  padding-left: 155px;
  margin-right: 45px;
  text-align: left;
}
.about .aboutText .honor .bt:after {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 20px;
  width: 120px;
  height: 1px;
  background-color: #dedede;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .honor .bt:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: dotted 1px #333333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/moreRadius.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.about .aboutText .honor .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
}
.about .aboutText .honor .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.about .aboutText .honor:hover .bt {
  color: #018be6;
}
.about .aboutText .honor:hover .bt:before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about .aboutText .honor:hover .bt:after {
  background-color: #018be6;
}
.about .aLink {
  position: absolute;
  width: 980px;
  height: 140px;
  background-color: #018be6;
  right: -320px;
  bottom: 0;
}
.about .aLink ul li {
  float: left;
}
.about .aLink ul li a {
  display: block;
  position: relative;
  width: 330px;
  height: 140px;
  color: #ffffff;
  padding-top: 36px;
  padding-left: 84px;
  background: linear-gradient(0deg, #0181d6 0%, #0181d6 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a .line {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i {
  display: block;
  position: absolute;
  left: 84px;
  top: 60px;
  width: 27px;
  height: 31px;
  overflow: hidden;
  margin: auto;
}
.about .aLink ul li a i.ico1 {
  background: url(../images/aLinkico1.png) center center no-repeat;
}
.about .aLink ul li a i.ico2 {
  background: url(../images/aLinkico2.png) center center no-repeat;
}
.about .aLink ul li a .cn {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 50px;
}
.about .aLink ul li a .en {
  display: block;
  font-family: Arial;
  line-height: 10px;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 12px;
  margin-left: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a:hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.about .aLink ul li:hover a,
.about .aLink ul li.on a {
  background-size: 100% 100%;
}
.about .aLink ul li:hover a .line,
.about .aLink ul li.on a .line {
  width: 162px;
}
.news {
  padding: 70px 0 40px;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 16px;
  height: 80px;
  border-bottom: 1px dashed #ddd;
}
.news .newsTab ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab ul li {
  display: block;
  margin-left: 90px;
  float: left;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 38px;
  height: 80px;
  letter-spacing: 1px;
}
.news .newsTab ul li a:before {
  content: "";
  display: block;
  width: 14px;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/newsnavon.png) center 0 no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  font-weight: bold;
}
.news .newsTab ul li:hover a:before,
.news .newsTab ul li.on a:before {
  height: 32px;
}
.news .newsTabs {
  margin-top: 44px;
  position: relative;
  z-index: 1;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  height: 530px;
}
.news .list1::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list1 .one {
  float: left;
  width: 480px;
  height: 360px;
  border: solid 1px #dedede;
  position: relative;
  overflow: hidden;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 .one .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 .one .tt {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 9px;
  height: 60px;
  line-height: 60px;
  background-color: #018be6;
  padding: 0 20px;
}
.news .list1 .one .tt .date {
  font-family: Arial;
  font-size: 16px;
  float: left;
  width: 60px;
  color: #fff;
}
.news .list1 .one .tt .bt {
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 290px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 .one .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 .one .tt .more {
  float: right;
  display: block;
  color: #fff;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: bold;
}
.news .list1 .one .tt .more i {
  font-weight: bold;
}
.news .list1 .one:hover {
  border-color: #018be6;
}
.news .list1 .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 .list1 ul {
  float: right;
  margin-right: -30px;
  margin-top: -30px;
  width: 800px;
}
.news .list1 ul li {
  float: left;
  width: 370px;
  height: 100px;
  margin-right: 30px;
  margin-top: 30px;
  border: solid 1px #dedede;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 18px 25px 0 120px;
  position: relative;
}
.news .list1 ul li .date {
  position: absolute;
  left: 0;
  top: 33px;
  width: 98px;
  text-align: center;
  height: 37px;
  border-right: 1px solid #cccccc;
}
.news .list1 ul li .date i {
  display: block;
  font-family: "Arial Black";
  font-size: 20px;
  line-height: 14px;
}
.news .list1 ul li .date span {
  display: block;
  margin-top: 12px;
  line-height: 10px;
  font-family: Arial;
  color: #999999;
}
.news .list1 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 25px;
  margin-top: 3px;
  color: #999999;
}
.news .list1 ul li:hover {
  border-color: #018be6;
}
.news .list1 ul li:hover .bt {
  color: #018be6;
}
.news .list2 {
  margin-top: 40px;
}
.news .list2 ul {
  margin-right: -40px;
}
.news .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list2 ul li {
  float: left;
  width: 400px;
  height: 130px;
  background: linear-gradient(0deg, #018be6 0%, #018be6 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
  background-color: #f8f8f8;
  margin-right: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 14px 30px 0 60px;
  position: relative;
}
.news .list2 ul li .date {
  position: absolute;
  left: 0;
  top: 30px;
  width: 35px;
  height: 70px;
  background-color: #018be6;
  text-align: center;
  color: #fff;
  font-family: Arial;
  line-height: 1;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .date i {
  display: block;
}
.news .list2 ul li .date em {
  display: block;
  width: 1px;
  height: 10px;
  background-color: #dedede;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 5px auto;
}
.news .list2 ul li .date span {
  display: block;
}
.news .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li .line {
  margin-top: 1px;
  border-top: dotted 1px #dedede;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 27px;
  height: 54px;
  margin-top: 5px;
  color: #999999;
}
.news .list2 ul li:hover {
  background-size: 100% 100%;
  background-color: #018be6;
}
.news .list2 ul li:hover .date {
  background-color: #ffffff;
  color: #333;
}
.news .list2 ul li:hover .date em {
  background: #333;
}
.news .list2 ul li:hover .bt {
  color: #fff;
}
.news .list2 ul li:hover .line {
  border-color: #fff;
}
.news .list2 ul li:hover p {
  color: #ffffff;
}
.links {
  padding-bottom: 80px;
}
.links .linksBox {
  display: flex;
}
.links .linksBox .tit {
  float: left;
  width: 129px;
  height: 34px;
  background: url(../images/linkstit.png) center 0 no-repeat;
}
.links .linksBox .list {
  flex: 1;
  float: right;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  width: 1140px;
  margin-top: 5px;
  margin-bottom: -10px;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  color: #666666;
  font-size: 14px;
  margin-left: 40px;
}
.links .linksBox .list a:hover {
  color: #018be6;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
