.inbanner img {
  width: 100%;
  height: 56.4vw;
}
.inbanner .swiper-slide {
  overflow: hidden;
  z-index: -1;
}
.inbanner .swiper-slide img {
  transition: 1s 2.5s;
  transform: perspective(1000px) translate3d(0, 0, 100px);
}
.inbanner .swiper-slide.swiper-slide-active {
  z-index: 99;
}
.inbanner .swiper-slide.swiper-slide-active img {
  transition: 5s 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}
.inbanner .swiper-pagination-bullet {
  width: 15px;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 0;
}
.inbanner .swiper-pagination-bullet-active {
  opacity: 1;
}
.index {
  padding-top: 60px;
}
.index .row {
  margin-bottom: 10px;
}
.index .news .tit {
  position: relative;
  line-height: 44px;
  border-bottom: 1px solid #eaeef4;
}
.index .news .tit h3 {
  display: inline-block;
  transform: translateY(1px);
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  padding-right: 16px;
  border-bottom: 2px solid #db1010;
}
.index .news .tit h3 span {
  font-size: 20px;
  margin-right: 10px;
}
.index .news .tit h3 span::before {
  background: -webkit-linear-gradient(135deg, #f28b12, #db1010);
  -webkit-background-clip: text;
  color: #db1010;
  -webkit-text-fill-color: transparent;
}
.index .news .tit a {
  position: absolute;
  right: 0;
  top: 0;
  color: #afb8bc;
}
.index .news .row > div:first-child {
  padding-right: 0;
}
.index .news .news-img {
  position: relative;
  margin-top: 20px;
  height: 300px;
}
.index .news .news-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.index .news .news-img p {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 16px;
  padding-left: 18px;
  line-height: 28px;
  color: #fff;
  background-color: #db1010;
  padding-bottom: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index .news .news-img .swiper-pagination {
  bottom: 5px;
}
.index .news .news-img .swiper-pagination-bullet {
  width: 16px;
  background-color: #fff;
  border-radius: 4px;
  opacity: 0.7;
}
.index .news .news-img .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
}
.index .news .news-list {
  height: 420px;
  background: url(../img/newsbackBox.png) no-repeat right center;
}
.index .news .news-list ul {
  padding-right: 16%;
}
.index .news .news-list ul li {
  font-size: 16px;
  line-height: 24px;
  height: 70px;
  padding: 10px 7%;
  transition: all 0.5s;
}
.index .news .news-list ul li:hover {
  background-image: linear-gradient(to right, #db1010, #ea5614);
}
.index .news .news-list ul li:hover a {
  color: #fff;
  font-weight: bold;
}
.index .about .tit {
  position: relative;
  line-height: 44px;
  border-bottom: 1px solid #eaeef4;
}
.index .about .tit h3 {
  display: inline-block;
  transform: translateY(1px);
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  padding-right: 16px;
  border-bottom: 2px solid #db1010;
}
.index .about .tit h3 span {
  font-size: 18px;
  margin-right: 10px;
}
.index .about .tit h3 span::before {
  background: -webkit-linear-gradient(135deg, #f28b12, #db1010);
  -webkit-background-clip: text;
  color: #db1010;
  -webkit-text-fill-color: transparent;
}
.index .about .tit a {
  position: absolute;
  right: 0;
  top: 0;
  color: #afb8bc;
}
.index .about .con {
  position: relative;
  height: 333px;
  margin-top: 20px;
  background-color: #f9fbfd;
  line-height: 24px;
  font-size: 15px;
  padding: 20px;
  overflow: hidden;
}
.index .about .con::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 165px;
  height: 165px;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background: url(../img/logo_pic.png) no-repeat left top / 199px;
}
.index .about .con p {
  position: relative;
  z-index: 2;
  text-indent: 2em;
  margin-bottom: 10px;
  text-align: justify;
}
.index .about .con p span {
  font-size: 30px;
  color: #db1010;
  font-weight: bold;
}
.index .about .con p a {
  margin-left: 10px;
  color: #db1010;
}
.index .give .tit {
  position: relative;
  line-height: 44px;
  border-bottom: 1px solid #eaeef4;
}
.index .give .tit h3 {
  display: inline-block;
  transform: translateY(1px);
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  padding-right: 16px;
  border-bottom: 2px solid #db1010;
}
.index .give .tit h3 span {
  font-size: 18px;
  margin-right: 10px;
}
.index .give .tit h3 span::before {
  background: -webkit-linear-gradient(135deg, #f28b12, #db1010);
  -webkit-background-clip: text;
  color: #db1010;
  -webkit-text-fill-color: transparent;
}
.index .give .tit a {
  position: absolute;
  right: 0;
  top: 0;
  color: #afb8bc;
}
.index .give .con {
  height: 310px;
  line-height: 24px;
  padding: 20px 0 0;
  overflow: hidden;
}
.index .give .con .president {
  float: left;
  text-align: center;
  margin-right: 20px;
  width: 140px;
}
.index .give .con .president .img {
  width: 140px;
  height: 160px;
  margin-bottom: 12px;
  box-shadow: 3px 3px 5px rgba(120, 123, 127, 0.3);
}
.index .give .con .president .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .give .con .president h2 {
  font-size: 16px;
  line-height: 26px;
}
.index .give .con .president p {
  line-height: 22px;
  margin-bottom: 10px;
}
.index .give .con .president a {
  color: #afb8bc;
}
.index .give .con > p {
  text-indent: 2em;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 15px;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.index .give .con > p span {
  font-size: 30px;
  color: #db1010;
  font-weight: bold;
}
.index .give .con > p a {
  margin-left: 10px;
  color: #db1010;
}
.index .video .tit {
  position: relative;
  line-height: 44px;
  border-bottom: 1px solid #eaeef4;
}
.index .video .tit h3 {
  display: inline-block;
  transform: translateY(1px);
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  padding-right: 16px;
  border-bottom: 2px solid #db1010;
}
.index .video .tit h3 span {
  font-size: 18px;
  margin-right: 10px;
}
.index .video .tit h3 span::before {
  background: -webkit-linear-gradient(135deg, #f28b12, #db1010);
  -webkit-background-clip: text;
  color: #db1010;
  -webkit-text-fill-color: transparent;
}
.index .video .tit a {
  position: absolute;
  right: 0;
  top: 0;
  color: #afb8bc;
}
.index .video .con {
  height: 333px;
  margin-top: 20px;
  background-color: #db1010;
  line-height: 24px;
}
.index .video .con .box {
  height: 279px;
  overflow: hidden;
}
.index .video .con .box > * {
  display: none;
}
.index .video .con .box > p:first-child {
  display: block;
}
.index .video .con .box p,
.index .video .con .box video {
  width: 100%;
  height: 100%;
}
.index .video .con .box video {
  background-color: #000;
}
.index .video .con h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 55px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index .dynamic .tit,
.index .public .tit,
.index .party .tit {
  position: relative;
  line-height: 44px;
  border-bottom: 1px solid #eaeef4;
}
.index .dynamic .tit h3,
.index .public .tit h3,
.index .party .tit h3 {
  display: inline-block;
  transform: translateY(1px);
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  padding-right: 16px;
  border-bottom: 2px solid #db1010;
}
.index .dynamic .tit h3 span,
.index .public .tit h3 span,
.index .party .tit h3 span {
  font-size: 20px;
  margin-right: 10px;
}
.index .dynamic .tit h3 span::before,
.index .public .tit h3 span::before,
.index .party .tit h3 span::before {
  background: -webkit-linear-gradient(135deg, #f28b12, #db1010);
  -webkit-background-clip: text;
  color: #db1010;
  -webkit-text-fill-color: transparent;
}
.index .dynamic .tit a,
.index .public .tit a,
.index .party .tit a {
  position: absolute;
  right: 0;
  top: 0;
  color: #afb8bc;
}
.index .dynamic .list,
.index .public .list,
.index .party .list {
  padding-top: 18px;
}
.index .dynamic .list dt,
.index .public .list dt,
.index .party .list dt {
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeef4;
}
.index .dynamic .list dt h2,
.index .public .list dt h2,
.index .party .list dt h2 {
  font-size: 18px;
  line-height: 26px;
  height: 54px;
  margin-bottom: 5px;
}
.index .dynamic .list dt p,
.index .public .list dt p,
.index .party .list dt p {
  color: #686b6f;
  height: 40px;
  line-height: 20px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.index .dynamic .list dd,
.index .public .list dd,
.index .party .list dd {
  position: relative;
  line-height: 38px;
}
.index .dynamic .list dd a,
.index .public .list dd a,
.index .party .list dd a {
  display: block;
  font-size: 16px;
  max-width: 86%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index .dynamic .list dd a::before,
.index .public .list dd a::before,
.index .party .list dd a::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  transform: translate(2px, -4px) rotate(45deg);
  background-color: #db1010;
  opacity: 1;
  transition: margin 0.5s;
  margin-right: 6px;
}
.index .dynamic .list dd a:hover::before,
.index .public .list dd a:hover::before,
.index .party .list dd a:hover::before {
  border-width: 2px;
  margin-right: 12px;
}
.index .dynamic .list dd span,
.index .public .list dd span,
.index .party .list dd span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-weight: bold;
  color: #afb8bc;
}
.index #culture-img {
  position: relative;
}
.index #culture-img img {
  width: 100%;
  height: 336px;
  object-fit: cover;
}
.index #culture-img p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding-left: 18px;
  line-height: 55px;
  color: #fff;
  background-color: rgba(219, 16, 16, 0.6);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index #culture-img .swiper-button-white {
  width: 32px;
  height: 56px;
  background-color: rgba(30, 30, 30, 0.6);
}
.index .column a {
  position: relative;
  display: flex;
  height: 90px;
  line-height: 88px;
  font-size: 18px;
  background-color: #f9fbfd;
  border-bottom: 2px solid #db4510;
  overflow: hidden;
}
.index .column a:hover {
  background-color: #fff;
}
.index .column a span {
  font-size: 39px;
}
.index .column a span::before {
  background: -webkit-linear-gradient(135deg, #f28b12, #db1010);
  -webkit-background-clip: text;
  color: #db1010;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 3px rgba(170, 24, 24, 0.3);
}
.index .column a span:first-child {
  margin-left: 14.3%;
  margin-right: 12%;
}
.index .column a span:last-child {
  position: absolute;
  right: -15px;
  bottom: -12px;
  font-size: 70px;
  font-weight: 500;
  opacity: 0.2;
  transform: rotate(15deg);
}
.index .column a.btn2 {
  border-bottom-color: #1254d9;
}
.index .column a.btn2 span::before {
  background: -webkit-linear-gradient(135deg, #580dbe, #0d26be);
  -webkit-background-clip: text;
  color: #0d26be;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 3px rgba(8, 66, 150, 0.3);
}
.index .column a.btn3 {
  border-bottom-color: #ef1787;
}
.index .column a.btn3 span::before {
  background: -webkit-linear-gradient(135deg, #f21296, #db1010);
  -webkit-background-clip: text;
  color: #db1010;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 3px rgba(202, 10, 105, 0.3);
}
.index .column a.btn4 {
  border-bottom-color: #1254d9;
}
.index .column a.btn4 span::before {
  background: -webkit-linear-gradient(135deg, #cdd912, #10dbb2);
  -webkit-background-clip: text;
  color: #10dbb2;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 3px rgba(118, 172, 13, 0.3);
}
.index .personnel .tit {
  position: relative;
  line-height: 44px;
  border-bottom: 1px solid #eaeef4;
}
.index .personnel .tit h3 {
  display: inline-block;
  transform: translateY(1px);
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  padding-right: 16px;
  border-bottom: 2px solid #db1010;
}
.index .personnel .tit h3 span {
  font-size: 18px;
  margin-right: 10px;
}
.index .personnel .tit h3 span::before {
  background: -webkit-linear-gradient(135deg, #f28b12, #db1010);
  -webkit-background-clip: text;
  color: #db1010;
  -webkit-text-fill-color: transparent;
}
.index .personnel .tit a {
  position: absolute;
  right: 0;
  top: 0;
  color: #afb8bc;
}
.index .personnel .box {
  padding-top: 20px;
  position: relative;
}
.index .personnel .item .img {
  position: relative;
  padding-top: 90%;
  overflow: hidden;
}
.index .personnel .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index .personnel .item .txt {
  padding: 8%;
  text-align: center;
}
.index .personnel .item .txt h2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.index .personnel .item .txt h2 span {
  color: #db1010;
  margin-left: 4%;
}
.index .personnel .item .txt p {
  margin-top: 10px;
  line-height: 20px;
}
.index .personnel .item:hover .img img {
  transform: scale(1.1);
}
.index .personnel .swiper-button-prev,
.index .personnel .swiper-button-next {
  top: 43%;
  background: #f9fbfd;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
}
.index .personnel .swiper-button-prev:hover,
.index .personnel .swiper-button-next:hover {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(219, 224, 229, 0.2);
}
.index .personnel .swiper-button-prev span,
.index .personnel .swiper-button-next span {
  font-size: 24px;
  color: #db1010;
}
.index .personnel .swiper-button-prev {
  left: -60px;
}
.index .personnel .swiper-button-next {
  transform: rotate(180deg);
  right: -60px;
}
.index .personnel #personnel {
  position: absolute;
  left: 0;
  width: 20.4%;
  padding-right: 2%;
  z-index: 99;
  background-color: #fff;
}
.index .personnel #personnel:last-child {
  margin-right: 0;
}
.index .personnel #personnel3 .item .img {
  padding-top: 80%;
}
.index .links {
  margin-bottom: 30px;
}
.index .links .tit {
  position: relative;
  line-height: 44px;
  border-bottom: 1px solid #eaeef4;
}
.index .links .tit h3 {
  display: inline-block;
  transform: translateY(1px);
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  padding-right: 16px;
  border-bottom: 2px solid #db1010;
}
.index .links .tit h3 span {
  font-size: 18px;
  margin-right: 10px;
}
.index .links .tit h3 span::before {
  background: -webkit-linear-gradient(135deg, #f28b12, #db1010);
  -webkit-background-clip: text;
  color: #db1010;
  -webkit-text-fill-color: transparent;
}
.index .links .tit a {
  position: absolute;
  right: 0;
  top: 0;
  color: #afb8bc;
}
.index .links .row {
  text-align: center;
}
.index .links .row > div {
  padding-top: 10px;
}
.index .links .row p {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
.index .links .row .swiper-container {
  height: 100px;
}
.index .links .row .swiper-container .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index .links .row .swiper-container .swiper-scrollbar-drag {
  background: #db1010;
}
.index .links .row .swiper-container ul li {
  line-height: 20px;
}
