@charset "UTF-8";
/*header start*/
.layui-layer-content {
  height: calc(100% - 43px);
}

.layui-layer-content iframe {
  height: 100% !important;
}

#menuWap {
  display: none;
}

.layui-layer-content {
  height: calc(100% - 43px);
}

.layui-layer-content iframe {
  height: 100% !important;
}

.btn-nav {
  display: none;
}

.header {
  position: sticky;
  top: 0;
  background: #FFF;
  transition: all 0.3s;
  z-index: 2024;
}

.header.fix .header-box .h-top {
  /*display: none;*/
  opacity: 0;
  max-height: 0px;
  visibility: hidden;
}

.header.fix .header-box .h-left .logo img {
  height: 50px;
}

.header.fix .nav-box {
  margin-top: 0;
}

.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-box .h-left {
  float: left;
}

.header-box .h-left .logo img {
  height: 88px;
  transition: all 0.3s;
  display: block;
}

.header-box .h-left .logo .wap-logo {
  display: none;
}

.header-box .h-right {
  float: right;
  padding: 20px 0;
}

.header-box .h-right a {
  color: #555555;
}

.header-box .h-top {
  display: flex;
  justify-content: flex-end;
  transition: all 0.3s;
  max-height: 36px;
}

.header-box .h-tool dl {
  display: flex;
}

.header-box .h-tool a {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #2B973B;
  border: 1px solid #2B973B;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
  box-sizing: border-box;
}
.header-box .h-tool .nobor a{
    border: none;
    border-radius: 0;
}
.header-box .h-tool .nobor.h-userout a{
    margin-left: 0;
}
.header-box .h-tool .nobor.h-userinfo a{
    width: 66px;
}
.header-box .h-tool .iconfont {
  font-size: 26px;
}

.header-box .h-tool .h-ss {
  position: relative;
  z-index: 2;
}

.header-box .h-tool .h-ss > a {
  position: relative;
  z-index: 4;
  background-color: #FFF;
}

.header-box .h-tool .h-ss:hover .h-search {
  width: 200px;
}

.header-box .h-tool .h-search {
  width: 0;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  margin-right: -32px;
}

.header-box .h-tool .h-search input {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 100%;
  border: 1px solid #2B973B;
  background-color: #FFF;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.header-box .h-ohter-menu {
  margin-left: 16px;
}

.header-box .h-ohter-menu dl {
  display: flex;
  line-height: 46px;
}

.header-box .h-ohter-menu i {
  padding: 0 10px;
}

.header-box .h-ohter-menu a {
  color: #555;
  display: block;
  transition: all 0.3s;
}

.header-box .h-ohter-menu a:hover {
  color: #2B973B;
}

.header-box .h-data {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.header-box .h-data .d-t {
  color: #2B973B;
  border: 1px solid #2B973B;
  border-radius: 23px;
  padding: 0 22px;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
}

.header-box .h-data:hover .d-con {
  visibility: visible;
  opacity: 1;
}

.header-box .h-data .d-con {
  position: absolute;
  background-color: #FFF;
  padding: 12px 24px;
  border: 1px solid #ddd;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header-box .h-data .d-con a {
  display: block;
  white-space: nowrap;
  line-height: 2;
  transition: all 0.5s;
}

.header-box .h-data .d-con a:hover {
  color: #2B973B;
}

.nav-box {
  margin: 10px 0 0px;
  transition: all 0.3s;
}

.nav-box ul {
  display: flex;
}

.nav-box ul a {
  padding: 10px 12px;
  color: #555555;
  display: block;
  position: relative;
}

.nav-box ul a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #2B973B;
  width: 0%;
  transition: all 0.5s;
}

.nav-box ul .cur a:after {
  width: 100%;
}

.nav-box ul li {
  margin-left: 8px;
}

.nav-box ul li:nth-last-child(1) a {
  padding-right: 0;
}

/*header end*/
/*footer start*/
.footer {
  background-color: rgba(0, 78, 162, 0.1);
  padding: 80px 0 70px;
}

.footer .f-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer .f-logo .f-top {
  margin-bottom: 40px;
}

.footer .f-logo .f-img {
  margin-bottom: 32px;
  display: block;
}

.footer .foot-copy {
  color: #aaa;
}

.footer .foot-copy a {
  color: #aaa;
}

.footer .f-con h3 {
  margin-bottom: 24px;
}

.footer .f-con dd {
  display: flex;
  margin-bottom: 8px;
}

.footer .f-con .iconfont {
  color: #777777;
  margin-right: 10px;
  font-size: 20px;
}

.footer .f-con p, .footer .f-con a {
  color: #333;
}

.footer .f-con a:hover {
  text-decoration: underline;
}

.footer .footer-top {
  display: flex;
}

.footer .footer-top .f-logo {
  width: 50%;
}

.footer .footer-top .f-nav {
  width: 50%;
}

.footer .f-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.footer .f-nav ul li {
  width: 22%;
  border-left: 1px solid #ddd;
  padding: 0 20px;
  margin-bottom: 70px;
  box-sizing: border-box;
}

.footer .f-nav ul li:nth-child(1), .footer .f-nav ul li:nth-child(4) {
  width: 46%;
}

.footer .f-nav ul li:nth-last-child(1), .footer .f-nav ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.footer .f-nav h3 {
  margin-bottom: 20px;
}

.footer .f-nav h3 a {
  color: #333;
}

.footer .f-nav dd {
  margin-bottom: 8px;
}

.footer .f-nav dd:nth-last-child(1) {
  margin-bottom: 0;
}

.footer .f-nav dd a {
  color: #888;
}

.footer .f-nav dd a:hover {
  color: #2B973B;
}

.social-share .social-share-icon {
  border: none;
  width: auto;
  margin-right: 10px;
}

.social-share .icon-weibo, .social-share .icon-wechat {
  color: rgba(0, 0, 0, 0.3);
}

.social-share .icon-weibo:hover, .social-share .icon-wechat:hover {
  background: transparent;
  color: #2B973B;
}

.right-fix {
  transition: all 0.5s;
  z-index: 2002;
  position: fixed;
  right: 0;
  bottom: 0;
  background: url("../images/rig-fix-bg.jpg") no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 60px;
  box-sizing: border-box;
  max-width: 523px;
}

