@charset "UTF-8";
.szdz {
  padding-top: 80px;
}
.szdz .container {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0;
  padding-top: 50px;
  position: relative;
}
.szdz .banner-container {
  height: 290px;
  display: flex;
  align-items: center;
  background-size: cover !important;
}
.szdz .banner-container .banner-warper {
  width: 1200px;
  margin: 0 auto;
}
.szdz .banner-container .banner-warper .banner-title {
  height: 88px;
  font-size: min(60px, calc(20px + 40 * 100vw / 1920));
  font-family: 微软雅黑;
  text-shadow: 0.67px 0.33px 0px 0px #0069EA;
  font-weight: 600;
  color: red;
}
.szdz .banner-container .banner-warper .banner-content {
  display: inline-block;
  opacity: 0.9;
  font-size: 20px;
  line-height: min(36px, calc(20px + 16 * 100vw / 1920));
  color: #ffffff;
}
.szdz .head {
  height: min(48px, calc(20px + 28 * 100vw / 1920));
  line-height: min(48px, calc(20px + 28 * 100vw / 1920));
  font-size: min(48px, calc(20px + 28 * 100vw / 1920));
}
.szdz .divider {
  margin-top: 24px;
  width: 100px;
  height: 4px;
  background: linear-gradient(63deg, #00a0ec 17%, #549cfa 13%, #e7b4d3 100%, #f4bbc4);
  margin-bottom: 26px;
}
.szdz .environment {
  height: 726px;
  background: rgba(0, 0, 0, 0);
}
.szdz .environment .left {
  position: absolute;
  width: 580px;
}
.szdz .environment .left .gywm_list {
  margin-top: 84px;
}
.szdz .environment .left .gywm_row {
  display: flex;
  justify-content: space-around;
}
.szdz .environment .left .gywm_row .gywm_item {
  text-align: center;
}
.szdz .environment .left .gywm_row .gywm_item img {
  width: 60px;
  height: 60px;
}
.szdz .environment .left .gywm_row .gywm_item p {
  margin-top: 12px;
  height: 22px;
  font-size: 16px;
  line-height: 22px;
}
.szdz .environment .left .gywm_content {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 34px;
}
.szdz .environment .right {
  display: inline-block;
  margin-left: 636px;
  margin-top: 50px;
  width: 564px;
  height: 422px;
}
.szdz .technology {
  height: 690px;
  background: #f3f7fd;
}
.szdz .technology .technology_img {
  position: absolute;
  width: 1200px;
  height: 542px;
  bottom: 0;
  left: 0;
}
.szdz .scene {
  height: 690px;
  background: rgba(0, 0, 0, 0);
}
.szdz .scene .scene_img {
  width: 1057px;
  height: 490px;
  margin-top: 16px;
}
.szdz .example {
  height: 550px;
  background: url("/fore-end/image/szdz/bg.png") no-repeat center;
}
.szdz .example .example_container {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
.szdz .example .example_container .example_img {
  flex: 1;
  height: 348px;
  margin-right: 12px;
  position: relative;
}
.szdz .example .example_container .example_img img {
  width: 100%;
  height: 100%;
}
.szdz .example .example_container .example_img div {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 18px;
  color: #ffffff;
}
.szdz .example .example_container .example_img:last-child {
  margin-right: 0;
}
.szdz .example .example_title1 {
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 20%;
  bottom: 60px;
}
.szdz .gisService {
  height: 690px;
  background: rgba(0, 0, 0, 0);
}
.szdz .gisService .left {
  position: absolute;
  width: 580px;
}
.szdz .gisService .left .gywm_list {
  margin-top: 84px;
}
.szdz .gisService .left .gywm_row {
  display: flex;
  justify-content: space-around;
}
.szdz .gisService .left .gywm_row .gywm_item {
  text-align: center;
}
.szdz .gisService .left .gywm_row .gywm_item img {
  width: 60px;
  height: 60px;
}
.szdz .gisService .left .gywm_row .gywm_item p {
  margin-top: 12px;
  height: 22px;
  font-size: 16px;
  line-height: 22px;
}
.szdz .gisService .left .gywm_content {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 34px;
}
.szdz .gisService .right {
  display: inline-block;
  margin-left: 636px;
  margin-top: -30px;
  width: 563px;
  height: 569px;
}
.szdz .function {
  height: 690px;
  background: #f4f8fd;
}
.szdz .function .function_item {
  margin-top: 59px;
  width: 1200px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(3, 37, 110, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.szdz .function .function_item .item {
  flex: 1;
  display: flex;
  height: 48px;
  align-items: center;
  padding-left: 24px;
  font-size: 24px;
  cursor: pointer;
  position: relative;
}
.szdz .function .function_item .item .item1_img {
  width: 48px;
  height: 48px;
  margin-right: 6px;
}
.szdz .function .function_item .item .item2_img {
  width: 90px;
  height: 90px;
  display: none;
}
.szdz .function .function_item .active {
  color: #0069EA;
}
.szdz .function .function_item .active .item1_img {
  display: none;
}
.szdz .function .function_item .active .item2_img {
  transform: translateY(-20px);
  display: block;
}
.szdz .function .content {
  display: none;
  height: 360px;
  margin-top: 32px;
  position: relative;
}
.szdz .function .content .left {
  position: absolute;
  width: 564px;
  height: 360px;
}
.szdz .function .content .right {
  display: flex;
  flex-direction: column-reverse;
  margin-left: 600px;
  height: 360px;
}
.szdz .function .content .right ul {
  padding-top: 20px;
}
.szdz .function .content .right li {
  line-height: 22px;
}
.szdz .function .content .right .right_type {
  margin-top: 32px;
  display: flex;
}
.szdz .function .content .right .right_type .type {
  width: 96px;
  margin-right: 80px;
  text-align: center;
}
.szdz .function .content .right .right_type .type img {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}
.szdz .function .content:first-child {
  display: block;
}
.szdz .company {
  height: 650px;
  width: 100%;
  position: relative;
}
.szdz .company .company_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  z-index: 0;
}
.szdz .company .company_box {
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
}
.szdz .company .company_box .company_item {
  flex: 1;
  height: 452px;
  padding-top: 42px;
  padding-left: 39px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.szdz .company .company_box .company_item .item_head {
  height: 33px;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 20px;
}
.szdz .company .company_box .company_item ul li {
  line-height: 36px;
  font-size: 16px;
}
.szdz .company .company_box .company_item:hover {
  transform: translateY(-20px);
}