﻿@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: 105px;
}
.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 23px;
  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: #f18800;
  border-radius: 33px;
}

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

/* banner */
/* .banner-layout {
  position: relative;
  height: 900px;
}
.banner_swiper {
  width: 100%;
  height: 900px;
  overflow: hidden;
}
.banner_swiper .swiper-slide1 {
  width: 100%;
  height: 900px;
  background: url("../images/banner.png") no-repeat center top;
}
.banner_swiper .swiper-slide2 {
  width: 100%;
  height: 900px;
  background: url("../images/banner2.png") no-repeat center top;
}
.banner_content {
  position: relative;
  height: 100%;
}
.banner_time {
  position: absolute;
  right: 4px;
  top: 395px;
  width: 600px;
  height: 46px;
  font-size: 0;
  line-height: 46px;
  text-align: center;
  background: rgba(20, 60, 150, .7);
}
.banner_time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.banner_time span {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  vertical-align: middle;
}
.swiper-slide2 .banner_time {
  right: 300px;
  top: 405px;
  background: transparent;
}
.swiper-slide2 .banner_time span {
  font-size: 26px;
}
.banner_act {
  position: absolute;
  top: 500px;
  left: 257px;
  font-size: 26px;
  color: #fff;
  line-height: 1.6em;

}
.banner_img1 {
  position: absolute;
  right: 785px;
  top: 477px;
  width: 206px;
  height: 206px;
  background: url("../images/keji_ring.png") no-repeat center top;
}
.banner_img1 img {
  position: absolute;
  right: 47px;
  top: 47px;
  width: 112px;
  animation: title 2.3s linear 0s infinite normal;
  -webkit-animation: title 2.3s linear 0s infinite normal;
}
.banner_img2 {
  position: absolute;
  right: 372px;
  top: 730px;
  width: 227px;
  animation: banner 1.3s ease-in-out 0s infinite alternate;
  -webkit-animation: banner 1.3s ease-in-out 0s infinite alternate;
}
.banner_img3 {
  position: absolute;
  right: -20px;
  top: 690px;
  width: 227px;
  animation: banner 1.3s ease-in-out 0s infinite alternate;
  -webkit-animation: banner 1.3s ease-in-out 0s infinite alternate;
}
@keyframes banner
{
  from{transform:translate(0,0)}
  to{transform:translate(-15px,-60px)}
}
@-webkit-keyframes banner
{
  from{-webkit-transform:translate(0,0)}
  to{-webkit-transform:translate(-15px,-60px)}
}

.banner_btn {
  position: absolute;
  right: 4px;
  top: 744px;
  width: 310px;
  height: 51px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 51px;
  background: #f18800;
  border-radius: 4px;
}

.countdown {
  position: absolute;
  right: -42px;
  top: 575px;
  font-size: 0;
}
.countdown li {
  display: inline-block;
  width: 150px;
  margin-right: 21px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.countdown li span {
  display: inline-block;
  font-size: 50px;
  margin-right: 16px;
} */

.banner-layout {
  position: relative;
  height: 9rem;
}
.banner_swiper .wrap {
  width: 12rem;
}
.banner_swiper {
  width: 100%;
  height: 9rem;
  overflow: hidden;
}
.banner_swiper .swiper-slide1 {
  width: 100%;
  height: 9rem;
  background: url("../images/banner.png") no-repeat center top;
  background-size: 100% auto;
}
.banner_swiper .swiper-slide2 {
  width: 100%;
  height: 9rem;
  background: url("../images/banner2.png") no-repeat center top;
  background-size: 100% auto;
}
.banner_content {
  position: relative;
  height: 100%;
}
.banner_time {
  position: absolute;
  right: 4px;
  top: 3.95rem;
  width: 6rem;
  height: .46rem;
  font-size: 0;
  line-height: .46rem;
  text-align: center;
  background: rgba(20, 60, 150, .7);
}
.banner_time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .1rem;
}
.banner_time span {
  display: inline-block;
  font-size: .22rem;
  color: #fff;
  vertical-align: middle;
}
.swiper-slide2 .banner_time {
  right: 3rem;
  top: 4.05rem;
  background: transparent;
}
.swiper-slide2 .banner_time span {
  font-size: .24rem;
}
.banner_act {
  position: absolute;
  top: 4.5rem;
  left: 2.57rem;
  font-size: .22rem;
  color: #fff;
  line-height: 1.6em;

}
.banner_img1 {
  position: absolute;
  right: 7.85rem;
  top: 4.77rem;
  width: 2.06rem;
  height: 2.06rem;
  background: url("../images/keji_ring.png") no-repeat center top;
  background-size: 100% 100%;
}
.banner_img1 img {
  position: absolute;
  right: .47rem;
  top: .47rem;
  width: 1.12rem;
  animation: title 2.3s linear 0s infinite normal;
  -webkit-animation: title 2.3s linear 0s infinite normal;
}
.banner_img2 {
  position: absolute;
  right: 3.72rem;
  top: 7.3rem;
  width: 2.27rem;
  animation: banner 1.3s ease-in-out 0s infinite alternate;
  -webkit-animation: banner 1.3s ease-in-out 0s infinite alternate;
}
.banner_img3 {
  position: absolute;
  right: -0.2rem;
  top: 6.9rem;
  width: 2.27rem;
  animation: banner 1.3s ease-in-out 0s infinite alternate;
  -webkit-animation: banner 1.3s ease-in-out 0s infinite alternate;
}
@keyframes banner
{
  from{transform:translate(0,0)}
  to{transform:translate(-15px,-60px)}
}
@-webkit-keyframes banner
{
  from{-webkit-transform:translate(0,0)}
  to{-webkit-transform:translate(-15px,-60px)}
}

