﻿@charset "utf-8";
html {
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Helvetica Neue", Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
body,
div,
object,
iframe,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
progress {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

li {
    list-style: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

select,
input,
img,
select {
    vertical-align: middle;
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
    line-height: normal
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*专题顶部导航*/

.top-bar {
    border-bottom: 2px #E20000 solid;
    background: #fff;
    z-index: 1000;
}

.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(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}

.top-nav {
    height: 50px;
}

.navbar {
    height: 50px;
    z-index: 100000;
    background-color: #000;
    color: #fff;
}

.navbar-fixed {
    position: fixed;
    width: 100%;
    top: 0;
}

.navbar-login li {
    float: left;
    margin-left: 20px;
}

.navbar-login li.active {
    background: #097bdb;
}

.navbar-login a {
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    padding: 0 20px;
}

.nav-right-btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 5px;
    background: #ff1e00;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
}

#nav span {
    display: inline-block;
    border-radius: 4px;
    padding: 0 20px;
    margin: 5px 0 0 15px;
}

#nav span a {
    line-height: 40px;
    color: #fff;
    font-size: 20px;
}

.main-title{
    margin: 0 auto;
    width: 242px;
    height: 96px;
    background: url('../images/title-bg.png') no-repeat center center;
    background-size: 100% 100%;
    font-size: 36px;
    color: #068cfc;
    text-align: center;
    padding: 20px 30px 0 0;
    margin-top: 10px;
}
.main-title div{
    font-size: 12px;
    color: #8b8b8b;
}

/*首页*/

.con-wrap {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.con-wrap-01 {
    width: 100%;
    height: 447px;
    padding-top: 45px;
    background: url(../images/banner.png) no-repeat center;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-family: simsun, Arial;
}
.con-wrap-01 img{
    margin: 0 10px 0 18px;
}

/* 主办单位 */

.cooperator {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #c20009;
}

.cooperator-zhu {
    display: inline-block;
    width: 79px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: #fff;
    background: url(../images/cooperator.png) no-repeat center;
}

.cooperator a {
    color: #000;
}

/* 会议概览 */

.survey {
    width: 100%;
    height: 470px;
    background: url(../images/survey.jpg) no-repeat center;
}

.survey .wrap {
    padding: 30px 0;
}

.survey .wrap .survey-text{
    margin: 28px 0 0 40px;
}

.survey .wrap .survey-text p {
    width: 520px;
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}

.survey .wrap img{
    margin: 28px 40px 0 0;
}

.canhui-btn {
    display: inline-block;
    border: 2px solid #0f95f0;
    padding: 15px 80px;
    color: #fff;
    font-size: 28px;
    margin: 35px 0 20px;
}

/* 会议亮点 */

.lightspot {
    width: 100%;
    height: 460px;
    padding-top: 40px;
    background: url(../images/lightspot.jpg) no-repeat center;
}

.lightspot .wrap {
    position: relative;
}

.list-img li {
    width: 48px;
    height: 125px;
    position: absolute;
    color: #8a8a8a;
    font-size: 24px;
    text-align: center;
}
.list-img li .img-top01{
    display: none;
}
.list-img li .img-top{
    display: inline;
}
.list-img li.active{
    color: #2c3e47;
}
.list-img li.active .img-top01{
    display: inline;
}
.list-img li.active .img-top{
    display: none;
}
.list-img li img{
    display: block;
    margin: 0 auto;
}
.list-img li img.mb10{
    margin-bottom: 10px;
}

.list-img li:nth-of-type(1) {
    top: 240px;
    left: 40px;
}

.list-img li:nth-of-type(2) {
    top: 220px;
    left: 220px;
}

.list-img li:nth-of-type(3) {
    top: 120px;
    left: 400px;
}

.list-img li:nth-of-type(4) {
    top: 88px;
    left: 580px;
}

.list-img li:nth-of-type(5) {
    top: 76px;
    left: 760px;
}

.list-img li:nth-of-type(6) {
    top: 10px;
    left: 940px;
}

.list-text {
    position: absolute;
    right: 25px;
    top: 328px;
    width: 520px;
    height: 60px;
}

.list-text li {
    display: none;
    color: #888;
    text-align: left;
}

.list-text li.active {
    display: block;
}

/* 拟邀嘉宾 */

.person {
    width: 100%;
    height: 666px;
    padding-top: 30px;
    background: url("../images/person/person-bg.jpg?v=111111") no-repeat center;
}

.person .person-list {
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
}

.person .person-list li {
    float: left;
    width: 20%;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.person .person-list li h3 {
    font-size: 16px;
    line-height: 30px;
}

.person .person-list li p {
    font-size: 14px;
}

/* 会议日程 */

.schedule {
    width: 100%;
    padding: 40px 0;
    background: url(../images/schedule-bg.jpg) no-repeat center top;
}

.schedule .main-title{
    margin-bottom: 40px;
}

.schedule .former {
    width: 960px;
    margin: 0 auto;
}

.schedule .former table {
    width: 100%;
}

.schedule .former thead {
    width: 100%;
    background-color: #1383f4;
    color: #fff;
    text-align: center;
}

.schedule .former thead td {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}

.schedule .former tbody {
    width: 100%;
    text-align: center;
    background: #f6f6f6;
}

.schedule .former tbody td {
    padding: 10px 0;
    border: 1px solid #dddddd;
    vertical-align: middle;
    background: #fff;
}

.schedule .former tbody td.pl-10{
    padding:10px;
}

.schedule .former tbody .form-text {
    text-align: left;
    padding-left: 65px;
}

.schedule .former tbody .form-text span {
    line-height: 25px;
    color: #333;
    overflow: hidden;
    padding-left: 5px;
}

.schedule .former tbody .form-text a {
    float: left;
    width: 6px;
    height: 6px;
    background-color: #2c3e47;
    margin-top: 10px;
}

/* 谁将参加 */

.join {
    width: 100%;
    height: 530px;
    padding-top: 40px;
    background: url(../images/join-bg.jpg) no-repeat center;
}

.join .wrap {
    position: relative;
}

.join .wrap .main-title{
    padding-top: 40px;
    width: 352px;
    height: 115px;
    background: url('../images/title-bg01.png') no-repeat center center;
}

.join-list {
    position: absolute;
    left: 48%;
    top: 210px;
}

.join-list li {
    position: relative;
}

.join-list li p {
    padding-left: 20px;
    color: #222;
    font-size: 14px;
    line-height: 1.8;
}

.join-list li span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #1a77bc;
}

/*往届回顾*/
.review{
    padding-top: 40px;
    background: url(../images/review-bg.png) no-repeat center;
}
.review .main-title{
    margin-top: 0;
}

/*回顾*/

.con-wrap-06 {
    width: 100%;
    height: 870px;
    background: url(../images/move-bg.jpg) no-repeat center;
}

.con-wrap-06 .con-title {
    padding-top: 150px;
    text-align: center;
}

.con-wrap-06 .con-title p {
    line-height: 30px
}

.con-wrap-06 .word-con {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-top: 45px;
}

.lunbo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 290px;
    overflow: hidden;
}

.lunbo>ul {
    width: 2880px;
    position: relative;
    left: 50%;
    margin-left: -1260px;
}

.lunbo li {
    width: 360px;
    /* padding-bottom: 50px; */
    height: 375PX;
    float: left;
    background: url(../images/shijainxian.png) no-repeat left bottom;
    position: relative;
}

.lunbo .on .time {
    opacity: 1;
}

.lunbo li .time {
    position: absolute;
    width: 100%;
    top: 90%;
    left: 0;
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    opacity: .5;
}

.lunbo li>div {
    width: 225px;
    padding: 10px;
    margin: 0 auto;
    background: #546167;
    position: relative;
}

.lunbo li>div:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: #546167 transparent transparent;
    border-style: solid;
    top: 100%;
    left: 50%;
    margin-left: -12px;
}

