@charset "utf-8";
html {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", 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;
}

.common_header{
    width: 130px;
    height: 45px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.common_header .common_header_title{
    font: bold 30px/32px '';
}

.common_header .common_header_line{
    width: 50px;
    height: 3px;
    margin:  0 auto;
    margin-top: 10px;
    background:url("../images/2018-05-31/common_header_line.png")no-repeat center center;
}

.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 {
    /*border-bottom: 1px solid #25304e;*/
    height: 50px;
    z-index: 100000;
    background-color: #FFFFFF;
    color: #fff;
}

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

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

.navbar-login li.active {
    border-bottom: 2px solid #313131;
    font-weight: bold;
}

.navbar-login li a {
    display: inline-block;
    height: 100%;
    color: #313131;
    line-height: 50px;
    font-size: 20px;
    cursor:pointer;
}

#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;
}

/*首页*/

.con-wrap {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.con-wrap .common_header{
    margin-top: 0px;
    padding-top: 40px;
}

.con-wrap-01 {
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden;
    /*background: url(../images/banner2.jpg) no-repeat center;*/
    background: url('../images/2018-05-31/banner_bg1.png?v=3') no-repeat center center;
    /*-webkit-background-size:100% 100%;*/
    /*background-size:100% 100%;*/
}
.con-wrap-01 .con_wrap_01_son{
    width: 1000px;
    height: 44px;
    margin: 0 auto;
    margin-top: 11px;
}
.con-wrap-01 .con_wrap_01_son_left{
    display: inline-block;
    width: 146px;
    height: 100%;
    margin-left: 318px;
}
.con-wrap-01 .con_wrap_01_son_right{
    display: inline-block;
    width: 146px;
    height: 100%;
    margin-left: 80px;
}

.con-wrap-01 .thematic_jump{
    width: 1000px;
    height: 38px;
    margin: 0 auto;
    margin-top: 338px;
}
.con-wrap-01 .thematic_jump_a{
    display: block;
    width: 420px;
    height: 38px;
    margin:  0 auto;
}
/* 会议概览 */

.survey {
    width: 100%;
    height: 401px;
    /*background: url(../images/survey.jpg) no-repeat left;*/
    background: url(../images/2018-05-31/survey_bg.png) no-repeat left;
}

.survey .wrap {
    /*padding-top: 170px;*/
    overflow: hidden;
}

.survey .common_header_title{
    color: #0E1F3F;
}
.survey .wrap .survey-text,
.survey .wrap .survey-right{
    margin-top: 24px;
}
.survey .wrap .survey-text p {
    width: 500px;
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    line-height: 21px;
}

.survey .wrap .survey-right{
    width: 464px;
    height: 253px;
}
.survey .wrap .survey-right img{
    width: 100%;
    height: 100%;
}

.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: 484px;
    overflow: hidden;
    background: url(../images/2018-05-31/lightspot_bg.png) no-repeat center;
}
.lightspot .wrap {
    position: relative;
}
.lightspot .common_header {
    margin-top: 40px;
}
.lightspot .common_header_title {
    color: #fff;
}

.list-text{
    height: 42px;
    margin-top: 52px;
}
.list-text li{
    font-size: 14px;
    /*display: none;*/
    line-height: 20px;
    text-align: center;
    color: #CCDAF2;
}
.list-text li.active{
    display: block;
}
.list-img{
    width: 100%;
    margin-top: 26px;
}
.list-img li{
    margin: 0;
    padding: 0;
    width: 188px;
    height: 226px;
    margin-left: 15px;
    background-color:#153368;
    display: inline-block;
    float: left;
}
.list-img li:nth-of-type(1){
    margin-left: 0px;
    background:url("../images/2018-05-31/lightspot/1.png") no-repeat center center;
}
/*.list-img li:nth-of-type(1) p:nth-of-type(1){*/
    /*background:url("../images/2018-05-31/lightspot_list/1_1.png") no-repeat center center;*/
/*}*/
.list-img li:nth-of-type(2){
    background:url("../images/2018-05-31/lightspot/2.png") no-repeat center center;
}
/*.list-img li:nth-of-type(2) p:nth-of-type(1){*/
    /*background:url("../images/2018-05-31/lightspot_list/2_1.png") no-repeat center center;*/
