﻿@charset "UTF-8";

body {
  font-size: 12px;
}

.wrap {
  width: 12rem;
}

.top-bar {
  border-bottom: 2px #e20000 solid;
}

.top-bar-login,
.top-bar-login-after {
  line-height: 30px;
  font: 12px/30px simsun;
}

.top-bar-login-after {
  display: none;
}

.top-bar .ofw-logo {
  margin-top: 2px;
}

.top-bar-login>.signin {
  display: inline-block;
  background: #e20000;
  height: 24px;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  margin-top: 3px;
  line-height: 24px;
}

.top-bar-login>.signin>a {
  color: #fff;
}

.top-bar-login a,
.top-bar-login-after a {
  color: #333;
}

.top-bar-login a:hover,
.top-bar-login-after a:hover {
  text-decoration: underline;
}

.top-bar-login i {
  font-style: normal;
  color: #666;
}

.top-bar-login>.email {
  padding-left: 24px;
  display: inline-block;
  background: url(../images/ico_email.png) no-repeat left;
}

.nav-layout .wrap,
.top-bar .wrap {
  width: 1200px;
}

/* 顶部 导航 */
.nav-layout {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.nav-layout .wrap {
  position: relative;
}

.nav-layout .nav {
  margin-left: 480px;
}

.nav-layout .nav_logo {
  position: absolute;
  left: 5px;
  top: 19px;
}

.nav-layout .nav .nav-item {
  margin-left: 8px;
}

.nav-layout .nav .nav-item:first-child {
  margin-left: 0;
}

.nav-layout .nav .nav-item a {
  display: inline-block;
  padding: 0 10px;
  margin: 0 7px;
  font: bold 16px/60px Microsoft YaHei;
  color: #fff;
  cursor: pointer;
}

.nav-layout .nav .nav-item.active a {
  color: #03bbe8;
}

.nav-layout .toSponsor {
  margin-top: 15px;
  height: 33px;
  padding: 0 21px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background-color: #ff6000;
  border-radius: 33px;
}

.nav-layout.active {
  position: fixed;
  top: 0px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.9);
}

.banner-layout {
  position: relative;
}

