.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: 780px;
  position: relative;
  overflow: hidden;
}
.banner .slideBox {
  position: relative;
}
.banner .bd ul {
  width: 100%;
}
.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 780px;
}
.banner .bd ul li img {
  width: 100%;
  height: 780px;
}
.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: 102px;
  height: 8px;
  position: absolute;
  bottom: 78px;
  right: 215px;
  border-right: 78px 215px solid;
  z-index: 999;
}
.banner .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner .hd ul li.on {
  background: url("../images/hd2.png") no-repeat center;
}
.banner .hd ul li {
  transition: 0.5s;
  width: 25px;
  height: 8px;
  cursor: pointer;
  background: url("../images/hd1.png") no-repeat center;
}
@media screen and (max-width: 1680px) {
  .banner {
    height: 682px;
  }
  .banner .bd ul li {
    height: 682px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 585px;
  }
  .banner .bd ul li {
    height: 585px;
  }
}
.biaoti::after {
  width: 92px;
  height: 30px;
  background: url("../images/bt2.png") no-repeat center;
  content: "";
  position: absolute;
  top: 40px;
  right: 0px;
}
.biaoti {
  width: 325px;
  height: 120px;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 40px;
  background: url(../images/bt1.png) no-repeat left top;
  position: relative;
}
.biaoti img {
  display: block;
  margin: 0 auto;
}
.biaoti h3::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -67px;
  width: 50px;
  height: 1px;
  background-color: #333;
}
.biaoti h3::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -67px;
  width: 50px;
  height: 1px;
  background-color: #333;
}
.biaoti h3 {
  display: inline-block;
  margin-top: 23px;
  font-size: 18px;
  line-height: 18px;
  color: #c32821;
  position: relative;
}
.biaoti h3 a {
  color: #c32821;
}
.about {
  width: 100%;
  height: 980px;
  padding-top: 26px;
  box-sizing: border-box;
  background: url(../images/bg1.png) no-repeat center 74px;
}
.about .biaoti {
  padding: 37px 0 0 40px;
}
.about .jie {
  margin: 33px 0 26px;
  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: 5;
  height: 210px;
}
.about .hd {
  width: 855px;
  height: 175px;
  margin: 0 auto;
}
.about .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .hd ul li.on {
  background: url("../images/gbg2.png") no-repeat center;
}
.about .hd ul li.on i {
  background: url("../images/g11.png") no-repeat center;
}
.about .hd ul li.on p {
  color: #c32921;
}
.about .hd ul li:nth-child(2) i {
  background: url("../images/g2.png") no-repeat center;
}
.about .hd ul li:nth-child(2).on i {
  background: url("../images/g21.png") no-repeat center;
}
.about .hd ul li:nth-child(3) i {
  background: url("../images/g3.png") no-repeat center;
}
.about .hd ul li:nth-child(3).on i {
  background: url("../images/g31.png") no-repeat center;
}
.about .hd ul li:nth-child(4) i {
  background: url("../images/g4.png") no-repeat center;
}
.about .hd ul li:nth-child(4).on i {
  background: url("../images/g41.png") no-repeat center;
}
.about .hd ul li {
  width: 158px;
  height: 158px;
  text-align: center;
  background: url("../images/gbg1.png") no-repeat center;
  transition: 0.5s;
  padding-top: 55px;
  box-sizing: border-box;
}
.about .hd ul li i {
  width: 100%;
  display: block;
  height: 20px;
  background: url("../images/g1.png") no-repeat center;
  transition: 0.5s;
}
.about .hd ul li p {
  color: #666666;
  font-size: 16px;
  line-height: 16px;
  margin-top: 7px;
  transition: 0.5s;
}
.about .bd {
  width: 100%;
}
.about .bd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .bd ul li:hover .tu img {
  transform: scale(1.2);
}
.about .bd ul li:hover .ti a {
  color: #c32921;
}
.about .bd ul li {
  width: 300px;
  height: 262px;
  background-color: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(103, 103, 103, 0.08);
  box-sizing: border-box;
  padding: 5px;
}
.about .bd ul li .tu {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.about .bd ul li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.about .bd ul li .ti {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.about .bd ul li .ti a {
  color: #333;
  transition: 0.3s;
}
.customers {
  width: 100%;
  height: 663px;
  padding-top: 292px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-top: -205px;
  background: url("../images/bg2.png") no-repeat center bottom;
}
.customers .pic {
  position: absolute;
  top: 0px;
  right: 0px;
}
.customers .biaoti {
  width: 565px;
}
.customers .biaoti img {
  transform: translateX(16px);
}
.customers .picScroll-left {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
  margin-top: 50px;
}
.customers .picScroll-left .prev:hover {
  background: url("../images/jt1.png") no-repeat center;
}
.customers .picScroll-left .prev {
  width: 70px;
  height: 30px;
  position: absolute;
  top: 45px;
  left: 0px;
  z-index: 999;
  background: url("../images/jt21.png") no-repeat center;
  transition: 0.5s;
}
.customers .picScroll-left .next:hover {
  background: url("../images/jt11.png") no-repeat center;
}
.customers .picScroll-left .next {
  width: 70px;
  height: 30px;
  position: absolute;
  top: 45px;
  right: 0px;
  z-index: 999;
  background: url("../images/jt2.png") no-repeat center;
  transition: 0.5s;
}
.customers .picScroll-left .bd {
  width: 100%;
}
.customers .picScroll-left .bd li:hover .tu img {
  transform: scale(1.2);
}
.customers .picScroll-left .bd li {
  width: 224px;
  margin-right: 20px;
  float: left;
}
.customers .picScroll-left .bd li .tu {
  width: 100%;
  height: 120px;
  background-color: #fff;
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
}
.customers .picScroll-left .bd li .tu img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  object-fit: cover;
  transition: 1s;
}
.customers .picScroll-left .bd li .ti {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 13px;
  margin-top: 20px;
  color: #333;
  text-align: center;
}
.customers .picScroll-left .bd li .ti a {
  color: #333;
}
.business {
  width: 100%;
  height: 844px;
  padding-top: 60px;
  box-sizing: border-box;
}
.business .biaoti {
  width: 432px;
  padding-right: 17px;
}
.business ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
.business ul li.on .tu img {
  transform: scale(1.2);
}
.business ul li.on .zi .ti::before {
  width: 23px;
  height: 2px;
  background-color: #c32821;
  position: absolute;
  bottom: -20px;
  left: 0px;
  border-left: -20px 0px solid;
}
.business ul li.on .zi .ti {
  height: 20px;
  position: absolute;
  top: 48px;
  left: 30px;
  color: #c32821;
  writing-mode: rl-tb;
  letter-spacing: 0;
  width: 100%;
}
.business ul li.on .zi .ti a {
  color: #c32821;
}
.business ul li.on .zi span {
  writing-mode: rl-tb;
  top: 56px;
  color: #c32921;
  left: 115px;
}
.business ul li.on .zi span em {
  display: inline-block;
}
.business ul li.on .zi .jie {
  display: block;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  position: absolute;
  top: 110px;
  left: 30px;
  width: 240px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.business ul li.on .zi i {
  opacity: 0;
}
.business ul li.on .zi .mo {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 29px;
  right: 32px;
  border-right: 29px 32px solid;
  display: block;
  background: url("../images/mo1.png") no-repeat center;
}
.business ul li {
  margin-top: 35px;
  width: 620px;
  height: 255px;
  transition: 0.5s;
}
.business ul li .zi {
  float: left;
  width: 300px;
  height: 255px;
  background-color: #fef1dc;
  position: relative;
  overflow: hidden;
}
.business ul li .zi i {
  display: block;
  transition: 0.5s;
  width: 168px;
  height: 168px;
  background-color: #ffe5c1;
  border-radius: 50%;
  text-align: right;
  box-sizing: border-box;
  padding: 40px 45px 0 0;
  font-family: arial;
  font-size: 30px;
  line-height: 22px;
  color: #333;
  position: absolute;
  bottom: -82px;
  left: -63px;
  border-left: -82px -63px solid;
}
.business ul li .zi .jie {
  display: none;
}
.business ul li .zi .ti::before {
  width: 2px;
  height: 38px;
  background-color: #333333;
  position: absolute;
  bottom: -20px;
  left: 9px;
  border-left: -20px 9px solid;
  content: "";
}
.business ul li .zi .ti {
  transition: 0.5s;
  letter-spacing: 4px;
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 50%;
  writing-mode: tb;
  font-weight: bold;
  position: absolute;
  top: 55px;
  left: 175px;
}
.business ul li .zi .ti a {
  color: #333;
  transition: 0.3s;
}
.business ul li .zi span {
  display: block;
  transition: 0.3s;
  color: #999999;
  font-size: 14px;
  line-height: 12px;
  writing-mode: tb-rl;
  position: absolute;
  top: 54px;
  left: 143px;
}
.business ul li .zi span em {
  display: none;
}
.business ul li .tu {
  float: right;
  width: 320px;
  height: 255px;
  overflow: hidden;
}
.business ul li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.product {
  width: 100%;
  height: 886px;
  background: url(../images/bg3.jpg) no-repeat right 70px;
}
.product .left {
  width: 732px;
  height: 300px;
  background: url("../images/bg4.png") no-repeat center top;
  margin-left: -320px;
  box-sizing: border-box;
  padding: 49px 0 0 320px;
  float: left;
}
.product .left .biao {
  width: 100%;
  height: 72px;
}
.product .left .biao h3 {
  width: 100%;
  height: 62px;
}
.product .left .biao h3 a {
  display: inline-block;
  width: 245px;
  height: 62px;
  background: url(../images/xl.png) no-repeat left top;
  box-sizing: border-box;
  padding: 11px 0 0 83px;
  color: #fddf9b;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.product .left .biao p {
  font-family: arial;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 1px;
  color: #fddf9b;
  margin-left: 83px;
}
.product .classify {
  width: 770px;
  float: right;
  height: 175px;
  margin-top: 133px;
}
.product .classify ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .classify ul li:hover i img {
  animation: 4s float infinite;
}
.product .classify ul li {
  width: 128px;
  text-align: center;
}
.product .classify ul li i {
  width: 128px;
  height: 128px;
  background: url("../images/xlbg.png") no-repeat center;
  box-shadow: 0px 4px 24px 0px rgba(103, 103, 103, 0.08);
  position: relative;
  display: block;
  border-radius: 50%;
}
.product .classify ul li i img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product .classify ul li p {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin: 15px 0 7px;
}
.product .classify ul li span {
  display: block;
  color: #999999;
  font-family: arial;
  font-size: 12px;
  line-height: 9px;
}
.product .picScroll-left2 {
  width: 1320px;
  margin-left: -20px;
  margin-top: 112px;
}
.product .picScroll-left2 .tempWrap {
  height: 400px;
  box-sizing: border-box;
  padding: 0 20px;
}
.product .picScroll-left2 .tempWrap ul {
  height: 400px;
}
.product .picScroll-left2 li:hover .tu img {
  transform: scale(1.2);
}
.product .picScroll-left2 li {
  float: left;
  transition: 0.5s;
  width: 400px;
  height: 370px;
  margin-right: 40px;
}
.product .picScroll-left2 li .tu {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.product .picScroll-left2 li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
      object-fit: cover;
}
.product .picScroll-left2 li .ti {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(103, 103, 103, 0.08);
  box-sizing: border-box;
  padding: 10px 20px 0 25px;
}
.product .picScroll-left2 li .ti a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 60px;
  background: url("../images/xing.png") no-repeat right center;
  box-sizing: border-box;
  padding-right: 138px;
  font-size: 16px;
  color: #333;
}
.product .picScroll-left2 .arrow {
  position: relative;
  z-index: 99999;
  width: 340px;
  height: 46px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .picScroll-left2 .arrow a {
  display: block;
  width: 140px;
  height: 46px;
  background: url("../images/jt5.png") no-repeat left center;
  line-height: 46px;
  box-sizing: border-box;
  padding-left: 73px;
  font-size: 18px;
  color: #333;
}
.product .picScroll-left2 .arrow .next {
  background: url("../images/jt6.png") no-repeat center;
  box-sizing: border-box;
  padding-left: 26px;
}
.reason {
  width: 100%;
  height: 1110px;
  padding-top: 180px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-top: -110px;
  background: url(../images/ysbg.png) no-repeat right 183px;
}
.reason .pic {
  position: absolute;
  top: 0px;
  left: 0px;
}
.reason .slideTxtBox1 {
  width: 100%;
  height: 710px;
  position: relative;
  margin-top: 13px;
}
.reason .slideTxtBox1 .hd {
  z-index: 999;
  width: 640px;
  height: 190px;
  position: absolute;
  bottom: 132px;
  left: 0px;
  border-left: 132px 0px solid;
}
.reason .slideTxtBox1 .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason .slideTxtBox1 .hd ul li.on {
  background: url("../images/yshd2.png") no-repeat center;
  box-shadow: none;
}
.reason .slideTxtBox1 .hd ul li.on p {
  color: #fff;
}
.reason .slideTxtBox1 .hd ul li {
  width: 120px;
  height: 190px;
  transition: 0.5s;
  cursor: pointer;
  background: url("../images/yshd1.png") no-repeat center;
  box-shadow: 0px 4px 24px 0px rgba(103, 103, 103, 0.08);
  border-radius: 60px;
}
.reason .slideTxtBox1 .hd ul li i {
  width: 100%;
  height: 124px;
  position: relative;
  display: block;
}
.reason .slideTxtBox1 .hd ul li i img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.reason .slideTxtBox1 .hd ul li p {
  color: #666666;
  font-size: 18px;
  line-height: 18px;
  margin-top: 16px;
  transition: 0.3s;
  text-align: center;
}
.reason .slideTxtBox1 .bd .box {
  width: 100%;
  position: relative;
}
.reason .slideTxtBox1 .bd .arrow {
  width: 100px;
  height: 200px;
  background-image: linear-gradient(135deg, #f2b255 0%, #e9c68b 24%, #f3d393 37%, #fddf9b 100%), linear-gradient(#c32821, #c32821);
  background-blend-mode: normal, 
          normal;
  box-shadow: 0px 4px 10px 0px rgba(156, 156, 156, 0.49);
  position: absolute;
  top: 211px;
  right: -320px;
  border-radius: 100px 0 0 100px;
}
.reason .slideTxtBox1 .bd .arrow i {
  display: block;
  width: 84px;
  height: 30px;
  position: absolute;
  top: 86px;
  right: 0px;
}
.reason .slideTxtBox1 .bd .arrow i img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.reason .slideTxtBox1 .bd .arrow a {
  display: block;
  width: 32px;
  height: 18px;
  position: absolute;
  top: 43px;
  left: 45px;
  background: url("../images/jt3.png") no-repeat center;
}
.reason .slideTxtBox1 .bd .arrow .next {
  background: url("../images/jt4.png") no-repeat center;
  position: absolute;
  top: 140px;
  left: 45px;
}
.reason .slideTxtBox1 .bd .zi {
  width: 610px;
  float: left;
  margin-top: 120px;
}
.reason .slideTxtBox1 .bd .zi .ti {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.reason .slideTxtBox1 .bd .zi .ti span {
  color: #999999;
  font-size: 14px;
  margin-left: 20px;
  font-weight: bold;
  font-family: simsun;
  letter-spacing: -1px;
}
.reason .slideTxtBox1 .bd .zi .ti i {
  margin-right: 25px;
  display: block;
  float: left;
  width: 60px;
  position: relative;
  height: 60px;
  background-color: #c32821;
  border-radius: 50%;
}
.reason .slideTxtBox1 .bd .zi .ti i img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.reason .slideTxtBox1 .bd .zi .jie {
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 36px;
  font-size: 16px;
}
.reason .slideTxtBox1 .bd .tu {
  width: 622px;
  height: 622px;
  float: right;
  border-radius: 50%;
  position: relative;
}
.reason .slideTxtBox1 .bd .tu img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.reason .slideTxtBox1 .bd .tu i {
  display: block;
  width: 160px;
  height: 160px;
  background-color: #c32821;
  border-radius: 50%;
  position: absolute;
  bottom: -67px;
  left: 288px;
  border-left: -67px 288px solid;
}
.reason .slideTxtBox1 .bd .tu i img {
  width: auto;
  height: auto;
  border-radius: 0;
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.news {
  width: 100%;
  height: 845px;
  background: url("../images/bg5.jpg") no-repeat center top;
  padding-top: 53px;
  box-sizing: border-box;
}
.news .biao {
  width: 300px;
  height: 72px;
  float: left;
}
.news .biao h3 {
  width: 100%;
  height: 62px;
}
.news .biao h3 a {
  display: inline-block;
  width: 245px;
  height: 62px;
  background: url(../images/zx.png) no-repeat left top;
  box-sizing: border-box;
  padding: 7px 0 0 75px;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.news .biao p {
  font-family: arial;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 1px;
  color: #333;
  margin-left: 75px;
}
.news .hd {
  width: 588px;
  height: 38px;
  float: right;
  margin-top: 17px;
}
.news .hd ul {
  float: left;
  width: 468px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .hd ul li.on {
  background-image: linear-gradient(90deg, #e7aa53 0%, #e9c68b 51%, #fddf9b 100%), linear-gradient(#c32821, #c32821);
  background-blend-mode: normal, 
        normal;
}
.news .hd ul li {
  width: 152px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  transition: 0.5s;
  font-size: 16px;
  color: #333;
}
.news .hd ul li a {
  color: #333;
}
.news .hd .mo {
  float: right;
  font-size: 14px;
  color: #333;
  line-height: 38px;
}
.news .bd {
  width: 100%;
}
.news .bd .yi {
  width: 100%;
  margin-top: 45px;
}
.news .bd .yi .zi {
  width: 520px;
  margin-top: 33px;
  float: left;
}
.news .bd .yi .zi .shi {
  width: 100%;
  height: 102px;
  border-bottom: 1px solid #c32821;
}
.news .bd .yi .zi .shi p {
  width: 65px;
  position: relative;
  text-align: center;
  line-height: 48px;
  font-family: arial;
  font-size: 60px;
  color: #333;
}
.news .bd .yi .zi .shi p i {
  color: #666666;
  font-family: arial;
  font-size: 18px;
  line-height: 17px;
  position: absolute;
  top: 0px;
  right: -40px;
}
.news .bd .yi .zi .shi span {
  display: block;
  margin-top: 14px;
  font-family: arial;
  font-size: 16px;
  line-height: 12px;
  color: #999999;
}
.news .bd .yi .zi .ti {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 33px 0 20px;
  height: 16px;
  line-height: 16px;
}
.news .bd .yi .zi .ti a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #c32821;
  font-weight: bold;
}
.news .bd .yi .zi .jie {
  line-height: 32px;
  letter-spacing: 0px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
.news .bd .yi .zi .mo {
  width: 140px;
  height: 38px;
  display: block;
  margin-top: 22px;
  background: url("../images/mo3.png") no-repeat center;
  box-sizing: border-box;
  padding-left: 19px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
}
.news .bd .yi .tu:hover img {
  transform: scale(1.2);
}
.news .bd .yi .tu {
  width: 690px;
  height: 330px;
  float: right;
  overflow: hidden;
}
.news .bd .yi .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
      object-fit: cover;
}
.news .bd ul {
  width: 100%;
  height: 92px;
  margin-top: 54px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .bd ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 5px 1px #eee;
}
.news .bd ul li {
  transition: 0.5s;
  width: 300px;
  height: 92px;
  background: #ffffff url(../images/kuai.png) no-repeat right bottom;
  box-sizing: border-box;
  padding: 27px 27px 0 78px;
}
.news .bd ul li .shi {
  color: #999999;
  font-family: arial;
  font-size: 14px;
  line-height: 10px;
  position: relative;
}
.news .bd ul li .shi i {
  display: block;
  color: #666666;
  font-family: arial;
  font-size: 46px;
  line-height: 33px;
  position: absolute;
  top: 0px;
  left: -62px;
}
.news .bd ul li .ti {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  font-size: 14px;
  line-height: 13px;
  margin-top: 10px;
}
.news .bd ul li .ti a {
  color: #666666;
  transition: 0.3s;
}
.contact {
  width: 100%;
  height: 764px;
  padding-top: 110px;
  box-sizing: border-box;
  background: url(../images/bg6.jpg) no-repeat center bottom -129px;
  margin-top: -193px;
}
.contact .biaoti {
  width: 345px;
  padding-left: 33px;
}
.contact .lian {
  margin-top: 27px;
  width: 500px;
  float: left;
}
.contact .lian li:last-child {
  font-size: 16px;
}
.contact .lian li:nth-child(2) {
  background: url("../images/li2.png") no-repeat left center;
}
.contact .lian li:nth-child(3) {
  background: url("../images/li3.png") no-repeat left center;
}
.contact .lian li:nth-child(4) {
  background: url("../images/li4.png") no-repeat left center;
}
.contact .lian li {
  margin-top: 23px;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  padding-left: 67px;
  font-size: 18px;
  color: #333;
  background: url("../images/li1.png") no-repeat left center;
}
.contact .ly {
  width: 700px;
  float: right;
  margin-top: 50px;
}
.contact .ly #tel {
  background: #fff url(../images/l2.png) no-repeat 11px center;
  margin-left: 14px;
}
.contact .ly input {
  width: 190px;
  height: 38px;
  border: solid 1px #aaaaaa;
  background: #fff url(../images/l1.png) no-repeat 11px center;
  line-height: 38px;
  color: #999;
  box-sizing: border-box;
  padding-left: 41px;
  float: left;
}
.contact .ly input::placeholder {
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #999;
}
.contact .ly .yzm {
  position: relative;
  width: 290px;
  height: 38px;
  line-height: 38px;
  float: right;
}
.contact .ly .yzm #codeText {
  width: 190px;
  height: 38px;
  border: solid 1px #aaaaaa;
  background: #fff;
  line-height: 38px;
  box-sizing: border-box;
  padding-left: 14px;
  color: #999;
  margin-top: 0;
}
.contact .ly .yzm #imgCode {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 36px;
  color: #999;
  background-color: #ccc;
}
.contact .ly #btn {
  width: 228px;
  height: 42px;
  background-image: linear-gradient(90deg, #e7aa53 0%, #e9c68b 51%, #fddf9b 100%), linear-gradient(#c32821, #c32821);
  background-blend-mode: normal, 
          normal;
  line-height: 42px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  margin: 25px auto 0;
  color: #fff;
}
.contact .ly #contant {
  width: 100%;
  height: 156px;
  margin-top: 16px;
  border: solid 1px #aaaaaa;
  background: #fff url(../images/l3.png) no-repeat 11px 13px;
  line-height: 42px;
  color: #999;
  box-sizing: border-box;
  padding-left: 42px;
  display: block;
}
.contact .ly #contant::placeholder {
  font-size: 14px;
  letter-spacing: 0px;
  color: #999;
}
.contact .yqlj {
  width: 1010px;
  overflow: hidden;
  float: left;
  margin-top: 60px;
}
.contact .yqlj .ti {
  float: left;
  width: 120px;
  height: 40px;
  margin-top: 25px;
  background: url("../images/link.png") no-repeat center bottom;
  box-sizing: border-box;
  padding-left: 11px;
  color: #c32821;
  font-size: 16px;
  line-height: 15px;
}
.contact .yqlj ul {
  float: left;
  width: 870px;
}
.contact .yqlj ul li:hover a {
  color: #c32921;
}
.contact .yqlj ul li {
  color: #666666;
  font-size: 14px;
  line-height: 13px;
  margin-top: 22px;
  transition: 0.3s;
  float: left;
  margin-left: 40px;
}
.contact .yqlj ul li a {
  color: #666666;
  transition: 0.3s;
}
.contact .yy {
  width: 224px;
  height: 170px;
  float: right;
  margin-top: 37px;
  margin-right: -50px;
  background: url("../images/yy.png") no-repeat center;
}
.contact .yy img {
  width: 200px;
  height: 145px;
  margin: 12px;
}
