@media (min-width: 1230px) {
  .container {
    width: 1230px;
  }
}
i,
em {
  font-style: normal;
}
.disN {
  display: none;
}
.disB {
  display: block;
}
body {
  --bgColor: #771419;
  --bgHoverColor: #002865;
  --fontColor: #771419;
  --fontHoverColor: #002865;
  background: url("/static/images/bodybg/bg8.jpg") repeat;
}
a {
  transition: all 0.2s linear 0s;
}
img {
  vertical-align: bottom; /*image-rendering:-webkit-optimize-contrast;*/
}
input[type="text"],
textarea {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
}
@font-face {
  font-family: "iconfont";
  src: url("/static/fonts/iconfont.woff2") format("woff2"),
    url("/static/fonts/iconfont.woff") format("woff"),
    url("/static/fonts/iconfont.ttf") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*index header*/
.header_box {
  height: 88px;
}
.header_box .container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.header_box .container:before,
.header_box .container:after {
  display: none;
}
.header_box .logo_btn {
  display: block;
  max-height: 80px;
}
.header_box .logo_btn img {
  max-width: 100%;
  max-height: 80px;
}
.header_box .right_box {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
.header_box .language_btn {
  margin-left: 20px;
  border: 1px solid #771419;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #771419;
  font-weight: bold;
}
.header_box .language_btn:hover {
  background: #771419;
  color: #fff;
}
.header_box .language_btn:active {
  position: relative;
  top: 2px;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: none;
}
.kj-navbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  z-index: 1000;
  min-height: 40px;
  background: none;
  flex: 1;
  margin-top: 10px;
}
.kj-navbar .navbar-header {
  display: none;
}
.kj-navbar .navbar-collapse {
  padding: 0;
}
.kj-navbar .navbar-nav {
  position: relative;
}
.kj-navbar .navbar-nav > li > a {
  font-size: 15px;
  color: #333333;
  padding: 0 25px;
  margin: 0 12px;
  height: 30px;
  line-height: 30px;
  border: 1px solid transparent;
  position: relative;
}
.kj-navbar .navbar-nav > li > a:before {
  content: "";
  width: 6px;
  height: 40px;
  background: url("/static/images/nav_bg.png") no-repeat 0 0;
  position: absolute;
  top: -5px;
  left: -6px;
  display: none;
}
.kj-navbar .navbar-nav > li > a:after {
  content: "";
  width: 6px;
  height: 40px;
  background: url("/static/images/nav_bg.png") no-repeat -6px 0;
  position: absolute;
  top: -5px;
  right: -6px;
  display: none;
}
.kj-navbar .navbar-nav > li:hover > a {
  color: #771419;
  background: none;
  border: 1px solid #771419;
}
.kj-navbar .navbar-nav > li:hover > a:before {
  display: block;
}
.kj-navbar .navbar-nav > li:hover > a:after {
  display: block;
}
.kj-navbar .navbar-nav > li > a:focus {
  color: #771419;
  background: none;
  border: 1px solid #771419;
}
.kj-navbar .navbar-nav > li > a:focus:before {
  display: block;
}
.kj-navbar .navbar-nav > li > a:focus:after {
  display: block;
}
.kj-navbar .navbar-nav > li.active > a {
  color: #771419;
  background: none;
  border: 1px solid #771419;
}
.kj-navbar .navbar-nav > li.active > a:before {
  display: block;
}
.kj-navbar .navbar-nav > li.active > a:after {
  display: block;
}
.kj-navbar .navbar-right {
  margin: 0;
  display: none;
}
.kj-navbar .navbar-right.language_btn {
  width: 100%;
  margin: 0;
  border: 0;
  line-height: 38px;
}

/*footer*/
.footer_copyright {
  padding: 6px 0;
  background: #202020;
  margin-top: 120px;
}
.footer_copyright .brief_text {
  font-size: 14px;
  color: #fff;
  line-height: 80px;
  display: block;
  text-align: center;
}
.footer_copyright .brief_text a {
  color: #fff !important;
  text-decoration: none;
}
.footer_copyright .brief_text a:hover,
.footer_copyright .brief_text a:focus,
.footer_copyright .brief_text a:active {
  color: #fff !important;
  text-decoration: underline;
}

/*index*/
#banner-swiper .swiper-wrapper .swiper-slide {
  vertical-align: bottom;
  display: inline-block;
}
#banner-swiper .swiper-wrapper .img_btn {
  display: block;
  width: 100%;
  height: 26.5vw;
}
#banner-swiper .swiper-wrapper .img_btn img {
  width: 100%;
  height: 100%;
}
#banner-swiper .swiper-pagination {
  bottom: 10px;
  width: 100%;
  text-align: center;
}
#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background: #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all 0.2s linear 0s;
}
#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 37px;
  border-radius: 30px;
}

