* {padding: 0;margin: 0;}
body, html {
  height: 100%;
  font-family: PingFang SC;
  font-size: 13px;
}
a {
  text-decoration: none!important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: PingFang SC;
}


.header {
  width: 100%;
  height: 74px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.7);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header .head_box{
   width: 85%;
  margin: auto;
  height: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bg-light{
  background: none !important;
}
.navbar-nav a{
  color: #000;
  font-family: PingFang SC !important;
}
.dropdown-menu{
  margin-top: 17px !important;
  border-radius: 0 !important;
}
.navbar-nav .nav-item{
  border-bottom: 3px solid transparent;
  margin-left: 20px;
  padding: 15px 0;
}
.navbar-nav .nav-item:hover{
  border-bottom: 3px solid #21ac37;
}
.dropdown-menu .dropdown-item:hover{
  background: none;
  /* border-bottom: 2px solid #21ac37; */

  color: #21ac37;
}
/* 让 a 和 span 显示在同一行 */
.dropdown-menu > li {
  display: flex;
  align-items: center;
}

/* 控制箭头显示隐藏 */
.span-show {
  display: none;
  /* margin-left: -50px; */
  margin-right: 10px;
  color: #21ac37;
  font-weight: bold;
}

/* 鼠标悬停时显示箭头 */
.dropdown-item:hover + .span-show {
  display: inline;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
  }

  .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
  }

.head_control{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head_control .search-login{
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
.head_control .search-login .login{
  margin: 0 30px;
}
.btn-success{
  background: #21ac37;
  border-color: #21ac37;
}
.head_control .search-login .serarch{
  margin-left: 30px;
}

.banner {
  width: 100%;
  overflow: hidden;
  height: 670px;
}
.banner .banner_box{
  position: relative;
  color: #fff;
}
.banner-box-one {
  width: 100%;
  background: url(../images/banner.webp)repeat scroll 50% 35% / cover;
  height: 670px;
}
.banner-box-one .banner-text{
  position: absolute;
  top: 35%;
  left: 20%;
  color: #fff;
}
.banner-box-one .banner-text h2{
  font-size: 50px;
  color: #fff;
}
.banner-box-one .banner-text p{
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #fff;
}
.banner-box-one .banner-text p:first-of-type{
  margin-top: 20px;
}
.banner-box-two {
  width: 100%;
  background: url(../images/banner.webp)repeat scroll 50% 35% / cover;
  height: 670px;
}
.banner-box-two .banner-text{
  position: absolute;
  width: 80%;
  top: 45%;
  left: 10%;
  text-align: center;
}
.banner-box-three {
  width: 100%;
  background: url(../images/banner.png)repeat scroll 50% 35% / cover;
  height: 670px;
}
.banner-box-three .banner-text{
  position: absolute;
  width: 80%;
  top: 45%;
  left: 10%;
  text-align: center;
}

.content .box2 {
  padding-top: 68px;
  padding-bottom: 68px;
  display: flex;
  flex-direction: column;
  background: url(../images/bg.webp)repeat scroll 50% 35% / cover;
}

.content .box2 .about-us {
  display: flex;
  flex-direction: column;
  padding: 0 68px ;
}

.content .box2 .about-us .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  margin-bottom: 30px;
}

.content .box2 .about-us .desc {
  width: 85%;
  margin: 32px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.content .box2 .about-us .desc .left{
  font-size: 14px;
  width: 50%;
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.content .box2 .about-us .desc .left .text{
  margin: 20px 0;
}
.content .box2 .about-us .desc .right{
  width: 45%;
  
}
.content .box2 .about-us .desc .right img{
  width: 100%;
  border-radius: 10px;
}

.content .box2 .my-energy {
  display: flex;
  flex-direction: column;
  padding: 0 68px;
  margin-top: 42px;
}

.content .box2 .my-energy .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin: 20px 0;
}

.content .box2 .my-energy .desc {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 85%;
  margin: auto;
}
.content .box2 .my-energy .desc .desc-item{
  color: #fff;
  margin-top: 40px;
  width: 32.5%;
  height: 200px;
  border-radius: 5px;
}
.content .box2 .my-energy .desc .desc-item h2{
  text-align: center;
  margin-top: 15%;
  letter-spacing: 15px;
  font-size: 40px;
}
.content .box2 .my-energy .desc .desc-item span{
  text-align: center;
  display: block;
  letter-spacing: 5px;
  font-size: 16px;
  margin-top: 15px;
}
.content .box2 .my-energy .desc .img-box1{
  background: url(../images/img17.webp)repeat scroll 50% 35% / cover;
}
.content .box2 .my-energy .desc .img-box2{
  background: url(../images/img18.webp)repeat scroll 50% 35% / cover;
}
.content .box2 .my-energy .desc .img-box3{
  background: url(../images/img19.webp)repeat scroll 50% 35% / cover;
}

.content .box2 .relate-domain {
  display: flex;
  flex-direction: column;
  margin: 42px 0 40px 0;
}

.content .box2 .relate-domain .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin: 30px 0 20 0;
}
.content .box2 .relate-domain .sub-title{
  margin-top: 10px;
}
.content .box2 .relate-domain .sub-title p{
  margin: 0;
  font-size: 16px;
}

.content .box2 .relate-domain .title .sub-title {
  font-size: 14px;
}

.content .box2 .relate-domain .desc {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  transition: flex-grow 0.5s ease;
}

.content .box2 .relate-domain .desc .item {
  width: 100%;
  height: 410px;
  font-size: 14px;
  color: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
}

.content .box2 .relate-domain .desc .item1 {
  background: url(../images/img1.webp) repeat scroll 50% 35% / cover;
  flex: 1;
}

.content .box2 .relate-domain .desc .item2 {
  background: url(../images/img2.webp) repeat scroll 50% 35% / cover;
  flex: 1;
}

.content .box2 .relate-domain .desc .item3 {
  background: url(../images/img3.jpg) repeat scroll 50% 35% / cover;
  flex: 1;
}

.content .box2 .relate-domain .desc .item .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 24px;
}

