* {
  font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
}
html,
body {
  float: left;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  background: black;
  color: #666666;
  min-width: 300px;
  overflow-x: auto;
}
h1 {
  font-size: 36px;
}

.image-container {
  position: relative;
  display: block;
}


.common-titles{
  position: absolute;
  top:20%;
  left: 10%; 
   /* transform: translate(-50%, -50%); */
  /* background-color: rgba(0, 0, 0, 0.5); */
  padding: 10px;
  border-radius: 5px;
  /* width:calc(100% - 50px); */
  
  color: #fff;
}

.number {
  font-size: 24px;
  color: #fff;
}


.common-titles .time {
  margin-bottom: 1.04167vw;
}

.common-titles .time span {
  background: #9d3033;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  padding: 0.3125vw 1.09375vw;
  font-size: .9375vw;
  font-weight: 400;
}

.common-titles .tit {
  font-size: 5.57292vw;
  font-family: DINCondensed,Microsoft YaHei;
  font-weight: 700;
  color: #fff;
  line-height: 5.20833vw;
}

.common-titles .patent-list {
  margin-top: 2.60417vw;
  padding-top: 4.16667vw;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.common-titles .patent-list::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.96875vw;
  height: 3px;
  background: #fff;
}

.common-titles .patent-list li {
  margin-right: 4.0625vw;
  text-align: center;
  color: #fff;
}

.common-titles .patent-list li .num {
  font-size: 3.125vw;
  font-weight: 400;
}

.common-titles .patent-list li .txt {
  font-size: .9375vw;
  margin-top: 10px;
  font-weight: lighter;
}

.common-titles .yf-info {
  max-width: 500px;
  font-size: .9375vw;
  font-weight: 200;
  line-height: 1.77083vw;
  color: rgba(255,255,255,.4);
  margin-top: 2.08333vw;
}



@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.our-projects {
  position: relative;
  width: 100%;
}
.our-projects * {
  box-sizing: border-box;
}
.our-projects .auto-container {
  max-width: 100%;
  padding: 0;
}
.project-block-one .lower-content h3 a img {
  height: 50px;
  margin: 0 auto;
  width: auto;
}
.our-projects .sec-title .sub-title {
  font-size: 1.1em;
}
.our-projects .sec-title h1 {
  font-size: 2.5em;
}
.our-projects .owl-carousel .owl-stage {
  margin: 0 -1px;
}
.project-block-one {
  position: relative;
  padding: 0 1px;
}
.project-block-one .inner-box {
  position: relative;
}
.project-block-one .image {
  position: relative;
  overflow: hidden;
}
.project-block-one .image img {
  width: 100%;
  transition: all 8s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 0.2s;
  display: block;
  transform: scale(1.05);
  height: 590px;
}
.project-block-one .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px 45px;
}
.project-block-one .overlay:before {
  position: absolute;
  content: "";
  background: #222;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scale(0, 1);
  transition: all 0.5s linear;
}
.project-block-one .overlay h5 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7px;
  display: inline-block;
  transition: 0.5s ease;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0 0;
  width: max-content;
}
.project-block-one .overlay h5:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 60px;
  left: -80px;
  top: 12px;
  transform: translate(-10px);
}
.project-block-one .overlay a {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 35px;
  color: #fff;
  transform: translate(-50%, -50%) scale(0.5);
  transition: 0.5s linear;
  opacity: 0;
  transition-delay: 0.4s;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  background: #f57f4b;
  border-radius: 50%;
}
.project-block-one .lower-content {
  position: relative;
  text-align: center;
  padding: 31px 0;
  -webkit-transition: 0.3s cubic-bezier(0.3, 0, 0, 1.3);
  transition: 0.3s cubic-bezier(0.3, 0, 0, 1.3);
}
.project-block-one .lower-content h3 {
  font-size: 24px;
}
.project-block-one .lower-content h3 a {
  color: #252733;
  transition: 0.5s ease;
}


/* .project-block-one .image img {
  height: 60vh;
} */

.Home_learnMore_con__ptLMj {
  background: #f0f2f1;
  padding: 5rem 0
}