/*}*/
.list-img li:nth-of-type(3){
    background:url("../images/2018-05-31/lightspot/3.png") no-repeat center center;
}
/*.list-img li:nth-of-type(3) p:nth-of-type(1){*/
    /*background:url("../images/2018-05-31/lightspot_list/3_1.png") no-repeat center center;*/
/*}*/
.list-img li:nth-of-type(4){
    background:url("../images/2018-05-31/lightspot/4.png") no-repeat center center;
}
/*.list-img li:nth-of-type(4) p:nth-of-type(1){*/
    /*background:url("../images/2018-05-31/lightspot_list/4_1.png") no-repeat center center;*/
/*}*/
.list-img li:nth-of-type(5){
    background:url("../images/2018-05-31/lightspot/5.png") no-repeat center center;
}
/*.list-img li:nth-of-type(5) p:nth-of-type(1){*/
    /*background:url("../images/2018-05-31/lightspot_list/5_1.png") no-repeat center center;*/
/*}*/

.list-img li p:nth-of-type(1){
    margin: 0 auto;
    margin-top: 38px;
    text-align: center;
    width: 70px;
    height: 60px;
}
.list-img li p:nth-of-type(2){
    margin-top: 34px;
    text-align: center;
    font-size: 18px;
    color: #4D93EC;
}
.list-img li p:nth-of-type(3){
    margin-top: 17px;
    text-align: center;
    font-size: 12px;
    color: #8C95AB;
}
/* 会议日程 */
.schedule{
    width: 100%;
    min-height: 775px;
    background: url(../images/2018-05-31/schedule_bg.png) no-repeat center center;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    padding-bottom: 30px;
}
.schedule .common_header{
    margin-top: 0px;
    padding-top: 48px;
}
/*.schedule .former{*/
    /*width: 100%;*/
    /*margin: 0 auto ;*/
    /*margin-top: 30px;*/
    /*background-color: #fff;*/
/*}*/
/*.schedule .former ul{*/
    /*width: 100%;*/
/*}*/
/*.schedule .former ul li span{*/
    /*display: inline-block;*/
/*}*/
/*.schedule .former ul li .former_span_left{*/
    /*width: 248px;*/
    /*height: 100%;*/
    /*text-align: center;*/
    /*border-right: 1px solid #0B74CB;*/
    /*position: relative;*/
/*}*/
/*.schedule .former ul li .former_span_left.former_span_left_border_none{*/
    /*border-right: 0px;*/
/*}*/
/*.schedule .former ul li .former_span_left .schedule_oval{*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*position: absolute;*/
    /*right: -9px;*/
    /*top: 50%;*/
    /*margin-top: -9px;*/
    /*background:url("../images/2018-05-31/schedule_oval.png") no-repeat center center;*/
/*}*/
/*.schedule .former ul li .former_span_right{*/
    /*width: 470px;*/
    /*text-indent: 45px;*/
    /*background: red;*/
/*}*/
/*.schedule .former ul .former_header{*/
    /*width: 100%;*/
    /*height: 47px;*/
    /*font:bold 19px /47px '';*/
    /*color: #126AC4;*/
    /*background-color:#CEEBFB;*/
/*}*/
/*.schedule .former ul .former_one_height{*/
    /*width: 100%;*/
    /*height: 47px;*/
    /*font: 14px /47px '';*/
    /*color: #515151;*/
/*}*/
/*.schedule .former ul .former_common_height{*/
    /*width: 100%;*/
    /*color: #515151;*/
    /*position: relative;*/
/*}*/
/*.schedule .former ul .former_common_height.former_common_height_change{*/
    /*height: 150px;*/
/*}*/
/*.schedule .former ul .former_common_height .former_span_left{*/
    /*height: 100%;*/
    /*line-height: 107px;*/
/*}*/
/*.schedule .former ul .former_common_height .former_span_left.former_span_left_common_change{*/
    /*height: 100%;*/
    /*line-height: 150px;*/
/*}*/
/*.schedule .former ul .former_common_height .former_span_right{*/
    /*height: 100%;*/
    /*text-indent: 0px;*/
    /*position: absolute;*/
    /*left:253px;*/
    /*top: 0px;*/
    /*font-size: 13px;*/
    /*color: #515151;*/
