/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*==============================================================
You can write your style here and overwrite our style
============================================================== */
* {
  font-family: "微软雅黑";
}
.container {
  padding: 0;
}
#slider-sec {
  height: 100%;
}
.bg-light {
  padding-top: 130px;
  overflow: hidden;
  height: 100vh;
}
.content-progress {
  height: 100%;
}
.content-progress img {
  height: 100%;
}
.carousel-item {
  height: 100%;
}
.show-banner {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  overflow: hidden;
}
/* .slide-text.content_box {
  width: 90%;
  max-width: 90%;
  max-height: 100%;
} */
.content_box img {
  height: 90%;

}
.bs-slider {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.slide-text {
  width: 80%;
}
.slide-text img {
  width: 100%;
}
.show-banner>img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.news-events-title {
  color: #2f2e33;
}
.news-events-title span {
  padding: 0 68px;
  z-index: 2;
  font-size: 36px;
  position: relative;
  background-color: #fff;
}
.content-progress {
  padding: 2vh 0;
  margin: 0 auto;
}
.news-events-box .conference-content {
  margin-top: 10px;
  line-height: 28px;
  color: #8d97ad;
}
.news-events.title {
  position: relative;
  margin: 40px 0;
}
.news-events-title::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  top: 50%;
  width: 100%;
  left: 0;
  background: #fa8600;
  z-index: 1;
}
.news-events-box .icon-space {
  margin: 0;
  background: url(../images/news-events-bg.jpg) no-repeat;
}
.news-events-box .icon-space p {
  width: 140px;
  padding-left: 5px;
  line-height: 30px;
}
.news-right {
  max-width: calc(100% - 140px);
  max-height: 236px;
  overflow: hidden;
}
.news-right p {
  line-height: 28px;
  color: #8d97ad;
}
html body .news-events-box h5 {
  font-weight: 600;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-events-box .linking:hover {
  color: #fa8600;
}
.news-events-box .linking:hover h5 {
  color: #fa8600;
}
.news-events-box .linking:hover p {
  color: #8d97ad;
}
.news-events-box p {
  font-size: 16px;
}
.date-box {
  width: 60px;
  height: 60px;
  background: #ed8701;
  padding: 2px;
}
.date-yy-mm {
  display: block;
  height: 20px;
  background: #fff;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  font-weight: 600;
  color: #000;
}
.date-dd {
  font-size: 20px;
  display: block;
  line-height: 38px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.date-mm {
  padding-left: 4px;
}
.news-events-box .media-body {
  height: 116px;
  overflow: hidden;
}
.news-events-box .media-body .mt-0 {
  height: 42px;
  overflow: hidden;
  margin-bottom: 0;
}
.media {
  border: 0;
  padding-top: 2px;
  padding-bottom: 4px;
  margin-bottom: 0;
}
.media+.media {
  margin-top: 19px;
}
.media+.media .media-body {
  background: url(../images/news-events-bg-line.jpg) repeat-x;
  background-position: top;
}
.media .mr-3 {
  padding-top: 15px;
}
.media-body {
  padding-top: 15px;
  line-height: 28px;
}
.media .linking {
  color: #8d97ad;
}
.media .linking h5 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 28px;
}
.media .linking:hover {
  color: #8d97ad;
}
.media .linking:hover h5 {
  color: #fa8600;
}
.folio-bg {
  height: 650px;
  background-image: url(../images/folio.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
#foliobox {
  height: calc(100vw * (650/1903));
}
#foliobox .carousel-item>img{
  width: 100%;
  height: 100%;
}
#foliobox .carousel-item div>img {
  position: absolute;
  width: 80%;
  max-width: 1280px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#foliobox .folio {
  width: 100%;
  height: 100%;
  background: url(../images/wheel-planting-bg-one.jpg) no-repeat center;
  background-size: cover;
}
.ti-arrow-left:before {
  content: "<";
  color: #fff;
  font-size: 28px;
}
.ti-arrow-right:before {
  content: ">";
  color: #fff;
  font-size: 28px;
}
/* .folio-bg .container {
  position: relative;
}
.folio-bg .container .folio-link {
  position: absolute;
  display: block;
  width: 430px;
  height: 362px;
  bottom: 12px;
}
.folio-link-1 {
  left: 15px;
}
.folio-link-3 {
  right: 15px;
}
.folio-info {
  width: 100%;
} */
.resources-services-box h5 .linking {
  font-weight: 600;
  color: #000;
}
.resources-services-box h5 .linking:hover {
  color: #fa8600;
}
.resources-services {
  margin-top: 100px;
}
.resources-services-title {
  color: #2f2e33;
}
#services {
  padding-bottom: 30px;
  height: 520px;
}
#services .carousel-indicators {
  bottom: -20px;
}
#services .carousel-indicators li {
  background: #fff;
  border: 2px solid #dfdfdf;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
