@charset "UTF-8";
/*公告栏*/
.bulletinBoardBox {
  background-color: #f7f7f7;
  height: 3rem;
}
.bulletinBoardBox .bulletinBoard .title {
  background-color: #005bac;
  width: 9rem;
  height: 3rem;
  color: #fff;
}
.bulletinBoardBox .bulletinBoard .title .iconfont {
  font-size: 1.2rem;
  margin-right: 0.75rem;
}
.bulletinBoardBox .bulletinBoard .title span {
  white-space: nowrap;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .bulletinBoardBox .bulletinBoard .title {
    width: 6rem;
    height: 2rem;
    font-size: 0.4rem;
  }
  .bulletinBoardBox .bulletinBoard .title .iconfont {
    margin-right: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  .bulletinBoardBox .bulletinBoard .title {
    width: 4rem;
    height: 2rem;
    font-size: 0.4rem;
  }
  .bulletinBoardBox .bulletinBoard .title .iconfont {
    margin-right: 5px;
    font-size: 14px;
  }
}
.bulletinBoardBox .bulletinBoard .right-icon {
  width: 0;
  height: 0;
  border: 0.4rem solid transparent;
  border-left: 0.5rem solid #005bac;
}
.bulletinBoardBox .bulletinBoard .swiper-container10 {
  /*height: 3vw;*/
  height: 40px;
  overflow: hidden;
  min-height: 12px;
  width: 50%;
}
.bulletinBoardBox .bulletinBoard .swiper-container10 .date {
  color: #333;
  margin: 0 1.5rem 0 3rem;
  font-size: 15px;
  font-family: "node-light";
  /* font-weight: 700; */
}
.bulletinBoardBox .bulletinBoard .swiper-container10 .txt {
  font-size: 15px;
  color: #878787;
}
@media screen and (max-width: 992px) {
  .bulletinBoardBox .bulletinBoard .swiper-container10 .date {
    margin: 0 10px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .bulletinBoardBox .bulletinBoard .swiper-container10 .date {
    margin: 0 8px 0 20px;
  }
}
@media screen and (max-width: 540px) {
  .bulletinBoardBox .bulletinBoard .swiper-container10 .swiper-slide {
    min-height: 12px;
  }
  .bulletinBoardBox .bulletinBoard .swiper-container10 .date {
    margin: 0 5px 0 15px;
    font-size: 13px;
  }
  .bulletinBoardBox .bulletinBoard .swiper-container10 .txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .bulletinBoardBox .bulletinBoard .details {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .bulletinBoardBox {
    height: 2rem;
  }
  .bulletinBoardBox .bulletinBoard .title span {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .bulletinBoardBox {
    height: 2rem;
  }
  .bulletinBoardBox .bulletinBoard .title span {
    font-size: 12px;
  }
}

.Advertising {
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .Advertising {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .Advertising {
    margin-top: 10px;
  }
}

.coreNav {
  width: 540px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
}
.coreNav .navItem {
  flex: 1;
  text-align: center;
  background-color: #f7f7f7;
  border-right: 1px solid #fff;
  cursor: pointer;
  font-size: 18px;
  /* font-weight: 700; */
  color: #333;
  font-family: "none-light";
}
.coreNav .active {
  background-color: #ef8200;
  color: #fff;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .coreNav {
    width: 100%;
    margin-bottom: 20px;
  }
  .coreNav .navItem {
    font-size: 16px;
  }
}

.project {
  margin-top: 40px;
  display: none;
  justify-content: space-between;
}
.project.active {
  display: flex;
}
.project a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 576px) {
  /* .project .projectItem:hover {
    transform: scale(1.05);
  } */
}
.project .projectItem {
  width: 31%;
  /* overflow: hidden; */
}
.project .projectItem img {
  transition: all 0.4s;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.project .projectItem img:hover {
  transform: scale(1.05);
}

.project .projectItem .title {
  font-size: 1rem;
  margin-top: 1.5rem;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* font-weight: 700; */
}
.project .projectItem .txt {
  font-size: 14px;
  margin-top: 1rem;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  letter-spacing: 1px;
  color: #999;
  font-size: 15px;
  font-family: "node-light";
}
@media screen and (max-width: 768px) {
  .project {
    margin-top: 0;
    margin: 0;
  }
  .project .projectItem {
    margin-bottom: 30px;
    width: 100%;
  }
  .project .projectItem .txt {
    margin-top: 15px;
    padding: 0 10px;
  }
  .project .projectItem .title {
    font-size: 16px;
    margin-top: 20px;
    padding: 0 10px;
  }
  .project .projectItem .txt {
    line-height: 1.5;
  }
}

.guwen {
  overflow: hidden;
}

.team {
  position: relative;
}
.team .swiper-container3 {
  overflow: hidden;
}
.team .arrow .arrow-l,
.team .arrow .arrow-r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  font-size: 80px;
  color: #bcbcbc;
}
.team .arrow .arrow-l {
  left: -100px;
}
.team .arrow .arrow-r {
  right: -100px;
}
.team .arrow .iconfont:hover {
  color: #ef8200;
}
.team .teamItem {
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  padding: 32px;
}
.team .teamItem .imgbox {
  width: 212px;
  height: 212px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.team .teamItem .imgbox img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .team .teamItem .imgbox {
    width: 40vw;
    height: 40vw;
  }
}
.team .teamItem .name {
  font-weight: 700;
  margin-top: 20px;
  font-size: 30px;
}
.team .teamItem .profession {
  margin-top: 10px;
  /* font-weight: 600; */
}
.team .teamItem .profile {
  color: #888;
  margin-top: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 15px;
  /* font-weight: 700; */

  text-align: justify;
  text-align-last: center;
  line-height: 1.5;
}
.team .teamItem .btn {
  width: 122px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  margin-top: 22px;
  border: 1px solid #eee;
  padding: 0;
  font-size: 15px;
  color: #888;
}
.team .teamItem:hover {
  background-color: #005bac;
}
.team .teamItem:hover .name,
.team .teamItem:hover .profession,
.team .teamItem:hover .profile {
  color: #fff;
}
.team .teamItem:hover .btn {
  color: #fff;
  background-color: #ef8200;
  border: 1px solid #ef8200;
}

.about .info .left img {
  width: 465px;
  height: 344px;
}
.about .info .center {
  display: flex;
  width: 325px;
  height: 344px;
  margin-right: auto;
}
.about .info .center .prifile {
  width: 335px;
  height: 344px;
  background-color: #f7f7f7;
  padding: 20px;
}
.about .info .center .prifile .title {
  /* font-weight: 700; */
  font-size: 20px;
  letter-spacing: 0;
  color: #333;
}
.about .info .center .prifile .txt {
  color: #878787;
  line-height: 1.6;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  letter-spacing: 1px;
  /* font-weight: 600; */
  font-family: "node-light";
}
.about .info .center .prifile .details {
  margin-top: 30px;
  margin-left: 0;
}
.about .info .right {
  width: 390px;
  height: 344px;
  text-align: center;
  background-color: #f7f7f7;
  padding: 27px;
  position: relative;
}
.about .info .right .title {
  /* font-weight: 700; */
  font-size: 20px;
}
.about .info .right .swiper-container4 {
  width: 245px;
  height: 165px;
  margin: 0 auto;
  margin-top: 38px;
  overflow: hidden;
}
.about .info .right .swiper-container4 img {
  width: 245px;
  height: 165px;
}
.about .info .right .details {
  margin: 0 auto;
  margin-top: 30px;
}
.about .info .right .arrow .arrow-l,
.about .info .right .arrow .arrow-r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  font-size: 50px;
  color: #bcbcbc;
}
.about .info .right .arrow .arrow-l {
  left: 12px;
}
.about .info .right .arrow .arrow-r {
  right: 12px;
}
.about .info .right .arrow .iconfont:hover {
  color: #ef8200;
}
@media screen and (max-width: 1200px) {
  .about .info {
    flex-wrap: wrap;
    display: flex;
  }
  .about .info .center {
    margin-right: 0;
    flex-shrink: 1;
    flex-grow: 1;
  }
  .about .info .center .prifile {
    width: 100%;
  }
  .about .info .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .prifile {
    width: 100% !important;
  }
  .about .info .left {
    width: 50%;
  }
  .about .info .center {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .about .info .left {
    width: 100%;
  }
  .about .info .left img {
    width: 100%;
    height: auto;
  }
  .about .info .center {
    width: 100%;
  }
}

.news a {
  display: block;
}
.news .newsNav .item {
  width: 31%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .news .newsNav .item {
    width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .news .newsNav {
    padding: 10px;
  }
  .news .newsNav .item {
    width: 100%;
  }
}
.news .item-t:hover {
  color: #ef8200;
}
.news .item-t:hover .title-l > span:first-child {
  color: #333;
}
.news .item-t:hover .title-r {
  background-color: #ef8200;
}
.news .item-t .title {
  display: flex;
  justify-content: space-between;
}
.news .item-t .title-l > span:first-child {
  /* font-weight: 700; */
  font-size: 18px;
  margin-right: 10px;
  color: #343434;
  font-size: 20px;
  font-family: Source Han Sans CN;
}
.news .item-t .title-l > span:nth-child(2) {
  color: #666;
  font-size: 15px;
  font-family: Arial;
  font-weight: 400;
}
.news .item-t .title-r {
  color: #fff;
  border-radius: 3px;
  text-align: center;
  width: 50px;
  height: 20px;
  line-height: 20px;
  background-color: #a4a4a4;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 2px;
}
.news .item-t .title-r > span:nth-child(2) {
  position: relative;
  top: -1px;
}
.news .item-t .line {
  height: 1px;
  background-color: #eee;
  margin-top: 19px;
}
.news .item-t .line .blueBlock {
  height: 3px;
  width: 10px;
  background-color: #005bac;
  position: relative;
  top: -1px;
}
.news .item-b {
  margin-top: 30px;
}
.news .item-b .first {
  position: relative;
  margin-bottom: 28px;
}
.news .item-b .first:hover img {
  transform: scale(1.05);
}
.news .item-b .first img {
  width: 100%;
  transition: all 0.4s;
  height: 260px;
  object-fit: cover;
}
.news .item-b .first .title {
  /* font-weight: bold; */
  font-size: 18px;
  margin-top: 24px;
}
.news .item-b .first .info {
  font-size: 14px;
  color: #999;
  margin-top: 19px;
  line-height: 1.8;
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}
.news .item-b .first .footer {
  position: absolute;
  display: flex;
  right: 0;
  bottom: 0;
  background-color: #fff;
  align-items: center;
  line-height: 1.8;
  color: #ef8200;
}
.news .item-b .first .footer > span:first-child {
  display: block;
}
.news .item-b .first .footer > span:last-child {
  color: #666;
}
.news .item-b .two {
  margin-top: 15px;
}
.news .item-b .two:hover {
  text-decoration: underline;
}
.news .item-b .two:hover span {
  color: #ef8200;
}
.news .item-b .two .date {
  padding: 0 5px;
  color: #999;
}
.news .item-b .two .txt {
  color: #333;
  /* font-weight: 600; */
}
.news .item-b .three {
  margin-top: 50px;
}
.news .item-b .three img {
  width: 100%;
  transition: all 0.4s;
  height: 260px;
  object-fit: cover;
}
.news .item-b .three:hover img {
  transform: scale(1.05);
}

.page-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  width: 100%;
  font-size: #333;
}
.page-title .title {
  /* font-weight: 700; */
  font-size: 36px;
}
.page-title .tips {
  font-size: 17px;
  color: #999;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .page-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .page-title .tips {
    font-size: 12px;
    margin-top: 5px;
  }
}

.more {
  border: 1px solid #b5b5b5;
  width: 150px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  color: #888;
  border-radius: 3px;
  margin-top: 38px;
  margin-bottom: 60px;
  background-color: #fff;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.more:hover {
  border: 1px solid #ef8200;
  color: #fff;
  background-color: #ef8200;
}

.details {
  border: 2px solid #ef8200;
  border-radius: 100px;
  color: #ef8200;
  font-size: 0.7rem;
  width: 3rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  /* font-weight: 700; */
  margin-left: 1rem;
}
.details span {
  position: relative;
  bottom: 2px;
}
.details:hover {
  color: #fff;
  background-color: #ef8200;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .page-title .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .news .item-b .three {
    margin-top: 15px !important;
  }

  .news .item-b .first .title {
    font-size: 16px !important;
    margin-top: 15px;
  }

  .page-title .title {
    font-size: 22px;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .details span {
    bottom: 0 !important;
  }

  .details {
    border: 2px solid #ef8200;
    border-radius: 8px;
    color: #ef8200;
    font-size: 12px;
    width: 2rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    margin-left: 1rem;
    height: auto;
  }
}

.hidefont {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hidefont2 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.hidefont3 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
