:root {
  --primary-color: #e5004f;
  --warning-color: #16c6bd;
  --success-color: #11ad6f;
  --bg: #e5004f;
}
.pink-themebg {
  --primary-color: #e5004f;
  --warning-color: #16c6bd;
  --bg: #e5004f;
}
.cyan-themebg {
  --primary-color: #009e96;
  --warning-color: #eb6100;
  --bg: #009e96;
}
.blue-themebg {
  --primary-color: #0068b7;
  --warning-color: #FFC759;
  --bg: #0068b7;
}
.orange-themebg {
  --primary-color: #eb6100;
  --warning-color: #8fc31f;
  --bg: #eb6100;
}
.darkgreen-themebg {
  --primary-color: #009944;
  --warning-color: #eb6100;
  --bg: #009944;
}
.green-themebg {
  --primary-color: #8fc31f;
  --warning-color: #eb6100;
  --bg: #8fc31f;
}
.red-themebg {
  --primary-color: #e60012;
  --warning-color: #0068b7;
  --bg: #e60012;
}
.purple-themebg {
  --primary-color: #920783;
  --warning-color: #009944;
  --bg: #920783;
}
button,
button:focus {
  outline: none;
}
.mb40 {
  margin-bottom: 40px;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fcred {
  color: red;
}
.margin-b {
  margin-bottom: 50px;
}
.margin-top {
  margin-top: 50px;
}
.pad {
  padding-top: 50px;
  padding-bottom: 50px;
}
.online-container {
  max-width: 1580px;
  width: 90%;
  margin: 0 auto;
}
.page-title {
  color: #172a88;
  font-size: 30px;
  margin-bottom: 20px;
}
.page-subtit {
  font-size: 24px;
  padding-left: 30px;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}
.page-subtit:before {
  content: '';
  width: 8px;
  height: 24px;
  background: #62c2e1;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.top-title-box {
  *zoom: 1;
  margin-bottom: 20px;
}
.top-title-box:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.top-title-box .btn {
  float: right;
}
.top-title-box .page-title {
  float: left;
  margin-bottom: 0;
}
.btn {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: #172a88;
  color: #fff;
  border: 0;
  outline: none;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn.btn-primary {
  background-color: #62c2e1;
}
.btn.btn-warning {
  background-color: #eb6100;
}
.btn.btn-main {
  background-color: var(--primary-color);
}
.btn:hover {
  opacity: 0.8;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.page-btn-box {
  margin-bottom: 20px;
}
.page-btn-box.right {
  text-align: right;
}
.top-banner img {
  display: block;
  width: 100%;
}
.online-index {
  background: url(../images/online-bg1.png) no-repeat center center;
  background-size: 100%;
}
.online-intro {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.online-intro .title {
  font-weight: bold;
  font-size: 30px;
  color: #172a88;
  flex: 1;
  margin-right: 20px;
}
.online-intro .info {
  color: #666;
  line-height: 1.8;
  flex: 2;
}
.exh-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.exh-list .li {
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 45px 20px;
  color: #fff;
  background-color: var(--bg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.exh-list .li:nth-child(4n) {
  margin-right: 0;
}
.exh-list .li:hover {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
  transform: translateY(-10px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.exh-list .li a {
  color: #fff;
}
.exh-list .li .title-group {
  min-height: 100px;
}
.exh-list .li .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.exh-list .li .title-en {
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: bold;
}
.exh-list .li .link {
  background-color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 5px;
  margin: 20px 0;
  color: var(--primary-color);
}
.exh-list .li .p {
  font-size: 20px;
}
.exh-consult {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 40px 30px;
  background: #f8fdfe url(../images/online-consult.png) no-repeat;
  background-size: 100% 100%;
}
.exh-consult .info {
  color: #666;
}
.exh-consult .consult-form {
  margin-top: 25px;
}
.consult-form .inner-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 740px;
}
.consult-form .form-group {
  width: 48%;
  margin-bottom: 20px;
}
.consult-form .form-group.all {
  width: 100%;
  max-width: 100%;
}
.consult-form .form-group .form-input {
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 56px;
  padding: 0 10px;
  width: 100%;
}
.consult-form .form-group .form-input.textarea {
  height: auto;
  padding: 10px;
}
.consult-form .btn {
  min-width: 160px;
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
}
.online-list-box {
  background: #fafafa url(../images/online-bg2.png) no-repeat top right;
}
.swiper-pagination-bullet-active {
  background: var(--primary-color);
}
.top-exh-list .swiper {
  position: relative;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.top-exh-list .swiper-pagination {
  display: none;
}
.top-exh-list .li {
  flex: 1;
  margin-right: 20px;
  border-radius: 10px;
  text-align: center;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.top-exh-list .li:last-child {
  margin-right: 0 !important;
}
.top-exh-list .li:hover {
  opacity: 0.8;
  color: var(--primary-color);
}
.top-exh-list .li a:hover {
  color: var(--primary-color);
}
.top-exh-list .li.active {
  color: var(--primary-color);
}
.top-exh-list .li.active .imgbox {
  box-shadow: 0 0 10px var(--primary-color);
}
.top-exh-list .li.active a {
  color: var(--primary-color);
}
.top-exh-list .li .imgbox {
  border-radius: 10px;
  height: 100px;
  overflow: hidden;
  text-align: center;
  line-height: 100px;
  font-size: 0;
  margin-bottom: 6px;
  background-color: var(--primary-color);
}
.top-exh-list .li .imgbox img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.search-box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}
.search-box .top {
  padding: 30px;
  background-color: var(--bg);
}
.search-box .other {
  padding: 20px 30px 30px;
}
.search-box .title {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.search-box .form-search {
  display: flex;
  flex-wrap: wrap;
}
.search-box .form-group {
  margin-top: 20px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.search-box .form-input {
  height: 56px;
  border-radius: 5px;
  padding: 0 10px;
  width: 300px;
  max-width: 100%;
  border: 0;
  outline: none;
}
.search-box input {
  appearance: none;
}
.search-box .form-keywords {
  position: relative;
  margin-right: 0;
  flex: 2;
  display: flex;
}
.search-box .form-keywords .prefix-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #9da5aa;
  font-size: 24px;
}
.search-box .form-keywords .form-input {
  border-radius: 5px 0 0 5px;
  padding-left: 50px;
  flex-grow: 1;
  max-width: 900px;
}
.search-box .form-keywords .btn {
  border-radius: 0 5px 5px 0;
  min-width: 150px;
  padding: 0 20px;
  height: 56px;
  background-color: var(--warning-color);
}
.search-box select {
  outline: none;
  border: 0;
}
.search-box .select-box {
  position: relative;
  height: 56px;
  border-radius: 5px;
  padding: 0 10px;
  width: 300px;
  max-width: 100%;
  border: 0;
  outline: none;
  background: #fff url(../images/select-ico.png) no-repeat right 10px center;
}
.search-box .select-box .placeholder {
  color: #9da5aa;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 56px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-box .select-box .placeholder.has-value {
  color: #333;
}
.search-box .select-box .select-option-box {
  display: none;
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  max-height: 500px;
  overflow-y: auto;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
}
.search-box .select-box .select-option-box::-webkit-scrollbar {
  width: 6px;
}
.search-box .select-box .select-option-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #b4b4b4;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.search-box .select-box .select-option-box::-webkit-scrollbar-track {
  background-color: #dcdcdc;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.search-box .select-box .select-option-box .tit {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px;
  padding-left: 36px;
  padding-right: 30px;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.search-box .select-box .select-option-box .tit:hover {
  background-color: #f3f3f3;
}
.search-box .select-box .select-option-box .tit.active {
  background-color: #f3f3f3;
}
.search-box .select-box .select-option-box .tit.active:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.search-box .select-box .select-option-box .tit:before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background-color: var(--primary-color);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.search-box .select-box .select-option-box .tit:after {
  position: absolute;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #b32a25;
  right: 1em;
  top: 50%;
  margin-top: -0.3em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.search-box .select-box .select-option-box .item > .select-option-list {
  display: none;
}
.search-box .select-box .select-option-list.sub .option {
  color: #666;
  padding-left: 40px;
}
.search-box .select-box .select-option-list .option {
  display: block;
  padding: 8px 20px;
  padding-left: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.search-box .select-box .select-option-list .option.active,
.search-box .select-box .select-option-list .option:hover {
  background-color: var(--primary-color);
  color: #fff !important;
}
.search-box .select-box .select-option-list .option.sub-option {
  padding-left: 40px;
  color: #666;
}
.search-box .letter-list {
  display: flex;
  flex-wrap: wrap;
}
.search-box .letter-list .letter {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.search-box .letter-list .letter.active {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: bold;
}
.search-box .letter-list .letter:hover {
  background-color: var(--primary-color);
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.search-box .search-result {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  display: flex;
}
.search-box .search-result .p {
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font-size: 16px;
}
.search-box .search-result .result-list {
  flex-grow: 1;
}
.search-box .search-result .result-list .item {
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: var(--warning-color);
  padding: 0px 10px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}
.search-box .search-result .result-list .item .name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70px;
  vertical-align: middle;
}
.search-box .search-result .result-list .item .delbtn {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 5px;
  text-align: center;
}
.search-box .search-result .del {
  margin-left: 20px;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
  line-height: 36px;
}
.page a:hover,
.page span {
  background: var(--bg);
  border-color: var(--bg);
  color: #fff !important;
}
.online-list-con {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.online-list {
  display: flex;
  flex-wrap: wrap;
}
.online-list .li {
  width: calc(100%/4 - 20px);
  margin-right: 26px;
  text-align: center;
  margin-bottom: 35px;
}
.online-list .li:nth-child(4n) {
  margin-right: 0;
}
.online-list .li a:hover,
.online-list .li:hover {
  color: var(--primary-color);
}
.online-list .li a:hover .imgbox,
.online-list .li:hover .imgbox {
  border-color: var(--primary-color);
}
.online-list .li .imgbox {
  border-radius: 10px;
  border: 1px solid #ddd;
  position: relative;
}
.online-list .li .imgbox:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.online-list .li .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
}
.online-list .li .type {
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.online-list .li .type .txt {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1.2;
}
.online-list .li .title {
  margin: 10px 0 5px;
  font-weight: bold;
}
.online-bg {
  background: linear-gradient(135deg, #e7edf6, #fafafa);
}
.online-detail-box {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.online-detail-box .top {
  padding: 25px;
  background-color: var(--bg);
  display: flex;
  justify-content: space-between;
}
.online-detail-box .top .left {
  color: #fff;
  display: flex;
}
.online-detail-box .top .left .imgbox {
  flex-shrink: 0;
  width: 250px;
  height: 120px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 120px;
  margin-right: 20px;
}
.online-detail-box .top .left .imgbox img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.online-detail-box .top .left .txtbox {
  flex-grow: 1;
}
.online-detail-box .top .left .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.online-detail-box .top .right {
  border-radius: 5px;
  background-color: #fff;
  color: #666666;
  padding: 20px;
}
.online-detail-box .top .right .ewm-box {
  display: inline-block;
  text-align: center;
}
.online-detail-box .top .right .ewm-box .img {
  width: 80px;
  height: 80px;
  margin: 0 auto 5px;
}
.online-detail-box .top .right .ewm-box .img img {
  width: 100%;
}
.online-detail-box .top .right .share-box {
  display: inline-block;
  margin-left: 20px;
}
.online-detail-box .top .right .share-box .sharelink {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
.online-detail-box .top .right .share-box .sharelink:last-child {
  margin-right: 0;
}
.online-detail-box .detail-con {
  padding: 30px;
}
.online-detail-box .detail-con .info {
  color: #666;
}
.online-subtit {
  font-weight: bold;
  font-size: 16px;
  color: var(--primary-color);
  line-height: 1;
  border-left: 5px solid var(--primary-color);
  margin-bottom: 20px;
  padding-left: 6px;
}
.online-crumbs {
  margin-bottom: 10px;
  color: #999;
  *zoom: 1;
}
.online-crumbs:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.online-crumbs .p {
  float: left;
}
.online-crumbs .btn {
  float: right;
}
.detail-product-list {
  border-radius: 5px;
  padding: 0 25px;
  background-color: #f7f7f7;
}
.detail-product-list .item {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  *zoom: 1;
}
.detail-product-list .item:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.detail-product-list .item:last-child {
  border-bottom: 0;
}
.detail-product-list .item .imgbox {
  border-radius: 5px;
  height: 200px;
  width: 30%;
  overflow: hidden;
  float: left;
  display: flex;
  align-items: center;
}
.detail-product-list .item .imgbox img {
  width: 100%;
}
.detail-product-list .item .txtbox {
  padding-left: 30px;
  float: left;
  width: 70%;
}
.detail-product-list .item .txtbox .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.detail-product-list .item .txtbox .info {
  color: #666;
  line-height: 1.8;
  margin-top: 10px;
}
.products-list {
  display: flex;
  flex-wrap: wrap;
}
.products-list .li {
  width: calc((100% - 30px*4)/5);
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.products-list .li:nth-child(5n) {
  margin-right: 0;
}
.products-list .li a:hover .title,
.products-list .li:hover .title {
  color: var(--primary-color);
}
.products-list .li a:hover .imgbox img,
.products-list .li:hover .imgbox img {
  transition: all 0.3s;
  transform: scale(1.1);
}
.products-list .li .imgbox {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 10px;
}
.products-list .li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.products-list .li .txtbox {
  margin-top: 20px;
}
.products-list .li .txtbox .title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.products-list .li .txtbox .company {
  color: #999;
  margin-bottom: 5px;
}
.products-list .li .txtbox .type {
  color: #999;
}
.products-list .li .txtbox .type .txt {
  color: var(--primary-color);
}
.product-detail-box {
  display: flex;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
.product-detail-box .imgbox {
  width: 40%;
  margin-right: 30px;
  flex-shrink: 0;
}
.product-detail-box .imgbox .img {
  aspect-ratio: 34/21;
  background-color: #ddd;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-box .imgbox .img img {
  max-width: 100%;
  max-height: 100%;
}
.product-detail-box .txtbox {
  flex-grow: 1;
}
.product-detail-box .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.product-detail-box .company {
  font-size: 16px;
  margin-bottom: 10px;
}
.product-detail-box .other {
  color: #666;
}
.product-detail-box .other .txt {
  color: var(--primary-color);
}
.product-detail-box .product-detail {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.product-detail-box .product-detail .tit {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}
.product-detail-box .product-detail .tit:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 20px;
  background-color: var(--primary-color);
}
.product-detail-box .product-detail .info {
  line-height: 1.8;
  color: #666666;
}
.product-detail-box .gallery-top {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.product-detail-box .gallery-top .swiper-slide {
  aspect-ratio: 34/21;
  background-color: #ddd;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-box .gallery-top .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.product-detail-box .gallery-thumbs {
  position: relative;
  overflow: hidden;
}
.product-detail-box .gallery-thumbs .swiper-slide {
  aspect-ratio: 67/40;
  background-color: #ddd;
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-box .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--primary-color);
}
.product-detail-box .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-navigation-style {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.swiper-navigation-style:hover .swiper-button-next,
.swiper-navigation-style:hover .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  transition: all 0.4s;
}
.swiper-navigation-style:hover .swiper-button-prev,
.swiper-navigation-style:hover .swiper-container-rtl .swiper-button-next {
  left: 10px;
  transition: all 0.4s;
}
.swiper-navigation-style .swiper-button-prev,
.swiper-navigation-style .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-navigation-style .swiper-button-prev:after,
.swiper-navigation-style .swiper-button-next:after {
  font-size: 26px;
}
.swiper-navigation-style .swiper-button-prev:hover,
.swiper-navigation-style .swiper-button-next:hover {
  background-color: var(--primary-color);
}
.swiper-navigation-style .swiper-button-next,
.swiper-navigation-style .swiper-container-rtl .swiper-button-prev {
  right: -50px;
  transition: all 0.4s;
}
.swiper-navigation-style .swiper-button-prev,
.swiper-navigation-style .swiper-container-rtl .swiper-button-next {
  left: -50px;
  transition: all 0.4s;
}
.other-products-box .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.other-products-swiper .li {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.other-products-swiper .li:nth-child(5n) {
  margin-right: 0;
}
.other-products-swiper .li a:hover .title,
.other-products-swiper .li:hover .title {
  color: var(--primary-color);
}
.other-products-swiper .li a:hover .imgbox img,
.other-products-swiper .li:hover .imgbox img {
  transition: all 0.3s;
  transform: scale(1.1);
}
.other-products-swiper .li .imgbox {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 10px;
}
.other-products-swiper .li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.other-products-swiper .li .txtbox {
  margin-top: 20px;
}
.other-products-swiper .li .txtbox .title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.other-products-swiper .li .txtbox .company {
  color: #999;
  margin-bottom: 5px;
}
.other-products-swiper .li .txtbox .type {
  color: #999;
}
.other-products-swiper .li .txtbox .type .txt {
  color: var(--primary-color);
}
@media screen and (max-width: 1366px) {
  .products-list .li {
    width: calc((100% - 30px*3) / 4);
  }
  .products-list .li:nth-child(5n) {
    margin-right: 30px;
  }
  .products-list .li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .products-list .li {
    width: calc((100% - 30px*2) / 3);
  }
  .products-list .li:nth-child(4n) {
    margin-right: 30px;
  }
  .products-list .li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .margin-b {
    margin-bottom: 40px;
  }
  .online-intro {
    display: block;
  }
  .online-intro .title {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .exh-list .li {
    width: 100%;
    margin-right: 0;
    padding: 30px 20px;
  }
  .exh-list .li .title {
    font-size: 26px;
  }
  .exh-list .li .title-group {
    min-height: 0;
  }
  .online-detail-box .top {
    display: block;
    padding: 25px 20px;
  }
  .online-detail-box .top .left {
    width: 100%;
    display: block;
  }
  .online-detail-box .top .left .imgbox {
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .online-detail-box .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .online-detail-box .detail-con {
    padding: 30px 20px;
  }
  .detail-product-list {
    padding: 0 10px;
  }
  .detail-product-list .item .imgbox {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
  }
  .detail-product-list .item .txtbox {
    padding-left: 0;
  }
  .search-box .top {
    padding: 30px 20px;
  }
  .search-box .other {
    padding: 20px 20px 30px;
  }
  .search-box .form-search {
    display: block;
  }
  .search-box .form-group {
    width: 100%;
    margin-right: 0;
  }
  .search-box .form-keywords .btn {
    min-width: 0;
  }
  .online-list-box {
    padding: 30px 20px;
  }
  .online-list .li {
    width: calc(100%/2 - 10px);
    margin-right: 20px;
  }
  .online-list .li:nth-child(2n) {
    margin-right: 0;
  }
  .online-list .li .type .txt {
    font-size: 12px;
    padding: 4px;
  }
  .top-exh-list .swiper-pagination {
    display: block;
  }
  .top-exh-list .li {
    width: calc(100%/2 - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    flex: none;
  }
  .exh-consult {
    background-size: 100% auto;
  }
  .consult-form .inner-con {
    display: block;
  }
  .consult-form .form-group {
    width: 100%;
    max-width: 100%;
  }
  .product-detail-box {
    padding: 20px;
    display: block;
  }
  .product-detail-box .imgbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .products-list .li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .products-list .li:nth-child(3n) {
    margin-right: 20px;
  }
  .products-list .li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .products-list .li {
    width: 100%;
    margin-right: 0 !important;
  }
}
