.pc .swiper-pagination-bullet {
  border: 1px solid #fff;
  background: none;
  opacity: 0.8;
}

.pc .swiper-pagination-bullet-active {
  background-color: #fff;
}

.pc .more {
  width: 52px;
  height: 52px;
  cursor: pointer;
}

.pc .public-left-arrow {
  z-index: 9;
  position: absolute;
  left: -70px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 90px;
  padding: 26px 13px;
  background-color: #BCBCBC;
}

.pc .public-right-arrow {
  z-index: 9;
  position: absolute;
  right: -70px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 90px;
  padding: 26px 13px;
  background-color: #BCBCBC;
  transform: rotate(180deg);
}

.pc .item-btn {
  cursor: pointer;
  width: 140px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 5px;
}

.pc .item-arrow {
  width: 24px;
  height: 24px;
  background-image: url("../image/arrow1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pc .item-btn:hover {
  background-color: #009C45;
  color: #fff;
}

.pc .item-btn:hover .item-arrow {
  background-image: url("../image/arrow.png");
}

.pc #swiper {
  max-height: 800px;
  max-width: 1920px;
  margin: auto;
}

.pc #swiper .swiperPhone {
  display: none;
}

.pc #swiper .banner-swiper {
  width: 100%;
  height: 100%;
}

.pc #swiper .banner-swiper .swiper-slide {
  position: relative;
}

.pc #swiper .banner-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 800px;
}

.pc #swiper .banner-swiper .swiper-slide-title {
  position: absolute;
  left: 0;
  z-index: 999;
  bottom: 56px;
  width: 100%;
  color: #fff;
  /* background: rgba(51, 51, 51, 1); */
  text-align: center;
}

.pc #swiper .banner-swiper .swiper-slide-title > h1 {
  font-size: 40px;
}

.pc #swiper .banner-swiper .swiper-slide-title > p {
  font-size: 40px;
  font-weight: 700;
}

.pc .news {
  margin-top: 40px;
  position: relative;
}

.pc .news .news-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.pc .news .news-top .news-biaoti {
  font-size: 72px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #28318B;
}

.pc .news .news-top .news-right .typeBox {
  display: flex;
}

.pc .news .news-top .news-right .typeBox .news-type {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B3B3B3;
  line-height: 28px;
  margin-right: 30px;
  position: relative;
  padding: 10px 0px;
  color: #B3B3B3;
}

.pc .news .news-top .news-right .typeBox .news-type::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  content: ' ';
  height: 2px;
  background: #B3B3B3;
}

.pc .news .news-top .news-right .typeBox .news-type::before {
  position: absolute;
  bottom: -6px;
  width: 13px;
  height: 13px;
  background: #B3B3B3;
  border-radius: 50%;
  margin: auto;
  left: 0px;
  right: 0px;
  content: ' ';
  background: #B3B3B3;
}

.pc .news .news-top .news-right .typeBox .isActive {
  color: #28318B !important;
}

.pc .news .news-top .news-right .typeBox .isActive.news-type::after {
  background: #28318B;
}

.pc .news .news-top .news-right .typeBox .isActive.news-type::before {
  background: #28318B;
}

.pc .news .news-content {
  position: relative;
}

.pc .news .news-content .public-right-arrow:hover, .pc .news .news-content .public-left-arrow:hover {
  background-color: #28318B;
}

.pc .news .news-content .phoneBorder {
  display: none !important;
}

.pc .news .news-content .item-border {
  max-width: 400px;
  padding: 0px;
  padding-bottom: 60px;
  margin-right: 5%;
  box-sizing: border-box;
  width: 30%;
  display: inline-block;
}

