.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);
  }
}
#slides {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
#slides .items {
  height: 100vh;
  height: 100%;
}
#slides .left,
#slides .right,
#slides .dot li {
  cursor: pointer;
}
#slides .left,
#slides .right {
  width: 113px;
  height: 59px;
  position: absolute;
  bottom: 0px;
  right: 132px;
  border-right: 0 132px solid;
  z-index: 999;
  background: url("../images/next.png") no-repeat center;
}
#slides .dot {
  position: absolute;
  width: 192px;
  left: 167px;
  bottom: 73px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#slides .dot li {
  width: 56px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.5s;
}
#slides .dot li:hover {
  background-color: #fadd1d;
}
#slides .dot li.active {
  background-color: #fadd1d;
}
.biaoti {
  width: 100%;
  height: 91px;
  border-bottom: 1px solid #ededed;
}
.biaoti .tis {
  float: left;
}
.biaoti .tis h3 {
  font-size: 30px;
  line-height: 29px;
  color: #0f0f0f;
}
.biaoti .tis h3 a {
  color: #0f0f0f;
}
.biaoti .tis p {
  margin-top: 12px;
  font-family: arial !important;
  font-size: 30px !important;
  line-height: 22px;
  color: #999999;
}
.product {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 110px;
}
.product .biaoti p i:nth-child(4),
.product .biaoti p i:nth-child(11) {
  color: #fadd1d;
}
.product .biaoti p i:nth-child(9) {
  margin-left: 5px;
}
.product .fle {
  width: 755px;
  float: right;
  margin-top: 24px;
  height: 67px;
}
.product .fle ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .fle ul li.on {
  background: url(../images/fle2.png) no-repeat 16px bottom;
}
.product .fle ul li.on a {
  color: #333;
}
.product .fle ul li::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fadd1d;
  position: absolute;
  top: 4.5px;
  left: 0px;
}
.product .fle ul li:nth-child(2)::after {
  background-color: #f29539;
}
.product .fle ul li:nth-child(3)::after {
  background-color: #009e9f;
}
.product .fle ul li:nth-child(4)::after {
  background-color: #74a457;
}
.product .fle ul li:nth-child(5)::after {
  background-color: #2f86c8;
}
.product .fle ul li:nth-child(6)::after {
  background-color: #eda5b3;
}
.product .fle ul li:nth-child(7)::after {
  background-color: #8b80b0;
}
.product .fle ul li {
  position: relative;
  box-sizing: border-box;
  padding-left: 16px;
  height: 68px;
  transition: 0.5s;
  font-size: 16px;
  line-height: 15px;
  color: #666666;
  background: url(../images/fle2.png) no-repeat -100px bottom;
}
.product .fle ul li a {
  color: #666666;
  transition: 0.3s;
}
.product .pics {
  width: 100%;
}
.product .pics ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .pics ul li:hover {
  transform: translateY(-5px);
}
.product .pics ul li:hover .tu {
  border: 1px solid #fadd1d;
}
.product .pics ul li:hover .tu img {
  transform: scale(1.2);
}
.product .pics ul li {
  transition: 0.5s;
  height: 274px;
  margin-top: 45px;
  width: 300px;
}
.product .pics ul li .tu {
  width: 100%;
  height: 240px;
  transition: 0.5s;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  padding: 9px;
  margin-bottom: 18px;
}
.product .pics ul li .tu a {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.product .pics ul li .tu a img {
  width: 100%;
  height: 220px;
  transition: 0.5s;
}
.product .pics ul li:hover .ti a{color: #ffcc33;}
.product .pics ul li .ti {
  float: left;
  line-height: 16px;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 16px;
  transition: 0.5s;
}
.product .pics ul li .ti a {
  color: #333;
}
.product .pics ul li .mo {
  display: block;
  float: right;
  line-height: 16px;
  margin-right: 9px;
  color: #999999;
  font-size: 14px;
  text-align: right;
  width: 130px;
  background: url("../images/ti2.png") no-repeat left center;
}
.about {
  width: 100%;
  height: 574px;
  background: url("../images/about.jpg") no-repeat center;
  padding-top: 155px;
  box-sizing: border-box;
}
.about .abri {
  width: 652px;
  height: 419px;
  position: relative;
  box-sizing: border-box;
  padding: 65px 28px 0 69px;
  background-color: #fff;
}
.about .abri .ti {
  box-sizing: border-box;
  padding-left: 21px;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  background: url("../images/bt.png") no-repeat left center;
}
.about .abri .jie {
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 15px;
}
.about .abri .mo {
  display: block;
  width: 220px;
  height: 56px;
  background-color: #ffcc33;
  text-align: center;
  line-height: 56px;
  margin-top: 75px;
  font-size: 15px;
  color: #333;
}
.about .abri .yy {
  width: 244px;
  height: 181px;
  background: url(../images/yy.png) no-repeat left top;
  position: absolute;
  bottom: 0px;
  right: 15px;
  border-right: 0 15px solid;
}
.about .abri .yy img {
  width: 197px;
  height: 127px;
  margin: 18px 0 0 17px;
  display: block;
}
.case {
  width: 100%;
  height: 802px;
  padding-top: 47px;
  box-sizing: border-box;
  background: url("../images/bg.jpg") no-repeat center top;
}
.case .biaoti p i:nth-child(3) {
  color: #fadd1d;
}
.case .yin {
  color: #666666;
  font-size: 16px;
  line-height: 16px;
  margin-top: 27px;
  float: right;
}
.case .fle {
  width: 295px;
  margin-top: 12px;
  float: left;
}
.case .fle ul {
  width: 100%;
}
.case .fle ul li:hover a {
  color: #333;
}
.case .fle ul li:nth-child(1).on a::after {
  background: #ffcc33;
}
.case .fle ul li:nth-child(1).on a::before {
  background: url("../images/san1.png") no-repeat center;
}
.case .fle ul li:nth-child(2) {
  background: #f29539;
}
.case .fle ul li:nth-child(2).on a::after {
  background: #f29539;
}
.case .fle ul li:nth-child(2).on a::before {
  background: url("../images/san2.png") no-repeat center;
}
.case .fle ul li:nth-child(3) {
  background: #009e9f;
}
.case .fle ul li:nth-child(3).on a::after {
  background: #009e9f;
}
.case .fle ul li:nth-child(3).on a::before {
  background: url("../images/san3.png") no-repeat center;
}
.case .fle ul li:nth-child(4) {
  background: #74a457;
}
.case .fle ul li:nth-child(4) a::before {
  right: 8px;
}
.case .fle ul li:nth-child(4).on a::after {
  background: #74a457;
}
.case .fle ul li:nth-child(4).on a::before {
  background: url("../images/san4.png") no-repeat center;
}
.case .fle ul li:nth-child(5) {
  background: #2f86c8;
}
.case .fle ul li:nth-child(5) a::before {
  right: 8px;
}
.case .fle ul li:nth-child(5).on a::after {
  background: #2f86c8;
}
.case .fle ul li:nth-child(5).on a::before {
  background: url("../images/san5.png") no-repeat center;
}
.case .fle ul li:nth-child(6) {
  background: #eda5b3;
}
.case .fle ul li:nth-child(6) a::before {
  right: 8px;
}
.case .fle ul li:nth-child(6).on a::after {
  background: #eda5b3;
}
.case .fle ul li:nth-child(6).on a::before {
  background: url("../images/san6.png") no-repeat center;
}
.case .fle ul li:nth-child(7) {
  background: #b9a579;
}
.case .fle ul li:nth-child(7) a::before {
  right: 8px;
}
.case .fle ul li:nth-child(7).on a::after {
  background: #b9a579;
}
.case .fle ul li:nth-child(7).on a::before {
  background: url("../images/san7.png") no-repeat center;
}
.case .fle ul li {
  width: 100%;
  position: relative;
  height: 62px;
  box-sizing: border-box;
  margin-top: 24px;
  background: #ffcc33;
}
.case .fle ul li a::after {
  width: 8px;
  height: 8px;
  background-color: #d7d5d5;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 17px;
  left: 0px;
  transition: 0.3s;
}
.case .fle ul li a::before {
  transition: 0.3s;
  content: '';
  width: 8px;
  height: 13px;
  background: url("../images/san.png") no-repeat center;
  position: absolute;
  top: 14px;
  right: 20px;
}
.case .fle ul li a {
  box-sizing: border-box;
  padding-left: 26px;
  display: block;
  font-size: 16px;
  width: 195px;
  height: 58px;
  background-color: #fbfbfb;
  line-height: 40px;
  position: relative;
  transition: 0.5s;
  color: #666666;
}
.case .pics {
  width: 963px;
  float: right;
  margin-top: 2px;
}
.case .pics ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .pics ul li:hover {
  transform: translateY(-5px);
}
.case .pics ul li:hover .tu img {
  transform: scale(1.2);
}
.case .pics ul li {
  transition: 0.5s;
  width: 280px;
  height: 252px;
  margin-top: 45px;
}
.case .pics ul li .tu {
  width: 100%;
  height: 210px;
  overflow: hidden;
  margin-bottom: 26px;
}
.case .pics ul li .tu img {
  width: 100%;
  height: 210px;
  transition: 0.5s;
}
.case .pics ul li .ti {
  width: 100%;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  box-sizing: border-box;
  padding-right: 100px;
  background: url("../images/ti1.png") no-repeat right center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .pics ul li:hover .ti a{color: #ffcc33;}
.case .pics ul li .ti a {
  color: #666666;
  transition: 0.3s;
}
.reason {
  width: 100%;
  height: 650px;
  background-color: #fbfbfb;
  padding-top: 69px;
  box-sizing: border-box;
}
.reason .tis {
  width: 100%;
  text-align: center;
}
.reason .tis h3 {
  color: #0f0f0f;
  font-size: 30px;
  line-height: 29px;
}
.reason .tis .bt {
  margin-top: 12px;
  font-family: arial !important;
  font-size: 30px !important;
  line-height: 22px;
  color: #999999;
}
.reason .tis .bt i:nth-child(3),
.reason .tis .bt i:nth-child(11),
.reason .tis .bt i:nth-child(10) {
  color: #fadd1d;
}
.reason .tis .bt i:nth-child(5) {
  margin-left: 5px;
}
.reason .slideTxtBox1 {
  width: 100%;
  height: 480px;
  margin-top: 39px;
  position: relative;
}
.reason .bd {
  width: 100%;
  text-align: center;
}
.reason .bd li {
  width: 1160px;
  margin: 0 auto;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 14px;
  height: 64px;
}
.reason .bd .xian {
  width: 2px;
  height: 40px;
  background-color: #ffcc33;
  margin: 36px auto 32px;
}
.reason .bd img {
  height: 308px;
  width: 100%;
}
.reason .hd {
  width: 815px;
  height: 140px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  border-left: 80px 50% solid;
  transform: translateX(-50%);
}
.reason .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason .hd ul li.on {
  background: url("../images/duo2.png") no-repeat center top;
}
.reason .hd ul li.on i {
  height: 110px;
  background: url("../images/ysico11.png") no-repeat center;
}
.reason .hd ul li:nth-child(2) i {
  background: url("../images/ysico2.png") no-repeat center;
}
.reason .hd ul li:nth-child(2).on i {
  background: url("../images/ysico21.png") no-repeat center;
}
.reason .hd ul li:nth-child(3) i {
  background: url("../images/ysico3.png") no-repeat center;
}
.reason .hd ul li:nth-child(3).on i {
  background: url("../images/ysico31.png") no-repeat center;
}
.reason .hd ul li:nth-child(4) i {
  background: url("../images/ysico4.png") no-repeat center;
}
.reason .hd ul li:nth-child(4).on i {
  background: url("../images/ysico41.png") no-repeat center;
}
.reason .hd ul li {
  cursor: pointer;
  text-align: center;
  width: 95px;
  height: 140px;
  background: url("../images/duo1.png") no-repeat center top;
  position: relative;
  transition: 0.5s;
}
.reason .hd ul li i {
  display: block;
  width: 100%;
  height: 97px;
  background: url("../images/ysico1.png") no-repeat center;
  transition: 0.3s;
}
.reason .hd ul li span {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
}
.news {
  width: 100%;
  overflow: hidden;
  height: 760px;
  padding-top: 76px;
  box-sizing: border-box;
}
.news .biaoti p i:nth-child(3),
.news .biaoti p i:nth-child(7),
.news .biaoti p i:nth-child(8) {
  color: #fadd1d;
}
.news .biaoti p i:nth-child(5) {
  margin-left: 5px;
}
.news .slideTxtBox1 {
  width: 100%;
  position: relative;
}
.news .slideTxtBox1 .hd {
  width: 426px;
  height: 49px;
  position: absolute;
  top: -50px;
  right: 0px;
}
.news .slideTxtBox1 .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .slideTxtBox1 .hd ul li.on {
  border-bottom: 3px solid #fadd1d;
}
.news .slideTxtBox1 .hd ul li.on a {
  color: #333;
}
.news .slideTxtBox1 .hd ul li {
  height: 48px;
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  transition: 0.3s;
  width: 80px;
  text-align: center;
}
.news .slideTxtBox1 .hd ul li a {
  color: #666666;
  transition: 0.3s;
}
.news .slideTxtBox1 .bd .nele {
  width: 582px;
  height: 370px;
  margin-top: 53px;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}
.news .slideTxtBox1 .bd .nele li:hover {
  transform: translateY(-5px);
}
.news .slideTxtBox1 .bd .nele li:hover .shi {
  background: #fadd1d;
  color: #333;
}
.news .slideTxtBox1 .bd .nele li:hover .shi p {
  color: #333;
}
.news .slideTxtBox1 .bd .nele li:hover .zi .ti {
  background: url("../images/mo2.png") no-repeat left center;
}
.news .slideTxtBox1 .bd .nele li:nth-child(1) {
  margin-top: 0px;
}
.news .slideTxtBox1 .bd .nele li {
  width: 513px;
  height: 100px;
  margin-top: 36px;
  transition: 0.5s;
}
.news .slideTxtBox1 .bd .nele li .shi {
  width: 100px;
  height: 100px;
  background-color: #f6f6f6;
  text-align: center;
  float: left;
  padding-top: 20px;
  box-sizing: border-box;
  color: #666;
  font-size: 13px;
  line-height: 12px;
  transition: 0.5s;
}
.news .slideTxtBox1 .bd .nele li .shi p {
  color: #666;
  font-size: 14px;
  line-height: 12px;
  transition: 0.3s;
}
.news .slideTxtBox1 .bd .nele li .shi span {
  transition: 0.3s;
  display: block;
  width: 22px;
  height: 1px;
  background-color: #666;
  margin: 18px auto 17px;
}
.news .slideTxtBox1 .bd .nele li .zi {
  float: right;
  width: 397px;
  margin-top: 17px;
}
.news .slideTxtBox1 .bd .nele li .zi:hover .ti a{color: #ffcc33;}
.news .slideTxtBox1 .bd .nele li .zi .ti {
  box-sizing: border-box;
  padding-left: 32px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
  background: url("../images/mo1.png") no-repeat left center;
}
.news .slideTxtBox1 .bd .nele li .zi .ti a {
  transition: 0.3s;
  color: #222222;
}
.news .slideTxtBox1 .bd .nele li .zi .jie {
  color: #777777;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  box-sizing: border-box;
  padding-left: 32px;
}
.news .slideTxtBox1 .bd .neri {
  width: 650px;
  margin-top: 60px;
}
.news .slideTxtBox1 .bd .neri ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .slideTxtBox1 .bd .neri ul li:hover .tu img {
  transform: scale(1.2);
}
.news .slideTxtBox1 .bd .neri ul li {
  width: 310px;
}
.news .slideTxtBox1 .bd .neri ul li .tu {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.news .slideTxtBox1 .bd .neri ul li .tu img {
  width: 100%;
  height: 220px;
  transition: 0.5s;
}
.news .slideTxtBox1 .bd .neri ul li:hover .ti a{color: #ffcc33;}
.news .slideTxtBox1 .bd .neri ul li .ti {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin: 29px 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .slideTxtBox1 .bd .neri ul li .ti a {
  color: #333;
  transition: 0.3s;
}
.news .slideTxtBox1 .bd .neri ul li .jie {
  line-height: 26px;
  letter-spacing: 0px;
  color: #777777;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .slideTxtBox1 .bd .neri ul li .shi {
  font-size: 14px;
  line-height: 11px;
  margin-top: 15px;
  color: #999999;
}
.news .slideTxtBox1 .bd .bo {
  margin-top: 54px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .slideTxtBox1 .bd .bo li:hover {
  transform: translateY(-5px);
}
.news .slideTxtBox1 .bd .bo li {
  width: 402px;
  height: 115px;
  background: rgba(251, 251, 251, 0.3) url(../images/mo2.png) no-repeat 27px 27px;
  border: solid 1px rgba(230, 230, 230, 0.3);
  box-sizing: border-box;
  transition: 0.5s;
  padding: 30px 24px 0 26px;
}
.news .slideTxtBox1 .bd .bo li .shi {
  text-align: right;
  color: #555555;
  font-size: 14px;
  line-height: 12px;
}

.news .slideTxtBox1 .bd .bo li:hover .ti a{color: #ffcc33;}
.news .slideTxtBox1 .bd .bo li:hover .ti{color: #ffcc33;}
.news .slideTxtBox1 .bd .bo li .ti {
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 60px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
  margin-top: 29px;
  background: url("../images/mo3.png") no-repeat left center;
}
.news .slideTxtBox1 .bd .bo li .ti a {
  color: #333;
}
.yqlj {
  width: 100%;
  height: 177px;
  padding-top: 68px;
  box-sizing: border-box;
}
.yqlj .ti {
  width: 139px;
  height: 37px;
  float: left;
  background: url("../images/links.png") no-repeat center;
  font-size: 16px;
  line-height: 15px;
  color: #666666;
  box-sizing: border-box;
  padding-left: 44px;
  margin-top: 15px;
}
.yqlj li:hover {
  transform: translateX(5px);
}
.yqlj li {
  float: left;
  line-height: 36px;
  margin-left: 30px;
  font-size: 14px;
  transition: 0.3s;
}
.yqlj li a {
  color: #666666;
  transition: 0.3s;
}