#founder-swiper {
  padding-bottom: 50px;
}
#founder-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 5px;
  width: 20px;
  height: 6px;
  border-radius: 30px;
  transition: all 0.2s linear 0s;
}
#founder-swiper .swiper-pagination-bullet-active {
  background: var(--bgColor);
}

.container_margin {
  margin-top: -4rem;
  position: relative;
  z-index: 200;
}
.container_margin a {
  text-decoration: none;
  display: block;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.transition1 {
  transition: all 0.3s ease-out 0s;
}
.index_first_col {
  padding: 1rem 2rem;
  margin-bottom: 0;
  height: 390px;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  background: #fff;
  position: relative;
}
.index_first_col dd {
  z-index: 1;
}
.index_first_col dt {
  z-index: 1;
  font-size: 60px;
  margin-top: 25px;
  line-height: 100px;
  color: #771419;
  font-weight: normal;
}
.index_first_col .dd01 {
  padding: 0.4rem 0 1.5rem 0;
  font-weight: 700;
  font-size: 24px;
  color: #313131;
  line-height: 60px;
}
.index_first_col .dd02 {
  line-height: 30px;
  height: 90px;
  font-size: 16px;
  color: #c1c1c1;
}
.index_first_col .dd03 {
  top: auto;
  bottom: 0;
  left: 0;
  margin: 2rem 0 4rem 0;
  width: 100%;
  color: #fff;
}
.index_first_col .dd03 span {
  background: #771419;
  color: #fff;
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  border: 1px solid transparent;
  transition: all 0.2s linear 0s;
}
.index_first_col .dd04 {
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  position: absolute;
}
.index_first_col .dd04 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_first_col:hover dd {
  color: #fff;
}
.index_first_col:hover dt {
  color: #fff;
}
.index_first_col:hover .dd03 span {
  background: none;
  border: 1px solid #fff;
}
.index_first_col:hover .dd04 {
  opacity: 1;
}
.index_first_col .dd03 span:hover {
  background: #fff;
  color: #771419;
}
.index_first_col .dd03 span:active {
  position: relative;
  top: 2px;
}
.index_brand_box .index_title {
  padding: 60px 0;
  background: url("/static/images/title_bg.png") repeat-x 0 center;
  text-align: center;
}
.index_brand_box .index_title h1 {
  width: 225px;
  line-height: 48px;
  letter-spacing: 2px;
  background: url("/static/images/header_bg.jpg") repeat;
  font-size: 28px;
  color: #333;
  margin: 0 auto;
}
.index_brand_box .index_title h2 {
  width: 225px;
  line-height: 20px;
  background: url("/static/images/header_bg.jpg") repeat;
  font-size: 14px;
  color: #999;
  margin: 0 auto;
}
.index_brand_box ul li {
  display: flex;
  align-items: center;
}
.index_brand_box ul li .image_box {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
}
.index_brand_box ul li .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_brand_box ul li .info_box {
  width: calc(100% - 220px);
  height: 220px;
  padding: 60px 30px 30px 30px;
  display: flex;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  transition: all 0.2s linear 0s;
}
.index_brand_box ul li:nth-child(2n) .info_box {
  background: #fff;
}
.index_brand_box ul li:nth-child(2n) .image_box {
  order: 2;
}
.index_brand_box ul li:nth-child(2n) .info_box {
  order: 1;
}
.index_brand_box ul li:nth-child(1):hover .info_box {
  background: #18383f;
  color: #fff;
}
.index_brand_box ul li:nth-child(2):hover .info_box {
  background: #771419;
  color: #fff;
}
.index_brand_box ul li:nth-child(3):hover .info_box {
  background: #ffd300;
  color: #333;
}
.index_brand_box ul li:nth-child(4):hover .info_box {
  background: #012e4d;
  color: #fff;
}

.index_brand_box ul.ul_2 {
  margin-top: 80px;
}

.index_brand2_box .index_title {
  padding: 60px 0;
  background: url("/static/images/title_bg.png") repeat-x 0 center;
  text-align: center;
}
.index_brand2_box .index_title h1 {
  width: 225px;
  line-height: 48px;
  letter-spacing: 2px;
  /* background: url("/static/images/title_bg.jpg") no-repeat; */
  font-size: 28px;
  color: #771419;
  margin: 0 auto;
  font-weight: bold;
}
.index_brand2_box .index_title h2 {
  width: 225px;
  line-height: 20px;
  /* background: url("/static/images/title_bg.jpg") no-repeat; */
  font-size: 14px;
  color: #771419;
  margin: 0 auto;
}
.index_brand2_box .brand_img {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.index_brand2_box .brand_img img {
  max-width: 100%;
}
.index_brand2_box .brand_box {
  display: flex;
  align-items: center;
}
.index_brand2_box .brand_box .right_img {
  width: 160px;
  margin-left: auto;
}
.index_brand2_box .brand_box .right_img img {
  max-width: 100%;
}
.index_brand2_box .brand_box .left_text {
  width: calc(100% - 160px);
  padding-right: 80px;
  font-size: 15px;
  line-height: 30px;
  color: #333;
}

.index_founder_box .index_title {
  padding: 60px 0;
  background: url("/static/images/title_bg.png") repeat-x 0 center;
  text-align: center;
}
.index_founder_box .index_title h1 {
  width: 225px;
  line-height: 48px;
  letter-spacing: 2px;
  /* background: url("/static/images/title_bg.jpg") no-repeat; */
  font-size: 28px;
  color: #771419;
  font-weight: bold;
  margin: 0 auto;
}
.index_founder_box .index_title h2 {
  width: 225px;
  line-height: 20px;
  /* background: url("/static/images/title_bg.jpg") no-repeat; */
  font-size: 14px;
  color: #771419;
  margin: 0 auto;
}

.kj-core .mySwiper2 {
  height: 620px;
  overflow: hidden;
}
.kj-core .mySwiper2 .swiper-slide {
  position: relative;
  padding-top: 190px;
  padding-left: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-core .mySwiper2 .swiper-slide h3 {
  z-index: 2;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.kj-core .mySwiper2 .swiper-slide h3 a {
}
.kj-core .mySwiper2 .swiper-slide h3 a:hover {
  color: var(--fontHoverColor);
}
.kj-core .mySwiper2 .swiper-slide .kj-content {
  z-index: 2;
  position: relative;
  margin-top: 30px;
  width: 38%;
  font-size: 17px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: #fff;
  line-height: 36px;
}
.kj-core .mySwiper2 .swiper-slide::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.kj-core .kj-mySwiperout {
  width: 830px;
}
.kj-core .mySwiper {
  overflow: hidden;
  position: relative;
  padding: 20px;
  font-size: 15px;
}
.kj-core .mySwiper .swiper-button-prev {
  left: 35px;
}
.kj-core .mySwiper .swiper-button-next {
  right: 15px;
}
.kj-core .mySwiper .swiper-button-next,
.kj-core .mySwiper .swiper-button-prev {
  background-image: none;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.kj-core .mySwiper .swiper-button-next i,
.kj-core .mySwiper .swiper-button-prev i {
  font-size: 16px;
  color: #fff;
}
.kj-core .mySwiper .swiper-button-next:hover,
.kj-core .mySwiper .swiper-button-prev:hover {
  background-color: var(--bgColor);
}
.kj-core .mySwiper .swiper-slide {
  text-align: center;
}
.kj-core .mySwiper .swiper-slide .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  border: 2px solid transparent;
  transition: all 0.2s linear 0s;
}
.kj-core .mySwiper .swiper-slide.active {
  color: var(--fontHoverColor);
  font-weight: bold;
}
.kj-core .mySwiper .swiper-slide.active .img {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-color: #fff;
}
.kj-core .kj-banner {
  position: relative;
  margin-top: 40px;
}
.kj-core .kj-banner .kj-mySwiperout {
  background: url("/static/images/header_bg.jpg") repeat;
  right: 0;
  z-index: 99;
  bottom: -70px;
  position: absolute;
}

/*面包屑*/
.page_map {
  color: #666666;
  line-height: 40px;
  display: flex;
  font-size: 14px;
  margin: 20px 0 10px 0;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  padding: 0 10px;
}
.page_map .iconfont {
  color: var(--fontColor);
  margin-right: 8px;
  font-size: 20px;
}
.page_map .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.page_map .breadcrumb a {
  color: #333333;
}
.page_map .breadcrumb a:hover {
  text-decoration: underline;
}
.page_map .breadcrumb > li + li:before {
  color: #333333;
}
.page_map .breadcrumb .active {
  color: #333;
}
.page_map .breadcrumb .active span {
  color: #333;
}

/*分页*/
.kj-page {
  text-align: center;
  width: 100%;
}
.kj-page .pagination {
  margin: 40px 0 20px 0;
}
.kj-page .pagination > li > a,
.kj-page .pagination > li > span {
  font-size: 13px;
  margin: 3px;
  padding: 0;
  width: 40px;
  height: 28px;
  line-height: 26px;
  border-radius: 5px;
  color: #999;
}
.kj-page .pagination > li > a:hover,
.kj-page .pagination > li > span:hover {
  background: var(--bgColor);
  color: #fff;
  border-color: var(--bgColor);
}
.kj-page .pagination > li.active > a {
  background: var(--bgColor);
  color: #fff;
  border-color: var(--bgColor);
}

.page_banner {
  height: 370px;
  position: relative;
}
.page_banner .page_map .breadcrumb .active {
  color: #fff;
}
.page_banner .banner_title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
.page_banner .banner_title h1 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  line-height: 70px;
}
.page_banner .banner_title h2 {
  font-size: 22px;
  color: #fff;
  font-family: Arial;
  line-height: 45px;
}

/*联系我们*/
.contact_us_box {
  margin-top: 20px;
  display: flex;
  box-shadow: 0 6px 10px rgba(59, 59, 59, 0.1);
  flex-wrap: wrap;
  background: #fff;
  border-radius: 5px;
}
.contact_us_box .contact_us_info {
  width: 100%;
  padding: 30px 50px;
}
.contact_us_box .contact_us_info h1 {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 28px;
}
.contact_us_box .contact_us_info h1.second_title {
  margin-top: 100px;
}
.contact_us_box .contact_us_info .info_box {
  margin-top: 6px;
}
.contact_us_box .contact_us_info .info_box .text {
  font-size: 14px;
  color: #222222;
  line-height: 36px;
}
.contact_us_box .contact_us_info .info_box .text a {
  color: #222;
}
.contact_us_box .contact_us_info .info_box .text a:hover {
  color: var(--fontColor);
  text-decoration: underline;
}
.contact_us_box .contact_us_info .code_img {
  width: 126px;
  margin-top: 6px;
}
.map_box {
  width: 50%;
  height: 490px;
  background: #eee;
  display: none;
}
.map_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*新闻列表*/
.news_list li {
  display: flex;
  padding: 55px 22px;
  flex-wrap: wrap;
  transition: all 0.2s linear 0s;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  border-radius: 5px;
}
.news_list li .img_btn {
  display: block;
  width: 330px;
  height: 210px;
  margin-right: 45px;
}
.news_list li .right_info {
  width: calc(100% - 375px);
}
.news_list li .right_info .title_btn {
  display: block;
  width: 100%;
  font-size: 23px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.news_list li .right_info .time {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #999999;
  height: 28px;
}
.news_list li .right_info .time i {
  margin-right: 10px;
}
.news_list li .right_info span {
  display: block;
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-top: 10px;
}
.news_list li .right_info .more_btn {
  display: block;
  width: 138px;
  text-align: center;
  height: 48px;
  line-height: 46px;
  border: 1px solid #acacac;
  font-size: 15px;
  color: #666666;
  border-radius: 30px;
  margin-top: 28px;
}
.news_list li:hover {
  background: #fff;
}
.news_list li:hover .title_btn {
  color: var(--fontColor);
}
.news_list li .more_btn:hover {
  background: var(--bgColor);
  border-color: var(--bgColor);
  color: #fff;
}
.news_list li .more_btn:active {
  position: relative;
  top: 2px;
}
.kj_news_active {
  background: #fff;
  border-radius: 5px;
  padding: 30px 30px 40px 30px;
  margin-top: 20px;
}
.kj_news_active .kj-main-articleinfo-title {
  font-size: 30px;
  text-align: center;
  color: #333;
  margin-bottom: 12px;
  line-height: 36px;
}
.kj_news_active .kj-article-time {
  text-align: center;
  color: #999;
}
.kj_news_active .kj-article-content {
  color: #333;
  padding-bottom: 50px;
  line-height: 30px;
  margin-top: 20px;
  font-size: 14px;
}

/*产品分类*/
.product_category_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.product_category_list .item_list {
  margin-right: 60px;
  margin-bottom: 40px;
  width: calc((100% - 120px) / 3);
  transition: all 0.2s linear 0s;
}
.product_category_list .item_list:nth-child(3n) {
  margin-right: 0;
}
.product_category_list .item_list .img_btn {
  border-radius: 20px 20px 0 0;
  height: 230px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.product_category_list .item_list .img_btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_category_list .item_list .name_btn {
  display: block;
  font-size: 18px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  padding: 0 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 5px;
}
.product_category_list .item_list:hover {
  transform: translateY(-5px);
}
.product_category_list .item_list:hover .name_btn {
  background: var(--bgColor);
  color: #fff;
}

#waterfall {
  margin: 0 auto;
  position: relative;
}
#waterfall .item {
  float: left;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  box-shadow: 0 0 8px #ccc;
  position: absolute;
}
#waterfall .item:hover {
  box-shadow: 0 0 10px #999;
}
#waterfall .item img {
  width: 200px;
}

.grid {
  margin: 0 auto;
}
.grid-item {
  margin: 10px;
}
.grid-item .name {
  background: var(--bgColor);
  padding: 8px 12px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 30px;
}
.grid-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-top: 6px solid var(--bgColor);
  border-bottom: 6px solid var(--bgColor);
  transition: all 0.4s ease-in-out 0s;
  transform: scale(0, 1);
}
.grid-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 6px solid var(--bgColor);
  border-right: 6px solid var(--bgColor);
  transition: all 0.4s ease-in-out 0s;
  transform: scale(1, 0);
}
.grid-item:hover:before {
  transform: scale(1, 1);
}
.grid-item:hover:after {
  transform: scale(1, 1);
}

