.breadCrumbs {
  height: 60px;
  /* font-weight: 700; */
}

.breadCrumbs > .container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 576px) {
  .breadCrumbs > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .breadCrumbs {
    height: 40px;
  }
}
.breadCrumbs .container {
  height: 100%;
}
.breadCrumbs img {
  margin-right: 25px;
}
.breadCrumbs i {
  margin: 0 25px;
}

.swiper-container2 {
  overflow: hidden;
  position: relative;
}
.swiper-container2 a {
  width: 100%;
  display: block;
}
.swiper-container2 a img {
  width: 100%;
}

.titleBox,
.titleBox2 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  border-bottom: 1px solid #d5d5d5;
  align-items: center;
  margin-bottom: 50px;
}
.titleBox .left,
.titleBox2 .left {
  position: relative;
  bottom: 5px;
}
.titleBox .left .title,
.titleBox2 .left .title {
  font-size: 28px;
  font-weight: 700;
  margin-right: 5px;
  white-space: nowrap;
  color: #333;
}
.titleBox .left .tips,
.titleBox2 .left .tips {
  font-size: 17px;
  color: #878787;
  font-weight: 400;
}
.titleBox .right,
.titleBox2 .right {
  display: flex;
  background-color: #f0f0f0;
  /* font-weight: 700; */
  text-align: center;
  color: #333;
  position: relative;
}
.titleBox .right .li,
.titleBox2 .right .li {
  padding: 12px 20px;
  position: relative;
}
.titleBox .right .active,
.titleBox2 .right .active {
  color: #ef8200;
  background-color: #fff;
  position: relative;
}
.titleBox .right .active:before,
.titleBox2 .right .active:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background-color: #ef8200;
  left: 0;
}

.projectList .project {
  display: none;
  /* justify-content: space-between; */
}

.projectList .active {
  display: flex;
}

.project .projectItem > .box {
  width: 100%;
  height: 100%;
  display: block;
}
/* @media screen and (min-width: 576px) {
  .project .projectItem:hover {
    transform: scale(1.05);
  }
} */
.project .projectItem {
  transition: all 0.4s;
  width: 31%;
  margin-bottom: 40px;
  margin-right: 3.5%;
}
.project .projectItem:nth-child(3n) {
  margin-right: 0;
}
.project .projectItem img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: all 0.3s;
}
.project .projectItem img:hover {
  transform: scale(1.1);
}
.project .projectItem .title {
  /* font-weight: 700; */
  font-size: 1rem;
  margin-top: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.project .projectItem .txt {
  font-size: 15px;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: 1px;
  color: #878787;
  line-height: 1.6;
  /* font-weight: 700; */
}

.Case .project {
  display: none;
  justify-content: space-between;
}
/* .Case .project .projectItem:hover {
  transform: scale(1.05);
  box-shadow: none;
} */
.Case .projectItem {
  width: 23.5%;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.Case .projectItem .item-t {
  text-align: center;
  display: block;
}
.Case .projectItem .item-t .title {
  color: #ef8200;
  margin-top: 20px;
}
.Case .projectItem .item-t .title2 {
  font-size: 16px;
  color: #333;
  /* font-weight: 700; */
  margin-top: 15px;
}
.Case .projectItem .item-t .txt {
  margin-bottom: 23px;
  color: #999;
  margin-top: 19px;
  -webkit-line-clamp: 2;
  position: relative;
  padding: 0 14px;
}
.Case .projectItem .item-t .txt span {
  position: absolute;
  right: 0;
  /* bottom: -5px; */
  background-color: #fff;
  color: #ef8200;
}
.Case .projectItem .item-b {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
}
.Case .projectItem .item-b .left {
  padding: 0 15px;
}
.Case .projectItem .item-b .left img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  object-fit: cover;
}
.Case .projectItem .item-b .center {
  flex-grow: 1;
  color: #005bac;
  font-size: 13px;
  line-height: 1rem;
}
.Case .projectItem .item-b .right img {
  width: 40px;
  height: 72px;
}

.Case .active {
  display: flex;
}

.Information {
  flex-wrap: wrap;
  margin: 50px 0;
  display: flex;
}
.Information a {
  display: block;
}
.Information .mainNews {
  position: relative;
  padding-right: 40px;
  padding-left: 0;
  transition: all 0.4s;
}
.Information .mainNews:hover {
  transform: scale(1.05);
}

.Information .mainNews img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 266px;
}
.Information .mainNews .info {
  margin-top: 20px;
  font-size: 18px;
}
.Information .newsList .two {
  margin-top: 15px;
}
.Information .newsList .two:hover {
  text-decoration: underline;
}
.Information .newsList .two:hover span {
  color: #ef8200;
}
.Information .newsList .two .date {
  padding: 0 5px;
  color: #8a8a8a;
  margin: 0 28px;
}
.Information .newsList .two .txt {
  color: #333;
  /* font-weight: 600; */
  letter-spacing: 1px;
}

