/* 轮播图 */
.banner {
  height: 5.47rem;
}
.banner .swiper-container {
  height: 100%;
  position: relative;
 /* width:16rem;*/
  width:100%;
}
.banner .swiper-container .swiper-wrapper {
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  background: no-repeat center center / cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .layout {
  height: 100%;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a .bg {
  height: 100%;
position: absolute;
    bottom: 0;
    width: 100%;
    height: 145px;
    background-image: linear-gradient(to top, #3c3a3a, transparent);
    z-index: 9;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .title {
  position: absolute;
        left: 0;
    max-width: 100%;
bottom: 25px;
    font-size: 30px;
    padding: 20px 30px;
 
text-shadow: 3px 4px 4px #000;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
box-sizing: border-box;
height: auto;
    line-height: normal;
}
.banner .swiper-container .swiper-pagination {
    bottom: 15px;
    text-align: right;
    right: 2rem;
    left: auto;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 6px;
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 1;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.banner .swiper-container .swiper-button-prev,
.banner .swiper-container .swiper-button-next {
  width: 0.44rem;
  height: 0.44rem;
  margin-top: -0.22rem;
  background: no-repeat center center / contain;
}
.banner .swiper-container .swiper-button-prev {
  left: 0.3rem;
  background-image: url(../images/b-l.png);
}
.banner .swiper-container .swiper-button-next {
  right: 0.3rem;
  background-image: url(../images/b-r.png);
}
/* 轮播图 */
/* 标题 */
.title {
  height: 0.4rem;
  line-height: 0.4rem;
}
.title a {
  display: block;
  height: 100%;
  /*padding-left: 0.45rem;*/
  /*background: no-repeat left center;*/
}
.title a:hover {
  color: #213E84;
}
/*.title a:hover p {*/
/*  background-image: url(../images/dot-hover.png);*/
/*}*/
.title h3 {
  float: left;
  font-size: 0.24rem;
  font-weight: bold;
}
.title p {
  float: left;
  padding-left: 0.3rem;
  /*font-family: Roboto-Condensed;*/
  font-size: 0.24rem;
  font-weight: bold;
  /*background: url(../images/dot.png) no-repeat 0.1rem center;*/
  background-size: 0.1rem;
}
.main {
  margin-top: 0.52rem;
}
/* 研究热点 */
.research {
  width: 4.18rem;
}
.research .title {
  margin-bottom: 0.25rem;
}
/*.research .title a {*/
/*  background-image: url(../images/icon-research.png);*/
/*}*/
.research .pic {
  width: 100%;
  height: 2.34rem;
  overflow: hidden;
  /* &:hover {
            .img {
                transform: scale(1.1);
            }
        } */
}
.research .pic .img {
  width: 100%;
  height: 100%;
  background: url(../images/research.png) no-repeat center center / cover;
  transition: all 0.5s ease;
}
.research .research-list .research-item {
  height: 0.88rem;
  border-bottom: 1px solid #c5c5c5;
  position: relative;
}
.research .research-list .research-item:hover a {
  color: #213E84;
}
.research .research-list .research-item p {
  line-height: 0.27rem;
  font-size: 0.16rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.54rem;
}
/* 新闻动态 */
.news {
  width: 6.72rem;
  margin-left: 0.44rem;
  position: relative;
}
.news .title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 4.0rem;
  z-index: 100;
}
.news .title a {
  display: inline-block;
  /*padding-left: 0.5rem;*/
  /*background-image: url(../images/icon-news.png);*/
  position: relative;
}
.news .title a:before {
  content: '';
  display: inline-block;
  width: 0.4rem;
  height: 1px;
  background-color: #213e84;
  position: absolute;
  top: 50%;
  left: -0.55rem;
}
.news .title a:after {
  content: '';
  display: inline-block;
  width: 0.4rem;
  height: 1px;
  background-color: #213e84;
  position: absolute;
  top: 50%;
  right: -0.55rem;
}
.news .swiper-container .swiper-wrapper .swiper-slide .pic {
  height: 3.72rem;
  margin-bottom: 0.8rem;
  overflow: hidden;
}
.news .swiper-container .swiper-wrapper .swiper-slide .pic .img {
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
  transition: all 0.5s ease;
}
.news .swiper-container .swiper-wrapper .swiper-slide .content {
  margin-bottom: 0.9rem;
  background-color: #fff;
}
.news .swiper-container .swiper-wrapper .swiper-slide .content h4 {
  line-height:2;
  font-size: 0.22rem;
}
.news .swiper-container .swiper-wrapper .swiper-slide .content p {
  line-height: 0.26rem;
  font-size: 0.14rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 1.04rem;
}
.news .swiper-container .swiper-wrapper .swiper-slide:hover .pic .img {
  transform: scale(1.1);
}
.news .swiper-container .swiper-wrapper .swiper-slide:hover h4 {
  color: #213e84;
}
.news .swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 0.1rem;
}
.news .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background-color: #9d9d9d;
  border: none;
  border-radius: 50%;
  opacity: 1;
}
.news .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #213E84;
}
.news .swiper-container .swiper-button-prev,
.news .swiper-container .swiper-button-next {
  width: 0.62rem;
  height: 0.22rem;
  margin-top: 0;
  background: no-repeat center center;
  background-size: 100%;
  top: unset;
  bottom: 0;
}
.news .swiper-container .swiper-button-prev {
  background-image: url(../images/n-l.png);
  left: 0;
}
.news .swiper-container .swiper-button-next {
  background-image: url(../images/n-r.png);
  right: 0;
}
/* 学术报告 */
.report {
  width: 4.22rem;
  margin-left: 0.44rem;
}
.report .title {
  margin-bottom: 0.25rem;
}
/*.report .title a {*/
/*  background-image: url(../images/icon-report.png);*/
/*}*/
.report .pic {
  width: 100%;
  height: 2.34rem;
  overflow: hidden;
}
.report .pic .img {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background: url(../images/report.png) no-repeat center center / cover;
  transition: all 0.5s ease;
}
.report .pic .img h3 {
  font-size: 0.28rem;
  line-height: 1.4rem;
  letter-spacing: 0.13rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.report .pic .img p {
  font-size: 12px;
}
.report .report-item {
  padding: 0.15rem 0;
  border-bottom: 1px solid #c5c5c5;
}
.report .report-item h3 {
  line-height: 0.4rem;
  font-size: 0.16rem;
}
.report .report-item p {
  display: inline-block;
  line-height: 0.34rem;
  font-size: 0.14rem;
}
.report .report-item p span {
  color: #213E84;
}
.report .report-item p:first-of-type {
  margin-right: 16px;
}
.report .report-item:hover h3 {
  color: #213E84;
}
.report .swiper-container .swiper-wrapper .swiper-slide .report-item {
  padding: 0.1rem 0 0.16rem;
}
.report .swiper-container .swiper-wrapper .swiper-slide .report-item p {
  display: block;
  padding-left: 0.24rem;
  line-height: 0.3rem;
  color: #666;
  background: no-repeat 0.04rem center;
}
.report .swiper-container .swiper-wrapper .swiper-slide .report-item p:first-of-type {
  margin-right: 0;
  background-image: url(../images/time.png);
}
.report .swiper-container .swiper-wrapper .swiper-slide .report-item p:last-of-type {
  background-image: url(../images/address.png);
}
.report .swiper-container .swiper-num {
  margin: 0 auto;
  text-align: center;
  right: auto;
  color: #999;
  cursor: pointer;
margin-top: 0.25rem;
}
.report .swiper-container .swiper-button-prev,
.report .swiper-container .swiper-button-next {
  width: 0.49rem;
  height: 0.22rem;
  margin-top: 0;
  background: no-repeat center center / contain;
  top: unset;
  bottom: 0;
}
.report .swiper-container .swiper-button-prev {
  left: 0;
  background-image: url(../images/re-l.png);
}
.report .swiper-container .swiper-button-next {
  right: 0;
  background-image: url(../images/re-r.png);
}
/* 跳转按钮 */
.skip {
  margin: 0.6rem 0;
}
.skip .skip-btn {
  float: left;
  width: 3.12rem;
  height: 1.1rem;
  line-height: 1.1rem;
  margin-right: 0.1rem;
  padding: 0 0.2rem;
  text-align: center;
  background: no-repeat center center / cover;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.skip .skip-btn:last-child {
  margin-right: 0;
}
.skip .skip-btn:hover {
  background-image: url(../images/skip-hover.png);
  transform: translateY(-0.15rem);
}
.skip .skip-btn a {
  display: block;
  height: 100%;
  color: #fff;
}
.skip .skip-btn p {
  display: inline-block;
  margin-top: 0.19rem;
  line-height: 0.36rem;
  font-size: 0.2rem;
  font-weight: bold;
}
.skip .skip-btn1 {
  background-image: url(../images/skip1.png);
}
.skip .skip-btn2 {
  background-image: url(../images/skip2.png);
}
.skip .skip-btn3 {
  background-image: url(../images/skip3.png);
}
.skip .skip-btn4 {
  background-image: url(../images/skip4.png);
}
.skip .skip-btn5 {
  background-image: url(../images/skip5.png);
}
/* 关于我们 */
.about {
  height: 7.02rem;
  color: #fff;
  background: url(../images/about.png) no-repeat center center / cover;
  overflow: hidden;
}
.about .layout {
  max-width: 14.32rem;
}
.about .title {
  margin: 0.6rem 0;
  text-align: center;
}
.about .title a {
  display: inline-block;
  /*padding-left: 0.6rem;*/
  color: #fff;
  /*background-image: url(../images/icon-about.png);*/
}
.about .title h3 {
  font-size: 0.36rem;
}
.about .title p {
  font-size: 0.36rem;
  /*background-image: url(../images/dot2.png);*/
}
.about .title:hover p {
  /*background-image: url(../images/dot2.png);*/
}
.about .introduction {
  line-height: 0.48rem;
  font-size: 0.22rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 1.44rem;
}
.about .info {
  margin-top: 1.05rem;
  font-size: 0;
  text-align: center;
}
.about .info .info-item {
  display: inline-block;
  width: 2.02rem;
  height: 2.02rem;
  margin-right: 1.17rem;
  padding-top: 0.59rem;
  border-radius: 50%;
  border: 1px dashed #fdfdfd;
  box-sizing: border-box;
  cursor: default;
}
.about .info .info-item:last-child {
  margin-right: 0;
}
.about .info .info-item p {
  line-height: 0.3rem;
  font-size: 0.22rem;
}
.about .info .info-item p span {
  line-height: 0.52rem;
  font-size: 0.4rem;
}
/* 友情链接 */
.links {
  padding: 0.74rem 0;
  background-color: #ebebeb;
}
.links .link-item {
  float: left;
  width: 3.73rem;
  height: 0.6rem;
  margin-right: 0.2rem;
}
.links .link-item:last-of-type {
  margin-right: 0.13rem;
}
.links .link-item a {
  display: block;
  height: 100%;
  background: no-repeat center center / cover;
}
.links .more {
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  margin-top: 0.125rem;
  background: url(../images/link-right.png) no-repeat center center / contain;
  transition: all 0.5s ease;
}
.links .more:hover {
  transform: translateX(0.1rem);
}
@media screen and (max-width: 1620px) {
  .research {
    width: 4rem;
  }
  .news {
    width: 6.5rem;
    margin-left: 0.3rem;
  }
  .report {
    width: 4rem;
    margin-left: 0.3rem;
  }
  .skip .skip-btn {
    width: 2.92rem;
  }
  .links .link-item {
    width: 3.5rem;
  }
.banner .swiper-container .swiper-wrapper .swiper-slide .layout {
  padding: 0;
   margin: 0 0.3rem;
}

.banner .swiper-container .swiper-pagination {
       right: 0.3rem;
 }
}
@media screen and (max-width: 1200px) {
  .title a {
    background-size: contain;
  }
}
@media screen and (max-width: 1100px) {
.banner .swiper-container .swiper-wrapper .swiper-slide .title {
font-size: 22px;
    padding: 15px 20px;
}
}
@media screen and (max-width: 1024px) {
  .research .title a {
    padding-left: 0.4rem;
  }
  .news .title a {
    padding-left: 0.55rem;
  }
  .report .title a {
    padding-left: 0.5rem;
  }
  .about .title a {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 800px) {
.banner .swiper-container .swiper-wrapper .swiper-slide .title {
    font-size: 20px;
    padding: 10px;
}
}

@media screen and (max-width: 768px) {
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
  }
  .title h3,
  .title p {
    font-size: 0.37rem;
  }
  .research,
  .news,
  .report {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .research {
    margin-bottom: 0.46rem;
  }
  .research .pic {
    height: 6.15rem;
  }
  .research .research-list .research-item p {
    line-height: 0.42rem;
    font-size: 0.25rem;
    max-height: 0.84rem;
  }
  .news {
    margin-bottom: 0.46rem;
  }
  .news .title {
    top: 6.9rem;
  }
  .news .swiper-container .swiper-wrapper .swiper-slide .pic {
    height: 6.5rem;
    margin-bottom: 1rem;
  }
  .news .swiper-container .swiper-wrapper .swiper-slide .content {
    margin-bottom: 0.6rem;
  }
  .news .swiper-container .swiper-wrapper .swiper-slide .content h4 {
    font-size: 0.3rem;
  }
  .news .swiper-container .swiper-wrapper .swiper-slide .content p {
    line-height: 0.4rem;
    font-size: 0.25rem;
    height: 1.6rem;
  }
  .report .pic {
    height: 3.7rem;
  }
  .report .pic .img h3 {
    line-height: 2.15rem;
    font-size: 0.46rem;
  }
  .report .pic .img p {
    font-size: 0.24rem;
  }
  .report .report-item {
    padding: 0.23rem 0;
  }
  .report .report-item h3 {
    line-height: 0.6rem;
    font-size: 0.27rem;
  }
  .report .report-item p {
    line-height: 0.52rem;
    font-size: 0.22rem;
  }
  .report .swiper-container .swiper-wrapper .swiper-slide .report-item {
    padding: 0.23rem 0;
  }
  .report .swiper-container .swiper-wrapper .swiper-slide .report-item p {
    line-height: 0.46rem;
    padding-left: 0.3rem;
    font-size: 0.22rem;
  }
  .report .swiper-container .swiper-button-prev,
  .report .swiper-container .swiper-button-next {
    width: 0.75rem;
    height: 0.34rem;
  }
  .report .swiper-container .swiper-num {
    font-size: 0.22rem;
  }
  .skip .skip-btn {
    width: 32%;
    height: 1.24rem;
    line-height: 1.24rem;
    margin-right: 2%;
  }
  .skip .skip-btn p {
    margin-top: 0.26rem;
    font-size: 0.24rem;
  }
  .skip .skip-btn1,
  .skip .skip-btn2,
  .skip .skip-btn3 {
    margin-bottom: 0.24rem;
  }
  .skip .skip-btn3 {
    margin-right: 0;
  }
  .about .info .info-item {
    margin-right: 0.6rem;
  }
  .links .link-item {
    width: 45%;
    height: 0.8rem;
  }
  .links .link-item:nth-child(1) {
    margin-bottom: 0.24rem;
  }
  .links .link-item:nth-child(2) {
    margin-bottom: 0.24rem;
  }
  .links .more {
    width: 0.5rem;
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 500px) {
  .banner {
    height: 5rem;
  }
  .banner .swiper-container .swiper-button-prev,
  .banner .swiper-container .swiper-button-next {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
  }
  .banner .swiper-container .swiper-button-prev {
    left: 10px;
  }
  .banner .swiper-container .swiper-button-next {
    right: 10px;
  }
  .main {
    margin-top: 0.4rem;
  }
  .research .pic {
    height: 4rem;
  }
  .research .research-list .research-item {
    height: 1rem;
  }
  .research .research-list .research-item p {
    font-size: 0.28rem;
  }
  .news .title {
    top: 5rem;
  }
  .news .swiper-container .swiper-wrapper .swiper-slide .pic {
    height: 4.6rem;
  }
  .news .swiper-container .swiper-wrapper .swiper-slide .content h4 {
    font-size: 0.32rem;
  }
  .news .swiper-container .swiper-wrapper .swiper-slide .content p {
    font-size: 0.28rem;
  }
  .news .swiper-container .swiper-pagination {
    bottom: 0.08rem;
  }
  .news .swiper-container .swiper-button-prev,
  .news .swiper-container .swiper-button-next {
    width: 1rem;
    height: 0.3rem;
  }
  .report .report-item h3 {
    font-size: 0.32rem;
  }
  .report .report-item p {
    font-size: 0.28rem;
  }
  .report .swiper-container .swiper-wrapper .swiper-slide {
    margin-bottom: 0.3rem;
  }
  .report .swiper-container .swiper-wrapper .swiper-slide .report-item p {
    padding-left: 0.4rem;
    font-size: 0.28rem;
  }
  .report .swiper-container .swiper-button-prev,
  .report .swiper-container .swiper-button-next {
    width: 1rem;
    height: 0.48rem;
  }
  .report .swiper-container .swiper-num {
    font-size: 0.28rem;
  }
  .skip {
    margin: 0.6rem 0 0.4rem;
  }
  .skip .skip-btn {
    width: 100%;
    height: 1.4rem;
    line-height: 1.4rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .skip .skip-btn p {
    margin-top: 0.22rem;
    line-height: 0.48rem;
    font-size: 0.28rem;
  }
  .skip .skip-btn5 {
    margin-bottom: 0;
  }
  .about {
    height: auto;
  }
  .about .title {
    margin-bottom: 0.4rem;
  }
  .about .introduction {
    font-size: 0.28rem;
  }
  .about .info {
    margin: 0.4rem 0 0.2rem;
  }
  .about .info .info-item {
    margin-bottom: 0.2rem;
  }
  .about .info .info-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .links {
    padding: 0.4rem 0;
  }
  .links .link-item {
    float: none;
    width: 100%;
    height: 1.2rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .links .more {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 auto;
  }
}
