#head-page a {
  text-decoration: none;
}
#head-page header {
  width: 100%;
  height: 5rem;
  background-image: url('/imgs/head-banner1.png');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
#head-page header .head-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  flex: none;
  height: 1rem;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.125rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#head-page header .head-nav .title-box {
  display: flex;
  align-items: center;
  margin-left: 0.4375rem;
}
#head-page header .head-nav .title-box .title-img {
  width: 1.0375rem;
  height: 0.525rem;
  margin-right: 0.25rem;
}
#head-page header .head-nav .title-box .title-img img {
  width: 100%;
  height: 100%;
}
#head-page header .head-nav .title-box .title-tex {
  font-family: 'YouSheBiaoTiYuan';
  font-size: 0.375rem;
  font-weight: normal;
  letter-spacing: 0.01em;
  color: #fff;
}
#head-page header .head-nav .tab-box {
  display: flex;
  align-items: center;
  margin-right: 1.325rem;
}
#head-page header .head-nav .tab-box .tab-item {
  padding: 0 0.275rem;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
#head-page header .head-nav .tab-box .tab-item a {
  list-style: none;
  color: #fff;
}
#head-page header .head-nav .tab-box .tab-item .tab-last {
  padding: 0.05rem 0.175rem;
  background: #055FFF;
  border-radius: 1.475rem;
  color: #fff;
}
#head-page header .head-nav .tab-box .tab-active {
  color: #055FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(0.05rem);
}
#head-page header .head-nav .tab-box .tab-active .tab-content {
  display: flex;
  align-items: center;
  position: relative;
}
#head-page header .head-nav .tab-box .tab-active .tab-content .hover-box {
  display: none;
  position: absolute;
  background: #fff;
  color: #333;
  top: 0.3125rem;
  width: 1.25rem;
  padding-left: 0.0625rem;
}
#head-page header .head-nav .tab-box .tab-active .tab-content .hover-box .exact-item {
  padding: 0.0625rem 0;
}
#head-page header .head-nav .tab-box .tab-active .tab-content .hover-box .exact-item-active {
  color: #055FFF;
}
#head-page header .head-nav .tab-box .tab-active:hover .hover-box {
  display: block;
}
#head-page header .head-nav .tab-box .tab-active .snajiao {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.175rem;
  /* 给定四个边框大小、实线、这里为了隐藏将边款颜色设置为透明色 */
  border: 0.0625rem solid transparent;
  /* 给需要留下的边框给定边框颜色，让其显示出来 */
  border-top-color: #055FFF;
}
#head-page header .head-nav .tab-box .tab-active::after {
  content: '';
  display: inline-block;
  width: 0.45rem;
  height: 0.0375rem;
  background: #055FFF;
  margin-top: 0.1rem;
}
#head-page header .head-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4rem;
}
#head-page header .head-content .content-top {
  font-size: 0.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 0.825rem;
}
#head-page header .head-content .content-bottom {
  margin-top: 0.25rem;
  font-size: 0.25rem;
  color: #fff;
  width: 8.5rem;
  line-height: 1.5em;
}
#head-page .exact-nav {
  padding: 0.375rem 4.1625rem 0.625rem;
}
#head-page .exact-nav .nav-title {
  font-size: 0.175rem;
  color: #A7AFBC;
}
#head-page .exact-nav .nav-title .title-first {
  color: #A7AFBC;
  font-size: 0.175rem;
}
#head-page .exact-nav .nav-title .title-last {
  font-size: 0.175rem;
  color: #333;
  font-weight: 700;
}
#head-page .exact-nav .nav-tab {
  display: flex;
  margin-top: 0.375rem;
}
#head-page .exact-nav .nav-tab .tab-item {
  font-size: 0.2rem;
  line-height: 0.325rem;
  padding: 0.0625rem 0.3125rem;
  background: rgba(167, 175, 188, 0.2);
  border-radius: 0.05rem;
  color: #A7AFBC;
  margin-right: 0.25rem;
  cursor: pointer;
}
#head-page .exact-nav .nav-tab .tab-item a {
  color: #A7AFBC;
}
#head-page .exact-nav .nav-tab .tab-item-active {
  background: #055FFF;
  color: #fff;
}
#head-page .exact-nav .nav-tab .tab-item-active a {
  color: #fff;
}
#head-page .exact-name {
  height: 1.05rem;
  position: relative;
  text-align: center;
}
#head-page .exact-name h1 {
  color: #3d3d3d;
  font-size: 0.475rem;
  font-weight: bold;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#head-page .exact-name h2 {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  opacity: 1;
}
#head-page .exact-analysis {
  background-image: url('/imgs/exact-bg1.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 7.375rem;
  display: flex;
  justify-content: center;
  padding-top: 1.8rem;
  box-sizing: border-box;
}
#head-page .exact-analysis .middle-img {
  width: 5.6625rem;
  height: 3.7125rem;
}
#head-page .exact-analysis .middle-img img {
  width: 100%;
  height: 100%;
}
#head-page .exact-analysis .analysis-right {
  text-align: right;
  margin-right: 0.5rem;
}
#head-page .exact-analysis .analysis-right .right-title {
  font-family: 'Source Han Sans CN';
  font-size: 0.35rem;
  font-weight: bold;
  color: #005EFF;
  margin-bottom: 0.375rem;
}
#head-page .exact-analysis .analysis-right p {
  font-family: 'Source Han Sans CN';
  font-size: 0.25rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #2E2F38;
}
#head-page .exact-analysis .analysis-left {
  text-align: left;
  margin-left: 0.5rem;
  padding-left: 0.375rem;
}
#head-page .exact-analysis .analysis-left .right-title {
  font-family: 'Source Han Sans CN';
  font-size: 0.35rem;
  font-weight: bold;
  color: #005EFF;
  margin-bottom: 0.375rem;
}
#head-page .exact-analysis .analysis-left p {
  font-family: 'Source Han Sans CN';
  font-size: 0.25rem;
  font-weight: 500;
  line-height: 0.75rem;
  color: #2E2F38;
}
#head-page .exact-made-reaearch {
  position: relative;
  margin-bottom: 1rem;
}
#head-page .exact-made-reaearch .exact-describe {
  position: absolute;
  top: 2.375rem;
  left: 4.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.25rem;
  line-height: 0.4rem;
  background: #fff;
  z-index: 20;
  width: 15rem;
  box-sizing: border-box;
}
#head-page .exact-made {
  height: 3.825rem;
  background-image: url('/imgs/exact-mask.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.7rem;
  box-sizing: border-box;
}
#head-page .exact-made .made-content {
  text-align: center;
  font-size: 0.475rem;
  font-weight: bold;
}
#head-page .exact-made .made-content .content-active {
  color: #055fff;
}
#head-page .exact-research {
  background-image: url('/imgs/exact-mask2.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 13.75rem;
  position: relative;
}
#head-page .exact-research .middle-img {
  position: absolute;
  left: 7.5375rem;
  top: 2.8875rem;
}
#head-page .exact-research .middle-img img {
  width: 8.945rem;
  height: 9.0125rem;
}
#head-page .exact-research .middle-text1 {
  line-height: 0.6074rem;
  text-align: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 10.3812rem;
  top: 3.396rem;
  z-index: 2;
}
#head-page .exact-research .middle-text2 {
  line-height: 0.6074rem;
  text-align: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 10.45rem;
  top: 4.7rem;
  z-index: 2;
}
#head-page .exact-research .middle-text3 {
  line-height: 0.6074rem;
  text-align: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 10.5625rem;
  top: 8.5rem;
  z-index: 2;
}
#head-page .exact-research .middle-text4 {
  line-height: 0.6074rem;
  text-align: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 11.2813rem;
  top: 10.7272rem;
  z-index: 2;
}
#head-page .exact-research .left-top {
  position: absolute;
  left: 2.5125rem;
  top: 2.5625rem;
  color: #fff;
  z-index: 2;
}
#head-page .exact-research .left-top .content-item {
  display: flex;
  align-items: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.225rem;
  font-weight: bold;
}
#head-page .exact-research .left-top .content-item img {
  width: 0.25rem;
  height: 0.25rem;
  flex: none;
  margin-right: 0.125rem;
}
#head-page .exact-research .left-top .content-item:nth-child(1) {
  margin-bottom: 0.3rem;
}
#head-page .exact-research .left-top .content-item:nth-child(2) {
  margin-bottom: 0.25rem;
}
#head-page .exact-research .left-top .content-bottom {
  padding-left: 0.475rem;
  font-size: 0.175rem;
}
#head-page .exact-research .left-top .content-bottom .bottom-item:nth-child(1) {
  padding-bottom: 0.175rem;
}
#head-page .exact-research .left-top .content-bottom .bottom-item:nth-child(2) {
  padding-bottom: 0.175rem;
}
#head-page .exact-research .left-top .content-bottom .bottom-item:nth-child(3) {
  padding-bottom: 0.3038rem;
}
#head-page .exact-research .left-bottom {
  position: absolute;
  left: 2.5125rem;
  top: 5.6625rem;
  color: #fff;
  z-index: 2;
}
#head-page .exact-research .left-bottom .content-item {
  margin-bottom: 0.375rem;
}
#head-page .exact-research .left-bottom .content-item .item-top {
  display: flex;
  align-items: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.225rem;
  font-weight: bold;
}
#head-page .exact-research .left-bottom .content-item .item-top img {
  width: 0.25rem;
  height: 0.25rem;
  flex: none;
  margin-right: 0.125rem;
}
#head-page .exact-research .left-bottom .content-item .item-bottom {
  padding-left: 0.4375rem;
  font-size: 0.175rem;
  margin-top: 0.125rem;
}
#head-page .exact-research .right-top {
  position: absolute;
  right: 1.1964rem;
  top: 4.9625rem;
  color: #fff;
  z-index: 2;
}
#head-page .exact-research .right-top .content-item {
  display: flex;
  align-items: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.225rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