.new .Information {
  display: none;
}

.new .active {
  display: flex;
}

.teamList {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .phone_padding_10 {
    padding: 0 10px !important;
  }
  .teamList {
    padding: 0 10px;
  }
}
.teamList > div {
  margin-right: 2%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 23.5%;
}
.teamList > div:nth-child(n) {
  margin-right: 2%;
}
.teamList > div:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .teamList > div {
    width: 31.33333%;
  }
  .teamList > div:nth-child(n) {
    margin-right: 3%;
  }
  .teamList > div:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .teamList > div {
    margin-bottom: 10px;
    width: 48%;
    border-radius: 10px;
  }
  .teamList > div:nth-child(n) {
    margin-right: 3%;
  }
  .teamList > div:nth-child(2n) {
    margin-right: 0;
  }
}
.teamList .item {
  transition: all 0.4s;
  display: flex;
  position: relative;
  border-radius: 2px;
  height: 0;
  padding-bottom: 131.11%;
  width: 100%;
}
.teamList .item:hover {
  transform: scale(1.05);
}
.teamList .item .bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.4s;
}
.teamList .item .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .teamList .item .info {
    height: 56px;
  }
}
.teamList .item .info .txt {
  margin-left: 18px;
}
.teamList .item .info img {
  height: 100%;
}

.side {
  width: 23.333%;
  margin-top: 40px;
  max-width: 280px;
}
.side .menu {
  padding: 30px;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.35);
}
.side .menu .icon2 {
  display: none;
}
.side .menu a:hover .icon2 {
  display: block;
}
.side .menu a:hover .icon1 {
  display: none;
}

.side2 .icon2,
.side2 .icon1 {
  display: none !important;
}
.side .menu .title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.side .menu .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #005bac;
}
.side .menu .title .txt {
  color: #005bac;
  font-size: 22px;
  margin-bottom: 2px;
}
.side .menu .title .tips {
  font-size: 14px;
  color: #888;
}
.side .menu .ul .li {
  border-top: 1px solid #f4f4f4;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.side .menu .ul .li:first-child {
  border-top: none;
  margin-top: 0;
}
.side .menu .ul .li:hover {
  color: #005bac;
}
.side .menu .ul .li .txt {
  /* font-weight: 700; */
}
.side .menu .ul .liBody {
  display: none;
}
.side .menu .ul .liBody .more,
.side .menu .ul .liBody .more2 {
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  display: none;
  color: #007bff;
}
.side2 .menu .ul .liBody .more {
  display: block;
}
.side2 .menu .ul .liBody .more2 {
  display: none;
}
.side .menu .ul .liItem {
  text-indent: 1em;
  color: #888;
}
.side .menu .ul .liItem:hover {
  color: #005bac;
}
.side .menu .ul .liItem > div:last-child {
  margin-bottom: 20px !important;
}
.side .menu .ul .icons {
  color: #005bac;
}

.side .menu .ul .li .icon2 {
  display: none;
}
.side .menu .ul .li:hover .icon2 {
  display: block;
}
.side .menu .ul .li:hover .icon1 {
  display: none;
}
.side .menu .ul .active .icon2 {
  display: block;
}
.side .menu .ul .active .icon1 {
  display: none;
}
.side .menu .ul .icons .icon1 {
  display: none;
}
.side .menu .ul .icons .icon2 {
  display: block;
}

.side .menu .ul .li:last-child {
  border: none;
}
.side .ad img {
  margin-top: 40px;
  width: 100%;
  display: block;
}

.Advertising {
  margin: 60px 0;
  margin-bottom: initial!important;
  display: block;
}

