@charset "UTF-8";
.home-container {
  min-width: 1440px;
  position: relative;
  background-color: #F7F7F7;
}
.home-container .home-container-wrap-item {
  background-color: #fff;
  margin: 30px 0;
  padding: 30px 0;
}
.home-container .home-container-wrap-item-content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.home-container .h1-title {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}
.home-container .banner-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  border-radius: 2px;
  height: 3px;
}
.home-container .banner-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E91717;
}
.home-container .gonggao-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  color: #E91717;
}
.home-container .gonggao-wrap .gg-item {
  margin: 0;
}
.home-container .gonggao-wrap .swiper-wrapper {
  cursor: pointer;
}
.home-container .gonggao-wrap .swiper-wrapper .swiper-slide {
  color: #E91717;
}

.banner-wrap {
  min-height: 500px;
}

.banner-footer {
  background-image: url("../../img/home-img/banner-footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 146px;
  padding: 0 140px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 0;
}
.banner-footer .num-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.banner-footer .num-item .num-title {
  font-size: 40px;
  font-weight: bold;
}
.banner-footer .num-item .status-item {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.banner-footer .num-item .status-item-left {
  margin-right: 20px;
}
.banner-footer .num-item .status-item > div {
  display: flex;
  align-items: center;
}
.banner-footer .num-item .status-item img {
  width: 18px;
  height: 18px;
}

.nation-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  border-bottom: 1px dashed #B9C0CE;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.nation-title .text-list {
  display: flex;
  align-items: center;
  flex: 1;
}
.nation-title .news-text {
  font-size: 12px;
  position: relative;
  cursor: pointer;
  max-width: 120px;
  padding: 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.nation-title .news-text:after {
  content: "";
  height: 12px;
  width: 1px;
  background-color: #BEBEBE;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nation-title .news-text:last-child:after {
  display: none;
}
.nation-title .news-text:hover {
  color: #C72C1D;
}
.nation-title .news-text-active {
  color: #C72C1D;
}
.nation-title .more {
  font-size: 12px;
  color: #818181;
  float: right;
  cursor: pointer;
}

.nation-news {
  color: #333333;
}
.nation-news .list-item > div,
.nation-news .list-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.nation-news .list-item > div {
  width: calc(100% - 150px);
}
.nation-news .list-item {
  justify-content: space-between;
  margin-bottom: 20px;
}
.nation-news .list-item a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nation-news .list-item .time {
  color: #B4B4B4;
  min-width: 100px;
  margin-left: 20px;
}
.nation-news .list-item a:hover {
  color: #C72C1D;
}

.sugar-information {
  color: #333333;
}
.sugar-information .sugar-wrap .list-content {
  padding: 20px 0;
}
.sugar-information .sugar-wrap .list-content .list-wrap {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 75px));
  grid-column-gap: 150px;
}
.sugar-information .sugar-wrap .domestic-news {
  border-bottom: 1px dashed #B9C0CE;
  margin-bottom: 27px;
  min-height: 322px;
}
.sugar-information .sugar-item {
  min-width: 300px;
  width: 300px;
  margin-right: 20px;
  height: 640px;
  background: #FFFFFF;
  position: relative;
  display: block;
}
.sugar-information .sugar-item-title {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
  height: 110px;
  color: #333333;
}
.sugar-information .sugar-item-desc {
  margin-bottom: 30px;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.sugar-information .sugar-item-time {
  margin-bottom: 30px;
  font-size: 16px;
  color: #B9C0CE;
}
.sugar-information .sugar-item-btn {
  margin-bottom: 30px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.sugar-industry .sugar-industry-wrap {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.sugar-industry .sugar-industry-wrap .industry-item:first-child {
  padding-right: 75px;
  position: relative;
}
.sugar-industry .sugar-industry-wrap .industry-item:first-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 222px;
  right: 0;
  top: 50px;
  border-right: 1px dashed #979797;
}
.sugar-industry .sugar-industry-wrap .industry-item:last-child {
  padding-left: 75px;
}

.trading-information .trading-swiper {
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  padding-bottom: 120px;
}
.trading-information .trading-swiper .trading-information-pagination {
  position: absolute;
  bottom: 35px;
  z-index: 100;
}
.trading-information .trading-swiper .swiper-wrapper {
  height: fit-content;
}
.trading-information .trading-swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0;
}
.trading-information .trading-list {
  display: flex;
  align-items: center;
  height: 60px;
}
.trading-information .trading-list .trading-text {
  cursor: pointer;
  margin-right: 48px;
  font-size: 24px;
  font-weight: 500;
  padding: 0 24px;
}
.trading-information .trading-list .trading-text:hover {
  color: #C72C1D;
}
.trading-information .trading-list .trading-text-active {
  color: #C72C1D;
  position: relative;
}
.trading-information .trading-list .trading-text-active:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: -12px;
  background-color: #C72C1D;
}
.trading-information .trading-item {
  padding: 50px 40px 90px 40px;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  min-height: 440px;
  position: relative;
  border-top: none;
  position: relative;
}
.trading-information .trading-item .trading-tip {
  position: absolute;
  top: 22px;
  right: 40px;
  width: 56px;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}
