.centerBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 60px;
}
.centerBox .leftBox {
  width: 805px;
}
.centerBox .leftBox .swiperBox {
  margin-bottom: 30px;
}
.centerBox .leftBox .swiperBox .swiper-slide {
  position: relative;
}
.centerBox .leftBox .swiperBox .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.centerBox .leftBox .swiperBox .swiper-slide .title {
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
  position: absolute;
  top: 228px;
  left: 50px;
  width: 400px;
  line-height: 50px;
}
.centerBox .leftBox .swiperBox .swiper-slide .content {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 361px;
  left: 50px;
  width: 732px;
}
.centerBox .leftBox .contentList {
  margin-bottom: 30px;
}
.centerBox .leftBox .contentList .titleBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.centerBox .leftBox .contentList .titleBox p {
  font-weight: bold;
  font-size: 28px;
  color: #7c5a34;
  line-height: 18px;
}
.centerBox .leftBox .contentList .titleBox a {
  font-weight: 400;
  font-size: 16px;
  color: #8cdcc2;
}
.centerBox .leftBox .contentList ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.centerBox .leftBox .contentList ul li {
  margin-top: 29px;
}
.centerBox .leftBox .contentList ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.centerBox .leftBox .contentList ul li a .name {
  width: 650px;
  font-weight: 400;
  font-size: 16px;
  color: #999;
  font-weight: 800;
  
}
.centerBox .leftBox .contentList ul li a .time {
  font-weight: 400;
  font-size: 12px;
  color: #989898;
}
.centerBox .leftBox .contentList ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 9px;
  height: 100%;
  background: #365d3c;
}
.centerBox .leftBox .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.centerBox .leftBox .block .blockItem {
  width: 394px;
  height: 270px;
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #fff;
}
.centerBox .leftBox .block .blockItem img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.centerBox .leftBox .block .blockItem .title {
  font-weight: bold;
  font-size: 37px;
  color: #ffffff;
  margin-bottom: 10px;
}
.centerBox .leftBox .block .blockItem .more {
  font-weight: 400;
  font-size: 16px;
  color: #ffead2;
}
.centerBox .leftBox .block .blockItem ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.centerBox .leftBox .block .blockItem ul li {
  margin-top: 29px;
}
.centerBox .leftBox .block .blockItem ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
.centerBox .leftBox .block .blockItem ul li a .name {
  width: 289px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.centerBox .leftBox .block .blockItem ul li a .time {
  font-weight: 400;
  font-size: 12px;
  color: #ffddb8;
}
.centerBox .rightBox {
  width: 370px;
}
.centerBox .rightBox .contentList {
  margin-bottom: 40px;
}
.centerBox .rightBox .contentList .titleBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.centerBox .rightBox .contentList .titleBox p {
  font-weight: bold;
  font-size: 28px;
  color: #7c5a34;
  line-height: 18px;
}
.centerBox .rightBox .contentList .titleBox a {
  font-weight: 400;
  font-size: 16px;
  color: #8cdcc2;
}
.centerBox .rightBox .contentList ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.centerBox .rightBox .contentList ul li {
  margin-top: 29px;
}
.centerBox .rightBox .contentList ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
.centerBox .rightBox .contentList ul li a .titleB {
  width: 289px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 800;
}
.centerBox .rightBox .contentList ul li a .titleB img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 10px;
}
.centerBox .rightBox .contentList ul li a .name {
  width: 289px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.centerBox .rightBox .contentList ul li a .time {
  font-weight: 400;
  font-size: 12px;
  color: #989898;
}
.companies {
  width: 100%;
  height: 466px;
  background: #f4f3f3;
  box-sizing: border-box;
  padding-top: 41px;
}
.companies p {
  width: auto;
  height: 65px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 50px;
  color: #21431e;
  text-align: center;
  margin-bottom: 58px;
}
.companies .imgBox {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.titleBoxDsj {
  width: 1200px;
  height: 25px;
  overflow: hidden;
  margin: 0 auto;
}
.titleBoxDsj img {
  float: left;
  margin-right: 23px;
}
.titleBoxDsj .titlename {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #7c5a34;
  line-height: 23px;
  width: auto;
  float: left;
  height: 25px;
}
.sjz {
  height: 340px;
}
.sjz .shijian {
  background: url(https://i.i8tq.com/shengtai/worldmap.png);
  background-repeat: no-repeat;
  background-position: 125px -18px;
  width: 1200px;
  height: 333px;
  clear: both;
  position: relative;
  overflow: hidden;
  text-indent: 0;
  line-height: 20px;
  overflow-x: auto;
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto;
}
.sjz .shijian .zhou {
  position: absolute;
  top: -170px;
  width: 8003px;
  height: auto;
}
.sjz .shijian ul {
  width: 6200px;
  height: 100%;
}
.sjz .shijian ul li {
  position: absolute;
}
.sjz .shijian ul li img {
  width: 497px;
  height: 298px;
}
.sjz .shijian ul li .pointbox {
  cursor: pointer;
  position: absolute;
}
.sjz .shijian ul li .pointbox:hover + .lineContent {
  display: block;
}
.sjz .shijian ul li .lineContent {
  position: absolute;
  display: none;
  top: 19px;
  z-index: 999;
  width: 497px;
  height: auto;
  background: #ffffff;
  font-size: 14px;
  font-family: Microsoft YaHei;
  line-height: 24px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 1px 6px 16px 9px rgba(143, 142, 142, 0.28);
}
.sjz .shijian ul li .lineContent .lbox {
  width: 100%;
  overflow: hidden;
  float: left;
}
.sjz .shijian ul li .lineContent .linetitle {
  color: #009345;
  float: left;
}
.sjz .shijian ul li .lineContent .linecon {
  color: #252525;
  float: left;
}
.sjz .shijian ul li .lineContent .linecon2 {
  text-align: justify;
}
#line199403 .pointbox {
  width: 175px;
  height: 66px;
  top: 54px;
  left: 64px;
}
#line199403 .lineContent {
  left: 293px;
}
#line199503 .pointbox {
  width: 79px;
  height: 30px;
  top: 201px;
  left: 227px;
}
#line199503 .lineContent {
  left: 369px;
}
#line199512 .pointbox {
  width: 174px;
  height: 73px;
  top: 54px;
  left: 264px;
}
#line199512 .lineContent {
  left: 486px;
}
#line199607 .pointbox {
  width: 79px;
  height: 30px;
  top: 201px;
  left: 464px;
}
#line199607 .lineContent {
  left: 602px;
}
#line199712 .pointbox {
  width: 79px;
  height: 30px;
  top: 97px;
  left: 561px;
}
#line199712 .lineContent {
  left: 703px;
}
#line199805 .pointbox {
  width: 147px;
  height: 58px;
  top: 202px;
  left: 638px;
}
#line199805 .lineContent {
  left: 850px;
}
#line199811 .pointbox {
  width: 90px;
  height: 27px;
  top: 97px;
  left: 733px;
}
#line199811 .lineContent {
  left: 900px;
}
#line199910 .pointbox {
  width: 90px;
  height: 27px;
  top: 97px;
  left: 839px;
}
#line199910 .lineContent {
  left: 950px;
}
#line199910 .pointbox {
  width: 90px;
  height: 27px;
  top: 97px;
  left: 839px;
}
#line199910 .lineContent {
  left: 950px;
}
#line200011 .pointbox {
  width: 90px;
  height: 27px;
  top: 201px;
  left: 962px;
}
#line200011 .lineContent {
  left: 1100px;
}
#line200104 .pointbox {
  width: 170px;
  height: 42px;
  top: 84px;
  left: 1057px;
}
#line200104 .lineContent {
  left: 1297px;
}
#line200107 .pointbox {
  width: 135px;
  height: 26px;
  top: 198px;
  left: 1123px;
}
#line200107 .lineContent {
  left: 1297px;
}
#line200111 .pointbox {
  width: 90px;
  height: 26px;
  top: 198px;
  left: 1276px;
}
#line200111 .lineContent {
  left: 1411px;
}
#line200210 .pointbox {
  width: 87px;
  height: 26px;
  top: 198px;
  left: 1399px;
}
#line200210 .lineContent {
  left: 1541px;
}
#line200312 .pointbox {
  width: 87px;
  height: 26px;
  top: 198px;
  left: 1576px;
}
#line200312 .lineContent {
  left: 1724px;
}
#line200412 .pointbox {
  width: 87px;
  height: 26px;
  top: 101px;
  left: 1715px;
}
#line200412 .lineContent {
  left: 1862px;
}
#line200502 .pointbox {
  width: 164px;
  height: 48px;
  top: 196px;
  left: 1865px;
}
#line200502 .lineContent {
  left: 2082px;
}
#line200511 .pointbox {
  width: 91px;
  height: 26px;
  top: 102px;
  left: 1941px;
}
#line200511 .lineContent {
  left: 2082px;
}
#line200611 .pointbox {
  width: 91px;
  height: 26px;
  top: 200px;
  left: 2073px;
}
#line200611 .lineContent {
  left: 2222px;
}
#line200706 .pointbox {
  width: 150px;
  height: 51px;
  top: 200px;
  left: 2247px;
}
#line200706 .lineContent {
  left: 2452px;
}
#line200711 .pointbox {
  width: 180px;
  height: 51px;
  top: 77px;
  left: 2288px;
}
#line200711 .lineContent {
  left: 2529px;
}
#line200712 .pointbox {
  width: 92px;
  height: 24px;
  top: 196px;
  left: 2414px;
}
#line200712 .lineContent {
  left: 2546px;
}
#line200807 .pointbox {
  width: 147px;
  height: 75px;
  top: 196px;
  left: 2541px;
}
#line200807 .lineContent {
  left: 2759px;
}
#line200812 .pointbox {
  width: 96px;
  height: 24px;
  top: 106px;
  left: 2607px;
}
#line200812 .lineContent {
  left: 2759px;
}
#line200912 .pointbox {
  width: 96px;
  height: 24px;
  top: 196px;
  left: 2777px;
}
#line200912 .lineContent {
  left: 2911px;
}
#line201011 .pointbox {
  width: 96px;
  height: 24px;
  top: 102px;
  left: 2927px;
}
#line201011 .lineContent {
  left: 3067px;
}
#line201111 .pointbox {
  width: 96px;
  height: 24px;
  top: 199px;
  left: 3088px;
}
#line201111 .lineContent {
  left: 3238px;
}
#line201211 .pointbox {
  width: 96px;
  height: 24px;
  top: 103px;
  left: 3238px;
}
#line201211 .lineContent {
  left: 3395px;
}
#line201309 .pointbox {
  width: 110px;
  height: 69px;
  top: 200px;
  left: 3399px;
}
#line201309 .lineContent {
  left: 3552px;
}
#line201311 .pointbox {
  width: 90px;
  height: 21px;
  top: 107px;
  left: 3467px;
}
#line201311 .lineContent {
  left: 3602px;
}
#line201403 .pointbox {
  width: 136px;
  height: 61px;
  top: 201px;
  left: 3621px;
}
#line201403 .lineContent {
  left: 3805px;
}
#line201406 .pointbox {
  width: 132px;
  height: 51px;
  top: 73px;
  left: 3686px;
}
#line201406 .lineContent {
  left: 3883px;
}
#line201411 .pointbox {
  width: 132px;
  height: 51px;
  top: 205px;
  left: 3802px;
}
#line201411 .lineContent {
  left: 3982px;
}
#line201412 .pointbox {
  width: 85px;
  height: 22px;
  top: 103px;
  left: 3871px;
}
#line201412 .lineContent {
  left: 4003px;
}
#line201503 .pointbox {
  width: 131px;
  height: 38px;
  top: 200px;
  left: 4041px;
}
#line201503 .lineContent {
  left: 4228px;
}
#line201511 .pointbox {
  width: 89px;
  height: 20px;
  top: 107px;
  left: 4111px;
}
#line201511 .lineContent {
  left: 4256px;
}
#line201605 .pointbox {
  width: 141px;
  height: 57px;
  top: 200px;
  left: 4253px;
}
#line201605 .lineContent {
  left: 4451px;
}
#line20161104 .pointbox {
  width: 141px;
  height: 37px;
  top: 87px;
  left: 4320px;
}
#line20161104 .lineContent {
  left: 4511px;
}
#line20161108 .pointbox {
  width: 173px;
  height: 56px;
  top: 199px;
  left: 4432px;
}
#line20161108 .lineContent {
  left: 4649px;
}
#line201611 .pointbox {
  width: 90px;
  height: 21px;
  top: 106px;
  left: 4496px;
}
#line201611 .lineContent {
  left: 4649px;
}
#line201711 .pointbox {
  width: 90px;
  height: 21px;
  top: 200px;
  left: 4690px;
}
#line201711 .lineContent {
  left: 4828px;
}
#line201712 .pointbox {
  width: 118px;
  height: 56px;
  top: 72px;
  left: 4757px;
}
#line201712 .lineContent {
  left: 4920px;
}
#line201812 .pointbox {
  width: 92px;
  height: 26px;
  top: 199px;
  left: 4961px;
}
#line201812 .lineContent {
  left: 5111px;
}
#line201903 .pointbox {
  width: 142px;
  height: 38px;
  top: 200px;
  left: 5131px;
}
#line201903 .lineContent {
  left: 5331px;
}
#line201912 .pointbox {
  width: 98px;
  height: 27px;
  top: 102px;
  left: 5193px;
}
#line201912 .lineContent {
  left: 5331px;
}
#line202110 .pointbox {
  width: 98px;
  height: 27px;
  top: 201px;
  left: 5480px;
}
#line202110 .lineContent {
  left: 4846px;
}
#line202202 .pointbox {
  width: 135px;
  height: 49px;
  top: 75px;
  left: 5647px;
}
#line202202 .lineContent {
  left: 5022px;
}
#line202203 .pointbox {
  width: 146px;
  height: 59px;
  top: 201px;
  left: 5710px;
}
#line202203 .lineContent {
  left: 5122px;
}
#line202204 .pointbox {
  width: 146px;
  height: 59px;
  top: 65px;
  left: 5864px;
}
#line202204 .lineContent {
  left: 5296px;
}
#line202205 .pointbox {
  width: 146px;
  height: 59px;
  top: 203px;
  left: 5931px;
}
#line202205 .lineContent {
  left: 5296px;
}
#line202211 .pointbox {
  width: 115px;
  height: 31px;
  top: 96px;
  left: 6072px;
}
#line202211 .lineContent {
  left: 5296px;
}
#line202302 .pointbox {
  width: 157px;
  height: 55px;
  top: 72px;
  left: 6235px;
}
#line202302 .lineContent {
  left: 5626px;
}
#line202303 .pointbox {
  width: 163px;
  height: 55px;
  top: 202px;
  left: 6301px;
}
#line202303 .lineContent {
  left: 5800px;
}
#line202305 .pointbox {
  width: 130px;
  height: 41px;
  top: 89px;
  left: 6431px;
}
#line202305 .lineContent {
  left: 5900px;
}
#line202308 .pointbox {
  width: 136px;
  height: 59px;
  top: 201px;
  left: 6584px;
}
#line202308 .lineContent {
  left: 6050px;
}
#line202310 .pointbox {
  width: 136px;
  height: 59px;
  top: 73px;
  left: 6698px;
}
#line202310 .lineContent {
  left: 6150px;
}
#line202311 .pointbox {
  width: 91px;
  height: 31px;
  top: 197px;
  left: 6774px;
}
#line202311 .lineContent {
  left: 6250px;
}
#line202401 .pointbox {
  width: 147px;
  height: 56px;
  top: 72px;
  left: 6923px;
}
#line202401 .lineContent {
  left: 6350px;
}
#line202402 .pointbox {
  width: 147px;
  height: 56px;
  top: 201px;
  left: 7015px;
}
#line202402 .lineContent {
  left: 6550px;
}
#line202403 .pointbox {
  width: 147px;
  height: 56px;
  top: 72px;
  left: 7140px;
}
#line202403 .lineContent {
  left: 6550px;
}
#line202407 .pointbox {
  width: 218px;
  height: 56px;
  top: 201px;
  left: 7241px;
}
#line202407 .lineContent {
  left: 6650px;
}
#line20240721 .pointbox {
  width: 147px;
  height: 56px;
  top: 72px;
  left: 7390px;
}
#line20240721 .lineContent {
  left: 6650px;
}
#line202411 .pointbox {
  width: 90px;
  height: 35px;
  top: 197px;
  left: 7525px;
}
#line202411 .lineContent {
  left: 6950px;
  width: 578px;
}
#line20250224 .pointbox {
  width: 120px;
  height: 35px;
  top: 90px;
  left: 7690px;
}
#line20250224 .lineContent {
  left: 7050px;
}
#line20250228 .pointbox {
  width: 164px;
  height: 59px;
  top: 201px;
  left: 7802px;
}
#line20250228 .lineContent {
  left: 7250px;
}

.centerBox .leftBox .swiperBox .swiper-slide .title{
    top: auto;
bottom: 23px;
width: 708px;
font-size: 25px;
}
.centerBox .leftBox .swiperBox .swiper-slide a::before {
content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 100%) 0%, transparent 31%);
}