.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);
  }
}
.banner {
  width: 100%;
  height: 836px;
  position: relative;
}
.banner .slideBox {
  position: relative;
}
.banner .bd ul {
  width: 100%;
}
.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 836px;
}
.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: 80px;
  height: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  border-left: 30px 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: #2457c1;
}
.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: 730px;
  }
  .banner .bd ul li {
    height: 730px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 628px;
  }
  .banner .bd ul li {
    height: 628px;
  }
}
.biaoti {
  width: 550px;
  height: 127px;
  position: relative;
  box-sizing: border-box;
  padding-left: 140px;

}
.biaoti img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  display: block;
}
.biaoti h3 {
  font-size: 48px;
  line-height: 48px;
  color: #333;
  font-weight: bold;
    z-index: 999;
    position: relative;
}
.biaoti h3 a {
  color: #333;
}
.case {
  width: 100%;
  height: 850px;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(../images/bg1.png) no-repeat right 233px;
}
.case .topxunpan {
  float: left;
  line-height: 27px;
  box-sizing: border-box;
  padding-left: 41px;
  background: url("../images/lb.png") no-repeat left center;
  position: relative;
  z-index: 9999;
}
.case .topxunpan .xp {
  position: relative;
  z-index: 999;
  cursor: pointer;
  font-size: 16px;
  color: #8c8c8c;
}
.case .topxunpan .xp i {
  color: #e9ae51;
}
.case .topxunpan .xp img {
  margin-right: 2px;
  margin-right: 5px;
  vertical-align: baseline;
}
.case .topxunpan .topxunpan a {
  line-height: 34px;
  color: #333;
  float: right;
  font-size: 14px;
  display: inline-block;
  transition: 0.7s;
}
.case .topxunpan .topxunpan a:hover {
  color: #999;
}
.case .topxunpan .topxunpan a::after {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
  color: #aaaaaa;
}
.case .topxunpan .xp #xunpantip {
  z-index: 999999999999999999999;
  letter-spacing: 0;
  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;
}
.case .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;
}
.case .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;
}
.case .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: #2457c1;
  border-radius: 4px;
  opacity: 0;
}
.case .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: #2457c1;
}
.case .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;
}
.case .biaoti {
  width: 332px;
  margin-bottom: 3px;
  float: right;
}
.case .slideTxtBox {
  float: left;
  width: 470px;
  height: 561px;
  background-color: #fafafa;
  border-radius: 10px;
  position: relative;
  padding-top: 54px;
  box-sizing: border-box;
}
.case .slideTxtBox .arrow {
  width: 140px;
  height: 63px;
  position: absolute;
  top: 34px;
  right: -66px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 999;
}
.case .slideTxtBox .arrow a {
  display: block;
  width: 74px;
  height: 63px;
  background: url("../images/jt1.png") no-repeat center;
  transition: 0.3s;
}
.case .slideTxtBox .arrow .next {
  width: 66px;
  background: url("../images/jt2.png") no-repeat center;
}
.case .slideTxtBox li:hover .tu img {
  transform: scale(1.2);
}
.case .slideTxtBox .ti {
  width: 100%;
  box-sizing: border-box;
  padding: 0 90px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 19px;
  color: #333;
  font-weight: bold;
}
.case .slideTxtBox .ti a {
  color: #333;
}
.case .slideTxtBox .tu {
  width: 400px;
  height: 300px;
  border-radius: 0px 10px 10px 0px;
  border: solid 1px #dedede;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 10px;
}
.case .slideTxtBox .tu a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
}
.case .slideTxtBox .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.case .slideTxtBox .jie {
  line-height: 36px;
  letter-spacing: 0px;
  color: #8c8c8c;
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 375px;
  margin: 36px 0 0 30px;
}
.case .right {
  float: right;
  width: 744px;
  margin-top: 80px;
}
.case .right .tis {
  width: 100%;
  text-align: right;
}
.case .right .tis p {
  letter-spacing: 16.2px;
  color: #808080;
  font-size: 15px;
  line-height: 16px;
}
.case .right .tis span {
  display: block;
  width: 100%;
  letter-spacing: 1.2px;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 12px;
  margin: 13px 0 90px;
}
.case .right ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .right ul li:hover .tu img {
  transform: scale(1.2);
}
.case .right ul li:hover .ti {
  color: #2457c1;
}
.case .right ul li:hover .ti a {
  color: #2457c1;
}
.case .right ul li {
  width: 340px;
}
.case .right ul li .tu {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  padding: 9px;
  margin-bottom: 24px;
}
.case .right ul li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.case .right ul li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.case .right ul li .ti {
  width: 220px;
  float: left;
  box-sizing: border-box;
  padding-left: 30px;
  background: url("../images/ti1.png") no-repeat left center;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 25px;
}
.case .right ul li .ti a {
  color: #333;
  transition: 0.3s;
}
.case .right ul li .mo {
  float: right;
  line-height: 18px;
  color: #808080;
  font-size: 15px;
}
.reason {
  width: 100%;
  height: 950px;
  background: url("../images/bg2.jpg") no-repeat center;
  padding-top: 80px;
  box-sizing: border-box;
  overflow: hidden;
}
.reason .pic {
  width: 860px;
  height: 692px;
  position: absolute;
  top: -80px;
  right: -320px;
}
.reason .slideTxtBox1 {
  width: 100%;
  height: 630px;
  margin-top: 113px;
  position: relative;
}
.reason .slideTxtBox1 .dh {
  box-sizing: border-box;
  padding-left: 38px;
  background: url("../images/dh2.png") no-repeat left center;
  font-size: 14px;
  color: #8c8c8c;
  position: absolute;
  top: 346px;
  left: 0px;
  line-height: 24px;
  height: 24px;
}
.reason .slideTxtBox1 .dh span {
  font-weight: bold;
  color: #333;
  font-size: 24px;
}
.reason .slideTxtBox1 .arrow {
  width: 204px;
  height: 26px;
  position: absolute;
  bottom: 114px;
  left: 0px;
  border-left: 114px 0px solid;
  line-height: 26px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason .slideTxtBox1 .arrow a {
  display: block;
  font-weight: bold;
  font-family: simsun;
  color: #2457c1;
  text-align: right;
  width: 72px;
  transition: 0.3s;
  background: url("../images/jt3.png") no-repeat left center;
}
.reason .slideTxtBox1 .arrow a i {
  font-weight: bold;
  font-family: simsun;
  line-height: 26px;
}
.reason .slideTxtBox1 .arrow .next {
  text-align: left;
  color: #8c8c8c;
  background: url("../images/jt4.png") no-repeat right center;
}
.reason .slideTxtBox1 .bd .zi {
  float: left;
  width: 485px;
}
.reason .slideTxtBox1 .bd .zi .ti {
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.reason .slideTxtBox1 .bd .zi .ti span {
  color: #8c8c8c;
  font-size: 14px;
  margin-left: 10px;
  font-weight: normal;
}
.reason .slideTxtBox1 .bd .zi .jie {
  line-height: 40px;
  letter-spacing: 0px;
  color: #8c8c8c;
  margin-top: 41px;
  font-size: 15px;
}
.reason .slideTxtBox1 .bd .zi .xian {
  width: 30px;
  height: 2px;
  background-color: #e9ae51;
  margin-top: 46px;
}
.reason .slideTxtBox1 .bd .tu {
  width: 280px;
  height: 324px;
  background-color: #ffffff;
  border-radius: 10px;
  float: left;
  margin: -90px 0 0 102px;
  overflow: hidden;
}
.reason .slideTxtBox1 .bd .tu img {
  width: 100%;
  height: 100%;
}
.reason .slideTxtBox1 .hd {
  width: 708px;
  height: 74px;
  position: absolute;
  bottom: 70px;
  right: 0px;
  border-right: 70px 0px solid;
  z-index: 999;
}
.reason .slideTxtBox1 .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason .slideTxtBox1 .hd ul li.on em {
  border: solid 1px #e9ae51;
  background: url("../images/ysico11.png") no-repeat center;
}
.reason .slideTxtBox1 .hd ul li:nth-child(2) em {
  background: url("../images/ysico2.png") no-repeat center;
}
.reason .slideTxtBox1 .hd ul li:nth-child(2).on em {
  background: url("../images/ysico21.png") no-repeat center;
}
.reason .slideTxtBox1 .hd ul li:nth-child(3) em {
  background: url("../images/ysico3.png") no-repeat center;
}
.reason .slideTxtBox1 .hd ul li:nth-child(3).on em {
  background: url("../images/ysico31.png") no-repeat center;
}
.reason .slideTxtBox1 .hd ul li {
  width: 172px;
  position: relative;
  height: 74px;
  cursor: pointer;
}
.reason .slideTxtBox1 .hd ul li p {
  float: left;
  width: 73px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #333;
}
.reason .slideTxtBox1 .hd ul li p i {
  display: block;
  font-family: arial;
  font-size: 30px;
  font-weight: bold;
  line-height: 22px;
  color: #333;
  margin-bottom: 34px;
}
.reason .slideTxtBox1 .hd ul li em {
  display: block;
  float: right;
  width: 74px;
  height: 74px;
  border: solid 1px #ededed;
  border-radius: 50%;
  background: url("../images/ysico1.png") no-repeat center;
  transition: 0.3s;
}
.product {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.product .biaoti {
  float: left;
}
.product .search {
  float: right;
  width: 430px;
  height: 60px;
  background-color: #fafafa;
  margin-top: 33px;
}
.product .search input {
  float: left;
  width: 300px;
  margin-left: 40px;
  line-height: 60px;
  background: transparent;
  color: #bfbfbf;
}
.product .search .sss {
  float: right;
  width: 45px;
  height: 60px;
  margin-right: 30px;
  background: url("../images/ss.png") no-repeat center;
  cursor: pointer;
}
.product .hd {
  width: 100%;
  margin-top: 60px;
}
.product .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .hd ul li.on {
  background: url("../images/box.png") no-repeat center;
}
.product .hd ul li.on i {
  color: #fff;
}
.product .hd ul li.on p {
  color: #fff;
}
.product .hd ul li.on em {
  background: #fff;
}
.product .hd ul li.on span {
  color: #fff;
}
.product .hd ul li {
  width: 200px;
  height: 260px;
  border: solid 1px #dedede;
  text-align: center;
  transition: 0.5s;
  padding-top: 42px;
  box-sizing: border-box;
  background: url(../images/box.png) no-repeat center -280px;
}
.product .hd ul li i {
  display: block;
  font-family: arial;
  font-size: 30px;
  line-height: 22px;
  font-weight: bold;
  color: #333;
  transition: 0.3s;
}
.product .hd ul li p {
  margin: 32px 0 20px;
  transition: 0.3s;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.product .hd ul li em {
  display: block;
  transition: 0.3s;
  width: 1px;
  height: 46px;
  background-color: #ededed;
  margin: 0 auto;
}
.product .hd ul li span {
  margin-top: 23px;
  display: block;
  font-family: arial;
  font-size: 16px;
  line-height: 12px;
  color: #333;
  transition: 0.3s;
}
.product .bd {
  width: 100%;
  margin-top: 12px;
}
.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 a {
  color: #2457c1;
}
.product .bd ul li {
  margin-top: 51px;
  width: 380px;
  height: 357px;
  border-radius: 10px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  padding: 9px;
}
.product .bd ul li .tu {
  width: 100%;
  height: 270px;
  border-radius: 10px;
  overflow: hidden;
}
.product .bd ul li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.product .bd ul li .ti {
  width: 100%;
  line-height: 75px;
  box-sizing: border-box;
  padding: 0 40px 0 23px;
}
.product .bd ul li .ti a {
  display: block;
  width: 100%;
  background: url("../images/shu.png") no-repeat right center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding-right: 30px;
  font-size: 16px;
  color: #333;
  transition: 0.3s;
}
.product .bd ul .yi:hover .tu img {
  transform: scale(1.2);
}
.product .bd ul .yi {
  width: 830px;
  height: 357px;
  border-radius: 10px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  padding: 9px;
  margin-top: 51px;
}
.product .bd ul .yi .tu {
  width: 400px;
  height: 337px;
  border-radius: 10px;
  overflow: hidden;
  float: left;
}
.product .bd ul .yi .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.product .bd ul .yi .zi {
  width: 315px;
  float: left;
  margin: 45px 0 0 50px;
}
.product .bd ul .yi .zi .ti {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
}
.product .bd ul .yi .zi .ti a {
  color: #333;
}
.product .bd ul .yi .zi .xian {
  width: 22px;
  height: 2px;
  background-color: #296fc7;
  margin: 25px 0 20px;
}
.product .bd ul .yi .zi .jie {
  line-height: 36px;
  letter-spacing: 0px;
  color: #8c8c8c;
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product .bd ul .yi .zi .mo {
  display: block;
  text-align: center;
  line-height: 44px;
  width: 140px;
  height: 44px;
  background-color: #296fc7;
  border-radius: 22px;
  font-size: 15px;
  color: #fff;
  margin-top: 33px;
}
.about {
  width: 100%;
  height: 743px;
  padding-top: 58px;
  box-sizing: border-box;
  background: url("../images/bg3.jpg") no-repeat center;
}
.about .tu {
  width: 564px;
  height: 685px;
  float: left;
  position: relative;
}
.about .tu .pic {
  width: 884px;
  height: 582px;
  position: absolute;
  top: 103px;
  left: -320px;
}
.about .tu .logo {
  width: 291px;
  height: 66px;
}
.about .tu .logo img {
  display: block;
}
.about .tu .yy {
  width: 270px;
  height: 182px;
  background: url("../images/yy.png") no-repeat center;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-right: 0 0px solid;
  z-index: 999;
}
.about .tu .yy img {
  width: 100%;
  height: 100%;
}
.about .right {
  width: 660px;
  float: right;
  margin-top: 22px;
}
.about .right .biaoti {
  width: 438px;
  float: right;
  margin-bottom: 63px;
}
.about .right .ti {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  text-align: right;
}
.about .right p {
  display: block;
  text-align: right;
  color: #bfbfbf;
  margin: 12px 0 40px;
  font-size: 14px;
  line-height: 13px;
}
.about .right .xian {
  width: 2px;
  height: 30px;
  background-color: #e9ae51;
  float: right;
  margin-right: 3px;
}
.about .right .jie {
  margin-top: 22px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #8c8c8c;
  font-size: 15px;
  text-align: right;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.about .right .mo {
  display: block;
  float: right;
  width: 160px;
  height: 44px;
  background-color: #e9ae51;
  border-radius: 22px;
  margin-top: 57px;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
}
.about .right .mo i:nth-child(5) {
  margin-left: 5px;
}
.factory {
  width: 100%;
  height: 600px;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(../images/bg4.png) no-repeat left 423px;
}
.factory .biaoti {
  float: left;
}
.factory .dh {
  float: right;
  margin-top: 57px;
  line-height: 28px;
  height: 28px;
  box-sizing: border-box;
  padding-left: 42px;
  background: url("../images/dh3.png") no-repeat left center;
  font-family: arial;
  font-size: 16px;
  color: #666;
}
.factory .dh span {
  font-family: arial;
  font-size: 24px;
  color: #333;
}
.factory .picScroll-left {
  width: 100%;
  margin-top: 63px;
}
.factory .picScroll-left .bd {
  overflow: hidden;
}
.factory .picScroll-left ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.factory .picScroll-left ul li:hover .tu {
  border: solid 1px #e9ae51;
}
.factory .picScroll-left ul li:hover .tu img {
  transform: scale(1.2);
}
.factory .picScroll-left ul li:hover .ti a {
  color: #2457c1;
}
.factory .picScroll-left ul li {
  width: 290px;
  float: left;
  margin-right: 40px;
}
.factory .picScroll-left ul li .tu {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  padding: 9px;
  overflow: hidden;
}
.factory .picScroll-left ul li .tu a {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  display: block;
}
.factory .picScroll-left ul li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.factory .picScroll-left ul li .ti {
  width: 100%;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 12px;
}
.factory .picScroll-left ul li .ti a {
  display: block;
  width: 100%;
  background: url("../images/shu2.png") no-repeat right center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding-right: 30px;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}
.unit {
  width: 100%;
  height: 714px;
  background: url(../images/bg4.png) no-repeat left -178px;
  overflow: hidden;
  position: relative;
}
.unit .pic {
  width: 366px;
  height: 321px;
  position: absolute;
  bottom: 0px;
  right: 155px;
  border-right: 0 155px solid;
}
.unit .biaoti {
  float: right;
  width: 335px;
}
.unit .picScroll-left2 {
  width: 100%;
  position: relative;
  margin-top: 72px;
}
.unit .picScroll-left2 .arrow {
  width: 204px;
  height: 26px;
  position: absolute;
  top: -148px;
  left: 0px;
  line-height: 26px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.unit .picScroll-left2 .arrow a {
  display: block;
  font-weight: bold;
  font-family: simsun;
  color: #2457c1;
  text-align: right;
  width: 72px;
  transition: 0.3s;
  background: url("../images/jt3.png") no-repeat left center;
}
.unit .picScroll-left2 .arrow a i {
  font-weight: bold;
  font-family: simsun;
  line-height: 26px;
}
.unit .picScroll-left2 .arrow .next {
  text-align: left;
  color: #8c8c8c;
  background: url("../images/jt4.png") no-repeat right center;
}
.unit .picScroll-left2 .bd {
  width: 100%;
  overflow: hidden;
}
.unit .picScroll-left2 .bd li:hover .tu img {
  transform: scale(1.2);
}
.unit .picScroll-left2 .bd li:hover .ti {
  color: #2457c1;
}
.unit .picScroll-left2 .bd li:hover .ti a {
  color: #2457c1;
}
.unit .picScroll-left2 .bd li {
  width: 230px;
  float: left;
  margin-right: 32px;
}
.unit .picScroll-left2 .bd li .tu {
  width: 100%;
  height: 120px;
  border-radius: 6px;
  border: solid 1px #dedede;
  position: relative;
  box-sizing: border-box;
  padding: 9px;
}
.unit .picScroll-left2 .bd li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.unit .picScroll-left2 .bd li .tu img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 1s;
  max-width: 100%;
}
.unit .picScroll-left2 .bd li .ti {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 53px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  padding: 0 9px;
}
.unit .picScroll-left2 .bd li .ti a {
  color: #333;
  transition: 0.3s;
}
.unit .ly {
  width: 1070px;
  margin-top: 64px;
}
.unit .ly #tel {
  margin-left: 50px;
  background: url(../images/l2.png) no-repeat 10px center;
}
.unit .ly input {
  box-sizing: border-box;
  padding: 0 10px 0 50px;
  width: 320px;
  height: 46px;
  border-radius: 10px;
  border: solid 1px #dedede;
  display: block;
  transition: 0.7s;
  font-size: 14px;
  font-weight: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #8c8c8c;
  float: left;
  background: url(../images/l1.png) no-repeat 19px center;
}
.unit .ly input::placeholder {
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #8c8c8c;
}
.unit .ly #codeText {
  width: 100%;
  height: 46px;
  background: url(../images/l3.png) no-repeat 19px center;
  border: 1px solid #dedede;
  padding-left: 50px;
  box-sizing: border-box;
  color: #8c8c8c;
  float: left;
}
.unit .ly .yzm {
  position: relative;
  width: 320px;
  height: 46px;
  font-weight: normal;
  float: right;
}
.unit .ly #imgCode {
  position: absolute;
  display: block;
  width: 90px;
  height: 36px;
  bottom: 5px;
  right: 5px;
  background-color: #8c8c8c;
}
.unit .ly #btn {
  width: 320px;
  height: 46px;
  background-color: #e9ae51;
  border-radius: 10px;
  display: block;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 46px;
  letter-spacing: 0px;
  color: #fff;
  outline: none;
  cursor: pointer;
  float: right;
  text-align: center;
  margin-top: 40px;
}
.unit .ly #contant {
  box-sizing: border-box;
  padding: 0 10px 0 50px;
  width: 690px;
  height: 46px;
  display: block;
  transition: 0.7s;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  background: url(../images/l4.png) no-repeat 19px center;
  border: 1px solid #dedede;
  border-radius: 10px;
  float: left;
  margin-top: 40px;
}
.unit .ly #contant::placeholder {
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #8c8c8c;
}
.news {
  width: 100%;
  height: 903px;
  background: url("../images/bg5.jpg") no-repeat center;
  padding-top: 80px;
  box-sizing: border-box;
}
.news .biaoti {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.news .hd {
  float: left;
  width: 299px;
  height: 557px;
  border-radius: 10px;
  border: solid 1px #dedede;
  margin-top: 188px;
  box-sizing: border-box;
  padding: 10px 18px;
}
.news .hd li.on {
  background: url(../images/xw11.png) no-repeat 63px center;
}
.news .hd li.on a {
  color: #2457c1;
}
.news .hd li:nth-child(2) {
  background: url(../images/xw2.png) no-repeat 63px center;
}
.news .hd li:nth-child(2).on {
  background: url(../images/xw21.png) no-repeat 63px center;
}
.news .hd li {
  width: 100%;
  height: 100px;
  border-bottom: #ededed 1px solid;
  transition: 0.3s;
  line-height: 100px;
  box-sizing: border-box;
  padding-left: 128px;
  font-size: 18px;
  color: #333;
  background: url(../images/xw1.png) no-repeat 63px center;
}
.news .hd li a {
  color: #333;
  transition: 0.3s;
}
.news .hd img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 36px auto 0;
  border: 1px solid #ededed;
  padding: 8px;
}
.news .bd {
  width: 890px;
  float: right;
  margin-top: 76px;
}
.news .bd .yi:hover .tu img {
  transform: scale(1.2);
}
.news .bd .yi {
  float: right;
  width: 820px;
  height: 280px;
  border-radius: 10px;
  border: solid 1px #dedede;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}
.news .bd .yi .shi {
  width: 135px;
  height: 50px;
  background-color: #e9ae51;
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: -70px;
  border-left: 0 -70px solid;
  z-index: 999;
}
.news .bd .yi .tu {
  float: left;
  width: 340px;
  height: 260px;
  background-color: #333333;
  border-radius: 10px;
  overflow: hidden;
}
.news .bd .yi .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news .bd .yi .zi {
  float: left;
  width: 370px;
  margin: 28px 0 0 44px;
}
.news .bd .yi .zi .ti {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 19px;
  color: #333;
}
.news .bd .yi .zi .ti a {
  color: #333;
}
.news .bd .yi .zi .xian {
  width: 2px;
  height: 20px;
  background-color: #e9ae51;
  margin: 21px 0 11px;
}
.news .bd .yi .zi .jie {
  line-height: 36px;
  letter-spacing: 0px;
  color: #8c8c8c;
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .bd .yi .zi .mo {
  color: #bfbfbf;
  margin-top: 17px;
  font-size: 12px;
  line-height: 9px;
}
.news .bd ul {
  width: 100%;
  height: 330px;
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .bd ul li:nth-child(2n) {
  padding: 32px 32px 0 50px;
  border-right: none;
}
.news .bd ul li:nth-child(1),
.news .bd ul li:nth-child(2) {
  height: 87px;
  padding-top: 0;
}
.news .bd ul li:hover .ti a {
  color: #2457c1;
  background: url("../images/ti3.png") no-repeat left center;
}
.news .bd ul li {
  width: 50%;
  height: 121px;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  box-sizing: border-box;
  padding: 32px 55px 0 0;
}
.news .bd ul li .ti {
  width: 100%;
  height: 22px;
  line-height: 22px;
}
.news .bd ul li .ti a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 22px;
  box-sizing: border-box;
  padding-left: 48px;
  background: url("../images/ti2.png") no-repeat left center;
  transition: 0.3s;
  font-size: 18px;
  color: #333;
}
.news .bd ul li .jie {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 18px;
  line-height: 15px;
  font-size: 15px;
  color: #8c8c8c;
}
.yqlj {
  width: 100%;
  padding-top: 82px;
}
.yqlj ul {
  width: 100%;
  height: 37px;
}
.yqlj ul .ti {
  float: left;
  width: 148px;
  height: 36px;
  background: url("../images/links.png") no-repeat center;
  text-align: center;
  font-size: 18px;
  color: #bfbfbf;
  line-height: 13px;
}
.yqlj ul li:hover {
  transform: translateX(5px);
}
.yqlj ul li:hover a {
  color: #2457c1;
}
.yqlj ul li {
  float: left;
  margin-left: 40px;
  transition: 0.3s;
  color: #8c8c8c;
  font-size: 18px;
  line-height: 18px;
  margin-top: 18px;
}
.yqlj ul li a {
  color: #8c8c8c;
  transition: 0.3s;
}
