.swiper-wrapper{height:auto}

.bf-banner .owl-carousel {
  position: relative;
}

.bf-banner .owl-carousel .banner-item a {
  display: block;
}

.bf-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
  display: none;
}

.bf-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
  display: none;
}

.bf-banner .owl-carousel .owl-nav button.owl-prev,
.bf-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.bf-banner .owl-carousel .owl-nav button.owl-prev:hover,
.bf-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #fc6438;
}

.bf-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.bf-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.bf-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}



.bf-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 7.3%;
  width: 100%;
  font-size: 0;
  bottom: 8%;
}

.bf-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 10px;
  outline: none;
  opacity: 1;
  color: rgb(255 255 255 / 33%);
  font-weight: 600;
}

.bf-banner .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: 1;
  color: rgb(255 255 255 / 100%);
}

.bf-banner .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
  color: rgb(255 255 255 / 100%);
}






.bf-banner .owl-carousel .owl-dots .owl-dot:hover {}

.bf-banner .owl-carousel .owl-dots .owl-dot.active span {
  animation: mymove 5s linear infinite;
  -webkit-animation: mymove 5s linear infinite;
}

@keyframes mymove {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
  {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}





@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bf-banner .active img {
  visibility: visible !important;
  -webkit-animation: scaleUpDown 5s;
  animation: scaleUpDown 5s;
}




.bf-banner .wz_aa {
  position: absolute;
  top: 32%;
  width: 100%;
  left: 0px;
}

.zta99 {
  margin-left: 0;
  max-width: 670px;
}

.zta99 .img_ba {
  max-width: 300px;
}

.zta99 .img_ba img {
  max-width: 100%;
}



.wb_tt h2 {
  font-size: 38px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 1.5vw;
}


.wb_tt h3 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 1.5vw;
  padding-bottom: 1.5vw;
  line-height: 1.8;
}



.img_ba {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  opacity: 0
}

.xwz_11 {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 16px 24px;
}

.bf-banner .active .xwz_11 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}


.bf-banner .active .img_ba {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}



.flexf {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#about {
  width: 100%;
  position: relative;
  z-index: 99;
  margin-top: -50px;
}

#about {
  width: 100%;
  position: relative;
  z-index: 99;
  margin-top: -50px;
}

.aboutbox {
  margin-top: -80px;
  background: url(../images/aboutbg.jpg) no-repeat;
  height: 400px;
  padding: 48px 64px;
  color: #fff;
  background-color: #fff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}


#about .aboutinfobox h3 {
  font-weight: bold;
  font-size: 12px;
}

#about .aboutinfobox h2 {
  font-weight: bold;
  padding-top: 24px;
  font-size: 30px;
  font-weight: 100;
}

#about .aboutinfobox span {
  font-size: 12px;
  font-weight: 100;
}

#about .aboutinfobox p {
  width: 360px;
  line-height: 24px;
  font-size: 14px;
  padding-top: 30px;
}

#about .aboutinfobox a {
  display: block;
  width: 118px;
  height: 32px;
  padding-left: 16px;
  line-height: 32px;
  background: url(../images/jiantou.png) 100px no-repeat rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  margin-top: 24px;
  box-sizing: content-box;
  position: relative;
  overflow: hidden;
}

#about .aboutinfobox a::before {
  content: "";
  display: block;
  width: 16em;
  height: 8em;
  border-radius: 50%;
  position: absolute;
  left: -1em;
  top: -2.75em;
  z-index: 1;
  transform: scale(0);
  transform-origin: center;
  background-color: #000000;
  opacity: 0;
  transition: 0.5s ease;
}
#about .aboutinfobox a:hover::before {
  transform: scale(1);
  opacity: 0.2;
}



.aboutnum{
  margin:90px 0px 0px;
  background: url(../images/companynumbg.jpg) center / cover no-repeat;
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  background-attachment: fixed !important;
}

.aboutnum ul {
  justify-content: space-around;
}

/*.about_number li {}*/

.aboutnum li a {
  display: block;
  text-align: center;
}

.aboutnum li h4 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}

.aboutnum li h4 p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
  background-image: -webkit-linear-gradient(-60deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aboutnum li h4 span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #fff;
  margin-left: 0.2em;
}

.aboutnum li .sums {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 0.56em;
}





#service {
  padding: 120px 0px 60px;
}


#service .intl {
  margin-bottom: 80px;
}

#service .intl h3 {
  color: #333;
}

