.gsgkWrap .honorSwiper .honorItem {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.gsgkWrap .honorSwiper .honorItem .pic {
  width: 100%;
  background: #f4f7f9;
  height: 250px;
  text-align: center;
}
.gsgkWrap .honorSwiper .honorItem .pic img {
  height: 100% !important;
  margin: 0 auto;
}
.gsgkWrap .honorSwiper .honorItem .name {
  font-weight: 700;
  font-size: 15px;
  line-height: 35px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.gsgkWrap .honorTitle {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #0c95e3;
  padding: 10px 20px 10px 15px;
  border-left: 10px solid #009844;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 320px;
  text-align: center;
}
.gsgkWrap .serviceSwiper {
  margin-top: 20px;
}
.gsgkWrap .serviceSwiper .comItem {
  width: 100%;
  height: 90px;
  display: flex;
  font-size: 17px;
  justify-content: center;
  font-weight: 700;
  border-radius: 2px;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
  background: #f0f8ff;
}
.gsgkWrap .serviceSwiper .comItem:hover {
  transform: translateY(-5px);
}
.gsgkWrap .content {
  width: 70%;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 21% 79%;
  column-gap: 15px;
}
.gsgkWrap .content .introduceWrap {
  width: 100%;
}
.gsgkWrap .content .introduceWrap .tab {
  display: grid;
  grid-template-columns: repeat(2, 136px);
  font-weight: 700;
  font-size: 19px;
  height: 40px;
  color: #303133;
  position: relative;
  border-bottom: 3px solid #e4e7ed;
}
.gsgkWrap .content .introduceWrap .tab .active {
  color: #0189ec;
}
.gsgkWrap .content .introduceWrap .tab .activeLine {
  width: 76px;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 30px;
  background-color: #0189ec;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  list-style: none;
}
.gsgkWrap .content .introduceWrap .tab div {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gsgkWrap .content .introduceWrap .contentRight_title {
  font-size: 21px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gsgkWrap .content .introduceWrap .contentRight_title .lineL {
  width: 115px;
  height: 1px;
  background: #ccc;
  margin-right: 30px;
}
.gsgkWrap .content .introduceWrap .contentRight_title .lineR {
  width: 115px;
  height: 1px;
  background: #ccc;
  margin-left: 30px;
}
.gsgkWrap .content .introduceWrap .TechnicalTeamStyle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.gsgkWrap .content .introduceWrap .TechnicalTeamStyle .listItem {
  width: 23%;
  margin: 1% 2%;
  background-size: 100% 100% !important;
  height: 260px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gsgkWrap .content .introduceWrap .TechnicalTeamStyle .listItem .write {
  display: block;
  width: 80%;
}
.gsgkWrap .content .introduceWrap .TechnicalTeamStyle .listItem .write span {
  display: block;
  margin-bottom: 10px;
  font-size: 27px;
}
.gsgkWrap .content .introduceWrap .fuStyle {
  display: flex;
  flex-wrap: wrap;
}
.gsgkWrap .content .introduceWrap .fuStyle .fuStyle_list .contentRight_bottom {
  width: 100%;
  height: 105px;
  font-size: 17px;
  background: #f3f4f8;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gsgkWrap .content .introduceWrap .fuStyle .fuStyle_list .contentRight_bottom .bottom_com_img {
  width: 35px;
  height: 35px;
}
.gsgkWrap .content .introduceWrap .fuStyle .fuStyle_list .contentRight_bottom .bottom_com_text {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
}
.gsgkWrap .content .historyWrap {
  padding: 30px 0;
  width: 100%;
  box-sizing: border-box;
}
.gsgkWrap .content .historyWrap .tagItem {
  grid-template-columns: 1fr !important;
}
.gsgkWrap .content .historyWrap .tagItem .tag {
  width: fit-content;
  font-size: 16px;
  background: #e7f5ff;
  color: #333;
  border: 1px solid #32acff;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 4px;
  margin: 0 auto;
  z-index: 2;
}
.gsgkWrap .content .historyWrap .item {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  padding-bottom: 40px;
}
.gsgkWrap .content .historyWrap .item .left {
  font-size: 17px !important;
  color: #fff;
  border-radius: 20px;
  font-weight: 700;
  width: 180px;
  padding: 6px 0;
  text-align: center;
  background-image: linear-gradient(90deg, #0073fe, #0098ff, #00c7ff);
  display: inline-block;
  margin: -10px 0 0 auto;
  height: fit-content;
}
.gsgkWrap .content .historyWrap .item .right {
  max-width: calc(50%-50px);
  width: fit-content;
  padding: 20px;
  font-size: 16px;
  color: #444;
  border-radius: 4px;
  background: #efefef;
  border: 1px solid #ebeef5;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.gsgkWrap .content .historyWrap .item .right .rTit {
  font-size: 21px;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
}
.gsgkWrap .content .historyWrap .item .right .subTit {
  margin-top: 10px;
}
.gsgkWrap .content .historyWrap .item:after {
  position: absolute;
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #79c5ef;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.gsgkWrap .content .historyWrap .item:before {
  position: absolute;
  content: " ";
  width: 2px;
  height: 100%;
  background-color: #e4e7ed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.gsgkWrap .content .slideBar .title {
  width: 100%;
  height: 100px;
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  background: url("../images/icon4.png") no-repeat;
  background-size: 100% 100%;
  font-weight: 700;
}
.gsgkWrap .content .slideBar .tabList {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: url("../images/icon5.png") no-repeat;
  background-size: cover;
}
.gsgkWrap .content .slideBar .tabList .tabItem {
  width: 100%;
  padding: 25px 0px 25px 50px;
  font-size: 19px;
  font-weight: 700;
  color: #333;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
}
.gsgkWrap .content .slideBar .tabList .tabItem:before {
  content: " ";
  background-image: url("../images/icon20.png");
  width: 18px;
  height: 18px;
  background-size: cover;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 10px;
}
.gsgkWrap .content .slideBar .tabList .tabItem:hover {
  background: rgba(30, 190, 248, 0.5);
  color: #fff;
}
.gsgkWrap .content .slideBar .tabList .active {
  background: rgba(30, 190, 248, 0.5);
  color: #fff;
}
.gsgkWrap .content .slideBar .tabList .active:before {
  content: " ";
  background-image: url("../images/icon21.png");
  width: 18px;
  height: 18px;
  background-size: cover;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 10px;
}
.gsgkWrap .content .join-list {
  display: flex;
  flex-direction: column;
}
.gsgkWrap .content .join-list .item:hover {
  transform: translateY(-8%);
}
.gsgkWrap .content .join-list .item:hover .newsTit {
  color: #0b93e1;
  transform: translateX(2%);
}
.gsgkWrap .content .join-list .item:hover .rightIcon {
  background-color: #0b93e1;
  transform: translateX(5px);
}
.gsgkWrap .content .join-list .item:hover .rightIcon img:nth-child(1) {
  display: none;
}
.gsgkWrap .content .join-list .item:hover .rightIcon img:nth-child(2) {
  display: inherit;
}
.gsgkWrap .content .join-list .item {
  box-shadow: 1px 4px 10px 5px #efefef;
  border-radius: 4px;
  padding: 20px;
  transition: 0.8s ease;
  margin-bottom: 2%;
}
.gsgkWrap .content .join-list .item .middle {
  width: 100%;
  display: flex;
  column-gap: 2%;
  align-items: center;
  font-size: 20px;
  transition: 1.2s ease;
  font-weight: bold;
}
.gsgkWrap .content .join-list .item .top .tag {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #0c95e3;
  padding: 10px 30px;
  border-left: 10px solid #009844;
  margin-bottom: 20px;
}
.gsgkWrap .content .join-list .item .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gsgkWrap .content .join-list .item .btn-group .btn {
  cursor: pointer;
  color: #fff;
  background-color: #0b93e1;
  padding: 12px 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  width: 120px;
}
.gsgkWrap .content .join-list .item .btn-group .btn span {
  font-size: 18px;
}
.gsgkWrap .content .join-list .item .btn-group .btn img {
  margin-left: 20px;
  width: 20px;
  height: 20px;
}
