@import url("iconfont.css");
/* banner inner */
.iconfont {
  color: inherit;
  font-size: inherit;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont {
  color: inherit;
  font-size: inherit;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner-inner {
  position: relative;
  background: #fafafa;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end;
}
.banner-inner img {
  width: 100%;
}
.banner-inner .banner-content {
  width: 100%;
}
.banner-inner .banner-content .container {
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
  padding: 10px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-inner .banner-content .banner-title-h1 {
  font-size: var(--fonttitle);
  font-weight: 700;
}
.banner-inner .banner-content .banner-breadcrumbs a {
  color: inherit;
  transition: all 0.2s linear;
}
.banner-inner .banner-content .banner-breadcrumbs a em {
  margin-right: 5px;
}
.banner-inner .banner-content .banner-breadcrumbs a:hover {
  color: var(--color);
}
.common-main {
  padding-bottom: 30px;
}
article p {
  color: var(--fontcolortitle);
}
article a {
  color: var(--color);
  text-decoration: underline;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table td,
table th {
  border: 1px solid #ddd;
  padding: 4px 10px;
}
.table-wrap {
  overflow-x: auto;
  width: 100%;
}
/* company introduction */
.company-about-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.company-about-wrap > div {
  width: 50%;
}
.company-about-wrap .about-img {
  position: relative;
  padding: 10px 3% 0px 10px;
}
.company-about-wrap .about-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company-about-wrap .about-info {
  padding-top: 30px;
}
.company-about-wrap .about-info .home-des,
.company-about-wrap .about-info .home-title {
  text-align: left;
}
.company-about-wrap .about-info ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.company-about-wrap .about-info ul li {
  width: 50%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.company-about-wrap .about-info ul li img {
  margin-right: 10px;
}
.company-about-wrap .about-info ul li p {
  margin: 0px;
}
.company-about-wrap .about-info .about-content {
  margin-top: 30px;
}
.company-about-wrap .about-info .about-content p {
  margin-bottom: 30px;
}
.company-about-wrap .color {
  font-weight: var(--fontweight);
  font-size: 18px;
  color: #080808;
  display: flex;
  align-items: center;
}
.company-about-wrap .color span {
  color: var(--color);
  font-size: 24px;
  padding-left: 15px;
}
.company-logo {
  position: relative;
  z-index: 1;
}
.company-logo:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #fffbfa;
  z-index: -1;
}
.company-logo ul {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-logo ul li {
  width: 14%;
}
.company-list {
  padding-top: 6%;
}
.company-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-top: 50px;
}
.company-list ul li {
  margin-bottom: 20px;
  width: 23%;
  background: #fff;
  box-shadow: 0 6px 13px 0 rgba(19, 20, 21, 0.2);
  padding: 50px 30px;
  position: relative;
  transition: all 0.1s linear;
  text-align: center;
}
.company-list ul li:hover {
  box-shadow: 0 6px 13px 0 rgba(19, 20, 21, 0.4);
}
.company-list ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background: var(--color);
}
.company-list ul li .title {
  font-weight: var(--fontweight);
  padding: 0px 0px 20px;
  color: var(--fontcolortitle);
  font-size: var(--fonttitle);
}
.company-list ul li em {
  font-size: 50px;
  color: var(--color);
}
/* Company Vision */
.about-vision-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about-vision-wrap > div {
  width: 50%;
}
.about-vision-wrap .about-img {
  position: relative;
  padding: 10px 3% 0px 10px;
}
.about-vision-wrap .about-img > img {
  width: 100%;
}
.about-vision-wrap .about-info {
  padding-top: 30px;
}
.about-vision-wrap .about-info .home-des,
.about-vision-wrap .about-info .home-title {
  text-align: left;
}
.about-vision-wrap .vision-list {
  margin-top: 20px;
}
.about-vision-wrap .vision-list .item {
  border-bottom: 1px solid #eee;
}
.about-vision-wrap .vision-list .item:nth-child(1) .content {
  display: block;
}
.about-vision-wrap .vision-list .item.open .link em {
  transform: rotate(180deg);
}
.about-vision-wrap .vision-list .item .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 0px;
}
.about-vision-wrap .vision-list .item .link p {
  margin: 0px;
  font-weight: var(--fontweight);
  font-size: 18px;
  color: var(--fontcolortitle);
}
.about-vision-wrap .vision-list .item .link em {
  font-weight: var(--fontweight);
  transition: all 0.2s linear;
}
.about-vision-wrap .vision-list .item .content {
  margin-bottom: 20px;
  display: none;
  line-height: 24px;
}
/* Our Team */
.team-member .team-member-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.team-member .team-member-list .team-member-item {
  width: 23%;
  background: #fff;
  margin-bottom: 20px;
}
.team-member .team-member-list .team-member-item:hover .info {
  box-shadow: 0 6px 13px 0 rgba(19, 20, 21, 0.4);
}
.team-member .team-member-list .team-member-item img:nth-child(1) {
  width: 100%;
  height: auto;
}
.team-member .team-member-list .team-member-item .info {
  transition: all 0.2s linear;
  box-shadow: 0 6px 13px 0 rgba(19, 20, 21, 0.2);
  text-align: center;
  padding: 20px;
}
.team-member .team-member-list .team-member-item .info p {
  margin-bottom: 5px;
}
.team-member .team-member-list .team-member-item .info p:nth-child(1) {
  font-size: var(--fonttitle);
  font-weight: 700;
}
.team-member .team-member-list .team-member-item .info p:nth-child(2) {
  color: var(--fontcolorintro);
}
.team-member .team-member-list .team-member-item .info .links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.team-member .team-member-list .team-member-item .info .links a {
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  color: #ababab;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  transition: all 0.2s linear;
  text-decoration: none;
}
.team-member .team-member-list .team-member-item .info .links a:hover {
  background: #dcdcdc;
  color: var(--fontcolortitle);
}
.team-number {
  max-width: 1200px;
  margin: 100px auto 0px;
  background: var(--color);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4% 6%;
}
.team-number .team-number-item {
  text-align: center;
}
.team-number .team-number-item p {
  color: #fff;
  margin: 0px;
  font-weight: 700;
}
.team-number .team-number-item p:nth-child(1) {
  font-size: 36px;
}
.team-number .team-number-item p:nth-child(2) {
  text-transform: uppercase;
}
.team-took {
  position: relative;
  padding: 10% 0px 0px;
  margin-top: -80px;
}
.team-took .bg {
  background: no-repeat center;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.team-took .home-title {
  color: #fff;
}
.team-took #teamTookSwiper {
  margin-top: 50px;
  padding: 0px 20px 80px;
}
.team-took .swiper-slide {
  position: relative;
}
.team-took .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(19, 20, 21, 0);
  z-index: 0;
  transition: all 0.2s linear;
  cursor: pointer;
}
.team-took .swiper-slide:hover::after {
  background: rgba(19, 20, 21, 0.4);
}
.team-took .swiper-slide .name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: var(--fonttitle);
  z-index: 1;
}
.team-took .took-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 8px;
  background: var(--color);
  opacity: 0.3;
  border-radius: 0;
}
.team-took
  .took-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