.content .box2 .relate-domain .desc .item .title .sub-title {
  font-size: 14px;
  display: none;
}


.content .box2 .relate-domain .desc .active {
  flex-grow: 4;
  transition: flex-grow 0.5s ease, background-color 0.3s ease;
}

.content .box2 .relate-domain .desc .active .title .sub-title {
  display: block !important;
}
.content .box3{
  margin-top: 50px;
}
.box-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin: 30px 0;
}

.content .box3{
  padding-bottom: 30px;
}
.content .box3 .box3-banner {
  width: 100%;
  overflow: hidden;
  height: 570px;
}
.content .box3 .box3-banner .banner_box{
  position: relative;
  color: #fff;
}
.content .box3 .box3-banner .banner-box-one {
  width: 100%;
  background: none;
  height: 570px;
  color: #000;
  display: flex;
  justify-content:space-between;
}
.content .box3 .box3-banner .banner-text{
  position: absolute;
  top: 10%;
  left: 15%;
}
.content .box3 .box3-banner .banner-text .title{
  color: #21ac37;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}
.content .box3 .box3-banner .banner-text .text{
  font-size: 18px;
  color: #444;
  width: 40%;
  line-height: 30px;
  margin-bottom: 35px;
}
.content .box3 .box3-banner .banner-text .text span{
  color: #000;
  font-weight: bold;
}
.content .box3 .box3-banner .banner-text .button{
  display: flex;
  justify-content: flex-start;
}
.content .box3 .box3-banner .banner-img{
  position: absolute;
  bottom: 10%;
  right: 15%;
}
.content .box3 .box3-banner .banner-img img{
  height: 500px;
  /* width: 100%; */
}
.content .box3 .box3-banner .banner-box-two {
  width: 100%;
  background: none;
  height: 570px;
  color: #000;
}
.content .box3 .box3-banner .swiper-pagination-bullet-active{
  background: #21ac37;
}
.content .box3 .box3-banner .swiper-pagination-bullet{
  background: #21ac37;
}

.content .box4 {
  background: #f6fbf5;
  padding: 30px 0 70px 0;
}
.content .box4 .box4-content{
  width: 60%;
  margin: auto;
}
.content .box4 .box4-content .box4-content-top{
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-around;
  padding: 30px;
  border-radius: 10px;
}
.content .box4 .box4-content .box4-content-top .top-item{
  text-align: center;
  /* width: 23%; */
  border-radius: 10px;
}
.content .box4 .box4-content .box4-content-top .top-item img{
  height: 50px;
}
.content .box4 .box4-content .box4-content-top .img2 img{
  height: 30px;
  margin: 10px 0;
}
.content .box4 .box4-content .box4-content-top .top-item h3{
  font-size: 16px;
  margin-top: 10px;
}
.content .box4 .box4-content .box4-content-top .item-bg{
  background: #f6fbf5;
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.content .box4 .box4-content .box4-content-bottom{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.content .box4 .box4-content .box4-content-bottom .bottom-item{
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  background: #fff;
  padding: 20px;
  width: 32%;
  border-radius: 10px;
  text-align: center;
}
.content .box4 .box4-content .box4-content-bottom .bottom-item .title{
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 20px;
}
.content .box4 .box4-content .box4-content-bottom .bottom-item img{
  width: 30%;
  height: 100px;
  margin: auto;
}

.box-sub-title{
  font-size: 16px;
  text-align: center;
  margin-top: -20px;
}

.content .box5 {
  margin-top: 30px;
}

.content .box5 .box5-content {
  margin-top: 30px;
}

.content .box5 .box5-content .nav-title img {
  height: 80px;
}

.content .box5 .box5-content .nav-title .title {
  font-size: 16px;
  font-weight: bold;
}

.content .box5 .box5-content .nav-item {
  width: 25%;
}

.content .box5 .box5-content .tabs-text {
  width: 80%;
  background: url(../images/bg3.jpg) repeat scroll 50% 35% / cover;
  margin: auto;
  height: 400px;
}

.content .box5 .box5-content .tabs-text .text {
  width: 30%;
  padding-top: 100px;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 30px;
}

.content .box5 .box5-content .nav-tabs .nav-link.active {
  border-bottom: 3px solid #21ac37;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #21ac37;
}

.content .box5 .box5-content .nav-link {
  color: #000;
  margin: 0 auto;
}

.content .box5 .box5-content .nav-tabs .nav-item.show .nav-link,
.content .box5 .box5-content .nav-tabs .nav-link:hover {
  border-bottom: 3px solid #21ac37;
  border-top: none;
  border-left: none;
  border-right: none;
}

.content .box5 .box5-content .nav-tabs {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
}

/* 新增样式：去除聚焦时的默认边框 */
.nav-tabs .nav-link:focus {
  outline: none;
  box-shadow: none;
}

/* 确保其他状态不显示边框 */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:not(.active):not(:hover) {
  border: none;
}


.content .box6 {
  background: #f6fbf5;
  padding: 30px 68px 70px 68px;
}

.content .box6 .title {
  font-size: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content .box6 .title .sub-title {
  font-size: 16px;
}

.content .box6 .desc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
}

.content .box6 .desc .item {
  background: #ffffff;
  border-radius: 10px;
  padding: 32px;
  flex: 1;
}
.content .box6 .desc .item:hover{
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  cursor: pointer;
}
.content .box6 .desc .item:hover .content2>div:nth-child(3){
  background: #2d7c23;
}

.content .box6 .desc>div:nth-child(2) {
  margin: 0 32px
}

/* .content .box6 .desc .item .content1 {
  width: 100%;
  height: 268px;
  border-radius: 10px;
} */
.content .box6 .desc .item .content1 img{
  border-radius: 10px;
  width: 100%;
  height: 268px;
}

.content .box6 .desc .item .content2 {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}
.content .box6 .desc .item .content2 .icon-mes{
  display: flex;
  align-items: center;
}
.content .box6 .desc .item .content2 .icon-mes .icon{
  margin-right: 10px;
}
.content .box6 .desc .item .content2>div:nth-child(1) {
  font-size: 27px;
}

.content .box6 .desc .item .content2>div:nth-child(2) {
  margin: 16px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
}

.content .box6 .desc .item .content2>div:nth-child(3) {
  width: 100%;
  height: 48px;
  background-color: #01a938;
  border-radius: 6px;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .box6 .desc .item .content2>div:nth-child(3):hover {
  background-color: #0f5132;
}

.content .box6 .desc .item .content2 .arrow-icon {
  margin-left: 6px;
  font-size: 20px;
}

.content .box7 {
  padding: 98px 68px 70px 68px;
}

.content .box7 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 15px;
}

.content .box7 .tab-box {
  display: flex;
  flex-direction: column;
}

.content .box7 .tab-box .tab-navs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.content .box7 .tab-box .tab-navs .tab-nav {
  padding: 6px 16px;
}

.content .box7 .tab-box .tab-navs .active {
  border-bottom: 3px solid #01a938;
  color: #01a938;
}

.content .box7 .tab-box .tab-navs .divider {
  width: 1px;
  height: 12px;
  background: #000000;
  margin: 0 32px;
}

.content .box7 .tab-box .tab-contents {
  margin-top: 32px;
}

.content .box7 .tab-box .tab-contents .tab-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0 32px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  justify-content: space-between;
  overflow: hidden;
}

/* 默认背景 */
.content .box7 .tab-box .tab-contents .tab-content .tab-content-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url(../images/news_bg2.png) no-repeat scroll 50% 15% / cover;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item > .cover {
  background: url(../images/news_bg.webp) no-repeat scroll 50% 15% / cover;
  width: 100%;
  height: 200px;
  z-index: -2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}


/* 悬停时切换背景图 */
.content .box7 .tab-box .tab-contents .tab-content .tab-content-item:hover::before {
  opacity: 0;
  transition-delay: 1s;
}

/* 叠加层显示 hover 图片 */
.content .box7 .tab-box .tab-contents .tab-content .tab-content-item::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url(../images/bg1-1.png) no-repeat scroll 50% 15% / cover;
  opacity: 0;
  transition: opacity .5s ease;
  z-index: -1;
}

/* 显示叠加层图片 */
.content .box7 .tab-box .tab-contents .tab-content .tab-content-item:hover::after {
  opacity: 1;
}

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item:hover .desc .content{
  margin-top: 0px;
  /* margin-bottom: 20px; */
}

/* .content .box7 .tab-box .tab-contents .tab-content .tab-content-item .cover .cover-pic {
  width: 100%;
  height: 128px;
  background: #01a938;
} */

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item .desc {
  margin-top: 64px;
  padding: 0 32px 32px 32px;
  display: flex;
  flex-direction: column;
  flex: 2;
}

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item .desc .content {
  flex: 2;
  margin-top: 98px;
}

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item .desc .date {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item .desc .content>div:nth-of-type(2) {
  margin: 32px 0;
}

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item .desc .date .icon img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item .content .title > a {
  font-size: 22px;
  color: #000;
}

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item .content .introduction {
  font-size: 14px;
  color: #666;
}

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item .link {
  padding: 20px 32px 32px 32px;
  display: none;
}

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item:hover .link {
  display: block;
}

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item .link .btn {
  width: 100%;
  background: #2d7c23;
  color: #ffffff;
  padding: 12px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.content .box7 .tab-box .tab-contents .tab-content .tab-content-item .link .btn .arrow-icon {
  width: 16px;
  height: 1px;
  background: #ffffff;
  margin-left: 8px;
}

.content .box8 {
  padding: 0px;
}

.content .box8 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 15px;
}

.content .box8 .tab-box {
  display: flex;
  flex-direction: column;
}

.content .box8 .tab-box .box8-tab-navs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.content .box8 .tab-box .box8-tab-navs .box8-tab-nav {
  padding: 6px 16px;
}

.content .box8 .tab-box .box8-tab-navs .active {
  border-bottom: 3px solid #01a938;
  color: #01a938;
}

.content .box8 .tab-box .box8-tab-navs .divider {
  width: 1px;
  height: 12px;
  background: #000000;
  margin: 0 32px;
}

.content .box8 .tab-box .box8-tab-contents {
  width: 85%;
  margin: 40px auto;
}

.content .box8 .tab-box .box8-tab-contents .box8-tab-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}
.content .box8 .tab-box .box8-tab-contents .box8-tab-content .box8-tab-content-item{
  width: 24%;
}
.content .box8 .tab-box .box8-tab-contents .box8-tab-content .box8-tab-content-item img{
  height: 45px;
  box-shadow: 4px 4px 8px -3px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 10px;
  width: 100%;
}

.box8-tab-content-item::after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, rgba(0,0,0,0.1), transparent);
  z-index: -1;
}

