/*
 *  * @Author: Setsuna
 *   * @Email: 601890383@qq.com
 *    * @FilePath: \css\index.less
 *     * @Date: 2021-08-24 19:18:32
 *      * @LastEditTime: 2021-08-27 13:42:31
 *       */

.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__header .el-tabs__item:hover {
  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;
}

body main .title {
  font-size: 22px;
  font-weight: bold;
  color: #3a3a3a;
  height: 77px;
  display: flex;
  align-items: center;
}
body main .title > div {
  height: 100%;
}
body main .title .title-word {
  display: flex;
  align-items: center;
}
body main .title .title-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: flex-end;
  margin-left: 8px;
}
body main .title .title-subtitle span {
  margin-bottom: 25px;
}
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.swiper-container {
  margin-left: 0 !important;
}
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;
  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;
}
body main .business-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body main .business-wrap .business-item-wrap {
  width: 285px;
}
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;
}
body main .business-wrap .business-item:hover {
  color: #008a45;
}
body main .business-wrap .business-item .business-item-subtitle {
  font-size: 16px;
  width: 190px;
}
body main .business-wrap .business-item .business-item-publisTime {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  flex: 1;
  text-align: right;
}
body main .infomation-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body main .infomation-wrap .bidding-wrap {
  width: 593px;
  display: flex;
  flex-direction: column;
  position: relative;
}
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;
  border-top: 2px solid #008a45;
}
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-item-wrap {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #3a3a3a;
}
body main .infomation-wrap .bidding-wrap .bidding-item-wrap:hover {
  color: #008a45 !important;
  transform: scale(1.05);
}
body main .infomation-wrap .bidding-wrap .bidding-item-wrap .bidding-item {
  width: 460px;
  font-size: 16px;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
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: 570px;
}
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;
  border-top: 2px solid #008a45;
}
body main .infomation-wrap .quick-entrance-wrap .bidding-title-wrap .bidding-title {
  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: 55px;
  width: 278px;
  border: 1px solid #eeeeee;
  transition: all 0.6s;
  cursor: pointer;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: perspective(1px);
}
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[class^='quick-item'] {
  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[class^='quick-item']:nth-child(2) {
  justify-content: flex-start;
  margin-left: 12px;
}
body main .infomation-wrap .quick-entrance-wrap .quick-item-wrap .quick-item:hover {
  transform: scale(1.05);
  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 .swiper-wrap {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
body main .swiper-wrap .swiper-item {
  width: 264px;
  height: 148px;
  background-color: red;
  cursor: pointer;
  transition: all 0.6s;
  position: relative;
  transform: perspective(1px);
}
body main .swiper-wrap .swiper-item .swiper-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main .swiper-wrap .swiper-item:hover {
  color: #008a45;
  transform: scale(1.05);
  box-shadow: 0px 3px 13px 0px rgba(6, 73, 40, 0.16);
}
body main .swiper-wrap .swiper-item .swiper-tip {
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 43px;
  font-size: 16px;
  font-weight: 300;
  font-weight: bold;
  color: rgba(58, 58, 58, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
body .public-service-wrap {
  display: flex;
  justify-content: space-between;
}
body .public-service-wrap .base-serve-item {
  width: 585px;
  box-sizing: border-box;
  border-top: 2px solid #008a45;
  margin-bottom: 30px;
  cursor: pointer;
}
body .public-service-wrap .base-serve-item .base-serve-title {
  color: #008a45;
  width: 100%;
  height: 42px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
}
body .public-service-wrap .base-serve-item .base-serve-content-wrap {
  display: flex;
  height: 128px;
  overflow: hidden;
}
body .public-service-wrap .base-serve-item .base-serve-content-wrap .base-serve-img {
  width: 202px;
  height: 128px;
}
body .public-service-wrap .base-serve-item .base-serve-content-wrap .base-serve-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
body .public-service-wrap .base-serve-item .base-serve-content-wrap .base-serve-img img:hover {
  transform: scale(1.05);
}
body .public-service-wrap .base-serve-item .base-serve-content-wrap .base-serve-content {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 20px;
  flex: 1;
  box-sizing: border-box;
  padding: 10px 10px;
}
body .video-wrap {
  width: 100%;
  box-sizing: border-box;
  border-top: 2px solid #008a45;
  margin-top: 30px;
}
body .video-wrap .video-title {
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
}
body .video-wrap .video-title .video-subtitle {
  flex: 1;
  font-weight: bold;
  color: #008a45;
  font-size: 16px;
}
body .video-wrap .video-title .video-more {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  color: #999999;
  font-size: 14px;
  align-items: center;
  cursor: pointer;
}
body .video-wrap .video-out-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .video-wrap .video-out-wrap .video-out-2 {
  width: 588px;
  min-width: 588px;
  max-width: 588px;
  height: auto;
}
body .video-wrap .video-out-wrap .video-out-2 .tag-video {
  width: 588px;
  min-width: 588px;
  max-width: 588px;
  height: 330px;
  object-fit: cover;
  cursor: pointer;
}
body .video-wrap .video-out-wrap .video-out-3 {
  width: 384px;
  min-width: 384px;
  max-width: 384px;
  height: auto;
}
body .video-wrap .video-out-wrap .video-out-3 .tag-video {
  width: 384px;
  min-width: 384px;
  max-width: 384px;
  height: 218px;
  object-fit: contain;
  background-color: #000;
  cursor: pointer;
}
.tag-video-wrap {
  position: relative;
  margin-top: 10px;
}
body .video-wrap .video-out-wrap .video-hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  box-sizing: border-box;
  cursor: pointer;
}
body .video-wrap .video-out-wrap .video-hover .video-hover__time {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 29px;
}
body .video-wrap .video-out-wrap .video-hover .video-hover__btn {
  width: 32px;
  height: 32px;
  background-image: url('../images/bofang.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

body .video-wrap .video-out-wrap .video-out-info .video-out-title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  cursor: pointer;
}
body .video-wrap .video-out-wrap .video-out-info .video-out-title:hover {
  color: #008a45;
}
body .video-wrap .video-out-wrap .video-out-info .video-out-subtitle {
  margin: 9px 0;
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
body .road-network-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
body .road-network-wrap .road-network-iframe-wrap {
  width: 884px;
  box-sizing: border-box;
  border-top: 2px solid #008a45;
}
body .road-network-wrap .road-network-iframe-wrap .road-network-title {
  height: 50px;
  background-color: #f8f8f8;
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
}
body .road-network-wrap .road-network-iframe-wrap .road-network-title .base-road-title {
  transform: perspective(1px);
  cursor: pointer;
}
body .road-network-wrap .road-network-iframe-wrap .road-network-title .base-road-title:hover {
  color: #008a45;
  transform: scale(1.05);
}
body .road-network-wrap .road-network-iframe-wrap .road-network-title .base-road-title:first-child {
  color: #008a45;
  transform: scale(1.05);
}
body .road-network-wrap .road-network-iframe-wrap .road-network-title .base-road-title:not(:last-child) {
  margin-right: 10px;
}
body .road-network-wrap .road-network-iframe-wrap .road-network-title .base-road-title:not(:last-child)::after {
  content: '/';
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  margin-left: 8px;
}
body .road-network-wrap .road-network-iframe-wrap .road-network {
  width: 886px;
  height: 553px;
}
body .road-network-wrap .road-network-iframe-wrap .road-network img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
body .road-network-wrap .road-network-item-wrap {
  width: 295px;
}
body .road-network-wrap .road-network-item-wrap .road-network-item {
  width: 295px;
  height: 138px;
  background: #ffffff;
  border-radius: 1px 1px 1px 1px;
  border: 1px solid #eeeeee;
  transform: perspective(1px);
  display: flex;
  cursor: pointer;
  transition: all 0.6s;
}
body .road-network-wrap .road-network-item-wrap .road-network-item:hover {
  transform: scale(1.05);
  border: 1px solid #008a45 !important;
}
body .road-network-wrap .road-network-item-wrap .road-network-item:not(:first-child) {
  margin-top: 15px;
}
body .road-network-wrap .road-network-item-wrap .road-network-item > div {
  flex: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .road-network-wrap .road-network-item-wrap .road-network-item > div img {
  width: 33px;
  height: 30px;
}
body .road-network-wrap .road-network-item-wrap .road-network-item .icon img {
  margin-left: 84px;
}
body .road-network-wrap .road-network-item-wrap .road-network-item .text {
  margin-left: 10px;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
body .road-network-wrap .road-network-item-wrap .road-network-item .text > div {
  flex: 1;
}
body .road-network-wrap .road-network-item-wrap .road-network-item .text .tip-title {
  display: flex;
  align-items: flex-end;
  text-align: left;
}
body .main-banner-wrap {
  width: 100%;
  height: 175px;
  margin-top: 30px;
}
body .main-banner-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
body .main-banner-wrap img:hover {
  transform: scale(1.05);
}
body .special-wrap {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: space-between;
}
body .special-wrap .special-item {
  width: 287px;
  height: 150px;
  cursor: pointer;
}
body .special-wrap .special-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
body .special-wrap .special-item img:hover {
  transform: scale(1.05);
}



