/**本页面公共部分**/
img {
    /* max-width: 90%; */
    /* width: 90%; */
}

a:hover {
    color: #ffffff;
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2%;
}

body {
    width: 100%;
    background: url(../images/body_bg.png) #021354 repeat;
    /* background-color:red; */
    background-size: 100%;
    font-size: 14px;
    line-height: 30px;
}

.indent3 {
    padding-left: 7px;
    margin-top: -7px;
    font-size: 18px;
}


/**导航栏目录相关**/
.header {
    height: 40px;
    line-height: 60px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background: #ebebeb;
}

.header {
    line-height: 40px;
}

.header .logo {
    float: left;
    height: 40px;
    /* margin-top: 10px; */
}

.header .logo img {
    height: 100%;
}

a {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.nav {
    float: right;
}

.nav li {
    float: left;
    margin-left: 25px;
}

.nav li a {
    font-size: 14px;
    color: #333333;
    display: block;
}

.nav li a:hover {
    color: #2860c6;
}

@media only screen and (max-width: 1200px) {
    .center {
        padding: 10% 0 0 0;
    }

    .titimg { /* max-width: 60%; */
    }

    .header {
        top: 0;
    }


    .menu_btn {
        float: right;
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
        /* margin-left: 10px; */
        /* margin-top: 10px; */
    }

    .menu_btn:before,
    .menu_btn:after {
        content: "";
        position: absolute;
        right: 0;
        width: 26px;
        height: 2px;
        background: #333;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }

    .menu_btn:before {
        top: 13px;
    }

    .menu_btn:after {
        bottom: 13px;
    }

    .menu_btn.on:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
    }

    .menu_btn.on:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 50%;
    }

    .header .nav {
        position: absolute;
        right: 0;
        top: 110%;
        width: 260px;
        background: rgba(0, 0, 0, 0.8);
        padding: 10px 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .header .nav.on {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }

    .header .nav li {
        width: 100%;
        float: none;
    }

    .header .nav li > a {
        color: #fff;
        font-size: 16px;
        height: 36px !important;
        line-height: 36px !important;
    }

}

/***电脑端显示**/
@media only screen and (min-width: 768px ) {

    .header_two {
        height: 64px;
        line-height: 64px;
        position: relative;
        /*z-index: 100;*/
        top: 41px;
        /*left: 0;*/
        /*width: 100%;*/
        background: #00001a;
    }

    .header_two_fixed {
        z-index: 100;
        position: fixed;
        width:100%;
        top:0px;
    }

    .header_inner {

        height: 41px;

        line-height: 60px;

        width: 1200px;

        margin-left: auto;

        margin-right: auto;
    }

    .header_two ul {
        width: 1440px;
        height: 100%;
        /* float: left; */
        margin: 0 auto;
    }

    .header_two ul > li {
        width: 12%;
        height: 100%;
        float: left;
        text-align: center;
        font-size: 22px;
    }

    .header_two ul > li:nth-child(1) {
        width: 16%;
        padding-top: 9px;
       
    }

    .header_two ul > li:nth-child(n+2):hover {
        background: url(../images/menu_hoverbg.png);
        font-size: 22px;
        color: #4dcaff;
        cursor: pointer;
    }
     .header_two ul > li>a:hover {
        background: url(../images/menu_hoverbg.png);
        font-size: 22px;
        color: #4dcaff;
        cursor: pointer;
    }

    .QRimg_div {
        right: 8px;
        bottom: 99px;
        position: fixed;
        width: 112px;
        height: 126px;
        text-align: center;
        display: none;
    }
    .QRimg_div_small {
        right: 8px;
        bottom: 99px;
        position: fixed;
        /* width: 112px; */
        /* height: 126px; */
        text-align: center;
    }


    .QRimg {
        /* top: 176px; */
        /* left: 0px; */
        right: 0px;
        bottom: 149px;
        width: 100px;
        height: 100px;
        /* float: left; */
        margin-left: auto;
        margin-right: auto;
        /* position: absolute; */
    }

    .indent2 {
        font-size: 22px;
        line-height: 2em;
    }

    /**演示中心图片**/
    .center {
        /* padding: 12% 0 6% 0; */
        position: relative;
        background-size: 100% auto;
        background-position-x: center;
        background-position-y: top;
        margin-top: 41px;
        height: 640px;
        padding-top: 50px;
        background: url(../images/bannerbg.jpg) #021354 top center no-repeat;
        /* -moz-background-size: 100% 100%; */
        /* background-size:100% 100%;       */
    }
     .live_img_parents{
        text-align: center;
         padding-top: 20px;
        height: 570px;
        font-size: 20px
    }

.title_div{

width:1200px;

margin: 0 auto 0 auto;

height: 189px;
}

    .titimg {
        display: block;
        margin: 0 auto;
    }

    /**目录**/
    .menu {
        /*background: #0f51c6;*/
        height: 80px;
        text-align: center;
        width: 1200px;
        margin: 0 auto;
        margin-top: 48px;
    }

    .menu_cont {
        /* max-width: 1280px; */
        margin: 0 auto;
        /* width: 87%; */
        height: 100%;
        text-align: center;
    }

    .menu li {
        float: left;
        color: #fff;
        line-height: 65px;
        width: 25%;
    }

    .menu_btn_on {
        background: url("../images/menubg_hover.png") no-repeat !important;
        display: inline-block;
        color: #fff;
        text-align: center;
    }

    .menu li a {
        display: inline-block;
        color: #fff;
        font-size: 24px;
        width: 205px;
        height: 69px;
        /* text-align: center; */
        background: url("../images/menubg_normal.png") no-repeat;
        padding-top: -24px;
    }

    .menu li a:hover {
        background: url("../images/menubg_hover.png") no-repeat;
        display: inline-block;
        color: #fff;
        /*width: 227px;*/
        /*height: 80px;*/
        text-align: center;
    }

    .supportcompany {
        top: 250px;
        position: relative;
        /* bottom: 0px; */
    }

    .supportcompany img {
        margin: 0px auto 0 auto;
        display: block;
    }


    .content_background {
        width: 1200px;
        margin: 0 auto;
    }

    /***组织结构**/
    .container1 {
        width: 1200px;
        height: auto;
        margin: 0 auto;
    }

    .container1_title {
        margin: 40px auto;
        width: auto;
        text-align: center;
        margin-top: 0px;
    }

    .container1_title img {
        margin: 0 auto;
    }

    .container1_member {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .container1_member ul {
        /* width: 80%; */
        height: 420px;
        margin: 0 auto;
    }

    .container1_member ul > li {
        float: left;
        height: 343px;
    }

    .container1_member ul > li > div {
        /* background-color:#163592; */
        height: 100%;
        /* text-align: center; */
        /*position: relative;*/
    }

    .container1_member ul > li > div > .zhuban_logo {
        background-color: #163592;
        height: 100%;
        /*position: absolute;*/
        margin-top: -79px;
        padding-top: 104px;


    }

    .container1_member ul > li:nth-child(1) {
        width: 25%;
    }

    .container1_member ul > li:nth-child(2) {
        width: 50%;
    }

    .container1_member ul > li:nth-child(2) > div > .zhuban {
        width: 95%;
        margin: 0 auto;
    }

    .container1_member ul > li:nth-child(2) > div > .zhuban_logo {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .container1_member ul > li:nth-child(3) {
        width: 25%;
        float: right;
    }

    /***会议背景**/
    .container2 {
        width: 1200px;
        height: auto;
        margin: 0 auto;
        padding-top: 40px;
    }

    .container2_title {
        margin: 0px auto;
        width: auto;
        text-align: center;
    }

    .container2_shuoming {
        /* width: 80%; */
        margin: 0 auto;
        /* border-top: 1px solid; */
        /* border-bottom:1px solid; */
        /* border-top-color: #3685c0; */
        /* border-bottom-color: #3685c0; */
        padding: 72px 50px;
        text-indent: 2.4em;
        background: url(../images/background_bg.png) center no-repeat;
    }

    /**会议议题**/
    .container3 {
        width: 1200px;
        height: auto;
        margin: 0 auto;
    }

    .container3_title {
        margin: 30px auto;
        width: auto;
        text-align: center;
    }

    .container3_body {
        margin: 0 auto;
        /* width: 80%; */
        text-align: center;
        height: 500px;
    }

    .container3_body ul {
        width: 100%;
        height: 313px;
        float: left;
    }

    /*.container3_body ul:nth-child(1){*/
    /*    float:left;*/
    /*}*/
    /*.container3_body ul:nth-child(2){*/
    /*    float:right;*/
    /*}*/
    .container3_body ul > li {
        width: 50%;
        height: 62px;
        /* margin-bottom: 10px; */
        margin-right: 0px;
        background:url("../images/yiti_listbg.png") no-repeat 46px;
        text-align: left;
        float: left;
        font-size: 22px;
        line-height: 55px;
    }

    .container3_body ul > li > div {
        width: 40px;
        height: 100%;
        /* background-color: #1e58a1; */
        float: left;
        text-align: center;
        margin-right: 16px;
        background: url(../images/yiti_line.png) no-repeat 0 -6px;
    }

    .container3_body ul > li:nth-child(n+15) > div {
          background: url(../images/yiti_no_line.png) no-repeat;
    }

    .container3_body ul > li > div.column_last {
        /* background-position-y: 2px; */
    }

    /*往届回顾*/
    .container4 {
        width: 1200px;
        height: auto;
        margin: 0 auto;
    }

    .container4_title {
        margin: 40px auto;
        width: auto;
        text-align: center;
    }

    .container4_body {
        margin: 0 auto;
        /* width: 80%; */
        text-align: center;
        height: 668px;
    }

    .container4_body ul {
        /* height:500px; */
        width: 100%;
        float: left;
    }

    .container4_body ul:nth-child(2) {
        float: right;
    }

    .container4_body ul > li {
        /* border-left: solid  3px  #486fe4; */
        width: 48%;
        text-align: left;
        float: left;
        margin-left: 10px;
        padding-top: 18px;
        padding-left:30px;
        padding-bottom: 20px;
        background: url("../images/yiti_line2.png") no-repeat left;
        border-bottom: double #2f4bb7;
    }

    .container4_body ul > li > a {
        font-size: 18px;
        color: #00e4ff;
    }
    .container4_body ul > li > a:hover {
        font-size: 18px;
        color: #a3e8ff;
    }

    /**会务组联系方式**/
    .container5 {
        width: 1200px;
        height: auto;
        margin: 0 auto;
    }

    .container5_title {
        margin: 40px auto;
        width: auto;
        text-align: center;
    }

    .container5_body {
        margin: 0 auto;
        width: 1200px;
        height: 180px;
        text-align: center;
        background: url("../images/contact_bg.png") no-repeat;
    }

    .container5_body ul {
        width: 100%;

    }

    .container5_body ul > li {
        width: 50%;
        float: left;
        font-size: 16px;
        text-align: left;
    }

    .link_man {
        height: 220px;
        font-size: 22px;
        float: left;
        margin-left: 15px;
        padding-top: 40px;
        padding-left: 20px;
    }
    .link_man:first-child {
        width: 480px;
    }
    .link_man span {
        display: inline-block;
        float: left;
        margin-left: 20px;
    }

 /**支持企业**/

.container7 {
        width: 1200px;
        height: auto;
        margin: 0 auto;
}

.container7_title {
        margin: 40px auto;
        width: auto;
        text-align: center;
}

.container7_body {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        height: 220px;
}

.container7_body ul {
        width: 100%;

}

.container7_body ul > li {
        width: 45%;
        float: left;
        font-size: 16px;
}
    .container6 {
        width: 100%;
        height: auto;
        /* background-color: #161f88; */
        margin: 0 auto;
        clear: both;
        background: #09217b;
        padding-top: 20px;
    }

    .container6_title {
        margin: 0 auto;
        width: auto;
        text-align: center;
        font-size: 30px;
        background: url(../images/danwei_line.png) center no-repeat;
        padding: 30px 0;
    }

    .container6_body {
        margin: 0 auto;
        text-align: center;
        width: 1200px;
        height: 1530px;
    }

    .container6_body ul {
        /*width:33.333%;*/
        width: 100%;
        /* float:left; */
        margin: 0 auto;
    }

    .container6_body ul > li {
        width: 370px;
        height: 33px;
        float: left;
        text-align: left;
    }

    .container6_body ul > li:nth-child(3n+3) {
        width: 245px;
    }

    .container6_body ul > li:nth-child(3n+2) {
        width: 380px;
    }

    /**尾部***/
    .footer {
        background: #010044;
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 2em;
        padding: 15px 0;
    }

    .footer div {
        width: 1200px;
        text-align: center;
        margin: 0 auto;
        /* border-top: 1px solid #3c5bb3; */
        padding-top: 10px;
    }


    .menu_cont > ul {
        height: 100%;

    }


    /************************************************报名样式*****************************************************/

    select,input{vertical-align:middle;}
    select,input,textarea{font-size:12px;}
    .out-warp{
        /* width:1024px; */
        margin: 0 auto;
    }
    .layout-baoming{
        width:1170px;
        margin:0px auto;
        text-align:center;
    }
    .layout-baoming img{
        margin:20px 0px 50px 0px;}
    .layout-baoming  input{
        border:1px #CCCCCC solid;
        height:24px;
        line-height:24px;}
    .layout-baoming table tr td{
        vertical-align:middle;
        margin-top: 22px;
        margin-bottom: 17px;
    }
    .layout-baoming .text-box{
        border:1px  solid #ccc;
        padding-left:10px;
        height:30px;
        width:200px;
        line-height:30px;
        border-radius: 4px;}
    .layout-baoming  .tijiao{
        /* float:left; */
        border:none;
        display: inline;
        width:180px;
        font-size:14px;
        font-weight:bold;
        height:40px;
        line-height:40px;
        border-radius: 4px;
        font-family:"微软雅黑";
        background:#009e8e;
        color:#FFFFFF;
        margin-right:20px;
    }

    .layout-baoming .long-text-box{
        width:613px !important;
    }
    .layout-baoming table{
        /* padding:10px; */
        border:10px;
        /* margin:10px; */
        /* border-collapse:collapse; */
        border-spacing:10px;
        width: 69%;
    }

    .register_container1{
        width: 1200px;
        height:auto;
        margin: 0 auto;
    }
    /*.register_container1_title{*/
    /*margin: 40px auto;*/
    /*width:auto;*/
    /*text-align: center;*/
    /*margin-top: 0px;*/
    /*}*/
    /*.register_container1_title img{*/
    /*margin:0 auto;*/
    /*}*/

    .register_container1_member{
        width:100%;
        height: auto;
        text-align: center;
    }
    .register_container1_member li{
        display:inline-block;
    }

    .clicked{
        background: url(../images/luntan_bghover.png) no-repeat!important;
        height:70px!important;
        width:368px!important;
        display:inline-block!important;
        padding-top: 5px!important;
    }

    .register_container1_member li>a{
        background: url(../images/luntan_bg.png) no-repeat;
        height:70px;
        width:368px;
        display:inline-block;
        padding-top: 5px;
        font-size: 16px;
    }

    .register_container1_member li>a:hover,.register_container1_member li>a:active{
        background: url(../images/luntan_bghover.png) no-repeat;
        height:70px;
        width:368px;
        display:inline-block;
        padding-top: 5px;
    }

    .register_container1_member2{
        width:100%;
        height: auto;
        text-align: center;
        margin-top:30px;
    }
    .register_container1_member2>div{
        border:solid #3572f2 1px;
        height: 69px;
        width: 59%;
        margin:0 auto;
        /* margin-top:30px; */
    }
    .register_container1_member2 span{
        /* width:100%; */
        height: 100%;
        display:inline-block;
        width: 245px;
        float:left;
    }

    .register_container1_member2 img{
        width: 5%;
        margin-right: 5px;
        margin-left: 6px;
    }

    .register_container1_member2 span:nth-child(1){
        width: 53px;
        border-right:solid #3572f2 1px;
        line-height: 25px;
        font-size: 19px;
        padding-top: 9px;
    }
    .register_container1_member2 span:nth-child(2){
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        margin-top: 9px;
    }
    .zhuce_cont{
        width: 90%;
        margin: 10px auto;
    }
    .zhuce_title{
        font-size: 20px;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        padding-left: 10px;
    }

/************************************************报名样式结束*****************************************************/

/************************************************直播样式开始*****************************************************/
    .live {
        width: 1200px;
        margin: 0 auto;
        font-size: 20px;
        color: #fff;
        text-align: center;
        height: 500px;
    }

    .container8{
        width: 1200px;
        height:auto;
        margin: 80px auto;
    }

    .container8_title{
        margin: 20px auto;
        width:auto;
        text-align: center;
    }

    .container8_body{
        margin:0 auto;
        width: 94%;
        text-align: center;
    }

    .container9{
        width: 1200px;
        height:auto;
        margin: 0 auto;
    }

    .container9_title{
        margin: 20px auto;
        width:auto;
        text-align: center;
    }

    .container9_body{
        margin:0 auto;
        width: 1160px;
        text-align: center;
    }

    .container9_body_danshu {
        margin: 0 auto; /*居中*/
        width: 1160px;
        /*text-align: center;*/
        /* background-color: #31388a; */
        /*position: absolute;*/
        padding-top: 25px;
        margin-top: 10px;

    }

    .container9_body_div_danshu {
        float: left;
        /*padding-top:30px;*/
        /*position: relative;*/
    }

    .container9_body_index_danshu {
        width: 840px;
        float: right;
        text-align: left;
        font-size: 22px;
        line-height: 2em;
        margin-bottom: 80px;
        /*position: relative;*/
    }

     .container9_body_index_danshu a{
        display: inline-block;
        padding: 6px 20px 6px 45px;
        background: url("../images/zhibo/icon_download.png") 18px 18px no-repeat #07a68a;
        color: #fff;
     }
    .container9_body_index_danshu a:hover{
        background: url("../images/zhibo/icon_download.png") 18px 18px no-repeat #00beae;
    }

    .container9_body_shuangshu {
        margin: 0 auto; /*居中*/
        width: 1160px;
        padding-top: 25px;
        margin-top: 10px;
        font-size: 22px;
        line-height: 2em;
        margin-bottom: 40px;
    }
    .container9_body_div_shuangshu {
        float: right;
        /*padding-top:30px;*/
        /*position: relative;*/
    }

    .container9_body_index_shuangshu {
        width: 840px;
        float: left;
        text-align: left;
        margin-bottom: 60px;
        /*position: relative;*/
    }

    .container9_body_index_shuangshu a{
        display: inline-block;
        padding: 6px 20px 6px 45px;
        background: url("../images/zhibo/icon_download.png") 18px 18px no-repeat #07a68a;
        color: #fff;
    }

    .container9_body_index_shuangshu a:hover{
        background: url("../images/zhibo/icon_download.png") 18px 18px no-repeat #00beae;
    }

    .container9_text_shuangshu{
        padding-left: 0px;
    }
    .title_color{
        background:url("../images/zhibo/baogao_ttbg.png") repeat-y;
        padding: 6px;
        margin-bottom:10px;
    }
    .container9 .title_mulu{
        color:#10b5f4;
        float:left;
    }
    .container9 p{
        text-align: left;
    }

    /***会议背景**/
    .container11 {
        width: 1200px;
        height: auto;
        margin: 0 auto;
        padding-top: 20px;
    }

    .container11_title {
        margin: 0px auto;
        width: auto;
        text-align: center;
        margin-bottom: 30px;
    }

    .container11_shuoming {
        /* width: 80%; */
        margin: 0 auto;
        text-align: center;
        /* border-top: 1px solid; */
        /* border-bottom:1px solid; */
        /* border-top-color: #3685c0; */
        /* border-bottom-color: #3685c0; */
        /* padding: 40px 22px; */
        /* text-indent: 2.4em; */
    }
    .container11_shuoming a{
        display: inline-block;
        padding: 2px 30px;
        background: #157acf;
        color:#fff;
        float: right;
        margin-right: 31px;
    }
    .container11_shuoming a:hover{
        background: #168aec;
    }

    .container11_shuoming_indent2 {
        background: #273cbb;
        font-size: 22px;
        line-height: 2em;
        padding: 20px;
        height: 320px;
    }
    .caseCont{
        background: url("../images/zhibo/img_zhibo_caseBg.png") no-repeat;
        height: 242px;
        padding: 30px 60px;
        font-size: 20px;
        line-height: 2em;
    }
    p.casett{
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
        line-height: 1.5em;
    }
    p.casett2{
        font-size: 20px;
        text-align: center;
        line-height: 2.5em;
    }
    .caseTab{
        width: 100%;
        padding: 16px;
    }
    .caseTab thead{
        background: #1b71d4;
        height: 40px;
        padding: 6px;
        font-weight: bold;

    }
    .caseTab tbody{
        background: #0b387e;
    }
    .caseTab td{
        height: 40px;
        font-size: 16px;
        padding-left: 10px;
        border: 1px solid #1b71d4;
    }
    .caseImg{
        text-align: center;
        margin-top: 20px;
    }

    /************************************************直播样式结束*****************************************************/
}

/**手机端显示**/
@media only screen and (max-width: 768px) {

    .header_two{
        height: 50px;
        line-height: 60px;
        position: relative;
        /*z-index: 100;*/
        top: 41px;
        /*left: 0;*/
        /*width: 100%;*/
        background: black;
    }


    .header_two_fixed {
        z-index: 100;
        position: fixed;
        width:100%;
        top:0px;
    }
    
    .header_inner{

        height: 41px;

        line-height: 60px;

      

        width: 1200px;

        margin-left: auto;

        margin-right: auto;
    }

    .header_two ul{
        width: 100%;
        height: 100%;
        /* float: left; */
        margin: 0 auto;
    }
    .header_two ul>li{
        width: 11%;
        height: 100%;
        float: left;
        text-align: center;
        word-break: break-all;
        white-space: normal;
        line-height: 20px;
    }

    .header_two ul>li:nth-child(1){
        width: 22%;
        padding-top: 13px;
    }
     .header_two ul>li:nth-child(2){
     
padding-top: 13px;
    }

    .header_two ul>li:nth-child(n+2):hover{
        background:url(../images/menu_hoverbg.png);
/*         font-size:30px; */
        color: #4dcaff;
        cursor:pointer;
    }

.QRimg_div{
    right: 0px;
    bottom: 135px;
    position:fixed;
    width: 112px;
    height: 126px;
    text-align:center;
    display:none;
}

    .QRimg_div_small {
        right: 8px;
        bottom: 99px;
        position: fixed;
        /* width: 112px; */
        /* height: 126px; */
        text-align: center;
    }

.QRimg{
    /* top: 176px; */
    /* left: 0px; */
    right: 0px;
    bottom: 167px;
    width: 100px;
    height: 100px;
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
    /* position: absolute; */
}


    .indent3 {
        padding-left: 15px;
        line-height: 1.5em;
        font-size: 12px;
    }

    img {
        max-width: 90%;
    }

    /**演示中心图片**/
    .center {
        /* padding: 12% 0 6% 0; */
        position: relative;
        background: url(../images/bannerbg.jpg) no-repeat;
        background-size: 210% auto;
        background-position-x: center;
        background-position-y: top;
        margin-top: 34px;
        height: 220px;
        padding-top: 16px;
    }


    .supportcompany {
        top: 10px;
        position: relative;
    }

    .supportcompany img {
        margin: 0px auto 0 auto;
        display: block;
    }

    .titimg {
        display: block;
        margin: 0 auto;
        max-width: 91%;
        width: 431px;
    }

    /**目录**/
    .menu {
        /*background: #0f51c6;*/
        height: 30px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }


    .menu_cont {
        /* max-width: 1280px; */
        margin: 0 auto;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .menu li {
        float: left;
        color: #fff;
        /* line-height: 65px; */
        width: 25%;
    }

    .menu_btn_on {
        background: url("../images/menubg_hover.png") no-repeat !important;
        display: inline-block;
        color: #fff;
        text-align: center;
        background-size: 96% !important;
    }


    .menu li a {
        display: block;
        color: #fff;
        font-size: 11px;
        /* width: 85px; */
        /* height: 69px; */
        /* text-align: center; */
        background: url("../images/menubg_normal.png") no-repeat;
        padding-top: -24px;
        background-size: 96%;
    }

    .menu li a:hover {
        background: url("../images/menubg_hover.png") no-repeat;
        display: inline-block;
        color: #fff;
        /*width: 227px;*/
        /*height: 80px;*/
        text-align: center;
    }

    /***组织结构**/
    .container1 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .container1_title {
        margin: 20px auto;
        width: auto;
        text-align: center;
        margin-top: 0px;
    }

    .container1_title img {
        margin: 0 auto;
        width: 90%;
    }

    .container1_member {
        width: 98%;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }

    .container1_member ul {
        /* width: 80%; */
        /* height: 399px; */
        margin: 0 auto;
    }

    .container1_member ul > li {
        float: left;
        height: 216px;
    }

    .container1_member ul > li > div {
        /* background-color:#163592; */
        height: 185px;
        /* text-align: center; */
        /*position: relative;*/
    }

    .container1_member ul > li > div > .zhuban_logo {
        background-color: #163592;
        height: 160px;
        /*position: absolute;*/
        margin-top: -52px;
        padding-top: 48px;
    }

    .container1_member ul > li:nth-child(1) {
        width: 25%;
    }

    .container1_member ul > li:nth-child(2) {
        width: 50%;
    }

    .container1_member ul > li:nth-child(2) > div > .zhuban {
        width: 50%;
        margin: 0 auto;
    }

    .container1_member ul > li:nth-child(2) > div > .zhuban_logo {
        width: 91%;
        margin-left: auto;
        margin-right: auto;
    }

    .container1_member ul > li:nth-child(2) > div > .zhuban_logo > img {
        width: 86%;
    }

    .container1_member ul > li:nth-child(3) {
        width: 25%;
        float: right;
    }

    /***会议背景**/
    .container2 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .container2_title {
        margin: 10px auto;
        width: 100%;
        text-align: center;
    }

    .container2_shuoming {
        /* width: 80%; */
        margin: 0 auto;
        /* border-top: 1px solid #3685c0; */
        /* border-bottom: 1px solid #3685c0; */
        padding: 0 10px;
        text-indent: 2em;
        font-size: 12px;
        line-height: 1.6em;
    }

    /**会议议题**/
    .container3 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .container3_title {
        margin: 10px auto;
        width: 100%;
        text-align: center;
    }

    .container3_body {
        margin: 0 auto;
        width: 98%;
        text-align: center;
        display: block;
        /* height: 592px; */
    }

    .container3_body ul {
        width: 100%;
    }

    .container3_body ul > li {
        width: 100%;
        height: 26px;
        /* margin-bottom: 6px; */
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
    }

    .container3_body ul > li > div {
        width: 26px;
        height: 100%;
        background: url(../images/yiti_line_phone.png) no-repeat left;
        -webkit-background-size: 100%;
        background-size: 100%;
        float: left;
        text-align: center;
        margin-right: 10px;
        
    }

    /*往届回顾*/
    .container4 {
        width: 100%;
        /* height: 900px; */
        margin: 0 auto;
    }

    .container4_title {
        margin: 10px auto;
        width: 100%;
        text-align: center;
        /* padding-top: 20px; */
    }

    .container4_body {
        margin: 0 auto;
        /* width: 80%; */
        text-align: center;
        _height: 500px;
        padding: 0 10px;
        display: block;
        min-height: 500 px;
    }

    .container4_body ul {
        width: 100%;
    }

    .container4_body ul > li {
        /* border-bottom: solid 1px #243d86; */
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .container4_body ul > li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        background: url("../images/yiti_line2_phone.png") no-repeat left center;
        color: #56f5ff;
        font-size: 13px;
        padding-left: 12px;
    }

    /**会务组联系方式**/
    .container5 {
        width: 100%;
        /* height:auto; */
        margin: 0 auto;
    }

    .container5_title {
        margin: 10px auto;
        width: 100%;
        text-align: center;
    }

    .container5_body {
        margin: 0 auto;
        width: 96%;
        text-align: center;
        height: 200px;
        background: url("../images/contact_bg_phone.png") no-repeat;
    }

    .container5_body ul {
        width: 100%;

    }

    .container5_body ul > li {
        width: 100%;
        float: left;
        font-size: 14px;
        text-align: left;
    }

    .container5_body li img {
        max-width: 50%;
    }

.link_man {
    height: 46px;
    font-size: 16px;
    background-size: 98%;
    background-position-x: 4px;
    clear: both;
    padding-top: 10px;
}
    .link_man span {
        display: inline-block;
        width: 48%;
        float: left;
        margin-left: 20px;
    }
    .link_man span:first-child {
        width: 30%;
    }
.hezuo_img img{
    width: 80px;
}
h1{
    font-size: 16px;
    padding-left: 16px;
}
  /**支持企业**/
    .container7 {
        width: 100%;
        height:auto;
        margin: 0 auto;
    }

    .container7_title {
        margin: 20px auto;
        width: 90%;
        text-align: center;
    }

    .container7_body {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        height: auto;
    }



    .container7_body ul {
        width: 100%;

    }

    .container7_body ul > li {
        width: 50%;
        float: left;
        font-size: 14px;
    }

    .container6 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 20px 10px 0 10px;
    }

    .container6_title {
        margin: 0 auto;
        width: auto;
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        padding-top: 10px;
        background: url(../images/danwei_line.png) center no-repeat;
        background-size: 100%;
        padding-bottom:10px
    }

    .container6_body {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .container6_body ul {
        width: 100%;
    }

    .container6_body ul > li {
        width: 100%;
        height: 24px;
        text-align: left;
        line-height: 24px;
        font-size: 12px;
    }

    /**尾部***/
    .footer {
        background: #010044;
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 1.5em;
        padding: 2%;
    }

    .footer div {
        width: 100%;
        /* text-align: center; */
        margin: 0 auto;
        /* border-top: 1px solid #3c5bb3; */
    }

    .menu_cont > ul {
        height: 100%;
    }


    /************************************************报名样式*****************************************************/

    select,input{vertical-align:middle;}
    select,input,textarea{font-size:12px;}
    .out-warp{
        /* width: 98%; */
        margin: 0 auto;
    }
    .layout-baoming{
        width: 100%;
        margin:0px auto;
        text-align:center;
        margin: 0 auto;
    }
    .layout-baoming img{
        margin:20px 0px 50px 0px;}
    .layout-baoming  input{
        border:1px #CCCCCC solid;
        height:24px;
        line-height:24px;
    }

    .layout-baoming table tr td{
        vertical-align:middle;
    }

    .layout-baoming .text-box{
        border:1px  solid #ccc;
        padding-left:10px;
        height:30px;
        width: 99px;
        line-height:30px;
        border-radius: 4px;
    }
    .layout-baoming  .tijiao{
        /* float:left; */
        border:none;
        display: inline;
        width: 124px;
        font-size:14px;
        font-weight:bold;
        height:40px;
        line-height:40px;
        border-radius: 4px;
        font-family:"微软雅黑";
        background:#009e8e;
        color:#FFFFFF;
        margin-right:20px;
    }

    .layout-baoming .long-text-box{
        width: 276px;
    }
    .STYLE1{
        font-size: 13px;
    }

    .register_container1{
        width: 100%;
        height:auto;
        margin: 0 auto;
    }
    .register_container1_member{
        width:100%;
        height: auto;
        text-align: center;
    }
    .register_container1_member li{
        display:inline-block;
        width: 97%;
        margin-top: 9px;
    }

    .clicked{
        background: url(../images/luntan_bghover.png) no-repeat!important;
        background-size: 100%!important;
        /*height:70px!important;*/
        /*width: 33%!important;*/
        /*display:inline-block!important;*/
        /*padding-top: 5px!important;*/
    }

    .register_container1_member li>a{

        background: url(../images/luntan_bg.png) no-repeat;

        background-size: 100%;

        height: 74px;

        width: 100%;

        display:inline-block;

        /* padding-top: 5px; */
    }

    .register_container1_member li>a:hover,.register_container1_member li>a:active{
        background: url(../images/luntan_bghover.png) no-repeat!important;
        background-size: 100%!important;
        /*height:70px;*/
        /*width:368px;*/
        /*display:inline-block;*/
        /*padding-top: 5px;*/
    }
    .register_container1_member2{
        width:100%;
        height: auto;
        text-align: center;
        margin-top: 20px;
    }
    .register_container1_member2>div{
        border:solid #3572f2 1px;
        height: 44px;
        width: 97%;
        margin:0 auto;
        /* margin-top:30px; */
    }
    .register_container1_member2 span{
        /* width:100%; */
        height: 100%;
        display:inline-block;
        /* width: 226px; */
        float:left;
    }

    .register_container1_member2 img{
        width: 4%;
        margin-right: 5px;
        margin-left: 6px;
    }

    .register_container1_member2 span:nth-child(1){
        width: 44px;
        border-right:solid #3572f2 1px;
        line-height: 22px;
    }
    .register_container1_member2 span:nth-child(2){
        font-size: 12px;
        line-height: 22px;
        text-align: left;
    }

/************************************************报名样式结束*****************************************************/

    .zhuce_cont{
        width: 90%;
        margin: 0 auto;
    }
    .zhuce_title{
        font-size: 16px;
        text-align: center;
        font-weight: bold;
    }


    /************************************************直播样式*****************************************************/
    .live {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
        color: #fff;
        text-align: center;
        height: 300px;
    }

    .live img {
        max-width: 50%;
    }
    .container8{
        width: 100%;
        height:auto;
        margin: 0 auto;
    }

    .container8_title{
        margin: 0 auto;
        margin-top: 20px;
        width:auto;
        text-align: center;
    }

    .container8_body{
        margin:0 auto;
        width: 100%;
        text-align: center;
        /* height: 643px; */
        height: auto;
    }

    .container9{
        width: 100%;
        height:auto;
        margin: 0 auto;
    }

    .container9_title{
        margin: 20px auto;
        width:auto;
        text-align: center;
    }

    .container9_body{
        margin:0 auto;
        width: 96%;
        text-align: center;
        /* height: 7301px; */
        height: auto;
    }
    .phone_img{
        max-width: 50%;
    }
    #container9_body_index{
        margin-bottom: 30px;
    }
    #container9_body2_index{
        margin-bottom: 30px;
    }
    .container9_body_danshu, .container9_body_shuangshu{
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 2em;
    }

    .container9_body_index_danshu a{
        display: block;
        margin: 0 auto;
        width: 80%;
        padding: 6px 30px;
        background: url(../images/zhibo/icon_download.png) 33% no-repeat #22d1a2;
        color: #fff;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .container9_body_index_shuangshu a{
        display: block;
        margin: 0 auto;
        width: 80%;
        padding: 6px 30px;
        background: url(../images/zhibo/icon_download.png) 26% no-repeat #22d1a2;
        color: #fff;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .container9_text_danshu{
        /* padding-left: 10px; */
    }

    .container9_text_shuangshu{
        /* padding-left: 0px; */
    }
    .title_color{
        background-color: #1b71d4;
        background-image: linear-gradient(to right, #1b71d4 , #3c1491);
        padding: 6px 2px;
        margin-bottom:10px;
    }
    .container9 .title_mulu{
        color:#10b5f4;
        float:left;
    }
    .container9 p{
        text-align: left;
        line-height: 1.6em;
        font-size: 14px;
    }
    /**展商特写**/
    .container10 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 40px;
    }

    .container10_title {
        margin: 0px auto;
        width: auto;
        text-align: center;
    }

    .container10_shuoming {
        width: 100%;
        margin: 0 auto;
        /* border-top: 1px solid; */
        /* border-bottom:1px solid; */
        /* border-top-color: #3685c0; */
        /* border-bottom-color: #3685c0; */
        /* padding: 40px 22px; */
        height: 258px;
        /* height: auto; */
        /* text-indent: 2.4em; */
        text-align: center;
    }
 .container10_shuoming ul{
     width: 100%;
     /* height: 93px; */
     margin: 0 auto;
 }

 .container10_shuoming li{
     /* width: 159px; */
     width: 14.28%;
     float: left;
     /* font-size: 16px; */
 }
.container10_shuoming li>img{
     filter: brightness(50%);
 }
 .container10_shuoming li>img:hover{
     filter: brightness(1);
     cursor: pointer;
 }
    /***会议背景**/
    .container11 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 40px;
    }

    .container11_title {
        margin: 0px auto;
        width: auto;
        text-align: center;
        margin-bottom: 30px;
    }

    .container11_shuoming {
        width: 100%;
        margin: 0 auto;
        /* border-top: 1px solid; */
        /* border-bottom:1px solid; */
        /* border-top-color: #3685c0; */
        /* border-bottom-color: #3685c0; */
        /* padding: 40px 22px; */
        /* height: 772px; */
        height: auto;
        /* text-indent: 2.4em; */
    }
    .container11_shuoming a{
        display: block;
        margin: 0 auto;
        width: 80%;
        padding: 2px 30px;
        background: #157acf;
        color: #fff;
        text-align: center;
    }

    .container11_shuoming_indent2 {
        font-size: 16px;
        line-height: 32px;
        width: 96%;
        margin: 0 auto;
    }


    /************************************************直播样式*****************************************************/
}
/************往届回顾***********************************************/
.review{
    margin-top: 20px;
    padding: 20px 0;
}
.review_btn{
    float: right;
}
.review_btn a{
    display: inline-block;
    padding: 6px 30px;
    background: #306ecc;
}
.review_btn a:hover{
    background: #42a3ee;
}
.swiper1 {
    width: 100%;
}
.swiper1 .selected {
    border: 2px solid #30dfff !important;
    filter:alpha(Opacity=100);-moz-opacity:1.0;opacity: 1.0 !important;
}
.swiper1 .swiper-slide {
    border: 1px solid #3390d0;
    width: 224px !important;
    height: 100px;
    text-align: center;
    font-size: 16px;
    background: #000;
    filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;
    cursor: pointer;
}
.swiper2 {
    width: 100%;
}
.swiper2 .swiper-slide {
    color: #fff;
    text-align: center;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    padding-top: 30px;
}
.review-cont-lf{
    width: 610px;
    float: left;
}
.review-cont-lf img{
    border: 1px solid #3390d0;
}
.review-cont-rt{
    width: 540px;
    float: left;
    text-align: left;
    margin-left: 30px;
}
/**大会日程样式**/
#agenda{
    background: #051b6e;
    border: 1px solid #245bb6;
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
}
#agenda thead{
    font-size: 20px;
    font-weight: bold;
    background: #1d90d9;
}
#agenda td{
    padding: 8px;
}
#agenda .time{
    width: 20%;
}
#agenda .bluebg td{
    background: #16319d;
}

