@charset "UTF-8";



.super_button{
  padding: 10px 20px;
  background-color: #d82128;
  border: 1px solid #d82128;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 1rem;
}
.super_button:hover{
  background-color: #fff;
  color: #d82128;
}


.video-iframe iframe {
  width: 100% !important;
}

.wp-pagenavi span,
.wp-pagenavi a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #444;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.about-com .t3 p,
.about-qua .qua-box .right .t2 p{
  margin-bottom: 15px;
    text-align: left;line-height: 28px;
    text-indent: 2em;
}
.wp-pagenavi {
    padding-top: 30px;
  justify-content: center;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.wp-pagenavi .current {
  color: #fff;
  background-color: #dc0b07;
  border-color: #dc0b07;
}

.header-mb {
  display: none;
}

.pro-det-content .tab-content p {
  display: block;
}

.pro-det-content .tab-content .item {
  display: none;
}

.pro-det-content .tab-content .item.active {
  display: block;
}
.form-wufoo-beiye {
    max-width: 1200px;
    margin: auto;
}
.form-float-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 999999;
    display: none;
}
.form-float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 800px;
    width: 100%;
    z-index: 999999;
    background: #fff;
    padding: 50px 10px 10px;
    border-radius: 10px;
}
.form-float .close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #e91410;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.solution .content {
    margin-top: 30px;
}
.openForm01 {
    cursor: pointer;
}
.detail .pro-det .grid ul,
.detail .pro-det .grid ul li {
    list-style-type: disc;
}
body iframe {
    width: 100% !important;
}
.newsnr-container .table {
    overflow-x: hidden;
}
@media (max-width: 1200px) {
    .banner-lock .lock .title {
        font-size: 16px;
    }
  .ps-header {
    display: none;
  }
  .header-mb {
    display: block;
  }
  #pc-js {
    display: none;
  }
  .dropdown-menu {
    position: relative;
    z-index: 0;
    float: none;
    box-shadow: none;
  }
  .fixed_button,
  .float-button-icon{
      display:none;
  }
  .single-product .flex-content .cate {
      display: none;
  }
  .single-product .flex-content .detail {
    width: 100%;
  }
  .single-product .flex-content {
      display: block;
  }
  .pro-det-content .tab-content .item.active {
      padding: 10px;
  }
}
/**
北业
*/
.desc-left a {
  color: #fff !important;
  font-size: 14px;
  text-transform: math-auto;
  font-family: OpenSans;
}

@media screen and (max-width: 1430px) {
  .home-banner-1 .swiper-pagination {
    display: none;
  }
  .home-banner-1 .box-1 {
    top: 8vw !important;
  }
  .home-banner-1 .box-1 .t1 {
    font-size: 4vw !important;
    line-height: 4vw !important;
  }
  .home-banner-1 .box-1 .t2 {
    display: none;
  }
  .home-banner-1 .box-1 .video-bt {
    display: none;
  }
}
.header .desc-right .dropdown {
  cursor: pointer;
  margin-right: 20px;
}

.header .desc-right .dropdown-toggle {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-family: OpenSans;
}

.header .header-desc .dropdown-toggle::after {
  transform: translateY(-10%);
}

.share-facebook:before, .share-linkedin:before, .share-twitter:before {
  color: blue;
}

.social-youtube:before {
  color: red;
}

.video-bt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6vw;
}

.video-bt img {
  cursor: pointer;
}

/**
home-product-category
 */
.home-product-category {
  padding: 20px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home-product-category .box {
  width: 100%;
  height: 100px;
  margin-left: -215px;
  display: inline-block;
}

.home-product-category #roll {
  width: 200%;
}

.home-product-category #roll dd {
  width: 430px;
  height: 420px;
  margin-right: 5px;
  overflow: hidden;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-product-category #roll dd a {
  height: 100%;
  display: block;
}

