/* 社会责任 */

/* 页头 */
.banner_shzr {
  background: url('/indexResources/image/social-resp-7a23937f66028b7825c00ff176aba2ef.png') no-repeat;
  background-size: 100% 100%;
}

/* tab栏 */
.tab-column {
  width: 100%;
  height: 80px;
}
.tab-column ul {
  height: 100%;
  padding: 0 360px;
  border-bottom: 1px solid #EDF1F6;
  display: flex;
  line-height: 79px;
}
.tab-column ul li {
  border-bottom: 2px solid transparent;
}
.tab-column ul li a {
  font-size: 18px;
  color: #646464;
  font-weight: 400;
  cursor: pointer;
}
.tab-column ul li+li {
  margin-left: 40px;
}
.tab-column .action {
  border-bottom: 2px solid red;
}
.tab-column .action a {
  font-size: 18px;
  color: #313131;
  font-weight: 700;
}

/* 内容 */
.content {
  width: auto;
  padding-top: 77px;
  padding-bottom: 0px;
}

/* 副标题 */
.sub-title {
  font-size: 30px;
  color: #313131;
  letter-spacing: 1.04px;
  text-align: center;
  line-height: 50px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 75px;
}

.build-bg {
  width: 100%;
  height: 450px;
  overflow: hidden;
  background: url('/indexResources/image/rural-vitalization-f1489cc9b8720d2b6ade6afbccddbe06.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.build-bg .introduce {
  position: relative;
  width: 412px;
  height: 100%;
  background: rgba(245,164,35, 0.8);
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0.83px;
  line-height: 40px;
  font-weight: 400;
  padding-left: 138px;
  padding-right: 70px;
  opacity: 0;
  transform: translateX(-300px);
  transition: ease all .5s;
}
.build-bg.active .introduce {
  opacity: 1;
  transform: translateX(0);
  transition: ease all .5s;
  transition-delay: 0.4s;
}
.build-bg .desc {
  width: 412px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  margin-left: -200px;
  transition: ease all .5s;
}
.build-bg.active .desc {
  opacity: 1;
  margin-left: 0;
  transition: ease all .5s;
  transition-delay: 0.7s;
  color: #fff;
}

/* 社会责任-乡村振兴 */
.flex-box {
  padding: 80px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.module {
  width: 585px;
  height: 490px;
  overflow: hidden;
  position: relative;
}
[lang=en] .module {
  height: auto;
}
.module .bg {
  width: 585px;
  height: 390px;
  background-size: 100% 100%;
  position: relative;
  background: rgba(186,212,250, 0.5);
  /* background-image: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, #000000 100%); */
}
.linear-gradient {
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.7) 100%);
}
.module .bg img {
  width: 100%;
  height: 100%;
}
.applet-link {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  text-align: right;
  font-weight: 400;
  z-index: 2;
  cursor: pointer;
}
.applet-img {
  margin-left: 11px;
  width: 30px !important;
  height: 30px !important;
}
.module .describe {
  width: calc(100% - 60px);
  height: calc(100px - 16px - 23px);
  padding: 0 30px;
  padding-top: 16px;
  padding-bottom: 23px;
}
[lang=en] .module .describe { 
  height: auto;
}
.module .describe div:first-child {
  font-size: 20px;
  color: #313131;
  letter-spacing: 1.17px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.module .describe div:last-child {
  font-size: 14px;
  color: #313131;
  text-align: justify;
  font-weight: 400;
}
.module .swiper-switch {
  bottom: 120px !important;
  left: 30px !important;
  z-index: 99999 !important;
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}
[lang=en] .module .swiper-switch {
  top: 340px;
}
.module-handle {
  position: absolute;
  bottom: 120px;
  right: 30px;
  z-index: 99999;
}
[lang=en] .module-handle{
  top: 340px;
}
.module-handle img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.module-handle-next {
  transform: rotate(180deg);
  margin-right: 32.85px;
}
.module-handle-prev {
  transform: translateY(5%);
}
.applet-link-show {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  background: rgba(186,212,250, 0.5);
  z-index: 2;
  height: 390px;
  cursor: pointer;
}
.applet-img-max {
  margin: auto;
  margin-top: 93px;
  width: 204px;
  height: 204px;
}
.applet-img-max img {
  width: 100%;
  height: 100%;
}
.applet-link-cancel {
  padding-top: 21px;
  padding-right: 21px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: right;
  font-weight: 400;
  cursor: pointer;
}

.chapter {
  width: 100%;
  height: 100%;
  padding: 80px 0;
  background-color: #F4F4F4;
}
.chapter .chapter-sub-title {
  font-size: 36px;
  color: #313131;
  letter-spacing: 1.25px;
  text-align: center;
  line-height: 46px;
  margin-top: 80px;
}
.environment-content .environment-subtitle {
  font-size: 14px;
  color: #646464;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
  font-weight: 400;
}
.chapter .chapter-desc {
  font-size: 14px;
  color: #313131;
  letter-spacing: 0.59px;
  text-align: center;
  line-height: 36px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 60px;
}
.see-more {
  font-size: 16px;
  color: #646464;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.see-more span {
  display: inline-block;
}
.see-more .looking {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  position: relative;
  top: -2px;
}
.see-more span:active {
  color: rgb(136, 134, 134);
}
.chapter-list {
  width: 100%;
  overflow: hidden;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.chapter-list .box {
  width: 380px;
  height: 300px;
  overflow: hidden;
  display: inline-block;
  background-size: 100% 100%;
  position: relative;
}
.box-bg1 {
  background: url('./../image/rural-1.png') no-repeat;
}
.box-bg3 {
  background: url('./../image/rural-3.png') no-repeat;
}
.swiper-chapter {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.new-chapter ul li{
  width: 380px;
  margin-right: 30px;
  cursor: pointer;
}
.chapter-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}
.new-chapter ul li.active .chapter-box {
  background: unset;
}
.new-chapter ul li.active .chapter-img {
  opacity:1;
}
.chapter-box .chapter-img {
  width: 380px;
  height: 300px;
  opacity:0.6;
  filter: alpha(opacity=60);
}

.chapter-box:hover .desc {
  display: none;
}
.new-chapter li.active .chapter-box:hover .desc {
  display: block;
}

.chapter-list .desc {
  position: absolute;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1.05px;
  font-weight: 400;
  bottom: 0;
  padding: 20px;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
  display: none;
}

.swiper-handle-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 11, 0.3);
  display: none;
}
.swiper-handle-prev {
  opacity: 0.8;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 14%;
  margin: 0 auto;
  transform: translateY(-50%);
  cursor: pointer;
}
.swiper-handle-next {
  opacity: 0.8;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 14%;
  margin: 0 auto;
  transform: translateY(-50%);
  cursor: pointer;
}
.new-chapter .masker-prev {
  background: rgba(11,11,11,0.3);
  width: 380px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}
