@charset "utf-8";

body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd,
dt,
p,
hr,
input,
em {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-text-size-adjust: none;
  vertical-align: middle;
  font-weight: normal;
}

table,
img,
iframe {
  border: none
}

ul {
  list-style: none
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

i,
em {
  font-style: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

/* End hide from IE-mac */
*+html .clearfix {
  min-height: 1%;
}

.wrap_1200 {
  max-width: 1200px;
  margin: 0rem auto;
}

html {
  font-size: 40px;
  font-family: Microsoft YaHei, Source Han Sans CN-Regular, Source Han Sans CN
}

body,
input,
textarea {
  font: 16px / 24px 'Lexend', Arial, Calibri, sans-serif;
  background: #fff;
  color: #161817;
  word-break: break-word;
  font-weight: 400;
}

/**************重置end**************************/
/*header*/
* {
  box-sizing: border-box
}

.flex {
  display: flex;
  align-items: center;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
  transition: transform 0.25s;
}

.new_header {
  background: #FFF;
  box-shadow: 0 4px 8px 1px rgba(39, 67, 183, .17);
  top: 0;
  height: 2rem;
  z-index: 5999;
  width: 100vw
}

.new_header * {
  box-sizing: border-box
}

.new_header nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  max-width: 1400px;
  margin: 0 auto;
  position: relative
}

.new_header img.logo {
  width: 32px;
  position: relative;
  margin-right: 10px;
}

.new_header span {
  font-size: 22px;
  font-weight: 700;
  color: #1d2129;
}

/*nav_down_lod*/
.down_lod {
  height: 1rem;
  width: 3.3rem;
  background: #3575f5;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 0.75rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background .4s;
}

.down_lod:before {
  content: '';
  background: #518afc;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  width: 0%;
  transform-origin: right center;
  transition: width .4s;
  border-radius: 0.75rem;
  margin-top: 0;
}

.down_lod:hover:before {
  width: 100%;
  left: 0
}

.down_lod span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

/*banner*/
.epmpro_banner_825 {
  background: url("../../images/360_fqds_/banner_bg.png") no-repeat center bottom;

  min-height: 21.25rem;
  min-height: 19rem;
  overflow: hidden;
  margin-top: -1.75rem;
  position: relative;
  z-index: 1;
  color: #fff;
  background-size: 100% 100%;
}

.epmpro_banner_825 .wrap_1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0.25rem;
  min-height: 21.25rem;

  top: 1.5rem;
  min-height: 18.25rem;
}

.epmpro_banner_825 .word {
  width: 60%;
}

.epmpro_banner_825 .word .top {
  display: flex;
  justify-content: flex-start;
  font-size: 0.45rem;
  margin-bottom: 0.575rem;
}

.epmpro_banner_825 .word h1 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
}

.epmpro_banner_825 .word .list {
  font-size: 0.45rem;
  line-height: 0.9rem;
  margin-bottom: 1.25rem;
}

.epmpro_banner_825 .word .list li:before {
  content: '';
  position: absolute;
  left: 0rem;
  top: 0.375rem;
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
  border-radius: 0.125rem;
}

.epmpro_banner_825 .word .list li {
  position: relative;
  padding-left: 0.45rem;
  white-space: nowrap;
}

/*button*/
.epmpro_banner_825 .word .button {
  display: flex;
  justify-content: flex-start;
}

.epmpro_banner_825 .word .button .bt_box:last-child {
  margin-right: 0;
  text-align: center;
}

.epmpro_banner_825 .word .button a {
  height: 1.5rem;
  width: 6rem;
}

.globle_button_2022 {
  background: #3575f5;
  box-sizing: border-box;
  width: 220px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 0.75rem;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background .4s;
}

.globle_button_2022:before {
  content: '';
  background: #518afc;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  width: 0%;
  transform-origin: right center;
  transition: width .4s;
  border-radius: 0.75rem;
  margin-top: 0;
}

.globle_button_2022:hover:before {
  width: 100%;
  left: 0
}

.globle_button_2022 * {
  position: relative;
  z-index: 2;
}

.epmpro_banner_825 .word .button .bt_box p {
  font-size: 0.4rem;
  line-height: 0.525rem;
  margin-top: 0.5rem;
}

.epmpro_banner_825 #json_banner {
  width: 17.25rem;
  height: 15.95rem;
}

.epmpro_banner_825 #json_banner img {
  width: 690px;
  height: 638px;
  margin-top: 70px;

  width: 620px;
  height: 500px;
  margin-top: 90px;
}

/*解决问题*/
.emppro_box2_825 {
  padding: 2.55rem 0 2.05rem 0;
}

.emppro_box2_825 h2 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.225rem;
  font-weight: bold;
  margin-bottom: 1.75rem;
}

