@charset "utf-8";
@font-face {
  font-family: 'shu';
  src: url('../font/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
/* 面包屑 */
.breadbox .fcont {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .breadbox .fcont {
    padding: 12px 0;
  }
}
.breadbox .fcont a,
.breadbox .fcont span {
  transition: all 0.4s;
  font-size: 16px;
  flex: 0 0 auto;
  line-height: 26px;
  color: #999999;
  zoom: 1;
}
@media (max-width: 1580px) {
  .breadbox .fcont a,
  .breadbox .fcont span {
    font-size: 14px;
    line-height: 24px;
  }
}
.breadbox .fcont a:after,
.breadbox .fcont span:after {
  content: '';
  display: block;
  clear: both;
}
.breadbox .fcont a img,
.breadbox .fcont span img,
.breadbox .fcont a svg,
.breadbox .fcont span svg {
  float: left;
  position: relative;
  top: 13px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 8px;
}
@media (max-width: 1580px) {
  .breadbox .fcont a img,
  .breadbox .fcont span img,
  .breadbox .fcont a svg,
  .breadbox .fcont span svg {
    width: 14px;
    height: 14px;
    top: 12px;
    margin-top: -8px;
  }
}
.breadbox .fcont a img path,
.breadbox .fcont span img path,
.breadbox .fcont a svg path,
.breadbox .fcont span svg path {
  fill: #999999;
  filter: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.breadbox .fcont span {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
}
@media (max-width: 1580px) {
  .breadbox .fcont span {
    margin: 0 8px;
  }
}
@media (max-width: 991px) {
  .breadbox .fcont span {
    margin: 0 6px;
  }
}
.breadbox .fcont span svg {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  object-fit: contain;
}
.breadbox .fcont span svg path {
  fill: #999999;
  filter: none;
}
.breadbox .fcont a:hover {
  color: #911716;
}
.breadbox .fcont a:hover svg path {
  fill: #911716;
}
.breadbox .fcont .on {
  flex: 1 1 auto;
  color: #333333;
}
.breadbox .fcont a:last-child {
  color: #333333;
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .breadbox .fcont a:last-child {
    max-width: 36%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .breadbox .fcont a:last-child {
    max-width: 30%;
  }
}
.breadbox .fcont .wofe {
  display: flex;
}
.breadbox .fcont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: #911716;
}
.breadbox .fcont .wofe .li a {
  line-height: 1;
}
/* End */
/* 共用小导航 */
.public-fnav {
  width: 100%;
  position: relative;
}
.public-fnav .f_cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .public-fnav .f_cont {
    padding: 0;
  }
}
.public-fnav .f_cont:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - 1.6rem);
  height: 1px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .public-fnav .f_cont:before {
    display: none;
  }
}
.public-fnav .f_cont .lt {
  max-width: 70%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .public-fnav .f_cont .lt {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .public-fnav .f_cont .lt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #f5f5f5;
  }
}
.public-fnav .f_cont .lt .swiper-container {
  width: 100%;
}
.public-fnav .f_cont .lt .swiper-container .swiper-slide {
  width: auto;
  margin-right: 0.4rem;
}
.public-fnav .f_cont .lt .swiper-container .swiper-slide .item {
  display: block;
  color: #333333;
  position: relative;
  transition: all 0.4s;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  padding: 0.32rem 0.1rem;
  -webkit-transition: all 0.4s;
}
.public-fnav .f_cont .lt .swiper-container .swiper-slide .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  height: 3px;
  background-color: #911716;
}
.public-fnav .f_cont .lt .swiper-container .on .item {
  color: #911716;
}
.public-fnav .f_cont .lt .swiper-container .on .item:before {
  width: 100%;
}
@media (max-width: 767px) {
  .public-fnav .f_cont .gt {
    width: 100%;
    display: none;
  }
}
/* 邑联盟 */
.leaguebanner {
  position: relative;
}
.leaguebanner .bag {
  position: relative;
}
.leaguebanner .bag img {
  width: 100%;
}
.leaguebanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .leaguebanner .bag img {
    display: none;
  }
  .leaguebanner .bag img:nth-child(2) {
    display: block;
  }
}
.leaguebanner .bag:before {
  padding-top: 29.58333333%;
}
@media (max-width: 1260px) {
  .leaguebanner .bag:before {
    padding-top: 46%;
  }
}
@media (max-width: 767px) {
  .leaguebanner .bag:before {
    padding-top: 86.66666667%;
  }
}
.leaguebanner .container {
  position: relative;
}
.leaguebanner .cont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 1580px) {
  .leaguebanner .cont {
    top: 42%;
  }
}
.leaguebanner .cont .font {
  /* max-width: 5.5rem; */
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .leaguebanner .cont .font {
    max-width: 100%;
    padding-right: 0;
  }
}
.leaguebanner .cont .font .f_tit {
  font-weight: bold;
}
.leaguebanner .cont .font .text {
  margin-top: 0.12rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}
