body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: sans-serif, 'Microsoft Yahei';
  color: #4e4e4e;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #363636;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #126eee;
}
img {
  display: block;
}
ul,
li {
  list-style: none;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/* ****** */
.headBox {
  width: 100%;
  min-width: 1200px;
  /*background: url("../img/head.jpg") no-repeat center center;*/
  height: 910px;
}

.mapBgBox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1200px;
  overflow: hidden;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.imgBox {
  margin: 50px 0;
}
.imgBox .w1200 {
  overflow: hidden;
}

.imgBox .img {
  width: 100% !important;
  position: relative;
  /* margin: 0 12px; */
}

.imgBox .img img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}
.imgBox .tabBox {
  width: 98%;
  padding: 0 20px;
  box-sizing: border-box;
}
.imgBox .sw2 {
  margin: 0 auto;
  overflow: hidden;
}
.imgBox .swiper-slide {
  width: 24.5% !important;
}
.imgBox .swiper-slide:after {
  display: none;
}
.imgBox .img h1 {
  font-size: 16px;
  color: #444943;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px 0 5px;
}

.imgBox .img h2 {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.imgBox .img .jBox {
  width: 100%;
  height: 158px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(73, 155, 223, 0.8);

  display: none;
}

.imgBox .img .jBox p {
  color: #fff;
  font-size: 14px;
  padding: 25px;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.imgBox .swiper-button-prev {
  left: -15px;
  top: 35%;
  background: url(../img/left.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  /* height: 50px; */
  /* margin-top: 0; */
}
.imgBox .swiper-button-next {
  right: -15px;
  top: 35%;
  background: url(../img/right.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  /* height: 50px; */
  /* margin-top: 0; */
}
.imgBox .swiper-button-prev::after,
.imgBox .swiper-button-next::after {
  content: '';
}
.foot {
  width: 100%;
  background-color: #ae1a1e;
  height: 76px;
  margin-top: 50px;
}

.foot h1 {
  font-size: 14px;
  text-align: center;
  line-height: 76px;
  color: #fff;
  font-weight: normal;
}

.imgBox a:hover .jBox {
  display: block;
}

.tab .effect {
  position: relative;
  overflow: hidden;
  max-height: 240px;
  max-width: 350px;

  text-align: center;
  cursor: pointer;
}

.tab .effect .tab-text {
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab .effect .tab-text p {
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.effect.effect-eleven {
  /* background-color: #049cff */
  background-color: rgba(0, 0, 0, 0.5);
}

.effect.effect-eleven img {
  transform: translate3d(0, 0, 0);
  transition: all 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s;
  object-fit: cover;
}

.effect.effect-eleven:hover img {
  opacity: 0.6;
  transform: translate3d(0, 0, 0) scale(1.1, 1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
}

.effect.effect-eleven h2 {
  text-align: left;
  transform: translate3d(0, 0, 0);
  transition: all 0.55s 0s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.55s 0s;
  z-index: 2;
  position: relative;
  padding-top: 10%;
}

.effect.effect-eleven:hover h2 {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.effect.effect-eleven p {
  text-align: left;
  line-height: 1.2;
  /* padding-top: 34px; */
  /* padding-left: 1px; */
  font-size: 0.9rem;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 0;
  transition: all 0.35s 0s;
  z-index: 5;
  position: absolute;
  word-spacing: 3px;
  /* top: 65px; */
  margin: 25px;
  width: 83%;
  font-size: 14px;
}

.effect.effect-eleven:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.effect.effect-eleven .tab-text:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  border-top: 60px solid rgba(255, 255, 255, 0.3);
  border-right: 350px solid transparent;
  border-bottom: 125px solid rgba(255, 255, 255, 0.3);
  transform: translate3d(-100%, 0, 0);
  transition: all 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.35s;
}

.effect.effect-eleven .tab-text:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-top: 60px solid transparent;
  border-right: 350px solid rgba(255, 255, 255, 0.3);
  border-bottom: 125px solid transparent;
  transform: translate3d(100%, 0, 0);
  transition: all 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.35s;
}

.effect.effect-eleven:hover .tab-text:after,
.effect.effect-eleven:hover .tab-text:before {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
}

.mapBox {
  padding-top: 120px;
  position: relative;
  z-index: 900;
}

.realmap-tooltip {
}

.realmap-tooltip h2 {
  font-size: 14px;
  color: #e72d2e;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: rgb(216, 87, 26);
  line-height: 1.714;
  text-shadow: 1px 1px 1px #fff;
}

.videoBox {
  width: 100%;
  /* height: 500px; */
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 910;
  justify-content: center;
  border-radius: 10px;

  display: none;
}

.videoBox video {
  border-radius: 10px;
  width: 100%;
  height: 535px;
  background-color: #000;
}

.videoBox .close {
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 250;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.videoBox .videoBlock {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.videoBox .videoBlock .video {
  width: 900px;
  position: absolute;
}

.mapBg {
  width: 100%;
  height: 640px;
  background: url('../img/map.png') center center no-repeat;
  position: absolute;
  top: 101px;
  left: 0;
  min-width: 1200px;
  z-index: 1;

  animation: hide-show-animation 2s infinite;
}

@keyframes hide-show-animation {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

.tabBox {
  margin: 70px auto;
  position: relative;
  z-index: 503;
  justify-content: flex-start;
}

.tabBox .tabMap {
  width: 100%;
}

.tabMap .swiper-slide .mapBox1 img {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0px 0px 2px #fff);
  object-fit: contain;
}
.tabMap .swiper-slide-active .mapBox1 img {
  transform: translateY(-5px);
}
.tabMap .swiper-wrapper {
  align-items: center;
  margin: 0 2%;
}

.tabMap .swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.tabMap .swiper-slide:after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  width: 32px;
  height: 0;
  border: 1px dashed;
  border-color: #fef4d2;
  -moz-border-radius: 50%;
}

.mapBox1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.mapBox1 .text {
  font-size: 16px;
  font-family: '宋体';
  color: #fef4d2;
  margin-top: 6px;
}

.tabMap .swiper-wrapper .swiper-slide:last-child:after {
  opacity: 0;
}

.tabMap .swiper-slide-active .mapBox2 {
  background: #f5f1d5;
  border-radius: 50%;
  padding: 5px;
  width: 60px;
  height: 60px;
  border: 4px solid #e39f95;
}
.tabBox .swiper-slide-active .mapBox2.active {
  background: unset;
  border: none;
}
.tabBox .swiper-button-prev {
  left: -30px;
}
.tabBox .swiper-button-next {
  right: -30px;
}
.tabBox .swiper-button-prev:after,
.tabBox .swiper-button-next:after {
  color: #fff;
  font-size: 16px;
}
.mapBgHead {
  /* overflow: hidden; */
}

.mapBgHead .headBg {
  width: 100%;
  height: 150px;
  background: url('../img/top-1.png') center center no-repeat;
  position: absolute;
  background-size: cover;
  left: 0;
  top: -10px;
  z-index: 501;
  transition-duration: 3s;
}
.mapBgHead .bottomBg {
  width: 100%;
  /* height: 213px; */
  height: 300px;
  background: url('../img/top-2.png') center center no-repeat;
  position: absolute;
  background-size: cover;
  bottom: -120px;
  z-index: 501;
  transition-duration: 3s;
}

.mapBgBottom {
  width: 100%;
  height: 135px;
  /* background: url("../img/head2.png"); */
  z-index: 502;
  position: relative;
}

.mapBgBox .mapBgHead {
  height: 775px;
  background: url('../img/head1-1.png') no-repeat center center;
  position: relative;
  animation: bgAnimation 10s infinite;
}

@keyframes bgAnimation {
  0% {
    background-image: url('../img/head1-1.png');
  }
  25% {
    background-image: url('../img/head1-2.png');
  }
  50% {
    background-image: url('../img/head1-3.png');
  }
  75% {
    background-image: url('../img/head1-2.png');
  }
  100% {
    background-image: url('../img/head1-1.png');
  }
}

.dynamic-area1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../img/poster-drop-animate1.png') repeat-x 0px 0px;
  background-size: cover;
  animation: posterDrop1 500s linear infinite;

  z-index: 201;
}

@keyframes posterDrop1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 4000% 0;
  }
}

.dynamic-area2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/poster-drop-animate2.png) repeat-x 0px 0px;
  background-size: cover;
  animation: posterDrop2 7000s linear infinite;

  opacity: 0.6;
}

@keyframes posterDrop2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30000% 0;
  }
}

.mapBgHead .mapBox {
  transition-duration: 3s;
}

.mapBgHead .headBg.active {
  transform: scale(1.5);
  top: -185px;
}

.mapBgHead .bottomBg.active {
  transform: scale(1.5);
  bottom: -195px;
}

.mapBgHead .mapBox.active {
  transform: scale(0.7);
  opacity: 0;
}

/* 240821 */
.rightBox {
  position: fixed;
  top: 15vh;
  right: 0;
  width: 103px;
  height: auto;
  padding: 15px 6px;
  border-radius: 5px;
  background-color: rgb(246, 235, 233);
  box-shadow: 0px 0px 9.3px 0.7px rgba(242, 110, 112, 0.15);
  z-index: 1008;
}
.rightBox li {
  position: relative;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
  /* border-bottom: 1px solid #fff; */
}
.rightBox li:last-child {
  border-bottom: none;
}
.rightBox li img {
  margin: 0 auto 5px;
}
.rightBox li a {
  color: #444943;
}
.m_title {
  margin: 50px auto 30px;
}
.m_title h2 {
  text-align: center;
  font-size: 28px;
  font-family: 'AlibabaPuHuiTiB';
  color: rgb(174, 26, 30);
  font-style: italic;
}
.m_title h2::after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 20px;
  margin: 0 15px;
  background: url(../img/t_r.png) center center no-repeat;
  background-size: contain;
}
.m_title h2::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 20px;
  margin: 0 15px;
  background: url(../img/t_l.png) center center no-repeat;
  background-size: contain;
}
.brandList ul {
  margin: 50px auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brandList ul li {
  width: 24%;
  height: 170px;
  margin: 70px 0 0;
  position: relative;
  padding: 80px 0 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: rgb(246, 235, 233);
  cursor: pointer;
}
.brandList ul li .img_name {
  position: absolute;
  right: 0;
  top: 50%;
  height: 85%;
  transform: translate(0, -50%);
  overflow: hidden;
}
.brandList ul li .img_name img {
  height: 100%;
  transform: translateX(20%);
}
.brandList ul li .img_logo {
  width: auto;
  height: 133px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -30%);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 4px 0px rgba(105, 64, 64, 0.3);
}
.brandList ul li h2 {
  margin: 30px 0 0;
  font-size: 18px;
  font-family: 'SourceHanSansSC';
  color: rgb(178, 26, 36);
  font-weight: bold;
  text-align: center;
}
.zhendi ul {
  height: 300px;
  padding-bottom: 50px;
}
.zhendi li {
  /* width: 48% !important; */
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}
.zhendi li .imgBox {
  position: relative;
  flex-shrink: 0;
  margin-right: 15px;
}
.zhendi li img {
  width: 206px;
  height: 117px;
}
.zhendi li .imgBox span {
  position: absolute;
  left: 5px;
  top: -3px;
  width: 24px;
  height: 46px;
  padding: 5px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(196, 12, 35);
}
.zhendi li .txt {
  flex: 1;
}
.zhendi li .txt h2 {
  font-weight: bold;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: #444943;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zhendi li .txt h2 a {
  color: #444943;
}
.zhendi li .txt p {
  margin-top: 5px;
  font-size: 14px;
  color: #999999;
  line-height: 1.5em;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.part .sw_page_zd {
  /* margin-top: 15px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
}
.part .swiper-pagination-bullet {
  /* width: 30px; */
  /* height: 7px; */
  display: inline-block;
  margin: 0 3px;
  border-radius: 100%;
  background: #bebebe;
  /* border-radius: 3px; */
  opacity: 1;
  outline: none;
}
.part .swiper-pagination-bullet-active {
  background: #b9202f;
  width: 42px;
  border-radius: 5px;
}

.videoGroup ul {
  height: 500px;
  padding: 0 0 50px;
}
.videoGroup li {
  position: relative;
  flex-direction: column;
  /* width: 24% !important; */
}
.videoGroup .vdoList {
  position: relative;
  width: 100%;
  /* height: 100%; */
  height: 158px;
}
.blackBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.videoGroup li img {
  width: 100%;
  height: 100%;
  /* border-radius: 5px; */
}
.videoGroup li img.play {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.videoGroup .txt h3 {
  width: 100%;
  height: auto;
  margin: 5px 0;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Microsoft YaHei';
  color: rgb(68, 73, 67);
  text-transform: uppercase;
  line-height: 2em;
  /* text-align: center; */
  /* color: #fff; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.videoGroup .txt p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: rgb(153, 153, 153);
}
.videoGroup .txt p i {
  display: inline-block;
  width: 10px;
  height: 14px;
  margin: 0 3px -2px 0;
  background: url(../img/i_point.png) center center no-repeat;
  background-size: contain;
}

.s_title {
  margin: 30px auto;
  text-align: center;
}
.s_title img {
  margin: 0 auto 10px;
}
.s_title h2 {
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: rgb(174, 26, 30);
  font-weight: bold;
  text-transform: uppercase;
}
.dsRoute ul {
  padding: 0 0 50px;
}
.dsRoute ul li {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* width: 383px; */
  /* height: 136px; */
  height: auto;
  min-height: 136px;
  padding: 5px 18px;
  box-sizing: border-box;
  background-color: #fafafa;
  /* background: rgba(0,0,0,0.5); */
}
.dsRoute ul li .img {
  position: relative;
  flex-shrink: 0;
  margin-right: 30px;
}
.dsRoute ul li .img img {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 0px rgba(40, 40, 40, 0.14);
  z-index: 1;
}
.dsRoute ul li .img::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(50%, -50%);
  display: inline-block;
  width: 100%;
  height: 50px;
  margin: 0 3px -2px 0;
  background: url(../img/i_line.png) center center no-repeat;
  /* background-size: contain; */
  z-index: 0;
}
.dsRoute ul li .route {
  flex: 1;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.dsRoute ul li .route a {
  display: block;
  width: 100%;
  margin: 15px 0;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: rgb(153, 153, 153);
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dsRoute ul li .route a span {
  display: inline-block;
  margin-right: 5px;
  width: 51px;
  height: 27px;
  line-height: 27px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: rgb(138, 138, 138);
  text-align: center;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.2);
}
.ksRoute ul {
  padding-bottom: 50px;
}
.ksRoute li {
  position: relative;
  width: 48%;
  /* height: 75px; */
  height: auto;
  padding: 15px 15px;
  box-sizing: border-box;
  display: flex;
  /* align-items: center; */
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(40, 40, 40, 0.14);
}
.ksRoute li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 70px;
  margin: 0 3px -2px 0;
  background: url(../img/sign.png) center bottom no-repeat;
  background-size: 100%;
  z-index: 0;
}
.ksRoute li.active {
  border: 1px solid rgb(174, 26, 30);
}
/* .ksRoute li + li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 70px;
    position: absolute;
    left: -30px;
    border-left: 1px dashed rgb(238, 238, 238) ;
} */
.ksRoute li a {
  display: block;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: rgb(68, 73, 67);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ksRoute li p {
  margin-top: 5px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: rgb(191, 191, 191);
  text-align: justify;
  line-height: 1.5em;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}
.ksRoute li p i {
  display: inline-block;
  width: 10px;
  height: 14px;
  margin: 0 3px -2px 0;
  background: url(../img/i_point.png) center center no-repeat;
  background-size: contain;
}
.ksRoute li .day_route p {
  display: flex;
  align-items: baseline;
}
.ksRoute li .day_route p::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  margin: 0 10px 0 0;
  width: 5px;
  height: 5px;
  transform: translateY(-3px);
  border-radius: 5px;
  background: #ae1a1e;
}
/* 二级页 */
.c_title {
  margin: 30px 0;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.c_title h2 {
  display: inline-block;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: rgb(185, 32, 47);
  font-weight: bold;
  line-height: 2em;
  font-style: italic;
  border-bottom: 3px solid rgb(185, 32, 47);
}
.city_box {
  display: flex;
  /* align-items: flex-end; */
  justify-content: space-between;
}
.city_box > div {
  width: 30%;
}
.ppBox .logo_box {
  position: relative;
  width: 380px;
  height: 155px;
  margin: 90px 0 0;
  padding: 70px 0 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: rgb(246, 235, 233);
}
.ppBox .img_name {
  position: absolute;
  right: 0;
  /* top: 0; */
  top: 50%;
  height: 100%;
  transform: translate(0, -50%);
  overflow: hidden;
}
.ppBox .img_name img {
  height: 100%;
  transform: translateX(10%);
}
.ppBox .img_logo {
  width: 117px;
  height: 117px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);

  box-shadow: 0px 1px 4px 0px rgba(105, 64, 64, 0.3);
}
.ppBox .sy {
  position: relative;
  margin-top: 0;
  text-align: justify;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: rgb(166, 166, 166);
  text-transform: uppercase;
  line-height: 1.4em;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 3; */
  /* -webkit-box-orient: vertical; */
}
.ppBox .sy p {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 50px;
  max-height: 4em;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background: #f6ebe9;
  border-radius: 0 0 10px 10px;
}

.ppBox .sy p.expanded {
  max-height: 100em; /* 展开后的高度 */
}
.ppBox .sy .zhankai {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -8px;
  transition: bottom 0.1s ease;
  /* transform: translateX(-50%); */
}
.ppBox .sy .zhankai img {
  width: 15px;
  margin: 0 auto;
}
.zhankai.xz180 {
  transform: rotate(180deg);
  bottom: 15px !important;
}
.ppBox h1 {
  margin-top: 10px;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: rgb(178, 26, 36);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zdBox {
  width: 380px;
  position: relative;
  z-index: 503;
}
.zdBox .tab {
  height: 216px;
}
.zdBox a h1 {
  margin-top: 10px;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: rgb(68, 73, 67);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6em;
  /* text-align: center; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zdBox .tab .effect .tab-text p {
  line-height: 1.5em;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.zdBox .tab .effect {
  position: relative;
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
}
.zdBox .effect.effect-eleven img {
  width: 100%;
  height: 100%;
}
.zdBox .effect.effect-eleven p {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 15px;
  box-sizing: border-box;
}
.zdBox .effect.effect-eleven .tab-text:before {
  border-top: 95px solid rgba(0, 0, 0, 0.7);
  border-right: 380px solid transparent;
  border-bottom: 120px solid rgba(0, 0, 0, 0.7);
}
.zdBox .effect.effect-eleven .tab-text:after {
  border-top: 95px solid transparent;
  border-right: 380px solid rgba(0, 0, 0, 0.7);
  border-bottom: 120px solid transparent;
}

.ktBox .vdoList {
  width: 380px;
  height: 216px;
  position: relative;
}
.ktBox .vdoList img {
  width: 100%;
  height: 100%;
}
.ktBox img.play {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 9;
  cursor: pointer;
}
.ktBox h3 {
  margin-top: 10px;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: rgb(68, 73, 67);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lxBox li {
  display: flex;
  margin: 25px 0;
}
.lxBox li > span {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 15px;
  width: 51px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: rgb(138, 138, 138);
  text-align: center;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.2);
}
.lxBox li .lx_txt a {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: rgb(185, 32, 47);
  font-weight: bold;
  text-transform: uppercase;
}
.lxBox li .lx_txt p {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: rgb(68, 73, 67);
  text-transform: uppercase;
  line-height: 1.75;
  text-align: justify;
}
.lxBox li .lx_txt p span + span::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 11px;
  margin: 0 5px;
  background: url(../img/lx_arrow.png) center center no-repeat;
  background-size: contain;
}
.lxBox li .lx_txt p .i1 {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin: 0 5px 2px 0;
  background: url(../img/lx_i1.png) center center no-repeat;
  background-size: contain;
}
.lxBox li .lx_txt p .i2 {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin: 0 5px 2px 0;
  background: url(../img/lx_i2.png) center center no-repeat;
  background-size: contain;
}

/* 登录页 */
.loginBg {
  width: 100vw;
  height: 100vh;
  background: url('../img/head1-1.png') no-repeat center center;
  background-size: cover;
  padding: 1px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.l-title h2 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 24px;
  font-family: 'AlibabaPuHuiTiB';
  color: rgb(174, 26, 30);
}
.loginBg .lgBox {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 50%;
  margin: 0 auto;
  padding-top: 150px;
}

.loginBg .lgBox input {
  height: 45px;
  width: 100%;
  border: none;
  background-color: #fff;
  margin-top: 25px;
  font-size: 16px;
}

.loginBg .lgBox h1 {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.loginBg .lgBox input[type='button'] {
  background-color: rgb(174, 26, 30);
  color: #fff;
  cursor: pointer;
}

.login .title {
  position: relative;
  left: 0;
  top: 10vw;
}

.login .title img {
  width: 33%;
  margin: 0 auto;
}

.loginForm {
  width: 37%;
  /* height: 32vw; */
  /* width: 66%; */
  margin: 30px auto;
  border-radius: 10px;
  padding: 50px 15px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
}
.loginForm h2 {
  /* margin: 2em 0 0.5em; */
  /* font-size: 30px; */
  /* color: rgb(44, 44, 44); */
  /* font-weight: bold; */
  /* text-align: center; */
}
.loginForm .txt {
  margin-bottom: 25px;
  text-align: center;
  font-size: 14px;
  color: rgb(201, 201, 201);
}
.loginForm .inputGroup {
  width: 60%;
  height: 2.3vw;
  margin: 0 auto 1vw;
  border: 1px solid rgb(174, 26, 30);
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(174, 26, 30, 0.1);
}
.loginForm .inputGroup i {
  margin: 0 15px;
  width: 19px;
  height: 38px;
}
.loginForm .inputGroup .i-user {
  background: url(../img/i_user.png) center center no-repeat;
  background-size: contain;
}
.loginForm .inputGroup .i-pwd {
  background: url(../img/i_pwd.png) center center no-repeat;
  background-size: contain;
}
.loginForm .inputGroup label {
  margin-right: 15px;
  font-size: 0.7vw;
  color: rgb(174, 26, 30);
}
.loginForm .inputGroup label::after {
  content: '';
  width: 1px;
  height: 39px;
  margin: 0 15px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(219, 219, 219, 0.2);
}
.loginForm .inputGroup input {
  margin-top: 3px;
  padding: 0 15px;
  font-size: 0.7vw;
  flex: 1;
  border-radius: 10px;
  border: none;
  outline: none;
  background: transparent;
  color: rgb(174, 26, 30);
  /* box-shadow: 0 0 0 1000px white inset; */
}
.loginForm .inputGroup input::placeholder {
  color: rgb(174, 26, 30);
}
.loginForm .code {
  border: none;
  background-color: unset;
}
.loginForm .code input {
  margin: 0;
  height: 100%;
  margin-right: 30px;
  border: 1px solid rgb(174, 26, 30);
  border-radius: 10px;
  background-color: rgba(174, 26, 30, 0.1);
}
.loginForm .code img {
  height: 100%;
  width: 35.8%;
  border: 1px solid rgb(181, 181, 181);
  border-radius: 10px;
}
.loginForm input[type='button'] {
  border: none;
  outline: none;
  cursor: pointer;
}
.loginForm #button1 {
  display: block;
  font-size: 0.7vw;
  color: #fff;
  font-weight: bold;
  width: 120px;
  height: 2vw;
  margin: 2.3vw auto 20px;
  border-radius: 10px;
  /* background-image: -moz-linear-gradient( -180deg, #06dcf8 0%, #0691f8 100%); */
  /* background-image: -webkit-linear-gradient( -180deg, #06dcf8 0%, #0691f8 100%); */
  /* background-image: -ms-linear-gradient( -180deg, #06dcf8 0%, #0691f8 100%); */
  border: 1px solid rgb(174, 26, 30);
  background: #ae1a1e;
}
.loginForm #button2 {
  font-size: 20px;
  width: auto;
  border-radius: 10px;
  background-color: transparent;
  color: rgb(174, 26, 30);
  font-weight: normal;
}
.loginForm .reset {
  text-align: center;
}
.loginForm .reset::before {
  content: '';
  background: url(/static/gfjy/images/login/i_refresh.png) center center
    no-repeat;
  background-size: contain;
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: text-top;
  cursor: pointer;
}

.link {
  width: 90%;
  margin: 0 auto;
  font-size: 0.6vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.link .pas {
  color: #74859f;
}

.link .log {
  color: rgb(178, 26, 36);
}

.swFather {
  position: relative;
}
.swFather .swiper-button-prev {
  left: -35px;
  top: 40% !important;
}
.swFather .swiper-button-next {
  right: -35px;
  top: 40% !important;
}
.swFather .swiper-button-prev:after,
.swFather .swiper-button-next:after {
  color: rgb(178, 26, 36);
  font-size: 20px;
}

.tcBox .close {
  position: absolute;
  width: 30px;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.tcBox {
  display: none;
  position: fixed;
  top: 25%;
  left: 50%;
  padding: 15px;
  transform: translateX(-50%);
  z-index: 999;
}

.brand_tc {
  display: none;
  padding: 50px;
  box-sizing: border-box;
  width: 886px;
  height: 370px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px 0px rgba(49, 11, 11, 0.29);
}
.tc_pp {
  display: flex;
}
.tc_pp .logoBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  flex-shrink: 0;
  width: 247px;
  height: 247px;
  border: 1px solid rgb(174, 26, 30);
  border-radius: 10px;
}
.tc_pp .logoBox img {
  max-width: 90%;
  width: 90%;
}
.tc_pp h2 {
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: rgb(174, 26, 30);
  font-weight: bold;
}

.tc_pp p {
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.5em;
  color: rgb(174, 26, 30);
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.zhendi_tc {
  padding: 20px 30px;
  box-sizing: border-box;
  width: 887px;
  height: 581px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px 0px rgba(49, 11, 11, 0.29);
}
.zhendi_tc h2 {
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: rgb(68, 73, 67);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(153, 153, 153);
}
.zhendi_tc .tc_zd img {
  margin: 15px auto;
  max-width: 80%;
  max-height: 220px;
  border-radius: 10px;
}
.zhendi_tc p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: rgb(153, 153, 153);
  line-height: 1.75em;
  text-align: justify;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
