body{
    font-family:"楷体","KaiTi",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    
}
.container-fluid .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
@media (min-width: 1200px) {
    body{font-size: 1.1rem;}
}

@media (min-width: 1200px) {
  .container {
    max-width: 1600px;
  }
}
.col-md-20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-md-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: 500ms all ease;
}

a:hover,
a:focus {
  color: #A9CD36;
  text-decoration: none !important;
  cursor: pointer;
}

ol {
  margin-bottom: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pd80 {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .pd80 {
    padding: 80px 0;
  }
}

.pd100 {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .pd100 {
    padding: 100px 0;
  }
}

.ovh {
  overflow: hidden;
}

.con img {max-width:100%;height:auto;}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col, .col-1, .col-10,
.col-11, .col-12, .col-2, .col-3, .col-4, .col-5,
.col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12,
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12,
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,
.col-md-8, .col-md-9, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
.col-sm-8, .col-sm-9, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12,
.col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7,
.col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 992px) {
  .menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0px 4px 20px 0 rgba(157, 157, 157, 0.4);
  }
}
.menu .l1 {
  display: block;
}
.menu .l2 {
  display: none;
}
.menu .cssmenu ul li.lang a {
  width: 80px;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .menu .cssmenu ul li.lang a {
    margin: 0;
    width: auto;
  }
}

