.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html *,
body * {
  text-wrap-mode: initial !important;
}
html *.overflow,
body *.overflow {
  overflow: hidden;
}
.dropdown-menu[data-bs-popper] {
  left: auto;
}
.container-fluid {
  padding: 0 !important;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 必须 */
  -webkit-line-clamp: 2;
  /* 限制行数 */
  overflow: hidden;
  /* 超出内容隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 必须 */
  -webkit-line-clamp: 3;
  /* 限制行数 */
  overflow: hidden;
  /* 超出内容隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}
a {
  text-decoration: none;
  color: inherit;
}
.dropdown-menu a {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
}
.form-control:focus {
  border-color: #646566;
  box-shadow: 0 0 0 0.1rem rgba(100, 101, 102, 0.25);
}
.img-container img {
  transition: transform 0.5s ease, filter 0.3s ease;
}
.img-container img:hover {
  transform: scale(1.02);
  filter: brightness(0.8);
}
.img-container2 img {
  transition: transform 0.5s ease, filter 0.3s ease;
}
.img-container2 img:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}
.customlink {
  position: relative;
  text-decoration: none;
  color: #000;
}
.customlink::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #333;
  font-size: 18px;
  transition: width 0.3s ease;
}
.customlink:hover::before {
  width: 100%;
}
button:active {
  border: 0 !important;
  border-color: transparent !important;
}
.top-banner .title {
  font-size: 70px;
}
.top-banner .ctitle {
  font-size: 20px;
  width: 70%;
  margin-top: 20px;
}
.modal .btn-toolbar .btn {
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 1rem;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  color: #333333;
  background: none;
}
.modal .btn-toolbar .active {
  margin: 0 1rem;
  border-radius: 0;
  color: #white;
  background: #333333;
}
#demo3 .btn-toolbar .btn:hover {
  margin: 0 1rem;
  border-radius: 0;
  color: #white;
  background: #333333;
}
#header {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
}
.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}
.flex {
  display: flex;
}
.astart {
  align-items: flex-start;
}
.acenter {
  align-items: center;
}
.aend {
  align-items: flex-end;
}
.abetween {
  align-items: space-between;
}
.jstart {
  justify-content: flex-start;
}
.jcenter {
  justify-content: center;
}
.jend {
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.center {
  text-align: center;
}
.column {
  flex-direction: column;
}
.jbetween {
  justify-content: space-between;
}
.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.fixed-top {
  background-color: white;
  border-bottom: 1px solid #eaeaea;
}
.pub-form-btn {
  position: fixed;
  top: 50%;
  right: 10px;
  width: 40px;
  transform: translateY(-50%);
  z-index: 9999;
}
.pub-form {
  position: fixed;
  top: 50%;
  right: 10px;
  width: 40px;
  transform: translateY(-50%);
  width: 280px;
  background-color: white;
  border: 1px solid #eaeaea;
  border-right: 0;
  padding: 40px 10px 20px;
  display: none;
  z-index: 9999;
}
.pub-form .close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
}
.pub-form .title {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.pub-form label {
  color: #656565;
}
.pub-form button {
  margin: 20px auto 0;
  width: 100%;
  background: #2F2F2F;
  border-radius: 2px 2px 2px 2px;
  color: white;
}
.pub-form button:hover {
  background: #2F2F2F;
  color: white;
}
.feedback-tips {
  position: fixed;
  top: 30%;
  left: 50%;
  background: #fff;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  padding: 30px;
  width: 450px;
  z-index: 9999999999999999;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px #a8a8a8;
  display: none;
}
.feedback-tips .feedback-tips-box {
  display: flex;
  flex-direction: column;
}
.feedback-tips #closeBtn {
  border: 0;
  background: #408aec;
  color: #fff;
  height: 35px;
  width: 65px;
  border-radius: 3px;
  box-shadow: 0 0 2px #408aec;
  align-self: flex-end;
  margin-top: 15px;
  margin: 15px 0 0 0;
  padding: 0;
}
.feedback-tips #feedback-text {
  color: #333;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.feedback-tips #feedback-title {
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 1.6;
}
.thank-item {
  margin-top: 50px;
  text-align: center;
}
.thank-item .imgs {
  width: 200px;
  margin: auto;
}
.thank-item .imgs img {
  width: 100%;
  height: auto;
}
.thank-item .text {
  margin-top: 30px;
  font-size: 32px;
}
.thank-item .go-btn {
  margin: 50px auto 20px;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #f08101;
  color: white;
  text-decoration: none;
}
.sendsubmit {
  margin-top: 20px;
  width: 260px;
  height: 50px;
  line-height: 40px;
  background: #333333;
  color: white;
  border-radius: 0;
  font-weight: bold;
}
.sendsubmit:hover {
  background: #333333;
  color: white;
}
.agent-item th,
.agent-item td {
  padding: 10px;
}
.agent-item th:nth-child(1),
.agent-item td:nth-child(1) {
  border-right: 1px solid rgba(1, 66, 106, 0.1);
}
.agent-item tbody tr {
  background-color: #f1f4f6;
}
.agent-item tbody tr:nth-child(1) {
  background-color: transparent;
}
.link-item {
  margin-top: 30px;
  text-align: center;
}
.link-item a {
  margin-right: 5%;
}
.link-item img {
  margin: auto;
  width: 30px;
}
.link-item p {
  margin-top: 10px;
  font-size: 12px;
  color: white;
}
.pub-title {
  font-size: 54px;
}
.company-item {
  margin-top: 90px;
}
.company-item .details {
  margin-top: 4rem;
}
.company-item .details img {
  width: 100%;
}
.company-item .details .content {
  overflow-y: scroll;
}
.sreach-item {
  display: none;
  width: 100%;
  z-index: 10000;
  border: 1px solid #eaeaea;
  background: white;
}
.sreach-item .sreach-view {
  margin: 20px auto;
  font-size: 12px;
  width: 100%;
  max-width: 1200px;
  height: 40px;
}
.sreach-item .sreach-view .search-form input[type=text] {
  flex: 1;
  background: transparent;
  border: 0;
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding: 0 10px;
}
.sreach-item .sreach-view .search-form button {
  font-size: 16px;
  margin-right: 30px;
  border: 0;
  background: transparent;
}
.sreach-item .sreach-view .search-form .search_close {
  width: 20px;
  height: 20px;
  background: url("../images/search_close.png") no-repeat;
  background-size: 100% 100%;
}
.sreach-item .sreach-view .search_show {
  margin-top: 20px;
}
.sreach-item .sreach-view .search_show .nav {
  font-size: 16px;
  margin-bottom: 40px;
}
.sreach-item .sreach-view .search_show .nav a {
  color: #656565;
  margin-right: 20px;
  font-weight: bold;
}
.sreach-item .sreach-view .search_show .nav a.active {
  color: #000;
}
.sreach-item .sreach-view .search_show .title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制显示的行数为1 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sreach-item .sreach-view .search_show .scroll {
  overflow: hidden;
}
.sreach-item .sreach-view .search_show .list {
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sreach-item .sreach-view .search_show .list > div {
  display: none;
}
.sreach-item .sreach-view .search_show .list > div:nth-child(1) {
  display: block;
}
.sreach-item .sreach-view .search_show .none {
  margin-top: 50px;
  text-align: center;
}
.sreach-item .sreach-view .search_show .none img {
  margin: auto !important;
  display: block;
  margin: 20px;
  width: 100px !important;
  height: auto !important;
}
.sreach-item .sreach-view .search_show .none p {
  margin-top: 1rem;
}
.sreach-item .sreach-view .search_show .product_list .col {
  margin-top: 90px;
}
.sreach-item .sreach-view .search_show .product_list p {
  font-size: 12px;
}
.sreach-item .sreach-view .search_show .product_list img {
  margin-top: -5rem;
  position: relative;
  width: auto;
  height: 100px;
}
.sreach-item .sreach-view .search_show .product_list .card {
  height: 150px;
}
.sreach-item .sreach-view .search_show .product_list .card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为1 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sreach-item .sreach-view .search_show .case_list .img {
  height: 150px;
  overflow: hidden;
}
.sreach-item .sreach-view .search_show .case_list .img img {
  width: 100%;
}
.sreach-item .sreach-view .search_show .case_list .p-3d-md-block {
  padding: 10px;
}
.sreach-item .sreach-view .search_show .case_list .p-3d-md-block p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为1 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sreach-item .sreach-view .search_show .news_list .row {
  margin: 30px 0;
}
.sreach-item .sreach-view .search_show .news_list .row .img {
  width: 100px;
  overflow: hidden;
  padding: 0;
}
.sreach-item .sreach-view .search_show .news_list .row .img img {
  width: 100%;
}
.search-content-old {
  padding: 30px 0;
}
.search-content-old .title {
  font-size: 28px;
  font-weight: bold;
}
.search-content-old .tips {
  margin: 20px 0;
  font-size: 16px;
}
.search-content-old .search_show {
  margin-top: 20px;
}
.search-content-old .search_show .nav {
  font-size: 16px;
  margin-bottom: 40px;
}
.search-content-old .search_show .nav a {
  width: 120px;
  line-height: 40px;
  color: #656565;
  margin-right: 20px;
  font-weight: bold;
  background: #eaeaea;
  text-align: center;
}
.search-content-old .search_show .nav a.active {
  background: #1890FF;
  color: #fff;
}
.search-content-old .search_show .title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制显示的行数为1 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-content-old .search_show .scroll {
  overflow: hidden;
}
.search-content-old .search_show .list {
  overflow-x: hidden;
  overflow-y: scroll;
}
.search-content-old .search_show .list > div {
  display: none;
}
.search-content-old .search_show .list > div:nth-child(1) {
  display: block;
}
.search-content-old .search_show .none {
  margin-top: 50px;
  text-align: center;
}
.search-content-old .search_show .none img {
  margin: auto !important;
  display: block;
  margin: 20px;
  width: 100px !important;
  height: auto !important;
}
.search-content-old .search_show .none p {
  margin-top: 1rem;
}
.search-content-old .search_show .product_list .col {
  margin-top: 90px;
}
.search-content-old .search_show .product_list p {
  font-size: 12px;
}
.search-content-old .search_show .product_list img {
  margin-top: -5rem;
  position: relative;
  width: auto;
  height: 100px;
}
.search-content-old .search_show .product_list .card {
  height: 150px;
}
.search-content-old .search_show .product_list .card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为1 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-content-old .search_show .case_list .img {
  height: 150px;
  overflow: hidden;
}
.search-content-old .search_show .case_list .img img {
  width: 100%;
}
.search-content-old .search_show .case_list .p-3d-md-block {
  padding: 10px;
}
.search-content-old .search_show .case_list .p-3d-md-block p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为1 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-content-old .search_show .news_list .row {
  margin: 30px 0;
}
.search-content-old .search_show .news_list .row .img {
  width: 100px;
  overflow: hidden;
  padding: 0;
}
.search-content-old .search_show .news_list .row .img img {
  width: 100%;
}
.culture-item {
  background-color: #f7f7f7;
  margin-top: 90px;
  padding: 30px 0 ;
}
.culture-item .list {
  margin-top: 4rem;
}
.culture-item .list > div {
  padding: 2rem 1.5rem 72px;
  background: #FFFFFF;
  background-image: url('../images/jj.png');
  background-repeat: no-repeat;
  background-size: 35px 110px;
  background-position: bottom right;
}
.culture-item .list > div .title {
  margin: 10px 0px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.culture-item .list > div .content {
  font-size: 16px;
  padding-top: 14px;
  border-top: 1px solid #707070;
}
.culture-item .list .col {
  width: 24%;
  margin-left: 1%;
}
.culture-item .list .img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin: auto;
}
.culture-item .list .img img {
  width: 100%;
  height: auto;
}
.honor-item {
  margin-top: 90px;
}
.honor-item .tab {
  margin-top: 40px;
  padding: 15px 0;
  border-bottom: 1px solid #D8D8D8;
}
.honor-item .tab a {
  color: #8E8E8E;
  position: relative;
  margin-right: 40px;
}
.honor-item .tab a.active {
  color: #000;
}
.honor-item .tab a.active:after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 6px;
  background: #3E3E3E;
}
.honor-item .swiper-item {
  margin: auto;
  width: 95%;
  margin-top: 50px;
  position: relative;
  padding-bottom: 30px;
}
.honor-item .swiper-item .swiper {
  width: 100%;
}
.honor-item .swiper-item .swiper img {
  width: 100%;
}
.honor-item .swiper-item .swiper p {
  background: #F8F8F8;
  padding: 5px 18px;
}
.honor-item .swiper-item .swiper-pagination {
  z-index: 999;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor-item .swiper-item .swiper-pagination .swiper-pagination-bullet {
  width: 31px;
  height: 4px;
  border-radius: 0;
  background: #A5A5A5;
  opacity: 1;
  position: relative;
  margin: 0 5px !important;
}
.honor-item .swiper-item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3E3E3E;
  width: 72px;
}
.honor-item .swiper-item .swiper-button-prev,
.honor-item .swiper-item .swiper-button-next {
  background-color: transparent;
  color: #3E3E3E;
  border: 1px solid #3E3E3E;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 45%;
}
.honor-item .swiper-item .swiper-button-prev:after,
.honor-item .swiper-item .swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}
.honor-item .swiper-item .swiper-button-prev {
  left: -4%;
}
.honor-item .swiper-item .swiper-button-prev:after {
  margin-left: -10%;
}
.honor-item .swiper-item .swiper-button-next {
  right: -4%;
}
.honor-item .swiper-item .swiper-button-next:after {
  margin-right: -10%;
}
.development-item {
  margin-top: 90px;
  padding: 100px 0 180px;
  background: url("../images/development.png");
  background-size: 100% 100%;
  color: white;
}
.development-item .swiper-item {
  margin-top: 50px;
  position: relative;
}
.development-item .swiper-item .swiper-button-prev,
.development-item .swiper-item .swiper-button-next {
  background-color: transparent;
  color: #CCCCCC;
}
.development-item .swiper-item .swiper-button-prev:after,
.development-item .swiper-item .swiper-button-next:after {
  font-size: 30px;
  font-weight: bold;
}
.development-item .swiper-item .swiper {
  width: 92%;
}
.development-item .swiper-item .swiper img {
  width: 100%;
}
.development-item .swiper-item .swiper .swiper-slide:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #CCCCCC;
}
.development-item .swiper-item .swiper .swiper-slide .year {
  font-weight: bold;
  font-size: 54px;
  line-height: 50px;
  color: #FFFFFF;
  height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.development-item .swiper-item .swiper .swiper-slide .details {
  height: 230px;
  overflow: hidden;
  background: #4E4E4E;
  padding: 27px 20px;
}
.development-item .swiper-item .swiper .swiper-slide .details .title {
  font-size: 20px;
}
.development-item .swiper-item .swiper .swiper-slide .details .content {
  font-size: 16px;
  color: #B5B5B5;
}
.development-item .swiper-item .swiper .swiper-slide .x {
  height: 160px;
}
.development-item .swiper-item .swiper .swiper-slide:nth-child(2n) {
  flex-direction: column-reverse;
  /* 或者 column-reverse */
}
.development-item .swiper-item .swiper .swiper-slide:nth-child(2n) .year {
  align-items: flex-start;
}
@font-face {
  font-family: 'HYHanHeiJ';
  src: url('../fonts/HYHanHeiJ.ttf') format('woff2');
}
.bigimg3 .bigimg3-item {
  position: relative;
}
.bigimg3 .bigimg3-item .loadnum {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}
.bigimg3 .bigimg3-item .loadnum > div {
  margin: 0 2rem;
  width: 15%;
}
.bigimg3 .bigimg3-item .loadnum .img {
  margin: auto;
  width: 6rem;
}
.bigimg3 .bigimg3-item .loadnum .img img {
  width: 100%;
}
.bigimg3 .bigimg3-item .loadnum .pnum {
  margin-top: -1.5rem;
  color: #fc6845;
  font-size: 2rem;
  font-weight: bold;
  font-family: HYHanHeiJ, Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif !important;
}
.bigimg3 .bigimg3-item .loadnum .txt {
  font-size: .8rem;
}
.see_more img {
  margin-left: 20px;
}
.see_news_more {
  background: #333333;
  color: white !important;
  font-weight: bold;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#view .title-info p {
  color: #999999;
}
#view #content img {
  margin: auto;
  display: block;
  max-width: 800px !important;
  height: auto;
  padding: 1.8rem 0;
}
.products .card-body {
  padding: 2rem 30px 0 0 ;
}
.products .card-body .card-text {
  color: #999999;
}
.products .card-body .bq a {
  font-size: 14px;
  padding: 3px 6px;
  color: #808080;
  border: 1px solid #808080;
  margin: 4px 10px 0 0 ;
}
.products .card-body .card-content {
  padding: 20px 0;
  color: #989898;
  font-size: 14px;
  border-bottom: 1px solid #CCCCCC;
}
.products .card-body .card-content p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 必须 */
  -webkit-line-clamp: 2;
  /* 限制行数 */
  overflow: hidden;
  /* 超出内容隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}
.products .card-body .btn {
  padding: 8px 14px;
  border-radius: 30px;
  color: #1890FF;
  border: 1px solid #1890FF;
  float: right;
  margin: 10px 0;
}
.products .card-body .btn img {
  margin-left: 10px;
  width: 25px;
}
.otherproducts .card {
  padding: 20px;
  border: 0;
  background: linear-gradient(180deg, rgba(245, 246, 250, 0.5) 0%, rgba(200, 201, 204, 0.5) 59.62%, rgba(162, 163, 166, 0.5) 80.29%, rgba(30, 30, 31, 0.5) 100%), #f5f6fa;
}
.otherproducts .card .img {
  height: 15rem;
}
.otherproducts .card .img img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  transition: transform 0.5s ease, filter 0.3s ease;
}
.otherproducts .card:hover .img img {
  transform: scale(1.02);
}
.otherproducts .card .card-body {
  margin-top: 10px;
  padding: 0;
}
.otherproducts .card .card-body .title {
  color: white;
}
.otherproducts .card .card-body .more {
  margin-top: 10px;
  color: white;
  font-size: 12px;
}
.otherproducts .card .card-body .more img {
  margin-left: 7px;
  width: 5px;
}
.otherproducts-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  top: 0rem;
  height: calc(100% - 0rem);
  display: none;
  z-index: 9999;
}
.otherproducts-fixed .shake {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.otherproducts-fixed.show {
  display: block;
}
.otherproducts-fixed .back {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 20px;
  font-size: 20px;
  color: #666666;
}
.otherproducts-fixed .back img {
  margin-right: 10px;
}
.otherproducts-fixed > div {
  width: 100%;
  height: 100%;
}
.otherproducts-fixed .item {
  position: relative;
  background: white;
  width: 550px;
  padding: 1rem 2rem;
  border-radius: 8px;
}
.otherproducts-fixed .item .swiper-container {
  overflow: hidden;
}
.otherproducts-fixed .item .swiper-pagination {
  width: 80%;
  left: 10%;
  bottom: 20px;
}
.otherproducts-fixed .item .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(33, 37, 41, 0.4);
  margin: 0 2px;
}
.otherproducts-fixed .item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 8px;
  border-radius: 30px;
  background: #212529;
}
.otherproducts-fixed .item .view {
  width: 100%;
}
.otherproducts-fixed .item .img {
  margin: auto;
  width: 15rem;
  height: 15rem;
  display: flex;
}
.otherproducts-fixed .item .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.otherproducts-fixed .item .content {
  padding: 30px 0;
  border-top: 1px solid #f0f1f2;
}
.otherproducts-fixed .item .content .fl {
  width: 60%;
  font-size: 20px;
}
.otherproducts-fixed .item .content .fr {
  flex: 1;
  font-size: 16px;
  color: #000;
}
.otherproducts-fixed .item .content p {
  margin-bottom: 0;
  color: #666666;
}
.questions .questions-li {
  margin-bottom: 30px;
  cursor: pointer;
}
.questions .questions-info {
  padding: 30px 20px;
  border: 1px solid #000;
}
.questions .questions-info .title {
  color: #666666;
  font-size: 20px;
}
.questions .questions-info .title p {
  flex: 1;
  margin-bottom: 0;
}
.questions .questions-info .title img {
  margin-top: 10px;
  display: block;
  width: 20px;
  height: 10px;
}
.questions .questions-info .content {
  margin-top: 20px;
  color: #808080;
  font-size: 16px;
  display: none;
}
.questions .questions-info.show .title img {
  transform: rotate(180deg);
}
.questions .questions-info.show .content {
  display: block;
  transition: transform 0.5s ease, filter 0.3s ease;
}
.industries .card {
  position: relative;
  transition: transform 0.5s ease, filter 0.3s ease;
}
.industries .card:hover {
  transform: scale(1.02);
}
.industries .card .img {
  position: relative;
}
.industries .card .img > img {
  width: 100%;
}
.industries .card .card-body {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 10px 15px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.01) 6.67%, rgba(0, 0, 0, 0.03) 13.33%, rgba(0, 0, 0, 0.07) 20%, rgba(0, 0, 0, 0.12) 26.67%, rgba(0, 0, 0, 0.19) 33.33%, rgba(0, 0, 0, 0.27) 40%, rgba(0, 0, 0, 0.36) 46.67%, rgba(0, 0, 0, 0.45) 53.33%, rgba(0, 0, 0, 0.54) 60%, rgba(0, 0, 0, 0.62) 66.67%, rgba(0, 0, 0, 0.69) 73.33%, rgba(0, 0, 0, 0.74) 80%, rgba(0, 0, 0, 0.78) 86.67%, rgba(0, 0, 0, 0.8) 93.33%, rgba(0, 0, 0, 0.81));
}
.industries .card .card-body .title {
  font-size: 20px;
}
.industries .card .card-body .content {
  font-size: 14px;
  margin: 10px 0;
  line-height: 18px;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 必须 */
  -webkit-line-clamp: 3;
  /* 限制行数 */
  overflow: hidden;
  /* 超出内容隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}
.industries .card .card-body .more {
  font-size: 12px;
}
.industries .card .card-body .more img {
  width: 5px;
}
.industries_case .case_img {
  width: 20%;
  position: relative;
  padding-top: 30px;
  height: 574px;
  overflow-y: hidden;
}
.industries_case .case_img .swiper-container {
  height: 574px;
  overflow: hidden;
}
.industries_case .case_img .swiper-slide.swiper-slide-thumb-active img {
  filter: brightness(1);
}
.industries_case .case_img .swiper-button-prev,
.industries_case .case_img .swiper-button-next {
  position: absolute;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: 30px;
  background: #eaeaea;
  background-image: url(../images/up.png);
  background-repeat: no-repeat;
  background-size: 20px 11px;
  background-position: center;
  z-index: 999;
}
.industries_case .case_img .swiper-button-prev:after,
.industries_case .case_img .swiper-button-next:after {
  content: '';
}
.industries_case .case_img .swiper-button-prev {
  top: 0;
}
.industries_case .case_img .swiper-button-next {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
.industries_case .case_img img {
  width: 100%;
  height: 100%;
  filter: brightness(0.8);
}
.industries_case .case_info {
  margin-left: 15px;
  flex: 1;
}
.industries_case .case_info .swiper-container {
  height: 520px;
  overflow: hidden;
}
.industries_case .case_info .case_content {
  padding: 20px 1.5rem 0 1rem;
  flex: 1;
  background: #F7F9FA;
}
.industries_case .case_info .case_content .biaoqian {
  padding: 6px 8px;
  background: #1890FF;
  border-radius: 30px;
  color: white;
  font-size: 14px;
}
.industries_case .case_info .case_content .date {
  margin-top: 20px;
  font-size: 12px;
  color: #999999;
}
.industries_case .case_info .case_content .title {
  margin: 15px 0;
  font-weight: bold;
  font-size: 20px;
  color: #212529;
}
.industries_case .case_info .case_content .content {
  font-size: 14px;
  color: #999999;
}
.industries_case .case_info .img {
  overflow: hidden;
  width: 458px;
  height: 574px;
}
.solution_details {
  background: #F7F9FA;
  padding: 80px 0;
  font-size: 20px;
}
.solution_details .solution_details_txt {
  flex: 1;
  margin-right: 20px;
}
.solution_details .solution_details_img {
  width: 500px;
}
.solution_details .solution_details_img img {
  width: 500px;
  height: 300px;
}
.solution_other .banner_image {
  margin: 30px 0;
}
.solution_other .solution_details {
  padding: 30px 0;
  background: #F7F9FA;
}
.solution_other .solution_details .title {
  font-size: 20px;
  color: #999999;
}
.solution_other .details {
  position: relative;
  padding: 0 30px;
}
.solution_other .details:after {
  position: absolute;
  content: '';
  top: 5%;
  right: 0;
  width: 1px;
  height: 94%;
  background: #CCCCCC;
}
.solution_other .details .case {
  background: white;
  margin-top: 15px;
}
.solution_other .details .case .img {
  width: 165px;
}
.solution_other .details .case .img img {
  width: 100%;
}
.solution_other .details .case .case_info {
  padding: 20px;
  flex: 1;
}
.solution_other .details .bq {
  margin-top: 10px;
}
.solution_other .details .bq a {
  font-size: 12px;
  padding: 3px 6px;
  color: #808080;
  border: 1px solid #808080;
  margin: 4px 10px 0 0 ;
}
.solution_other .details .btn {
  margin-top: 20px;
  padding: 0;
  color: #1890FF;
  font-size: 12px;
}
.solution_other .details .btn img {
  margin-left: 5px;
}
.solution_other .details2 {
  padding: 0 30px;
}
.solution_other .details2 .list {
  margin-top: 15px;
}
.solution_other .details2 .list .li {
  margin-bottom: 25px;
  background: url(../images/y.png) no-repeat;
  background-size: 15px 10px;
  background-position: 0px 6px;
  padding-left: 30px;
  font-size: 20px;
  color: #212529;
}
.solution_other .details2 .list .li h6 {
  font-size: 20px;
  font-weight: bold;
}
.search-nav {
  background: #F7F9FA;
  height: 50px;
  line-height: 50px;
}
.search-content {
  padding: 30px 0;
}
.search-content .title {
  font-size: 28px;
  font-weight: bold;
}
.search-content .tips {
  margin: 20px 0;
  font-size: 16px;
}
.search-content .search_show {
  margin-top: 20px;
}
.search-content .search_show .nav {
  font-size: 16px;
  margin-bottom: 40px;
}
.search-content .search_show .nav a {
  width: 120px;
  line-height: 40px;
  color: #656565;
  margin-right: 20px;
  font-weight: bold;
  background: #eaeaea;
  text-align: center;
}
.search-content .search_show .nav a.active {
  background: #1890FF;
  color: #fff;
}
.search-content .search_show .title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制显示的行数为1 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-content .search_show .list > div {
  display: none;
}
.search-content .search_show .list > div:nth-child(1) {
  display: block;
}
.search-content .search_show .none {
  margin-top: 50px;
  text-align: center;
}
.search-content .search_show .none img {
  margin: auto !important;
  display: block;
  margin: 20px;
  width: 100px !important;
  height: auto !important;
}
.search-content .search_show .none p {
  margin-top: 1rem;
}
.search-content .search_show .product_list .col {
  margin-top: 90px;
}
.search-content .search_show .product_list p {
  font-size: 12px;
}
.search-content .search_show .product_list img {
  margin-top: -5rem;
  position: relative;
  width: auto;
  height: 100px;
}
.search-content .search_show .product_list .card {
  height: 150px;
}
.search-content .search_show .product_list .card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为1 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mobile {
  display: none;
}
@media (max-width: 1200px) {
  .d-md-block {
    display: none !important;
  }
  .d-flex {
    display: flex !important;
  }
  .col-md-2 {
    width: 100%;
  }
  .mobile {
    display: block;
  }
  .row-cols-md-2 > * {
    width: 100%;
  }
  .row-cols-md-3 > * {
    width: 50%;
  }
  #imags .position-relative,
  #imags .row {
    height: auto !important;
  }
  #imags img {
    width: 100% !important;
    height: auto !important;
  }
  #view #content img {
    max-width: 100% !important;
  }
  table.table-striped tbody {
    font-size: 12px;
  }
  html {
    overflow-x: hidden;
  }
  .content {
    overflow-x: hidden;
  }
  .sm-100 {
    width: 100%;
  }
  .sm-80 {
    width: 80%;
  }
  .nav-item ul {
    margin-top: 0 !important;
  }
  .nav-item ul a {
    padding: 0 !important;
  }
  .title-b {
    margin: 2rem auto 1rem !important;
  }
  h1 {
    font-size: 2rem !important;
  }
  .img-50 {
    width: 50% !important;
  }
  footer {
    padding: 1rem !important;
  }
  .pa-sm-0 {
    padding: 0 !important;
  }
  .pa-sm-1 {
    padding: 1rem 0 !important;
  }
  .mg-sm-0 {
    margin: 0 !important;
  }
  .mg-sm-1 {
    margin: 1rem 0 !important;
  }
  .navbar-toggler {
    background: #59aaff;
  }
  .navbar-toggler .navbar-toggler-icon {
    width: 1.2rem;
    background-image: url("../images/more.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  .navbar-search {
    height: 40px;
    background: #59aaff;
    color: white;
    text-align: center;
  }
  .footer-left {
    border-right: 0 !important;
  }
  .footer-left p {
    margin-bottom: .5rem !important;
  }
  .top-banner .title {
    font-size: 24px;
  }
  .top-banner .ctitle {
    font-size: 14px;
    width: 70%;
    margin-top: 20px;
  }
  .bigimg {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .bigimg img {
    display: block !important;
    height: 300px !important;
    object-fit: cover;
  }
  .bigimg2 {
    margin-top: 1rem !important;
    padding: 0 !important;
  }
  .bigimg2 h4 {
    font-size: 1.2rem !important;
  }
  .bigimg2 img {
    display: block !important;
  }
  .bigimg2 p {
    font-size: .8rem !important;
    max-width: 80% !important;
    margin: .5rem 0 !important;
  }
  .top-banner h1 {
    font-size: 2.5rem !important;
    margin-bottom: 1rem !important;
  }
  .top-banner p {
    font-size: 1.5rem !important;
  }
  .top-banner img {
    display: block !important;
    height: 200px !important;
    object-fit: cover;
  }
  .logo {
    max-width: 116px;
  }
  .products .card-body {
    padding: 0 20px;
  }
  .products .img-fluid {
    max-width: 320px;
  }
  .sreach-item .sreach-view {
    width: 90%;
    margin-bottom: 0;
  }
  .sreach-item .sreach-view .search-form input[type=text] {
    font-size: 14px;
  }
  .sreach-item .sreach-view .search-form button {
    margin-right: 0;
    font-size: 12px;
  }
  .industries_case.py-5 {
    padding-bottom: 0 !important;
  }
  .industries_case .case_img {
    width: 100%;
    display: none;
  }
  .industries_case .swiper-pagination {
    width: 80%;
    left: 10%;
    top: 250px;
    bottom: auto;
  }
  .industries_case .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(33, 37, 41, 0.4);
    margin: 0 2px;
  }
  .industries_case .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 8px;
    border-radius: 30px;
    background: #212529;
  }
  .industries_case .swiper-button-prev,
  .industries_case .swiper-button-next {
    width: 15px;
    height: 24.4px;
    background-size: 100%;
    top: 220px;
  }
  .industries_case .swiper-button-prev:after,
  .industries_case .swiper-button-next:after {
    content: '';
  }
  .industries_case .case_info {
    margin-left: auto;
    flex: auto;
  }
  .industries_case .case_info .top_img {
    width: 100%;
    position: relative;
  }
  .industries_case .case_info .top_img img {
    width: 100%;
  }
  .industries_case .case_info .top_img .shake {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.01) 6.67%, rgba(255, 255, 255, 0.03) 13.33%, rgba(255, 255, 255, 0.07) 20%, rgba(255, 255, 255, 0.12) 26.67%, rgba(255, 255, 255, 0.19) 33.33%, rgba(255, 255, 255, 0.27) 40%, rgba(255, 255, 255, 0.36) 46.67%, rgba(255, 255, 255, 0.45) 53.33%, rgba(255, 255, 255, 0.54) 60%, rgba(255, 255, 255, 0.62) 66.67%, rgba(255, 255, 255, 0.69) 73.33%, rgba(255, 255, 255, 0.74) 80%, rgba(255, 255, 255, 0.78) 86.67%, rgba(255, 255, 255, 0.8) 93.33%, rgba(255, 255, 255, 0.81));
  }
  .industries_case .case_info .case_details {
    display: flex;
    height: auto;
    flex-direction: column;
  }
  .industries_case .case_info .case_content {
    width: 100%;
    height: auto;
  }
  .industries_case .case_info .img {
    display: none;
    width: 100%;
    height: 10rem;
  }
  .otherproducts-fixed .back {
    top: 10px;
    left: 10px;
  }
  .otherproducts-fixed .item {
    padding: 30px 10px;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
  }
  .otherproducts-fixed .item .img {
    width: 10rem;
    height: 10rem;
  }
  .otherproducts-fixed .item .img img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
  .otherproducts-fixed .item .title {
    font-size: 20px;
    margin: 10px 0;
  }
  .otherproducts-fixed .item .content .fl {
    font-size: 14px;
    width: 50%;
  }
  .otherproducts-fixed .item .content .fr {
    font-size: 14px;
  }
  .otherproducts-fixed .item .content .fr p {
    font-size: 14px;
  }
  .solution_details .solution_details_txt,
  .solution_details .solution_details_img {
    width: 100%;
    flex: auto;
  }
  .solution_details .solution_details_img {
    text-align: center;
  }
  .solution_details .solution_details_img img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .row-cols-md-3 > * {
    width: 100%;
  }
  .agent-item table {
    width: 200px;
    padding: 9px;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .agent-item table tr {
    width: 200px;
  }
  .agent-item table td {
    width: 100px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .company-item .details .content {
    height: auto !important;
  }
  .culture-item .list {
    flex-wrap: wrap;
  }
  .culture-item .list .col {
    width: 100%;
    margin: 10px 0;
    flex: auto;
  }
  .culture-item .list .img {
    width: 100%;
    height: auto;
  }
  .culture-item .list .img > img {
    width: 100%;
    height: auto;
  }
  .honor-item .swiper-item {
    width: 88%;
  }
  .honor-item .swiper-item .swiper-button-prev,
  .honor-item .swiper-item .swiper-button-next {
    top: 40%;
    width: 30px;
    height: 30px;
  }
  .honor-item .swiper-item .swiper-button-prev {
    left: -6%;
  }
  .honor-item .swiper-item .swiper-button-next {
    right: -6%;
  }
  .honor-item .swiper-item .swiper-pagination {
    margin: auto;
    width: 80%;
    left: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .development-item {
    padding: 20px 0 20px;
  }
  .development-item .swiper-item .swiper .swiper-slide {
    justify-content: center;
  }
  .development-item .swiper-item .swiper .swiper-slide .details {
    height: 230px;
  }
  .development-item .swiper-item .swiper .swiper-slide:after {
    top: 15%;
    left: 5%;
    width: 90%;
  }
  .development-item .swiper-item .swiper .swiper-slide .year {
    height: auto;
  }
  .development-item .swiper-item .swiper .swiper-slide .x {
    height: 50px;
  }
  .development-item .swiper-item .swiper .swiper-slide:nth-child(2n) {
    flex-direction: column;
  }
  .development-item .swiper-item .swiper-button-prev,
  .development-item .swiper-item .swiper-button-next {
    top: 15%;
  }
  .pub-form {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
  }
  .pub-form .title {
    margin: 5% 0;
  }
  .bigimg3 .bigimg3-item > img {
    height: 300px;
    object-fit: cover;
  }
  .bigimg3 .bigimg3-item .loadnum > div {
    width: 30%;
    margin: 0 1rem;
  }
  .bigimg3 .bigimg3-item .loadnum .img {
    margin: auto;
    width: auto;
    height: 50px;
  }
  .bigimg3 .bigimg3-item .loadnum .img img {
    width: auto;
    height: 100%;
  }
  .bigimg3 .bigimg3-item .loadnum .pnum {
    margin-top: -1rem;
    font-size: 16px;
  }
  .bigimg3 .bigimg3-item .loadnum .txt {
    font-size: .5rem;
  }
  .footer-form {
    margin-top: 30px;
  }
  .footer-form .col-6 {
    width: 100%;
  }
  .products .card-body {
    padding: 0 20px;
  }
  .solution_details {
    padding: 20px 0;
    font-size: 14px;
    line-height: 25px;
  }
  .solution_details .py-5 {
    padding-bottom: 0 !important;
  }
  .solution_details p {
    margin-bottom: 5px;
  }
  .solution_details img {
    max-width: 100%;
  }
  .solution_other .banner_image img {
    display: block !important;
    height: 200px !important;
    object-fit: cover;
  }
  .solution_other.py-5 {
    padding-bottom: 0 !important;
  }
  .solution_other .details {
    padding: 2%;
  }
  .solution_other .details:after {
    width: 0;
  }
  .solution_other .details .title {
    font-size: 14px;
  }
  .solution_other .details .case .img {
    width: 120px;
  }
  .solution_other .details .case .case_info {
    padding: 10px 5px;
  }
  .solution_other .details .case .bq a {
    padding: 0px 3px;
  }
  .solution_other .details2 {
    padding: 2%;
  }
  .solution_other .details2 .title {
    font-size: 14px;
  }
  .solution_other .details2 .list .li {
    font-size: 14px;
  }
  .solution_other .details2 .list .li h6 {
    font-size: 14px;
  }
  .industries .card .card-body .content {
    display: block;
    height: auto;
  }
  .search-content .search_show .nav a {
    width: 31%;
    margin-right: 3%;
  }
  .search-content .search_show .nav a:last-child {
    margin-right: 0;
  }
}
