* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}
ul {
  display: block;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
}
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
@media (min-width: 1024px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
@media (min-width: 1024px) {
  .header-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .nav-item {
    padding-left: 0;
  }
  .header {
    position: relative !important;
    height: 60px !important;
    background-color: #fff !important;
    /* position: static !important; */
  }
  header {
    display: block !important;
    position: none !important;
  }
  header a {
    display: block;
    float: left;
  }
  header button {
    float: right;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 60px;
    /* bottom: 50%; */
    /* left: 0; */
    width: 100%;
    height: 100vh;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    /* transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out; */
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateY(0%);
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  #navbarsExampleDefault ul {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .nav-item {
    padding-left: 0 !important;
  }

  .nav-item a {
    color: #000;
  }
  .navbar-toggler {
    display: block !important;
    line-height: 44px;
    padding-right: 32px !important;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0;
  }
  .header-logo {
    margin-top: 5px;
    margin-left: 2rem;
    background-image: url("../images/logo/logo_1.png") !important;
  }
}
header {
  display: flex;
}
.header {
  background-color: rgba(255, 255, 255, .1);
  height: 80px;
  box-shadow: 0 0 5px rgb(0 0 0 / 0.1);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.header-logo {
  width: 90px;
  height: 49px;
  background-image: url("../images/logo/logo_2.png");
  background-size: 100% 100%;
}
.header-logo-1 {
  width: 90px;
  height: 49px;
  background-image: url("../images/logo/logo_1.png");
  background-size: 100% 100%;
}
.header:hover {
  background-color: rgb(255, 255, 255);
}
.header:hover .header-logo {
  background-image: url("../images/logo/logo_1.png");
  background-size: 100% 100%;
}
.header:hover a {
  color: black;
}
.nav-item {
  padding-left: 5.3125rem;
  /* position: inherit !important; */
}
.nav-link {
  font-size: 24px;
  font-family: Adobe Heiti Std;
  font-weight: bold;
  color: #ffffff;
}
.sub-nav {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;

}
.sub-nav-ul {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-family: Adobe Heiti Std;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.nav-item-about:hover .sub-nav {
  transform: translateY(100%);
  transition: top 1s;
  -moz-transition: top 1s;
  -webkit-transition: top 1s;
  -o-transition: top 1s; 
  /* top: 80px; */
  display: block;
}
.nav-pills .nav-link.active {
  background-color: transparent;
  color: #009cff;
}
.nav-link:hover {
  color: #009cff;
}
.nav-link {
  padding: 0 1rem;
}
.carousel-indicators .indicators {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
}
.offcanvas-collapse {
  line-height: 80px;
}
.saying {
  position: absolute;
  top: 30%;
  left: 17%;
}
.saying-t {
  font-size: 100px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #ffffff;
}
.saying-b {
  font-size: 44px;
  font-family: SimSun;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 20px;
}

/* 关于我们 */
.about-module,
.product-module,
.eg-module {
  padding-top: 86px;
  padding-bottom: 82px;
}
.module-title {
  font-size: 48px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #000000;
  text-align: center;
  margin-bottom: 86px;
}
.about-module-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 86px;
}
.about-module-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-module-left p {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #666666;
  text-indent: 2em;
}
.about-module-right {
  width: 47%;
}
@media (min-width: 1000px) {
  @keyframes about {
    from {margin-left: -3000px;}
    to {margin-left: 0;}
  }
  .about-module-h {
    animation: about 1.5s forwards;
  }
  @keyframes product {
    from {margin-right: -3000px;}
    to {margin-right: 0;}
  }
  .product-module-h {
    animation: product 1.5s forwards;
  }
  @keyframes pro1 {
    from {margin-left: -1000px;}
    to {margin-left: 0;}
  }
  .pro1 {
    animation: pro1 1.5s forwards;
  }
  @keyframes pro2 {
    from {margin-left: 1000px;} 
    to {margin-left: 0;}
  }
  .pro2 {
    animation: pro2 1.5s forwards;
    margin-left: 1000px;
  }
  @keyframes pro3 {
    from {margin-left: -1000px;}
    to {margin-left: 0;}
  }
  .pro3 {
    animation: pro1 1.5s forwards;
    margin-left: -1000px;
  }
  @keyframes pro4 {
    from {margin-left: 1000px;} 
    to {margin-left: 0;}
  }
  .pro4 {
    animation: pro2 1.5s forwards;
    margin-left: 1000px;
  }
}
.product-module-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 86px;
}
.card .imgbox {
  overflow: hidden;
}
.card .card-body {
  padding: 1.5rem 1rem;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #000000;
}
.product-box:hover img {
  transform: scale(1.05, 1.05);
  transition: 0.5s;
}
.product-item {
  width: 260px;
  height: 260px;
  display: flex;
  flex-direction: column;
}
.product-image {
  width: 260px;
  height: 175px;
  background-color: gold;
}
.product-title {
  flex: 1;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eg-module-content {
  margin-top: 86px;
}
/* .eg-item {
  overflow: hidden;
} */
.eg-item:hover .eg-item-left {
  transform: scale(1.05, 1.05);
  transition: 0.5s;
}
.eg-item-left {
  width: 49%;
  height: 100%;
  position: relative;
  font-size: 22px;
  font-family: Adobe Heiti Std;
  font-weight: bold;
  color: #ffffff;
}
.eg-item-title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.eg-item-right {
  width: 50%;
  /* height: 100%; */
  padding: 0 4.3%;
  background-color: #F5F5F5;
}
.eg-item-right p {
  font-size: 16px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #595959;
  display: block;
  height: 50.7%;
  overflow: hidden;
  line-height: 30px;
}
@media (min-width: 960px) {
  .eg-item {
    width: 560px;
  }
}
.eg-item {
  /* width: 560px; */
  height: 528px;
  margin-bottom: 87px;
}
.rd-module-content {
  padding-top: 4%;
}
.rd-module {
  background-image: url("../images/index/rd_bg.png");
  background-size: 130% 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  padding: 10.9% 0;
}
.rd-item {
  width: 100%;
  height: 390px;
  background-color: #fff;
  border-radius: 10px;
}
.rd-item p {
  text-align: center;
  margin-bottom: 0 !important;
}
.rd-item .txt-num {
  margin-top: 2%;
  margin-bottom: 5% !important;
  height: 20%;
  font-size: 60px;
  font-family: NotoSansHans;
  font-weight: bold;
  color: #393939;
}
.rd-item .txt-title {
  font-size: 16px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #000000;
}
.rd-img {
  margin-bottom: 10%;
  margin-top: 10%;
}
.rd-more p{
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #000000;
}

/* footer */
footer a {
  color: #666;
}
a:hover {
  text-decoration: none;
}
.footer-box {
  background-color: #000;
  color: #666;
  font-weight: 600;
  font-size: 14px;
}
.top-box {
  padding: 60px 0 30px 0;
}
.left-box {
  float: left;
  border-right: 2px solid #322f32;
  padding-left: 100px;
}
.footer-box .left-box .logo {
  width: 60%;
}
.footer-box .left-box .logo img {
  height: 100%;
  width: 100%;
}
.left-box li {
  margin-bottom: 10px;
}
.right-box {
  padding-left: 100px;
}
.right-box ul {
  float: left;
}
.right-box ul li {
  margin-bottom: 30px;
}
.right-box ul li:nth-child(1) {
  font-size: 14px;
  color: #fffdff;
}
.bottom-box {
  height: 40px;
  line-height: 40px;
  background-color: #181518;
  text-align: center;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.color-f {
  color: #fff;
}
.color-0 {
  color: #000;
}
.bg-f {
  background-color: #fff;
}
.position-r {
  position: relative;
}
.pl-35 {
  padding-left: 2.1875rem;
}
.pr-64 {
  padding-right: 4rem;
}
@media (min-width: 768px) {
  .pl-35 {
    padding-left: 0 !important;
  }
  .pr-64 {
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .left-box {
    padding-left: 50px;
  }
  .right-box {
    padding-left: 50px;
  }
  .saying {
    top: 40%;
  }
  .saying-t {
    font-size: 18px !important;
    margin-bottom: 0.2rem;
  }
  .saying-b {
    font-size: 16px !important;
    letter-spacing: 5px;
  }
  .rd-module {
    background-size: 200% 100%;
    padding-top: 20%;
  }
}
.title-hr {
  width: 160px;
  height: 2px;
  background: #009cff;
  margin: 10px auto 0;
}
#soft-product,
#about-find,
#about-honor {
  cursor: pointer; 
}
#soft-product:hover,
#about-find:hover,
#about-honor:hover {
  color: #0a58ca;
}
.row {
  margin-right: 0;
}