.pc .news .news-content .item-border .item-title {
  font-size: 20px;
  color: #FFF;
  line-height: 30px;
  height: 74px;
  background: #A3A3A3;
  padding: 10px 20px;
  box-sizing: border-box;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pc .news .news-content .item-border .item-desc {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333232;
  line-height: 27px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 30px;
  margin-bottom: 15px;
  height: 108px;
}

.pc .news .news-content .item-border .item-desc p, .pc .news .news-content .item-border .item-desc span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333232;
  line-height: 27px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pc .news .news-content .item-border .item-time {
  height: 13px;
  font-size: 16px;
  color: #888888;
  line-height: 28px;
  margin-bottom: 25px;
}

.pc .news .news-content .item-border:hover .item-title {
  background: #009C45;
}

.pc .news .news-content .item-border:hover .item-desc {
  color: #009C45;
}

.pc .news .news-content .item-border:hover .item-time {
  color: #009C45;
}

.pc .news .news-content .item-border:hover .item-btn {
  background-color: #009C45;
  color: #fff;
}

.pc .news .news-content .item-border:hover .item-arrow {
  background-image: url("../image/arrow.png");
}

.pc .news .news-content .pcBorder:nth-child(3n+1) {
  margin-right: 0px;
}

.pc .books {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.pc .books .books-bg {
  z-index: -1;
  position: absolute;
  height: 100%;
  margin-left: 120px;
  width: 100%;
  background-image: url("../image/bookBg.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-bottom-left-radius: 50px;
}

.pc .books .books-title {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #7E978B;
  font-size: 60px;
}

.pc .books #booksSwiper {
  height: 600px;
}

.pc .books #booksSwiper .banner-swiper2 {
  width: 100%;
  height: 100%;
}

.pc .books #booksSwiper .banner-swiper2 .swiper-slide {
  width: 400px;
  height: 600px;
  display: inline-block;
  float: left;
  position: relative;
}

.pc .books #booksSwiper .banner-swiper2 .swiper-slide .swiper-lazy {
  box-sizing: border-box;
  width: 360px;
  height: 480px;
  margin-right: 110px;
  float: left;
}

.pc .books #booksSwiper .banner-swiper2 .swiper-slide .swiper-lazy:nth-child(3n) {
  margin-right: 0;
}

.pc .books #booksSwiper .banner-swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
}

/* 协会会刊&学术期刊 只显示一个分页点 */
.books .swiper-pagination .swiper-pagination-bullet:nth-child(n+2) {
  display: none;
}

.pc .about {
  background-image: url(../image/about2.png);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  height: 600px;
  position: relative;
}

.pc .about .about-left-img {
  left: 0px;
  top: 0px;
  height: 100%;
  max-width: calc(50% - 120px);
  position: absolute;
  border-bottom-right-radius: 50px;
}

.pc .about .about-right-border {
  float: right;
  width: 50%;
}

.pc .about .about-right-border .about-title {
  margin-top: 120px;
  height: 67px;
  font-size: 72px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #28318B;
  line-height: 28px;
}

.pc .about .about-right-border .about-desc {
  margin-top: 50px;
  margin-bottom: 40px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 110px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #363635;
  line-height: 28px;
}

.pc .partner {
  width: 100%;
  overflow: hidden;
  height: 800px;
  margin-top: 60px;
  padding: 100px 0px;
  position: relative;
}

.pc .partner .partner-bg {
  left: 0px;
  top: 0px;
  height: 100%;
  max-width: calc(100% - 120px);
  position: absolute;
  border-bottom-right-radius: 50px;
  min-width: 1300px;
  margin-right: 8%;
}

.pc .partner .partner-swiperArea {
  position: relative;
}

.pc .partner .partner-swiperArea .public-right-arrow:hover, .pc .partner .partner-swiperArea .public-left-arrow:hover {
  background-color: #28318B;
}

.pc .partner .banner-swiper3 {
  position: relative;
  overflow: hidden;
}

.pc .partner .banner-swiper3 .swiper-slide {
  width: 400px;
  height: 600px;
  display: inline-block;
  background: #CBCBCB;
}

.pc .partner .banner-swiper3 ::-webkit-scrollbar{
  width:8px;
}
.pc .partner .banner-swiper3 ::-webkit-scrollbar-track{
  background-color:#bee1eb;
}
.pc .partner .banner-swiper3 ::-webkit-scrollbar-thumb{
  background-color:#999;
}