.emppro_box2_825 .box_all2 {
  display: flex;
  justify-content: space-between;
  margin-top: 1.575rem;
}

.emppro_box2_825 .box_all2 .box {
  max-width: 9.5rem;
  width: 32%;
  background: #F3F8FF;
  box-shadow: 0rem 0.05rem 0.15rem 0rem rgba(100, 126, 198, 0.26), inset 0rem 0.075rem 0.1rem 0rem #FFFFFF;
  border-radius: 0.3rem;
  border: 0.025rem solid #FFFFFF;
  backdrop-filter: blur(0.4595588235294118rem);
  text-align: center;
  padding: 1.1rem 1rem 1rem;
  box-sizing: border-box;
  transition: all 0.3s;
}

.emppro_box2_825 .box_all2 .box:hover {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0rem 0.175rem 0.3rem 0rem rgba(100, 126, 198, 0.26), inset 0rem 0.075rem 0.1rem 0rem #FFFFFF;
  transform: translateY(-0.25rem);
}

.emppro_box2_825 .box_all2 .box .img {
  width: 4.65rem;
  height: 3.3rem;
  margin: 0 auto;
  margin-bottom: 0.55rem;
}

/*分区*/
.emppro_box3_825 {
  padding: 0rem 0 2.5rem 0;
}

.emppro_box3_825 .box_all.no2 {
  margin-bottom: 2rem;
}

.emppro_box3_825 .box_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.375rem;
}

.emppro_box3_825 .box_all.no2 .word {
  width: 38%;
}

.emppro_box3_825 .box_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.375rem;
}

.emppro_box3_825 h2 {
  text-align: left;
  font-size: 1rem;
  line-height: 1.225rem;
  font-weight: bold;
  margin-bottom: 1.075rem;
}

.emppro_box3_825 .word .list {
  margin-bottom: 1.3rem;
}

.emppro_box3_825 .word .list li {
  position: relative;
  padding-left: 0.55rem;
  font-size: 0.4rem;
  line-height: 0.6rem;
  margin-bottom: 0.4rem;
}

.emppro_box3_825 .word .list li:before {
  content: '';
  position: absolute;
  left: 0rem;
  top: 0.2rem;
  width: 0.15rem;
  height: 0.15rem;
  background: #161817;
  border-radius: 0.15rem;
}

/*2*/
.emppro_box3_825 .box_all.no1 .img {
  margin-left: -1.125rem;
}

.emppro_box3_825 .box_all .word {
  width: 43%;
}

.emppro_box3_825 .word .d {
  margin-bottom: 1.325rem;
  max-width: 11.5rem;
}

