﻿html {
  width: 100vw;
  height: 100vh;
}
html body {
  width: 100vw;
  height: 100vh;
  position: relative;
  background: url(/site/keping/content/images/bg-body.png) no-repeat center;
  background-size: 100%;
  overflow: hidden;
}
html body .left,
html body .right {
  position: absolute;
  top: 9.2592592593vh;
  height: calc(100% - 11.1111111111vh);
  width: 23.4375vw;
}
html body .left > div,
html body .right > div {
  flex: 1;
}
html body .left {
  left: 1.8518518519vh;
}
html body .left .left_t {
  flex: 0.8;
  height: 0;
}
html body .left .left_t .module {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .left .left_t .module .video_box {
  width: 18.2291666667vw;
  height: 8.3854166667vw;
  padding: 0.4166666667vw;
  border: 1px solid rgba(49, 180, 255, 0.22);
  background-image: -webkit-linear-gradient(114deg, #31B4FF 0%, #032165 20%, #032165 80%, #31B4FF 100%);
}
html body .left .left_t .module .video_box video {
  border: 1px solid #31B4FF;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .left .left_c {
  flex: 1.2;
  height: 0;
}
html body .left .left_c .module .tab_box_list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 0vh;
}
html body .left .left_c .module .tab_box_list .item {
  align-items: center;
  padding-left: 3.2407407407vh;
}
html body .left .left_c .module .tab_box_list .item .icon_bg {
  width: 5.5555555556vh;
  height: 5.5555555556vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 0.9259259259vh;
}
html body .left .left_c .module .tab_box_list .item .icon_bg::after {
  content: "";
  position: absolute;
  width: 5.5555555556vh;
  height: 5.5555555556vh;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(0deg);
  border: 1px dashed #5681e4;
  border-radius: 50%;
  animation: rotate5 6s linear infinite;
}
html body .left .left_c .module .tab_box_list .item .icon_bg::before {
  content: "";
  position: absolute;
  width: 4.8148148148vh;
  height: 4.8148148148vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/site/keping/content/images/Bluering.png) no-repeat;
  background-size: 100% 100%;
}
@keyframes rotate5 {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
html body .left .left_c .module .tab_box_list .item .icon_bg img {
  width: 2.4074074074vh;
  height: 2.4074074074vh;
}
html body .left .left_c .module .tab_box_list .item .data_r {
  display: flex;
  flex-direction: column;
}
html body .left .left_c .module .tab_box_list .item .data_r .values {
  align-items: center;
}
html body .left .left_c .module .tab_box_list .item .data_r .values .value {
  font-family: Arial;
  font-weight: 400;
  font-size: 2.5925925926vh;
  height: 2.5925925926vh;
  line-height: 2.5925925926vh;
  margin-right: 0.3703703704vh;
}
html body .left .left_c .module .tab_box_list .item .data_r .values .unit {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.1111111111vh;
  height: 1.1111111111vh;
  color: #FFFFFF;
}
html body .left .left_c .module .tab_box_list .item .data_r .name {
  margin-top: 0.1851851852vh;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.2962962963vh;
  color: #FFFFFF;
}
html body .left .left_c .module .tab_box_list .item:nth-child(1) .icon_bg::after, html body .left .left_c .module .tab_box_list .item:nth-child(4) .icon_bg::after {
  border: 1px dashed #70D8FF;
}
html body .left .left_c .module .tab_box_list .item:nth-child(1) .data_r .values .value, html body .left .left_c .module .tab_box_list .item:nth-child(4) .data_r .values .value {
  color: #70D8FF;
}
html body .left .left_c .module .tab_box_list .item:nth-child(2) .icon_bg::before, html body .left .left_c .module .tab_box_list .item:nth-child(5) .icon_bg::before {
  background: url(/site/keping/content/images/Lightbluering.png) no-repeat;
  background-size: 100% 100%;
}
html body .left .left_c .module .tab_box_list .item:nth-child(2) .icon_bg::after, html body .left .left_c .module .tab_box_list .item:nth-child(5) .icon_bg::after {
  border: 1px dashed rgb(102, 246, 248);
}
html body .left .left_c .module .tab_box_list .item:nth-child(2) .data_r .values .value, html body .left .left_c .module .tab_box_list .item:nth-child(5) .data_r .values .value {
  color: rgb(102, 246, 248);
}
html body .left .left_c .module .tab_box_list .item:nth-child(3) .icon_bg::before, html body .left .left_c .module .tab_box_list .item:nth-child(6) .icon_bg::before {
  background: url(/site/keping/content/images/yellowring.png) no-repeat;
  background-size: 100% 100%;
}
html body .left .left_c .module .tab_box_list .item:nth-child(3) .icon_bg::after, html body .left .left_c .module .tab_box_list .item:nth-child(6) .icon_bg::after {
  border: 1px dashed rgb(255, 214, 87);
}
html body .left .left_c .module .tab_box_list .item:nth-child(3) .data_r .values .value, html body .left .left_c .module .tab_box_list .item:nth-child(6) .data_r .values .value {
  color: rgb(255, 214, 87);
}
html body .left .left_b {
  flex: 1;
  height: 0;
}
html body .left .left_b .module .tab_box_list {
  flex: 1;
}
html body .left .left_b .module .tab_box_list .show, html body .left .left_b .module .tab_box_list .hidden {
  height: 100%;
}
html body .left .left_b .module .tab_box_list .show .chart, html body .left .left_b .module .tab_box_list .hidden .chart {
  height: 100%;
}
html body .right {
  right: 1.8518518519vh;
}
html body .right .right_t .tab_box_list {
  flex: 1;
  position: relative;
  min-height: 8.8541666667vw;
}
html body .right .right_t .tab_box_list::after {
  content: "";
  width: 17.7083333333vw;
  height: 8.8541666667vw;
  position: absolute;
  background: url(/site/keping/content/images/distributionchart_bg.png) no-repeat center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(0deg);
}
html body .right .right_c .module .charts {
  flex: 1;
  height: 0;
}
html body .right .right_c .module .Hotenterprise {
  min-height: 3.90625vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body .right .right_c .module .Hotenterprise .title {
  font-family: var(--YSFont);
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: #FFBD67;
}
html body .right .right_c .module .Hotenterprise .hotCompany_box {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}
html body .right .right_c .module .Hotenterprise .hotCompany_box .left_but,
html body .right .right_c .module .Hotenterprise .hotCompany_box .right_but {
  width: 1.25vw;
  height: 1.25vw;
  color: #FFFFFF;
  background: rgba(40, 148, 217, 0.3);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
html body .right .right_c .module .Hotenterprise .hotCompany_box .left_but::after,
html body .right .right_c .module .Hotenterprise .hotCompany_box .right_but::after {
  font-size: 0.625vw;
}
html body .right .right_c .module .Hotenterprise .hotCompany_box .right_but {
  left: 1.5625vw;
}
html body .right .right_c .module .Hotenterprise .hotCompany_box .left_but {
  right: 1.5625vw;
}
html body .right .right_c .module .Hotenterprise .hotCompany_box .swiper {
  width: 15.625vw;
  height: 100%;
}
html body .right .right_c .module .Hotenterprise .hotCompany_box .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .right .right_c .module .Hotenterprise .hotCompany_box .swiper .swiper-wrapper .swiper-slide .pattern {
  width: 15.4166666667vw;
  height: 1.6145833333vw;
  background: url(/site/keping/content/images/pattern_bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 1.6145833333vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #FFFFFF;
}
html body .right .right_b {
  flex: 1;
  height: 0;
}
html body .right .right_b .module {
  height: 0;
  padding-top: 1.0416666667vw;
  overflow: hidden;
  box-sizing: border-box;
}
html body .right .right_b .module::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.0416666667vw;
  width: 0.1041666667vw;
  height: calc(100% - 1.0416666667vw);
  background: linear-gradient(0deg, rgba(9, 252, 255, 0) 0%, rgba(131, 160, 255, 0.93) 56%, rgba(0, 255, 255, 0) 100%);
}
html body .right .right_b .module .item {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 1.1458333333vw;
}
html body .right .right_b .module .item .honor {
  width: 19.0104166667vw;
  height: 5.2083333333vw;
  background: url(/site/keping/content/images/honor_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.7291666667vw 1.3020833333vw 0.7291666667vw 1.5625vw;
  margin-left: 3.125vw;
}
html body .right .right_b .module .item .honor .honor_l {
  width: 4.1666666667vw;
  align-items: center;
  margin-right: 1.0416666667vw;
}
html body .right .right_b .module .item .honor .honor_l .honor-month {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 1.25vw;
  color: #FFFFFF;
  padding: 0vw 0.625vw;
  background: #1C3B85;
  border-radius: 4px;
  align-items: baseline;
}
html body .right .right_b .module .item .honor .honor_l .honor-month span {
  font-size: 0.7291666667vw;
}
html body .right .right_b .module .item .honor .honor_l .honor-year {
  margin-top: 0.5208333333vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 1.25vw;
  height: 1.25vw;
  line-height: 1.25vw;
  color: #FFFFFF;
  align-items: baseline;
}
html body .right .right_b .module .item .honor .honor_l .honor-year span {
  font-size: 0.8333333333vw;
  height: 0.8333333333vw;
  line-height: 0.5208333333vw;
  display: block;
}
html body .right .right_b .module .item .honor .honor-text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.25vw;
  color: #FFFFFF;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
html body .right .right_b .module .item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8333333333vw;
  transform: translateY(-50%);
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: #00FFFF;
  border-radius: 50%;
}
html body .center {
  width: calc(100% - 50vw);
  position: absolute;
  top: 10.9259259259vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  height: calc(100% - 12.7777777778vh);
}
html body .center .center_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html body .center .center_t .left_but2 {
  width: 1.0416666667vw;
  height: 1.6666666667vw;
  background: url(/site/keping/content/images/left_click.png) no-repeat center;
  background-size: 100% 100%;
}
html body .center .center_t .left_but2.swiper-button-disabled {
  opacity: 0.5;
}
html body .center .center_t .right_but2 {
  width: 1.0416666667vw;
  height: 1.6666666667vw;
  background: url(/site/keping/content/images/right_click.png) no-repeat center;
  background-size: 100% 100%;
}
html body .center .center_t .right_but2.swiper-button-disabled {
  opacity: 0.5;
}
html body .center .center_t .swiper {
  flex: 1;
  width: 0;
  margin: 0 0.5208333333vw;
}
html body .center .center_t .swiper .swiper-wrapper .swiper-slide .item {
  width: 12.3958333333vw;
  height: 3.8541666667vw;
  background: url(/site/keping/content/images/c_t_icon.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
html body .center .center_t .swiper .swiper-wrapper .swiper-slide .item .icon {
  width: 4.375vw;
  min-width: 4.375vw;
  height: 3.8541666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .center .center_t .swiper .swiper-wrapper .swiper-slide .item .icon img {
  width: 1.3541666667vw;
  height: 1.3541666667vw;
}
html body .center .center_t .swiper .swiper-wrapper .swiper-slide .item .data {
  margin-left: 0.8854166667vw;
}
html body .center .center_t .swiper .swiper-wrapper .swiper-slide .item .data .data-value {
  font-family: var(--DDINB);
  font-weight: bold;
  font-size: 1.4583333333vw;
  height: 1.4583333333vw;
  line-height: 1.4583333333vw;
  color: #1FFFFC;
  text-shadow: 0 0 10px #1FFFFC, 0 0 10px #1FFFFC;
}
html body .center .center_t .swiper .swiper-wrapper .swiper-slide .item .data .data-name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #FFFFFF;
  white-space: nowrap;
}
html body .center .center_b_box {
  flex: 1;
  height: 0;
  position: relative;
}
html body .center .center_b_box .center_b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body .center .center_b_box .center_b .svg_cont_item {
  position: absolute;
  width: 9.375vw;
  height: 11.7708333333vw;
  border: 2px solid rgba(120, 227, 254, 0.8);
  display: flex;
  flex-direction: column;
}
html body .center .center_b_box .center_b .svg_cont_item .svg_cont_item_name {
  height: 1.7708333333vw;
  line-height: 1.7708333333vw;
  background: linear-gradient(95deg, #209CFF 0%, #68E0CF 100%);
  font-family: var(--YSFont);
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: #FFFFFF;
  text-align: center;
}
html body .center .center_b_box .center_b .svg_cont_item .photograph {
  flex: 1;
  height: 0;
  padding: 1.1458333333vw 0.7291666667vw 0.7291666667vw;
  background: url(/site/keping/content/images/parent_map_img_bg.png) no-repeat;
  background-size: 100% 100%;
}
html body .center .center_b_box .center_b .svg_cont_item .photograph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .center .center_b_box .center_b .svg_cont_item:nth-child(1) {
  right: 23.4375vw;
  top: 0vh;
}
html body .center .center_b_box .center_b .svg_cont_item:nth-child(1) .line {
  width: 3.0208333333vw;
  height: 17.037037037vh;
  position: absolute;
  top: 50%;
  right: -3.3333333333vw;
}
html body .center .center_b_box .center_b .svg_cont_item:nth-child(1) .line .line-ico {
  background: url(/site/keping/content/images/line-ico-ico1.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
html body .center .center_b_box .center_b .svg_cont_item:nth-child(1) .line .line-ico span {
  position: absolute;
  right: -2.0833333333vw;
  text-align: center;
  bottom: 0.9259259259vh;
  width: 4.1666666667vw;
  font-size: 0.9375vw;
  font-weight: 600;
  color: #FFFFFF;
}
html body .center .center_b_box .center_b .svg_cont_item:nth-child(1) .line .line-circle {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background: url(/site/keping/content/images/line-circle1.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -2.0833333333vw;
  right: -2.03125vw;
  animation: rotate1 10s linear infinite;
  cursor: pointer;
}
html body .center .center_b_box .center_b .svg_cont_item:nth-child(2) {
  right: 4.1666666667vw;
  top: 1.8518518519vh;
}
html body .center .center_b_box .center_b .svg_cont_item:nth-child(2) .line {
  width: 0.3125vw;
  height: 6.9444444444vh;
  position: absolute;
  bottom: -7.4074074074vh;
  left: 1.5625vw;
}
html body .center .center_b_box .center_b .svg_cont_item:nth-child(2) .line .line-ico {
  background: url(/site/keping/content/images/line-ico-ico2.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
html body .center .center_b_box .center_b .svg_cont_item:nth-child(2) .line .line-circle {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background: url(/site/keping/content/images/line-circle2.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -2.0833333333vw;
  right: -1.9270833333vw;
  animation: rotate2 10s linear infinite;
}
html body .center .center_b_box .center_b .svg_cont_item:nth-child(3) {
  left: 16.3020833333vw;
  bottom: 7.4074074074vh;
}
html body .center .center_b_box .center_b .svg_cont_item:nth-child(3) .line {
  width: 2.7083333333vw;
  height: 18.6111111111vh;
  position: absolute;
  bottom: 50%;
  right: -3.3333333333vw;
}
html body .center .center_b_box .center_b .svg_cont_item:nth-child(3) .line .line-ico {
  background: url(/site/keping/content/images/line-ico-ico3.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
html body .center .center_b_box .center_b .svg_cont_item:nth-child(3) .line .line-circle {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background: url(/site/keping/content/images/line-circle2.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -2.0833333333vw;
  right: -2.03125vw;
  animation: rotate2 10s linear infinite;
}
html body .center .center_b_box .svg_cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
html body .center .center_b_box .svg_cont::before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20.8333333333vw;
  margin-top: -20.8333333333vw;
  width: 41.6666666667vw;
  height: 41.6666666667vw;
  transform: rotateX(-45deg) rotateZ(0deg) rotateY(0deg);
  z-index: -1;
  background-image: url(/site/keping/content/images/page1-circle1.png);
  background-position: center;
  background-size: 100% 100%;
  animation: rotate 60s linear infinite;
}
html body .center .center_b_box .svg_cont::after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -23.9583333333vw;
  margin-top: -23.9583333333vw;
  width: 47.9166666667vw;
  height: 47.9166666667vw;
  transform: rotateX(-45deg) rotateZ(0deg) rotateY(0deg);
  z-index: -1;
  background-image: url(/site/keping/content/images/page1-circle2.png);
  background-position: center;
  background-size: 100% 100%;
  animation: rotate 40s linear infinite reverse;
}
html body .center .center_b_box .svg_cont .draw {
  opacity: 0;
}
html body .center .center_b_box .svg_cont svg {
  width: 100%;
  height: 100%;
}
html body .center .center_b_box #btn_back1 {
  width: 70px;
  height: 70px;
  border-radius: 30px;
  background: url(/site/keping/content/images/back.svg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 0.7291666667vw;
  position: absolute;
  top: 14%;
  left: 8%;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
}
html body .center .center_b_box #btn_back1:hover {
  transform: scale(1.1);
}
