/* 灰色按钮 */
.t_an {
  width: 100%;
}

.t_an a:hover .t_an_c {
  padding-right: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.t_an a:hover .t_an_a {
  border: 1px solid #4369ab;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.t_an a {
  color: #666;
}

.t_an_a {
  width: 175px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #cbcbcb;
  padding: 0 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.t_an a:hover .t_an_b {
  color: #4369ab;
}

.t_an_b {
  width: 50%;
  float: left;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.t_an_c {
  width: 50%;
  float: left;
  padding-right: 15px;
  text-align: right;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}


/* 新闻动态 */
.t_news {
  width: 100%;
  padding: 75px 0 0 0;
}

.t_news_a {
  max-width: 1600px;
  margin: 0 auto;
}

.t_news_a01z {
  width: 100%;
  padding-top: 50px;
}

.t_news_a01 {
  width: 45%;
  float: left;
  position: relative;
}

.t_news_a01_a {
  width: 100%;
  overflow: hidden;
  height: 420px;
}

.t_news_a01_b {
  width: 100%;
  height: 90px;
  color: #fff;
  background-color: #2db678;
  background: rgba(0, 52, 126, .60);
  line-height: 90px;
  position: absolute;
  bottom: 0;
}

.t_na01b_a {
  width: 100%;
}

.t_news_a01_a img {
  overflow: hidden;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.t_na01b_01 {
  width: 80%;
  float: left;
  padding-top: 20px;
}

.t_na01b_02 {
  width: 20%;
  float: left;
  text-align: right;
  padding-right: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.t_news_a01 a:hover .t_na01b_02 {
  padding-right: 35px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.t_na01b_03 {
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 0 0 20px;
}

.t_news_a02 {
  width: 52%;
  float: left;
  margin-left: 3%;
}

.t_news_a02 a:hover .t_news_r01 {
  background: #eee;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.t_news_a02 a:hover .t_news_r03_t {
  color: #4369ab;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.t_news_r01 {
  width: 100%;
  padding: 30px;
  border-bottom: 1px solid #f3f3f3;
  background: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.t_news_r02 {
  width: 15%;
  float: left;
}

.t_news_r02_t {
  width: 100%;
  text-align: right;
  font-size: 15px;
}

.t_news_r02_b {
  width: 100%;
  text-align: right;
  font-size: 28px;
}

.t_news_r03 {
  width: 85%;
  float: right;
  padding-left: 20px;
}

.t_news_r03_t {
  width: 100%;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.t_news_r03_b {
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  padding-top: 10px;
}

.t_news_a01 a:hover .t_news_a01_a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 640px) {
  .t_news {
    padding: 20px 0 0 0;
  }

  .t_news_a {
    width: 94%;
  }

  .t_news_a01z {
    padding-top: 20px;
  }

  .t_news_a01 {
    width: 100%;
    float: none;
  }

  .t_news_a02 {
    margin-left: 0;
    width: 100%;
    float: none;
    margin-top: 10px;
  }

  .t_news_r01 {
    padding: 20px 0;
  }

  .t_news_r02_b {
    font-size: 16px;
  }

  .t_news_r03 {
    padding-left: 10px;
  }

  .t_news_r03_b {
    padding-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .t_news_a01_a {
    height: auto;
  }
}


/* 首页轮播图样式 */
.carousel {}

.carousel .carousel-indicators {
  left: 0;
  right: 0;
  margin: 10px auto;
  width: 80px;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 1000px;
  bottom: 0;
}

.carousel .carousel-indicators .active {
  background-color: #2db678;
}

.carousel .carousel-caption {
  left: auto;
  right: auto;
  bottom: auto;
  text-shadow: none;
  text-align: inherit;
  padding: 0;
}

.carousel .carousel-control.right,
.carousel .carousel-control.left {
  background-image: none;
}

.carousel-aspect {
  position: relative;
  width: 100%;
  padding-bottom: 33.35%;
}

.carousel-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}


/* 了解更多按钮 */
.learnmore {
  display: inline-block;
  border: 1px solid #989898;
  padding: 18px;
  border-radius: 6px;
}

.learnmore-label {
  font-size: 18px;
  line-height: 100%;
  color: #666;
  vertical-align: middle;
}

.learnmore-icon {
  width: 24px;
  height: 22px;
  margin: 0 5px 0 40px;
  vertical-align: middle;
}


/* 关于我们 */
.about {
  width: auto;
  position: relative;
}

.about-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: #2db678 right top 160px/666px no-repeat;
}

.about-row {
  padding: 160px 160px 160px 0;
}

.about-left {
  padding: 0;
}

.about-left-img {
  width: 100%;
  height: 660px;
  background: center/cover no-repeat
}

.about-right {
  padding: 120px 80px 0;
  color: #fff;
}

.about-right-title {
  font-size: 46px;
}

.about-right-line {
  margin-top: 20px;
  width: 70px;
  height: 5px;
  background-color: #fff;
}

.about-right-content {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 20px;
  white-space: pre-line;
}

.about-learnmore {
  margin-top: 40px;
}

.about-learnmore .learnmore {
  border: 1px solid #fff;
}

.about-learnmore .learnmore-label {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .about-row {
    padding: 0;
  }

  .about-left-img {
    height: 360px;
  }

  .about-right {
    padding: 20px;
    background-color: #2db678;
  }
}

@media screen and (max-width: 640px) {
  .about-right-title {
    font-size: 25px;
  }

  .about-right-content {
    font-size: 14px;
  }
}


/* 合作伙伴 */
.partner {
  padding: 100px 0 130px;
}

.partner-title {
  font-size: 46px;
  text-align: center;
  color: #1f1f1f;
}

.partner-describe {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  color: #666;
}

.partner-swiper {
  margin-top: 36px;
}

.partner-swiper .swiper-slide {
  width: 370px;
}

.partner-cell {
  position: relative;
  display: block;
  border-radius: 5px;
}

.partner-logo {
  background-color: #f9f9f9;
  transition: .3s all;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
}

.partner-logo-img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border: 1px solid #f2f2f2;
}

.partner-logo-title {
  margin-top: 10px;
}

.partner-cell:hover {
  background-image: linear-gradient(to right, #1ca146, #2db678);
  text-decoration: none;
}

.partner-cell:hover .partner-logo {
  background-color: #fff;
  transform: translate(-10px, -10px);
  box-shadow: -10px -6px 30px rgba(0, 0, 0, .06);
  color: #1ca146;
}

.partner-op {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 36px auto 0 auto;
  width: 80%;
}

.partner-op .swiper-button-next,
.partner-op .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: unset;
  display: inline-block;
  line-height: 50px;
  margin: 0 7px;
  opacity: 1;
  text-align: center;
  background-image: linear-gradient(to right, #1ca146, #2db678);
}

.partner-op .swiper-button-next::after,
.partner-op .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
}

.partner-op-link {
  font-size: 12px;
  color: #000;
  padding: 5px 0;
  margin-left: 20px;
  display: inline-block;
  border-bottom: 1px solid #000;
}

.partner-op-link .glyphicon {
  font-size: 12px;
}

.partner-paginations {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.partner-paginations .swiper-pagination {
  margin-left: 10%;
}

.partner-paginations .swiper-pagination-progressbar {
  flex: 1;
  display: block;
  position: relative;
  background-color: #eee;
  height: 1px;
}

.partner-paginations .swiper-pagination-progressbar-fill {
  display: block;
  z-index: 111;
  background-color: #000;
  min-width: 29px;
}

.partner-look-more {
  font-size: 14px;
  color: #999;
  margin-left: 25px;
}

@media screen and (max-width: 640px) {
  .partner-title {
    font-size: 25px;
  }

  .partner-describe {
    font-size: 14px;
  }

  .partner-swiper .swiper-slide {
    width: 300px;
  }

  .partner-cell:hover .partner-logo {
    background-color: #f9f9f9;
    transform: none;
    box-shadow: none;
  }

  .partner-op {
    width: 90%;
  }

  .partner-op .swiper-button-next,
  .partner-op .swiper-button-prev {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .partner-paginations .swiper-pagination {
    display: none;
  }
}


/* 联系我们 */
.contactus {
  margin: 0 auto;
  padding: 70px 0;
  max-width: 1600px;
}

.contactus-title {
  font-size: 46px;
  text-align: center;
  color: #1f1f1f;
}

@media screen and (max-width: 640px) {
  .contactus-title {
    font-size: 25px;
  }
}


/* 其他业务 */
.otherbusiness {
  padding: 40px 0;
}

.otherbusiness-wrapper {
  margin: 0 auto;
  width: auto;
}

.otherbusiness-item {
  display: table;
  height: 530px;
  background: center/cover no-repeat;
}

.otherbusiness-content {
  display: table-cell;
  padding-left: 60px;
  vertical-align: middle;
}

.otherbusiness-content-title {
  font-size: 32px;
}

.otherbusiness-learnmore {
  margin-top: 20px;
}

.otherbusiness-learnmore .learnmore {
  padding: 10px;
}

.otherbusiness-learnmore .learnmore-label {
  font-size: 14px;
}

.otherbusiness-learnmore .learnmore-icon {
  width: 20px;
  height: 24px;
  margin: 0 5px 0 26px;
}

@media screen and (max-width: 1200px) {
  .otherbusiness-item {
    height: 400px;
  }
}