@charset "UTF-8";
.container {
  width: 100% !important;
  background: #fbfcff;
  padding: 0 !important;
  max-width: none !important;
}

/* =====头部===== */
.header {
  width: 100%;
  height: 80px;
  top: 0;
  background: #ffffff;
  box-shadow: 2px 3px 15px #dcd9d9;
  position: fixed;
  z-index: 99;
}

.header .header_content {
  width: 1420px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header_content .logo {
  width: 135px;
  height: 31px;
}

.header .header_content .navigation {
  height: 100%;
  margin-right: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header_content .navigation div {
  margin-left: 55px;
  float: left;
}

.header .header_content .navigation div a {
  font-size: 16px;
  cursor: pointer;
  color: #282828;
}

.header .header_content .navigation div:hover a {
  color: #c7000b;
  padding-bottom: 27px;
  border-bottom: 3px solid #c7000b;
}

.header .header_content .pageBtn {
  width: 100px;
  height: 45px;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  background: #c7000b;
  right: 0%;
  float: right;
  position: absolute;
}

.header .header_content .pageBtn a p {
  color: #ffffff;
  text-decoration: none;
}

.header .header_content .mobile-nav {
  display: none;
}

.header .header_content_mobi {
  display: none;
}

/* =====banner===== */
.banner {
  width: 100%;
  height: 650px;
  margin-top: 80px;
  position: relative;
}

.banner .banner-img {
  width: 100%;
  height: 650px;
  background: url("../img/banner/banner.jpg") no-repeat;
  background-size: 1920px 100%;
  background-position: 50% 50%;
}

.banner .banner-img .content {
  width: 1420px;
  margin: 0 auto;
  position: relative;
}

.banner .banner-img .content .topic {
  width: 656px;
  height: 59px;
  margin-top: 105px;
}

.banner .banner-img .content .substation {
  width: 326px;
  height: 35px;
  margin-top: 26px;
  display: block;
}

.banner .banner-img .content .time {
  width: 100%;
  margin: 26px 0;
  display: flex;
}

.banner .banner-img .content .time img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.banner .banner-img .content .time span {
  font-size: 16px;
  color: #595757;
}

.banner .banner-img .content .day {
  width: 140px;
  height: 140px;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 60px;
  font-weight: bold;
  color: #c3d6ef;
  text-align: center;
  line-height: 120px;
  background: url("../img/banner/number.png") no-repeat;
  background-size: 100% 100%;
}

.banner .banner-img .content .unit p {
  font-size: 16px;
  line-height: 24px;
  color: #595757;
}

.banner .banner-img .content .register_btn {
  width: 194px;
  height: 84px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  padding: 20px 0 0 64px;
  background: url("../img/registerBtn.png") no-repeat;
  background-size: 100% 100%;
  display: block;
  top: 10px;
  left: -17px;
  position: relative;
}

.join_btn {
  width: 130px;
  height: 130px;
  color: #ffffff;
  font-size: 18px;
  padding: 76px 0 0 32px;
  background: url("../img/joinBtn.png") no-repeat;
  background-size: 100% 100%;
  top: 70%;
  right: 1%;
  cursor: pointer;
  position: fixed;
  z-index: 999;
}

/* =====body===== */
/* =====大咖金句===== */
.talk {
  width: 100%;
  height: 750px;
  background: url("../img/2.jpg") no-repeat;
  background-size: 1920px 650px;
  background-position: 50% 0%;
  position: relative;
}

.talk .content {
  width: 1420px;
  margin: 0px auto;
  padding-top: 20px;
  text-align: center;
}

.talk .content .title_text {
  width: 100%;
  text-align: center;
}

.talk .content .title_text p {
  font-size: 40px;
  color: #061828;
}

.talk .content .title_text .line {
  width: 60px;
  height: 3px;
  background: #c7000b;
  margin: 16px auto;
}

.talk .content .talk_box {
  width: 100%;
  height: 392px;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
}

.talk .content .talk_box .swiper-wrapper {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
}

.talk .content .talk_box .swiper-wrapper .swiper-slide {
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  opacity: 0.6;
}

.talk .content .talk_box .swiper-wrapper .swiper-slide .daka {
  width: 704px;
}

.talk .content .talk_box .swiper-wrapper .swiper-slide-active {
  transition: 300ms;
  transform: scale(1);
  opacity: 1;
  z-index: 999;
}

/* =====大会议程===== */
.agenda {
  width: 100%;
  height: 880px;
  background: linear-gradient(#fbfcff, #fff);
  position: relative;
}

.agenda .content {
  width: 1420px;
  margin: 0px auto;
  padding-top: 80px;
  text-align: center;
}

.agenda .content p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 25px;
  color: #061829;
}

.agenda .content .title_text {
  width: 100%;
  text-align: center;
}

.agenda .content .title_text p {
  font-size: 40px;
  color: #061828;
}

.agenda .content .title_text .line {
  width: 60px;
  height: 3px;
  background: #c7000b;
  margin: 16px auto;
}

.agenda .content .agenda_box {
  width: 100%;
  height: 455px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}

.agenda .content .agenda_box .swiper-wrapper {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
}

.agenda .content .agenda_box .swiper-wrapper .swiper-slide {
  width: 350px;
  height: 340px;
}

.agenda .content .agenda_box .swiper-wrapper .time {
  width: 120px;
  margin-top: -45px;
  text-align: left;
  font-weight: bold;
  display: block;
  position: absolute;
}

.agenda .content .agenda_box .swiper-wrapper .coner {
  width: 0;
  height: 0;
  top: -8px;
  position: absolute;
  border-top: 8px solid transparent;
  border-left: 14px solid #cf313b;
  border-bottom: 8px solid transparent;
}

.agenda .content .agenda_box .swiper-wrapper .dot {
  width: 0;
  height: 0;
  top: -5px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #cf313b;
}

.agenda .content .agenda_box .swiper-wrapper .box {
  width: 350px;
  height: 340px;
  padding: 30px 30px 0 0;
  border-top: 1px solid #ced2d6;
  cursor: pointer;
}

.agenda .content .agenda_box .swiper-wrapper .box .box_content {
  width: 320px;
  height: 310px;
  border-radius: 8px;
  box-shadow: 2px 3px 20px #cccccc;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.agenda .content .agenda_box .swiper-wrapper .box .box_content p {
  font-size: 16px;
}

.agenda .content .agenda_box .swiper-wrapper .box img {
  width: 100%;
}

.agenda .content .agenda_box .swiper-wrapper .box .video_btn {
  width: 70px;
  height: 70px;
  left: 50%;
  margin-left: -35px;
  margin-top: 60px;
  position: absolute;
}

.agenda .content .agenda_box .swiper-wrapper .box p {
  width: 100%;
  height: 70px;
  line-height: 1.5;
  padding: 0 20px;
  margin-top: 30px;
  text-align: left;
  font-weight: bold;
  display: block;
}

.agenda .content .agenda_box .swiper-wrapper .swiper-slide:hover .time {
  font-style: italic;
  color: #d6444c;
}

.agenda .content .agenda_box .swiper-wrapper .swiper-slide:hover .dot {
  width: 18px;
  height: 18px;
  background: #d6444c;
  top: -9px;
  position: absolute;
  border-radius: 50%;
  border: 4px solid #e4acb3;
}

.agenda .content .agenda_box .swiper-wrapper .swiper-slide:hover p {
  color: #d6444c;
}

.agenda .content .turnback_btn {
  margin: 0 auto;
}

.agenda .content .swiper_btn {
  margin-top: -10px;
  z-index: 1;
}

/* =====重磅嘉宾===== */
.customer {
  width: 100%;
  height: 770px;
  background: #ffffff;
  position: relative;
}

.customer .content {
  width: 1420px;
  margin: 0px auto;
  padding-top: 80px;
  text-align: center;
}

.customer .content .title_text {
  width: 100%;
  text-align: center;
}

.customer .content .title_text p {
  font-size: 40px;
  color: #061828;
}

.customer .content .title_text .line {
  width: 60px;
  height: 3px;
  background: #c7000b;
  margin: 16px auto;
}

.customer .content .customer_content {
  width: 1420px;
  margin: 24px auto 14px;
  overflow: hidden;
  position: relative;
}

.customer .content .customer_content .customer_list {
  width: 3000px;
  display: flex;
  position: relative;
}

.customer .content .customer_content .customer_list .swiper-slide {
  width: 1420px;
  display: flex;
}

.customer .content .customer_content .customer_list .swiper-mobi {
  display: none;
}

.customer .content .customer_content .customer_list .customer-item-box {
  width: 100%;
  display: flex;
}

.customer .content .customer_content .customer_head {
  width: 280px;
  margin-right: 74px;
  float: left;
  text-align: center;
}

.customer .content .customer_content .customer_head .customer_img {
  width: 100%;
  height: 280px;
  background-size: 100%;
}

.customer .content .customer_content .customer_head .customer_img .img_header {
  width: 280px;
  height: 280px;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.customer .content .customer_content .customer_head .customer_img .img_header img {
  width: 280px;
  height: 280px;
  top: -10px;
  position: relative;
}

.customer .content .customer_content .customer_head .name {
  font-size: 22px;
  color: #061828;
  margin-top: 18px;
}

.customer .content .customer_content .customer_head .post {
  font-size: 18px;
  color: #666d74;
  margin-top: 10px;
}

.customer .content .customer_pc .customer-item-box .customer_head {
  transform: scale(0.8);
  margin-right: 10px;
}

.customer .content .customer_mobi {
  display: none;
}

.customer .mobi_bg {
  display: none;
}

/* =====新闻资讯===== */
.information {
  width: 100%;
  background: #ffffff;
}

.information .content {
  width: 1420px;
  height: 660px;
  margin: 0px auto;
  padding: 90px 0 0;
  text-align: center;
}

.information .content .title_text {
  width: 100%;
  text-align: center;
}

.information .content .title_text p {
  font-size: 40px;
  color: #061828;
}

.information .content .title_text .line {
  width: 60px;
  height: 3px;
  background: #c7000b;
  margin: 16px auto;
}

.information .content .news {
  width: 100%;
  padding-top: 55px;
  display: flex;
  position: relative;
}

.information .content .news .news_content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.information .content .news .news_content .news_main {
  width: 32%;
}

.information .content .news .news_content .news_main:first-child {
  display: block;
}

.information .content .news .news_content .news_main:first-child {
  display: block;
}

.information .content .news .news_content .news_img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.information .content .news .news_content .news_img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.information .content .news .news_content .news_text {
  position: relative;
  height: 110px;
  background: linear-gradient(#F3F2FF, #CEE3F1);
}

.information .content .news .news_content .news_text > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information .content .news .news_content .news_text > p {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 0px;
  color: #000000;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.information .content .news .news_content .news_text .news_box {
  position: absolute;
  top: 65px;
  left: 20px;
}

.information .content .news .news_content .news_text .news_box > a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.information .content .news .news_content .news_text .news_box > a > p {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0px;
  color: #000000;
}

.information .content .news .news_content .news_text .news_box > a > img {
  width: 14px;
  height: 7px;
  margin-left: 10px;
}

.information .content .news .news_content .news_text .news_box > a > img:nth-of-type(1) {
  display: block;
}

.information .content .news .news_content .news_text .news_box > a > img:nth-of-type(2) {
  display: none;
}

.information .content .news .news_content .news_main:hover .news_text {
  background: linear-gradient(#6ED2F3, #5179BC);
}

.information .content .news .news_content .news_main:hover .news_text > p {
  color: #ffffff;
}

.information .content .news .news_content .news_main:hover .news_box > a > p {
  color: #ffffff;
}

.information .content .news .news_content .news_main:hover .news_box > a > img:nth-of-type(1) {
  display: none;
}

.information .content .news .news_content .news_main:hover .news_box > a > img:nth-of-type(2) {
  display: block;
}

.information .content .news_mobi {
  display: none;
}

.turnback_btn {
  width: 130px;
  height: 55px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.left_btn {
  width: 55px;
  height: 55px;
  background: url("../img/left.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.right_btn {
  width: 55px;
  height: 55px;
  background: url("../img/right.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.left_btn:hover {
  background: url("../img/left_.png") no-repeat;
  background-size: 100% 100%;
}

.right_btn:hover {
  background: url("../img/right_.png") no-repeat;
  background-size: 100% 100%;
}

/* =====站点总览===== */
.station {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f7f9fd linear-gradient(#ffffff, #ffffff, #f1f7fc);
  position: relative;
}

.station .station_map {
  width: 100%;
  height: 360px;
  background: url("../img/map/map.jpg") no-repeat;
  background-size: 1920px 100%;
  background-position: 50% 50%;
  margin-top: -100px;
  position: absolute;
}

.station .station_title {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.station .station_title p {
  font-size: 40px;
  color: #061828;
}

.station .station_title .line {
  width: 60px;
  height: 3px;
  background: #c7000b;
  margin: 4px auto;
}

.station .station_title span {
  font-size: 16px;
  color: #061829;
  line-height: 42px;
}

.station .station_content {
  width: 100%;
  margin-top: -100px;
  overflow: hidden;
}

.station .station_content .parallax-bg {
  width: 12033px;
  height: 430px;
  top: 0px;
  left: 0px;
  background: url("../img/map/map.png") no-repeat;
  background-size: 100% 100%;
  background-position: cover;
  position: absolute;
}

.station .station_content .swiper-slide {
  width: auto;
  height: 100%;
}

.station .station_content .swiper-slide img {
  width: auto;
  height: 625px;
}

/* =====了解能源===== */
.know {
  width: 100%;
  height: 470px;
  background: url("../img/know/know.jpg") no-repeat;
  background-size: 1920px 100%;
  background-position: 50% 50%;
  padding-top: 28px;
  overflow: hidden;
  position: relative;
}

.know .know_content {
  width: 1482px;
  height: 398px;
  margin: 0 auto;
  background: url("../img/know/know.png") no-repeat;
  background-size: 100%;
  position: relative;
}

.know .know_content .know_gif {
  width: 330px;
  top: -10px;
  left: 250px;
  text-align: center;
  position: relative;
}

.know .know_content .know_gif .gif_p {
  width: 270px;
  height: 270px;
  animation: gif_p linear 3s infinite;
  -webkit-animation: gif_p linear 3s infinite;
  will-change: transform;
  position: relative;
}

.know .know_content .know_gif .gif_b {
  width: 195px;
  height: 65px;
  margin-top: 10px;
  animation: gif_b linear 3s infinite;
  -webkit-animation: gif_b linear 3s infinite;
  will-change: transform;
  position: relative;
}

.know .know_content .know_btn {
  width: 160px;
  height: 52px;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  background: #c7000b;
  box-shadow: 5px 10px 20px #f3c0c3;
  top: 190px;
  left: 930px;
  position: absolute;
  cursor: pointer;
}

/* ===== 页尾 ===== */
.footer {
  width: 100%;
  color: #fff;
  font-size: 12px;
  background-color: #212121;
  display: block;
}

.footer .footer_PC {
  width: 1420px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #212121;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footer_PC .PC {
  text-decoration: none;
}

.footer .footer_PC .PC a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}

.footer .footer_PC .PC a img {
  width: 33px;
  height: 33px;
  display: inline;
  margin: 0 10px;
}

.footer .footer_PC .PC div {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.footer .footer_PC .PC div img {
  width: 33px;
  height: 33px;
  display: inline;
  margin: 0 10px;
}

.footer .footer_PC .PC div .pic {
  width: 87px;
  height: 87px;
  top: -92px;
  left: -30px;
  border-radius: 4px;
  display: none;
  position: absolute;
}

.footer .footer_PC .PC div:hover .pic {
  display: block !important;
}

.footer .footer_mobi {
  display: none;
}

@keyframes gif_p {
  0% {
    top: 0px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 0px;
  }
}

@-webkit-keyframes gif_p {
  0% {
    top: 0px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 0px;
  }
}

@keyframes gif_b {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.8;
  }
}

@-webkit-keyframes gif_b {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.8;
  }
}

@media (max-width: 1550px) {
  /* =====头部===== */
  .header {
    width: 100%;
    height: 5.16129vw;
    top: 0;
    background: #ffffff;
    box-shadow: 0.12903vw 0.19355vw 0.96774vw #dcd9d9;
    position: fixed;
    z-index: 99;
  }
  .header .header_content {
    width: 91.6129vw;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_content .logo {
    width: 8.70968vw;
    height: 2vw;
  }
  .header .header_content .navigation {
    height: 100%;
    margin-right: 10.96774vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_content .navigation div {
    margin-left: 3.54839vw;
    float: left;
  }
  .header .header_content .navigation div a {
    font-size: 1.03226vw;
    cursor: pointer;
    color: #282828;
  }
  .header .header_content .navigation div:hover a {
    color: #c7000b;
    padding-bottom: 1.74194vw;
    border-bottom: 0.19355vw solid #c7000b;
  }
  .header .header_content .pageBtn {
    width: 6.45161vw;
    height: 2.90323vw;
    font-size: 1.03226vw;
    text-align: center;
    line-height: 2.90323vw;
    text-decoration: none;
    background: #c7000b;
    right: 0%;
    float: right;
    position: absolute;
  }
  .header .header_content .pageBtn a p {
    color: #ffffff;
    text-decoration: none;
  }
  .header .header_content .mobile-nav {
    display: none;
  }
  .header .header_content_mobi {
    display: none;
  }
  /* =====banner===== */
  .banner {
    width: 100%;
    height: 41.93548vw;
    margin-top: 5.16129vw;
    position: relative;
  }
  .banner .banner-img {
    width: 100%;
    height: 41.93548vw;
    background: url("../img/banner/banner.jpg") no-repeat;
    background-size: 123.87097vw 100%;
    background-position: 50% 50%;
  }
  .banner .banner-img .content {
    width: 91.6129vw;
    margin: 0 auto;
    position: relative;
  }
  .banner .banner-img .content .topic {
    width: 42.32258vw;
    height: 3.80645vw;
    margin-top: 6.77419vw;
  }
  .banner .banner-img .content .substation {
    width: 21.03226vw;
    height: 2.25806vw;
    margin-top: 1.67742vw;
    display: block;
  }
  .banner .banner-img .content .time {
    width: 100%;
    margin: 1.67742vw 0;
    display: flex;
  }
  .banner .banner-img .content .time img {
    width: 1.16129vw;
    height: 1.16129vw;
    margin-right: 0.64516vw;
  }
  .banner .banner-img .content .time span {
    font-size: 1.03226vw;
    color: #595757;
  }
  .banner .banner-img .content .day {
    width: 9.03226vw;
    height: 9.03226vw;
    margin-top: 1.16129vw;
    margin-bottom: 1.16129vw;
    font-size: 3.87097vw;
    font-weight: bold;
    color: #c3d6ef;
    text-align: center;
    line-height: 7.74194vw;
    background: url("../img/banner/number.png") no-repeat;
    background-size: 100% 100%;
  }
  .banner .banner-img .content p {
    font-size: 1.03226vw;
    line-height: 1.54839vw;
    color: #595757;
  }
  .banner .banner-img .content .register_btn {
    width: 12.51613vw;
    height: 5.41935vw;
    font-size: 1.03226vw;
    color: #ffffff;
    text-decoration: none;
    padding: 1.41935vw 0 0 5.29032vw;
    background: url("../img/registerBtn.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    top: 0.64516vw;
    left: -1.09677vw;
    position: relative;
  }
  .join_btn {
    width: 8.3871vw;
    height: 8.3871vw;
    color: #ffffff;
    font-size: 1.16129vw;
    padding: 4.90323vw 0 0 2.06452vw;
    background: url("../img/joinBtn.png") no-repeat;
    background-size: 100% 100%;
    top: 70%;
    right: 1%;
    cursor: pointer;
    position: fixed;
    z-index: 999;
  }
  /* =====body===== */
  /* =====大咖金句===== */
  .talk {
    width: 100%;
    height: 48.3871vw;
    background: url("../img/2.jpg") no-repeat;
    background-size: 123.87097vw 41.93548vw;
    background-position: 50% 0%;
    position: relative;
  }
  .talk .content {
    width: 91.6129vw;
    margin: 0vw auto;
    padding-top: 1.29032vw;
    text-align: center;
  }
  .talk .content .title_text {
    width: 100%;
    text-align: center;
  }
  .talk .content .title_text p {
    font-size: 2.58065vw;
    color: #061828;
  }
  .talk .content .title_text .line {
    width: 3.87097vw;
    height: 0.19355vw;
    background: #c7000b;
    margin: 1.03226vw auto;
  }
  .talk .content .talk_box {
    width: 100%;
    height: 25.29032vw;
    margin-top: 3.87097vw;
    overflow: hidden;
    position: relative;
  }
  .talk .content .talk_box .swiper-wrapper {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
  }
  .talk .content .talk_box .swiper-wrapper .swiper-slide {
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    opacity: 0.6;
  }
  .talk .content .talk_box .swiper-wrapper .swiper-slide .daka {
    width: 45.41935vw;
  }
  .talk .content .talk_box .swiper-wrapper .swiper-slide-active {
    transition: 300ms;
    transform: scale(1);
    opacity: 1;
    z-index: 999;
  }
  /* =====大会议程===== */
  .agenda {
    width: 100%;
    height: 56.77419vw;
    background: linear-gradient(#fbfcff, #fff);
    position: relative;
  }
  .agenda .content {
    width: 91.6129vw;
    margin: 0vw auto;
    padding-top: 5.16129vw;
    text-align: center;
  }
  .agenda .content p {
    font-size: 1.16129vw;
    line-height: 2.06452vw;
    margin-top: 1.6129vw;
    color: #061829;
  }
  .agenda .content .title_text {
    width: 100%;
    text-align: center;
  }
  .agenda .content .title_text p {
    font-size: 2.58065vw;
    color: #061828;
  }
  .agenda .content .title_text .line {
    width: 3.87097vw;
    height: 0.19355vw;
    background: #c7000b;
    margin: 1.03226vw auto;
  }
  .agenda .content .agenda_box {
    width: 100%;
    height: 29.35484vw;
    margin-top: 1.93548vw;
    overflow: hidden;
    position: relative;
  }
  .agenda .content .agenda_box .swiper-wrapper {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
  }
  .agenda .content .agenda_box .swiper-wrapper .swiper-slide {
    width: 22.58065vw;
    height: 21.93548vw;
  }
  .agenda .content .agenda_box .swiper-wrapper .time {
    width: 7.74194vw;
    margin-top: -2.90323vw;
    text-align: left;
    font-weight: bold;
    display: block;
    position: absolute;
  }
  .agenda .content .agenda_box .swiper-wrapper .coner {
    width: 0;
    height: 0;
    top: -0.51613vw;
    position: absolute;
    border-top: 0.51613vw solid transparent;
    border-left: 0.90323vw solid #cf313b;
    border-bottom: 0.51613vw solid transparent;
  }
  .agenda .content .agenda_box .swiper-wrapper .dot {
    width: 0;
    height: 0;
    top: -0.32258vw;
    position: absolute;
    border-radius: 50%;
    border: 5px solid #cf313b;
  }
  .agenda .content .agenda_box .swiper-wrapper .box {
    width: 22.58065vw;
    height: 21.93548vw;
    padding: 1.93548vw 1.93548vw 0 0;
    border-top: 0.06452vw solid #ced2d6;
    cursor: pointer;
  }
  .agenda .content .agenda_box .swiper-wrapper .box .box_content {
    width: 20.64516vw;
    height: 20vw;
    border-radius: 0.51613vw;
    box-shadow: 0.12903vw 0.19355vw 1.29032vw #cccccc;
    background: #ffffff;
    overflow: hidden;
    position: relative;
  }
  .agenda .content .agenda_box .swiper-wrapper .box .box_content p {
    font-size: 1.03226vw;
  }
  .agenda .content .agenda_box .swiper-wrapper .box img {
    width: 100%;
  }
  .agenda .content .agenda_box .swiper-wrapper .box .video_btn {
    width: 4.51613vw;
    height: 4.51613vw;
    left: 50%;
    margin-left: -2.25806vw;
    margin-top: 4.19355vw;
    position: absolute;
  }
  .agenda .content .agenda_box .swiper-wrapper .box p {
    width: 100%;
    height: 4.51613vw;
    line-height: 1.5;
    padding: 0 1.29032vw;
    margin-top: 1.93548vw;
    text-align: left;
    font-weight: bold;
    display: block;
  }
  .agenda .content .agenda_box .swiper-wrapper .swiper-slide:hover .time {
    font-style: italic;
    color: #d6444c;
  }
  .agenda .content .agenda_box .swiper-wrapper .swiper-slide:hover .dot {
    width: 1.16129vw;
    height: 1.16129vw;
    background: #d6444c;
    top: -0.58065vw;
    position: absolute;
    border-radius: 50%;
    border: 0.25806vw solid #e4acb3;
  }
  .agenda .content .agenda_box .swiper-wrapper .swiper-slide:hover p {
    color: #d6444c;
  }
  .agenda .content .turnback_btn {
    margin: 0 auto;
  }
  .agenda .content .swiper_btn {
    margin-top: -0.64516vw;
    z-index: 1;
  }
  /* =====重磅嘉宾===== */
  .customer {
    width: 100%;
    height: 49.67742vw;
    background: #ffffff;
    position: relative;
  }
  .customer .content {
    width: 91.6129vw;
    margin: 0vw auto;
    padding-top: 5.16129vw;
    text-align: center;
  }
  .customer .content .title_text {
    width: 100%;
    text-align: center;
  }
  .customer .content .title_text p {
    font-size: 2.58065vw;
    color: #061828;
  }
  .customer .content .title_text .line {
    width: 3.87097vw;
    height: 0.19355vw;
    background: #c7000b;
    margin: 1.03226vw auto;
  }
  .customer .content .customer_content {
    width: 91.6129vw;
    margin: 1.54839vw auto 0.90323vw;
    overflow: hidden;
    position: relative;
  }
  .customer .content .customer_content .customer_list {
    width: 193.54839vw;
    display: flex;
    position: relative;
  }
  .customer .content .customer_content .customer_list .swiper-slide {
    width: 91.6129vw;
    display: flex;
  }
  .customer .content .customer_content .customer_list .swiper-mobi {
    display: none;
  }
  .customer .content .customer_content .customer_list .customer-item-box {
    width: 100%;
    display: flex;
  }
  .customer .content .customer_content .customer_head {
    width: 18.06452vw;
    margin-right: 4.77419vw;
    float: left;
    text-align: center;
  }
  .customer .content .customer_content .customer_head .customer_img {
    width: 100%;
    height: 18.06452vw;
    background-size: 100%;
  }
  .customer .content .customer_content .customer_head .customer_img .img_header {
    width: 18.06452vw;
    height: 18.06452vw;
    top: 0.64516vw;
    left: 0.64516vw;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
  }
  .customer .content .customer_content .customer_head .customer_img .img_header img {
    width: 18.06452vw;
    height: 18.06452vw;
    top: -0.64516vw;
    position: relative;
  }
  .customer .content .customer_content .customer_head .name {
    font-size: 1.41935vw;
    color: #061828;
    margin-top: 1.16129vw;
  }
  .customer .content .customer_content .customer_head .post {
    font-size: 1.16129vw;
    color: #666d74;
    margin-top: 0.64516vw;
  }
  .customer .content .customer_pc .customer-item-box .customer_head {
    transform: scale(0.8);
    margin-right: 0.64516vw;
  }
  .customer .content .customer_mobi {
    display: none;
  }
  .customer .mobi_bg {
    display: none;
  }
  /* =====新闻资讯===== */
  .information {
    width: 100%;
    background: #ffffff;
  }
  .information .content {
    width: 91.6129vw;
    height: 42.58065vw;
    margin: 0vw auto;
    padding: 5.80645vw 0 0;
    text-align: center;
  }
  .information .content .title_text {
    width: 100%;
    text-align: center;
  }
  .information .content .title_text p {
    font-size: 2.58065vw;
    color: #061828;
  }
  .information .content .title_text .line {
    width: 3.87097vw;
    height: 0.19355vw;
    background: #c7000b;
    margin: 1.03226vw auto;
  }
  .information .content .news {
    width: 100%;
    padding-top: 3.54839vw;
    display: flex;
    position: relative;
  }
  .information .content .news .news_content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .information .content .news .news_content .news_main {
    width: 32%;
  }
  .information .content .news .news_content .news_main:first-child {
    display: block;
  }
  .information .content .news .news_content .news_main:first-child {
    display: block;
  }
  .information .content .news .news_content .news_img {
    width: 100%;
    height: auto;
    border-top-left-radius: 0.64516vw;
    border-top-right-radius: 0.64516vw;
  }
  .information .content .news .news_content .news_img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 0.64516vw;
    border-top-right-radius: 0.64516vw;
  }
  .information .content .news .news_content .news_text {
    position: relative;
    height: 7.09677vw;
    background: linear-gradient(#F3F2FF, #CEE3F1);
  }
  .information .content .news .news_content .news_text > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .information .content .news .news_content .news_text > p {
    position: absolute;
    top: 1.29032vw;
    left: 1.29032vw;
    font-size: 1.16129vw;
    font-weight: bold;
    line-height: 1.80645vw;
    margin-top: 0px;
    color: #000000;
  }
  .information .content .news .news_content .news_text .news_box {
    position: absolute;
    top: 4.19355vw;
    left: 1.29032vw;
  }
  .information .content .news .news_content .news_text .news_box > a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .information .content .news .news_content .news_text .news_box > a > p {
    margin: 0;
    font-size: 0.90323vw;
    font-weight: normal;
    margin-top: 0px;
    color: #000000;
  }
  .information .content .news .news_content .news_text .news_box > a > img {
    width: 0.90323vw;
    height: 0.45161vw;
    margin-left: 0.64516vw;
  }
  .information .content .news .news_content .news_text .news_box > a > img:nth-of-type(1) {
    display: block;
  }
  .information .content .news .news_content .news_text .news_box > a > img:nth-of-type(2) {
    display: none;
  }
  .information .content .news .news_content .news_main:hover .news_text {
    background: linear-gradient(#6ED2F3, #5179BC);
  }
  .information .content .news .news_content .news_main:hover .news_text > p {
    color: #ffffff;
  }
  .information .content .news .news_content .news_main:hover .news_box > a > p {
    color: #ffffff;
  }
  .information .content .news .news_content .news_main:hover .news_box > a > img:nth-of-type(1) {
    display: none;
  }
  .information .content .news .news_content .news_main:hover .news_box > a > img:nth-of-type(2) {
    display: block;
  }
  .information .content .news_mobi {
    display: none;
  }
  .turnback_btn {
    width: 8.3871vw;
    height: 3.54839vw;
    margin: 2.58065vw auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .left_btn {
    width: 3.54839vw;
    height: 3.54839vw;
    background: url("../img/left.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .right_btn {
    width: 3.54839vw;
    height: 3.54839vw;
    background: url("../img/right.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .left_btn:hover {
    background: url("../img/left_.png") no-repeat;
    background-size: 100% 100%;
  }
  .right_btn:hover {
    background: url("../img/right_.png") no-repeat;
    background-size: 100% 100%;
  }
  /* =====站点总览===== */
  .station {
    width: 100%;
    padding-top: 5.16129vw;
    background: #f7f9fd linear-gradient(#ffffff, #ffffff, #f1f7fc);
    position: relative;
  }
  .station .station_map {
    width: 100%;
    height: 23.22581vw;
    background: url("../img/map/map.jpg") no-repeat;
    background-size: 123.87097vw 100%;
    background-position: 50% 50%;
    margin-top: -6.45161vw;
    position: absolute;
  }
  .station .station_title {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .station .station_title p {
    font-size: 2.58065vw;
    color: #061828;
  }
  .station .station_title .line {
    width: 3.87097vw;
    height: 0.19355vw;
    background: #c7000b;
    margin: 0.25806vw auto;
  }
  .station .station_title span {
    font-size: 1.03226vw;
    color: #061829;
    line-height: 2.70968vw;
  }
  .station .station_content {
    width: 100%;
    margin-top: -6.45161vw;
    overflow: hidden;
  }
  .station .station_content .parallax-bg {
    width: 776.32258vw;
    height: 27.74194vw;
    top: 0vw;
    left: 0vw;
    background: url("../img/map/map.png") no-repeat;
    background-size: 100% 100%;
    background-position: cover;
    position: absolute;
  }
  .station .station_content .swiper-slide {
    width: auto;
    height: 100%;
  }
  .station .station_content .swiper-slide img {
    height: 40.32258vw;
    width: auto;
  }
  /* =====了解能源===== */
  .know {
    width: 100%;
    height: 30.32258vw;
    background: url("../img/know/know.jpg") no-repeat;
    background-size: 123.87097vw 100%;
    background-position: 50% 50%;
    margin-top: 5.16129vw;
    padding-top: 1.80645vw;
    overflow: hidden;
    position: relative;
  }
  .know .know_content {
    width: 95.6129vw;
    height: 25.67742vw;
    margin: 0 auto;
    background: url("../img/know/know.png") no-repeat;
    background-size: 100%;
    position: relative;
  }
  .know .know_content .know_gif {
    width: 21.29032vw;
    top: -0.64516vw;
    left: 16.12903vw;
    text-align: center;
    position: relative;
  }
  .know .know_content .know_gif .gif_p {
    width: 17.41935vw;
    height: 17.41935vw;
    animation: gif_p linear 3s infinite;
    -webkit-animation: gif_p linear 3s infinite;
    will-change: transform;
    position: relative;
  }
  .know .know_content .know_gif .gif_b {
    width: 12.58065vw;
    height: 4.19355vw;
    margin-top: 0.64516vw;
    animation: gif_b linear 3s infinite;
    -webkit-animation: gif_b linear 3s infinite;
    will-change: transform;
    position: relative;
  }
  .know .know_content .know_btn {
    width: 10.32258vw;
    height: 3.35484vw;
    font-size: 1.16129vw;
    line-height: 3.35484vw;
    text-align: center;
    color: #ffffff;
    background: #c7000b;
    box-shadow: 0.32258vw 0.64516vw 1.29032vw #f3c0c3;
    top: 12.25806vw;
    left: 60vw;
    position: absolute;
    cursor: pointer;
  }
  /* ===== 页尾 ===== */
  .footer {
    width: 100%;
    color: #fff;
    font-size: 0.77419vw;
    background-color: #212121;
    display: block;
  }
  .footer .footer_PC {
    width: 91.6129vw;
    margin: 0 auto;
    padding: 0.64516vw 0;
    background-color: #212121;
    text-align: center;
    font-size: 0.77419vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer_PC .PC {
    text-decoration: none;
  }
  .footer .footer_PC .PC a {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
  }
  .footer .footer_PC .PC a img {
    width: 2.12903vw;
    height: 2.12903vw;
    display: inline;
    margin: 0 0.64516vw;
  }
  .footer .footer_PC .PC div {
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  .footer .footer_PC .PC div img {
    width: 2.12903vw;
    height: 2.12903vw;
    display: inline;
    margin: 0 0.64516vw;
  }
  .footer .footer_PC .PC div .pic {
    width: 5.6129vw;
    height: 5.6129vw;
    top: -5.93548vw;
    left: -1.93548vw;
    border-radius: 0.25806vw;
    display: none;
    position: absolute;
  }
  .footer .footer_PC .PC div:hover .pic {
    display: block !important;
  }
  .footer .footer_mobi {
    display: none;
  }
  @keyframes gif_p {
    0% {
      top: 0vw;
    }
    50% {
      top: 1.93548vw;
    }
    100% {
      top: 0vw;
    }
  }
  @-webkit-keyframes gif_p {
    0% {
      top: 0vw;
    }
    50% {
      top: 1.93548vw;
    }
    100% {
      top: 0vw;
    }
  }
  @keyframes gif_b {
    0% {
      transform: scale(0.8);
      opacity: 0.8;
    }
    50% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(0.8);
      opacity: 0.8;
    }
  }
  @-webkit-keyframes gif_b {
    0% {
      transform: scale(0.8);
      opacity: 0.8;
    }
    50% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(0.8);
      opacity: 0.8;
    }
  }
}