.footer{
  width: 100%;
  background: url(../images/footer.jpg)repeat scroll 50% 35% / cover;
  padding: 50px 0 0 0;
  color: #fff;
}
.footer .footer-content{
  width: 85%;
  margin: auto;
}
.m-top{
  margin-top: 90px;
}
.footer .footer-content .footer-content-menu{
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  line-height: 30px;
}
.footer .footer-content .footer-content-menu .footer-content-menu-item .logo{
  margin-left: 13px;
}
.footer .footer-content .footer-content-menu .footer-content-menu-item img{
  display: block;
  margin-top: 20px; 
}
.footer .footer-content .footer-content-menu .footer-content-menu-item a {
 color: #fff;
}
.footer .footer-content .footer-content-link{
  width: 80%;
  margin: 50px auto 30px auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer-content .footer-content-link img{
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 45px;
}
.footer .footer-content .footer-content-copyright{
  border-top: 1px solid #fff;
  padding: 30px;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}
.footer .footer-content .footer-content-copyright span{
  display: block;
}

/* 修改 Swiper 分页器子弹点的样式 */
.swiper-pagination-bullet {
  width: 40px; 
  height: 4px; 
  border-radius: 0; 
  /* background-color: #000;
  opacity: 0.5;  */
}

/* 当前激活的分页器子弹点的样式 */
.swiper-pagination-bullet-active {
  /* background-color: #ff6347; 
  opacity: 1;  */
}

/*宽屏幕PC*/
@media (min-width: 1451px) {


}
/*窄屏幕PC*/
@media (min-width: 1200px) and (max-width: 1450px) {
	
	
}


/*ipad之前*/
@media (min-width: 770px) and (max-width: 991px) {
	

}
/* pad */
@media (min-width: 500px) and (max-width: 770px) {	
	
	
}

@media (max-width: 767px) {
	

}


/* 手机 */
@media (max-width: 499px) {
	

}


table.dataTable {
  width: 100%;
  clear: both;
  margin-top: 6px!important;
  margin-bottom: 6px!important;
  max-width: none!important;
  border-left: 1px solid var(--bs-table-border-color);
}

table.dataTable thead {
  background: var(--bs-table-border-color);
}

table.dataTable td,table.dataTable th {
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  font-size: 14px;
}

table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty {
  text-align: center
}

table.dataTable.nowrap td,table.dataTable.nowrap th {
  white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length {
  display: inline-block
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: 400;
  text-align: left;
  white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
  width: 70px;
  display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 400;
  white-space: nowrap;
  text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: .5em;
  display: inline-block;
  width: auto
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
  display: inline-block
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 10px 0 2px 0;
  white-space: nowrap
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0
}

table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc {
  padding-right: 30px
}

table.dataTable thead>tr>td:active,table.dataTable thead>tr>th:active {
  outline: 0
}

table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative
}

table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  font-family: FontAwesome;
  opacity: .5;
  transform: translateY(-50%)
}

