.mbheader .header-con .logo a {
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  img{
    margin-right: 15px;
  }
}
.header {
  width: 100%;
  /* height: 200px; */
  height: 170px;
  position: fixed;
  top: 0;
  z-index: 1001;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #000 0%, rgba(11, 49, 143, 0) 100%);
}

.header h1 {
  width: 33%;
}

.header h1 img {
  max-width: 55%;
  margin-right: 15px;
}

.header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container h1 a {
  font-size: 24px;
  color: #fff;
  align-items: center;
}
.nydt {
  position: relative;
}

.nydt .img img {
  width: 100%;
}

/* ------------------------------ */

.footer {
  width: 100%;
  /* height: 435px; */
  background: #7e0014;
  padding-top: 55px;
  overflow: hidden;
}

.foot {
  width: 100%;
  height: 360px;
}

.banq {
  width: 100%;
  line-height: 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.banq p {
  color: #fff;
  text-align: center;
}

.banq p br {
  display: none;
}

.banq p a {
  color: #fff !important;
}

.foot .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.foot_code {
  display: flex;
  width: 90%;
}

.foot_code .img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.foot_code .img img {
  width: 100px;
}

.foot_left,
.foot_right {
  flex: 1;
}

.foot_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.foot_code .img p {
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.foot_contact p {
  color: #fff;
  line-height: 40px;
}

.foot .box {
  width: 90%;
  line-height: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 99;
}

.foot .box h3 {
  color: #fff;
  position: relative;
  cursor: pointer;
}

.foot .box h3 .ico {
  width: 13px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 17px;
  background: url(../img/jt-ico.png) no-repeat;
}

.foot .box .sub {
  position: absolute;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  max-height: 270px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.foot .box:hover .sub {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

.foot .box .sub a {
  width: 48%;
  display: inline-block;
  line-height: 25px;
  color: #333;
  margin-bottom: 10px;
}

.foot .box .sub a:hover {
  color: #7e0014;
}

.navgation {
  max-width: 69%;
  height: 60px;
  position: relative;
  z-index: 99;
  /* flex: 1; */
}

.navgation ul {
  width: 100%;
  display: flex;
  align-items: center;
}

.navgation ul .nli {
  position: relative;
  text-align: center;
  padding: 0 12px;
  /* flex: 1; */
}

.navgation ul .nli.search {
  flex: unset !important;
  padding-left: 12px;
}

.navgation ul .nli.on h3 a,
.navgation ul .nli:hover h3 a {
  font-weight: bold;
}

.navgation ul li h3 {
  height: 60px;
  line-height: 60px;
}

.navgation ul li h3 a {
  font-size: 24px;
  color: #fff;
}

.navgation ul li h3 a:hover {
  color: #d5983e;
}

.navgation ul li .sub {
  width: 140%;
  left: -20%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.navgation ul li .sub li {
  width: 100%;
  line-height: 50px;
  text-align: center;
}

.navgation ul li .sub li a {
  color: #333;
  font-size: 18px;
}

.navgation ul li:hover .sub {
  opacity: 1;
  visibility: visible;
}

.navgation ul li .sub li:hover {
  background: #ecebeb;
}

.navgation ul li .sub li:hover a {
  font-weight: bold;
  color: #7e0014;
}

.nmain {
  background: #f5f7fb;
  /* overflow: hidden; */
}

.nmain .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.subNav {
  width: 21%;
  background: #7e0014;
  box-sizing: border-box;
  padding: 0 0 10px 10px;
  position: relative;
  margin-bottom: 50px;
}

.subNav .crumbs-name {
  width: 100%;
  height: 126px;
  line-height: 126px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 42px;
  position: absolute;
  top: -124.5px;
  z-index: 99;
  background: url(../img/crumbs-name-bg.svg) no-repeat;
  /* background-size: 100% 100%; */
  left: 0;
}

.subNav ul {
  background: #fff;
  box-sizing: border-box;
  padding: 20px 40px 270px 40px;
  background: url(../img/subNavBg.png) bottom no-repeat #fff;
}

.subNav ul li {
  width: 100%;
  padding: 27px 0;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}

.subNav ul li::before {
  content: "";
  width: 13px;
  height: 17px;
  display: inline-block;
  background: url(../img/subnav-ico.svg) no-repeat;
  position: absolute;
  right: 0;
  top: 32px;
}

.subNav ul li a {
  font-weight: bold;
  color: #272727;
}

.subNav ul li.on::before,
.subNav ul li:hover::before {
  background: url(../img/subnav-ico2.svg) no-repeat;
}

.subNav ul li.on a,
.subNav ul li:hover a {
  color: #7e0014;
}

.subNav ul li::after {
  content: "";
  width: 0;
  height: 1px;
  background: #7e0014;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.subNav ul li.on::after,
.subNav ul li:hover::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.ncontent {
  width: calc(79% - 40px);
  overflow: hidden;
}

.crumbs {
  width: 100%;
  height: 72px;
  line-height: 72px;
  display: flex;
  justify-content: flex-end;
  color: rgba(0, 0, 0, 0.5);
}

.crumbs a {
  color: rgba(0, 0, 0, 0.5);
}

.crumbs .wz span:last-of-type {
}

.tealist,
.textlist,
.piclist,
.picture {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

.textlist .box {
  width: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 30px 35px;
  position: relative;
}

.textlist .box::before {
  content: "";
  width: 0;
  height: 2px;
  background: #7e0014;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}

.textlist .box:hover::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.textlist .box a {
  display: flex;
  align-items: center;
}

.textlist .box .dete {
  width: 91px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #7e0014;
  border-radius: 5px;
}

.textlist .box .d {
  height: 64px;
  line-height: 64px;
  color: #7e0014;
}

.textlist .box .y {
  width: 100%;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 5px;
  background: #7e0014;
  color: #fff;
}

.textlist .box .tt {
  flex: 1;
  box-sizing: border-box;
  padding-left: 25px;
}

.textlist .box .title {
  color: #272727;
  line-height: 30px;
  height: 30px;
}

.textlist .box .desc {
  color: #272727;
  opacity: 0.5;
  line-height: 27px;
  height: 54px;
  margin-top: 20px;
}

.textlist .box:hover {
  background: #f0f5ff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.textlist .box:hover .dete {
  background: #7e0014;
}

.textlist .box:hover .d {
  color: #fff;
}

.textlist .box:hover .y {
  background: #fff;
  color: #7e0014;
}

.textlist .box:hover .title {
  font-weight: bold;
  color: #7e0014;
}

.piclist .box {
  width: 100%;
  background: #f4f4f4;
  position: relative;
}

.piclist .box::after {
  content: "";
  width: 170px;
  height: 36px;
  background: url(../img/logo-ico.png) no-repeat;
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 25px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.piclist .box:hover:after {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.piclist .box::before {
  content: "";
  width: 0;
  height: 2px;
  background: #7e0014;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}

.piclist .box:hover::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.piclist .box a {
  display: flex;
  flex-wrap: wrap;
}

.piclist .box .img {
  width: 32%;
  overflow: hidden;
}

.piclist .box .img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  /* height: 265px; */
  object-fit: cover;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}

.piclist .box .tt {
  flex: 1;
  box-sizing: border-box;
  padding: 45px 30px 35px 30px;
}

.piclist .box .title {
  color: #272727;
  line-height: 30px;
  height: 30px;
}

.piclist .box .desc {
  color: #9e9e9e;
  line-height: 30px;
  height: 60px;
  margin: 10px 0 50px 0;
}

.piclist .box .dete {
  color: #9e9e9e;
}

.piclist .box:hover {
  background: #eee;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.piclist .box:hover .title {
  font-weight: bold;
  color: #7e0014;
}

.piclist .box:hover .dete {
  color: #7e0014;
}

.piclist .box:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.picture .info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.picture .box {
  width: calc((100% - 60px) / 3);
  margin-right: 29px;
  margin-bottom: 30px;
  position: relative;
}

.picture .box:nth-child(3n) {
  margin-right: 0;
}

.picture .box .img {
  overflow: hidden;
}

.picture .box .img img {
  width: 100%;
  aspect-ratio: 16/9;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}

.picture_new .box .img img {
  aspect-ratio: 1/1;
}

.picture .box .title {
  width: 100%;
  height: 64px;
  color: #272727;
  text-align: center;
  line-height: 64px;
  box-sizing: border-box;
  padding: 0 15px;
  background: #f4f4f4;
}

.picture .box:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.picture .box:hover .title {
  background: #7e0014;
  color: #fff;
}

.picture .box .video {
  width: 40px;
  height: 40px;
  background: url(../img/video-ico.png) center no-repeat;
  display: inline-block;
  position: absolute;
  left: calc((100% - 40px) / 2);
  top: calc((100% - 40px) / 2);
  z-index: 99;
  opacity: 0.5;
}

.picture2 .box .img {
  position: relative;
}

.picture2 .box .img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 98;
}

.detail {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 120px;
  background: #fff;
}

.detail .title {
  text-align: center;
  font-weight: bold;
  color: #272727;
}

.detail .timer {
  padding: 30px 0 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid rgba(216, 216, 216, 0.6);
}

.detail .timer > div {
  color: #9e9e9e;
  font-size: 16px;
  margin: 0 25px;
}

.detail .dtl p,
.detail .dtl span {
  /* text-indent: 2em;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 16px !important;
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif !important;
    color: #000 !important; */

  color: #000 !important;
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 16px;
  color: #444;
  line-height: 35px;

  margin-left: 0 !important;
  margin-right: 0 !important;
}

.detail.danye .dtl p,
.detail.danye .dtl span {
  font-size: 18px !important;
}

.detail .dtl img {
  object-fit: unset;
}

.detail .dtl img,
.detail .dtl video {
  max-width: 100%;
}

.detail-page {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}

.detail-page .box {
  width: 100%;
  padding: 50px 0 20px 0;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}

.detail-page .box::before {
  content: "";
  width: 0;
  height: 1px;
  background: #7e0014;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}

.detail-page .box a {
  color: #676767;
  font-size: 18px;
}

.detail-page .box:hover a {
  color: #7e0014;
}

.detail-page .box:hover a {
  color: #7e0014;
}

.detail-page .box:hover::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.danye .dtl {
  padding: 0;
}

.threeNav {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.threeNav a {
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #7e0014;
  font-size: 18px;
  font-size: 18px;
  padding: 0 65px;
  margin: 0 13px 13px 13px;
  color: #7e0014;
}

.threeNav a.on,
.threeNav a:hover {
  background: #7e0014;
  color: #fff;
}

.picture3 {
  background: #fff;
}

.picture_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.picture_item2 {
  flex-direction: row-reverse;
  margin: 14px 0;
}

.picture_item .left {
  width: 66.5%;
}

.picture_item .right {
  width: calc(33.5% - 14px);
}

.picture_item .right .box:first-of-type {
  margin-bottom: 14px;
}

.picture_item .box .img {
  overflow: hidden;
}

.picture_item .box .img img {
  width: 100%;
  aspect-ratio: 16/9;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}

.picture_item .box:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

/* -------------------------------------- */
.banlist,
.nydt {
  position: relative;
}

.banlist .swiper-slide a {
  display: inline-block;
  width: 100%;
}

.banlist .swiper-slide img {
  width: 100%;
}

.banlist .swiper-pagination {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}

.banlist .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
  background: #7e0014;
}

.content5 {
  width: 100%;
  padding-bottom: 80px;
}

.column {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}

.column .title {
  display: flex;
  align-items: center;
}

.column .title .name {
  color: #3d3d3d;
}

.column2 .title .name {
  color: #fff;
}

.column .title .en {
  color: #bebdbd;
}

.column2 .title .en {
  color: rgba(255, 255, 255, 0.5);
}

.column .more {
  color: #bebdbd;
}

.column2 .more {
  color: rgba(255, 255, 255, 0.6);
}

.column .more:hover {
  color: #7e0014;
}

.teaSlide {
  width: 100%;
  box-sizing: border-box;
  padding: 0 95px;
  position: relative;
}

.teaSlide .swiper-slide a {
  display: inline-block;
  width: 100%;
}

.teaSlide .swiper-slide .img {
  overflow: hidden;
}

.teaSlide .swiper-slide .img img {
  width: 100%;
  height: 415px;
  object-fit: cover;
  /* aspect-ratio: 305 / 415; */
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}

.teaSlide .swiper-slide .tt {
  box-sizing: border-box;
  padding: 30px 0;
  /* background: #F4F4F4; */
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/tea-logo.png) center top no-repeat #f4f4f4;
}

.teaSlide .swiper-slide:hover .tt {
  background: url(../img/tea-logo2.png) center top no-repeat #f0f5ff;
}

.teaSlide .swiper-slide .name {
  color: #3d3d3d;
  display: inline-block;
  padding-bottom: 30px;
  position: relative;
}

.teaSlide .swiper-slide .name::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #7e0014;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 15px;
}

.teaSlide .swiper-slide .zc {
  color: #666666;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.teaSlide .swiper-slide:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.teaSlide .swiper-slide:hover .name {
  color: #7e0014;
}

.tzggSlide .swiper-prev,
.tzggSlide .swiper-next {
  width: 14px;
  height: 30px;
  position: absolute;
  left: 0;
  z-index: 99;
  top: calc((100% - 30px) / 2);
  cursor: pointer;
}

.tzggSlide .swiper-prev {
  background: url(../img/prev-ico.png) center no-repeat;
  background-size: cover;
}

.tzggSlide .swiper-next {
  background: url(../img/next-ico.png) center no-repeat;
  background-size: cover;
  left: auto;
  right: 0;
}

.content1 {
  width: 100%;
  background: url(../img/content1Bg.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.tHead {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.tHead .box a {
  display: flex;
  align-items: center;
}

.tHead .box .name {
  /* font-weight: bold; */
  color: #3d3d3d;
}

.tHead .box .en {
  color: #bebdbd;
}

.tHead .box.active {
  background: #7e0014;
  height: 113px;
  line-height: 113px;
  padding: 0 35px;
}

.tHead .box.active .name {
  color: #fff;
}

.tHead .box.active .en {
  color: rgba(255, 255, 255, 0.7);
}

.tHead .more {
  position: absolute;
  right: 0;
}

.tHead .more a {
  /* font-size: 22px; */
  color: #bebdbd;
  display: none;
}

.tHead .more a.active {
  display: block;
}

.new_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;
}

.new_item.active {
  display: flex;
}

.newlist {
  width: 42.8%;
}

.newlist .box {
  background: #fff;
  height: 182px;
  margin-bottom: 27px;
  box-sizing: border-box;
  padding: 0 30px;
}

.newlist .box.last {
  margin-bottom: 0;
}

.newlist .box a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newlist .box .dete {
  color: #7e0014;
}

.newlist .box .dete .ico {
  width: 21px;
  height: 21px;
  background: url(../img/dete-ico.png) center no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.newlist .box .title {
  font-weight: bold;
  color: #3d3d3d;
  line-height: 30px;
  height: 30px;
  margin: 15px 0;
}

.newlist .box .desc {
  line-height: 35px;
  height: 70px;
  color: #999;
}

.newlist .box.on {
  background: #7e0014;
}

.newlist .box.on .dete {
  color: #fff;
}

.newlist .box.on .dete .ico {
  background: url(../img/dete-ico2.png) center no-repeat;
  background-size: cover;
}

.newlist .box.on .title {
  color: #fff;
}

.newlist .box.on .desc {
  color: rgba(255, 255, 255, 0.7);
}

.newSlide {
  width: 55.3%;
  position: relative;
}

.newSlide .swiper-slide a {
  display: inline-block;
  width: 100%;
}

.newSlide .swiper-slide .img {
  overflow: hidden;
}

.newSlide .swiper-slide .img img {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 624px;
  object-fit: cover;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}

.newSlide .swiper-slide {
  position: relative;
}

.newSlide .swiper-slide .tt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 30px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.76) 100%
  );
}

.newSlide .swiper-slide .title {
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  color: #fff;
}

.newSlide .swiper-slide:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.newSlide .swiper-pagination {
  position: absolute;
  right: 30px;
  z-index: 99;
  bottom: 30px;
}

.newSlide .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.3);
}

.newSlide .swiper-pagination-bullet-active {
  background: #fff;
}

.tzggSlide {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 80px;
}

.tzggSlide .swiper-slide {
  height: 115px;
  box-sizing: border-box;
  border: 0.5px solid #a2a2a2;
  padding: 0 18px;
}

.tzggSlide .swiper-slide a {
  width: 100%;
  display: flex;
  align-items: center;
}

.tzggSlide .swiper-slide .dete {
  width: 84px;
}

.tzggSlide .swiper-slide .y {
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #7e0014;
  color: #fff;
}

.tzggSlide .swiper-slide .d {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #fff;
  text-align: center;
  color: #7e0014;
}

.tzggSlide .swiper-slide .title {
  flex: 1;
  color: #666;
  line-height: 35px;
  height: 70px;
}

.tzggSlide .swiper-slide:hover {
  background: #7e0014;
}

.tzggSlide .swiper-slide:hover .title {
  color: #fff;
}

.teaSlide .swiper-prev,
.teaSlide .swiper-next {
  width: 26px;
  height: 51px;
  position: absolute;
  left: 0;
  z-index: 99;
  top: calc((100% - 51px) / 2);
  cursor: pointer;
}

.teaSlide .swiper-prev {
  background: url(../img/prev-ico.png) center no-repeat;
  background-size: cover;
}

.teaSlide .swiper-next {
  background: url(../img/next-ico.png) center no-repeat;
  background-size: cover;
  left: auto;
  right: 0;
}

.content2 {
  width: 100%;
  overflow: hidden;
}

.jygzSlide {
  position: relative;
  box-sizing: border-box;
  /* padding: 0 120px; */
  padding: 0 80px;
}

.jygzSlide .swiper-container {
  box-sizing: border-box;
  padding: 0 10px;
}

.jygzSlide .swiper-slide {
  height: 180px;
  box-sizing: border-box;
  border: 0.5px solid #a2a2a2;
  padding: 0 30px;
}

.jygzSlide .swiper-slide a {
  width: 100%;
  display: flex;
  align-items: center;
}

.jygzSlide .swiper-slide .d {
  font-size: 55px;
  color: #7e0014;
}

.jygzSlide .swiper-slide .y {
  font-size: 16px;
  color: #7e0014;
  margin: 10px 0;
}

.jygzSlide .swiper-slide .col {
  width: 67px;
  height: 25px;
  color: #cb181e;
  line-height: 25px;
  text-align: center;
  border-radius: 90px;
  box-sizing: border-box;
  border: 0.5px solid #cb181e;
}

.jygzSlide .swiper-slide .title {
  line-height: 35px;
  height: 70px;
  color: #333;
  font-weight: bold;
  margin-top: 7px;
}

.jygzSlide .swiper-slide .dete {
  color: #999;
  margin: 10px 0;
}

.jygzSlide .swiper-slide .dete span {
  width: 16px;
  height: 16px;
  background: url(../img/dete-ico3.png) center no-repeat;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.jygzSlide .swiper-slide .place {
  color: #999;
}

.jygzSlide .swiper-slide .place span {
  width: 13px;
  height: 21px;
  background: url(../img/place-ico.png) center no-repeat;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.jygzSlide .swiper-slide .left {
  width: 65px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jygzSlide .swiper-slide .right {
  flex: 1;
}

.jygzSlide .swiper-slide:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.jygzSlide .swiper-slide:hover .title {
  color: #7e0014;
}

.jygzSlide .swiper-slide:hover .dete,
.jygzSlide .swiper-slide:hover .place {
  color: #666;
}

.jygzSlide .swiper-slide:hover .col {
  background: #cb181e;
  color: #fff;
}

.jygzSlide .swiper-prev,
.jygzSlide .swiper-next {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
  cursor: pointer;
  display: inline-block;
  top: calc((100% - 42px) / 2);
}

.jygzSlide .swiper-prev {
  background: url(../img/jygz-prev.png) no-repeat;
  background-size: cover;
}

.jygzSlide .swiper-next {
  background: url(../img/jygz-next.png) no-repeat;
  background-size: cover;
  left: auto;
  right: 0;
}

.jygzSlide .swiper-prev:hover {
  background: url(../img/jygz-prev2.png) no-repeat;
}

.jygzSlide .swiper-next:hover {
  background: url(../img/jygz-next2.png) no-repeat;
}
.swiper-container .swiper-pagination {
  display: none;
}

/* -------------------------------------- */
.content4 {
  width: 100%;
  background: url(../img/content4Bg.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  overflow: hidden;
}

.picslide2 {
  box-sizing: border-box;
  position: relative;
  /* overflow: hidden; */
  /* padding-bottom: 190px; */
}

.picslide2 .swiper-wrapper {
  position: relative;
  /* left: 13.8%; */
  left: 13.2%;
}

.picslide2 .swiper-slide {
  /* width: 1396px; */
  width: 74%;
}

.picslide2 .swiper-slide .img {
  overflow: hidden;
  position: relative;
}

.picslide2 .swiper-slide .img .videoBtn {
  position: absolute;
  width: 50px;
  height: 54px;
  background: url(../img/videoBtn.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 50px) / 2);
  top: calc((100% - 54px) / 2);
  z-index: 99;
}

.picslide2 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}

.picslide2 .swiper-slide .title {
  width: 100%;
  height: 65px;
  line-height: 65px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  font-size: 18px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
}

/* .picslide2 .swiper-slide-active .title {
    opacity: 1;
    transition: all 0.5s ease-in-out;
} */

.picslide2 .swiper-slide-active:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.picslide2 .swiper-next,
.picslide2 .swiper-prev {
  width: 35px;
  height: 35px;
  position: absolute;
  top: calc((100% - 35px) / 2);
  z-index: 99;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.picslide2 .swiper-next {
  right: 11.5%;
  background: url(../img/xyhj-next.png) no-repeat;
  background-size: cover;
}

.picslide2 .swiper-prev {
  left: 12%;
  background: url(../img/xyhj-prev.png) no-repeat;
  background-size: cover;
}

.picslide2 .swiper-pagination {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.picslide2 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0 10px;
  background: rgba(126, 0, 055, 0.5);
}

.picslide2 .swiper-pagination-bullet-active {
  background: #fff;
}

/* ---------------------------------- */

.rmzySlide {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.rmzySlide .item {
  width: 20%;
  height: 677px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: all 0.5s ease-in-out;

  /* width: 24%;
    height: 677px; */
}

.rmzySlide .item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 178, 0.2);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.rmzySlide .item.hover {
  width: 40%;
}

.rmzySlide .item.hover::before {
  background: rgba(20, 70, 178, 0.5);
}

.rmzySlide .item .img {
  width: 100%;
  overflow: hidden;
  opacity: 0;
}

.rmzySlide .item .img img {
  width: 100%;
}

.rmzySlide .item .tt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 40px 20px;
}

.rmzySlide .item .title {
  color: #fff;
  font-size: 36px;
}

.rmzySlide .item .desc {
  color: #fff;
  font-size: 28px;
}

.content3 {
  width: 100%;
  background: #f2f4f6;
  padding: 110px 0;
  overflow: hidden;
}

/* --------------------------------------------------- */

.mySwiper2 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 0 !important;
  align-items: flex-start;
  margin-bottom: 100px
}

.mySwiper2 .swiper-slide-active {
  opacity: 1 !important;
}

.mySwiper .swiper-slide-active {
  transform: scale(1.2);
}

.mySwiper .swiper-slide .img {
  border-radius: 10px;
}

.mySwiper .swiper-slide img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

/* .mySwiper .swiper-slide-active,
.mySwiper .swiper-slide-active img {
    width: 220px !important;
    height: 220px;
} */

.mySwiper .swiper-slide-active .img img {
  box-sizing: border-box;
  border: 4px solid #7e0014;
}

.mySwiper2 .swiper-slide .img {
     aspect-ratio: 4/2.5;
  width: 28%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}


.mySwiper2 {
  position: relative;
}

.mySwiper2 .swiper-slide .img img {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.mySwiper2 .swiper-slide:hover .img img {
  width: 100%;
}

.mySwiper2 .swiper-slide:hover .name a {
  color: #7e0014;
}

.mySwiper2 .swiper-slide:hover .desc {
  color: #666;
}

.mySwiper2 .swiper-slide .text {
  width: 65%;
}

.mySwiper2 .swiper-slide .title {
  color: #3d3d3d;
}

.mySwiper2 .swiper-slide .title2 {
  color: #3d3d3d;
  margin: 25px 0 60px 0;
}

.mySwiper2 .swiper-slide .desc {
  color: #3d3d3d;
  line-height: 50px;
  height: 150px;
}

.jysx-page {
  width: 61.5%;
  box-sizing: border-box;
  padding: 0 72px;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 99;
}

.mySwiper {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
}

.jysx-page .swiper-next,
.jysx-page .swiper-prev {
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  top: 30px;
  z-index: 999;
  cursor: pointer;
  margin-top: 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.jysx-page .swiper-next {
  background: url(../img/zsjy-next.png) no-repeat;
  right: 0;
  background-size: cover;
}

.jysx-page .swiper-prev {
  background: url(../img/zsjy-prev.png) no-repeat;
  left: 0;
  background-size: cover;
}

.tCount2 {
  width: 100%;
  display: block;
}

.jysx_item {
  width: 100%;
  position: relative;
  /* min-height: 770px; */
  display: none;
  overflow: hidden;
}

.jysx_item.active {
  display: block;
}

/* ------------------------------------------------------- */
.mbheader {
  width: 100%;
  display: none;
  height: 60px;
  background: #fff;
  background: #7e0014;
  z-index: 1000;
  box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
  width: 90%;
  margin: 0 auto;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mbheader .header-con h1 a {
  display: inline-block;
}

.mbheader .header-con .logo {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.mbheader .header-con .logo a {
  width: 100%;
  display: inline-block;
}

.mbheader .header-con .logo img {
  width: 100%;
  max-height: 55px;
}

.sp_header {
  height: 50px;
  background: #fff;
  position: fixed;
  z-index: 10;
  width: 100%;
}

.sp_logo {
  padding: 10px;
  float: left;
  height: 50px;
  width: 70%;
}

.sp_logo img {
  margin: auto;
  width: 100%;
  height: 100%;
}

.sp_nav {
  width: 30px;
  position: relative;
  cursor: pointer;
  height: 30px;
  margin-top: 10px;
  flex: none;
}

.sp_nav span {
  display: block;
  background: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
  transition: all ease 0.35s;
}

.sp_nav span:nth-of-type(1) {
  top: 0px;
}

.sp_nav span:nth-of-type(2) {
  top: 10px;
}

.sp_nav span:nth-of-type(3) {
  top: 20px;
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
  width: 0;
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.sjj_nav {
  position: absolute;
  z-index: 999;
  background: #eee;
  width: 100%;
  height: auto !important;
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 40px;
  top: -1000%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}

.nav_show {
  top: 80px;
}

.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav > ul > li:first-child > a {
  float: left;
  width: calc(100% - 70px);
}

.sjj_nav > ul > li:first-child .language {
  float: right;
  width: 70px;
  overflow: hidden;
  line-height: 30px;
  margin-top: 5px;
}

.sjj_nav > ul > li:first-child .language a {
  width: 35px;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
}

.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 20px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
}

.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li a {
  color: #666;
  /* width: 80% */
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #7e0014;
}

.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}

.pb_sys_style1 .p_no_d {
  border: 1px solid #7e0014 !important;
  background-color: #7e0014 !important;
}

.xyjj_text {
  box-sizing: border-box;
  padding: 80px 120px;
  background: #fff;
}

.xyjj_text .img img {
  width: 100%;
}

.jj_tab {
  display: flex;
  flex-wrap: wrap;
}

.jj_tab .box {
  background: #e6eeff;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  font-weight: bold;
  color: #7e0014;
  box-sizing: border-box;
  padding: 0 32px;
  margin-right: 26px;
  cursor: pointer;
}

.jj_tab .box.active {
  background: #7e0014;
  color: #fff;
}

.jj_count .item {
  display: none;
}

.jj_count .item.active {
  display: block;
}

.jj_count .item p,
.jj_count .item span {
  font-size: 20px !important;
  line-height: 2em !important;
}

.jj_name {
  color: #7e0014;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
}

.jj_name::before {
  content: "";
  width: 3px;
  height: 25px;
  background: #7e0014;
  position: absolute;
  left: 0;
  top: 6px;
}

.jj_text1 p {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 40px !important;
  color: #272727;
}

.jjSlide {
  width: 100%;
  position: relative;
}

.jjSlide .swiper-pagination-jj {
  width: 100%;
  text-align: center;
  margin-top: 37px;
}

.jjSlide .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.5;
  margin: 0 4px;
  background: #7e0014;
}

.jjSlide .swiper-pagination-bullet-active {
  opacity: 1;
}

.list-page {
  width: 100%;
  padding-top: 40px;
}

.tealist .list-page {
  padding: 0;
}

.piclist .list-page {
  padding: 0;
}

.tealist .info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tealist .box {
  width: calc((100% - 180px) / 4);
  margin-right: 60px;
  margin-bottom: 40px;
  position: relative;
}

.tealist .box:nth-child(4n) {
  margin-right: 0;
}

.tealist .box .img {
  overflow: hidden;
}

.tealist .box .img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  /* aspect-ratio: 305 / 430; */
}

.tealist .box .tt {
  box-sizing: border-box;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/tea-logo.png) center top no-repeat #f4f4f4;
}

.tealist .box .title {
  color: #272727;
  text-align: center;
  display: inline-block;
  padding-bottom: 30px;
  position: relative;
}

.tealist .box .title::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #7e0014;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 15px;
}

.tealist .box .desc {
  text-align: center;
  color: #666;
}

.tealist .box:hover .tt {
  background: url(../img/tea-logo2.png) center top no-repeat #f0f5ff;
}

.tealist .box:hover .title {
  color: #004898;
}

/* --------------------------------------------- */

#videoAlert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
}

#videoAlert .cont {
  position: relative;
  height: 100%;
}

#videoAlert .video_box {
  position: absolute;
  margin-top: 10%;
  width: 70%;
  height: 60%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

#videoAlert .video_box video {
  width: 85%;
  margin: 0 auto;
}

#videoAlert .video_box .close img {
  width: 30px;
  position: absolute;
  top: 0;
  right: 10%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 65px;
  height: 30px;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}

#scrolltop {
  width: 40px;
  height: 40px;
  /* padding-top: 16px; */
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  right: 25px;
  bottom: 20px;
  z-index: 100;
  cursor: pointer;
  background: #7e0014;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#scrolltop .iconfont {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../img/toTop.png") center no-repeat;
}

.picture_new .box .tt {
  padding: 10px 15px;
  background: #f4f4f4;
}

.picture_new .box .title {
  height: 70px;
  line-height: 35px;
  -webkit-line-clamp: 2;
}

.picture_new .box:hover .tt {
  background: #7e0014;
}

/* ------------------------------- */

.rmzySlide2 {
  position: relative;
  padding-bottom: 45px;
  display: none;
}

.rmzySlide2 .swiper-slide {
  width: 100%;
}

.rmzySlide2 .swiper-slide .item {
  width: 100%;
  cursor: pointer;
  /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
  position: relative;
  /* transition: all 0.5s ease-in-out; */
}

.rmzySlide2 .swiper-slide .item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 178, 0.5);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.rmzySlide2 .swiper-slide .item .img {
  width: 100%;
  overflow: hidden;
  /* opacity: 0; */
}