.menu1 {
  background: transparent;
  box-shadow: none;
 
}
@media (min-width: 992px) {
    .menu1 { background-image: linear-gradient( #004da06e, #ffffff00);}
}
.menu1 .l1 {
  display: none;
}
.menu1 .l2 {
  display: block;
}
.menu1 ul li a {
  color: #222;
}
@media (min-width: 992px) {
  .menu1 ul li a {
    color: #fff;
  }
}

.ice-title {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .ice-title {
    margin-bottom: 50px;
    text-align: center;
  }
}
.ice-title h3 {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
@media (min-width: 992px) {
  .ice-title h3 {
    font-size: 40px;
    line-height: 58px;
  }
}
.ice-title a {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 24px;
  align-items: center;
  border: 1px solid #A9CD36;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  color: #A9CD36;
}
@media (min-width: 992px) {
  .ice-title a {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 16px;
  }
}
.ice-title a i {
  margin-left: 6px;
}
.ice-title a:hover {
  background: #A9CD36;
  color: #fff;
}

.ice-banner .swiper-button-next,
.ice-banner .swiper-button-prev {
  border: 2px solid #A9CD36;
  -o-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  border-radius: 50%;
  color: #A9CD36;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 30px;
  transition: all 0.3s ease;
  text-align: center;
}
.ice-banner .swiper-button-next::after,
.ice-banner .swiper-button-prev::after {
  font-size: 14px;
}
@media (min-width: 992px) {
  .ice-banner .swiper-button-next::after,
  .ice-banner .swiper-button-prev::after {
    font-size: 24px;
  }
}
.ice-banner .swiper-button-next:hover,
.ice-banner .swiper-button-prev:hover {
  background: #A9CD36;
  color: #fff;
}
@media (min-width: 992px) {
  .ice-banner .swiper-button-next,
  .ice-banner .swiper-button-prev {
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
}
.ice-banner .item {
  position: relative;
}
.ice-banner .item .info {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  width: 76%;
  z-index: 999;
}
@media (min-width: 992px) {
  .ice-banner .item .info {
    left: 9%;
    width: 82%;
  }
}
.ice-banner .item .info h3 {
  font-size: 16px;
  line-height: 16px;
  color: #A9CD36;
  font-weight: normal;
  margin-bottom: 10px;
  display: inline-block;
  padding: 8px 20px;
  background: #A9CD36;
  color: #fff;
}
@media (min-width: 992px) {
  .ice-banner .item .info h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 16px 30px;
  }
}
.ice-banner .item .info p {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .ice-banner .item .info p {
    font-size: 56px;
    line-height: 56px;
  }
}
.ice-banner .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  transition: all 0.4s ease 1.2s;
}
@media (max-width: 768px) {
    .ice-banner .item .img img {
    max-width: 150%;
    width: 150%;
    height: auto;
    margin-left: -25%;
    }
    
}
.ice-banner .swiper-slide-active .item .info h3 {
  animation: bannertextDow 1s ease both 600ms;
}
.ice-banner .swiper-slide-active .item .info p {
  animation: bannertextDow 1s ease both 600ms;
}
.ice-banner .swiper-slide-active .item .info .btn2 {
  animation: bannertextUp 1s ease both 800ms;
}
.ice-banner .swiper-slide-active .item .img img {
  transition-delay: 0.4s !important;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: all 5s ease;
}
.ice-banner .swiper-pagination-bullet-active {
  background: #A9CD36;
}

@keyframes bannertextDow {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes bannertextUp {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.about {
  background: #f7f8fa;
}
.about .ice-title h3 {
  text-align: center;
}
.about .txt {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #555;
}
@media (min-width: 992px) {
  .about .txt {
    font-size: 20px;
    line-height: 40px;
  }
}
.about .num {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  gap: 40px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .about .num {
    flex-direction: row;
    gap: 120px;
    margin: 64px 0;
  }
}
.about .num .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about .num .item .top {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #222;
  margin-bottom: 12px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .about .num .item .top {
    font-size: 18px;
    line-height: 18px;
  }
}
.about .num .item .bot {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.about .num .item .bot h4 {
  font-size: 32px;
  line-height: 32px;
  color: #A9CD36;
}
@media (min-width: 992px) {
  .about .num .item .bot h4 {
    font-size: 60px;
    line-height: 60px;
  }
}
.about .num .item .bot span {
  font-size: 16px;
  line-height: 16px;
  color: #222;
  display: inline-block;
  margin-bottom: 12px;
  /*margin-left: 4px;*/
}
@media (min-width: 992px) {
  .about .num .item .bot span {
    font-size: 18px;
    line-height: 18px;
    color: #222;
    margin-bottom: 18px;
    /*margin-left: 12px;*/
  }
}
.about .more {
  text-align: center;
}
.about .more a {
  padding: 12px 24px;
  align-items: center;
  border: 1px solid #A9CD36;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  color: #A9CD36;
}
@media (min-width: 992px) {
  .about .more a {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 16px;
  }
}
.about .more a i {
  margin-left: 6px;
}
.about .more a:hover {
  background: #A9CD36;
  color: #fff;
}

.news .item {
  display: block;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news .item {
    margin-bottom: 0;
  }
}
.news .item .img {
  overflow: hidden;
}
.news .item .img img {
  transition: all 0.4s;
}
.news .item .txt {
  padding: 30px;
}
@media (max-width: 767px) {
   .news .item .txt {
  padding: 15px;
} 
    
}
.news .item .txt h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  height: 62px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.news .item .txt span {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 16px;
  display: inline-block;
}
.news .item .txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.news .item .txt .more {
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
  color: #A9CD36;
}
.news .item .txt .more i {
  margin-left: 8px;
  transition: all 0.4s;
}
.news .item:hover .img img {
  transform: scale(1.1);
}
.news .item:hover .txt h4 {
  color: #A9CD36;
}
.news .item:hover .txt .more i {
  margin-left: 16px;
}

.business {
  background: #f7f8fa;
}
.business .item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #F2F2F2;
  padding: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .business .item {
    padding: 50px;
    margin-bottom: 20px;
  }
}
.business .item .txt {
  padding-right: 40px;
}
@media (min-width: 992px) {
  .business .item .txt {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .business .item .txt {
    padding-right: 100px;
  }
}
@media (min-width: 1400px) {
  .business .item .txt {
    padding-right: 140px;
  }
}
.business .item .txt .title {
  width: 150px;
  display: flex;
  flex-direction: row;
  padding: 12px 24px;
  align-items: center;
  background: #A9CD36;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .business .item .txt .title {
    padding: 10px 16px;
  }
}

.business .item .txt .title img {
  display: inline-block;
  margin-right: 4px;
}
.business .item .txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #222;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.business .item .more {
  width: 40px;
  height: 40px;
  border: 2px solid #A9CD36;
  border-radius: 100%;
  flex-shrink: 0;
  text-align: center;
  line-height: 36px;
  color: #A9CD36;
}
.business .item:hover .txt p {
  color: #A9CD36;
}
.business .item:hover .more {
  background: #A9CD36;
  color: #fff;
}

.case .owl-carousel .owl-stage-outer .owl-item .item {
  display: block;
}
.case .owl-carousel .owl-stage-outer .owl-item .item .img {
  overflow: hidden;
}
.case .owl-carousel .owl-stage-outer .owl-item .item .img img {
  transition: all 0.4s;
}
.case .owl-carousel .owl-stage-outer .owl-item .item .txt {
  position: relative;
  z-index: 9999;
  padding: 20px;
  background: #A8C842;
  width: 80%;
  margin-top: -46px;
}
@media (min-width: 992px) {
  .case .owl-carousel .owl-stage-outer .owl-item .item .txt {
    padding: 40px;
    margin-top: -75px;
  }
}
.case .owl-carousel .owl-stage-outer .owl-item .item .txt h4 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #fff;
}
@media (min-width: 992px) {
  .case .owl-carousel .owl-stage-outer .owl-item .item .txt h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.case .owl-carousel .owl-stage-outer .owl-item .item .txt p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 992px) {
  .case .owl-carousel .owl-stage-outer .owl-item .item .txt p {
    font-size: 16px;
    line-height: 30px;
  }
}
.case .owl-carousel .owl-stage-outer .owl-item .item:hover .img img {
  transform: scale(1.1);
}
.case .owl-carousel .owl-nav {
  display: block;
  margin-top: 0;
}
.case .owl-carousel .owl-nav button {
  background-color: #ffffff;
  -o-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  border: none;
  border-radius: 50%;
  color: #051036;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 38%;
  width: 60px;
  transition: all 0.3s ease;
}
.case .owl-carousel .owl-nav button.owl-prev {
  left: -30px;
  right: auto;
}
.case .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -30px;
}
.case .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.case .owl-carousel .owl-dots button span {
  background: #869791;
  width: 6px;
  height: 6px;
  margin: 4px 8px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.case .owl-carousel .owl-dots button.active span {
  width: 10px;
  height: 10px;
  background: #004DA0;
}

.footer {
  background: url(../images/footer-bg.jpg) no-repeat top;
  background-size: cover;
}
.footer .box {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .footer .box {
    padding: 60px 0;
  }
}
.footer .box .txt .footer-logo {
  margin-bottom: 32px;
}
.footer .box .txt ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
.footer .box .txt ul li img {
  margin-right: 8px;
}
.footer .box .link {
  display: flex;
}
@media (min-width: 992px) {
  .footer .box .link ul {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .footer .box .link ul {
    margin-left: 40px;
  }
}
@media (min-width: 1440px) {
  .footer .box .link ul {
    margin-left: 80px;
  }
}
@media (min-width: 1680px) {
  .footer .box .link ul {
    margin-left: 100px;
  }
}
.footer .box .link ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #F2F2F2;
  display: inline-block;
  margin-bottom: 12px;
}
.footer .box .link ul li:first-child a {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #fff;
}
.footer .bq {
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.scrolltop {
  position: fixed;
  right: 10px;
  bottom: 60px;
  background: #004DA0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  color: #fff;
  z-index: 888;
}
@media (min-width: 992px) {
  .scrolltop {
    right: 30px;
    bottom: 80px;
  }
}
.scrolltop i {
  color: #fff;
  font-size: 26px;
  line-height: 54px;
}
.scrolltop:hover {
  background: #A9CD36;
}

#page {
  text-align: center;
  margin-top: 40px;
}
#page .pagination {
  margin: 20px 0 0;
}

#page .pagination > .active > a {
  z-index: 3;
  color: #FFFFFF;
  cursor: default;
  background-color: #A9CD36;
  border-color: #A9CD36;
}