.trading-information .trading-item .trading-tip.xunjia {
  color: #5487DF;
  border: 1px solid #5487DF;
}
.trading-information .trading-item .trading-tip.yijia {
  color: #F1924E;
  border: 1px solid #F1924E;
}
.trading-information .trading-item:first-child, .trading-information .trading-item:nth-child(4n) {
  border-left: 1px solid #E6E6E6;
}
.trading-information .trading-item .trading-item-sohi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 16px auto;
  width: fit-content;
  min-height: 108px;
}
.trading-information .trading-item .trading-item-title {
  font-size: 24px;
  font-weight: 500;
  color: #191919;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.trading-information .trading-item .trading-item-text > p {
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  margin-bottom: 20px;
}
.trading-information .trading-item .tmi-img {
  position: absolute;
  width: 320px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  bottom: 28px;
  font-size: 24px;
  color: #191919;
  letter-spacing: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.trading-information .trading-item .konw-more-btn {
  position: absolute;
  width: 266px;
  height: 60px;
  background: #FFFFFF;
  color: #C72C1D;
  border: 1px solid #C72C1D;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  bottom: 28px;
  cursor: pointer;
}
.trading-information .trading-information-pagination {
  text-align: center;
}
.trading-information .trading-information-pagination .swiper-pagination-bullet {
  width: 0;
  padding: 0 16px;
  background: transparent;
  color: #191919;
  opacity: 1;
  font-size: 24px;
  text-align: center;
  margin-left: 20px;
}
.trading-information .trading-information-pagination .swiper-pagination-bullet-active {
  background: #C72C1D;
  color: #fff;
  min-width: 50px;
  border-radius: 50%;
  height: auto;
  line-height: 50px;
  font-size: 32px;
}

.produce-introduce .produce-warp .h1-title {
  margin-bottom: 30px;
}
.produce-introduce .produce-warp .produce-introduce-tab {
  display: flex;
  width: 1200px;
  margin: 0 auto 20px auto;
  border-bottom: 1px solid rgba(151, 151, 151, 0.23);
}
.produce-introduce .produce-warp .produce-introduce-tab .produce-introduce-tab-title {
  cursor: pointer;
  margin-right: 20px;
  font-size: 22px;
  min-width: 285px;
  color: #595959;
  padding-left: 24px;
  padding-bottom: 14px;
}
.produce-introduce .produce-warp .produce-introduce-tab .produce-introduce-tab-title:last-child {
  margin-right: 0px;
}
.produce-introduce .produce-warp .produce-introduce-tab .produce-introduce-tab-title:hover {
  color: #C72C1D;
}
.produce-introduce .produce-warp .produce-introduce-tab .produce-introduce-tab-title-active {
  color: #C72C1D;
  position: relative;
  font-weight: 600;
}
.produce-introduce .produce-warp .produce-introduce-tab .produce-introduce-tab-title-active:after {
  content: "";
  display: block;
  height: 1px;
  width: 176px;
  left: 0;
  position: absolute;
  bottom: -1px;
  background-color: #C72C1D;
}
.produce-introduce .produce-warp .produce-list {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 285px);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  justify-content: center;
}
.produce-introduce .produce-warp .produce-list .produce-item {
  width: 285px;
  min-height: 288px;
  background: rgba(153, 153, 153, 0.03);
  border-radius: 4px;
  padding-bottom: 12px;
}
.produce-introduce .produce-warp .produce-list .produce-item .produce-item-icon {
  max-width: 70px;
  max-height: 64px;
  margin: 18px 0 18px 23px;
}
.produce-introduce .produce-warp .produce-list .produce-item .produce-item-title {
  padding: 0 23px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 20px;
  color: #191919;
  font-style: normal;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.produce-introduce .produce-warp .produce-list .produce-item .produce-item-title .jt-icon {
  display: inline-block;
  background-image: url("../../img/home-img/jt_icon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.produce-introduce .produce-warp .produce-list .produce-item .produce-item-desc {
  padding: 0 20px;
  font-weight: 400;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}

.our-advantage .advantage-item {
  padding: 40px 18px;
  box-shadow: 0px 0px 4px 0px rgba(92, 9, 5, 0.2);
  height: auto;
}
.our-advantage .advantage-item:last-child {
  margin-right: 0;
}
.our-advantage .advantage-item > img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  display: block;
}
.our-advantage .advantage-item .advantage-item-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  padding: 30px 0 25px 0;
  text-align: center;
}
.our-advantage .advantage-item .advantage-item-desc {
  font-size: 15px;
  color: #999999;
  line-height: 31px;
  font-weight: normal;
  text-align: justify;
}
.our-advantage .swiper-button-next {
  width: 40px;
  right: -68px;
}
.our-advantage .swiper-button-next:after {
  content: "";
  background-image: url("../../img/home-img/right-icon.png");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-advantage .swiper-button-prev {
  width: 40px;
  left: -68px;
}
.our-advantage .swiper-button-prev:after {
  content: "";
  background-image: url("../../img/home-img/left-icon.png");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-advantage .swiper-button-disabled {
  opacity: 0;
}

.consulting-services {
  height: 650px;
  background: #FFFFFF;
}
.consulting-services .service-top {
  display: flex;
  justify-content: space-between;
  padding: 84px 40px 65px 64px;
  position: relative;
}
.consulting-services .service-top-left .name {
  font-size: 24px;
  font-weight: bold;
  color: #8C94A3;
  position: relative;
  padding-left: 83px;
}
.consulting-services .service-top-left .name:before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: #E36D2B;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 5px;
}
.consulting-services .service-top-left .desc {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-top: 37px;
}
.consulting-services .service-top:after {
  display: block;
  content: "广西";
  z-index: 1;
  font-size: 16px;
  color: #333333;
  position: absolute;
  right: 45px;
  top: 220px;
  font-weight: bold;
}
.consulting-services .service-footer {
  height: 160px;
  border-top: 1px solid #E2E4E8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consulting-services .service-footer .desc {
  font-size: 20px;
  color: #333333;
  margin-right: 80px;
}
.consulting-services .service-footer .call-item {
  height: 62px;
  border: 1px solid #C72C1D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C72C1D;
  margin-right: 50px;
  padding: 0 20px;
}
.consulting-services .service-footer .call-item > img {
  margin-left: 4px;
}

.partner-container {
  background-color: #F7F7F7;
  padding-top: 60px;
}
.partner-container .partner-wrap {
  background-color: #fff;
  padding-top: 50px;
}
.partner-container .partner-wrap .partner-top {
  display: flex;
  justify-content: space-between;
  padding: 64px 117px 84px 117px;
}
.partner-container .partner-wrap .partner-top-left .name {
  font-size: 24px;
  font-weight: bold;
  color: #8C94A3;
  position: relative;
  padding-left: 83px;
}
.partner-container .partner-wrap .partner-top-left .name:before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: #E36D2B;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.partner-container .partner-wrap .partner-top-left .desc {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-top: 37px;
}
.partner-container .partner-wrap .partner-item {
  width: 250px !important;
  height: 120px;
}
.partner-container .partner-wrap .swiper-button-next {
  width: 40px;
  right: -68px;
}
.partner-container .partner-wrap .swiper-button-next:after {
  content: "";
  background-image: url("../../img/home-img/right-icon.png");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.partner-container .partner-wrap .swiper-button-prev {
  width: 40px;
  left: -68px;
}
.partner-container .partner-wrap .swiper-button-prev:after {
  content: "";
  background-image: url("../../img/home-img/left-icon.png");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.partner-container .partner-wrap .swiper-button-disabled {
  opacity: 0;
}
.partner-container .partner-wrap .swiper-button-lock {
  display: block;
}
.partner-container .partner-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333333;
  margin-top: 70px;
  margin-bottom: 77px;
}
.partner-container .partner-list-item {
  padding: 28px 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.partner-container .partner-list-item-active {
  color: #C72C1D;
  background: #FFFFFF;
  box-shadow: 0px 8px 10px 0px rgba(100, 64, 64, 0.12);
}

.shareholder-unit .shareholder-unit-head {
  text-align: center;
  margin-bottom: 40px;
}
.shareholder-unit .shareholder-unit-title {
  font-weight: 500;
  font-size: 28px;
  color: #DF0000;
  line-height: 40px;
  font-style: normal;
  position: relative;
  display: inline-block;
}
.shareholder-unit .shareholder-unit-title:before, .shareholder-unit .shareholder-unit-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 124px;
  height: 1px;
  background-color: #DF0000;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.shareholder-unit .shareholder-unit-title:before {
  left: -142px;
}
.shareholder-unit .shareholder-unit-title:after {
  left: 130px;
}
.shareholder-unit .shareholder-unit-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0px;
}
.shareholder-unit .img-item {
  display: flex;
  flex-direction: column;
  height: 234px;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #E5E5E5;
}
.shareholder-unit .img-item:last-child {
  border-right: none;
}
.shareholder-unit .img-item > img {
  width: 180px;
  height: 66px;
}

/*# sourceMappingURL=home.css.map */
