body {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  font-family: PingFangSC-Medium, PingFang SC;
  box-sizing: border-box;
  min-width: 1240px;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

#PageTop {
  height: 36px;
  line-height: 36px;
  background: #333333;
}

#PageTop .inner {
  text-align: right;
}

#PageTop .inner a {
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 0 20px;
}

#PageTop .inner a:hover {
  text-decoration: underline;
}

.index-box {
  padding-top: 30px;
  background: url(../images/main-bg.png) no-repeat center center;
  background-size: cover; /* 关键修改：让背景图片覆盖整个容器 */
  position: relative;
  top: -2px;
}

.head {
  margin-bottom: 30px;
}

.head .inner {
  display: flex;
  justify-content: space-between;
}

.head .inner .search {
  width: 470px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  padding: 0;
}

.head .inner .search .search-top {
  display: flex;
  align-items: center;
}

.head .inner .search .search-top .category {
  width: 105px;
  height: 44px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px 0px 0px 6px;
  border: 1px solid #FFFFFF;
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}

.head .inner .search .search-top .category .title {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  line-height: 44px;
  background: url(../images/xl.png) no-repeat;
  background-size: 16px 16px;
  background-position: 75px center;
  position: relative;
}

.menu-show {
  display: block !important;
}

.head .inner .search .search-top .category .title .down-menu {
  background: #fff;
  z-index: 99;
  position: absolute;
  width: 100%;
  border-radius: 0 0 0 6px;
  left: -1px;
  display: none;
}

.head .inner .search .search-top .category .title .down-menu li:hover {
  background: #3279d2;
  color: #fff;
}

.head .inner .search .search-top .search-input {
  display: flex;
}

.head .inner .search .search-top .search-input input {
  width: 265px;
  height: 44px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #FFFFFF;
  outline: none;
  padding: 0 20px;
  font-size: 14px;
}

.head .inner .search .search-top .search-input .search-icon {
  width: 56px;
  height: 44px;
  background: #3179D2;
  border-radius: 0px 6px 6px 0px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head .inner .search .search-top .search-input .search-icon img {
  width: 24px;
  height: 24px;
}

.head .inner .search .search-bottom {
  padding: 8px 28px;
}

.head .inner .search .search-bottom .hot-words {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head .inner .search .search-bottom .hot-words span {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  letter-spacing: 1px;
}

.head .inner .search .search-bottom .hot-words a:hover span {
  color: #3279d2;
}

#tabBox {
  margin-bottom: 40px;
}

#tabBox .notice {
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px 6px 0px 0px;
  display: flex;
  align-items: center;
  padding: 0 13px;
}

#tabBox .notice .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#tabBox .notice .inner .notice-icon {
  margin-right: 10px;
}

#tabBox .notice .inner .notice-content {
  position: relative;
  overflow: hidden;
  width: 1100px;
  height: 15px;
}

#tabBox .notice .inner .notice-content ul {
  overflow: hidden;
  white-space: nowrap;
  width: 3066px;
  position: absolute;
  left: 0;
  top: 0;
}

#tabBox .notice .inner .notice-content ul li {
  font-size: 14px;
  font-family: AppleSDGothicNeo-Medium, AppleSDGothicNeo;
  font-weight: 500;
  color: #333333;
  float: left;
  margin-right: 15px;
}

#tabBox .index-tab {
  display: flex;
  background: #fff;
  margin: 0;
  border-top: 2px solid rgba(49, 121, 210, 0.2);
  border-bottom: 2px solid rgba(49, 121, 210, 0.2);
  border-right: 2px solid rgba(49, 121, 210, 0.2);
}

#tabBox .index-tab .index-tab-select {
  padding: 0;
}

#tabBox .index-tab .index-tab-select ul {
  width: 300px;
}

#tabBox .index-tab .index-tab-select ul .active {
  background: #3179D2;
}

#tabBox .index-tab .index-tab-select ul .active #technology h3 {
  background: url('../images/list-icon1-active.png') no-repeat;
  background-size: 32px 32px;
  color: #FFFFFF;
  background-position: left center;
}

#tabBox .index-tab .index-tab-select ul .active #demand h3 {
  background: url('../images/list-icon2-active.png') no-repeat;
  background-size: 32px 32px;
  background-position: left center;
  color: #FFFFFF;
}

#tabBox .index-tab .index-tab-select ul .active #service h3 {
  background: url('../images/list-icon3-active.png') no-repeat;
  background-size: 32px 32px;
  background-position: left center;
  color: #FFFFFF;
}