#page .pagination > li > a,
#page .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #888;
  border: 1px solid #ddd;
}

.tab-nav {
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.tab-nav .list a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #555;
  position: relative;
  margin: 0 20px;
}
@media (max-width: 640px) {
  .tab-nav .list a {
    margin: 0 10px;
  }
}
@media (max-width: 375px) {
  .tab-nav .list a {
    margin: 0 8px;
  }
}
@media (min-width: 992px) {
  .tab-nav .list a {
    height: 60px;
    line-height: 60px;
    margin: 0 30px;
  }
}
.tab-nav .list a.on {
  color: #A9CD36;
}
.tab-nav .list a.on::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #A9CD36;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tab-nav .list a:hover {
  color: #A9CD36;
}

.nNews .item {
  display: block;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .nNews .item {
    margin-bottom: 30px;
  }
}
.nNews .item .img {
  overflow: hidden;
}
.nNews .item .img img {
  transition: all 0.4s;
}
.nNews .item .txt {
  padding: 30px;
}
.nNews .item .txt h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  height: 62px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.nNews .item .txt span {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 16px;
  display: inline-block;
}
.nNews .item .txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.nNews .item .txt .more {
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
  color: #A9CD36;
}
.nNews .item .txt .more i {
  margin-left: 8px;
  transition: all 0.4s;
}
.nNews .item:hover .img img {
  transform: scale(1.1);
}
.nNews .item:hover .txt h4 {
  color: #A9CD36;
}
.nNews .item:hover .txt .more i {
  margin-left: 16px;
}

