/* 格展网络模板 */
/* 精品与原创网站模板提供商，一站式建站 */
/* 主营业务：快速建站、交易、服务器 */
/* 模板下载：Www.91084.Com */
/* 外链发布：bbs.91084.Com */
/* 主机/服务器：Www.zhaodede.Com */
/* 网站建设公司：Www.gezhancn.Com */
/* QQ：6364544  */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.ani {
  opacity: 0;
}
.ani-slide .ani1-1 {
  opacity: 1;
  -webkit-animation: fadeInDown 0.5s both;
  animation: fadeInDown 0.5s both;
}
.ani-slide .ani1-2 {
  opacity: 1;
  -webkit-animation: fadeInUp 0.5s both;
  animation: fadeInUp 0.5s both;
}

.swiper-container {
  margin-top: 80px;
  width: 100%;
  height: 600px;
  background-size: cover !important;
  background-position: center;
}

.pagination {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 50px;
  height: 4px;
  border-radius: 8px;
  margin: 0 5px;
  background: #fff;
  cursor: pointer;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.swiper-active-switch {
  opacity: 1;
  filter: alpha(opacity=100);
}

.swiper-container .prev,
.swiper-container .next {
  width: 36px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.34);
  cursor: pointer;
  transform: translate(0, -50%);
  border-radius: 2px;
}

.swiper-container .iconfont {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  opacity: 0.6;
}

.swiper-container .prev {
  left: 20px;
}

.swiper-container .next {
  right: 20px;
}

.swiper-content {
  position: absolute;
  top: 200px;
  width: 600px;
}

.swiper-content .swiper-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
  max-height: 128px;
  overflow: hidden;
  color: #fff;
  margin-bottom: 20px;
}

.swiper-content .swiper-text {
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
  margin-top: 10px;
  line-height: 28px;
  max-height: 128px;
  overflow: hidden;
}
.swiper-content .swiper-bnt {
  display: block;
  width: 180px;
  height: 48px;
  background: #06c562;
  border: 1px solid #06c562;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  margin-top: 60px;
}
.swiper-content .swiper-bnt a {
  color: #fff;
}
.swiper-content .swiper-bnt:hover {
  background: #06B55A;
  border: 1px solid #06B55A;
}
.service {
  margin-top: 80px;
}

.service li {
  float: left;
  width: 277px;
  height: 283px;
  margin-top: 30px;
  margin-right: 30px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  box-sizing: border-box;
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}

.service li a {
  display: block;
  width: 100%;
  height: 283px; box-sizing:border-box
}
.service li a img{ margin:30px 0 10px;}
.service li:hover {
  background-color: #06c562;
  color: #fff;
  transform: translateY(-3px);
  border: none;
  box-sizing: border-box;
  box-shadow: 0 2px 20px rgba(0, 95, 193, 0.2);
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}
.service li:hover img{filter: grayscale(100%) brightness(300%);}
.service li:hover span,
.service li:hover .title {
  color: #fff;
}

.service li:hover .post {
  display: block;
  color: #fff;
}

.service li:hover .post i {
  font-size: 24px;
  margin-left: 8px;
  vertical-align: middle;
}

.service li:hover .desc {
  display: none;
}



.service li span {
  display: inline-block;
  font-size: 84px;
  padding: 57px 0 7px 0;
  color: #06c562;
}

.service li .title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 22px;
  color: #000;
}

.service li .desc {
  width: 100%;
  color: #7a7a7a;
  font-size: 14px; padding:0 20px;
  line-height: 20px; box-sizing:border-box
}

.service li .post {
  display: none;
}

.team {
  margin-top: 80px;
  width: 100%;
  height:540px;
  background: url(../images/teambg.jpg) top;
}

.team .team-text {
  padding: 80px 0;
  text-align: center;
}

.team .team-text .title {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}

.team li {
  float: left;
  width: 250px;
  height: 210px;
  text-align: center;
  color: #eee;
  cursor: pointer;
  padding: 30px 25px;
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}

.team li:hover {
  transform: translateY(-3px);
  background-color: rgba(255, 255, 255, 0.1);
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}

.team li .iconfont {
  font-size: 80px;
}

.team li .title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px; color:#fff
}

.team li .desc {
  line-height: 1.75;
  font-size: 14px;
  color: #fff;
}

