.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);
  }
}
@keyframes float {
  0% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.banner {
  width: 100%;
  height: 860px;
  position: relative;
  overflow: hidden;
}
.banner .slideBox {
  position: relative;
}
.banner .bd ul {
  width: 100%;
}
.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 860px;
}
.banner .bd ul li img {
  width: 100%;
  height: 100%;
}
.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;
}
.banner .hd {
  width: 100px;
  height: 10px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  border-left: 40px 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: #133d95;
}
.banner .hd ul li {
  transition: 0.5s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1680px) {
  .banner {
    height: 753px;
  }
  .banner .bd ul li {
    height: 753px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 645px;
  }
  .banner .bd ul li {
    height: 645px;
  }
}
.biaoti {
  width: 325px;
  height: 63px;
  position: relative;
  float: left;
}
.biaoti img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  display: block;
}
.biaoti h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
  padding-left: 56px;
  background: url("../images/bt.png") no-repeat left center;
}
.biaoti h3 a {
  color: #333;
}
.product {
  width: 100%;
  height: 894px;
  padding-top: 69px;
  box-sizing: border-box;
  position: relative;
}
.product .biaoti {
  margin-top: 28px;
}
.product .pic {
  width: 52px;
  height: 539px;
  position: absolute;
  top: 203px;
  left: 99px;
}
.product .hd {
  float: right;
  width: 813px;
  height: 125px;
}
.product .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .hd ul li::after {
  width: 2px;
  height: 42px;
  background-color: #eeeeee;
  content: "";
  position: absolute;
  top: 24px;
  right: -50px;
}
.product .hd ul li.on a {
  color: #133d95;
}
.product .hd ul li.on i::after {
  transform: scale(1);
}
.product .hd ul li {
  width: 85px;
  height: 125px;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 15px;
}
.product .hd ul li a {
  color: #666666;
  transition: 0.3s;
}
.product .hd ul li i::after {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  box-sizing: border-box;
  border: solid 2px #133d95;
  transform: scale(0);
  transition: 0.5s;
}
.product .hd ul li i {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin-bottom: 23px;
}
.product .hd ul li i img {
  width: 100%;
}
.product .bd {
  width: 100%;
  margin-top: 30px;
}
.product .bd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .bd ul li:hover .tu img {
  transform: scale(1.2);
}
.product .bd ul li:hover .ti {
  padding-top: 18px;
  box-sizing: border-box;
}
.product .bd ul li:hover .ti i::after {
  background: #133d95;
}
.product .bd ul li:hover .ti i {
  color: #133d95;
}
.product .bd ul li:hover .ti a {
  height: 192px;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.product .bd ul li {
  margin-top: 20px;
  width: 410px;
  height: 280px;
}
.product .bd ul li .ti {
  transition: 0.5s;
  width: 50px;
  height: 280px;
  background-color: #ffffff;
  box-shadow: 0.8px 3.9px 20px 0px rgba(0, 0, 0, 0.06);
  float: left;
  line-height: 50px;
  padding-top: 48px;
  box-sizing: border-box;
}
.product .bd ul li .ti a {
  display: block;
  writing-mode: tb-rl;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  height: 125px;
  background: url(../images/jia.png) no-repeat center 155px;
  transition: 0.5s;
}
.product .bd ul li .ti i::after {
  width: 1px;
  height: 20px;
  background-color: #cccccc;
  position: absolute;
  top: 26px;
  left: 50%;
  content: "";
}
.product .bd ul li .ti i {
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 58px;
  text-align: center;
  color: #cccccc;
  font-family: arial;
  font-size: 24px;
  line-height: 17px;
  position: relative;
}
.product .bd ul li .tu {
  float: right;
  width: 360px;
  height: 280px;
  background: #eee;
  box-sizing: border-box;
  padding: 5px;
}
.product .bd ul li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product .bd ul li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.reason {
  width: 100%;
  height: 822px;
  background: url("../images/bg1.jpg") no-repeat center top;
  padding-top: 84px;
  box-sizing: border-box;
}
.reason .biao {
  width: 561px;
  height: 110px;
  position: absolute;
  top: 0px;
  left: -154px;
  box-sizing: border-box;
  padding: 83px 0 0 154px;
  z-index: 99;
}
.reason .biao img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.reason .biao h3 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
.reason .hd {
  width: 200px;
  margin-top: 160px;
  float: left;
}
.reason .hd li:nth-child(2) {
  background: url(../images/ysico2.png) no-repeat left 27px;
}
.reason .hd li:nth-child(2).on {
  background: url(../images/ysico21.png) no-repeat left 27px;
}
.reason .hd li:nth-child(3) {
  background: url(../images/ysico3.png) no-repeat left 27px;
}
.reason .hd li:nth-child(3).on {
  background: url(../images/ysico31.png) no-repeat left 27px;
}
.reason .hd li:nth-child(4) {
  background: url(../images/ysico4.png) no-repeat left 27px;
}
.reason .hd li:nth-child(4).on {
  background: url(../images/ysico41.png) no-repeat left 27px;
}
.reason .hd li.on::after {
  width: 120px;
  background: #133d95;
}
.reason .hd li.on {
  background: url(../images/ysico11.png) no-repeat left 27px;
}
.reason .hd li.on p {
  color: #133d95;
}
.reason .hd li.on span {
  color: #133d95;
}
.reason .hd li::after {
  width: 35px;
  height: 2px;
  background-color: #999999;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.5s;
}
.reason .hd li {
  cursor: pointer;
  margin-top: 60px;
  height: 67px;
  position: relative;
  box-sizing: border-box;
  padding: 28px 0 0 50px;
  background: url(../images/ysico1.png) no-repeat left 27px;
  transition: 0.5s;
}
.reason .hd li p {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  transition: 0.3s;
}
.reason .hd li span {
  transition: 0.3s;
  display: block;
  color: #999999;
  margin-top: 9px;
  font-family: arial;
  font-size: 12px;
  line-height: 11px;
}
.reason .slideTxtBox1 {
  position: relative;
  height: 660px;
}
.reason .slideTxtBox1 .arrow {
  width: 248px;
  height: 12px;
  position: absolute;
  bottom: 22px;
  right: 0px;
  border-right: 22px 0px solid;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 999;
}
.reason .slideTxtBox1 .arrow a {
  display: block;
  width: 20px;
  height: 12px;
  background: url("../images/jt1.png") no-repeat center;
}
.reason .slideTxtBox1 .arrow .next {
  background: url("../images/jt2.png") no-repeat center;
}
.reason .bd {
  width: 1063px !important;
  float: right;
  margin-right: -150px;
}
.reason .bd .box:nth-child(1) ul li:nth-child(1) {
  background: url("../images/23.png") no-repeat center;
}
.reason .bd .box:nth-child(2) ul li:nth-child(2) {
  background: url("../images/23.png") no-repeat center;
}
.reason .bd .box:nth-child(3) ul li:nth-child(3) {
  background: url("../images/23.png") no-repeat center;
}
.reason .bd .box:nth-child(4) ul li:nth-child(4) {
  background: url("../images/23.png") no-repeat center;
}
.reason .bd .box {
  width: 100%;
  height: 644px;
  position: relative;
  margin-top: 16px;
}
.reason .bd .box .shu {
  position: absolute;
  bottom: 6px;
  left: -87px;
  border-left: 6px -87px solid;
}
.reason .bd .tu {
  width: 860px;
  height: 550px;
  float: right;
}
.reason .bd .tu img {
  width: 100%;
  height: 100%;
}
.reason .bd .zi {
  width: 460px;
  height: 350px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  z-index: 99;
  background: url("../images/kuai.jpg") no-repeat center;
  box-sizing: border-box;
  padding: 45px;
}
.reason .bd .zi .ti {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding: 12px 0 0 56px;
  line-height: 24px;
  font-size: 24px;
  position: relative;
  color: #fff;
}
.reason .bd .zi .ti img {
  position: absolute;
  top: 2px;
  left: 0px;
}
.reason .bd .zi .ti p {
  display: inline-block;
  font-family: arial;
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
}
.reason .bd .zi .xian {
  width: 1px;
  height: 25px;
  background-color: #ffffff;
  margin: 16px 0 2px 2px;
}
.reason .bd .zi .jie {
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 16px;
}
.reason .bd ul {
  width: 80px;
  height: 12px;
  position: absolute;
  bottom: 22px;
  right: 235px;
  border-right: 22px 235px solid;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 999;
}
.reason .bd ul li {
  width: 12px;
  height: 12px;
  transition: 0.3s;
  background: url("../images/22.png") no-repeat center;
}
.about {
  width: 100%;
  height: 688px;
  background: url(../images/bg1.jpg) no-repeat center -822px;
}
.about .left {
  height: 335px;
  width: 860px;
}
.about .left .biao {
  width: 100%;
  height: 40px;
  position: relative;
  box-sizing: border-box;
  padding-left: 300px;
}
.about .left .biao img {
  position: absolute;
  top: 3px;
  left: 0px;
}
.about .left .biao h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #323232;
}
.about .left .biao h3 a {
  color: #323232;
}
.about .left .biao p {
  color: #999999;
  margin-top: 7px;
  font-family: arial;
  font-size: 12px;
  line-height: 9px;
}
.about .left .jie {
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 48px;
  text-indent: 2em;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.about .right {
  width: 340px;
  margin-top: 5px;
}
.about .right .dh {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  background: url(../images/dh.png) no-repeat 59px center;
  text-align: right;
}
.about .right .yy {
  margin-top: 44px;
  width: 340px;
  height: 256px;
  background: url("../images/yy.png") no-repeat center;
  overflow: hidden;
}
.about .right .yy img {
  width: 293px;
  height: 207px;
  margin: 25px 0 0 22px;
}
.about .slideTxtBox1 {
  width: 100%;
}
.about .slideTxtBox1 .hd {
  width: 423px;
  height: 89px;
  margin-top: -57px;
  float: left;
}
.about .slideTxtBox1 .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .slideTxtBox1 .hd ul li.on {
  background: url("../images/jt.png") no-repeat center bottom;
}
.about .slideTxtBox1 .hd ul li.on a {
  background: url(../images/g11.png) no-repeat 8px center;
  color: #133d95;
}
.about .slideTxtBox1 .hd ul li:nth-child(2) a {
  background: url(../images/g2.png) no-repeat 8px center;
}
.about .slideTxtBox1 .hd ul li:nth-child(2).on a {
  background: url(../images/g21.png) no-repeat 8px center;
}
.about .slideTxtBox1 .hd ul li:nth-child(3) a {
  background: url(../images/g3.png) no-repeat 8px center;
}
.about .slideTxtBox1 .hd ul li:nth-child(3).on a {
  background: url(../images/g31.png) no-repeat 8px center;
}
.about .slideTxtBox1 .hd ul li {
  width: 112px;
  height: 40px;
  line-height: 20px;
  transition: 0.5s;
  background: url(../images/jt.png) no-repeat center 60px;
}
.about .slideTxtBox1 .hd ul li a {
  display: block;
  box-sizing: border-box;
  padding-left: 40px;
  font-size: 16px;
  color: #333;
  transition: 0.3s;
  background: url(../images/g1.png) no-repeat 8px center;
}
.about .slideTxtBox1 .picScroll-left {
  width: 100%;
  position: relative;
}
.about .slideTxtBox1 .picScroll-left .prev1:hover {
  background: #133d95 url(../images/jt3.png) no-repeat center;
}
.about .slideTxtBox1 .picScroll-left .prev1 {
  width: 40px;
  height: 40px;
  background: url(../images/jt41.png) no-repeat center;
  transition: 0.3s;
  border-radius: 50%;
  position: absolute;
  top: 96px;
  left: -74px;
}
.about .slideTxtBox1 .picScroll-left .next1:hover {
  background: #133d95 url(../images/jt31.png) no-repeat center;
}
.about .slideTxtBox1 .picScroll-left .next1 {
  width: 40px;
  height: 40px;
  background: url(../images/jt4.png) no-repeat center;
  transition: 0.3s;
  border-radius: 50%;
  position: absolute;
  top: 96px;
  right: -74px;
}
.about .slideTxtBox1 .bd {
  width: 100%;
  height: 270px !important;
}
.about .slideTxtBox1 .bd li:hover .tu img {
  transform: scale(1.2);
}
.about .slideTxtBox1 .bd li:hover .ti {
  color: #133d95;
}
.about .slideTxtBox1 .bd li:hover .ti a {
  color: #133d95;
}
.about .slideTxtBox1 .bd li {
  width: 290px;
  margin-right: 40px;
}
.about .slideTxtBox1 .bd li .tu {
  width: 100%;
  height: 220px;
  background: #eee;
  box-sizing: border-box;
  padding: 5px;
}
.about .slideTxtBox1 .bd li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .slideTxtBox1 .bd li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.about .slideTxtBox1 .bd li .ti {
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 48px;
  color: #333;
  font-size: 16px;
}
.about .slideTxtBox1 .bd li .ti a {
  color: #333;
  transition: 0.3s;
}
.case {
  width: 100%;
  height: 923px;
  background: url(../images/bg1.jpg) no-repeat center -1510px;
  padding-top: 83px;
  box-sizing: border-box;
}
.case .biaoti {
  position: absolute;
  top: 15px;
  left: 562px;
  z-index: 999;
}
.case .slideTxtBox {
  width: 100%;
  height: 375px;
  position: relative;
}
.case .slideTxtBox .arrow {
  width: 136px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: 12px;
  right: 0px;
  border-right: 12px 0px solid;
  z-index: 999;
}
.case .slideTxtBox .arrow a {
  display: block;
  width: 50%;
  height: 30px;
  background: url("../images/jt5.png") no-repeat center;
}
.case .slideTxtBox .arrow .next {
  background: url("../images/jt6.png") no-repeat center;
}
.case .slideTxtBox .tu:hover img {
  transform: scale(1.2);
}
.case .slideTxtBox .tu {
  width: 500px;
  height: 375px;
  background: #eee;
  box-sizing: border-box;
  padding: 5px;
  float: left;
}
.case .slideTxtBox .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .slideTxtBox .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.case .slideTxtBox .zi {
  float: left;
  width: 705px;
  margin: 174px 0 0 60px;
}
.case .slideTxtBox .zi .ti {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 20px;
  background: url("../images/ti1.png") no-repeat left center;
  box-sizing: border-box;
  padding-left: 37px;
  color: #666666;
  font-weight: bold;
}
.case .slideTxtBox .zi .ti a {
  color: #666666;
  transition: 0.3s;
}
.case .slideTxtBox .zi .jie {
  margin-top: 22px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case .bo {
  width: 100%;
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .bo li:hover .tu img {
  transform: scale(1.2);
}
.case .bo li:hover .ti {
  background: #133d95;
}
.case .bo li:hover .ti a {
  color: #fff;
  background: url(../images/jia2.png) no-repeat 340px center;
}
.case .bo li {
  height: 360px;
  width: 400px;
}
.case .bo li .tu {
  width: 100%;
  height: 300px;
  background: #eee;
  box-sizing: border-box;
  padding: 5px;
}
.case .bo li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .bo li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.case .bo li .ti {
  width: 100%;
  height: 53px;
  margin-top: 7px;
  line-height: 53px;
  background-color: #fbfbfb;
  box-sizing: border-box;
  padding: 0 18px;
  transition: 0.5s;
}
.case .bo li .ti a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding-right: 25px;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
  background: url(../images/jia1.png) no-repeat 340px center;
}
.news {
  width: 100%;
  height: 847px;
}
.news .hd {
  width: 439px;
  height: 24px;
  float: right;
  margin-top: 38px;
}
.news .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 24px;
}
.news .hd ul li.on {
  background: url("../images/xw11.png") no-repeat left center;
}
.news .hd ul li.on a {
  color: #133d95;
}
.news .hd ul li:nth-child(2) {
  background: url("../images/xw2.png") no-repeat left center;
}
.news .hd ul li:nth-child(2).on {
  background: url("../images/xw21.png") no-repeat left center;
}
.news .hd ul li {
  box-sizing: border-box;
  padding-left: 36px;
  font-size: 18px;
  color: #333;
  transition: 0.3s;
  background: url("../images/xw1.png") no-repeat left center;
}
.news .hd ul li a {
  transition: 0.3s;
  color: #333;
}
.news .hd ul .mo {
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.news .slideTxtBox1 .bd {
  width: 100%;
  margin-top: 48px;
}
.news .slideTxtBox1 .bd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .slideTxtBox1 .bd ul li:hover {
  box-shadow: 0.8px 3.9px 20px 0px rgba(0, 0, 0, 0.06);
}
.news .slideTxtBox1 .bd ul li:hover .tu img {
  transform: scale(1.2);
}
.news .slideTxtBox1 .bd ul li:hover .shi {
  background: #133d95;
  color: #fff;
}
.news .slideTxtBox1 .bd ul li:hover .shi p {
  color: #fff;
}
.news .slideTxtBox1 .bd ul li:hover .zi .ti {
  color: #133d95;
}
.news .slideTxtBox1 .bd ul li:hover .zi .ti a {
  color: #133d95;
}
.news .slideTxtBox1 .bd ul li {
  width: 380px;
  height: 430px;
  background: #fff;
  transition: 0.5s;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  position: relative;
}
.news .slideTxtBox1 .bd ul li .tu {
  width: 100%;
  height: 252px;
  overflow: hidden;
}
.news .slideTxtBox1 .bd ul li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news .slideTxtBox1 .bd ul li .shi {
  width: 70px;
  height: 80px;
  background-color: #fbfbfb;
  position: absolute;
  top: 213px;
  left: 25px;
  transition: 0.3s;
  padding-top: 18px;
  box-sizing: border-box;
  text-align: center;
  color: #999999;
  font-size: 12px;
  line-height: 9px;
}
.news .slideTxtBox1 .bd ul li .shi p {
  color: #999999;
  font-size: 30px;
  line-height: 23px;
  transition: 0.3s;
  margin-bottom: 13px;
}
.news .slideTxtBox1 .bd ul li .zi {
  width: 100%;
  margin-top: 18px;
  box-sizing: border-box;
  padding: 0 30px 0 22px;
}
.news .slideTxtBox1 .bd ul li .zi .ti {
  width: 100%;
  box-sizing: border-box;
  padding-left: 90px;
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .slideTxtBox1 .bd ul li .zi .ti a {
  color: #666666;
  transition: 0.3s;
}
.news .slideTxtBox1 .bd ul li .zi .jie {
  margin: 25px 0 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .slideTxtBox1 .bd ul li .zi .mo {
  display: block;
  line-height: 9px;
  width: 93px;
  color: #999999;
  font-size: 12px;
  background: url("../images/mo2.png") no-repeat left center;
  text-align: right;
}
.news .slideTxtBox1 .bd ul li .zi .mo span i:nth-child(5) {
  margin-left: 5px;
}
.news .cjjd {
  width: 100%;
  height: 103px;
  margin: 45px 0 55px;
  position: relative;
}
.news .cjjd .biao {
  float: left;
  width: 150px;
  height: 47px;
  margin-top: 5px;
  background: url(../images/wen.png) no-repeat left top;
}
.news .cjjd .biao h3 {
  line-height: 28px;
  box-sizing: border-box;
  padding-left: 39px;
  font-size: 24px;
  color: #333;
}
.news .cjjd .biao p {
  color: #999999;
  margin-top: 8px;
  font-size: 14px;
  line-height: 13px;
}
.news .cjjd .slideTxtBox {
  width: 1112px;
  height: 100px;
  border: solid 1px #eeeeee;
  float: right;
  box-sizing: border-box;
  padding: 13px 30px;
  position: relative;
}
.news .cjjd .slideTxtBox .arrow {
  width: 136px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: -2px;
  left: -168px;
  border-left: -2px -168px solid;
  z-index: 999;
}
.news .cjjd .slideTxtBox .arrow a {
  display: block;
  width: 50%;
  height: 30px;
  background: url("../images/jt5.png") no-repeat center;
}
.news .cjjd .slideTxtBox .arrow .next {
  background: url("../images/jt6.png") no-repeat center;
}
.news .cjjd .slideTxtBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .cjjd .slideTxtBox ul li:nth-child(4),
.news .cjjd .slideTxtBox ul li:nth-child(5),
.news .cjjd .slideTxtBox ul li:nth-child(6) {
  border: none;
}
.news .cjjd .slideTxtBox ul li:hover {
  transform: translateY(-5px);
}
.news .cjjd .slideTxtBox ul li:hover .ti {
  color: #133d95;
}
.news .cjjd .slideTxtBox ul li:hover .ti a {
  color: #133d95;
}
.news .cjjd .slideTxtBox ul li {
  line-height: 38px;
  height: 38px;
  border-bottom: 1px dashed #eee;
  transition: 0.5s;
}
.news .cjjd .slideTxtBox ul li .ti {
  width: 220px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 14px;
  background: url("../images/ti2.png") no-repeat left center;
  color: #666666;
}
.news .cjjd .slideTxtBox ul li .ti a {
  color: #666666;
  transition: 0.3s;
}
.news .cjjd .slideTxtBox ul li .shi {
  float: right;
  color: #999999;
  font-size: 14px;
}
.news .ly {
  width: 100%;
  height: 42px;
}
.news .ly #tel {
  background: #fbfbfb url(../images/l2.png) no-repeat 10px center;
  margin-left: 30px;
}
.news .ly input {
  width: 240px;
  height: 42px;
  background: #fbfbfb url(../images/l1.png) no-repeat 10px center;
  display: block;
  transition: 0.7s;
  font-size: 14px;
  font-weight: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #666;
  box-sizing: border-box;
  padding-left: 39px;
  float: left;
}
.news .ly input::placeholder {
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #666;
}
.news .ly #codeText {
  width: 100%;
  height: 42px;
  color: #666;
  background: #fbfbfb;
  float: left;
  box-sizing: border-box;
  padding-left: 103px;
}
.news .ly .yzm {
  position: relative;
  width: 242px;
  height: 42px;
  font-weight: normal;
  float: left;
  margin-left: 30px;
}
.news .ly #imgCode {
  position: absolute;
  display: block;
  width: 90px;
  height: 36px;
  top: 3px;
  left: 3px;
  color: #666;
  background-color: #666;
}
.news .ly #btn {
  width: 110px;
  height: 42px;
  background-color: #133d95;
  float: right;
  display: block;
  line-height: 42px;
  letter-spacing: 0px;
  color: #fff;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
.news .ly #contant {
  width: 324px;
  height: 42px;
  transition: 0.7s;
  color: #666;
  font-size: 14px;
  line-height: 40px;
  background: #fbfbfb url(../images/l3.png) no-repeat 10px center;
  box-sizing: border-box;
  padding-left: 39px;
  display: block;
  float: left;
  margin-left: 30px;
}
.news .ly #contant::placeholder {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666;
}