#tabBox .index-tab .index-tab-select ul .active #case h3 {
  background: url('../images/list-icon4-active.png') no-repeat;
  background-size: 32px 32px;
  background-position: left center;
  color: #FFFFFF;
}

#tabBox .index-tab .index-tab-select ul .active #query {
  border-bottom: none;
}

#tabBox .index-tab .index-tab-select ul .active #query h3 {
  background: url('../images/list-icon5-active.png') no-repeat;
  background-size: 32px 32px;
  background-position: left center;
  color: #FFFFFF;
}

#tabBox .index-tab .index-tab-select ul .active .arrow-icon {
  background: url(../images/jt-white.png) no-repeat !important;
}

#tabBox .index-tab .index-tab-select ul li {
  background: #EAF1FA;
  height: 112px;
  display: flex;
  cursor: pointer;
}

#tabBox .index-tab .index-tab-select ul li .tab-item {
  display: flex;
  align-items: center;
  margin: 0 30px;
  width: 100%;
  /* border-bottom: 1px dashed #3179D2; */
  justify-content: space-between;
}

#tabBox .index-tab .index-tab-select ul li .tab-item h3 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3179D2;
  padding-left: 40px;
  margin-bottom: 0;
}

#tabBox .index-tab .index-tab-select ul li .tab-item .arrow-icon {
  background: url(../images/jt-blue.png) no-repeat;
  background-size: 32px 32px;
  display: block;
  width: 32px;
  height: 32px;
}

#tabBox .index-tab .index-tab-select ul li #technology h3 {
  background: url('../images/list-icon1.png') no-repeat;
  background-size: 32px 32px;
  background-position: left center;
}

#tabBox .index-tab .index-tab-select ul li #demand h3 {
  background: url('../images/list-icon2.png') no-repeat;
  background-size: 32px 32px;
  background-position: left center;
}

#tabBox .index-tab .index-tab-select ul li #service h3 {
  background: url('../images/list-icon3.png') no-repeat;
  background-size: 32px 32px;
  background-position: left center;
}

#tabBox .index-tab .index-tab-select ul li #case h3 {
  background: url('../images/list-icon4.png') no-repeat;
  background-size: 32px 32px;
  background-position: left center;
}

#tabBox .index-tab .index-tab-select ul li #query {
  border-bottom: none;
}

#tabBox .index-tab .index-tab-select ul li #query h3 {
  background: url('../images/list-icon5.png') no-repeat;
  background-size: 32px 32px;
  background-position: left center;
}

#tabBox .index-tab .index-tab-content {
  width: 858px;
  position: relative;
}

#tabBox .index-tab .index-tab-content .modal {
  display: none;
  margin: 20px 20px 0px 20px;
  width: 858px;
}

#tabBox .index-tab .index-tab-content .show {
  display: block !important;
}

#tabBox .index-tab .index-tab-content .tab-content-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#tabBox .index-tab .index-tab-content .tab-content-list .tab-content-item {
  width: 274px;
  border: 1px solid #EAEAEA;
  background-color: #FAFAFA;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 1s ease 0s;
}

#tabBox .index-tab .index-tab-content .tab-content-list .tab-content-item:hover {
  border: 1px solid #b7d7ff;
}

#tabBox .index-tab .index-tab-content .tab-content-list .tab-content-item:hover .item-img img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#tabBox .index-tab .index-tab-content .tab-content-list .tab-content-item a {
  text-decoration: none;
}

#tabBox .index-tab .index-tab-content .tab-content-list .tab-content-item .item-img {
  height: 128px;
  width: 274px;
  overflow: hidden;
}

#tabBox .index-tab .index-tab-content .tab-content-list .tab-content-item .item-img img {
  width: 100%;
  height: 100%;
  transition: all 1s ease 0s;
  cursor: pointer;
}

/* #tabBox .index-tab .index-tab-content .tab-content-list .tab-content-item .item-img img:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
} */
#tabBox .index-tab .index-tab-content .tab-content-list .tab-content-item .item-inner {
  padding: 7px 13px;
  font-family: PingFangHK-Semibold, PingFangHK;
}

#tabBox .index-tab .index-tab-content .tab-content-list .tab-content-item .item-inner h4 {
  font-size: 20px;
  font-weight: 600;
  color: #4A4A4A;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

