@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;
}
@keyframes zyfd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.banner {
  width: 100%;
  position: relative;
  z-index: 5;
}
.banner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: url(../images/banbar.png) center bottom no-repeat;
  height: 62px;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 50px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #2c60ab 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: #2c60ab;
  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 {
  padding-top: 20px;
}
.inTop .inContent {
  line-height: 44px;
}
.inTop .inContent .slogan {
  float: right;
  background: url(../images/slogan.png) 0 center no-repeat;
  font-size: 16px;
  color: #777777;
  padding-left: 35px;
}
.inTop .inContent .xunpan {
  float: left;
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #777777;
  font-size: 16px;
}
.inTop .inContent .xunpan::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(../images/xunpan.png) center center no-repeat;
  width: 21px;
  height: 18px;
  margin-right: 20px;
}
.inTop .inContent .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: #2c60ab;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(44, 96, 171, 0.15);
}
.inTop .inContent .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: #2c60ab;
}
.inTop .inContent .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 .inContent .tel {
  width: 475px;
  float: left;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
}
.inTop .inContent .tel::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 21px;
  height: 21px;
  margin-right: 12px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  line-height: 22px;
  font-family: Arial;
  position: relative;
  margin-left: -4px;
}
.title i::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 62px;
  width: 1px;
  height: 33px;
  background-color: #e5e5e5;
}
.title i::first-letter {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Arial Black";
  font-weight: normal;
  font-size: 72px;
  line-height: 52px;
  color: #2c60ab;
}
.title span {
  display: block;
  margin-top: 16px;
}
.title span::before {
  content: "";
  width: 77px;
  height: 1px;
  background-color: #e5e5e5;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 6px;
  margin-left: -36px;
  position: relative;
  bottom: 5px;
}
.title span b {
  font-size: 24px;
  vertical-align: bottom;
  font-weight: normal;
}
.title span em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  color: #777777;
  margin-left: 5px;
  position: relative;
}
.title span em::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 7px;
  background-color: #d5dfee;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .more {
  float: right;
  margin-top: 23px;
  display: block;
  line-height: 43px;
  font-size: 16px;
  color: #666666;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .more::before {
  content: "";
  display: block;
  position: absolute;
  right: 43px;
  top: 50%;
  width: 45px;
  height: 1px;
  background-color: #2c60ab;
}
.titBox .more:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 43px;
  height: 43px;
  background: url(../images/morear.png) center center no-repeat;
  background-color: #2c60ab;
  border-radius: 100%;
  margin-left: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .more:hover {
  color: #2c60ab;
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.titBox .more:hover:after {
  animation: zyfd 1.5s linear infinite;
}
.product {
  padding: 36px 0 70px;
}
.product .proBox {
  position: relative;
  z-index: 1;
}
.product .proNav::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
}
.product .proNav ul {
  float: right;
  position: relative;
  height: 76px;
  margin-top: 15px;
  width: 616px;
  padding-left: 78px;
  display: flex;
  justify-content: space-between;
}
.product .proNav ul::before {
  content: "";
  display: block;
  position: absolute;
  right: -310px;
  top: 0;
  z-index: -1;
  width: 926px;
  height: 76px;
  background-color: #ffffff;
  border-radius: 38px 0px 0px 38px;
  border: solid 1px #e5e5e5;
}
.product .proNav ul li a {
  display: block;
  line-height: 76px;
  font-size: 18px;
  color: #777777;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.product .proNav ul li a::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border: solid 1px #2c60ab;
  border-radius: 100%;
  left: 50%;
  bottom: -6px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li.on a,
.product .proNav ul li:hover a {
  color: #2c60ab;
}
.product .proNav ul li.on a::before,
.product .proNav ul li:hover a::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proList {
  margin-top: 10px;
}
.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 {
  float: left;
  margin-top: 50px;
  margin-right: 50px;
  position: relative;
  width: 400px;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .pic {
  display: block;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  border: solid 8px #f3f3f3;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .tt {
  position: relative;
  margin-right: 36px;
  margin-left: 10px;
}
.product .proList ul li .tt::before {
  content: "";
  display: block;
  position: absolute;
  right: -26px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  border: solid 1px #e5e5e5;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .tt:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  border: solid 1px #e5e5e5;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  padding-right: 15px;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .tt .bt:hover {
  color: #2c60ab;
}
.product .proList ul li .tt .bt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2c60ab, #2c60ab);
  background-image: linear-gradient(to right, #2c60ab, #2c60ab);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proList ul li .tt .more {
  display: block;
  position: absolute;
  right: -28px;
  top: 20px;
  width: 32px;
  height: 23px;
  background: url(../images/proli.png) 0 center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li:hover {
  top: -10px;
}
.product .proList ul li:hover .pic {
  box-shadow: 0 0 15px rgba(44, 96, 171, 0.2);
}
.product .proList 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 ul li:hover .tt::before {
  border-color: #2c60ab;
}
.product .proList ul li:hover .tt:after {
  border-color: #2c60ab;
}
.product .proList ul li:hover .tt .bt::before {
  background-size: 100% 100%;
}
.product .proList ul li:hover .tt .more {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 116px;
}
.youshi .ysBox {
  height: 798px;
}
.youshi .ysL {
  float: left;
  width: 660px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  height: 170px;
  color: #ffffff;
}
.youshi .ysCont .bd ul li .item {
  padding-top: 10px;
  height: 170px;
  position: relative;
}
.youshi .ysCont .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.youshi .ysCont .bd ul li .item .tit i {
  font-family: Arial;
  font-size: 14px;
  vertical-align: bottom;
  margin-left: 8px;
}
.youshi .ysCont .bd ul li .item .text {
  margin-top: 35px;
  font-size: 16px;
  line-height: 36px;
  color: #f4f4f4;
}
.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 {
  width: 26px;
  line-height: 26px;
  position: absolute;
  top: 72px;
  right: 84px;
}
.youshi .ysCont .hd .next {
  color: #aaaaaa;
  font-size: 14px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.youshi .ysCont .hd .next::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 1px #aaaaaa;
  border-radius: 100%;
  margin-bottom: 100px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.youshi .ysCont .hd .next:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 89px;
  background-color: #aaaaaa;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.youshi .ysCont .hd .next:hover {
  color: #2c60ab;
}
.youshi .ysCont .hd .next:hover::before {
  border-color: #2c60ab;
}
.youshi .ysCont .hd .next:hover:after {
  background-color: #2c60ab;
}
.youshi .ysCont .hd ul li {
  width: 26px;
  height: 26px;
  border: solid 1px transparent;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  background-color: #c6a062;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .hd ul li.on {
  border-color: #2c60ab;
}
.youshi .ysCont .hd ul li.on::before {
  background-color: #2c60ab;
  opacity: 1;
}
.youshi .ysTt {
  height: 56px;
  line-height: 56px;
}
.youshi .ysTt .tel {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.youshi .ysTt .tel::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 26px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysTt .zxLink {
  width: 207px;
  height: 56px;
  background-color: #c00000;
  border-radius: 28px;
  display: inline-block;
  margin-left: 42px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.youshi .ysTt .zxLink::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  width: 30px;
  height: 29px;
  position: relative;
  top: -2px;
  background: url(../images/zxico.png) 0 center no-repeat;
}
.youshi .ysTt .zxLink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 28px;
  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;
}
.youshi .ysTt .zxLink:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  background: none;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.youshi .ysTt .zxLink:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.youshi .ysPic {
  margin-top: 106px;
}
.youshi .ysPic .bd {
  overflow: hidden;
  background-color: #ffffff;
  width: 660px;
  height: 410px;
  border-radius: 20px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}
.youshi .ysPic .bd ul li {
  width: 660px;
  height: 410px;
  position: relative;
}
.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.04) rotate(0);
  -moz-transform: scale(1.04) rotate(0);
  -o-transform: scale(1.04) rotate(0);
  transform: scale(1.04) rotate(0);
}
.youshi .hd {
  float: right;
  width: 460px;
  margin-top: 46px;
  margin-right: 40px;
}
.youshi .hd ul li {
  margin-top: 52px;
  height: 92px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  position: relative;
  padding-top: 16px;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i {
  display: block;
  position: absolute;
  right: 24px;
  top: 0;
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i::before,
.youshi .hd ul li i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .hd ul li i.ico1::before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .hd ul li i.ico2::before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .hd ul li i.ico3::before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .hd ul li i.ico4::before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd ul li i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .hd ul li h4 {
  font-size: 20px;
  line-height: 1;
}
.youshi .hd ul li h4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 3px;
  background-color: #e5e5e5;
  margin-right: 23px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li h5 {
  margin-left: 34px;
  font-family: Arial;
  font-size: 15px;
  line-height: 12px;
  margin-top: 18px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li:hover i,
.youshi .hd ul li.on i {
  border-color: #c00000;
  background-color: #c00000;
}
.youshi .hd ul li:hover i::before,
.youshi .hd ul li.on i::before,
.youshi .hd ul li:hover i:after,
.youshi .hd ul li.on i:after {
  top: -100%;
}
.youshi .hd ul li:hover h4:before,
.youshi .hd ul li.on h4:before {
  background-color: #c00000;
}
.case {
  padding: 48px 0 64px;
  position: relative;
  z-index: 1;
}
.case .caseTabs {
  margin-top: 64px;
}
.case .caseTabs::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .hd {
  float: left;
  width: 212px;
}
.case .hd ul li {
  position: relative;
  margin-top: 21px;
  width: 212px;
  height: 146px;
}
.case .hd ul li:first-child {
  margin-top: 0;
}
.case .hd ul li .pic {
  display: block;
  width: 212px;
  height: 146px;
  border: 7px solid #f2f2f2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .hd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .hd ul li .num {
  position: absolute;
  z-index: 2;
  font-size: 18px;
  right: -60px;
  top: 50%;
  margin-top: -10px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .hd ul li .num:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 26px;
  width: 53px;
  height: 1px;
  background-color: #313131;
}
.case .hd ul li:hover .pic {
  border-color: #2c60ab;
}
.case .hd 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 .hd ul li:hover .num {
  color: #2c60ab;
}
.case .hd ul li.on .pic {
  border-color: #2c60ab;
}
.case .hd ul li.on .num {
  color: #2c60ab;
}
.case .bd {
  float: right;
  width: 1010px;
  height: 480px;
  margin-right: -10px;
  overflow: hidden;
}
.case .bd ul li {
  width: 1010px;
  height: 480px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .pic {
  float: left;
  display: block;
  width: 560px;
  height: 480px;
  position: relative;
  overflow: hidden;
  border: 10px solid #e5e5e5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: center 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .cont {
  width: 400px;
  float: right;
  position: relative;
  padding-top: 56px;
}
.case .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  height: 42px;
  line-height: 42px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  max-width: 340px;
  font-weight: bold;
}
.case .bd ul li .cont .bt i {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  top: 6px;
}
.case .bd ul li .cont .bt:hover {
  color: #2c60ab;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  color: #777777;
  font-size: 16px;
  margin-top: 18px;
}
.case .bd ul li .cont .more {
  display: block;
  z-index: 2;
  width: 480px;
  height: 92px;
  line-height: 72px;
  background-color: #ffffff;
  border: 10px solid #ededed;
  border-radius: 46px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  padding-left: 130px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  margin-top: 66px;
  margin-left: -92px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .bd ul li .cont .more i {
  min-width: 5px;
  font-weight: bold;
}
.case .bd ul li .cont .more::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  background: url(../images/casemore.png) 0 center no-repeat;
  width: 54px;
  height: 54px;
  border-radius: 100%;
}
.case .bd ul li .cont .more:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/casemorear.png) 0 center no-repeat;
  right: 30px;
  top: 0;
  height: 100%;
  width: 28px;
}
.case .bd ul li:hover .pic {
  background-color: transparent;
  box-shadow: 0 0 0 1px #2c60ab inset;
}
.case .bd ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .bd ul li:hover .cont .bt {
  color: #2c60ab;
}
.case .bd ul li:hover .cont .more {
  color: #c00000;
}
.case .bd ul li:hover .cont .more:after {
  animation: zyfd 1.5s linear infinite;
}
.case .case-pagination {
  margin-top: 50px;
  text-align: center;
  font-size: 0;
}
.case .case-pagination span {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 16px;
  border: solid 1px transparent;
  border-radius: 100%;
  margin: 0 7px;
  background: transparent;
  outline: none;
}
.case .case-pagination span::before {
  content: "";
  border-radius: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #c6a062;
}
.case .case-pagination span:hover,
.case .case-pagination span.swiper-pagination-bullet-active {
  border-color: #2c60ab;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  height: 1075px;
}
.about .aboutBox {
  padding-top: 135px;
}
.about .aboutPic {
  float: right;
  margin-top: 36px;
}
.about .aboutPic .pic {
  width: 630px;
  height: 426px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 630px;
  height: 426px;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic iframe {
  width: 100% !important;
  height: 100% !important;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 10px 15px -5px rgba(44, 96, 171, 0.5);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.about .aboutText {
  float: left;
  width: 570px;
  position: relative;
}
.about .aboutText .moreAdd {
  position: absolute;
  right: 0;
  top: 36px;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  background-color: #2c60ab;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 54px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .moreAdd:before {
  content: "+";
}
.about .aboutText .moreAdd:hover {
  background-color: #c00000;
  box-shadow: 0 0 15px rgba(192, 0, 0, 0.5);
}
.about .aboutText .tit {
  margin-top: 57px;
}
.about .aboutText .tit:before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #2c60ab;
}
.about .aboutText .tit span {
  font-weight: bold;
  display: block;
  font-size: 22px;
  margin-top: 10px;
  line-height: 1;
}
.about .aboutText .tit i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  color: #999999;
}
.about .aboutText .text {
  margin-top: 22px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  color: #777777;
}
.about .aboutText .more {
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #777777;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 56px;
  height: 1px;
  background-color: #d2d2d2;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:after {
  content: ">";
  display: inline-block;
  border-radius: 100%;
  vertical-align: top;
  margin-left: 16px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: solid 1px #eeeeee;
  font-family: simsun;
  font-size: 20px;
  text-shadow: 1px 0 0 #949494;
  color: #949494;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:hover {
  color: #2c60ab;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .aboutText .more:hover::before {
  background-color: #2c60ab;
}
.about .aboutText .more:hover:after {
  background-color: #2c60ab;
  color: #fff;
  border-color: #2c60ab;
}
.about .aboutText .aboutTt {
  margin-top: 40px;
  line-height: 48px;
}
.about .aboutText .aboutTt .tel {
  font-family: Arial;
  font-size: 28px;
  display: inline-block;
  vertical-align: top;
}
.about .aboutText .aboutTt .tel:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 12px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/abouttel.png) center center no-repeat;
}
.about .aboutText .aboutTt .zxLink {
  margin-left: 114px;
  display: inline-block;
  vertical-align: top;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aboutTt .zxLink i {
  font-weight: bold;
}
.about .aboutText .aboutTt .zxLink:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  background: url(../images/qq.png) center center no-repeat;
  background-color: #c00000;
  margin-right: 15px;
}
.about .aboutText .aboutTt .zxLink:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #c00000;
}
.about .aboutText .aboutTt .zxLink:hover:before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .showTabs {
  margin-top: 68px;
}
.about .showTabs .bd {
  height: 290px;
  overflow: hidden;
}
.about .showTabs ul {
  margin-right: -38px;
}
.about .showTabs ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .showTabs ul li {
  float: left;
  width: 296px;
  margin-right: 38px;
}
.about .showTabs ul li .pic {
  display: block;
  width: 100%;
  height: 222px;
  border: 10px solid #eeeeee;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showTabs 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;
}
.about .showTabs ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 60px 0 10px;
  font-size: 18px;
  line-height: 68px;
  height: 68px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showTabs ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .showTabs ul li .bt:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 27px;
  width: 37px;
  height: 11px;
  background: url(../images/showarh.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showTabs 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);
}
.about .showTabs ul li:hover .bt {
  color: #2c60ab;
}
.about .showTabs ul li:hover .bt:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  animation: zyfd 1.5s linear infinite;
  opacity: 1;
  filter: alpha(opacity=100);
}
.news {
  padding: 58px 0 75px;
  background-color: #fbfbfb;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
}
.news .newsTab ul li {
  float: left;
  margin-left: 44px;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  z-index: 1;
  color: #777777;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: block;
  margin: auto;
  width: 26px;
  height: 28px;
  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 a span {
  display: block;
  line-height: 1;
  margin-top: 18px;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #333333;
}
.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: 58px;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  overflow: hidden;
  height: 532px;
}
.news .newsList .newsTop::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .newsTop .list1 {
  float: left;
  width: 680px;
}
.news .newsList .newsTop .list1 ul {
  margin-right: -40px;
}
.news .newsList .newsTop .list1 ul li {
  float: left;
  width: 320px;
  height: 406px;
  background-color: #ffffff;
  padding: 1px 1px 0;
  margin-right: 40px;
}
.news .newsList .newsTop .list1 ul li .pic {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsTop .list1 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;
}
.news .newsList .newsTop .list1 ul li .cont {
  position: relative;
  padding: 24px 18px 0;
  height: 205px;
}
.news .newsList .newsTop .list1 ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsTop .list1 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .newsTop .list1 ul li .cont .bt:hover {
  color: #c00000;
}
.news .newsList .newsTop .list1 ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #999999;
  margin-top: 10px;
}
.news .newsList .newsTop .list1 ul li .cont .inBtn {
  position: relative;
  margin-top: 18px;
  line-height: 40px;
}
.news .newsList .newsTop .list1 ul li .cont .inBtn::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .newsTop .list1 ul li .cont .inBtn .date {
  font-family: Arial;
  font-size: 15px;
  color: #777777;
  float: left;
}
.news .newsList .newsTop .list1 ul li .cont .inBtn .more {
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff0f0;
  border-radius: 100%;
  text-align: center;
  line-height: 38px;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsTop .list1 ul li .cont .inBtn .more::before {
  content: "+";
}
.news .newsList .newsTop .list1 ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .newsList .newsTop .list1 ul li:hover .cont .bt {
  color: #c00000;
}
.news .newsList .newsTop .list1 ul li:hover .cont .inBtn .more {
  background-color: #c00000;
  border-color: #c00000;
  color: #fff;
}
.news .newsList .newsTop .list2 {
  float: right;
  width: 574px;
  height: 406px;
  border: solid 1px #e5e5e5;
}
.news .newsList .newsTop .list2 ul li {
  height: 135px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 34px 50px 0 152px;
}
.news .newsList .newsTop .list2 ul li .date {
  position: absolute;
  left: 10px;
  top: 40px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  font-family: Arial;
  width: 115px;
  color: #999999;
}
.news .newsList .newsTop .list2 ul li .date i {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsTop .list2 ul li .date span {
  display: block;
  font-size: 16px;
  line-height: 12px;
  margin-top: 18px;
}
.news .newsList .newsTop .list2 ul li .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 .newsTop .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .newsTop .list2 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  margin-top: 3px;
  height: 24px;
  color: #999999;
}
.news .newsList .newsTop .list2 ul li:hover .bt {
  color: #2c60ab;
}
.news .newsList .newsTop .list2 ul li:hover .date i {
  font-weight: bold;
  color: #2c60ab;
}
.news .newsList .list3 {
  margin-top: 40px;
}
.news .newsList .list3 ul {
  margin-right: -50px;
}
.news .newsList .list3 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list3 ul li {
  width: 400px;
  height: 86px;
  float: left;
  margin-right: 50px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.news .newsList .list3 ul li::after {
  content: "";
  position: absolute;
  background: #2c60ab;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .list3 ul li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list3 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding-left: 34px;
  background: url(../images/newsli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list3 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list3 ul li .bt:hover {
  color: #2c60ab;
  background-image: url(../images/newslih.png);
}
.news .newsList .list3 ul li .inBtn {
  line-height: 22px;
  margin-top: 10px;
  padding-right: 40px;
}
.news .newsList .list3 ul li .inBtn::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list3 ul li .inBtn .date {
  float: left;
  color: #999999;
  font-family: Arial;
  font-size: 16px;
}
.news .newsList .list3 ul li .inBtn .more {
  float: right;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 16px;
  color: #777777;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list3 ul li .inBtn .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list3 ul li .inBtn .more:after {
  content: "→";
  margin-left: 10px;
  font-family: Arial;
  font-size: 18px;
}
.news .newsList .list3 ul li .inBtn .more i {
  font-weight: bold;
}
.news .newsList .list3 ul li:hover .more {
  color: #2c60ab;
}
.links {
  padding-bottom: 24px;
  background-color: #fbfbfb;
}
.links .linksBox {
  display: flex;
  z-index: 1;
}
.links .linksBox .tit {
  float: left;
  width: 160px;
  height: 36px;
  background: url(../images/linkstit.png) 0 center no-repeat;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 3px;
  padding-left: 81px;
  color: #2c60ab;
}
.links .linksBox .tit span {
  display: block;
  position: relative;
  top: -4px;
}
.links .linksBox .list {
  flex: 1;
  float: right;
  overflow: hidden;
  line-height: 36px;
  width: 1140px;
}
.links .linksBox .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #777777;
  font-size: 16px;
  margin-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .linksBox .list a:hover {
  color: #2c60ab;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