.product_list_box .product_list {
  display: flex;
  flex-wrap: wrap;
}
.product_list_box .product_list li {
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc((100% - 80px) / 3);
  position: relative;
}
.product_list_box .product_list li:nth-child(3n) {
  margin-right: 0;
}
.product_list_box .product_list li .item_img {
  width: 100%;
  height: 560px;
}
.product_list_box .product_list li .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_list_box .product_list li .item_wrapper {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  background: #fff;
  padding: 10%;
  transition: all 0.36s ease;
  transform: rotateY(90deg);
}
.product_list_box .product_list li .item_wrapper .title {
  color: var(--fontColor);
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
}
.product_list_box .product_list li .item_wrapper .brief_text {
  color: #868585;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}
.product_list_box .product_list li:hover .item_wrapper {
  transform: rotateY(0);
}
.product_list_box .product_list li .item_wrapper .more_btn {
  display: flex;
  align-items: center;
  margin-top: 30px;
  color: #666;
  font-size: 14px;
}
.product_list_box .product_list li .item_wrapper .more_btn i {
  margin-left: 5px;
  font-size: 14px;
  display: block;
  transition: all 0.2s linear 0s;
}
.product_list_box .product_list li .item_wrapper .more_btn:hover {
  color: Var(--fontColor);
}
.product_list_box .product_list li .item_wrapper .more_btn:hover i {
  transform: translateX(3px);
}
.product_list_box2 .product_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.product_list_box2 .product_list li {
  margin-right: 25px;
  width: calc((100% - 75px) / 4);
  margin-bottom: 30px;
}
.product_list_box2 .product_list li:nth-child(4n) {
  margin-right: 0;
}
.product_list_box2 .product_list li .img_box {
  width: 100%;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.product_list_box2 .product_list li .img_box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out 0s;
  object-fit: cover;
}
.product_list_box2 .product_list li .img_box .big_images {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  border: 0;
  padding: 0;
  margin-left: -20px;
  margin-top: -60px;
  transition: all ease-out 0.3s;
}
.product_list_box2 .product_list li .img_box .big_images i {
  font-size: 20px;
}
.product_list_box2 .product_list li .name {
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 20px 15px;
  font-size: 15px;
  color: #333;
  text-align: center;
  transition: all ease-out 0.3s;
}
.product_list_box2 .product_list li:hover .img_box img {
  transform: scale(1.06);
}
.product_list_box2 .product_list li:hover .img_box .big_images {
  margin-top: -20px;
  top: 50%;
}
.product_list_box2 .product_list li:hover .name {
  background: var(--bgColor);
  color: #fff;
}
.product_list_box2 .product_list li .img_box .big_images:hover {
  background: rgba(0, 0, 0, 0.6);
}
.pop_bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.pop_box {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  width: 1000px;
  display: none;
}
.pop_box .close_btn {
  background: #dedede;
  width: 34px;
  height: 40px;
  border-radius: 0 0 30px 30px;
  position: absolute;
  top: -5px;
  right: 10px;
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 40px;
  z-index: 2000;
}
.pop_box .close_btn:hover {
  background: Var(--bgColor);
  color: #fff;
}
#products-swiper {
  height: 100%;
}
#products-swiper .swiper-wrapper {
  height: 100%;
}
#products-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 0;
}
#products-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
#products-swiper .swiper-button-next,
#products-swiper .swiper-button-prev {
  width: 20px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 70px;
  transition: all 0.2s linear 0s;
}
#products-swiper .swiper-button-next:after,
#products-swiper .swiper-button-prev:after {
  font-size: 18px;
  color: #fff;
}
#products-swiper .swiper-button-next:hover,
#products-swiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.6);
}

