.w1920 {
  width: 100vw;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

.news-banner {
  width: 100vw;
  height: 13.65rem;
  position: relative;
}

.news-banner .banner-list {
  height: 100%;
  width: 100%;
}

.news-banner .swiper-content {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.news-banner .banner-list .banner-li {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.g-news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: RGBA(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  margin-top: -1.575rem;
}

.g-news-content .g-news-nav {
  box-sizing: border-box;

  height: 1.55rem;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.g-news-content .g-news-nav a {
  margin: 0 1.475rem;
  color: #fff;
  opacity: 0.7;
  display: block;
}

.g-news-content .g-news-nav a:hover {
  opacity: 1;
}

.g-news-content .g-news-nav a.cur {
  position: relative;

  opacity: 1;
}

.g-news-content .g-news-nav a.cur::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -0.44rem;
  border-bottom: 4px solid #fff;
}

.g-container .content .topBox {
  height: auto;
  margin: 0 auto;
  width: 100%;
  padding: 3rem 0 0;
  background-color: rgba(243, 243, 243, 1);
}

.g-container .content .topBox .g-pagination {
  width: 100%;
  margin: 1.7rem auto 2.1rem;
}

.g-container .content .topBox .swiper-pagination-bullet {
  margin-right: 0.225rem;
  height: 7px;
  width: 7px;
}

.g-container .content .topBox .swiper-pagination-bullet-active {
  background-color: #a91304;
}

.g-container .content .topBox .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.g-container .content .topBox .top-tit {
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1;
  width: 100%;
  margin-bottom: 1.675rem;
  /* padding-bottom: 1.525rem; */
  padding-bottom: .825rem;
  z-index: 2;
}

.new.g-container .content .topBox {
  height: 21.7rem;
}

.g-container .content .topBox .top-tit::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.825rem;
  height: 0.175rem;
  background: #a91304;
  z-index: 2;
  transform: translateX(-50%);
}

.g-container .content .g-swiper {
  width: 36rem;
}

.g-container .content .g-swiper .li {
  display: flex;
  max-height: 11.175rem;
  justify-content: center;
}

.g-container .content .g-swiper .li .left {
  overflow: hidden;
}

.g-container .content .g-swiper .li .left img {
  height: 11.175rem;
  object-fit: cover;
  transition: all 0.6s;
}

.g-container .content .g-swiper .li .left:hover img {
  transform: scale(1.1);
}

.g-container .content .g-swiper .li .rigth {
  width: 17.2rem;
  height: 11.175rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2.275rem 2rem 1.55rem 1.9rem;
  background-color: #fff;
  line-height: 1;
}

.g-container .content .g-swiper .li .rigth .t1 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  /* margin-top: 2.275rem; */
}

.g-container .content .g-swiper .li .rigth .t2 {
  font-weight: 500;
  margin: 0.8rem 0 0.675rem;
}

.g-container .content .g-swiper .li .rigth .t3 {
  margin-bottom: 1.85rem;
  /* line-height: .75rem; */

  /* height: 80px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.g-container .content .g-swiper .li .rigth .btn {
  position: relative;
  margin-top: .2rem;
  background: #a91304;
  border: 1px solid #fff;
  border-radius: 0.6rem;

  text-align: center;

  transition: all 0.6s;
  padding: .4rem 1.025rem .4rem .625rem;
}

.g-container .content .g-swiper .li .rigth .btn:hover {
  color: #a91304;
  background: #f6e3bb;
}

.g-container .content .g-swiper .li .rigth .btn:hover::after {
  border-color: #a91304;
}

.g-container .content .g-swiper .li .rigth .btn::after {
  content: "";
  position: absolute;
  right: 19%;
  top: 50%;
  transform: translate(10px, 10px);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
  margin-left: 0.3rem;
  height: 0.2rem;
  width: 0.2rem;
  margin-bottom: 1.55rem;
  transition: all 0.3s;
}

.g-container .content .mainBox {
  background-color: #fff;
  padding: 3.35rem 6rem 3.3rem;
}

.g-container .content .mainBox .ul-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.g-container .content .mainBox .ul-box .li {
  width: 30%;
  margin-right: 1.3rem;
  margin-bottom: 1.625rem;
}

.g-container .content .mainBox .ul-box .li .img img {
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
  width: 100%;
}

.g-container .content .mainBox .ul-box .li .img {
  height: 7rem;
  width: 100%;
  overflow: hidden;
}

.g-container .content .mainBox .ul-box .li:hover img {
  transform: scale(1.1);
}

.g-container .content .mainBox .ul-box .li:nth-child(3n) {
  margin-right: 0;
}

.g-container .content .mainBox .ul-box .li>.li-b {
  padding-right: 0.675rem;
  line-height: 1;
}

.g-container .content .mainBox .ul-box .li:hover .t-1 {
  color: #a91304;
}

.g-container .content .mainBox .ul-box .li>.li-b .t-1 {
  font-weight: 500;
  font-family: Source Han Sans CN;
  margin: 1.125rem 0 0.55rem;
  line-height: 1.4;
}

.g-container .content .mainBox .ul-box .li>.li-b .t-2 {
  margin-bottom: 0.7rem;
  font-family: Source Han Sans CN;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.g-container .content .mainBox .ul-box .li>.li-b .t-3 {
  font-family: OPPOSans;
  font-weight: 500;
}

.pagination {
  display: flex;
  align-items: center;
  /* width: 8.55rem; */
  width: 100%;
  padding: 0;
  margin: 1.675rem auto 0;
  font-family: Source Han Sans CN;
  font-weight: 400;
  justify-content: center;
  font-size: .375rem;

}

.pagination {
  margin-right: 0.25rem;
}

.pagination a {
  display: block;
  padding: 0.2rem 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  line-height: 0.3rem;
  text-decoration: none;
  margin-right: 0.3rem;
}

.pagination a.active {
  color: #a91304;
}

.pagination a[rel=prev] {
  background: #F7F7F7;
  border-radius: 50%;
}

.pagination a[rel=next] {
  background: #F7F7F7;
  border-radius: 50%;
}

a:hover {
  color: #a91304;
}

.pagination a.cur {
  background-color: #045;
  color: #a91304;
}


.pagination .cicle {}

/* 树兰公告 */
.list-container .main-box {
  padding: 0 6.025rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-container .main-box .li {
  width: 47.5%;
  line-height: 1.4;
  margin-bottom: 1.375rem;
  display: flex;
  align-items: center;
  height: 4.5rem;
}

.list-container .main-box .li:nth-child(2n) {
  margin-right: 0;
}

.list-container .main-box .li .left {
  box-sizing: content-box;
  position: relative;

  height: 100%;
  background-color: #ebebeb;
}

.list-container .main-box .li .left .t-1 {
  color: #a91304;
  font-family: Source Han Sans CN;
  font-weight: bold;
  padding: 1.2rem 0.825rem 1.2rem;
  line-height: 1;
}

.list-container .main-box .li .left .t-a {
  width: 100%;
  padding: 0.25rem 0.65rem;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #a91304;
  color: #fffcd1;
}

.list-container .main-box .li .rigth {
  background-color: #fff;
  flex: 1;
  padding: 0.95rem 0.675rem 0.9rem;
  /* height:3.65rem ; */
  height: 100%;
}

.list-container .main-box .li .rigth .r-t {
  margin-bottom: 0.475rem;
  font-family: OPPOSans;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-container .main-box .li .rigth .r-b {
  box-sizing: border-box;
  font-family: OPPOSans;
  font-weight: 500;
  /* line-height: 24px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.topBox>.pagination {
  margin-top: 1rem;
  padding-bottom: 2.6rem;
}

/* .list .main-box{

    padding: 0 6rem;
} */
.list .topBox .main-box {
  padding: 0 6rem;
}

.list .topBox .main-box .li {
  display: flex;
  background-color: #fff;
  padding: 0.775rem 1.55rem 0.75rem 28px;
  margin-bottom: 1.1rem;
}

.list .topBox .main-box .li .left {
  overflow: hidden;
  width: 9.4rem;
}

.list .topBox .main-box .li .left img {
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.list .topBox .main-box .li:hover .left img {
  transform: scale(1.1);
}

.list .topBox .main-box .li:hover .rigth .r-t {
  color: #a91304;
}

.list .topBox .main-box .li .rigth {
  line-height: 1;
  flex: 1;
  padding-left: 1.525rem;
  font-family: Source Han Sans CN;
}

.list .topBox .main-box .li .rigth .r-t {
  padding-top: 0.45rem;
  font-weight: 500;
}

.list .topBox .main-box .li .rigth .r-c {
  font-weight: 500;
  color: #a91304;
  margin: 0.575rem 0 0.725rem;
}

.list .topBox .main-box .li .rigth .r-b {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: Source Han Sans CN;
  font-weight: 400;
}

.list .topBox .main-box .li .rigth .btn {
  position: relative;
  /* width: 3.225rem; */
  /* height: 1.2rem; */
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.6rem;
  /* line-height: 1.2rem; */
  text-align: center;
  margin-bottom: 1.525rem;
  transition: all 0.6s;
  padding: .4rem 1.025rem .4rem .625rem;

  
}

.list .topBox .main-box .li .rigth .btn::after {
  content: "";
  position: absolute;
  right: 15%;
  top: 40;
  top: 47%;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  margin-left: 0.5rem;
  height: 0.2rem;
  width: 0.2rem;
  margin-bottom: 1.55rem;
  transition: all 0.6s;
}

.list .topBox .main-box .li .rigth .btn:hover {
  background-color: #a91304;
  color: #fff;
}

.list .topBox .main-box .li .rigth .btn:hover::after {
  border-color: #fff;
}

.list .content .topBox {
  height: auto !important;
  /* padding-bottom: 2rem; */
}

.list .content .topBox .pagination {
  /* margin-top: 3.075rem; */
  /* padding-bottom: 2.725rem; */
}

/* way */
.list-way .topBox {
  position: relative;
}

.list-way .main-box {
  position: relative;
  padding: 0 6rem 2rem;
  line-height: 1;
  z-index: 2;
}

.list-way .main-box .li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2.025rem;
}

.list-way .main-box .li .top {
  color: #a91304;
  font-weight: bold;
  line-height: 0.6rem;
  margin-bottom: 1.4rem;
}

.list-way .main-box .li .list-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-way .main-box .li .list-content .item {
  width: 32%;
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 1.125rem 0 1.45rem 0.925rem;
  line-height: 0.75rem;
  z-index: 2;
  height: 8.875rem;
}

.list-way .main-box .li .list-content .item:nth-child(3n) {
  margin-right: 0;
}

.list-way .main-box .li .list-content .item .item-c {
  margin: 0.85rem 0 1.05rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
}

.list-way .main-box .li .list-content .item .tit-t {
  font-family: Source Han Sans CN;
  font-weight: bold;
}


.list-way .topBox .img {
  position: absolute;
  bottom: -24%;
  right: -2%;
  z-index: 1;
}

.list-grude .content .topBox {
  height: auto;
  padding-bottom: 2.7rem;
}

.list-grude .content .topBox .list-01 {
  padding: 0 6rem;
  width: 100%;
  text-align: left;
}

.list-grude .content .topBox .list-01 .top {
  padding-bottom: 1.65rem;
  width: 100%;
  text-align: center;
  font-weight: 400;
  margin-bottom: 2rem;
}

.list-grude .content .topBox .list-01 .list-02 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-grude .content .topBox .list-01 .item {
  position: relative;
  width: 31%;
  height: 7.575rem;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  padding: 2.725rem 0.625rem 1.25rem;
  justify-content: center;
}

.list-grude .content .topBox .list-01 .item .ru {
  width: 2.675rem;
  height: 2.675rem;
  border-radius: 50%;
  background-color: #fff;
  /* background-color: #287; */
  position: absolute;
  text-align: center;
  left: 50%;
  top: -12%;
  transform: translateX(-50%);
  line-height: 2.675rem;
  padding: 2%;
}

.list-grude .content .topBox .list-01 .item .ru .ra {
  width: 100%;
  height: 100%;
  /* line-height: 2rem; */
  border-radius: 50%;
  background-color: #a91304;

  display: flex;
  align-items: center;
  justify-content: center;
}

.g-container.list-contact .content .topBox {
  background-color: #fff;
}

.g-container.list-contact .content .topBox .list-content,
.g-container.list-contact .content .topBox .map {
  padding: 0 6rem;
}

.g-container.list-contact .content .topBox .list-01 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.7rem;
}

.g-container.list-contact .content .topBox .list-01 .li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.325rem 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.g-container.list-contact .content .topBox .list-01 .li .a {
  font-family: OPPOSans;
  font-weight: bold;
}

.g-container.list-contact .content .topBox .list-01 .li:nth-child(n + 5) {
  border-bottom: 0;
}

.g-container.list-contact .content .topBox .list-01 .li:nth-child(4) {
  border-right: none;
}

.g-container.list-contact .content .topBox .list-01 .li img {
  height: 0.85rem;
  object-fit: cover;
}

.g-container.list-contact .content .topBox .list-01 .li .p {
  margin: 0.65rem 0 0.575rem;
  font-weight: 400;
}

.g-container.list-contact .content .topBox .map {
  padding-bottom: 3.35rem;
  width: 100%;
}

.g-container.list-contact .content .topBox .map .img {
  height: 15.45rem;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.g-container.list-contact .content .topBox .map .img .bt {
  /* width: 8.6rem; */

  position: absolute;
  left: 48%;
  top: 59.5%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.g-container.list-contact .content .topBox .map .img .bt .div {
  background-color: #fff;
  padding: 0.225rem 0.375rem;
  color: #a91304;
  font-family: Source Han Sans CN;
  font-weight: 400;
}

.g-container.list-contact .content .topBox .map svg {
  width: 0.75rem;
  height: 0.9rem;
}

.list-back .content .topBox {
  background-color: #fff;
}

.list-back .content .topBox .top-tit {
  margin-bottom: 2.2rem;
}

.list-back .content .topBox .list-content {
  padding: 0 6rem 3.025rem;
  width: 100%;
}

.list-back .content .topBox .list-content .list-01 {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-back .content .topBox .list-content .list-01 form {
  width: 13.625rem;
  /* width: 100%; */
  padding: 1.475rem 0 1.45rem 1.275rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.list-back .content .topBox .list-content .list-01 form input {
  height: 1.625rem;
  padding-left: 0.625rem;
  background: #ffffff;
  border-radius: 10px;
}


.list-back .content .topBox .list-content .list-01 form input.in-1 {
  margin-bottom: 0.425rem;
}

.list-back .content .topBox .list-content .list-01 form input.in-2 {
  margin-bottom: 0.4rem;
}

.list-back .content .topBox .list-content .list-01 form .ss {
  height: 1.625rem;
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-back .content .topBox .list-content .list-01 form .ss .t3 {}

.list-back .content .topBox .list-content .list-01 form .ss input {
  width: 70%;
  margin-right: 1.25rem;
}

.list-back .content .topBox .list-content .list-01 form .ss img {

  width: 30%;
  height: 100%;
  /* border-radius: .5rem; */
}

.list-back .content .topBox .list-content .list-01 form input::placeholder {
  color: #222;
}

.list-back .content .topBox .list-content .list-01 form textarea {
  margin-bottom: 0.45rem;
  padding-left: 0.625rem;
  height: 4.75rem;
  border-radius: 10px;
}

.list-back .content .topBox .list-content .list-01 form textarea::placeholder {
  color: #222;
  padding: 0.475rem 0;
  background: #ffffff;
  border-radius: 10px;
}

.list-back .content .topBox .list-content .list-01 form .btn {
  padding: .6rem 0 0.625rem 0;
  background: #a91304;
  color: #fff;
  border-radius: 10px;
}

.list-notice .content .topBox .list-content {
  padding: 0 6rem 4rem;
}

.list-notice .content .topBox .list-content .list-01 {
  background-color: #fff;
  /* height: 1366px; */
  line-height: 2;
}

.list-notice .content .topBox {
  height: auto;
}

.list-notice .content .topBox .list-content .list-01 {
  padding: 2.35rem 1.8rem 2.6rem;
}

.list-awards .content .topBox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-color: #fff;
}

.list-awards .content .topBox .list-content {
  padding: 0 6rem 10rem;
}

.list-awards .content .topBox .list-content .list-01 {
  width: 100%;
  display: flex;
  animation-fill-mode: backwards;
  flex-direction: column;
  align-items: center;
}

.list-awards .content .topBox .list-content .list-01 .t {
  width: 23.075rem;

  padding: 0 0 1.6rem;
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: 400;


}

.list-awards .content .topBox .list-content.aw .list-01 .t {
  width: 29.4rem;
}

.list-awards .content .topBox .list-content .list-01 .t p span {
  white-space: wrap !important;
}

.list-awards .content .topBox .list-content .list-01 .c {
  text-align: center;
  padding-bottom: 1.45rem;
}

.list-awards .content .topBox .list-content .list-01 .li-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-awards .content .topBox .list-content .list-01 .li-item .item {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px dashed #a91304;
}

.list-awards .content .topBox .list-content .list-01 .li-item .item:nth-child(4n) {
  border-right: 0;
}

.list-awards .content .topBox .list-content .list-01 .li-item .item>div {
  margin-top: 0.425rem;
  font-family: Source Han Sans CN;
  font-weight: 500;

  color: #A91304;
}

.list-awards .content .topBox {
  background-color: #f8f8f8;
}

.list-awards .content .list-i {
  padding: 2.7rem 6rem 3rem;
}

.list-awards .content .list-i .cont {
  background-color: #fff;
  padding: 2rem 0;
  width: 100%;
}

.list-awards .content .list-i .cont .header-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.125rem;
}

.list-awards .content .list-i .cont .header-content .head {
  font-family: Source Han Sans CN;
  font-weight: bold;
}

.list-awards .content .list-i .cont .header-content .ds {
  font-family: Source Han Sans CN;
  font-weight: 400;
  padding: 0.6rem 6rem 0.5rem 5.1rem;
  text-align: center;
}

.list-awards .content .list-i .cont .header-content .line {
  width: 33px;
  height: 7px;
  background: #a91304;
}

.list-awards .content .list-i .cont .textBox {
  padding: 1.3rem 1.3rem 0;
  /* line-height: 0.85rem; */
  /* line-height: 1.5; */
}

.list-awards .content .list-i .cont .textBox .t1 {
  font-family: Source Han Sans CN;
  font-weight: 500;
  padding-bottom: 1.3rem;
}

.list-awards .content .list-i .cont .textBox .l-1 {
  padding-bottom: 1rem;
}

.list-awards .content .list-i .cont .textBox .l-1 .t2 {
  color: #a91304;
  font-family: Source Han Sans CN;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.list-awards .content .list-i .cont .textBox .l-1 .t3>span {
  font-weight: bold;
  color: #222;
}

.list-no .content .topBox .list-content {
  padding: 0 6rem 3.125rem;
  /* height: auto; */
}

.list-no .content .topBox .list-content .list-01.list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.list-no .content .topBox .list-content .list-01.list-item .item {
  width: 100%;
  margin-bottom: 0.55rem;
  background-color: #fff;
  cursor: pointer;
}

.list-no .content .topBox .list-content .list-01.list-item .item .item-show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 22px 0.725rem;
}

.list-no .content .topBox .list-content .list-01.list-item .item .item-show .time {
  font-weight: 500;
  font-family: Source Han Sans CN;
}


.list-no .content .topBox .list-content .list-01.list-item .item .item-show .rigth {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background-color: #a91304;
  position: relative;
}

.list-no .content .topBox .list-content .list-01.list-item .item .item-show .rigth .line1 {
  height: 0.035rem;
  position: absolute;
  width: 0.3rem;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.list-no .content .topBox .list-content .list-01.list-item .item .item-show .rigth .line2 {
  display: block;
  height: 0.3rem;
  width: 0.045rem;
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* opacity: 1; */
}

.list-no .content .topBox .list-content .list-01.list-item .item .item-show.cur {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-no .content .topBox .list-content .list-01.list-item .item .show-hide {
  display: none;
}

.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .ti {
  padding: 0.625rem 0 0.7rem 0;
  font-family: Source Han Sans CN;
  font-weight: 500;

  color: #A91304;
}

.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table {
  padding-bottom: 2.35rem;
}

.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table .table-01,
.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table .table-02 {

  padding: 0 .65rem 0 0.875rem;

}

.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table table thead {
  width: 100%;
  /* padding: 0 .65rem 0 .875rem; */
  background: #F8F8F8;
}

.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table table thead td {

  font-family: Source Han Sans CN;
  font-weight: 500;
  padding: .6rem 0 .6rem 1.225rem;
}

.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table table tbody tr:hover td {
  color: #A91304;
}

.list-no .content .topBox .list-content .list-item .item .show-hide .table table tbody tr {
  cursor: pointer;
}

.list-no .content .topBox .list-content .list-item .item .show-hide .table table tbody tr td a:hover {
  color: #000;
}

.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table table tbody tr td {
  font-family: Source Han Sans CN;
  font-weight: 500;
  padding: .6rem 0 .6rem 1.225rem;
}

.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table table tbody tr td:first-child {
  padding-left: 1.55rem;
}

.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table .table-02 {
  padding-top: 1.225rem;
}

.list-p .content .topBox {
  height: auto;
  background-color: #fff;
}

.list-p .content .mainBox {
  background-color: #fff;
  padding: 0 6rem 3.3rem;
}

.list-p .content .mainBox .t-1 {
  text-align: center;
}

.list-d .content {
  padding: 1.95rem 6rem 0 6rem;
}

.list-d .content .topNav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.list-d .content .topNav a {
  color: #7e7e80;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0.4rem;
}

.boxTit .l-s {
  margin-top: .825rem;
}

.boxTit .content .list-i .cont .textBox .l-1 .disc .t3 {
  text-indent: 2rem;
}

.boxTit .content .list-i .cont .textBox .l-1 .disc .t3:first-child {
  text-indent: .8rem;
}

.boxTit .content .list-i .cont .textBox .t1 {
  padding-bottom: 2.175rem;
  text-indent: .8rem;
  font-family: Source Han Sans CN;

}

.boxTit .content .list-i .cont .textBox .l-1 .t3 {
  text-indent: .8rem;
}

.boxTit .content .list-i .cont .header-content {
  padding-bottom: 2.5rem;
}

.list-d .content .topNav a span {
  padding-right: 0.25rem;
}

.list-d .content .topNav span {
  padding: 0 0.25rem;
}

.list-d .content .topNav a svg {
  height: 0.4rem;
  width: 0.4rem;
}

.list-d .contentBox {
  padding: 0 6rem 0;
  width: 100%;
}
.list-d .contentBox img{
  display: inline-block !important;
  max-width: 100%;
}
.list-d .contentBox span{
  display: inline-block !important;
}
.list-d .contentBox .tit {
  text-align: center;
  padding: 1.325rem 0 0;
  font-family: Source Han Sans CN;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1;
}

.list-d .contentBox .tit span {
  display: block;
  padding-bottom: 1.375rem;
}

.list-d .contentBox .ds {
  font-weight: 400;
  font-family: Source Han Sans CN;
  color: #262626;
  opacity: 0.4;
  padding-bottom: 0.575rem;
}

.list-d .contentBox .video {
  position: relative;
  /* width: 25.225rem; */
  display: flex;
flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: .375rem;
  /* align-items: flex-start;
  justify-content: center; */
  padding: 3.2rem 5.375rem 4.1rem;
  /* align-items: center; */
}

.list-d .contentBox .video video {
  width: 100%;
}

.list-d .contentBox .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list-d .list {
  height: 1.175rem;
  padding: 1.175rem 6rem 4.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-d .list .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.list-d .list .left a {
  line-height: 0.7125rem;
  font-weight: 300;
  font-family: Microsoft YaHei;
}

.list-d .list a.btn {
  font-size: .375rem;
  line-height: 1;
  width: 3.7rem;
  height: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: .35rem .825rem .325rem  .775rem;     */
  background-color: rgba(169, 19, 4, 1);
  border-radius: 0.5rem;
  transition: all 0.3s;
}

.list-d .list a.btn:hover {
  background-color: #f6e3bb;
  color: #fff;
}

.list-d .list a.btn svg {
  width: 0.65rem;
  height: 0.65rem;
  padding-right: 0.2rem;
}

.list-mien .content .topBox {
  position: relative;
  height: auto;
  background-color: #fff;
  overflow-y: hidden;
  padding-bottom: 4.15rem;
}

.list-mien .content .topBox .po-a {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.list-mien .content .topBox .po-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-mien .content .topBox .main-box {
  padding: 0 6rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
}

.list-mien .content .topBox .main-box .left {
  max-width: 18.9rem;
  padding-top: 0.475rem;
  z-index: 2;
}

.list-mien .content .topBox .main-box .left .t1 {
  font-weight: bold;
  color: #080808;
  font-family: Source Han Sans CN;
}

.list-mien .content .topBox .main-box .left .t2 {
  margin: 0.625rem 0 1.575rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #a91304;
}

.list-mien .content .topBox .main-box .left .t3 {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
}


.list-mien .content .topBox .main-box .left .t3 p {
  /* margin-bottom: 0.525rem; */
  line-height: 1.5;
}

.list-mien .content .topBox .main-box .right {
  max-width: 100%;
  z-index: 2;
  flex: 1;
  padding-left: 2.85rem;
}

.list-mien .content .botBox {
  padding: 1.575rem 6rem 0 4.825rem;
  /* height: 5rem; */
  background: #f4f4f4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.list-mien .content .botBox .left {
  height: 21.4rem;
  width: 14.675rem;
}

.list-mien .content .botBox .right {
  padding-top: 2.825rem;
  flex: 1;
  padding-left: 3.6rem;
}

.list-mien .content .botBox .right .t1 {
  color: #080808;
  font-family: Source Han Sans CN;
  font-weight: bold;
}

.list-mien .content .botBox .right .t2 {
  color: #a91304;
  font-family: Source Han Sans CN;
  font-weight: bold;
  padding: 0.625rem 0 1.525rem;
}

.list-mien .content .botBox .right .t3 {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
}

.list-mien .content .botBox .right .t3 p {
  margin-bottom: 0.525rem;
  line-height: 0.75rem;
}

.list-mien .content .botBox .right .t3 p span {
  white-space: normal !important;
}

.list-mien-2 .content .topBox {
  background-color: #fff;
  padding: 2.775rem 10.925rem 2.65rem 10.925rem;
}

.list-mien-2 .content .topBox .main {
  /* padding: 0 10.925rem; */
  width: 100%;
}

.list-mien-2 .content .topBox .swiper-main {
  overflow: hidden;
}

.list-mien-2 .content .topBox .swiper-main .swiper-wrapper {
  width: 100%;
}

.list-mien-2 .content .topBox .swiper-main .swiper-slide {
  width: 100%;
}

.list-mien-2 .content .topBox .swiper-main .swiper-slide img {
  padding-bottom: 1.05rem;
  margin: 0 auto;
}

.list-mien-2 .content .topBox .swiper-main .swiper-slide .p {
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #1a1a1a;
  padding-bottom: 2.55rem;
  z-index: 22;
}

.list-mien-2 .content .topBox .swiper-mian-b {
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-mien-2 .content .topBox .swiper-mian-b #btn1 {
  margin-right: 0.575rem;
}

.list-mien-2 .content .topBox .swiper-mian-b #btn2 {
  margin-left: 0.625rem;
}

.list-mien-2 .content .topBox .swiper-mian-b .img {
  margin-right: 0.625rem;
  width: 4.125rem;
  height: 2.575rem;
  cursor: pointer;
}

.list-mien-2 .content .topBox .swiper-mian-b .img img {
  /* width: 100%; */
  margin:  0 auto;
  /* display: flex;
    align-items: center;
    justify-content: center; */
    height: 100%;
    object-fit: cover;
}

.list-mien-2 .content .topBox .swiper-mian-b div.img:nth-child(6) {
  margin-right: 0;
}

.list-mien-2 .content .topBox .swiper-mian-b .img.cur {
  position: relative;
}

.list-mien-2 .content .topBox .swiper-mian-b .img.cur::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
}

.list-mien-2 .content .topBox .swiper-mian-b #btn1,
.list-mien-2 .content .topBox .swiper-mian-b #btn2 {
  width: 0.8rem;
  height: 2.575rem;
  text-align: center;
  line-height: 2.575rem;
  background-color: #e8e9ec;
  cursor: pointer;

}

.list-mien-3 .content {
  width: 100%;
  padding: 2.925rem 0 0;
  font-family: Source Han Sans CN;
}

.list-mien-3 .content .topBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-mien-3 .content .topBox .t {
  position: relative;

  padding-bottom: 0.35rem;
}

.list-mien-3 .content .topBox .t1 {
  font-weight: bold;
  margin: 0 .875rem .35rem;
  cursor: pointer;
}

.list-mien-3 .content .topBox .t2 {
  font-weight: bold;
  margin-left: 1.775rem;
}

.list-mien-3 .content .topBox .t.cur {
  color: #a91304;
}

.list-mien-3 .content .topBox .t.cur::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #a91304;
}

.list-mien-3 .contain {
  position: relative;
  padding: .75rem 7.5rem 0;
  margin-bottom: 1.95rem;
}

.list-mien-3 .contain .line {
  position: absolute;
  top: 51%;
  width: 9px;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: left;
  background-size: contain;
  margin-bottom: 1.95rem;

}

.list-mien-3 .contain .list-1 {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.list-mien-3 .contain .list-1 .right {

  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1.35rem;
  position: relative;
  width: 50%;
}

.list-mien-3 .contain .list-1 .right .item {
  padding-top: .75rem;
  width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: .95rem;
}

.list-mien-3 .contain .list-1 .r-1 {
  width: 100%;
}

.list-mien-3 .contain .list-1 .item .line1 {
  width: 0.55rem;
  height: 1px;
  background: #a91304;
}

.list-mien-3 .contain .list-1 .item .line2 {
  flex: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.list-mien-3 .contain .list-1 .t1 {
  font-family: OPPOSans;
  font-weight: bold;
  color: #a91304;
  line-height: 1;
}

.list-mien-3 .contain .list-1 .t2 {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-weight: bold;
  padding: 0.8rem 0 0.425rem;
  line-height: 1;

}

.list-mien-3 .contain .list-1 .t3 {
  font-family: Source Han Sans CN;
  font-weight: 500;
  padding-bottom: 0.95rem;
  line-height: 1;

}

.list-mien-3 .contain .list-1 .right .r-1 .swiper-box {
  width: 12.25rem;
}

.list-mien-3 .contain .list-1 .r-1 .img {
  /* width: 100%; */
  /* height:7.325rem; */
  overflow: hidden;
}

.list-mien-3 .contain .list-1 .r-1 .img.mord {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.list-mien-3 .contain .list-1 .r-1 .img.mord img {
  width: 50%;
  height: 50%;
  object-fit: cover;
  padding: .5rem;
}

.list-mien-3 .contain .list-1 .right .r-1 .swiper-box {
  position: relative;
}

.list-mien-3 .contain .list-1 .r-1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.list-mien-3 .contain .list-1 .right .r-1 .swiper-box {
  overflow: hidden;
}

.list-mien-3 .contain .list-1 .r-1 .img img:hover {
  transform: scale(1.01);
}

.list-mien-3 .contain .list-1 .r-1 .team {
  text-align: center;
  padding-top: .45rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
}

.list-mien-3 .contain .list-1 .left {
  position: relative;
  display: flex;

  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 50%;
  padding-top: 6.45rem;
}

.list-mien-3 .contain .list-1 .left .item {
  margin-left: .95rem;
  padding-top: .75rem;
  width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;

}


.list-mien-3 .contain .list-1 .left .r-1 {
  text-align: right;


}

.list-mien-3 .contain .list-1 .left .r-1 .swiper-box {
  overflow: hidden;
  width: 12.25rem;
  position: relative;
}

.list-mien-3 .contain .list-1 .left .r-1 .swiper-box .swiper-pagination-bullet,
.list-mien-3 .contain .list-1 .right .r-1 .swiper-box .swiper-pagination-bullet {

  opacity: .5;
  background-color: #fff;
}

.list-mien-3 .contain .list-1 .left .r-1 .swiper-box .swiper-pagination-bullet-active,
.list-mien-3 .contain .list-1 .right .r-1 .swiper-box .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

.list-mien-3 .contain .list-1 .r-1 .swiper-box .swiper-pagination {
  bottom: 1.25rem;
/* display: none; */
}

.list-mien-3 .loading {
  margin: 0 auto;
  padding-bottom: 2.6rem;
  position: relative;

  font-family: Source Han Sans CN;
  font-weight: 500;
  width: 1.375rem;
  white-space: nowrap;
  z-index: 1;
  cursor: pointer;
}

.loading-center-absolute {

  transform: scale(.3);
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  height: 0.975rem;
  width: .5rem;
}

.list-mien-3 .loading .more {

  margin-top: 1.25rem;
  text-align: center;
}

.object {
  width: .375rem;
  height: .375rem;
  background-color: #333;
  opacity: .5;
  position: absolute;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -webkit-animation: animate 0.8s infinite;
  animation: animate15 0.8s infinite;
}

.object_one {
  top: 19px;
  left: 19px;

}

.object_two {
  top: 0px;
  left: 65px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;

}

.object_three {
  top: 19px;
  left: 111px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;

}

.object_four {
  top: 65px;
  left: 130px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.object_five {
  top: 111px;
  left: 111px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.object_six {
  top: 130px;
  left: 65px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.object_seven {
  top: 111px;
  left: 19px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.object_eight {
  top: 65px;
  left: 0px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@-webkit-keyframes animate15 {

  25% {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  75% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes animate15 {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }

  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

}



.list-container .content .topBox {
  /* height: 21rem; */

}

body {
  position: relative;
}

.prz .table-01 {
  width: 100%;

}

.prz .content .topBox .list-content .list-01.list-item .item .show-hide .table {
  padding-bottom: .975rem;
}

.prz .content .topBox .list-content .list-01.list-item .item .show-hide .table .table-01 {
  padding-bottom: 1.025rem;
}

.prz .content .topBox .list-content .list-01.list-item .item .show-hide .table .table-02 {
  padding-top: 0;
  padding-bottom: 1.025rem;
}

.prz .table-01 .li-text,
.prz .table-02 .li-text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.prz .content .topBox .list-01.list-item .item .li-text .item-1 {
  width: 11.075rem;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: .55rem 0;
  cursor: pointer;
  font-family: Source Han Sans CN;
  font-weight: 500;

}

.over-mask {
  display: none;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: RGBA(0, 0, 0, .7);
  display: none;
  padding: 0 6rem;
  z-index: 100;
}

.over-mask .mask {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36rem;
  height: 12.85rem;
  background-color: #fff;
  padding: 2.85rem 4.15rem 3.45rem 3.925rem;

}

.over-mask .mask .x {
  position: absolute;
  right: .9rem;
  top: .9rem;
  width: .475rem;
  height: .475rem;
  transition: all .3s;
}

.over-mask .mask .x:hover {
  transform: rotate(90deg);
}

.over-mask .mask .x .line-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: .475rem;
  background: #000000;
  /* transform: rotate(-45%); */
  transform: translate(-50%, -50%) rotate(45deg);

}

.over-mask .mask .x .line-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 2px;
  height: .475rem;
  background: #000000;

}

.over-mask .mask .tit {
  font-family: Source Han Sans CN;
  font-weight: bold;
  padding-bottom: 1.275rem;
}

.over-mask .mask .line {
  width: 33px;
  height: 7px;
  background: #A91304;
  margin-bottom: 1.225rem;
}

.over-mask .mask .content {
  font-family: Source Han Sans CN;
  font-weight: 500;

}

.prz .content .topBox .list-01.list-item .item .li-text .item-1:hover {
  color: #A91304;
}

.prz .content .topBox .list-01.list-item .item .li-text .item-1:last-child {
  margin-bottom: 0%;
}

.prz .content .topBox .list-01.list-item .item .li-text .item-1 .t1 {
  white-space: nowrap;
  padding-right: .75rem;
}

.prz.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table .table-01,
.prz.list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table .table-02 {
  overflow-x: auto;
}

.list-notice .content .topBox .list-content .list-01 p {
  padding: .05rem;
}

.Info {
  width: 100vw;

  padding: 3rem 6rem 1.5rem;

  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Info .content {
  width: 100%;
  padding: .825rem 1rem 2.25rem;
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
}

.Info .content .top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 3.575rem;
  border-bottom: 1px solid #F5F4F0;
  ;
}
.Info .content .top .left{
  width: 220px;
  height: 290px;
}
.Info .content .top .left img{
  height: 100%;
  width:100%;
  object-fit: cover;
} 
.Info .content .top .right {
  padding: 2.025rem 0 1.475rem 1.675rem;
  flex: 1;
  /* padding-left:1.675rem ; */

}

.Info .content .top .right .line {
  width: 33px;
  height: 7px;
  background: #A91304;
  margin: 1.35rem 0 1.3rem;
}

.Info .content .top .right .t1 {
  font-family: Source Han Sans CN;
  font-weight: bold;


}

.Info .content .top .right .t2 {
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #A91304;
}

.Info .content .bottom {
  padding-bottom: 2.15rem;
  border-bottom: 1px solid #F5F4F0;
}

.Info .content .bottom .tit {
  font-family: Source Han Sans CN;
  font-weight: 500;
  padding-bottom: 1.15rem;
  padding-top: 2.125rem;
}

.Info .content .bottom .con {
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 2;
  opacity: .7;
}

.Info a.btn {
  margin-top: 1.15rem;
  width: 3.275rem;
  height: 1.025rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #A91304;
  padding: .325rem .6rem .325rem 0;
  border-radius: .5rem;
  transition: all .3s;
}

.Info a.btn img {
  height: 100%;
  padding-right: .2rem;
  padding-left: .2rem;
}

.Info a.btn:hover {
  background-color: #f6e3bb;
  color: #fff;
}

.list-mien-2 .content .topBox .swiper-mian-b #btn2 svg.icon,
.list-mien-2 .content .topBox .swiper-mian-b #btn1 svg.icon {
  width: .475rem;
  height: .375rem;
}


@media (max-width: 1300px) {

  .list-grude .content .topBox .list-01 .item {
    height: 11rem;
  }
}





@media (max-width:1284px) {
  .pc-header .header-cont .nav-list .li {
    margin-left: .5rem;
  }
  .footer-b .main .main-t .rigth a{
    margin-left: .7rem;
  }
  .footer-b .main .main-b{
flex-direction: column;
  
}
.footer-b .main .main-b .left{
  flex-wrap: wrap;
}
  .footer-b .main .main-b .left .li{
    margin-right: .75rem;
  }
  .footer-b .main .main-b .rigth{
    margin-top: .5rem;
 /* align-self: flex-start; */
  }
}

@media (max-width:1240px) {

  .pc-header .header-top {
    padding: 0 4rem;
  }

  .pc-header .header-cont {
    padding: 0 4rem;
  }

  .list-mien .content .topBox .main-box {
    padding: 0 4rem;
  }

  .g-container .content .mainBox {
    padding: 3.35rem 4rem 3.3rem;
  }

  .list .topBox .main-box {
    padding: 0 4rem;
  }

  .list-way .main-box {
    padding: 0 4rem;

  }

  .list-grude .content .topBox .list-01 {
    padding: 0 4rem;

  }

  .list-d .content {
    padding: 1.95rem 4rem 0;
  }

  .list-d .contentBox {
    padding: 0 4rem;
  }

  .list-awards .content .topBox .list-content {
    padding: 0 4rem 8rem;
  }

  .list-awards .content .list-i {
    padding: 2.7rem 4rem 3rem;
  }

  .list-no .content .topBox .list-content {
    padding: 0 4rem 3.125rem;
  }

  .footer-b {
    padding: 1.325rem 4rem 0;
  }

  .g-container.list-contact .content .topBox .list-content,
  .g-container.list-contact .content .topBox .map {
    padding: 0 4rem 3.35rem;
  }

  .list-back .content .topBox .list-content {
    padding: 0 4rem 3.025rem;
  }

  .list-notice .content .topBox .list-content {
    padding: 0 4rem 4rem;
  }

}

@media (max-width: 1156px) {
  .list-container .main-box .li .rigth {
    padding: 0.45rem 0.675rem 0.55rem;
  }
}
@media (max-width:1080px) {
  .list-container .main-box .li{
    height: 5rem;
  }
}

@media (max-width: 996px) {
  .news-banner {
    height: 8.65rem;
  }
  .list-mien-2 .content .topBox .swiper-mian-b,.swiper-mian-c{
    display: none;
  }
  .g-news-content .g-news-nav a {
    margin: 0 1rem;
  }

  .list-awards.list-ex .content .topBox .list-content .list-01 .li-item .item:nth-child(n+3) {
    margin-bottom: 0;
  }

  .g-container .content .topBox {
    padding: 1.5rem 4%;
    /* height: 22rem ; */
  }

  .g-container .content .g-swiper {
    width: auto;
  }

  .g-container .content .g-swiper .li {
    max-height: none;
    flex-direction: column;
  }

  .g-container .content .g-swiper .li .left {
    /* height: 5.175rem; */
    height: 100%;
    width: 100%;
  }

  .g-container .content .g-swiper .li .left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .g-container .content .g-swiper .li .rigth {
    width: auto;
    padding: 1rem 1rem 1rem 1rem;
    height: auto;
  }

  .g-container .content .g-swiper .li .rigth .t1 {
    /* font-size: 0.45rem; */
  }

  .g-container .content .g-swiper .li .rigth .t2 {
    margin: 0.3rem 0 0.45rem;
  }

  .g-container .content .g-swiper .li .rigth .t3 {
    margin-bottom: .75rem;
    height: auto;
  }

  .g-container .content .g-swiper .li .rigth .btn {
    margin-bottom: 0rem;
  }

  .g-container .content .topBox .g-pagination {
    margin: 1rem auto 0;
    position: relative;
  }

  .g-container .content .mainBox {
    padding: 0rem 4% 1rem ;
  }

  .g-container .content .mainBox .ul-box {
    width: 100%;
    justify-content: space-between;
  }

  .g-container .content .mainBox .ul-box .li {
    /* width: 100%; */
    width: 46%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .g-container .content .mainBox .ul-box .li:nth-child(2n) {
    margin-right: 0;
  }

  .g-container .content .mainBox .ul-box .li .img {
    /* height: auto; */
    /* height: 50%; */

    height: 7rem;
  }

  .g-container .content .mainBox .ul-box .li>.li-b .t-1 {
    margin: 1rem 0 0.55rem;
    font-size: 18px;
  }

  .g-container .content .mainBox .ul-box .li>.li-b .t-3 {
    font-size: 16px;
  }

  .g-container .content .mainBox .ul-box .li>.li-b .t-2 {
    margin-bottom: 0.5rem;
    font-size: 14px;

  }

  .g-container .content .mainBox .pagination {
    width: 100%;
    margin: 0.5rem auto 0;
  }

  .g-container .content .topBox .top-tit {
    margin-bottom: 1rem;
  }

  .list-container .main-box {
    padding: 0;
    justify-content: center;
  }

  .list-container .main-box .li {
    margin-right: 0;
    width: 80%;
    height: 4rem;
  }

  .list-notice .content-01 .topBox .list-content {
    margin: 0 !important;
    padding: .8rem .5rem !important;
    font-size: .4rem;
  }

  .list-container .main-box .li .rigth {
    /* padding: 1.15rem 0.475rem; */
    height:100%;
  }

  .list-container .topBox .pagination {
    width: auto;
    padding-bottom: 0rem;
  }

  .list .topBox .main-box {
    padding: 0 !important;
  }

  .list .topBox .main-box .li .left img {
    width: 100%;
  }

  .list-mien .content .topBox .po-a {
    display: none;
  }

  .list-mien .content .topBox .main-box {
    padding: 0 !important;
    flex-direction: column-reverse;
  }

  .list-mien .content .topBox .main-box .left .t2 {
    margin: 0.625rem 0;
    line-height: 1.5;
  }

  .list-mien .content .topBox .main-box .right {
    padding-left: 0;
  }

  .list-mien .content .topBox {
    padding-bottom: 0;
  }

  .list-mien .content .botBox {
    flex-direction: column;
    padding: 0.5rem 4% 1.5rem;
    align-items: center;
  }

  .list-mien .content .botBox .right {
    padding: 1rem 0 0;
    max-width: 18.9rem;
  }

  .list-mien .content .botBox .right .t2 {
    padding: 0.5rem 0;
  }

  /* .list-mien .content .botBox .right .t3 p {
    line-height: 0.5rem;
  } */

  .list-mien-2 .content .topBox .main {
    padding: 0;
  }

  .list-mien-2 .content .topBox .swiper-main .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .list-mien-2 .content .topBox .swiper-main .swiper-slide {
    /* margin-right: 0.5rem !important; */
  }

  .list-mien-2 .content .topBox .swiper-main .swiper-slide .p {
    padding-bottom: 0rem;
  }

  .list-mien-2 .content .topBox .swiper-mian-b #btn1,
  .list-mien-2 .content .topBox .swiper-mian-b #btn2 {
    /* line-height: normal;
    height: auto; */
  }

  .list-d .contentBox .tit {
    padding-top: 1rem;
  }

  .list-way .main-box {

    padding: 0 !important;

  }

  .list-way .main-box .li .list-content {
    flex-direction: column;
  }

  .list-way .main-box .li .list-content .item {
    width: 100%;
    /* padding-bottom: 0; */
    margin-bottom: 1rem;
    padding: .5rem 0.925rem 0 0.925rem;
    height: auto;
  }

  .list-way .main-box .li {
    margin-bottom: 0;
  }

  .list-way .topBox .img {
    bottom: -3.725rem;
    width: 93%;
    right: -43%;
    z-index: 0;
  }

  .list-grude .content .topBox .list-01 {
    padding: 0 !important;
  }

  .list-notice .content .topBox .list-content .list-01 .list-grude .content .topBox .list-01 .top {
    padding-bottom: 0.65rem;
  }

  .list-grude .content .topBox .list-01 .list-02 {
    flex-direction: column;
  }

  .list-grude .content .topBox .list-01 .item {
    width: 100%;
    margin-bottom: 1.5rem;
    height: auto !important;
    padding: 1.725rem 0.625rem 1.25rem;
  }

  .list-grude .content .topBox .list-01 .top {
    margin-bottom: 1rem;
    line-height: 1.5;
  }

  .list-grude .content .topBox .list-01 .item .ra {
    width: 1.675rem;
    height: 1.675rem;
    line-height: 1.675rem;
  }

  .list-awards .content .topBox .list-content {
    padding: 0 !important;
  }

  .list-awards .content .topBox .list-content .list-01 .li-item {
    /* flex-direction: column; */
    width: 10 0%;
    justify-content: space-between;
  }

  .list-awards .content .topBox .list-content .list-01 .li-item .item {
    /* flex-direction: row; */
    width: 50%;
    margin: 0;
  }


  .list-d .content {
    padding: 0.5rem 4% !important;
  }

  .list-d .contentBox {
    padding: 0 4% !important;
  }

  .list-d .contentBox .tit span {
    padding-bottom: 1rem;
    line-height: 1.1rem;
  }

  .list-d .contentBox .video {
    width: 100vw;
    padding: 1.5rem 0;

  }

  .list-d .contentBox .video video {
    width: 92%;
  }

  .list-d .list {
    height: auto;
    flex-direction: column;
    padding: 1.175rem 4% 2rem;
  }

  .list-d .list a.btn {
    margin-top: 1.175rem;
    font-size: 16px;
  }

  .list-d .list a.btn svg {
    height: .75rem;
    width: .75rem;
  }

  .list-d .contentBox .video .play {
    left: 45.5%;
  }

  .list-awards .content .topBox {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

  }

  .list-awards .content .topBox .list-content .list-01 .t {
    width: auto;
padding-bottom: 1rem;
    /* margin: 0 0 1.2rem; */
  }

  .list-awards .content .topBox .list-content .list-01 .c {
    padding-bottom: 1.25rem;
  }

  .list-awards.list-ex .content .topBox .list-content .list-01 .li-item {
    /* flex-direction: column; */
    width: 100%;
    flex-wrap: wrap;
  }

  .list-awards.list-ex .content .topBox .list-content .list-01 .li-item .item {
    margin: 0 0 1rem;
    padding: 0;
    /* border-right: 0; */
    /* padding-bottom:2rem ; */
  }

  .list-awards.list-ex .content .topBox .list-content .list-01 .li-item .item:nth-child(2n) {
    border: 0;
  }

  .list-awards .content .list-i .cont {
    padding: 1rem 0;
  }

  .list-awards .content .list-i .cont .header-content .head {
    text-align: center;
    font-size: .6rem;
  }

  .list-awards .content .list-i .cont .header-content {
    padding: 0 0.5rem 0;


  }

  .list-awards .content .list-i .cont .textBox {
    padding: 1rem 0.5rem 0;
    font-size: 16px;
  }


  .list-awards .content .list-i .cont .textBox .t1 {
    padding-bottom: 1rem;
  }

  .list-no .content .topBox .list-content {
    padding: 0 !important;
  }

  .list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table .table-01,
  .list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table .table-02 {
    padding: 0 4%;

    overflow-x: scroll;
  }

  .list-no .content .topBox .list-content .list-01.list-item .item .show-hide .table table {
    width: 36.075rem;
    margin-bottom: 1rem;
  }

  .list-no .content .topBox .list-content .list-01.list-item .item .item-show {
    padding: .525rem 4%;
  }

  .prz .table-1 .table-01,
  .prz .table-1 .table-02 {
    overflow-x: auto;
  }

  .over-mask {
    padding: 0;
  }

  .over-mask .mask {
    width: 100%;
    padding: 10% 4%;
    height: auto;
  }

  .over-mask .mask .x {
    right: 0.4rem;
    top: 0.5rem;

  }

  .Info {

    padding: 2rem 4%;
  }

  .Info .content .top {
    flex-direction: column;
    align-items: normal;
    padding-bottom: 0;
  }

  .Info .content .top .left {
    width: 100%;
  }

  .Info .content .top .left img {
    width: 100%;
  }

  .Info .content .top .right {
    padding: 1.475rem 0 1.475rem 0;
  }

  .Info .content .top .right .line {
    margin: 1rem 0;
  }

  .Info .content .bottom .tit {
    padding-top: 1.475rem;
  }

  .g-container.list-contact .content .topBox .list-content,
  .g-container.list-contact .content .topBox .map {
    padding: 0 !important;
  }

  .g-container.list-contact .content .topBox .list-01 {
    width: 100%;
  }

  .g-container.list-contact .content .topBox .list-01 .li {
    width: 50%;
    padding: 1rem 0;
  }

  .g-container.list-contact .content .topBox .list-01 .li .a {
    text-align: center;
  }

  .g-container.list-contact .content .topBox .list-01 .li:nth-child(2n) {
    border-right: 0;
  }

  .g-container.list-contact .content .topBox .list-01 .li:nth-child(n + 4) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .g-container.list-contact .content .topBox .list-01 .li:last-child {
    border-bottom: 0;
    border-right: 0;
  }

  .g-container.list-contact .content .topBox .list-01 .li:nth-child(4) {

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .g-container.list-contact .content .topBox .map .img {
    height: 10rem;
  }

  .g-container.list-contact .content .topBox .map .img .bt .div {

    padding: 0.125rem 0.475rem;
  }

  .list-mien-3 .contain {
    padding: 0 4%;
  }

  .list-mien-3 .contain .list-1 .r-1 .img {
    width: 100%;
  }

  .list-mien-3 .contain .list-1 .left .r-1 {
    width: 8rem;
  }

  .list-mien-3 .contain .list-1 .left .r-1 .swiper-box {
    width: 100%;
  }

  .list-mien-3 .contain .list-1 .left .r-1 .swiper-box .swiper-warpper {
    width: 100%;
  }

  .list-mien-3 .contain .list-1 .left .r-1 .swiper-box .swiper-warpper .swiper-slide {
    width: 100%;
  }

  .list-grude .content .topBox .list-01 .item .ru {
    top: -20%;
  }

  .list-awards .content .list-i .cont .textBox .l-1 .t3 {
    padding: .010rem 0;
  }

  .list-mien-3 .contain .list-1 .r-1 .img.mord img {
    padding: 0.25rem;
  }

}



@media (max-width:996px) {
  .list-mien-3 .contain .list-1 .right {
    width: 50%;
  }

  .list-mien-2 .content .topBox .swiper-mian-b .img.cur::after {
    height: 100%;
    width: 100%;
  }

  .list-awards .content .topBox .list-content .list-01 .t p span {
    white-space: wrap !important;
  }

  .list-mien-3 .contain .list-1 .r-1 .img img {
    width: auto;
  }

  .list-mien-3 .contain .list-1 .right .r-1 .swiper-box {
    width: auto;
  }

  .list-mien-3 .contain .list-1 .right .item {
    width: auto;
  }

  .list-mien-3 .contain .list-1 .left .item {
    width: auto;
  }

  .list-awards .content .list-i .cont .header-content .ds {
    padding: 0.6rem;
  }

  .list-mien-2 .content .topBox .swiper-mian-b .img {
    height: auto;
  }

  .list-mien-3 .content {
    padding-top: 1.5rem;
  }

  .linklis {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  footer .footer-main .footer-t a {
    width: 29%;
  }

  .footer-b .main .main-b .rigth span {
    padding-left: 0;
  }
  .footer-b .main .main-b {
    padding-top: 0;
  }
  .footer-b .main .main-b .left{
    flex-wrap: wrap;
    display: flex;
  }
  .footer-b .main .main-b .left .li {
    width: 50%;
    margin-right: 0;
  }

  .footer-b .main .main-b .left .li .t2 {
    margin-top: 0;
  }

  .footer-b .main-foot .left span a {
    margin-right: 0;
  }

  .footer-b .main-foot .left a {
    margin-right: 1rem;
white-space: nowrap;
  }
  .footer-b{
    padding: 1rem 4%;
  }
  .footer-b .main-foot .left{
    flex-direction: column;
    align-items: flex-start;
  }
}

.list-awards .content .list-i .cont .textBox p span {
  white-space: normal !important;
}

.list-notice .content-01 .topBox {
  padding-bottom: 4rem;
}

.list-notice .content-01 .topBox .list-content {
  padding: 2.35rem 1.8rem 2.6rem;
  margin: 0 6rem;
  background-color: #fff;

}

@media (max-width: 798px) {

  .list-back .content .topBox .list-content {
    padding: 0 !important;
  }


  .list .content .topBox .pagination {
    margin-bottom: 0;
    margin-top: 1rem;
    width: 100%;
    padding-bottom: 1rem;
  }

  .list .topBox .main-box .li {
    flex-direction: column;
    height: auto;
    padding: 0.75rem;
  }

  .list .topBox .main-box .li .rigth {
    padding-left: 0;
  }

  .list .topBox .main-box .li .rigth .r-c {
    margin: 0.525rem 0;
  }

  /* .list-notice .content .topBox .list-content {
    padding: 0 !important;
  } */

  .list-notice .content .topBox .list-content .list-01 {
    padding: 1rem .5rem;
  }

  .list-mien-3 .contain .line {
    display: none;
  }

  .list-mien-3 .contain .list-1 {
    display: block;
  }

  .list-mien-3 .contain .list-1 .left {
    padding-top: 1rem;
    width: 100%;
    display: block;
  }

  .list-mien-3 .contain .list-1 .left .item {
    display: none;
  }

  .list-mien-3 .contain .list-1 .left .r-1 {
    text-align: left;
    width: auto;
  }

  .list-mien-3 .contain .list-1 .r-1 .img {
    width: 100%;
  }

  .list-mien-3 .contain .list-1 .right .r-1 {
    width: 100%;
  }

  .list-mien-3 .contain .list-1 .right .item {
    display: none;
  }

  .list-mien-3 .contain .list-1 .left .r-1 .swiper-box {

    width: 100%;
  }

  .list-mien-3 .contain .list-1 .left .img {
    width: 100% !important;
  }

  .list-mien-3 .contain {
    margin-bottom: 2rem;
  }

  .list-mien-3 .loading {
    padding-bottom: 1rem;
  }

}

@media (max-width: 575px) {
  .g-container .content .mainBox.ma{
    padding-top: 1rem;
  }
  .list-notice .content-01 .topBox{
    padding-bottom: 2rem;
  }
  .list-way .main-box .li .list-content .item:nth-child(3n){
    margin-bottom: 1.5rem;
  }
  .list-way .main-box .li .top{
    margin-bottom:.75rem;
  }
  .list.list-1 .content .topBox .pagination{
    padding-bottom: 0;
  }
  .g-container .content .g-swiper .li .rigth .t1{
    font-size: 22px;
  }
  .g-container .content .mainBox .ul-box .li .img img{
    height: auto;
  }
  .footer-b .main .main-b .left .li{
    width: 100%;
      }
  .prz .content .topBox .list-01.list-item .item .li-text .item-1 .t1 {
    font-size: 18px;
  }

  .g-container .content .mainBox .ul-box .li>.li-b .t-1 {
    margin: .35rem 0;
  }

  .list-way .topBox .img {
    width: 80%;
    right: 0%;
  }

  .g-container .content .mainBox .ul-box .li {
    margin-bottom: 1rem;
  }

  .list-mien-2 .content .topBox .main {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: ; */
  }

  .list-mien-2 .content .topBox .main .bt {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .list-mien-2 .content .topBox .swiper-mian-b .img {
    height:auto !important;
    width: 100%;
    margin-bottom: .5rem;
  }

  .list-mien-2 .content .topBox .swiper-mian-b .img img {
    width: auto;
height: auto;
  }

  .list-mien-2 .content .topBox .swiper-mian-b .img {
    margin-right: 0;
  }

  .list .topBox .main-box .li .rigth .btn {
    /* padding: .2rem .8rem .23rem .3rem; */
    font-size: 14px;
  }

  .list-back .content .topBox .list-content .list-01 form {
    max-width: 8rem;
    padding: 1rem 0 1.45rem .725rem;
  }

  .list-d .contentBox .video {
    width: auto;
    font-size: .4rem;
  }

  .list-awards .content .list-i {
    padding: 1.5rem 4% !important;
  }

  .g-container .content .topBox.m {
    padding-bottom: 1rem;
  }
  

  .tit-16 {
    font-size: 16px;
  }

  .list-no .content .topBox .list-content .list-01.list-item .item .show-hide .ti {
    padding-bottom: .35rem;
  }

  .list .topBox .main-box .li .rigth .r-b {
    margin-bottom: .8rem;
    line-height: 1.5;

  }

  .list .topBox .main-box .li .rigth .r-t {
    line-height: 1.5;
  }

  .list-awards .content .topBox .list-content .list-01 .t {
    margin: 0;
    width: auto !important;
  }

  .list-mien-3 .contain .list-1 .right {
    width: 100% ;
  }

  .list-mien-3 .contain .list-1 .r-1 .img img {
    width: 100% ;
  }

  .list-mien-3 .contain .line {
    display: none;
  }
  .list-mien-3 .content .topBox.line-1 {
    flex-direction: row;
  }
  .list-mien-3 .content .topBox {
    flex-direction: column;
  }

  .list-mien-3 .content .topBox .t1 {
    margin-bottom: .5rem;
    font-size: .8rem;
  }

  .list-mien-2 .content .topBox .swiper-mian-b #btn1,
  .list-mien-2 .content .topBox .swiper-mian-b #btn2 {
    line-height: 1.05rem;
    height: 1.05rem;
  }

  .list-mien-3 .content .topBox .t1:last-child {
    margin-bottom: 0;
  }

  .list-mien-3 .contain .list-1 .right {
    padding-top: 1rem;
  }

  .list-mien-3 .contain .list-1 .t1 {
    font-size: .7rem;
  }

  .list-mien-3 .contain .list-1 .t2 {
    padding: 0.425rem 0 .225rem;
  }

  .list-mien-3 .contain .list-1 .t3 {
    padding-bottom: .5rem;
  }

  .list-mien-3 .contain {
    margin-bottom: 1rem;
  }
  .footer-b .main .main-b .left .li{
    width: 100%;
      }

}

@media (max-width: 475px) {
  .g-container .content .g-swiper .li .rigth .btn{
    font-size: 14px;
  }
  .g-container .content .mainBox .ul-box .li {
    width: 100%;
    margin-right: 0;
  }

  .list-container .main-box .li .rigth {
    padding: 0.6rem 0.475rem 0.75rem;
    /* height: auto; */
  }

  .list-container .main-box .li {
    width: 100%;
  }

  .list-container .topBox .pagination {
    width: auto;
    padding-bottom: 1rem;
  }

  .footer-b .main .main-b .rigth .er {
    padding-left: 0;
  }

  .care .list .li .img {
    width: 100%;
  }

  .care .list .li .img img {
    width: 100%;
  }

  .care .list .li .img2 {
    width: 100%;
  }

  .care .list .li .img2 img {
    width: 100%;
  }

  .care .list .li .txt {
    align-self: start;
  }

  .g-container .content .mainBox .ul-box .li>.li-b .t-1 {
    line-height: 1.5;
  }

  .Info .content .top .right .t2 {
    line-height: 1.5;
  }

  .Info .content .top .right {
    padding: 1rem 0 .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-b .main-foot .right{
    display: flex;

  }
  .Info .content .bottom .tit{
    padding-top: 1rem;
  }
  .Info .content .bottom{padding-bottom: 1rem;}
  .Info .content{
    padding-bottom: 1rem;
  }
}

.list-mien-2 .swiper-button-next,.list-mien-2 .swiper-button-prev{
  top: 17%;
  /* display: none; */
  /* color: #fff; */
}