/*}*/
/*.schedule .former ul .former_common_height .former_span_right span{*/
    /*height: 90%;*/
    /*line-height: 30px;*/
    /*position: absolute;*/
    /*top: 10%;*/
/*}*/
/*.schedule .former ul .former_common_height .former_span_right span:nth-of-type(1){*/
    /*left: 45px;*/
    /*width: 353px;*/
/*}*/
/*.schedule .former ul .former_common_height .former_span_right span:nth-of-type(2){*/
    /*left: 403px;*/
    /*width: 340px;*/
/*}*/

.former_box{
    width: 100%;
    margin-top: 30px;
}
table tr{
    border: 1px solid #4192D7;
}
table td{
    padding: 8px 0;
    vertical-align: middle;
    font: 16px '';
    /*text-align: center;*/
    /*border: 1px solid #4192D7;*/
}
.former_box .former_box_header{
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #CEEBFB;
}
.former_box .former_box_header td{
    font:bold 18px '';
    color: #126AC4;
}
.former_box  .former_box_son_one{
    display: inline-block;
    width: 218px;
    text-align: center;
}
.former_box  .former_box_son_two{
    display: inline-block;
    width: 468px;
    /*padding-left: 40px;*/
}
.former_box  .former_box_son_three{
    display: inline-block;
    width: 298px;
}
.former_box .former_box_line{
    border-bottom: 1px solid #4192D7;
}
.former_box .former_box_line_part td{
    font-weight: 600;
}
.former_box  .former_box_all_center{
    width: 1000px;
    height: 47px;
    line-height: 47px;
    background: #CEEBFB;
    text-align: center;
    font-size: 18px;
    color: #2383D2;
}
/*.former_box .former_box_all td{*/
    /*font: 18px '';*/
    /*color: #2383D2;*/
/*}*/
/*.former_box .former_box_all .former_box_all_one,*/
/*.former_box .former_box_all .former_box_all_three{*/
    /*!*width: 250px;*!*/
/*}*/
/*.former_box .former_box_all .former_box_all_two{*/
    /*!*width: 500px;*!*/
    /*text-align: center;*/
    /*font: 18px '';*/
    /*color: #2383D2;*/
/*}*/
.schedule .schedule_footer_text{
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    color: #9E9E9E;
    background-color: #fff;
}


/* 拟邀嘉宾 */
.person{
    width: 100%;
    height: 661px;
    background: url('../images/2018-05-31/person_bg.png') no-repeat center;
}
.person .common_header{
    margin-top: 0px;
    padding-top: 40px;
}
.person .common_header_title{
    color: #fff;
}
.person .person-list{
    width: 100%;
    padding-top: 50px;
    overflow: hidden;
}
.person .person-list li{
    float: left;
    width: 20%;
    height: 220px;
    text-align: center;
    color: #fff;
    margin-bottom: 34px;
}
.person .person-list li h3{
    font-size: 16px;
    line-height: 30px;
}
.person .person-list li p{
    font-size: 12px;
}


/*回顾*/

.con-wrap-06 {
    width: 100%;
    height: 777px;
    /*background: url(../images/move-bg.jpg) no-repeat center ;*/
    background: url('../images/2018-05-31/con_wrap_bg1.png') 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;
    bottom: 288px;
    overflow: hidden;
}

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

.lunbo li {
    width: 360px;
    /* padding-bottom: 50px; */
    height: 316PX;
    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;
    height: 282px;
    padding: 10px 0px;
    margin: 0 auto;
    background: #3063BC;
    position: relative;
}

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

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

.lunbo li.on>div p {
    opacity: 1;
}
.lunbo li.on>div p a{
    color: #fff;
}
.lunbo li>div a {
    width: 100%;
    color: #fff;
    display: block;
}
.lunbo li>div a img{
    width: 90%;
    height: 144px;
    display: block;
    margin: 0 auto;
}

/*con-wrap con_wrap_line 往届论坛的底部线性*/
.con-wrap .con_wrap_line{
    width: 100%;
    height: 22px;
    background:url("../images/2018-05-31/con_wrap_line.png")no-repeat center center;
    position: absolute;
    bottom: 246px;
    left: -13px;
}