.lunbo li>div p {
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    min-height: 78px;
    opacity: .5;
}

.lunbo li.on>div p {
    opacity: 1;
}

.lunbo li>div a {
    color: #fff;
}

.pagi {
    margin-top: 480px;
    position: relative;
}

.pagi>ul {
    width: 720px;
    margin: 0 auto;
}

.pagi>ul>li {
    width: 80px;
    float: left;
    cursor: pointer;
}

.pagi>ul>li>div {
    width: 60px;
    height: 60px;
    border: 2px solid #98959c;
    border-radius: 50%;
    background: #98959c;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
}

.pagi>ul>li>p {
    font-size: 14px;
    color: #000;
    margin-top: 5px;
    text-align: center;
    opacity: .35;
}

.pagi .more {
    font-size: 18px;
    opacity: .5;
    line-height: 40px;
    color: #000;
}

.pagi .more:hover {
    opacity: 1;
}

.pagi>ul>li.on>div {
    background: #ff2c36;
    border-color: #ff2c36;
}

.pagi>ul>li.on>p {
    opacity: 1;
}

.pagi>a {
    position: absolute;
    bottom: 0;
    width: 46px;
    height: 108px;
}

.pagi>.prev {
    background: url(../images/prev.jpg);
    left: 80px;
}

.pagi>.next {
    background: url(../images/next.jpg);
    right: 80px;
}

