@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;
  padding-left: 10.16%;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banbar {
  position: absolute;
  left: 10.16%;
  margin-left: -6px;
  bottom: -10px;
  background: url(../images/barbg.png) 0 0 no-repeat;
  width: 645px;
  height: 120px;
  z-index: 3;
  padding-left: 50px;
  padding-top: 32px;
  line-height: 43px;
}
.banner .banbar .tel {
  float: left;
  font-weight: bold;
  color: #0e459e;
  font-family: Arial;
  font-size: 30px;
}
.banner .banbar .tel::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  vertical-align: top;
  margin-right: 18px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.banner .banbar .xunpan {
  float: left;
  position: relative;
  cursor: pointer;
  letter-spacing: 2px;
  color: #999999;
  font-size: 16px;
  margin-left: 65px;
}
.banner .banbar .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0;
  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: #0e459e;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(14, 69, 158, 0.15);
}
.banner .banbar .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: #0e459e;
}
.banner .banbar .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;
}
.banner .slogan {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 10.16%;
  background: url(../images/sloganico.png) center 0 no-repeat;
  padding-top: 4%;
}
.banner .slogan .banner-pagination {
  font-size: 0;
  position: relative;
  text-align: center;
  margin-bottom: 20%;
}
.banner .slogan .banner-pagination::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #333333;
  margin: auto;
  margin-top: 20%;
}
.banner .slogan .banner-pagination span {
  display: none;
  font-family: Impact;
  font-size: 30px;
  line-height: 1;
  margin: auto;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
}
.banner .slogan .banner-pagination span.swiper-pagination-bullet-active {
  display: block;
}
.banner .slogan .sloganTxt {
  margin: auto;
  font-size: 15px;
  width: 16px;
}
.banner .slogan .sloganTxt span {
  display: block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  letter-spacing: 9px;
  color: #666666;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 1560px) {
  .banner .slogan {
    padding-top: 2.8%;
  }
  .banner .slogan .banner-pagination {
    margin-bottom: 14%;
  }
  .banner .slogan .banner-pagination::after {
    margin-top: 14%;
  }
  .banner .slogan .sloganTxt span {
    letter-spacing: 6px;
  }
}
.title {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.title:before {
  content: "";
  display: block;
  position: absolute;
  width: 68px;
  height: 80px;
  background: url(../images/titen.png) 0 0 no-repeat;
  left: -35px;
  top: -31px;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: "Arial Black";
  font-size: 46px;
  line-height: 35px;
  text-transform: uppercase;
}
.title b {
  display: block;
  font-size: 30px;
  margin-top: 15px;
  font-weight: normal;
}
.title b em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  color: #999999;
}
.title b em::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #dcdcdc;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 12px;
  margin-right: 12px;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .lyBtn {
  float: right;
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(7, 39, 34, 0.05);
  border-radius: 6px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .lyBtn::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 50px;
  vertical-align: top;
  margin-right: 12px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/lyico.png) center center no-repeat;
}
.titBox .lyBtn:hover {
  color: #0e459e;
  box-shadow: 0 3px 10px rgba(14, 69, 158, 0.2);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.titBox .lyBtn:hover::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.product {
  padding: 100px 0 90px;
}
.product .proNav::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
}
.product .proNav ul {
  float: right;
  display: flex;
  justify-content: space-between;
  width:800px;
}
.product .proNav ul li {
  margin-top: -1px;
}
.product .proNav ul li > a {
  display: block;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proNav ul li > a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size:18px;
  line-height: 30px;
  height: 30px;
}
.product .proNav ul li > a i {
  display: block;
  font-size: 24px;
  color: #eeeeee;
  height: 27px;
  line-height: 27px;
  margin-top: 20px;
  background: url(../images/pronavli.png) 0 center no-repeat;
  text-align: right;
  padding-left: 30px;
  font-weight: bold;
}
.product .proNav ul li:hover > a,
.product .proNav ul li.on > a {
  color: #0e459e;
}
.product .proNav .tel {
  height: 26px;
  line-height: 26px;
  margin-top: 216px;
  font-family: Arial;
  font-size: 20px;
  text-align: center;
}
.product .proNav .tel::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 26px;
  vertical-align: bottom;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/protel.png) center center no-repeat;
}
.product .proNav .zxLink {
  display: block;
  margin: auto;
  margin-top: 26px;
  width: 160px;
  height: 50px;
  background-color: #ffc355;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 0 0 5px rgba(14, 69, 158, 0.2);
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .zxLink:hover {
  background-color: #0e459e;
  box-shadow: 0 0 0 8px rgba(14, 69, 158, 0.2);
}
.product .proList {
  margin-top: 12px;
}
.product .proList ul {
  margin-right: -50px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  margin-right: 50px;
  margin-top: 36px;
  float: left;
}
.product .proList ul li .item {
  width: 400px;
  height: 350px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 10px 10px 0;
  background-color: #fbfbfb;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -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: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
}
.product .proList ul li .item .en {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: bold;
  color: #f1f1f1;
}
.product .proList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
.product .proList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(14, 69, 158, 0.1);
  background-color: #fff;
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: rotate(1.1);
  -moz-transform: rotate(1.1);
  -o-transform: rotate(1.1);
  transform: rotate(1.1);
}
.product .proList ul li .item:hover .bt {
  color: #0e459e;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 200px;
  height: 1100px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysPic {
  position: absolute;
  right: 0;
  top: -22px;
  width: 610px;
  height: 610px;
  border: solid 6px #eeeeee;
  border-radius: 100%;
  padding: 31px;
}
.youshi .ysPic .bd {
  overflow: hidden;
  position: relative;
  width: 536px;
  height: 536px;
  border-radius: 100%;
}
.youshi .ysPic .bd ul li {
  width: 536px;
  height: 536px;
  border-radius: 100%;
}
.youshi .ysPic .bd ul li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysCont {
  width: 660px;
}
.youshi .ysCont .ysTit img {
  display: block;
  height: 112px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  margin-top: 62px;
  height: 220px;
  width: 560px;
}
.youshi .ysCont .bd ul li .item {
  height: 220px;
  padding-top: 10px;
  position: relative;
}
.youshi .ysCont .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .tit {
  position: relative;
}
.youshi .ysCont .bd ul li .item .tit h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  color: #0e459e;
}
.youshi .ysCont .bd ul li .item .tit h4 i {
  font-weight: bold;
  font-family: "Arial Black";
  font-size: 36px;
  vertical-align: top;
  margin-right: 28px;
}
.youshi .ysCont .bd ul li .item .tit h4 i::after {
  content: "";
  width: 37px;
  height: 1px;
  background-color: #0e459e;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.youshi .ysCont .bd ul li .item .tit h5 {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 17px;
  line-height: 12px;
  color: #999999;
}
.youshi .ysCont .bd ul li .item .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 24px;
}
.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 .hd {
  margin-top: 350px;
  margin-top: 300px;
  position: relative;
  z-index: 2;
}
.youshi .hd ul {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 40px;
}
.youshi .hd ul li {
  flex: 1;
  cursor: pointer;
  text-align: center;
  color: #fff;
  width: 194px;
}
.youshi .hd ul li em {
  display: block;
  width: 95px;
  height: 95px;
  border-radius: 100%;
  background: url(../images/ysli.png) 0 center no-repeat;
  margin: auto;
  padding: 10px;
}
.youshi .hd ul li em i {
  display: block;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background-color: #0e459e;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li em i::before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li em i.ico1::before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li em i.ico2::before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li em i.ico3::before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li em i.ico4::before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd ul li h4 {
  font-size: 24px;
  line-height: 1;
  margin-top: 30px;
}
.youshi .hd ul li h5 {
  font-size: 14px;
  margin-top: 16px;
  line-height: 12px;
  opacity: 0.2;
  text-transform: uppercase;
}
.youshi .hd ul li:hover em i,
.youshi .hd ul li.on em i {
  background-color: #5785d4;
}
.youshi .hd ul li:hover em i::before,
.youshi .hd ul li.on em i::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.youshi .hd ul li:hover h4,
.youshi .hd ul li.on h4 {
  font-weight: bold;
}
.youshi .ysimg {
  position: absolute;
  left: 0;
  top: 360px;
  top: 370px;
  width: 608px;
  height: 433px;
  background: url(../images/ysimg2.png) center 0 no-repeat;
}
.case {
  padding: 90px 0 88px;
}
.case .caseList {
  position: relative;
}
.case .caseList ul {
  margin-right: -50px;
}
.case .caseList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  margin-right: 50px;
  margin-top: 40px;
}
.case .caseList ul li .item {
  width: 400px;
  padding: 26px 26px 0;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .pic {
  display: block;
  width: 100%;
  height: 240px;
  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;
  height: 82px;
  line-height: 82px;
  font-size: 18px;
  padding-right: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .bt:hover {
  color: #0e459e;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList ul li .item .more {
  display: block;
  position: absolute;
  right: -70px;
  bottom: -72px;
  width: 144px;
  height: 144px;
  background: url(../images/caseli.png) 27px 31px no-repeat;
  background-color: #eeeeee;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(14, 69, 158, 0.1);
  background-color: #fff;
}
.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 {
  color: #0e459e;
}
.case .caseList ul li .item:hover .more {
  background-image: url(../images/caselih.png);
}
.about {
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
}
.about .aboutBox {
  height: 784px;
  padding-top: 82px;
}
.about .aboutText {
  width: 1080px;
}
.about .aboutText .title b em {
  color: #666666;
}
.about .aboutText .title b em::before {
  background-color: #666666;
}
.about .aboutText .number {
  position: absolute;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  font-size: 95px;
  line-height: 65px;
  font-weight: bold;
  color: #ffffff;
  left: 840px;
  top: 180px;
}
.about .aboutText .number i {
  font-weight: bold;
}
.about .aboutText .tit {
  margin-top: 64px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-left: -48px;
}
.about .aboutText .tit::before {
  content: "“";
  margin-right: 20px;
}
.about .aboutText .tit::after {
  content: "“";
  margin-left: 15px;
}
.about .aboutText .line {
  margin-top: 36px;
  width: 100px;
  height: 3px;
  background-color: #0e459e;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 40px;
  height: 120px;
  color: #666666;
  font-size: 18px;
  margin-top: 30px;
}
.about .aboutText .more {
  margin-top: 78px;
  width: 180px;
  height: 60px;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fec106;
  border-radius: 10px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 1px;
  background-color: #333333;
  margin-left: 6px;
}
.about .aboutText .more:hover::before {
  background-color: #fff;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.about .aLink {
  margin-top: 74px;
}
.about .aLink::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aLink .aboutTT {
  width: 325px;
  float: left;
}
.about .aLink .aboutTT .tel {
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  line-height: 44px;
  color: #0e459e;
}
.about .aLink .aboutTT .tel::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: top;
  margin-right: 18px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/abouttel.png) center center no-repeat;
}
.about .aLink .aboutTT .more {
  margin-top: 66px;
  display: block;
  width: 232px;
  border-bottom: 1px solid #555555;
  height: 46px;
  line-height: 17px;
  position: relative;
  font-family: "Aparajita", 'Times New Roman', Times, serif;
  font-size: 24px;
  font-weight: bold;
  color: #555555;
}
.about .aLink .aboutTT .more i {
  min-width: 5px;
  font-weight: bold;
}
.about .aLink .aboutTT .more::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background: url(../images/moreadd.png) center center no-repeat;
}
.about .aLink .aboutTT .more:hover {
  color: #0e459e;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  border-bottom-color: #0e459e;
}
.about .aLink .aboutTT .more:hover::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about .aLink .honor {
  float: left;
  display: block;
  width: 292px;
  height: 191px;
  background: url(../images/honorbg.png) 0 center no-repeat;
  padding: 3px 4px 4px 2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink .honor img {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
}
.about .aLink .honor:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(14, 69, 158, 0.2);
}
.about .aLink ul {
  float: right;
}
.about .aLink ul li {
  float: left;
  margin-left: 52px;
}
.about .aLink ul li:first-child {
  margin-left: 0;
}
.about .aLink ul li a {
  width: 280px;
  height: 190px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  display: block;
  padding-top: 72px;
  padding-left: 140px;
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i {
  display: block;
  position: absolute;
  width: 54px;
  height: 58px;
  left: 54px;
  top: 68px;
}
.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;
  line-height: 1;
  font-size: 24px;
}
.about .aLink ul li a .en {
  display: block;
  font-size: 14px;
  margin-top: 14px;
  line-height: 1;
  color: #999999;
}
.about .aLink ul li a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(14, 69, 158, 0.2);
  color: #0e459e;
}
.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;
}
.news {
  padding: 90px 0 68px;
}
.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: 14px;
  margin-right: -28px;
}
.news .newsTab ul li {
  float: left;
  margin-left: 4px;
  position: relative;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  height: 46px;
  border-radius: 23px;
  line-height: 46px;
  font-size: 18px;
  padding: 0 28px;
  color: #484848;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 46px;
  margin-right: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i::before,
.news .newsTab ul li a i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1::before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1::after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2::before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2::after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3::before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3::after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-color: #0e459e;
  color: #fff;
}
.news .newsTab ul li:hover a i::before,
.news .newsTab ul li.on a i::before,
.news .newsTab ul li:hover a i::after,
.news .newsTab ul li.on a i::after {
  top: -100%;
}
.news .newsTabs {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  z-index: 1;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  overflow: hidden;
  height: 578px;
}
.news .list {
  padding: 20px;
}
.news .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list ul li {
  width: 326px;
  height: 270px;
  border: solid 1px #eeeeee;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  padding: 30px 46px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list ul li .date {
  font-family: Arial;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1;
  color: #999999;
}
.news .list ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 33px;
  height: 66px;
  font-size: 15px;
  color: #999999;
  margin-top: 20px;
}
.news .list ul li .more {
  display: block;
  margin-top: 22px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: url(../images/newsli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.news .list ul li .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list ul li.on {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.news .list ul li:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.news .list ul li:hover .bt {
  color: #0e459e;
}
.news .list ul li:hover .more {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.message {
  background: url(../images/lybg.jpg) center 0 no-repeat;
}
.message .lyBox {
  height: 300px;
  padding-top: 56px;
}
.message .lyBox .formbox {
  float: left;
  padding-right: 58px;
  position: relative;
  width: 736px;
  margin-left: 146px;
}
.message .lyBox .formbox .tit {
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
}
.message .lyBox .formbox .tit span {
  font-weight: bold;
  font-size: 24px;
  margin-right: 15px;
}
.message .lyBox .formbox .tit i {
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: bottom;
}
.message .lyBox .formbox input {
  float: left;
  display: block;
  border: none;
  background: none;
  width: 330px;
  height: 40px;
  background-color: #ffffff;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  position: relative;
  padding-left: 38px;
  padding-right: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .lyBox .formbox input.username {
  background: url(../images/inpxm.png) 10px center no-repeat;
  background-color: #ffffff;
  margin-right: 18px;
  margin-bottom: 28px;
}
.message .lyBox .formbox input.usertel {
  background: url(../images/inpdh.png) 10px center no-repeat;
  margin-bottom: 28px;
  background-color: #ffffff;
}
.message .lyBox .formbox input.xqcontent {
  background: url(../images/inpnr.png) 10px center no-repeat;
  margin-right: 18px;
  background-color: #ffffff;
}
.message .lyBox .formbox input.codeText {
  background: url(../images/inpyzm.png) 10px center no-repeat;
  background-color: #ffffff;
  padding-left: 14px;
}
.message .lyBox .formbox input::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .lyBox .formbox input::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .lyBox .formbox input:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .lyBox .formbox input:focus,
.message .lyBox .formbox input:active {
  border-color: #0e459e;
  z-index: 2;
}
.message .lyBox .formbox input:focus::-webkit-input-placeholder,
.message .lyBox .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .lyBox .formbox .code {
  position: relative;
  display: block;
  float: left;
}
.message .lyBox .formbox .code .imgCode {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 86px;
  height: 34px;
  border: none;
  display: block;
  z-index: 2;
}
.message .lyBox .formbox .submitform {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42px;
  height: 110px;
  background-color: #ffffff;
  text-align: center;
  line-height: 1;
  color: #20377b;
  font-size: 16px;
  overflow: hidden;
  padding: 23px 13px;
  border: none;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .lyBox .formbox .submitform:hover {
  background-color: #0e459e;
  box-shadow: 0 0 10px rgba(14, 69, 158, 0.5);
}
.message .lyBox .ewm {
  float: right;
  width: 120px;
  text-align: center;
  margin-right: 54px;
  margin-top: 37px;
}
.message .lyBox .ewm img {
  display: block;
  width: 120px;
  height: 120px;
  background: url(../images/ewmbg.png) 0 center no-repeat;
  padding: 8px;
}
.message .lyBox .ewm span {
  display: block;
  color: #fff;
  letter-spacing: 1px;
  color: #fefeff;
  margin-top: 17px;
}
.message .lyBox .honor {
  float: right;
  margin-top: 44px;
  width: 142px;
  text-align: center;
}
.message .lyBox .honor .pic {
  display: block;
  width: 142px;
  height: 107px;
  background: url(../images/honorbg.png) center 0 no-repeat;
  padding: 7px;
  background-color: #fff;
}
.message .lyBox .honor .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.message .lyBox .honor .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fefeff;
  margin-top: 14px;
  line-height: 34px;
  height: 34px;
}