.nNews-detail h5 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #222;
}
.nNews-detail .tag {
  text-align: center;
  font-size: 14px;
  color: #555;
}
.nNews-detail .con {
  margin-top: 50px;
}
.nNews-detail .con p {
  font-size: 16px;
  line-height: 26px;
  color: #555;
  margin-bottom: 10px;
}

.nCase .item {
  display: block;
  margin-bottom: 40px;
}
.nCase .item .img {
  overflow: hidden;
}
.nCase .item .img img {
  transition: all 0.4s;
}
.nCase .item .txt {
  position: relative;
  z-index: 9999;
  padding: 20px;
  background: #A8C842;
}
@media (min-width: 992px) {
  .nCase .item .txt {
    padding: 30px 40px;
  }
}
.nCase .item .txt h4 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #fff;
}
@media (min-width: 992px) {
  .nCase .item .txt h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
.nCase .item .txt p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 992px) {
  .nCase .item .txt p {
    font-size: 16px;
    line-height: 30px;
  }
}
.nCase .item:hover .img img {
  transform: scale(1.1);
}

.nDevelop .row {
  align-items: center;
}
.nDevelop .row.no-gutters {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .nDevelop .row.no-gutters {
    padding: 0 15px;
  }
}
.nDevelop .txt {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .nDevelop .txt {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 36px;
  }
}
.nDevelop .item {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .nDevelop .item {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .nDevelop .item.left {
    text-align: left;
  }
}
.nDevelop .item h4 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 36px;
}
@media (min-width: 992px) {
  .nDevelop .item h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.nDevelop .item p {
  font-size: 16px;
  line-height: 28px;
  color: #222;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .nAbout.gsjj .container {
    width: 960px;
  }
}
.nAbout .title h4 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .nAbout .title h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.nAbout .title p {
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .nAbout .title p {
    font-size: 18px;
    line-height: 36px;
  }
}