#tabBox .index-tab .index-tab-content .tab-content-list .tab-content-item .item-inner .item-tag span {
  display: inline-block;
  padding:0px 10px 0px 10px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 12px;
  border: 1px solid #9D9D9D;
  font-size: 14px;
  font-weight: 500;
  color: #B1B1B1;
  margin: 10px 3px 10px 0;
}

#tabBox .index-tab .index-tab-content .tab-content-list .tab-content-item .item-inner .item-tag span:hover {
  border: 1px solid #3279d2;
  color: #3279d2;
}


#tabBox .index-tab .index-tab-content .tab-content-list .tab-content-item .item-inner p {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #4A4A4A;
}

#tabBox .index-tab .index-tab-content .demand .tab-content-item .item-inner {
  padding: 7px 0px 7px 13px;
  width: 205px;
  font-family: PingFangHK-Semibold, PingFangHK;
}

#tabBox .index-tab .index-tab-content .demand .tab-content-item {
  width: 378px;
  height: 104px;
  background: #FAFAFA;
  border: 1px solid #EAEAEA;
  padding: 20px;
}

#tabBox .index-tab .index-tab-content .demand .tab-content-item {
  display: flex;
}

#tabBox .index-tab .index-tab-content .demand .tab-content-item .item-img {
  width: 159px;
  height: 106px;
}

#tabBox .index-tab .index-tab-content .demand .tab-content-item .item-inner h4 {
  height: 52px;
  border-left: 4px solid #3179D2;
  padding-left: 6px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 190px;
  white-space: pre-wrap;
}

#tabBox .index-tab .index-tab-content .demand .demand-link {
  width: 100%;
  text-align: right;
}

#tabBox .index-tab .index-tab-content .demand .demand-link div {
  width: 127px;
  display: inline-block;
  height: 38px;
  text-decoration: none;
  background: #3179D2;
  border-radius: 16px 16px 0px 0px;
  text-align: center;
  margin-left: 20px;
  position: relative;
  top: 4px;
}

#tabBox .index-tab .index-tab-content .demand .demand-link div a {
  width: 100px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
  color: #fff;
  background: url("../images/more-icon.png") no-repeat;
  background-position: right center;
}

#tabBox .index-tab .index-tab-content .service {
  display: flex;
}

#tabBox .index-tab .index-tab-content .service .block-left {
  width: 400px;
  margin-right: 20px;
}

#tabBox .index-tab .index-tab-content .service .block-left .tag-content {
  height: 468px;
}

#tabBox .index-tab .index-tab-content .service .block-left .tag-list {
  display: none;
}

#tabBox .index-tab .index-tab-content .service .block-left .img-item {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 215px;
  margin-bottom: 20px;
}

#tabBox .index-tab .index-tab-content .service .block-left .tag-list.active {
  display: block;
}

#tabBox .index-tab .index-tab-content .service .block-left .img-item:hover .img-box img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#tabBox .index-tab .index-tab-content .service .block-left .img-item .img-box {
  width: 400px;
  height: 215px;
}

#tabBox .index-tab .index-tab-content .service .block-left .img-item .img-box img {
  width: 100%;
  height: 100%;
  transition: all 1s ease 0s;
}

#tabBox .index-tab .index-tab-content .service .block-left .img-item .img-txt {
  position: absolute;
  width: 100%;
  bottom: 0;
}

#tabBox .index-tab .index-tab-content .service .block-left .img-item .img-txt h4 {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.4);
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#tabBox .index-tab .index-tab-content .service .block-left .tag {
  display: flex;
  cursor: pointer;
}

#tabBox .index-tab .index-tab-content .service .block-left .tag .graph1 span {
  background: url("../images/ti-nxz.png")no-repeat;
  display: block;
  height: 55px;
  width: 133px;
  font-size: 16px;
  font-weight: 600;
  color: #6c6c6c;
  text-align: center;
  line-height: 55px;
  background-size: 100% 100%;
}

#tabBox .index-tab .index-tab-content .service .block-left .tag .graph2 span {
  background: url("../images/p-nxz.png")no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 134px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #6C6C6C;
}

#tabBox .index-tab .index-tab-content .service .block-left .tag .graph3 span {
  background: url("../images/dti-nxz.png")no-repeat;
  background-size: 100% 100%;
  height: 55px;
  line-height: 55px;
  width: 133px;
  text-align: center;
  position: relative;
  color: #6c6c6c;
  font-weight: 500;
  font-size: 16px;
  display: block;
}

#tabBox .index-tab .index-tab-content .service .block-left .tag .active:nth-of-type(1) span {
  background: url("../images/ti-xz.png")no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

