@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,
.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 {
  height: auto !important;
}
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,
.boxBg {
  -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;
}
.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;
  left: 50%;
  margin-left: -150px;
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #21359d 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: #21359d;
  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;
  padding-top: 25px;
}
.title::before {
  content: "";
  display: block;
  position: absolute;
  left: -57px;
  top: 0;
  width: 162px;
  height: 181px;
  z-index: -1;
  background: url(../images/titico.png) 0 center no-repeat;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-size: 52px;
  line-height: 43px;
  font-weight: bold;
}
.title i span {
  color: #21359d;
}
.title em {
  display: block;
  margin-top: 32px;
  font-size: 26px;
}
.title em span {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  line-height: 24px;
  letter-spacing: 5px;
  padding-left: 10px;
  padding-right: 5px;
  margin-left: 16px;
  font-size: 14px;
}
.moreLink {
  display: block;
  height: 38px;
  line-height: 38px;
  font-family: ArialMT;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  width: 38px;
  height: 38px;
  background-color: #fafafa;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  background: url(../images/morear.png) center center no-repeat;
  border-radius: 100%;
  width: 38px;
  height: 38px;
}
.moreLink:hover {
  color: #21359d;
}
.moreLink:hover::after {
  background-color: #21359d;
}
.moreLink:hover::before {
  background-image: url(../images/morearh.png);
  animation: zyfd 1.5s linear infinite;
}
.product {
  padding: 72px 0 92px;
  overflow: hidden;
  position: relative;
}
.product .search {
  width: 350px;
  height: 56px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 48px;
  overflow: hidden;
  padding-right: 56px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .search:hover {
  border-color: #21359d;
}
.product .search .searchInp {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  background: none;
  padding: 0 15px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .search .searchInp::-webkit-input-placeholder {
  color: #b3b3b3;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .search .searchInp::-moz-placeholder {
  color: #b3b3b3;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.product .search .searchInp:-ms-input-placeholder {
  color: #b3b3b3;
  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: #21359d url(../images/searchico.png) center center no-repeat;
  width: 56px;
  height: 56px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: -1px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .search .submitBtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.product .proNav {
  margin-top: 60px;
  float: left;
  width: 280px;
  height: 660px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  padding-top: 24px;
}
.product .proNav > ul {
  margin: 0 30px;
  overflow: auto;
  height: 100%;
}
.product .proNav > ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.product .proNav > ul > li {
  margin-top: 10px;
}
.product .proNav > ul > li:first-child {
  margin-top: 0;
}
.product .proNav > ul > li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  background-color: #333333;
  line-height: 50px;
  font-size: 16px;
  padding: 0 5px 0 20px;
  z-index: 1;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #21359d, #21359d);
  background-image: linear-gradient(to right, #21359d, #21359d);
  background-size: 0% 100%;
  background-position: left center;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav > ul > li > a::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(../images/pronavico.png) center center no-repeat;
  margin-right: 14px;
}
.product .proNav > ul > li > a:hover {
  background-size: 100% 100%;
}
.product .proNav > ul > li ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #595959;
  line-height: 36px;
  padding-left: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav > ul > li ul li a::before {
  content: ">";
  color: #cccccc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 12px;
}
.product .proNav > ul > li ul li a:hover {
  color: #21359d;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proNav > ul > li:hover > a,
.product .proNav > ul > li.on > a {
  background-size: 100% 100%;
}
.product .proBox {
  padding-top: 10px;
  z-index: 1;
}
.product .proR {
  float: right;
  width: 958px;
  margin-top: 60px;
}
.product .proTabs {
  position: relative;
}
.product .proTabs .bd {
  height: 340px;
  overflow: hidden;
}
.product .proTabs .bd ul li {
  height: 340px;
}
.product .proTabs .bd ul li::after,
.product .proTabs .bd ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proTabs .bd ul li .pic {
  display: block;
  float: left;
  width: 445px;
  height: 340px;
  border: solid 1px #e5e5e5;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .proTabs .bd ul li .pic i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .cont {
  float: right;
  width: 460px;
  padding-top: 45px;
}
.product .proTabs .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proTabs .bd ul li .cont .line {
  width: 30px;
  height: 3px;
  background-color: #21359d;
  opacity: 0.2;
  margin-top: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  color: #808080;
  margin-top: 24px;
}
.product .proTabs .bd ul li:hover .pic {
  border-color: #21359d;
}
.product .proTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proTabs .bd ul li:hover .cont .bt {
  color: #21359d;
}
.product .proTabs .bd ul li:hover .cont .line {
  opacity: 0.5;
}
.product .proTabs .page {
  position: absolute;
  z-index: 3;
  top: 262px;
  right: 0;
  text-align: center;
  font-size: 0;
}
.product .proTabs .page::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 1px;
  background-color: #333333;
  opacity: 0.1;
  margin-right: 50px;
  position: relative;
  top: -2px;
}
.product .proTabs .page .prev {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  background-color: #333333;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .proTabs .page .prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.product .proTabs .page .prev:hover,
.product .proTabs .page .prev.on {
  background-color: #21359d;
}
.product .proTabs .page .next {
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  background-color: #333333;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .proTabs .page .next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.product .proTabs .page .next:hover,
.product .proTabs .page .next.on {
  background-color: #21359d;
}
.product .proList::after,
.product .proList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul {
  margin: 0 -14px;
}
.product .proList ul li {
  float: left;
  width: 33.333%;
  margin-top: 50px;
  padding: 0 14px;
}
.product .proList ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #f7f7f7;
  padding: 10px 10px 0;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .proList ul li .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  position: relative;
  padding-right: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .bt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 15px;
  background: url(../images/proli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList ul li .item:hover .bt {
  color: #21359d;
}
.product .proList ul li .item:hover .bt::before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.youshi {
  background: url(../images/ysbg.jpg) center bottom no-repeat;
  overflow: hidden;
}
.youshi .ysBox {
  height: 900px;
  padding-top: 118px;
}
.youshi .ysTabs {
  margin-top: 30px;
}
.youshi .ysTabs::after,
.youshi .ysTabs:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysTit {
  line-height: 1;
  margin-left: 156px;
}
.youshi .ysTit span {
  display: block;
  font-size: 24px;
}
.youshi .ysTit span i {
  font-family: "Arial black";
  font-size: 70px;
  line-height: 50px;
  font-style: italic;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 22px;
  position: relative;
  top: -4px;
}
.youshi .ysTit span i span {
  display: inline;
  color: #21359d;
  font-size: 80px;
}
.youshi .ysTit em {
  display: block;
  margin-top: 33px;
  letter-spacing: 8px;
  font-size: 16px;
}
.youshi .hd {
  float: right;
  margin-top: -64px;
  width: 594px;
  position: relative;
  z-index: 2;
}
.youshi .hd ul li {
  margin-bottom: 40px;
  position: relative;
}
.youshi .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 32px;
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li:last-child::before {
  display: none;
}
.youshi .hd ul li .item {
  overflow: hidden;
  height: 65px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li .item > * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li .item .tit {
  line-height: 64px;
  position: relative;
  z-index: 2;
}
.youshi .hd ul li .item .tit i {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 64px;
  border: solid 1px #e5e5e5;
  border-radius: 100%;
  background: center center no-repeat;
  background-color: #ffffff;
}
.youshi .hd ul li .item .tit i.ico1 {
  background-image: url(../images/ysico1.png);
}
.youshi .hd ul li .item .tit i.ico2 {
  background-image: url(../images/ysico2.png);
}
.youshi .hd ul li .item .tit i.ico3 {
  background-image: url(../images/ysico3.png);
}
.youshi .hd ul li .item .tit i.ico4 {
  background-image: url(../images/ysico4.png);
}
.youshi .hd ul li .item .tit span {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li .item .tit em {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #b3b3b3;
  margin-left: 12px;
}
.youshi .hd ul li .item .text {
  line-height: 32px;
  margin-left: 85px;
  color: #808080;
  margin-top: 9px;
  height: 100px;
}
.youshi .hd ul li .item .lyBtn {
  margin-left: 85px;
  display: block;
  width: 146px;
  height: 50px;
  background-color: #21359d;
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li .item .lyBtn::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 50px;
  width: 21px;
  margin-left: 15px;
  background: url(../images/lyico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li .item .lyBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #21359d;
  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 .hd ul li .item .lyBtn:hover {
  background: none;
  color: #21359d;
  box-shadow: 0 10px 10px -5px rgba(33, 53, 157, 0.5);
}
.youshi .hd ul li .item .lyBtn:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.youshi .hd ul li .item .lyBtn:hover::after {
  background-image: url(../images/lyicoh.png);
}
.youshi .hd ul li.on .item {
  height: 235px;
}
.youshi .ysPic {
  float: left;
  width: 593px;
  height: 593px;
  border: solid 1px rgba(33, 53, 157, 0.23);
  border-radius: 100%;
  padding: 3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic:hover {
  border: solid 1px rgba(33, 53, 157, 0.6);
}
.youshi .ysPic .bd {
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 100%;
  width: 585px;
  height: 585px;
  position: relative;
  top: 4px;
}
.youshi .ysPic .bd ul li {
  position: relative;
  overflow: hidden;
  width: 575px;
  height: 575px;
}
.youshi .ysPic .bd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.characteristics {
  padding-top: 106px;
}
.characteristics .xunpan {
  position: absolute;
  right: 0;
  z-index: 3;
  top: 60px;
  cursor: pointer;
  line-height: 34px;
  height: 34px;
  padding-left: 33px;
  background: url(../images/xunpan.png) 0 center no-repeat;
}
.characteristics .xunpan i {
  background-color: #21359d;
  color: #fff;
  padding: 0 4px;
  margin: 0 2px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.characteristics .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: #21359d;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(33, 53, 157, 0.15);
}
.characteristics .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: #21359d;
}
.characteristics .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;
}
.characteristics .tzList {
  margin-top: 80px;
  position: relative;
}
.characteristics .tzList::after,
.characteristics .tzList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.characteristics .tzList li {
  float: left;
  width: 482px;
  height: 250px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 48px 34px 0 88px;
  position: relative;
}
.characteristics .tzList li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.characteristics .tzList li .num {
  position: absolute;
  color: #fff;
  border-radius: 100%;
  width: 138px;
  height: 138px;
  background-color: #333333;
  top: -68px;
  left: -70px;
  font-size: 20px;
  font-weight: bold;
  padding-top: 90px;
  padding-left: 86px;
  line-height: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.characteristics .tzList li .tit span {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
}
.characteristics .tzList li .tit i {
  display: block;
  font-size: 12px;
  margin-top: 12px;
  line-height: 10px;
  color: #cccccc;
}
.characteristics .tzList li .tit::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #21359d;
  opacity: 0.2;
  margin-top: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.characteristics .tzList li .text {
  font-size: 15px;
  line-height: 32px;
  color: #4d4d4d;
  margin-top: 15px;
}
.characteristics .tzList li.li2 {
  margin-left: 336px;
}
.characteristics .tzList li.li2 .num {
  left: auto;
  right: -70px;
  padding-right: 86px;
  text-align: right;
  padding-left: 0;
}
.characteristics .tzList li.li3 {
  margin-top: 150px;
}
.characteristics .tzList li.on .num,
.characteristics .tzList li:hover .num {
  background-color: #21359d;
}
.characteristics .tzList li.on .tit,
.characteristics .tzList li:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.characteristics .tzList li.on .tit span,
.characteristics .tzList li:hover .tit span {
  color: #21359d;
}
.characteristics .tzList li.on .tit::after,
.characteristics .tzList li:hover .tit::after {
  width: 50px;
  opacity: 0.4;
}
.characteristics .tzList li.on .text,
.characteristics .tzList li:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.characteristics .tzList .tel {
  position: absolute;
  right: 0;
  top: 438px;
  width: 482px;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
}
.characteristics .tzList .tel::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 32px;
  margin-right: 18px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tztel.png) center center no-repeat;
}
.characteristics .tzList .tel i {
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}
.characteristics .tzimg {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin-top: -228px;
  margin-left: -228px;
  border-radius: 100%;
  overflow: hidden;
  width: 456px;
  height: 456px;
  background-color: #fff;
  border: solid 5px #21359d;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.characteristics .tzimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case {
  padding: 100px 0 74px;
}
.case .title {
  position: absolute;
  right: 0;
  top: -5px;
}
.case .title::before {
  right: -100px;
  left: auto;
  background: url(../images/titico.png) 0 center no-repeat;
}
.case .title em span {
  margin-right: 16px;
  margin-left: 0;
}
.case .caseSwiper {
  position: relative;
  padding-bottom: 64px;
  padding-right: 216px;
}
.case .caseSwiper .caseline {
  display: block;
  position: absolute;
  top: 270px;
  right: 49px;
  width: 13px;
  height: 160px;
  background: url(../images/caseline.png) 0 center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseSwiper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: -310px;
  width: 1610px;
  height: 263px;
  background-color: #f7f7f7;
}
.case .caseSwiper ul::after,
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li .pic {
  display: block;
  float: left;
  width: 554px;
  height: 420px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  position: relative;
  overflow: hidden;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .caseSwiper ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont {
  float: right;
  position: relative;
  width: 478px;
  padding-top: 282px;
}
.case .caseSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  position: relative;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .cont .line {
  width: 30px;
  height: 2px;
  background-color: #21359d;
  margin-top: 10px;
}
.case .caseSwiper ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 14px;
  color: #808080;
}
.case .caseSwiper ul li:hover .pic {
  border-color: #21359d;
}
.case .caseSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li:hover .cont .bt {
  color: #21359d;
}
.case .caseList {
  margin: 0 -25px;
}
.case .caseList ul::after,
.case .caseList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  padding: 0 25px;
  width: 33.333%;
  margin-top: 50px;
}
.case .caseList ul li .pic {
  display: block;
  width: 100%;
  height: 320px;
  background-color: #f7f7f7;
  padding: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.case .caseList 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 .caseList ul li .tt {
  position: relative;
  padding-right: 110px;
  margin-top: 18px;
  line-height: 35px;
  height: 35px;
}
.case .caseList ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
  height: 35px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList ul li .tt .more {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 35px;
  line-height: 35px;
  background-color: #f7f7f7;
  border-radius: 18px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .tt .more i {
  min-width: 4px;
}
.case .caseList ul li .tt .more:hover {
  box-shadow: 0 10px 10px -5px rgba(33, 53, 157, 0.5);
}
.case .caseList ul li:hover .pic {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.case .caseList ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseList ul li:hover .tt .bt {
  color: #21359d;
}
.case .caseList ul li:hover .tt .more {
  background-color: #21359d;
  color: #fff;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  position: relative;
  margin-bottom: 70px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox {
  height: 870px;
  padding-top: 115px;
}
.about .aboutText {
  position: relative;
  z-index: 2;
  width: 1000px;
}
.about .aboutText .title {
  color: #fff;
}
.about .aboutText .title em span {
  border-color: rgba(230, 230, 230, 0.2);
}
.about .aboutText .tit {
  margin-top: 102px;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
}
.about .aboutText .tit span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.about .aboutText .tit i {
  display: block;
  font-size: 12px;
  margin-top: 14px;
  line-height: 10px;
  opacity: 0.2;
}
.about .aboutText .tit::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.2;
  margin-top: 35px;
}
.about .aboutText .text {
  margin-top: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  font-size: 14px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.7);
}
.about .aboutText .more {
  display: inline-block;
  vertical-align: top;
  margin-top: 45px;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  line-height: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  margin-right: 20px;
}
.about .aboutText .more::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 2;
  background: url(../images/aboutar.png) center center no-repeat;
}
.about .aboutText .more i {
  min-width: 4px;
}
.about .aboutText .more:hover,
.about .aboutText .more.on {
  color: #fff;
}
.about .aboutText .more:hover::after,
.about .aboutText .more.on::after {
  animation: zyfd 1.5s linear infinite;
}
.about .honor {
  position: absolute;
  z-index: 3;
  left: 790px;
  top: 115px;
  width: 329px;
  height: 224px;
  padding: 24px 20px 22px 23px;
}
.about .honor::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/honorbg.png) center center no-repeat;
}
.about .honor img {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .aLink {
  position: absolute;
  left: -310px;
  bottom: -70px;
  width: 1070px;
  height: 150px;
  background-color: #21359d;
  z-index: 2;
  padding-left: 310px;
}
.about .aLink ul::after,
.about .aLink ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aLink ul li {
  float: left;
  margin-left: 240px;
  position: relative;
}
.about .aLink ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 150px;
  left: -120px;
  top: 0;
  background: url(../images/alinkli.png) 0 center no-repeat;
}
.about .aLink ul li:first-child {
  margin-left: 0;
}
.about .aLink ul li:first-child::before {
  display: none;
}
.about .aLink ul li a {
  display: block;
  height: 150px;
  padding-top: 55px;
}
.about .aLink ul li a i {
  width: 36px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.about .aLink ul li a i.ico1 {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aLink ul li a i.ico2 {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aLink ul li a span {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  line-height: 1;
}
.about .aLink ul li a span b {
  font-size: 20px;
  display: block;
}
.about .aLink ul li a span em {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  opacity: 0.2;
  line-height: 10px;
}
.about .aLink ul li a:hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .aboutEn {
  position: absolute;
  left: 236px;
  bottom: 154px;
  font-family: Arial;
  font-weight: bold;
  font-size: 150px;
  line-height: 112px;
  color: rgba(255, 255, 255, 0.02);
}
.about .aboutImg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -115px;
  width: 480px;
  height: 863px;
  background: url(../images/about.png) center bottom no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news {
  padding: 114px 0 92px;
  overflow: hidden;
}
.news .newsTab {
  position: relative;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 45px;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 20px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  width: 160px;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  line-height: 52px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #666666;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #21359d, #21359d);
  background-image: linear-gradient(to right, #21359d, #21359d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 52px;
  overflow: hidden;
  position: relative;
  margin-right: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-color: #21359d;
  border-color: #21359d;
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTabs {
  position: relative;
  margin-top: 50px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 540px;
}
.news .newsList {
  overflow: hidden;
  height: 540px;
}
.news .newsList::after,
.news .newsList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 {
  float: left;
  width: 620px;
}
.news .newsList .list1 ul::after,
.news .newsList .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul li {
  position: relative;
  height: 160px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 20px 38px 0 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 30px;
}
.news .newsList .list1 ul li:first-child {
  margin-top: 0;
}
.news .newsList .list1 ul li .pic {
  display: block;
  float: left;
  width: 170px;
  height: 124px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 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;
}
.news .newsList .list1 ul li .cont {
  width: 360px;
  float: right;
  padding-top: 4px;
}
.news .newsList .list1 ul li .cont .date {
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
}
.news .newsList .list1 ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #808080;
  margin-top: 5px;
}
.news .newsList .list1 ul li:hover {
  border-color: #21359d;
}
.news .newsList .list1 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 .list1 ul li:hover .cont .bt {
  color: #21359d;
}
.news .newsList .list2 {
  float: right;
  width: 630px;
  margin-top: -30px;
}
.news .newsList .list2 ul li {
  border-bottom: 1px dashed #e0e0e0;
  height: 95px;
  line-height: 94px;
  padding-right: 90px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsList .list2 ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #21359d;
  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,
.news .newsList .list2 ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #7e7e7e;
  font-size: 14px;
  -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;
  height: 94px;
  line-height: 94px;
  position: relative;
  font-size: 16px;
  -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);
}
.news .newsList .list2 ul li .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  margin-right: 16px;
  position: relative;
  background-color: #21359d;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li:hover .bt {
  color: #21359d;
}
