@charset "utf-8";
/* CSS Document */

.main {
  padding: 30px 46px;
  /* margin-top: -40px; */
  position: relative;
}

/* carousel =================================*/
.banner {
  padding: 0;
  width: 100%;
  position: relative;
}

.ie8 .carousel-info {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.carousel-control {
  z-index: 1;
  background-image: none !important;
  filter: none !important;
}

.carousel-control svg.carousel-control-icon {
  background: #fff;
  background: hsla(0, 0%, 100%, .75);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 4px;
  position: absolute;
  top: 50%;
  left: 22px;
}

.carousel-control.right svg.carousel-control-icon {
  right: 22px;
  left: auto;
}

.ie8 .carousel-control:before {
  font-size: 44px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #e3e3e3;
  color: #999;
  position: absolute;
  top: 50%;
}

.ie8 .carousel-control:hover:before {
  background-color: #fff;
}

.ie8 .carousel-control.left:before {
  content: '‹';
  left: 22px;
}

.ie8 .carousel-control.right:before {
  content: '›';
  right: 22px;
}

ol.carousel-indicators {
  bottom: 36px;
  left: auto;
  right: 76px;
  text-align: right;
}

.ie8 .carousel-indicators li {
  background-color: #fff;
  filter: Alpha(opacity=60);
}

.carousel-indicators li {
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 5px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  vertical-align: middle;
}

.carousel-indicators li.active {
  width: 34px;
  background-color: #fff;
  border: 0 none;
  margin: 0 5px;
  height: 14px;
  vertical-align: middle;
}

.carousel-inner > .item {
  height: 600px;
}

#carousel-info-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#carousel-info-box > .container {
  /* height: 600px; */
}

#carousel-info-box .carousel-caption a {
  color: #fff;
}

#carousel-info-box .carousel-caption a.carousel-caption-title {
  display: inline-block;
  font-size: 50px;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
}

#carousel-info-box .carousel-caption a.carousel-caption-title:hover {
  color: #29a2f5;
}

#carousel-info-box .carousel-caption .carousel-caption-desc {
  /* height: 4.8em; */
  margin-top: -.5em;
  display: inline-block;
  color: #b9b2b2;
}

#carousel-info-box .carousel-caption {
  position: relative;
  top: 270px;
  left: 0;
  line-height: 1.6;
  font-size: 20px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  z-index: 34;
  white-space: nowrap;
}

.carousel-inner .item .carousel-caption {
  display: none;
}

#carousel-info-box .carousel-caption p {
  overflow: hidden;
}

@media all and (max-width: 991px) {
  #carousel-info-box > .container > .row > .carousel-caption {
    text-align: center;
    top: 300px;
  }

  #carousel-info-box .carousel-caption > a.carousel-caption-title {
    font-size: 28px;
  }
}

@media all and (max-width: 767px) {
  .carousel-inner > .item {
    height: 300px;
  }

  #carousel-info-box > .container {
    height: 0;
    padding: 0;
  }

  #carousel-info-box > .container > .row > .carousel-caption {
    top: 110px;
  }

  #carousel-info-box .carousel-caption > a.carousel-caption-title {
    font-size: 20px;
  }

  .carousel-control svg.carousel-control-icon, .ie8 .carousel-control:before {
    top: 100px;
  }
}

@media all and (max-width: 479px) {
  .carousel-inner > .item {
    height: 200px;
  }

  #carousel-info-box > .container > .row > .carousel-caption {
    top: 160px;
  }

  .carousel-indicators, .ie8 .carousel-control:before {
    display: none;
  }

  .carousel-control{display:none;}
}

/** carousel end
*/

/* sections =================================*/

.sections h4.section-title {
  text-align: center;
  font-size: 36px;
  color: #2c3e71;
  font-weight: bolder;
  position: relative;
  line-height: 1em;
  margin-top: 60px;
}

.sections h4.section-title a{
  color: #2c3e71;
}

.sections h4.section-title a:hover{
  color: #1d9dfb;
}

