@charset "UTF-8";
.container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #020508;
  background: url(../img/bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.container .header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 219px;
  background: url(../img/head_bg.png) center no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1%;
}

.container .header .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15%;
  margin-bottom: 135px;
}

.container .header .date p {
  white-space: nowrap;
  font-size: 30px;
  color: #16E3FD;
  margin-right: 10px;
}

.container .header .logo {
  width: 70%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .header .logo img {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.container .header .logo h1 {
  font-size: 70px;
  font-weight: normal;
  background-image: -webkit-linear-gradient(top, #fff, #BAE0FC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: hyy;
}

.container .header .time {
  width: 15%;
  text-align: right;
  margin-bottom: 135px;
}

.container .header .time p {
  white-space: nowrap;
  font-size: 46px;
  font-family: pmzd;
  color: #16E3FD;
  letter-spacing: 1px;
}

.container .content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1%;
}

.container .content .leftcon {
  width: 861px;
  height: 2041px;
  position: relative;
  z-index: 99;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 80px;
  background: url(../img/left_bg.png) center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.3%;
}

.container .content .leftcon .leftbt {
  margin-bottom: 25px;
  width: 100%;
  height: 70px;
  background: url(../img/left_tt_bg.png) -10px center no-repeat;
  background-size: contain;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1%;
  padding-left: 3%;
}

.container .content .leftcon .leftbt p {
  font-size: 35px;
  background-image: -webkit-linear-gradient(top, #fff, #50D4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: hyy;
}

.container .content .leftcon .biaoti {
  margin-bottom: 20px;
  width: 100%;
  height: 46px;
  background: url(../img/left_tt_bg1.png) no-repeat;
  background-size: contain;
}

.container .content .leftcon .biaoti p {
  font-size: 26px;
  background-image: -webkit-linear-gradient(top, #fff, #50D4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: hyy;
  padding-left: 5%;
  padding-top: 1%;
}

.container .content .leftcon .left1 {
  margin-bottom: 15px;
  margin-left: 15px;
  width: 836px;
  height: 384px;
  background-color: rgba(4, 42, 92, 0.6);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  /* 自动滚动动画 */
}

.container .content .leftcon .left1 .left1list {
  width: 100%;
  height: 275px;
  position: relative;
  overflow: hidden;
}

.container .content .leftcon .left1 .scroll-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@-webkit-keyframes scrollMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes scrollMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.container .content .leftcon .left1 .list {
  position: relative;
  width: 100%;
  padding-left: 2%;
  height: 52px;
  margin-bottom: 13px;
  background: #081E37;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 30, 55, 0.3)), color-stop(#081E37), to(rgba(8, 30, 55, 0.3)));
  background: linear-gradient(to right, rgba(8, 30, 55, 0.3), #081E37, rgba(8, 30, 55, 0.3));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  cursor: pointer;
}

.container .content .leftcon .left1 .list:hover {
  background: url(../img/list_a.png) center no-repeat;
  background-size: 100% 100%;
}

.container .content .leftcon .left1 .list .tag {
  margin-right: 22px;
  width: 72px;
  height: 30px;
  background-color: #D1070F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .leftcon .left1 .list .tag p {
  color: #fff;
  font-size: 21px;
}

.container .content .leftcon .left1 .list .des {
  width: auto;
  height: auto;
}

.container .content .leftcon .left1 .list .des p {
  color: #fff;
  font-size: 21px;
}

.container .content .leftcon .left1 .list .date {
  position: absolute;
  right: 20px;
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .content .leftcon .left1 .list .date p {
  text-align: left;
  font-size: 21px;
  color: #fff;
  margin-right: 15px;
}

.container .content .leftcon .left1 .list .date span {
  text-align: left;
  font-size: 21px;
  color: #fff;
}

.container .content .leftcon .left2 {
  margin-bottom: 15px;
  margin-left: 15px;
  width: 836px;
  height: 480px;
  background-color: rgba(4, 42, 92, 0.6);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.container .content .leftcon .left2 .biaoti {
  background: url(../img/left_tt_bg1_1.png) no-repeat;
  background-size: contain;
}

.container .content .leftcon .left2 .gjlist {
  width: 100%;
  height: 370px;
}

.container .content .leftcon .left2 .gjlist .gj {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}

.container .content .leftcon .left2 .gjlist .gj.one .gj_top .des .number {
  background: url(../img/left_icon1.png) center no-repeat;
  background-size: 100% 100%;
}

.container .content .leftcon .left2 .gjlist .gj.one .gj_top .des .name {
  max-width: 69%;
  height: auto;
  padding: 0 0.5rem;
  background: rgba(83, 15, 23, 0.7);
}

.container .content .leftcon .left2 .gjlist .gj.one .gj_top .des .name p {
  color: #FF2533;
}

.container .content .leftcon .left2 .gjlist .gj.one .jindu {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#131728));
  background: linear-gradient(to right, transparent, #131728);
}

.container .content .leftcon .left2 .gjlist .gj.one .jindu .jinduccc {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#DF2733));
  background: linear-gradient(to right, transparent, #DF2733);
}

.container .content .leftcon .left2 .gjlist .gj.two .gj_top .des .number {
  background: url(../img/left_icon2.png) center no-repeat;
  background-size: 100% 100%;
}

.container .content .leftcon .left2 .gjlist .gj.two .gj_top .des .name {
  max-width: 69%;
  height: auto;
  padding: 0 0.5rem;
  background: rgba(56, 37, 11, 0.7);
}

.container .content .leftcon .left2 .gjlist .gj.two .gj_top .des .name p {
  color: #FFA83A;
}

.container .content .leftcon .left2 .gjlist .gj.two .jindu {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#1E2229));
  background: linear-gradient(to right, transparent, #1E2229);
}

.container .content .leftcon .left2 .gjlist .gj.two .jindu .jinduccc {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#975502));
  background: linear-gradient(to right, transparent, #975502);
}

.container .content .leftcon .left2 .gjlist .gj.thr .gj_top .des .number {
  background: url(../img/left_icon3.png) center no-repeat;
  background-size: 100% 100%;
}

.container .content .leftcon .left2 .gjlist .gj.thr .gj_top .des .name {
  max-width: 69%;
  height: auto;
  padding: 0 0.5rem;
  background: rgba(38, 35, 9, 0.7);
}

.container .content .leftcon .left2 .gjlist .gj.thr .gj_top .des .name p {
  color: #FEDE44;
}

.container .content .leftcon .left2 .gjlist .gj.thr .jindu {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#182328));
  background: linear-gradient(to right, transparent, #182328);
}

.container .content .leftcon .left2 .gjlist .gj.thr .jindu .jinduccc {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#756202));
  background: linear-gradient(to right, transparent, #756202);
}

.container .content .leftcon .left2 .gjlist .gj .gj_top {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .leftcon .left2 .gjlist .gj .gj_top .des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}

.container .content .leftcon .left2 .gjlist .gj .gj_top .des .number {
  margin-right: 10px;
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/left_icon4.png) center no-repeat;
  background-size: 100% 100%;
}

.container .content .leftcon .left2 .gjlist .gj .gj_top .des .number p {
  color: #fff;
  font-size: 20px;
}

.container .content .leftcon .left2 .gjlist .gj .gj_top .des span {
  color: #fff;
  font-size: 18px;
  margin-right: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 20%;
}

.container .content .leftcon .left2 .gjlist .gj .gj_top .des .name {
  max-width: 69%;
  height: auto;
  padding: 0 0.5rem;
  background: rgba(3, 47, 85, 0.7);
}

.container .content .leftcon .left2 .gjlist .gj .gj_top .des .name p {
  color: #56C5FF;
  font-size: 0.8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.container .content .leftcon .left2 .gjlist .gj .gj_top .shuliang {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

.container .content .leftcon .left2 .gjlist .gj .gj_top .shuliang p {
  color: #fff;
  font-size: 21px;
  font-family: pmzd;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  text-align: right;
}

.container .content .leftcon .left2 .gjlist .gj .gj_top .shuliang span {
  margin-left: 12px;
  color: #fff;
  font-size: 21px;
  font-family: pmzd;
}

.container .content .leftcon .left2 .gjlist .gj .jindu {
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#07274B));
  background: linear-gradient(to right, transparent, #07274B);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.container .content .leftcon .left2 .gjlist .gj .jindu .jinduccc {
  width: 70%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#0573AB));
  background: linear-gradient(to right, transparent, #0573AB);
}

.container .content .leftcon .left2 .gjlist .gj .jindu .qiu {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-left: -20px;
}

.container .content .leftcon .left2 .gjlist .gj .jindu .qiu img {
  width: 38px;
  height: 38px;
}

.container .content .leftcon .left3 {
  margin-left: 15px;
  margin-bottom: 15px;
  width: 836px;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .leftcon .left3 .left3_left {
  width: 405px;
  height: 550px;
  background-color: rgba(4, 42, 92, 0.6);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.container .content .leftcon .left3 .left3_left .left3_title {
  background: url(../img/left_tt_bg2.png) no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  width: 100%;
  height: 46px;
}

.container .content .leftcon .left3 .left3_left .left3_title p {
  font-size: 26px;
  background-image: -webkit-linear-gradient(top, #fff, #50D4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: hyy;
  padding-left: 8%;
  padding-top: 1%;
}

.container .content .leftcon .left3 .left3_left .echarts {
  margin: auto;
  margin-bottom: 25px;
  position: relative;
  width: 270px;
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .leftcon .left3 .left3_left .echarts #shanxing {
  width: 100%;
  height: 100%;
}

.container .content .leftcon .left3 .left3_left .echarts #shanxing1 {
  width: 100%;
  height: 100%;
}

.container .content .leftcon .left3 .left3_left .echarts .quan {
  position: absolute;
  z-index: 9999;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.container .content .leftcon .left3 .left3_left .echarts .quan .quan_nei {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
}

.container .content .leftcon .left3 .left3_left .legend {
  width: 100%;
  height: 121px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container .content .leftcon .left3 .left3_left .legend .le {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 46%;
  height: auto;
  margin-bottom: 25px;
}

.container .content .leftcon .left3 .left3_left .legend .le:nth-child(3) i {
  background-color: #33DDFF;
}

.container .content .leftcon .left3 .left3_left .legend .le:nth-child(4) i {
  background-color: #33DDFF;
}

.container .content .leftcon .left3 .left3_left .legend .le:nth-child(5) {
  width: 55%;
}

.container .content .leftcon .left3 .left3_left .legend .le:nth-child(5) i {
  background-color: #0CFF00;
}

.container .content .leftcon .left3 .left3_left .legend .le i {
  width: 9px;
  height: 9px;
  background-color: #FFEC5A;
}

.container .content .leftcon .left3 .left3_left .legend .le p {
  color: #90BAED;
  font-size: 20px;
  text-align: left;
  margin: 0 10px;
  margin-right: 15px;
}

.container .content .leftcon .left3 .left3_left .legend .le span {
  color: #fff;
  font-size: 21px;
  font-family: pmzd;
}

.container .content .leftcon .left4 {
  margin-bottom: 15px;
  margin-left: 15px;
  width: 836px;
  height: 435px;
  background-color: rgba(4, 42, 92, 0.6);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.container .content .leftcon .left4 .biaoti {
  background: url(../img/left_tt_bg1_1.png) no-repeat;
  background-size: contain;
}

.container .content .leftcon .left4 .echarts {
  width: 100%;
  height: 320px;
  position: relative;
}

.container .content .leftcon .left4 .echarts .shuzi {
  position: absolute;
  right: 77px;
  top: 0;
  width: 630px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .leftcon .left4 .echarts .shuzi p {
  color: #fff;
  font-family: pmzd;
  font-size: 26px;
}

.container .content .leftcon .left4 .echarts #danzhu {
  width: 100%;
  height: 100%;
}

.container .content .midcon_top {
  width: 2003px;
  height: auto;
  position: absolute;
  z-index: 5;
  top: 200px;
  left: 925px;
}

.container .content .midcon_top ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.container .content .midcon_top ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: auto;
}

.container .content .midcon_top ul li img {
  margin-bottom: -20px;
  width: auto;
  height: auto;
}

.container .content .midcon_top ul li p {
  color: #fff;
  font-size: 22px;
  padding-left: 40px;
}

.container .content .midcon_top ul li span {
  margin-top: 10px;
  font-size: 35px;
  background-image: -webkit-linear-gradient(top, #fff, #50D4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: pmzd;
  padding-left: 40px;
}

.container .content .midcon_bottom {
  position: absolute;
  z-index: 5;
  bottom: 50px;
  left: 925px;
  width: 2003px;
  height: 447px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .midcon_bottom .mid1 {
  width: 990px;
  height: 447px;
  background: url(../img/mid_bg.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-top: 10px;
  padding-left: 5px;
}

.container .content .midcon_bottom .mid1 .mid1_ttt {
  margin-bottom: 25px;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 25px;
  background: url(../img/left_tt_bg.png) no-repeat;
  background-size: contain;
}

.container .content .midcon_bottom .mid1 .mid1_ttt .biaoti {
  width: auto;
  height: 65px;
}

.container .content .midcon_bottom .mid1 .mid1_ttt .biaoti p {
  margin-top: 10px;
  font-size: 33px;
  background-image: -webkit-linear-gradient(top, #fff, #50D4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: pmzd;
  padding-left: 35px;
}

.container .content .midcon_bottom .mid1 .mid1_ttt .xuanze {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .content .midcon_bottom .mid1 .mid1_ttt .xuanze .xz1 {
  margin-left: 10px;
  width: 108px;
  height: 40px;
  background: url(../img/mid_xz_bg.png) center no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.container .content .midcon_bottom .mid1 .mid1_ttt .xuanze .xz1.active {
  background: url(../img/mid_xz_bg_a.png) center no-repeat;
  background-size: 100% 100%;
}

.container .content .midcon_bottom .mid1 .mid1_ttt .xuanze .xz1.active p {
  font-size: 22px;
  background-image: -webkit-linear-gradient(top, #FDFCF1, #F0E69C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: hyy;
}

.container .content .midcon_bottom .mid1 .mid1_ttt .xuanze .xz1 p {
  font-size: 22px;
  background-image: -webkit-linear-gradient(top, #fff, #50D4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: hyy;
}

.container .content .midcon_bottom .mid1 .echarts {
  width: 100%;
  height: 310px;
}

.container .content .midcon_bottom .mid1 .echarts #zhexian {
  width: 100%;
  height: 100%;
}

.container .content .midcon_bottom .mid1 .echarts1 {
  width: 100%;
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .content .midcon_bottom .mid1 .echarts1 #yuanzhu {
  width: 68%;
  height: 100%;
}

.container .content .midcon_bottom .mid1 .echarts1 #yquan {
  width: 29%;
  height: 100%;
}

.container .content .midcon {
  position: relative;
  width: 2003px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: centere;
      -ms-flex-align: centere;
          align-items: centere;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 180px;
}

.container .content .rightcon {
  width: 861px;
  height: 2020px;
  position: relative;
  z-index: 99;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 110px;
  background: url(../img/right_bg.png) center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.3%;
}

.container .content .rightcon .rightbt {
  margin-bottom: 25px;
  width: 100%;
  height: 70px;
  background: url(../img/right_tt_bg.png) 190px center no-repeat;
  background-size: contain;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1%;
  padding-right: 3%;
}

.container .content .rightcon .rightbt p {
  font-size: 35px;
  background-image: -webkit-linear-gradient(top, #fff, #50D4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: hyy;
  text-align: right;
}

.container .content .rightcon .biaoti {
  margin-bottom: 20px;
  width: 100%;
  height: 46px;
  background: url(../img/left_tt_bg1.png) no-repeat;
  background-size: contain;
}

.container .content .rightcon .biaoti p {
  font-size: 26px;
  background-image: -webkit-linear-gradient(top, #fff, #50D4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: hyy;
  padding-left: 5%;
  padding-top: 0.2%;
}

.container .content .rightcon .right1 {
  margin-bottom: 15px;
  margin-right: 15px;
  width: 836px;
  height: 440px;
  background-color: rgba(4, 42, 92, 0.6);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.container .content .rightcon .right1 .biaoti {
  background: url(../img/left_tt_bg2.png) no-repeat;
  background-size: contain;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  /* 往上移动 */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  /* 往上移动 */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.container .content .rightcon .right1 .right1con {
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .content .rightcon .right1 .right1con .right1con1 {
  margin-left: 50px;
  width: 267px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.container .content .rightcon .right1 .right1con .right1con1 .tu {
  width: auto;
  -webkit-animation: upDown 2s ease-in-out infinite;
          animation: upDown 2s ease-in-out infinite;
}

.container .content .rightcon .right1 .right1con .right1con1 .tu img {
  width: auto;
}

.container .content .rightcon .right1 .right1con .right1con1 .des {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}

.container .content .rightcon .right1 .right1con .right1con1 .des p {
  color: #fff;
  font-size: 18px;
}

.container .content .rightcon .right1 .right1con .right1con1 .des span {
  color: #fff;
  font-size: 48px;
  font-family: pmzd;
}

.container .content .rightcon .right1 .right1con .right1con1 .di {
  width: auto;
  margin-top: -230px;
  z-index: 1;
}

.container .content .rightcon .right1 .right1con .right1con1 .di img {
  width: auto;
}

.container .content .rightcon .right1 .right1con .right1list {
  width: 450px;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist {
  width: 100%;
  height: 370px;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.one .gj_top .des .number {
  background: url(../img/left_icon1.png) center no-repeat;
  background-size: 100% 100%;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.one .gj_top .des .name {
  max-width: 69%;
  height: auto;
  padding: 0 0.5rem;
  background: rgba(83, 15, 23, 0.7);
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.one .gj_top .des .name p {
  color: #FF2533;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.one .jindu {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#131728));
  background: linear-gradient(to right, transparent, #131728);
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.one .jindu .jinduccc {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#DF2733));
  background: linear-gradient(to right, transparent, #DF2733);
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.two .gj_top .des .number {
  background: url(../img/left_icon2.png) center no-repeat;
  background-size: 100% 100%;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.two .gj_top .des .name {
  max-width: 69%;
  height: auto;
  padding: 0 0.5rem;
  background: rgba(56, 37, 11, 0.7);
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.two .gj_top .des .name p {
  color: #FFA83A;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.two .jindu {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#1E2229));
  background: linear-gradient(to right, transparent, #1E2229);
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.two .jindu .jinduccc {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#975502));
  background: linear-gradient(to right, transparent, #975502);
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.thr .gj_top .des .number {
  background: url(../img/left_icon3.png) center no-repeat;
  background-size: 100% 100%;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.thr .gj_top .des .name {
  max-width: 69%;
  height: auto;
  padding: 0 0.5rem;
  background: rgba(38, 35, 9, 0.7);
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.thr .gj_top .des .name p {
  color: #FEDE44;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.thr .jindu {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#182328));
  background: linear-gradient(to right, transparent, #182328);
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj.thr .jindu .jinduccc {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#756202));
  background: linear-gradient(to right, transparent, #756202);
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .gj_top {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .gj_top .des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .gj_top .des .number {
  margin-right: 10px;
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/left_icon4.png) center no-repeat;
  background-size: 100% 100%;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .gj_top .des .number p {
  color: #fff;
  font-size: 20px;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .gj_top .des span {
  color: #fff;
  font-size: 18px;
  margin-right: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 20%;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .gj_top .des .name {
  max-width: 69%;
  height: auto;
  padding: 0 0.5rem;
  background: rgba(3, 47, 85, 0.7);
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .gj_top .des .name p {
  color: #56C5FF;
  font-size: 0.8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .gj_top .shuliang {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .gj_top .shuliang p {
  color: #fff;
  font-size: 21px;
  font-family: pmzd;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  text-align: right;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .gj_top .shuliang span {
  margin-left: 12px;
  color: #fff;
  font-size: 21px;
  font-family: pmzd;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .jindu {
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#07274B));
  background: linear-gradient(to right, transparent, #07274B);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .jindu .jinduccc {
  width: 70%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#0573AB));
  background: linear-gradient(to right, transparent, #0573AB);
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .jindu .qiu {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-left: -20px;
}

.container .content .rightcon .right1 .right1con .right1list .gjlist .gj .jindu .qiu img {
  width: 38px;
  height: 38px;
}

.container .content .rightcon .right2 {
  margin-bottom: 20px;
  margin-right: 15px;
  width: 836px;
  height: 475px;
  background-color: rgba(4, 42, 92, 0.6);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.container .content .rightcon .right2 .biaoti {
  background: url(../img/left_tt_bg1_1.png) no-repeat;
  background-size: contain;
}

.container .content .rightcon .right2 .right2con {
  width: 100%;
  position: relative;
  height: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .rightcon .right2 .right2con .right2con1 {
  position: relative;
  width: 240px;
  height: 100%;
}

.container .content .rightcon .right2 .right2con .right2con1 .z1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: auto;
}

.container .content .rightcon .right2 .right2con .right2con1 .z1:first-child img {
  margin-top: 70px;
}

.container .content .rightcon .right2 .right2con .right2con1 .z1:last-child img {
  margin-top: -70px;
}

.container .content .rightcon .right2 .right2con .right2con1 .z1 .des {
  width: 120px;
  height: 120px;
  background: url(../img/xquan_bg.png) center no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .rightcon .right2 .right2con .right2con1 .z1 .des p {
  color: #fff;
  font-size: 32px;
  font-family: din;
}

.container .content .rightcon .right2 .right2con .right2con1 .z1 .des span {
  color: #fff;
  font-size: 22px;
}

.container .content .rightcon .right2 .right2con .right2con1 .z1 img {
  margin-left: 10px;
  width: auto;
}

.container .content .rightcon .right2 .right2con .right2con2 {
  position: relative;
  width: 240px;
  height: 100%;
}

.container .content .rightcon .right2 .right2con .right2con2 .z1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: auto;
}

.container .content .rightcon .right2 .right2con .right2con2 .z1:first-child img {
  margin-top: 70px;
}

.container .content .rightcon .right2 .right2con .right2con2 .z1:last-child img {
  margin-top: -70px;
}

.container .content .rightcon .right2 .right2con .right2con2 .z1 .des {
  width: 120px;
  height: 120px;
  background: url(../img/xquan_bg.png) center no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .rightcon .right2 .right2con .right2con2 .z1 .des p {
  color: #fff;
  font-size: 32px;
  font-family: din;
}

.container .content .rightcon .right2 .right2con .right2con2 .z1 .des span {
  color: #fff;
  font-size: 22px;
}

.container .content .rightcon .right2 .right2con .right2con2 .z1 img {
  margin-right: 10px;
  width: auto;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.container .content .rightcon .right2 .right2con .echarts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 50px;
}

.container .content .rightcon .right2 .right2con .echarts img {
  position: absolute;
  width: auto;
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
}

.container .content .rightcon .right2 .right2con .echarts #shui2 {
  width: 175px;
  height: 175px;
}

.container .content .rightcon .right2 .right2con .mss {
  position: absolute;
  bottom: 0px;
  left: 220px;
  z-index: 88;
  width: 360px;
  height: 52px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#033A81), to(transparent));
  background: linear-gradient(to right, transparent, #033A81, transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .rightcon .right2 .right2con .mss p {
  color: #b7bedd;
  font-size: 22px;
}

.container .content .rightcon .right2 .right2con .mss span {
  color: #fff;
  font-size: 22px;
  margin-left: 10px;
}

.container .content .rightcon .right3 {
  margin-bottom: 15px;
  margin-right: 15px;
  width: 836px;
  height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .rightcon .right3 .righ3_left {
  width: 407px;
  height: 490px;
  background-color: rgba(4, 42, 92, 0.6);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.container .content .rightcon .right3 .righ3_left:nth-child(2) .right3_title {
  background: url(../img/left_tt_bg3.png) no-repeat;
  background-size: contain;
}

.container .content .rightcon .right3 .righ3_left:nth-child(2) .right3_title p {
  padding-left: 9%;
}

.container .content .rightcon .right3 .righ3_left .right3_title {
  background: url(../img/left_tt_bg2.png) no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  width: 100%;
  height: 46px;
}

.container .content .rightcon .right3 .righ3_left .right3_title p {
  font-size: 26px;
  background-image: -webkit-linear-gradient(top, #fff, #50D4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: hyy;
  padding-left: 8%;
  padding-top: 1%;
}

.container .content .rightcon .right3 .righ3_left .echarts {
  margin: auto;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 305px;
  height: 305px;
  background: url(../img/quan_bg2.png) center no-repeat;
  background-size: 100% 100%;
}

.container .content .rightcon .right3 .righ3_left .echarts #duoquan {
  width: 96%;
  height: 96%;
}

.container .content .rightcon .right3 .righ3_left .echarts #duoquan1 {
  width: 96%;
  height: 96%;
}

.container .content .rightcon .right3 .righ3_left .legend {
  margin: auto;
  width: 370px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container .content .rightcon .right3 .righ3_left .legend .le {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 47%;
  height: auto;
  margin-bottom: 20px;
}

.container .content .rightcon .right3 .righ3_left .legend .le:nth-child(2) i {
  background-color: #00DDB4;
}

.container .content .rightcon .right3 .righ3_left .legend .le:nth-child(3) i {
  background-color: #FCE45E;
}

.container .content .rightcon .right3 .righ3_left .legend .le:nth-child(4) i {
  background-color: #FCA95F;
}

.container .content .rightcon .right3 .righ3_left .legend .le .le1 {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .content .rightcon .right3 .righ3_left .legend .le i {
  width: 9px;
  height: 9px;
  background-color: #106EE5;
}

.container .content .rightcon .right3 .righ3_left .legend .le p {
  color: #90BAED;
  font-size: 19px;
  text-align: left;
  margin-left: 15px;
}

.container .content .rightcon .right3 .righ3_left .legend .le span {
  color: #fff;
  font-size: 20px;
  font-family: pmzd;
}

.container .content .rightcon .right4 {
  margin-right: 15px;
  width: 836px;
  height: 426px;
  background-color: rgba(4, 42, 92, 0.6);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.container .content .rightcon .right4 .biaoti {
  background: url(../img/left_tt_bg1_1.png) no-repeat;
  background-size: contain;
}

.container .content .rightcon .right4 .biaoti p {
  padding-top: 10px;
}

.container .content .rightcon .right4 .echarts {
  width: 100%;
  height: 320px;
  position: relative;
}

.container .content .rightcon .right4 .echarts .shuzi {
  position: absolute;
  right: 77px;
  top: 0;
  width: 630px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .rightcon .right4 .echarts .shuzi p {
  color: #fff;
  font-family: pmzd;
  font-size: 26px;
}

.container .content .rightcon .right4 .echarts #danzhu1 {
  width: 100%;
  height: 100%;
}

.container .mapp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.container .mapp .map_main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: move;
}

.container .mapp .map_box {
  position: relative;
  display: block;
  margin: auto;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.container .mapp .map_box_tip {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 203;
}

.container .mapp .map_box_tip img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 66;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.container .mapp .map_box_con {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
}

.container .mapp .map_box_con img {
  display: block;
  width: 100%;
  height: 100%;
}

.container .mapp .map_box_tit .tit {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container .mapp .map_box_tit .tit .t {
  position: absolute;
  background: url(../img/mtan1.png) center top no-repeat;
  width: 236px;
  height: 208px;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 43px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
}

.container .mapp .map_box_tit .tit .t .t1 {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .mapp .map_box_tit .tit .t .t1 p {
  color: #fff;
  font-size: 18px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.container .mapp .map_box_tit .tit .t .t1 span {
  color: #fff;
  font-family: pmzd;
  font-size: 22px;
}

.container .mapp .map_box_tit .tit .t .t2 {
  width: 100%;
  height: 46px;
}

.container .mapp .map_box_tit .tit .t .t2 p {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container .mapp .map_box_tit .tit .m {
  position: absolute;
  left: 15px;
  bottom: -310px;
  width: 200px;
  height: 200px;
  z-index: 5555;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotateX(70deg);
          transform: rotateX(70deg);
}

.container .mapp .map_box_tit .tit .m i {
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
  background: #c2e8ff;
  z-index: 216;
}

.container .mapp .map_box_tit .tit .m p:after {
  display: block;
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-left: -38px;
  margin-top: -38px;
  border: 2px #fff solid;
  opacity: 0.6;
  z-index: 214;
  -webkit-animation: map_box_tit1 3s 0s linear infinite;
          animation: map_box_tit1 3s 0s linear infinite;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.container .mapp .map_box_tit .tit .m p:before {
  display: block;
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -26px;
  margin-top: -26px;
  border: 1px #fff solid;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2f6fe), to(#2bbcf9));
  background-image: linear-gradient(#e2f6fe, #2bbcf9);
  opacity: 0.7;
  z-index: 215;
  -webkit-animation: map_box_tit2 3s 0s linear infinite;
          animation: map_box_tit2 3s 0s linear infinite;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.container .mapp .map_box_tit .tit .m span:after {
  display: block;
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-left: -38px;
  margin-top: -38px;
  border: 2px #fff solid;
  opacity: 0.6;
  z-index: 212;
  -webkit-animation: map_box_tit1 3s 1.5s linear infinite;
          animation: map_box_tit1 3s 1.5s linear infinite;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.container .mapp .map_box_tit .tit .m span:before {
  display: block;
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -26px;
  margin-top: -26px;
  border: 1px #fff solid;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2f6fe), to(#2bbcf9));
  background-image: linear-gradient(#e2f6fe, #2bbcf9);
  opacity: 0.7;
  z-index: 213;
  -webkit-animation: map_box_tit2 3s 1.5s linear infinite;
          animation: map_box_tit2 3s 1.5s linear infinite;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.container .mapp .map_box_tit .tit_mini {
  display: none;
}

.container .mapp .map_box_tit .tit_on {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

@-webkit-keyframes map_box_tit1 {
  0% {
    opacity: 0.6;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    opacity: 0.6;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes map_box_tit1 {
  0% {
    opacity: 0.6;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    opacity: 0.6;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes map_box_tit2 {
  0% {
    opacity: 0.7;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    opacity: 0.7;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes map_box_tit2 {
  0% {
    opacity: 0.7;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    opacity: 0.7;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.container .mapp .map_box_tit .tit {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.container .mapp .map_box_tit .tit_anhui {
  left: 2050px;
  top: 1016px;
}

.container .mapp .map_box_tit .tit_gansu {
  left: 1630px;
  top: 780px;
}

.container .mapp .map_box_tit .tit_beijing {
  left: 2050px;
  top: 750px;
}

.container .mapp .map_box_tit .tit_fujian {
  left: 2090px;
  top: 1150px;
}

.container .mapp .map_box_tit .tit_guangdong {
  left: 2000px;
  top: 1220px;
}

.container .mapp .map_box_tit .tit_guangxi {
  left: 1880px;
  top: 1220px;
}

.container .mapp .map_box_tit .tit_guizhou {
  left: 1820px;
  top: 1120px;
}

.container .mapp .map_box_tit .tit_hainan {
  left: 1880px;
  top: 1320px;
}

.container .mapp .map_box_tit .tit_hebei {
  left: 2020px;
  top: 820px;
}

.container .mapp .map_box_tit .tit_henan {
  left: 1970px;
  top: 940px;
}

.container .mapp .map_box_tit .tit_heilongjiang {
  left: 2370px;
  top: 550px;
}

.container .mapp .map_box_tit .tit_hubei {
  left: 1950px;
  top: 1010px;
}

.container .mapp .map_box_tit .tit_hunan {
  left: 1950px;
  top: 1110px;
}

.container .mapp .map_box_tit .tit_jilin {
  left: 2260px;
  top: 650px;
}

.container .mapp .map_box_tit .tit_jiangsu {
  left: 2130px;
  top: 970px;
}

.container .mapp .map_box_tit .tit_jiangxi {
  left: 2040px;
  top: 1100px;
}

.container .mapp .map_box_tit .tit_liaoning {
  left: 2200px;
  top: 730px;
}

.container .mapp .map_box_tit .tit_neimeng {
  left: 2050px;
  top: 660px;
}

.container .mapp .map_box_tit .tit_ningxia {
  left: 1800px;
  top: 860px;
}

.container .mapp .map_box_tit .tit_qinghai {
  left: 1600px;
  top: 860px;
}

.container .mapp .map_box_tit .tit_shandong {
  left: 2100px;
  top: 860px;
}

.container .mapp .map_box_tit .tit_shanxi {
  left: 1940px;
  top: 860px;
}

.container .mapp .map_box_tit .tit_shanxi1 {
  left: 1880px;
  top: 860px;
}

.container .mapp .map_box_tit .tit_shanghai {
  left: 2150px;
  top: 1020px;
}

.container .mapp .map_box_tit .tit_sichuan {
  left: 1750px;
  top: 1020px;
}

.container .mapp .map_box_tit .tit_taiwan {
  left: 2150px;
  top: 1220px;
}

.container .mapp .map_box_tit .tit_tianjin {
  left: 2050px;
  top: 790px;
}

.container .mapp .map_box_tit .tit_xizang {
  left: 1350px;
  top: 990px;
}

.container .mapp .map_box_tit .tit_xinjiang {
  left: 1350px;
  top: 790px;
}

.container .mapp .map_box_tit .tit_yunnan {
  left: 1680px;
  top: 1220px;
}

.container .mapp .map_box_tit .tit_zhejiang {
  left: 2120px;
  top: 1060px;
}

.container .mapp .map_box_tit .tit_chongqing {
  left: 1850px;
  top: 1060px;
}
/*# sourceMappingURL=style.css.map */