.nAbout-team .title {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .nAbout-team .title {
    margin-bottom: 50px;
  }
}
.nAbout-team .title p {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .nAbout-team .title p {
    font-size: 18px;
    line-height: 36px;
  }
}
.nAbout-team .item {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .nAbout-team .item {
    margin-bottom: 40px;
  }
}
.nAbout-team .item .img {
  overflow: hidden;
}
.nAbout-team .item .img img {
  transition: all 0.4s;
}
.nAbout-team .item .name {
  width: 100%;
  padding: 20px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nAbout-team .item .name div h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #A9CD36;
}
.nAbout-team .item .name div span {
  display: block;
  margin-bottom: 12px;
}
.nAbout-team .item .name i {
  display: block;
  transition: all 0.4s;
  color: #A9CD36;
  font-size: 30px;
}
.nAbout-team .item:hover {
  cursor: pointer;
}
.nAbout-team .item:hover .img img {
  transform: scale(1.05);
}
.nAbout-team .item:hover .name div h3 {
  color: #A9CD36;
}
.nAbout-team .item:hover .name i {
  margin-right: 8px;
  color: #A9CD36;
}
.nAbout-team .modal-open {
  display: none;
}
.nAbout-team .modal-open .overlay {
  display: block;
  background: #000;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10001;
}
.nAbout-team .modal-open .txt-con {
  max-width: 90%;
  background-color: #fff;
  border: 0;
  left: 50%;
  max-height: calc(100% - 6rem);
  overflow: auto;
  padding: 20px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10002;
}
@media (min-width: 992px) {
  .nAbout-team .modal-open .txt-con {
    max-width: 600px;
    padding: 40px;
  }
}
.nAbout-team .modal-open .txt-con button {
  background: transparent;
  border: 0;
  height: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 10;
}
.nAbout-team .modal-open .txt-con .txt-t .txt-box {
  display: flex;
  align-items: center;
}
.nAbout-team .modal-open .txt-con .txt-t .txt-box img {
  width: 120px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .nAbout-team .modal-open .txt-con .txt-t .txt-box img {
    width: 160px;
    margin-right: 30px;
  }
}
.nAbout-team .modal-open .txt-con .txt-t ul {
  padding: 20px 20px 0;
}
.nAbout-team .modal-open .txt-con .txt-t ul li {
  list-style-type: disc;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 4px;
}
.nAbout-team .achievement {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .nAbout-team .achievement {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.nAbout-team .achievement h4 {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .nAbout-team .achievement h4 {
    margin-bottom: 20px;
  }
}
.nAbout-team .achievement p {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .nAbout-team .achievement p {
    font-size: 18px;
    line-height: 36px;
  }
}
.nAbout-team .num {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #f7f8fa;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .nAbout-team .num {
    padding: 30px 20px;
  }
}
.nAbout-team .num .top {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #222;
}
@media (min-width: 992px) {
  .nAbout-team .num .top {
    font-size: 17px;
    line-height: 26px;
  }
}
.nAbout-team .num .bot {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.nAbout-team .num .bot h4 {
  font-size: 32px;
  line-height: 32px;
  color: #A9CD36;
}
@media (min-width: 992px) {
  .nAbout-team .num .bot h4 {
    font-size: 50px;
    line-height: 50px;
  }
}
.nAbout-team .num .bot span {
  font-size: 14px;
  line-height: 14px;
  color: #222;
  display: inline-block;
  margin: 0 4px 12px;
}
@media (min-width: 992px) {
  .nAbout-team .num .bot span {
    font-size: 16px;
    line-height: 16px;
    color: #222;
    margin: 0 12px 16px;
  }
}

.nAbout-vision .title {
  margin-bottom: 50px;
}
.nAbout-vision .title h4 {
  text-align: center;
  margin-bottom: 24px;
}
.nAbout-vision .title p {
  text-align: center;
}
.nAbout-vision .box {
  margin: 0 0 40px;
  position: relative;
}
@media (min-width: 992px) {
  .nAbout-vision .box {
    margin: 0 0 80px;
  }
}


@media (max-width: 768px) {
    .nAbout-vision .box img{
    max-width: 150%;
    width: 150%;
    height: auto;
    margin-left: -25%;
        
    }
}

.nAbout-vision .box .txt {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.nAbout-vision .box .txt h2 {
  font-size: 16px;
  line-height: 16px;
  color: #A9CD36;
  font-weight: normal;
  margin-bottom: 10px;
  display: inline-block;
  padding: 8px 20px;
  background: #A9CD36;
  color: #fff;
}
@media (min-width: 992px) {
  .nAbout-vision .box .txt h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 16px 30px;
  }
}
.nAbout-vision .box .txt p {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .nAbout-vision .box .txt p {
    font-size: 40px;
    line-height: 40px;
  }
}
.nAbout-vision h3 {
  background: #A9CD36;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 24px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .nAbout-vision h3 {
    font-size: 30px;
    padding: 20px 0;
  }
}
.nAbout-vision .jzg-tit {
  text-align: center;
  margin-bottom: 30px;
}
.nAbout-vision .jzg-item {
  text-align: center;
  background: #F8F8F8;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .nAbout-vision .jzg-item {
    margin-bottom: 0;
  }
}
.nAbout-vision .jzg-item .jzg-txt {
  padding: 40px 0 30px;
}
.nAbout-vision .jzg-item .jzg-txt h5 {
  position: relative;
}
.nAbout-vision .jzg-item .jzg-txt .line {
  width: 40px;
  height: 2px;
  background-color: #A9CD36;
  margin: 16px auto 12px;
}
.nAbout-vision .jzg-item .jzg-txt p {
  margin-bottom: 0;
}

.timeline {
  position: relative;
  padding: 32px 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  .timeline {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  height: 100%;
  width: 2px;
  background: #ebebeb;
}
@media (min-width: 992px) {
  .timeline::before {
    left: 50%;
    margin-left: -1px;
  }
}
.timeline .block {
  position: relative;
  margin: 32px 0;
}
.timeline .block::after {
  content: "";
  display: table;
  clear: both;
}
.timeline .block:first-child {
  margin-top: 0;
}
.timeline .block:last-child {
  margin-bottom: 0;
}
.timeline .block .img {
  position: absolute;
  top: 18px;
  left: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #A9CD36;
}
@media (min-width: 992px) {
  .timeline .block .img {
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
  }
}
.timeline .block .con {
  position: relative;
  margin-left: 50px;
  background: #F8F8F8;
  padding: 24px;
}
@media (min-width: 992px) {
  .timeline .block .con {
    margin-left: 0;
    padding: 32px;
    width: 46%;
  }
}
.timeline .block .con::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 100%;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-right: 8px solid #f7f8fa;
}
@media (min-width: 992px) {
  .timeline .block .con::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #f7f8fa;
  }
}
.timeline .block .con .date {
  float: inherit;
  padding: 0;
  opacity: 0.7;
  color: #A9CD36;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .timeline .block .con .date {
    float: left;
    position: absolute;
    width: 100%;
    left: 116%;
    top: 0;
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
    padding: 4px 0;
  }
}
.timeline .block .con dl {
  margin-bottom: 30px;
}
.timeline .block .con dl:last-child {
  margin-bottom: 0;
}
.timeline .block .con dl dt {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 16px;
}
.timeline .block .con dl dd {
  font-size: 16px;
  line-height: 26px;
  margin-bottom:0;
}
.timeline .block .con dl dd span {
  display: inline-block;
  margin-right: 4px;
  color: #004DA0;
}
@media (min-width: 992px) {
    .timeline .block .con dl dd.right{
        text-align: right;
    }
}
.timeline .block:nth-child(even) .con {
  float: inherit;
}
@media (min-width: 992px) {
  .timeline .block:nth-child(even) .con {
    float: right;
  }
}
.timeline .block:nth-child(even) .con .date {
  left: auto;
  right: 116%;
  text-align: left;
}
@media (min-width: 992px) {
  .timeline .block:nth-child(even) .con .date {
    text-align: right;
  }
}
.timeline .block:nth-child(even) .con::before {
  top: 24px;
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #f7f8fa;
}