#head-page .exact-research .right-top .content-item img {
  width: 0.25rem;
  height: 0.25rem;
  flex: none;
  margin-right: 0.125rem;
}
#head-page .exact-research .right-top .content-item .item-bottom {
  padding-left: 0.4375rem;
  font-size: 0.175rem;
  margin-top: 0.125rem;
}
#head-page .exact-research .right-bottom {
  position: absolute;
  right: 5.4714rem;
  top: 8.6125rem;
  color: #fff;
  z-index: 2;
}
#head-page .exact-research .right-bottom .content-item {
  display: flex;
  align-items: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.225rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
#head-page .exact-research .right-bottom .content-item img {
  width: 0.25rem;
  height: 0.25rem;
  flex: none;
  margin-right: 0.125rem;
}
#head-page .exact-research .right-bottom .content-item .item-bottom {
  padding-left: 0.4375rem;
  font-size: 0.175rem;
  margin-top: 0.125rem;
}
#head-page .exact-research .position-box1 {
  width: 7.9375rem;
  height: 0.025rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #FFFFFF 99%);
  position: absolute;
  top: 5.2625rem;
  left: 1.55rem;
}
#head-page .exact-research .position-box2 {
  width: 7.9375rem;
  height: 0.025rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #FFFFFF 99%);
  position: absolute;
  top: 9.3875rem;
  left: 1.55rem;
}
#head-page .exact-research .position-box3 {
  width: 10rem;
  height: 0.025rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #FFFFFF 99%);
  position: absolute;
  top: 7.3125rem;
  right: 1.5625rem;
  transform: rotate(180deg);
}
#head-page .exact-research .position-box4 {
  width: 7.1rem;
  height: 0.025rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #FFFFFF 99%);
  position: absolute;
  top: 11.5625rem;
  right: 1.55rem;
  transform: rotate(180deg);
}
#head-page .exact-value {
  padding: 0 1.675rem 1.25rem;
  background: #fff;
}
#head-page .exact-value .value-title {
  height: 1.05rem;
  position: relative;
  text-align: center;
  border-bottom: 0.0125rem solid #E5E7EC;
}
#head-page .exact-value .value-title h1 {
  color: #3d3d3d;
  font-size: 0.475rem;
  font-weight: bold;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#head-page .exact-value .value-title h2 {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  opacity: 1;
}
#head-page .exact-value .value-main {
  padding: 0.875rem 0.9625rem 0;
  height: 6.475rem;
  display: flex;
  align-items: center;
}
#head-page .exact-value .value-main .main-center {
  height: 100%;
  position: relative;
}
#head-page .exact-value .value-main .main-center .bg {
  height: 100%;
}
#head-page .exact-value .value-main .main-center .bg img {
  height: 100%;
}
#head-page .exact-value .value-main .main-center .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #2E2F38;
  text-shadow: 0px 0.05rem 0.075rem 0px rgba(0, 0, 0, 0.1);
}
#head-page .exact-value .value-main .main-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.125rem 0;
  box-sizing: border-box;
}
#head-page .exact-value .value-main .left-item {
  width: 5.5rem;
  height: 2.375rem;
  background-image: url(/imgs/project-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.125rem 0.225rem 0px rgba(5, 95, 255, 0.4);
  border-radius: 0.05rem;
  padding: 0.4375rem 0.25rem;
  box-sizing: border-box;
}
#head-page .exact-value .value-main .left-item .item-title {
  display: flex;
  align-items: center;
}
#head-page .exact-value .value-main .left-item .item-title img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.125rem;
}
#head-page .exact-value .value-main .left-item .item-title span {
  font-size: 0.35rem;
  font-weight: 700;
  line-height: 0.4rem;
  color: #fff;
}
#head-page .exact-value .value-main .left-item .item-content {
  margin-top: 0.25rem;
  font-size: 0.25rem;
  color: #9BFFEE;
}
#head-page .exact-position {
  width: 100%;
  height: 5.325rem;
  background-image: url(/imgs/exact-bg2.png);
  padding: 1rem 3.2375rem 0 3.4875rem;
  box-sizing: border-box;
}
#head-page .exact-position .value-title {
  height: 1.05rem;
  position: relative;
  text-align: center;
  margin-bottom: 0.625rem;
}
#head-page .exact-position .value-title h1 {
  color: #fff;
  font-size: 0.475rem;
  font-weight: bold;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#head-page .exact-position .value-title h2 {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  opacity: 1;
}
#head-page .exact-position .position-main {
  display: flex;
  justify-content: space-between;
}
#head-page .exact-position .position-main .main-item {
  display: flex;
  align-items: center;
  width: 7.5rem;
  height: 1.65rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
  background-color: rgba(173, 192, 235, 0.2);
}
#head-page .exact-position .position-main .main-item .item-dot {
  flex: none;
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.25rem 0 0.375rem;
}
#head-page .exact-position .position-main .main-item .item-dot img {
  width: 100%;
  height: 100%;
}
#head-page .exact-position .position-main .main-item .item-text {
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
  text-shadow: 0px 0.05rem 0.075rem rgba(0, 0, 0, 0.3);
}
#head-page .exact-arc {
  padding: 0 1.675rem 1rem;
}
#head-page .exact-arc .arc-top {
  display: flex;
  justify-content: center;
  padding: 0.25rem 0;
  margin-bottom: 0.7125rem;
}
#head-page .exact-arc .arc-top .top-item {
  text-align: center;
  margin-right: 1.5rem;
}
#head-page .exact-arc .arc-top .top-item .item-top {
  display: flex;
  align-items: baseline;
}
#head-page .exact-arc .arc-top .top-item .item-top .top-num {
  color: #2E2F38;
  font-size: 0.475rem;
  font-weight: 700;
  margin-right: 0.125rem;
}
#head-page .exact-arc .arc-top .top-item .item-top .top-tex {
  color: #005EFF;
  font-size: 0.25rem;
}
#head-page .exact-arc .arc-top .top-item .item-bottom {
  font-size: 0.225rem;
  color: #2E2F38;
}
#head-page .exact-arc .arc-top .top-item:last-child {
  margin-right: 0;
}
#head-page .exact-arc .value-title {
  height: 1.05rem;
  line-height: 1.05rem;
  position: relative;
  text-align: center;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #E5E7EC;
}
#head-page .exact-arc .value-title h1 {
  color: #3D3D3D;
  font-size: 0.475rem;
  font-weight: bold;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#head-page .exact-arc .value-title h2 {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  opacity: 1;
}
#head-page .exact-arc .arc-mian {
  padding: 0 2.825rem;
  height: 4.1375rem;
  display: flex;
  justify-content: space-between;
}
#head-page .exact-arc .arc-mian .main-left {
  height: 4rem;
  width: 7rem;
}
#head-page .exact-arc .arc-mian .main-left img {
  width: 100%;
  height: 100%;
}
#head-page .exact-arc .arc-mian .main-right {
  width: 7.4375rem;
}
#head-page .exact-arc .arc-mian .main-right .right-tex {
  font-size: 0.225rem;
  color: rgba(46, 47, 56, 0.7);
  line-height: 2em;
  margin-bottom: 0.4rem;
}
#head-page .exact-arc .arc-mian .main-right .right-btn {
  text-align: left;
}
#head-page .exact-arc .arc-mian .main-right .right-btn .btn {
  width: 1.65rem;
  height: 0.6rem;
  background-color: #005EFF;
  text-align: center;
  line-height: 0.6rem;
  box-shadow: 0px 8px 20px 0px rgba(0, 94, 255, 0.35);
  font-size: 0.175rem;
  color: #fff;
  border-radius: 0.05rem;
  cursor: pointer;
}
#head-page .head-core {
  padding: 0 3.125rem 0rem;
}
#head-page .head-core .el-carousel__container {
  height: 7.25rem;
}
#head-page .head-core .value-title {
  height: 1.05rem;
  line-height: 1.05rem;
  position: relative;
  text-align: center;
  margin-bottom: 0.625rem;
}
#head-page .head-core .value-title h1 {
  color: #3D3D3D;
  font-size: 0.475rem;
  font-weight: bold;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#head-page .head-core .value-title h2 {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  opacity: 1;
}
#head-page .head-core .core-tab {
  display: flex;
  justify-content: space-between;
  padding: 0 1.625rem;
  border-bottom: 1px solid #D8D8D8;
}
#head-page .head-core .core-tab .tab-item {
  padding: 0 0.125rem 0.375rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.3rem;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