#service .intl h5 {
  font-size: 128px;
  top: -60px;
  color: transparent;
  -webkit-text-stroke: 1px #c93636;
  ;
  opacity: 0.1;
}

#service .intl span {
  margin-bottom: 15px;
}



#service .serviceitem {
  width: 32%;
  padding: 35px 30px;
  background-color: #fff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 9;
  border-radius: var(--radius-md);
  transition: var(--transition-normal);
}

#service .serviceitem::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #007078;
  border-radius: var(--radius-md);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: -1;
}

#service .serviceitem::after {
  position: absolute;
  top: -50px;
  right: 0;
  width: 105px;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/line-shape.png);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#service .serviceitem .icon {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#service .serviceitem .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/shape-3.png);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

#service .serviceitem .icon i {
  color: #007078;
}

#service .serviceitem .content {
  margin-top: 20px;
}

#service .serviceitem .content h4 {
  margin-bottom: 12px;
  font-weight: bold;
}

#service .serviceitem .content h4 a {
  color: #000;
  font-size: 20px;
}

#service .serviceitem .content h4 a:hover {
  color: #007078;
}

#service .serviceitem .content p {
  font-size: 14px;
  line-height: 32px;
}

#service .serviceitem:hover {
  cursor: pointer;
}

#service .serviceitem:hover::before {
  transform: scale(1, 1);
  transform-origin: top center;
}

#service .serviceitem:hover::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}

#service .serviceitem:hover .icon::before {
  filter: grayscale(100%) brightness(300%);
}

#service .serviceitem:hover .content h4 a {
  color: #fff;
}

#service .serviceitem:hover .content p {
  color: #fff;
}

#service .serviceitem:hover .content .theme-btn-2 {
  color: #fff;
}

#service .serviceitem.active::before {
  transform: scale(1, 1);
  transform-origin: top center;
}

#service .serviceitem.active::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}

#service .serviceitem.active .icon::before {
  filter: grayscale(100%) brightness(300%);
}

#service .serviceitem.active .content h4 a {
  color: #fff;
}

#service .serviceitem.active .content p {
  color: #fff;
}

#service .serviceitem.active:hover::before {
   transition: transform 0.6s;

   transform: rotateY(180deg);
}

#service .serviceitem.active:hover::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}




.intl {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.intl h3 {
  position: relative;
  margin: 0 auto 10px;
  padding: 0 10px;
  font-size: 34px;
  color: #007078;
  font-weight: bold;
}

.intl h5 {
  position: absolute;
  top: -30px;
  font-size: 48px;
  color: #666;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  /*-webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));*/
  margin-bottom: 20px;
}

.intl span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #007078;
  margin: 0 auto 20px;
}

.intl p {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
}




@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2?t=1688373229607') format('woff2'),
    url('../fonts/iconfont.woff?t=1688373229607') format('woff'),
    url('../fonts/iconfont.ttf?t=1688373229607') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#product {
  background: url(../images/probg.png) no-repeat;

  padding: 80px 0px;
}

#product .wh {
  position: relative;
}

.swiper-containerpro{
  width:100%;
}
.swiper-containerpro .swiper-wrapper{
  flex-wrap: wrap;
  justify-content: space-between;
}
.swiper-containerpro .swiper-slide{
  width:32%;
  margin-bottom:2%;
}

#product .intl {
  position: absolute;
  width: 90%;
  top: 30px;
  text-align: left;
  margin-bottom: 40px;
}

#product .intl h3 {
  padding: 0px;
  color: #333;
  position: relative;
  margin: 0 auto 10px;
  font-size: 34px;
  font-weight: bold;
}

#product .intl h5 {
  position: absolute;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 128px;
  top: -60px;
  left: -10px;
  color: transparent;
  -webkit-text-stroke: 1px #c93636;
  opacity: 0.1;
}

#product .intl span {
  margin: 0px;
  background-color: #007078;
  display: block;
  width: 30px;
  height: 3px;
}

#product .intl p {
  display: block;
  margin: 10px 0px 0px;

}


#product .content {
  position: relative;
  padding-top: 170px;
  width: 100%;
}

#product .content li a {
  display: block;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ddd;
}

#product .content li .img {
  position: relative;
  border-bottom: 3px solid #ddd;
  padding:20px;
}

#product .content li .img:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0%;
  height: 3px;
  background-color: #007078;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#product .content li .img img {
  display: block;
  max-width: 100%;
  border-radius:16px 16px 0px 0px;
}

#product .content li .text {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 15px 20px 30px;
}