.banner_swiper {
  height: 9rem;
  background: url(../images/banner.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.banner_swiper .wrap {
  width: 12rem;
  color: #fff;
}

.banner_swiper .wrap .banner_content {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.banner_swiper .wrap .banner_content h3 {
  font-size: .8rem;
  font-weight: 500;
  font-weight: 'Adobe 黑体 Std';
  color: #fff;
  line-height: 1;
  padding-top: 1.5rem;
}

.banner_swiper .wrap .banner_content h2 {
  font-size: 1.1rem;
  font-weight: 'Adobe 黑体 Std';
  font-weight: 500;
  color: #fff;
  line-height: 1;
  padding: .4rem 0;
}

.banner_swiper .wrap .banner_content h4 {
  font-size: .5rem;
  font-weight: 500;
  color: #fff;
  font-weight: 'Adobe 黑体 Std';
  line-height: 1
}

.banner_time {
  width: 8rem;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  background-color: #0078ff;
  margin: .5rem auto;
  font-size: .3rem;
}

.banner_img1 {
  font-size: .2rem;
  text-align: left;
  margin-left: 3.5rem;
}

.banner_btn {
  display: block;
  margin: 40px auto 0;
  width: 310px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #e98700;
  font-size: 24px;
  border-radius: 6px;
  color: #fff;
}

/* title */
.mian-title {
  position: relative;
  height: 1.3rem;
  background: url("../images/title1.png") no-repeat center top;
  background-size: 100% auto;
}

.mian-title>i {
  position: absolute;
  left: .29rem;
  top: .29rem;
  width: .57rem;
  height: .57rem;
  /* animation: title 1.8s linear 0s infinite normal; */
  /* -webkit-animation: title 1.8s linear 0s infinite normal; */
  background: url("../images/zhuanquan.png") no-repeat center center;
  background-size: 100% auto;
}
/* 
@keyframes title {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes banner {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
} */

.mian-title>h2 {
  font-size: .4rem;
  color: #2a6dff;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  padding-top: .3rem;
}

.mian-title>h3 {
  font-size: .26rem;
  color: #c7c7c7;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  padding-top: .3rem;
}

.mian-title2 {
  background: url("../images/title2.png") no-repeat center top;
  background-size: 100% auto;
}

.mian-title2>i {
  background: url("../images/zhuanquan2.png") no-repeat center center;
  background-size: 100% auto;
}

.mian-title2>h2 {
  color: #40b3ff;
}

.mian-title2>h3 {
  color: #8e8d97;
}

.mian-title3 {
  background: url("../images/title3.png") no-repeat center top;
  background-size: 100% auto;
}


/* 大会背景 */
.intro {
  position: relative;
  overflow: hidden;
}

.intro .text {
  width: 6.6rem;
}

.intro .text p {
  font-size: .16rem;
  color: #2d2d2d;
  text-indent: 2em;
  line-height: 1.5;
  margin-bottom: 5px;
}

.intro .intro-right-img {
  width: 5.1rem;
  margin-top: 7px;
}

.intro_img {
  display: block;
  width: 10.69rem;
  margin: .53rem auto 0;
}

/* 大会亮点 */
.lightSpot {
  position: relative;
  height: 9rem;
  background: url("../images/light/light_bg.png") no-repeat center top;
  background-size: 100% auto;
  overflow: hidden;
}

.light_swiper {
  position: relative;
  width: 10rem;
  margin: 0 auto;
  background: url("../images/light/light_bg2.png") no-repeat center top;
  background-size: 100% auto;
}

.light_swiper_img {
  position: absolute;
  right: .3rem;
  top: .23rem;
  width: 2.42rem;
  height: 2.42rem;
  background: url("../images/keji_ring3.png") no-repeat center top;
  background-size: 100% auto;
}

.light_swiper_img img {
  position: absolute;
  right: .7rem;
  top: .7rem;
  width: 1rem;
  animation: rotation 2.3s linear 0s infinite normal;
  -webkit-animation: rotation 2.3s linear 0s infinite normal;
}

@keyframes rotation {
  from {
    transform: rotateY(0deg)
  }

  to {
    transform: rotateY(360deg)
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotateY(0deg)
  }

  to {
    -webkit-transform: rotateY(360deg)
  }
}

.lightSpot .light-text {
  width: 6.8rem;
  height: 2.48rem;
  margin-top: .34rem;
  margin-left: .22rem;
}

.lightSpot .light-text>li {
  display: none;
  color: #fff;
}

.lightSpot .light-text>li.active {
  display: block;
}

.lightSpot .light-text>li>p.light-text1 {
  font-size: .3rem;
  font-weight: bold;
}

.lightSpot .light-text>li>p.light-text2 {
  padding-top: .15rem;
  line-height: 2em;
  font-size: .16rem;
}

.lightSpot .light-tab {
  position: relative;
  height: 1.74rem;
  color: #fff;
}

.light-tab>.spot-item {
  float: left;
  width: 1.52rem;
  height: 1.74rem;
  margin-left: .5rem;
  background: url("../images/light/bg_icon1.png") no-repeat center top;
  background-size: 100% auto;
  overflow: hidden;
  text-align: center;
  font-size: .18rem;
  cursor: pointer;
  line-height: 1.4em;
  transition: all .2s;
}

.light-tab>.spot-item:first-child {
  margin-left: .2rem;
}

.light-tab>.spot-item.active {
  background: url("../images/light/bg_icon2.png") no-repeat center top;
  background-size: 100% auto;
}

.light-tab>.spot-item i {
  display: block;
  height: .5rem;
  width: auto;
  margin: .3rem 0 .15rem;
  transition: all .2s;
}

.light-tab>.spot-item1 i {
  background: url("../images/light/icon1.png") no-repeat center center;
  background-size: contain;
}

.light-tab>.spot-item2 i {
  background: url("../images/light/icon2.png") no-repeat center center;
  background-size: contain;
}

.light-tab>.spot-item3 i {
  background: url("../images/light/icon3.png") no-repeat center center;
  background-size: contain;
}

.light-tab>.spot-item4 i {
  background: url("../images/light/icon4.png") no-repeat center center;
  background-size: contain;
}

.light-tab>.spot-item5 i {
  background: url("../images/light/icon5.png") no-repeat center center;
  background-size: contain;
}

.light-tab>.spot-item1.active i {
  background: url("../images/light/hover1.png") no-repeat center center;
  background-size: contain;
}

.light-tab>.spot-item2.active i {
  background: url("../images/light/hover2.png") no-repeat center center;
  background-size: contain;
}

.light-tab>.spot-item3.active i {
  background: url("../images/light/hover3.png") no-repeat center center;
  background-size: contain;
}

.light-tab>.spot-item4.active i {
  background: url("../images/light/hover4.png") no-repeat center center;
  background-size: contain;
}

.light-tab>.spot-item5.active i {
  background: url("../images/light/hover5.png") no-repeat center center;
  background-size: contain;
}

.pagination {
  position: absolute;
  z-index: 2;
  top: 4.85rem;
  width: 100%;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}

.swiper-active-switch {
  background: #55a1ff;
}

.swiper_prev {
  position: absolute;
  left: 3.9rem;
  top: 4.8rem;
  width: .62rem;
  height: .37rem;
  background: url("../images/light/prev.png") no-repeat center center;
  background-size: 100% auto;
  z-index: 2;
  cursor: pointer;
}

.swiper_next {
  position: absolute;
  left: 5.5rem;
  top: 4.8rem;
  width: .62rem;
  height: .37rem;
  background: url("../images/light/next.png") no-repeat center center;
  background-size: 100% auto;
  z-index: 2;
  cursor: pointer;
}

/* 拟邀嘉宾 */
.guest {
  position: relative;
  overflow: hidden;
  background: url("../images/huiji_bg.png") no-repeat center center;
  background-size: 100% auto;
}

.guest .guest-item {
  height: 2.45rem;
  width: 2.9rem;
  padding: 0 1px;
}

.guest .guest-item .pic {
  position: relative;
  width: 1.38rem;
  height: 1.35rem;
  margin: 0 auto;
  background: url("../images/jiabin_bg.png") no-repeat center center;
  background-size: 100% auto;
}

.guest .guest-item .pic img {
  position: absolute;
  left: .1rem;
  top: .1rem;
  width: 1.2rem;
  height: 1.2rem;
}

.guest .guest-item .name {
  font: normal .2rem/.2rem '微软雅黑';
  text-align: center;
  color: #060001;
  padding-top: .15rem;
  font-weight: bold;
}

.guest .guest-item .job {
  font: normal .16rem/.2rem '微软雅黑';
  text-align: center;
  color: #060001;
  padding-top: .08rem;
}

/* 大会日程 */
.schedule {
  position: relative;
  /* height: 10.8rem; */
  height: auto;
  padding-bottom: .4rem;
  overflow: hidden;
  background: url("../images/richeng_bg.png") no-repeat center center;
  background-size: 100% 100%;
}

/* @media (min-width: 1280px){
  .schedule {
    height: 12.5rem;
  }
}
@media (min-width: 1366px){
  .schedule {
    height: 12rem;
  }
}
@media (min-width: 1440px){
  .schedule {
    height: 11.7rem;
  }
} */

.richeng-table {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d1d1d1;
  background: #fff;
}

.richeng-table tr td {
  border: 1px solid #bfbfbf;
  font-size: .14rem;
  color: #414141;
  padding: 10px 20px;
}
.richeng-table tr td.first{
  padding: 10px 0;
}
.richeng-table tr:first-child {
  background: #006cff;
}

.richeng-table tr.part {
  background: #3782cf;
}

.richeng-table tr.part td {
  font-size: .16rem;
  color: #fff;
  font-weight: bold;
}
.richeng-table tr td{
  text-align: center;
}
.richeng-table tr:first-child td {
  border: none;
  font-size: .18rem;
  color: #fff;
 
}

.richeng-table tr td.lines {
  line-height: 1.8em;
}

.richeng-hint {
  font-size: .16rem;
  color: #fff;
  padding-top: 10px;
}

/* 产业动态 */
.dynamics {
  position: relative;
  padding-bottom: .5rem;
  overflow: hidden;
  background: url("../images/canye_bg.png") no-repeat center 4.75rem;
  background-size: 100% auto;
}

.dynamics_ul_box {
  position: relative;
  width: 10.6rem;
  height: 5.95rem;
  margin: 0 auto;
}

.dynamics_ul1,
.dynamics_ul2 {
  width: 10.6rem;
  margin: 0 auto .2rem;
}

.dynamics ul li {
  position: relative;
  overflow: hidden;
}

.dynamics ul li img {
  width: 100%;
  height: 100%;
}

.dynamics_ul1 li {
  float: left;
  width: 3.4rem;
  height: 3.57rem;
  margin-left: .2rem;
}

.dynamics_ul1 li:first-child {
  margin-left: 0;
  width: 6.99rem;
  background: #000;
}

#video {
  width: 6.99rem;
  height: 3.57rem;
}

.dynamics_ul2 li {
  float: left;
  width: 3.4rem;
  height: 2.17rem;
  margin-left: .2rem;
}

.dynamics_ul2 li:first-child {
  margin-left: 0;
}

.dynamics_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: .08rem .2rem;
  font-size: .14rem;
  color: #fff;
  line-height: 1.5em;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* 参会对象 */
.crowd {
  height: 9rem;
  overflow: hidden;
  background: url("../images/duixiang_bg.png?v=1") no-repeat center top;
  background-size: 100% auto;
}

.crowd .crowd-img {
  width: 4.54rem;
  margin-left: 1.44rem;
}

.crowd .crowd-text {
  width: 4.35rem;
  padding-left: .37rem;
  padding-top: .15rem;
}

.crowd .crowd-text>p {
  position: relative;
  font: normal .18rem/.26rem "微软雅黑";
  color: #fff;
  padding-bottom: .15rem;
}

.crowd .crowd-text>p:after {
  position: absolute;
  top: .08rem;
  left: -.18rem;
  content: '';
  width: .1rem;
  height: .1rem;
  background: #fff;
}

/* 组织机构 */
.organization {
  position: relative;
  overflow: hidden;
}

.organization_item {
  padding-bottom: .4rem;
}

.organization_item_title {
  position: relative;
  width: 10rem;
  margin: 0 auto .25rem;
  text-align: center;
}

.organization_item_title span {
  position: relative;
  display: inline-block;
  font-size: .2rem;
  color: #000;
  padding: 0 .2rem;
  background: #fff;
  z-index: 1;
}

.organization_item_title::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}

.organization_item ul li {
  font-size: .18rem;
  color: #515151;
  text-align: center;
  line-height: 1.5em;
}

/* 合作媒体 */
.logo_swiper {
  margin: 0 auto;
  overflow: hidden;
}
.logo_swiper img{
  display: block;
  width: 100%;
}
.logo_swiper .swiper-slide {
  width: 11.1rem;
  height: 1.35rem;
  overflow: hidden;
}

.str_wrap {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background: #f6f6f6;
  white-space: nowrap;
  margin-top: .2rem;
}

.str_wrap.str_active {
  background: #f1f1f1;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
  width: 1.64rem;
  height: .6rem;
  margin: 0 .1rem .08rem 0;
}

/* 联系我们 */
.contact {
  background: #444855;
  padding: .38rem 0 .5rem;
}

.contact .wrap {
  position: relative;
}

.contact .contactObj {
  margin-left: 1.28rem;
}

.contact .contactObj .contact-item {
  width: 2.42rem;
}

.contact .contactObj .contact-item h5 {
  font-size: .18rem;
  color: #fff;
  padding-bottom: .15rem;
}

.contact .contactObj .contact-item h5 span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.contact .contactObj .contact-item p {
  color: #fff;
  font-size: .14rem;
  line-height: 1.6em;
}

.contact .contactObj .contact-item p span {
  font-size: .16rem;
}

.contact .code {
  position: absolute;
  top: 0;
  left: 9.1rem;
}

.contact .code .code-item {
  width: 1.32rem;
  text-align: center;
}

@media (min-width: 1280px) {
  .contact .code .code-item {
    width: 3rem;
  }
}

@media (min-width: 1366px) {
  .contact .code .code-item {
    width: 3rem;
  }
}

@media (min-width: 1440px) {
  .contact .code .code-item {
    width: 2rem;
  }
}

.contact .code .code-item img {
  width: 1.12rem;
  height: 1.12rem;
}

.contact .code .code-item .code-name {
  text-align: center;
  font: normal 12px/18px "微软雅黑";
  color: #ffffff;
  padding-top: 8px;
}

/* 锚点 */
.anchor {
  position: absolute;
  top: -45px;
}

/* 交通指引 */
.map {
  position: relative;
  overflow: hidden;
}

.map_wrap {
  position: relative;
  width: 100%;
  height: 397px;
  background: url(../images/map.png) no-repeat center top;
}

.map_wrap>.map_text {
  position: absolute;
  left: 50%;
  top: 140px;
  margin-left: -119px;
  font-size: 14px;
  color: #fff;
  line-height: 1.8em;
}