.pagi_box{
    width: 1000px;
    position: absolute;
    bottom: 58px;
    left: 50%;
    margin-left: -500px;
}
.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: 3px solid #CFCFD0;
    border-radius: 50%;
    background: #9A9DA3;
    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>ul>li>p .small{*/
    /*font-size: 12px;*/
/*}*/

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

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

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

.pagi>ul>li.on>p {
    opacity: 1;
    font-weight: 600;
}

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

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

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



/* 参会人群 */
.join{
    width: 100%;
    height: 294px;
    background: url('../images/2018-05-31/join_bg.png') no-repeat center center;
}
.join .common_header{
    margin-top: 0px;
    padding-top: 40px;
}
.join .common_header_title{
    color: #fff;
}
.join-list{
    width: 100%;
    margin-top: 40px;
}
.join-list>div>p{
    font-size: 13px;
    color: #fff;
    padding-left: 13px;
    line-height: 26px;
    background:url("../images/2018-05-31/join-list-p-bg.png")no-repeat;
    background-position:0% 50%;;
}
.join-list .join-list-left>p:nth-of-type(1){
    background-position:0% 16%;;
}
.join-list .join-list-left{
    width: 502px;
    margin-left: 20px;
}
.join-list .join-list-right{
    width: 477px;
}

/*拟邀参会企业*/
.date-cont{
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../images/2018-05-31/schedule_bg.png) no-repeat center center;
}
.date-cont .common_header{
    width: 186px;
}
/*.date-cont .slider-item{*/
/*height: 393px;*/
/*background:rgba(123,123,232,.7);*/
/*text-align: left;*/
/*}*/
/*html, body {font-family: "Microsoft Yahei", Verdana, sans-serif;}*/
address, cite, dfn, em, var {font-style: normal;}
.date-cont .banner{
    position: relative;
    overflow: auto;
    text-align: center;
    width:100%;
    /*margin:0 auto;*/
    margin: 50px 0;
    background: url("../images/2018-05-31/date_cont_bg.png")no-repeat center center;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
}
.date-cont .banner .dots{
    width: 100%;
    height:34px;
    position:absolute;
    left:0;
    right:0;
    bottom:70px;
    z-index:3;
    background:darkcyan;
    display: none;
}
.date-cont .banner .dots li{display:inline-block;width:10px;height:10px;margin:0 4px;text-indent:-999em;border:2px solid #fff;border-radius:6px;cursor:pointer;opacity:.4;-webkit-transition:background .5s,opacity .5s;-moz-transition:background .5s,opacity .5s;transition:background .5s,opacity .5s}
.date-cont .banner .dots li.active{background:#fff;opacity:1}
.date-cont .banner .arrow{
    position:absolute;
    width:20px;
    height:80px;
    top: 50%;
    margin-top: -40px;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.date-cont .banner #al{left:15px}
.date-cont .banner #ar{right:15px}
.date-cont .banner ul{
    z-index: 1;
    width: 600%;
    height: 100%;
    overflow: hidden;
}
.date-cont .banner ul .slider-item {
    width:640px;
    float: left;
    height:530px;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.date-cont .banner ul .slider-item .slider-item-text {
    width: 278px;
    height: 460px;
    margin-top: 36px;
    font: 17px/24px '';
    color: #fff;
}.date-cont .banner ul .slider-item .slider-item-text:nth-of-type(1) {
     margin-left: 120px;
     width: 240px;
 }
.date-cont .banner ul .slider-item .slider-title {position: absolute;left: 0;bottom: 0px;width: 610px;max-height: 56px;padding: 15px;text-align:left;line-height: 28px;color: #fff;font-size: 18px;font-weight: bold;background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.9));background: url(../images/slider-info-bg.png) \9;}
.date-cont .banner .progress{
    position:absolute;
    left:0;
    bottom:0;
    width:33.3%;
    min-height:3px;
    overflow:hidden;
    z-index:2;
    background:#000000;
}



/*交通指引*/
.traffic_control{
    width:100%;
    height: 468px;
    overflow: hidden;
    background:#FFFFFF;
}
.traffic_control .traffic_control_img{
    width:759px;
    height: 339px;
    margin: 0 auto;
    margin-top: 25px;
}
.traffic_control .traffic_control_img img{
    width:100%;
    height: 100%;
    border: 0px;
}

/*组织机构*/
.contact{
    width: 100%;
    height: 412px;
    background-color: #313131;
}
.contact .wrap{
    overflow: hidden;
}
.contact .common_header{
    margin-top: 0px;
    padding-top: 30px;
}
.contact .common_header_title{
    color: #fff;
}
.contact .contact_logo{
    margin-top: 46px;
    width: 100%;
    height: 62px;
}
.contact .contact_logo .contact_logo_title{
    display: block;
    width: 70px;
    height: 100%;
    background:url("../images/2018-05-31/contact_logo_title.png")no-repeat center center;
}
.contact .contact_logo  .contact_logo_title.contact_logo_title2{
    margin-left: 40px;
}
.contact .contact_logo .contact_logo_title span{
    display: block;
    width: 56px;
    height: 56px;
    padding: 6px 0 0 6px;
    font-size: 18px;
    color: #fff;
    white-space:normal;
    word-break:break-all;
    word-wrap:break-word;
    letter-spacing: 10px;
    text-align: center;
}
.contact .contact_logo .contact_logo_a{
    display: block;
    width: 154px;
    height: 61px;
    margin-left: 14px;
}

.contact .contact_address{
    width: 100%;
    height: 192px;
    margin-top: 33px;
}
.contact .contact_address .contact_address_text{
    width: 250px;
    height: 100%;
    color: #fff;
}
.contact .contact_address .contact_address_text .contact_address_text_title{
    width: 76px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    margin-top: 7px;
}
.contact .contact_address .contact_address_text .contact_address_text_name{
    font-size: 16px;
    margin-top: 20px;
}
.contact .contact_address .contact_address_text .contact_address_text_tel{
    font-size: 12px;
    margin-top: 12px;
}
.contact .contact_address .contact_address_text .contact_address_text_email{
    font-size: 12px;
    margin-top: 16px;
}

.contact .contact_address .contact_address_qr{
    width: 112px;
}
.contact .contact_address  .contact_address_qr.contact_address_qr_left{
    margin-left: 25px;
}
.contact .contact_address  .contact_address_qr_img{
    width: 100%;
    height: 112px;
}
.contact .contact_address  .contact_address_qr_img img{
    width: 100%;
    height: 100%;
}
.contact .contact_address  .contact_address_qr_text{
    margin-top: 14px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

/*我要报名的表单*/
.main_iframe_show{
    display: none;
    margin-top: 46px;
}

#g-footer{
    margin-top: 0px;
}

.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;
}

/* 右侧悬浮窗 */
.right_gg{
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 250px;
    background: url('../images/right_gg.png?v=1') no-repeat center;
}
.right_gg a{
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
}
.right_gg span{
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
}
.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;
}


/*2018-06-06的大会背景的轮播图*/
.active_info
{
    width: 475px;
}
.active_info p
{
    color: #666;
    line-height: 20px;
    text-indent: 2em;
    font-size:14px;
}
.scroll_note
{
    height: 168px;
    overflow-y: scroll;
}
.pic_list
{
    width: 464px;
    height: 253px;
    overflow: hidden;
    position: relative;
}
.pic_list ul li,.pic_list ul li img
{
    width: 464px;
    height: 253px;
}
.pic_list ul li
{
    position:absolute;
    left:0;
    top:0;
    z-index:0;
}
.pic_list ul li .gray_bg
{
    padding: 0 10px;
    width: 500px;
    height:40px;
    position:absolute;
    left:0;
    bottom:0;
    font-weight: bold;
    line-height: 40px;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F333333', endColorstr='#7F333333');
    background:rgba(51,51,51,0.5);
    color: #fff;
}
.pic_list ul li .gray_bg a{color: #fff;}
:root .active ul li .gray_bg
{
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F333333', endColorstr='#7F333333');
}
.dot
{
    position:absolute;
    right:20px;
    bottom:10px;
    z-index:1;
}
.dot span
{
    float:left;
    display:block;
    width:20px;
    height:20px;
    background:#fff;
    line-height: 20px;
    cursor:pointer;
    margin-left: 3px;
    text-align: center;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#66EEEEEE', endColorstr='#66EEEEEE');
    background:rgba(238,238,238,0.4);
    color: #fff;
}
:root .dot span
{
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#66EEEEEE', endColorstr='#66EEEEEE');
}
.dot span.on
{
    background:#3063BC;
}