.team .team-more {
  margin-top: 40px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

.team .team-more span {
  margin-right: 6px;
}

.team .team-more a {
  color: #ccc;
}

.team .team-more a:hover {
  display: inline-block;
  width: 156px;
  height: 34px;
  background-color: #fff;
  color: #06c562;
}
.baike {
  background-color: #f6f6f6;
  padding: 60px 0;
}

.baike-content {
  margin-top: 40px;
  background: #fff;
  box-shadow: 0 0 16px rgb(95 126 209 / 16%);
  padding: 20px;
  height: 460px;
  box-sizing: border-box;
}
.baike-content .baike-item:nth-child(3n + 3) {
  margin-right: 0;
  border-right: none;
}
.baike-content .baike-item {
  width: 372px;
  height: 100%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #e5e5e5;
}
.baike-content .baike-item .baike-info {
  position: relative;
  padding-top: 5px;
  height: 65px;
}
.baike-content .baike-item .baike-info .iconfont {
  font-size: 36px;
  line-height: 60px;
}
.baike-content .baike-item .baike-info .pic {
  position: absolute;
  top: 5px;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #06c562;
  border-radius: 50%;
  color: #fff;
  background-color: #1e57fe;
  box-sizing: border-box;
  text-align: center;
  display: block;
}
.baike-content .baike-item .baike-info h3 {
  margin-left: 80px;
  margin-top: 10px;
  font-weight: 600;
  color: #333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 260px;
  display: inline-block;
}
.baike-content .baike-item .baike-info h3 a {
  color: #333;
}

.baike-content .baike-item .baike-info p {
  margin-left: 80px;
  color: #999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 260px;
  line-height: 2;
}
.baike-content .baike-item .baike-hot {
  margin: 20px 0 10px 0;
}
.baike-content .baike-item .baike-hot .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.baike-content .baike-item .baike-hot .title a {
  color: #333;
}
.baike-content .baike-item .baike-hot .desc {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  line-height: 1.5;
  max-height: 40px;
}
.baike-content .baike-item .baike-list {
  margin-top: 10px;
  color: #666;
}

.baike-content .baike-item .baike-list li {
  text-align: left;
  font-size: 14px;
  color: #666;
  padding-left: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 15px;
}
.baike-content .baike-item .baike-list li::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #dae2f2;
  left: 0;
  top: 3px;
  border-radius: 50%;
}
.baike-content .baike-item .baike-list li a {
  color: #666;
}
.baike-content .baike-item .baike-list li a:hover {
  color: #06c562;
}
.news {
  margin-top: 80px; margin-bottom:60px
}

.news .news-box {
  margin-top: 60px;
}

.news .news-box .news-hot {
  float: left;
  margin-right: 30px;
  width: 580px;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}

.news .news-box .news-hot:hover {
  transform: translateY(-3px);
  border: none;
  box-sizing: border-box;
  box-shadow: 0 2px 20px rgba(0, 95, 193, 0.2);
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}

.news .news-box .news-hot .pic {
  padding: 30px;
  width: 520px;
  height: 280px;
  overflow: hidden;
}

.news img {
  width: 100%;
}

.news .news-box .news-hot .title {
  padding: 30px 30px 9px 30px;
  font-size: 22px;
  color: #404040;
  line-height: 28px;
}

.news .news-box .news-hot .desc {
  padding: 0 30px 30px 30px;
  line-height: 22px;
  color: #999;
}

.news .news-box .news-list {
  float: left;
  width: 590px;
}

.news .news-box .news-list li {
  width: 590px;
  height: 100px;
  background-color: #fafafa;
  margin-bottom: 15px;
  padding: 20px 20px 0px;
  box-sizing: border-box;
}

.news .news-box .news-list li:hover {
  transform: translateY(-3px);
  background-color: #06c562;
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}

.news .news-box .news-list li:hover .date .date-years,
.news .news-box .news-list li:hover .date .date-month,
.news .news-box .news-list li:hover .info .title a,
.news .news-box .news-list li:hover .info .desc {
  color: #ebebeb;
}

.news .news-box .news-list li .date {
  float: left;
  width: 76px;
  text-align: right;
  margin-right: 20px;
}

.news .news-box .news-list li .date .date-years {
  font-size: 14px;
  color: #666;
}

.news .news-box .news-list li .date .date-month {
  font-size: 24px;
  line-height: 38px;
  color: #888;
  font-weight: bold;
}

.news .news-box .news-list li .info {
  float: left;
  width: 454px;
}

.news .news-box .news-list li .info .title {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .news-box .news-list li .info .title a {
  color: #404040;
}

.news .news-box .news-list li .info .desc {
  margin-top: 5px;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-link {
  background-color: #141b1e;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 1.5;
}
.index-link .container {
  padding: 10px 0;
}
.index-link a {
  font-size: 12px;
  margin-right: 10px;
  color: #4d4d4d;
}

.index-link .tab {
  height: 33px;
  margin: 0 auto;
  border-bottom: 1px solid #6666664d;
}

.index-link .tab ul li {
  float: left;
  display: block;
  margin: 0 20px 0 0;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #4d4d4d;
  cursor: pointer;
}

.index-link .tab ul li:last-child() {
  margin-right: 0;
}

.index-link .tab ul li.current {
  color: #fff;
}

.index-link .hide {
  display: none;
}

.index-link .tab_list > ul {
  margin: 10px 0;
  overflow: hidden;
}

.index-link .tab_list > ul > li {
  float: left;
  margin-right: 10px;
}

.index-link .tab_list > ul > li:last-child {
  margin-right: none;
}