#tabBox .index-tab .index-tab-content .service .block-left .tag .active:nth-of-type(2) span {
  background: url("../images/p-xz.png")no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

#tabBox .index-tab .index-tab-content .service .block-left .tag .active:nth-of-type(3) span {
  background: url("../images/dti-xz.png")no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

#tabBox .index-tab .index-tab-content .service .block-right {
  display: flex;
}

#tabBox .index-tab .index-tab-content .service .block-right .item {
  width: 210px;
  background: #FBFCFE;
  font-family: PingFangSC-Semibold, PingFang SC;
  border: 1px solid #EAEAEA;
}

#tabBox .index-tab .index-tab-content .service .block-right .item .title {
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background: #3179D2;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

#tabBox .index-tab .index-tab-content .service .block-right .item ul {
  padding: 0 10px;
  /* max-height: 385px; */
  /* overflow-y: auto; */
}

#tabBox .index-tab .index-tab-content .service .block-right .item ul::-webkit-scrollbar {
  display: none;
}

#tabBox .index-tab .index-tab-content .service .block-right .item ul li {
  height: 52px;
  border-bottom: 1px dashed #C8D2D8;
  display: flex;
  align-items: center;
}

#tabBox .index-tab .index-tab-content .service .block-right .item ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
  background: #246FED;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

#tabBox .index-tab .index-tab-content .service .block-right .item ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  display: block;
  width: 170px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#tabBox .index-tab .index-tab-content .service .block-right .item ul li a:hover {
  color: #246FED;
}

#tabBox .index-tab .index-tab-content .service .block-right .item .still {
  width: 100px;
  align-items: center;
  height: 30px;
  border-radius: 19px;
  border: 1px solid #0479D9;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background: url(../images/jt-blue.png) no-repeat;
  background-size: 18px 18px;
  background-position: 72px center;
  margin-top: 15px;
  margin-left: 52px;
  margin-bottom: 10px;
}

#tabBox .index-tab .index-tab-content .service .block-right .item .still a {
  color: #3279d2;
}

#tabBox .index-tab .index-tab-content .service .block-right .item .still img {
  width: 18px;
  height: 18px;
}

#tabBox .index-tab .index-tab-content .case .tab-content-item {
  width: 410px;
  border: none;
  background: #fff;
}

#tabBox .index-tab .index-tab-content .case .tab-content-item:hover {
  border: none;
}

#tabBox .index-tab .index-tab-content .case .tab-content-item:hover {
  background: #eaf1fa;
}

#tabBox .index-tab .index-tab-content .case .tab-content-item a {
  display: flex;
}

#tabBox .index-tab .index-tab-content .case .tab-content-item a .item-img {
  width: 100px;
  height: 100px;
  border-radius: 2px;
  border: 1px solid #C8D2D8;
}

#tabBox .index-tab .index-tab-content .case .tab-content-item a .item-img img {
  width: 100%;
  height: 100%;
}

#tabBox .index-tab .index-tab-content .case .tab-content-item a .item-inner {
  width: 290px;
  padding: 6px 10px;
}

#tabBox .index-tab .index-tab-content .case .tab-content-item a .item-inner h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
}

#tabBox .index-tab .index-tab-content .case .tab-content-item a .item-inner p {
  font-size: 14px;
  font-weight: 400;
  color: #3C3C3C;
  line-height: 22px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#tabBox .index-tab .index-tab-content .achievements {
  display: flex;
}

