@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;
}
@-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;
  background: url(../images/navbg.png) center center repeat-y;
  padding: 0 3.125%;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 50px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #3d86d5 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: #3d86d5;
  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%;
}
.inTop {
  background: url(../images/navbg.png) center center repeat-y;
}
.inTop .inContent {
  width: 1360px;
}
.inTop .search {
  float: left;
  width: 320px;
  height: 90px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  padding-right: 76px;
}
.inTop .search .searchInp {
  display: block;
  width: 100%;
  height: 90px;
  line-height: 90px;
  background: none;
  font-size: 14px;
  padding-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .search .searchInp::-webkit-input-placeholder {
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.inTop .search .searchInp::-moz-placeholder {
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.inTop .search .searchInp:-ms-input-placeholder {
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.inTop .search .searchInp:focus::-webkit-input-placeholder,
.inTop .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inTop .search .searchInp:focus::-moz-placeholder,
.inTop .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inTop .search .searchInp:focus:-ms-input-placeholder,
.inTop .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inTop .search .submitBtn {
  background: url(../images/searchico.png) center center no-repeat;
  width: 76px;
  height: 90px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inTop .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.inTop .slogan {
  float: left;
  background: url(../images/slogan.png) 0 center no-repeat;
  font-size: 16px;
  padding-left: 38px;
  line-height: 90px;
  margin-left: 56px;
}
.inTop .xunpan {
  float: left;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 90px;
  height: 90px;
  margin-left: 92px;
}
.inTop .xunpan:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(../images/xunpan.png) center center no-repeat;
  width: 23px;
  height: 27px;
  margin-right: 16px;
}
.inTop .xunpan i {
  color: #3d86d5;
  font-size: 18px;
  font-weight: bold;
}
.inTop .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #3d86d5;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(61, 134, 213, 0.15);
}
.inTop .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #3d86d5;
}
.inTop .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.inTop .tel {
  float: right;
  font-size: 16px;
  line-height: 90px;
}
.inTop .tel::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -4px;
  width: 32px;
  height: 32px;
  margin-right: 14px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.inTop .tel i {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
}
.title {
  line-height: 1;
  position: relative;
  z-index: 1;
  padding-top: 47px;
  padding-left: 47px;
  background: url(../images/titico.png) 0 0 no-repeat;
}
.title i {
  display: block;
  font-family: "Arial Black";
  font-size: 40px;
  line-height: 30px;
}
.title span {
  display: block;
  margin-top: 20px;
  font-size: 26px;
}
.title span em {
  display: inline-block;
  margin: 0 10px;
  font-family: Arial;
  font-size: 22px;
  color: #3d86d5;
}
.title span b {
  color: #3d86d5;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .more {
  float: right;
  width: 146px;
  height: 42px;
  background-color: #3b8ede;
  margin-top: 64px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.titBox .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3d86d5;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.titBox .more:hover {
  background: none;
  color: #3d86d5;
  box-shadow: 0 10px 10px -5px rgba(61, 134, 213, 0.5);
}
.titBox .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.moreLink {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 43px;
  font-size: 19px;
  font-weight: bold;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.moreLink::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 43px;
  height: 43px;
  background: url(../images/promore.png) center center no-repeat;
  background-color: #ff632b;
  margin-right: 20px;
}
.moreLink i {
  min-width: 4px;
  font-weight: bold;
}
.moreLink:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #3d86d5;
}
.product {
  padding: 70px 0;
  background: url(../images/probg.jpg) center bottom no-repeat;
}
.product .proList {
  margin-top: 10px;
}
.product .proList ul {
  margin-right: -26px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  width: 300px;
  margin-right: 26px;
  margin-top: 40px;
  float: left;
  position: relative;
}
.product .proList ul li .item {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 225px;
  border: 10px solid #f8f8f8;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList 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 .proList ul li .item .tt {
  height: 58px;
  line-height: 58px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 60px;
  position: relative;
}
.product .proList ul li .item .tt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 1px;
  background-color: #dfdfdf;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #3d86d5, #3d86d5);
  background-image: linear-gradient(to right, #3d86d5, #3d86d5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .bt i {
  font-weight: bold;
  font-family: Arial;
  font-size: 18px;
  margin-right: 10px;
}
.product .proList ul li .item .tt .more {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 42px;
  font-family: Arial;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .more::before {
  content: "+";
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proList ul li .item:hover .pic {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList ul li .item:hover .tt::before {
  background-size: 100% 100%;
}
.product .proList ul li .item:hover .tt .bt {
  color: #3d86d5;
}
.product .proList ul li .item:hover .tt .more {
  background-color: #3d86d5;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 80px;
}
.youshi .ysBox {
  height: 780px;
}
.youshi .ystit {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  line-height: 1;
  z-index: 2;
}
.youshi .ystit::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 188px;
  width: 1px;
  height: 95px;
  background-color: #ffffff;
}
.youshi .ystit i {
  display: block;
  height: 107px;
}
.youshi .ystit i img {
  display: inline-block;
  vertical-align: top;
}
.youshi .ystit b {
  display: block;
  font-size: 26px;
  margin-top: 29px;
}
.youshi .tip {
  position: absolute;
  left: 0;
  line-height: 30px;
  color: #fff;
  top: 298px;
  z-index: 2;
}
.youshi .ysCont {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 36px;
  width: 540px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  height: 320px;
}
.youshi .ysCont .bd ul li .item {
  height: 320px;
  padding-top: 10px;
  position: relative;
  color: #ffffff;
  text-align: right;
}
.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 i {
  display: block;
  font-family: Arial;
  font-size: 32px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}
.youshi .ysCont .bd ul li .item .tit span {
  font-size: 20px;
  display: block;
  margin-top: 30px;
}
.youshi .ysCont .bd ul li .item .text {
  margin-top: 62px;
  font-size: 15px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysCont .hd ul li {
  float: left;
  height: 34px;
  color: #fff;
  position: relative;
  margin-left: 64px;
  cursor: pointer;
}
.youshi .ysCont .hd ul li:first-child {
  margin-left: 0;
}
.youshi .ysCont .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 45px;
  width: 2px;
  height: 0;
  background-color: #ff632b;
  margin-left: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .hd ul li i {
  display: block;
  font-family: Arial;
  font-size: 18px;
  line-height: 34px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .hd ul li:hover i,
.youshi .ysCont .hd ul li.on i {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  color: #3d86d5;
}
.youshi .ysCont .hd ul li:hover::before,
.youshi .ysCont .hd ul li.on::before {
  height: 55px;
}
.youshi .ysPic {
  position: absolute;
  left: 50%;
  margin-left: -471px;
  width: 942px;
  height: 522px;
  bottom: -20px;
  pointer-events: none;
  z-index: 3;
}
.youshi .ysPic::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -454px;
  top: 35px;
  z-index: -1;
  width: 904px;
  height: 467px;
  background-color: #fff;
  box-shadow: 1px 1px 25px 0px rgba(12, 3, 6, 0.07);
  border-radius: 800px 800px 0 0;
}
.youshi .ysPic .bd {
  overflow: hidden;
  position: relative;
  width: 942px;
  height: 522px;
}
.youshi .ysPic .bd ul li {
  width: 942px;
  height: 522px;
  position: relative;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.youshi .prev {
  position: absolute;
  width: 310px;
  height: 175px;
  background-color: #ffffff;
  left: 0;
  bottom: 148px;
  cursor: pointer;
}
.youshi .prev .bd {
  height: 110px;
  overflow: hidden;
}
.youshi .prev .bd ul li {
  width: 150px;
  text-align: right;
  font-weight: bold;
  font-size: 24px;
  height: 110px;
  line-height: 110px;
}
.youshi .prev .pagetxt {
  font-size: 14px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  line-height: 16px;
  width: 150px;
  text-align: right;
  position: relative;
  font-style: italic;
}
.youshi .prev .pagetxt::after {
  content: "";
  display: block;
  position: absolute;
  height: 13px;
  width: 150px;
  right: 0;
  top: 18px;
  background: url(../images/ysl.png) right center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.5);
}
.youshi .next {
  position: absolute;
  width: 310px;
  height: 175px;
  background-color: #ffffff;
  right: 0;
  bottom: 148px;
  cursor: pointer;
  padding-left: 160px;
}
.youshi .next .bd {
  height: 110px;
  overflow: hidden;
}
.youshi .next .bd ul li {
  width: 150px;
  font-weight: bold;
  font-size: 24px;
  height: 110px;
  line-height: 110px;
}
.youshi .next .pagetxt {
  font-size: 14px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  line-height: 16px;
  width: 150px;
  position: relative;
  font-style: italic;
}
.youshi .next .pagetxt::after {
  content: "";
  display: block;
  position: absolute;
  height: 13px;
  width: 150px;
  left: 0;
  top: 18px;
  background: url(../images/ysr.png) left center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.5);
}
.about {
  overflow: hidden;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  padding: 70px 0 124px;
}
.about .aboutBox {
  height: 580px;
}
.about .aboutText {
  float: left;
  width: 795px;
  position: relative;
}
.about .aboutText .solgan {
  position: absolute;
  right: 0;
  line-height: 1;
  letter-spacing: 6px;
  font-size: 16px;
  top: 94px;
}
.about .aboutText .solgan::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #333333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
}
.about .aboutText .tit {
  line-height: 1;
  margin-top: 84px;
}
.about .aboutText .tit span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.about .aboutText .tit i {
  display: block;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  margin-top: 17px;
  color: #999999;
  line-height: 12px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 42px;
  height: 168px;
  color: #666666;
  font-size: 16px;
  margin-top: 30px;
}
.about .ysTip {
  float: right;
  width: 380px;
  height: 580px;
  background: url(../images/abouttip.jpg) center 0 no-repeat;
  padding-top: 78px;
}
.about .ysTip .tip {
  padding-left: 64px;
  font-style: italic;
  line-height: 26px;
  letter-spacing: 3px;
  color: #fefefe;
  padding-top: 94px;
  background: url(../images/abouttit.png) center 0 no-repeat;
}
.about .ysTip .honor {
  display: block;
  width: 259px;
  height: 195px;
  position: relative;
  background: #fff;
  padding: 20px;
  margin: auto;
  margin-top: 46px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .ysTip .honor::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/honorbg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.about .ysTip .honor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .ysTip .honor::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../images/honorty.png) 0 0 no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .ysTip .honor:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.about .ysTip .honor:hover::after {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.about .show {
  margin-top: 62px;
  position: relative;
  z-index: 1;
  padding-bottom: 54px;
}
.about .show::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 50%;
  margin-left: -765px;
  width: 1529px;
  height: 126px;
  background: url(../images/showbg.png) center center no-repeat;
}
.about .aLink {
  top: -128px;
  position: absolute;
  z-index: 3;
  left: 0;
}
.about .aLink ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aLink ul li {
  float: left;
  margin-right: 40px;
}
.about .aLink ul li a {
  display: block;
  width: 202px;
  height: 65px;
  background-color: #ffffff;
  box-shadow: 1px 1px 25px 0px rgba(12, 3, 6, 0.07);
  line-height: 65px;
  position: relative;
  text-align: center;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #3d86d5, #3d86d5);
  background-image: linear-gradient(to right, #3d86d5, #3d86d5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 65px;
  overflow: hidden;
  position: relative;
  margin-right: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i::before,
.about .aLink 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;
}
.about .aLink ul li a i.ico1::before {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aLink ul li a i.ico1::after {
  background: url(../images/alinkico1h.png) center center no-repeat;
}
.about .aLink ul li a i.ico2::before {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aLink ul li a i.ico2::after {
  background: url(../images/alinkico2h.png) center center no-repeat;
}
.about .aLink ul li a .cn {
  display: inline-block;
  vertical-align: top;
}
.about .aLink ul li:hover a,
.about .aLink ul li.on a {
  background-size: 100% 100%;
  color: #fff;
}
.about .aLink ul li:hover a i::before,
.about .aLink ul li.on a i::before,
.about .aLink ul li:hover a i::after,
.about .aLink ul li.on a i::after {
  top: -100%;
}
.about .aLink ul li:hover a .cn,
.about .aLink ul li.on a .cn {
  font-weight: bold;
}
.about .showTabs .showBd {
  overflow: hidden;
  height: 269px;
}
.about .showList .bd {
  overflow: hidden;
  height: 269px;
}
.about .showList .bd ul {
  margin-right: -26px;
}
.about .showList .bd ul li {
  float: left;
  margin-right: 26px;
}
.about .showList .bd ul li .item {
  width: 300px;
  height: 269px;
}
.about .showList .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 225px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 10px solid #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showList .bd ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showList .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showList .bd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .showList .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.about .showList .bd ul li .item:hover .bt {
  color: #3d86d5;
}
.case {
  padding: 80px 0 90px;
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case .formbox {
  height: 46px;
}
.case .formbox label {
  display: block;
  float: left;
  position: relative;
}
.case .formbox input {
  display: block;
  border: none;
  background: none;
  width: 260px;
  height: 46px;
  border: solid 1px #ffffff;
  line-height: 42px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  position: relative;
  padding-left: 40px;
  padding-right: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .formbox input.username {
  background: url(../images/inpxm.png) 18px center no-repeat;
  margin-right: 20px;
}
.case .formbox input.usertel {
  background: url(../images/inpdh.png) 18px center no-repeat;
  margin-right: 20px;
}
.case .formbox input.xqcontent {
  background: url(../images/inpnr.png) 18px center no-repeat;
  width: 300px;
  margin-right: 20px;
}
.case .formbox input.codeText {
  background: url(../images/inpyzm.png) 18px center no-repeat;
  width: 250px;
}
.case .formbox input::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.case .formbox input::-moz-placeholder {
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.case .formbox input:-ms-input-placeholder {
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.case .formbox input:focus,
.case .formbox input:active {
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.case .formbox input:focus::-webkit-input-placeholder,
.case .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.case .formbox input:focus::-moz-placeholder,
.case .formbox input:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.case .formbox input:focus:-ms-input-placeholder,
.case .formbox input:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.case .formbox .code {
  position: relative;
  display: block;
  float: left;
}
.case .formbox .code .imgCode {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 74px;
  height: 29px;
  border: none;
  display: block;
  z-index: 2;
}
.case .formbox .submitform {
  display: block;
  float: right;
  width: 130px;
  height: 46px;
  background-color: #ffffff;
  text-align: center;
  line-height: 46px;
  color: #3d86d5;
  font-size: 16px;
  overflow: hidden;
  border: none;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .formbox .submitform::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.case .formbox .submitform:hover {
  background: none;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.case .formbox .submitform:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case .caseBox {
  margin-top: 106px;
}
.case .caseBox .title {
  position: absolute;
  right: 0;
  top: 29px;
  z-index: 2;
  padding-right: 47px;
  padding-left: 0;
  text-align: right;
  background: url(../images/titico2.png) right center no-repeat;
}
.case .caseTabs {
  position: relative;
  z-index: 1;
}
.case .caseTabs .bd {
  height: 480px;
  overflow: hidden;
}
.case .caseTabs ul li {
  height: 480px;
}
.case .caseTabs ul li::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs ul li .pic {
  display: block;
  float: left;
  width: 640px;
  height: 480px;
  position: relative;
  overflow: hidden;
  border: solid 10px #f8f8f8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs 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 .caseTabs ul li .cont {
  width: 570px;
  float: right;
  padding-top: 236px;
}
.case .caseTabs ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.case .caseTabs ul li .cont .bt:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.case .caseTabs ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 38px;
  height: 76px;
  color: #666666;
  font-size: 15px;
  margin-top: 16px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.case .caseTabs ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseTabs ul li:hover .cont .bt {
  color: #3d86d5;
}
.case .caseTabs .caseNum {
  position: absolute;
  bottom: 40px;
  right: 200px;
}
.case .caseTabs .caseNum i {
  font-weight: bold;
  color: #3d86d5;
  font-family: Arial;
  font-size: 30px;
  line-height: 22px;
  display: inline-block;
  vertical-align: bottom;
  font-style: italic;
}
.case .caseTabs .caseNum span {
  font-size: 14px;
  line-height: 12px;
  color: #666666;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
}
.case .caseTabs .next {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 2;
  width: 120px;
  height: 42px;
  background-color: #3d86d5;
  text-align: center;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .next:hover {
  box-shadow: 0 10px 10px -5px rgba(61, 134, 213, 0.5);
}
.case .caseList ul {
  margin-right: -40px;
}
.case .caseList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  margin-right: 40px;
  float: left;
  margin-top: 40px;
}
.case .caseList ul li .item {
  width: 400px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .pic {
  display: block;
  height: 305px;
  border: 10px solid #f8f8f8;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList 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;
}
.case .caseList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 260px;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 1px 1px 25px 0px rgba(12, 3, 6, 0.07);
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  bottom: -20px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #3d86d5, #3d86d5);
  background-image: linear-gradient(to right, #3d86d5, #3d86d5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .caseList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseList ul li .item:hover .bt {
  background-size: 100% 100%;
  color: #fff;
}
.news {
  padding: 70px 0 45px;
  overflow: hidden;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .newsNav::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsNav .title {
  float: left;
}
.news .newsNav ul {
  float: right;
  margin-right: -10px;
  margin-top: 28px;
  margin-bottom: -20px;
}
.news .newsNav ul li {
  float: left;
  position: relative;
  margin-left: 95px;
}
.news .newsNav ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: -48px;
  width: 1px;
  height: 50px;
  background-color: #dddddd;
}
.news .newsNav ul li:first-child {
  margin-left: 0;
}
.news .newsNav ul li:first-child::before {
  display: none;
}
.news .newsNav ul li a {
  display: block;
  position: relative;
  width: 120px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsNav ul li a i {
  display: block;
  margin: auto;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsNav ul li a i:before,
.news .newsNav 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 .newsNav ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsNav ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsNav ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsNav ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsNav ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsNav ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsNav ul li a span {
  display: block;
  font-size: 16px;
  margin-top: 18px;
  line-height: 18px;
}
.news .newsNav ul li a span::before {
  content: "+";
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .newsNav ul li a span::after {
  content: "+";
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .newsNav ul li:hover a,
.news .newsNav ul li.on a {
  color: #3d86d5;
}
.news .newsNav ul li:hover a i,
.news .newsNav ul li.on a i {
  background-color: #3d86d5;
}
.news .newsNav ul li:hover a i::before,
.news .newsNav ul li.on a i::before,
.news .newsNav ul li:hover a i::after,
.news .newsNav ul li.on a i::after {
  top: -100%;
}
.news .newsNav ul li:hover a span,
.news .newsNav ul li.on a span {
  font-weight: bold;
}
.news .newsNav ul li:hover a span::before,
.news .newsNav ul li.on a span::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsNav ul li:hover a span::after,
.news .newsNav ul li.on a span::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsTabs {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-left: -25px;
  margin-right: -25px;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  overflow: hidden;
}
.news .newsList .one {
  margin: 25px 25px 0;
  position: relative;
  height: 394px;
}
.news .newsList .one .pic {
  display: block;
  width: 560px;
  height: 368px;
  border: 10px solid #fff;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  overflow: hidden;
  top: 26px;
  right: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont {
  width: 886px;
  height: 350px;
  background-color: #ffffff;
  box-shadow: 1px 1px 25px 0px rgba(12, 3, 6, 0.07);
  padding: 62px 230px 0 55px;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont .line {
  width: 52px;
  height: 1px;
  background-color: #001b72;
  margin-top: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 38px;
  height: 76px;
  color: #666666;
  font-size: 15px;
  margin-top: 22px;
}
.news .newsList .one .cont .more {
  margin-top: 40px;
  display: block;
  width: 146px;
  height: 42px;
  background-color: #3b8ede;
  text-align: center;
  line-height: 42px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.news .newsList .one .cont .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3d86d5;
  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;
}
.news .newsList .one .cont .more:hover {
  background: none;
  color: #3d86d5;
  box-shadow: 0 10px 10px -5px rgba(61, 134, 213, 0.5);
}
.news .newsList .one .cont .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news .newsList .one .cont .date {
  position: absolute;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  line-height: 12px;
  left: 540px;
  top: 260px;
}
.news .newsList .one .cont .date i {
  font-weight: bold;
  font-family: Arial;
  font-size: 30px;
  line-height: 22px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  color: #3d86d5;
  font-style: italic;
}
.news .newsList .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .one:hover .cont .bt {
  color: #3d86d5;
}
.news .newsList .one:hover .cont .line {
  width: 72px;
}
.news .newsList .list {
  margin: 10px 25px 25px;
}
.news .newsList .list ul {
  margin-right: -55px;
}
.news .newsList .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  float: left;
  margin-top: 30px;
  margin-right: 55px;
  position: relative;
  width: 390px;
  height: 160px;
  background-color: #ffffff;
  box-shadow: 1px 1px 25px 0px rgba(12, 3, 6, 0.07);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 36px 160px 0 30px;
}
.news .newsList .list ul li::before {
  content: "";
  display: block;
  position: absolute;
  right: 125px;
  top: 40px;
  width: 1px;
  height: 40px;
  background-color: #dedede;
}
.news .newsList .list 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 .newsList .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .date {
  position: absolute;
  text-align: center;
  right: 45px;
  top: 40px;
}
.news .newsList .list ul li .date i {
  display: block;
  font-weight: bold;
  font-family: Arial;
  font-size: 32px;
  line-height: 24px;
}
.news .newsList .list ul li .date span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  margin-top: 8px;
  color: #999999;
}
.news .newsList .list ul li .more {
  display: block;
  position: absolute;
  left: 0;
  top: 108px;
  width: 140px;
  height: 29px;
  line-height: 29px;
  background-color: #f8f8f8;
  border-radius: 0px 15px 15px 0px;
  padding-left: 70px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #3d86d5, #3d86d5);
  background-image: linear-gradient(to right, #3d86d5, #3d86d5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList .list ul li .more i {
  font-weight: bold;
}
.news .newsList .list ul li .le {
  position: absolute;
  right: 30px;
  top: 116px;
  line-height: 1;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li:hover .bt {
  color: #3d86d5;
}
.news .newsList .list ul li:hover .more {
  background-size: 100% 100%;
  color: #fff;
}
.news .newsList .list ul li:hover .le {
  color: #3d86d5;
}
.links {
  background: url(../images/linksbg.png) center 0 repeat-y;
  background-color: #fafafa;
  padding: 36px 0 40px;
}
.links .linksBox {
  display: flex;
  z-index: 1;
}
.links .tit {
  width: 110px;
  height: 44px;
  float: left;
  line-height: 1;
  background: url(../images/linkstit.png) 0 bottom no-repeat;
  color: #000000;
}
.links .tit i {
  display: block;
  font-family: "Arial Black";
  font-size: 40px;
  line-height: 30px;
  color: #faf6f3;
}
.links .tit span {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-top: -18px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.links .list {
  flex: 1;
  float: right;
  overflow: hidden;
  font-size: 0;
  padding-top: 6px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 70px;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .list a::before {
  content: "·";
  position: absolute;
  left: -40px;
  top: 0;
  width: 10px;
  text-align: center;
  color: #666666;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #3d86d5;
}