.Home_learnMore_con__ptLMj .Home_learnMore_flex__GKS5P {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  /* margin: auto; */
  margin:30px auto auto auto;
}

.Home_learnMore_con__ptLMj .Home_learnMore_flex__GKS5P .Home_learnMore_box__mDM4S {
  text-align: center;
  margin-top: 20px;
}

.Home_learnMore_con__ptLMj .Home_learnMore_flex__GKS5P .Home_learnMore_box__mDM4S1 {
  text-align: center;
  margin-top: 60px;
  margin-left:35px;
  margin-right:35px;
}

.Home_learnMore_con__ptLMj .Home_learnMore_flex__GKS5P .Home_learnMore_box__mDM4S .Home_learnMore_img__Poz9a {
  width: 10vw
}

.Home_learnMore_con__ptLMj .Home_learnMore_flex__GKS5P .Home_learnMore_box__mDM4S .Home_learnMore_a___pu1w {
  color: #999
}

@media(max-width: 767px) {
  .Home_learnMore_con__ptLMj {
      padding:3rem 0
  }

  .Home_learnMore_con__ptLMj .Home_learnMore_flex__GKS5P .Home_learnMore_box__mDM4S {
      display: flex;
      flex-direction: column;
      align-items: center
  }

  .Home_learnMore_con__ptLMj .Home_learnMore_flex__GKS5P .Home_learnMore_box__mDM4S .Home_learnMore_h2__qtDAr {
      display: none
  }

  .Home_learnMore_con__ptLMj .Home_learnMore_flex__GKS5P .Home_learnMore_box__mDM4S .Home_learnMore_img__Poz9a {
      width: 13vw
  }

  .Home_learnMore_con__ptLMj .Home_learnMore_flex__GKS5P .Home_learnMore_box__mDM4S .Home_learnMore_a___pu1w {
      margin-top: 1rem;
      color: 12px
  }
}

/* ================================== */
.shop-image{
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.shop-image .shop-image-list{
  position: relative;
  width: 100%;
  height: 100%;
}

.shop-image .shop-image-list .shop-image-list-item{
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* background-color: red; */
  display: none;
}

.shop-image .shop-image-list .shop-image-list-item-active{
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
}

.shop-image .shop-image-list .shop-image-list-item-active .shop-image-dot{
  align-items: center;
  background: hsla(0,0%,47%,.5);
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  transform: translate(-50%) translateY(-50%);
  transition: border-color .25s ease-in-out,opacity .25s ease-in-out,visibility .25s ease-in-out;
  visibility: hidden;
  width: 40px;
}


.shop-image .shop-image-list .shop-image-list-item-active .shop-image-dot::before{
  content: "";
  display: block;
  inset: -8px;
  position: absolute;
}

.shop-image .shop-image-list .shop-image-list-item-active .shop-image-dot::after{
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px #0000008c;
  content: "";
  display: block;
  height: 20px;
  position: relative;
  transition: transform .25s ease-in-out;
  width: 20px;
  transform: scale(.667);
}

.shop-image .shop-image-list .shop-image-list-item-active .active{
  border-color: #00000080 ;
}


.shop-image-content{
  display: none;
  transform: translate(-100%) translateY(-50%) translate(15px);
  background-color: #fff;
  box-shadow: 0 4px 4px #00000040;
  padding: 12px;
  position: relative;
  text-decoration: none;
  width: 130px;
  /* z-index: 8; */
}

.shop-image-info{
  font-size: 12px;
  line-height: 18px;
  position: relative;
  width: 100%;
}

.shop-image-item{
  box-sizing: border-box;
  position: relative;
  text-align: left;
  font-family: "微软雅黑",sans-serif;
}

.shop-image-item .Title{
  color: #111;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  font-family: "微软雅黑",sans-serif;
}

.shop-image-item p{
  margin-bottom: 0 !important;
  font-family: "微软雅黑",sans-serif;
}

.shop-image-item .Type{
  color: #484848;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-family: "微软雅黑",sans-serif;
}
/* ================================== */

@media  (max-width: 480px) {
  /* 在屏幕宽度小于或等于480像素时应用的样式 */
  .common-titles .yf-info {
    line-height: 5vw;
  }
}
