@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;
  padding-left: 12.1354%;
}
.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: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #1747bf 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: #1747bf;
  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%;
}
.banner .slogan {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.1354%;
  height: 100%;
  background-color: #fff;
}
.banner .slogan i {
  font-family: "Arial Black";
  font-size: 97px;
  line-height: 72px;
  padding-top: 115px;
  color: #c3c3c3;
  opacity: 0.1;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  position: absolute;
  left: 50%;
  top: 50%;
  text-transform: uppercase;
  margin-left: -45px;
  margin-top: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner .slogan span {
  display: block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 6px;
  color: #333333;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 5px;
  padding-top: 7px;
  position: relative;
  z-index: 3;
  padding-bottom: 120px;
  margin-top: 80px;
  white-space: nowrap;
}
.banner .slogan span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 26px;
  height: 20px;
  left: 2px;
  top: 0;
  background: url(../images/slogan.png) 0 0 no-repeat;
}
.banner .banLink {
  bottom: -20px;
  position: absolute;
  z-index: 5;
  left: 12.1354%;
  margin-left: -60px;
}
.banner .banLink a {
  display: block;
  white-space: nowrap;
  margin-left: 25px;
  margin-top: 32px;
}
.banner .banLink a i {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border: solid 15px #ffffff;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin-right: 42px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banLink a i img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banLink a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-size: 16px;
  position: relative;
  padding-right: 32px;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banLink a span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  right: 0;
  border-left: 11px solid #1747bf;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banLink a:hover,
.banner .banLink a.on {
  margin-left: 0;
}
.banner .banLink a:hover i,
.banner .banLink a.on i {
  margin-right: 18px;
  width: 120px;
  height: 120px;
}
.banner .banLink a:hover span,
.banner .banLink a.on span {
  font-size: 18px;
  font-weight: bold;
  border-bottom-color: #1747bf;
  color: #1747bf;
}
.banner .banLink a:hover span::before,
.banner .banLink a.on span::before {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -11px;
}
@media screen and (max-width: 1560px) {
  .banner {
    padding-left: 10%;
  }
  .banner .slogan {
    width: 10%;
  }
  .banner .slogan i {
    font-size: 70px;
    line-height: 72px;
  }
  .banner .slogan span {
    font-size: 14px;
    padding-bottom: 50px;
  }
}
.title {
  line-height: 1;
  position: relative;
}
.title::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/titico.png) 0 0 no-repeat;
  left: -79px;
  top: 13px;
  width: 42px;
  height: 38px;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: inline-block;
  vertical-align: top;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-size: 92px;
  font-weight: bold;
  line-height: 61px;
  position: relative;
  z-index: 2;
}
.title i::before {
  content: "";
  display: block;
  position: absolute;
  width: 216px;
  height: 29px;
  border-radius: 15px;
  right: -48px;
  bottom: -12px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, rgba(23, 71, 191, 0) 25%, rgba(23, 71, 191, 0.8));
  background-image: linear-gradient(to right, rgba(23, 71, 191, 0) 25%, rgba(23, 71, 191, 0.8));
}
.title i::before:hover {
  background-size: 100% 100%;
  color: #fff;
}
.title span {
  display: block;
  font-size: 24px;
  margin-top: 16px;
}
.moreLink {
  display: block;
  position: relative;
  font-size: 16px;
  padding-left: 10px;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-weight: bold;
  border-bottom: 1px solid #666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 3;
  height: 30px;
  line-height: 30px;
  width: 170px;
  cursor: pointer;
}
.moreLink::before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border: solid 4px #1747bf;
  opacity: 0.35;
  left: 3px;
  top: 0;
  border-radius: 100%;
}
.moreLink::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  right: -11px;
  border-left: 11px solid #333;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i {
  min-width: 4px;
  font-weight: bold;
}
.moreLink:hover {
  color: #1747bf;
  border-bottom-color: #1747bf;
  padding-left: 25px;
}
.moreLink:hover::after {
  border-left-color: #1747bf;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 32px;
}
.product {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.product .tel {
  float: right;
  padding-right: 68px;
  margin-top: -37px;
  padding-top: 4px;
  text-align: right;
  position: relative;
}
.product .tel::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
  width: 48px;
  height: 48px;
  background-color: #0033cc;
  border-radius: 8px;
}
.product .tel span {
  display: block;
  font-size: 14px;
  line-height: 12px;
  color: #666666;
}
.product .tel i {
  display: block;
  font-family: Arial;
  font-weight: bold;
  font-size: 26px;
  margin-top: 10px;
  line-height: 20px;
}
.product .proNav {
  float: right;
  margin-right: -38px;
  width: 168px;
  background-color: #f4f4f4;
}
.product .proNav > ul > li {
  position: relative;
}
.product .proNav > ul > li:nth-child(2n) {
  background-color: #f9f9f9;
}
.product .proNav > ul > li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 101px;
  padding-left: 82px;
  line-height: 101px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1747bf, #1747bf);
  background-image: linear-gradient(to right, #1747bf, #1747bf);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  font-size: 18px;
}
.product .proNav > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  background: url(../images/pronavico.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav > ul > li ul {
  position: absolute;
  z-index: 4;
  background: #fff;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  visibility: hidden;
  opacity: 0;
  margin-right: -3px;
  border-right: 3px solid #7596e9;
}
.product .proNav > ul > li ul li a {
  display: block;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 101px;
  width: 124px;
  padding: 0 10px;
  text-align: center;
}
.product .proNav > ul > li ul li a span {
  line-height: 26px;
  display: block;
  width: 100%;
}
.product .proNav > ul > li ul li a:hover {
  color: #1747bf;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proNav > ul > li:last-child ul {
  bottom: 0;
  top: auto;
}
.product .proNav > ul > li:hover > a {
  background-size: 100% 100%;
  color: #fff;
}
.product .proNav > ul > li:hover > a::before {
  filter: grayscale(100) brightness(4);
}
.product .proNav > ul > li:hover ul {
  opacity: 1;
  visibility: inherit;
}
.product .proTabs {
  width: 1045px;
  position: relative;
  z-index: 1;
}
.product .proTabs::before {
  content: "";
  display: block;
  position: absolute;
  width: 1029px;
  height: 263px;
  background-color: #f9f9f9;
  left: -310px;
  bottom: 0;
  z-index: -1;
}
.product .proTabs .bd {
  overflow: hidden;
  height: 395px;
}
.product .proTabs .bd ul li {
  height: 395px;
}
.product .proTabs .bd ul li .pic {
  float: right;
  display: block;
  width: 565px;
  height: 395px;
  border: solid 1px #ececec;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .pic img {
  max-width: 100%;
  max-height: 100%;
  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: left;
  width: 396px;
  padding-top: 74px;
}
.product .proTabs .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -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 .bt::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #313131;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .cont .line {
  margin-top: 20px;
  height: 1px;
  background-color: #373737;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1747bf, #1747bf);
  background-image: linear-gradient(to right, #1747bf, #1747bf);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
}
.product .proTabs .bd ul li .cont .line::before {
  content: "...";
  display: block;
  position: absolute;
  font-size: 20px;
  right: 0;
  bottom: 10px;
  line-height: 1;
  font-weight: bold;
}
.product .proTabs .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: 28px;
}
.product .proTabs .bd ul li:hover .pic {
  border-color: #1747bf;
}
.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: #1747bf;
}
.product .proTabs .bd ul li:hover .cont .bt::before {
  background-color: #1747bf;
}
.product .proTabs .bd ul li:hover .cont .line {
  background-size: 100% 100%;
}
.product .proTabs .next {
  position: absolute;
  left: 0;
  bottom: 80px;
  font-size: 16px;
  padding-left: 10px;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-weight: bold;
  border-bottom: 1px solid #666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 3;
  height: 30px;
  line-height: 30px;
  width: 170px;
  cursor: pointer;
}
.product .proTabs .next::before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border: solid 4px #1747bf;
  opacity: 0.35;
  left: 3px;
  top: 0;
  border-radius: 100%;
}
.product .proTabs .next::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  right: -11px;
  border-left: 11px solid #333;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .next i {
  min-width: 4px;
  font-weight: bold;
}
.product .proTabs .next:hover {
  color: #1747bf;
  border-bottom-color: #1747bf;
  padding-left: 25px;
}
.product .proTabs .next:hover::after {
  border-left-color: #1747bf;
}
.product .proList {
  margin-top: 36px;
}
.product .proList ul {
  margin-right: -20px;
}
.product .proList ul::after,
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  margin-right: 20px;
}
.product .proList ul li .item {
  width: 335px;
  height: 378px;
  background-color: #f9f9f9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 32px 20px 0;
}
.product .proList ul li .item .num {
  font-family: Arial;
  font-size: 24px;
  margin-left: 10px;
  line-height: 18px;
}
.product .proList ul li .item .pic {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 210px;
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic img {
  max-width: 100%;
  max-height: 100%;
  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 .proList ul li .item .tt {
  position: relative;
  height: 80px;
  line-height: 80px;
}
.product .proList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  position: relative;
  padding-right: 65px;
  height: 66px;
  line-height: 66px;
  margin-left: -5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .bt::before {
  content: "【";
  display: inline-block;
  vertical-align: top;
}
.product .proList ul li .item .tt .bt::after {
  content: "】";
  display: inline-block;
  vertical-align: top;
}
.product .proList ul li .item .tt .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  max-width: 160px;
}
.product .proList ul li .item .tt .more {
  position: absolute;
  right: 0;
  top: 24px;
  font-size: 12px;
  padding-left: 0;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-weight: bold;
  border-bottom: 1px solid #666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 3;
  height: 24px;
  line-height: 24px;
  width: 92px;
  cursor: pointer;
}
.product .proList ul li .item .tt .more::before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border: solid 4px #1747bf;
  opacity: 0.35;
  left: -7px;
  top: -2px;
  border-radius: 100%;
}
.product .proList ul li .item .tt .more::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  right: -5px;
  border-left: 5px solid #333;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .more i {
  min-width: 4px;
  font-weight: bold;
}
.product .proList ul li .item .tt .more:hover {
  color: #1747bf;
  border-bottom-color: #1747bf;
  padding-left: 20px;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .more:hover::after {
  border-left-color: #1747bf;
}
.product .proList ul li .item .tt::after {
  content: "...";
  display: block;
  position: absolute;
  font-size: 23px;
  pointer-events: none;
  left: 0;
  top: 48px;
  line-height: 10px;
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.product .proList ul li .item:hover .pic {
  border-color: #1747bf;
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList ul li .item:hover .tt .bt {
  color: #1747bf;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysBox {
  height: 802px;
  padding-top: 128px;
}
.youshi .ysTit {
  width: 744px;
  background: url(../images/ystitdot.png) 0 31px no-repeat;
  text-align: right;
  position: relative;
  z-index: 2;
}
.youshi .ysTit::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 118px;
  top: -71px;
  right: -62px;
  background: url(../images/ystiten.png) 0 center no-repeat;
  -webkit-animation: xz 25s linear infinite;
  animation: xz 25s linear infinite;
  z-index: -1;
}
@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);
  }
}
.youshi .ysTit::after {
  content: "";
  display: block;
  position: absolute;
  right: -21px;
  top: -22px;
  width: 34px;
  height: 20px;
  background: url(../images/ystitico.png) 0 center no-repeat;
}
.youshi .ysTit i {
  display: block;
  line-height: 100px;
  font-family: Impact;
  font-size: 123px;
  color: #272e3e;
}
.youshi .ysTit span {
  display: block;
  font-size: 24px;
  margin-top: -24px;
  line-height: 1;
  font-family: simsun;
  color: #ffffff;
}
.youshi .ysTabs {
  margin-top: 20px;
}
.youshi .ysTabs .hd {
  float: left;
  width: 104px;
  height: 415px;
  background-color: #253144;
  box-shadow: 0px 28px 54px 0px rgba(0, 0, 0, 0.15);
  border-radius: 52px;
  position: relative;
  padding-top: 16px;
}
.youshi .ysTabs .hd::before {
  content: "";
  display: block;
  position: absolute;
  left: 36px;
  top: 30px;
  width: 86px;
  height: 342px;
  background-color: #253144;
  box-shadow: 0px 28px 54px 0px rgba(0, 0, 0, 0.15);
  border-radius: 43px;
  opacity: 0.31;
}
.youshi .ysTabs .hd ul li {
  height: 96px;
  position: relative;
  cursor: pointer;
}
.youshi .ysTabs .hd ul li i {
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .hd ul li i.ico1 {
  background-image: url(../images/ysico1.png);
}
.youshi .ysTabs .hd ul li i.ico2 {
  background-image: url(../images/ysico2.png);
}
.youshi .ysTabs .hd ul li i.ico3 {
  background-image: url(../images/ysico3.png);
}
.youshi .ysTabs .hd ul li i.ico4 {
  background-image: url(../images/ysico4.png);
}
.youshi .ysTabs .hd ul li span {
  display: block;
  width: 100px;
  font-size: 18px;
  text-align: right;
  height: 44px;
  line-height: 44px;
  position: absolute;
  margin-top: 4px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .ysTabs .hd ul li span::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1747bf;
}
.youshi .ysTabs .hd ul li:hover i,
.youshi .ysTabs .hd ul li.on i {
  opacity: 1;
}
.youshi .ysTabs .hd ul li:hover span,
.youshi .ysTabs .hd ul li.on span {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -98px;
}
.youshi .ysTabs .hd ul li:hover span::before,
.youshi .ysTabs .hd ul li.on span::before {
  width: 166px;
}
.youshi .ysCont {
  float: left;
  width: 420px;
  margin-left: 218px;
  margin-top: 110px;
  height: 252px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  width: 420px;
  height: 252px;
}
.youshi .ysCont .bd ul li .item {
  height: 252px;
  position: relative;
  text-align: right;
}
.youshi .ysCont .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .text {
  color: #d8dde6;
  font-size: 15px;
  line-height: 34px;
  height: 170px;
}
.youshi .ysCont .bd ul li .item .tit {
  position: relative;
  line-height: 1;
  padding-top: 34px;
}
.youshi .ysCont .bd ul li .item .tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 3px;
  background-color: #1747bf;
  right: 0;
  top: 0;
}
.youshi .ysCont .bd ul li .item .tit span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.youshi .ysCont .bd ul li .item .tit i {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-family: Arial;
  line-height: 10px;
  color: #88909c;
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  color: #1747bf;
}
.youshi .ysPic {
  position: absolute;
  right: 44px;
  top: 176px;
  width: 474px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd {
  overflow: hidden;
  width: 474px;
  height: 626px;
}
.youshi .ysPic .bd ul li {
  width: 474px;
  height: 626px;
  position: relative;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  /* top: 0; */
  bottom: 0;
  right: 0;
  margin: auto;
}
.case {
  padding: 80px 0;
}
.case .caseSwiper {
  margin-top: 10px;
  height: 420px;
  width: 990px;
  margin-left: 0;
}
.case .caseSwiper ul::after,
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  height: 420px;
}
.case .caseSwiper ul li::after,
.case .caseSwiper ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li .pic {
  display: block;
  float: right;
  width: 596px;
  height: 420px;
  background-color: #fff;
  border: solid 1px #f1f1f1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.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: left;
  width: 330px;
  padding-top: 90px;
}
.case .caseSwiper ul li .cont::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #333333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .bt {
  margin-top: 6px;
  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;
}
.case .caseSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .cont .line {
  height: 1px;
  background-color: #333333;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1747bf, #1747bf);
  background-image: linear-gradient(to right, #1747bf, #1747bf);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseSwiper ul li .cont .en {
  font-family: Arial;
  font-size: 12px;
  color: #999999;
  line-height: 10px;
  margin-top: 9px;
}
.case .caseSwiper ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  font-size: 15px;
  color: #666666;
  margin-top: 34px;
}
.case .caseSwiper ul li:hover .pic {
  border-color: #1747bf;
}
.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::before {
  background-color: #1747bf;
}
.case .caseSwiper ul li:hover .cont .bt {
  color: #1747bf;
}
.case .caseSwiper ul li:hover .cont .line {
  background-size: 100% 100%;
}
.case .page {
  margin-left: 162px;
}
.case .page::after,
.case .page:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .page .case-prev {
  float: left;
  width: 232px;
  height: 82px;
  line-height: 82px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #7596e9;
  text-transform: uppercase;
}
.case .page .case-prev::before {
  content: "";
  width: 32px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
  position: relative;
  top: -2px;
  background: url(../images/casel.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-prev:hover,
.case .page .case-prev.on {
  background-color: #1747bf;
}
.case .page .case-prev:hover::before,
.case .page .case-prev.on::before {
  animation: zyfd 1.5s linear infinite;
}
.case .page .case-next {
  float: left;
  width: 232px;
  height: 82px;
  line-height: 82px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #7596e9;
  text-transform: uppercase;
}
.case .page .case-next::after {
  content: "";
  width: 32px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 22px;
  position: relative;
  top: -2px;
  background: url(../images/caser.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-next:hover,
.case .page .case-next.on {
  background-color: #1747bf;
}
.case .page .case-next:hover::after,
.case .page .case-next.on::after {
  animation: zyfd 1.5s linear infinite;
}
.case .caseAlbum {
  position: absolute;
  z-index: 2;
  width: 262px;
  top: 0;
  right: 0;
  height: 420px;
  overflow: hidden;
}
.case .case-albumSwiper {
  height: 470px;
}
.case .case-albumSwiper ul li {
  height: 370px;
}
.case .case-albumSwiper ul li a {
  display: block;
  height: 185px;
  border: solid 1px #f1f1f1;
  position: relative;
  overflow: hidden;
}
.case .case-albumSwiper ul li a img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-albumSwiper ul li:hover a {
  border-color: #1747bf;
}
.case .case-albumSwiper ul li:hover a img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.case .caseNum {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 16px;
  font-size: 20px;
}
.case .caseNum i {
  color: #1747bf;
  font-size: 60px;
  line-height: 44px;
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  margin-right: 20px;
}
.case .caseNum i::before {
  content: "0";
}
.case .caseNum span::before {
  content: "/0";
}
.case .caseEn {
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
  font-family: "Arial Black";
  font-size: 250px;
  line-height: 187px;
  left: -430px;
  bottom: -4px;
  color: #dedede;
  opacity: 0.12;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  overflow: hidden;
}
.about .aboutBox {
  height: 922px;
  padding-top: 80px;
}
.about .tip {
  position: absolute;
  right: -10px;
  font-size: 18px;
  top: 117px;
  line-height: 1;
  z-index: 2;
  letter-spacing: 10px;
  margin-right: -10px;
}
.about .tip::before {
  content: "#";
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-right: 23px;
}
.about .tip::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 10px;
  width: 151px;
  height: 8px;
  background-color: #1747bf;
  opacity: 0.2;
  bottom: -2px;
}
.about .aboutText {
  margin-top: 42px;
  float: left;
  width: 850px;
  position: relative;
  z-index: 2;
}
.about .aboutText::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 372px;
  width: 1px;
  height: 328px;
  background-color: #dadada;
}
.about .aboutText .tit {
  line-height: 1;
  font-size: 18px;
  margin-top: 35px;
  font-weight: bold;
}
.about .aboutText .tit::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background-color: #1747bf;
  margin-top: 16px;
}
.about .aboutText .text {
  width: 780px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  font-size: 15px;
  color: #666666;
  text-align: justify;
  margin-top: 7px;
}
.about .aboutPic {
  width: 850px;
  height: 372px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover {
  box-shadow: 0 5px 20px rgba(23, 71, 191, 0.4);
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutR {
  float: right;
  width: 365px;
  margin-top: 45px;
}
.about .number .t1 {
  width: 100px;
  height: 32px;
  background-color: #333333;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.about .number .t2 {
  line-height: 30px;
  font-size: 43px;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-weight: bold;
  margin-top: 18px;
}
.about .number .scrollnum {
  font-size: 99px;
  line-height: 68px;
  margin-top: 50px;
  color: #1747bf;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-weight: bold;
  font-style: italic;
}
.about .number::after {
  content: "/";
  display: block;
  font-size: 43px;
  line-height: 32px;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-weight: bold;
  margin-top: 50px;
  color: #1747bf;
}
.about .honor {
  display: block;
  margin-top: 72px;
  width: 365px;
  height: 234px;
  position: relative;
}
.about .honor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news {
  padding: 80px 0;
  overflow: hidden;
}
.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: 39px;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 58px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  width: 148px;
  background-color: #ffffff;
  border-radius: 40px;
  border: solid 1px #c7c7c7;
  line-height: 43px;
  font-size: 17px;
  text-align: 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: middle;
  width: 18px;
  height: 43px;
  overflow: hidden;
  position: relative;
  top: -2px;
  z-index: 2;
  margin-right: 14px;
  -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 {
  color: #fff;
  background-color: #1747bf;
  border-color: #1747bf;
}
.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: 42px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 726px;
}
.news .newsList {
  overflow: hidden;
  height: 726px;
}
.news .newsList .list1 ul {
  margin-right: -10px;
}
.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 {
  float: left;
  width: 430px;
  height: 516px;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  padding-left: 0;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .pic {
  display: block;
  position: absolute;
  width: 0;
  height: 516px;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.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 {
  padding: 80px 50px 0;
}
.news .newsList .list1 ul li .cont .date {
  font-size: 34px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  line-height: 26px;
  font-weight: bold;
}
.news .newsList .list1 ul li .cont .bt {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 38px;
  height: 76px;
  font-size: 18px;
  font-weight: bold;
  -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 .line {
  width: 28px;
  height: 3px;
  background-color: #1747bf;
  margin-top: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 34px;
  height: 102px;
  color: #666666;
  margin-top: 26px;
}
.news .newsList .list1 ul li .cont .more {
  margin-top: 37px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding-left: 0;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-weight: bold;
  border-bottom: 1px solid #666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 3;
  height: 24px;
  line-height: 24px;
  width: 92px;
  position: relative;
  cursor: pointer;
}
.news .newsList .list1 ul li .cont .more::before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border: solid 4px #1747bf;
  opacity: 0.35;
  left: -7px;
  top: -2px;
  border-radius: 100%;
}
.news .newsList .list1 ul li .cont .more::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  right: -5px;
  border-left: 5px solid #333;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .cont .more i {
  min-width: 4px;
  font-weight: bold;
}
.news .newsList .list1 ul li .cont .more:hover {
  color: #1747bf;
  border-bottom-color: #1747bf;
  padding-left: 20px;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li .cont .more:hover::after {
  border-left-color: #1747bf;
}
.news .newsList .list1 ul li:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .newsList .list1 ul li:hover .cont .bt {
  color: #1747bf;
  font-weight: bold;
}
.news .newsList .list1 ul li:hover .cont .line {
  width: 35px;
}
.news .newsList .list1 ul li.on {
  width: 860px;
  padding-left: 430px;
}
.news .newsList .list1 ul li.on .pic {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 430px;
}
.news .newsList .list2 {
  border-radius: 5px;
  border: solid 1px #f1f1f1;
  margin-top: 38px;
  overflow: hidden;
  position: relative;
  padding: 14px 0;
}
.news .newsList .list2::before {
  content: "";
  display: block;
  position: absolute;
  width: 1224px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 85px;
  height: 1px;
  background-color: #000000;
  opacity: 0.04;
}
.news .newsList .list2::after {
  content: "";
  display: block;
  position: absolute;
  left: 33.33%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 120px;
  background-color: #000000;
  opacity: 0.04;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList .list2 ul::after,
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul::before {
  content: "";
  display: block;
  position: absolute;
  right: 33.33%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 120px;
  background-color: #000000;
  opacity: 0.04;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList .list2 ul li {
  float: left;
  width: 33.33%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 38px;
}
.news .newsList .list2 ul li .item {
  height: 71px;
  line-height: 71px;
  padding-right: 55px;
  position: relative;
}
.news .newsList .list2 ul li .item::after {
  content: "";
  position: absolute;
  background: #1747bf;
  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 .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 71px;
  line-height: 71px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list2 ul li .item .bt::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #dbdbdb;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #1747bf;
}
.news .newsList .list2 ul li .item:hover .bt::before {
  background-color: #1747bf;
}
.news .newsList .list2 ul li .item:hover .date {
  color: #1747bf;
}
.links {
  background-color: #f6f6f6;
  padding: 23px 0;
  display: none;
}
.links .linksBox {
  display: flex;
  z-index: 1;
  line-height: 34px;
}
.links .tit {
  float: left;
  width: 120px;
  height: 34px;
  background: url(../images/linkstit.png) 0 center no-repeat;
  padding-left: 20px;
  line-height: 1;
  padding-top: 5px;
}
.links .list {
  flex: 1;
  float: right;
  overflow: hidden;
  width: 1180px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #666666;
  font-size: 14px;
  margin-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #1747bf;
}