.founder_info_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.founder_info_box .founder_img {
  width: 40%;
}
.founder_info_box .founder_img img {
  width: 100%;
}
.founder_info_box .founder_brief {
  background: Var(--bgColor);
  width: 60%;
  padding: 50px;
}
.founder_info_box .founder_brief h1 {
  font-size: 25px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
.founder_info_box .founder_brief .brief_text {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}
.founder_photos {
  background: #141414;
  padding: 80px 0;
  margin-top: 80px;
}

.product_info_details {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px 15px 30px 15px;
}
.product_info_details .left_image {
  width: 295px;
  margin-right: 25px;
}
.product_info_details .image_box {
  width: 295px;
}
.product_info_details .image_box .box {
  width: 100%;
}
.product_info_details .image_box .tb-booth {
  border: 1px solid #e8e8e8;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 295px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 10px;
}
.product_info_details .image_box .tb-pic a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.product_info_details .image_box .tb-pic a img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.product_info_details .image_box .tb-thumb {
  margin: 12px 0 0;
  overflow: hidden;
}
.product_info_details .image_box .tb-thumb li {
  background: #dddddd;
  float: left;
  height: 60px;
  width: 60px;
  margin: 0 5px 5px 0;
  overflow: hidden;
  padding: 1px;
  border-radius: 5px;
}
.product_info_details .image_box .tb-thumb li:nth-child(4n) {
  margin-right: 0;
}
.product_info_details .image_box .tb-s40,
.tb-s40 a {
  height: 58px;
  width: 58px;
}
.product_info_details .image_box .tb-s40,
.tb-s40 a img {
  height: 58px;
  width: 58px;
  object-fit: cover;
}
.product_info_details .image_box .tb-thumb .tb-selected {
  background: #ff2200;
}
.product_info_details .image_box .tb-thumb .tb-selected div {
  background-color: #ffffff;
  border: medium none;
  border-radius: 5px;
  overflow: hidden;
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
div.zoomMask {
  position: absolute;
  background: url("/static/images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
  width: 100px !important;
  height: 100px !important;
}
.product_info_details .image_box .tb-booth .tipsimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
}
.product_info_details .right_info {
  width: calc(100% - 320px);
}
.product_info_details .right_info .title {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
  margin-top: 8px;
}
.product_info_details .right_info .info_text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.product_relevant {
  margin-top: 35px;
}
.product_relevant h1 {
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  font-weight: bold;
}
.product_relevant .swiper-button-next:after,
.product_relevant .swiper-button-prev:after {
  font-size: 30px;
  color: #9a9a9a;
  transition: all 0.2s linear 0s;
}
.product_relevant .swiper-button-next:hover:after,
.product_relevant .swiper-button-prev:hover:after {
  color: var(--fontColor);
}
.product_relevant .swiper-button-prev {
  left: -40px;
}
.product_relevant .swiper-button-next {
  right: -40px;
}
.product_relevant .swiper-container {
  padding: 15px 0;
}
.product_relevant .swiper-slide .img_btn {
  width: 100%;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.product_relevant .swiper-slide .img_btn img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out 0s;
  object-fit: cover;
}
.product_relevant .swiper-slide .name_btn {
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 20px 15px;
  font-size: 15px;
  color: #333;
  text-align: center;
  transition: all ease-out 0.3s;
}
.product_relevant .swiper-slide:hover .img_btn img {
  transform: scale(1.06);
}
.product_relevant .swiper-slide:hover .name_btn {
  background: var(--bgColor);
  color: #fff;
}