table.dataTable thead .sorting:after {
  opacity: .2;
  content: '\f0dc'
}

table.dataTable thead .sorting_asc:after {
  content: '\f0de'
}

table.dataTable thead .sorting_desc:after {
  content: '\f0dd'
}

table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after {
  color: #eee
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0!important
}

div.dataTables_scrollBody>table {
  border-top: none;
  margin-top: 0!important;
  margin-bottom: 0!important
}

div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after {
  display: none
}

div.dataTables_scrollBody>table>tbody>tr:first-child>td,div.dataTables_scrollBody>table>tbody>tr:first-child>th {
  border-top: none
}

div.dataTables_scrollFoot>table {
  margin-top: 0!important;
  border-top: none
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_paginate {
      text-align:center
  }
}

table.dataTable.table-condensed>thead>tr>th {
  padding-right: 20px
}

table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px
}

table.table-bordered.dataTable td,table.table-bordered.dataTable th {
  border-left-width: 0
}

table.table-bordered.dataTable tbody td,table.table-bordered.dataTable tbody th {
  border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
  padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
  padding-right: 0
}

table.table-fixed {
  table-layout: fixed!important
}

h2.zcec_title {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  color: #21ac37;
  margin-top: 30px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 25px;
}

h2.zcec_title::before {
  content: "";
  width: 8px;
  height: 40px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #21ac37;
  border-radius: 0 8px 0 8px;
}

h2.zcec_title::after {
  content: "";
  width: 8px;
  height: 40px;
  position: absolute;
  top: 8px;
  right: 0;
  background-color: #21ac37;
  border-radius: 0 8px 0 8px;
}