.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: 900px;
  position: relative;
}
.banner .slideBox {
  position: relative;
}
.banner .bd ul {
  width: 100%;
}
.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 900px;
  overflow: hidden;
}
.banner .bd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: #c21823;
}
.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: 788px;
  }
  .banner .bd ul li {
    height: 788px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 675px;
  }
  .banner .bd ul li {
    height: 675px;
  }
}
.biaoti {
  height: 123px;
  margin-left: -320px;
  box-sizing: border-box;
  padding-left: 320px;
  background: url(../images/bt1.png) no-repeat left 21px;
}
.biaoti img {
  display: block;
  margin-bottom: 31px;
}
.biaoti h3 {
  color: #222222;
  font-size: 40px;
  line-height: 40px;
}
.about {
  width: 100%;
  height: 680px;
  padding-top: 100px;
  box-sizing: border-box;
  background: url(../images/bg1.jpg) no-repeat center -5px;
}
.about .le {
  width: 460px;
}
.about .le .ti {
  margin: 60px 0 32px;
  font-size: 24px;
  line-height: 24px;
  color: #333;
}
.about .le .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 16px;
  height: 120px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.about .le .mo {
  display: block;
  width: 195px;
  height: 50px;
  background: #c21823 url(../images/mo1.png) no-repeat 143px center;
  border-radius: 5px;
  line-height: 50px;
  box-sizing: border-box;
  padding-left: 24px;
  margin: 66px 0 90px;
}
.about .le .mo i:nth-child(6) {
  margin-left: 6px;
}
.about .le .yy {
  width: 429px;
  height: 308px;
  background: url("../images/yy.png") no-repeat center;
  box-sizing: border-box;
  padding: 17px;
  display: none;
}
.about .le .yy img {
  width: 100%;
  height: 100%;
}
.about .ri {
  width: 720px;
  position: relative;
}
.about .ri img {
  width: 100%;
  height: 540px;
}
.about .ri .shi{
  width: 100%;
  height: 540px;

    overflow: hidden;
}
.about .ri video {
  width: 100%;
  height: 540px;

    overflow: hidden;
}