.nCase-detail h3 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
}
.nCase-detail span {
  font-size: 18px;
  line-height: 30px;
}
.nCase-detail .img {
  padding-right: 0;
}
@media (min-width: 992px) {
  .nCase-detail .img {
    padding-right: 20px;
  }
}
.nCase-detail .img img {
  margin-bottom: 30px;
  display: block;
  border: 1px solid #ebebeb;
  margin-right: 20px;
}
.nCase-detail .num-box {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
    .nCase-detail .num-box {
   display: block; 
    }  
}
.nCase-detail .num-box .num {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #f7f8fa;
  padding: 20px;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .nCase-detail .num-box .num {
    padding: 15px 10px;
  }
}
@media (min-width: 992px) {
  .nCase-detail .num-box .num {
    padding: 20px 12px;
  }
}
@media (min-width: 1200px) {
  .nCase-detail .num-box .num {
    padding: 30px 20px;
  }
}
.nCase-detail .num-box .num .top {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #222;
}
@media (min-width: 992px) {
  .nCase-detail .num-box .num .top {
    font-size: 16px;
    line-height: 26px;
  }
}
.nCase-detail .num-box .num .bot {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.nCase-detail .num-box .num .bot h4 {
  font-size: 32px;
  line-height: 32px;
  color: #A9CD36;
}
@media (min-width: 768px) {
  .nCase-detail .num-box .num .bot h4 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .nCase-detail .num-box .num .bot h4 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .nCase-detail .num-box .num .bot h4 {
    font-size: 40px;
    line-height: 40px;
  }
}
.nCase-detail .num-box .num .bot span {
  font-size: 14px;
  line-height: 14px;
  color: #222;
  display: inline-block;
  margin: 0 4px 12px;
}
@media (min-width: 992px) {
  .nCase-detail .num-box .num .bot span {
    font-size: 16px;
    line-height: 16px;
    color: #222;
    margin: 0 12px 16px;
  }
}
.nCase-detail .item {
  margin-top: 12px;
  margin-bottom: 24px;
}
.nCase-detail .item h5 {
  margin-bottom: 12px;
}
.nCase-detail .item ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.nCase-detail .item .list {
  display: flex;
  flex-wrap: wrap-reverse;
}
.nCase-detail .item .list dl {
  margin-right: 40px;
  margin-bottom: 20px;
}
.nCase-detail .item .list dl:last-child {
  margin-right: 0;
}
.nCase-detail .item .list dl dt {
  margin-bottom: 8px;
}
.nCase-detail .item .list dl dd {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}

.nContact .txt {
  padding-left: 0;
}
@media (min-width: 992px) {
  .nContact .txt {
    padding-left: 30px;
  }
}

.pd40 {
  padding: 0;
}
@media (min-width: 992px) {
  .pd40 {
    padding: 0 40px;
  }
}

.business .title {
  margin-bottom: 80px;
}
.business .title h4 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .business .title h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.business .title p {
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .business .title p {
    font-size: 18px;
    line-height: 36px;
  }
}
.business .fwkh {
  margin-bottom: 80px;
}
.business .fwkh h5 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
}
.business .fwkh .fwkh-item {
  background: #004DA0;
  color: #fff;
  padding: 60px 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .business .fwkh .fwkh-item {
    margin-bottom: 0;
  }
}
.business .fwkh .fwkh-item .t {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
}
.business .fwkh .fwkh-item p {
  margin-bottom: 0;
  text-align: center;
}
.business .yth {
  /*margin-bottom: 80px;*/
}
.business .yth h5 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
}
@media (min-width: 992px) {
  .business .yth .img-fluid{
    max-width: 80%;
    height: auto;
    width: 100%;
    }  
}
.business .box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 300px;
  padding: 40px;
}
.business .box h3 {
  margin-bottom: 0;
}
.business .box .txt {
  display: none;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .business .box .txt {
    font-size: 18px;
    line-height: 30px;
  }
}
.business .box:hover h3 {
  display: none;
}
.business .box:hover .txt {
  display: block;
}
.business .b1 {
  background: #004DA0;
  border: 1px solid #004DA0;
}
.business .b1:hover {
  background: #fff;
}
.business .b1:hover .txt {
  color: #222;
}
.business .b2 {
  background: #A9CD36;
  border: 1px solid #A9CD36;
}
.business .b2:hover {
  background: #fff;
}
.business .b2:hover .txt {
  color: #222;
}
.business .b3 {
  background: #bbb;
  border: 1px solid #bbb;
}
.business .b3:hover {
  background: #fff;
}
.business .b3:hover .txt {
  color: #222;
}
.business .b4 {
  background: #00B7DE;
  border: 1px solid #00B7DE;
}
.business .b4:hover {
  background: #fff;
}
.business .b4:hover .txt {
  color: #222;
}