.pc .partner .banner-swiper3 .swiper-slide .itemBox {
  width: 100%;
  height: 100%;
  padding: 40px;
  float: left;
  overflow: auto;
}

.pc .partner .banner-swiper3 .swiper-slide .itemBox:hover {
  background-color: #28318B;
}

.pc .partner .banner-swiper3 .swiper-slide .itemBox:hover .title {
  color: #fff;
}

.pc .partner .banner-swiper3 .swiper-slide .itemBox .title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00000C;
  text-align: center;
  padding-bottom: 20px;
}

.pc .partner .banner-swiper3 .swiper-slide .itemBox .childBox {
  width: 100%;
  height: 90px;
  margin: 20px 0px;
}

.pc .partner .banner-swiper3 .swiper-slide .itemBox .childBox img {
  width: 100%;
  height: 100%;
}

/* 第一块(董事长/副董事长单位) logo 自动上下循环滚动 */
.pc .partner .banner-swiper3 .swiper-slide .itemBox-marquee {
  overflow: hidden;
}
.pc .partner .banner-swiper3 .swiper-slide .itemBox-marquee .marquee-wrap {
  height: calc(100% - 70px);
  overflow: hidden;
  position: relative;
}
.pc .partner .banner-swiper3 .swiper-slide .itemBox-marquee .marquee-track {
  display: flex;
  flex-direction: column;
  animation: marqueeVertical 20s linear infinite;
}
.pc .partner .banner-swiper3 .swiper-slide .itemBox-marquee:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes marqueeVertical {
  from { transform: translateY(0); }
  to   { transform: translateY(-50%); }
}

.phone .swiper-pagination-bullet {
  border: .0625rem solid #fff;
  background: none;
  opacity: 0.8;
}

.phone .swiper-pagination-bullet-active {
  background-color: #fff;
}

.phone .more {
  width: 3.25rem;
  height: 3.25rem;
  cursor: pointer;
}

.phone .public-left-arrow {
  z-index: 9;
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.5rem 0.75rem;
  background-color: #BCBCBC;
}

.phone .public-right-arrow {
  z-index: 9;
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.5rem 0.75rem;
  background-color: #BCBCBC;
  transform: rotate(180deg);
}

.phone .item-btn {
  padding-left: .625rem;
  cursor: pointer;
  width: 10rem;
  height: 2.5rem;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  line-height: 2.5rem;
  font-size: 0.8rem;
  padding-right: .3125rem;
}

.phone .item-arrow {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../image/arrow1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.phone .item-btn:hover {
  background-color: #009C45;
  color: #fff;
}

.phone .item-btn:hover .item-arrow {
  background-image: url("../image/arrow.png");
}

.phone #swiper {
  max-height: 20rem;
}

.phone #swiper .swiperPC {
  display: none;
}

.phone #swiper .banner-swiperPhone {
  width: 100%;
  height: 100%;
}

.phone #swiper banner-swiperPhone .swiper-slide {
  position: relative;
}

.phone #swiper .banner-swiperPhone .swiper-slide img {
  width: 100%;
  max-height: 20rem;
}

.phone #swiper .banner-swiperPhone .swiper-slide-title {
  position: absolute;
  left: 0;
  z-index: 999999999;
  bottom: 3.5rem;
  width: 100%;
  color: #fff;
  /* background: rgba(51, 51, 51, 1); */
  text-align: center;
}

.phone #swiper .banner-swiperPhone .swiper-slide-title > h1 {
  font-size: 2.5rem;
}

.phone #swiper .banner-swiperPhone .swiper-slide-title > p {
  font-size: 2.5rem;
  font-weight: 700;
}

.phone .news {
  margin-top: 2.5rem;
  position: relative;
}

.phone .news .news-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}

.phone .news .news-top .news-biaoti {
  font-size: 2.75rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #28318B;
}

.phone .news .news-top .news-right .typeBox {
  display: flex;
}