.bg_box_825 {
  background: linear-gradient(179deg, #F1F7FF 0%, #E5F3FF 100%);
}

/*翻转*/
.emppro_box4_825 {
  padding: 4.5rem 0 2.15rem;
  overflow: hidden;
}

.emppro_box4_825 .wrap_1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.emppro_box4_825 .left {
  width: 8.7rem;
  height: 12.175rem;
  margin-right: 0.425rem;
  text-align: center;
  position: relative;
}

.emppro_box4_825 .box_all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.emppro_box4_825 .box_all .box {
  width: 33.1%;
  text-align: center;
  padding: 0.775rem 0.625rem 0.6rem;
  position: relative;
  box-sizing: border-box;
  background: #F3F6FF;
  border-radius: 0.2rem;
  margin-bottom: 0.05rem;
}

.emppro_box4_825 .box_all .box .t_box {
  opacity: 1;
  transition: opacity 400ms;
}

.emppro_box4_825 .box_all .box .show_box {
  opacity: 0;
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(143deg, #2170FF 0%, #628AFF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  border-radius: 0.3rem;
  transition: transform 400ms, opacity 400ms;
  transform: rotateY(90deg);
  z-index: 1;
}

.emppro_box4_825 .left .bg {
  background: linear-gradient(224deg, #E2E8FF 0%, #DEF2FE 100%);
  width: 8.7rem;
  height: 9.375rem;
  border-radius: 0rem 0.2rem 0.2rem 0rem;
}

.emppro_box4_825 h2 {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.225rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-top: 0.9rem;
}

.emppro_box4_825 .left .bg_b {
  position: absolute;
  left: 0.75rem;
  bottom: 0rem;
}

.emppro_box4_825 .box_all .box:hover .show_box {
  opacity: 1;
  transform: rotateY(0deg)
}

.emppro_box4_825 .box_all .box .show_box .d {
  line-height: 0.525rem;
  margin: 0 0.5rem;
  font-size: 0.35rem;
}

.emppro_box4_825 .box_all .box .t_box .img {
  margin-bottom: 0.6rem;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

/*技术规范*/
.emp_part6_20220606 {
  padding: 3rem 0 70px 0;
}

.emp_part6_20220606 .wrap_1200 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.emp_part6_20220606 .word_box {
  width: 60%;
  padding-right: 75px;
  box-sizing: border-box;
}

.emp_part6_20220606 .word_box .title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  margin-bottom: 40px;
}

.emp_part6_20220606 .word_box .list_box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.emp_part6_20220606 .word_box2 {
  flex: 1;
  padding-left: 1.65rem;
  border-left: 0.025rem solid #DDDFE3;
}

.emp_part6_20220606 .word_box2 .title {
  font-size: 1rem;
  line-height: 1.225rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.emp_part6_20220606 .word_box2 .list_box .box {
  margin-top: 44px;
}

.emp_part6_20220606 .word_box2 .list_box .box .t {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 22px;
  margin-bottom: 13px;
}

.emp_part6_20220606 .word_box2 .list_box .box .t:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1F6FFF;
  position: absolute;
  left: -18px;
  top: 7px;
}

.emp_part6_20220606 .word_box .list_box .box .t {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 22px;
  margin-bottom: 13px;
}

.emp_part6_20220606 .word_box .list_box .box .t:before {
  content: '';
  width: 3px;
  height: 22px;
  background: #1F6FFF;
  position: absolute;
  left: -18px;
  top: 0px;
}

.emp_part6_20220606 .word_box2 .title span {
  height: 0.65rem;
  line-height: 0.65rem;
  background: linear-gradient(182deg, #FFCA5F 0%, #FF7400 100%);
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 7px;
  margin-left: 10px;
}

.emp_part6_20220606 .word_box .list_box .box {
  padding-left: 18px;
  flex: 1;
}

.globle_button_2022.btn_plus {
  width: 250px;
  height: 56px;
  margin: 0 auto;
  margin-top: 35px;
}

@media(max-width:1000px) {
  .globle_button_2022.btn_plus {
    width: auto;
  }
}

/*适配*/
@media (max-width: 1000px) {
  html {
    font-size: 21px;
  }

  body,
  textarea {
    font-size: .4rem;
    line-height: 0.6rem;
  }

  .wrap_1200 {
    width: 92%;
  }

  .new_header nav,
  .new_header {
    width: 100%;
  }

  header {
    min-height: 60px;
  }

  .emppro_box4_825 .box_all {
    flex-wrap: wrap;
    border-bottom: 0;
  }

  .epmpro_banner_825 {
    min-height: inherit;
    padding: 4rem 0 5rem 0;
    background: #3051f0;
  }

  .epmpro_banner_825 .wrap_1200 {
    flex-direction: column
  }

  .epmpro_banner_825 .word {
    margin-top: 80px;
  }

  .epmpro_banner_825 .word h1 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: bold;
    margin: 1rem 0 1.5rem 0;
    background: none;
  }

  .epmpro_banner_825 .word .list li {
    font-size: 0.7rem;
    line-height: 1.05rem;
    margin: 0.5rem 0 0.3rem 0;
    padding-left: 1rem;
    white-space: break-spaces;
  }

  .epmpro_banner_825 .word .list li .new,
  .epmpro_banner_825 .word .top {
    font-size: 0.65rem;
    line-height: 0.8rem;
  }

  .epmpro_banner_825 #json_banner {
    width: auto;
    height: auto;
    padding: 0;
    margin: 1rem 0 0 0;
  }

  .wrap_1200 img {
    width: 100% !important;
    height: auto !important;
  }

  .epmpro_banner_825 .word .button {
    width: 100%;
  }

  .epmpro_banner_825 .word .button a {
    width: auto;
    height: auto;
    padding: 5% 0;
  }

  .epmpro_banner_825 .word .button {
    display: block;
  }

  .epmpro_banner_825 .word {
    width: 80%;
    padding-left: 0;
  }

  .emppro_box2_825 .box_all2 {
    display: block;
  }

  .emppro_box2_825 .box_all2 .box {
    width: auto;
    margin-top: 1rem;
    max-width: none;
  }

  .emppro_box2_825 .box_all2 .box .img {
    background-size: cover;
  }

  .emppro_box2_825 .box_all2 .box .word .t {
    font-size: 0.75rem;
    line-height: 1.05rem;
    margin: 0 0 0.325rem 0;
  }

  .emppro_box2_825 .box_all2 .box .word .d {
    font-size: 0.7rem;
    line-height: 1.05rem;
  }

  .go_to {
    width: 4% !important;
    display: block;
    margin-left: 48%;
  }

  .emppro_box3_825 {
    padding: 0 0 2.5rem 0;
    min-height: 0;
  }

  .emppro_box3_825 .box_all.no2 .word,
  .emppro_box3_825 .box_all .word {
    width: 100%;
    text-align: center;
  }

  .emppro_box3_825 .word .list {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
  }

  .emppro_box3_825 .word .list li,
  .emppro_box3_825 .word .d {
    font-size: 0.7rem;
    line-height: 1.05rem;
    margin: 0.5rem 0 0.325rem 0;
  }

  .emppro_box3_825 .word .btn_box {
    text-align: center;
  }

  .emppro_box3_825 .box_all {
    flex-direction: column;
  }

  .emppro_box3_825 h2 {
    text-align: center;
  }

  .emppro_box3_825 .word .btn_box {
    text-align: center;
  }

  .globle_button_2022 {
    width: 100%;
  }

  .emppro_box3_825 .box_all .img {
    width: auto;
    height: auto;
    display: none;
  }

  .emppro_box3_825 .box_all.no2 .word,
  .emppro_box3_825 .box_all .word {
    width: 100%;
    text-align: center;
  }

  .emppro_box3_825 .word .list li,
  .emppro_box3_825 .word .d {
    font-size: 0.7rem;
    line-height: 1.05rem;
    margin: 0.5rem 0 0.325rem 0;
  }

  .emppro_box3_825 .word .d {
    max-width: none;
  }

  .emppro_box4_825 {
    padding: 2.5rem 0;
    min-height: 0;
  }

  .emppro_box4_825 .left .bg,
  .emppro_box4_825 .left {
    width: auto;
    height: auto;
    background: none;
  }

  .emppro_box4_825 .left .bg,
  .emppro_box4_825 .left {
    width: auto;
    height: auto;
    background: none;
  }

  .emppro_box4_825 h2 {
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: bold;
    margin: 0 0 0.7rem 0;
  }

  .emppro_box4_825 .left .bg_b {
    display: none;
  }

  .emppro_box4_825 .box_all {
    flex-wrap: wrap;
    border-bottom: 0;
  }

  .emppro_box4_825 .box_all .box {
    margin-top: 1rem;
  }

  .emppro_box4_825 .box_all .box {
    width: 100%;
    border: 0;
    box-shadow: 0rem 0.1rem 1.125rem rgba(21, 58, 160, 0.15);
  }

  .emppro_box4_825 .box_all .box .show_box {
    padding: 0.5rem 0;
    display: block;
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: none;
    color: #232323;
  }

  .emppro_box4_825 .wrap_1200 {
    flex-direction: column;
  }

  .wrap_1200 img {
    width: 100% !important;
  }

  .emppro_box4_825 .box_all .box .t_box .t {
    font-size: 0.8rem;
    line-height: 0.95rem;
    font-weight: bold;
  }

  .emppro_box4_825 .box_all .box .show_box .d {
    font-size: 0.8rem;
    line-height: 0.95rem;
  }

  .emp_part6_20220606 {
    padding: 2.5rem 0;
    min-height: 0;
    background: #EDF6FF;
  }

  .emp_part6_20220606 .wrap_1200 {
    display: block;
  }

  .emp_part6_20220606 .word_box {
    width: auto;
    padding: 0;
  }

  .emp_part6_20220606 .word_box .title {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: bold;
    margin: 0 0 0.7rem 0;
  }

  .emp_part6_20220606 .word_box .list_box {
    display: block;
    margin: 0;
  }

  .emp_part6_20220606 .word_box .list_box .box {
    margin-top: 1rem;
  }

  .emp_part6_20220606 .word_box .list_box .box .t {
    font-size: 0.8rem;
    line-height: 0.95rem;
    font-weight: bold;
  }

  .emp_part6_20220606 .word_box .list_box .box .d {
    font-size: 0.7rem;
    line-height: 1.05rem;
  }

  .emp_part6_20220606 .word_box .list_box .box .list li:before {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.4rem;
  }

  .emp_part6_20220606 .word_box .list_box .box .list li {
    font-size: 0.7rem;
    line-height: 1.05rem;
  }

  .emp_part6_20220606 .word_box2 {
    border: 0;
    margin: 2rem 0 0 0;
    padding: 0;
  }

  .emp_part6_20220606 .word_box2 .title {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: bold;
    margin: 0 0 0.7rem 0;
  }

  .emp_part6_20220606 .word_box2 .title span {
    line-height: 1rem;
    height: 1rem;
  }

  .emp_part6_20220606 .word_box2 .list_box .box {
    padding-left: 0.5rem;
  }

  .emp_part6_20220606 .word_box2 .list_box .box .t {
    font-size: 0.8rem;
    line-height: 0.95rem;
    font-weight: bold;
  }

  .emp_part6_20220606 .word_box2 .list_box .box .t:before {
    left: -0.5rem;
    top: 0.3rem;
  }
}