/*.home-product-category #roll dd:nth-child(1),*/
/*.home-product-category #roll dd:nth-last-child(2),*/
/*.home-product-category #roll dd:nth-last-child(1) {*/
/*    transform: scale(.8);*/
/*    transform-origin: center center;*/
/*    opacity: 0.8;*/
/*    transition: all 0.5s ease*/
/*}*/
.home-product-category .handle {
  position: absolute;
  bottom: 40%;
  text-align: center;
  cursor: pointer;
  width: 81px;
  height: 81px;
  background-color: #000000;
  opacity: 0.5;
  z-index: 90;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-product-category .prev {
  left: 100px;
}

.home-product-category .next {
  right: 100px;
  left: auto;
}

.product_category {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.product_category .titles {
  padding: 30px;
}

.product_category .title1 {
  text-align: center;
  width: 100%;
  font-family: Roboto-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
}

.product_category .title2 {
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
}

.product_category .stick {
  padding: 14px 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_category .stick1 {
  position: absolute;
  width: 235px;
  height: 1px;
  background-color: #d2d2d2;
}

.product_category .stick2 {
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #e30214;
}

.swiper-container2 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-container2 .swiper-slide .card-thumb {
  position: relative;
}
.swiper-container2 .swiper-slide .card-thumb .hover-text {
  display: none;
}
.swiper-container2 .swiper-slide .card-thumb:hover .hover-text {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.swiper-container2 .swiper-slide .card-thumb:hover .hover-text .title {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.swiper-container2 .swiper-slide .card-thumb:hover .hover-text .bt {
  font-family: Roboto-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.swiper-container2 .swiper-slide .card-thumb:hover .hover-text .bt .cc {
  padding: 0 20px;
  background-color: #d82128;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-container2 .swiper-slide .card-thumb:hover .hover-text .bt .cc .icon {
  padding-left: 10px;
}
.swiper-container2 .swiper-slide .card-thumb:hover .hover-text .bt .cc img {
  width: 18px;
  height: 18px;
}

.swiper-container2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.swiper-container2 .swiper-slide {
  transform: scale(1);
}

.swiper-container2 .slide-transform {
  transform: scale(0.8);
  opacity: 0.8;
}

.swiper-container2 .swiper-button-next:after, .swiper-container2 .swiper-button-prev:after {
  display: none;
}

.swiper-container2 .swiper-button-next, .swiper-container2 .swiper-button-prev {
  width: 81px;
  height: 81px;
  background-color: #000000;
  opacity: 0.5;
  transform: translate(0, -25%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-container2 .swiper-button-next {
  right: 100px;
}

.swiper-container2 .swiper-button-prev {
  left: 100px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/**
why-choose
 */
.why-choose {
  position: relative;
}

.why-choose .choose-bt .choose-bt-c {
  height: 575px;
}

.why-choose .choose-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  padding-top: 4rem;
}

.why-choose .choose-header .title {
  width: 100%;
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #ffffff;
}

.why-choose .choose-header .title2 {
  max-width: 818px;
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}

.why-choose .choose-header .stick {
  padding: 20px 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose .choose-header .stick1 {
  position: absolute;
  width: 235px;
  height: 1px;
  background-color: #d2d2d2;
}

.why-choose .choose-header .stick2 {
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #e30214;
}

.why-choose .choose-content {
  margin-top: -18rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1430px;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.why-choose .choose-content .flex-div {
  display: flex;
}
.why-choose .choose-content .flex-div .left-div {
  flex: 1;
}
.why-choose .choose-content .flex-div .right-div {
  width: 630px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .why-choose .choose-content .flex-div {
    display: flex;
    flex-wrap: wrap;
  }
  .why-choose .choose-content .flex-div .left-div {
    width: 100%;
  }
  .why-choose .choose-content .flex-div .right-div {
    display: none;
    width: 100%;
  }
}

@media screen and (max-width: 1430px) {
  .why-choose .choose-content {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .why-choose .choose-bt .choose-bt-c {
    height: auto;
    
    padding: 0 1rem 2rem;
  }
  .why-choose .choose-content {
    margin-top: 0;
    position: relative;
    left: 0;
    transform: none;
  }
  .our-company {
    padding-top: 2rem !important;
  }
}
.why-choose .choose-content .left {
  padding: 40px 30px;
}

.why-choose .choose-content .left .desc {
  padding: 1rem 0;
  font-family: Roboto-Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}

.why-choose .choose-content .title {
  font-family: Roboto-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #333333;
}

.why-choose .choose-content .stick {
  padding: 14px 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose .choose-content .stick1 {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}

.why-choose .choose-content .stick2 {
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #e30214;
}

.why-choose .choose-content .items {
  padding: 1rem 0;
}

.why-choose .choose-content .items .inspection {
  font-family: Roboto-Bold;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  padding-left: 1rem;
}

.why-choose .choose-content .item {
  padding: 20px 0;
}

.why-choose .more {
  padding: 10px 20px;
  background-color: #d82128;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
}

.why-choose .bt-div {
  padding-bottom: 1rem;
}

.why-choose .right .play {
  cursor: pointer;
}

.why-choose .right .play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 9;
  transition: transform 0.6s;
}

.why-choose .right .play::after {
  content: "";
  width: 0;
  height: 0;
  border: 15px solid;
  border-color: transparent transparent transparent #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) scale(1);
  z-index: 9;
  transition: transform 0.6s;
}

.why-choose .right .play:hover::after {
  transform: translate(-20%, -50%) scale(1.2);
}

.why-choose .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**
our-company
 */
.our-company {
  padding: 22rem 0 4rem 0;
  background-color: #efefef;
}
.our-company .content {
  max-width: 1430px;
  margin: 0 auto;
}
.our-company .titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-company .titles .title {
  font-family: Roboto-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #333333;
}
.our-company .titles .title2 {
  padding-top: 1rem;
  max-width: 818px;
  font-family: Roboto-Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.our-company .titles .more {
  padding: 10px 20px;
  background-color: #d82128;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 1rem;
}
.our-company .titles .bt-div {
  padding-top: 2rem;
}
.our-company .items {
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
}
.our-company .items .item-div {
  width: 25%;
  padding: 0 2rem;
}
.our-company .items .item-div .item {
  padding: 1.4rem 2rem;
  height: 320px;
  box-shadow: 4px 3px 15px 1px rgba(0, 0, 0, 0.18);
  border-bottom: 4px solid #d40226;
  color: #333333;
}
.our-company .items .item-div .item .title {
  padding: 1.4rem 0;
  font-family: Roboto-Regular;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.our-company .items .item-div .item .desc {
  font-family: Roboto-Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #6d6d6d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*控制在3行*/
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.our-company .items .item-div .item:hover {
  background-image: url("/wp-content/uploads/2023/07/our1_03.jpg");
  background-size: cover;
}
.our-company .items .item-div .item:hover * {
  color: #fff;
}

@media screen and (max-width: 1430px) {
  .our-company {
    padding: 22rem 2rem 4rem 2rem;
  }
  .our-company .items {
    flex-wrap: wrap;
  }
  .our-company .item-div {
    padding: 1rem !important;
    width: 100% !important;
  }
  .our-company .content .titles {
    flex-wrap: wrap;
  }
}
/**
hot-pro
 */

.hot-pro {
  max-width: 1430px;
  margin: 0 auto;
}
.hot-pro .hot-pro-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  padding-top: 4rem;
}
.hot-pro .hot-pro-header .title {
  width: 100%;
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
}
.hot-pro .hot-pro-header .title2 {
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
}
.hot-pro .hot-pro-header .stick {
  padding: 20px 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-pro .hot-pro-header .stick1 {
  position: absolute;
  width: 235px;
  height: 1px;
  background-color: #d2d2d2;
}
.hot-pro .hot-pro-header .stick2 {
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #e30214;
}
.hot-pro .swiper-container3-div {
  position: relative;
}
.hot-pro .swiper-container3-div .swiper-container3 {
  padding: 4rem 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hot-pro .swiper-container3-div .swiper-container3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.hot-pro .swiper-container3-div .swiper-container3 .swiper-slide .title1 {
  text-align: left;
  padding: 0.4rem 0.4rem 0 0.4rem;
  font-family: Roboto-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #2b2b2b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 54px;
  /*控制在3行*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hot-pro .swiper-container3-div .swiper-container3 .swiper-slide .title2 {
  text-align: left;
  padding: 0.6rem 0.6rem 0 0.6rem;
  font-family: Roboto-Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*控制在3行*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hot-pro .swiper-container3-div .swiper-container3 .swiper-slide .title2 p {
  word-wrap: break-word;
}
.hot-pro .swiper-container3-div .swiper-container3 .swiper-slide {
  transform: scale(1);
}
.hot-pro .swiper-container3-div .swiper-container3 .slide-transform {
  transform: scale(0.8);
  opacity: 0.8;
}
.hot-pro .swiper-container3-div .swiper-button-next:after, .hot-pro .swiper-container3-div .swiper-button-prev:after {
  display: none;
}
.hot-pro .swiper-container3-div .swiper-button-next, .hot-pro .swiper-container3-div .swiper-button-prev {
  transform: translate(0, -25%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-pro .swiper-container3-div .swiper-button-next img:hover, .hot-pro .swiper-container3-div .swiper-button-prev img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.hot-pro .swiper-container3-div .swiper-button-next {
  right: -80px;
}
.hot-pro .swiper-container3-div .swiper-button-prev {
  left: -80px;
}

.partner-div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #efefef;
  padding: 4rem 0;
  width: 100%;
}
.partner-div .left {
  flex: 1;
}
.partner-div .left img {
  width: 100%;
}
.partner-div .right {
  height: 100%;
  padding-left: 2rem;
  flex: 1;
}
.partner-div .right .titles .title1 {
  width: 100%;
  font-family: Roboto-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
}
.partner-div .right .titles .title1 span {
  font-family: Roboto-Bold;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #c71422;
}
.partner-div .right .titles .title2 {
  padding: 1rem 0;
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
}
.partner-div .right .partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
}
.partner-div .right .partners .item {
  padding: 1rem;
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-div .right .partners .item img {
  width: 100%;
}
.partner-div .right .partners .item :hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1430px) {
  .partner-div {
    padding: 0 0 4rem 0;
  }
  .partner-div .left {
    flex: auto;
    width: 100%;
  }
  .partner-div .left img {
    width: 100%;
  }
  .partner-div .right {
    padding: 2rem 1rem 0 1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .partner-div .right .partners {
    width: 100%;
  }
}
.back-form {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 0;
  overflow: hidden;
}
.back-form .label {
  font-size: 16px;
  font-weight: bold;
  padding: 0.6rem 0;
  color: rgba(0, 0, 0, 0.8);
}
.back-form .label span {
  color: #c71422;
}
.back-form .form-feedback .form-control {
  border-radius: 0 !important;
  border: 0;
}
.back-form .btn-block {
  margin-top: 1rem;
  border-radius: 0 !important;
}
.back-form .title {
  font-family: Roboto-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
}
.back-form .title2 {
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
}

@media screen and (max-width: 1430px) {
  .back-form {
    padding: 2rem 1rem !important;
  }
}
.footer-top {
  padding: 4rem 0 !important;
  background-image: url("/wp-content/uploads/2023/07/foot_bg.png") !important;
  background-size: cover;
}
.footer-top .logo {
  text-align: center;
  margin: 0 auto;
}
.footer-top .lists {
  height: 410px;
  display: flex;
  align-items: center;
  max-width: 1430px;
  margin: 0 auto;
}
.footer-top .lists .left {
  height: calc(100% - 34px);
  margin-top: 4rem;
  width: 50%;
  display: flex;
  border-right: 1px solid #847f82;
  justify-content: center;
}
.footer-top .lists .right {
  height: calc(100% - 34px);
  margin-top: 4rem;
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.footer-top .lists .right .title2 {
  font-family: AdobeHeitiStd-Regular;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #cccccc;
}
.footer-top .lists .right .contact-items {
  padding-top: 2rem;
}
.footer-top .lists .right .contact-items .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0rem 0;
}
.footer-top .lists .right .contact-items .item .text {
  padding-left: 1rem;
  color: #fff;
}
.footer-top .lists .right .list-items {
  max-width: 550px;
}
.footer-top .lists .list-items {
  flex: 1;
}
.footer-top .lists .list-items .title {
  font-family: Roboto-Black;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 1.6rem;
}
.footer-top .lists .list-items .item a {
  font-family: Roboto-Light;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #999999;
}
.footer-top .lists .list-items .item a :hover {
  color: #c71422;
}

.footer-bottom-div {
  max-width: 1430px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-div .item {
  flex: 1;
}
.footer-bottom-div .item * {
  color: #fff !important;
}
.footer-bottom-div .social span, .footer-bottom-div .social a {
  background: none !important;
}
.footer-bottom-div .social span::before {
  color: #fff !important;
}
.footer-bottom-div .social a::before {
  color: #fff !important;
}

.flex {
  display: flex;
}

.banner .title {
  text-align: center;
  line-height: 60px;
}
.banner .lock {
  left: 50%;
  transform: translate(-50%, 0);
}
.banner .breadbar {
  justify-content: center;
}
.banner .breadcrumb * {
  font-family: Roboto-Regular;
}

.page-products-pro .title {
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
}
.page-products-pro .desc {
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
}
.page-products-pro .stick {
  padding: 14px 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-products-pro .stick1 {
  position: absolute;
  width: 235px;
  height: 1px;
  background-color: #d2d2d2;
}
.page-products-pro .stick2 {
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #e30214;
}
.page-products-pro .pro-list {
  max-width: 1430px;
  margin: 0 auto;
}
.page-products-pro .pro-list .items {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
@media screen and (min-width: 1200px) {
  .page-products-pro .pro-list .items .item {
    width: 33.333%;
  }
}
@media screen and (min-width: 520px) and (max-width: 1200px) {
  .page-products-pro .pro-list .items .item {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .page-products-pro .pro-list .items .item {
    width: 100%;
  }
}
.page-products-pro .pro-list .items .item {
  padding: 2rem;
}
.page-products-pro .pro-list .items .item img {
  height: 310px;
  object-fit: cover;
}
.page-products-pro .pro-list .items .item .card-thumb {
  position: relative;
}
.page-products-pro .pro-list .items .item .card-thumb .hover-text {
  display: none;
}
.page-products-pro .pro-list .items .item .card-thu2mb:hover .hover-text {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.page-products-pro .pro-list .items .item .card-thu2mb:hover .hover-text .title {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.page-products-pro .pro-list .items .item .card-thu2mb:hover .hover-text .bt {
  font-family: Roboto-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.page-products-pro .pro-list .items .item .card-thu2mb:hover .hover-text .bt .cc {
  padding: 0 20px;
  background-color: #d82128;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-products-pro .pro-list .items .item .card-thu2mb:hover .hover-text .bt .cc .icon {
  padding-left: 10px;
}
.page-products-pro .pro-list .items .item .card-thu2mb:hover .hover-text .bt .cc img {
  width: 18px;
  height: 18px;
}
.page-products-pro .pro-list .items .item .text-bottom {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
.page-products-pro .pro-list .items .item .text-bottom .title {
  position: relative;
  text-align: left;
  font-family: Roboto-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  height: 26px;
  overflow: hidden;
}
.page-products-pro .pro-list .items .item .text-bottom .title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 4px;
  width: 60px;
  background-color: #c71422;
  transition: all 1s ease;
}
.page-products-pro .pro-list .items .item .text-bottom .title:hover:after {
  width: 100%;
}
.page-products-pro .pro-list .items .item .text-bottom .bt-div {
  display: block;
  background-color: #999999;
  color: #fff;
  padding: 0.6rem 1rem;
}
.page-products-pro .pro-list .items .item .text-bottom .desc {
  text-align: left;
  margin: 1.4em 0;
  width: 100%;
  font-family: Roboto-Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.page-products-pro .pro-list .items .item .bt-div:hover {
  background-color: #c71422;
}
.page-products-pro .pro-list .items .item .children {
  display: block;
  padding: 1.4em 0 ;
}
.page-products-pro .pro-list .items .item .children .children_item {
  display: block;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  position: relative;
  padding-left: 1.4rem;
}
.page-products-pro .pro-list .items .item .children .children_item:hover {
  color: #c71422;
}
.page-products-pro .pro-list .items .item .children .children_item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #c71422;
  border-radius: 50%;
}

.taxonomy-product_category .cate-detail {
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.taxonomy-product_category .cate-detail .desc-content {
  flex: 1;
  padding-left: 2rem;
  height: 100%;
}
.taxonomy-product_category .cate-detail .desc-content .title {
  position: relative;
  font-family: Roboto-Regular;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
}
.taxonomy-product_category .cate-detail .desc-content .title:before {
  content: "";
  position: absolute;
  height: 70px;
  width: 8px;
  background-color: #c71422;
  left: -20px;
  top: 0;
}
.taxonomy-product_category .cate-detail .desc-content .desc {
  padding: 2rem 0;
  font-family: Roboto-Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  text-align: left;
}
.taxonomy-product_category .cate-detail .desc-content .bt-div {
  display: inline-block;
  background-color: #c71422;
  color: #fff;
  padding: 0.6rem 1rem;
}
.taxonomy-product_category .cate-detail .video {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  width: 50%;
  height: 100%;
}
.service .cus p {
    text-align: justify;
}
.tab-content p{
    text-align: justify;
}
#youtobe-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    background: rgba(0,0,0,.8);
    left: 0;
    top: 0;
    display: none;
}
#youtobe-wrap .youtobe-box {
    width: 100%;
    
    max-width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#youtobe-wrap .youtobe-box iframe {
    width: 100% !important;
}
@media screen and (max-width: 1000px) {
  .taxonomy-product_category .cate-detail {
    box-shadow: none;
    padding: 0;
  }
  .taxonomy-product_category .cate-detail .video {
    width: 100%;
    padding: 1rem 0;
  }
}
.taxonomy-product_category .cate-body .tab-item {
  margin-top: 0;
}
.taxonomy-product_category .cate-body .tab-item .item {
  padding: 0;
}
.taxonomy-product_category .cate-body .tab-item .card-thumb {
  margin: 0;
}
.taxonomy-product_category .cate-body .tab-item .t1 {
  padding: 1rem 0;
  text-align: center;
  height: 94px;
  overflow: hidden;
}
.taxonomy-product_category .cate-body .tab-item .t1 a {
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #333333;
}
.taxonomy-product_category .app {
  background-image: url("/wp-content/uploads/2023/07/app_bg.png");
  background-size: cover;
  display: flex;
  align-items: center;
}
.taxonomy-product_category .app .content {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1430px) {
  .taxonomy-product_category .app .content .titles {
    padding: 0 2rem;
  }
  .taxonomy-product_category .app .content .swiper-button {
    display: none !important;
  }
}
.taxonomy-product_category .app .content .titles {
  padding-top: 4rem;
}
.taxonomy-product_category .app .content .titles .title1 {
  font-family: Roboto-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #ffffff;
}
.taxonomy-product_category .app .content .titles .title2 {
  padding-top: 1rem;
  font-family: Roboto-Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.taxonomy-product_category .app .content .swiper-button {
  z-index: 9;
  position: absolute;
  right: 0;
  display: flex;
}
.taxonomy-product_category .app .content .swiper-button .next:after, .taxonomy-product_category .app .content .swiper-button :after {
  display: none;
}
.taxonomy-product_category .app .content .swiper-button .next, .taxonomy-product_category .app .content .swiper-button .prev {
  cursor: pointer;
  transform: translate(0, -25%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.taxonomy-product_category .app .content .swiper-button .next img:hover, .taxonomy-product_category .app .content .swiper-button .prev img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.taxonomy-product_category .app .content .swiper-button .next {
  margin-left: 2rem;
}
.taxonomy-product_category .app .content .swiper-container4-div {
  position: relative;
}
.taxonomy-product_category .app .content .swiper-container4-div .swiper-container4 {
  padding: 4rem 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.taxonomy-product_category .app .content .swiper-container4-div .swiper-container4 .swiper-slide a{display: block;width: 100%;background-color:#fff;}
.taxonomy-product_category .app .content .swiper-container4-div .swiper-container4 .swiper-slide a img{display: block;max-width: 100%;width: auto;margin:0 auto}
.taxonomy-product_category .app .content .swiper-container4-div .swiper-container4 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.taxonomy-product_category .app .content .swiper-container4-div .swiper-container4 .swiper-slide .titles {
  background-color: #fff;
  padding: 0.6rem 1.6rem;
}
.taxonomy-product_category .app .content .swiper-container4-div .swiper-container4 .swiper-slide .titles .title1 {
  text-align: left;
  padding-top: 0.4rem;
  font-family: Roboto-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #2b2b2b;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.taxonomy-product_category .app .content .swiper-container4-div .swiper-container4 .swiper-slide .titles .title2 {
  text-align: left;
  padding-top: 0.6rem;
  font-family: Roboto-Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #666666;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.taxonomy-product_category .app .content .swiper-container4-div .swiper-container4 .swiper-slide {
  transform: scale(1);
}
.taxonomy-product_category .app .content .swiper-container4-div .swiper-container4 .slide-transform {
  transform: scale(0.8);
  opacity: 0.8;
}
.taxonomy-product_category .help-div {
  padding-top: 4rem;
}
.taxonomy-product_category .help-div .help {
  max-width: 1430px;
  margin: 0 auto;
}
.taxonomy-product_category .help-div .help .faq .t1 {
  padding: 1rem 0;
  font-family: Roboto-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
}
.taxonomy-product_category .help-div .help .faq .t2 {
  font-family: Roboto-Regular;
}
.taxonomy-product_category .help-div .help .faq .head-item {
  font-family: Roboto-Regular;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
}
.taxonomy-product_category .help-div .help .faq .head-item.active {
  font-family: Roboto-Bold;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}

.single-product .t1, .taxonomy-product_category .t1 {
  font-family: Roboto-Bold;
  font-size: 24px !important;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px 20px;
}
.single-product .pro-list .item .title, .taxonomy-product_category .pro-list .item .title {
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}
.single-product .pro-list .item .title a, .taxonomy-product_category .pro-list .item .title a {
  color: #666666;
}
.single-product .pro-list .item .title:hover, .taxonomy-product_category .pro-list .item .title:hover {
  color: #c71422;
}
.single-product .pro-list .item.active .title a, .taxonomy-product_category .pro-list .item.active .title a {
  color: #c71422;
}
.single-product .tab-items .tab-content .item ul {
    list-style-type: disc !important;
}
.single-product .tab-items .tab-content .item li {
    list-style-type: disc !important;
}
/**
single-product
 */
.single-product .flex-content {
  display: flex;
}
.single-product .flex-content .cate {
  width: 400px;
  padding-right: 2rem;
}
.single-product .flex-content .detail {
  flex: 1;
}
.single-product .flex-content .detail .t1 {
  padding: 0;
  font-family: Roboto-Regular;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
}
.single-product .flex-content .detail .mores .mail {
  background-color: #ffffff;
  color: #d40226;
  border: solid 1px #d40226;
}
.single-product .flex-content .detail .share {
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-product .flex-content .detail .share img {
  margin-right: 0.4rem;
}
.single-product .flex-content .detail .links {
  margin-top: 0;
  padding-top: 1rem;
}
.single-product .flex-content .detail .swiper-button-prev:after, .single-product .flex-content .detail .swiper-button-next:after {
  display: none;
}
.single-product .flex-content .detail .swiper-button-prev {
  left: -20px;
}
.single-product .flex-content .detail .swiper-button-next {
  right: -20px;
}
.single-product .flex-content .detail .swiper-button-prev, .single-product .flex-content .detail .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e1e1e1;
  opacity: 1;
  width: 14px;
  cursor: pointer;
}

.solution .sol-item {
  display: block;
}

@media screen and (max-width: 1430px) {
  .footer-top {
    padding: 4rem 2rem !important;
  }
  .footer-top .list-items {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer-top .lists {
    height: auto !important;
    flex-wrap: wrap;
  }
  .footer-top .left {
    display: none !important;
  }
  .footer-top .right {
    width: 100% !important;
  }
  .footer-top .right .list-items {
    padding: 0 !important;
  }
  .footer-bottom .footer-bottom-div .item {
    padding: 0 2rem;
    text-align: center !important;
  }
  .footer-bottom .footer-bottom-div .item:nth-child(n+2) {
    display: none !important;
  }
}
.page-company-div .page-company .p1 {
  max-width: 1470px;
  margin: 0 auto;
  padding: 2rem 20px;
}
.page-company-div .page-company .p1 .title {
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
}
.page-company-div .page-company .p1 .content {
  padding: 1rem;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
}
.page-company-div .p3 {
  max-width: 1470px;
  margin: 0 auto;
  padding: 2rem 20px;
}
.page-company-div .p3 .title {
  font-family: Roboto-Regular;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
}
.page-company-div .p3 .vc_row {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-company-div .p3 .vc_row .vc_column_container {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  width: 300px;
  margin: 0 auto;
}
.page-company-div .p3 .vc_row .vc_column_container .about-item-title {
  font-family: Roboto-Regular;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
}
.page-company-div .p5 {
  max-width: 1470px;
  margin: 0 auto;
  padding: 2rem 20px;
}
.page-company-div .p5 .t1 {
  text-align: center;
  font-family: Roboto-Regular;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
}
.page-company-div .p5 .swiper-container4-div {
  position: relative;
}
.page-company-div .p5 .swiper-container4-div .swiper-container4 {
  padding: 4rem 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-company-div .p5 .swiper-container4-div .swiper-container4 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.page-company-div .p5 .swiper-container4-div .swiper-container4 .swiper-slide .titles {
  background-color: #fff;
  padding: 0.6rem 1.6rem;
}
.page-company-div .p5 .swiper-container4-div .swiper-container4 .swiper-slide .titles .title1 {
  text-align: left;
  padding-top: 0.4rem;
  font-family: Roboto-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #2b2b2b;
}
.page-company-div .p5 .swiper-container4-div .swiper-container4 .swiper-slide .titles .title2 {
  text-align: left;
  padding-top: 0.6rem;
  font-family: Roboto-Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #666666;
}
.page-company-div .p5 .swiper-container4-div .swiper-container4 .swiper-slide {
  transform: scale(1);
}
.page-company-div .p5 .swiper-container4-div .swiper-container4 .slide-transform {
  transform: scale(0.8);
  opacity: 0.8;
}

.about-cor .cor-item .t2 {
    text-align: left;
    text-indent: 2em;
}

.pro-det-content ul li,
.pro-det-content ul{
    list-style-type: disc;
}

@media screen and (max-width: 1650px) {
  /*.hot-pro {*/
  /*  display: none;*/
  /*}*/
  .hot-pro .swiper-container3-div .swiper-button-next {
      right: 50px;
  }
  .hot-pro .swiper-container3-div .swiper-button-prev {
      left: 50px;
  }
}
/*# sourceMappingURL=style.css.map */


.service-wrapper .box {
    border: 1px solid #e8e8e8;
    background: #f8f9fb;
    padding: 30px 40px;
    margin-bottom: 35px;
}
.service-wrapper {
    background: #fff;
    padding: 140px 0 80px;
}
.pro .ctc-form .t1 {
    padding-bottom: 10px;
}

.profl-pro h2 {
    font-size: 55px;
    font-family: 'Roboto-Bold';
    margin-bottom: 30px;
    text-transform: uppercase;
}
.pro-col {
    background: #fff;
    margin-bottom: 30px;
}
.pro-col .img {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.pro-col a {
    color: #222c47;
}
.pro-col .text {
    text-align: center;
}
.pro-col .text h4 {
    font-size: 18px;
    line-height: 26px;
}
.search-wrap .container-xl.long {
    max-width: 1600px;
}

.thank-you-wrap {
    text-align: center;
}


.form-float-box .form-control,
.Form-wufoo .form-control {
    padding: 20px 10px;
    height: auto;
    background: #f4f5f9;
    border: none;
    border-radius: 8px;
}
.form-float-box input[type='submit'],
.Form-wufoo input[type='submit'] {
    margin: 0 auto;
    border-radius: 0;
    border-bottom-right-radius: 25px;
    background-color: #d80724;
    padding: 11px 40px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    width: auto;
}

.fixed_button {
    position: fixed;
    bottom: 110px;
    right: 40px;
    z-index: 99;
}
.fixed_button a {
    cursor: pointer;
    display: block;
    padding: 13px 30px;
    color: #fff;
    font-weight: bold;
}

.fixed_button a i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    color: #fff;
    background: #d82128;
    text-align: center;
    border-radius: 50%;
}
.float-button-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #d82128;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 70px;
    z-index: 999;
}
.float-button-icon a {
    text-decoration: none;
    color: #fff;
}
.float-button-icon a i {
    font-size: 40px;
    color: #fff;
}
.fixed_button a i:hover, .float-button-icon:hover {
    scale: 1.1;
    transition: all 0.6s;
}


@media (max-width:1200px) {
  :root{
    --h1:26px;
  }
  .product_category .title1{font-size: var(--h1) !important;}
  .product_category .titles{padding-top: 0 !important;}
  .swiper-container2 .swiper-button-next, .swiper-container2 .swiper-button-prev{ transform:translate(0, 0%) !important;bottom: 0 !important;top:unset; }
  .swiper-container2 .swiper-button-next{right: 0 !important;}
  .swiper-container2 .swiper-button-prev{left: 0 !important;}
  .our-company .items .item-div .item .desc{-webkit-line-clamp: 400;}
  .our-company .items .item-div .item{height: auto;}
  .why-choose .choose-header .title{font-size: var(--h1);}
  .why-choose .choose-header{padding-top: 2rem;}
  .why-choose .choose-content .title{font-size: var(--h1);}
  .our-company .titles .title{font-size: var(--h1);}
  .hot-pro .hot-pro-header .title{font-size: var(--h1);}
  .partner-div .right .titles .title1{font-size: var(--h1);}
  .page-products-pro .title{font-size: var(--h1);}
  .back-form .title{font-size: var(--h1);}
  .taxonomy-product_category .cate-detail .desc-content .title{font-size: var(--h1);}
  .totop{display: none !important;}

  .head_nav li, .head_nav li.has-child{padding-right: 80px;}
  .head_nav li.has-child> b {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #111;
    border-radius: 2px;
    overflow: hidden;
    line-height: 15px;
    position: absolute;
    right: 14px;
    top: 14px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.head_nav li.has-child> b:before, .head_nav li.has-child> b:after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background-color: #111;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -.5px
}

.head_nav li.has-child> b:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}
.head_nav li.active  > b:after {
  display: none
}
.head_nav li.active  > b:before, .head_nav li.active > b:after {
  background-color: #fff
}
.head_nav li.active > b {
  background-color: #111
}
.head_nav li.has-child li.has-child b,
.head_nav li.has-child li.has-child b::after,
.head_nav li.has-child li.has-child b::before{display: none !important;}
.taxonomy-product_category .cate-body .tab-item .t1{    margin: 1rem 0;
  height: 72px;
}
.footer-top .lists .right .list-items {
  max-width: 100%;
}
.px-xl-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.about-qua .qua-box .right{padding-top: 30px;}
}