.phone .news .news-top .news-right .typeBox .news-type {
  font-size: 1.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B3B3B3;
  line-height: 1.75rem;
  margin-right: 1.875rem;
  position: relative;
  padding: .625rem 0px;
  color: #B3B3B3;
}

.phone .news .news-top .news-right .typeBox .news-type::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: ' ';
  height: .125rem;
  background: #B3B3B3;
}

.phone .news .news-top .news-right .typeBox .news-type::before {
  position: absolute;
  bottom: -0.375rem;
  width: .8125rem;
  height: .8125rem;
  background: #B3B3B3;
  border-radius: 50%;
  margin: auto;
  left: 0px;
  right: 0px;
  content: ' ';
  background: #B3B3B3;
}

.phone .news .news-top .news-right .typeBox .isActive {
  color: #28318B !important;
}

.phone .news .news-top .news-right .typeBox .isActive.news-type::after {
  background: #28318B;
}

.phone .news .news-top .news-right .typeBox .isActive.news-type::before {
  background: #28318B;
}

.phone .news .news-content {
  position: relative;
}

.phone .news .news-content .public-left-arrow {
  bottom: 3.5rem;
  right: 6.5rem;
}

.phone .news .news-content .public-right-arrow {
  right: 1.875rem;
  bottom: 3.5rem;
}

.phone .news .news-content .public-right-arrow:hover, .phone .news .news-content .public-left-arrow:hover {
  background-color: #28318B;
}

.phone .news .news-content .pcBorder {
  display: none !important;
}

.phone .news .news-content .item-border {
  padding: 0px;
  padding-bottom: 3.75rem;
  box-sizing: border-box;
  display: none;
}

.phone .news .news-content .item-border .item-title {
  font-size: 1.75rem;
  color: #FFF;
  line-height: 2.625rem;
  /*height: 4.625rem;*/
  background: #A3A3A3;
  padding: .625rem 1.25rem;
  box-sizing: border-box;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.phone .news .news-content .item-border .item-desc {
  font-size: 1.55rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333232;
  line-height: 2.325rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.875rem;
  margin-bottom: .9375rem;
}

.phone .news .news-content .item-border .item-desc p, .phone .news .news-content .item-border .item-desc span {
  font-size: 1.125rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333232;
  line-height: 1.6875rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.phone .news .news-content .item-border .item-time {
  height: .8125rem;
  font-size: 1rem;
  color: #888888;
  line-height: 1.75rem;
  margin-bottom: 1.5625rem;
}

.phone .news .news-content .item-border:nth-child(1) {
  display: inline-block;
}

.phone .news .news-content .item-border:hover .item-title {
  background: #009C45;
}

.phone .news .news-content .item-border:hover .item-desc {
  color: #009C45;
}

.phone .news .news-content .item-border:hover .item-time {
  color: #009C45;
}

.phone .news .news-content .item-border:hover .item-btn {
  background-color: #009C45;
  color: #fff;
}

.phone .news .news-content .item-border:hover .item-arrow {
  background-image: url("../image/arrow.png");
}

.phone .books {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.phone .books .books-bg {
  z-index: -1;
  position: absolute;
  height: 100%;
  left: 1.875rem;
  width: 100%;
  background-image: url("../image/bookBg-sm.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.phone .books .containerW {
  padding-left: 2.5rem;
}

.phone .books .books-title {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #7E978B;
  font-size: 2.75rem;
}

.phone .books #booksSwiper {
  height: 37.5rem;
}

.phone .books #booksSwiper .banner-swiper2 {
  width: 100%;
  height: 100%;
}

.phone .books #booksSwiper .banner-swiper2 .swiper-slide {
  width: 25rem;
  height: 37.5rem;
  display: inline-block;
  float: left;
  position: relative;
}

.phone .books #booksSwiper .banner-swiper2 .swiper-slide .swiper-lazy {
  box-sizing: border-box;
  width: 22.5rem;
  height: 30rem;
  margin-right: 3.75rem;
  float: left;
}

.phone .books #booksSwiper .banner-swiper2 .swiper-slide .swiper-lazy:nth-child(3n) {
  margin-right: 0;
}