.content {
  width: 76.6666%;
  padding-left: 80px;
  margin-top: 40px;
}
.content .route {
  text-align: right;
  border-bottom: 1px dashed #d2d2d2;
  padding: 14px 0;
}
.content .list .item {
  cursor: pointer;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px dashed #d2d2d2;
}
.content .list .item .img {
  width: 250px;
  height: 154px;
  flex-shrink: 0;
  margin-right: 20px;
}
.content .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .list .item .title {
  margin-top: 5px;
  /* font-weight: 600; */
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content .list .item .date {
  color: #999;
  margin-bottom: 12px;
  margin-top: 15px;
  font-size: 15px;
}
.content .list .item .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3rem;
  color: #999;
  font-size: 16px;
  position: relative;
  letter-spacing: 1px;
}

.pagination {
  margin-top: 20px;
  margin-bottom: 15px;
}
.pagination .pagger-box {
  display: inline-block;
  width: auto;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.pagination .jump-text,
.pagination .jump-button,
.pagination .total-pages,
.pagination .total-count {
  display: none;
}
.pagination .pagger .pageWrap ul .sel-page {
  background-color: #ef8200;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  position: relative;
}
.pagination .pagger .pageWrap ul {
  margin-bottom: 0;
}
.pagination .pageSelect {
  display: flex;
  align-items: center;
}
.pagination button:focus {
  outline: none;
}

@media screen and (max-width: 1200px) {
  .teamList .info .txt > div {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .project .projectItem {
    width: 48%;
  }
  .project .projectItem:nth-child(n) {
    margin-right: 4%;
  }
  .project .projectItem:nth-child(2n) {
    margin-right: 0;
  }

  div.content .list .item .info .info-b {
    -webkit-line-clamp: 5;
  }

  .titleBox .left .title {
    font-size: 24px;
  }
  .titleBox .left .tips {
    display: none;
  }

  .Information .newsList .two {
    margin-top: 10px;
  }
  .Information .newsList .two .date {
    margin: 0 5px;
  }

  div.p10 {
    display: block;
  }

  .titleBox .left .title {
    display: none;
  }
  .titleBox .right {
    overflow: auto;
    width: 100%;
  }
  .titleBox .right .li {
    flex: 1;
    white-space: nowrap;
  }
  .titleBox .right::-webkit-scrollbar {
    display: none;
  }

  .content {
    width: 100%;
    padding-left: 0;
  }
  .content .item .txt {
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 768px) {
  .projectList .project .projectItem {
    width: 100%;
  }
  .project .projectItem:nth-child(n) {
    margin-right: 0;
  }
  .projectList .project .projectItem .title {
    margin-top: 15px;
    font-size: 16px;
  }
  .projectList .project .projectItem .txt {
    margin: 10px 10px 0 10px;
  }

  .new .Information {
    margin-top: 20px;
  }

  .Case .project .projectItem {
    margin-top: 20px;
  }

  .content {
    margin-top: 20px;
  }

  .titleBox .left .title {
    display: none;
  }
  .titleBox .right {
    overflow: auto;
    width: 100%;
  }
  .titleBox .right .li {
    flex: 1;
    white-space: nowrap;
  }
  .titleBox .right::-webkit-scrollbar {
    display: none;
  }

  .titleBox2 .left .title {
    font-size: 20px;
    margin-right: 0;
  }

  .titleBox,
  .titleBox2 {
    margin-bottom: 10px;
  }

  .new .mainNews {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .new .newsList {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .p10 {
    padding: 0 10px;
  }

  .titleBox {
    margin-top: 10px;
  }

  .pageWrap {
    display: none;
  }

  .pagger-box {
    margin-top: 0;
  }

  .content {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .content .route {
    margin-right: 10px;
  }
  .content .list .item {
    cursor: pointer;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px dashed #d2d2d2;
  }
  .content .list .item .img {
    width: 150px;
    height: 91px;
    margin-right: 10px;
  }
  .content .list .item .title {
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .content .list .item .date {
    color: #666;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 12px;
  }
  .content .list .item .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    letter-spacing: 1px;
  }

  .Case .projectItem .item-b .left {
    padding: 0 10px;
  }
  .Case .projectItem .item-b .left img {
    width: 40px;
    height: 40px;
  }
  .Case .projectItem .item-b .center {
    font-size: 12px;
  }
}
.p10 {
  width: 100%;
  display: flex;
}
.menu .liBody .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
