body {
  overflow-x: hidden;
  letter-spacing: 1px;
}
body a {
  text-decoration: none !important;
}
/** ----------------------1 过渡类选中效果开始----------------- **/
/** 
    ******************************目录******************************
    ***1.1 淡入淡出效果
    ***1.2 滑动效果
    ***1.3 更换背景色效果
    ***1.4 添加盒子阴影效果
    **/
/** ----------------------1.1 淡入淡出效果开始----------------- **/
/** ----------------------1.1 淡入淡出效果结束----------------- **/
/** ----------------------1.2 滑动效果开始----------------- **/
/** ----------------------1.2 滑动效果结束----------------- **/
/** ----------------------1.3 更换背景色效果开始----------------- **/
/** ----------------------1.3 更换背景色效果结束----------------- **/
/** ----------------------1.4 添加盒子阴影效果开始----------------- **/
/** ----------------------1.4 添加盒子阴影效果结束----------------- **/
/** ----------------------1 过渡类选中效果结束----------------- **/
/** ----------------------2 过渡类触发效果开始----------------- **/
/** 
    ******************************目录******************************
    ***2.1 滑动效果
    ***2.2 更换背景色效果
    ***2.3 添加盒子阴影效果
    ***2.4 旋转效果
    ***2.5 变形效果
    ***2.6 淡入淡出效果
    **/