.phone .books #booksSwiper .banner-swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.phone .about {
  background-image: url(../image/about2.png);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 3.75rem;
  position: relative;
}

.phone .about .about-left-img {
  width: 100%;
  height: 37.5rem;
  left: 0px;
  top: 0px;
}

.phone .about .about-right-border {
  height: 37.5rem;
}

.phone .about .about-right-border .about-title {
  margin-top: 7.5rem;
  height: 4.1875rem;
  font-size: 2.75rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #28318B;
}

.phone .about .about-right-border .about-desc {
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
  word-break: break-all;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 4;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*height: 6.875rem;*/
  font-size: 1.55rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #363635;
  line-height: 2.325rem;
}

.phone .about .about-right-border .item-btn {
  padding-left: .625rem;
  background-color: #009C45;
  color: #fff;
}

.phone .partner {
  width: 100%;
  overflow: hidden;
  height: 50rem;
  margin-top: 3.75rem;
  padding: 6.25rem 0px;
  position: relative;
}

.phone .partner .containerW {
  padding-right: 2.5rem;
  margin-left: 0;
}

.phone .partner .partner-bg {
  left: 0px;
  top: 0px;
  height: 100%;
  max-width: calc(100% - 1.875rem);
  position: absolute;
  border-bottom-right-radius: 6rem;
  margin-right: 1.875rem;
}

.phone .partner .partner-swiperArea {
  position: relative;
}

.phone .partner .partner-swiperArea .public-left-arrow {
  bottom: -4.5rem;
  left: 1.875rem;
}

.phone .partner .partner-swiperArea .public-right-arrow {
  left: 6.5rem;
  bottom: -4.5rem;
}

.phone .partner .partner-swiperArea .public-right-arrow:hover, .phone .partner .partner-swiperArea .public-left-arrow:hover {
  background-color: #28318B;
}

.phone .partner .banner-swiper3 {
  position: relative;
  overflow: hidden;
}

.phone .partner .banner-swiper3 .swiper-slide {
  width: 25rem;
  height: 37.5rem;
  display: inline-block;
  background: #CBCBCB;
}

.phone .partner .banner-swiper3 ::-webkit-scrollbar{
  width: 0.5rem;
}
.phone .partner .banner-swiper3 ::-webkit-scrollbar-track{
  background-color:#bee1eb;
}
.phone .partner .banner-swiper3 ::-webkit-scrollbar-thumb{
  background-color:#999;
}

.phone .partner .banner-swiper3 .swiper-slide .itemBox {
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  float: left;
  overflow: auto;
}

.phone .partner .banner-swiper3 .swiper-slide .itemBox:hover {
  background-color: #28318B;
}

.phone .partner .banner-swiper3 .swiper-slide .itemBox:hover .title {
  color: #fff;
}

.phone .partner .banner-swiper3 .swiper-slide .itemBox .title {
  font-size: 1.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00000C;
  text-align: center;
  padding-bottom: 1.25rem;
}

.phone .partner .banner-swiper3 .swiper-slide .itemBox .childBox {
  width: 100%;
  height: 5.625rem;
  margin: 1.25rem 0px;
}

.phone .partner .banner-swiper3 .swiper-slide .itemBox .childBox img {
  width: 100%;
  height: 100%;
}

/* 第一块(董事长/副董事长单位) logo 自动上下循环滚动 */
.phone .partner .banner-swiper3 .swiper-slide .itemBox-marquee {
  overflow: hidden;
}
.phone .partner .banner-swiper3 .swiper-slide .itemBox-marquee .marquee-wrap {
  height: calc(100% - 4.375rem);
  overflow: hidden;
  position: relative;
}
.phone .partner .banner-swiper3 .swiper-slide .itemBox-marquee .marquee-track {
  display: flex;
  flex-direction: column;
  animation: marqueeVertical 20s linear infinite;
}
.phone .partner .banner-swiper3 .swiper-slide .itemBox-marquee:hover .marquee-track {
  animation-play-state: paused;
}