#services .carousel-indicators .active {
  border: 2px solid #dfdfdf;
  background: #dfdfdf;
}
.open-research-box {
  height: 766px;
  margin-top: 40px;
  background: url(../images/open-research-bg.jpg) no-repeat center;
}
.open-research-title {
  padding-top: 20px;
}
.owl-carousel {
  width: calc(100% - 60px);
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 55px;
}
.owl-carousel .owl-nav {
  width: calc(100% + 60px);
  display: flex;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -30px;
  justify-content:space-between;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel .owl-nav div {
  width: 30px;
  height: 63px;
}
.owl-carousel .owl-nav .owl-prev {
  background: url(../images/prev-bg.png) no-repeat center;
}
.owl-carousel .owl-nav .owl-next {
  background: url(../images/next-bg.png) no-repeat center;
}
.owl-stage>.owl-item {
  display: flex;
  justify-content: center;
}
.owl-stage>.owl-item:hover .item-img {
  background: url(../images/research-current-bg.png) no-repeat left center;
}
.owl-stage>.owl-item:hover .item-text {
  color: #e24b30;
}
.owl-carousel .item-img {
  width: 204px;
  height: 281px;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/research-bg.png) no-repeat left center;
}
.owl-carousel .item-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-stage>.owl-item:hover .item-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.owl-carousel .item-text {
  font-size: 16px;
  width: 204px;
  line-height: 38px;
  padding-top: 10px;
  cursor: pointer;
  color: #2f2e33;
  font-weight: 600;
  text-align: center;
}


@media (min-width: 375px){
  .topbar .container {
    max-width: 100%;
  }
  .content-progress img {
    max-width: 100%;
  }
  .icon-space {
    display: none;
  }
}
@media (min-width: 768px){
  .topbar .container {
    max-width: 100%;
  }
  .content-progress img {
    max-width: 100%;
  }
  .icon-space {
    display: none;
  }
}
@media (min-width: 992px) {
  .topbar .container {
    max-width: 100%;
  }
  .content-progress img {
    max-width: 100%;
  }
  .icon-space {
    display: none;
  }
  .bg-light {
    height: 78vh;
  }
  .progress-box {
    height: 22vh;
  }
  /* .bg-light {
    height: calc( 100vh - (100vw * (160/1290)));
  } */
}
@media (min-width: 1200px){
  .topbar .container {
    max-width: 100%;
  }
  .container {
    max-width: 1280px;
  }
  .content-progress img {
    max-width: 100%;
  }
  .icon-space {
    display: block;
  }
  .resources-services-box .app-right {
    max-width: calc(100% - 163px);
  }
  /* .progress-box {
    height: calc(100vw * (160/1280));
  } */
}
@media (min-width: 1150px){
  .navbar-expand-lg .navbar-collapse {
    flex-direction: column!important;
  }
}

@media (max-width: 767px) {
  .slider .slide-image {
    height: 100%;
  }
}