#tabBox .index-tab .index-tab-content .achievements .block-left {
  width: 440px;
  height: 556px;
  background: url(../images/list-bg.png) no-repeat;
  background-size: 100% 100%;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket {
  position: relative;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .item {

  border-radius: 10px;
  /* transform: rotateZ(45deg); */
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  transition: all 300ms ease 0s;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .item .item-img {
  /* transform: rotateZ(-45deg); */
  position: relative;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease 0s;
}




#tabBox .index-tab .index-tab-content .achievements .block-left .casket .item .item-img p {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 10px;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal1 {
  background: url("../images/petal1.png")no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(50% - 83px);
  top: 67px;
  width: 157px;
  height: 212px;
}




#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal2 {
  background: url("../images/petal2.png")no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 18px;
  top: 158px;
  width: 205px;
  height: 159px;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal3 {
  background: url("../images/petal3.png")no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(50% - 7px);
  top: 278px;
  width: 159px;
  height: 186px;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal4 {
  background: url("../images/petal4.png")no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 283px;
  left: 56px;
  width: 158px;
  height: 186px;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal5 {
  background: url("../images/petal5.png")no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 160px;
  left: 11px;
  width: 205px;
  height: 159px;
}


/* #tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal1:hover {
  margin-top: -10px;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal2:hover {
  right: 30px;
  top: 156px;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal3:hover {
  top: 285px;
  left: 216px;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal4:hover {
  top: 290px;
  left: 50px;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal5:hover {
  top: 156px;
  left: 0px;
} */

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal1 .item-img {
  position: relative;
  top: 35px;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal1 .item-img p {
  position: relative;
  top: 20px;
  font-weight:700;
}


#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal2 .item-img {
  position: relative;
  top: 50px;
  left: 50px;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal2 .item-img p {
  position: absolute;
  margin-top: 0;
  font-weight:700;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal3 .item-img {
  position: relative;
  top: 110px;
  left: 20px;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal3 .item-img p {
  position: absolute;
  top: -50px;
  font-weight:700;
}


#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal4 .item-img {
  position: relative;
  top: 110px;
  left: -20px;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal4 .item-img p {
  position: absolute;
  top: -52px;
  left: 90px;
  font-weight:700;
}


#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal5 .item-img {
  position: relative;
  top: 50px;
  left: -50px;
}

#tabBox .index-tab .index-tab-content .achievements .block-left .casket .petal5 .item-img p {
  position: absolute;
  right: 0;
  top: 30px;
  font-weight:700;
}







#tabBox .index-tab .index-tab-content .achievements .block-right {
  padding: 0 20px;
  width: 420px;
}

#tabBox .index-tab .index-tab-content .achievements .block-right .tip-content .tip-list {
  display: none;
}

#tabBox .index-tab .index-tab-content .achievements .block-right .title {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-bottom: 1px solid #D4D8E2;
  padding-bottom: 6px;
}

#tabBox .index-tab .index-tab-content .achievements .block-right .title .circle {
  display: flex;
}

#tabBox .index-tab .index-tab-content .achievements .block-right .title .circle i {
  width: 20px;
  height: 20px;
  opacity: 0.6;
  display: block;
  border-radius: 50%;
}

#tabBox .index-tab .index-tab-content .achievements .block-right .title h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
}

#tabBox .index-tab .index-tab-content .achievements .block-right .title h3 span {
  font-size: 16px;
  font-family: zcoolwenyiti;
  color: #BDC2CE;
  line-height: 16px;
  display: block;
}

#tabBox .index-tab .index-tab-content .achievements .block-right ul li {
  height: 72px;
  border-bottom: 1px dashed #C8D2D8;
  display: flex;
  align-items: center;
}

#tabBox .index-tab .index-tab-content .achievements .block-right ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
  background: #246FED;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

#tabBox .index-tab .index-tab-content .achievements .block-right ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 370px;
  display: inline-block;
  padding-right: 25px;
}

#tabBox .index-tab .index-tab-content .achievements .block-right ul li span {
  background: url('../images/eye.png')no-repeat;
  color:#696969;
  background-position:0;
  padding-left: 25px;
  background-size: 18px;
  width: 42px;
  text-align: center;

}

#tabBox .index-tab .index-tab-content .more {
  position: absolute;
  right: -40px;
  bottom: 0;
  background: #3179D2;
  width: 127px;
  height: 38px;
  text-align: center;
  border-radius: 26px 0px 0px 0px;
  z-index:99;
}

#tabBox .index-tab .index-tab-content .more a {
  width: 100px;
  line-height: 38px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  background: url("../images/more-icon.png") no-repeat;
  background-position: right center;
}

.banner {
  margin-bottom: 35px;
}

.banner .inner {
  height: 150px;
  /*background: url(../images/banner-bg.png) no-repeat;*/
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-right: 73px;
  border-radius: 6px;
  padding-left: 40px;
}

.banner .inner .digital {
  width: 410px;
  display: flex;
  justify-content: space-between;
}

.banner .inner .digital .block {
  width: 116px;
  height: 88px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  text-align: center;
}

.banner .inner .digital .block .line {
  font-family: PingFangSC-Regular, PingFang SC;
  text-align: center;
  position: relative;
}

.banner .inner .digital .block .line h2 {
  font-size: 40px;
  color: #333333;
  line-height: 40px;
  display: inline-block;
  border-bottom: 2px solid;
  padding: 10px 0;
  letter-spacing: -1px;
}

