.solutionHead {
  background: url('../../img/news/bg.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 0 120px;
}

.bannerTitle {
  font-weight: 700;
  font-size: 54px;
  color: #fff;
  margin-bottom: 14px;
}

.bannerDesc {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbBox {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 140px;
}

.breadcrumbBoxLeft {
  display: flex;
  align-items: center;
}

.el-breadcrumb {
  display: flex;
  align-items: center;
}

.el-breadcrumb__item {
  display: flex;
  align-items: center;
}

.breadcrumbBoxRight {
  display: flex;
  align-items: center;
}

.tabItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  cursor: pointer;
}

.breadcrumbBoxRight .tabItem:nth-child(1) .tabItemName {
  background: url('../../img/aboutUs/0.png') no-repeat left center;
}

.breadcrumbBoxRight .tabItem:nth-child(2) .tabItemName {
  background: url('../../img/aboutUs/1.png') no-repeat left center;
}

.breadcrumbBoxRight .tabItem:nth-child(3) .tabItemName {
  background: url('../../img/aboutUs/2.png') no-repeat left center;
}

.breadcrumbBoxRight .tabItem:nth-child(4) .tabItemName {
  background: url('../../img/aboutUs/3.png') no-repeat left center;
}


.breadcrumbBoxRight .tabItem:nth-child(1) .tabItemName.on {
  background: url('../../img/aboutUs/01.png') no-repeat left center;
}

.breadcrumbBoxRight .tabItem:nth-child(2) .tabItemName.on {
  background: url('../../img/aboutUs/11.png') no-repeat left center;
}

.breadcrumbBoxRight .tabItem:nth-child(3) .tabItemName.on {
  background: url('../../img/aboutUs/21.png') no-repeat left center;
}

.breadcrumbBoxRight .tabItem:nth-child(4) .tabItemName.on {
  background: url('../../img/aboutUs/31.png') no-repeat left center;
}

.breadcrumbBoxRight .tabItem:nth-child(1) .tabItemName:hover {
  color: #168a46;
  font-weight: bold;
  background: url('../../img/aboutUs/01.png') no-repeat left center;
}

.breadcrumbBoxRight .tabItem:nth-child(2) .tabItemName:hover {
  color: #168a46;
  font-weight: bold;
  background: url('../../img/aboutUs/11.png') no-repeat left center;
}

.breadcrumbBoxRight .tabItem:nth-child(3) .tabItemName:hover {
  color: #168a46;
  font-weight: bold;
  background: url('../../img/aboutUs/21.png') no-repeat left center;
}

.breadcrumbBoxRight .tabItem:nth-child(4) .tabItemName:hover {
  color: #168a46;
  font-weight: bold;
  background: url('../../img/aboutUs/31.png') no-repeat left center;
}




.tabItemName.on {
  color: #168a46;
  font-weight: bold;
}

.tabItemName.on:after {
  content: '';
  display: block;
  width: 110px;
  height: 4px;
  background: #168a46;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 55px);
}

.tabItemName {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 40px;
  height: 30px;
  line-height: 30px;
  position: relative;
}


.newsCon {
  padding: 48px 140px;
}

.newsTitle {
  font-size: 38px;
  color: #111;
  font-weight: 700;
  background: url('../../img/customcase/icon.png') no-repeat left center;
  padding-left: 50px;
  margin-bottom: 36px;
}

.newsTab {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
}

.newsTab div {
  font-size: 20px;
  color: #666;
  width: 112px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 24px;
  border-radius: 4px;
  cursor: pointer;
}

.newsTab div:hover {
  font-size: 20px;
  color: #168a46;
  font-weight: bold;
  background: rgba(22, 138, 70, 0.1);
}

.newsTab div.on {
  font-size: 20px;
  color: #168a46;
  font-weight: bold;
  background: rgba(22, 138, 70, 0.1);
}

/* .newsList {
 
} */

.newsItem {
  margin-bottom: 60px;
  overflow: hidden;
  transition: all 300ms;
  position: relative;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsTime {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}


.newsImg {
  overflow: hidden;
  width: 480px;
  height: 316px;
}


.newimgItem {
  width: 480px;
  height: 316px;
}

.newsTag {
  background: rgba(0, 126, 255, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #007eff;
  margin-bottom: 16px;
}

.newsRight {
  height: 316px;
  width: calc(100% - 560px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}

.newsRight:hover .newsName {
  color: #168a46;
}

.newsRight:hover .newsBtn {
  color: #168a46;
}

.newsInner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.newsName {
  font-size: 24px;
  color: #111;
  margin-bottom: 30px;
}

.newsDesc {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 90px;
}

.newsBtn {
  color: #666;
  cursor: pointer;
  font-size: 14px;
}


.newsPageBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsPageBox .el-pager li {
  width: 54px;
  height: 54px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}


.el-pager {
  display: flex;
  align-items: center;
}

.el-pagination {
  display: flex;
  align-items: center;
}

.el-pagination button {
  width: 72px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #168a46;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #168a46;
}


.unitIntroduceBox {
  position: relative;
}

.pointBox {
  position: fixed;
  left: 40px;
  top: 490px;
  z-index: 999;
  transition: all 500ms;
}

.pointItem {
  padding: 24px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.pointItem.on::before {
  background: #168a46;
}

.pointItem::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: 4.5px;
  top: 0;
}

.pointItem:nth-child(1)::before {
  height: 50%;
  top: 50%;
}

.pointItem:last-child::before {
  height: 50%;
  top: 0%;
}

.pointItem.on .pointIcon {
  background: #168a46;
}

.pointIcon {
  width: 10px;
  height: 10px;
  background: #ddd;
  transform: rotate(45deg);
  margin-right: 12px;
}

.pointItemInner {
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
  display: flex;
  cursor: pointer;
}

.pointItem.on .pointItemInner {
  background: linear-gradient(90deg, rgba(22, 138, 70, 0.1) 0%, rgba(22, 138, 70, 0) 100%);
  color: #168a46;
  font-weight: bold;
}


.pointItemInner:hover {
  color: #168a46;
}

.unitIntroduceBox .box01 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 48px;
  position: relative;
}

.unitIntroduceBox .box01 .titleImg {
  display: block;
  margin: 48px auto 36px;
}

.unitIntroduceBox .box01 .con {
  padding-top: 48px;
  font-size: 18px;
  color: #666;
  line-height: 36px;
}

.unitIntroduceBox .box01 .list {
  display: flex;
  align-items: center;
  padding: 36px 0;
}

.unitIntroduceBox .box01 .list .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.unitIntroduceBox .box01 .list .item:after {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 10%;
}

.unitIntroduceBox .box01 .list .item:last-child:after {
  display: none;
}

.unitIntroduceBox .box01 .list .item .value {
  font-size: 64px;
  font-weight: 700;
  color: #168a46;
  margin: 24px 0 8px;
}

.unitIntroduceBox .box01 .list .item .desc {
  font-size: 16px;
  color: #666;
}

.unitValueBox {
  background: #FBFBFB;
  padding: 48px 0 0;
}

.unitValueBox .titleImg {
  display: block;
  margin: 0 auto 36px;
}

.unitValueBox .con {
  display: flex;
  padding-top: 48px;
}

.unitValueBox .con .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 630px;
  position: relative;
}

.unitValueBox .con .item .icon {
  position: relative;
  z-index: 1;
}

.unitValueBox .con .item .line {
  width: 2px;
  height: 0px;
  background: #fff;
  position: relative;
  z-index: 1;
  transition: all 300ms;

}

.unitValueBox .con .item .name {
  font-size: 30px;
  color: #fff;
  margin-top: 48px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.unitValueBox .con .item .desc {
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
  display: none;
  position: relative;
  z-index: 1;
  line-height: 42px;
}

.unitValueBox .con .item .zzc {
  position: absolute;
  width: 100%;
  height: 0px;
  background: linear-gradient(180deg, rgba(22, 138, 70, 0.18) 0%, rgba(0, 181, 75, 0.9) 100%);
  left: 0;
  bottom: 0;
  transition: all 300ms;
}

.unitValueBox .con .item:hover .zzc {
  height: 100%;
}

.unitValueBox .con .item:hover .line {
  height: 64px;
}

.unitValueBox .con .item:hover .desc {
  display: block;
}


.devHistory {
  background: #FBFBFB url('../../img/aboutUs/fzBg.png') no-repeat bottom center;
  background-size: 100% auto;
  padding: 48px 0 290px;
}

.devHistory .titleImg {
  display: block;
  margin: 0 auto 66px;
}

.devHistory .con {
  height: 500px;
  padding-top: 66px;
  width: 100vw;
  overflow: hidden;
  width: 80vw;
  margin: 0 auto;
}

.timelineBox {
  display: flex;
  align-items: center;
  height: 400px;
  position: relative;
  width: 120vw;
}

.floatBox {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 10px #eee;
  padding: 24px 36px;
  border-radius: 10px;
  left: 20vw;
  z-index: 1111;
}

.floatBox .imgBox {
  width: 348px;
  height: 200px;
  overflow: hidden;
}

.floatBox .imgBox img {
  width: 100%;
}

.floatCon {}

.floatTitle {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 16px 0;
}

.floatItem {
  font-size: 20px;
  color: #168a46;
  line-height: 36px;
}

.timeItem {
  width: 20vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.timeItem::before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #168a46;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
}

.timeItem::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #168a46;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5px);
}

.timeItem img {
  position: relative;
  z-index: 1;
}

.timelineBox .timeItem .num {
  font-size: 48px;
  color: #111;
  height: 60px;
  line-height: 60px;
}

.timelineBox .timeItem .name {
  font-size: 30px;
  color: #000;
  height: 60px;
  line-height: 60px;
}



.ywbjBox {
  height: 880px;
  padding: 37px 0 22px;
  background: url('../../img/aboutUs/map.png') no-repeat center;
  /* position: relative; */
}

.addressItem {
  position: absolute;
  right: 10%;
  display: flex;
  flex-direction: column;
  bottom: 100px;
}

.addressItem img {
  margin-right: 8px;
}

.addressItemDiv {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0 0 10px 1px #f8f8f8;
  cursor: pointer;
}

.addressItemName {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
  color: #233028;
  font-weight: bold;
}

.addressItemDesc {
  font-size: 14px;
  color: #A7A7A7;
}


.ywbjBox .titleImg {
  display: block;
  margin: 0 auto 36px;
}

.honorBox {
  /* width: 1200px;
  margin: 0 auto;
  padding: 48px 0;
  text-align: center; */
}

.honorImgBox {
  width: 100%;
}

.honorImgBox img {
  width: 100%;
}

.honorFourList {
  display: flex;
  align-items: center;
  margin: 48px 0;
}

.honorFourList .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.honorFourList .item:after {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 10%;
}

.honorFourList .item:last-child::after {
  display: none;
}

.honorFourList .item .value {
  font-size: 64px;
  color: #111;
  margin: 16px 0;
}

.honorFourList .item .name {
  font-size: 16px;
  color: #999;
}

.bookTitle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bookTitle div {
  font-size: 24px;
  font-weight: 700;
  margin: 0 16px;
  color: #168a46;
}

.bookDesc {
  font-size: 20px;
  color: #666;
  text-align: center;
  line-height: 36px;
  margin-bottom: 36px;
}

.bookList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bookItem {
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  width: 48%;
  margin-bottom: 36px;
  justify-content: space-between;
  background: url('../../img/aboutUs/ry_bg.png') no-repeat right bottom;
}

.bookImg {
  width: 240px;
  height: 240px;
  background: #eee;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.bookImg img {
  width: 100%;
}

.bookRight {
  width: calc(100% - 264px);
  text-align: left;
}

.bookName {
  font-size: 20px;
  color: #4a4a4a;
  font-weight: bold;
  margin-bottom: 90px;
}

.bookRight .bookDesc {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: left;
}


.callBox {
  width: 1200px;
  margin: 0 auto;
  padding: 48px 0;
  text-align: center;
}

.callMapBox {
  display: flex;
  border: 1px solid #ddd;
  align-items: center;
  margin-bottom: 48px;
  margin-top: 48PX;
}

.callMapLeft {
  padding: 0 36px;
}

.callMapLeftItem {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

.callMapLeftItem:last-child {
  border-bottom: none;
}

.callMapLeftCon {
  text-align: left;
  margin-left: 24px;
}

.callMapLeftName {
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
}

.callMapLeftValue {
  font-size: 20px;
  color: #111;
}

.callUsNewsList {
  display: flex;

}

.callUsNewsItem {
  width: 32%;
  margin-right: 2%;
  box-shadow: 0 0 10px 10px #eee;
  border-radius: 6px;
  overflow: hidden;
}

.callUsNewsItem img {
  width: 100%;
}

.callUsNewsItem:last-child {
  margin-right: 0;
}

.callUsNewsCon {
  padding: 24px;
  text-align: left;
}

.callUsNewsName {
  font-size: 20px;
  color: #444;
  margin-bottom: 20px;
}

.callUsNewAdd {
  padding-left: 30px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  background: url('../../img/aboutUs/add.png') no-repeat left center;
}

.joinUsBox {
  text-align: center;
  padding: 48px 0 0 0;
}

.joinUsBox .img {
  display: block;
  width: 1400px;
  height: 420px;
  margin: 40px auto 10px;
}

.joinUsBox .img1 {
  display: block;
  width: 100%;
}

.resume {
  position: relative;
  margin: 20px 0;
  width: 100%;
  height: 380px;
  background: url("../../img/aboutUs/Frame32773.png") no-repeat center;
}

.resume .title {
  position: absolute;
  top: 60px;
  left: 355px;
  display: flex;
  flex-direction: column;
  width: 166px;
  height: 60px;
}

.resume .title h3 {
  font-size: 40px;
  font-family: "Microsoft YaHei";
  font-weight: 700;
}

.resume .title i {
  font-style: normal;
  font-size: 18px;
  color: #D2D2D2;
  font-family: "Microsoft YaHei";
}

.resume .callus {
  position: absolute;
  top: 190px;
  left: 355px;
  /* display: flex; */
  /* flex-direction: column; */
  width: 720px;
  height: 75px;
  font-size: 24px;
  text-align: left;
}

.resume .callus strong {
  font-weight: 400;
  color: #168A46;
}

.resume .tip {
  position: absolute;
  top: 290px;
  left: 355px;
  width: 330px;
  height: 25px;
  font-size: 16px;
  color: #666;
  text-align: left;
}

.resume .click {
  display: block;
  position: absolute;
  top: 100px;
  right: 360px;
  width: 200px;
  height: 150px;
}

.joinUnitIntro {
  text-align: left;
  padding: 48px 0;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #666;
  line-height: 36px;
}

.jobList {
  text-align: left;
}

.jobItem {
  border-bottom: 1px solid #ddd;

}

.jobTitle {
  padding: 30px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #111;
  font-weight: bold;
  cursor: pointer;
}

.jobCon {
  padding: 28px 24px 0;
}

.jobDesc {

  font-size: 14px;
  color: #666;
  line-height: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
}

.jobMail {

  padding: 12px 0 12px 60px;
  background: url('../../img/aboutUs/mail.png') no-repeat left center;

}

.jobMailTxt1 {
  font-size: 16px;
  color: #333;
}

.jobMailTxt2 {
  font-size: 14px;
  color: #666;
}


.commonTitleBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctChina {
  font-size: 40px;
  color: #111;
  font-weight: 700;
  line-height: 52px;
}

.ctEng {
  font-size: 18px;
  color: #D2D2D2;
  line-height: 20px;
}

.commonTitleCon {
  margin: 0 12px;
  text-align: center;
}