/* R & D */
.rd-cap {
  position: relative;
}
.rd-cap .rd-bg {
  width: 100%;
}
.rd-cap .rd-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  background: #fff;
  padding: 3%;
  width: 700px;
  border-radius: 4px;
}
.rd-cap .rd-wrap .title {
  font-size: 36px;
  font-weight: var(--fontweight);
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
}
.rd-cap .rd-wrap .title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 35px;
  background: var(--color);
}
.rd-cap .rd-wrap .content {
  margin-top: 20px;
  line-height: 2;
}
.rd-international {
  padding-top: 4%;
}
.rd-international-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rd-international-list .rd-international-item {
  width: 32%;
  position: relative;
  cursor: pointer;
}
.rd-international-list .rd-international-item:hover::after {
  background: rgba(0, 0, 0, 0.4);
}
.rd-international-list .rd-international-item::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
  transition: all 0.2s linear;
}
.rd-international-list .rd-international-item img {
  width: 100%;
}
.rd-international-list .rd-international-item .info {
  z-index: 1;
  position: absolute;
  left: 28px;
  bottom: 12px;
  max-width: 300px;
}
.rd-international-list .rd-international-item .info p {
  color: #fff;
  opacity: 0.8;
  margin: 0px;
}
.rd-international-list .rd-international-item .info p.top {
  font-size: 18px;
  text-transform: uppercase;
}
.rd-international-list .rd-international-item .info p.bottom {
  line-height: 1.4;
  margin-top: 8px;
}
.page-container {
  display: flex;
  flex-wrap: wrap;
}
/* aside */
.sidebar {
  width: 380px;
}
.sidebar-item {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(19, 20, 21, 0.17);
  padding: 30px;
  margin-bottom: 30px;
}
.sidebar-item .sidebar-title {
  color: var(--fontcolortitle);
  font-size: var(--fonttitle);
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar-item .sidebar-title::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 81px;
  height: 2px;
  background: var(--color);
}
.sidebar-item.search .sidebar-search {
  display: flex;
  align-items: center;
  height: 45px;
}
.sidebar-item.search .sidebar-search input {
  height: 100%;
  flex: 1;
  outline: 0;
  border: none;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  padding: 0px 10px;
  transition: all 0.1s linear;
  font-size: 16px;
}
.sidebar-item.search .sidebar-search input:focus {
  border-color: #dad8d8;
}
.sidebar-item.search .sidebar-search .search-btn {
  width: 45px;
  height: 100%;
  background: var(--color);
  border: 1px solid var(--color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.1s linear;
}
.sidebar-item.search .sidebar-search .search-btn:hover {
  opacity: 0.9;
}
.sidebar-item.search .sidebar-search .search-btn em {
  font-size: var(--fonttitle);
}
.sidebar-item.category .sidebar-cate {
  list-style: none;
}
.sidebar-item.category .sidebar-cate > li {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  padding-left: 20px;
}
.sidebar-item.category .sidebar-cate > li > em {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  left: -8px;
  top: 10px;
  color: var(--fontcolorintro);
  cursor: pointer;
  transition: all 0.2s linear;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sidebar-item.category .sidebar-cate > li a {
  color: var(--fontcolortitle);
  padding: 12px 0px;
  display: inline-flex;
}
.sidebar-item.category .sidebar-cate > li a:hover {
  color: var(--color);
}
.sidebar-item.category .sidebar-cate > li ul {
  display: none;
  list-style: none;
  padding-bottom: 20px;
}
.sidebar-item.category .sidebar-cate > li ul li.active a {
  color: var(--color);
}
.sidebar-item.category .sidebar-cate > li ul a {
  padding: 4px 0px;
}
.sidebar-item.category .sidebar-cate > li.active > em {
  transform: rotate(90deg);
  color: var(--color);
}
.sidebar-item.category .sidebar-cate > li.active > a {
  color: var(--color);
}
.sidebar-item.recent-news .recentnews-list li {
  margin: 15px 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}
.sidebar-item.recent-news .recentnews-list li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.sidebar-item.recent-news .recentnews-list li a {
  position: relative;
  color: var(--fontcolortitle);
  padding-left: 18px;
  line-height: 22px;
}
.sidebar-item.recent-news .recentnews-list li a:hover {
  color: var(--color);
}
.sidebar-item.recent-news .recentnews-list li a em {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 0px;
}
.sidebar-prolist li {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
.sidebar-prolist li:hover img {
  transform: scale(1.05);
}
.sidebar-prolist li > a {
  width: 35%;
  overflow: hidden;
}
.sidebar-prolist li img {
  transition: all 0.1s linear;
}
.sidebar-prolist li > div {
  flex: 1;
  padding-left: 10px;
}
.sidebar-prolist li > div p {
  color: var(--fontcolorintro);
}
.sidebar-prolist li > div a {
  font-weight: var(--fontweight);
  font-size: 18px;
}
.sidebar-prolist li:hover a {
  color: var(--color);
}
.page-main {
  flex: 1;
  width: 100%;
  padding-left: 50px;
}
/* product list */
.pro-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-list li {
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  text-align: center;
  transition: all 0.1s linear;
  display: flex;
  position: relative;
}
.pro-list li:hover {
  border-color: var(--color);
}
.pro-list li.pro-item-checked .pro-img img,
.pro-list li:hover .pro-img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.pro-list li.pro-item-checked .pro-info .title a,
.pro-list li:hover .pro-info .title a {
  color: var(--color);
  text-transform: capitalize;
}
.pro-list li.pro-item-checked .pro-info .icon,
.pro-list li:hover .pro-info .icon {
  opacity: 1;
  transform: translateY(0);
}
.pro-list li .pro-img a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 100%;
}
.pro-list li .pro-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s linear;
}
.pro-list li .pro-img a .icon-hottitle {
  position: absolute;
  z-index: 9;
  color: var(--color);
  line-height: 1;
  font-size: 40px;
  left: 2px;
  top: 2px;
}
.pro-list li .pro-img a .icon-hottitle:hover {
  animation: scaleproicon 2s linear infinite;
}
@keyframes scaleproicon {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.95);
  }
}
.pro-list li .pro-info {
  flex: 1;
  padding: 10px;
}
.pro-list li .pro-info .title a {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--fontcolortitle);
  line-height: 20px;
  font-size: 16px;
}
.pro-list li .pro-info .pro-btn {
  color: var(--color);
}
.pro-list li .pro-info .icon {
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #666;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.2s linear;
}
.pro-list li .pro-info .icon.pro-checked {
  color: var(--color);
}
.pro-list li .pro-info .data-price {
  display: none;
  font-size: 14px;
}
.pro-list.list1 li {
  width: 32%;
  margin-right: 2%;
  flex-direction: column;
}
.pro-list.list1 li:nth-child(3n) {
  margin-right: 0px;
}
.pro-list.list1 li .pro-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pro-list.list1 li .pro-info .text {
  display: none;
}
.pro-list.list0 li {
  width: 100%;
  align-items: center;
}
.pro-list.list0 li .pro-img {
  width: 300px;
}
.pro-list.list0 li .pro-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 20px;
  padding-right: 50px;
}
.pro-list.list0 li .pro-info .title a {
  font-size: 18px;
}
.pro-list.list0 li .pro-info .text {
  margin-bottom: 10px;
}
/* 分页 START */
/* flex布局兼容 START */
.paging {
  clear: both;
  margin: 15px 0px 15px 0px;
  text-align: center;
  line-height: 30px;
}
.paging .paging_container {
  display: inline-block;
  /* margin: 0 auto; */
}

