@charset "utf-8";

.uc-content {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

#mapDiv {
  height: 600px;
  width: 1000px;
  margin: 30px auto 50px auto;
  border: 1px #052345 solid;
}

.biaoqian {
  width: 130px;
  padding: 6px 2px;
  line-height: 16px;
  white-Space: nowrap;
  font-Size: 12px;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  height: 150px;
}

.card-title {
  color: #052345;
  font-weight: bold;
  margin-top: 4px;
}

.card-title a {
  color: inherit;
  text-decoration: inherit;
}

.card-info {
  color: rgba(5, 35, 69, 0.6);
  line-height: 20px;
  margin-top: 6px;
}

.footer-box {
  background-color: #050e15;
}

.footer-box .mb-2,
.border-t {
  color: #ffffff80;
}

.grid-box {
  grid-template-columns: 1fr 1fr 2fr 2fr;
}

.footer-box img {
  width: 100px;
  height: 100px;
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-info img {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-right: 5px;
}



.lan-bg{
  /* background: url(../images/midBg.png) no-repeat; */
  background: url(../../newtemp/images/rz_bg.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 2px;
}

.block-bg {
  background-image: url(../images/block-bg2.png);
  background-size: 100% 100%;
  padding-bottom: 10px;
}

.s_container {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 70px;
  display: flex;
  gap: 110px;
}
.s_card {
  background-color: #fbfdff;
  border-radius: 28px;
  box-shadow: 8px 12px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  width: 290px;
  height: 310px;
  margin-top: 40px;
}
.s_card-icon {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.s_card-number {
  font-size: 30px;
  font-weight: bold;
  color: #3498db;
  margin: 10px 0;
}
.s_card-label {
  font-weight: bold;
  font-size: 22px;
  margin-top: 15px;
  color: #81899c;
}

.g_container {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 70px;
}

.g_title {
  text-align: center;
  color: #3498db;
  margin-bottom: 20px;
}

.g_projects {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.g_project {
  background-color: #fff;
  border-radius: 26px;
  box-shadow: 4px 8px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: calc(33% - 20px);
  box-sizing: border-box;
}

.g_project:hover{
  box-shadow: 0 0 6px 12px #bddffa, 0 4px 6px -4px #bddffa;
}

.g_project img {
  width: 100%;
  height: auto;
}

.g_project_content {
  padding: 24px;
}

.g_project_title {
  color: #052345;
  font-weight: bold;
  margin-top: 4px;
  font-size: 18px;
  height: 50px;
}

.g_project_title a {
  color: inherit;
  text-decoration: inherit;
}

.g_project_title a:hover {
  color: #1765be;
}

.g_tags {
  display: flex;
  gap: 5px;
  margin: 10px 0;
}

.g_tag {
  font-size: 12px;
  color: #3498db;
  border: 1px solid #3498db;
  padding: 2px 5px;
  border-radius: 4px;
}

.g_project_info {
  color: rgba(5, 35, 69, 0.6);
  line-height: 30px;
  margin-top: 6px;
  font-size: 16px;
}

.g_project_img{
 padding: 28px 28px 0 28px;
}

.g_project_button {
  display: block;
  background-color: #3498db;
  color: #fff;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  border-radius: 8px;
  margin-top: 10px;
}

.g_project_button:hover {
  background-color: #2980b9;
  color: #fff;
}

.section-title-bg1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 2px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background: -webkit-linear-gradient(-90deg, #4fd2ef 30%, #528feb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.2;
  position: relative;
  z-index: 0;
  margin-top: 20px;
}

.section-title1 {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  --tw-text-opacity: 1;
  color: #528feb;
  font-weight: 700;
  font-size: 28px;
  height: 40px;
  text-align: center;
}

.pdd1{
  padding-top: 30px;
}

.mgg1{
 margin-top: 40px;
}

.view-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 30px;
  cursor: pointer;
  font-size: 22px;
  color: #3498db;
  width: 216px;
  height: 65px;
  border-radius: 60px 60px 60px 60px;
  border: 1px solid #3498db;
}