/*
 * @Author: Setsuna
 * @Email: 601890383@qq.com
 * @FilePath: \website1\css\index.less
 * @Date: 2021-08-24 19:18:32
 * @LastEditTime: 2022-05-12 15:43:33
 */
body {
  min-width: 1200px;
}
.el-tabs__header .el-tabs__item {
  font-size: 16px;
  color: #3a3a3a;
  font-weight: bold;
}
.el-tabs__header .el-tabs__item.is-active {
  color: #008a45 !important;
}
.el-tabs__active-bar {
  background-color: rgba(255, 255, 255, 0);
}
.el-tabs__nav-wrap::after {
  width: 0;
}
.el-tabs__header {
  margin: 0;
  box-sizing: border-box;
  border-top: 2px solid #008a45;
}
.el-tabs__item::before {
  content: '/';
  position: relative;
  left: -20px;
  color: #aeaeae;
}
.el-dropdown {
  font-size: 16px !important;
  color: #3a3a3a;
}
.item-more {
  position: absolute;
  right: 10px;
  top: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  cursor: pointer;
  z-index: 9999;
}
.ellipsis {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ellipsis-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-wrap-backup {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.ellipsis-wrap-backup4 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.ellipsis-wrap-backup1 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.shadow {
  box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.08);
}
.nav-wrap2 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  text-align: center;
}
.nav-wrap2 .inner-nav-wrap {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.nav-wrap2 .inner-nav-wrap .nav-item {
  height: 100%;
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  text-align: center;
  cursor: pointer;
  transition: all 0.6s;
}
.nav-wrap2 .inner-nav-wrap .nav-item:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #008a45;
  font-size: 18px;
  transform: scale(1.05);
  transform: perspective(1px);
}
.nav-wrap2 .inner-nav-wrap .nav-item.checkedHeader {
  background: rgba(255, 255, 255, 0.8);
  color: #008a45;
  font-size: 18px;
  transform: scale(1.05);
  transform: perspective(1px);
}
body {
  background-color: #fff;
}
body header {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
body header .title {
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}
body header .title .inner-title-wrap {
  width: 1200px;
  height: 42px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3a3a3a;
  font-size: 12px;
}
body header .title .inner-title-wrap .title-l span {
  cursor: pointer;
  color: #008a45;
  margin-left: 6px;
}
body header .title .inner-title-wrap .title-r {
  display: flex;
  align-items: center;
  color: #4a4a4a;
  justify-content: flex-end;
  cursor: pointer;
}
body header .title .inner-title-wrap .title-r img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
body header .search-wrap {
  min-width: 100%;
  display: flex;
  height: 100px;
  margin: 0 auto;
}
body header .search-wrap .inner-search-wrap {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
body header .search-wrap .inner-search-wrap .logo-wrap {
  width: 148px;
  height: 53px;
  position: absolute;
}
body header .search-wrap .inner-search-wrap .logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body header .search-wrap .inner-search-wrap .input-wrap {
  width: calc(480px + 80px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body header .search-wrap .inner-search-wrap .input-wrap .search {
  display: flex;
}
body header .search-wrap .inner-search-wrap .input-wrap .search input {
  width: 480px;
  height: 40px;
  border: 1px solid #cccccc;
  outline: none;
  box-sizing: border-box;
  padding-left: 20px;
  color: #999;
}
body header .search-wrap .inner-search-wrap .input-wrap .search input::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
body header .search-wrap .inner-search-wrap .input-wrap .search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 12px;
}
body header .search-wrap .inner-search-wrap .input-wrap .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 12px;
}
body header .search-wrap .inner-search-wrap .input-wrap .search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 12px;
}
body header .search-wrap .inner-search-wrap .input-wrap .search .btn-search {
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #008a45;
  flex: 1;
  cursor: pointer;
  font-size: 14px;
}
body header .search-wrap .inner-search-wrap .input-wrap .hot-word {
  margin-top: 9px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
body header .search-wrap .inner-search-wrap .input-wrap .hot-word span {
  margin-left: 11px;
}
body .banner-wrap {
  width: 1200px;
  height: 427px;
  position: relative;
  margin: 0 auto;
}
body .banner-wrap .nav-wrap,
body .banner-wrap .nav-wrap2 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  box-sizing: border-box;
  text-align: center;
}
body .banner-wrap .nav-wrap .inner-nav-wrap,
body .banner-wrap .nav-wrap2 .inner-nav-wrap {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
body .banner-wrap .nav-wrap .inner-nav-wrap .nav-item,
body .banner-wrap .nav-wrap2 .inner-nav-wrap .nav-item {
  height: 100%;
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  text-align: center;
  cursor: pointer;
  transition: all 0.6s;
}
body .banner-wrap .nav-wrap .inner-nav-wrap .nav-item:hover,
body .banner-wrap .nav-wrap2 .inner-nav-wrap .nav-item:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #008a45;
  font-size: 18px;
  transform: scale(1.05);
  transform: perspective(1px);
}
body .banner-wrap .nav-wrap .inner-nav-wrap .nav-item.checkedHeader,
body .banner-wrap .nav-wrap2 .inner-nav-wrap .nav-item.checkedHeader {
  background: rgba(255, 255, 255, 0.8);
  color: #008a45;
  font-size: 18px;
  transform: scale(1.05);
  transform: perspective(1px);
}
body .banner-wrap .base-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
body .nav-wrap2 {
  position: static;
}
body main {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 108px;
}
body main .title {
  font-size: 22px;
  font-weight: bold;
  color: #3a3a3a;
  height: 77px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-top: 1px solid #008B42;
}
body main .title > div {
  height: 100%;
}
body main .title .title-word {
  display: flex;
  align-items: center;
}
body main .news-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body main .news-wrap .news-img-wrap {
  width: 680px;
  height: 420px;
}
body main .news-wrap .news-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.6s;
}
body main .news-wrap .news-img-wrap img:hover {
  transform: scale(1.001);
}
body main .news-wrap .news-list-wrap {
  width: 502px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
body main .news-wrap .news-list-wrap .new-list-title {
  height: 50px;
  width: 100%;
  font-weight: bold;
  color: #3a3a3a;
  background-color: #f8f8f8;
  display: flex;
  box-sizing: border-box;
  border-top: 2px solid #008a45;
}
body main .news-wrap .news-list-wrap .new-list-title .new-list-title-item {
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
  margin-left: 20px;
  transition: all 0.4s;
  transform: perspective(1px);
}
body main .news-wrap .news-list-wrap .new-list-title .new-list-title-item:hover {
  color: #008a45;
  transform: scale(1.05);
}
body main .news-wrap .news-list-wrap .new-list-title .new-list-title-item:first-child {
  color: #008a45;
  transform: scale(1.05);
}
body main .news-wrap .news-list-wrap .new-list-title .new-list-title-item:not(:last-child)::after {
  content: '/';
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  margin-left: 20px;
}
body main .news-wrap .news-list-wrap .news-item-wrap {
  flex: 1;
}
body main .news-wrap .news-list-wrap .news-item-wrap .news-item {
  height: 38px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
body main .news-wrap .news-list-wrap .news-item-wrap .news-item:hover {
  color: #008a45 !important;
}
body main .news-wrap .news-list-wrap .news-item-wrap .news-item .news-subtile {
  width: 360px;
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body main .news-wrap .news-list-wrap .news-item-wrap .news-item .news-subtile:hover {
  color: #008a45 !important;
}
body main .news-wrap .news-list-wrap .news-item-wrap .news-item .news-publis-time {
  flex: 1;
  font-size: 12px;
  color: #999999;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
body main .business-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
body main .business-wrap .business-item-wrap {
  width: 369px;
  box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.08);
}
body main .business-wrap .business-item-wrap .business-item-title-wrap {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  background-color: #f8f8f8;
  border-top: 2px solid #008a45;
}
body main .business-wrap .business-item-wrap .business-item-title-wrap .business-item-title {
  color: #008a45;
  flex: 1;
  font-weight: bold;
}
body main .business-wrap .business-item-wrap .business-item-title-wrap .business-item-more {
  color: #999999;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  align-items: center;
}
body main .business-wrap .business-img-wrap {
  width: 100%;
  height: 200px;
}
body main .business-wrap .business-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.6s;
}
body main .business-wrap .business-img-wrap img:hover {
  transform: scale(1.05);
}
body main .business-wrap .business-item {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #3a3a3a;
  box-sizing: border-box;
  padding: 0 20px;
}
body main .business-wrap .business-item:hover {
  color: #008a45;
}
body main .business-wrap .business-item .business-item-subtitle {
  font-size: 16px;
  font-weight: bold;
  width: 250px;
}
body main .business-wrap .business-item .business-item-publisTime {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  flex: 1;
  text-align: right;
}
body main .news-wrap-two {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  margin-bottom: 42px;
}
body main .news-wrap-two .news-img-wrap {
  width: 410px;
  height: 229px;
}
body main .news-wrap-two .news-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.6s;
}
body main .news-wrap-two .news-img-wrap img:hover {
  transform: scale(1.001);
}
body main .news-wrap-two .news-list-wrap {
  width: 770px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
body main .news-wrap-two .news-list-wrap .news-item {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
body main .news-wrap-two .news-list-wrap .news-item:hover {
  color: #008a45 !important;
}
body main .news-wrap-two .news-list-wrap .news-item .news-subtile {
  width: 90%;
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body main .news-wrap-two .news-list-wrap .news-item .news-subtile:hover {
  color: #008a45 !important;
}
body main .news-wrap-two .news-list-wrap .news-item .news-publis-time {
  width: 10%;
  font-size: 12px;
  color: #999999;
  display: flex;
  justify-content: flex-end;
}
body main .infomation-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body main .infomation-wrap .bidding-wrap {
  width: 790px;
  box-sizing: border-box;
  border-top: 1px solid #008B42;
  box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.08);
}
body main .infomation-wrap .bidding-wrap .bidding-title-wrap {
  width: 100%;
  height: 50px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
body main .infomation-wrap .bidding-wrap .bidding-title-wrap .bidding-title {
  font-weight: bold;
  color: #008a45;
  font-size: 16px;
}
body main .infomation-wrap .bidding-wrap .bidding-title-wrap .bidding-title-more {
  font-weight: 400;
  color: #999999;
  font-size: 14px;
  text-align: right;
  cursor: pointer;
  display: flex;
  align-items: center;
}
body main .infomation-wrap .bidding-wrap .bidding-title-wrapone {
  width: 100%;
  height: 50px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
body main .infomation-wrap .bidding-wrap .bidding-title-wrapone .bidding-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
}
body main .infomation-wrap .bidding-wrap .bidding-title-wrapone .bidding-title .heng {
  margin: 0 16px;
}
body main .infomation-wrap .bidding-wrap .bidding-title-wrapone .bidding-title .title-color {
  color: #E5800A;
}
body main .infomation-wrap .bidding-wrap .bidding-title-wrapone .bidding-title .title-color1 {
  color: #008a45;
}
body main .infomation-wrap .bidding-wrap .bidding-title-wrapone .bidding-title-more {
  font-weight: 400;
  color: #999999;
  font-size: 14px;
  text-align: right;
  cursor: pointer;
  display: flex;
  align-items: center;
}
body main .infomation-wrap .bidding-wrap .bidding-item-wrap {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #3a3a3a;
  box-sizing: border-box;
  padding: 0 20px;
}
body main .infomation-wrap .bidding-wrap .bidding-item-wrap .bidding-item {
  width: 460px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body main .infomation-wrap .bidding-wrap .bidding-item-wrap .bidding-item:hover {
  color: #008a45 !important;
  transform: scale(1.05);
}
body main .infomation-wrap .bidding-wrap .bidding-item-wrap .bidding-item-time {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  flex: 1;
  text-align: right;
}
body main .infomation-wrap .quick-entrance-wrap {
  width: 384px;
  box-sizing: border-box;
  border-top: 1px solid #008B42;
  box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.08);
}
body main .infomation-wrap .quick-entrance-wrap .bidding-title-wrap {
  width: 100%;
  height: 50px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
body main .infomation-wrap .quick-entrance-wrap .bidding-title-wrap .bidding-title {
  font-weight: bold;
  color: #E5800A;
  font-size: 16px;
}
body main .infomation-wrap .quick-entrance-wrap .bidding-title-wrap .bidding-title1 {
  font-weight: bold;
  color: #008a45;
  font-size: 16px;
}
body main .infomation-wrap .quick-entrance-wrap .bidding-title-wrap .bidding-title-more {
  font-weight: 400;
  color: #999999;
  font-size: 14px;
  text-align: right;
  cursor: pointer;
  display: flex;
  align-items: center;
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item {
  height: 80px;
  width: 50%;
  border: 1px solid #eeeeee;
  transition: all 0.6s;
  cursor: pointer;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: perspective(1px);
  box-sizing: border-box;
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item:hover {
  border-color: #008a45;
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item > div {
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item > div:nth-child(2) {
  justify-content: flex-start;
  margin-left: 12px;
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item:hover {
  box-shadow: 0px 3px 13px 0px rgba(6, 73, 40, 0.16);
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item .quick-item-icon-wrap {
  flex: 0.5;
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item .quick-item-icon-wrap .quick-item-icon {
  width: 22px;
  height: 20px;
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item .quick-item-text {
  flex: 0.8;
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item-one {
  height: 126px;
  width: 50%;
  border: 1px solid #eeeeee;
  transition: all 0.6s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transform: perspective(1px);
  box-sizing: border-box;
  padding-top: 26px;
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item-one:hover {
  border-color: #008a45;
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item-one > div {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  text-align: center;
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item-one:hover {
  box-shadow: 0px 3px 13px 0px rgba(6, 73, 40, 0.16);
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item-one .quick-item-text {
  width: 100%;
  text-align: center;
}
footer {
  width: 100%;
  margin: 0 auto;
  height: 230px;
}
footer .footer-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
footer .footer-inner .footer-info {
  flex: 1;
}
footer .footer-inner .footer-info-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-inner .footer-info-wrap .footer-info-link-item-img {
  width: 190px;
  height: 58px;
}
footer .footer-inner .footer-info-wrap .footer-info-link-item-img img {
  width: 100%;
  height: 100%;
}
footer .footer-inner .footer-info-wrap .footer-info-link-item-erwm {
  text-align: center;
  cursor: pointer;
}
footer .footer-inner .footer-info-wrap .footer-info-link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-inner .footer-info-wrap .footer-info-link-item .footer-info-link-text {
  margin: 0 9px;
}
footer .footer-inner .footer-info-wrap .footer-info-item-wi {
  width: 300px;
}
footer .footer-inner .footer-info-wrap .footer-info-item-wi .footer-info-link-text {
  width: 38px;
}
footer .footer-inner .footer-info-wrap .footer-info-item-wi .footer-info-link-detail {
  width: 260px;
}
footer .footer-inner .footer-copyright {
  height: 50px;
  text-align: center;
  color: #999999;
  font-size: 14px;
}
footer .footer-inner .footer-copyright a {
  text-decoration: none;
  color: #999999;
}