.nNews-media .media {
  margin-bottom: 20px;
  align-items: center;
}
@media (min-width: 992px) {
  .nNews-media .media {
    margin-bottom: 50px;
  }
}
.nNews-media .media .media-left {
  margin-right: 16px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .nNews-media .media .media-left {
    margin-right: 30px;
  }
}
.nNews-media .media .media-left img {
  width: 120px;
  transition: all 0.4s;
  display: inline-block;
}
@media (min-width: 992px) {
  .nNews-media .media .media-left img {
    width: 300px;
  }
}
.nNews-media .media:hover .media-left img {
  transform: scale(1.1);
}
.nNews-media .media .media-body h4 {
  margin-bottom: 4px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (min-width: 992px) {
  .nNews-media .media .media-body h4 {
    -webkit-line-clamp: 2;
    margin-bottom: 12px;
    font-size: 24px;
  }
}
.nNews-media .media .media-body span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .nNews-media .media .media-body span {
    margin-bottom: 24px;
  }
}
.nNews-media .media .media-body p {
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #666;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .nNews-media .media .media-body p {
    -webkit-line-clamp: 2;
  }
}

.nNews-honor .item {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .nNews-honor .item {
    margin-bottom: 40px;
  }
}
.nNews-honor .item p {
  margin-top: 18px;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nbanner {
  position: relative;
}

.nbanner img{
  width: 100%;
}
@media (max-width: 768px) {
    .nbanner img {
    max-width: 150%;
    width: 150%;
    height: auto;
    margin-left: -25%;
    }
   
    
}
.nbanner .txt {
  width: 62%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media (max-width: 1680px) {
       .nbanner .txt {
     width: 75%;
    }
    
}
@media (max-width: 1440px) {
       .nbanner .txt {
     width: 78%;
    }
    
}
@media (max-width: 768px) {
       .nbanner .txt {
     width: 80%;
    }
    
}
@media (max-width:400px) {
       .nbanner .txt {
     width: 90%;
    }
    
}

.nbanner .txt h2 {
  font-size: 20px;
}


.nbanner .horizontal-line {
	margin-left: auto; 
    margin-right: auto;
    border: 1px solid #fff;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 0;
	min-height: 15px;
}

@media (min-width: 992px) {
  .nbanner .txt h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
    .nbanner .horizontal-line {
    	margin-bottom: 20px;
        margin-top: 20px;
    	min-height: 25px;
    }
}

@media (min-width: 1440px) {
  .nbanner .txt h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
    .nbanner .horizontal-line {
    	margin-bottom: 30px;
        margin-top: 30px;
    	min-height: 45px;
    }
}


.nbanner .txt p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;

  overflow:hidden; 
  text-overflow:ellipsis; 
  display:-webkit-box; 
  -webkit-box-orient:vertical; 
  -webkit-line-clamp:7;
}
@media (min-width: 992px) {
  .nbanner .txt p {
    font-size: 19px;
    line-height: 36px;
  }
}

.business-develop {
  background: #f7f8fa;
}
.business-develop .row {
  align-items: center;
}
.business-develop .row.no-gutters {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .business-develop .row.no-gutters {
    padding: 0 15px;
  }
}
.business-develop .txt {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .business-develop .txt {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 36px;
  }
}
.business-develop .item {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .business-develop .item {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .business-develop .item.left {
    text-align: right;
  }
}
.business-develop .item h4 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 36px;
}
@media (min-width: 992px) {
  .business-develop .item h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.business-develop .item p {
  font-size: 16px;
  line-height: 28px;
  color: #222;
  margin-bottom: 8px;
}

.business-operate {
  background: #f7f8fa;
}
.business-operate .op-img {
  margin-bottom: 80px;
  padding: 20px 0;
  border: 1px solid #ddd;
}
.business-operate .item {
  display: block;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .business-operate .item {
    margin-bottom: 30px;
  }
}
.business-operate .item .img {
  overflow: hidden;
}
.business-operate .item .img img {
  transition: all 0.4s;
}
.business-operate .item .txt {
  padding: 30px;
}
.business-operate .item .txt h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.business-operate .item .txt span {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 16px;
  display: inline-block;
}
.business-operate .item .txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.business-operate .item .txt .more {
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
  color: #A9CD36;
}
.business-operate .item .txt .more i {
  margin-left: 8px;
  transition: all 0.4s;
}
.business-operate .item:hover .img img {
  transform: scale(1.1);
}
.business-operate .item:hover .txt h4 {
  color: #A9CD36;
}
.business-operate .item:hover .txt .more i {
  margin-left: 16px;
}

.business-assets {
  background: #f7f8fa;
}
.business-assets .item {
  display: block;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .business-assets .item {
    margin-bottom: 30px;
  }
}
.business-assets .item .img {
  overflow: hidden;
}
.business-assets .item .img img {
  transition: all 0.4s;
}
.business-assets .item .txt {
  padding: 30px;
}
.business-assets .item .txt h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  height: 62px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.business-assets .item .txt span {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 16px;
  display: inline-block;
}
.business-assets .item .txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.business-assets .item .txt .more {
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
  color: #A9CD36;
}
.business-assets .item .txt .more i {
  margin-left: 8px;
  transition: all 0.4s;
}
.business-assets .item:hover .img img {
  transform: scale(1.1);
}
.business-assets .item:hover .txt h4 {
  color: #A9CD36;
}
.business-assets .item:hover .txt .more i {
  margin-left: 16px;
}

.business-invest .item {
  display: block;
  margin-bottom: 40px;
}
.business-invest .item .img {
  overflow: hidden;
}
.business-invest .item .img img {
  transition: all 0.4s;
}
.business-invest .item .txt {
  position: relative;
  z-index: 9999;
  padding: 20px;
  background: #A8C842;
}
@media (min-width: 992px) {
  .business-invest .item .txt {
    padding: 30px 40px;
  }
}
.business-invest .item .txt h4 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #fff;
}
@media (min-width: 992px) {
  .business-invest .item .txt h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
.business-invest .item .txt p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 992px) {
  .business-invest .item .txt p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
.business-invest .item .txt span {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 992px) {
  .business-invest .item .txt span {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.business-invest .item:hover .img img {
  transform: scale(1.1);
}

.nAbout-path h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .nAbout-path h2 {
    font-size: 54px;
  }
}
.nAbout-path .item {
  background: #fff;
  box-shadow: rgba(128, 128, 131, 0.1) 0px 7px 29px 0px;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .nAbout-path .item {
    margin: 0 0 40px;
  }
}
.nAbout-path .item .align-center {
  display: flex;
  align-items: center;
}
.nAbout-path .item .align-center .txt {
  padding: 30px;
}
@media (min-width: 992px) {
  .nAbout-path .item .align-center .txt {
    padding: 40px;
  }
}
.nAbout-path .item .align-center .txt h3 {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nAbout-path .item .align-center .txt h3::before {
  content: "";
  display: block;
  background: #a9cd36;
  opacity: 0.55;
  width: 12px;
  height: 12px;
  margin: 0px 10px 0px 0px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .nAbout-path .item .align-center .txt h3 {
    font-size: 18px;
  }
}
.nAbout-path .item .align-center .txt p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .nAbout-path .item .align-center .txt p {
    font-size: 24px;
    line-height: 34px;
  }
}

.path1 {
  background: #f7f8fa;
}

.path2 {
  background: #A9CD36;
}
.path2 h2 {
  color: #fff;
}
.path2 .item {
  background: rgba(0, 0, 0, 0.1);
}
.path2 .item .align-center .txt h3 {
  color: #fff;
}
.path2 .item .align-center .txt h3::before {
  background: #fff;
}
.path2 .item .align-center .txt p {
  color: #fff;
}/*# sourceMappingURL=style.css.map */