.about .ri embed{
  width: 100% !important;
  height: 500px !important;
}
.about .ri ul {
  width: 100%;
  height: 280px;
  margin-top: 88px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 37px;
  background: url(../images/xian.png) no-repeat center 33px;
  display: none;
}
.about .ri ul li {
  height: 49px;
}
.about .ri ul li .ti {
  float: left;
  width: 135px;
  padding-top: 14px;
  box-sizing: border-box;
  margin-right: 20px;
}
.about .ri ul li .ti p {
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.about .ri ul li .ti em {
  display: block;
  color: #999999;
  font-family: arial;
  font-size: 11px;
  line-height: 9px;
  margin-top: 9px;
}
.about .ri ul li span {
  font-family: Impact;
  font-size: 60px;
  line-height: 49px;
  background: linear-gradient(to right, #506B7D, #323649);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.about .ri ul li i {
  color: #999999;
  font-size: 14px;
  margin-left: 14px;
}
.product {
  width: 100%;
  height: 757px;
  padding-top: 225px;
  box-sizing: border-box;
  background: url("../images/bg2.jpg") no-repeat center top;
}
.product .biaoti {
  height: 42px;
  background: url(../images/bt1.png) no-repeat left 19px;
  padding-top: 11px;
  box-sizing: border-box;
}
.product .biaoti img {
  float: left;
  margin-top: -12px;
  margin-right: 15px;
}
.product .biaoti h3 {
  color: #222222;
  font-size: 30px;
  line-height: 30px;
}
.product .biaoti h3 a {
  color: #222222;
}
.product .picScroll-left {
  width: 100%;
  height: 330px;
  position: relative;
  margin-top: 60px;
}
.product .picScroll-left .arrow {
  width: 128px;
  height: 54px;
  position: absolute;
  top: -114px;
  right: 0px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .picScroll-left .arrow .next {
  background: url("../images/jt4.png") no-repeat center;
}
.product .picScroll-left .arrow a {
  transition: 0.3s;
  display: block;
  width: 54px;
  height: 54px;
  background: url("../images/jt3.png") no-repeat center;
}
.product .picScroll-left .arrow a:hover {
  transform: translateY(-5px);
}
.product .picScroll-left .bd {
  overflow: hidden;
  width: 100%;
}
.product .picScroll-left .bd li {
  width: 300px !important;
  height: 330px;
  background-color: #f5f5f5;
  transition: 0.5s;
  float: left;
  margin-right: 26px;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}
.product .picScroll-left .bd li:hover::after {
  width: 100%;
}
.product .picScroll-left .bd li:hover {
  background-color: #f4f7fa;
}
.product .picScroll-left .bd li:hover .tu img {
  transform: scale(1.2);
}
.product .picScroll-left .bd li:hover .ti {
  font-weight: bold;
}
.product .picScroll-left .bd li::after {
  width: 0;
  height: 6px;
  background-image: linear-gradient(90deg, #516c7e 0%, #323548 100%), linear-gradient(#1e87f2, #1e87f2);
  background-blend-mode: normal, 
            normal;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  transition: 0.5s;
}
.product .picScroll-left .bd li .tu {
  display: block;
  width: 100%;
  height: 225px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.product .picScroll-left .bd li .tu img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 1s;
  display: block;
  max-width: 100%;
}
.product .picScroll-left .bd li .ti {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 29px 0 14px;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  transition: 0.3s;
  box-sizing: border-box;
  padding: 0 10px;
}
.product .picScroll-left .bd li .jie {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  transition: 0.3s;
}
.news {
  width: 100%;
  height: 628px;
  overflow: hidden;
}
.news .biaoti {
  width: 700px;
  height: 38px;
  background: url(../images/bt1.png) no-repeat left 19px;
  float: left;
  padding-top: 8px;
  box-sizing: border-box;
}
.news .biaoti img {
  float: left;
  margin-top: -8px;
  margin-right: 15px;
}
.news .biaoti h3 {
  color: #222222;
  font-size: 30px;
  line-height: 30px;
}
.news .biaoti h3 a {
  color: #222222;
}
.news .hd {
  float: right;
  width: 230px;
  height: 36px;
}
.news .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .hd ul li.on {
  border-bottom: 2px solid #c21823;
  font-weight: bold;
}
.news .hd ul li.on a {
  color: #c21823;
}
.news .hd ul li {
  text-align: center;
  width: 85px;
  height: 36px;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  line-height: 36px;
}
.news .hd ul li a {
  font-size: 18px;
  color: #9d9d9d;
  transition: 0.3s;
}
.news .bd {
  width: 100%;
  margin-top: 10px;
}
.news .bd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .bd li {
  width: 600px;
  height: 200px;
  position: relative;
  transition: 0.5s;
  margin-top: 60px;
  border-bottom: 1px solid #dfdfdf;
}
.news .bd li .zi {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.news .bd li:hover .ti {
  font-weight: bold;
}
.news .bd li:hover em {
  background-color: #494949;
}
.news .bd li:hover .mo {
  background-image: linear-gradient(90deg, #516c7e 0%, #323548 100%), linear-gradient(#c21823, #c21823);
  background-blend-mode: normal, 
          normal;
  border-radius: 5px;
  color: #fff;
}
.news .bd li:hover .zi {
  width: 666px;
  height: 250px;
  background-color: #ffffff;
  box-shadow: 0px 6px 22.1px 1.9px rgba(38, 86, 135, 0.12);
  border-radius: 10px;
  position: absolute;
  top: -33px;
  left: -25px;
  box-sizing: border-box;
  padding: 38px 33px;
}
.news .bd li .ti {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  color: #1c1c1c;
  transition: 0.3s;
}
.news .bd li em {
  display: block;
  width: 70px;
  height: 1px;
  background-color: #999999;
  transition: 0.3s;
  margin: 30px 0 20px;
}
.news .bd li .jie {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #9a9a9a;
  transition: 0.3s;
  margin-bottom: 15px;
}
.news .bd li .shi {
  line-height: 36px;
  float: left;
  color: #585858;
  font-family: arial;
  font-size: 14px;
}
.news .bd li .mo {
  display: block;
  width: 90px;
  height: 36px;
  float: right;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #585858;
}
.news .bd li .mo i:nth-child(3) {
  margin-left: 8px;
}
.yqlj {
  width: 100%;
  height: 95px;
}
.yqlj ul {
  width: 100%;
  height: 34px;
  padding-top: 17px;
  box-sizing: border-box;
  padding-left: 104px;
  background: url("../images/Links.png") no-repeat left center;
}
.yqlj ul li {
  float: left;
  margin-left: 40px;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  transition: 0.3s;
}
.yqlj ul li:hover {
  transform: translateX(5px);
}
.yqlj ul li:hover a {
  color: #c21823;
}
.yqlj ul li a {
  color: #666666;
  transition: 0.3s;
}
.message {
  width: 100%;
  height: 750px;
  background: url("../images/bg3.jpg") no-repeat right center;
  overflow: hidden;
}
.message .map {
  width: 960px;
  height: 750px;
  margin-left: -320px;
  float: left;
}
.message .ly {
  width: 544px;
  float: right;
  margin-top: 68px;
}
.message .ly img {
  display: block;
}
.message .ly p {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin: 4px 0 55px;
}
.message .ly #tel {
  background: url(../images/l2.png) no-repeat 14px center;
  margin-top: 38px;
}
.message .ly input {
  width: 100%;
  height: 60px;
  background: url(../images/l1.png) no-repeat 16px center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 60px;
  color: #fff;
  padding-right: 10px;
}
.message .ly input::placeholder {
  font-size: 14px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #fff;
}
.message .ly .yzm {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-top: 38px;
}
.message .ly .yzm #codeText {
  width: 100%;
  height: 60px;
  background: url(../images/l4.png) no-repeat 16px center;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 60px;
  color: #fff;
  padding-right: 10px;
}
.message .ly .yzm #imgCode {
  position: absolute;
  right: 10px;
  bottom: 7px;
  width: 90px;
  height: 36px;
  color: #fff;
  background-color: #ccc;
}
.message .ly #btn {
  width: 180px;
  height: 42px;
  background: #ffffff url(../images/l5.png) no-repeat 114px center;
  border-radius: 5px;
  color: #1b548f;
  line-height: 42px;
  display: block;
  cursor: pointer;
  font-size: 16px;
  margin-top: 70px;
  box-sizing: border-box;
  padding-left: 65px;
  text-align: left;
}
.message .ly #contant {
  width: 100%;
  height: 60px;
  background: url(../images/l3.png) no-repeat 16px center;
  line-height: 58px;
  box-sizing: border-box;
  padding-left: 60px;
  border-radius: 1.5px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  color: #fff;
  padding-right: 10px;
  display: block;
  margin-top: 38px;
}
.message .ly #contant::placeholder {
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;
}
