.my_swiper .swiper-button-next:after,
.my_swiper .swiper-button-prev:after {
  content: '';
}
.my_swiper .swiper-button-next,
.my_swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.my_swiper .swiper-button-next:hover,
.my_swiper .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.my_swiper .swiper-button-next .iconfont,
.my_swiper .swiper-button-prev .iconfont {
  font-size: 20px;
}
.my_swiper .swiper-pagination {
  bottom: 20px !important;
}
.my_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 8px !important;
  background-color: #a5adb8;
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
.my_swiper .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1 !important;
}
.my_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px !important;
  border-radius: 6px !important;
  opacity: 1 !important;
}

.new_list .new_list_r li {
  padding: 28px 0;
  border-bottom: 1px solid #e1e3e6;
}
.new_list .new_list_r li:first-child {
  padding-top: 0;
}
.new_list .new_list_r li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.video_list .list li > a:hover .mask {
  z-index: 1;
  opacity: 1;
}
.video_list .list li > a:hover .iconfont {
  top: 50% !important;
  z-index: 1 !important;
  opacity: 1 !important;
}

.product_list .list li > a:hover img {
  transform: scale(1.1);
}

.m_header .logo.mini {
  transform: scale(0.9);
}
.m_header .m_header_nav .m_header_nav_item {
  position: relative;
}
.m_header .m_header_nav .m_header_nav_item > .nav {
  height: 90px;
  line-height: 90px;
  padding: 0 30px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_header .m_header_nav .m_header_nav_item .nav:hover,
.m_header .m_header_nav .m_header_nav_item.active .nav {
  background-color: #3385ff;
  color: #fff;
}
.m_header .m_header_nav .m_header_nav_item .nav .iconfont {
  transition: transform 0.2s ease-in-out;
  padding-top: 2px;
}
.m_header .m_header_nav .m_header_nav_item .nav:hover .iconfont {
  transform: rotate(180deg);
}

.m_header .m_header_nav .m_header_nav_select {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(165, 173, 184, 0.12);
  display: none;
}
.m_header .m_header_nav .m_header_nav_item:hover .m_header_nav_select {
  display: block;
}

.m_header .m_header_nav .m_header_nav_select a {
  min-width: 120px;
  text-align: center;
  padding: 0 10px;
  line-height: 60px;
}
.m_header .m_header_nav .m_header_nav_select a:hover {
  color: #fff;
  background-color: #3385ff;
}

.m_footer a:hover {
  color: #fff;
}

.fixedToTop {
  position: fixed;
  right: 10px;
  bottom: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
}
.fixedToTop:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.fixedToTop.show {
  z-index: 9;
  opacity: 1;
}

.breadcrumb_wrap .breadcrumb_r li a {
  position: relative;
  padding: 0 20px;
  line-height: 30px;
  font-size: 13px;
}
.breadcrumb_wrap .breadcrumb_r li:not(:last-child) a:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #e1e3e6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 5px);
}
.breadcrumb_wrap .breadcrumb_r li a:hover,
.breadcrumb_wrap .breadcrumb_r li.active a {
  background-color: #3385ff;
  color: #fff;
}

.product_list_wrap li {
  margin-bottom: 40px;
}
.product_list_wrap li:not(:nth-child(3n)) a {
  margin-right: 20px;
}
.product_list_wrap li a:hover {
  box-shadow: 0px 0px 12px 1px rgba(96, 101, 107, 0.12);
}
.product_list_wrap li a:hover img {
  transform: scale(1.1);
}
.product_list_wrap li a:hover .title {
  transform: translateX(6px);
}
.product_list_wrap li a:hover .title,
.product_list_wrap li a:hover .sub_title {
  transform: translateX(6px);
}
.product_list_wrap li a:hover .product_item_b .more_btn {
  background-color: #3385ff;
  color: #fff;
  border-color: #3385ff !important;
}

.new_list_wrap li:not(:last-child) {
  margin-bottom: 20px;
}
.new_list_wrap li a:hover .title,
.new_list_wrap li a:hover .sub_title {
  transform: translateX(6px);
}
.new_list_wrap li a img {
  object-fit: cover;
}

.new_list_wrap li a:hover img {
  transform: scale(1.1);
}
.new_list_wrap li a:hover .more_btn {
  background-color: #3385ff;
  color: #fff;
  border-color: #3385ff !important;
}

.video-js {
  line-break: normal;
}
.video_player_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.video_player_wrap .close_btn {
  position: fixed;
  right: 20px;
  top: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  cursor: pointer;
}
.video_player_wrap .close_btn:hover {
  color: #fff;
  transform: scale(1.2);
}
.video_player_wrap #video_player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
<!--0.00018215179443359-->