.paging a {
  display: inline-block;
  height: 32px;
  margin: 5px 9px;
  font-size: 16px;
  color: #c2c2c2;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: solid 1px #eeeeee;
  float: left;
}

.paging .page {
  padding: 0 15px;
}

.paging .prevPage,
.paging .nextPage {
  padding: 0 15px;
}

.paging a.active,
.paging a:not(.noPage):hover {
  color: #fff;
  background: #fb6904;
  border-color: #fb6904;
}

.paging .noPage {
  opacity: 0.5;
  color: #ddd;
  cursor: default;
}

/* 分页 END */

/* feedbackForm */
#feedbackForm input,
#feedbackForm textarea {
  width: 100%;
  outline: 0;
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-radius: 4px;
  margin-top: 1em;
  font-size: 16px;
  transition: all 0.1s linear;
  box-shadow: none;
}
#feedbackForm input::placeholder,
#feedbackForm textarea::placeholder {
  color: #999;
}
#feedbackForm input.input-error,
#feedbackForm textarea.input-error {
  border-color: red;
}
#feedbackForm input:focus,
#feedbackForm textarea:focus {
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.05);
}
#feedbackForm input {
  height: 40px;
}
#feedbackForm .feed-verification {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
#feedbackForm .feed-verification input {
  width: 150px !important;
}
#feedbackForm .feed-verification .verification-box {
  margin-left: 10px;
  height: 40px;
  padding: 4px 0px;
}
#feedbackForm .feed-verification .verification-box img {
  width: auto;
  height: 100%;
}
#feedbackForm textarea {
  height: 140px;
  font-family: inherit;
  resize: none;
}
#feedbackForm .send-btn {
  width: 150px;
  height: 40px;
  background: var(--color);
  border-radius: 4px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.1s linear;
  font-size: 16px;
}
#feedbackForm .send-btn:hover {
  opacity: 0.8;
}
#feedbackForm .select-menu {
  width: 100%;
  margin-top: 1em;
  position: relative;
}
#feedbackForm .select-menu .select-menu-div {
  position: relative;
  width: 100%;
}
#feedbackForm .select-menu .select-menu-div em {
  margin-right: 5px;
  position: absolute;
  right: 24px;
  top: 20px;
  transition: all 0.4s ease;
}
#feedbackForm .select-menu .select-menu-div em.select-menu-i {
  transform: rotateX(180deg);
}
#feedbackForm .select-menu .select-menu-div em::after,
#feedbackForm .select-menu .select-menu-div em::before {
  content: "";
  width: 10px;
  height: 2px;
  background: var(--color);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: rotate(45deg);
}
#feedbackForm .select-menu .select-menu-div em::after {
  transform: rotate(-45deg);
  left: 6px;
}
#feedbackForm .select-menu .select-menu-div .select-menu-input {
  margin: 0px !important;
  width: 100% !important;
  cursor: pointer;
  user-select: none;
  padding-right: 40px;
  user-select: none;
  color: #999;
}
#feedbackForm .select-menu .select-menu-ul {
  box-shadow: 0 1px 15px 0 rgba(15, 19, 39, 0.1);
  list-style: none;
  opacity: 0;
  display: none;
  width: 100%;
  text-align: left;
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
  z-index: 1;
}
#feedbackForm .select-menu .select-menu-ul li {
  padding: 0px 20px;
  line-height: 2.5;
  cursor: pointer;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#feedbackForm .select-menu .select-menu-ul li:hover {
  background: #f2faea;
}
#feedbackForm .select-menu .select-menu-ul li:nth-child(2n) {
  background: #f5f4f4;
}
#feedbackForm .select-menu .select-menu-ul li:nth-child(2n):hover {
  background: #f2faea;
}
#feedbackForm .select-menu .select-menu-ul li.select-this {
  background: #f2faea;
}
#feedbackForm .select-menu .select-menu-ul li.select-this:hover {
  background: #f2faea !important;
}
/* products details */
.prodetails-top {
  display: flex;
  flex-wrap: wrap;
}
.page-box-shadow {
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(19, 20, 21, 0.17);
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 25px;
}
.singglepic {
  width: 400px;
}
.singglepic img {
  width: 100%;
}
.preview-container {
  width: 400px;
  position: relative;
}
.preview-container #media {
  height: 400px !important;
  width: 100%;
  display: none;
  border: 1px solid #dfdfdf;
}
.preview-container .small-box {
  width: 100%;
  height: 400px;
  border: 1px solid #dfdfdf;
  position: relative;
}
.preview-container .small-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.preview-container .small-box .hover {
  position: absolute;
  width: 180px;
  height: 180px;
  background-color: rgba(204, 204, 204, 0.6);
  border: 1px solid #eee;
  display: none;
  cursor: move;
  z-index: 9;
}
.preview-container .small-box .vPlay {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  color: #fff;
  display: none;
  font-size: 24px;
}
.preview-container .thumbnail-box {
  margin-top: 20px;
  position: relative;
  padding: 0px 40px;
}
.preview-container .thumbnail-box .item {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  overflow: hidden;
}
.preview-container .thumbnail-box .item .imgalt {
  display: none;
}
.preview-container .thumbnail-box .item.item-cur {
  border-color: var(--color);
}
.preview-container .thumbnail-box .prodetails-button-next,
.preview-container .thumbnail-box .prodetails-button-prev {
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  transition: all 0.2s linear;
}
.preview-container .thumbnail-box .prodetails-button-next:hover,
.preview-container .thumbnail-box .prodetails-button-prev:hover {
  color: var(--color);
}
.preview-container .thumbnail-box .prodetails-button-next {
  left: auto;
  right: 0px;
}
.preview-container .banner-page {
  display: none;
}
.preview-container .big-box {
  display: none;
  border: 1px solid #dfdfdf;
  border-left: none;
  width: 420px;
  height: 400px;
  position: absolute;
  left: 100%;
  top: 0px;
  overflow: hidden;
  z-index: 999;
  background: #fff;
}
.preview-container .big-box img {
  display: block;
  max-width: none;
  max-height: none;
  width: 150%;
}
.prodetails-info {
  flex: 1;
  width: 100%;
  padding-left: 5%;
}
.prodetails-info .prodetails-name {
  font-size: var(--fonttitle);
  font-weight: 700;
  color: var(--fontcolortitle);
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.prodetails-info .prodetails-price {
  color: var(--fontcolorintro);
}
.prodetails-info .prodetails-text {
  margin-bottom: 20px;
  color: var(--fontcolorintro);
}
.prodetails-info .prodetails-btnlist {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.prodetails-info .prodetails-btnlist > * {
  margin-right: 20px;
  margin-bottom: 10px;
}
.prodetails-info .prodetails-btnlist .addToCart,
.prodetails-info .prodetails-btnlist .pro-btn,
.prodetails-info .prodetails-btnlist > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 180px;
  height: 40px;
  background: none;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.1s linear;
  border: 1px solid var(--color);
  color: var(--color);
}
.prodetails-info .prodetails-btnlist .addToCart i {
  margin-left: 5px;
}
.prodetails-info .prodetails-btnlist .addToCart:hover,
.prodetails-info .prodetails-btnlist .pro-btn:hover {
  opacity: 0.8;
}
.prodetails-info .prodetails-btnlist .addToCart.added {
  background: var(--color);
  color: #fff;
}
.product-catelist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-cateitem {
  width: calc(33.33% - 17px);
  margin: 0px 25px 25px 0px;
  overflow: hidden;
  position: relative;
  border: solid 1px #eee;
}
.product-cateitem:hover .cate-img img {
  transform: scale(1.02);
}
.product-cateitem:hover .cate-img::after {
  opacity: 0.5;
}
.product-cateitem:hover .cate-info {
  background: var(--color);
  color: #fff;
}
.product-cateitem:nth-child(3n) {
  margin-right: 0px;
}
.product-cateitem .cate-img {
  overflow: hidden;
}
.product-cateitem .cate-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.product-cateitem .cate-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.product-cateitem .cate-info {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: #fff;
  width: 70%;
  color: var(--fontcolortitle);
  padding: 4% 6%;
  transition: all 0.1s linear;
  z-index: 2;
  border-radius: 4px;
}
.product-cateitem .cate-info .cate-title {
  font-size: var(--fonttitle);
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
}
.product-cateitem .cate-info .cate-text {
  line-height: 1.6;
  margin: 10px 0px;
  opacity: 0.8;
}
.product-cateitem .cate-info .cate-more {
  width: 120px;
  height: 36px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  color: var(--fontcolorintro);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #fff;
}
.product-cateitem .cate-info .cate-more em {
  margin-left: 10px;
}
.prodetails-content {
  margin-top: 40px;
}
#tagTabs {
  display: flex;
  align-items: center;
}
#tagTabs .tagItem {
  white-space: nowrap;
  background: #f2f2f2;
  border-radius: 30px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0px 30px;
  font-weight: 700;
  cursor: pointer;
}
#tagTabs .tagItem.current {
  background: var(--color);
  color: #fff;
}
.tagContent {
  padding: 20px 0px 0px;
}
.pagelink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pagelink .pagelink-item {
  width: 50%;
  background: var(--color);
  color: #ffff;
  display: flex;
}
.pagelink .pagelink-item .pagelink-info {
  display: flex;
  align-items: center;
  width: 100%;
}
.pagelink .pagelink-item .pagelink-info p {
  flex: 1;
}
.pagelink .pagelink-item .pagelink-info .link-intro {
  flex: none;
  padding: 10px 10px;
  width: 80px;
  text-align: center;
  margin-right: 10px;
}
.pagelink .pagelink-item .pagelink-info a {
  flex: 1;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pagelink .pagelink-item .pagelink-info a:hover {
  text-decoration: underline;
}
.pagelink .pagelink-item.next .pagelink-info p:nth-child(1) {
  text-align: right;
}
.pagelink .pagelink-item.prev .link-intro {
  border-right: 1px solid #d1d1d1;
}
.pagelink .pagelink-item.next {
  justify-content: flex-end;
}
.pagelink .pagelink-item.next .link-intro {
  border-left: 1px solid #d1d1d1;
  margin-right: 0px;
  margin-left: 10px;
}
.prodetails-related {
  margin-top: 40px;
}
.prodetails-related .title {
  color: var(--fontcolortitle);
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.prodetails-related .related-list {
  display: flex;
  flex-wrap: wrap;
}
.prodetails-related .related-item {
  width: 16.6666%;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  text-align: center;
  transition: all 0.1s linear;
  display: flex;
  flex-direction: column;
}
@media (min-width: 501px) {
  .prodetails-related .related-item:nth-child(n + 2) {
    border-left: none;
  }
}
@media (max-width: 500px) {
  .prodetails-related .related-item:nth-child(n + 2) {
    border-top: none;
  }
}
.prodetails-related .related-item:hover {
  border-bottom: solid 1px var(--color);
}
.prodetails-related .related-item:hover .related-img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.prodetails-related .related-item:hover .related-info .related-title a {
  color: var(--color);
}
.prodetails-related .related-item .related-img a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 100%;
}
.prodetails-related .related-item .related-img a img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s linear;
}
.prodetails-related .related-item .related-info {
  flex: 1;
  font-size: 14px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prodetails-related .related-item .related-title a {
  margin-bottom: 10px;
  color: var(--fontcolortitle);
  line-height: 20px;
}
.prodetails-related .related-item .related-btn {
  color: var(--color);
  font-size: 16px;
  padding-left: 15px;
}
/* news list */
.newslist {
  display: flex;
  flex-wrap: wrap;
}
.newslist .newsitem {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(19, 20, 21, 0.1);
  border-radius: 4px;
  transition: all 0.1s linear;
}
.newslist .newsitem:hover {
  box-shadow: 0 3px 8px 0 rgba(19, 20, 21, 0.17);
}
.newslist .newsitem:hover .news-img img {
  transform: scale(1.02);
}
.newslist .newsitem:hover .news-info .news-title a {
  color: var(--color);
}
.newslist .newsitem:hover .news-info .news-btn {
  background: var(--color);
  color: #fff;
}
.newslist .newsitem .news-img {
  overflow: hidden;
}
.newslist .newsitem .news-img img {
  width: 100%;
  height: auto;
  transition: all 0.2s linear;
}
.newslist .newsitem .news-info {
  padding: 20px;
  flex: 1;
}
.newslist .newsitem .news-info .news-title a {
  font-size: 18px;
  font-weight: 700;
  color: #121025;
  line-height: 26px;
  text-transform: capitalize;
}
.newslist .newsitem .news-info .news-date {
  color: var(--fontcolortitle);
  font-size: 14px;
  margin-top: 10px;
}
.newslist .newsitem .news-info .news-text {
  margin-top: 10px;
  color: var(--fontcolorintro);
  line-height: 24px;
}
.newslist .newsitem .news-info .news-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 38px;
  margin-top: 15px;
  color: var(--fontcolorintro);
  border: 1px solid #d2d2d2;
  transition: all 0.1s linear;
  border-radius: 4px;
}
.newslist.list1 .newsitem {
  width: 32%;
  margin-right: 2%;
}
.newslist.list1 .newsitem:nth-child(3n) {
  margin-right: 0px;
}
.newslist.list0 .newsitem {
  width: 100%;
  display: flex;
  align-items: center;
}
.newslist.list0 .newsitem .news-img {
  width: 300px;
  height: 100%;
}
.newslist.list0 .newsitem .news-img img {
  height: 100%;
  object-fit: cover;
}
/* news details */
.newscontent-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.newscontent-date {
  color: var(--fontcolorintro);
  font-size: 14px;
}
.newscontent-date em {
  color: var(--color);
  margin-right: 10px;
}
.newscontent-date .news-views {
  margin-left: 20px;
}
.newscontent-details {
  margin-top: 20px;
  margin-bottom: 30px;
}
/* solution */
.solution-1-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.solution-1-list .info {
  flex: 1;
}
.solution-1-list .info * {
  text-align: left;
}
.solution-1-list .info .text {
  margin: 20px 0px;
}
.solution-1-list .item {
  margin-left: 20px;
  width: 20%;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(19, 20, 21, 0.15);
  padding: 50px 30px;
  position: relative;
  transition: all 0.1s linear;
}
.solution-1-list .item:hover {
  box-shadow: 0 6px 13px 0 rgba(19, 20, 21, 0.4);
}
.solution-1-list .item::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: var(--color);
}
.solution-1-list .item em {
  font-size: 52px;
  color: var(--color);
  line-height: 1;
}
.solution-1-list .item img {
  width: auto;
  height: 50px;
}
.solution-1-list .item .title {
  font-weight: var(--fontweight);
  padding: 20px 0px;
  color: var(--fontcolortitle);
  font-size: var(--fonttitle);
}
.solution-2 {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-size: 1920px;
}
.solution-2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    var(--fontcolortitle) 0,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.solution-2 .activity-wrap {
  width: 50%;
  color: #fff;
  padding: 100px 0px;
  z-index: 9;
}
.solution-2 .activity-wrap .text {
  font-size: 18px;
}
.solution-2 .activity-wrap .title {
  font-size: 48px;
  font-weight: var(--fontweight);
  line-height: 1.2;
  margin: 10px 0px 20px;
}
.solution-2 .activity-wrap .content {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.solution-2 .activity-wrap .content p {
  color: #fff;
}
.solution-2 .activity-wrap .img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.solution-2 .activity-wrap .img img {
  height: 200px;
  margin-right: 15px;
  transition: all 0.2s linear;
}
.solution-2 .activity-wrap .img img:hover {
  transform: translateY(-5px);
}
.solution-3 {
  padding-top: 4%;
}
.solution-3 .solution-3-list {
  margin-top: 50px;
  justify-content: center;
}
/* video */
#pagevideo {
  padding: 0px 0px 100px;
  margin-top: 50px;
}
.page-video {
  padding: 0px 60px;
  position: relative;
}
.page-video .item:hover .info {
  background: var(--color);
}
.page-video .item:hover .info a,
.page-video .item:hover .info p {
  color: #fff;
}
.page-video .item .video {
  z-index: -1;
}
.page-video .item .video img {
  width: 100%;
}
.page-video .item .info {
  height: 100px;
  z-index: 9;
  background: #fbfbfb;
  transition: all 0.2s linear;
  width: 80%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  padding: 10px 20px;
}
.page-video .item .info p {
  font-size: var(--fonttitle);
  height: 48px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.page-video .item .info a {
  text-decoration: none;
  color: var(--color);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-video .item .info a em {
  margin-left: 10px;
}
.page-video .video-button-next,
.page-video .video-button-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  background: var(--color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.1s linear;
}
.page-video .video-button-next.swiper-button-disabled,
.page-video .video-button-prev.swiper-button-disabled {
  background: #bababa;
}
.page-video .video-button-next em,
.page-video .video-button-prev em {
  font-size: var(--fonttitle);
}
.page-video .video-button-next:hover,
.page-video .video-button-prev:hover {
  opacity: 0.9;
}
.page-video .video-button-next {
  left: auto;
  right: 0px;
}
/* faq */
.page-faq .wrapper {
  margin-top: 50px;
  display: flex;
}
.page-faq .wrapper .img {
  width: 45%;
}
.page-faq .wrapper .right {
  flex: 1;
  padding-left: 30px;
}
.page-faq .wrapper .pagefaq-list .item {
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(19, 20, 21, 0.17);
  margin-bottom: 20px;
  border-radius: 4px;
}
.page-faq .wrapper .pagefaq-list .item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.page-faq .wrapper .pagefaq-list .item .link p {
  margin: 0px;
  color: inherit;
  font-weight: 700;
  font-size: 18px;
}
.page-faq .wrapper .pagefaq-list .item .link em {
  font-weight: var(--fontweight);
  transition: all 0.2s linear;
}
.page-faq .wrapper .pagefaq-list .item .content {
  color: var(--fontcolorintro);
  padding: 20px 20px;
  display: none;
}
.page-faq .wrapper .pagefaq-list .item.open .link {
  background: var(--color);
  color: #fff;
}
.page-faq .wrapper .pagefaq-list .item.open .link em {
  transform: rotate(180deg);
}
/* contact */
.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contact-list .contact-item {
  width: 31%;
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(19, 20, 21, 0.17);
  padding: 4%;
  text-align: center;
  transition: all 0.1s linear;
}
.contact-list .contact-item:hover {
  box-shadow: 0 3px 8px 0 rgba(19, 20, 21, 0.25);
}
.contact-list .contact-item:hover em {
  font-size: 28px;
}
.contact-list .contact-item em {
  background: var(--color);
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--fonttitle);
  transition: all 0.2s linear;
}
.contact-list .contact-item .contact-item-title {
  font-weight: 700;
  font-size: var(--fonttitle);
  margin: 20px 0px;
}
.contact-list .contact-item .contact-item-text {
  margin-bottom: 0px;
}
.contact-list .contact-item .contact-item-text a {
  color: var(--fontcolortitle);
  text-decoration: none;
  margin-right: 10px;
}
.contact-list .contact-item .contact-item-text a:hover {
  color: var(--color);
}
.contact-box {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 3px 8px 0 rgba(19, 20, 21, 0.17);
}
.contact-box .contact-img {
  width: 45%;
}
.contact-box .contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-box .contact-img iframe {
  width: 100%;
  height: 100%;
}
.contact-box .contact-main {
  flex: 1;
  padding: 40px 30px 20px;
}
.contact-box .contact-main .title {
  color: var(--fontcolortitle);
  font-size: 26px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact-box .contact-main .title::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 81px;
  height: 2px;
  background: var(--color);
}
.contact-box .contact-main #feedbackForm .inquiry-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-box .contact-main #feedbackForm .inquiry-form input {
  width: 32.33333333333%;
}
.contact-box .contact-main #feedbackForm .send-btn {
  margin-top: 20px;
}
/* download */
.download-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.download-list li {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.1s linear;
  padding: 15px;
  margin-bottom: 20px;
}
.download-list li:hover {
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}
.download-list li .download-img {
  width: 80px;
}
.download-list li .download-img img {
  width: 100%;
}
.download-list li .download-info {
  flex: 1;
  padding: 0px 20px;
}
.download-list li .download-btn {
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  width: 140px;
  height: 36px;
  transition: all 0.2s linear;
  white-space: nowrap;
  overflow: hidden;
  padding: 0px 10px;
}
.download-list li .download-btn:hover {
  box-shadow: 1px 2px 10px var(--color);
}
.project-list {
  display: flex;
  flex-wrap: wrap;
}
.project-list li {
  width: 23%;
  margin-right: 2%;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.1s linear;
  margin-bottom: 20px;
}
.project-list li:hover {
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
}
.project-list li:hover .project-info .project-name {
  color: var(--color);
}
.project-list li:nth-child(4n) {
  margin-right: 0px;
}
.project-list li .project-img {
  overflow: hidden;
}
.project-list li .project-img img {
  width: 100%;
  transition: all 0.1s linear;
}
.project-list li .project-info {
  padding: 15px;
}
.project-list li .project-info a {
  color: var(--fontcolortitle);
}
.project-list li .project-info a .project-name {
  font-size: 18px;
  height: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.project-list li .project-info a .project-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.faqs-list li {
  width: 100%;
  box-shadow: 0 3px 8px 0 rgba(19, 20, 21, 0.17);
  margin-right: 0px;
  padding: 0px;
}
.faqs-list li .project-info {
  background: #fff;
  border-radius: 4px;
  padding: 0px;
}
.faqs-list li .project-info.open .project-name {
  background: var(--color);
  color: #fff;
}
.faqs-list li .project-info.open .project-content {
  display: block;
}
.faqs-list li .project-info .project-name {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.faqs-list li .project-info .project-content {
  color: var(--fontcolorintro);
  padding: 20px 20px;
  display: none;
}
/* inquiry */
.inquiry-prolist {
  margin: 20px 0px;
}
.inquiry-prolist .inquiry-pro-item {
  display: flex;
  align-items: center;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.inquiry-prolist .inquiry-pro-item:nth-child(n + 2) {
  margin-top: 20px;
}
.inquiry-prolist .inquiry-pro-item .pro-item-img {
  width: 160px;
}
.inquiry-prolist .inquiry-pro-item .pro-item-img img {
  border: 1px solid #eee;
}
.inquiry-prolist .inquiry-pro-item .pro-item-name {
  flex: 1;
  padding: 20px;
  color: #999;
}
.inquiry-prolist .inquiry-pro-item .pro-item-name a {
  color: var(--color);
  font-size: 18px;
  font-weight: 700;
}
.inquiry-prolist .inquiry-pro-item .pro-item-del {
  background: var(--color);
  margin-right: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.inquiry-prolist .inquiry-pro-item .pro-item-del:hover {
  box-shadow: 1px 2px 10px var(--color);
}
.inquiry-feedbackForm #feedbackForm .inquiry-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inquiry-feedbackForm #feedbackForm input {
  width: 49%;
}
.pro-bottom {
  margin-top: 50px;
  box-shadow: 0 3px 8px 0 rgba(19, 20, 21, 0.17);
  padding: 20px 10px;
  border-radius: 4px;
}
.pro-bottom .type-intro {
  margin-bottom: 10px;
}
.pro-bottom table td,
.pro-bottom table th {
  padding: 2px 10px;
}
.pro-bottom a {
  color: var(--color);
  text-decoration: underline;
}
@media (max-width: 1280px) {
  .sidebar {
    width: 320px;
  }
  .sidebar-item {
    padding: 20px;
  }
  .page-main {
    padding-left: 20px;
  }
  .pro-list.list1 li .pro-img {
    width: 250px;
  }
  .singglepic {
    width: 300px;
  }
  .preview-container {
    width: 300px;
  }
  .preview-container #media {
    height: 300px;
  }
  .preview-container .small-box {
    height: 300px;
  }
  .preview-container .big-box {
    width: 400px;
    height: 300px;
  }
  .preview-container .thumbnail-box .item {
    height: 65px;
  }
  .prodetails-info {
    padding-left: 2%;
  }
  .download-list li {
    width: 100%;
  }
  .product .main1 .item {
    width: 100%;
    float: none;
  }
}
.newsendinquiry {
  margin-left: 20px;
  cursor: pointer;
}
.case_pic {
  text-align: center;
}
/* main_title START */

/* inside_main START */
.inside_main .main {
  overflow: hidden;
  padding: 62px 0 60px;
}

.inside_main .home-title {
  overflow: hidden;
  padding-bottom: 60px;
}

.inside_main .main:nth-of-type(odd) {
  background-color: #fff;
}

.inside_main .main:nth-of-type(even) {
  background-color: #f9f9f9;
}

.inside_main .main .main_container {
  margin-top: 55px;
}

.inside_main .main_select .item {
  width: 32.333333333%;
  margin: 10px 0.5%;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 4px 6px 21px 0px rgba(108, 108, 108, 0.07);
  text-align: center;
}

.inside_main .main_select .item:hover .picture_container img {
  -o-transform: translate3d(0, 0, 0) scale(1.05);
  -moz-transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
}

.inside_main .main_select .item .picture_container {
  border-radius: 10px;
}

.inside_main .main_select .item .picture_container img {
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.inside_main .main_select .item .explain {
  margin-top: 28px;
  padding: 0 40px 25px;
}
.picture_container {
  position: relative;
  overflow: hidden;
  background: none;
}
.inside_main .main_select .item .explain .explain_title {
  color: var(--color);
  font-size: var(--fonttitle);
  font-weight: var(--fontweight);
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.inside_main .main_select .item .explain .explain_content {
  font-size: 16px;
  color: var(--fontcolorintro);
  margin-top: 18px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* inside_main END */

/* product START */
.product .main1 .item {
  width: 50%;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 10px;
  float: left;
}

.product .main1 .item:nth-child(1),
.product .main1 .item:nth-child(2) {
  margin-top: 0;
}
.product .main1 .item.item_picture {
  text-align: center;
}
.product .main1 .item.item_explain {
  background: #ffffff;
  padding: 0 10px;
  box-shadow: 4px 6px 21px 0px rgba(108, 108, 108, 0.07);
}

.product .main1 .item.item_explain .line {
  height: 1px;
  background: #fb6904;
}

.product .main1 .item.item_explain .explain_title {
  font-weight: var(--fontweight);
  color: var(--fontcolortitle);
  font-size: var(--fonttitle);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 32px;
}

.product .main1 .item.item_explain .explain_desc {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  color: #333333;
  opacity: 0.3;
  margin-top: 8px;
}

.product .main1 .item.item_explain .explain_list {
  margin-top: 32px;
  padding: 0 45px;
  margin-bottom: 30px;
}

.product .main1 .item.item_explain .explain_list .explain_list_item {
  overflow: hidden;
}

.product
  .main1
  .item.item_explain
  .explain_list
  .explain_list_item:not(:first-child) {
  margin-top: 24px;
}

.product
  .main1
  .item.item_explain
  .explain_list
  .explain_list_item
  .explain_dot {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(242deg, #ff4723 0%, #ff8716 100%);
  background-image: -moz-linear-gradient(242deg, #ff4723 0%, #ff8716 100%);
  background-image: -ms-linear-gradient(242deg, #ff4723 0%, #ff8716 100%);
  background-image: linear-gradient(242deg, #ff4723 0%, #ff8716 100%);
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
}

.product
  .main1
  .item.item_explain
  .explain_list
  .explain_list_item
  .explain_content {
  padding-left: 35px;
  line-height: 22px;
  color: var(--fontcolorintro);
  font-size: var(--fontintro);
  margin-top: -1px;
}

.product .main2 {
  position: relative;
  background-image: url(../images/change/product03.png);
}

.product .main2 .main_mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: -webkit-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: -moz-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: -ms-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  opacity: 0.84;
}

.product .main2 .l-wrap1 {
  position: relative;
  z-index: 10;
  color: #fff;
}

.product .main2 .l-wrap1 .main_title {
  color: #fff;
}

.product .main2 .item {
  width: 32.3333333333333%;
  text-align: center;
  margin: 10px 0.5%;
}

.product .main2 .item:hover .item_icon .inside_item_icon {
  -o-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  background: #fb6904;
  color: #fff;
}

.product .main2 .item .item_icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  margin: auto;
}

.product .main2 .item .item_icon .inside_item_icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 100px;
  font-size: 50px;
  color: var(--color);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product .main2 .item .explain {
  margin-top: 18px;
}

.product .main2 .item .explain .step {
  letter-spacing: 1px;
  font-weight: var(--fontweight);
  font-size: var(--fonttitle);
}

.product .main2 .item .explain .explain_title {
  font-size: 16px;
  font-weight: var(--fontweight);
  margin-top: 12px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product .main2 .item .explain .explain_content {
  font-size: 14px;
  margin-top: 8px;
}
.product .main2 .item .explain .explain_content p {
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product .main4 .item {
  width: 25%;
  position: relative;
}
.product .main4 .item .picture_container {
  height: auto;
}
.product .main4 .item .picture_mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  background-image: -webkit-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: -moz-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: -ms-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  opacity: 0.84;
}

.product .main4 .item .explain {
  height: 100%;
  background: #fff;
  text-align: center;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product .main4 .item .explain:hover {
  background: #fb6904;
}

.product .main4 .item .explain:hover .explain_title,
.product .main4 .item .explain:hover .explain_content {
  color: #fff;
}

.product .main4 .item .explain:hover .line {
  width: 60px;
  background: #fff;
}

.product .main4 .item .explain .explain_container {
  padding: 0 25px;
  width: 100%;
}

.product .main4 .item .explain .explain_title {
  font-weight: var(--fontweight);
  color: var(--fontcolortitle);
  font-size: var(--fonttitle);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product .main4 .item .explain .line {
  width: 40px;
  height: 2px;
  background: #fb6904;
  margin: 18px auto;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product .main4 .item .explain .explain_content {
  font-size: 16px;
  line-height: 28px;
  color: var(--fontcolorintro);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product .main5 .item {
  width: 16.6666666666666666667%;
  text-align: center;
  position: relative;
  margin: 5px 0;
}

.product .main5 .item:hover .item_icon {
  -o-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.product .main5 .item .item_icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  background-image: -webkit-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: -moz-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: -ms-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  line-height: 120px;
  font-size: 84px;
  color: #fff;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product .main5 .item .explain {
  margin-top: 15px;
  font-weight: var(--fontweight);
  color: var(--fontcolortitle);
  font-size: var(--fonttitle);
}

/* product END */
/* transfer START */
.transfer .main1 .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 1%;
  width: 31.3333333333%;
}

.transfer .main1 .item .item_picture {
  position: relative;
}

.transfer .main1 .item .item_picture .picture_mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: -webkit-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: -moz-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: -ms-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  opacity: 0.8;
}

.transfer .main1 .item .explain {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.transfer .main1 .item .explain .explain_container {
  width: 100%;
  color: #fff;
  padding-top: 3px;
  text-align: center;
}

.transfer .main1 .item .explain .explain_container .explain_title {
  border: solid 2px #f9fcff;
  box-sizing: content-box;
  border-radius: 10px;
  width: 152px;
  height: 46px;
  margin: auto;
  font-size: var(--fontintro);
  line-height: 46px;
  position: relative;
}

.transfer .main1 .item .explain .explain_container .explain_title .dot {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}

.transfer
  .main1
  .item
  .explain
  .explain_container
  .explain_title
  .dot:nth-child(1) {
  top: 4px;
  left: 7px;
}

.transfer
  .main1
  .item
  .explain
  .explain_container
  .explain_title
  .dot:nth-child(2) {
  bottom: 4px;
  left: 7px;
}

.transfer
  .main1
  .item
  .explain
  .explain_container
  .explain_title
  .dot:nth-child(3) {
  top: 4px;
  right: 7px;
}

.transfer
  .main1
  .item
  .explain
  .explain_container
  .explain_title
  .dot:nth-child(4) {
  bottom: 4px;
  right: 7px;
}

.transfer .main1 .item .explain .explain_container .explain_content {
  font-size: var(--fonttitle);
  font-weight: var(--fontweight);
  margin-top: 20px;
}

.transfer .main2 .main_container_top .main_picture {
  width: 41%;
}

.transfer .main2 .main_container_top .main_picture .picture_container {
  width: 100%;
  border-radius: 10px;
}

.transfer .main2 .main_container_top .main_explain {
  width: 59%;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 4px 6px 21px 0px rgba(127, 127, 127, 0.07);
}

.transfer .main2 .main_container_top .main_explain .main_explain_container {
  width: 100%;
  padding-left: 32px;
  padding-right: 30px;
}

.transfer
  .main2
  .main_container_top
  .main_explain
  .main_explain_container
  .item {
  overflow: hidden;
}

.transfer
  .main2
  .main_container_top
  .main_explain
  .main_explain_container
  .item
  .step {
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  margin-top: 9px;
  background-image: -webkit-linear-gradient(242deg, #ff4723 0%, #ff8716 100%);
  background-image: -moz-linear-gradient(242deg, #ff4723 0%, #ff8716 100%);
  background-image: -ms-linear-gradient(242deg, #ff4723 0%, #ff8716 100%);
  background-image: linear-gradient(242deg, #ff4723 0%, #ff8716 100%);
}

.transfer
  .main2
  .main_container_top
  .main_explain
  .main_explain_container
  .item
  .explain {
  font-size: 16px;
  color: var(--fontcolorintro);
  padding-left: 35px;
  line-height: 40px;
}

.transfer .main2 .list {
  margin-top: 35px;
}

.transfer .main2 .list .item {
  text-align: center;
  width: 16.666666666666666666667%;
}

.transfer .main2 .list .item:hover .item_icon {
  -o-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.transfer .main2 .list .item .item_icon {
  color: var(--color);
  font-size: 50px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.transfer .main2 .list .item .explain {
  font-size: 16px;
  color: var(--fontcolorintro);
  line-height: 28px;
}

.transfer .main3 {
  position: relative;
  background-image: url(../images/change/transfer08.png);
}

.transfer .main3 .main_mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: -webkit-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: -moz-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: -ms-linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  background-image: linear-gradient(81deg, #fdc830 0%, #f37335 100%);
  opacity: 0.84;
}

.transfer .main3 .l-wrap1 {
  position: relative;
  z-index: 10;
  color: #fff;
}

.transfer .main3 .l-wrap1 .main_title {
  color: #fff;
}

.transfer .main3 .item_arrows {
  width: 10%;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 54px;
  margin: 0 20px;
  -o-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.transfer .main3 .item {
  width: 15%;
  text-align: center;
  margin: 10px 0;
}

.transfer .main3 .item:hover .item_icon .inside_item_icon {
  -o-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  background: #fb6904;
  color: #fff;
}

.transfer .main3 .item .item_icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  margin: auto;
}

.transfer .main3 .item .item_icon .inside_item_icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 100px;
  font-size: 50px;
  color: var(--color);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.transfer .main3 .item .explain {
  margin-top: 18px;
}

.transfer .main3 .item .explain .step {
  letter-spacing: 1px;
  font-weight: var(--fontweight);
  font-size: var(--fonttitle);
}

.transfer .main3 .item .explain .explain_title {
  font-size: 16px;
  font-weight: var(--fontweight);
  margin-top: 12px;
}

.transfer .main3 .item .explain .explain_content {
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
}

/* transfer END */
/* main_around START */
.main_around {
  padding: 80px 0 100px;
}

.main_around .main_left {
  width: 280px;
}

.main_around .main_left .list_item:not(:first-child) {
  margin-top: 40px;
}

.main_around .main_left .list_item .main_title {
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  font-size: 28px;
  font-weight: normal;
  background-image: -webkit-linear-gradient(242deg, #ff9b3c 0%, #ff7c00 100%);
  background-image: -moz-linear-gradient(242deg, #ff9b3c 0%, #ff7c00 100%);
  background-image: -ms-linear-gradient(242deg, #ff9b3c 0%, #ff7c00 100%);
  background-image: linear-gradient(242deg, #ff9b3c 0%, #ff7c00 100%);
}

.main_around .main_left .main_list {
  text-align: center;
  font-size: 16px;
  color: #444444;
  line-height: 60px;
}

.main_around .main_left .main_list .main_list_container {
  padding: 0 30px;
  background: #f9f9f9;
}

.main_around .main_left .main_list .item {
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_around .main_left .main_list .item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.main_around .main_left .main_list .item:hover,
.main_around .main_left .main_list .item.active {
  color: var(--color);
}

.main_around .main_left .main_list .item.active {
  font-weight: var(--fontweight);
}

.main_around .main_left .main_news {
  font-size: 16px;
  color: #444444;
  line-height: 60px;
}

.main_around .main_left .main_news .main_list_container {
  background: #f9f9f9;
  padding: 0 20px;
}

.main_around .main_left .main_news .item::after {
  content: " ";
  display: block;
  clear: both;
}

.main_around .main_left .main_news .item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.main_around .main_left .main_news .item .dot {
  float: left;
  width: 6px;
  height: 6px;
  margin-top: 27px;
  background: #fb6904;
  -o-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.main_around .main_left .main_news .item .explain {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 12px;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_around .main_left .main_news .item:hover .explain {
  color: var(--color);
}

.main_around .main_right {
  width: 850px;
}

.page-main .explain_bottom {
  margin-top: 32px;
}

.page-main .explain_bottom .explain_title {
  height: 60px;
  line-height: 60px;
  background: #f4f4f4;
  padding-left: 27px;
  font-weight: var(--fontweight);
  color: #444444;
  font-size: var(--fonttitle);
}

.page-main .explain_bottom .explain_list {
  border: solid 1px #eeeeee;
  text-align: center;
  padding: 28px 0 30px;
}

.page-main .explain_bottom .explain_list .item {
  width: 23%;
  margin: 0 1%;
  padding: 5px 0;
}

.page-main .explain_bottom .explain_list .item:hover .item_icon {
  -o-transform: translate3d(0, -4px, 0);
  -moz-transform: translate3d(0, -4px, 0);
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
  opacity: 0.8;
}

.page-main .explain_bottom .explain_list .item:hover .explain_content {
  color: var(--color);
}

.page-main .explain_bottom .explain_list .item .item_icon {
  height: 140px;
  color: #fff;
  font-size: 120px;
  line-height: 140px;
  background: #fb6904;
  border-radius: 10px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page-main .explain_bottom .explain_list .item .explain_content {
  font-size: 16px;
  margin-top: 10px;
  color: #555555;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.page-main .main_recommend {
  margin-top: 50px;
}

.page-main .main_recommend .explain_title {
  height: 60px;
  line-height: 60px;
  background: #f4f4f4;
  padding-left: 30px;
  font-weight: var(--fontweight);
  color: #444444;
  font-size: 18px;
}

.page-main .main_recommend .list {
  background: #fff;
  border: solid 1px #eeeeee;
  padding: 25px 0 18px;
}

.page-main .main_recommend .list .item {
  width: 31.3333333333333%;
  margin: 0 1%;
}

.news_details
  .main_right
  .main_recommend
  .list
  .item:hover
  .picture_container
  img {
  -o-transform: translate3d(0, 0, 0) scale(1.06);
  -moz-transform: translate3d(0, 0, 0) scale(1.06);
  -webkit-transform: translate3d(0, 0, 0) scale(1.06);
  transform: translate3d(0, 0, 0) scale(1.06);
}

.page-main .main_recommend .list .item:hover .item_explain {
  color: var(--color);
}

.page-main .main_recommend .list .item .picture_container {
  border-radius: 10px;
  height: 170px;
  text-align: center;
}

.page-main .main_recommend .list .item .picture_container img {
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.page-main .main_recommend .list .item .item_explain {
  font-size: 14px;
  margin-top: 12px;
  color: var(--fontcolorintro);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 52px;
  line-height: 26px;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
