@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  padding-left: 12px;
  background: url(../images/banbg.jpg) center bottom no-repeat;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  border-radius: 50px 4px 4px 250px;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1620px) {
  .banner .bannerSwiper {
    border-radius: 30px 4px 4px 150px;
  }
}
.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 #004298 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: #004298;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
}
.title i img {
  display: inline-block;
  vertical-align: top;
}
.title b {
  display: block;
  font-size: 34px;
  margin-top: 22px;
}
.title b em {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 17px;
}
.title b em::before {
  content: "/";
}
.title .line {
  margin-top: 22px;
  display: block;
}
.title .line::before {
  content: "";
  display: block;
  width: 138px;
  height: 1px;
  background-color: #373737;
}
.title .line::after {
  content: "";
  display: block;
  margin-top: 6px;
  width: 38px;
  height: 1px;
  background-color: #373737;
}
.product {
  padding: 54px 0 52px;
  overflow: hidden;
  background: url(../images/probg.jpg) center 0 no-repeat;
}
.product .search {
  float: right;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 44px;
  width: 340px;
  height: 60px;
  border-top: 1px solid rgba(188, 188, 188, 0.5);
  border-bottom: 1px solid rgba(188, 188, 188, 0.5);
  padding-right: 60px;
}
.product .search .searchInp {
  display: block;
  width: 100%;
  height: 58px;
  line-height: 58px;
  background: none;
  padding: 0 6px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .search .searchInp::-webkit-input-placeholder {
  color: #bcbcbc;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .search .searchInp::-moz-placeholder {
  color: #bcbcbc;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .search .searchInp:-ms-input-placeholder {
  color: #bcbcbc;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .search .searchInp:focus::-webkit-input-placeholder,
.product .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .search .searchInp:focus::-moz-placeholder,
.product .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .search .searchInp:focus:-ms-input-placeholder,
.product .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .search .submitBtn {
  background: #004298 url(../images/searchico.png) center center no-repeat;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  position: absolute;
  z-index: 2;
  right: 4px;
  top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .search .submitBtn:hover {
  background-color: #cf0c15;
}
.product .proNav {
  margin-top: 62px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #ececed;
  border-bottom: 1px solid #ececed;
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
  float: left;
  width: 1150px;
}
.product .proNav ul li {
  float: left;
}
.product .proNav ul li a {
  display: block;
  padding: 23px 20px 0;
  height: 120px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.product .proNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #004298;
  box-shadow: 6px 4px 18px 0px rgba(0, 66, 152, 0.25);
  border-radius: 35px 35px 0px 35px;
  opacity: 0;
  filter: alpha(opacity=0);
  top: -25px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: -27px;
  width: 45px;
  height: 45px;
  background: url(../images/pronavico.png) center center no-repeat;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a em {
  display: block;
  margin: auto;
  width: 0;
  margin-top: 16px;
  border-left: 6px solid #424242;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  color: #fff;
}
.product .proNav ul li:hover a::before,
.product .proNav ul li.on a::before {
  height: 154px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proNav ul li:hover a::after,
.product .proNav ul li.on a::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.product .proNav ul li:hover a span,
.product .proNav ul li.on a span {
  font-weight: bold;
}
.product .proNav ul li:hover a i,
.product .proNav ul li.on a i {
  color: #fff;
}
.product .proNav ul li:hover a em,
.product .proNav ul li.on a em {
  border-left-color: #fff;
}
.product .proNav .more {
  float: right;
  display: block;
  padding: 23px 20px 0;
  height: 120px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.product .proNav .more::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #004298;
  box-shadow: 6px 4px 18px 0px rgba(0, 66, 152, 0.25);
  border-radius: 35px 35px 0px 35px;
  opacity: 0;
  filter: alpha(opacity=0);
  top: -25px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .more::after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: -27px;
  width: 45px;
  height: 45px;
  background: url(../images/pronavico.png) center center no-repeat;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav .more span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .more i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .more em {
  display: block;
  margin: auto;
  width: 0;
  margin-top: 16px;
  border-left: 6px solid #424242;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .more:hover {
  color: #fff;
}
.product .proNav .more:hover::before {
  height: 154px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proNav .more:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.product .proNav .more:hover span {
  font-weight: bold;
}
.product .proNav .more:hover i {
  color: #fff;
}
.product .proNav .more:hover em {
  border-left-color: #fff;
}
.product .proTabs {
  width: 1300px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.product .proTabs::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proTabs .bd {
  overflow: hidden;
  height: 688px;
}
.product .proList {
  height: 688px;
}
.product .proList ul {
  margin-right: -17px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  margin-top: 30px;
  margin-right: 17px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.product .proList ul li .item {
  width: 409px;
  height: 304px;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 9px 0 9px 9px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product .proList ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 98px;
  height: 98px;
  background-color: #cf0c15;
  border-radius: 100%;
  right: -98px;
  bottom: -98px;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 355px;
  height: 284px;
  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 .bt {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  padding-top: 10px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #666666;
  height: 284px;
  width: 44px;
  line-height: 44px;
  overflow: hidden;
  padding-bottom: 70px;
}
.product .proList ul li .item .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #d5d5d5;
  border-radius: 100%;
  margin-bottom: 10px;
  position: relative;
  left: -2px;
}
.product .proList ul li .item .bt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 100%;
  height: 34px;
  z-index: 2;
  background: url(../images/proli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item:hover {
  box-shadow: 3px 2px 7px 0px rgba(29, 29, 29, 0.16);
}
.product .proList ul li .item:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -30px;
  bottom: -25px;
}
.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 .bt {
  font-weight: bold;
}
.product .proList ul li .item:hover .bt::before {
  background-color: #cf0c15;
}
.product .proList ul li .item:hover .bt::after {
  filter: grayscale(100) brightness(2);
}
.product .proEn {
  font-size: 72px;
  text-transform: uppercase;
  width: 53px;
  height: 617px;
  position: absolute;
  bottom: -52px;
  right: -148px;
  background: url(../images/proen.png) 0 center no-repeat;
}
.process {
  padding: 56px 0 65px;
}
.process .title {
  text-align: center;
}
.process .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 65px;
  width: 781px;
  height: 1px;
  background-color: #dddddd;
}
.process .title::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  margin-right: -960px;
  top: 65px;
  width: 781px;
  height: 1px;
  background-color: #dddddd;
}
.process .lcList {
  margin-top: 108px;
  padding: 0 58px 27px;
}
.process .lcList ul {
  margin: 0 -19px;
}
.process .lcList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.process .lcList ul li {
  width: 240px;
  float: left;
  height: 202px;
  margin-top: -63px;
  position: relative;
}
.process .lcList ul li:nth-child(6) {
  margin-left: 120px;
}
.process .lcList ul li .item {
  width: 148px;
  height: 148px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #dddddd;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.process .lcList ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li .item .box {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  padding-top: 37px;
}
.process .lcList ul li .item .box::before {
  content: "";
  display: block;
  position: absolute;
  top: 74px;
  left: -10px;
  width: 40px;
  height: 1px;
  background-color: #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li .item .box::after {
  content: "";
  display: block;
  position: absolute;
  top: 74px;
  right: -10px;
  width: 40px;
  height: 1px;
  background-color: #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li .item .box em {
  display: block;
  width: 55px;
  height: 55px;
  background-color: #f2f2f2;
  margin: auto;
  position: absolute;
  top: -38px;
  left: 50%;
  margin-left: -28px;
  border-radius: 100%;
  text-align: center;
  line-height: 55px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #6d6d6d;
  padding-top: 25px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li .item .box i {
  margin: auto;
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 100%;
}
.process .lcList ul li .item .box i.ico1 {
  background: url(../images/lcico1.png) center center no-repeat;
}
.process .lcList ul li .item .box i.ico2 {
  background: url(../images/lcico2.png) center center no-repeat;
}
.process .lcList ul li .item .box i.ico3 {
  background: url(../images/lcico3.png) center center no-repeat;
}
.process .lcList ul li .item .box i.ico4 {
  background: url(../images/lcico4.png) center center no-repeat;
}
.process .lcList ul li .item .box i.ico5 {
  background: url(../images/lcico5.png) center center no-repeat;
}
.process .lcList ul li .item .box i.ico6 {
  background: url(../images/lcico6.png) center center no-repeat;
}
.process .lcList ul li .item .box i.ico7 {
  background: url(../images/lcico7.png) center center no-repeat;
}
.process .lcList ul li .item .box i.ico8 {
  background: url(../images/lcico8.png) center center no-repeat;
}
.process .lcList ul li .item .box span {
  display: block;
  line-height: 1;
  margin-top: 10px;
  font-size: 20px;
}
.process .lcList ul li .item .zxLink {
  display: block;
}
.process .lcList ul li .item .zxLink i {
  background: url(../images/zxico.png) center center no-repeat;
  background-color: #cf0c15;
}
.process .lcList ul li:hover .item,
.process .lcList ul li.on .item {
  background-color: #004298;
  box-shadow: 9px 5px 21px 0px rgba(0, 66, 152, 0.41);
}
.process .lcList ul li:hover .item .box,
.process .lcList ul li.on .item .box {
  color: #fff;
}
.process .lcList ul li:hover .item .box em,
.process .lcList ul li.on .item .box em {
  background-color: #fff;
  color: #004298;
}
.process .lcList ul li:hover .item .box i,
.process .lcList ul li.on .item .box i {
  filter: grayscale(100) brightness(3);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.process .lcList ul li:hover .item .box span,
.process .lcList ul li.on .item .box span {
  color: #fff;
}
.process .lcList ul li:hover .item .zxLink i,
.process .lcList ul li.on .item .zxLink i {
  filter: grayscale(0) brightness(1);
}
.mbanner1 {
  background-color: #f3f4f8;
}
.mbanner1 .banBox {
  height: 602px;
  padding-top: 152px;
  padding-left: 776px;
}
.mbanner1 .banBox .t1 img {
  display: block;
}
.mbanner1 .banBox .t2 {
  font-size: 18px;
  font-family: "Microsoft YaHei Light";
  line-height: 1;
  margin-top: 32px;
}
.mbanner1 .banBox .t3 {
  margin-top: 58px;
}
.mbanner1 .banBox .t3 ul li {
  float: left;
  width: 103px;
  height: 103px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 3px 2px 24px 0px rgba(29, 29, 29, 0.23);
  border: solid 5px #c5cad2;
  margin-right: 32px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mbanner1 .banBox .t3 ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #cf0c15;
  border-radius: 100%;
  top: 56px;
  left: 74px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mbanner1 .banBox .t3 ul li i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.mbanner1 .banBox .t3 ul li img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.mbanner1 .banBox .t3 ul li.on,
.mbanner1 .banBox .t3 ul li:hover {
  border-color: #004298;
}
.mbanner1 .banBox .t3 ul li.on::before,
.mbanner1 .banBox .t3 ul li:hover::before {
  top: -2px;
  left: -3px;
  background-color: #004298;
}
.mbanner1 .banBox .t3 .tel {
  float: left;
  margin-left: 15px;
  margin-top: 16px;
}
.mbanner1 .banBox .t3 .tel span {
  font-size: 18px;
  line-height: 31px;
  display: block;
}
.mbanner1 .banBox .t3 .tel span::after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  vertical-align: top;
  margin-left: 6px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/mbantel.png) center center no-repeat;
  border-radius: 100%;
}
.mbanner1 .banBox .t3 .tel i {
  margin-top: 10px;
  display: block;
  line-height: 16px;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
}
.mbanner1 .banBox .t3 .tel i::before {
  content: "";
  width: 55px;
  height: 1px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 6px;
}
.mbanner1 .mbanimg {
  position: absolute;
  left: -8px;
  top: 142px;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  background-color: #f3f4f8;
}
.about .aboutBox {
  height: 902px;
  padding-top: 108px;
}
.about .aboutText {
  margin-left: 505px;
  color: #ffffff;
  position: relative;
}
.about .aboutText::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 1px;
  height: 229px;
  background-color: #e4e6ea;
  opacity: 0.4;
  top: 324px;
}
.about .aboutText .title {
  text-align: right;
  color: #fff;
}
.about .aboutText .title .line {
  position: relative;
  font-size: 0;
}
.about .aboutText .title .line::before {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}
.about .aboutText .title .line::after {
  background-color: #fff;
  display: inline-block;
  margin-top: 7px;
}
.about .aboutText .tit {
  margin-top: 15px;
  line-height: 1;
  position: relative;
  padding-bottom: 27px;
  background: url(../images/aboutline.png) 0 bottom no-repeat;
}
.about .aboutText .tit h4 {
  font-size: 12px;
  line-height: 18px;
}
.about .aboutText .tit h4 span {
  display: block;
  font-size: 16px;
}
.about .aboutText .tit h5 {
  font-size: 24px;
  line-height: 1;
  margin-top: 18px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 30px;
  height: 150px;
  font-size: 15px;
  margin-top: 40px;
  text-indent: 2em;
  padding-left: 40px;
}
.about .aboutText .textEn {
  font-size: 12px;
  opacity: 0.5;
  line-height: 18px;
  margin-top: 34px;
  position: relative;
  padding-left: 40px;
}
.about .aboutText .inBtn {
  text-align: right;
  margin-top: 45px;
}
.about .aboutText .inBtn .more {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 138px;
  height: 38px;
  border-radius: 20px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  line-height: 36px;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .inBtn .more:hover {
  border-color: #cf0c15;
  background-color: #cf0c15;
  box-shadow: 0 10px 10px -5px rgba(207, 12, 21, 0.5);
}
.about .aboutText .inBtn .zxLink {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 38px;
  background-color: #004298;
  margin-left: 12px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .inBtn .zxLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/qq.png) center center no-repeat;
}
.about .aboutText .inBtn .zxLink:hover {
  background-color: #cf0c15;
  box-shadow: 0 10px 10px -5px rgba(207, 12, 21, 0.5);
}
.about .aboutText .inBtn .zxLink:hover::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .aboutzs1 {
  position: absolute;
  top: 440px;
  left: -315px;
  pointer-events: none;
  width: 104px;
  height: 420px;
  background: url(../images/aboutzs1.png) 0 center no-repeat;
}
.about .aboutzs2 {
  position: absolute;
  top: 370px;
  right: -305px;
  pointer-events: none;
  width: 158px;
  height: 507px;
  background: url(../images/aboutzs2.png) 0 center no-repeat;
}
.case {
  padding: 88px 0 80px;
  background-color: #f3f4f8;
}
.case .caseTit::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTit .title {
  float: left;
}
.case .caseTit .more {
  display: block;
  float: right;
  position: relative;
  height: 90px;
  padding: 20px 32px 20px 0;
  font-size: 16px;
  line-height: 50px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTit .more span {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  background-color: #f3f4f8;
}
.case .caseTit .more span i {
  font-weight: bold;
}
.case .caseTit .more span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 10px;
  margin-left: 14px;
  background: url(../images/morear.png) center center no-repeat;
  position: relative;
  z-index: 2;
  top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTit .more span::before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #cf0c15;
  border-radius: 100%;
  top: 36px;
  right: 25px;
}
.case .caseTit .more::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  border: dashed 1px #d5d5d5;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTit .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 44px;
  right: -193px;
  width: 205px;
  height: 1px;
  background-color: #d3d3d3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTit .more:hover {
  color: #cf0c15;
}
.case .caseTit .more:hover::before {
  border-color: #cf0c15;
  animation: xz 25s linear infinite;
}
@keyframes xz {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
.case .caseTit .more:hover span::after {
  animation: zyfd 1.5s linear infinite;
}
.case .caseTabs {
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.case .caseTabs .bd {
  overflow: hidden;
  margin: 0 -8px;
}
.case .caseTabs ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs ul li {
  float: left;
}
.case .caseTabs ul li .item {
  width: 417px;
  height: 384px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  padding: 13px 13px 0;
  margin: 20px 8px 100px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs ul li .item .pic {
  display: block;
  width: 100%;
  height: 290px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .caseTabs 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 .caseTabs ul li .item .tt {
  position: relative;
}
.case .caseTabs ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  position: relative;
  padding-right: 52px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs ul li .item .tt .bt::before {
  content: "";
  display: block;
  position: absolute;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  right: 0;
  top: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs ul li .item .tt .bt::after {
  content: "";
  display: block;
  position: absolute;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background: url(../images/casear.png) center center no-repeat;
  right: 0;
  top: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs ul li .item .tt .bt:hover {
  color: #cf0c15;
}
.case .caseTabs ul li .item .tt .line {
  position: relative;
  background: url(../images/caseli.png) 0 center no-repeat;
  height: 5px;
}
.case .caseTabs ul li .item .tt .line::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 347px;
  height: 1px;
  background-color: #e3e3e3;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #cf0c15, #cf0c15);
  background-image: linear-gradient(to right, #cf0c15, #cf0c15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseTabs ul li .item .num {
  position: absolute;
  bottom: -100px;
  font-family: Impact;
  font-size: 51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 42px;
  text-align: center;
  color: #d3d3d3;
  background-color: #f3f4f8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs ul li .item .num::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: 58px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 0 solid #004298;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.case .caseTabs ul li:hover .item {
  box-shadow: 0 4px 20px 0px rgba(23, 23, 23, 0.21);
}
.case .caseTabs ul li:hover .item .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 .item .tt .bt::before {
  background-color: #cf0c15;
}
.case .caseTabs ul li:hover .item .tt .bt::after {
  filter: grayscale(100) brightness(3);
}
.case .caseTabs ul li:hover .item .tt .line::after {
  background-size: 100% 100%;
}
.case .caseTabs ul li:hover .item .num {
  color: #004298;
}
.case .caseTabs ul li:hover .item .num::after {
  border-bottom: 10px solid #004298;
}
.case .page {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.case .page::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1155px;
  height: 1px;
  background-color: #dadada;
  z-index: -1;
}
.case .page .prev {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  outline: none;
  width: 48px;
  height: 48px;
  border: solid 1px #dadada;
  border-radius: 100%;
  color: #dadada;
  line-height: 46px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .prev::before {
  content: "<";
  font-family: simsun;
  font-size: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .prev:hover {
  color: #fff;
  background-color: #cf0c15;
}
.case .page .next {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  outline: none;
  width: 48px;
  height: 48px;
  border: solid 1px #dadada;
  border-radius: 100%;
  color: #dadada;
  line-height: 46px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .next::before {
  content: ">";
  font-family: simsun;
  font-size: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .next:hover {
  color: #fff;
  background-color: #cf0c15;
}
.mbanner2 {
  overflow: hidden;
  background: url(../images/mbanner2.jpg) center 0 no-repeat;
}
.mbanner2 .mbanBox {
  height: 362px;
  padding-top: 125px;
  color: #fff;
}
.mbanner2 .mbanBox .t1 {
  height: 62px;
  line-height: 1;
}
.mbanner2 .mbanBox .t1 i {
  display: inline-block;
  vertical-align: top;
}
.mbanner2 .mbanBox .t1 i img {
  display: inline-block;
  vertical-align: top;
}
.mbanner2 .mbanBox .t1 span {
  position: relative;
  margin-left: 23px;
  font-weight: bold;
  font-size: 36px;
  padding-top: 8px;
  padding: 9 5px;
}
.mbanner2 .mbanBox .t1 span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.5;
}
.mbanner2 .mbanBox .t2 {
  margin-top: 27px;
}
.mbanner2 .mbanBox .t2 .txt {
  float: left;
  padding-top: 3px;
  line-height: 1;
}
.mbanner2 .mbanBox .t2 .txt .s1 {
  font-family: "Microsoft YaHei Light";
  font-size: 22px;
  letter-spacing: 3px;
}
.mbanner2 .mbanBox .t2 .txt .s2 {
  font-family: Arial;
  font-size: 12px;
  margin-top: 14px;
  line-height: 10px;
  opacity: 0.5;
}
.mbanner2 .mbanBox .t2 .tel {
  float: left;
  height: 52px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  margin-left: 24px;
  padding: 0 25px;
  line-height: 52px;
  font-size: 20px;
}
.mbanner2 .mbanimg2 {
  position: absolute;
  left: 880px;
  top: 53px;
}
.mbanner2 .mbanimg2 img {
  display: block;
}
.news {
  background: url(../images/newsbg.jpg) center 0 no-repeat;
  padding-top: 104px;
}
.news .newsBox {
  height: 826px;
}
.news .newsBox .title {
  position: absolute;
  left: 0;
  z-index: 2;
  top: -24px;
}
.news .newsList .one {
  height: 387px;
}
.news .newsList .one::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .one .pic {
  display: block;
  float: right;
  width: 606px;
  height: 387px;
  position: relative;
  overflow: hidden;
  -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 {
  float: left;
  width: 646px;
  padding-top: 165px;
  text-align: right;
}
.news .newsList .one .cont .date {
  font-size: 20px;
  color: #555555;
  line-height: 15px;
}
.news .newsList .one .cont .bt {
  margin-top: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  -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 {
  margin-top: 13px;
  height: 7px;
  overflow: hidden;
  color: #555555;
  line-height: 7px;
}
.news .newsList .one .cont .line::before {
  content: "//////";
}
.news .newsList .one .cont p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #a9a9a9;
  margin-top: 22px;
}
.news .newsList .one .cont .more {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  text-align: center;
  width: 160px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #cf0c15;
  border-radius: 16px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
}
.news .newsList .one .cont .more::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 480px;
  height: 1px;
  background-color: #cf0c15;
}
.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: #cf0c15;
}
.news .newsList .list {
  margin-top: 36px;
}
.news .newsList .list ul {
  margin-right: -56px;
}
.news .newsList .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  width: 612px;
  float: left;
  margin-right: 56px;
  height: 182px;
  border-bottom: 1px solid #e7e8eb;
  padding-top: 20px;
  position: relative;
}
.news .newsList .list ul li::after {
  content: "";
  position: absolute;
  background: #cf0c15;
  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 .list ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list ul li .pic {
  display: block;
  float: left;
  width: 200px;
  height: 135px;
  border: solid 1px #dedede;
  position: relative;
  overflow: hidden;
  padding: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news .newsList .list ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .cont {
  width: 390px;
  float: right;
  padding-top: 22px;
}
.news .newsList .list ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  padding-right: 40px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .cont .bt::before {
  content: ">";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #143d8b;
  right: 0;
  top: 5px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  line-height: 25px;
  font-size: 14px;
  font-family: simsun;
}
.news .newsList .list ul li .cont .date {
  margin-top: 20px;
  text-align: center;
  line-height: 25px;
  width: 133px;
  height: 25px;
  background-color: #f3f4f8;
  font-size: 12px;
  color: #737373;
}
.news .newsList .list ul li:hover .pic {
  border-color: #cf0c15;
}
.news .newsList .list ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list ul li:hover .cont .bt {
  color: #cf0c15;
}
.news .newsList .list ul li:hover .cont .bt::before {
  background-color: #cf0c15;
}
.news .newsList .list2 {
  padding: 0 34px;
  margin-top: 8px;
  position: relative;
  height: 143px;
  overflow: hidden;
}
.news .newsList .list2::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -47px;
  width: 1px;
  height: 94px;
  background-color: #ececec;
}
.news .newsList .list2 ul {
  margin-right: -92px;
}
.news .newsList .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  float: left;
  margin-right: 92px;
  width: 560px;
  height: 72px;
  line-height: 72px;
  border-bottom: solid 1px #ececec;
  padding-right: 95px;
  position: relative;
}
.news .newsList .list2 ul li::after {
  content: "";
  position: absolute;
  background: #004298;
  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 .list2 ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li .date {
  font-family: Arial;
  font-size: 14px;
  color: #b3b3b3;
  right: 10px;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #808080;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-left: 6px solid #cdcdcd;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 15px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #004298;
}
.news .newsList .list2 ul li .bt:hover::before {
  border-left: 6px solid #004298;
}
.news .newsList .list2 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  color: #b3b3b3;
}
.news .newsList .list2 ul li:hover .bt {
  color: #004298;
}
.news .newsList .list2 ul li:hover .bt::before {
  border-left: 6px solid #004298;
}
.news .newsList .list2 ul li:hover .date {
  color: #004298;
}
.news .newszs {
  position: absolute;
  left: -313px;
  top: 289px;
  width: 176px;
  height: 508px;
  background: url(../images/newszs.png) 0 center no-repeat;
}
.news .newsen {
  position: absolute;
  top: 0;
  right: -68px;
  width: 53px;
  height: 617px;
  background: url(../images/newsen.png) 0 center no-repeat;
}