.right-fix.closed {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.right-fix .text {
  text-align: center;
}

.right-fix .fix-close {
  height: 20px;
  background: url("../images/rig-fix-close.png") no-repeat 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  cursor: pointer;
}

.right-fix h3 {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 130px;
}

.right-fix a {
  color: #FFF;
}

.right-fix .a-more {
  padding: 12px 48px;
  border: 1px solid #FFF;
  border-radius: 20px;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s;
}

.right-fix .a-more:hover {
  background-color: #2B973B;
  color: #FFF;
  border-color: #2B973B;
}

/*footer end*/
/*轮播图start*/
.banner {
  /*max-width: 1920px;*/
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .swiper-slide .video-box {
  width: 100%;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .bg-box .img-box {
  padding-bottom: 33.17708%;
}

.banner .wap-box {
  display: none;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: inherit;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  transition: all 0.6s;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.5);
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}

.banner .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  flex-direction: column;
}

.swiper-slide .banner-content {
  transform: translateY(-200px);
  opacity: 0;
  transition: all .6s;
}

.ani-slide .banner-content {
  transform: translateY(0);
  opacity: 1;
}

/*轮播图end*/
.crumbs-box {
  padding: 12px 0;
}

.crumbs-box.bor {
  border-top: 1px solid #DDD;
}

.crumbs-box a {
  color: #333;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #2B973B;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #333;
}

.crumbs-box span {
  color: #333;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.inner-20 {
  padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.m-width-content1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 40px;
  color: #FFF;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box .page-inner .layui-laypage .layui-laypage-count {
  color: #333;
  width: auto;
  border: none;
}

.brand-innercont .page-box .page-inner .layui-laypage .layui-laypage-count {
  color: #FFF;
}

.page-box {
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page-box.wc .page-inner a, .page-box.wc .page-inner span {
  color: #FFF;
  border-color: #FFF;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  border: 1px solid #DFDFDF;
  display: inline-flex;
  font-size: 14px;
  color: #999;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
}

.page-box .page-inner .layui-laypage-skip {
  width: auto;
  border-radius: 50px;
  border: 1px solid  #eee;
  display: flex;
  align-items: center;
  color: #666;
  padding-left: 10px;
}

.page-box .page-inner .layui-laypage {
  display: flex;
}

.page-box .page-inner .current {
  color: #fff;
  border-color: transparent !important;
  background: linear-gradient(-7deg, #A5D15E, #68B262);
}

.page-jump {
  margin-left: 70px;
  position: relative;
}

.page-jump button {
  position: absolute;
  width: 30px;
  height: 30px;
  background: linear-gradient(-7deg, #A5D15E, #68B262);
  color: #FFF;
  border-radius: 50%;
  line-height: 30px;
  border: none;
  top: 50%;
  right: 5px;
  margin-top: -15px;
}

.page-jump input {
  border: 1px solid #DFDFDF;
  border-radius: 20px;
  width: 175px;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-jump input::placeholder {
  color: rgba(153, 153, 153, 0.6);
  font-size: 14px;
}

/*分页 end*/
/*公共样式定义 end*/
.index-top-news {
  background: url("../images/top-news-bg.jpg") no-repeat;
  background-size: cover;
}

.index-top-news .n-item {
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  padding: 15px 0;
}

.index-top-news .n-item p {
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-top-news .n-item span .iconfont {
  transition: all 0.3s;
  display: inline-block;
}

.index-top-news .n-item span:hover .iconfont {
  transform: translateX(2px);
}

.banner-news-box {
  display: flex;
  color: #FFF;
  max-width: 45%;
}

.banner-news-box .n-tags {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 4px 24px 2px;
  line-height: 1;
  flex-shrink: 0;
  height: 100%;
  margin-right: 30px;
}

.banner-news-box .text {
  border-top: 3px solid #FFF;
}

.banner-news-box .text h2 {
  padding: 30px 0;
}

.banner-news-box .text h2 span {
  display: block;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner-news-box .text p span {
  display: block;
  line-height: 1.875;
}

.banner-news-box .see-more {
  color: #FFF;
  background-color: #2B973B;
  border-radius: 6px;
  padding: 16px 22px;
  line-height: 1;
  display: inline-block;
  margin-top: 30px;
}

.banner-news-box .see-more .iconfont {
  font-size: 12px;
  display: inline-block;
  position: relative;
  transform: scale(0.9);
  margin-left: 40px;
  transition: all 0.3s;
}

.banner-news-box .see-more:hover .iconfont {
  transform: translateX(2px);
}

.index-news-grid {
  background: linear-gradient(75deg, #78BE79 60%, #EFC022 100%);
  border-radius: 350px 0px 350px 0px;
  position: relative;
  padding: 170px 0 1px;
  color: #FFF;
}

.index-news-grid a {
  color: #FFF;
}

.index-news-grid:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #76bb77;
}

.index-news-grid .news-cont {
  display: flex;
  position: relative;
  z-index: 2;
}

.index-news-grid .n-t {
  width: 250px;
}

.index-news-grid .n-t h2 {
  line-height: 1;
  margin-bottom: 40px;
}

.index-news-grid .news-list {
  width: 100%;
  flex: 1;
  padding-bottom: 45px;
}

.index-news-grid .news-list ul {
  display: flex;
}

.index-news-grid .news-list ul li {
  width: 33.33%;
}

.index-news-grid .news-list .n-item {
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 50px 125px;
  box-sizing: border-box;
  height: 100%;
  transition: all 0.3s;
}

.index-news-grid .news-list .n-item:hover {
  transform: translateY(-5px);
}

.index-news-grid .news-list h4 {
  line-height: 1.3;
}

.index-news-grid .news-list .text-p {
  margin: 32px 0 42px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.index-title {
  margin: 80px 0 30px;
  color: #222222;
}

.index-title .t-con {
  position: relative;
}

.index-title .t-con .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-title .btn-more {
  color: #555;
}

/*.index-title .btn-more :hover .iconfont{*/
/*    transform: translateX(2px);*/
/*}*/
.notice-list ul {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
}

.notice-list .imgshow img {
  width: 100%;
}

.notice-list li {
  width: 25%;
  padding: 0 13px;
  box-sizing: border-box;
}

.notice-list .n-item {
  background-color: #F3F3F3;
  display: block;
  padding: 42px 36px;
  line-height: 1.3;
  transition: all 0.4s;
  position: relative;
}

.notice-list .n-item:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 170px;
  height: 144px;
  background-repeat: no-repeat;
  background-image: url("../images/index-notice-li.png");
  opacity: 0;
  pointer-events: none;
}

.notice-list .n-item:hover {
  background-color: #6095BD;
}

.notice-list .n-item:hover:after {
  opacity: 0.3;
}

.notice-list .n-item:hover .date, .notice-list .n-item:hover .n-t, .notice-list .n-item:hover .text-p, .notice-list .n-item:hover .btn-more {
  color: #FFF;
}

.notice-list .date {
  color: #B3B3B3;
}

.notice-list .n-t {
  color: #444444;
  margin: 16px 0 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notice-list .text-p {
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notice-list .btn-more {
  margin-top: 50px;
  color: #555;
}

.index-news-cat {
  overflow: hidden;
  margin: 60px 0 90px;
}

.index-news-cat ul {
  margin: 0 -40px;
  display: flex;
  flex-wrap: wrap;
}

.index-news-cat .imgshow img {
  width: 100%;
}

.index-news-cat li {
  width: 33.33%;
  padding: 0 40px;
  box-sizing: border-box;
}

.index-news-cat .img-box {
  padding-bottom: 56.26478%;
}

.index-news-cat li {
  border-right: 1px solid #ddd;
}

.index-news-cat li:nth-last-child(1) {
  border-right: none;
}

.index-news-cat .imgshow {
  position: relative;
}

.index-news-cat .imgshow .c-t {
  color: #FFF;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-news-cat .date {
  color: #AAAAAA;
  margin-bottom: 10px;
}

.index-news-cat .c-list .btn-more {
  margin-top: 40px;
}

.index-news-cat .c-list .child-item {
  padding: 24px 0;
  border-bottom: 1px solid #DDDDDD;
  display: block;
}

.index-news-cat .c-list .child-item:hover h4 {
  color: #2B973B;
}

.index-news-cat .c-list h4 {
  transition: all 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #444;
  height: 58px;
  line-height: 29px;
}

.index-news-cat .c-list dd:nth-last-child(1) .child-item {
  border-bottom: none;
}

.btn-more {
  display: inline-block;
  font-size: 16px;
}

.btn-more:hover .iconfont {
  transform: translateX(2px);
}

.btn-more .iconfont {
  display: inline-block;
  /*transform: scale(0.8);*/
  font-size: 14px;
  margin-left: 5px;
  transition: all 0.3s;
  position: relative;
}

.btn-more:hover {
  color: #2B973B;
}

.index-kepu-grid {
  background-color: #F7F7F7;
  padding: 1px 0 80px;
}

.index-kepu-grid .index-title {
  margin-top: 70px;
}

.kepu-list ul {
  margin: 0 -80px;
  display: flex;
  flex-wrap: wrap;
}

.kepu-list .imgshow img {
  width: 100%;
}

.kepu-list li {
  width: 33.3%;
  padding: 0 80px;
  box-sizing: border-box;
}

.kepu-list .k-top {
  display: flex;
  color: #AAAAAA;
  align-items: center;
  margin-bottom: 14px;
}

.kepu-list .k-top .k-tag {
  background-color: #2B973B;
  color: #FFF;
  border-radius: 4px;
  padding: 0 5px;
  line-height: 25px;
}

.kepu-list .k-top .c1 {
  background-color: #43B88D;
}

.kepu-list .k-top .c2 {
  background-color: #2E7C99;
}

.kepu-list .k-top .date {
  padding: 0 5px 0 10px;
}

.kepu-list h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kepu-list .k-item {
  display: block;
  color: #333;
}

.kepu-list .k-item:hover {
  color: #2B973B;
}

.index-center-ad {
  position: relative;
}

.index-center-ad .img-box {
  padding-bottom: 16.66667%;
}

.index-center-ad .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  z-index: 2;
}

.index-center-ad i {
  padding: 0 10px;
}

.index-gongyi-grid {
  background: url("../images/index-gy-bg.jpg") no-repeat;
  background-size: cover;
  padding: 70px 0 110px;
}

.gongyi-cont {
  display: flex;
}

.gongyi-cont .index-title {
  margin: 28px 0;
  color: #FFF;
}

.gongyi-cont .index-title .btn-more {
  color: #FFF;
}

.gongyi-cont .gy-left {
  width: 55%;
  box-sizing: border-box;
  padding-right: 110px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.gongyi-cont .gy-left .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 24px 0 0;
}

.gongyi-cont .gy-left .img-box {
  padding-bottom: 51.02941%;
}

.gongyi-cont .gy-left .g-item {
  display: block;
  color: #FFF;
}

.gongyi-cont .gy-left .g-item img {
  transition: all 0.3s;
}

.gongyi-cont .gy-left .g-item:hover h3 {
  text-decoration: underline;
}

.gongyi-cont .gy-left .g-item:hover img {
  transform: scale(1.03);
}

.gongyi-cont .gy-left .g-item .date {
  opacity: 0.5;
  margin: 12px 0 8px;
}

.gongyi-cont .gy-right {
  width: 45%;
  box-sizing: border-box;
  padding-left: 110px;
}

.gongyi-cont .gy-list li {
  margin-bottom: 90px;
}

.gongyi-cont .gy-list li:nth-last-child(1) {
  margin-bottom: 44px;
}

.gongyi-cont .gy-list .g-item {
  color: #FFF;
}

.gongyi-cont .gy-list .g-item:hover h3 {
  text-decoration: underline;
}

.gongyi-cont .gy-list h3 {
  margin: 10px 0 20px;
  transition: all 0.3s;
}

.gongyi-cont .gy-list .date, .gongyi-cont .gy-list .text-p {
  opacity: 0.5;
}

.gongyi-cont .gy-list .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gongyi-cont .gy-list .btn-more {
  color: #FFF;
}

.gongyi-cont .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #FFF;
  margin: 0 5px;
}

.index-huiyuan-grid {
  display: flex;
}

.index-huiyuan-grid .hy-left {
  width: 60%;
  box-sizing: border-box;
}

.index-huiyuan-grid .hy-right {
  width: 40%;
  box-sizing: border-box;
}

.index-huiyuan-grid .hy-right .index-title {
  padding-left: 60px;
}

.index-huiyuan-grid .hy-right .gy-btns {
  margin-top: 50px;
  padding-left: 60px;
}

.huiyuan-list {
  padding-right: 40px;
}

.huiyuan-list ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.huiyuan-list .imgshow img {
  width: 100%;
}

.huiyuan-list li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.huiyuan-list li {
  margin-bottom: 54px;
}

.huiyuan-list .h-item {
  display: flex;
  color: #222222;
}

.huiyuan-list .h-item .img-box {
  padding-bottom: 133.73494%;
}

.huiyuan-list .h-item:hover .imgshow img {
  transform: scale(1.05);
}

.huiyuan-list .h-item:hover .text h3 {
  color: #2B973B;
}

.huiyuan-list .h-item .imgshow {
  width: 40%;
}

.huiyuan-list .h-item .imgshow img {
  transition: all 0.5s;
}

.huiyuan-list .h-item .text {
  flex: 1;
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.huiyuan-list .h-item .text h3 {
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.huiyuan-list .h-item .text .t-bot {
  color: #999999;
}

.index-dev-list {
  padding-left: 60px;
  border-left: 1px solid #DDDDDD;
}

.index-dev-list .d-item {
  display: flex;
  color: #444444;
  align-items: center;
  padding: 33px 0;
  border-bottom: 1px solid #DDDDDD;
}

.index-dev-list .d-item .img-box {
  padding-bottom: 56%;
}

.index-dev-list .d-item:hover .imgshow img {
  transform: scale(1.05);
}

.index-dev-list .d-item:hover .text h3 {
  color: #2B973B;
}

.index-dev-list .d-item .imgshow {
  width: 40%;
}

.index-dev-list .d-item .imgshow img {
  transition: all 0.4s;
}

.index-dev-list .d-item .text {
  flex: 1;
  padding-left: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-dev-list li:nth-child(1) .d-item {
  padding-top: 0;
}

.index-dev-list li:nth-last-child(1) .d-item {
  padding-bottom: 0;
  border-bottom: none;
}

.index-video-grid {
  background-color: #F7F7F7;
  margin: 72px 0 0;
  padding-bottom: 66px;
}

.index-video-grid .video-cont {
  display: flex;
}

.index-video-grid .video-left {
  width: 70%;
}

.index-video-grid .video-list ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.index-video-grid .video-list .imgshow img {
  width: 100%;
}

.index-video-grid .video-list li {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.index-video-grid .video-list .date {
  color: #AAAAAA;
  margin: 32px 0 20px;
}

.index-video-grid .video-list .v-item {
  color: #333;
}
.index-video-grid .video-list .v-item .video-box{
    position: relative;
    padding-bottom:56%;
    overflow: hidden;
}
.index-video-grid .video-list .v-item .video-box img{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.index-video-grid .video-list .v-item img{
    width:100%;
    height:auto;
}
.index-video-grid .video-list .v-item h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-video-grid .video-list .vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56.1702%;
}

.index-video-grid .video-list .video-js .vjs-big-play-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  border: none;
  background: url("../images/play.png") no-repeat;
  top: 50%;
  left: 50%;
  margin: -21px 0 0 -21px;
}

.index-video-grid .video-list .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .index-video-grid .video-list .video-js .vjs-play-control .vjs-icon-placeholder:before, .index-video-grid .video-list .vjs-icon-play:before {
  content: '';
}

.index-video-grid .video-right {
  width: 30%;
  box-sizing: border-box;
  padding-left: 4%;
}

.index-book-list {
  background-color: #FFF;
  border-top: 4px solid #444;
}

.index-book-list li {
  padding: 10px 38px 1px;
}

.index-book-list li:nth-last-child(1) .b-item {
  border-bottom: none;
}

.index-book-list .b-item {
  padding: 24px 0;
  display: block;
  border-bottom: 1px solid #DDDDDD;
}

.index-book-list .b-item .date {
  color: #aaa;
  margin-bottom: 8px;
}

.index-book-list .b-item h3 {
  color: #444;
  transition: all 0.4s;
}

.index-book-list .b-item:hover h3 {
  color: #2B973B;
}

.index-bot-news {
  display: flex;
  margin: 0 -10px;
}

.index-brand {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.index-brand .index-title {
  flex: 1;
}

.index-brand .brand-list {
  height: 100%;
}

.index-brand .brand-list ul {
  display: flex;
  height: 100%;
}

.index-brand .brand-list ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  border-left: 1px solid #ddd;
}

.index-brand .brand-list h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #444;
  transition: all 0.5s;
}

.index-brand .brand-list .b-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.index-brand .brand-list .b-item:hover h3 {
  color: #2B973B;
}

.index-brand .brand-list .date {
  color: #AAAAAA;
}

.index-year-news {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 10px;
}

.index-year-news .img-box {
  padding-bottom: 48.64253%;
}

.index-year-news .y-item {
  position: relative;
  display: block;
}

.index-year-news .y-item .imgshow img {
  transition: all 0.3s;
}

.index-year-news .y-item:hover .imgshow img {
  transform: scale(1.05);
}

.index-year-news .y-item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  padding: 12px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background:rgba(0,0,0,0.5);
}

.inner-line-grid {
  background: linear-gradient(-45deg, #B6B429 0%, #2B973B 50%, #2B973B 100%);
  padding: 4px 0;
}

.index-fkink-grid {
  background: linear-gradient(-45deg, #B6B429 0%, #2B973B 40%, #2B973B 100%);
  padding: 55px 0;
  color: #FFF;
  margin: 170px 0 0;
}

.index-fkink-grid a {
  color: #FFF;
}

.fkink-list ul {
  display: flex;
}

.fkink-list ul li {
  width: 50%;
  box-sizing: border-box;
}

.fkink-list ul .two {
  width: 40%;
}

.fkink-list ul .two .f-item h3 {
  padding: 0 55px;
}

.fkink-list ul .two .f-item dl {
  margin-right: 60px;
  padding-left: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.fkink-list ul .three {
  width: 10%;
}

.fkink-list h3 {
  margin-bottom: 20px;
}

.fkink-list dl {
  display: flex;
  flex-wrap: wrap;
}

.fkink-list dl.w2 dd {
  width: 50%;
}

.fkink-list dl.w1 dd {
  width: 100%;
}

.fkink-list dl dd {
  width: 33%;
  padding-right: 5%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.newsd-banner {
  background: linear-gradient(7deg, #A5D15E, #298322);
  position: relative;
  color: #FFF;
  padding: 1px 0 20px;
}

.newsd-year-banner {
  background: linear-gradient(-7deg, #BBDDFF, #4A88DA);
}

.newsd-banner .crumbs-box {
  color: #FFF;
}

.newsd-banner .crumbs-box span, .newsd-banner .crumbs-box a, .newsd-banner .crumbs-box i {
  color: #FFF;
}

.newsd-banner .text h3 {
  margin: 60px 0 40px;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}

.newsd-banner .date {
  display: flex;
  align-items: center;
}

.newsd-banner .b-share {
  margin-left: 50px;
  display: flex;
  align-items: center;
}

.newsd-banner .b-share a {
  margin-right: 16px;
  color: #fff;
  opacity: 0.6;
}

.newsd-banner .b-share a:hover {
  opacity: 1;
  color: #2B973B;
}

.inner-banner {
  position: relative;
}

.inner-banner .img-box {
  padding-bottom: 20.83333%;
}

.inner-banner .imgshow {
  position: relative;
}

.inner-banner .b-cont {
  color: #FFF;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-banner .b-cont .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-banner .b-cont .b-menu dl {
  display: flex;
  flex-wrap: wrap;
}

.inner-banner .b-cont .b-menu dl dd {
  margin-right:45px;
  margin-top:10px;
  margin-bottom: 10px;
}

.inner-banner .b-cont .b-menu dl dd.cur a:after {
  background-color: #FFF;
}

.inner-banner .b-cont .b-menu dl a {
  white-space: nowrap;
  color: #FFF;
  padding: 10px 0;
  position: relative;
}

.inner-banner .b-cont .b-menu dl a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  background-color: transparent;
  transition: all 0.4s;
}

.inner-banner .crumbs-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  color: #FFF;
}

.inner-banner .crumbs-box span, .inner-banner .crumbs-box a, .inner-banner .crumbs-box i {
  color: #FFF;
}

.speek-list .img-box {
  padding-bottom: 56.52174%;
}

.speek-list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.speek-list .imgshow img {
  width: 100%;
}

.speek-list li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.speek-list li {
  margin-bottom: 90px;
}

.speek-list .imgshow {
  margin-bottom: 32px;
}

.speek-list .imgshow img {
  transition: all 0.5s;
}

.speek-list .s-item {
  display: block;
}

.speek-list .s-item:hover h3 {
  color: #2B973B;
}

.speek-list .s-item:hover .imgshow img {
  transform: scale(1.05);
}

.speek-list .date {
  color: #999999;
  margin-top: 50px;
}

.speek-list h3 {
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.speek-filter {
  display: flex;
  justify-content: space-between;
  margin: 70px 0;
  position: relative;
  align-items: center;
  width: 100%;
}

.speek-filter .s-form {
  /* width: 358px; */
  position: relative;
  display: flex;
}

.speek-filter .s-form .layui-input-block {
  margin-left: 20px;
  width: 300px;
}

.speek-filter .s-form input {
  border: 1px solid #DFDFDF;
  border-radius: 23px;
  height: 46px;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
}

.speek-filter .s-form input::placeholder {
  color: rgba(153, 153, 153, 0.6);
}

.speek-filter .s-form button {
  border: none;
  background: transparent;
  color: #999999;
  position: absolute;
  top: 50%;
  width: 50px;
  text-align: center;
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
}

.innervip-list .img-box {
  padding-bottom: 56.52174%;
}

.innervip-list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.innervip-list .imgshow img {
  width: 100%;
}

.innervip-list li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.innervip-list li {
  margin-bottom: 90px;
}

.innervip-list .imgshow {
  margin-bottom: 32px;
}

.innervip-list .imgshow img {
  transition: all 0.4s;
}

.innervip-list .s-item {
  display: block;
}

.innervip-list .s-item:hover h3 {
  color: #2B973B;
}

.innervip-list .s-item:hover .imgshow img {
  transform: scale(1.05);
}

.innervip-list .date {
  color: #999999;
  margin: 30px 0 14px;
}

.innervip-list h3 {
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-hot {
  background: linear-gradient(0deg, rgba(81, 156, 53, 0.06) 0%, rgba(178, 215, 119, 0.06) 100%);
  padding: 50px;
  margin-bottom: 50px;
}

.news-hot .n-item {
  display: block;
  color: #333;
}

.news-hot .n-item h3 {
  margin: 32px 0 12px;
}

.news-hot .n-item .text-p {
  opacity: 0.6;
}

.news-hot .n-item .line {
  margin: 55px auto 0;
  width: 80px;
  height: 4px;
  background-color: #2B973B;
}

.inner-newslist .n-item {
  display: flex;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 32px 0;
  position: relative;
}

.inner-newslist .n-item:hover:after {
  opacity: 1;
  visibility: visible;
}

.inner-newslist .n-item:hover h3 {
  color: #2B973B;
}

.inner-newslist .n-item:hover .date {
  color: #2B973B;
}

.inner-newslist .n-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #2B973B;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.inner-newslist .text {
  width: calc(100% - 105px);
}

.inner-newslist .date {
  text-align: center;
  line-height: 1;
  margin-right: 50px;
  width: 55px;
}

.inner-newslist .date em {
  font-size: 54px;
  display: block;
}

.inner-newslist h3 {
  margin-bottom: 20px;
}

.inner-newslist h3 i.icon {
  display: inline-block;
  margin-left: 8px;
  width: 18px;
  height: 22px;
  background: url("../images/hot.png") no-repeat 50% 50%;
  background-size: cover;
}

.inner-newslist h3 i.icon.star {
  background: url("../images/star.png") no-repeat 50% 50%;
  background-size: cover;
}

.inner-newslist .text-p p {
  opacity: 0.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-newsd .text {
  margin: 40px 0;
  color: #333333;
}

.content-newsd .text img {
  display: block;
  margin: 30px 0;
  max-width: 100%;
  height: auto;
}

.newd-downlist {
  padding-bottom: 55px;
}

.newd-downlist ul {
  margin: 0 -45px;
  display: flex;
  flex-wrap: wrap;
}

.newd-downlist .imgshow img {
  width: 100%;
}

.newd-downlist li {
  width: 33.33%;
  padding: 0 45px;
  box-sizing: border-box;
}

.newd-downlist li {
  margin-bottom: 20px;
}

.newd-downlist .d-item {
  background-color: #FAFAFA;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  transition: all 0.4s;
  color: #000;
}

.newd-downlist .d-item:hover {
  background: linear-gradient(7deg, #A5D15E, #298322);
  color: #FFF;
}

.newd-downlist .d-item:hover .d-t .iconfont {
  color: #FFF;
}

.newd-downlist .d-item:hover .d-t h4 {
  color: #FFF;
}

.newd-downlist .d-item .d-t {
  display: flex;
  max-width: 90%;
}

.newd-downlist .d-item .d-t .iconfont {
  color: #E70012;
}

.newd-downlist .d-item .d-t h4 {
  color: #333333;
  padding-left: 18px;
}

.news-page {
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
}

.news-page a {
  display: block;
  color: #333;
  transition: all 0.4s;
  max-width: 48%;
}

.news-page a label {
  display: block;
}

.news-page a:hover {
  color: #2B973B;
}

.inner-faguilist .n-item {
  display: flex;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 32px 0;
  position: relative;
}

.inner-faguilist .n-item:hover:after {
  opacity: 1;
  visibility: visible;
}

.inner-faguilist .n-item:hover h3 {
  color: #2B973B;
}

.inner-faguilist .n-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #2B973B;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.inner-faguilist .text {
  flex: 1;
}

.inner-faguilist .date {
  text-align: center;
  line-height: 1;
  margin-right: 50px;
  border: 2px solid #2B973B;
  background-color: #2B973B;
  display: flex;
  flex-direction: column-reverse;
  color: #FFF;
  width: 83px;
  box-sizing: border-box;
}

.inner-faguilist .date span {
  padding: 5px 0;
}

.inner-faguilist .date em {
  font-size: 46px;
  display: block;
  padding: 8px 0;
  color: #2B973B;
  background-color: #FFF;
}

.inner-faguilist h3 {
  margin-bottom: 20px;
}

.inner-faguilist .text-p {
  opacity: 0.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fazhan-hot {
  background: linear-gradient(0deg, rgba(81, 156, 53, 0.06) 0%, rgba(178, 215, 119, 0.06) 100%);
  padding: 60px 100px 0;
}

.fazhan-hot .f-item {
  display: flex;
}

.fazhan-hot .imgshow {
  width: 20%;
  margin-right: 10%;
}

.fazhan-hot .imgshow .img-box {
  padding-bottom: 133.57143%;
}

.fazhan-hot .text {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 50px 0;
}

.fazhan-hot .text h3 {
  color: #2B973B;
  margin-bottom: 16px;
}

.fazhan-hot .text h3 span {
  padding-left: 24px;
}

.fazhan-hot .text .text-p {
  color: rgba(0, 0, 0, 0.6);
}

.fazhan-hot .text .text-p p {
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

.fazhan-hot .text .text-p p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
}

.fazhan-hot .text .t-btn {
  color: #333;
}

.fazhan-hot .text .t-btn:hover {
  color: #2B973B;
}

.fazhan-hot .text .t-btn .icon-pdf {
  color: #E70012;
  font-size: 22px;
  margin-right: 20px;
}

.fazhan-bg {
  background: url("../images/fazhan-yuan.jpg") no-repeat;
  background-size: 100%;
}

.innerfazhan-list ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.innerfazhan-list .imgshow img {
  width: 100%;
}

.innerfazhan-list li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.innerfazhan-list .img-box {
  padding-bottom: 133.57143%;
}

.innerfazhan-list li {
  margin-top: 60px;
}

.innerfazhan-list .f-item {
  display: flex;
  cursor: pointer;
}

.innerfazhan-list .f-item:hover {
  color: #2B973B;
}

.innerfazhan-list .f-item:hover .imgshow img {
  transform: scale(1.05);
}

.innerfazhan-list .f-item:hover h3 {
  color: #2B973B;
}

.innerfazhan-list .imgshow {
  width: 40%;
}

.innerfazhan-list .imgshow img {
  transition: all 0.5s;
}

.innerfazhan-list .text {
  flex: 1;
  padding: 40px 0;
  padding-left: 7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.innerfazhan-list .text-p {
  color: rgba(0, 0, 0, 0.6);
}

.innerfazhan-list .text-p p {
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

.innerfazhan-list .text-p p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
}

.innerfazhan-list h3 {
  line-height: 1;
  color: #333;
  margin-bottom: 14px;
}

.innerfazhan-list h3 span {
  display: block;
  margin-top: 12px;
  line-height: 1.5;
}

.innerfazhan-list .t-btn {
  color: #333;
}

.innerfazhan-list .t-btn:hover {
  color: #2B973B;
}

.innerfazhan-list .t-btn .icon-pdf {
  color: #E70012;
  font-size: 22px;
  margin-right: 20px;
}

.content-brand {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/brand-bg.jpg");
  background-size: cover;
  /*margin-top: 40px;*/
}

.content-brand .crumbs-box span, .content-brand .crumbs-box a, .content-brand .crumbs-box i {
  color: #FFF;
}

.content-brand .speek-filter h2 {
  color: #FFF;
}

.brand-innercont {
  padding-top: 50px;
  display: flex;
}

.brand-innercont .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #FFF;
}

.brand-innercont .layui-laypage .layui-laypage-curr em {
  color: #16baaa;
}

.brand-innercont .page-box .page-inner a {
  color: #FFF;
}

.brand-innercont .brand-right {
  flex: 1;
  width: 100%;
}

.brand-innercont .page-box .page-inner .layui-laypage-skip {
  color: #FFF;
}

.brand-innercont .page-box .page-inner .layui-laypage-skip input {
  background: #448f3a;
  color: #FFF;
}

.brand-innercont .brand-right .page-box {
  padding-top: 10px;
  justify-content: flex-start;
}

.brand-innercont .brand-left {
  width: 30%;
}

.brand-innercont .brand-left h4 {
  font-weight: 400;
  flex: 1;
}

.brand-innercont .brand-left .b-item {
  color: #FFF;
  opacity: 0.2;
  display: flex;
  align-items: center;
  padding: 12px 0;
  transition: all 0.3s;
}

.brand-innercont .brand-left .b-item:hover {
  opacity: 1 !important;
}

.brand-innercont .brand-left .b-item:hover .icon {
  border-color: #f5f5f5;
}

.brand-innercont .brand-left .cur .b-item {
  opacity: 1 !important;
}

.brand-innercont .brand-left .cur .b-item h4 {
  font-weight: bold;
  font-size: 58px;
}

.brand-innercont .brand-left .cur .icon {
  border-color: #f5f5f5;
}

.brand-innercont .brand-left .icon {
  margin-right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
}

.brand-innercont .brand-left .icon:after {
  content: '';
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f5f5f5;
  position: absolute;
  transform: translate(-50%, -50%);
}

.inner-brandlist .img-box {
  padding-bottom: 75%;
}

.inner-brandlist ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.inner-brandlist .imgshow img {
  width: 100%;
}

.inner-brandlist li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.inner-brandlist li {
  margin-bottom: 60px;
}

.inner-brandlist .b-item {
  display: block;
  position: relative;
  color: #FFF;
  border-bottom: 1px solid rgba(245, 245, 245, 0.2);
}

.inner-brandlist .b-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  transition: all 0.5s;
  background-color: #F5F5F5;
}

.inner-brandlist .b-item .text {
  padding: 12px 0;
}

.inner-brandlist .b-item h5 {
  margin-bottom: 8px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-brandlist .b-item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-brandlist .b-item:hover:after {
  width: 100%;
}

.inner-brandlist .b-item:hover h5 {
  font-weight: bold;
}

.content-fazhancase {
  background: linear-gradient(7deg, rgba(165, 209, 94, 0.06), rgba(41, 131, 34, 0.06));
  padding-top: 1px;
}

.content-fazhancase .page-box {
  padding-top: 40px;
}

.inner-cased-top {
  margin: 0 0 80px;
}

.inner-cased-top .c-item {
  display: flex;
  color: #333;
}

.inner-cased-top .c-item:hover h3 {
  color: #2B973B;
}

.inner-cased-top .c-item:hover .imgshow img {
  transform: scale(1.05);
}

.inner-cased-top .imgshow {
  width: 50%;
}

.inner-cased-top .imgshow .img-box {
  padding-bottom: 56.25%;
}

.inner-cased-top .imgshow img {
  transition: all 0.5s;
}

.inner-cased-top .text {
  flex: 1;
  padding: 24px 0 80px 0;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inner-cased-top h3 {
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inner-cased-top .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.6;
}

.inner-cased-top .date {
  opacity: 0.6;
}

.inner-cased-list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.inner-cased-list .imgshow img {
  width: 100%;
}

.inner-cased-list li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.inner-cased-list li {
  margin-bottom: 30px;
}

.inner-cased-list .c-item {
  padding: 36px 36px 90px;
  display: block;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.inner-cased-list .c-item:hover {
  color: #FFF;
}

.inner-cased-list .c-item:hover:after {
  opacity: 1;
  visibility: visible;
}

.inner-cased-list .c-item:hover .text-p {
  opacity: 1;
}

.inner-cased-list .c-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/cased-img-hover.jpg") no-repeat;
  background-size: cover;
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.inner-cased-list .c-item .text {
  position: relative;
  z-index: 2;
}

.inner-cased-list h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
}

.inner-cased-list .text-p {
  margin: 50px 0 90px;
  opacity: 0.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
}

.content-contact {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/contact-bg.jpg");
  background-size: cover;
  padding-bottom: 100px;
  color: #FFF;
}

.content-contact .crumbs-box span, .content-contact .crumbs-box a, .content-contact .crumbs-box i {
  color: #FFF;
}

.contact-innercont {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.contact-innercont .imgshow {
  width: 49%;
  box-sizing: border-box;
  border: 10px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  height: 100%;
}

.contact-innercont .imgshow .img-box {
  padding-bottom: 56.14286%;
}

.contact-innercont .text {
  flex: 1;
  width: 100%;
}

.contact-innercont .text a {
  color: #fff;
}

.contact-innercont .text .line {
  height: 3px;
  background: #FFF;
  width: 40px;
  margin: 8px 0;
}

.contact-innercont .text li {
  margin-bottom: 36px;
}

.contact-botlist ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.contact-botlist .imgshow img {
  width: 100%;
}

.contact-botlist li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.contact-botlist li {
  margin-bottom: 20px;
}

.contact-botlist .c-item {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 24px 30px;
  transition: all 0.5s;
}

.contact-botlist .c-item:hover {
  color: #2B973B;
  background-color: #FFF;
}

.contact-botlist .c-item:hover a {
  color: #2B973B;
}

.contact-botlist .c-item:hover .line {
  background-color: #2B973B;
}

.contact-botlist .c-item a {
  color: #FFF;
}

.contact-botlist .c-item .line {
  height: 3px;
  background: #FFF;
  width: 40px;
  margin: 8px 0;
}

.search-inputbox {
  padding: 20px 0;
}

.search-inputbox input {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0 11px;
  background-color: #F9F9F9;
  border: none;
  font-size: 14px;
  color: #333;
}

.search-inputbox .s-input {
  position: relative;
}

.search-inputbox .s-input button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #2B973B;
  color: #FFF;
  padding: 0 24px;
  font-size: 1.4rem;
  border: none;
}

.search-result {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.3);
  padding: 14px 0;
}

.search-tebitem {
  margin: 0 0 50px;
}

.search-tebitem a {
  font-size: 14px;
  color: #333;
  padding: 10px 0;
  line-height: 1;
  display: inline-block;
  margin-right: 30px;
  transition: all 0.3s;
  position: relative;
}

.search-tebitem a.cur, .search-tebitem a:hover {
  color: #2B973B;
}

.search-tebitem a.cur:after, .search-tebitem a:hover:after {
  width: 100%;
}

.search-tebitem a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #2B973B;
  transition: all 0.3s;
}

.search-textlist {
  padding-top: 50px;
}

.search-textlist h3 {
  font-size: 20px;
  font-weight: bold;
}

.search-textlist h3 a {
  color: #333;
}

.search-textlist li {
  margin-bottom: 50px;
}

.search-textlist .text {
  margin: 12px 0;
  color: #666;
  line-height: 2.1;
}

.search-textlist .s-bro {
  color: rgba(85, 85, 85, 0.7);
  font-size: 14px;
}

.search-textlist .s-bro a {
  color: rgba(85, 85, 85, 0.7);
  transition: all 0.3s;
}

.search-textlist .s-bro a:hover {
  color: #2B973B;
}

/*新增*/
.nav-box ul li:hover a:after {
  width: 100%;
}

/*.header {*/
/*  position: relative;*/
/*}*/
.child-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #FBFBFB;
}

.child-box .child-nav {
  display: none;
  padding: 46px 0;
}

.child-box .child-nav .iconfont {
  font-size: 24px;
  vertical-align: sub;
}

.nav-about {
  display: flex;
  justify-content: space-between;
}

.nav-about .imgshow {
  width: 33.33%;
  margin-left: 20%;
}

.nav-about .imgshow .img-box {
  padding-bottom: 52.5%;
}

.nav-about h4 {
  font-weight: 400;
}

.nav-about .text {
  flex: 1;
  width: 100%;
  margin-top: 30px;
}

.nav-about .text ul {
  display: flex;
  flex-wrap: wrap;
}

.nav-about .text ul li {
  width: 33.33%;
  padding: 12px 0;
  box-sizing: border-box;
  padding-right: 30px;
}

.nav-about .text ul a {
  padding: 5px 0;
  color: #333333;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}

.nav-about .text ul a:hover {
  color: #2B973B;
}

.nav-about .text ul a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
}

.nav-about .text ul .act a {
  font-weight: bold;
  color: #2B973B;
}

.nav-about .text ul .act a:after {
  background-color: #2B973B;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: linear-gradient(-7deg, #A5D15E, #68B262);
}

.page-box .layui-laypage button {
  padding: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: none;
  background: linear-gradient(-7deg, #A5D15E, #68B262);
  color: #FFF;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 0px;
  text-indent: 200px;
  overflow: hidden;
  position: relative;
}

.page-box .layui-laypage button:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 7px;
  width: 24px;
  height: 24px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAKBJREFUSEu11UEOwjAQA0Dvz8rLgJfBz4witRKHkthemlNOnsbKNoWLV83ySW5V9e58w0+A5APAHcCzqsY+WgowgmNkVdFxihiZAiP1q6oIWQJdRAJOkJt6u2QgRSwgQWxgR14Atn0wpnVFgIN0AGlGIsCZDRsgKfc/qrQAN9wCknAZSMMloBO+BLrhU+Af4SvgGCT5z3n2plrXNHmULwc+QBloGavCfa8AAAAASUVORK5CYII=") no-repeat;
}

/*.page-box .page-inner a, .page-box .page-inner span{*/
/*    height: 42px;*/
/*}*/
.page-box .page-inner .layui-laypage-skip input {
  width: 100px;
  height: 40px;
  text-align: left;
  margin: 0;
  border: none;
  box-sizing: box-sizing;
  padding: 0 8px;
}

.page-box .page-inner .layui-laypage-skip {
  position: relative;
  margin-left: 75px;
}

/*新增结束*/
.filter-item a {
  background-color: #F7F7F7;
  color: #333;
  border-radius: 30px;
  padding: 18px 46px;
  line-height: 1;
  margin-right: 18px;
  display: inline-block;
}

.filter-item a.cur {
  background: linear-gradient(-7deg, #A5D15E, #68B262);
  color: #FFF;
}

.biaozhun-list li {
  margin-bottom: 40px;
}

.biaozhun-list h3 {
  color: #333;
  line-height: 50px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.biaozhun-list .b-item {
  display: flex;
  color: #333;
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 40px 20px 44px;
  position: relative;
  padding-left: 180px;
  transition: all 0.3s;
  position: relative;
}

.biaozhun-list .b-item .text {
  box-sizing: border-box;
  width: 100%;
}

.biaozhun-list .b-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #6DB462;
  transition: all 0.3s;
}

.biaozhun-list .b-item:hover {
  box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.05);
}

.biaozhun-list .b-item:hover:after {
  width: 100%;
}

.biaozhun-list .b-item .b-tag {
  position: absolute;
  left: 0;
  top: 40px;
  width: 160px;
  height: 67px;
  background: url("../images/newsadd/biaozhun-tag.png") no-repeat;
  background-size: cover;
  color: #FFF;
  transform: translateX(-20px);
  box-sizing: border-box;
  padding: 12px 0 0 18px;
}

.biaozhun-list .bz-btn {
  display: inline-block;
  flex-shrink: 0;
  margin: 20px 0 0;
}

.biaozhun-list .bz-btn a {
  background: linear-gradient(-7deg, #A5D15E, #68B262);
  border-radius: 20px;
  display: flex;
  align-items: center;
  color: #FFF;
  padding: 12px 20px;
  line-height: 1;
}

.biaozhun-list .bz-btn a .iconfont {
  margin-right: 10px;
  font-size: 20px;
}

.biaozhun-list .text-p {
  display: flex;
}

.biaozhun-list .text-p dd {
  opacity: 0.6;
  width: 33.33%;
  margin-top: 26px;
}

.biaozhun-list .text-p dl {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.content-news-video {
  background: linear-gradient(-7deg, rgba(165, 209, 94, 0.06), rgba(41, 131, 34, 0.06));
  padding: 1px 0;
}

.content-news-video .page-box {
  padding-top: 10px;
}

.news-video-list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.news-video-list .imgshow img {
  width: 100%;
}

.news-video-list li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.news-video-list li .v-item {
  display: block;
}

.news-video-list .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56%;
}

.news-video-list .img-box {
  padding-bottom: 56%;
}

.news-video-list .imgshow {
  position: relative;
}

.news-video-list .imgshow:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 69px;
  height: 69px;
  background: url("../images/newsadd/play.png") no-repeat;
}

.news-video-list .video-js .vjs-big-play-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  border: none;
  background: url("../images/play.png") no-repeat;
  top: 50%;
  left: 50%;
  margin: -21px 0 0 -21px;
}

.news-video-list .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .news-video-list .video-js .vjs-play-control .vjs-icon-placeholder:before, .news-video-list .index-video-grid .video-list .vjs-icon-play:before {
  content: '';
}

.news-video-list .text {
  color: #333;
}

.news-video-list .text .date {
  color: #AAAAAA;
  margin: 30px 0 10px;
}

.news-video-list .text h3 {
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-video-list li {
  margin-bottom: 60px;
  cursor: pointer;
}

.news-video-list li:hover h3 {
  color: #2B973B;
}

.vip-joincont {
  display: flex;
}

.vip-joincont .vip-left {
  width: 240px;
  padding-top: 70px;
}

.vip-joincont .vip-left li {
  margin-bottom: 90px;
  position: relative;
}

.vip-joincont .vip-left li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #FEF4A2;
  opacity: 0;
}

.vip-joincont .vip-left a {
  color: #333333;
  padding: 5px 0;
  display: block;
  transition: all 0.3s;
}

.vip-joincont .vip-left a:hover {
  color: #2B973B;
}

.vip-joincont .vip-left .cur a {
  color: #2B973B;
}

.vip-joincont .vip-left .cur:after {
  opacity: 1;
}

.vip-joincont .vip-left .iconfont {
  font-weight: bold;
}

.vip-joincont .vip-right {
  padding-top: 70px;
  flex: 1;
  width: 100%;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  padding-left: 5%;
  box-sizing: border-box;
}

.vip-joincont .vip-tiaojian {
  font-size: 17px;
  line-height: 1.875;
  padding-bottom: 100px;
}

.vip-joincont .vip-tiaojian h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

.sale-title {
  margin: 80px 0;
  text-align: center;
}

.sale-title .line {
  height: 1px;
  background-color: #DDDDDD;
  margin: 32px 0 24px;
}

.sale-info {
  font-size: 17px;
  color: #333;
  line-height: 1.875;
}

.sale-info h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}

.sale-downlist {
  margin: 90px 0;
  color: #333333;
  border-bottom: 1px solid #DDDDDD;
}

.sale-downlist .d-item {
  border-top: 1px solid #DDDDDD;
  line-height: 1;
  padding: 28px 0;
  display: flex;
}

.sale-downlist a {
  color: #333333;
  margin-left: 5%;
}

.sale-downlist a:hover {
  color: #2B973B;
}

.sale-downlist p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  border-left: 6px solid #2B973B;
  padding-left: 10px;
}

.sale-topdown {
  position: fixed;
  left: 50%;
  transform: translateX(500px);
  margin-left: 20px;
  top: 70%;
  text-align: center;
}

.sale-topdown p {
  color: rgba(51, 51, 51, 0.6);
}

.sale-topdown i {
  width: 70px;
  height: 70px;
  background: linear-gradient(-7deg, #A5D15E, #68B262);
  display: inline-block;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 70px;
}

.sale-bg {
  background: url("../images/newsadd/sale-bg.png") no-repeat;
  background-size: 100%;
}

.laytips {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 18px;
}

.laytips .iconfont {
  margin-right: 20px;
  font-size: 24px;
}

.layui-layer.nolink {
  background-color: #2D983D;
  color: #FFF;
  border-radius: 10px;
  overflow: hidden;
}

.news-booklist .img-box {
  padding-bottom: 139.58333%;
}

.news-booklist li {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-booklist .b-item {
  display: flex;
  padding: 40px 0;
}

.news-booklist .b-item .imgshow {
  width: 240px;
}

.news-booklist .b-item .text {
  flex: 1;
  margin-left: 8%;
}

.news-booklist h3 {
  color: #333;
}

.news-booklist .text-p {
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.875;
  background-color: #FBFBFB;
  padding: 30px 0;
  margin: 24px 0 34px;
  position: relative;
}

.news-booklist .text-p .text-ss {
  padding: 0 36px;
  max-height: 170px;
  overflow-y: auto;
  direction: rtl;
  /* 设置内容从右到左 */
}

.news-booklist .text-p .text-ss p {
  direction: ltr;
  /* 设置内容从左到右 */
}

.news-booklist .text-p .text-ss::-webkit-scrollbar {
  width: 3px;
  /* 设置滚动条的宽度 */
}

.news-booklist .text-p .text-ss::-webkit-scrollbar-thumb {
  background-color: #2B973B;
  /* 设置滚动条滑块的颜色 */
  border-radius: 5px;
  /* 设置滚动条滑块的圆角 */
}

.news-booklist .text-p .text-ss::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* 设置滚动条滑块在悬停时的颜色 */
}

.news-booklist .text-p .text-ss::-webkit-scrollbar-track {
  background-color: #FBFBFB;
  /* 设置滚动条背景的颜色 */
}

/* .news-booklist .text-p:after {
  position: absolute;
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 58px;
  background-color: #2B973B;
  top: 32px;
} */
.news-booklist a {
  color: #666666;
  display: inline-block;
  margin-right: 38px;
  transition: all 0.3s;
}

.news-booklist a:hover {
  color: #2B973B;
}

.news-booklist a .iconfont {
  font-size: 20px;
}

.news-booklist a .iconfont.icon-sanjiaoright {
  font-size: 15px;
}

.news-booklist a .iconfont.icon-yanjing {
  font-size: 24px;
}

.user-banner {
  background: url("../images/newsadd/banner-user.jpg") no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 170px 0 0;
}

.user-info {
  display: flex;
}

.user-info .u-left {
  width: 30%;
  display: flex;
  align-items: center;
}

.user-info .u-left p {
  color: #FFF;
  margin: 6px 0 16px;
}

.user-info .u-left .imgshow {
  width: 98px;
  margin-right: 50px;
  position: relative;
}

.user-info .u-left .imgshow .upload-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 35px;
  background: url("../images/newsadd/photo.png") no-repeat;
}

.user-info .u-left .tag span {
  display: inline-block;
  background: linear-gradient(90deg, #67B35A 0%, #98CB41 99%);
  border-radius: 14px;
  line-height: 28px;
  padding: 0 15px;
}

.user-info .u-right {
  width: 70%;
 
}
.user-info .u-right .u-hottel{
    text-align: right;
}
.user-info .u-right .u-hottel a{
    color: #FFF;
    display: block;
    padding-bottom: 12px;
}
.user-info .u-right .u-rcont{
  background-color: rgba(255, 255, 255, 0.06);
  padding: 50px 80px 18px;
  box-sizing: border-box;
  position: relative;
}
.user-info .u-right .u-rcont .u-btns{
    position: absolute;
    right: 40px;
    top: 40px;
}
.user-info .u-right .u-rcont .u-btns a{color:#FFF;}
.user-info .u-right .u-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}

.user-info .u-right .u-row .u-cell {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 40px;
  margin-bottom: 32px;
}

.user-info .u-right .u-row .u-cell p {
  border-bottom: 1px  solid #FFF;
  padding: 10px 0;
}

.user-bg {
  background: url("../images//newsadd/user-bg.jpg") no-repeat;
  background-size: cover;
  padding: 1px 0;
}

.content-user {
  background-color: #FFF;
  margin: 60px 0 120px;
  padding: 32px 50px;
}

.content-user .speek-filter {
  margin: 30px 0;
}

.user-table table {
  width: 100%;
  color: #333333;
}

.user-table table th {
  color: #999999;
}

.user-table table td, .user-table table th {
  border-bottom: 1px solid #DDDDDD;
  padding: 10px 0;
}

.user-table table td {
  padding: 18px 0;
}

.user-table table tr {
  transition: all 0.3s;
}

.user-table table tr:hover {
  background-color: rgba(43, 151, 59, 0.2);
}

.content-login {
  background: url("../images/newsadd/forget-bg.jpg") no-repeat;
  background-size: cover;
}

.content-login .ipd-20 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
}

.content-login .login-form {
  width: 600px;
  box-sizing: border-box;
  background: url("../images/newsadd/forget-form-bg.jpg") no-repeat;
  background-size: cover;
  padding: 80px 8%;
}

.content-login .login-form h2 {
  margin-bottom: 50px;
}

.content-login .login-form .layui-input-block {
  margin-left: 0;
  float: left;
  width: 100%;
}

.content-login .login-form .layui-form-label {
  font-weight: 500;
  padding-left: 0;
  text-align: right;
  width: auto;
  color: #333333;
  font-size: 16px;
}

.content-login .login-form .layui-btn {
  background-color: #2B973B;
  color: #FFF;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}

.content-login .login-form .layui-input, .content-login .login-form .layui-select, .content-login .login-form .layui-textarea {
  height: 42px;
  border: 1px solid #c5c5c5;
}

.content-login .item-search .layui-input-block {
  position: relative;
  display: flex;
}

.content-login .item-search .layui-input-block .layui-input {
  flex: 1;
  margin-right: 20px;
}

.content-login .item-search button {
  line-height: 42px;
  padding: 0 48px;
  right: 0;
  background-color: #2B973B;
  color: #FFF;
  border-radius: 4px;
  border: none;
  height: 100%;
  top: 0;
}

.content-login .item-pass .pass-code {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.content-login .item-pass .pass-code .iconfont {
  font-size: 20px;
  margin-right: 5px;
}

.content-login .item-pass .pass-code img {
  width: 73px;
  height: 30px;
}

.content-login .bot-btn {
  padding-top: 25px;
}

.forget-pass {
  position: relative;
}

.forget-pass:hover .h-pass {
  opacity: 1;
  visibility: visible;
}

.forget-pass a {
  color: #1D50D0;
  padding: 16px 0;
  text-align: center;
  display: block;
}

.forget-pass .h-pass {
  position: absolute;
  color: #999999;
  padding: 18px 22px;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px rgba(78, 85, 102, 0.28);
  box-sizing: border-box;
  width: 310px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.forget-pass .h-pass:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12.1px 7px;
  border-color: transparent transparent #fff transparent;
}

.train-notice {
  padding-bottom: 60px;
}

.train-notice ul {
  margin: 0 -19px;
  display: flex;
  flex-wrap: wrap;
}

.train-notice .imgshow img {
  width: 100%;
}

.train-notice li {
  width: 50%;
  padding: 0 19px;
  box-sizing: border-box;
}

.train-notice li {
  margin-bottom: 38px;
}

.train-notice .t-item {
  background-color: #F6F8FB;
  border-top: 2px solid #2B973B;
  padding: 36px;
  color: #333;
  display: block;
}

.train-notice .t-item h3 {
  transition: all 0.4s;
}

.train-notice .t-item:hover h3 {
  color: #2B973B;
}

.train-notice .t-item .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.8;
  line-break: 26px;
  height: 52px;
  margin: 30px 0;
}

.train-join {
  background-color: #f0f2f5;
  padding: 1px 0;
}

.join-table {
  margin: 0 0 50px;
}

.join-table table {
  width: 100%;
  background-color: #FFF;
}

.join-table table th {
  background-color: #2B973B;
  color: #FFF;
}

.join-table table td, .join-table table th {
  padding: 14px 50px;
}

.join-table table td {
  color: #666666;
}

.join-table table tbody tr:nth-child(even) td {
  background-color: #F1F3F6;
}

.join-table table .disabled {
  color: #D4D4D4;
  pointer-events: none;
}

.join-form {
  background-color: #FFF;
  padding: 50px 160px;
  margin: 0 0 100px;
}

.join-form .j-tt {
  text-align: center;
}

.join-form .j-tt .f-tips {
  color: #999;
  margin: 12px 0 50px;
}

.j-row {
  display: flex;
  flex-wrap: wrap;
}

.j-row .j-cell {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
}

.j-row .j-cell.w100 {
  width: 100%;
}

.j-row .j-cell.file-tips {
  padding-left: 190px;
  font-size: 12px;
}

.j-row .j-cell.w3 {
  width: 33.33%;
}

.upload-pro-x {
  position: relative;
  padding-right: 37px;
}

.upload-pro-x .layui-btn-xs {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 18px;
  height: 18px;
  font-size: 12px;
  background: #2B973B;
}

.layui-search {
  margin-top: -10px;
}

.layui-search p {
  display: none;
}

.layui-search p.show {
  display: block;
}

.layui-search p.find {
  color: #2B973B;
}

.layui-search p.nofind {
  color: #F61818;
}

.join-form .layui-form-label {
  width: 160px;
  padding-left: 0;
  padding-right: 0;
  color: #333;
  font-weight: 500;
  text-align: left;
}

.join-form .layui-input-block {
  margin-left: 170px;
}

.join-form .upload-btn {
  background-color: #FFF;
  color: #D4D4D4;
  border: 1px solid #D4D4D4;
  padding: 0;
  width: 50px;
  height: 50px;
}

.join-form .upload-btn .layui-icon {
  font-size: 24px;
}

.join-form .upload-btn .layui-icon.hide {
  display: none;
}

.join-form .j-btns {
  padding: 40px 0 0;
  text-align: center;
}

.join-form .j-btns .layui-btn {
  width: 198px;
  height: 54px;
  font-size: 18px;
}

.join-form .j-btns .layui-btn.btn1 {
  background: linear-gradient(78deg, #4DDF62, #2B973B);
}

.join-form .j-btns .btn2 {
  background-color: #FFF;
  color: #999999;
  border: 1px solid #999999;
}

.join-form .required {
  color: #F00;
}

.train-result {
  text-align: center;
  padding: 160px 0;
  background-color: #f0f2f5;
}

.train-result .res-tt .line {
  height: 12px;
  background-color: #E8E8E8;
  width: 264px;
  margin: 10px auto 0;
}

.train-result .res-tt .res-num {
  line-height: 1;
  font-size: 120px;
}

.train-result .res-tt .res-num em {
  font-style: italic;
  color: #2B973B;
}

.train-result .res-tt .res-num small {
  background: linear-gradient(78deg, #4DDF62 0%, #2B973B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.train-result .res-btns p {
  margin-bottom: 32px;
}

.train-result .res-btns .btn1 {
  background: linear-gradient(78deg, #4DDF62, #2B973B);
  height: 54px;
  line-height:54px;
  padding: 0 50px;
  border:none;
}

.train-videolist ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.train-videolist .imgshow img {
  width: 100%;
}

.train-videolist .imgshow .img-box::after {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}

.train-videolist .imgshow .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 70px;
  color: #fff;
  margin: -40px 0 0 -40px;
  z-index: 4;
}

.train-videolist li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.train-videolist .img-box {
  padding-bottom: 65.21739%;
}

.train-videolist .text {
  padding: 24px 0;
}

.train-videolist .text h3 {
  margin-bottom: 12px;
}

.train-videolist li {
  margin-bottom: 60px;
  cursor: pointer;
}

.train-videolist li:hover h3 {
  color: #2B973B;
}

.train-tabitem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
}

.train-tabitem span {
  color: #333;
  opacity: 0.6;
  display: inline-block;
  line-height: 1;
  padding: 12px 0px;
  cursor: pointer;
  position: relative;
  margin: 0 80px;
}

.train-tabitem span:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #30A241;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.train-tabitem span.cur {
  opacity: 1;
}

.train-tabitem span.cur:after {
  opacity: 1;
}

.chengji-list ul {
  display: flex;
  justify-content: center;
}

.chengji-list li {
  margin: 0 50px;
}

.chengji-list label {
  color: #333333;
}

.chengji-list .c-item {
  line-height: 1;
  display: flex;
  align-items: center;
}

.chengji-list .c-item p {
  color: #2B973B;
  font-style: italic;
}

.chengji-list .c-item p em {
  font-style: italic;
  font-weight: bold;
}

.train-resblock .res-tt {
  margin-bottom: 100px;
}

.zhengshu-list {
  color: #333;
}

.zhengshu-list ul {
  display: flex;
  padding-left: 12%;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.zhengshu-list ul li {
  width: 33.33%;
  margin-bottom: 55px;
  text-align: left;
}

#user-login,#user-form {
  display: none;
  padding: 0 50px 50px;
}

#user-login h3 {
  text-align: center;
}

.layui-layer-lan2 .layui-layer-title {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  border: none;
  font-size: 28px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.layui-layer-lan2 .layui-form-label {
  width: 100%;
  text-align: left;
  float: left;
  padding-left: 0;
  color: #333;
  font-size: 16px;
}

.layui-layer-lan2 .layui-input-block {
  padding-left: 0;
  margin-left: 0;
}

.layui-layer-lan2 .layui-btn {
  height: 50px;
  background: linear-gradient(78deg, #4DDF62, #2B973B);
  border: none;
  border-radius: 0;
  line-height: 50px;
  min-width: 200px;
  margin: 0 auto;
}

.layui-layer-lan2 .u-btn {
  text-align: center;
  padding-top: 20px;
}

.layui-layer-lan2 .layui-layer-setwin {
  top: 40px;
  font-size: 30px;
  right: 40px;
}

/* 新增 0621-1850*/
.train-result .res-form {
  max-width: 550px;
  margin: 0 auto;
}

.train-result .res-form .j-row .j-cell {
  width: 100%;
}

.train-result .res-form .form-tips {
  font-size: 16px;
  color: #999999;
  padding-bottom: 50px;
}

.train-result .res-form .j-btns .layui-btn.btn1 {
  background: linear-gradient(78deg, #4DDF62, #2B973B);
  border:none;
}
.layui-btn{
    border:none;
}
.train-result .res-form .j-btns .layui-btn {
  margin-top: 30px;
  width: 198px;
  height: 54px;
  font-size: 18px;
}

.uform-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.uform-row .u-cell {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
}

/* 新增 0621-1850*/
.nyear-detail-info {
  display: flex;
  flex-direction: row-reverse;
  color: #666666;
  padding: 0 0 100px;
}

.nyear-detail-info .imgshow {
  width: 41%;
  margin-top: -73px;
}

.nyear-detail-info .imgshow .img-box {
  padding-bottom: 56.66667%;
}

.nyear-detail-info .text {
  flex: 1;
  line-height: 1.65;
  padding: 60px 0;
  margin-right: 20%;
}

.newsyear-list {
  background-color: rgba(183, 218, 254, 0.1);
  padding: 80px 0 100px;
}

.newsyear-list ul {
  margin: 0 -45px;
  display: flex;
  flex-wrap: wrap;
}

.newsyear-list .imgshow img {
  width: 100%;
}

.newsyear-list li {
  width: 33.33%;
  padding: 0 45px;
  box-sizing: border-box;
}

.newsyear-list .n-item {
  display: flex;
  background-color: #FAFAFA;
  padding: 16px 20px;
  justify-content: space-between;
  transition: background 0.3s;
  cursor: pointer;
}

.newsyear-list .n-item:hover {
  background: linear-gradient(7deg, #A5D15E, #298322);
  color: #FFF;
}

.newsyear-list .n-item:hover .n-icon .iconfont {
  color: #FFF;
}

.newsyear-list .n-item:hover .n-t .iconfont {
  color: #FFF;
  background: transparent;
}

.newsyear-list .n-item .n-icon {
  color: rgba(51, 51, 51, 0.4);
  flex-shrink: 0;
}

.newsyear-list .n-item .n-icon .iconfont {
  font-size: 20px;
}

.newsyear-list .n-item .n-t {
  display: flex;
  align-items: center;
  width: 90%;
}

.newsyear-list .n-item .n-t span {
  width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.newsyear-list .n-item .n-t .iconfont {
  margin-right: 18px;
  font-size: 20px;
  background: linear-gradient(103deg, #E70012, #FF707B);
  -webkit-background-clip: text;
  color: transparent;
}

.newsyear-list li {
  margin-bottom: 20px;
}

.newsyear-title {
  margin: 0 0 70px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  position: relative;
}

.newsyear-title h3 {
  font-weight: 400;
}

.newsyear-title h3 a {
  padding: 22px 0;
  color: #333;
  display: inline-block;
  position: relative;
}

.newsyear-title h3 a.cur, .newsyear-title h3 a:hover {
  color: #2B973B;
}

.newsyear-title h3 a.cur:after, .newsyear-title h3 a:hover:after {
  opacity: 1;
}

.newsyear-title h3 a:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: 4px;
  background-color: #2B973B;
  left: 0;
  opacity: 0;
}

.newsyear-title h3 dl {
  display: flex;
}

.newsyear-title h3 dl dd {
  flex: 1;
}

.newsyear-title .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.newsyear-title .t-sendbtn a {
  color: #FFF;
  background: linear-gradient(-7deg, #A5D15E, #68B262);
  display: block;
  padding: 0 26px;
  line-height: 40px;
}

.content-newsd-act .text {
  margin: 40px 0;
  color: #333333;
  flex: 1;
}

.content-newsd-act .text img {
  display: block;
  margin: 30px 0;
  max-width: 100%;
  height: auto;
}

.content-newsd-act {
  display: flex;
  align-items: flex-end;
  padding-bottom: 130px;
}

.content-newsd-act .act-form {
  width: 340px;
  margin-left: 100px;
  background: linear-gradient(-7deg, #A5D15E, #298322);
  color: #FFF;
  box-sizing: border-box;
  padding: 18px;
  flex-shrink: 0;
  height: 100%;
  position: sticky;
  top: 0;
}

.content-newsd-act .act-form .layui-input, .content-newsd-act .act-form .layui-select, .content-newsd-act .act-form .layui-textarea {
  height: 50px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.content-newsd-act .act-form .layui-input::placeholder, .content-newsd-act .act-form .layui-select::placeholder, .content-newsd-act .act-form .layui-textarea::placeholder {
  color: #FFF;
  opacity: 0.2;
}

.content-newsd-act .act-form .t-cen {
  text-align: center;
}

.content-newsd-act .act-form .layui-btn {
  background-color: #FFF;
  display: inline-block;
  font-size: 16px;
  color: #2B973B;
  height: 40px;
  line-height: 40px;
  padding: 0 54px;
}

.content-newsd-act .f-t {
  margin-bottom: 30px;
}

.content-news-year {
  background: linear-gradient(to bottom, rgba(0, 171, 234, 0), rgba(0, 171, 234, 0.1));
  padding: 1px 0 120px;
}

.news-year-content {
  display: flex;
}

.news-year-content .content-left {
  width: 57%;
}

.news-year-content .content-left .img-box {
  padding-bottom: 73.17073%;
}

.news-year-content .content-right {
  width: 43%;
  box-sizing: border-box;
  padding-left: 130px;
  padding-right: 30px;
  overflow-y: auto;
  max-height: 48vw;
  /* 自定义整个滚动条 */
  /* 自定义滚动条轨道 */
  /* 自定义滚动条的滑块（thumb） */
  /* 当滑块悬停或活动时自定义滚动条的滑块 */
}

.news-year-content .content-right .img-box {
  padding-bottom: 56.52174%;
}

.news-year-content .content-right::-webkit-scrollbar {
  width: 2px;
  /* 设置滚动条的宽度 */
}

.news-year-content .content-right::-webkit-scrollbar-track {
  background: #fff;
  /* 设置轨道的背景颜色 */
}

.news-year-content .content-right::-webkit-scrollbar-thumb {
  background: #2B973B;
  /* 设置滑块的背景颜色 */
}

.news-year-content .content-right::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 设置滑块在悬停状态下的背景颜色 */
}

.news-year-content .y-item {
  color: #333;
  display: block;
  transition: all 0.3s;
}

.news-year-content .y-item:hover {
  color: #2B973B;
}

.news-year-content .y-item:hover .line:after {
  width: 100%;
}

.news-year-content .y-item:hover img {
  transform: scale(1.05);
}

.news-year-content .y-item img {
  transition: all 0.4s;
}

.news-year-content .y-item .tags {
  color: #333;
}

.news-year-content .y-item .text {
  padding: 30px 0;
}

.news-year-content .y-item h3 {
  margin: 5px 0 12px;
}

.news-year-content .y-item .line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}

.news-year-content .y-item .line:after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 0%;
  top: 0;
  transition: all 0.4s;
  background-color: #2B973B;
}

.content-news-act {
  background: url("../images/newsadd/news-act-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 1px 0;
}

.newsact-alllist ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.newsact-alllist .imgshow img {
  width: 100%;
}

.newsact-alllist li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.newsact-alllist li {
  margin-bottom: 30px;
}

.newsact-alllist .a-item {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
  color: #333;
  transition: all 0.3s;
}

.newsact-alllist .a-item:hover {
  color: #fff;
  background: linear-gradient(140deg, #A3BCF8, #80A1F4);
}

.newsact-alllist .a-item:hover .tags span {
  color: #2B973B;
  background-color: #FFF;
  border-color: #FFF;
}

.newsact-alllist .a-item:hover .tags .t2 {
  color: #4E93AC;
}

.newsact-alllist .a-item:hover .tags .t3 {
  color: #EFC022;
}

.newsact-alllist .tags {
  margin: 0 0 30px;
}

.newsact-alllist .tags span {
  padding: 0 24px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 15px;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-color: #2B973B;
  color: #2B973B;
}

.newsact-alllist .tags .t2 {
  border-color: #4E93AC;
  color: #4E93AC;
}

.newsact-alllist .tags .t3 {
  border-color: #EFC022;
  color: #EFC022;
}

.newsact-alllist .a-t {
  height: 60px;
  line-height: 30px;
  margin-bottom: 70px;
}

.newsact-alllist .iconfont {
  font-size: 20px;
  font-weight: 600;
}

.newsact-alllist p {
  margin-bottom: 12px;
}

.newsact-alllist p:nth-last-child(1) {
  margin-bottom: 0;
}

.news-alllist li {
  margin-bottom: 60px;
}

.content-zhanhui {
  background: linear-gradient(t0 bottom, rgba(165, 209, 94, 0.1), rgba(41, 131, 34, 0.1));
}

.content-zhanhui .page-box {
  padding-top: 30px;
}

.content-zhanhui .zhanhui-info {
  flex-direction: row-reverse;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 100px;
}

.content-zhanhui .zhanhui-info .img-box {
  padding-bottom: 69.44444%;
}

.content-zhanhui .zhanhui-info .imgshow {
  width: 50%;
}

.content-zhanhui .zhanhui-info .text {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10%;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-zhanhui .zhanhui-info .text .line {
  width: 86px;
  height: 4px;
  background: #2B973B;
  margin: 12px 0 32px;
}

.content-zhanhui .zhanhui-info .text-p {
  line-height: 1.875;
}

.content-zhanhui .zhanhui-info .t-bot {
  margin: 55px 0 0;
}

.content-zhanhui .zhanhui-info .t-bot .iconfont {
  font-size: 20px;
  margin-right: 20px;
}

.content-zhanhui .zhanhui-info .t-bot p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.content-zhanhui .zhanhui-info .t-btns {
  display: flex;
}

.content-zhanhui .zhanhui-info .t-btns .iconfont {
  font-size: 24px;
  margin-right: 18px;
  color: #999;
}

.content-zhanhui .zhanhui-info .t-btns a {
  line-height: 60px;
  color: #333;
  display: flex;
  align-items: center;
  padding: 0 38px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  margin-right: 28px;
}

.content-zhanhui .zhanhui-info .t-btns a:hover {
  background: linear-gradient(-7deg, #A5D15E, #68B262);
  border-color: transparent;
  color: #FFF;
}

.content-zhanhui .zhanhui-info .t-btns a:hover .iconfont {
  color: #FFF;
}

.zhanhui-alllist .iconfont {
  font-size: 12px;
  color: #999999;
}

.zhanhui-alllist ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.zhanhui-alllist .imgshow img {
  width: 100%;
}

.zhanhui-alllist li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.zhanhui-alllist li {
  margin-bottom: 55px;
}

.zhanhui-alllist .z-item {
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  padding: 30px 0 30px 30px;
  padding-right: 40%;
  position: relative;
  transition: all 0.3s;
  display: block;
}

.zhanhui-alllist .z-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100px;
  background-color: #69B362;
  transition: all 0.5s;
  margin-left: -3px;
}

.zhanhui-alllist .z-item h3 {
  margin: 22px 0 70px;
  line-height: 1.675;
}

.zhanhui-alllist .z-item:hover:after {
  height: 100%;
}

.zhanhui-alllist .z-item:hover h3 {
  color: #69B362;
  font-weight: bold;
}

.newsd-banner.about-banner {
  background: url("../images/newsadd/banner-about.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.about-info-cont .a-t {
  position: relative;
}

.about-info-cont .a-t .slot-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
}

.about-info-cont .a-t .slot-right a {
  color: #FFF;
  margin-left: 38px;
  position: relative;
  display: block;
  padding: 18px 0;
}

.about-info-cont .a-t .slot-right a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FEF4A2;
  height: 3px;
  width: 40px;
  opacity: 0;
  visibility: hidden;
}

.about-info-cont .a-t .slot-right a.cur {
  color: #FEF4A2;
}

.about-info-cont .a-t .slot-right a.cur:after {
  opacity: 1;
  visibility: visible;
}

.about-info-cont .a-cont {
  display: flex;
  margin: 11vw 0;
  align-items: center;
}

.about-info-cont .a-cont .text {
  flex: 1;
  padding-right: 22%;
  line-height: 1.675;
}

.about-info-cont .a-cont .icon {
  width: 200px;
}

.about-info-cont .a-cont .icon img {
  width: 100%;
}

.about-jiagou img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.biaozhun-swiper {
  margin: 0 0 7vw;
}

.biaozhun-swiper .b-item {
  display: block;
  background: linear-gradient(to bottom, #99acfd, #bfcefe);
  color: #FFF;
  padding: 24px 50px;
  height: 115px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.biaozhun-swiper .b-item h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.biaozhun-swiper .swiper-scrollbar {
  height: 1px;
  margin-top: 50px;
  background-color: rgba(0, 0, 0, 0.1);
}

.biaozhun-swiper .swiper-scrollbar-drag {
  height: 4px;
  background-color: #69B362;
  top: -2px;
}

.about-title {
  margin: 120px 0 60px;
  color: #333;
}

.about-title.t-cen {
  text-align: center;
}

.about-leader {
  padding: 1px 0 80px;
  background: url("../images/newsadd/addnews-1.png") no-repeat;
  background-size: cover;
}

.about-leader .about-title {
  color: #FFF;
  position: relative;
}

.about-leader .about-title .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about-leader .about-title .a-page {
  width: 150px;
  height: 45px;
}

.about-leader .about-title .a-page .swiper-button-next {
  right: 0;
}

.about-leader .about-title .a-page .swiper-button-prev {
  left: 0;
}

.about-leader .about-title .a-page .swiper-button-next, .about-leader .about-title .a-page .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #FFF;
  box-sizing: border-box;
  background: none;
  text-align: center;
  line-height: 41px;
}

.about-leader .about-title .a-page .swiper-button-next .iconfont, .about-leader .about-title .a-page .swiper-button-prev .iconfont {
  font-size: 20px;
}

.leader-list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.leader-list .imgshow img {
  width: 100%;
}

.leader-list li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.leader-list li {
  margin-bottom: 30px;
}

.leader-list .d-item {
  padding: 32px 32px 60px;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.2);
}

.leader-list .d-item .line {
  width: 60px;
  height: 4px;
  background-color: #fef4a2;
  margin: 12px 0 24px;
}

.leader-list a {
  color: #FFF;
}

.leader-list a:hover {
  text-decoration: underline;
}

.leader-list p span {
  padding-right: 30px;
}

.about-botlist {
  margin: 90px 0;
}

.about-botlist ul {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.about-botlist .imgshow img {
  width: 100%;
}

.about-botlist li {
  width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
}

.about-botlist .ab-item {
  background-color: rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 90px;
  transition: all 0.4s;
  color: #333;
}

.about-botlist .ab-item:hover {
  background: linear-gradient(-7deg, #A5D15E, #298322);
  color: #FFF;
}

.about-botlist .iconfont {
  font-size: 30px;
  margin-right: 12px;
}

.about-topinfo {
  margin: 7vw 0 0;
}

.about-topinfo ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.about-topinfo .imgshow img {
  width: 100%;
}

.about-topinfo li {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.about-topinfo .img-box {
  padding-bottom: 42.25352%;
}

.about-topinfo li {
  margin-bottom: 20px;
}

.about-topinfo .a-item {
  position: relative;
}

.about-topinfo .a-item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 55px;
  z-index: 2;
  color: #FFF;
}

.about-topinfo .a-item .text h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 55px 3vw;
}

#layer-content1, #layer-content2, #layer-content3 {
  display: none;
}

.text-layer-content.layui-layer-page {
  padding: 50px 50px 0;
  color: #222;
  box-sizing: border-box;
  /* 自定义整个滚动条 */
  /* 自定义滚动条轨道 */
  /* 自定义滚动条的滑块（thumb） */
}

.text-layer-content.layui-layer-page ::-webkit-scrollbar {
  width: 4px;
  /* 设置滚动条的宽度 */
}

.text-layer-content.layui-layer-page ::-webkit-scrollbar-track {
  background: #fff;
  /* 设置轨道的背景颜色 */
}

.text-layer-content.layui-layer-page ::-webkit-scrollbar-thumb {
  background: #2B973B;
  /* 设置滑块的背景颜色 */
}

.text-layer-content.layui-layer-page .text {
  line-height: 1.875;
  font-size: 16px;
  overflow-y: auto;
  max-height: 520px;
  padding-right: 5%;
}

.text-layer-content.layui-layer-page .text h3 {
  font-size: 22px;
  font-weight: 400;
}

.text-layer-content .layui-layer-title {
  padding-left: 0;
  padding-right: 0;
  border: none;
  font-size: 28px;
  padding-top: 0px;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
}

.text-layer-content .layui-form-label {
  width: 100%;
  text-align: left;
  float: left;
  padding-left: 0;
  color: #333;
  font-size: 16px;
}

.text-layer-content .layui-layer-setwin {
  top: 40px;
  font-size: 30px;
  right: 50px;
}

.zuzhi-laylist {
  overflow-y: auto;
  max-height: 500px;
  overflow-x: hidden;
  padding-right: 4%;
}

.zuzhi-laylist ul {
  margin: 0 -42px;
  display: flex;
  flex-wrap: wrap;
}

.zuzhi-laylist .imgshow img {
  width: 100%;
}

.zuzhi-laylist li {
  width: 50%;
  padding: 0 42px;
  box-sizing: border-box;
}

.zuzhi-laylist li {
  margin-bottom: 20px;
}

.zuzhi-laylist li:nth-last-child(1), .zuzhi-laylist li:nth-last-child(2) {
  margin-bottom: 0;
}

.zuzhi-laylist .z-item {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 16px;
}

.zuzhi-laylist dl {
  display: flex;
  justify-content: space-between;
}

.zuzhi-laylist dl dd {
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zuzhi-laylist dl dd:nth-child(1) {
  text-align: left;
}

.zuzhi-laylist dl dd:nth-child(2) {
  width: 50%;
}

.zuzhi-laylist dl dd:nth-child(3) {
  text-align: right;
}

.news-yearlist-tabbox .text {
  font-size: 18px;
  line-height: 1.55;
}

.news-yearlist-tabbox .text p {
  font-size: 16px;
}

.news-yearlist-tabbox .text h5 {
  font-weight: bold;
}

@media screen and (max-width: 1600px) {
  .kepu-list li {
    padding: 0 20px;
  }
  .kepu-list ul {
    margin: 0 -20px;
  }
}

@media screen and (max-width: 1466px) {
  .ipd-20 {
    padding: 0 20px;
  }
  .speek-list li {
    margin-bottom: 40px;
  }
  .footer {
    padding: 40px 0 30px;
  }
  .footer .f-nav ul li {
    margin-bottom: 30px;
  }
  .inner-newslist .date em {
    font-size: 38px;
  }
  .brand-innercont .brand-left .cur .b-item h4 {
    font-size: 38px;
  }
  .header-box .h-tool a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .header-box .h-tool .iconfont {
    font-size: 18px;
  }
  .header-box .h-data .d-t {
    height: 36px;
    line-height: 36px;
  }
  .header-box .h-ohter-menu dl {
    line-height: 36px;
  }
  .header-box .h-left .logo img {
    height: 70px;
  }
  .content-login .login-form {
    padding: 24px 40px;
  }
  .content-login .login-form h2 {
    margin-bottom: 24px;
  }
  .content-login .bot-btn {
    padding-top: 24px;
  }
}

@media screen and (max-width: 1366px) {
  .index-news-grid {
    padding: 60px 0 1px 0;
  }
  .index-news-grid .news-list .n-item {
    padding: 0 24px 24px;
  }
  .index-news-grid {
    border-radius: 120px 0 120px 0;
  }
  .index-fkink-grid {
    margin: 70px 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .nav-box ul a {
    padding: 6px;
  }
  .nav-box ul li {
    margin-left: 0;
  }
}

@media screen and (max-width: 1000px) {
    .inner-banner .img-box{
        padding-bottom:41%;
    }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    display: block;
    position: relative;
    background: transparent;
    border: none;
    padding: 21px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #2B973B;
    box-shadow: 0 1px 1px #000000;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .banner .bg-box {
    display: none;
  }
  .banner .banner-content {
    /*display: none;*/
  }
  .banner-news-box {
    max-width: 100%;
    display: block;
  }
  .banner-news-box .text h2 {
    font-size: 16px;
  }
  .banner-news-box .see-more {
    padding: 8px 24px;
  }
  .banner-news-box .n-tags {
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-bottom: 12px;
  }
  .banner .wap-box {
    display: block;
  }
  .banner .swiper-slide .video-box {
    display: none;
  }
  .header-box .h-left .logo .wap-logo {
    display: block;
  }
  .header-box .h-left .logo .pc-logo {
    display: none;
  }
  .h-ohter-menu {
    display: none;
  }
  .header-box .h-left .logo img {
    height: 36px;
  }
  .header-box .h-right {
    padding: 0;
  }
  .nav-box {
    display: none;
  }
  .index-news-grid {
    border-radius: 0;
  }
  .index-news-grid .news-cont {
    display: block;
  }
  .index-news-grid .n-t h2 {
    margin-bottom: 12px;
  }
  .index-news-grid .n-t {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .index-news-grid .news-list ul {
    display: block;
  }
  .index-news-grid .news-list ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .index-news-grid .news-list ul li:last-child{
      margin-bottom:0;
  }
  .index-news-grid .news-list ul li .n-item {
    border-left: none;
    padding: 0;
  }
  .index-news-grid .news-list .text-p {
    margin: 12px 0;
    font-size: 12px;
  }
  .notice-list li {
    width: 100%;
    margin-bottom: 12px;
  }
  .index-news-cat li {
    width: 100%;
  }
  .index-news-cat .c-list .btn-more {
    margin: 12px 0 24px;
  }
  .index-news-cat .c-list .child-item {
    padding: 12px 0;
  }
  .index-news-cat {
    margin: 30px 0;
  }
  .kepu-list li {
    width: 100%;
    margin-bottom: 12px;
  }
  .index-center-ad .text {
    padding: 32px 0;
    font-size: 16px;
  }
  .index-kepu-grid {
    padding-bottom: 30px;
  }
  .gongyi-cont {
    display: block;
  }
  .gongyi-cont .gy-left {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .gongyi-cont .gy-right {
    width: 100%;
    padding-left: 0;
  }
  .gongyi-cont .gy-list li {
    margin-bottom: 24px !important;
  }
  .index-gongyi-grid {
    padding: 40px 0;
  }
  .index-gongyi-grid .index-title{
      margin-top:0;
  }
  .index-huiyuan-grid {
    display: block;
  }
  .index-huiyuan-grid .hy-left {
    width: 100%;
  }
  .index-huiyuan-grid .hy-left .gy-btns {
    margin-top: 24px;
  }
  .huiyuan-list li {
    margin-bottom: 12px;
    width: 100%;
  }
  .index-title {
    margin: 40px 0 24px;
  }
  .index-dev-list {
    padding-left: 0;
    border: none;
  }
  .index-huiyuan-grid .hy-right {
    width: 100%;
  }
  .index-huiyuan-grid .hy-right h3 {
    font-size: 16px;
  }
  .index-video-grid .video-cont {
    display: block;
  }
  .index-video-grid .video-left {
    width: 100%;
  }
  .index-video-grid .video-right {
    padding-left: 0;
    width: 100%;
  }
  .index-book-list li {
    padding: 10px 20px 1px;
  }
  .index-bot-news {
    display: block;
  }
  .index-brand, .index-year-news {
    width: 100%;
  }
  .fkink-list ul li, .fkink-list ul .two, .fkink-list ul .three {
    width: 100%;
    margin-bottom: 24px;
  }
  .fkink-list ul {
    display: block;
  }
  .fkink-list ul .two .f-item h3, .fkink-list ul .two .f-item dl {
    padding: 0;
  }
  .fkink-list ul .two .f-item dl {
    margin-right: 0;
    border: none;
    font-size: 12px;
  }
  .fkink-list h3 {
    margin-bottom: 8px;
  }
  .index-fkink-grid {
    margin: 30px 0 0;
    padding: 24px 0 1px;
  }
  .footer .footer-top {
    flex-direction: column-reverse;
  }
  .footer .f-logo .f-top .f-img {
    text-align: center;
    margin-bottom: 12px;
  }
  .footer .f-logo .f-top .f-img img {
    max-width: 100%;
    height: 40px;
  }
  .footer .footer-top .f-logo, .footer .footer-top .f-nav {
    width: 100%;
  }
  .footer .f-con h3 {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .footer .footer-top .f-nav ul {
    display: block;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .footer .f-nav ul li {
    margin-bottom: 0;
    padding: 0;
    border: none;
    width: 100% !important;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    font-size: 12px;
  }
  .footer .f-nav ul li:hover dl {
    display: block;
  }
  .footer .f-nav ul li dl {
    display: none;
    padding-bottom: 12px;
  }
  .footer .f-nav ul li dl a {
    padding: 10px 0;
  }
  .footer .f-nav h3 {
    margin-bottom: 0;
    padding: 8px 0;
  }
  .footer .f-logo .f-top {
    margin-bottom: 24px;
  }
  .footer .foot-copy {
    font-size: 12px;
  }
  .footer .f-con dd {
    font-size: 12px;
  }
  .footer .f-con .iconfont {
    font-size: 12px;
  }
  .footer .social-share {
    text-align: center;
  }
  .index-top-news .n-item {
    padding: 10px 0;
  }
  .inner-banner .crumbs-box {
    position: relative;
  }
  .inner-banner .b-cont .f-50 {
    font-size: 18px;
  }
  .inner-banner .crumbs-box span, .inner-banner .crumbs-box a, .inner-banner .crumbs-box i {
    color: #333;
  }
  .speek-filter {
    margin: 30px 0;
  }
  .speek-filter .s-form {
    width: 100%;
  }
  .speek-list li {
    width: 100%;
    margin-bottom: 24px;
  }
  .speek-list .imgshow {
    margin-bottom: 12px;
  }
  .speek-list .date {
    margin: 8px 0 0;
  }
  .page-list {
    display: none;
  }
  .page-box {
    padding: 35px 0;
  }
  .news-hot {
    padding: 24px;
  }
  .news-hot .n-item .line {
    margin-top: 24px;
  }
  .inner-newslist .text {
    width: calc(100% - 80px);
    flex: initial;
  }
  .inner-newslist .date {
    margin-right: 20px;
    width: 60px;
    flex-shrink: 0;
  }
  .inner-newslist .n-item {
    padding: 24px 0;
  }
  .inner-newslist h3 i.icon {
    width: 10px;
    height: 12px;
  }
  .inner-newslist h3 {
    font-size: 14px;
  }
  .inner-newslist .text-p p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .innervip-list li {
    width: 50%;
    margin-bottom: 24px;
  }
  .newd-downlist li {
    padding: 0 10px;
    width: 50%;
  }
  .newd-downlist ul {
    margin: 0 -10px;
  }
  .newd-downlist .d-item {
    padding: 12px;
  }
  .newd-downlist .d-item .d-t h4 {
    font-size: 12px;
  }
  .news-page {
    padding: 12px 0;
    display: block;
    font-size: 12px;
  }
  .news-page a {
    padding: 12px 0;
    width: 100%;
    max-width: 100%;
  }
  .newd-downlist {
    padding-bottom: 24px;
  }
  .newsd-banner .text h3 {
    margin: 30px 0 24px;
    white-space: initial;
    font-size: 18px;
  }
  .inner-banner .b-cont .text {
    display: block;
  }
  .inner-banner .b-cont .b-menu {
    padding: 12px 0;
  }
  .inner-banner .b-cont .b-menu dl dd {
    margin-left: 0;
    margin-right: 12px;
    font-size: 12px;
  }
  .contact-innercont {
    display: block;
  }
  .contact-innercont .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .contact-innercont .text li {
    margin-bottom: 8px;
  }
  .contact-botlist li {
    width: 100%;
  }
  .contact-botlist .c-item {
    padding: 12px;
  }
  .content-contact {
    padding-bottom: 32px;
  }
  .fazhan-hot {
    padding: 24px;
  }
  .fazhan-hot .f-item {
    display: block;
  }
  .fazhan-hot .imgshow {
    margin-right: 0;
    width: 50%;
    margin-bottom: 12px;
  }
  .fazhan-hot .text {
    padding-bottom: 0;
  }
  .innerfazhan-list li {
    width: 100%;
    margin-top: 24px;
  }
  .innerfazhan-list .text {
    padding: 0px 0 0px 12px;
  }
  .innerfazhan-list .text-p p {
    font-size: 12px;
  }
  .innerfazhan-list .imgshow {
    width: 24%;
  }
  .innerfazhan-list h3 em, .innerfazhan-list h3 span {
    font-size: 14px;
  }
  .speek-filter h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .speek-filter {
    display: block;
  }
  .index-video-grid {
    padding: 1px 0 32px;
    margin-top: 32px;
  }
  .inner-cased-top .c-item {
    display: block;
  }
  .inner-cased-top .text {
    padding: 20px 0;
  }
  .inner-cased-top .imgshow {
    width: 100%;
  }
  .inner-cased-top {
    margin-bottom: 32px;
  }
  .inner-cased-list li {
    width: 100%;
    margin-bottom: 12px;
  }
  .inner-cased-list .c-item {
    padding: 24px;
  }
  .inner-cased-list .text-p {
    margin: 24px 0;
  }
  .crumbs-box.bor {
    border: none;
  }
  .brand-innercont {
    display: block;
  }
  .brand-innercont .brand-left ul {
    display: flex;
    overflow-x: auto;
    width: 100%;
    align-items: center;
  }
  .brand-innercont .brand-left ul li {
    margin-right: 20px;
  }
  .brand-innercont .brand-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .inner-brandlist li {
    margin-bottom: 24px;
    width: 50%;
  }
  .right-fix {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 40px 24px 24px;
  }
  .right-fix h3 {
    margin-bottom: 24px;
  }
  .index-fkink-grid a {
    font-size: 12px;
  }
  .fkink-list dl dd {
    width: auto;
  }
  .page-box .page-inner .layui-laypage-skip {
    margin-left: 12px;
  }
  .index-news-cat .c-list h4 {
    height: auto;
  }
  .layui-laypage a[data-page] {
    display: none;
  }
  .layui-laypage a.layui-laypage-next, .layui-laypage a.layui-laypage-prev {
    display: block;
  }
  .page-box .page-inner .layui-laypage-skip, .page-box .page-inner span.layui-laypage-spr {
    display: none;
  }
  .filter-item {
    display: none;
  }
  .biaozhun-list .b-item {
    padding-left: 20px;
    padding-top: 60px;
    flex-wrap: wrap;
    padding-bottom: 12px;
  }
  .biaozhun-list .b-item .b-tag {
    top: 10px;
  }
  .biaozhun-list .text-p {
    flex-direction: column;
  }
  .biaozhun-list .text-p dd {
    width: 50%;
    margin-top: 12px;
  }
  .biaozhun-list .bz-btn {
    width: 50%;
  }
  .vip-joincont {
    flex-direction: column;
  }
  .vip-joincont .vip-left {
    width: 100%;
    padding: 0 0 20px;
  }
  .vip-joincont .vip-left li {
    margin: 0 20px 0 0;
    white-space: nowrap;
  }
  .vip-joincont .vip-left ul {
    display: flex;
    overflow-x: auto;
  }
  .vip-joincont .vip-right {
    padding: 0;
  }
  .vip-joincont .vip-tiaojian {
    font-size: 14px;
    padding-bottom: 32px;
  }
  .sale-info {
    font-size: 14px;
  }
  .sale-title {
    margin: 40px 0;
  }
  .sale-title .line {
    margin: 12px 0;
  }
  .news-video-list li {
    width: 50%;
    margin-bottom: 12px;
    padding: 0 5px;
  }
  .news-video-list ul {
    margin: 0 -5px;
  }
  .news-video-list .imgshow:after {
    width: 36px;
    height: 36px;
    background-size: cover;
  }
  .news-video-list .text .date {
    margin: 12px 0 5px;
  }
  .news-booklist .b-item {
    flex-direction: column;
  }
  .news-booklist .b-item .text {
    margin-left: 0;
    margin-top: 12px;
  }
  .news-booklist .text-p {
    padding: 0;
    margin: 0;
  }
  .news-booklist .text-p:after {
    display: none;
  }
  .news-booklist .b-item {
    padding: 0;
  }
  .news-booklist .b-item .imgshow {
    width: 120px;
  }
  .train-notice li {
    width: 100%;
    margin-bottom: 12px;
  }
  .train-notice .t-item {
    padding: 12px;
  }
  .join-table {
    overflow-x: auto;
  }
  .join-table table {
    min-width: 1000px;
  }
  .join-form {
    padding: 12px;
  }
  .j-row .j-cell, .j-row .j-cell.w3 {
    width: 100%;
  }
  .join-form .layui-form-label {
    text-align: left;
    width: 100%;
  }
  .join-form .layui-input-block {
    margin-left: 0;
  }
  .join-form .j-btns .layui-btn {
    margin: 10px 0;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
  }
  .join-form .j-btns {
    padding: 0 0 20px;
  }
  .join-form {
    margin-bottom: 32px;
  }
  .train-videolist li {
    width: 50%;
    margin-bottom: 12px;
  }
  .train-result .res-tt .res-num {
    font-size: 50px;
  }
  .train-result .res-btns {
    margin: 32px 0 0;
  }
  .train-result {
    padding: 40px 0;
  }
  .user-banner {
    padding: 32px 0;
  }
  .user-info {
    display: block;
  }
  .user-info .u-left {
    width: 100%;
    margin: 12px 0;
  }
  .user-info .u-right {
    width: 100%;
    padding: 12px;
    overflow: hidden;
  }
  .user-info .u-right .u-row .u-cell {
    width: 100%;
    margin-bottom: 12px;
  }
  .content-user {
    margin: 32px 0;
    padding: 0 24px 24px;
  }
  .user-table {
    overflow-x: auto;
  }
  .user-table table {
    min-width: 1000px;
  }
  .chengji-list ul {
    display: block;
  }
  .chengji-list li {
    width: 100%;
    padding: 5px 0;
    margin-left: 0;
  }
  .train-tabitem {
    margin-bottom: 32px;
  }
  .train-tabitem span {
    margin: 0 10px;
  }
  .train-resblock .res-tt {
    margin-bottom: 24px;
  }
  .zhengshu-list ul {
    padding-left: 0;
    display: block;
  }
  .zhengshu-list ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .f-24 {
    font-size: 16px;
  }
  #user-login {
    padding: 0 24px 25px;
  }
  .j-row .j-cell.file-tips {
    padding-left: 20px;
  }
  .train-videolist .imgshow .iconfont {
    font-size: 40px;
  }
  .uform-row .u-cell {
    width: 100%;
  }
  .speek-filter .s-form {
    display: block;
  }
  .speek-filter .s-form .layui-input-block {
    margin-left: 0;
    margin-bottom: 12px;
    width: 100%;
  }
  .nyear-detail-info {
    display: block;
    padding: 0 0 32px;
  }
  .nyear-detail-info .imgshow {
    width: 100%;
    margin: 32px 0 12px;
  }
  .nyear-detail-info .text {
    width: 100%;
  }
  .nyear-detail-info .text {
    padding: 0;
    margin-right: 0;
  }
  .newsyear-title h3 a {
    padding: 10px 0;
    font-size: 14px;
  }
  .newsyear-title .slot-right {
    transform: translateY(0);
    top: 100%;
    margin-top: 12px;
  }
  .newsyear-list li {
    padding: 0 5px;
    width: 100%;
  }
  .newsyear-list ul {
    margin: 0 -5px;
  }
  .newsyear-list {
    padding: 32px 0;
  }
  .news-year-content {
    display: block;
  }
  .news-year-content .content-left, .news-year-content .content-right {
    width: 100%;
  }
  .news-year-content .content-right {
    padding-left: 0;
    padding-right: 0;
    max-height: initial;
    padding-top: 24px;
  }
  .content-news-year {
    padding-bottom: 1px;
  }
  .news-year-content .y-item .text {
    padding: 12px 0;
  }
  .news-alllist li {
    margin-bottom: 24px;
  }
  .content-zhanhui .zhanhui-info {
    display: block;
    padding-bottom: 23px;
  }
  .content-zhanhui .zhanhui-info .imgshow, .content-zhanhui .zhanhui-info .text {
    width: 100%;
  }
  .content-zhanhui .zhanhui-info .imgshow {
    margin-bottom: 12px;
  }
  .content-zhanhui .zhanhui-info .text {
    padding-right: 0;
  }
  .content-zhanhui .zhanhui-info .t-btns {
    display: block;
  }
  .content-zhanhui .zhanhui-info .t-btns a {
    line-height: 46px;
    margin-bottom: 10px;
    padding: 0 24px;
    justify-content: center;
  }
  .zhanhui-alllist li {
    width: 100%;
  }
  .zhanhui-alllist .z-item {
    padding: 0 12px;
  }
  .zhanhui-alllist .z-item h3 {
    margin: 12px 0 24px;
  }
  .zhanhui-alllist .z-item:after {
    height: 100%;
  }
  .zhanhui-alllist li {
    margin-bottom: 24px;
  }
  .speek-filter .s-form .layui-cell {
    margin-bottom: 10px;
  }
  .newsact-alllist li {
    width: 100%;
  }
  .newsact-alllist .a-t {
    margin-bottom: 12px;
  }
  .content-newsd-act {
    display: block;
    padding-bottom: 32px;
  }
  .content-newsd-act .act-form {
    width: 100%;
    margin-left: 0;
  }
  .content-newsd-act .text {
    line-height: 2;
  }
  .about-info-cont .a-cont {
    display: block;
  }
  .about-info-cont .a-t .slot-right {
    position: initial;
    transform: translateY(0);
    flex-wrap: wrap;
  }
  .about-info-cont .a-t .slot-right a {
    margin: 0 12px 0 0;
  }
  .about-info-cont .a-cont .text {
    padding-right: 0;
  }
  .about-info-cont .a-cont .icon {
    margin: 12px auto;
  }
  .about-title {
    margin: 60px 0 30px;
  }
  .leader-list li {
    width: 100%;
    margin-bottom: 12px;
  }
  .about-botlist li {
    padding: 0 5px;
  }
  .about-botlist ul {
    margin: 0 -5px;
  }
  .about-botlist {
    margin: 32px 0;
  }
  .about-botlist .ab-item {
    line-height: 60px;
  }
  .about-topinfo li {
    width: 100%;
  }
  .about-topinfo .a-item .text {
    padding: 0 20px;
  }
  .about-topinfo .a-item .text h4 {
    padding-left: 20px;
  }
  .text-layer-content.layui-layer-page {
    padding: 20px 20px 0;
  }
  .text-layer-content .layui-layer-setwin {
    top: 10px;
    right: 20px;
  }
  .zuzhi-laylist li {
    width: 100%;
  }
  .index-top-news .n-item p.f-28{
      font-size:16px;
  }
  .banner-news-box .text p span{
      font-size:12px;
  }
  .banner-news-box .text h2 span{
      line-height:1.5;
  }
  .banner .banner-content{
      background:rgba(0,0,0,0.2);
  }
  .index-news-grid{
      background:#fff;
      padding-top:40px;
      color:#444;
  }
  .index-news-grid a{
      color:#999;
  }
  .index-news-grid .news-list ul li{
      background:#F3F3F3;
      box-sizing:border-box;
      padding:20px;
  }
  .index-news-grid .news-list h4{
      color:#444;
      line-height:1.5;
  }
  .notice-list .n-item{
      padding:20px;
  }
  .index-news-grid .news-list{
      padding-bottom:0;
  }
  .index-notice-gird .index-title{
      margin-bottom:30px;
  }
  .notice-list .n-t{
      line-height:1.5;
  }
  .notice-list .btn-more{
      margin-top:20px;
  }
  .notice-list .n-t{
      margin-bottom:20px;
      -webkit-line-clamp:initial;
      height:auto !important;
  }
  .index-kepu-grid .index-title{
      margin-top:40px;
  }
  .kepu-list .k-top .k-tag{
      font-size:12px;
      line-height:20px;
  }
  .index-center-ad .text{
      background:rgba(0,0,0,0.2);
  }
  .index-video-grid .video-list .date{
      margin:20px 0;
  }
  .index-huiyuan-grid .hy-right .index-title{
      padding-left:0;
  }
  .index-huiyuan-grid .hy-right .gy-btns{
      padding-left:0;
      margin-top:20px;
  }
  .index-book-list .b-item{
     padding: 10px 0 20px;
  }
  
}