.rmzySlide2 .swiper-slide .item .img img {
  width: 100%;
  min-height: 220px;
}

.rmzySlide2 .swiper-slide .item .tt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 15px;
}

.rmzySlide2 .swiper-slide .item .title {
  color: #fff;
  font-size: 18px;
}

.rmzySlide2 .swiper-slide .item .desc {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}

.rmzySlide2 .swiper-pagination {
  width: 100%;
  width: 100%;
  bottom: 10px;
}

.rmzySlide2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 5px;
  background: rgba(6, 49, 144, 0.29);
}

.rmzySlide2 .swiper-pagination-bullet-active {
  background: #7e0014;
}

.rmzySlide2 .swiper-next,
.rmzySlide2 .swiper-prev {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  background: url(../img/zy-next.png) no-repeat;
  background-size: cover;
  right: 30%;
  bottom: 6px;
  z-index: 999;
}

.rmzySlide2 .swiper-prev {
  background: url(../img/zy-prev.png) no-repeat;
  background-size: cover;
  left: auto;
  left: 30%;
}

/* -------------------------------- */

.xyxwSlide .swiper-wrapper .swiper-slide {
  display: none;
}

.xyxwSlide .swiper-wrapper .swiper-slide.active {
  display: block;
}

.xshdSlide .swiper-wrapper .swiper-slide {
  display: none;
}

.xshdSlide .swiper-wrapper .swiper-slide.active {
  display: block;
}
