@charset "utf-8";
.pb40 {
  padding-bottom: 40px;
}
/*轮播模块*/
.swiper {
  /* 本例子css */
  width: 100%;
  height: 635px;
  overflow: hidden;
  position: relative;
  /* 下面是前/后按钮代码，如果不需要删除即可 */
}
.swiper .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 25px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.swiper .hd ul {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
}
.swiper .hd ul li {
  float: left;
  text-indent: 9999px;
  margin-right: 5px;
  width: 20px;
  height: 3px;
  background: #fff;
  cursor: pointer;
}
.swiper .hd ul li.on {
  background: #1f52cb;
  color: #fff;
}
.swiper .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.swiper .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 635px;
}
.swiper .bd li a {
  width: 100%;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.swiper .prev,
.swiper .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../img/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.swiper .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.swiper .prev:hover,
.swiper .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.swiper .prevStop {
  display: none;
}
.swiper .nextStop {
  display: none;
}
.swiper .banner-content {
  padding-left: 2.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45%;
  background-color: rgba(0, 87, 157, 0.7);
  font-size: 0.8rem;
  color: #fff;
}
.swiper .banner-content .bc-p {
  margin-top: 4rem;
}
.swiper .banner-content .bc-p2 {
  margin-top: 2.5rem;
}
.swiper .banner-content .bc-color1 {
  color: #ffbe4c;
  font-size: 1.5rem;
}
.swiper .banner-content .bc-color2 {
  color: #b0ff33;
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}
/*轮播模块*/
/*列表模块*/
.section-list .section-item1 {
  width: 48%;
}
.section-list .section-item1 .coming-events-item {
  height: 112px;
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.section-list .section-item1 .coming-events-item .ce-item-img {
  width: 200px;
  height: 112px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-list .section-item1 .coming-events-item .ce-item-content {
  padding-left: 215px;
  padding-right: 10px;
}
.section-list .section-item1 .coming-events-item .ce-item-content .ce-item-title {
  padding-top: 0.7rem;
  color: #0086cb;
  line-height: 1.1rem;
  margin-bottom: 0.5rem;
}
.section-list .section-item1 .coming-events-item .ce-item-content p {
  line-height: 0.8rem;
  color: #b5b5b5;
}
.section-list .section-item1 .coming-events-item:last-child {
  margin-bottom: 0;
}
/*列表模块*/
/*中间banner图*/
.center-banner {
  height: 7.75rem;
  text-align: center;
  background: url('../img/center-banner.jpg') no-repeat center center;
  cursor: pointer;
  position: relative;
}
.center-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0086cb;
  opacity: 0.65;
  z-index: 8;
}
.center-banner .iconfont {
  font-size: 1rem;
}
.center-banner .cb-text {
  position: relative;
  z-index: 9;
  color: #fff;
}
/*中间banner图*/
/*合作商户*/
.friend-box {
  overflow: hidden;
  padding-bottom: 30px;
}
.friend-box .map {
  max-width: 100%;
}
.friend-box .picMarquee-left {
  overflow: hidden;
  position: relative;
}
.friend-box .picMarquee-left .bd {
  padding: 0 10px;
  height: 200px;
  overflow: hidden;
}
.friend-box .picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.friend-box .picMarquee-left .bd ul li {
  width: 16.66666%;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.friend-box .picMarquee-left .bd ul li .pic {
  text-align: center;
  padding: 5px 0;
}
.friend-box .picMarquee-left .bd ul li .pic img {
  width: 160px;
  height: 127px;
  display: inline-block;
}
.friend-box .picMarquee-left .bd ul li .pic a:hover img {
  border-color: #999;
}
.friend-box .picMarquee-left .bd ul li .title {
  line-height: 1.5;
  font-family: 'Roboto-MediumItalic';
}
.friend-box .picMarquee-left .bd ul li .title a {
  color: #0086cb;
}
.friend-box .prev,
.friend-box .next {
  position: absolute;
  left: 0%;
  font-size: 36px;
  top: 47%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.friend-box .next {
  left: auto;
  right: 0%;
  background-position: 8px 5px;
}
.friend-box .prev:hover,
.friend-box .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
/*合作商户*/
.not-scroll-style .friend-box .picMarquee-left .bd {
  padding: 0;
}
.not-scroll-style .picMarquee-left .bd ul li {
  width: 160px;
  margin-right: 48px;
}
.not-scroll-style .picMarquee-left .bd ul li:last-child {
  margin-right: 0;
}
/*列表2*/
.new2-item-left,
.new2-item-right {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.new2-item-left .title,
.new2-item-right .title {
  font-size: 0.8rem;
  width: 85%;
}
.new2-item-left .title-more,
.new2-item-right .title-more {
  margin-top: 0;
}
.new2-item-left .section-item1,
.new2-item-right .section-item1 {
  width: 570px;
}
.new2-item-left .news-item,
.new2-item-right .news-item {
  margin-top: 30px!important;
  color: #a0a0a0;
}
.new2-item-left .news-item:first-child,
.new2-item-right .news-item:first-child {
  margin-top: 0!important;
}
.new2-item-left {
  padding-right: 30px;
  background-color: #f4f9ff;
}
.new2-item-right {
  padding-left: 30px;
  background-color: #fffbf5;
}
.rm-list li {
  margin-bottom: 0;
}
/*图文列表*/
.book-box {
  background-color: #f7f9fa;
}
.book-box .rm-list li {
  width: 18.4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2%;
  border: 0;
  background-color: #fff;
}
.book-box .rm-list li:last-child {
  margin-right: 0;
}
.book-box .rm-list li .rm-item-img {
  height: 15.3rem;
  -webkit-background-size: cover;
  background-size: cover;
}
.book-box .rm-list li .video-title {
  height: auto;
  margin-bottom: 0;
  height: 3rem;
  color: #262626;
  margin-left: 15px;
}
.book-box .rm-list li .rm-content {
  padding-left: 0;
}
/*图文列表*/
/*Journals*/
.monographs {
  background-color: #fff;
}
/*HYD模块*/
.one-block-img {
  padding-top: 40px;
}
.hyd-block {
  padding-bottom: 40px;
  background-color: #f7f9fa;
}
.hyd-block .hyd-title {
  color: #0086cb;
  font-size: 1.7rem;
  margin-bottom: 20px;
}
.hyd-block .hyd-left,
.hyd-block .hyd-right {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hyd-block img {
  max-width: 100%;
  cursor: pointer;
}
.hyd-block .hyd-left {
  padding-right: 1.5%;
}
.hyd-block .hyd-right {
  padding-left: 1.5%;
}
/*members*/
.members .friend-box .picMarquee-left .bd ul li .pic a {
  display: block;
  width: 7rem;
  height: 7rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 10%;
}
.members .friend-box .picMarquee-left .bd ul li .pic img {
  width: 100%;
  height: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*members*/
/*iahr-awards*/
.iahr-awards {
  background-color: #f7f9fa;
}
.iahr-awards .card-box {
  padding: 15px;
  background-color: #ffffff;
}
.iahr-awards .card-box .card-head {
  font-weight: 400;
}
.iahr-awards .card-box .card-head + .card-body {
  margin-top: 0.75rem;
}
.iahr-awards .card-box .card-body + .card-foot {
  margin-top: 0.75rem;
}
.iahr-awards .card-box .card-body {
  height: 0;
  padding-bottom: 38.8794567%;
  position: relative;
}
.iahr-awards .card-box .card-body-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: hidden;
}
.iahr-awards .card-box .card-body-container::before,
.iahr-awards .card-box .card-body-container::after {
  clear: both;
  content: '';
  display: table;
}
.iahr-awards .card-box .media-box {
  float: left;
  width: 28.013582%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.iahr-awards .card-box .media-box img {
  width: 100%;
  height: 100%;
}
.iahr-awards .card-box .text-box {
  margin-left: 28.013582%;
}
.iahr-awards .card-box .text-box .text-title {
  height: 3.6rem;
  line-height: 1.2rem;
  color: #0086cb;
}
.iahr-awards .card-box .text-box .text-content {
  line-height: 1.05rem;
  letter-spacing: 0;
  color: #343434;
  height: 2.1rem;
}
.iahr-awards .card-box .text-box .text-title + .text-content {
  margin-top: 5px;
}
.iahr-awards .card-box .media-box + .text-box {
  padding-left: 1rem;
}
/*iahr-awards*/
/*institute*/
.institute .picMarquee-left .bd {
  padding: 0 30px;
  height: 140px;
}
.institute .picMarquee-left .bd ul li {
  width: 14.285%;
}
.institute .picMarquee-left .bd ul li img {
  max-width: 100%;
}
.institute .friend-box .prev,
.institute .friend-box .next {
  top: 50%;
}
.institute .friend-box .picMarquee-left .bd ul li .pic a {
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  margin: 0 auto;
}
.institute .friend-box .picMarquee-left .bd ul li .pic a img {
  width: 100%;
  height: auto;
}
/*institute*/
.footer-block-hyd {
  padding-top: 40px;
}
.book-box {
  padding: 0 0 40px 0;
}
/*笔记本尺寸*/
@media screen and (min-width: 769px) and (max-width: 1366px) {
  /*轮播模块*/
  .swiper {
    height: 450px;
  }
  .swiper .bd li {
    height: 450px;
  }
  .swiper .banner-content .bc-p {
    margin-top: 50px;
  }
  .swiper .banner-content .bc-p2 {
    margin-top: 20px;
  }
  /*轮播模块*/
}
/*移动端尺寸*/
@media screen and (max-width: 768px) {
  /*轮播模块*/
  .swiper {
    height: 14.5rem;
  }
  .swiper .bd li {
    height: 7rem;
  }
  .swiper .banner-content {
    padding-left: 15px;
    font-size: 0.6rem;
    width: 100%;
    height: 7.5rem;
    bottom: 0;
    top: auto;
    background-color: #00579d;
  }
  .swiper .banner-content .bc-p {
    margin-top: 1rem;
  }
  .swiper .banner-content .bc-p2 {
    margin-top: 10px;
    width: 50%;
    float: left;
  }
  .swiper .banner-content .bc-color1,
  .swiper .banner-content .bc-color2 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .swiper .next,
  .swiper .prev {
    top: 4rem;
  }
  .swiper .hd {
    bottom: 8rem;
  }
  .swiper .bd li a {
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  /*轮播模块*/
  .section-list .section-item1 {
    width: 100%;
    padding: 15px 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-list .section-item1 .coming-events-item {
    height: 4rem;
    margin-bottom: 10px;
  }
  .section-list .section-item1 .coming-events-item .ce-item-img {
    width: 7rem;
    height: 4rem;
  }
  .section-list .section-item1 .coming-events-item .ce-item-content {
    padding-left: 7.5rem;
  }
  .section-list .section-item1 .coming-events-item .ce-item-content .ce-item-title {
    padding-top: 7px;
    -webkit-line-clamp: 1;
    line-height: 1rem;
    height: 1rem;
    padding-bottom: 3px;
  }
  .section-list .section-item1 .coming-events-item:last-child {
    margin-bottom: 0;
  }
  .section-list .section-item1 .coming-events-item:hover {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .section-list .section-item1 .news-list .news-item {
    margin-top: 15px!important;
  }
  /*中间banner图*/
  .center-banner {
    line-height: 4rem;
    height: 4rem;
  }
  .center-banner * {
    font-size: 0.7rem !important;
  }
  /*中间banner图*/
  .friend-box {
    padding: 30px 0;
  }
  .friend-box .picMarquee-left .bd {
    height: 170px;
  }
  .not-scroll-style .picMarquee-left .bd ul li {
    margin-right: 0;
    width: 50%;
  }
  /*列表2*/
  .new2-item-left,
  .new2-item-right {
    width: 100%;
    padding: 0 0 30px 0;
  }
  /*推荐会议*/
  .rm-list li,
  .video-box .rm-list li {
    width: calc(50% - 22.5px);
    margin: 0 0 15px 15px;
  }
  .rm-list li .rm-item-img,
  .video-box .rm-list li .rm-item-img {
    height: 5rem;
  }
  .meeting-box {
    padding-top: 30px;
  }
  /*推荐会议*/
  /*Journals*/
  .book-box {
    padding: 30px 15px;
  }
  .book-box .rm-list li {
    width: 48%;
    margin: 0;
    margin-bottom: 15px;
  }
  .book-box .rm-list li:nth-child(2n) {
    margin-left: 4%;
  }
  /*Journals*/
  /* monographs*/
  /* monographs*/
  /* 三块布局*/
  .hyd-block .hyd-title {
    font-size: 0.8rem;
  }
  .hyd-block .hyd-left,
  .hyd-block .hyd-right {
    width: 100%;
    padding: 15px;
  }
  .hyd-block .hyd-left .hyd-img-top,
  .hyd-block .hyd-right .hyd-img-top {
    margin-top: 1.5rem;
  }
  .hyd-block .hyd-left .fy-block,
  .hyd-block .hyd-right .fy-block {
    display: block;
  }
  /* 三块布局*/
  /*iahr-awards*/
  .iahr-awards .grid-box-3 .grid-item {
    width: 100% !important;
  }
  /*iahr-awards*/
  .friend-box .picMarquee-left .bd ul li {
    width: 50%;
  }
  .css-video-box .rm-list li:nth-child(2n) {
    margin-left: 15px;
  }
  .not-scroll-style .picList .title {
    margin: 0px 0 0.75rem 0 !important;
  }
}
@media screen and (min-width: 414px) and (max-width: 500px) {
  /*轮播模块*/
  .swiper {
    height: 15.5rem;
  }
  .swiper .bd li {
    height: 8rem;
  }
  .swiper .next,
  .swiper .prev {
    top: 4.5rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 700px) {
  /*轮播模块*/
  .swiper {
    height: 20.5rem;
  }
  .swiper .bd li {
    height: 13rem;
  }
  .swiper .next,
  .swiper .prev {
    top: 6.5rem;
  }
}
@media screen and (min-width: 701px) and (max-width: 768px) {
  /*轮播模块*/
  .swiper {
    height: 22rem;
  }
  .swiper .bd li {
    height: 14.5rem;
  }
  .swiper .next,
  .swiper .prev {
    top: 7.5rem;
  }
}
/*# sourceMappingURL=index.css.map */