.jz {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
body {
  background-color: #fafafa;
}
.banner {
  width: 100%;
  height: 754px;
  position: relative;
}
.banner .slideBox {
  position: relative;
}
.banner .bd ul {
  width: 100%;
}
.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 754px;
}
.banner .bd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .hd {
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  border-left: 50px 50% solid;
  transform: translateX(-50%);
  z-index: 999;
}
.banner .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner .hd ul li.on {
  background-color: #123383;
}
.banner .hd ul li {
  transition: 0.5s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
.banner .prev {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat left center;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 150px;
  z-index: 999;
  transform: translateY(-25px);
}
.banner .next {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat right center;
  transition: 0.5s;
  transform: translateY(-25px);
  position: absolute;
  top: 50%;
  right: 150px;
  z-index: 999;
}
@media screen and (max-width: 1680px) {
  .banner {
    height: 660px;
  }
  .banner .bd ul li {
    height: 660px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 565px;
  }
  .banner .bd ul li {
    height: 565px;
  }
}
.xun {
  width: 100%;
  height: 221px;
  background: url("../images/bg.png") no-repeat center;
  margin-top: -125px;
  padding-top: 64px;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
}
.xun .dh {
  width: 290px;
  height: 52px;
  background: #123383 url(../images/dh1.png) no-repeat 22px center;
  border-radius: 26px;
  line-height: 52px;
  box-sizing: border-box;
  padding-left: 59px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
}
.xun .ti {
  float: left;
  font-size: 16px;
  line-height: 16px;
  color: #3c3f43;
  box-sizing: border-box;
  padding-left: 26px;
  background: url("../images/ti1.png") no-repeat left center;
}
.xun .topxunpan {
  display: block;
  float: right;
  position: relative;
}
.xun .topxunpan .xp {
  position: relative;
  letter-spacing: 0px;
  color: #3c3f43;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
}
.xun .topxunpan .xp img {
  margin-right: 2px;
  margin-right: 5px;
  vertical-align: baseline;
}
.xun .topxunpan a {
  line-height: 34px;
  color: #333;
  float: right;
  font-size: 14px;
  display: inline-block;
  transition: 0.7s;
}
.xun .topxunpan .topxunpan a:hover {
  color: #999;
}
.xun .topxunpan .topxunpan a::after {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
  color: #aaaaaa;
}
.xun .topxunpan .xp #xunpantip {
  z-index: 999999999999999999999;
  position: absolute;
  top: 40px;
  left: 50% !important;
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #333;
  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: #fff;
  border-radius: 4px;
  opacity: 0;
}
.xun .topxunpan .xp #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: #fff;
}
.xun .topxunpan .xp #xunpantip.xunpantextactive {
  -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;
  font-size: 14px;
  z-index: 999999999999999999999;
}
.xun .topxunpan .xp #xunpantip {
  z-index: 999999999999999999999;
  position: absolute;
  top: 45px;
  left: 0;
  width: 180px;
  height: 35px;
  line-height: 35px;
  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: #123383;
  border-radius: 4px;
  opacity: 0;
}
.xun .topxunpan .xp #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: #123383;
}
.xun .topxunpan .xp #xunpantip.xunpantextactive {
  -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;
  z-index: 999999999999999999999;
}
.biaoti {
  height: 121px;
  transition: all 0.8s ease-out;
  float: left;
  z-index: 99;
  position: relative;
  box-sizing: border-box;
  padding: 40px 0 0 35px;
}
.biaoti i {
  position: absolute;
  top: 0px;
  left: -12px;
  display: block;
  color: #3c3f43;
  opacity: 0.1;
  font-size: 160px;
  line-height: 121px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: -1;
}
.biaoti h3 {
  color: #3c3f43;
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
}
.biaoti h3 a {
  color: #3c3f43;
}
.biaoti h3 em {
  font-weight: bold;
  color: #123383;
}
.biaoti p {
  color: #3c3f43;
  margin-top: 20px;
  font-size: 16px;
  line-height: 13px;
  box-sizing: border-box;
  padding-left: 72px;
  background: url("../images/bt1.png") no-repeat left center;
}
.product {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 46px;
  background: url(../images/bg1.png) no-repeat right 171px;
  overflow: hidden;
}
.product .search {
  float: right;
  width: 362px;
  height: 58px;
  margin-top: 34px;
}
.product .search input {
  float: left;
  width: 296px;
  height: 58px;
  line-height: 58px;
  background-color: #2e3440;
  color: #a7a7a8;
  box-sizing: border-box;
  padding: 0 20px;
}
.product .search .sss {
  float: right;
  cursor: pointer;
  width: 66px;
  height: 58px;
  background: #123383 url(../images/ss.png) no-repeat center;
}
.product .slideTxtBox1 {
  width: 100%;
  height: 410px;
  margin-top: 50px;
  position: relative;
}
.product .slideTxtBox1 .arrow {
  width: 393px;
  height: 24px;
  position: absolute;
  top: 330px;
  right: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 999;
}
.product .slideTxtBox1 .arrow .prev i:first-child {
  margin-right: 6px;
}
.product .slideTxtBox1 .arrow .next i:last-child {
  margin-left: 6px;
}
.product .slideTxtBox1 .arrow a {
  display: block;
  width: 75px;
  line-height: 24px;
  font-size: 18px;
  color: #333;
}
.product .slideTxtBox1 .hd {
  width: 176px;
  height: 410px;
  background-color: #2e3440;
  float: left;
}
.product .slideTxtBox1 .hd li {
  width: 100%;
  height: 102px;
  transition: 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  background: url(../images/cp.png) no-repeat 78px 26px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
.product .slideTxtBox1 .hd li.on {
  width: 240px;
  background: #123383 url(../images/cp.png) no-repeat 78px 26px;
}
.product .slideTxtBox1 .hd li.on a {
  box-sizing: border-box;
  padding-right: 64px;
}
.product .slideTxtBox1 .hd li a {
  display: block;
  color: #fff;
  padding-top: 60px;
  box-sizing: border-box;
  height: 102px;
  background: url(../images/mo1.png) no-repeat 177px center;
  transition: 0.5s;
}
.product .slideTxtBox1 .hd .mo {
  display: block;
  text-align: center;
  line-height: 102px;
  height: 102px;
  font-size: 18px;
  color: #fff;
}
.product .slideTxtBox1 .bd {
  width: 995px;
  float: right;
}
.product .slideTxtBox1 .bd .box:nth-child(1) ul li:nth-child(1) {
  background: #123383;
  color: #fff;
}
.product .slideTxtBox1 .bd .box:nth-child(2) ul li:nth-child(2) {
  background: #123383;
  color: #fff;
}
.product .slideTxtBox1 .bd .box:nth-child(3) ul li:nth-child(3) {
  background: #123383;
  color: #fff;
}
.product .slideTxtBox1 .bd .tu {
  float: left;
  width: 544px;
  height: 410px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 9px;
}
.product .slideTxtBox1 .bd .tu:hover img {
  transform: scale(1.2);
}
.product .slideTxtBox1 .bd .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product .slideTxtBox1 .bd .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.product .slideTxtBox1 .bd .zi {
  float: right;
  width: 400px;
  margin-top: 55px;
}
.product .slideTxtBox1 .bd .zi:hover .ti {
  color: #123383;
}
.product .slideTxtBox1 .bd .zi .ti {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  height: 19px;
  color: #333;
  font-weight: bold;
  transition: 0.3s;
}
.product .slideTxtBox1 .bd .zi em {
  margin: 16px 0 33px;
  display: block;
  width: 52px;
  height: 2px;
  background-color: #123383;
}
.product .slideTxtBox1 .bd .zi .jie {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  width: 100%;
  line-height: 32px;
  letter-spacing: 0px;
  color: #888888;
  font-size: 15px;
  height: 128px;
}
.product .slideTxtBox1 .bd ul {
  width: 138px;
  height: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 330px;
  right: 128px;
}
.product .slideTxtBox1 .bd ul li {
  text-align: center;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background-color: #f0f0f0;
  border-radius: 50%;
  transition: 0.3s;
  color: #7d7d7d;
  font-size: 14px;
}
.product .bo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .bo li {
  margin-top: 50px;
  width: 300px;
  height: 300px;
}
.product .bo li:hover .tu {
  background: #123383;
}
.product .bo li:hover .tu img {
  transform: scale(1.2);
}
.product .bo li:hover .ti {
  color: #123383;
  border-bottom: 1px solid #123383;
}
.product .bo li:hover .mo {
  color: #123383;
}
.product .bo li .tu {
  display: block;
  width: 100%;
  height: 230px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  transition: 0.5s;
  margin-bottom: 8px;
}
.product .bo li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product .bo li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.product .bo li .ti {
  float: left;
  line-height: 55px;
  height: 55px;
  border-bottom: 1px solid #7d7d7d;
  transition: 0.3s;
  width: 215px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 16px;
  color: #333;
}
.product .bo li .mo {
  float: right;
  font-size: 14px;
  line-height: 11px;
  color: #333;
  transition: 0.3s;
  margin: 50px 10px 0 0;
}
.reason {
  width: 100%;
  height: 1124px;
  overflow: hidden;
  padding-top: 11px;
  box-sizing: border-box;
  background: url("../images/bg2.png") no-repeat center;
}
.reason .er {
  width: 561px;
  height: 446px;
  background: url("../images/pic1.png") no-repeat center top;
  float: left;
  transition: 1s;
  box-sizing: border-box;
  padding: 173px 0 0 83px;
}
.reason .er h3 {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
}
.reason .er p {
  margin: 22px 0 50px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
.reason .er img {
  float: left;
  width: 100px;
  height: 100px;
  border: 7px solid #fff;
  margin-left: 10px;
}
.reason .er span {
  width: 114px;
  height: 114px;
  display: block;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding-top: 22px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
}
.reason .right {
  float: right;
  text-align: right;
  margin-top: 149px;
}
.reason .right p {
  font-size: 26px;
  line-height: 26px;
  color: #fff;
}
.reason .right b {
  font-weight: normal;
  display: block;
  margin: 13px 0 25px;
  color: #565757;
  font-family: arial;
  font-size: 14px;
  line-height: 11px;
}
.reason .right em {
  display: block;
  height: 18px;
  background: url("../images/ti2.png") no-repeat right center;
}
.reason .right .dh {
  box-sizing: border-box;
  padding-left: 37px;
  background: url("../images/dh2.png") no-repeat left center;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 22px 0 24px;
}
.reason .right .zx {
  display: block;
  float: right;
  width: 160px;
  height: 52px;
  background: #123383 url(../images/wx.png) no-repeat 110px center;
  line-height: 52px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 27px;
  font-size: 16px;
  color: #fff;
}
.reason ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 75px;
  position: relative;
}
.reason ul .pic {
  width: 442px;
  height: 320px;
  position: absolute;
  top: 102px;
  left: 410px;
}
.reason ul li.on .ti i {
  background: url("../images/tuo2.png") no-repeat center;
}
.reason ul li:nth-child(2) {
  width: 415px;
}
.reason ul li:nth-child(3) {
  width: 438px;
}
.reason ul li:nth-child(4) {
  width: 465px;
  margin-right: 20px;
}
.reason ul li {
  margin-top: 40px;
  height: 250px;
  width: 473px;
}
.reason ul li .ti {
  height: 79px;
  position: relative;
  box-sizing: border-box;
  padding: 13px 0 0 112px;
}
.reason ul li .ti i {
  transition: 0.3s;
  width: 91px;
  height: 79px;
  background: url("../images/tuo1.png") no-repeat center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.reason ul li .ti i img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.reason ul li .ti p {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}
.reason ul li .ti span {
  color: #bfbfbf;
  margin-top: 17px;
  font-family: arial;
  font-size: 14px;
  display: block;
  line-height: 13px;
}
.reason ul li .jie {
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 16px;
  margin-top: 22px;
}
.case {
  width: 100%;
  height: 752px;
  padding-top: 63px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.case .pic1 {
  width: 64px;
  height: 558px;
  position: absolute;
  top: 133px;
  left: 0px;
  transition: 1s;
}
.case .pic2 {
  width: 64px;
  height: 558px;
  position: absolute;
  top: 133px;
  right: 0px;
  transition: 1s;
}
.case .mos {
  float: right;
  width: 155px;
  height: 32px;
  line-height: 32px;
  margin-top: 47px;
  text-align: right;
  font-size: 16px;
  color: #3c3f43;
  transition: 0.3s;
  background: url("../images/mo2.png") no-repeat left center;
}
.case .mos:hover {
  color: #123383;
}
.case .picScroll-left {
  width: 100%;
  margin-top: 53px;
  position: relative;
}
.case .picScroll-left .bd {
  overflow: hidden;
}
.case .picScroll-left .prev:hover {
  background-color: #123383;
}
.case .picScroll-left .prev {
  width: 40px;
  height: 40px;
  background: #2e3440 url(../images/jt1.png) no-repeat center;
  display: block;
  position: absolute;
  top: 219px;
  left: -136px;
  z-index: 999;
  transition: 0.3s;
  border-radius: 50%;
}
.case .picScroll-left .prev::after {
  width: 66px;
  height: 1px;
  background: #d1d1d1;
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
}
.case .picScroll-left .next:hover {
  background-color: #123383;
}
.case .picScroll-left .next {
  width: 40px;
  height: 40px;
  background: #2e3440 url(../images/jt2.png) no-repeat center;
  display: block;
  position: absolute;
  top: 219px;
  right: -136px;
  z-index: 999;
  transition: 0.3s;
  border-radius: 50%;
}
.case .picScroll-left .next::after {
  width: 66px;
  height: 1px;
  background: #d1d1d1;
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
}
.case .picScroll-left li {
  width: 400px !important;
  height: 464px;
  background-color: #ffffff;
  position: relative;
  transition: 0.5s;
  box-sizing: border-box;
  padding: 10px;
  float: left;
  margin-right: 40px;
}
.case .picScroll-left li:hover {
  background-color: #2e3440;
}
.case .picScroll-left li:hover .tu img {
  transform: scale(1.2);
}
.case .picScroll-left li:hover i {
  background: url("../images/ti4.png") no-repeat center;
}
.case .picScroll-left li:hover .ti {
  background: url(../images/mo4.png) no-repeat 360px center;
  color: #fff;
  border-bottom: 1px solid rgba(240, 240, 240, 0.15);
}
.case .picScroll-left li:hover .jie {
  color: #fff;
}
.case .picScroll-left li i {
  display: block;
  transition: 0.3s;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 277px;
  left: 168px;
  background: url("../images/ti3.png") no-repeat center;
  text-align: center;
  line-height: 64px;
  font-size: 16px;
  color: #3c3f43;
}
.case .picScroll-left li .tu {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 32px;
  overflow: hidden;
}
.case .picScroll-left li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.case .picScroll-left li .ti {
  height: 57px;
  line-height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  transition: 0.3s;
  width: 100%;
  background: url(../images/mo3.png) no-repeat 360px center;
  box-sizing: border-box;
  padding-right: 40px;
  font-size: 16px;
  color: #3c3f43;
}
.case .picScroll-left li .jie {
  line-height: 60px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  transition: 0.3s;
}
.about {
  width: 100%;
  height: 901px;
  background: url("../images/bg3.png") no-repeat center;
  padding-top: 113px;
  box-sizing: border-box;
  overflow: hidden;
}
.about .biaoti {
  float: none;
  margin-left: -48px;
}
.about .biaoti i {
  color: #39404e;
  opacity: 1;
}
.about .biaoti h3 {
  color: #fff;
}
.about .biaoti p {
  color: #fff;
}
.about .le {
  width: 645px;
  margin-left: 36px;
}
.about .le .ti {
  margin: 73px 0 32px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
.about .le .jie {
  line-height: 36px;
  letter-spacing: 0px;
  color: #d6d6d6;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.about .le .mo {
  width: 155px;
  height: 32px;
  line-height: 32px;
  margin-top: 60px;
  text-align: right;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  background: url("../images/mo5.png") no-repeat left center;
}
.about .le .mo:hover {
  color: #123383;
}
.about .tu {
  float: right;
  width: 671px;
  height: 671px;
  background: url("../images/yuan.png") no-repeat right center;
  box-sizing: border-box;
  padding: 34px 66px 0 12px;
  margin: -14px -136px 0 0;
}
.about .tu img {
  display: block;
}
.about ul {
  float: left;
  margin-top: -25px;
  width: 750px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about ul li {
  width: 200px;
  height: 103px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding-top: 25px;
  box-sizing: border-box;
}
.about ul li span {
  display: inline-block;
  line-height: 32px;
  font-family: arial;
  font-size: 44px;
  color: #fff;
  font-weight: bold;
  height: 32px;
  margin-right: 8px;
}
.about ul li i {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.about ul li p {
  width: 124px;
  height: 32px;
  background-color: #ffa75b;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  margin: 24px auto 0;
  font-size: 16px;
  color: #fff;
}
.about .dh {
  float: right;
  margin-top: 52px;
  height: 26px;
  line-height: 26px;
  box-sizing: border-box;
  padding-left: 37px;
  background: url("../images/dh1.png") no-repeat left center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.news {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 75px;
}
.news .mos {
  float: right;
  width: 155px;
  height: 32px;
  line-height: 32px;
  margin-top: 45px;
  text-align: right;
  font-size: 16px;
  color: #3c3f43;
  transition: 0.3s;
  background: url("../images/mo2.png") no-repeat left center;
}
.news .mos:hover {
  color: #123383;
}
.news .slideTxtBox1 {
  width: 100%;
  margin-top: 57px;
}
.news .slideTxtBox1 .bd {
  height: 645px !important;
}
.news .slideTxtBox1 .hd {
  float: left;
  z-index: 999;
  width: 128px;
  position: relative;
  height: 450px;
  background-color: #2e3440;
  padding-top: 15px;
  box-sizing: border-box;
}
.news .slideTxtBox1 .hd li.on {
  width: 230px;
  margin-left: -52px;
  background: url("../images/xwbg.png") no-repeat center;
}
.news .slideTxtBox1 .hd li.on a {
  background-position: 53px 36px !important;
  padding: 40px 0 0 50px;
}
.news .slideTxtBox1 .hd li:nth-child(2) a {
  background: url(../images/xw2.png) no-repeat center 33px;
}
.news .slideTxtBox1 .hd li:nth-child(3) a {
  background: url(../images/xw3.png) no-repeat center 33px;
}
.news .slideTxtBox1 .hd li {
  width: 100%;
  height: 130px;
  transition: 0.5s;
  text-align: center;
  margin-bottom: 15px;
  background: url(../images/xwbg.png) no-repeat center 150px;
}
.news .slideTxtBox1 .hd li a {
  background: url(../images/xw1.png) no-repeat center 33px;
  height: 130px;
  padding-top: 80px;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  transition: 0.3s;
}
.news .slideTxtBox1 .yi {
  width: 438px;
  height: 450px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  float: left;
  margin-left: 252px;
  box-sizing: border-box;
  padding: 9px;
}
.news .slideTxtBox1 .yi:hover .tu img {
  transform: scale(1.2);
}
.news .slideTxtBox1 .yi:hover .ti {
  color: #123383;
}
.news .slideTxtBox1 .yi .tu {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 38px;
}
.news .slideTxtBox1 .yi .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.news .slideTxtBox1 .yi .ti {
  float: left;
  line-height: 32px;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 6px;
  box-sizing: border-box;
  padding-left: 31px;
  background: url("../images/ti5.png") no-repeat left center;
  font-size: 16px;
  color: #333;
  transition: 0.3s;
}
.news .slideTxtBox1 .yi .shi {
  float: right;
  width: 68px;
  height: 32px;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 32px;
  font-family: arial;
  font-size: 14px;
  color: #333;
}
.news .slideTxtBox1 .yi .jie {
  color: #888888;
  margin: 22px 0 0 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  font-size: 14px;
  line-height: 14px;
}
.news .slideTxtBox1 .to {
  float: right;
  width: 540px;
  margin-top: -30px;
}
.news .slideTxtBox1 .to li {
  margin-top: 30px;
  width: 540px;
  height: 130px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 28px 0 0 30px;
  position: relative;
  transition: 0.5s;
}
.news .slideTxtBox1 .to li:hover {
  transform: translateY(-5px);
}
.news .slideTxtBox1 .to li:hover .ti {
  color: #123383;
}
.news .slideTxtBox1 .to li:hover .shi {
  background: #123383;
  color: #fff;
}
.news .slideTxtBox1 .to li:hover .shi p {
  color: #fff;
}
.news .slideTxtBox1 .to li .shi {
  width: 90px;
  height: 74px;
  background-color: #e6e6e6;
  position: absolute;
  top: 28px;
  right: 0px;
  transition: 0.5s;
  text-align: center;
  padding-top: 16px;
  box-sizing: border-box;
  color: #666666;
  font-family: arial;
  font-size: 14px;
  line-height: 10px;
}
.news .slideTxtBox1 .to li .shi p {
  font-family: arial;
  font-size: 30px;
  font-weight: bold;
  line-height: 22px;
  color: #333;
  margin-bottom: 10px;
}
.news .slideTxtBox1 .to li .ti {
  margin: 10px 0 28px;
  width: 360px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.news .slideTxtBox1 .to li .jie {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 360px;
  color: #888888;
  font-size: 14px;
  line-height: 14px;
}
.news .slideTxtBox1 .bo {
  width: 100%;
  margin-top: 54px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .slideTxtBox1 .bo li {
  width: 380px;
  height: 140px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  box-sizing: border-box;
  padding: 22px 0 0 152px;
  position: relative;
}
.news .slideTxtBox1 .bo li::before {
  content: '';
  display: block;
  transition: 0.7s;
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  background: #123383;
}
.news .slideTxtBox1 .bo li:hover:before {
  width: 100%;
}
.news .slideTxtBox1 .bo li:hover .tu img {
  transform: scale(1.2);
}
.news .slideTxtBox1 .bo li:hover .ti {
  color: #123383;
}
.news .slideTxtBox1 .bo li .tu {
  position: absolute;
  top: 22px;
  left: 0px;
  width: 126px;
  height: 96px;
  overflow: hidden;
}
.news .slideTxtBox1 .bo li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.news .slideTxtBox1 .bo li .ti {
  margin: 24px 0 28px;
  display: block;
  transition: 0.3s;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.news .slideTxtBox1 .bo li span {
  float: left;
  line-height: 10px;
  font-family: arial;
  font-size: 14px;
  color: #333;
}
.news .slideTxtBox1 .bo li .mo {
  display: block;
  float: right;
  width: 23px;
  height: 10px;
  margin-right: 20px;
  background: url("../images/mo6.png") no-repeat center;
}
.yqlj {
  width: 100%;
  height: 80px;
  line-height: 56px;
}
.yqlj .ti {
  float: left;
  width: 113px;
  height: 56px;
  background: url("../images/links.png") no-repeat center bottom;
  text-align: right;
  font-size: 18px;
  line-height: 18px;
  color: #333;
}
.yqlj li:hover {
  transform: translateX(5px);
}
.yqlj li:hover a {
  color: #123383;
}
.yqlj li {
  float: left;
  margin-left: 40px;
  transition: 0.3s;
  font-size: 16px;
  color: #666666;
}
.yqlj li a {
  color: #666666;
  transition: 0.3s;
}