/** ----------------------2.1 滑动效果开始----------------- **/
/** ----------------------2.1 滑动效果结束----------------- **/
/** ----------------------2.2 更换背景色效果开始----------------- **/
/** ----------------------2.2 更换背景色效果结束----------------- **/
/** ----------------------2.3 添加盒子阴影效果开始----------------- **/
/** ----------------------2.3 添加盒子阴影效果结束----------------- **/
/** ----------------------2.4 旋转效果开始----------------- **/
/** ----------------------2.4 旋转效果结束----------------- **/
/** ----------------------2.5 变形效果开始----------------- **/
/** ----------------------2.5 变形效果开始----------------- **/
/** ----------------------2.6 淡入淡出效果开始----------------- **/
/** ----------------------2.6 淡入淡出效果结束----------------- **/
/** ----------------------2 过渡类触发效果结束----------------- **/
/** ----------------------3 动画类效果开始----------------- **/
/** ----------------------3 动画类效果结束----------------- **/
.products {
  margin-top: 100px;
}
.products .contentbox .teamlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.products .contentbox .teamlist .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 360px;
  padding: 0 15px;
  margin-bottom: 40px;
}
.products .contentbox .teamlist .item:hover .img .picbox .pic {
  transform: scale(1.1);
}
.products .contentbox .teamlist .item .img {
  width: 100%;
  display: inline-block;
}
.products .contentbox .teamlist .item .img .picbox {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.products .contentbox .teamlist .item .img .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.products .contentbox .teamlist .item .img .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.products .contentbox .teamlist .item .img .picbox .pic {
  transition: all 0.5s;
}
.products .contentbox .teamlist .item .item-title {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-align: center;
}
.products .contentbox .teamlist .item .item-title .atitle {
  max-width: 100%;
  max-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 40px;
  max-height: 40px;
  font-size: 24px;
  font-weight: normal;
  color: #000;
  font-family: 'Gilroy-Bold';
  transition: all 0.5s;
}
.products .contentbox .teamlist .item .item-title .atitle:hover {
  color: #F4492B;
}
.products .contentbox .productswiper {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}
.products .contentbox .productswiper .swiper {
  width: 100%;
  height: 600px;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 40px 40px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox:hover .productpic .picbox {
  transform: scale(1.1);
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox:hover .price .more {
  transform: translateX(-20%);
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .productpic {
  margin-bottom: 60px;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .productpic .picbox {
  width: 310px;
  height: 330px;
  overflow: hidden;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .productpic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .productpic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .productpic .picbox {
  transition: all 0.3s;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .productpic .news-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #F4492B;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  font-family: 'Gilroy-Bold';
  z-index: 10;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .proname {
  font-size: 28px;
  font-weight: normal;
  color: #000;
  max-width: 100%;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: Gilroy-Bold;
  line-height: 28px;
  width: 100%;
  text-align: center;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .price {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .price .txt {
  font-size: 24px;
  font-weight: normal;
  color: #F4492B;
  font-family: Gilroy-Bold;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .price .more {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .price .more .tx {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Bold;
  margin-right: 10px;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .price .more .player .picbox {
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .price .more .player .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .price .more .player .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.products .contentbox .productswiper .swiper .swiper-wrapper .swiper-slide .productbox .price .more:hover {
  text-decoration: none;
}
.products .contentbox .productswiper .button-prev {
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
}
.products .contentbox .productswiper .button-prev .picbox {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.products .contentbox .productswiper .button-prev .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.products .contentbox .productswiper .button-prev .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.products .contentbox .productswiper .button-next {
  position: absolute;
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
}
.products .contentbox .productswiper .button-next .picbox {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.products .contentbox .productswiper .button-next .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.products .contentbox .productswiper .button-next .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.titlebox {
  font-size: 36px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Bold;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.bn {
  width: 240px;
  height: 70px;
  background: #F4492B;
  box-shadow: 0px 20px 50px 0px rgba(244, 73, 43, 0.2);
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.bn .t {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 10px;
  font-family: Gilroy-Bold;
}
.bn .play .picbox {
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.bn .play .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.bn .play .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.bn:hover {
  text-decoration: none;
  transform: scale(1.1);
}
.page_index .banner {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 3;
}
.page_index .banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.page_index .banner .swiper .swiper-wrapper .swiper-slide .index_banner {
  width: 100%;
  height: 100%;
}
.page_index .banner .swiper .swiper-wrapper .swiper-slide .index_banner .picbox {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.page_index .banner .swiper .swiper-wrapper .swiper-slide .index_banner .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_index .banner .swiper .swiper-wrapper .swiper-slide .index_banner .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_index .banner .swiper .swiper-wrapper .swiper-slide .index_banner.wap {
  display: none;
}
.page_index .banner .swiper .swiper-wrapper .swiper-slide .shadow {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 2;
}
.page_index .banner .swiper .swiper-wrapper .swiper-slide .title {
  position: absolute;
  bottom: 200px;
  right: 0px;
  z-index: 3;
  text-align: right;
  width: 100%;
}
.page_index .banner .swiper .swiper-wrapper .swiper-slide .title .contentbox {
  width: 1600px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0!important;
}
.page_index .banner .swiper .swiper-wrapper .swiper-slide .title .contentbox .atitle {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
  margin-bottom: 10px;
  font-family: Gilroy-Bold;
}
.page_index .banner .swiper .swiper-wrapper .swiper-slide .title .contentbox .btitle {
  font-size: 36px;
  font-weight: normal;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 40px;
  font-family: Gilroy-Regular;
}
.page_index .banner .contentbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  height: auto;
}
.page_index .banner .contentbox .pagination {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 3;
  align-items: center;
}
.page_index .banner .contentbox .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 6px;
  opacity: 1;
}
.page_index .banner .contentbox .pagination .swiper-pagination-bullet-active {
  width: 22px;
  height: 22px;
  background-color: rgba(0, 0, 0, 0);
  border: 6px solid #F4492B;
}
.page_index .product-category {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
}
.page_index .product-category .item {
  width: 25%;
  height: 36.5rem;
}
.page_index .product-category .item .picbox {
  width: 100%;
  height: 80%;
  overflow: hidden;
}
.page_index .product-category .item .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_index .product-category .item .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_index .product-category .item .picbox .pic:hover {
  transform: scale(1.1);
}
.page_index .product-category .item .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
}
.page_index .product-category .item .txt p {
  max-width: 100%;
  max-height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 2rem;
  line-height: 3rem;
  color: #000;
  font-weight: bold;
}
.page_index .new_arrivals {
  margin-top: 100px;
}
.page_index .new_arrivals .contentbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 5;
}
.page_index .new_arrivals .contentbox .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.page_index .new_arrivals .contentbox .left .title {
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: normal;
  color: #000000;
  font-family: Gilroy-Bold;
  line-height: 36px;
  margin-bottom: 90px;
  width: 90%;
}
.page_index .new_arrivals .contentbox .left .title::after {
  content: '';
  display: block;
  width: 40%;
  height: 1px;
  background-color: #000000;
  margin-left: 70px;
}
.page_index .new_arrivals .contentbox .left .leftlist {
  width: 90%;
}
.page_index .new_arrivals .contentbox .left .leftlist .at {
  font-size: 48px;
  font-weight: normal;
  color: #000000;
  font-family: Gilroy-Bold;
  line-height: 50px;
  margin-bottom: 50px;
  letter-spacing: 0px;
  width: 97%;
}
.page_index .new_arrivals .contentbox .left .leftlist .bt {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  font-family: Gilroy-Regular;
  line-height: 30px;
  margin-bottom: 40px;
  width: 98%;
  letter-spacing: 0px;
}
.page_index .new_arrivals .contentbox .left .leftlist .ct {
  width: 94%;
  height: 54px;
  background: #FFF7F6;
  border-radius: 27px;
  font-size: 16px;
  font-weight: normal;
  color: #F4492B;
  font-family: Gilroy-Regular;
  text-align: center;
  line-height: 54px;
  margin-bottom: 60px;
}
.page_index .new_arrivals .contentbox .left .leftlist .price {
  display: flex;
  align-items: center;
}
.page_index .new_arrivals .contentbox .left .leftlist .price .txt {
  font-size: 60px;
  font-weight: normal;
  color: #F4492B;
  font-family: Gilroy-Bold;
  margin-right: 50px;
}
.page_index .new_arrivals .contentbox .right {
  position: relative;
  z-index: 3;
  margin-top: -100px;
  width: 50%;
}
.page_index .new_arrivals .contentbox .right .swiper {
  width: 90%;
  height: 500px;
  background: #FFFFFF;
}
.page_index .new_arrivals .contentbox .right .swiper .swiper-wrapper .swiper-slide {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_index .new_arrivals .contentbox .right .swiper .swiper-wrapper .swiper-slide .productpic {
  margin-bottom: 50px;
}
.page_index .new_arrivals .contentbox .right .swiper .swiper-wrapper .swiper-slide .productpic .picbox {
  width: 420px;
  height: 420px;
  overflow: hidden;
}
.page_index .new_arrivals .contentbox .right .swiper .swiper-wrapper .swiper-slide .productpic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_index .new_arrivals .contentbox .right .swiper .swiper-wrapper .swiper-slide .productpic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_index .new_arrivals .contentbox .right .swiper .swiper-wrapper .swiper-slide .productpic .news-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #F4492B;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  font-family: 'Gilroy-Bold';
  z-index: 10;
}
.page_index .new_arrivals .contentbox .right .swiper .swiper-wrapper .swiper-slide .txt {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #666;
  font-family: Gilroy-Regular;
}
.page_index .new_arrivals .contentbox .right .arrivalspagination {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  align-items: center;
  display: flex;
}
.page_index .new_arrivals .contentbox .right .arrivalspagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #F4492B;
  margin: 0 6px;
  opacity: 1;
}
.page_index .new_arrivals .contentbox .right .arrivalspagination .swiper-pagination-bullet-active {
  width: 22px;
  height: 22px;
  background-color: rgba(0, 0, 0, 0);
  border: 6px solid #F4492B;
}
.page_index .new_arrivals .contentbox .right .button-prev {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
}
.page_index .new_arrivals .contentbox .right .button-prev .picbox {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.page_index .new_arrivals .contentbox .right .button-prev .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_index .new_arrivals .contentbox .right .button-prev .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_index .new_arrivals .contentbox .right .button-prev:focus {
  outline: none;
}
.page_index .new_arrivals .contentbox .right .button-next {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  z-index: 4;
  border: none;
  cursor: pointer;
}
.page_index .new_arrivals .contentbox .right .button-next .picbox {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.page_index .new_arrivals .contentbox .right .button-next .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_index .new_arrivals .contentbox .right .button-next .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_index .new_arrivals .contentbox .right .button-next:focus {
  outline: none;
}
.page_index .video {
  position: relative;
  margin-top: 180px;
}
.page_index .video .contentbox {
  position: relative;
}
.page_index .video .contentbox .redbox {
  position: absolute;
  top: -60px;
  left: -300px;
  width: 960px;
  height: 700px;
  background: #F4492B;
  z-index: 1;
}
.page_index .video .contentbox .redbox .textpic {
  position: absolute;
  top: -303px;
  left: 0;
  z-index: 1;
}
.page_index .video .contentbox .redbox .textpic .picbox {
  width: 893px;
  height: 303px;
  overflow: hidden;
}
.page_index .video .contentbox .redbox .textpic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_index .video .contentbox .redbox .textpic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_index .video .contentbox .titleboxa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.page_index .video .contentbox .titleboxa .atitle {
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  font-family: Gilroy-Bold;
  line-height: 36px;
  display: flex;
  align-items: center;
  width: 50%;
}
.page_index .video .contentbox .titleboxa .atitle::after {
  content: '';
  display: block;
  width: 55%;
  height: 1px;
  background-color: #fff;
  margin-left: 80px;
}
.page_index .video .contentbox .titleboxa .btitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
.page_index .video .contentbox .titleboxa .btitle::before {
  content: '';
  display: block;
  width: 65%;
  height: 1px;
  background-color: #000;
  margin-right: 80px;
}
.page_index .video .contentbox .titleboxa .btitle .bn2 {
  display: flex;
  align-items: center;
}
.page_index .video .contentbox .titleboxa .btitle .bn2 .txt {
  font-size: 30px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Bold;
  line-height: 30px;
  margin-right: 20px;
  transition: all 0.5s;
}
.page_index .video .contentbox .titleboxa .btitle .bn2 .play .picbox {
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.page_index .video .contentbox .titleboxa .btitle .bn2 .play .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_index .video .contentbox .titleboxa .btitle .bn2 .play .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_index .video .contentbox .titleboxa .btitle .bn2:hover {
  text-decoration: none;
}
.page_index .video .contentbox .titleboxa .btitle .bn2:hover .txt {
  transform: translateX(-20%);
}
.page_index .video .contentbox .videopic {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 612px;
}
.page_index .video .contentbox .videopic2 {
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 0 30px;
}
.page_index .video .contentbox .videopic2 .picbox {
  width: 100%;
  height: 612px;
  overflow: hidden;
}
.page_index .video .contentbox .videopic2 .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_index .video .contentbox .videopic2 .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_index .video .contentbox .videopic2 .playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.6%;
  height: 16.4%;
  cursor: pointer;
}
.page_index .video .contentbox .videopic2 .playbutton .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_index .video .contentbox .videopic2 .playbutton .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_index .video .contentbox .videopic2 .playbutton .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_index .about {
  margin-top: 100px;
}
.page_index .about .swiper {
  width: 100%;
  padding-top: 30px;
}
.page_index .about .swiper .item {
  width: 100%;
  height: 29.2rem;
  display: block;
}
.page_index .about .swiper .item .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_index .about .swiper .item .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_index .about .swiper .item .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_index .about .contentbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_index .about .contentbox .bottombox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  margin-top: 70px;
}
.page_index .about .contentbox .bottombox .copic {
  width: 960px;
  height: 620px;
  background: #F6F6F6;
  position: absolute;
  top: 80px;
  left: -330px;
  z-index: 1;
}
.page_index .about .contentbox .bottombox .cp {
  position: relative;
  z-index: 2;
  margin-left: -330px;
}
.page_index .about .contentbox .bottombox .cp .picbox {
  width: 900px;
  height: 600px;
  overflow: hidden;
}
.page_index .about .contentbox .bottombox .cp .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_index .about .contentbox .bottombox .cp .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_index .about .contentbox .bottombox .cobox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.page_index .about .contentbox .bottombox .cobox .txtbox {
  width: 82%;
}
.page_index .about .contentbox .bottombox .cobox .txtbox .title {
  font-size: 48px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Bold;
  line-height: 48px;
  margin-bottom: 47px;
}
.page_index .about .contentbox .bottombox .cobox .txtbox .tbox {
  margin-bottom: 55px;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Regular;
  max-width: 100%;
  max-height: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}
.page_product {
  padding-bottom: 60px;
}
.page_product .breadcrumb {
  display: flex;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.page_product .breadcrumb .icon {
  margin-right: 20px;
}
.page_product .breadcrumb .icon .picbox {
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.page_product .breadcrumb .icon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_product .breadcrumb .icon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_product .breadcrumb .t {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  font-family: Gilroy-Light;
}
.page_product .breadcrumb .t .innavi {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  font-family: Gilroy-Light;
}
.page_product .breadcrumb .t .innavi:hover {
  text-decoration: underline !important;
}
.page_product .productshow {
  margin-top: 100px;
}
.page_product .productshow .contentbox .inbox {
  display: flex;
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
}
.page_product .productshow .contentbox .inbox .showleft {
  width: 50%;
}
.page_product .productshow .contentbox .inbox .showleft .bigphotobox {
  width: 100%;
  margin-bottom: 10px;
}
.page_product .productshow .contentbox .inbox .showleft .bigphotobox .swiper {
  width: 100%;
  height: 630px;
}
.page_product .productshow .contentbox .inbox .showleft .bigphotobox .swiper .swiper-wrapper .swiper-slide .bigphotos {
  width: 100%;
  height: 100%;
}
.page_product .productshow .contentbox .inbox .showleft .bigphotobox .swiper .swiper-wrapper .swiper-slide .bigphotos .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_product .productshow .contentbox .inbox .showleft .bigphotobox .swiper .swiper-wrapper .swiper-slide .bigphotos .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_product .productshow .contentbox .inbox .showleft .bigphotobox .swiper .swiper-wrapper .swiper-slide .bigphotos .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_product .productshow .contentbox .inbox .showleft .smallphotobox {
  display: flex;
  width: 100%;
}
.page_product .productshow .contentbox .inbox .showleft .smallphotobox .swiper {
  width: 100%;
}
.page_product .productshow .contentbox .inbox .showleft .smallphotobox .swiper .swiper-wrapper {
  justify-content: space-between;
}
.page_product .productshow .contentbox .inbox .showleft .smallphotobox .swiper .swiper-wrapper .swiper-slide .smallphotos {
  width: 150px;
  height: 150px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}
.page_product .productshow .contentbox .inbox .showleft .smallphotobox .swiper .swiper-wrapper .swiper-slide .smallphotos .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_product .productshow .contentbox .inbox .showleft .smallphotobox .swiper .swiper-wrapper .swiper-slide .smallphotos .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_product .productshow .contentbox .inbox .showleft .smallphotobox .swiper .swiper-wrapper .swiper-slide .smallphotos .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_product .productshow .contentbox .inbox .showleft .smallphotobox .swiper .swiper-wrapper .swiper-slide .smallphotos.active {
  border: 1px solid #000;
}
.page_product .productshow .contentbox .inbox .showright {
  width: 50%;
  padding-left: 60px;
}
.page_product .productshow .contentbox .inbox .showright .intitle {
  font-size: 40px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Bold;
  line-height: 40px;
  margin-bottom: 30px;
  letter-spacing: 0px;
}
.page_product .productshow .contentbox .inbox .showright .attribute {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
}
.page_product .productshow .contentbox .inbox .showright .attribute .txt {
  font-size: 20px;
  font-weight: normal;
  color: #999999;
  font-family: Gilroy-Regular;
  line-height: 20px;
  margin-right: 86px;
}
.page_product .productshow .contentbox .inbox .showright .attribute .txt span {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Regular;
  line-height: 16px;
}
.page_product .productshow .contentbox .inbox .showright .introduce {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Regular;
  margin-bottom: 25px;
}
.page_product .productshow .contentbox .inbox .showright .price {
  font-size: 40px;
  font-weight: normal;
  color: #F4492B;
  font-family: Gilroy-Bold;
  line-height: 40px;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.page_product .productshow .contentbox .inbox .showright .sizebox {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.page_product .productshow .contentbox .inbox .showright .sizebox .size {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.page_product .productshow .contentbox .inbox .showright .sizebox .size .t {
  font-size: 20px;
  font-weight: normal;
  color: #999;
  font-family: Gilroy-Regular;
  line-height: 20px;
}
.page_product .productshow .contentbox .inbox .showright .sizebox .size .look .lookicon {
  display: flex;
  align-items: center;
}
.page_product .productshow .contentbox .inbox .showright .sizebox .size .look .lookicon .picbox {
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.page_product .productshow .contentbox .inbox .showright .sizebox .size .look .lookicon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_product .productshow .contentbox .inbox .showright .sizebox .size .look .lookicon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_product .productshow .contentbox .inbox .showright .sizebox .size .look .lookicon .picbox {
  margin-right: 10px;
}
.page_product .productshow .contentbox .inbox .showright .sizebox .size .look .lookicon .txt {
  font-size: 16px;
  font-weight: normal;
  color: #F4492B;
  font-family: Gilroy-Bold;
  border-bottom: 1px solid #F4492B;
  line-height: 16px;
}
.page_product .productshow .contentbox .inbox .showright .sizebox .marksize {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page_product .productshow .contentbox .inbox .showright .sizebox .marksize .sizelist {
  width: 49%;
  height: 60px;
  background: #F9F9F9;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #999;
  font-family: Gilroy-Regular;
  line-height: 60px;
  text-align: center;
  margin-bottom: 10px;
}
.page_product .productshow .contentbox .inbox .showright .sizebox .marksize .sizelist:nth-child(2n-1) {
  margin-right: 5px;
}
.page_product .productshow .contentbox .inbox .showright .sizebox .marksize .sizelist:nth-child(2n) {
  margin-left: 5px;
}
.page_product .productshow .contentbox .inbox .showright .sizebox .marksize .sizelist.active {
  color: #F4492B;
  border: 1px solid #F4492B;
  background: rgba(244, 73, 43, 0.04);
}
.page_product .productshow .contentbox .inbox .showright .bns {
  margin-top: 40px;
  width: 50%;
  display: block;
  height: 70px;
  box-shadow: 0px 20px 50px 0px rgba(244, 73, 43, 0.2);
  background-color: #F4492B;
  border-radius: 35px;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  font-family: Gilroy-Bold;
  transition: all 0.5s;
}
.page_product .productshow .contentbox .inbox .showright .bns:hover {
  transform: scale(1.1);
}
.page_product .description {
  margin-top: 100px;
}
.page_product .description .contentbox .inbox {
  padding-bottom: 84px;
  border-bottom: 1px solid #000;
}
.page_product .description .contentbox .inbox .productpic {
  margin-top: 50px;
  width: 100%;
}
.page_product .description .contentbox .inbox .productpic img {
  width: 100%;
  height: 100%;
}
.page_product .data {
  margin-top: 60px;
}
.page_product .data .contentbox .inbox2 {
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
}
.page_product .data .contentbox .inbox2 .productpic2 {
  width: 100%;
}
.page_product .data .contentbox .inbox2 .productpic2 table {
  width: 100%;
}
.page_product .data .contentbox .inbox2 .productpic2 h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 20px auto;
}
.page_product .data .contentbox .inbox2 .productpic2 img {
  max-width: 100%;
  max-height: 100%;
}
.page_product .data .contentbox .inbox2 .productpic2 p,
.page_product .data .contentbox .inbox2 .productpic2 td {
  text-align: justify;
  line-height: 2.5;
  font-size: 20px;
  margin-bottom: 0;
  word-break: break-word;
}
.page_product .photo {
  margin-top: 135px;
}
.page_product .photo .contentbox .inbox3 {
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
}
.page_product .photo .contentbox .inbox3 .productpic3 {
  margin-top: 50px;
  width: 100%;
}
.page_product .photo .contentbox .inbox3 .productpic3 img {
  width: 100%;
  height: 100%;
}
.page_about .banner {
  width: 100%;
  height: 400px;
  position: relative;
}
.page_about .banner .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_about .banner .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_about .banner .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_about .banner .titlet {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  font-weight: normal;
  color: #ffffff;
  font-family: Gilroy-Bold;
}
.page_about .article {
  padding-top: 100px;
  padding-bottom: 80px;
}
.page_about .article .contentbox {
  display: flex;
}
.page_about .article .contentbox .aboutpic {
  width: 50%;
  height: 300px;
  padding-right: 30px;
}
.page_about .article .contentbox .aboutpic .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_about .article .contentbox .aboutpic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_about .article .contentbox .aboutpic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_about .article .contentbox .title2 {
  display: none;
}
.page_about .article .contentbox .text {
  width: 50%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_about .article .contentbox .text .title1 {
  font-size: 28px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Bold;
}
.page_about .article .contentbox .text .t {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Regular;
  text-align: justify;
}
.page_about .article .contentbox .bns {
  display: none;
}
.page_about .team {
  padding-top: 100px;
  padding-bottom: 80px;
}
.page_about .team .contentbox {
  display: flex;
}
.page_about .team .contentbox .aboutpic {
  width: 50%;
  height: 300px;
  padding-left: 30px;
}
.page_about .team .contentbox .aboutpic .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_about .team .contentbox .aboutpic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_about .team .contentbox .aboutpic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_about .team .contentbox .title2 {
  display: none;
}
.page_about .team .contentbox .text {
  width: 50%;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_about .team .contentbox .text .title1 {
  font-size: 28px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Bold;
  text-align: justify;
}
.page_about .team .contentbox .text .t {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Regular;
  text-align: justify;
}
.page_about .team .contentbox .bns {
  display: none;
}
.page_about .video .contentbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.page_about .video .contentbox .title2 {
  display: none;
}
.page_about .video .contentbox .redbox {
  width: 47.5%;
  padding: 70px 0 60px 60px;
  background-color: #F4492B;
}
.page_about .video .contentbox .redbox .title1 {
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  font-family: Gilroy-Bold;
  margin-bottom: 20px;
}
.page_about .video .contentbox .redbox .t {
  width: 55%;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  font-family: Gilroy-Regular;
  text-align: justify;
}
.page_about .video .contentbox .videos {
  width: 67.4%;
  height: 476px;
  margin-left: -15%;
  position: relative;
  z-index: 5;
  background: #000;
}
.page_about .video .contentbox .videopic {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 64.5%;
  height: 476px;
  z-index: 6;
}
.page_about .video .contentbox .videopic .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_about .video .contentbox .videopic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.6s;
}
.page_about .video .contentbox .videopic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_about .video .contentbox .videopic .playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11%;
  height: 20%;
  cursor: pointer;
}
.page_about .video .contentbox .videopic .playbutton .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_about .video .contentbox .videopic .playbutton .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_about .video .contentbox .videopic .playbutton .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_about .thebest {
  padding: 105px 0 88px;
}
.page_about .thebest .contentbox .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.page_about .thebest .contentbox .title .atitle {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 28px;
  text-transform: uppercase;
}
.page_about .thebest .contentbox .title .btitle {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  font-family: Gilroy-Regular;
  line-height: 16px;
}
.page_about .thebest .contentbox .logobox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.page_about .thebest .contentbox .logobox .logo {
  width: 15.9%;
  height: 70px;
  background: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  transition: all 0.5s;
}
.page_about .thebest .contentbox .logobox .logo:hover {
  box-shadow: 0 5px 10px #666;
}
.page_about .thebest .contentbox .logobox .logo .logopic {
  width: 100%;
  height: 100%;
  padding: 6% 0;
}
.page_about .thebest .contentbox .logobox .logo .logopic .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_about .thebest .contentbox .logobox .logo .logopic .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.page_about .thebest .contentbox .logobox .logo .logopic .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.page_about .joinus {
  padding: 70px 0;
}
.page_about .joinus .contentbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_about .joinus .contentbox .title {
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.page_about .joinus .contentbox .title .atitle {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 36px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page_about .joinus .contentbox .title .btitle {
  font-size: 36px;
  font-weight: normal;
  color: #000;
  line-height: 36px;
  font-family: Arial, Helvetica, sans-serif;
}
.page_about .joinus .contentbox .bns {
  display: block;
  width: 22%;
  height: 70px;
  box-shadow: 0px 20px 50px 0px rgba(244, 73, 43, 0.2);
  background: #F4492B;
  border-radius: 35px;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  font-family: Gilroy-Bold;
  text-transform: uppercase;
  transition: all 0.5s;
}
.page_about .joinus .contentbox .bns:hover {
  transform: scale(1.05);
}