/* 交通指引 */

.map {
    width: 100%;
    height: 570px;
    background: url(../images/map.jpg?v=111) no-repeat center;
}

/* 交通指引 */

.jieshao {
    width: 100%;
    height: 345px;
    background: url(../images/jieshao.jpg) no-repeat center;
}

.jieshao .wrap {
    overflow: hidden;
}

.jieshao .wrap .jieshao-text {
    width: 470px;
    color: #efefef;
    padding-top: 85px;
}

.jieshao .wrap .jieshao-text h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px;
}

.jieshao .wrap .jieshao-text p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px
}

/*部分参会企业*/
.company{
    padding-top: 40px;
}
.company .main-title{
    padding-top: 40px;
    width: 352px;
    height: 115px;
    background: url('../images/title-bg01.png') no-repeat center center;
}
/*合作媒体*/
.media{
    text-align: center;
    padding: 40px 0;
}

/*组织机构*/
.organization{
    padding: 34px 0;
    background: #313131;
}
.orga-top{
    margin: 45px 0 33px 0;
}
.orga-top img{
    margin-right: 15px;
}
.orga-bottom{
    color: #fff;
    font-size: 14px;
}
.orga-bottom li{
    float: left;
    line-height: 1.8;
    margin-right: 30px;
}
.orga-bottom li h3{
    width: 76px;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.orga-bottom .orga-code{
    width: 112px;
    float: right;
    font-size: 12px;
    text-align: center;
}
.orga-bottom .orga-code img{
    display: block;
    margin-bottom: 12px;
}


.contact {
    width: 100%;
    height: 370px;
    background-color: #2c3e47;
}

.contact .wrap {
    overflow: hidden;
}

.contact-list {
    width: 520px;
    overflow: hidden;
}

.contact-list li {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.contact-list li>div {
    float: left;
    color: #efefef;
}

.contact-title {
    padding: 30px 15px;
    background-color: #c20009;
    margin-right: 30px;
    margin-top: 5px;
}

.contact-con h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.erweima {
    width: 475px;
    overflow: hidden;
}

.erweima>img {
    display: block;
    margin: 30px auto 20px;
}

.erweima>div {
    width: 170px;
    height: 210px;
    border: 1px solid #666;
    color: #efefef;
    text-align: center;
}

.erweima>div>img {
    margin: 20px 0;
}

/* 20180505 */

.right_gg {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 250px;
}

.right_gg .bg-blue{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #008fff;
    font-size: 18px;
    color: #fff;
}

.right_gg a.right-bottom{
    display: block;
    width: 108px;
    height: 30px;
    margin: 0 auto;
    background: url('../images/right-bottom.png') no-repeat center center;
    background-size: 100% 100%;
}

.right_gg span {
    display: block;
    width: 100%;
    height: 50px;
}

.right_gg .dark-blue{
    height: 6px;
    background: url('../images/right-blue.png') no-repeat center center;
    background-size: 100% 100%;
}

.social-share {
    display: none;
    position: absolute;
    top: 0px;
    left: -122px;
    width: 120px;
    border: 1px solid #ccc;
    background: #fff;
}

.right_fx {
    position: relative;
}

.social-share .item {
    width: 100%;
}

.social-share .item a .share-n {
    position: absolute;
    left: 32px;
    top: 0;
    width: 50px;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    -webkit-text-stroke-width: 0;
    padding-left: 10px;
}

.social-share .item a:hover .share-n {
    color: black;
}