.new-chapter .masker-next {
  background: rgba(11,11,11,0.3);
  width: 380px;
  height: 300px;
  position: absolute;
  top: 0;
  right: 0;
}

/* 消费帮扶 */
.consume-help {
  width: 100%;
  position: relative;
  background-color: white;
}
.product-box {
  width: 1200px;
  height: 240px;
  overflow: hidden;
  margin: 65px auto;
  display: flex;
  justify-content: space-between;
  background-color: white;
}
.detail .title {
  font-size: 24px;
  color: #313131;
  letter-spacing: 0.8px;
  line-height: 34px;
  font-weight: 700;
  padding-top: 15px;
}
.detail .store-name {
  font-size: 20px;
  color: #313131;
  letter-spacing: 0.7px;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 13px;
}
.detail .desc {
  font-size: 17px;
  color: #646464;
  letter-spacing: 0.59px;
  line-height: 36px;
  font-weight: 400;
}
.product-img,.product-img img {
  width: 506px;
  height: 240px;
}
/* 消费帮扶-轮播 */
.swiper-switch .my-bullet {
  width: 16px;
  height: 4px;
  background-color: #F3F0F0;
  margin-left: 8px;
}
.swiper-switch .my-bullet-active {
  background-color: #E50121;
}
.swiper-switch {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 5px);
  transform: translateX(-50%);
}
.swiper-switch .swiper-pagination {
  justify-content: flex-start;
}

/* 媒体报道 */
.media-coverage {
  width: 100%;
  height: 100%;
  padding: 80px 0px;
  background-color: #F9F9F9;
}
.media-coverage .title {
  font-size: 24px;
  color: #313131;
  letter-spacing: 0.8px;
  line-height: 34px;
  font-weight: 700;
}
.media-coverage .list {
  margin: 40px 0px;
}
.media-coverage .list li {
  cursor: pointer;
  padding: 19px 30px;
  font-size: 20px;
  color: #313131;
  letter-spacing: 1.17px;
  text-align: justify;
  line-height: 32px;
  font-weight: 400;
  overflow: hidden;
}
.media-coverage .list li a {
  color: #313131;
}
.media-coverage .list li span {
  float: right;
  font-size: 16px;
}
.media-coverage .list .active {
  color: #0066FF;
  background: #F5F5F5;
}
.media-coverage .list .active a {
  color: #0066FF;
}