.sections h4.section-title:after {
  content: ' ';
  border-bottom: 4px solid #e8e8e8;
  display: inline-block;
  width: 100px;
  /* line-height: 18px; */
  text-align: center;
  position: relative;
  top: -13px;
  /* left: 50%; */
}

.sections .section-body {
  margin-top: 20px;
}

.event .event-sill {
  text-align: center;
}

.event .event-sill > .window {
  width: 100%;
  height: 375px;
  /* max-width: 100%; */
}

.event .event-sill .sill {
  width: 500px;
  height: 375px !important;
  max-width: 100%;
}
@media ( max-width:991px ){
  .event .event-sill .sill {
    width: 500px;
    height: 300px !important;
    max-width: 100%;
  }
}

.event .event-sill > .event-info {
  margin-top: -46px;
  width: 90%;
  display: inline-block;
  text-align: left;
  background-color: #fff;
  padding: 18px;
  color: #000;
  height: 100px;
  overflow: hidden;
  position: relative;
}
@media ( max-width:768px ){
  .event .event-sill > .event-info {
    margin-top: -46px;
    width: 100%;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    padding: 18px 0px;
    color: #000;
    height: auto;
    position: relative;
    overflow: auto;
  }
}
.event time {
  background-color: #f6f6f6;
  border-left: 2px solid #8a97b3;
  display: block;
  width: 100px;
  height: 70px;
  padding: 5px 8px;
  overflow: hidden;
  float: left;
}

.event time > .events-dd {
  font-size: 30px;
}

.event time > .events-myyyy {
  font-size: 16px;
}

.event .event-desc {
  display: block;
  /* float: left; */
  width: 100%;
  padding-left: 119px;
  font-size: 18px;
}

.event .event-title {
  font-size: 24px;
  line-height: 1.0em;
  height: 1.2em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event .event-digest {
  color: #777;
  font-size: 16px;
  /* margin-top: 59px; */
}

.event ul {
  /* height: 72px; */
  /* overflow: hidden; */
  padding-left: 3%;
}

.event ul > li {
  height: 109px;
  overflow: hidden;
}

.event ul > li:hover .event-title {
  color: #1d9dfb;
}

a.btn.more-wire {
  width: 280px;
  height: 56px;
  font-size: 16px;
  border: 1px solid #8a97b3;
  border-radius: 2em;
  line-height: 3em;
  color: #8a97b3;
  margin: 50px auto;
}

.seminar {
  background-image: url(scientists_bg_2020.jpg);
  padding: 70px 0 40px;
  height: 100%;
}
.seminar .seminar-avatar img {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 100px;
}

.scientists-text {
  background: #80c6e5;
  padding: 15px;
  margin-top: 30px;
}
@media ( max-width:991px ){
  .scientists-text {
    background: #80c6e5;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.seminar h4.section-title {
  color: #fff;
  margin: 0;
}

.scientists-text > h5 {
  color: #000;
  font-size: 22px;
  font-weight: bolder;
  line-height: 1.5;
  /*! padding: 15px; */
}
.scientists-text > h5 a{
  color: #000;
}
.scientists-text > h5 a:hover{
  color: #1d9dfb;
}
.scientists-text > p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-top: 1em;
  text-align: left;
}
.scientists-text > p a{
  color:#fff;
}
.scientists-text > p a:hover{
  color: #1d9dfb;
}

.fac > .section-body {
  background-size: 76% 100%;
  height: 444px;
}

@media (min-width: 768px) {
  .fac > .section-body {
    background: url(fac_pmo.jpg) no-repeat;
  }
}

.fac > .section-body img {
  height: 408px;
  width: auto;
  border-radius: 4px;
  /* max-width: 80%; */
}

.fac-list {
  width: 50% !important;
  height: 406px !important;
  overflow: visible !important;
  position: absolute;
  left: auto;
  right: 0;
  top: 18px;
}

@media (max-width: 767px) {
  .fac-list {
    width: 100% !important;
  }
}

.slick-initialized .slick-slide {
  /* display:none!important; */
  /* overflow: visible; */
  /* overflow: visible; */
}

.slick-initialized .slick-currrent {
  display: block !important;
}

.fac-caption {
  color: #fff;
  font-size: 18px;
  width: 47%;
  padding: 100px 0 0 50px;
}

.fac-caption h5 {
  font-size: 28px;
  color: #fff;
  line-height: 64px;
  font-weight: bold;
}

.btn.view {
  height: 37px;
  width: 144px;
  background-color: #fff;
  border-radius: 17px;
  color: #000;
  line-height: 37px;
  padding: 0;
}

.fac-caption p {
  line-height: 1.5em;
  margin-bottom: 1.6em;
}

.research {
  background-color: #f4f6f8;
  /*! margin-top: 50px; */
}

.research .section-title {

}

.research-pic {
  width: 100%;
  /* height: 270px; */
  border-radius: 4px;
  position: relative;
  /*! top: -48px; */
}

.research-box {
  padding: 0 30px;
}

@media (max-width: 991px) {
  .research-box {
    margin-bottom: 40px;
    padding: 0;
  }
}

.research-caption {
  /*! background-color: #80c6e5; */
  padding: 20px;
  border-radius: 5px;
  color: #fff;
  line-height: 24px;
}

.research-box + .research-box > .research-caption {
  /*! background-color: #80c6e5; */
}

.research-box + .research-box + .research-box > .research-caption {
  /*! background-color: #80c6e5; */
}

.research-caption > h5 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  top: -18px;
}