#head-page .head-core .core-tab .tab-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #055FFF;
  transition: all 0.3s;
}
#head-page .head-core .core-tab .tab-item:hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #055FFF;
}
#head-page .head-core .core-tab .tab-item-active {
  color: #000;
  font-weight: 700;
}
#head-page .head-core .core-tab .tab-item-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #005EFF;
}
#head-page .head-core .core-content {
  padding: 0.3875rem 0.6125rem 0;
  display: flex;
  justify-content: space-between;
}
#head-page .head-core .core-content .content-item {
  width: 3.6rem;
  height: 3.8875rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#head-page .head-core .core-content .content-item:hover {
  cursor: pointer;
}
#head-page .head-core .core-content .content-item:hover .item-ahead {
  opacity: 0;
}
#head-page .head-core .core-content .content-item:hover .item-back {
  opacity: 1;
}
#head-page .head-core .core-content .content-item .item-ahead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/imgs/head-core-item.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0.05rem;
  opacity: 1;
  transition: all 0.5s;
}
#head-page .head-core .core-content .content-item .item-back {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
  background-image: url(/imgs/head-core-item.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0.05rem;
  opacity: 0;
  transition: all 0.5s;
}
#head-page .head-core .core-content .content-item .item-title {
  font-size: 0.325rem;
  color: #2E2F38;
  font-weight: 700;
  margin: 30px 0;
}
#head-page .head-core .core-content .content-item dd {
  font-size: 0.225rem;
  line-height: 0.3375rem;
  color: #055FFF;
  font-weight: 700;
  display: block;
}
#head-page .head-core .core-content .content-item .item-main {
  padding: 0 0.2062rem;
}
#head-page .head-core .core-content .content-item .item-main .main-dot {
  width: 0.075rem;
  height: 0.075rem;
  background: #055FFF;
  margin: 0 auto 0.25rem;
}
#head-page .head-core .core-content .content-item .item-main .main-tex {
  font-size: 0.2rem;
  color: #2E2F38;
  line-height: 1.5em;
  text-align: center;
  padding: 0 0.1875rem;
}
#head-page .head-core .core-content2 {
  padding: 0.5rem 0.2875rem;
}
#head-page .head-core .core-content2 .content-top {
  padding: 0 0.3375rem;
  margin-bottom: 0.75rem;
}
#head-page .head-core .core-content2 .content-top .top-title {
  font-family: 'Source Han Sans CN';
  font-size: 0.25rem;
  font-weight: bold;
  line-height: 0.375rem;
  text-align: center;
  margin-bottom: 0.25rem;
}
#head-page .head-core .core-content2 .content-top .top-content {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
}
#head-page .head-core .core-content2 .content-top .top-content .top-item {
  width: 1.75rem;
  height: 0.8625rem;
  text-align: center;
}
#head-page .head-core .core-content2 .content-top .top-content .top-item .item-num {
  line-height: 0.525rem;
  font-family: 'Source Han Sans CN';
  font-size: 0.3rem;
  font-weight: bold;
  color: #055FFF;
}
#head-page .head-core .core-content2 .content-top .top-content .top-item .item-tex {
  line-height: 0.3375rem;
  font-family: 'Source Han Sans CN';
  font-size: 0.225rem;
  font-weight: 700;
}
#head-page .head-core .core-content2 .content-main {
  display: flex;
  justify-content: space-between;
}
#head-page .head-core .core-content2 .content-main .main-item dt {
  width: 4.725rem;
  height: 1.175rem;
  background-image: url(/imgs/head-title.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  padding-left: 0.375rem;
  box-sizing: border-box;
  padding-top: 0.125rem;
}
#head-page .head-core .core-content2 .content-main .main-item dt .dt-left {
  font-size: 0.4rem;
  font-weight: bold;
  background: linear-gradient(180deg, #1294FF 0%, #055FFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 0.125rem;
}
#head-page .head-core .core-content2 .content-main .main-item dt .dt-right .right-top {
  font-size: 0.25rem;
  font-weight: bold;
  color: #2E2F38;
}
#head-page .head-core .core-content2 .content-main .main-item dt .dt-right .right-bottom {
  color: rgba(46, 47, 56, 0.45);
  font-family: 'Source Han Sans CN';
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
#head-page .head-core .core-content2 .content-main .main-item dd {
  width: 4.725rem;
  height: 0.825rem;
  background: rgba(6, 52, 133, 0.04);
  margin-top: 0.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#head-page .head-core .core-content2 .content-main .main-item dd .dot {
  background-color: #055FFF;
  width: 0.075rem;
  height: 0.075rem;
}
#head-page .head-core .core-content2 .content-main .main-item dd .text {
  font-family: 'Source Han Sans CN';
  font-size: 0.2rem;
  color: #2E2F38;
  margin: 0 0.125rem;
}
#head-page .head-core .core-content3 .content-top {
  padding: 0 0.5625rem;
  text-align: center;
}
#head-page .head-core .core-content3 .content-top .top-title {
  margin: 0 auto;
  text-align: center;
  padding: 0.3875rem 0 0.2625rem;
  font-size: 0.4rem;
  font-weight: 700;
  color: #005EFF;
}
#head-page .head-core .core-content3 .content-top .top-title span {
  display: inline-block;
  padding-bottom: 0.1875rem;
  border-bottom: 2px solid #005EFF;
}
#head-page .head-core .core-content3 .content-top .content-main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.45rem;
}
#head-page .head-core .core-content3 .content-top .content-main .item-title {
  height: 1.05rem;
  line-height: 1.05rem;
  position: relative;
  text-align: center;
}
#head-page .head-core .core-content3 .content-top .content-main .item-title h1 {
  color: #3D3D3D;
  font-size: 0.325rem;
  font-weight: bold;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
}
#head-page .head-core .core-content3 .content-top .content-main .item-title h2 {
  position: absolute;
  top: 0.25rem;
  left: 0;
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  opacity: 1;
  white-space: nowrap;
}
#head-page .head-core .core-content3 .content-top .content-main .item-text {
  font-family: 'Source Han Sans CN';
  font-size: 0.225rem;
  font-weight: bold;
  line-height: 0.3375rem;
  color: #055FFF;
}
#head-page .head-core .core-content3 .content-img {
  margin-top: 0.45rem;
}
#head-page .head-core .core-content3 .content-img img {
  width: 16rem;
  height: 0.35rem;
}
#head-page .head-core .core-content3 .content-bottom {
  margin-top: 0.45rem;
  display: flex;
  justify-content: space-between;
}
#head-page .head-core .core-content3 .content-bottom .bottom-item {
  margin-right: 0.25rem;
  width: 3rem;
  height: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#head-page .head-core .core-content3 .content-bottom .bottom-item .top-img {
  width: 0.625rem;
  height: 0.625rem;
}
#head-page .head-core .core-content3 .content-bottom .bottom-item .item-text {
  font-family: 'Source Han Sans CN';
  font-size: 0.225rem;
  font-weight: bold;
  color: #2E2F38;
  line-height: 0.45rem;
  margin-top: 0.325rem;
}
#head-page .head-core .core-content3 .content-bottom .bottom-item:last-child {
  margin-right: 0;
}
#head-page .head-scene {
  height: 8.4375rem;
  background: #F7F9FD;
  padding: 1.25rem 3.25rem 1.5rem;
  box-sizing: border-box;
}
#head-page .head-scene .value-title {
  height: 1.05rem;
  line-height: 1.05rem;
  position: relative;
  text-align: center;
  margin-bottom: 0.625rem;
}
#head-page .head-scene .value-title h1 {
  color: #3D3D3D;
  font-size: 0.475rem;
  font-weight: bold;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#head-page .head-scene .value-title h2 {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  opacity: 1;
}
#head-page .head-scene .scene-title {
  display: flex;
  padding: 0 1.15rem;
  justify-content: space-between;
  align-items: center;
}
#head-page .head-scene .scene-title .title-item {
  width: 2.7rem;
  height: 1.0875rem;
  text-align: center;
}
#head-page .head-scene .scene-title .title-item .item-top {
  color: #055FFF;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 0.6375rem;
}
#head-page .head-scene .scene-title .title-item .item-bottom {
  font-size: 0.25rem;
  font-weight: bold;
  color: rgba(46, 47, 56, 0.7);
  line-height: 0.45rem;
}
#head-page .head-scene .scene-title .title-arrow {
  width: 0.475rem;
  height: 0.375rem;
}
#head-page .head-scene .scene-title .title-arrow img {
  width: 100%;
  height: 100%;
}
#head-page .head-scene .scene-hr {
  margin-top: 0.25rem;
  width: 17.5rem;
}
#head-page .head-scene .scene-hr img {
  width: 100%;
}
#head-page .head-scene .scene-content {
  padding: 0.55rem 0.75rem 0;
  display: flex;
  justify-content: space-between;
}
#head-page .head-scene .scene-content ul {
  width: 3.5rem;
  height: 1.7125rem;
  text-align: center;
}
#head-page .head-scene .scene-content ul li {
  font-size: 0.225rem;
  color: #055FFF;
  font-weight: bold;
  font-family: 'Source Han Sans CN';
}
#head-page .head-scene .scene-content ul .middle {
  margin: 0.35rem 0;
}
#head-page .head-scheme {
  height: 13.4125rem;
  background-image: url(/imgs/exact-mask2.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.1125rem;
  box-sizing: border-box;
}
#head-page .head-scheme .value-title {
  height: 1.05rem;
  line-height: 1.05rem;
  position: relative;
  text-align: center;
  margin-bottom: 0.625rem;
}
#head-page .head-scheme .value-title h1 {
  color: #fff;
  font-size: 0.475rem;
  font-weight: bold;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#head-page .head-scheme .value-title h2 {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  opacity: 1;
}
#head-page .head-scheme .scheme-content {
  width: 11.7rem;
  height: 9rem;
  margin: 0.925rem auto 0;
}
#head-page .head-scheme .scheme-content img {
  width: 100%;
  height: 100%;
}
#head-page .head-arc {
  margin-top: 1rem;
  padding: 0 1.675rem 1.25rem;
}
#head-page .head-arc .value-title {
  height: 1.05rem;
  position: relative;
  text-align: center;
}
#head-page .head-arc .value-title h1 {
  color: #3D3D3D;
  font-size: 0.475rem;
  font-weight: bold;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#head-page .head-arc .value-title h2 {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  opacity: 1;
}
#head-page .head-arc .arc-mian {
  padding: 0 2.125rem;
  height: 6.4375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#head-page .head-arc .arc-mian .main-left {
  height: 100%;
  width: 8.9125rem;
}
#head-page .head-arc .arc-mian .main-left img {
  width: 100%;
  height: 100%;
}
#head-page .head-arc .arc-mian .main-right {
  width: 6.4rem;
}
#head-page .head-arc .arc-mian .main-right .right-title {
  display: flex;
  align-items: center;
}
#head-page .head-arc .arc-mian .main-right .right-title img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.125rem;
}
#head-page .head-arc .arc-mian .main-right .right-title span {
  font-size: 0.375rem;
  font-weight: 700;
  line-height: 0.4rem;
  color: #3D3D3D;
}
#head-page .head-arc .arc-mian .main-right .right-tex {
  font-size: 0.175rem;
  color: #798599;
  margin: 0.25rem 0;
  line-height: 0.3rem;
}
#head-page .head-arc .arc-mian .main-right .right-select {
  margin: 0.2125rem 0 0.6rem;
}
#head-page .head-arc .arc-mian .main-right .right-select .select-item .item-title {
  font-size: 0.225rem;
  color: #005EFF;
  font-weight: 700;
}
#head-page .head-arc .arc-mian .main-right .right-select .select-item .item-title::before {
  content: '';
  display: inline-block;
  width: 0.05rem;
  height: 0.2125rem;
  background: #005EFF;
  margin-right: 0.125rem;
}
#head-page .head-arc .arc-mian .main-right .right-select .select-item .item-tex {
  margin-top: 0.1625rem;
  color: #798599;
  font-size: 0.175rem;
  padding-left: 0.1875rem;
}
#head-page .head-arc .arc-mian .main-right .right-select .select-item:nth-child(1) {
  margin-bottom: 0.3125rem;
}
#head-page .head-arc .arc-mian .main-right .right-btn {
  text-align: left;
}
#head-page .head-arc .arc-mian .main-right .right-btn .btn {
  width: 1.65rem;
  height: 0.6rem;
  background-color: #005EFF;
  text-align: center;
  line-height: 0.6rem;
  box-shadow: 0px 8px 20px 0px rgba(0, 94, 255, 0.35);
  font-size: 0.175rem;
  color: #fff;
  border-radius: 0.05rem;
  cursor: pointer;
}
