@charset "utf-8";
.banner-swiper .swiper-slide {
  overflow: hidden;
  height: 44.3vw;
}
.banner-swiper .swiper-slide .inner,
.banner-swiper .swiper-slide .video,
.banner-swiper .swiper-slide .img,
.banner-swiper .swiper-slide .img img {
  height: 100%;
}
.banner-swiper .swiper-slide .video {
  width: 100%;
  object-fit: cover;
}
.banner-swiper .swiper-slide .img img {
  object-fit: cover;
}
.banner-swiper .txt img {
  width: auto;
  max-width: 80%;
}
.banner-swiper .swiper-slide-active .txt img {
  -webkit-animation: ban 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: ban 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.banner-swiper .swiper-pagination {
  bottom: 4.5%;
}
.banner-swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #fff;
  margin: 0 7px;
}
.inNews {
  background-color: #F6F6F6;
}
.inNewsL {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.inNewsL .img {
  height: 100%;
}
.inNewsL .img img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inNewsL .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.51);
}
.inNewsL .txt p {
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  padding: 20px 5%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inNewsL:hover img {
  transform: scale(1.04);
}
.inNews-swiper {
  width: 100%;
}
.inNews-swiper .img {
  height: 100%;
}
.inNews-swiper .img img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inNews-swiper .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.51);
}
.inNews-swiper .txt p {
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  padding: 20px 80px 20px 5%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inNews-swiper .swiper-slide {
  overflow: hidden;
}
.inNews-swiper .swiper-slide:hover img {
  transform: scale(1.04);
}
.inNews-swiper .swiper-pagination {
  bottom: 20px;
  left: auto;
  right: 2%;
  width: auto;
}
.inNews-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
}
.inNews-swiper .swiper-pagination-bullet-active {
  background-color: #004EA2;
}
.inNewsR {
  width: 50%;
  padding: 25px 2.1% 4px;
  box-sizing: border-box;
  background-color: #fff;
}
.inNewsR ul {
  margin-bottom: 10px;
}
.inNewsR li {
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.inNewsR li:not(:first-of-type) {
  padding-left: 20px;
}
.inNewsR li:not(:last-of-type) {
  padding-right: 20px;
}
.inNewsR li:not(:last-of-type)::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #999999;
}
.inNewsR li * {
  font-weight: bold;
}
.inNewsR li.active {
  color: #004EA2;
}
.inNewsR li.active::after {
  background-color: #004EA2;
}
.main1-item {
  display: none;
}
.main1-item.selected {
  display: block;
}
.main1-item .inN-item {
  display: block;
  padding: 30px 0 21px 3.3%;
}
.main1-item .inN-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}
.main1-item .inN-item .item-t {
  position: relative;
}
.main1-item .inN-item .item-t::before {
  content: '';
  position: absolute;
  left: -3.3%;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #999999;
}
.main1-item .inN-item .item-t p {
  width: calc(100% - 90px);
  line-height: 1.1;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main1-item .inN-item .item-t .date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  color: #999999;
  font-family: 'Gilroy';
}
.main1-item .inN-item .item-b {
  display: none;
}
.main1-item .inN-item .des {
  width: 80%;
  line-height: 1.4;
  margin-top: 20px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main1-item .inN-item.cur .item-t p {
  color: #004EA2;
}
.main1-item .inN-item.cur .item-t::before {
  background-color: #004EA2;
}
.main1-item .inN-item.cur .item-b {
  display: block;
}
.feature {
  background-color: #fff;
  margin-top: 20px;
}
.feature .feaL {
  width: 82px;
}
.feature h3 {
  font-weight: 500;
  writing-mode: vertical-lr;
  letter-spacing: 0.3em;
  margin: 0 auto;
}
.feature .fea-wrap {
  position: relative;
  width: calc(100% - 82px);
  border-left: 1px solid #EEEEEE;
}
.feature .fea-wrap .swiper-button-next::after,
.feature .fea-wrap .swiper-button-prev::after {
  font-size: 18px;
  color: #999999;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.feature .fea-wrap .swiper-button-next:hover::after,
.feature .fea-wrap .swiper-button-prev:hover::after {
  color: #004EA2;
}
.feature-swiper {
  width: 92.3%;
  padding: 15px 0;
}
.inParty {
  background: #F6F6F6 url(../img/indj-bg.png) no-repeat center;
  background-size: cover;
}
.inParty .inPartyL {
  width: 65.7%;
  background-color: #fff;
  margin-right: 1.4%;
  padding: 48px 2.5% 25px;
  box-sizing: border-box;
}
.inParty .inPartyR {
  width: 32.9%;
  background-color: #fff;
  padding: 48px 1.7% 40px 1.4%;
  box-sizing: border-box;
}
.inParty .inP-item-fir .img {
  width: 21.2%;
  overflow: hidden;
}
.inParty .inP-item-fir .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inParty .inP-item-fir .txt {
  width: 76.4%;
  margin-left: 2.4%;
}
.inParty .inP-item-fir h4 {
  height: 22px;
  margin-bottom: 9px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inParty .inP-item-fir .des {
  max-height: 51px;
  color: #666666;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inParty .inP-item-fir .date {
  font-family: 'Gilroy';
  color: #999999;
}
.inParty .inP-item-fir:hover img {
  transform: scale(1.04);
}
.inParty .inP-item-fir:hover h4 {
  color: #004EA2;
}
.inParty .inP-Bot {
  margin-top: 42px;
}
.inParty .inP-item {
  position: relative;
  display: block;
  padding: 25px 90px 25px 13.1%;
  border-top: 1px solid rgba(112, 112, 112, 0.15);
}
.inParty .inP-item .label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background-color: #C20000;
}
.inParty .inP-item h4 {
  height: 18px;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inParty .inP-item .date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  font-family: 'Gilroy';
}
.inParty .inP-item:hover h4 {
  color: #004EA2;
}
.inParty .inPartyItem {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 21px;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inParty .inPartyItem::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #999999;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inParty .inPartyItem:not(:last-of-type) {
  margin-bottom: 20px;
}
.inParty .inPartyItem:hover {
  color: #004EA2;
}
.inParty .inPartyItem:hover::before {
  background-color: #004EA2;
}
.inPro {
  position: relative;
  padding: 84px 0 122px;
}
.inPro .inProTab .ProTab-li {
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inPro .inProTab .ProTab-li:hover {
  color: #004EA2;
}
.inPro .inProTab .ProTab-li.active {
  color: #004EA2;
}
.inPro .bg {
  bottom: 0;
  z-index: 1;
}
.inPro .bg1 {
  width: 31.5%;
}
.inPro .bg2 {
  width: 27.6%;
}
.inPro .c1 {
  position: relative;
  z-index: 2;
}
.inPro-wrap {
  margin-top: 62px;
}
.inPro-items {
  position: relative;
  display: none;
}
.inPro-items .swiper-button-prev {
  left: -80px;
}
.inPro-items .swiper-button-next {
  right: -80px;
}
.inPro-items.selected {
  display: block;
}
.inPro-swiper {
  width: 100%;
}
.inPro-item {
  padding: 1px;
  box-sizing: border-box;
}
.inPro-item .img {
  position: relative;
  padding-bottom: 103.8%;
  overflow: hidden;
  box-sizing: border-box;
}
.inPro-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inPro-item .name {
  line-height: 1.1;
  color: #3B424C;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 15px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.inPro-item:hover .img img {
  transform: translate(-50%, -50%) scale(1.04);
}
.inPro-item:hover .name {
  color: #004EA2;
}
.incp-item .img {
  border: 1px solid #E6E6E6;
}
.incp-item .img img {
  width: auto;
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
}
.incp-item .des {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40.8%;
  width: 100%;
  height: 40.8%;
  background-color: rgba(0, 78, 162, 0.8);
  color: #fff;
  padding: 0 9.3%;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.incp-item .des p {
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.incp-item:hover .des {
  bottom: 0;
}
.insp-item {
  cursor: pointer;
}
.insp-item .img img {
  height: 100%;
  object-fit: cover;
}
.insp-item .img .icon {
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
}
.insp-item .img .icon i {
  font-size: 14px;
  color: #fff;
}
.swi-pagi {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #B0C3E3;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.swi-pagi::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #B0C3E3;
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.swi-pagi.swiper-button-next::after {
  content: '\eb05';
}
.swi-pagi.swiper-button-prev::after {
  content: '\eb06';
}
.swi-pagi:hover {
  border-color: #004EA2;
}
.swi-pagi:hover::after {
  color: #004EA2;
}
.about {
  padding: 112px 0 98px;
}
.about .name {
  color: #004EA2;
  margin-top: 30px;
}
.about .des {
  color: #666666;
  margin: 46px 0;
}
.about .more {
  color: #004EA2;
  cursor: pointer;
}
.about .num-items {
  margin-top: 87px;
}
.about .num-item {
  padding-top: 38px;
  width: 28.6%;
  border-top: 1px solid #999999;
}
.about .num-item * {
  line-height: 1;
}
.about .num-item .icon {
  margin-right: 8.25%;
}
.about .num-item .icon i {
  font-size: 66px;
  color: #004EA2;
}
.about .num-item .num-t {
  margin-bottom: 8px;
}
.about .num-item .num-t * {
  color: #004EA2;
}
.about .num-item .num {
  font-family: 'Gilroy';
}
.about .num-item p {
  color: #999999;
}
.leaders {
  background: url(../img/leader-bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 30px;
}
.leader-wrap {
  margin: 30px auto 0;
}
.leader-wrap .pagi {
  display: none;
}
.leader-wrap .swiper-pagination {
  position: relative;
}
.leader-wrap .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #DDDDDD;
  opacity: 1;
}
.leader-wrap .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 5px;
}
.leader-wrap .swiper-pagination-bullet-active {
  background-color: #004EA2;
}
.leader-swiper {
  padding: 30px 0;
  overflow: visible;
}
.leader-swiper .swiper-wrapper {
  flex-wrap: wrap;
}
.leader-swiper .swiper-slide {
  position: relative;
  width: 31.4%;
  height: auto;
  margin-right: 2.9%;
  margin-bottom: 64px;
  padding-top: 23px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 30px 1px rgba(0, 78, 162, 0.2);
}
.leader-swiper .swiper-slide:nth-of-type(3n) {
  margin-right: 0;
}
.leader-swiper .leader {
  box-sizing: border-box;
  padding-top: 34px;
  padding-bottom: 9px;
}
.leader-swiper .leader:nth-of-type(3n) {
  margin-right: 0;
}
.leader-swiper .leader .name {
  position: absolute;
  left: 0;
  top: -23px;
  width: 144px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background: linear-gradient(106deg, #67A0FF 0%, #1869BF 100%);
  box-shadow: 0px 3px 30px 1px rgba(0, 78, 162, 0.2);
  border-radius: 5px;
  margin-bottom: 34px;
}
.leader-swiper .leader .intro {
  padding: 0 8%;
  box-sizing: border-box;
}
.leader-swiper .leader .post {
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 10px;
}
.leader-swiper .leader .des {
  height: 66px;
  color: #999999;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ulTab li {
  font-weight: bold;
  margin-left: 118px;
  cursor: pointer;
}
.ulTab li.active {
  color: #004EA2;
}
.jg .jg-item {
  display: none;
}
.jg .jg-item.selected {
  display: block;
}
.jg .img {
  width: 94%;
  margin: 0 auto;
}
.history {
  background: url(../img/history-bg.jpg) no-repeat center;
  background-size: cover;
}
.history .allYears {
  font-family: 'Gilroy';
  color: #004EA2;
}
.fzlc {
  position: relative;
  margin-top: 71px;
  border-bottom: 6px solid #B0C3E3;
}
.fzlc .swiper-button-next {
  right: 3.85%;
}
.fzlc .swiper-button-prev {
  left: 3.85%;
}
.fzlc-swiper .swiper-wrapper {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.fzlc-swiper .lc-wrap {
  position: relative;
  padding: 74px 9% 64px;
  border-left: 2px solid #B0C3E3;
}
.fzlc-swiper .lc-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 12px 21px;
  border-style: solid;
  border-color: transparent transparent transparent #B0C3E3;
}
.fzlc-swiper .intro * {
  color: #666666;
}
.fzlc-swiper .year {
  font-family: 'Gilroy';
  line-height: 1;
  color: #004EA2;
  margin-top: 75px;
}
.culture {
  padding-bottom: 114px;
}
.culture .culture-t {
  border-bottom: 1px solid #DDDDDD;
}
.culture .culture-t li {
  font-weight: bold;
  margin-left: 118px;
  cursor: pointer;
}
.culture .culture-t li.active {
  color: #004EA2;
}
.culture .cul-t {
  margin-top: 46px;
}
.culture .cul-t .img {
  width: 23.2%;
}
.culture .cul-t .img img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.culture .cul-t .intro {
  width: 76.8%;
}
.culture .cul-t .intro * {
  color: #666666;
}
.culture .cul-items {
  display: none;
}
.culture .cul-items.selected {
  display: block;
}
.culture .cul-wrap .more {
  display: block;
  height: 57px;
  line-height: 57px;
  color: #666666;
  text-align: center;
  background-color: #DDDDDD;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.culture .cul-wrap .more:hover {
  color: #fff;
  background-color: #004EA2;
}
.culture .qccj .qccj-items {
  margin-bottom: 10px;
}
.culture .qccj .qccj-item {
  width: 48.1%;
  margin-right: 3.8%;
  margin-bottom: 40px;
}
.culture .qccj .qccj-item:nth-of-type(2n) {
  margin-right: 0;
}
.culture .qccj .qccj-item .img {
  width: 43%;
  overflow: hidden;
}
.culture .qccj .qccj-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.culture .qccj .qccj-item .txt {
  width: 57%;
  padding-left: 3%;
  box-sizing: border-box;
}
.culture .qccj .qccj-item h3 {
  height: 22px;
  line-height: 1.1;
  margin-bottom: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.culture .qccj .qccj-item .des {
  height: 51px;
  color: #666666;
  margin-bottom: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.culture .qccj .qccj-item .date {
  color: #999999;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.culture .qccj .qccj-item:hover .img img {
  transform: scale(1.04);
}
.culture .qccj .qccj-item:hover h3,
.culture .qccj .qccj-item:hover .date {
  color: #004EA2;
}
.culture .cysp .cul-video {
  width: 22.9%;
  margin-right: 2.8%;
  cursor: pointer;
}
.culture .cysp .cul-video:nth-of-type(4n) {
  margin-right: 0;
}
.culture .cysp .cul-video .img {
  position: relative;
  overflow: hidden;
}
.culture .cysp .cul-video .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.culture .cysp .cul-video .icon {
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #fff;
}
.culture .cysp .cul-video .icon i {
  font-size: 12px;
  color: #fff;
}
.culture .cysp .cul-video .name {
  height: 18px;
  line-height: 1.1;
  margin: 14px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.culture .cysp .cul-video:hover img {
  transform: scale(1.04);
}
.culture .cysp .cul-video:hover .name {
  color: #004EA2;
}
.honor {
  background: url(../img/honor-bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 133px;
}
.honor .honor-item {
  margin-left: 38px;
}
.honor .honor-item .num,
.honor .honor-item .jh {
  font-family: 'Gilroy';
  color: #004EA2;
}
.honor-bot {
  position: relative;
  margin-top: 158px;
}
.honor-bot .swiper-button-prev {
  left: 4.4%;
}
.honor-bot .swiper-button-next {
  right: 4.4%;
}
.honor-swiper {
  width: 79.4vw;
  margin: 0 auto;
}
.honor-swiper .swiper-wrapper {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.honor-swiper .swiper-slide {
  width: auto;
}
.honor-swiper .swiper-slide img {
  max-width: 320px;
  max-height: 400px;
  margin: 0 auto;
  object-fit: contain;
}
.cydw {
  background: url(../img/cydw-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 155px;
}
.cydw-item {
  position: relative;
  width: 28.6%;
  margin-right: 7.1%;
  padding: 30px 0;
  border-bottom: 2px solid #DDDDDD;
  margin-top: 30px;
  cursor: pointer;
}
.cydw-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #004EA2;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cydw-item:nth-of-type(3n) {
  margin-right: 0;
}
.cydw-item p {
  line-height: 1.1;
  padding-right: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cydw-item i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  font-size: 18px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.cydw-item:hover::before {
  width: 100%;
}
.cydw-item:hover p,
.cydw-item:hover i {
  color: #004EA2;
}
.new-swiper .img {
  width: 48.9%;
  overflow: hidden;
}
.new-swiper .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.new-swiper .txt {
  width: 42.3%;
  margin-left: 4.2%;
  padding-top: 47px;
}
.new-swiper .date {
  font-family: 'Gilroy';
  color: #004EA2;
  line-height: 1;
}
.new-swiper h4 {
  height: 70px;
  line-height: 1.6;
  margin: 17px 0 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.new-swiper .des {
  height: 84px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new-swiper .swiper-slide:hover img {
  transform: scale(1.04);
}
.new-swiper .swiper-slide:hover h4 {
  color: #004EA2;
}
.new-swiper .swiper-pagination {
  left: 53.1%;
  bottom: 10.8%;
  width: auto;
}
.new-swiper .swiper-pagination-bullet {
  width: 22px;
  height: 4px;
  background-color: #DDDDDD;
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.new-swiper .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 10px !important;
}
.new-swiper .swiper-pagination-bullet-active {
  background-color: #004EA2;
}
.news {
  background-color: #F6F6F6;
  padding-bottom: 124px;
}
.xw-filter {
  margin-bottom: 87px;
}
.xw-filter .fil-year {
  width: 30%;
}
.xw-filter .fil-year span {
  width: 60px;
}
.xw-filter .fil-gjc {
  width: 53.5%;
}
.xw-filter .fil-gjc span {
  width: 120px;
}
.xw-filter .filter-item span {
  font-weight: bold;
}
.xw-filter .filt {
  height: 46px;
  line-height: 46px;
}
.xw-filter .fil-select {
  width: calc(100% - 60px);
  color: #707070;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(/yanyesite/images/sjx.png) no-repeat 91% 50%;
  padding: 0 4.7%;
}
.xw-filter .fil-input {
  width: calc(100% - 120px);
  padding: 0 2.7%;
  color: #999999;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
}
.xw-filter .btn {
  display: inline-block;
  width: 12.1%;
  color: #fff;
  background-color: #004EA2;
}
.news-items {
  margin-bottom: 84px;
}
.news-item {
  width: 31.4%;
  background-color: #fff;
  margin-right: 2.9%;
  margin-bottom: 40px;
}
.news-item:nth-of-type(3n) {
  margin-right: 0;
}
.news-item .img {
  overflow: hidden;
}
.news-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item h4 {
  line-height: 1.1;
  color: #1B1B1B;
  margin-bottom: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item p {
  height: 50px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-item .date {
  font-family: 'Gilroy';
}
.news-item .top {
  margin: 30px 0 62px;
  padding: 0 7.3%;
}
.news-item .bot {
  padding: 30px 7.3% 24px 9.8%;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.news-item .bot * {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item:hover img {
  transform: scale(1.04);
}
.news-item:hover h4 {
  color: #004EA2;
}
.news-item:hover .bot * {
  color: #004EA2;
}
.notice-items {
  margin-bottom: 139px;
}
.notice-item {
  position: relative;
  display: block;
}
.notice-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #F5F5F5;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1;
}
.notice-item::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #004EA2;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  z-index: 1;
}
.notice-item .c1 {
  position: relative;
  padding: 59px 0 44px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  z-index: 2;
}
.notice-item .date {
  width: 11.9%;
  margin-right: 3.6%;
}
.notice-item .date * {
  color: #999999;
  line-height: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.notice-item .day {
  font-weight: bold;
  margin-bottom: 15px;
}
.notice-item .txt {
  width: 82.9%;
}
.notice-item .txt p {
  height: 56px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice-item h4 {
  height: 24px;
  line-height: 1.1;
  margin-bottom: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.notice-item .more {
  color: #666666;
  margin-top: 30px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.notice-item:hover::before {
  top: 0;
  height: 100%;
}
.notice-item:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.notice-item:hover .date * {
  color: #004EA2;
}
.notice-item:hover h4,
.notice-item:hover .more {
  color: #004EA2;
}
.infoList {
  background-color: #F8F8F8;
  padding-bottom: 187px;
}
.NewsInfoL {
  width: 65.7%;
}
.NewsInfoL .top {
  padding-bottom: 41px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 37px;
  text-align: center;
}
.NewsInfoL .name {
  line-height: 1.4;
  margin-bottom: 15px;
}
.NewsInfoL .sub-tit {
  position: relative;
  display: inline-block;
  color: #999999;
  font-weight: bold;
  margin-bottom: 40px;
  padding-left: 50px;
}
.NewsInfoL .sub-tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 40px;
  height: 1px;
  background-color: #999999;
}
.NewsInfoL .date {
  color: #999999;
}
.NewsInfoL .date span {
  font-family: 'Gilroy';
  color: #999999;
}
.NewsInfoL .info * {
  font-size: inherit;
  color: #666666;
}
.NewsInfoL .info strong,
.NewsInfoL .info em {
  font-weight: bold;
}
.NewsInfoL .info strong *,
.NewsInfoL .info em * {
  font-weight: bold;
}
.NewsInfoL .info i {
  font-style: italic;
}
.NewsInfoL .info i * {
  font-style: italic;
}
.NewsInfoL .info ol,
.NewsInfoL .info ul,
.NewsInfoL .info li {
  list-style: disc;
}
.NewsInfoL .info img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.NewsInfoR {
  width: 28.5%;
  padding-left: 5.7%;
  margin-left: 5.8%;
  box-sizing: border-box;
  border-left: 1px solid #DDDDDD;
}
.NewsInfoR .img {
  overflow: hidden;
}
.NewsInfoR .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.NewsInfoR h3 {
  margin-bottom: 25px;
}
.NewsInfoR .recom-item {
  display: block;
}
.NewsInfoR .recom-item:not(:last-of-type) {
  margin-bottom: 35px;
}
.NewsInfoR .recom-item p {
  color: #666666;
  line-height: 1.1;
  margin-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.NewsInfoR .recom-item:hover img {
  transform: scale(1.04);
}
.NewsInfoR .recom-item:hover p {
  color: #004EA2;
}
.NewsInfoR .page {
  margin-top: 475px;
}
.NewsInfoR .page * {
  color: #666666;
}
.NewsInfoR .page span {
  flex-shrink: 0;
}
.NewsInfoR .page a {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.NewsInfoR .page a:hover {
  color: #004EA2;
}
.NewsInfoR .page .next {
  margin-top: 12px;
}
.dangjian {
  padding-top: 256px;
}
.party {
  position: relative;
  padding-bottom: 157px;
}
.party .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.party .bg img {
  height: 100%;
  object-fit: cover;
}
.party .djyl {
  position: relative;
  z-index: 2;
}
.party .dj {
  max-width: 80vw;
  margin: 0 auto 222px;
}
.party .dj img {
  width: auto;
  margin: 0 auto;
}
.hotRe {
  width: 93.4%;
  height: 180px;
  background: linear-gradient(99deg, rgba(246, 204, 178, 0) 0%, rgba(247, 213, 188, 0.9) 25%, #F7D5BA 44%, rgba(248, 214, 189, 0.9) 71%, rgba(244, 207, 183, 0) 100%);
  margin: 0 auto;
}
.hotRe .img {
  width: 90px;
}
.hotRe .txt {
  max-width: 60%;
  margin-left: 3.6%;
}
.hotRe .txt * {
  color: #B51926;
}
.hotRe h3 {
  height: 78px;
  line-height: 1.3;
  margin-bottom: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hotRe p {
  height: 20px;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.party-items {
  margin-top: 102px;
}
.party-item {
  padding: 20px;
  background-color: #fff;
}
.party-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.party-item .img {
  width: 40.4%;
  overflow: hidden;
}
.party-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.party-item .img:hover img {
  transform: scale(1.04);
}
.party-item .partys {
  width: 55.9%;
  margin-left: 3.7%;
}
.party-item .partys h4 {
  position: relative;
  padding-left: 3.5%;
  margin-bottom: 14px;
}
.party-item .partys h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 65%;
  background-color: #C20000;
}
.party-item .partys .more {
  display: inline-block;
  width: 108px;
  height: 31px;
  line-height: 31px;
  color: #fff;
  text-align: center;
  background-color: #C20000;
}
.dj-item {
  position: relative;
  display: block;
  height: 18px;
  line-height: 1.1;
  padding-left: 2.8%;
  margin-bottom: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.dj-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #999999;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.dj-item:hover {
  color: #C20000;
}
.dj-item:hover::before {
  background-color: #C20000;
}
.special {
  position: relative;
  overflow: hidden;
}
.special .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.special .dj {
  position: relative;
  margin: 0 auto 200px;
  max-width: 80vw;
  z-index: 2;
}
.special .dj img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.special-wrap {
  position: relative;
  z-index: 1;
}
.special-fir .swiper-slide {
  background-color: #fff;
}
.ztlm {
  margin: 40px 0 114px;
}
.ztlm .ztlmL {
  width: 66.9%;
  background-color: #fff;
  padding: 40px 4.3% 95px;
}
.ztlm .ztlmR {
  width: 31.4%;
  margin-left: 1.7%;
}
.ztlm .zt-btns {
  margin-top: 24px;
}
.ztlm .zt-btn {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  display: inline-block;
  width: 80px;
  height: 33px;
  background-color: #EEEEEE;
  margin-top: 0;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.ztlm .zt-btn::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #004EA2;
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.ztlm .zt-btn:hover {
  background-color: #004EA2;
}
.ztlm .zt-btn:hover::after {
  color: #fff;
}
.ztlm .swiper-button-next::after {
  content: '\eb05';
}
.ztlm .swiper-button-prev {
  margin-right: 10px;
}
.ztlm .swiper-button-prev::after {
  content: '\eb06';
}
.zt-swiper {
  height: 693px;
}
.zt-swiper .swiper-slide {
  display: block;
  height: calc((100% - 40px) / 3);
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.brand {
  background-color: #F8F8F8;
}
.brand .list-item {
  margin-top: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.brand .list-item span {
  font-size: 16px;
  flex-shrink: 0;
}
.filter {
  margin-bottom: 74px;
}
.sub-swiper .swiper-wrapper {
  flex-wrap: wrap;
}
.sub-swiper .swiper-slide {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 16px;
  flex-shrink: inherit;
}
.sub-swiper .swiper-slide:not(:last-of-type) {
  margin-right: 81px;
}
.sub-swiper .swiper-slide.active {
  color: #004EA2;
  font-weight: bold;
}
.sub-swiper .swiper-slide:hover {
  color: #004EA2;
}
.filter-swi {
  margin-left: 42px;
}
.filter-swi .swiper-slide {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 28px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-swi .swiper-slide.active {
  font-weight: bold;
}
.filter-swi .swiper-slide:hover {
  font-weight: bold;
}
.sub-swiper .swiper-slide {
  margin-bottom: 20px;
}
.products .pro-wrap {
  margin-bottom: 81px;
}
.products .pro-item {
  position: relative;
  width: 48.6%;
  height: 380px;
  padding: 50px 0 40px 3.1%;
  margin-right: 2.8%;
  margin-bottom: 40px;
  background-color: #fff;
}
.products .pro-item:nth-of-type(2n) {
  margin-right: 0;
}
.products .pro-item .txt {
  width: 51.9%;
}
.products .pro-item .pro-t {
  position: relative;
  width: 91%;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.products .pro-item .pro-t::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 28px;
  height: 3px;
  background-color: #004EA2;
}
.products .pro-item .pro-t h4 {
  height: 25px;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.products .pro-item .intro {
  margin-top: 37px;
}
.products .pro-item .intro * {
  color: #666666;
}
.products .pro-item .onlines {
  margin-top: 23px;
}
.products .pro-item .online {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.products .pro-item .online:not(:last-of-type) {
  margin-right: 15px;
}
.products .pro-item .online img {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}
.products .pro-item .online:hover {
  background-color: #DDDDDD;
}
.products .pro-item .pic {
  right: 5.15%;
  width: 33.8%;
}
.products .pro-item .img {
  position: relative;
  padding-bottom: 130.4%;
  overflow: hidden;
}
.products .pro-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.products .pro-item:hover h4 {
  color: #004EA2;
}
.products .pro-item:hover .img img {
  transform: translate(-50%, -50%) scale(1.04);
}
.story {
  padding-bottom: 160px;
  background-color: #F8F8F8;
}
.story .sto-pagi {
  width: auto;
  height: auto;
  margin-top: 0;
}
.story .sto-pagi::after {
  color: #666666;
  font-size: 20px;
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.story .sto-pagi:hover::after {
  color: #004EA2;
}
.story .sto-next {
  right: 24.9%;
}
.story .sto-next::after {
  content: '\eb05';
}
.story .sto-prev {
  left: 24.9%;
}
.story .sto-prev::after {
  content: '\eb06';
}
.story-t {
  position: relative;
  padding: 0 8%;
}
.story-swiper1 {
  padding: 135px 0 106px;
}
.story-swiper1 .swiper-slide {
  position: relative;
  transition: 300ms;
  transform: scale(0.42);
}
.story-swiper1 .swiper-slide .img-wrap {
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.story-swiper1 .swiper-slide .img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.story-swiper1 .swiper-slide .img::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../images/jb.png) no-repeat center;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.story-swiper1 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.story-swiper1 .swiper-slide .cir {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.story-swiper1 .swiper-slide-active {
  transform: scale(1);
}
.story-swiper1 .swiper-slide-active .img::before {
  width: 138%;
  height: 138%;
  opacity: 1;
  visibility: visible;
}
.story-swiper1 .swiper-slide-active .cir {
  width: 138%;
  height: 138%;
  opacity: 1;
  visibility: visible;
}
.story-b {
  margin-top: 48px;
}
.story-b .intro {
  width: 58.6%;
  margin: 20px auto 0;
}
.story-b .intro * {
  font-size: inherit;
  color: #666666;
}
.story-b .story-item {
  display: none;
}
.story-b .story-item.active {
  display: block;
}
.pro-videos {
  margin-bottom: 93px;
}
.pro-video {
  width: 21.25%;
  margin-right: 5%;
  margin-bottom: 60px;
  cursor: pointer;
}
.pro-video:nth-of-type(4n) {
  margin-right: 0;
}
.pro-video .img {
  position: relative;
  overflow: hidden;
}
.pro-video .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pro-video .img .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.pro-video .img .icon i {
  font-size: 14px;
  color: #fff;
}
.pro-video p {
  color: #666666;
  line-height: 1.1;
  margin-top: 23px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro-video:hover img {
  transform: scale(1.04);
}
.pro-video:hover p {
  color: #004EA2;
}
.hr {
  padding: 58px 0 118px;
}
.hr-wrap {
  margin-bottom: 137px;
}
.hr-item {
  position: relative;
  padding: 64px 0 50px;
  border-bottom: 1px solid #CCCCCC;
}
.hr-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #004EA2;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.hr-item .img {
  width: 34.3%;
  overflow: hidden;
}
.hr-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.hr-item .txt {
  width: 53.6%;
  margin-left: 5.1%;
}
.hr-item .date {
  font-family: 'Gilroy';
  color: #999999;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.hr-item h3 {
  height: 25px;
  line-height: 1.1;
  margin: 30px 0 33px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.hr-item .des {
  height: 58px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hr-item .more {
  margin-top: 45px;
  color: #666666;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.hr-item:hover::before {
  width: 100%;
}
.hr-item:hover img {
  transform: scale(1.04);
}
.hr-item:hover .date,
.hr-item:hover h3,
.hr-item:hover .more {
  color: #004EA2;
}
.contact {
  margin: 129px auto 140px;
}
.map {
  position: relative;
}
.map .map-wrap {
  left: 4.9%;
}
.map .map-info {
  padding: 70px 40px 69px 52px;
  background-color: #fff;
}
.map .map-info .name {
  color: #004EA2;
  margin-bottom: 12px;
}
.map .map-info .info {
  color: #666666;
}
.map .map-info .palce {
  margin: 60px 0 50px;
}
.map .map-info .items .item {
  width: 50%;
}
.map .map-info .items .info {
  font-family: 'Gilroy';
}
#map {
  height: 576px;
}
#map img {
  max-width: none;
  width: auto;
  text-align: center;
}
#map .BMap_pop .BMap_top {
  border-top-color: #fff !important;
}
#map .BMap_pop .BMap_bottom {
  border-bottom-color: #fff !important;
}
#map .BMap_pop .BMap_center {
  border-left-color: #fff !important;
  border-right-color: #fff !important;
}
#map .BMap_pop div:nth-child(1),
#map .BMap_pop div:nth-child(2),
#map .BMap_pop div:nth-child(3),
#map .BMap_pop div:nth-child(4) {
  border-color: #fff !important;
}
.firm {
  margin-top: 65px;
}
.firm-item {
  position: relative;
  border-top: 1px solid #DDDDDD;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.firm-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  background-color: #004EA2;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.firm-item .firm-t {
  position: relative;
  padding: 30px 5.6% 24px;
}
.firm-item .firm-t::after {
  content: '';
  position: absolute;
  right: 3.2%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 10px 7px;
  margin-top: 10px;
  border-color: #999999 transparent transparent transparent;
  border-style: solid;
}
.firm-item .firm-t h4 {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.firm-item .firm-b {
  display: none;
  padding: 7px 5.6% 59px;
}
.firm-item .item {
  width: 50%;
}
.firm-item .name {
  color: #004EA2;
  line-height: 1;
  margin-bottom: 12px;
}
.firm-item .info {
  color: #666666;
}
.firm-item .tel {
  font-family: 'Gilroy';
}
.firm-item.active {
  box-shadow: 0px 3px 30px 1px rgba(153, 153, 153, 0.15);
}
.firm-item.active::before {
  width: 100%;
}
.firm-item.active h4 {
  color: #004EA2;
}
.error {
  position: relative;
  width: 100%;
  height: 100vh;
}
.error .error-wrap {
  width: 100%;
}
.error .img {
  width: 26.5%;
  margin: 0 auto;
}
.error p {
  margin-top: 78px;
}