@media (max-width: 767px) {
  .leaguebanner .cont .font .text p br {
    display: none;
  }
}
.leaguebanner .cont .font .fz_text {
  margin-top: 0.12rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}
@media (max-width: 767px) {
  .leaguebanner .cont .font .fz_text p br {
    display: none;
  }
}
.leaguebanner .cont .x-wx {
  position: absolute;
  right: 0;
  top: -0.2rem;
  z-index: 5;
}
@media (max-width: 1580px) {
  .leaguebanner .cont .x-wx {
    top: 0;
  }
}
@media (max-width: 767px) {
  .leaguebanner .cont .x-wx {
    display: none;
  }
}
.leaguebanner .cont .x-wx .x-img {
  width: 1.4rem;
  height: 1.4rem;
  padding: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.leaguebanner .cont .x-wx .x-img img {
  width: 1.3rem;
  height: 1.3rem;
  object-fit: contain;
}
.leaguebanner .cont .x-wx p {
  text-align: center;
  color: #fff;
  margin-top: 0.05rem;
}
.leaguebox-sec1 {
  margin-top: -0.88rem;
  position: relative;
  z-index: 101;
}
@media (max-width: 1580px) {
  .leaguebox-sec1 {
    margin-top: -0.96rem;
  }
}
@media (max-width: 767px) {
  .leaguebox-sec1 {
    margin-top: 0;
  }
}
.leaguebox-sec1 .public-fnav {
  z-index: 2;
}
.leaguebox-sec1 > .container {
  max-width: 1560px;
  position: relative;
}
.leaguebox-sec1 > .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/home15.png) no-repeat;
  background-position: top;
  border-radius: 0.1rem 0.1rem 0 0;
  box-shadow: 0px 0px 0.3rem 0px rgba(174, 95, 13, 0.05);
}
@media (max-width: 767px) {
  .leaguebox-sec1 > .container:before {
    background: none;
  }
}
.leaguebox-sec1 .f_jut {
  padding: 0.9rem 0 1.32rem;
  position: relative;
}
.leaguebox-sec1 .f_jut .f_tit {
  text-align: center;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 0.54rem;
}
.leaguebox-sec1 .f_jut .homesi {
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.leaguebox-sec1 .f_jut .homesi .box .item .img {
  flex: 0 0 auto;
  background: #fff;
}
.leaguebox-sec1 .f_jut .homesi .box .bj1 {
  background: linear-gradient(270deg, #fcfbf9 20.45%, hsla(0, 0%, 100%, 0));
}
.leaguebox-sec1 .f_jut .homesi .box .bj2 {
  background: linear-gradient(270deg, #fcfbf9 20.45%, hsla(0, 0%, 100%, 0));
}
.leaguebox-sec1 .f_jut .f_but {
  display: flex;
  justify-content: center;
}
.leaguebox-sec1 .f_jut .f_but .pub_a {
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .leaguebox-sec1 .f_jut .f_but .pub_a {
    margin: 0 0.2rem;
  }
}
.leaguebox-sec2 {
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 1.1rem 0 1.2rem;
}
.leaguebox-sec2 .fz_tit {
  text-align: center;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
  font-weight: bold;
}
.leaguebox-sec2 .leaguebox2_cont {
  margin: 0 -0.3rem;
}
@media (max-width: 767px) {
  .leaguebox-sec2 .leaguebox2_cont {
    margin: 0 -0.2rem;
  }
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide {
  padding: 0 0.3rem;
}
@media (max-width: 767px) {
  .leaguebox-sec2 .leaguebox2_cont .swiper-slide {
    padding: 0 0.2rem;
  }
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item {
  display: block;
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list {
  display: block;
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list .img:before {
  padding-top: 56.33802817%;
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list .img .flabel {
  background-color: rgba(198, 134, 67, 0.72);
  border-radius: 14px;
  border: solid 1px #911716;
  padding: 4px 0.2rem;
  border-radius: 0.16rem;
  color: #ffffff;
  position: absolute;
  top: 0.18rem;
  left: 0.2rem;
  z-index: 2;
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list .font {
  border-radius: 0px 0px 0.1rem 0.1rem;
  border: solid 1px #d7d7d7;
  padding: 0.26rem 0.7rem 0.38rem 0.2rem;
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list .font .f_tit {
  color: #333333;
  line-height: 1.41666667;
  margin-bottom: 0.12rem;
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list .font .f_jut {
  margin-bottom: 0.3rem;
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list .font .f_jut .li {
  display: flex;
  align-items: center;
  color: #999999;
  margin-bottom: 4px;
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list .font .f_jut .li:last-child {
  margin-bottom: 0;
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list .font .f_jut .li img {
  width: 16px;
  height: auto;
}
@media (max-width: 1580px) {
  .leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list .font .f_jut .li img {
    width: 14px;
  }
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list .font .f_jut .li span {
  display: block;
  width: 80%;
  width: calc(100% - 16px);
  padding-left: 8px;
}
@media (max-width: 1580px) {
  .leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list .font .f_jut .li span {
    padding-left: 6px;
    width: calc(100% - 14px);
  }
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list:hover .img img {
  transform: scale(1.04);
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list:hover .font .pub_a {
  background: #911716;
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list:hover .font .pub_a p {
  color: #fff;
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list:hover .font .pub_a svg {
  left: 0.07rem;
}
.leaguebox-sec2 .leaguebox2_cont .swiper-slide .item .list:hover .font .pub_a svg path {
  fill: #fff;
}
.leaguebox-sec2 .f_but {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.leaguebox-sec2 .f_but .pub_a {
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .leaguebox-sec2 .f_but .pub_a {
    margin: 0 0.2rem;
  }
}
.leaguebox-sec3 {
  padding-top: 1.4rem;
}
.leaguebox-sec3 .f_but {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .leaguebox-sec3 .f_but {
    display: flex;
  }
}
.leaguebox-sec3 .f_but .pub_a {
  margin: 0 0.2rem;
}
.leaguebox-sec3 .fz_font {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.46rem;
}
.leaguebox-sec3 .fz_font .f_tit {
  color: #1a1a1a;
  font-weight: bold;
}
@media (max-width: 767px) {
  .leaguebox-sec3 .fz_font .f_tit {
    width: 100%;
    text-align: center;
  }
}
.leaguebox-sec3 .fz_font .f_but {
  display: flex;
  width: auto;
  margin: 0;
}
@media (max-width: 767px) {
  .leaguebox-sec3 .fz_font .f_but {
    display: none;
  }
}
.leaguebox-sec3 .fz_font .f_but .pub_a {
  margin: 0;
  margin-right: 0.2rem;
}
.leaguebox-sec3 .fz_font .f_but .pub_a:last-child {
  margin-right: 0;
}
.leaguebox-sec3 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .leaguebox-sec3 .cont {
    width: 100%;
    margin: 0;
  }
}
.leaguebox-sec3 .cont .lt,
.leaguebox-sec3 .cont .gt {
  width: 50%;
  padding: 0 0.15rem;
}
@media (max-width: 767px) {
  .leaguebox-sec3 .cont .lt,
  .leaguebox-sec3 .cont .gt {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .leaguebox-sec3 .cont .lt {
    margin-bottom: 0.3rem;
  }
}
.leaguebox-sec3 .cont .lt .item {
  display: block;
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
}
.leaguebox-sec3 .cont .lt .item .img:before {
  padding-top: 56.43274854%;
}
.leaguebox-sec3 .cont .lt .item .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1;
  opacity: 0.3;
}
.leaguebox-sec3 .cont .lt .item .img .f_vidoe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  z-index: 2;
}
.leaguebox-sec3 .cont .lt .item .img .f_vidoe:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: rote360deg 20s linear infinite;
  background: url(../images/yuanpandimg1.png) center / 100% 100% no-repeat;
}
.leaguebox-sec3 .cont .lt .item .img .f_vidoe svg,
.leaguebox-sec3 .cont .lt .item .img .f_vidoe img {
  position: relative;
  width: 0.32rem;
  height: 0.32rem;
  object-fit: contain;
  margin-left: 0.1rem;
}
.leaguebox-sec3 .cont .lt .item .img .f_vidoe svg path,
.leaguebox-sec3 .cont .lt .item .img .f_vidoe img path {
  fill: #ffffff;
}
.leaguebox-sec3 .cont .lt .item .font {
  border-radius: 0px 0px 10px 10px;
  border: solid 1px #d7d7d7;
  padding: 0.36rem 1.28rem 0.34rem 0.3rem;
}
@media (max-width: 1260px) {
  .leaguebox-sec3 .cont .lt .item .font {
    padding-right: 0.8rem;
  }
}
@media (max-width: 767px) {
  .leaguebox-sec3 .cont .lt .item .font {
    padding: 0.36rem 0.26rem;
  }
}
.leaguebox-sec3 .cont .lt .item .font .f_tit {
  color: #333333;
  line-height: 1.30769231;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.61538462em;
  margin-bottom: 0.2rem;
  transition: all 0.4s;
}
.leaguebox-sec3 .cont .lt .item .font .f_time {
  color: #999999;
}
.leaguebox-sec3 .cont .lt .item:hover .img img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}
.leaguebox-sec3 .cont .lt .item:hover .font h3 {
  color: #911716;
}
.leaguebox-sec3 .cont .gt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.leaguebox-sec3 .cont .gt .item {
  display: flex;
  align-items: center;
  padding: 0.18rem 0.2rem;
  border-radius: 10px;
  border: solid 1px #d7d7d7;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .leaguebox-sec3 .cont .gt .item {
    margin-bottom: 0.3rem;
  }
}
.leaguebox-sec3 .cont .gt .item:last-child {
  margin-bottom: 0;
}
.leaguebox-sec3 .cont .gt .item .img {
  width: 37.5%;
  border-radius: 0.1rem;
}
.leaguebox-sec3 .cont .gt .item .img:before {
  padding-top: 56.66666667%;
}
.leaguebox-sec3 .cont .gt .item .font {
  width: 62.5%;
  padding-left: 0.3rem;
}
.leaguebox-sec3 .cont .gt .item .font .f_tit {
  margin-bottom: 0.22rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.8em;
  line-height: 1.4;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .leaguebox-sec3 .cont .gt .item .font .f_tit {
    margin-bottom: 0.1rem;
  }
}
.leaguebox-sec3 .cont .gt .item .font .f_time {
  color: #999999;
}
.leaguebox-sec3 .cont .gt .item:hover .img img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}
.leaguebox-sec3 .cont .gt .item:hover .font h3 {
  color: #911716;
}
.leaguebox-sec4 {
  padding-top: 1.4rem;
}
.leaguebox-sec4 .item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.leaguebox-sec4 .item:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 110%;
  z-index: 1;
  background: url(../images/yaqingimgfba1.png) right top / auto 100% no-repeat;
}
@media (max-width: 991px) {
  .leaguebox-sec4 .item:after {
    right: -10%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .leaguebox-sec4 .item:after {
    display: none;
  }
}
.leaguebox-sec4 .item .img {
  width: 60.14%;
}
@media (max-width: 991px) {
  .leaguebox-sec4 .item .img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .leaguebox-sec4 .item .img {
    width: 100%;
  }
}
.leaguebox-sec4 .item .img:before {
  padding-top: 59.3824228%;
}
.leaguebox-sec4 .item .font {
  width: 39.86%;
  position: relative;
  z-index: 2;
  padding: 1rem 1.34rem;
  padding-left: 0.2rem;
}
@media (max-width: 991px) {
  .leaguebox-sec4 .item .font {
    width: 50%;
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .leaguebox-sec4 .item .font {
    width: 100%;
    padding: 0.36rem 0.26rem;
    border: solid 1px #d7d7d7;
    border-radius: 0 0 0.2rem 0.2rem;
  }
}
.leaguebox-sec4 .item .font .f_tit {
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.12rem;
}
.leaguebox-sec4 .item .font .text {
  line-height: 1.5;
  color: #666666;
  margin-bottom: 0.54rem;
}
.leaguebox-sec4 .item:hover .img img {
  transform: scale(1.04);
}
.leaguebox-sec4 .item:hover .font .pub_a {
  background: #911716;
}
.leaguebox-sec4 .item:hover .font .pub_a p {
  color: #fff;
}
.leaguebox-sec4 .item:hover .font .pub_a svg {
  left: 0.07rem;
}
.leaguebox-sec4 .item:hover .font .pub_a svg path {
  fill: #fff;
}
@keyframes rote360deg {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
/* End */
/* 走进万邑通 */
.aboutbanner .cont .font {
  max-width: initial;
}
.aboutbox-sec1 {
  position: relative;
  padding: 1.2rem 0 0;
}
.aboutbox-sec1 .abt_font {
  text-align: center;
  max-width: 10rem;
  margin: 0 auto 0.5rem;
}
@media (max-width: 1580px) {
  .aboutbox-sec1 .abt_font {
    max-width: 14rem;
  }
}
@media (max-width: 767px) {
  .aboutbox-sec1 .abt_font {
    max-width: 100%;
  }
}
.aboutbox-sec1 .abt_font .f_tit {
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.aboutbox-sec1 .abt_font .text {
  color: #505050;
  line-height: 1.66666667;
}
.aboutbox-sec1 .f_cont {
  margin: 0 auto 0.76rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  .aboutbox-sec1 .f_cont {
    margin-bottom: 0.5rem;
  }
}
.aboutbox-sec1 .f_cont .li {
  margin-right: 1rem;
}
@media (max-width: 1580px) {
  .aboutbox-sec1 .f_cont .li {
    margin-right: 0.6rem;
  }
}
@media (max-width: 991px) {
  .aboutbox-sec1 .f_cont .li {
    width: 50%;
    margin-right: 0;
    padding: 0 0.26rem;
    margin-bottom: 0.26rem;
    text-align: center;
  }
}
.aboutbox-sec1 .f_cont .li .shu {
  line-height: 1;
  color: #911716;
  font-family: 'shu', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .aboutbox-sec1 .f_cont .li .shu {
    justify-content: center;
  }
}
.aboutbox-sec1 .f_cont .li .shu span {
  line-height: 0.8;
  display: block;
}
.aboutbox-sec1 .f_cont .li .shu span:nth-child(2) {
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .aboutbox-sec1 .f_cont .li .shu span:nth-child(2) {
    margin-bottom: 0.12rem;
  }
}
.aboutbox-sec1 .f_cont .li .f_text {
  color: #515151;
}
.aboutbox-sec1 .f_play {
  max-width: 10.8rem;
  margin: 0 auto;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .aboutbox-sec1 .f_play {
    max-width: 100%;
  }
}
.aboutbox-sec1 .f_play .img {
  transition: all 0.4s;
}
.aboutbox-sec1 .f_play .img:before {
  padding-top: 55.55555556%;
}
.aboutbox-sec1 .f_play .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1;
  opacity: 0.3;
}
.aboutbox-sec1 .f_play .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutbox-sec1 .f_play .fzq_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.4s;
}
.aboutbox-sec1 .f_play .fzq_video:after {
  opacity: 0;
  display: none;
}
.aboutbox-sec1 .f_play .f_vidoe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  z-index: 2;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .aboutbox-sec1 .f_play .f_vidoe {
    display: none;
  }
}
.aboutbox-sec1 .f_play .f_vidoe:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: rote360deg 20s linear infinite;
  background: url(../images/yuanpandimg1.png) center / 100% 100% no-repeat;
}
.aboutbox-sec1 .f_play .f_vidoe svg,
.aboutbox-sec1 .f_play .f_vidoe img {
  position: relative;
  width: 0.32rem;
  height: 0.32rem;
  object-fit: contain;
  margin-left: 0.1rem;
}
.aboutbox-sec1 .f_play .f_vidoe svg path,
.aboutbox-sec1 .f_play .f_vidoe img path {
  fill: #ffffff;
}
.aboutbox-sec1 .f_play .f_vidoe:hover {
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transform: translate(-50%, -50%) scale(0.9);
}
.aboutbox-sec1 .f_play.on .img {
  opacity: 0;
}
.aboutbox-sec1 .f_play.on .fzq_video {
  opacity: 1;
}
.aboutbox-sec1 .f_play.on .f_vidoe {
  display: none;
}
.aboutbox-sec2 {
  padding: 1.32rem 0 1.12rem;
  background-color: #ffffff;
  overflow: hidden;
}
.aboutbox-sec2 .fz_title {
  margin-bottom: 0.64rem;
  text-align: center;
  font-weight: bold;
  color: #1a1a1a;
}
.aboutbox-sec2 .box .hometw_box {
  position: relative;
}
.aboutbox-sec2 .box .hometw_box .right {
  margin-left: -6.42857143%;
}
@media (max-width: 991px) {
  .aboutbox-sec2 .box .hometw_box .right {
    order: 1;
    margin-bottom: 0.4rem;
  }
}
.aboutbox-sec2 .box .hometw_box .right .r_box .item .g_dian:after {
  animation: moveq3 3s infinite linear;
  -webkit-animation: moveq3 3s infinite linear;
  opacity: 0.3;
}
.aboutbox-sec2 .box .hometw_box .right .r_box .item:hover .g_p {
  color: #911716;
}
.aboutbox-sec2 .box .hometw_box .f_gt {
  width: 100%;
}
@media (min-width: 992px) {
  .aboutbox-sec2 .box .hometw_box .f_gt {
    position: absolute;
    right: -4%;
    top: 0;
    width: 32.57%;
  }
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont {
  width: 100%;
  padding: 0.9rem 0.26rem 0.3rem;
  margin-top: -0.5rem;
}
@media (max-width: 991px) {
  .aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont {
    overflow: visible;
    padding: 0;
    margin-top: 0;
  }
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .swiper-slide {
  background-color: #ffffff;
  box-shadow: 6px 2px 0.2rem 0px rgba(50, 51, 51, 0.15);
  border-radius: 4px;
}
@media (max-width: 991px) {
  .aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .swiper-slide {
    background-color: #ffffff;
    box-shadow: 6px 2px 0.2rem 0px rgba(50, 51, 51, 0.15);
    border-radius: 4px;
  }
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .g_tit {
  height: 0.65rem;
  display: flex;
  align-items: center;
  position: relative;
  background: #911716;
  border-radius: 4px 4px 0 0;
  padding: 0 1.4rem 0 0.22rem;
}
@media (max-width: 1580px) {
  .aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .g_tit {
    height: 0.85rem;
  }
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .g_tit h3 {
  color: #fff;
  flex-shrink: 0;
  font-weight: bold;
  width: 100%;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .g_tit img {
  width: 1.36rem;
  height: auto;
  position: absolute;
  bottom: 81%;
  /* transform: translateY(-50%); */
  right: 0.4rem;
}
@media (max-width: 1580px) {
  .aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .g_tit img {
    /* top: 51.5%; */
    width: 1.8rem;
  }
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font {
  padding: 0.18rem 0.3rem 0.36rem;
  width: 100%;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_tit {
  color: #333333;
  margin-bottom: 0.16rem;
  font-weight: bold;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store,
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store2 {
  color: #666666;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store p,
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store2 p {
  position: relative;
  padding-left: 10px;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store p:before,
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store2 p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #666666;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store {
  margin-bottom: 0.22rem;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store2 {
  color: #333333;
  margin-bottom: 0.16rem;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_store2 p:before {
  background-color: #333333;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_text {
  color: #000000;
  margin-bottom: 0.26rem;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_img {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_img .img {
  background-color: #000000;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_img .img:before {
  padding-top: 44.11764706%;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_img .img img {
  opacity: 0.8;
}
.aboutbox-sec2 .box .hometw_box .f_gt .aboutbox2_cont .font .f_img .name {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  padding: 0 0.2rem;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}
.aboutbox-sec2 .f_but {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.aboutbox-sec2 .f_but .pub_a {
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .aboutbox-sec2 .f_but .pub_a {
    margin: 0 0.2rem;
  }
}
.aboutbox-sec3 {
  background: url(../images/chengzhiguimg1.jpg) center / cover no-repeat;
  padding: 1.3rem 0 0.82rem;
}
.aboutbox-sec3 .fz_title {
  text-align: center;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .aboutbox-sec3 .fz_title {
    margin-bottom: 0.6rem;
  }
}
.aboutbox-sec3 .aboutbox3_cont {
  width: 100%;
  margin-bottom: 0.92rem;
}
@media (max-width: 767px) {
  .aboutbox-sec3 .aboutbox3_cont {
    margin-bottom: 0.2rem;
  }
}
.aboutbox-sec3 .aboutbox3_cont .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.aboutbox-sec3 .aboutbox3_cont .item .img {
  width: 43.5714%;
}
@media (max-width: 767px) {
  .aboutbox-sec3 .aboutbox3_cont .item .img {
    width: 100%;
  }
}
.aboutbox-sec3 .aboutbox3_cont .item .img:before {
  padding-top: 62.29508197%;
}
.aboutbox-sec3 .aboutbox3_cont .item .font {
  width: 56.4286%;
  position: relative;
  padding: 0.58rem 0 0 0.98rem;
}
@media (max-width: 767px) {
  .aboutbox-sec3 .aboutbox3_cont .item .font {
    width: 100%;
    padding: 0.46rem 0.26rem;
  }
}
.aboutbox-sec3 .aboutbox3_cont .item .font .bag {
  font-family: 'shu', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #911716;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  user-select: none;
  -webkit-user-select: none;
  line-height: 0.8;
  background-image: linear-gradient(to bottom, rgba(198, 134, 67, 0.1), rgba(51, 51, 51, 0) 110%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aboutbox-sec3 .aboutbox3_cont .item .font .bag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(120%) blur(4px);
}
.aboutbox-sec3 .aboutbox3_cont .item .font .shu {
  color: #911716;
  line-height: 0.9;
  font-family: 'shu', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  position: relative;
}
.aboutbox-sec3 .aboutbox3_cont .item .font .text {
  color: #333333;
  line-height: 1.41666667;
  margin-top: 0.2rem;
  position: relative;
}
.aboutbox-sec3 .aboutbox3_cont .g_qie {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  left: 43.5714%;
  bottom: 0.48rem;
  margin-left: 0.9rem;
}
@media (max-width: 1260px) {
  .aboutbox-sec3 .aboutbox3_cont .g_qie {
    bottom: 0.2rem;
  }
}
@media (max-width: 991px) {
  .aboutbox-sec3 .aboutbox3_cont .g_qie {
    display: none;
  }
}
.aboutbox-sec3 .aboutbox3_cont .g_qie .pub_nav {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  background-color: transparent;
  margin-right: 0.2rem;
}
.aboutbox-sec3 .aboutbox3_cont .g_qie .pub_nav:last-child {
  margin-right: 0;
}
.aboutbox-sec3 .aboutbox3_nav {
  width: 100%;
}
.aboutbox-sec3 .aboutbox3_nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1rem;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
.aboutbox-sec3 .aboutbox3_nav .swiper-slide {
  width: 14.2857%;
  display: flex;
  padding: 0 0.16rem;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  align-items: center;
}
@media (max-width: 991px) {
  .aboutbox-sec3 .aboutbox3_nav .swiper-slide {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .aboutbox-sec3 .aboutbox3_nav .swiper-slide {
    width: 33.333%;
  }
}
.aboutbox-sec3 .aboutbox3_nav .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 60%;
  left: calc(50% + 0.11rem);
  width: 0;
  height: 1px;
  background-color: #911716;
}
.aboutbox-sec3 .aboutbox3_nav .swiper-slide i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  border: 2px solid transparent;
  margin-bottom: 0.1rem;
}
.aboutbox-sec3 .aboutbox3_nav .swiper-slide i:before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  background-color: #999999;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.aboutbox-sec3 .aboutbox3_nav .swiper-slide-thumb-active {
  color: #911716;
}
.aboutbox-sec3 .aboutbox3_nav .swiper-slide-thumb-active:before {
  width: 80%;
  width: calc(100% - 0.3rem);
  width: calc(100% - 0.16rem);
  transition: all 5.8s linear;
  -webkit-transition: all 5.8s linear;
}
.aboutbox-sec3 .aboutbox3_nav .swiper-slide-thumb-active i {
  border-color: #911716;
}
.aboutbox-sec3 .aboutbox3_nav .swiper-slide-thumb-active i:before {
  background-color: #911716;
}
.aboutbox-sec4 {
  padding: 1.3rem 0 1.1rem;
}
.aboutbox-sec4 .fz_title {
  text-align: center;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .aboutbox-sec4 .fz_title {
    margin-bottom: 0.6rem;
  }
}
.aboutbox-sec4 .cont {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.aboutbox-sec4 .cont .lt,
.aboutbox-sec4 .cont .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .aboutbox-sec4 .cont .lt,
  .aboutbox-sec4 .cont .gt {
    width: 100%;
  }
}
.aboutbox-sec4 .cont .lt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.aboutbox-sec4 .cont .lt .f_tou {
  width: 4.2rem;
  position: relative;
}
.aboutbox-sec4 .cont .lt .f_tou:before {
  content: "";
  display: block;
  left: -6%;
  position: absolute;
  top: 6%;
  width: 1.86rem;
  height: 1.86rem;
  border-radius: 50%;
  background: url(../images/zhiciimgimg1.png) center / 100% 100% no-repeat;
}
.aboutbox-sec4 .cont .lt .f_tou .img {
  position: relative;
  width: 100%;
}
@media (max-width: 1580px) {
  .aboutbox-sec4 .cont .lt .f_tou .img {
    width: 120%;
    margin-left: -1rem;
  }
}
@media (max-width: 767px) {
  .aboutbox-sec4 .cont .lt .f_tou .img {
    margin-left: -0.5rem;
  }
}
.aboutbox-sec4 .cont .lt .f_tou .img img {
  width: 100%;
}
.aboutbox-sec4 .cont .gt i {
  width: 0.56rem;
  display: block;
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.aboutbox-sec4 .cont .gt i img {
  width: 100%;
  float: left;
}
.aboutbox-sec4 .cont .gt .text {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.48rem;
}
.aboutbox-sec4 .cont .gt .text p {
  margin-bottom: 0.15rem;
}
.aboutbox-sec4 .cont .gt .name {
  color: #911716;
  display: flex;
  align-items: center;
  position: relative;
}
.aboutbox-sec4 .cont .gt .name:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 2px;
  background-color: #dddddd;
  margin-right: 0.3rem;
}
.aboutbox-sec5 {
  padding: 1.2rem 0 0;
}
.aboutbox-sec5 .abt5_font {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}
.aboutbox-sec5 .abt5_font .f_tit {
  font-weight: bold;
  color: #000000;
}
.aboutbox-sec5 .abt5_font .f_but {
  position: relative;
  display: flex;
  align-items: center;
}
.aboutbox-sec5 .abt5_font .f_but:before {
  content: "";
  display: block;
  position: absolute;
  left: 1%;
  top: 1%;
  width: 98%;
  height: 97%;
  border-radius: 0.28rem;
  border: solid 1px #dddddd;
}
@media (max-width: 767px) {
  .aboutbox-sec5 .abt5_font .f_but:before {
    border-radius: 0.36rem;
    height: 96%;
  }
}
.aboutbox-sec5 .abt5_font .f_but .li {
  padding: 0 0.42rem;
  line-height: 0.54rem;
  border-radius: 0.28rem;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: all 0.4s;
  color: #911716;
  position: relative;
}
@media (max-width: 1580px) {
  .aboutbox-sec5 .abt5_font .f_but .li {
    line-height: 0.64rem;
  }
}
@media (max-width: 767px) {
  .aboutbox-sec5 .abt5_font .f_but .li {
    line-height: 0.66rem;
    border-radius: 0.34rem;
    padding: 0 0.3rem;
  }
}
.aboutbox-sec5 .abt5_font .f_but .on {
  background-color: #911716;
  color: #ffffff;
}
.aboutbox-sec5 .cont {
  position: relative;
}
.aboutbox-sec5 .cont .f_jut {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.aboutbox-sec5 .cont .f_jut .aboutbox5_cont {
  width: auto;
  margin: 0 -0.15rem;
}
.aboutbox-sec5 .cont .f_jut .aboutbox5_cont .swiper-slide {
  padding: 0 0.15rem;
  height: auto;
}
.aboutbox-sec5 .cont .f_jut .aboutbox5_cont .swiper-slide .item {
  background-color: #f5f5f5;
  border-radius: 0.1rem;
  height: 100%;
  overflow: hidden;
  padding: 0.7rem 0.24rem 0.32rem;
}
.aboutbox-sec5 .cont .f_jut .aboutbox5_cont .swiper-slide .item .f_img {
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0.48rem;
  text-align: center;
}
.aboutbox-sec5 .cont .f_jut .aboutbox5_cont .swiper-slide .item .f_img img {
  height: 100%;
  transition: all 0.4s;
}
.aboutbox-sec5 .cont .f_jut .aboutbox5_cont .swiper-slide .item .f_tit {
  text-align: center;
}
.aboutbox-sec5 .cont .f_jut .aboutbox5_cont .swiper-slide .item:hover .f_img img {
  transform: scale(1.04);
}
.aboutbox-sec5 .cont .f_jut .pub_prev {
  left: -1rem;
}
@media (max-width: 1260px) {
  .aboutbox-sec5 .cont .f_jut .pub_prev {
    display: none;
  }
}
.aboutbox-sec5 .cont .f_jut .pub_next {
  right: -1rem;
}
@media (max-width: 1260px) {
  .aboutbox-sec5 .cont .f_jut .pub_next {
    display: none;
  }
}
.aboutbox-sec5 .cont .active {
  z-index: 2;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.aboutbox-sec6 .item:after {
  background: url(../images/yaqingimgfba2.png) left top / auto 100% no-repeat;
}
@media (max-width: 991px) {
  .aboutbox-sec6 .item:after {
    right: 10%;
    height: 100%;
  }
}
.aboutbox-sec6 .item .font {
  padding-left: 0.5rem;
  padding-right: 0.8rem;
}
@media (max-width: 767px) {
  .aboutbox-sec6 .item .font {
    order: 1;
    padding-left: 0.26rem;
    padding-right: 0.26rem;
  }
}
.aboutbox-sec6 .item .font .f_but {
  display: flex;
  align-items: center;
}
.aboutbox-sec6 .item .font .f_but .pub_a {
  margin-right: 0.2rem;
  background: transparent;
}
.aboutbox-sec6 .item .font .f_but .pub_a p {
  color: #911716;
}
.aboutbox-sec6 .item .font .f_but .pub_a svg {
  left: 0;
}
.aboutbox-sec6 .item .font .f_but .pub_a svg path {
  fill: #911716;
}
.aboutbox-sec6 .item .font .f_but .pub_a:last-child {
  margin-right: 0;
}
.aboutbox-sec6 .item .font .f_but .pub_a:hover {
  background: #911716;
}
.aboutbox-sec6 .item .font .f_but .pub_a:hover p {
  color: #fff;
}
.aboutbox-sec6 .item .font .f_but .pub_a:hover svg {
  left: 0.07rem;
}
.aboutbox-sec6 .item .font .f_but .pub_a:hover svg path {
  fill: #fff;
}
.aboutboxAlt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.aboutboxAlt .bag {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}
.aboutboxAlt .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  max-width: 8rem;
}
@media (max-width: 767px) {
  .aboutboxAlt .cont {
    max-width: 100%;
    width: 90%;
  }
}
.aboutboxAlt .cont .close {
  position: absolute;
  width: 0.4rem;
  right: -0.5rem;
  top: 0;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .aboutboxAlt .cont .close {
    top: -0.5rem;
    right: 0;
  }
}
.aboutboxAlt .cont .close img {
  width: 100%;
}
.aboutboxAlt .cont .close:hover {
  transform: rotate(90deg);
}
.aboutboxAlt .cont .aboutboxAlt_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .aboutboxAlt .cont .aboutboxAlt_cont {
    background-color: #fff;
  }
}
.aboutboxAlt .cont .aboutboxAlt_cont .item {
  width: 100%;
  padding: 0.4rem 0.4rem;
  text-align: center;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .aboutboxAlt .cont .aboutboxAlt_cont .item {
    padding-bottom: 1.2rem;
  }
}
.aboutboxAlt .cont .aboutboxAlt_cont .item .img {
  width: 100%;
  margin-bottom: 0.2rem;
}
.aboutboxAlt .cont .aboutboxAlt_cont .item .img img {
  width: 100%;
}
.aboutboxAlt .cont .aboutboxAlt_cont .aboutbox3-prev {
  position: absolute;
  left: 0.15rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 767px) {
  .aboutboxAlt .cont .aboutboxAlt_cont .aboutbox3-prev {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #eee;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 38%;
    top: auto;
    bottom: 0.4rem;
    transform: translateY(0) rotate(180deg);
  }
}
.aboutboxAlt .cont .aboutboxAlt_cont .aboutbox3-next {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 767px) {
  .aboutboxAlt .cont .aboutboxAlt_cont .aboutbox3-next {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #eee;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 38%;
    top: auto;
    bottom: 0.4rem;
    transform: translateY(0);
  }
}
.aboutboxAlt .cont .active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
/* End */