#product .content li .text h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#product .content li .text h5 {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

#product .content li .text span {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 14px;
  color: #fff;
  width: 120px;
  line-height: 40px;
  background-color: rgb(0 112 120 / .8);
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: var(--radius-sm);
}

#product .content li a:hover .img:after {
  opacity: 1;
  width: 100%;
}

#product .content li a:hover .text span {
  background-color: #007078;
}

#product .content .inpro_nav {
  position: absolute;
  top: 65px;
  right: 0px;
}

#product .content .inpro_nav div {
  float: left;
  border: 1px solid #666;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#product .content .inpro_nav .inpro_prev {
  margin-right: 5px;
}

#product .content .inpro_nav i {
  display: block;
  font-size: 16px;
  line-height: 32px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#product .content .inpro_nav .inpro_prev i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#product .content .inpro_nav div:hover {
  border-color: #007078;
  background-color: #007078;
}

#product .content .inpro_nav div:hover i {
  color: #fff;
}




#appbox {
  padding: 120px 0px;
}

#appbox .intl {
  margin-bottom: 80px;
}

#appbox .intl h3 {
  color: #333;
}

#appbox .intl h5 {
  font-size: 168px;
  top: -80px;
  color: transparent;
  -webkit-text-stroke: 1px #c93636;
  opacity: 0.1;
}

#appbox .intl span {
  margin-bottom: 15px;
}



.appitem{
  margin-top:42px;
  box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.1);
    align-content: center;
    align-items: center;
    border-style: none;
    border-radius: 1px solid #f00;
    border-width: 0px 0px 1px 0px;
    border-color: #E9E9E9;
}
.appitem .flexd{
  align-items: center;
}

.appitem .img{
  width:50%;
}
.appitem .img img{
  max-width:100%;
}
.appitem .wz{width:45%;}

.appitem .img{
    width:50%;
}

.appitem .wz{width:48%; padding-left: 4%;}

.appitem .wz .num{
  color: #5b9bf3;
    font-size: 69px;
    line-height: 69px;
    font-weight: bold;
}
.appitem .wz h2{
  font-size:36px;
  line-height: 48px;
  color:#16182d;
  font-weight: 600;
  letter-spacing: px;
  margin-bottom: 6px;
}
.appitem .wz h3{
  font-size:32px;
  line-height: 48px;
  color:#16182d;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 12px;
}

.appitem .wz p{
  color:rgb(103, 106, 112);
  font-size: 16px;
  line-height:32px;
  padding-right:42px;
}


.appitem .wz a{
  display: block;
  width: 8em;
  text-align: center;
  line-height: 2.5;
  font-size: 14px;
  color: #ffffff;
  background-color: #c93636;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-top:20px;
}
.appitem .wz a::before {
  content: "";
  display: block;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -2.75em;
  z-index: 1;
  transform: scale(0);
  transform-origin: center;
  background-color: #000000;
  opacity: 0;
  transition: 0.5s ease;
}
.appitem .wz a:hover::before {
  transform: scale(1);
  opacity: 0.2;
}


.innews {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.innews .intl {
  margin-bottom: 80px;
}

.innews .intl h3 {
  color: #333;
}

.innews .intl h5 {
  font-size: 168px;
  top: -80px;
  color: transparent;
  -webkit-text-stroke: 1px #c93636;
  ;
  opacity: 0.1;
}

.innews .intl span {
  margin-bottom: 15px;
}

.innews .left {
  float: left;
  width: 48%;
}

.innews .right {
  float: right;
  width: 48%;
}

.innews .left a {
  display: block;
  background-color: #fff;
}

.innews .left .img {
  overflow: hidden;
}

.innews .left img {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
}

.innews .left .text {
  position: relative;
  padding: 20px 20px 20px 120px;
}

.innews .left .text .date {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  font-size: 42px;
  line-height: 48px;
  font-weight: bold;
  color: #007078;
  text-align: center;
}

.innews .left .text .date:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0px;
  width: 1px;
  height: 68px;
  background-color: #ccc;
}