.research-caption > p {
  color: #fff;
  font-size: 20px;
  /*! margin-bottom: 2em; */
  margin-top: 20px;
}

.research a.btn.more-wire {
  margin: 40px 0 50px;
}

.about {
  text-align: center;
  padding-bottom: 150px;
}

.about > h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2em;
  margin-top: 4.5em;
}

.about > p {
  font-size: 20px;
  line-height: 24px;
  width: 60%;
  margin: 0.5em auto;
}

.about a.btn.more-wire {
  margin: 22px auto 28px;
}

.about .pic {
  height: 220px;
  padding: 0;
  overflow: hidden;
}

.about .pic > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.about .pic > a > img {
  height: 220px;
}

.link {
  border-top: 1px solid #e6e9ec;
  padding: 4em;
  line-height: 4em;
  display: table;
}

.link img {
  display: inline-block;
  margin-right: 3.5em;
  max-width: 100%;
}

@media (max-width: 600px) {
  .link img {
    margin-right: 0;
    display: block;
    margin: 2.6em auto;
  }
}

.carousel-indicators li {
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
}

#four_flash{position:relative;margin:0 auto;}
#four_flash .flashBg ul.mobile{width:2000%;position:absolute;top:15; left:0;}
#four_flash .flashBg ul.mobile li{
  float:left;
  width:297px;
  transition:all 1s ease 0s;
}
#four_flash .but_left{width:50px;cursor:pointer;height:100px;position:absolute; top:136px; left:-35px;}
#four_flash .but_right{width:50px;cursor:pointer;height:100px; position:absolute; top:136px; right:-50px;}
@media (min-width: 768px) {
  #four_flash .flashBg{width:600px;margin:0 auto;position:relative;overflow: hidden;}
}
@media (min-width: 992px) {
  #four_flash .flashBg{width:880px;margin:0 auto;position:relative;overflow: hidden;}
}
@media (min-width: 1200px) {
  #four_flash .flashBg{width:1080px;margin:0 auto;position:relative;overflow: hidden;}
  #four_flash .flashBg ul.mobile li{
    float:left;
    width:360px;
    transition:all 1s ease 0s;
  }
}
@media (min-width: 1500px){
  #four_flash .flashBg{width:1200px;margin:0 auto;position:relative;overflow: hidden;}
  #four_flash .flashBg ul.mobile li{
    float:left;
    width:400px;
    padding:0 15px;
    transition:all 1s ease 0s;
  }
}

@media (max-width: 767px) {
  #four_flash .flashBg{width:300px;margin:0 auto;position:relative;overflow: hidden;}
  #four_flash .but_left{width:50px;height:100px;position:absolute; top:136px; left:0px;}
  #four_flash .but_right{width:50px;height:100px; position:absolute; top:136px; right:-15px;}
}