/**手机端显示**/
@media only screen and (max-width: 768px) {
    .review {
        margin: 10px 0;
        padding: 0px 0 !important;
    }

    .review-cont-lf {
        width: 100% !important;
    }

    .review-cont-rt {
        width: 100% !important;
        margin-left: 4px !important;
        line-height: 1.8em;
    }

    .swiper1 .swiper-slide {
        width: 18% !important;
        height: 34px;
        background-size: 96% !important;
    }

    .live_img {
        width: 30%;
    }

    .live_img_parents {
        text-align: center;
        height: 290px;
        font-size: 14px
    }

    /*大会日程*/
    .container11{
        padding-top:20px;
    }
    .container11_title{
        margin-bottom:10px;
    }
    #agenda {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #agenda thead{
        font-size: 16px;
    }
    #agenda td{
        padding: 2px;
    }
    #agenda .time{
        width: 30%;
    }
    .caseCont{
        background: url("../images/zhibo/img_zhibo_caseBg2.png") no-repeat;
        background-size: 100%;
        font-size: 20px;
        line-height: 1.5em;
        padding: 12px;
        margin-bottom: 20px;

    }
    p.casett{
        font-size: 18px;
        text-align: center;
    }
    p.casett2{
        font-size: 16px;
        text-align: center;
    }
    .caseTab{
        width: 96%;
        margin: 0 auto;
        text-align: center;
    }
    .caseTab thead{
        background: #1b71d4;
        height: 30px;
        padding: 4px;
        font-weight: bold;

    }
    .caseTab tbody{
        background: #0b387e;
    }
    .caseTab td{
        font-size: 12px;
        padding-left: 4px;
        border: 1px solid #1b71d4;
        line-height: 2em;
    }
    .caseImg{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}