* {
  margin: 0;
  padding: 0;
}
a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
section {
  overflow-x: hidden;
  overflow-y: hidden;
}
.bac {
  background-color: #F6F6F6;
}
header {
  box-shadow: 0px 0px 10px 10px rgba(183, 183, 183, 0.2);
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 9999999;
}
.Toubu {
  height: 100px;
  position: relative;
  z-index: 99999;
}
.Toubu .pic {
  width: 250px;
  height: 65px;
}
.Toubu .nav .nv-item {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  height: 100px;
  position: relative;
  z-index: 99999;
}
.Toubu .nav .nv-item .er-ji {
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 9999;
  min-width: 100%;
  height: 60px;
  background-color: #F4F4F4;
  border-bottom: 1px solid #EBEFF3;
  visibility: hidden;
  transition: all 0.3s linear;
  opacity: 0;
}
.Toubu .nav .nv-item .er-ji .erji-item {
  margin-right: 54px;
}
.Toubu .nav .nv-item .er-ji .erji-item .sanji {
  transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 160px;
  z-index: 999;
  min-width: 100%;
  height: 60px;
  background-color: #F4F4F4;
}
.Toubu .nav .nv-item .er-ji .erji-item .sanji .sanji-item {
  margin-right: 54px;
}
.Toubu .nav .nv-item .er-ji .erji-item .active {
  visibility: visible;
  opacity: 1;
}
.Toubu .nav .nv-item .active {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
.Toubu .nav .nv-item .yia {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #000000;
  line-height: 100px;
  position: relative;
  transition: all 0.5s linear;
}
.Toubu .nav .nv-item .yia::after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: rgba(0, 154, 232, 0);
  transition: all 0.3s linear;
}
.Toubu .nav .nv-item .yia:hover::after {
  width: 50px;
  background-color: #009ae8;
}
.Toubu .contact .pics {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.Toubu .contact .ponenumber .number {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: #000000;
}
.Toubu .contact .ponenumber .siz {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
.Toubu .pics {
  transition: all 0.3s linear;
  margin-right: 17px;
}
.Toubu .pics:hover {
  animation: gelatine 0.5s 1;
}
.Toubu .pics img {
  width: 20px;
  height: 20px;
}
.Toubu .seach {
  transition: all 0.3s linear;
}
.Toubu .seach:hover {
  animation: gelatine 0.5s 1;
}
.Toubu .seach img {
  width: 18px;
  height: 18px;
}
.swiper-container {
  width: 100%;
  height: calc(100vh - 90px);
}
.swiper-container .ban {
  width: 100%;
  height: 100%;
  animation: banner 2.5s linear infinite alternate;
}
.swiper-container .ban1 {
  width: 100%;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.2;
}
@keyframes banner {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
}
.swiper-container .line {
  position: absolute;
  bottom: 20vh;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background-color: #A3A5A1;
  overflow: hidden;
}
.swiper-container .line .line-bg {
  background-color: #FFFFFF;
  width: 0;
  height: 2px;
  animation: banner-line 2.8s infinite;
}
@keyframes banner-line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.swiper-container .swiper-pagination-fraction {
  font-size: 18px;
  color: #FFFFFF;
  bottom: 113px;
  left: -33%;
}
.swiper-container .swiper-pagination-current {
  font-size: 30px;
  color: #BF3518;
}
#myVideo {
  display: flex;
  align-content: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
}
.swiper-container1 {
  width: 100%;
  height: 260px;
}
.swiper-container1 .ban {
  width: 100%;
  height: 100%;
}
.swiper-container1 .ban1 {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-align: center;
}
.swiper-container1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.swiper-container1 .line {
  position: absolute;
  bottom: 20vh;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background-color: #A3A5A1;
  overflow: hidden;
}
.swiper-container1 .line .line-bg {
  background-color: #FFFFFF;
  width: 0;
  height: 2px;
  animation: banner-line 2.8s infinite;
}
@keyframes banner-line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.swiper-container1 .swiper-pagination-fraction {
  font-size: 18px;
  color: #FFFFFF;
  bottom: 113px;
  left: -33%;
}
.swiper-container1 .swiper-pagination-current {
  font-size: 30px;
  color: #BF3518;
}
.prodcut {
  padding-top: 80px;
  padding-bottom: 60px;
}
.prodcut .protits {
  text-align: center;
  margin-bottom: 45px;
}
.prodcut .protits .tit {
  font-size: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 22px;
}
.prodcut .protits .futit {
  font-size: 14px;
  font-weight: Normal;
  color: #A3A3A3;
}
.prodcut .items {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s linear;
}
.prodcut .items:hover .pic .hei {
  background: #D4EEFB;
  transform: scale(1.05) rotate(3deg);
}
.prodcut .items:hover .pic {
  box-shadow: -1px 0px 5px 5px rgba(160, 160, 160, 0.1);
  overflow: hidden;
}
.prodcut .items:hover .pic img {
  transform: scale(1.05) rotate(3deg);
}
.prodcut .items a {
  z-index: 90;
}
.prodcut .items .pic {
  width: 100%;
  position: relative;
  padding-top: 60%;
  transition: all 0.3s linear;
}
.prodcut .items .pic .hei {
  transition: all 0.3s linear;
  background: linear-gradient(to right, #E0E0E0 0%, #F4F4F4 100%);
  opacity: 0.3;
}
.prodcut .items .pic img {
  position: absolute;
  top: 0;
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
}
.prodcut .items .list-name {
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
  color: #202020;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.prodcut .items .dens {
  margin-top: 25px;
  width: 100%;
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 13px;
}
.prodcut .items .den {
  text-align: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
}
.feedback {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #F7F7F7;
}
.feedback .tits {
  margin-bottom: 34px;
}
.feedback .tits .title {
  font-size: 22px;
  color: #000000;
  position: relative;
}
.feedback .tits .title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 42px;
  height: 7px;
  opacity: 0.8;
  background-color: #3593CD;
  left: 0;
  bottom: -2px;
}
.feedback .tits .eng {
  margin-top: 10px;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #9D9D9D;
}
.feedback .item .pic1 {
  width: 25%;
  margin-right: 20px;
  height: 300px;
  position: relative;
  transition: all 0.5s linear;
  background-color: #1c1c1c;
}
.feedback .item .pic1 img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.feedback .item .pic1 .pic-tit {
  position: absolute;
  left: 39px;
  bottom: 30px;
}
.feedback .item .pic1 .pic-tit .ts {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 16px;
}
.feedback .item .pic1 .pic-tit .line {
  width: 26px;
  height: 3px;
  background-color: #FFFFFF;
}
.feedback .item .pic1:nth-child(3) {
  margin-right: 0;
}
.feedback .item .aczhe img {
  opacity: 1;
}
.feedback .item .ons {
  width: 50%;
}
@media (max-width: 578px) {
  .feedback {
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #F7F7F7;
  }
  .feedback .tits {
    margin-bottom: 34px;
  }
  .feedback .tits .title {
    font-size: 22px;
    color: #000000;
    position: relative;
  }
  .feedback .tits .title::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 42px;
    height: 7px;
    opacity: 0.8;
    background-color: #3593CD;
    left: 0;
    bottom: -2px;
  }
  .feedback .tits .eng {
    margin-top: 10px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #9D9D9D;
  }
  .feedback .item .pic1 {
    margin-bottom: 50px;
    width: 100% !important;
    margin-right: 20px;
    height: 300px;
    position: relative;
    transition: all 0.5s linear;
    background-color: #1c1c1c;
  }
  .feedback .item .pic1 img {
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
  .feedback .item .pic1 .pic-tit {
    position: absolute;
    left: 39px;
    bottom: 30px;
  }
  .feedback .item .pic1 .pic-tit .ts {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 16px;
  }
  .feedback .item .pic1 .pic-tit .line {
    width: 26px;
    height: 3px;
    background-color: #FFFFFF;
  }
  .feedback .item .aczhe img {
    opacity: 1;
  }
  .feedback .item .ons {
    width: 50%;
  }
}
.about {
  padding-top: 70px;
  padding-bottom: 60px;
  position: relative;
}
.about:hover .pic img {
  transform: scale(1.03);
}
.about:hover .jiantou {
  visibility: visible;
  opacity: 1;
  transform: translateX(30px);
}
.about .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .pic img {
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
}
.about .tits {
  margin-bottom: 34px;
  padding-left: 25px;
}
.about .tits .title {
  font-size: 22px;
  color: #000000;
  position: relative;
}
.about .tits .title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 42px;
  height: 7px;
  opacity: 0.8;
  background-color: #3593CD;
  left: 0;
  bottom: -2px;
}
.about .tits .eng {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #9D9D9D;
  margin-top: 10px;
  margin-left: 15px;
}
.about .me {
  margin-top: 30px;
  font-size: 28px;
  color: #000000;
  margin-bottom: 46px;
}
.about .word {
  padding-left: 25px;
  font-size: 14px;
  color: #5c5c5c;
  line-height: 34px;
  margin-bottom: 80px;
}
.about .line8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.about .jiantou {
  transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.new-zixun {
  background-color: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 120px;
}
.new-zixun .tits {
  margin-bottom: 34px;
  position: relative;
}
.new-zixun .tits .title {
  font-size: 22px;
  color: #000000;
  position: relative;
}
.new-zixun .tits .title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 42px;
  height: 7px;
  opacity: 0.8;
  background-color: #3593CD;
  left: 0;
  bottom: -2px;
}
.new-zixun .tits .eng {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #9D9D9D;
  margin-top: 10px;
  margin-left: 15px;
}
.new-zixun .item {
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 37px;
  position: relative;
  transition: all 0.3s linear;
}
.new-zixun .item:hover {
  box-shadow: -1px 0px 5px 5px rgba(160, 160, 160, 0.22);
}
.new-zixun .item:hover img {
  transform: scale(1.03) rotate(5deg);
}
.new-zixun .item:hover .line-xt {
  width: 100%;
  height: 2px;
  background-color: #3593CD;
  position: absolute;
  top: 0;
}
.new-zixun .item:hover .line-xl {
  width: 2px;
  height: 100%;
  background-color: #3593CD;
  position: absolute;
  left: 0;
  bottom: 0;
}
.new-zixun .item:hover .line-xr {
  width: 2px;
  height: 100%;
  background-color: #3593CD;
  position: absolute;
  right: 0;
  top: 0;
}
.new-zixun .item:hover .line-xb {
  width: 100%;
  height: 2px;
  background-color: #3593CD;
  position: absolute;
  bottom: 0;
  right: 0;
}
.new-zixun .item .line-xt {
  transition: all 0.5s linear;
  width: 0px;
  height: 2px;
  background-color: #3593CD;
  position: absolute;
  top: 0;
  left: 0;
}
.new-zixun .item .line-xl {
  transition: all 0.5s linear;
  width: 2px;
  height: 0;
  background-color: #3593CD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.new-zixun .item .line-xr {
  transition: all 0.5s linear;
  width: 2px;
  height: 0;
  background-color: #3593CD;
  position: absolute;
  right: 0;
  top: 0;
}
.new-zixun .item .line-xb {
  transition: all 0.5s linear;
  width: 0px;
  height: 2px;
  background-color: #3593CD;
  position: absolute;
  bottom: 0;
  right: 0;
}
.new-zixun .item .pic {
  position: relative;
  padding-top: 43%;
  margin-bottom: 33px;
  overflow: hidden;
}
.new-zixun .item .pic img {
  position: absolute;
  top: 0;
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
}
.new-zixun .item .tit {
  font-size: 18px;
  color: #000000;
  margin-bottom: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new-zixun .item .word {
  margin-bottom: 33px;
  font-size: 13px;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new-zixun .item .time {
  font-size: 13px;
  color: #aeaeae;
}
.foot {
  padding-top: 90px;
  padding-bottom: 76px;
  background-color: #232426;
}
.foot .address .es {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.foot .address .titis {
  margin-bottom: 25px;
}
.foot .address .titis .tit {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: Normal;
  color: #ffffff;
}
.foot .address .titis .adess {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}
.foot .address .more {
  display: inline-block;
  width: 140px;
  height: 42px;
  font-size: 14px;
  font-weight: 300;
  background-color: #047AC2;
  position: relative;
  color: #ffffff;
}
.foot .address .more:hover .as:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.foot .address .more:hover .as:after {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.foot .address .more .as::before {
  content: "";
  display: none;
  position: absolute;
  width: 140%;
  height: 100%;
  left: 5%;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
  top: -50%;
  background-image: radial-gradient(circle, #047AC2 100%, transparent 20%), radial-gradient(circle, transparent 20%, #047AC2 20%, transparent 30%), radial-gradient(circle, #047AC2 20%, transparent 20%), radial-gradient(circle, #047AC2 20%, transparent 20%), radial-gradient(circle, transparent 10%, #047AC2 15%, transparent 20%), radial-gradient(circle, #047AC2 20%, transparent 20%), radial-gradient(circle, #047AC2 20%, transparent 20%), radial-gradient(circle, #047AC2 20%, transparent 20%), radial-gradient(circle, #047AC2 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.foot .address .more .as::after {
  content: "";
  display: none;
  position: absolute;
  width: 140%;
  height: 100%;
  left: 5%;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
  bottom: -25%;
  background-image: radial-gradient(circle, #047AC2 100%, transparent 20%), radial-gradient(circle, transparent 20%, #047AC2 20%, transparent 30%), radial-gradient(circle, #047AC2 20%, transparent 20%), radial-gradient(circle, #047AC2 20%, transparent 20%), radial-gradient(circle, transparent 10%, #047AC2 15%, transparent 20%), radial-gradient(circle, #047AC2 20%, transparent 20%), radial-gradient(circle, #047AC2 20%, transparent 20%), radial-gradient(circle, #047AC2 20%, transparent 20%), radial-gradient(circle, #047AC2 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.foot .ponenumber .tits {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.foot .ponenumber .chanzhen {
  margin-bottom: 29px;
  font-size: 30px;
  color: #ffffff;
}
.foot .ponenumber .dianhua .telephone {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}
.foot .talk .tit {
  margin-bottom: 37px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.foot .talk .erwi .weixin {
  margin-right: 38px;
}
.foot .talk .erwi .weixin .pic {
  margin-bottom: 17px;
}
.foot .talk .erwi .weixin .pic img {
  width: 130px;
  height: 130px;
}
.foot .talk .erwi .weixin .zi {
  font-size: 14px;
  color: #ffffff;
}
.foot .talk .erwi .gongzhong .pic {
  margin-bottom: 17px;
}
.foot .talk .erwi .gongzhong .pic img {
  width: 130px;
  height: 130px;
}
.foot .talk .erwi .gongzhong .zi {
  font-size: 14px;
  color: #ffffff;
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@media (max-width: 578px) {
  .foot {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.record {
  background-color: #1A1B1D;
  padding: 35px 0px;
}
.record .tits {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #888888;
}
.record .link {
  font-size: 14px;
  font-weight: 300;
  color: #888888;
  margin-right: 20px;
}
.record .beian {
  font-size: 14px;
  font-weight: 300;
  margin-top: 27px;
}
.record .beian a {
  color: #888888;
}
.load-bg {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 80;
}
.load-bg .top {
  height: 50%;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.load-bg .top i {
  display: block;
  width: 200px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  background-color: #555;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.load-bg .top i.on {
  left: 0%;
  margin-left: 0px;
  width: 100%;
}
.load-bg .bot {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.preload {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 81;
  background: #292930;
}
.preload__progress {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin: -1px 0 0 -100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.preload__progress-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation: preloadLine 1.6s both infinite;
  animation: preloadLine 1.6s both infinite;
}
@media (max-width: 1200px) {
  .Toubu {
    height: 100px;
    position: relative;
    z-index: 99999;
  }
  .Toubu .pic {
    width: 153px;
    height: auto;
  }
  .Toubu .pic img {
    width: 100%;
    height: auto;
  }
  .Toubu .nav .nv-item {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    height: 100px;
    position: relative;
    z-index: 99999;
  }
  .Toubu .nav .nv-item .er-ji {
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 9999;
    min-width: 100%;
    height: 60px;
    background-color: #F4F4F4;
    border-bottom: 1px solid #EBEFF3;
    visibility: hidden;
    transition: all 0.3s linear;
    opacity: 0;
  }
  .Toubu .nav .nv-item .er-ji .erji-item {
    margin-right: 54px;
  }
  .Toubu .nav .nv-item .er-ji .erji-item .sanji {
    transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 160px;
    z-index: 999;
    min-width: 100%;
    height: 60px;
    background-color: #F4F4F4;
  }
  .Toubu .nav .nv-item .er-ji .erji-item .sanji .sanji-item {
    margin-right: 54px;
  }
  .Toubu .nav .nv-item .er-ji .erji-item .active {
    visibility: visible;
    opacity: 1;
  }
  .Toubu .nav .nv-item .active {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
  }
  .Toubu .nav .nv-item .yia {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #000000;
    line-height: 100px;
    position: relative;
    transition: all 0.5s linear;
  }
  .Toubu .nav .nv-item .yia::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(0, 154, 232, 0);
    transition: all 0.3s linear;
  }
  .Toubu .nav .nv-item .yia:hover::after {
    width: 50px;
    background-color: #009ae8;
  }
  .Toubu .contact .pics {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .Toubu .contact .ponenumber .number {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
  }
  .Toubu .contact .ponenumber .siz {
    font-size: 12px;
    font-weight: 500;
  }
  .Toubu .pics {
    transition: all 0.3s linear;
    margin-right: 17px;
  }
  .Toubu .pics:hover {
    animation: gelatine 0.5s 1;
  }
  .Toubu .pics img {
    width: 20px;
    height: 20px;
  }
  .Toubu .seach {
    transition: all 0.3s linear;
  }
  .Toubu .seach:hover {
    animation: gelatine 0.5s 1;
  }
  .Toubu .seach img {
    width: 18px;
    height: 18px;
  }
  .header {
    height: 90px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FFFFFF;
  }
  .header .he {
    height: 100%;
  }
  .header .nav {
    padding-right: 30px;
  }
  .header .nav div div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
  }
  .header .nav div .tow-div {
    position: relative;
  }
  .header .nav div .tow-div .toggle-div {
    position: absolute;
    display: none;
    top: 120px;
    left: -80%;
    background: #FFFFFF;
    z-index: 9999;
  }
  .header .nav div .tow-div .toggle-div a {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 50px;
    font-size: 12px;
    font-weight: normal;
    color: #4D4D4D;
    text-align: center;
    line-height: 50px;
    transition: all 0.3s linear;
  }
  .header .nav div .tow-div .toggle-div a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: red;
    transition: all 0.3s linear;
  }
  .header .nav div .tow-div .toggle-div a:hover::after {
    content: "";
    display: inline-block;
    width: 150px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: red;
  }
  .header .seach {
    position: relative;
    overflow: hidden;
  }
  .header .seach input {
    width: 70%;
    height: 30px;
    border: none;
    padding-left: 45px;
    font-size: 14px;
  }
  .header .seach .icos {
    width: 217px;
    height: 44px;
  }
  .header .seach .icos img {
    width: 100%;
    height: 100%;
  }
  .header .seach .sec-btn {
    width: 30%;
    height: 30px;
    background: #E2E2E2;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6B6B6B;
  }
  .header .seach .sec-btn a {
    text-decoration: none;
    line-height: 30px;
    color: #6B6B6B;
  }
  .header .pics {
    position: absolute;
    top: 30px;
    right: 70px;
  }
  .header .pics img {
    width: 30px;
    height: 30px;
  }
  .header .openNav-box {
    cursor: pointer;
  }
  .header .openNav-box .linew {
    transition: all 0.5s linear;
    width: 40px;
    height: 4px;
    background-color: #000000;
    border-radius: 2px;
    margin-top: 8px;
  }
  .header .openNav-box .linew:first-child {
    margin-top: 0;
  }
  .header .animate1 .second-line {
    transform: rotateY(360deg);
    opacity: 0;
  }
  .header .animate1 .first-line {
    transform-origin: center center;
    transform: translateY(12px) rotate(405deg);
  }
  .header .animate1 .third-line {
    transform-origin: center center;
    transform: translateY(-12px) rotate(-405deg);
  }
  .Side-nav {
    overflow: auto;
    overflow-style: marquee-block;
    position: fixed;
    top: 90px;
    z-index: 999;
    width: 200px;
    right: -200px;
    height: calc(100vh - 48px);
    background-color: rgba(0, 0, 0, 0.6);
    background-color: #4a6699;
    transition: all 0.5s linear;
  }
  .Side-nav::-webkit-scrollbar {
    width: 0;
  }
  .Side-nav .nav-item {
    border-bottom: 1px solid #171616;
  }
  .Side-nav .nav-item .second-level {
    background-color: #bbbbbb;
    display: none;
    position: relative;
    z-index: 9999;
  }
  .Side-nav .nav-item .second-level .three-j {
    background-color: #dbdbdb;
    display: none;
  }
  .Side-nav .nav-item .second-level .tow-j {
    border-bottom: 1px solid #171616;
  }
  .Side-nav .nav-item div {
    border-bottom: 1px solid #171616;
  }
  .Side-nav .nav-item a {
    text-align: center;
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
  }
  .Side-nav a {
    text-align: center;
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #c8cbcf;
  }
}
.active {
  right: 0;
}
@media (max-width: 996px) {
  .header {
    height: 90px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FFFFFF;
  }
  .header .he {
    height: 100%;
  }
  .header .nav {
    padding-right: 30px;
  }
  .header .nav div div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
  }
  .header .nav div .tow-div {
    position: relative;
  }
  .header .nav div .tow-div .toggle-div {
    position: absolute;
    display: none;
    top: 120px;
    left: -80%;
    background: #FFFFFF;
    z-index: 9999;
  }
  .header .nav div .tow-div .toggle-div a {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 50px;
    font-size: 12px;
    font-weight: normal;
    color: #4D4D4D;
    text-align: center;
    line-height: 50px;
    transition: all 0.3s linear;
  }
  .header .nav div .tow-div .toggle-div a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: red;
    transition: all 0.3s linear;
  }
  .header .nav div .tow-div .toggle-div a:hover::after {
    content: "";
    display: inline-block;
    width: 150px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: red;
  }
  .header .seach {
    position: relative;
    overflow: hidden;
  }
  .header .seach input {
    width: 70%;
    height: 30px;
    border: none;
    padding-left: 45px;
    font-size: 14px;
  }
  .header .seach .icos {
    width: 217px;
    height: 44px;
  }
  .header .seach .icos img {
    width: 100%;
    height: 100%;
  }
  .header .seach .sec-btn {
    width: 30%;
    height: 30px;
    background: #E2E2E2;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6B6B6B;
  }
  .header .seach .sec-btn a {
    text-decoration: none;
    line-height: 30px;
    color: #6B6B6B;
  }
  .header .openNav-box {
    cursor: pointer;
  }
  .header .openNav-box .linew {
    transition: all 0.5s linear;
    width: 40px;
    height: 4px;
    background-color: #000000;
    border-radius: 2px;
    margin-top: 8px;
  }
  .header .openNav-box .linew:first-child {
    margin-top: 0;
  }
  .header .animate1 .second-line {
    transform: rotateY(360deg);
    opacity: 0;
  }
  .header .animate1 .first-line {
    transform-origin: center center;
    transform: translateY(12px) rotate(405deg);
  }
  .header .animate1 .third-line {
    transform-origin: center center;
    transform: translateY(-12px) rotate(-405deg);
  }
  .swiper-container {
    width: 100%;
    height: 300px;
  }
  .swiper-container .ban {
    width: 100%;
    height: 100%;
    animation: banner 2.5s linear infinite alternate;
  }
  .swiper-container .ban1 {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
  }
  @keyframes banner {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.05);
    }
  }
  .swiper-container .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  .swiper-container .line {
    position: absolute;
    bottom: 20vh;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 2px;
    background-color: #A3A5A1;
    overflow: hidden;
  }
  .swiper-container .line .line-bg {
    background-color: #FFFFFF;
    width: 0;
    height: 2px;
    animation: banner-line 2.8s infinite;
  }
  @keyframes banner-line {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  .swiper-container .swiper-pagination-fraction {
    font-size: 18px;
    color: #FFFFFF;
    bottom: 113px;
    left: -33%;
  }
  .swiper-container .swiper-pagination-current {
    font-size: 30px;
    color: #BF3518;
  }
  .swiper-container1 {
    width: 100%;
    height: 260px;
  }
  .swiper-container1 .ban {
    width: 100%;
    height: 100%;
  }
  .swiper-container1 .ban1 {
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  .swiper-container1 .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  .swiper-container1 .line {
    position: absolute;
    bottom: 20vh;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 2px;
    background-color: #A3A5A1;
    overflow: hidden;
  }
  .swiper-container1 .line .line-bg {
    background-color: #FFFFFF;
    width: 0;
    height: 2px;
    animation: banner-line 2.8s infinite;
  }
  @keyframes banner-line {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  .swiper-container1 .swiper-pagination-fraction {
    font-size: 18px;
    color: #FFFFFF;
    bottom: 113px;
    left: -33%;
  }
  .swiper-container1 .swiper-pagination-current {
    font-size: 30px;
    color: #BF3518;
  }
  .prodcut {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .prodcut .protits {
    text-align: center;
    margin-bottom: 45px;
  }
  .prodcut .protits .tit {
    font-size: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 22px;
  }
  .prodcut .protits .futit {
    font-size: 14px;
    font-weight: Normal;
    color: #A3A3A3;
  }
  .prodcut .items {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s linear;
    margin-bottom: 30px;
  }
  .prodcut .items:hover .pic .hei {
    background: #D4EEFB;
  }
  .prodcut .items:hover .pic {
    box-shadow: -1px 0px 5px 5px rgba(160, 160, 160, 0.1);
  }
  .prodcut .items a {
    z-index: 90;
  }
  .prodcut .items .pic {
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s linear;
  }
  .prodcut .items .pic .hei {
    transition: all 0.3s linear;
    background: linear-gradient(to right, #E0E0E0 0%, #F4F4F4 100%);
    opacity: 0.3;
  }
  .prodcut .items .pic img {
    width: 100%;
  }
  .prodcut .items .list-name {
    margin-top: 20px;
    width: 120px;
    font-size: 11px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .prodcut .items .dens {
    text-align: left;
    width: 120px;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .prodcut .items .den {
    text-align: left;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666666;
  }
}
@media (max-width: 768px) {
  .swiper-container {
    width: 100%;
    height: 300px;
  }
  .swiper-container .ban {
    width: 100%;
    height: 100%;
    animation: banner 2.5s linear infinite alternate;
  }
  .swiper-container .ban1 {
    width: 90%;
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
  }
  @keyframes banner {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.05);
    }
  }
  .swiper-container .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  .swiper-container .line {
    position: absolute;
    bottom: 20vh;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 2px;
    background-color: #A3A5A1;
    overflow: hidden;
  }
  .swiper-container .line .line-bg {
    background-color: #FFFFFF;
    width: 0;
    height: 2px;
    animation: banner-line 2.8s infinite;
  }
  @keyframes banner-line {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  .swiper-container .swiper-pagination-fraction {
    font-size: 18px;
    color: #FFFFFF;
    bottom: 113px;
    left: -33%;
  }
  .swiper-container .swiper-pagination-current {
    font-size: 30px;
    color: #BF3518;
  }
  .about {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .about .pic {
    width: 100%;
    height: 100%;
  }
  .about .pic img {
    width: 100%;
    height: 100%;
  }
  .about .tits {
    margin-top: 30px;
    padding-left: 0;
    margin-bottom: 34px;
  }
  .about .tits .title {
    font-size: 22px;
    color: #000000;
    position: relative;
  }
  .about .tits .title::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 42px;
    height: 7px;
    opacity: 0.8;
    background-color: #3593CD;
    left: 0;
    bottom: -2px;
  }
  .about .tits .eng {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #9D9D9D;
    margin-top: 10px;
    margin-left: 15px;
  }
  .about .word {
    padding-left: 0;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 26px;
    margin-bottom: 80px;
  }
  .new-zixun {
    background-color: #F6F6F6;
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .new-zixun .tits {
    margin-bottom: 34px;
    position: relative;
  }
  .new-zixun .tits .title {
    font-size: 22px;
    color: #000000;
    position: relative;
  }
  .new-zixun .tits .title::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 42px;
    height: 7px;
    opacity: 0.8;
    background-color: #3593CD;
    left: 0;
    bottom: -2px;
  }
  .new-zixun .tits .eng {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #9D9D9D;
    margin-top: 10px;
    margin-left: 15px;
  }
  .new-zixun .item {
    margin-bottom: 22px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 37px;
    position: relative;
    transition: all 0.3s linear;
  }
  .new-zixun .item:hover {
    box-shadow: -1px 0px 5px 5px rgba(160, 160, 160, 0.22);
  }
  .new-zixun .item .pic {
    box-sizing: border-box;
    padding-bottom: 33px;
  }
  .new-zixun .item .pic img {
    width: 100%;
  }
  .new-zixun .item .tit {
    font-size: 18px;
    color: #000000;
    margin-bottom: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .new-zixun .item .word {
    margin-bottom: 33px;
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .new-zixun .item .time {
    font-size: 13px;
    color: #aeaeae;
  }
}
.bannerf {
  position: relative;
}
.bannerf img {
  width: 100%;
  height: 100%;
}
.bannerf .tit {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.bannerf .tit .zhong {
  font-size: 64px;
  color: #ffffff;
  text-shadow: -1px 0px 0px 0px rgba(72, 72, 72, 0.45);
  margin-bottom: 30px;
}
.bannerf .tit .eng {
  margin-top: 10px;
  margin-left: 15px;
  font-size: 28px;
  font-weight: 400;
  color: #dbdbdb;
}
.tab {
  width: 100%;
  border-bottom: 1px solid #E6E8E9;
  flex-wrap: wrap;
}
.tab div {
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  margin-right: 50px;
  position: relative;
}
.tab div:hover a {
  color: #009AE8;
}
.tab div:hover::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 4px;
  background-color: #009AE8;
}
.tab div a {
  color: #000000;
}
.honor {
  background-color: #F3F6F7;
  padding-top: 90px;
  padding-bottom: 100px;
}
.honor .tit {
  margin-bottom: 31px;
  text-align: center;
  font-size: 28px;
  color: #000000;
}
.honor .pic {
  height: 160px;
  margin-bottom: 50px;
  position: relative;
  transition: all 0.3s linear;
}
.honor .pic:hover {
  transform: scale(1.03);
}
.honor .pic img {
  width: 100%;
  height: 100%;
}
@keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@media (max-width: 996px) {
  .bannerf {
    box-sizing: border-box;
    position: relative;
  }
  .bannerf img {
    width: 100%;
    height: 100%;
  }
  .bannerf .tit {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .bannerf .tit .zhong {
    font-size: 24px;
    color: #ffffff;
    text-shadow: -1px 0px 0px 0px rgba(72, 72, 72, 0.45);
    margin-bottom: 20px;
  }
  .bannerf .tit .eng {
    margin-top: 10px;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #dbdbdb;
  }
  .tab {
    width: 100%;
    border-bottom: 1px solid #E6E8E9;
  }
  .tab div {
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    margin-right: 25px;
    position: relative;
  }
  .tab div:hover a {
    color: #009AE8;
  }
  .tab div:hover::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 4px;
    background-color: #009AE8;
  }
  .tab div a {
    color: #000000;
  }
}
.pro-tit {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #F8F8F8;
}
.pro-tit .sss {
  padding: 0 12%;
}
.pro-tit .tit {
  font-size: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
.pro-tit .word {
  font-size: 16px;
  text-align: center;
  color: #5c5c5c;
  line-height: 30px;
}
.veo-box {
  background-color: #EFF1F6;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 70px;
  padding-bottom: 60px;
}
.veo-box .videos .video {
  width: 100%;
  height: 310px;
  position: relative;
}
.veo-box .videos .video .play {
  margin-top: 19px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.veo-box .videos .video img {
  width: 100%;
  height: 100%;
}
.veo-box .videos .video .ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.veo-box .videos .video .ico img {
  width: 45px;
  height: 45px;
}
.veo-box .titi {
  font-size: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 50px;
}
.veo-box .tits {
  font-size: 22px;
  color: #0d9fe9;
  margin-bottom: 20px;
}
.veo-box .word {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
  color: #636363;
  line-height: 30px;
}
.veo-box .more {
  width: 156px;
  height: 46px;
  border: 1px solid #434343;
  font-size: 16px;
  transition: all 0.3s linear;
}
.veo-box .more:hover {
  background-color: #0D9FE9;
  border: none;
}
.veo-box .more:hover a {
  color: #FFFFFF;
}
.veo-box .more a {
  transition: all 0.3s linear;
  color: #232323;
}
@media (max-width: 1200px) {
  .veo-box {
    background-color: #EFF1F6;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .veo-box .videos .video {
    width: 100%;
    height: 310px;
    position: relative;
    margin-bottom: 30px;
  }
  .veo-box .videos .video .play {
    margin-top: 19px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
  }
  .veo-box .videos .video img {
    width: 100%;
    height: 100%;
  }
  .veo-box .videos .video .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .veo-box .videos .video .ico img {
    width: 45px;
    height: 45px;
  }
  .veo-box .titi {
    font-size: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
  }
  .veo-box .tits {
    font-size: 22px;
    color: #0d9fe9;
    margin-bottom: 20px;
  }
  .veo-box .word {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    color: #636363;
    line-height: 30px;
  }
  .veo-box .more {
    width: 156px;
    height: 46px;
    border: 1px solid #434343;
    font-size: 16px;
    transition: all 0.3s linear;
  }
  .veo-box .more:hover {
    background-color: #0D9FE9;
    border: none;
  }
  .veo-box .more:hover a {
    color: #FFFFFF;
  }
  .veo-box .more a {
    transition: all 0.3s linear;
    color: #232323;
  }
}
@media (max-width: 978px) {
  .veo-box {
    padding-left: 0;
    padding-right: 0;
    background-color: #EFF1F6;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .veo-box .videos .video {
    width: 100%;
    height: 310px;
    position: relative;
  }
  .veo-box .videos .video .play {
    margin-top: 19px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
  }
  .veo-box .videos .video img {
    width: 100%;
    height: 100%;
  }
  .veo-box .videos .video .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .veo-box .videos .video .ico img {
    width: 45px;
    height: 45px;
  }
  .veo-box .titi {
    font-size: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
  }
  .veo-box .tits {
    font-size: 22px;
    color: #0d9fe9;
    margin-bottom: 20px;
  }
  .veo-box .word {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    color: #636363;
    line-height: 30px;
  }
  .veo-box .more {
    width: 156px;
    height: 46px;
    border: 1px solid #434343;
    font-size: 16px;
    transition: all 0.3s linear;
  }
  .veo-box .more:hover {
    background-color: #0D9FE9;
    border: none;
  }
  .veo-box .more:hover a {
    color: #FFFFFF;
  }
  .veo-box .more a {
    transition: all 0.3s linear;
    color: #232323;
  }
}
.prodcutcs {
  padding: 87px 0;
  background-color: #F6F6F6;
}
.prodcutcs .swiper-container3 {
  width: 100%;
  height: 463px;
  overflow: hidden;
}
.prodcutcs .swiper-container3 .swiper-slide {
  height: 100%;
  width: 100%;
}
.prodcutcs .swiper-container3 .swiper-slide img {
  height: 100%;
  width: 100%;
}
.prodcutcs .sew {
  position: relative;
}
.prodcutcs .prev {
  position: absolute;
  left: 50px;
  top: 230px;
  z-index: 999;
  width: 46px;
  height: 46px;
  background-color: #EEEEEE;
}
.prodcutcs .prev img {
  width: 8px;
  height: 13px;
}
.prodcutcs .prev:hover {
  background-color: #0D9FE9;
}
.prodcutcs .next {
  position: absolute;
  right: 50px;
  top: 230px;
  z-index: 999;
  width: 46px;
  height: 46px;
  background-color: #EEEEEE;
}
.prodcutcs .next img {
  width: 8px;
  height: 13px;
}
.prodcutcs .next:hover {
  background-color: #0D9FE9;
}
.prodcutcs .content .title {
  margin-bottom: 69px;
}
.prodcutcs .content .title .tit {
  font-size: 28px;
  color: #000000;
  margin-bottom: 29px;
}
.prodcutcs .content .title .tit-xilie {
  margin-bottom: 29px;
  font-size: 18px;
  color: #676767;
}
.prodcutcs .content .title .kva {
  font-size: 18px;
  color: #676767;
}
.prodcutcs .content .word {
  margin-bottom: 128px;
}
.prodcutcs .content .word .tit-ying {
  margin-bottom: 19px;
  font-size: 16px;
  color: #000000;
}
.prodcutcs .content .word .tit-lin {
  font-size: 16px;
  color: #676767;
  line-height: 26px;
}
.prodcutcs .content .bs .usme {
  padding: 14px 35px;
  margin-right: 40px;
  font-size: 14px;
  border: 1px solid #434343;
  transition: all 0.3s linear;
}
.prodcutcs .content .bs .usme a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #393939;
}
.prodcutcs .content .bs .usme:hover {
  background: #0d9fe9;
  border: 0;
}
.prodcutcs .content .bs .usme:hover a {
  color: #ffffff;
}
.tabs {
  height: 70px;
  background-color: #009AE8;
}
.tabs div {
  transition: all 0.3s linear;
  padding: 29px 41px;
  font-size: 16px;
  color: #ffffff;
}
.tabs div:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.tabs .tabact {
  background-color: #FFFFFF;
  color: #000000;
}
.characteristics {
  background-color: #FFFFFF;
  padding: 83px 0;
}
.characteristics .tit {
  font-size: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 64px;
}
.characteristics .content {
  text-align: justify;
  padding: 0 200px;
  line-height: 28px;
}
.characteristics .content img {
  width: 100%;
}
.proct {
  display: none;
}
.probolck {
  display: block;
}
@media (max-width: 992px) {
  .prodcutcs {
    padding: 0 0;
    padding-bottom: 50px;
    padding-top: 80px;
    background-color: #F6F6F6;
  }
  .prodcutcs .swiper-container3 {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .prodcutcs .swiper-container3 .swiper-slide {
    height: 100%;
    width: 100%;
  }
  .prodcutcs .swiper-container3 .swiper-slide img {
    height: 100%;
    width: 100%;
  }
  .prodcutcs .sew {
    position: relative;
    margin-bottom: 40px;
  }
  .prodcutcs .prev {
    display: none !important;
    position: absolute;
    left: 50px;
    top: 230px;
    z-index: 999;
    width: 46px;
    height: 46px;
    background-color: #EEEEEE;
  }
  .prodcutcs .prev img {
    width: 8px;
    height: 13px;
  }
  .prodcutcs .prev:hover {
    background-color: #0D9FE9;
  }
  .prodcutcs .next {
    display: none !important;
    position: absolute;
    right: 50px;
    top: 230px;
    z-index: 999;
    width: 46px;
    height: 46px;
    background-color: #EEEEEE;
  }
  .prodcutcs .next img {
    width: 8px;
    height: 13px;
  }
  .prodcutcs .next:hover {
    background-color: #0D9FE9;
  }
  .prodcutcs .content .title {
    margin-bottom: 40px;
  }
  .prodcutcs .content .title .tit {
    font-size: 28px;
    color: #000000;
  }
  .prodcutcs .content .title .tit-xilie {
    font-size: 18px;
    color: #676767;
  }
  .prodcutcs .content .title .kva {
    font-size: 18px;
    color: #676767;
  }
  .prodcutcs .content .word {
    margin-bottom: 60px;
  }
  .prodcutcs .content .word .tit-ying {
    font-size: 16px;
    color: #000000;
  }
  .prodcutcs .content .word .tit-lin {
    font-size: 16px;
    color: #676767;
  }
  .prodcutcs .content .bs .usme {
    font-size: 12px;
    color: #393939;
  }
  .tabs {
    height: 40px;
    background-color: #009AE8;
  }
  .tabs div {
    transition: all 0.3s linear;
    padding: 20px 25px;
    font-size: 12px;
    color: #ffffff;
  }
  .tabs div:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
  .characteristics {
    background-color: #FFFFFF;
  }
  .characteristics .tit {
    font-size: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 64px;
  }
  .characteristics .content {
    padding: 0 0;
  }
}
.solution {
  background-color: #F6F6F6;
  padding: 40px 0;
}
.solution .solu-item {
  position: relative;
  border-bottom: 4px solid #eaeaea;
  background-color: #FFFFFF;
  padding: 35px 45px;
  margin-bottom: 45px;
}
.solution .solu-item .item-l .time {
  width: 106px;
  transition: all 0.3s linear;
  margin-right: 36px;
  background: #dadada;
  border: 1px solid #d2d2d2;
  padding: 27px 18px 20px 13px;
}
.solution .solu-item .item-l .time .tit {
  margin-bottom: 18px;
  font-size: 14px;
  color: #ffffff;
}
.solution .solu-item .item-l .time .day {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
}
.solution .solu-item .item-l .time .year {
  font-size: 14px;
  color: #ffffff;
}
.solution .solu-item .item-l .neirong {
  width: calc(100% - 30%);
}
.solution .solu-item .item-l .neirong .tis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  margin-top: 18px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #333333;
}
.solution .solu-item .item-l .neirong .nei {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}
.solution .solu-item .item-r {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
.solution .solu-item .item-r .line {
  width: 1px;
  height: 76px;
  background-color: #E3E3E3;
  margin-right: 43px;
}
.solution .solu-item .item-r .wai {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 143, 215, 0.1);
}
.solution .solu-item .item-r .wai .nei {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #008fd7;
}
.solution .solu-item:hover {
  border-bottom: 4px solid #008fd7;
}
.solution .solu-item:hover .item-l .time {
  margin-right: 36px;
  background: #008fd7;
  padding: 27px 18px 20px 13px;
}
.solution .solu-item:hover .item-l .time .tit {
  margin-bottom: 18px;
  font-size: 14px;
  color: #ffffff;
}
.solution .solu-item:hover .item-l .time .day {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
}
.solution .solu-item:hover .item-l .time .year {
  font-size: 14px;
  color: #ffffff;
}
.solution .solu-item:hover .item-l .neirong .tis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  margin-top: 18px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #333333;
}
.solution .solu-item:hover .item-l .neirong .nei {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #999999;
}
.solution .solu-item:hover .item-r {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 578px) {
  .solution {
    background-color: #F6F6F6;
    padding: 40px 0;
  }
  .solution .solu-item {
    position: relative;
    border-bottom: 4px solid #eaeaea;
    background-color: #FFFFFF;
    padding: 10px 20px;
    margin-bottom: 45px;
  }
  .solution .solu-item .item-l .time {
    transition: all 0.3s linear;
    margin-right: 18px;
    background: #dadada;
    border: 1px solid #d2d2d2;
    padding: 27px 18px 20px 13px;
  }
  .solution .solu-item .item-l .time .tit {
    margin-bottom: 18px;
    font-size: 13px;
    color: #ffffff;
  }
  .solution .solu-item .item-l .time .day {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
  }
  .solution .solu-item .item-l .time .year {
    font-size: 12px;
    color: #ffffff;
  }
  .solution .solu-item .item-l .neirong {
    width: calc(100% - 10%);
  }
  .solution .solu-item .item-l .neirong .tis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 25px;
    font-size: 20px;
    color: #333333;
  }
  .solution .solu-item .item-l .neirong .nei {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
  }
  .solution .solu-item .item-r {
    display: none !important;
    transition: all 0.3s linear;
  }
  .solution .solu-item .item-r .line {
    width: 1px;
    height: 76px;
    background-color: #E3E3E3;
    margin-right: 43px;
  }
  .solution .solu-item .item-r .wai {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 143, 215, 0.1);
  }
  .solution .solu-item .item-r .wai .nei {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #008fd7;
  }
  .solution .solu-item:hover {
    border-bottom: 4px solid #008fd7;
  }
  .solution .solu-item:hover .item-l .time {
    background: #008fd7;
  }
  .solution .solu-item:hover .item-l .time .tit {
    margin-bottom: 18px;
    font-size: 13px;
    color: #ffffff;
  }
  .solution .solu-item:hover .item-l .time .day {
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 17px;
    color: #ffffff;
  }
  .solution .solu-item:hover .item-l .time .year {
    font-size: 14px;
    color: #ffffff;
  }
  .solution .solu-item:hover .item-l .neirong .tis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 25px;
    font-size: 20px;
    color: #333333;
  }
  .solution .solu-item:hover .item-l .neirong .nei {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
  }
  .solution .solu-item:hover .item-r {
    visibility: visible;
    opacity: 1;
  }
}
.case {
  padding: 70px 0;
}
.case .item {
  margin-bottom: 66px;
}
.case .item:hover .word {
  color: #019be8;
}
.case .item:hover .pic {
  position: relative;
  box-sizing: border-box;
  height: 398px;
  margin-bottom: 19px;
}
.case .item:hover .pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.case .item:hover .pic a {
  background-color: rgba(1, 155, 232, 0.3);
}
.case .item:hover .line {
  background-color: #019be8;
}
.case .pic {
  height: 398px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 19px;
}
.case .pic a {
  transition: all 0.3s linear;
}
.case .pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.case .word {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 400;
  color: #1c1c1c;
  transition: all 0.3s linear;
}
.case .line {
  width: 100%;
  height: 1px;
  background-color: #E2E2E2;
  transition: all 0.3s linear;
}
.anli-case {
  background-color: #F7F7F7;
  padding-top: 60px;
  padding-bottom: 80px;
}
.anli-case .tit {
  font-size: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 46px;
}
.anli-case .ite:hover .case-items .pic img {
  transform: scale(1.02);
}
.anli-case .case-items {
  position: relative;
  margin-bottom: 20px;
}
.anli-case .case-items .pic {
  height: 170px;
  margin-bottom: 20px;
  overflow: hidden;
}
.anli-case .case-items .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
.anli-case .case-items .word {
  font-size: 16px;
  text-align: center;
  color: #000000;
}
.sousuo {
  padding-top: 80px;
  padding-bottom: 100px;
}
.sousuo .ipt {
  margin: 0 auto;
  width: 40%;
  position: relative;
  margin-bottom: 70px;
}
.sousuo .ipt input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 34px;
  padding-left: 40px;
}
.sousuo .ipt .se {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.sousuo .ipt .ico {
  width: 100%;
  height: 100%;
}
.sousuo .ser-tit {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
  margin: 0 auto;
  width: 60%;
}
.sousuo .ser-tit .zixun {
  font-size: 16px;
  text-align: left;
  color: #008fd7;
}
.sousuo .ser-tit .reslt {
  font-size: 14px;
  text-align: left;
  color: #919191;
}
.sousuo .crr {
  margin-top: 40px;
}
.sousuo .curr-list {
  margin: 0 auto;
  width: 60%;
  height: 58px;
  padding-left: 20px;
  position: relative;
}
.sousuo .curr-list:hover {
  background-color: #F8FAFB;
}
.sousuo .curr-list:hover .list-l .dian {
  width: 6px;
  height: 6px;
  background: #0273bf;
}
.sousuo .curr-list:hover .list-l .word {
  font-size: 16px;
  font-weight: 400;
  color: #0273bf;
}
.sousuo .curr-list:hover .time {
  font-size: 15px;
  font-weight: 400;
  color: #0273bf;
}
.sousuo .curr-list .list-l {
  width: calc(100% - 20%);
}
.sousuo .curr-list .list-l .dian {
  width: 6px;
  height: 6px;
  background: #c2cdd7;
  border-radius: 50%;
  margin-right: 11px;
}
.sousuo .curr-list .list-l .word {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sousuo .curr-list .time {
  font-size: 15px;
  font-weight: 400;
  color: #b0b0b0;
}
@media (max-width: 768px) {
  .sousuo {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .sousuo .ipt {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  .sousuo .ipt input {
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 34px;
    padding-left: 40px;
  }
  .sousuo .ipt .se {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .sousuo .ipt .ico {
    width: 100%;
    height: 100%;
  }
  .sousuo .ser-tit {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 auto;
    width: 100%;
  }
  .sousuo .ser-tit .zixun {
    font-size: 16px;
    text-align: left;
    color: #008fd7;
  }
  .sousuo .ser-tit .reslt {
    font-size: 14px;
    text-align: left;
    color: #919191;
  }
  .sousuo .crr {
    margin-top: 40px;
  }
  .sousuo .curr-list {
    margin: 0 auto;
    width: 100%;
    height: 58px;
    padding-left: 20px;
    position: relative;
  }
  .sousuo .curr-list:hover {
    background-color: #F8FAFB;
  }
  .sousuo .curr-list:hover .list-l .dian {
    width: 6px;
    height: 6px;
    background: #0273bf;
  }
  .sousuo .curr-list:hover .list-l .word {
    font-size: 16px;
    font-weight: 400;
    color: #0273bf;
  }
  .sousuo .curr-list:hover .time {
    font-size: 15px;
    font-weight: 400;
    color: #0273bf;
  }
  .sousuo .curr-list .list-l {
    width: calc(100% - 20%);
  }
  .sousuo .curr-list .list-l .dian {
    width: 6px;
    height: 6px;
    background: #c2cdd7;
    border-radius: 50%;
    margin-right: 11px;
  }
  .sousuo .curr-list .list-l .word {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sousuo .curr-list .time {
    font-size: 15px;
    font-weight: 400;
    color: #b0b0b0;
  }
}
.danghang {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.danghang .tle {
  position: relative;
  right: -20px;
  width: 83px;
  height: 52px;
  background: #ffffff;
  border-radius: 26px 0px 0px 26px;
  box-shadow: 0px 0px 10px 10px rgba(183, 183, 183, 0.2);
  transition: all 0.2s linear;
}
.danghang .tle .phkuang {
  transition: all 0.5s linear;
  visibility: hidden;
  opacity: 0;
  padding-left: 21px;
  padding-top: 18px;
  opacity: 1;
  position: absolute;
  left: -209px;
  top: -17px;
  width: 190px;
  height: 100px;
  background: #0090d8;
  border-radius: 16px;
  box-shadow: 0px 0px 13px 13px rgba(167, 167, 167, 0.16);
}
.danghang .tle .phkuang .zzii {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 21px;
}
.danghang .tle .phkuang .number {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.danghang .tle .weixin-box {
  overflow: hidden;
  padding: 10px;
  transition: all 0.5s linear;
  visibility: hidden;
  opacity: 0;
  opacity: 1;
  position: absolute;
  left: -209px;
  top: 0px;
  width: 185px;
  height: 179px;
  background: #0090d8;
  border-radius: 16px;
  box-shadow: 0px 0px 13px 13px rgba(167, 167, 167, 0.16);
}
.danghang .tle .weixin-box img {
  margin-left: 0;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.danghang .tle img {
  width: 22px;
  height: 20px;
  margin-left: 24px;
}
.danghang .tle .top {
  width: 21px;
  height: 11px;
}
.danghang .tle:hover {
  background-color: #0090D8;
  right: 0px;
}
.danghang .tle:hover .phkuang {
  visibility: visible;
  opacity: 1;
}
.danghang .tle:hover .weixin-box {
  visibility: visible;
  opacity: 1;
}
.his {
  display: none;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.pagination li a {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 6px;
  background-color: #fff;
  color: #3951b3;
  margin-right: 12px;
  display: inline-block;
  vertical-align: text-bottom;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
}
.pagination li span {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 6px;
  background-color: #fff;
  color: #3951b3;
  margin-right: 12px;
  display: inline-block;
  vertical-align: text-bottom;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
}
.pagination .active span {
  background: #4e6ef2;
  color: #fff;
}
.over {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.tempContainer {
  position: fixed;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
  z-index: 101;
}
/*# sourceMappingURL=index.css.map */