@import url('reset.css');
@import url('animate.min.css');
@import url('swiper-bundle.min.css');
@import url(../css/font/iconfont.css);
@font-face {
  font-family: "Poppins-Bold";
  src: url(../font/Poppins-Bold.otf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../font/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../font/Poppins-Regular.otf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../font/Poppins-Medium.otf);
}
@font-face {
  font-family: "MiSans-Bold";
  src: url(../font/MiSans-Bold.ttf);
}
.layout {
  width: 1600px;
  margin: 0 auto;
}
body,
* {
  font-family: "Poppins-Regular";
  box-sizing: border-box;
}
.head_holder {
  display: none !important;
}
.language_item .item a {
  display: block;
  padding: 5px 20px 5px 15px;
}
.language_item .item:hover {
  background-color: #F5F7FA;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  backdrop-filter: blur(10px);
}
header .layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
header .topbar {
  padding: 40px 0 15px 0 ;
}
header .topbar .logo {
  width: 200px;
}
header .topbar .logo img {
  width: 100%;
}
header .topbar .head_search {
  width: 65%;
}
header .topbar .head_search .search {
  background-color: #EDEDF5;
  padding: 5px;
  border-radius: 30px;
  display: flex;
}
header .topbar .head_search .search input[type='text'] {
  padding: 10px 0;
  background-color: transparent;
  font-family: "Poppins-Regular";
  border: none;
  width: 85%;
  padding-left: 20px;
  border-color: transparent !important;
}
header .topbar .head_search .search input[type='text']::placeholder {
  font-size: 16px;
  color: #797979;
}
header .topbar .head_search .search .sub {
  width: 15%;
  background-color: #000;
  border-radius: 30px;
  position: relative;
}
header .topbar .head_search .search .sub::before {
  content: "";
  background-image: url(/img/haed_search.png);
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  background-repeat: no-repeat;
  background-position: center;
}
header .topbar .head_search .search .sub input[type='submit'] {
  font-family: "Poppins-Regular";
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding-left: 10px;
  color: #fff;
  position: relative;
}
header .topbar .head_search .search_text {
  padding-left: 25px;
  font-size: 14px;
  padding-top: 8px;
  color: #999999;
}
header .topbar .language {
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  position: relative;
}
header .topbar .language .default {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
header .topbar .language .default img {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
header .topbar .language .default::after {
  transition: all 0.5s;
  content: "";
  background-image: url(/img/down.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
header .topbar .language.active .language_item {
  display: block;
  background-color: #fff;
}
header .topbar .language.active::after {
  transform: rotate(-180deg);
  transition: all 0.5s;
}
header .topbar .language .language_item {
  display: none;
  position: absolute;
  top: 100%;
  width: 150px;
}
header .topbar .user_btn {
  padding: 15px 0;
}
header .topbar .user_btn ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .topbar .user_btn ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .topbar .user_btn ul li a img {
  filter: invert(1) brightness(0);
  width: 20px;
  height: 20px;
}
header .web_nav > ul {
  display: flex;
  gap: 30px;
  padding: 10px 0;
}
header .web_nav > ul > li > a {
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}
header .web_nav > ul > li:hover a {
  color: #ff9e12;
}
header .web_nav > ul > li:hover a::before {
  color: #ff9e12;
}
header .web_nav > ul > .current {
  border-top: 2px solid #ff9e12;
}
header .web_nav > ul > .current a {
  color: #ff9e12;
}
header .web_nav > ul > .current a::before {
  color: #ff9e12;
}
.banner {
  position: relative;
}
.banner .bannerSwiper {
  position: relative;
  overflow: hidden;
}
.banner .bannerSwiper .swiper-slide {
  width: 100%;
}
.banner .bannerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .bannerSwiper .swiper-slide .banner_intro {
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  color: #fff;
}
.banner .bannerSwiper .swiper-slide .banner_intro span {
  display: block;
  transform: translateY(100%);
  transition: all 0.5s;
  opacity: 0;
}
.banner .bannerSwiper .swiper-slide .banner_intro h1 {
  font-family: Poppins-Bold;
  text-transform: capitalize;
  font-size: clamp(18px, calc(17.973px + 2.71vw), 70px);
  overflow: hidden;
}
.banner .bannerSwiper .swiper-slide .banner_intro h1 b {
  font-family: Poppins-Bold;
  color: #ff9e12;
}
.banner .bannerSwiper .swiper-slide .banner_intro p {
  margin: 40px 0;
  width: 50%;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
}
.banner .bannerSwiper .swiper-slide-active .banner_intro span {
  transform: translateY(0);
  transition: all 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.banner .bannerSwiper .swiper-pagination {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  bottom: auto;
  right: 0px;
  left: auto;
  width: auto;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
}
.banner .bannerSwiper .swiper-pagination::after {
  content: '';
  display: block;
  width: 220px;
  height: 1px;
  background-color: #959699;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 20px;
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 0.4;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  opacity: 1;
}
.banner .banner_share {
  position: absolute;
  bottom: 10%;
  left: 12%;
  z-index: 2;
}
.banner .banner_share li a {
  line-height: 1.5;
  width: 42px;
  height: 42px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner_share li a i {
  color: #fff;
  font-size: 20px;
  transition: all 0.5s;
}
.banner .banner_share li a:hover i {
  color: #ff9e12;
  transition: all 0.5s;
}
.banner .down {
  position: absolute;
  bottom: 60px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.banner .down a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}
.index_title {
  font-family: Poppins-Bold;
  font-size: 48px;
  color: #000000;
  text-align: center;
}
.cateWrap {
  padding-top: 5vw;
}
.cateWrap .Wrap {
  display: flex;
  justify-content: space-between;
}
.cateWrap .Wrap .all_cate {
  flex: 0 198px;
}
.cateWrap .Wrap .all_cate a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #000;
}
.cateWrap .Wrap .all_cate a .imgWrap {
  width: 198px;
  height: 198px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.5S;
}
.cateWrap .Wrap .all_cate a .imgWrap img {
  width: 90px;
  transition: all 0.5s;
}
.cateWrap .Wrap .all_cate a:hover {
  color: #ff9e12;
}
.cateWrap .Wrap .all_cate a:hover .imgWrap {
  background-color: #ff9e12;
  transition: all 0.5S;
}
.cateWrap .Wrap .all_cate a:hover .imgWrap img {
  transform: rotate(180deg);
  transition: all 0.5s;
  filter: brightness(0) invert(1);
}
.cateWrap .Wrap .cate_list {
  flex: 0 83%;
  display: flex;
  gap: 5px;
}
.cateWrap .Wrap .cate_list li {
  flex: 0 calc(100% / 6);
}
.cateWrap .Wrap .cate_list li a {
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #000;
}
.cateWrap .Wrap .cate_list li a .imgWrap {
  width: 198px;
  height: 198px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cateWrap .Wrap .cate_list li a .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.cateWrap .Wrap .cate_list li a:hover {
  color: #ff9e12;
}
.cateWrap .Wrap .cate_list li a:hover .imgWrap img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.bestProWrap {
  padding: 6vw 0;
  overflow: hidden;
}
.bestProWrap .Wrap {
  position: relative;
  margin-top: 90px ;
}
.bestProWrap .Wrap .bestProSwiper {
  overflow: hidden;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 25%;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide .imgWrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide .title {
  font-size: 20px;
  margin: 10px 0 30px 0;
  color: #000;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide .title a {
  color: #000;
  font-family: Poppins-SemiBold;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide .more {
  padding: 10px 50px ;
  border: 1px solid #000;
  background-color: #000;
  transition: all 0.5s;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide .more a {
  color: #fff;
  font-size: 16px;
  font-family: Poppins-Medium;
  transition: all 0.5s;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide:hover .title a {
  color: #ff9e12;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide:hover .more {
  background-color: #fff;
  transition: all 0.5s;
}
.bestProWrap .Wrap .bestProSwiper .swiper-slide:hover .more a {
  color: #000;
  transition: all 0.5s;
}
.bestProWrap .Wrap .best-prev {
  transform: translateY(-50px);
  opacity: 0;
  left: calc((100% - 1600px) / 2);
  color: #000;
  transition: all 0.5s;
}
.bestProWrap .Wrap .best-prev::after {
  font-size: 30px;
}
.bestProWrap .Wrap .best-next {
  transform: translateY(-50px);
  transition: all 0.5s;
  opacity: 0;
  right: calc((100% - 1600px) / 2);
  color: #000;
}
.bestProWrap .Wrap .best-next::after {
  font-size: 30px;
}
.bestProWrap .Wrap:hover .best-prev {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
}
.bestProWrap .Wrap:hover .best-next {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
}
.singleProWrap {
  padding: 6vw 0;
  background-color: #f5f5f5;
  overflow: hidden;
}
.singleProWrap .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.singleProWrap .layout .left {
  flex: 0 20%;
  /* 自定义分页样式 */
}
.singleProWrap .layout .left .titleWrap .index_title {
  text-align: left;
}
.singleProWrap .layout .left .titleWrap .desc {
  margin-top: 40px;
  color: #333333;
}
.singleProWrap .layout .left .custom-pagination {
  margin-top: 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.singleProWrap .layout .left .custom-pagination .pagination-numbers {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  min-width: 30px;
  text-align: center;
}
.singleProWrap .layout .left .custom-pagination .pagination-progress {
  width: 200px;
  height: 4px;
  background-color: #e9ecef;
  position: relative;
  margin: 0 15px;
  border-radius: 2px;
  overflow: hidden;
}
.singleProWrap .layout .left .custom-pagination .pagination-progress .pagination-progress-fill {
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, #ff9800, #ff5722);
  width: 0%;
  border-radius: 2px;
  transition: width 0.4s ease;
}
.singleProWrap .layout .left .custom-pagination .pagination-nav {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.singleProWrap .layout .left .custom-pagination .pagination-nav .pagination-button {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.singleProWrap .layout .left .custom-pagination .pagination-nav .pagination-button:hover:not(:disabled) {
  background-color: #ff9800;
  box-shadow: 0 4px 8px rgba(255, 152, 0, 0.3);
  transform: translateY(-2px);
  color: #fff;
}
.singleProWrap .layout .left .custom-pagination .pagination-nav .pagination-button:active:not(:disabled) {
  transform: translateY(0);
}
.singleProWrap .layout .left .custom-pagination .pagination-nav .pagination-button:disabled {
  opacity: 0.5;
}
.singleProWrap .layout .right {
  width: 73%;
}
.singleProWrap .layout .right .singleSwiper {
  overflow: hidden;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .imgWrap {
  flex: 0 60%;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .imgWrap img {
  width: 100%;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro {
  flex: 0 38%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro::before {
  content: "''";
  display: block;
  color: #000;
  font-size: 8vw;
  line-height: 10px;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro .desc {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro .more {
  margin-top: 5vw;
  padding: 10px 50px ;
  border: 1px solid #000;
  background-color: #000;
  transition: all 0.5s;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro .more a {
  color: #fff;
  font-size: 16px;
  font-family: Poppins-Medium;
  transition: all 0.5s;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro .more:hover {
  background-color: transparent;
  transition: all 0.5s;
}
.singleProWrap .layout .right .singleSwiper .swiper-slide .intro .more:hover a {
  color: #000;
  transition: all 0.5s;
}
.listProWrap {
  background-color: #f5f5f5;
  padding: 6vw 0;
  overflow: hidden;
}
.listProWrap .Wrap {
  display: flex;
  justify-content: space-between;
  margin-left: calc((100% - 1600px) / 2);
}
.listProWrap .Wrap .left {
  flex: 0 20%;
}
.listProWrap .Wrap .left .index_title {
  text-align: left;
}
.listProWrap .Wrap .left .desc {
  margin-top: 40px;
  color: #333333;
}
.listProWrap .Wrap .right {
  width: 75%;
}
.listProWrap .Wrap .right .listProSwiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide {
  background-color: #fff;
  padding: 20px 20px 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 29%;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide .imgWrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide .title {
  font-size: 20px;
  margin: 10px 0 30px 0;
  color: #000;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide .title a {
  color: #000;
  font-family: Poppins-SemiBold;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide .more {
  padding: 10px 50px ;
  border: 1px solid #000;
  background-color: #000;
  transition: all 0.5s;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide .more a {
  color: #fff;
  font-size: 16px;
  font-family: Poppins-Medium;
  transition: all 0.5s;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide:hover .title a {
  color: #ff9e12;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide:hover .more {
  background-color: #fff;
  transition: all 0.5s;
}
.listProWrap .Wrap .right .listProSwiper .swiper-slide:hover .more a {
  color: #000;
  transition: all 0.5s;
}
.listProWrap .Wrap .right .swiper-pagination {
  top: auto;
  bottom: 0px;
}
.listProWrap .Wrap .right .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #ff9e12;
}
.styleWrap {
  padding: 6vw 0;
  overflow: hidden;
}
.styleWrap .Wrap {
  position: relative;
  margin-top: 90px;
}
.styleWrap .Wrap .styleSwiper {
  overflow: hidden;
}
.styleWrap .Wrap .styleSwiper .swiper-slide .imgWrap {
  width: 100%;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.styleWrap .Wrap .styleSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s;
}
.styleWrap .Wrap .styleSwiper .swiper-slide .title {
  margin: 20px 0;
  color: #000;
  font-size: 24px;
  font-family: Poppins-SemiBold;
}
.styleWrap .Wrap .styleSwiper .swiper-slide .desc {
  font-size: 16px;
  color: #333333;
}
.styleWrap .Wrap .styleSwiper .swiper-slide:hover .imgWrap img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.styleWrap .Wrap .style-prev {
  left: -50px;
  color: #000;
}
.styleWrap .Wrap .style-prev::after {
  font-size: 30px;
}
.styleWrap .Wrap .style-next {
  right: -50px;
  color: #000;
}
.styleWrap .Wrap .style-next::after {
  font-size: 30px;
}
.whyWrap {
  padding-bottom: 6vw;
  overflow: hidden;
}
.whyWrap .titleWrap .desc {
  text-align: center;
  margin-top: 40px;
}
.whyWrap .why_list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.whyWrap .why_list li {
  flex: 0 25%;
  padding: 10px 25px;
  animation-duration: 2s;
}
.whyWrap .why_list li .icon {
  width: 35px;
  height: 50px;
}
.whyWrap .why_list li .icon img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.whyWrap .why_list li .intro {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 50px);
}
.whyWrap .why_list li .intro .title {
  font-family: Poppins-Medium;
  font-size: 24px;
  color: #000000;
}
.whyWrap .why_list li .intro .desc {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
.whyWrap .why_list li:nth-child(2) {
  animation-delay: 0.4s;
}
.whyWrap .why_list li:nth-child(3) {
  animation-delay: 0.8s;
}
.whyWrap .why_list li:nth-child(4) {
  animation-delay: 1.2s;
}
.whyWrap .why_list li:hover .icon img {
  transform: rotate(360deg);
  transition: all 0.5s;
}
.simpleWrap {
  overflow: hidden;
  padding-bottom: 6vw;
}
.simpleWrap .simple_list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: 'item1 . item2 ' 'item1 . item2';
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.simpleWrap .simple_list li {
  position: relative;
}
.simpleWrap .simple_list li .imgWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.simpleWrap .simple_list li .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.simpleWrap .simple_list li .imgWrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.simpleWrap .simple_list li .title {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: Poppins-SemiBold;
  font-size: 28px;
}
.simpleWrap .simple_list li:nth-child(1) {
  grid-area: item1;
}
.simpleWrap .simple_list li:nth-child(4) {
  grid-area: item2;
}
.simpleWrap .simple_list li:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.aboutWrap {
  padding-bottom: 6vw;
  display: flex;
  margin-left: calc((100% - 1600px) / 2);
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.aboutWrap .left {
  width: 42%;
}
.aboutWrap .left .index_title {
  text-align: left;
  font-size: 64px;
}
.aboutWrap .left .company {
  font-size: 30px;
  margin: 40px 0;
}
.aboutWrap .left .intro {
  font-size: 16px;
}
.aboutWrap .left .intro p {
  margin-bottom: 20px;
}
.aboutWrap .left .aboutNum {
  display: flex;
  position: relative;
  width: 155%;
  background-color: #fff;
  margin-top: 80px;
  padding: 30px 0;
  z-index: 1;
}
.aboutWrap .left .aboutNum li {
  flex: 0 33.333%;
  padding: 0  4vw;
  border-left: 1px solid rgba(61, 61, 61, 0.1);
}
.aboutWrap .left .aboutNum li:first-child {
  border-left: none;
  padding-left: 4vw ;
}
.aboutWrap .left .aboutNum li .numadd {
  font-size: 60px;
  font-family: Poppins-SemiBold;
  color: #000;
  margin: 10px 0;
}
.aboutWrap .left .aboutNum li .icon {
  width: 35px;
}
.aboutWrap .left .aboutNum li .icon img {
  width: 100%;
}
.aboutWrap .right {
  width: 55%;
}
.aboutWrap .right .imgWrap {
  width: 100%;
}
.aboutWrap .right .imgWrap img {
  width: 100%;
}
.listWrap {
  padding-bottom: 6vw;
  overflow: hidden;
}
.listWrap .list {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
.listWrap .list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listWrap .list li .imgWrap {
  flex: 0 50%;
  overflow: hidden;
}
.listWrap .list li .imgWrap img {
  width: 100%;
  transition: all 0.5s;
}
.listWrap .list li .intro {
  flex: 0 45%;
}
.listWrap .list li .intro .title {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  margin-bottom: 20px;
}
.listWrap .list li .intro .desc p {
  margin-bottom: 20px;
}
.listWrap .list li:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.listWrap .list li:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.popularWrap {
  padding-bottom: 6vw;
  overflow: hidden;
}
.popularWrap .popularSwiper {
  margin-top: 90px;
  position: relative;
  overflow: hidden;
}
.popularWrap .popularSwiper .swiper-slide {
  position: relative;
}
.popularWrap .popularSwiper .swiper-slide .imgWrap {
  width: 100%;
  overflow: hidden;
}
.popularWrap .popularSwiper .swiper-slide .imgWrap img {
  width: 100%;
  transition: all 0.5s;
}
.popularWrap .popularSwiper .swiper-slide .title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  margin: 20px 0;
  color: #000;
  transition: all 0.5s;
}
.popularWrap .popularSwiper .swiper-slide .desc {
  color: #333333;
  font-size: 16px;
}
.popularWrap .popularSwiper .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff80;
}
.popularWrap .popularSwiper .swiper-slide:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.popularWrap .popularSwiper .swiper-slide-active::after {
  background-color: transparent;
  z-index: -1;
}
.popularWrap .popularSwiper .popular-prev {
  left: 80px;
  color: #000;
}
.popularWrap .popularSwiper .popular-prev::after {
  font-size: 30px;
}
.popularWrap .popularSwiper .popular-next {
  right: 80px;
  color: #000;
}
.popularWrap .popularSwiper .popular-next::after {
  font-size: 30px;
}
.newsWrap {
  padding-bottom: 6vw;
}
.newsWrap .index_title {
  text-align: left;
}
.newsWrap .Wrap {
  position: relative;
  margin-top: 90px;
}
.newsWrap .Wrap .newsSwiper {
  overflow: hidden;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .date {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333333;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .imgWrap {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .imgWrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  margin: 20px 0;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .title a {
  color: #000;
  transition: all 0.5s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .more a {
  display: inline-block;
  padding: 10px 40px ;
  color: #000;
  border: 1px solid #000;
  position: relative;
}
.newsWrap .Wrap .newsSwiper .swiper-slide .more a::after {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  transition: all 0.5s;
  background-color: #000;
}
.newsWrap .Wrap .newsSwiper .swiper-slide:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide:hover .title a {
  color: #ff9e12;
  transition: all 0.5s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide:hover .more a {
  color: #fff;
  transition: all 0.5s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide:hover .more a::after {
  z-index: -1;
  width: 100%;
  transition: all 0.5s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide:nth-of-type(2) {
  animation-delay: 0.4s;
}
.newsWrap .Wrap .newsSwiper .swiper-slide:nth-of-type(3) {
  animation-delay: 0.8s;
}
.newsWrap .Wrap .news-prev {
  left: -80px;
  color: #000;
}
.newsWrap .Wrap .news-prev::after {
  font-size: 30px;
}
.newsWrap .Wrap .news-next {
  right: -80px;
  color: #000;
}
.newsWrap .Wrap .news-next::after {
  font-size: 30px;
}
.customWrap {
  background-image: url(../img/custom.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8vw 0;
  position: relative;
}
.customWrap::after {
  width: 100%;
  content: "";
  height: 100%;
  background-color: #00000056;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.customWrap .layout {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customWrap .layout .index_title {
  font-size: 56px;
  color: #fff;
}
.customWrap .layout .desc {
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.customWrap .layout .more {
  margin-top: 60px;
}
.customWrap .layout .more a {
  border: 1px solid #fff;
  padding: 10px 40px;
  color: #fff;
  transition: all 0.5s;
}
.customWrap .layout .more a:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.5s;
}
.footerWrap {
  padding: 5vw 0;
  background-color: #000;
}
.footerWrap .web_footer .top_footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3vw;
}
.footerWrap .web_footer .top_footer .logo {
  flex: 0 20%;
}
.footerWrap .web_footer .top_footer .logo img {
  width: 250px;
}
.footerWrap .web_footer .top_footer .logo .desc {
  font-size: 16px;
  color: #fff;
  margin-top: 60px;
}
.footerWrap .web_footer .top_footer .cate_list {
  flex: 0 auto;
}
.footerWrap .web_footer .top_footer .cate_list h3 {
  color: #fff;
  font-family: Poppins-Bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.footerWrap .web_footer .top_footer .cate_list ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footerWrap .web_footer .top_footer .cate_list ul li a {
  color: #fff;
  font-size: 16px;
}
.footerWrap .web_footer .share_url {
  border-top: 2px solid #fff;
}
.footerWrap .web_footer .share_url p {
  color: #fff;
  font-size: 16px;
  margin: 20px 0;
}
.footerWrap .web_footer .share_url .share_url_list {
  display: flex;
  gap: 10px;
}
.footerWrap .web_footer .share_url .share_url_list li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.footerWrap .web_footer .share_url .share_url_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.footerWrap .web_footer .share_url .share_url_list li a i {
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
}
.footerWrap .web_footer .share_url .share_url_list li:hover {
  background-color: transparent;
  transition: all 0.3s;
}
.footerWrap .web_footer .share_url .share_url_list li:hover a i {
  color: #fff;
  transition: all 0.3s;
}
.footerWrap .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #000;
  padding: 5px 0;
  box-sizing: border-box;
  z-index: 999;
}
.footerWrap .sj-footer ul {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerWrap .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.footerWrap .sj-footer ul li a svg path {
  fill: #fff;
}
.footerWrap .sj-footer ul li a:hover {
  text-decoration: none;
}
.footerWrap .sj-footer ul #f-logo .imgWrap {
  width: 30vw;
}
.footerWrap .sj-footer ul #f-logo .imgWrap img {
  width: 100%;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1660px) {
  .layout {
    width: 90vw;
  }
  .banner .banner_share {
    bottom: 0;
  }
  .cateWrap .Wrap .all_cate a .imgWrap {
    width: 150px;
    height: 150px;
  }
  .cateWrap .Wrap .cate_list li a .imgWrap {
    width: 150px;
    height: 150px;
  }
  .bestProWrap .Wrap .best-prev {
    left: calc((100% - 90vw) / 2);
  }
  .bestProWrap .Wrap .best-next {
    right: calc((100% - 90vw) / 2);
  }
  .listProWrap .Wrap {
    margin-left: calc((100% - 90vw) / 2);
  }
  .listProWrap .Wrap .left {
    flex: 0 28%;
  }
  .listProWrap .Wrap .right {
    width: 70%;
  }
  .aboutWrap {
    margin-left: calc((100% - 90vw) / 2);
  }
  .aboutWrap .left .company {
    margin: 20px 0;
  }
  .newsWrap .Wrap .news-prev {
    left: -30px;
  }
  .newsWrap .Wrap .news-next {
    right: -30px;
  }
}
@media screen and (max-width: 1440px) {
  .index_title {
    font-size: 40px;
  }
  header .web_nav > ul {
    gap: 10px;
  }
  header .web_nav > ul > li > a {
    font-size: 15px;
  }
  .banner .bannerSwiper .swiper-slide .banner_intro p {
    width: 80%;
  }
  .cateWrap .Wrap .cate_list li a {
    font-size: 16px;
  }
  .bestProWrap .Wrap .bestProSwiper .swiper-slide .title {
    font-size: 18px;
  }
  .listProWrap .Wrap .right .listProSwiper .swiper-slide {
    max-width: none;
  }
  .listProWrap .Wrap .right .listProSwiper .swiper-slide .title a {
    font-size: 18px;
  }
  .aboutWrap .left .index_title {
    font-size: 40px;
  }
  .aboutWrap .left .company {
    font-size: 30px;
  }
  .aboutWrap .left .aboutNum {
    padding: 20px 0;
  }
  .aboutWrap .left .aboutNum li {
    padding: 0 3vw;
  }
  .aboutWrap .left .aboutNum li .numadd {
    font-size: 40px;
  }
  .whyWrap .why_list li .intro .title {
    font-size: 20px;
  }
  .whyWrap .why_list li .intro .desc {
    font-size: 16px;
  }
  .simpleWrap .simple_list li .title {
    font-size: 20px;
  }
  .newsWrap .Wrap .newsSwiper .swiper-slide .title {
    font-size: 18px;
  }
  .customWrap .layout .index_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .layout {
    width: 95vw;
  }
  header .topbar {
    padding: 10px 0;
  }
  .index_title {
    font-size: 35px;
  }
  header .web_nav > ul > li > a {
    font-size: 14px;
  }
  .cateWrap .Wrap .all_cate a .imgWrap {
    width: 120px;
    height: 120px;
  }
  .cateWrap .Wrap .cate_list li a .imgWrap {
    width: 120px;
    height: 120px;
  }
  .aboutWrap {
    margin-left: calc((100% - 95vw) / 2);
  }
  .bestProWrap .Wrap .bestProSwiper .swiper-slide {
    max-width: none;
  }
  .bestProWrap .Wrap .best-prev {
    left: calc((100% - 95vw) / 2);
  }
  .bestProWrap .Wrap .best-next {
    right: calc((100% - 95vw) / 2);
  }
  .singleProWrap .layout .left {
    width: 28%;
  }
  .singleProWrap .layout .right {
    width: 70%;
  }
  .singleProWrap .layout .right .singleSwiper .swiper-slide .imgWrap {
    flex: 0 50%;
  }
  .singleProWrap .layout .right .singleSwiper .swiper-slide .intro {
    flex: 0 50%;
  }
  .listProWrap .Wrap {
    margin-left: calc((100% - 95vw) / 2);
  }
  .styleWrap .Wrap .style-prev {
    left: 0;
  }
  .styleWrap .Wrap .style-next {
    right: 0;
  }
  .newsWrap .Wrap .news-prev {
    left: 0;
  }
  .newsWrap .Wrap .news-next {
    right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .index_title {
    font-size: 30px;
  }
  header .topbar .head_search {
    width: 50%;
  }
  header .topbar .head_search .search input[type='text'] {
    width: 75%;
  }
  header .topbar .head_search .search .sub {
    width: 25%;
  }
  .cateWrap .Wrap .all_cate {
    display: none;
  }
  .cateWrap .Wrap .cate_list {
    flex: 0 100%;
  }
  .cateWrap .Wrap .cate_list li a {
    font-size: 14px;
  }
  .cateWrap .Wrap .cate_list li a .imgWrap {
    width: 100px;
    height: 100px;
  }
  .banner .bannerSwiper .swiper-slide .banner_intro {
    display: none;
  }
  .singleProWrap .layout {
    flex-direction: column;
  }
  .singleProWrap .layout .left {
    width: 100%;
  }
  .singleProWrap .layout .right {
    width: 100%;
  }
  .singleProWrap .layout .right .singleSwiper .swiper-slide .intro .desc {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .listProWrap .Wrap {
    flex-direction: column;
    gap: 20px;
  }
  .listProWrap .Wrap .left .desc {
    margin-top: 20px;
  }
  .listProWrap .Wrap .right {
    width: 100% ;
  }
  .listProWrap .Wrap .right .listProSwiper .swiper-slide .more {
    padding: 10px 20px;
  }
  .styleWrap .Wrap .styleSwiper .swiper-slide .title {
    font-size: 20px;
  }
  .whyWrap .why_list {
    flex-wrap: wrap;
  }
  .whyWrap .why_list li {
    flex: 0 100%;
  }
  .aboutWrap {
    flex-direction: column;
  }
  .aboutWrap .left {
    width: 100%;
  }
  .aboutWrap .left .aboutNum {
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
  }
  .aboutWrap .left .aboutNum li {
    padding: 10px;
  }
  .aboutWrap .left .aboutNum li .numadd {
    font-size: 35px;
  }
  .aboutWrap .right {
    width: 100%;
  }
  .popularWrap .popularSwiper .popular-prev {
    left: 0;
  }
  .popularWrap .popularSwiper .popular-next {
    right: 0;
  }
  .listWrap .list li {
    flex-direction: column;
  }
  .listWrap .list li:nth-child(2n+2) {
    flex-direction: column;
  }
  .customWrap {
    padding-bottom: 50px;
  }
  .customWrap .layout .index_title {
    font-size: 30px;
  }
  .customWrap .layout .desc {
    width: 90%;
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) {
  .banner {
    margin-top: 60px;
  }
  .banner .down a {
    display: none;
  }
  .banner .banner_share li a {
    width: 25px;
    height: 25px;
  }
  .banner .bannerSwiper .swiper-pagination {
    display: none;
  }
  .banner .bannerSwiper .swiper-slide .banner_intro {
    display: none;
  }
  .cateWrap .Wrap {
    flex-wrap: wrap;
  }
  .cateWrap .Wrap .all_cate {
    display: none;
  }
  .cateWrap .Wrap .cate_list {
    flex-wrap: wrap;
    width: 100%;
    flex: 0 100%;
    gap: 0;
  }
  .cateWrap .Wrap .cate_list li {
    flex: 0 32.33333%;
    padding: 10px;
  }
  .cateWrap .Wrap .cate_list li a .imgWrap {
    width: 100%;
    height: auto;
  }
  .simpleWrap .simple_list {
    display: flex;
    flex-direction: column;
  }
  .phone-head-items {
    display: block;
  }
  header {
    display: none;
  }
  .phone-head-item .title:before {
    font-size: 20px;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
  }
  .phone-body-mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .phone-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../img/phone_close.png) center center no-repeat;
    background-size: 50% auto;
    position: absolute;
    right: -35px;
    top: 0;
  }
  .sub-content {
    position: relative;
    display: block;
    right: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
    z-index: 99999;
  }
  .lang-more {
    display: none !important;
  }
  .phone-head-items {
    box-shadow: 0 0 4px #414141;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 60px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    z-index: 999;
  }
  .phone-head-items .phone_logo {
    max-width: 200px;
  }
  .phone-head-items .phone_logo a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .itemWrap {
    display: flex;
  }
  .itemWrap .phone-head-nav {
    order: 3;
  }
  .itemWrap .phone-head-language {
    order: 2;
  }
  .itemWrap .phone-head-aside {
    order: 1;
  }
  .itemWrap .phone-head-aside {
    order: 4;
  }
  .phone-head-item.phone-head-search .content-wrap .search {
    display: flex;
  }
  .phone-head-item.phone-head-search .content-wrap .search input[type="text"] {
    width: 80%;
    padding: 5px 10px ;
    border: none;
    border-bottom: 1px solid #efefef;
  }
  .phone-head-item.phone-head-search .content-wrap .search input[type="submit"] {
    background-color: #000;
    color: #fff;
    padding: 5px 10px ;
  }
  .phone-head-item.phone-head-search .title i {
    font-size: 20px;
  }
  .phone-head-item.phone-head-nav .title:before {
    content: "";
    width: 24px;
    height: 60px;
    line-height: 60px;
    display: block;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .phone-head-item.phone-head-language .title:before {
    content: "";
    width: 24px;
    height: 60px;
    line-height: 60px;
    display: block;
    background-image: url(../img/language.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .phone-head-item.phone-head-language .prisna-wp-translate-seo {
    display: block;
  }
  .phone-head-item.phone-head-social .title:before {
    content: "\f007";
  }
  .phone-head-item.phone-head-aside .title:before {
    content: "\f060";
  }
  .phone-head-item {
    float: left;
    width: 45px;
  }
  .phone-head-item.phone-head-aside {
    float: right;
  }
  .phone-head-item .title {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    color: #222;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .phone-head-item .title a {
    position: relative;
    display: block;
    color: #222;
  }
  .phone-head-item .main-content-wrap {
    background: #FFF;
    top: 0;
    display: block;
    z-index: 99999;
  }
  .phone-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li {
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px #c5c5c5 dashed;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li a {
    text-transform: capitalize;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul {
    margin-left: 20px;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul li {
    border-bottom: none;
    padding: 2px 0;
  }
  .phone-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }
  .phone-head-item .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
  }
  .phone-head-item .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }
  .phone-head-item .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }
  .head-search {
    position: relative;
    width: 90%;
    height: 35px;
    background: transparent;
    margin: 0 auto;
    border-bottom: 1px solid #c5c5c5;
  }
  .head-search .search-ipt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #FFF;
    padding: 0 10px;
    font-size: 16px;
  }
  .head-search .search-btn {
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(../img/index/search.png) no-repeat center center;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
    border: none;
    right: 0;
    top: 0;
    display: block !important;
  }
  .head-search .search-attr {
    display: none;
  }
  .footerWrap .web_footer {
    display: none;
  }
  .footerWrap .sj-footer {
    display: block;
  }
}
/*gotop*/
.gotop {
  position: fixed;
  right: 15px;
  bottom: 50px;
  color: #fff;
  background-color: #ff9e12;
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #ff9e12;
  background-clip: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 99999;
  cursor: pointer;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.gotop:hover,
.gotop.active:hover {
  font-weight: bold;
}
.gotop.active {
  opacity: 1;
  visibility: visible;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.gotop:before,
.gotop em {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gotop em {
  font-size: 12px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.gotop:before {
  content: '\f106';
  font-family: 'fontawesome';
  font-size: 22px;
  height: 100%;
  display: block;
}
.gotop:hover em {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.gotop:hover:before {
  -webkit-transform: translateY(-15px) scale(0.5);
  -ms-transform: translateY(-15px) scale(0.5);
  -o-transform: translateY(-15px) scale(0.5);
  transform: translateY(-15px) scale(0.5);
  opacity: 0;
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
