.topImg {
  width: 100%;
  padding-top: 76px;
}
.topImg img {
  width: 100%;
}



.tableContainer {
  display: flex;
  justify-content: center;
}
.tableContainer .tableItem {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  width: 100px;
  height: 63px;
  line-height: 60px;
  border-bottom: 3px solid #fff;
  margin: 0 100px;
}
.tableContainer .active {
  border-bottom: 3px solid #e72828;
}



.tabContent1 .companyInfo {
  text-align: center;
  box-sizing: border-box;
}
.tabContent1 .companyInfo .title {
  height: 120px;
  font-size: 30px;
  line-height: 50px;
  color: #111;
  font-weight: 400;
  padding-top: 70px;
  margin: 0;
  box-sizing: border-box;
}
.tabContent1 .companyInfo .stitle {
  color: #777777;
  font-size: 16px;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
.tabContent1 .companyInfo .content {
  line-height: 26px;
  font-size: 16px;
  text-align: left;
  text-indent: 34px;
  width: 1200px;
  margin: 0 auto;
  color: #666;
  margin-bottom: 30px;
}



.tabContent1 .IconBox {
  margin: 60px auto;
  display: flex;
}
.tabContent1 .IconBox .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tabContent1 .IconBox .item img {
  width: 55px;
  margin-bottom: 10px;
}
.tabContent1 .IconBox .item .title {
  font-size: 41px;
  font-weight: 800;
  color: #444;
}
.tabContent1 .IconBox .item .stitle {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 15px;
}


.tabContent1 .develop .topTitle {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 90px;
  text-align: center;
}
.tabContent1 .develop .developList .todayItem {
  display: flex;
}
.tabContent1 .develop .developList .todayItem .imgbox{
  width: 240px;
  height: 50px;
  border-right: 2px solid #e3e3e3;
  position: relative;
}
.tabContent1 .develop .developList .todayItem .imgbox::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  border: 3px solid #2345fb;
  right: -11px;
  top: 4px;
  background-color: #fff; 
}
.tabContent1 .develop .developList .todayItem .right {
  text-align: left;
  font-size: 20px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
  position: relative;
  padding-left: 5%;
}
.tabContent1 .develop .developList .developItem {
  display: flex;
}
.tabContent1 .develop .developList .developItem .imgBox {
  width: 242px;
  height: 160px;
  padding: 5px 30px 25px 30px;
  box-sizing: border-box;
  border-right: 2px solid #e3e3e3;
  position: relative;
}
.tabContent1 .develop .developList .developItem .imgBox::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  border: 3px solid #2345fb;
  right: -11px;
  top: 40px;
  background-color: #fff; 
}


.hidden {
  height: 0;
  overflow: hidden;
}



.tabContent1 .develop .developList .developItem .imgBox img {
  width: 180px;
}
.tabContent1 .develop .developList .developItem .right {
  padding-left: 40px;
  display: flex;
  margin-top: 40px;
}
.tabContent1 .develop .developList .developItem .right .time {
  font-size: 16px;
  font-weight: normal;
  color: #666;
}
.tabContent1 .develop .developList .developItem .right .content {
  padding-left: 40px;
}
.tabContent1 .develop .developList .developItem .right .content .title {
  text-align: left;
  font-size: 20px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
  position: relative;
}
.tabContent1 .develop .developList .developItem .right .content .stitle {
  font-size: 16px;
  color: #666;
  text-align: left;
  margin-bottom: 20px;
  line-height: 26px;
}



.tabContent2 .topTitle {
  height: 120px;
  font-size: 30px;
  line-height: 50px;
  color: #111;
  font-weight: 400;
  padding-top: 70px;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
}
.tabContent2 .topStitle {
  color: #777777;
  font-size: 16px;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.tabContent2 .list {
  margin-bottom: 100px;
  padding: 0 30px;
}
.tabContent2 .list .item {
  padding: 20px 0;
  display: flex;
  margin: 30px auto;
  box-shadow: 0px 2px 17px 1px rgb(223 223 223 / 30%);
  min-height: 135px;
  box-sizing: border-box;
}
.tabContent2 .list .item img {
  width: 80px;
  height: 80px;
  padding: 0 60px;
}
.tabContent2 .list .item svg {
    width: 60px;
    height: 60px;
    padding: 0 60px;
}
.tabContent2 .list .item .right .title {
  font-size: 24px;
  font-weight: 800;
}
.tabContent2 .list .item .right .ENtitle {
  font-size: 16px;
  color: #777;
  vertical-align: baseline;
  font-weight: 800;
}
.tabContent2 .list .item .right .text {
  padding: 10px 30px 10px 0px;
  color: #666;
  font-size: 16px;
}



.container3 {
  width: 100%;
  position: relative;
}
.container3 img {
  width: 100%;
}
.container3 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.container3 .content .title {
  color: #333;
  font-size: 30px;
  font-weight: 800;
}
.container3 .content .stitle {
  color: #333;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 58px;
  text-align: center;
}
.container3 .content .btnBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.container3 .content .btnBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.container3 .content .btnBox .btn {
  width: 220px;
  height: 60px;
  border: 1px solid #2362FB;
  color: #2362FB;
  border-radius: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  margin-left: 20px;
}
.container3 .content .btnBox .blueBtn {
  background: #2362FB;
  box-shadow: 0px 1px 51px 3px rgb(150 150 150 / 30%);
  color: #fff;
}