.innews .left .text .date span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.innews .left .text h3 {
  font-size: 24px;
  line-height: 48px;
  color: #333;
  /*font-weight: bold;*/
  margin-bottom: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.innews .left .text p {
  font-size: 14px;
  line-height: 32px;
  height: 96px;
  color: #888;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.innews .left a:hover .img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.innews .left a:hover .text h3 {
  color: #007078;
}

.innews .right li {
  margin-bottom: 28px;
}

.innews .right li:last-child {
  margin-bottom: 0px;
}

.innews .right li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 30px 140px 30px 20px;
  background-color: #fff;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.innews .right li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background-color: #007078;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.innews .right li h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.innews .right li p {
  font-size: 14px;
  line-height: 25px;
  color: #888;
  height: 50px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.innews .right li .date {
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.innews .right li .date:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -25px;
  width: 1px;
  height: 94px;
  background-color: #ccc;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.innews .right li .date span {
  display: block;
  font-size: 16px;
  line-height: 30px;
}

.innews .right li a:hover:after {
  opacity: 1;
  width: 100%;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.innews .right li a:hover h3 {
  color: #fff;
}

.innews .right li a:hover p {
  color: #fff;
}

.innews .right li a:hover .date {
  color: #fff;
}




.contactbox {
  display: table;

  width: 100%;
}

@media (max-width: 991px) {
  .contactbox {
    display: block;
  }
}

.contactbox .left,
.contactbox .right {
  display: table-cell;
  width: 50%;

  vertical-align: top;
}

@media (max-width: 991px) {

  .contactbox .left,
  .contactbox .right {
    display: block;

    width: 100%;
  }
}

.contactbox .left {
  padding: 70px 70px 70px 14%;
  background: url(../images/faq_bg1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.contactbox .left .text{
  position: absolute;
  top: 50%;
  left:14%;
  transform: translateY(-50%);
}
.contactbox .left .text h2{
  color:#fff;
  font-size: 40px;
  line-height:64px;
  color: transparent;
  background-image: linear-gradient(to right, #fff, #fff, #fff);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-size: 0% 100%;
  animation: bgmove2 6s linear infinite;
  position: relative;
  
}
.contactbox .left .text h3{
  color:#fff;
  font-size: 32px;
  line-height:64px;
  color: transparent;
  background-image: linear-gradient(to right, #fff, #fff, #fff);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  animation: bgmove 6s linear infinite;
  position: relative;

}

@keyframes bg {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes bgmove {
  /* 0-50%阶段：执行动画（前5秒） */
  0% {
    background-size: 0% 100%;
  }
  50% {
    background-size: 100% 100%;
  }
  
  /* 50%-100%阶段：保持静止（后5秒） */
  100% {
    background-size: 100% 100%;
  }
}

@keyframes bgmove2 {
  /* 0-50%阶段：执行动画（前5秒） */
  0% {
    background-size: 0% 100%;
  }
  40% {
    background-size: 0% 100%;
  }
  
  /* 50%-100%阶段：保持静止（后5秒） */
  100% {
    background-size: 100% 100%;
  }
}

.contactbox .left .text img{
  display:block;
  margin-top:64px;
}
.contactbox .left .text a{
  display:block;
  margin-top:64px;
  border-radius:12px;
  width:160px;
  line-height:40px;
  border:1px solid #fff;
  text-align: center;
  color:#fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.contactbox .left .text a:hover{
  color:#fff;
  background-color: var(--accent-color);
  border:1px solid var(--accent-color);
}

@media (max-width: 1560px) {
  .contactbox .left {
    padding: 60px 30px 60px 6%;
  }
}

@media (max-width: 991px) {
  .contactbox .left {
    padding: 50px 15px;
  }
}

.contactbox .left .title-faq {
  border-bottom: 1px solid #fff;
}

.contactbox .left .title-faq b {
  font-family: 'Roboto Condensed';
  font-size: 36px;
  font-weight: normal;

  display: inline-block;

  text-transform: uppercase;

  color: #fff;
}

@media (max-width: 991px) {
  .contactbox .left .title-faq b {
    font-size: 30px;
  }
}

.contactbox .left .title-faq a.more {
  line-height: 30px;

  display: inline-block;
  float: right;

  margin-top: 10px;

  text-transform: uppercase;


  color: #fff;
}

.contactbox .left ul {
  margin-top: 30px;
}

.contactbox .left ul li {
  position: relative;

  margin-top: 20px;
  padding-left: 24px;
}

.contactbox .left ul li:before {
  position: absolute;
  top: 12px;
  left: 0;

  display: block;

  width: 8px;
  height: 8px;

  content: '';

  background-color: #fff;
}

.contactbox .left ul li p {
  font-size: 16px;
  line-height: 34px;

  display: -webkit-box;
  overflow: hidden;

  height: 34px;
  margin: 0;

  color: #fff;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
  .contactbox .left ul li p {
    font-size: 16px;
    line-height: 30px;

    height: 30px;
  }
}

.contactbox .left span {
  font-size: 30px;

  display: block;

  margin-top: 10px;

  color: #fff;
}

.contactbox .right {
  padding: 70px 14% 70px 70px;

  background: url(../images/faq_bg2.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 1560px) {
  .contactbox .right {
    padding: 60px 6% 60px 30px;
  }
}

@media (max-width: 991px) {
  .contactbox .right {
    padding: 50px 15px;
  }
}

.contactbox .right .text {
  max-width: 510px;
}

.contactbox .right .text ul {
  margin-top: 28px;
}

.contactbox .right .text ul li {
  color: #fff;
  line-height: 35px;
  font-size: 16px;
}

.contactbox .right .text p {
  font-size: 18px;
  line-height: 2;

  margin: 0;

  color: #fff;
}

.contactbox .right .text h4 {
  font-size: 16px;
  line-height: 42px;

  max-width: 433px;
  height: 42px;
  margin: 28px 0 0 0;

  text-align: center;

  color: #fff;
  background: url(../images/icon-2.png) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .contactbox .right .text h4 {
    font-size: 14px;
    line-height: 38px;
  }
}

@media (max-width: 375px) {
  .contactbox .right .text h4 {
    font-size: 12px;
  }
}

.contactbox .right .text h4 a {
  display: block;

  -webkit-transition: all .4s;
  transition: all .4s;
}

.contactbox .right .text h4 a:hover {
  background: #c93636;
  color: #fff
}






@media screen and (min-width: 992px) and (max-width: 1200px){

}

@media screen and (min-width: 768px) and (max-width: 992px){

}
@media screen and (min-width: 300px) and (max-width: 767px){
  #about{margin:24px 0px; position: inherit;}
  .aboutbox{margin-top:0px; background:url() #007078; padding:16px 18px 24px; height:auto;}
  #about .aboutinfobox p{width:100%; padding-top:16px;}
  #about .aboutinfobox h2{font-size:24px; padding-top:16px;}

  .aboutnum{margin-top:12px; padding:36px 0px;}
  .aboutnum li{width:36%;}
  .aboutnum li h4 p{font-size: 42px}
  .aboutnum li .sums{margin-top:6px; font-size: 14px;}
  .aboutnum li:nth-child(1),.aboutnum li:nth-child(2){margin-bottom:16px;}

  #service{padding:48px 0px 36px;}
  #service .intl h3{font-size: 24px;}
  #service .intl h5{font-size: 64px; top:-30px;}
  .intl p{font-size: 14px;}
  #service .intl{margin-bottom:24px;}

  #service .serviceitem{width:100%; margin-bottom:12px;}

  #product{padding-bottom: 32px;}
  #product .intl h3{font-size: 24px;}
  #product .intl h5{font-size: 64px; top:-30px;}
  #product .content .inpro_nav{display:none;}

  #product .content li .text h3{font-size: 14px;}
  #product .content li .text span{line-height: 36px;}

  #appbox{padding:48px 0px 32px;}
  #appbox .intl h3{font-size: 24px;}
  #appbox .intl h5{font-size: 72px; top:-36px;}
  #appbox .intl{margin-bottom:24px;}
  .appitem{margin-top:24px;}
  .appitem .img{width:100%}
  .appitem .wz{width:100%; padding-left: 0px; padding:12px 16px 18px;}
  .appitem .wz h2{font-size: 18px; line-height: 24px;}
  .appitem .wz h3{font-size: 16px; line-height: 24px;}
  .appitem .wz p{font-size:14px; padding-right: 0px;}


  .innews .intl h5{font-size: 72px; top:-36px;}
  .innews{padding:48px 0px 24px;}
  .intl h3{font-size: 24px;}
  .innews .intl{margin-bottom: 24px;}
  .innews .left{width:100%;}
  .innews .left img{max-width:100%; margin:0 auto;}
  .innews .left .text .date{display:none;}
  .innews .left .text{padding:12px 16px;}
  .innews .left .text h3{font-size: 16px; line-height:24px;}
  .innews .right{width:100%; margin-top:12px;}
  .innews .right li a{padding:12px 16px 12px 16px;}
  .innews .right li .date{font-size: 32px; line-height:42px; display:none;}
  .innews .right li h3{font-size: 16px; line-height:24px; margin-bottom:4px;}
  .innews .right li{margin-bottom: 12px;}

  .hengfu .text h3{font-size:22px; line-height:36px;}
  .hengfu .text h2{font-size:18px;}
}