/* 社会责任-环境友好 */
.build-bg_1 {
  background: url(/indexResources/image/environment/environ-bg-39d5cec85f299c0682303e54ae4da075.png) no-repeat;
  background-size: 100% 100%;
}
.build-bg_1 .introduce_1 {
  background: rgba(156,197,93,0.8)
}
.environment-content {
  width: 100%;
  position: relative;
}
.environment-main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.environment-content .environment-title {
  font-size: 36px;
  color: #313131;
  letter-spacing: 1.25px;
  text-align: center;
  line-height: 46px;
}
[lang=en] .environment-content .environment-title {
  padding-top: 80px;
}
.environment-content .environment-subtitle {
  font-size: 14px;
  color: #646464;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
}

.greenBlock-list>ul>li {
  margin-top: 50px;
  overflow: hidden;
}
.greenBlock-list>ul>li:first-child {
  margin-top: 0;
}

.environment-swiper {
  margin-top: 60px;
  position: relative;
}
.environment-swiper .bd {
  overflow: hidden;
}
.environment-swiper .bd li {
  width: 380px;
  height: 300px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  float: left;
}
.environment-swiper .bd li:last-child {
  margin-right: 0;
}
.environment-swiper .bd li img {
  width: 380px;
  height: 300px;
}
.environment-prev {
  background: url("/indexResources/image/environment/environ-L-7fd290d9cba85f8e3eac5fb7e921e532.png") no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
}
.environment-next {
  background: url("/indexResources/image/environment/environ-R-8fc43bb3bd031c04d4f09ff412330afc.png") no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
}
.environment-imgbg {
  background: rgba(0,0,0,0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.environment-imgbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.environment-imgbox .imgbox-title {
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.4px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  width: 270px;
}
.environment-imgbox .imgbox-subtitle {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  line-height: 24px;
  width: 270px;
  margin-top: 20px;
  display: none;
  opacity: 0;
}
[lang=en] .imgbox-subtitle{
  height: 95px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.environment-swiper li:hover .imgbox-subtitle {
  animation: 0.8s showDelay linear forwards;
  display: block;
}
.environment-swiper li:hover .environment-imgbg {
  animation: 0.5s bgShow1 linear forwards;
}
@keyframes bgShow1 {
  0% {
    background: transparent;
  }
  100% {
    background: rgba(156,197,93,0.80);
  }
}
@keyframes showDelay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.environment-position {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-size: 14px;
  letter-spacing: 0.82px;
  color: #fff;
}
.icon-position {
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(/indexResources/image/environment/position-391d3f82d960912fbd3375a7d5d50cbd.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 2px;
}
.environment-bg-gray {
  background: #F5F5F5;
}

.environment-greenBlock {
  position: relative;
  margin-top: 60px;
}
.greenBlock-swiper {
  width: 700px;
  height: 525px;
  position: relative;
  overflow: hidden;
}
.greenBlock-swiper .banner-hd-1 {
  bottom: 20px;
  right: 30px;
}
.greenBlock-box {
  width: 500px;
  height: 525px;
  background: #fff;
}
.greenBlock-imgbg {
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
  z-index: 2;
}
.greenBlock-position {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 14px;
  letter-spacing: 0.82px;
  color: #fff;
}
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.greenBlock-box {
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.greenBlock-box .greenBlock-title {
  font-size: 26px;
  color: #313131;
  letter-spacing: 1.14px;
  line-height: 46px;
}
[lang=en] .greenBlock-box .greenBlock-title {
  line-height: 30px;
}
.greenBlock-box-list {
  margin-top: 15px;
}
.greenBlock-box-list li {
  padding-left: 15px;
  box-sizing: border-box;
  color: #646464;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 15px;
  position: relative;
}
.greenBlock-box-list li:first-child {
  margin-top: 0;
}
.greenBlock-box-list li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #0066FF;
  width: 6px;
  height: 6px;
}
.greenBlock-knowMore {
  color: #0066FF;
  letter-spacing: 0.7px;
  line-height: 36px;
  margin-top: 13px;
}
.greenBlock-knowMore:hover {
  color: #0066FF;
}
.environment-loading .load-more {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  line-height: 60px;
  background: #fff;
  text-align: center;
}
.environment-loading .load-more:hover {
  cursor: pointer;
}
.environment-loading .load-more:active {
  background-color: #eee;
}
.environment-loading .load-more span {
  font-size: 16px;
  color: #A0A0A0;
  font-weight: 400;
}
.media-coverage li:hover {
  color: #0066FF;
  background: #F5F5F5;
}
.media-coverage li:hover a {
  color: #0066FF;
}
.environment-media-bg {
  background-color: #fff;
}


/* 科技抗疫 */
.sub-box {
  width: 980px;
  margin-bottom: 0;
}
.build-bg_2 {
  background: url(/indexResources/image/environment/banner-da9a3397e259252dc821d90bb5d285a2.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 60px;
}
.build-bg_2 .introduce_2 {
  background: rgba(14,245,207,0.7);
  padding-left: 90px;
  padding-right: 70px;
}
.mt60 {
  margin-top: 60px;
}
.environment-midtitle {
  font-size: 18px;
  color: #646464;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  margin-top: 13px;
}
.environment-dataBar {
  background: rgba(255,255,255,0.90);
  box-shadow: 0px 2px 30px 0px rgba(140,140,140,0.12);
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  padding: 30px;
  box-sizing: border-box;
}
.environment-dataBar .dataBar-list{
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.dataBar-list ul {
  width: 766px;
}
.dataBar-list li {
  float: left;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
.dataBar-list li:first-child {
  padding-right: 120px;
  text-align: right;
}
.dataBar-list li:first-child::after {
  content: '';
  position: absolute;
  right: 0;
  background: rgba(151,151,151,1);
  width: 1px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
}
.dataBar-list li:last-child {
  padding-left: 120px;
}
.dataBar-list li em {
  font-size: 50px;
  color: #313131;
}
.dataBar-list li span {
  font-size: 20px;
  color: #313131;
  margin-left: 4px;
  position: relative;
  top: -2px;
}
.dataBar-title {
  width: 766px;
  margin: 0 auto;
  margin-top: 16px;
  font-size: 14px;
  color: #888888;
  text-align: center;
  line-height: 26px;
}
.environment-thing {
  margin-top: 160px;
}
.environment-epidemic-list {
  margin-top: 15px;
}
.environment-epidemic-list li {
  width: 100%;
  height: 330px;
  margin-top: 110px;
  position: relative;
}
.environment-epidemic-list li:first-child {
  margin-top: 0;
}
.environment-epidemic-list li::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #E9E9E9;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.environment-epidemic-list li::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #E9E9E9;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.environment-epidemic-list .epidemic-box {
  width: 380px;
  height: 330px;
  box-sizing: border-box;
  padding: 30px;
  color: #313131;
}
.epidemic-box .epidemic-time {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: bold;
  margin-top: 4px;
}
.epidemic-box .epidemic-title {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: bold;
  margin-top: 40px;
}
.epidemic-box .epidemic-content {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 16px;
  text-align: justify;
}
.epidemic-main {
  cursor: pointer;
}
.epidemic-main:hover .epidemic-box {
  color: #fff;
  animation: 0.8s bgShow linear forwards;
}
@keyframes bgShow {
  0% {
    background: #fff;
  }
  100% {
    background: #0066FF;
  }
}
.epidemic-main .epidemic-img {
  width: 440px;
  height: 330px;
}
.epidemic-main .epidemic-img img {
  width: 100%;
  height: 100%;
}
.epidemic-line {
  background-image: linear-gradient(180deg, rgba(190,190,190,0.20) 0%, #E9E9E9 100%);
  position: absolute;
  width: 1px;
  height: 80px;
  top: -95px;
  left: 50%;
}
.environment-date {
  font-size: 70px;
  color: #E9E9E9;
  letter-spacing: 0;
  font-weight: 700;
  opacity: 0.6;
  margin-left: 30px;
}
.environment-date1 {
  margin-top: 34px;
  margin-left: 0;
}
.environment-epidemic-list li:first-child .epidemic-line {
  height: 170px;
  top: -185px;
}
.environment-epidemic-list1 li:first-child .epidemic-line {
  height: 110px;
  top: -125px;
}
.environment-catalogue {
  position: absolute;
  top: 330px;
  left: 100px;
}
.environment-catalogue-fixed {
  position: fixed;
  top: 150px;
}
.environment-catalogue-footer {
  position: absolute;
  top: unset;
  bottom: 300px;
}
.environment-catalogue li {
  font-size: 18px;
  color: #646464;
  letter-spacing: 1.6px;
  margin-top: 32px;
  padding-left: 15px;
  line-height: 26px;
  position: relative;
  cursor: pointer;
}
.environment-catalogue li:first-child {
  margin-top: 0;
}
.environment-catalogue li.active::before {
  content: '';
  width: 5px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF0019;
}
.environment-catalogue li.active {
  color: #313131;
  font-weight: bold;
}
.environment-catalogue li:hover {
  color: #313131;
  font-weight: bold;
}

.greenBlock-box-list1 li:first-child {
  color: #0066FF;
}
.environment-dt-more {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1800px){
  .environment-catalogue {
    display: none;
  }
}

html[lang=en] .desc{
  font-size: 16px;
  line-height: 30px;
}
html[lang=en] .sub-title{
  width: 1200px;
}

