.ani {
  visibility: hidden;
}
p {
  margin: 0;
}
.index .mtop50 {
  margin-top: 3.125rem;
}
.index .mtop45 {
  margin-top: 2.8125rem;
}
.index .index-banner {
  position: relative;
}
.index .index-banner img {
  display: block;
  width: 100%;
}
.index .index-banner .banner-text {
  position: absolute;
  bottom: 12rem;
  left: 0;
  width: 100%;
  font-size: 2.25rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}
.index .index-banner .banner-text .iconImg {
  margin-top: 3.75rem;
  width: 36px;
}
.index .i-about {
  padding: 11.5625rem 0;
  background: url(/images/c-i-about-bg.webp) no-repeat center bottom;
}
.index .i-about .l-box {
  width: 50%;
  box-sizing: border-box;
  padding-right: 4.375%;
}
.index .i-about .l-box .con {
  font-size: 1.125rem;
  line-height: 2;
  color: #333;
}
.index .i-about .l-box ul > li > a {
  display: flex;
  align-items: center;
}
.index .i-about .l-box ul > li > a img {
  display: block;
  width: 25px;
}
.index .i-about .l-box ul > li > a p {
  font-size: 1.5rem;
  color: #7a0400;
  margin: 0;
  margin-left: 0.375rem;
}
.index .i-about .r-box {
  width: 50%;
  position: relative;
}
.index .i-about .r-box .img1 {
  display: block;
  width: 42.6875rem;
  -webkit-mask-image: url(../images/c-i-about-r.webp);
  mask-image: url(../images/c-i-about-r.webp);
  mask-size: 100%;
  -webkit-mask-size: 100%;
}
.index .i-about .r-box .bgImg {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 10rem;
  animation: move 3s 0s infinite;
}
.index .i-news {
  background: #efebea;
  padding: 5.9375rem 0 4.375rem;
}
.index .i-news .i-title {
  text-align: center;
}
.index .i-news .i-news-box .col1 {
  width: 33%;
}
.index .i-news .i-news-box .col1 a {
  display: block;
}
.index .i-news .i-news-box .col1 .img-box {
  width: 100%;
}
.index .i-news .i-news-box .col1 .text-box {
  background: #fff;
  box-sizing: border-box;
  padding: 2.5rem 1.875rem 3.125rem;
}
.index .i-news .i-news-box .col1 .text-box .title {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #3c3c3c;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .i-news .i-news-box .col1 .text-box .con {
  font-size: 1rem;
  color: #777;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 2.8125rem 0 3.125rem;
}
.index .i-news .i-news-box .col1 .text-box .bot-box .year {
  font-size: 1rem;
  color: #474747;
}
.index .i-news .i-news-box .col1 .text-box .bot-box img {
  display: block;
  width: 20px;
}
.index .i-news .i-news-box .col2 {
  width: 64%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.index .i-news .i-news-box .col2 li {
  width: 48%;
  height: 11.25rem;
  background: #fff;
  border-bottom: 0.25rem solid #7a0400;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 2rem;
}
.index .i-news .i-news-box .col2 li a {
  font-size: 1.25rem;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #3c3c3c;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .i-news .more {
  margin: 3.125rem auto 0;
}
.index .i-vol .w1730 {
  position: relative;
}
.index .i-vol .w1500 {
  background: url(../images/c-i-vol-bg.webp) no-repeat;
  background-position: center 100%;
  background-size: 100% auto;
  padding: 6.5625rem 0 8.4375rem;
  position: relative;
}
.index .i-vol .w1500 .i-title {
  text-align: center;
}
.index .i-vol .w1500 .i-vol-swiper {
  margin-top: 4.0625rem;
}
.index .i-vol .w1500 .i-vol-swiper .swiper-slide {
  position: relative;
}
.index .i-vol .w1500 .i-vol-swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.index .i-vol .w1500 .i-vol-swiper .swiper-slide .title {
  background: url(../images/text-bg.png) no-repeat center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.5rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.875rem;
}
.index .i-vol .w1500 .i-vol-swiper .swiper-slide .title p {
  font-size: 1.5rem;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .i-vol .w1500 .i-vol-swiper .swiper-slide:nth-child(even) img {
  margin-top: 3.125rem;
}
.index .i-vol .w1500 .bg {
  position: absolute;
  top: 7%;
  right: 25%;
  display: block;
  width: 12.25rem;
  max-width: 196px;
}
.index .i-vol .w1500 .more {
  margin: 3.4375rem auto 0;
}
.index .i-vol .swiperBtn {
  width: 5rem;
  position: absolute;
  top: 50%;
}
.index .i-vol .swiperBtn img {
  display: block;
  width: 100%;
}
.index .i-vol .swiper-prev {
  left: 0;
}
.index .i-vol .swiper-next {
  right: 0;
}
.index .i-img {
  background: url(../images/i-img-bg.webp) no-repeat center top;
  position: relative;
  padding-top: 11.875rem;
  padding-bottom: 10rem;
}
.index .i-img .i-title .c-title,
.index .i-img .i-title .e-title {
  color: #fff;
}
.index .i-img .i-img-box {
  margin-top: 5rem;
  position: relative;
  z-index: 2;
}
.index .i-img .i-img-box .row {
  display: flex;
  width: 50%;
  margin: 0;
  flex-wrap: wrap;
}
.index .i-img .i-img-box .row2 .bigBox {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index .i-img .i-img-box .box {
  width: 50%;
  height: 18.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.index .i-img .i-img-box .box .title-box {
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.index .i-img .i-img-box .box .title-box .title {
  font-size: 1.5rem;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .i-img .i-img-box .box .title-box .e-title {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 1px;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .i-img .i-img-box .box1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #d52238;
  opacity: 0.85;
  transition: all 0.85s ease-in-out;
}
.index .i-img .i-img-box .box1:hover .title-box {
  opacity: 1;
}
.index .i-img .i-img-box .box1:hover::after {
  width: 200%;
  height: 250%;
}
.index .i-img .i-img-box .box2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #b29b6b;
  opacity: 0.9;
  transition: all 0.85s ease-in-out;
}
.index .i-img .i-img-box .box2:hover .title-box {
  opacity: 1;
}
.index .i-img .i-img-box .box2:hover::after {
  width: 200%;
  height: 250%;
}
.index .i-img .i-img-bg {
  position: absolute;
  right: 0;
  top: 7.875rem;
  width: 56%;
  z-index: 1;
}
.ex-vol {
  padding: 3.4375rem 0 4.0625rem;
}
.ex-vol .w1500 {
  position: relative;
}
.ex-vol .c-bg {
  position: absolute;
  top: 0;
  right: 22%;
}
.ex-vol .i-title {
  text-align: center;
}
.ex-vol .list {
  flex-wrap: wrap;
  margin-top: 3.4375rem;
}
.ex-vol .list li {
  width: 22.67%;
  margin-bottom: 3.125rem;
  overflow: hidden;
}
.ex-vol .list li a {
  display: block;
  position: relative;
}
.ex-vol .list li img {
  display: block;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.ex-vol .list li .title {
  background: url(../images/text-bg.png) no-repeat center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.5rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.875rem;
}
.ex-vol .list li .title p {
  font-size: 1.5rem;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ex-vol .list li:not(:nth-child(4n)) {
  margin-right: 3.1%;
}
.ex-vol .list li:hover img {
  transform: scale(1.1);
}
.c-project {
  background: #f4f4f4;
  padding: 5rem 0;
}
.c-project .list {
  flex-wrap: wrap;
}
.c-project .list li {
  width: 24%;
  margin-bottom: 2.5rem;
}
.c-project .list li .img-box {
  overflow: hidden;
  height: 18rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-project .list li .img-box img {
  transition: all 0.85s ease-in-out;
}
.c-project .list li .text-box {
  height: 9.375rem;
  box-sizing: border-box;
  padding: 0 1.25rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-project .list li .text-box .title {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #474747;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c-project .list li .text-box .box {
  margin-top: 1.875rem;
}
.c-project .list li .text-box .box .item {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.c-project .list li .text-box .box .item p {
  font-weight: normal;
  color: #777;
  margin-bottom: 0.75rem;
}
.c-project .list li .text-box .box .item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -50%;
  background: #ddd;
}
.c-project .list li .text-box .box .item > div {
  color: #000;
}
.c-project .list li:not(:nth-child(4n)) {
  margin-right: 1.33%;
}
.c-project .list li:hover img {
  transform: scale(1.1);
}
.c-project .page .page-item {
  background: #fff;
}
.c-diary {
  padding: 3.4375rem 0 4.0625rem;
}
.c-diary .i-title {
  text-align: center;
}
.c-diary .list {
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.c-diary .list li {
  width: 23.33%;
  margin-bottom: 2.5rem;
}
.c-diary .list li img {
  border-radius: 0.625rem;
}
.c-diary .list li .title {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c-diary .list li:not(:nth-child(4n)) {
  margin-right: 2.2267%;
}
.c-contact .zhong {
  padding: 2.5rem 0;
}
.c-contact .lx_content {
  margin-bottom: 3.125rem;
}
.c-contact .mod_content {
  font-size: 1rem;
  line-height: 1.8;
  color: #474747;
}
.c-contact .mod_content img {
  max-width: 100%;
  height: auto !important;
}
.c-contact .mod_content table {
  text-align: center;
  max-width: 100%;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.c-contact .mod_content table tr td {
  padding: 0.4rem 0.8rem;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  vertical-align: middle;
}
.c-contact .mod_content table tr:first-child td {
  font-weight: bold;
  background: #366092;
  color: #fff;
}
.c-contact .my-map {
  margin: 0 auto;
  width: 100%;
  height: 40rem;
  border: 1px solid #dedede;
}
.c-contact .my-map .icon {
  background: url(../images/marker.png) no-repeat;
}
.c-contact .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.c-contact .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.c-contact .amap-container {
  height: 100%;
}
.c-contact .myinfowindow {
  width: 240px;
  min-height: 50px;
}
.c-contact .myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.c-contact .myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}
.c-contact .caption {
  padding-right: 20%;
}
.c-contact .caption h4 {
  margin: 1.25rem 0;
}
.c-contact .caption h5 {
  font-size: 1rem;
  margin: 1rem 0;
}
.c-contact .caption p {
  margin-bottom: 0.5rem;
  color: #666;
}
.c-contact .liuyan {
  background: #f5f5f5;
  padding: 1.25rem 0;
}
.c-contact .liuyan .row .col-sm-6 {
  margin-bottom: 20px;
}
.c-contact input {
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  border: 1px solid #dcdcdc;
  font-size: 14px;
}
.c-contact textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #dcdcdc;
  font-size: 14px;
}
.c-contact button {
  background: #7a0400;
  height: 2.5rem;
  padding: 0 2rem;
  border: none;
  color: #fff;
  font-size: 14px;
}
.c-active {
  padding: 3.75rem 0;
}
.c-active .i-title {
  text-align: center;
}
.c-active .list {
  flex-wrap: wrap;
  margin-top: 2.1875rem;
}
.c-active .list li {
  width: 24%;
  height: 18rem;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
.c-active .list li:not(:nth-child(4n)) {
  margin-right: 1.33%;
}
.c-active .list .imgItem .title-box {
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.c-active .list .imgItem .title-box .title {
  font-size: 1.5rem;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c-active .list .imgItem .title-box .e-title {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 1px;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c-active .list .imgItem::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #d52238;
  opacity: 0.85;
  transition: all 0.85s ease-in-out;
}
.c-active .list .imgItem:hover .title-box {
  opacity: 1;
}
.c-active .list .imgItem:hover::after {
  width: 200%;
  height: 250%;
}
.c-active .list .videoItem {
  cursor: pointer;
}
.c-active .list .videoItem .bg-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-active .list .videoItem .bg-box img {
  width: 3.75rem;
}
.c-active .list .videoItem .bg-box .title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  margin-top: 1.875rem;
}
.c-active .list .videoItem:hover .bg-box {
  opacity: 1;
}
.nnew_tuijian .ex-vol,
.nnew_tuijian .c-diary {
  padding: 0;
}
.nnew_tuijian .ex-vol .list,
.nnew_tuijian .c-diary .list {
  width: 100%;
}
.nnew_tuijian .ex-vol .list li,
.nnew_tuijian .c-diary .list li {
  width: 100%;
}
@keyframes move {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  80% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  85% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  90% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  95% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none!important;
  }
}
#videModal.cur {
  opacity: 1;
  pointer-events: auto;
}
#videModal.cur .modal_bai {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
#videModal {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
#videModal .modal_bai {
  background: rgba(255, 255, 255, 0.35);
  padding: 1rem;
  box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.2);
  border-radius: 0.5rem;
  transition: all 0.3s;
  backdrop-filter: blur(5px);
}
#videModal .modal_bai .modal-header {
  border: none;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}
#myModalLabel {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
}
#videModal .modal_bai .close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%) translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  font-size: 1.125rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  backdrop-filter: blur(5px);
}
#videModal .modal_bai .modal-body {
  padding: 0;
  width: 90vw;
  height: 90vh;
}
#videModal .modal_bai .modal-body video {
  width: 100%;
  height: 100%;
}
#videModal .modal_bai .modal-body iframe {
  width: 100%;
  height: 100%;
}