.banner_btn {
  position: absolute;
  right: 4px;
  top: 7.44rem;
  width: 3.1rem;
  height: 0.51rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 0.51rem;
  background: #f18800;
  border-radius: 4px;
}

.countdown {
  position: absolute;
  right: -0.42rem;
  top: 5.75rem;
  font-size: 0;
}
.countdown li {
  display: inline-block;
  width: 1.5rem;
  margin-right: 0.21rem;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
}
.countdown li span {
  display: inline-block;
  font-size: 0.5rem;
  margin-right: 0.16rem;
}

/* 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;
  height: 9rem;
  background: url("../images/intro_bg.png") no-repeat center top;
  background-size: 100% 100%;
  overflow: hidden;
}

@media (min-width: 1280px){
  .intro {
    height: 10rem;
  }
}
@media (min-width: 1366px){
  .intro {
    height: 9.6rem;
  }
}
@media (min-width: 1440px){
  .intro {
    height: 9.3rem;
  }
}

.intro .text {
  width: 5.6rem;
}

.intro .text p {
  font-size: .14rem;
  color: #2d2d2d;
  text-indent: 2em;
  line-height: 1.5;
}

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

.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: .47rem;
  top: 1.02rem;
  width: 1.48rem;
  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: 1em;

  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: 1rem;
  margin-top: .15rem;
  transition: all .2s;
}

.light-tab > .spot-item1 i {
  background: url("../images/light/icon1.png") no-repeat center center;
}
.light-tab > .spot-item2 i {
  background: url("../images/light/icon2.png") no-repeat center center;
}
.light-tab > .spot-item3 i {
  background: url("../images/light/icon3.png") no-repeat center center;
}
.light-tab > .spot-item4 i {
  background: url("../images/light/icon4.png") no-repeat center center;
}
.light-tab > .spot-item5 i {
  background: url("../images/light/icon5.png") no-repeat center center;
}

.light-tab > .spot-item1.active i {
  background: url("../images/light/hover1.png") no-repeat center center;
}
.light-tab > .spot-item2.active i {
  background: url("../images/light/hover2.png") no-repeat center center;
}
.light-tab > .spot-item3.active i {
  background: url("../images/light/hover3.png") no-repeat center center;
}
.light-tab > .spot-item4.active i {
  background: url("../images/light/hover4.png") no-repeat center center;
}
.light-tab > .spot-item5.active i {
  background: url("../images/light/hover5.png") no-repeat center center;
}

.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.36rem;
  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: 8.8rem;
  margin: 0 auto;
  border: 1px solid #d1d1d1;
  background: #fff;
}
.richeng-table tr td {
  border: 1px solid #bfbfbf;
  font-size: .14rem;
  color: #414141;
  padding: .11rem .3rem;
}
.richeng-table tr:first-child {
  background: #006cff;
}
.richeng-table tr.part {
  background: #d8d8d8;
}
.richeng-table tr.part td {
  font-size: .16rem;
  color: #006cff;
  font-weight: bold;
}
.richeng-table tr:first-child td {
  border: none;
  font-size: .18rem;
  color: #fff;
}
.richeng-table tr td.first {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.richeng-table tr td.lines {
  line-height: 1.8em;
}
.richeng-hint {
  font-size: .16rem;
  color: #fff;
  padding: .12rem 0 0 1.95rem;
}

/* 产业动态 */
.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 .1rem;
  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") 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 {
  width: 11.1rem;
  height: 1.7rem;
  margin: 0 auto;
  overflow: hidden;
}
.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;
}
.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;
}