.banner .inner .digital .block .line span {
  position: absolute;
  right: 5px;
  top: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.banner .inner .digital .block p {
  font-size: 14px;
  margin-top: 6px;
  font-weight: 600;
  color: #333333;
}

.recommend {
  margin-bottom: 80px;
}

.recommend .inner .title {
  margin-bottom: 30px;
}

.recommend .inner .title img {
  width: 100%;
}

.recommend .inner .column {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

.recommend .inner .column a {
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease 0s;
}

.recommend .inner .column a:hover {
  margin-top: -15px;
}

.recommend .inner .column a .icon {
  margin-bottom: 16px;
}

.recommend .inner .column .column-item {
  width: 120px;
  height: 132px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommend .inner .column .column-item span {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.recommend .hyfw {
  background: #F7BA59;
}

.recommend .tdzs {
  background: #8FBCC0;
}

.recommend .jszy {
  background: #3179D2;
}

.recommend .yqgx {
  background: #5BBC8F;
}

.recommend .xxgz {
  background: #7E95BE;
}

.recommend .ycsj {
  background: #B7A4C8;
}

.recommend .xmgl {
  background: #E5C69D;
}

.recommend .gywm {
  background: #C28548;
}

footer {
  background: #000;
}

footer .container {
  width: 1400px;
}

footer .container .inner .foot-logo {
  padding: 48px 0 39px 0;
  border-bottom: 1px dashed #FFFFFF;
  text-align: center;
}

footer .container .inner .foot-text {
  padding: 28px 0 53px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  letter-spacing: 1px;
}

.mySwiper1 {
  height: 540px;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #3179D2;
}

.swiper-pagination-bullet-active {
  border: 5px solid #D6E4F6;
  background: #3179D2;
}

.swiper-button-next {
  background: url(../images/tj-right-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  right: -55px;
}

.swiper-button-prev {
  background: url(../images/tj-left-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  left: -55px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
}




/* 2022.07.23 新增 */

.gain .category {
  width: 858px;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.gain .category:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  background-color: #EDEDED;
  z-index: 2;
}

.gain .category:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #EDEDED;
  z-index: 2;
}

.gain .category a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.gain .category .prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 100%;
  box-shadow: 0 0 3px #c6c6c7;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
  border-right: 1px solid #e1e3e6;
}

.gain .category .prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(../上海市气象专业技术服务平台_files/arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}

.gain .category .next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/static/new2022/image/arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}

.gain .category .next {
  position: absolute;
  top: 0;
  width: 59px;
  height: 100%;
  box-shadow: 0 0 3px #c6c6c7;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
  border-left: 1px solid #e1e3e6;
}

.gain .category ul li {
  display: table-cell;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  position: relative;
  padding: 18px 25px;
  font-size:16px;
}

.gain .category ul li.gActive {
  border-bottom-color: #00a4ff;
  color: #00a4ff;
  font-weight:700;
}

.gain .cont {
  display: none;
}

.gain .cont.gActive {
  display: block;
}

.gain .cont ul li {
  width: 280px;
  float: left;
  margin: 0 10px;
  box-sizing: border-box;
}

.gain .cont ul li:nth-child(4n) {
  margin-right: 0px!important;
}

.gain .cont ul li a {
  display: block;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  margin-top: 20px;
  padding: 13px 20px 15px;
}

.gain .cont ul li a:hover {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
  border-color: rgba(229, 229, 229, .73);
}

.gain .cont ul li a:hover .cont_main h3.title {
  color: #00a4ff;
}

.gain .cont ul li a .cont_main {
  display: table-cell;
  vertical-align: top;
}

.gain .cont ul li a .cont_main h3.title {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.gain .cont ul li a .cont_main p.desc {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  height: 42px;
  margin-top: -2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.gain {
  width: 858px;
  margin: 0 auto;
}

.target {
  width: 510px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.target img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.flex-box{
  display: flex;
  height: 300px;
  justify-content: space-between;
}
.flex-list{
  width: 320px;
  margin-left: 25px;
}
.flex-list a{
  font-size: 18px;
  position: relative;
  height: 47px;
  border-bottom: 1px dashed #C8D2D8;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 322px;
  display: inline-block;
  line-height: 47px;

}
.flex-list a::before{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
  background: #246FED;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.flex-list a:hover{
  color: #3179D2;
  cursor: pointer;
}
.cont .brief{
  margin-top: 20px;
  font-size: 16px;
  text-indent: 2em;
  line-height: 25px;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
/* 2022.07.23 新增 */