@charset "UTF-8";
@media (max-width: 768px) {
  body, html {
    width: 100%;
    height: auto;
    position: relative;
    overflow-x: hidden;
  }
  .header {
    width: 100%;
    height: 0.8rem;
    top: 0;
    left: 0;
    background: transparent;
    position: fixed;
    z-index: 9;
  }
  .header .header_content {
    width: 100%;
    padding: 0 0.3rem;
  }
  .header .header_content .logo {
    width: 1.65rem;
    height: 0.38rem;
  }
  .header .header_content .mobile-nav {
    width: 0.35rem;
    display: block;
    bottom: 0.25rem;
    right: 0.35rem;
    position: absolute;
  }
  .header .header_content .navigation {
    display: none;
  }
  .header .header_content_mobi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: right;
    display: none;
  }
  .header .header_content_mobi .navigation {
    padding-top: 0.5rem;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #5887b4;
    position: absolute;
  }
  .header .header_content_mobi .navigation div {
    display: block;
    text-align: center;
    padding-top: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) a;
    border-bottom-font-size: 0.28rem;
    border-bottom-color: #282828;
    border-bottom-text-decoration: none;
  }
  .header .header_content_mobi .navigation div p {
    color: #ffffff;
    text-align: left;
    line-height: 0.65rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header .menu-back {
    position: absolute;
    right: 1.5rem;
    bottom: 2.5rem;
  }
  /* =====banner===== */
  .banner {
    width: 100%;
    height: 8rem;
    margin-top: 0;
  }
  .banner .banner-img {
    width: 100%;
    height: 8rem;
    background: url("../img/banner_mobi1.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
  }
  /* =====body===== */
  /* =====大会介绍===== */
  .introduce {
    width: 100%;
    height: 9.7rem;
    background: url("../img/introduce/introduce_mobi1.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    position: relative;
  }
  .introduce .content {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 0.3rem;
  }
  .introduce .content .introduce_video {
    width: 3rem;
    height: 3rem;
    top: 1.2rem;
    margin: 0 auto;
    position: relative;
  }
  .introduce .content .introduce_text {
    width: 100%;
    height: auto;
    top: 2.25rem;
    text-align: left;
    position: relative;
  }
  .introduce .content .introduce_text .title_text {
    display: none;
  }
  .introduce .content .introduce_text p {
    margin-top: 0.55rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #313232;
  }
  .introduce .content .introduce_text .last_word {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #c7000b;
    margin-top: 0.45rem;
  }
  /* =====零碳中国行===== */
  .station {
    width: 100%;
    height: 10rem;
    background: #f1f7fc;
    position: relative;
  }
  .station .content {
    width: 100%;
    height: 100%;
    padding: 0.4rem 0.3rem;
  }
  .station .content .title_text:after {
    left: 1.8rem !important;
  }
  .station .content .frame {
    width: 100%;
    height: 8.5rem;
    top: 0.88rem;
    left: 0;
    padding: 0 0;
    display: block;
    position: relative;
    background: url("../img/station/map_frame_mobi.png") no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    z-index: 1;
  }
  .station .content .frame .map {
    width: 6.5rem;
    height: 4.7rem;
    margin: 0 0.2rem;
  }
  .station .content .frame .city {
    width: 100%;
    height: 2rem;
    margin-top: 0.6rem;
    padding: 0 0;
    text-align: left;
    background: transparent;
    position: relative;
  }
  .station .content .frame .city .all_city {
    font-size: 0.36rem;
    line-height: 0.36rem;
    padding-left: 0.7rem;
    color: #333333;
    font-weight: bold;
  }
  .station .content .frame .city .all_city:after {
    content: '';
    width: 0.24rem;
    height: 0.22rem;
    top: 0.05rem;
    left: 0.3rem;
    background: url("../img/station/coner.png") no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    position: absolute;
  }
  .station .content .frame .city .city_content {
    display: none;
  }
  .station .content .frame .city .city_content_mobi {
    width: 99%;
    margin-top: 0.3rem;
    overflow: auto;
    display: block;
  }
  .station .content .frame .city .city_content_mobi .swiper-wrapper {
    width: 410%;
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
  }
  .station .content .frame .city .city_content_mobi .some_city {
    width: 5.2rem !important;
    height: 0.9rem;
    margin-left: 0.3rem;
    padding: 0 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e5f1f9;
    border-radius: 6px;
    float: left;
  }
  .station .content .frame .city .city_content_mobi .some_city p {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
  }
  .station .content .frame .city .city_content_mobi .some_city .city_to {
    width: 0.33rem;
    height: 0.33rem;
    background: url("../img/station/cityTo.png") no-repeat;
    background-size: 100% 100%;
  }
  .station .station_bg {
    width: 100%;
    height: 7rem;
    bottom: 0px;
    background: url("../img/station/station_mobi.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    position: absolute;
  }
  /* =====大咖金句===== */
  .talk {
    width: 100%;
    height: 7rem;
    padding-top: 1.1rem;
  }
  .talk .content {
    width: 100%;
  }
  .talk .content .title_text:after {
    left: 2.42rem !important;
  }
  .talk .content .talk_box {
    width: 100%;
    height: 3.5rem;
    margin-top: 0.6rem;
  }
  .talk .content .talk_box .swiper-slide {
    opacity: 0 !important;
  }
  .talk .content .talk_box .swiper-slide img {
    width: 6.2rem !important;
  }
  .talk .content .talk_box .swiper-slide-active {
    opacity: 1 !important;
  }
  .talk .content .talk_box .swiper-slide-prev {
    opacity: 1 !important;
  }
  .talk .content .talk_box .swiper-slide-next {
    opacity: 1 !important;
  }
  /* =====大会议程===== */
  .agenda {
    width: 100%;
    height: 9.5rem;
    padding-top: 1.1rem;
  }
  .agenda .content {
    width: 100%;
    padding: 0 0.24rem;
  }
  .agenda .content p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-top: 0.4rem;
  }
  .agenda .content .agenda_box {
    height: 6rem;
    margin-top: 0.3rem;
  }
  .agenda .content .agenda_box .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 4.6rem;
    flex-shrink: inherit;
  }
  .agenda .content .agenda_box .swiper-wrapper .time {
    width: 2.5rem;
    margin-top: -0.65rem;
  }
  .agenda .content .agenda_box .swiper-wrapper .coner {
    top: -0.08rem;
    border-top: 0.08rem solid transparent;
    border-left: 0.14rem solid #cf313b;
    border-bottom: 0.08rem solid transparent;
  }
  .agenda .content .agenda_box .swiper-wrapper .dot {
    top: -0.04rem;
    border: 0.05rem solid #cf313b;
  }
  .agenda .content .agenda_box .swiper-wrapper .box {
    width: 6rem;
    height: 4.65rem;
    padding: 0.3rem 0.15rem 0 0;
  }
  .agenda .content .agenda_box .swiper-wrapper .box .box_content {
    width: 5.85rem;
    height: 4.65rem;
    border-radius: 8px;
    box-shadow: 2px 3px 15px #dcd9d9;
  }
  .agenda .content .agenda_box .swiper-wrapper .box img {
    width: 100%;
    height: 3.58rem;
  }
  .agenda .content .agenda_box .swiper-wrapper .box .video_btn {
    width: 0.7rem;
    height: 0.7rem;
    left: 50%;
    margin-left: -0.35rem;
    margin-top: 1.5rem;
    position: absolute;
  }
  .agenda .content .agenda_box .swiper-wrapper .box p {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
  }
  .agenda .content .agenda_box .swiper-wrapper .swiper-slide:hover p, .agenda .content .agenda_box .swiper-wrapper .swiper-slide:hover .time {
    color: #061829;
    font-style: initial;
  }
  .agenda .content .agenda_box .swiper-wrapper .swiper-slide:hover .dot {
    width: 0.18rem;
    height: 0.18rem;
    background: #d6444c;
    top: -0.08rem;
    position: absolute;
    border-radius: 50%;
    border: 0.04rem solid #e4acb3;
  }
  .agenda .content .swiper_btn {
    display: none;
  }
  /* =====重磅嘉宾===== */
  .customer {
    width: 100%;
    height: 13rem;
  }
  .customer .content {
    width: 100%;
    padding: 0.9rem 0.3rem;
    z-index: 1;
    position: relative;
  }
  .customer .content .customer_content {
    width: 100%;
    margin: 0.74rem auto 0.14rem;
    overflow: hidden;
    position: relative;
  }
  .customer .content .customer_content .customer_list {
    width: 300%;
    display: flex;
    position: relative;
  }
  .customer .content .customer_content .customer_list .swiper-slide {
    width: 6.9rem;
    pointer-events: auto;
  }
  .customer .content .customer_content .customer_list .swiper-slide .customer-item-box {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .customer .content .customer_content .customer_list .swiper-slide .customer-item-box .customer_head {
    margin-right: 0rem;
  }
  .customer .content .customer_content .customer_head {
    width: 3.2rem;
    margin-right: 0.5rem;
    margin-bottom: 0.4rem;
    float: left;
    text-align: center;
  }
  .customer .content .customer_content .customer_head .customer_img {
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 auto;
    background: url("../img/customer/head_img.png") no-repeat;
    background-size: 100%;
  }
  .customer .content .customer_content .customer_head .customer_img .img_header {
    width: 2.6rem;
    height: 2.6rem;
    top: 0.1rem;
    left: 0.1rem;
  }
  .customer .content .customer_content .customer_head .customer_img .img_header img {
    width: 2.6rem;
    height: 2.8rem;
    top: -0.1rem;
  }
  .customer .content .customer_content .customer_head .name {
    font-size: 0.28rem;
    font-weight: bold;
    color: #061828;
    margin-top: 18px;
  }
  .customer .content .customer_content .customer_head .post {
    font-size: 0.24rem;
    color: #666d74;
    margin-top: 0.1rem;
    padding: 0 0.2rem;
  }
  .customer .content .swiper_btn {
    margin-top: 0;
  }
  .customer .mobi_bg {
    display: block;
  }
  .customer .mobi_bg .top {
    width: 100%;
    height: 6rem;
    top: 0px;
    background: url("../img/customer/customer_mobi.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    position: absolute;
  }
  .customer .mobi_bg .bottom {
    width: 100%;
    height: 6rem;
    bottom: 0px;
    background: url("../img/customer/customer_mobi_.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    position: absolute;
  }
  /* =====精彩花絮===== */
  .marve {
    width: 100%;
    height: auto;
  }
  .marve .content {
    width: 100%;
    padding: 0.9rem 0.3rem;
    z-index: 1;
    position: relative;
  }
  .marve .content .marve_pc_box {
    display: none;
  }
  .marve .content .mobi_bg {
    display: block;
  }
  .marve .content .marve_mb_box {
    margin-top: 0.6rem;
    width: 100%;
    height: auto;
  }
  .marve .content .marve_mb_box .swiper-slide {
    width: 95%;
    height: auto;
  }
  .marve .content .marve_mb_box .swiper-slide img:nth-of-type(1) {
    width: 100%;
    height: auto;
  }
  .marve .content .marve_mb_box .swiper-slide1 {
    position: relative;
  }
  .marve .content .marve_mb_box .swiper-slide1 img:nth-of-type(2) {
    width: 0.7rem;
    height: 0.7rem;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .marve .content .marve_mb_box .swiper-slide1 div {
    text-align: left;
    padding-left: 0.3rem;
    position: absolute;
    bottom: 10%;
    height: 0.5rem;
    line-height: 0.5rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.2rem;
  }
  /* =====新闻资讯===== */
  .information {
    width: 100%;
    height: 7.5rem;
  }
  .information .content {
    width: 100%;
    padding: 0 0.3rem;
  }
  .information .content .title_text {
    margin-top: 0.35rem;
  }
  .information .content .news {
    display: none;
  }
  .information .content .news_mobi {
    display: block;
  }
  .information .content .information_box {
    height: 4.5rem;
    margin-top: 0.8rem;
    overflow: hidden;
  }
  .information .content .information_box .swiper-wrapper {
    width: 2500%;
    display: flex;
  }
  .information .content .information_box .swiper-wrapper .swiper-slide {
    width: 6.9rem;
  }
  .information .content .information_box .swiper-wrapper img {
    width: 6.9rem;
    height: 3.8rem;
    border-radius: 6px;
  }
  .information .content .information_box .swiper-wrapper .information_text {
    width: 100%;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
  }
  .information .content .information_box .swiper-wrapper .information_text p {
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #061828;
  }
  .information .content .information_box .swiper-wrapper .information_text p:first-child {
    width: 5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  /* =====了解能源===== */
  .know {
    width: 100%;
    height: 7.3rem;
    background: #f1f7fc;
    padding-top: 0.28rem;
  }
  .know .know_content {
    width: 100%;
    height: 6.62rem;
    margin: 0 auto;
    background: url("../img/know/know_mobi.png") no-repeat;
    background-size: 100%;
    position: relative;
  }
  .know .know_content .know_gif {
    width: 2.3rem;
    top: -0.3rem;
    left: 2.6rem;
  }
  .know .know_content .know_gif .gif_p {
    width: 2.3rem;
    height: 2.3rem;
  }
  .know .know_content .know_gif .gif_b {
    width: 1.98rem;
    height: 0.83rem;
  }
  .know .know_content .know_btn {
    width: 2rem;
    height: 0.68rem;
    font-size: 0.24rem;
    line-height: 0.68rem;
    top: 4.6rem;
    left: 1.7rem;
  }
  /* ===== 公用的样式 ===== */
  .title {
    width: 100%;
    height: 1rem;
    position: relative;
  }
  .title_text {
    font-size: 0.48rem;
    font-weight: bold;
    color: #061828;
    position: relative;
  }
  .title_text:after {
    content: '';
    width: 1rem;
    height: 1rem;
    top: -0.3rem;
    left: 2.1rem !important;
    background: url("../img/title.png") no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    position: absolute;
  }
  .swiper_btn {
    width: 1.3rem;
    height: 0.55rem;
    margin: 0.6rem auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .left_btn {
    width: 0.55rem;
    height: 0.55rem;
    background: url("../img/left.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  .right_btn {
    width: 0.55rem;
    height: 0.55rem;
    background: url("../img/right.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  .video-main {
    width: 96%;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .video-main .close {
    width: 0.26rem;
    height: 0.26rem;
    right: 0.3rem;
    top: 0.3rem;
  }
  /* ===== 页尾 ===== */
  .footer {
    width: 100%;
    height: 2.1rem;
    color: #fff;
    background-color: #161616;
    display: block;
  }
  .footer .footer_PC {
    display: none;
  }
  .footer .footer_mobi {
    width: 100%;
    padding: 0.35rem 0.3rem 0;
    text-align: center;
    display: block;
    position: relative;
  }
  .footer .footer_mobi .mobi {
    padding: 0 1.7rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer_mobi .mobi img {
    width: 0.65rem;
    height: 0.65rem;
    display: inline;
  }
  .footer .footer_mobi .mobi .pic_active .sp_pic {
    width: 1.5rem;
    height: 1.5rem;
    top: -1.3rem;
    right: 1.56rem;
    border-radius: 0.04rem;
    display: none;
    position: absolute;
  }
  .footer .footer_mobi p {
    font-size: 0.24rem;
    color: #ffffff;
    margin-top: 0.3rem;
  }
}
