/**本页面公共部分**/
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/bannerbg.jpg) #03217b top center no-repeat;
    background-size:100%;
    font-size: 14px;
    line-height: 30px;
}
.indent3{
    color:#5abaea;
    font-size: 14px;
}


/**导航栏目录相关**/
.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 ){
.indent2{
    font-size:16px;
    line-height: 34px;
}
    /**演示中心图片**/
.center{
    /* padding: 12% 0 6% 0; */
    position: relative;
    /* background-size: 100% auto; */
    background-position-x: center;
    background-position-y: top;
    margin-top: 41px;
    height: 616px;
    padding-top: 122px;
}
.titimg {
    display: block;
    margin: 0 auto;
    /* max-width: 77%; */
    width: 683px;
    /* height: 321px; */
}
/**目录**/
.menu{
    /*background: #0f51c6;*/
    height: 80px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}



.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;
}
/***组织结构**/
.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;
}
.container2_title{
    margin: 40px 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: 40px 19px;
    background: url(../images/line.png) no-repeat;
    height: 326px;
    text-indent: 32px;
}

#container2_shuoming_p1,#container2_shuoming_p2{
   text-align:justify;
    text-justify:distribute;
}


/**会议议题**/
.container3{
    width: 1200px;
    height:auto;
    margin: 0 auto;
}
.container3_title{
    margin: 40px auto;
    width:auto;
    text-align: center;
}

.container3_body{
    margin:0 auto;
    /* width: 80%; */
    text-align: center;
    height: 401px;
}
.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: 48%;
    height: 40px;
    margin-bottom: 10px;
    /* margin-right: 22px; */
    background-color:#13349b;
    text-align: left;
    float:left;
    font-size: 16px;
    line-height: 40px;
}

.container3_body ul>li:nth-child(2n-1){
   margin-right: 48px;
}

.container3_body ul>li>div{
    width: 43px;
    height: 100%;
    background-color: #1e58a1;
    float:left;
    text-align: center;
    margin-right: 12px;
}
/*往届回顾*/

.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: 714px;
}
.container4_body ul{
    /* height:500px; */
    width: 100%;
    float:left;
}
.container4_body ul:nth-child(2){
    float:right;
}
.container4_body ul>li{
   border-bottom: solid  1px  #243d86;
   height: 100px;
   width: 48%;
   text-align: left;
   float: left;
   /* margin-left: 17px; */
   padding-top: 10px;
}

.container4_body ul>li:nth-child(2n-1){
    margin-right: 48px;
}

.container4_body ul>li>a{
  font-size:16px
}

/**会务组联系方式**/

.container5{
    width: 1200px;
    height:auto;
    margin: 0 auto;
}
.container5_title{
    margin: 40px auto;
    width:auto;
    text-align: center;
}

.container5_body{
    margin:0 auto;
    width: 100%;
    text-align: center;
    height: 126px;
}
.container5_body ul{
    width:100%;

}
.container5_body ul>li{
    width:50%;
    float:left;
    font-size: 16px;
}


    .container7{
        width: 1200px;
        height:auto;
        margin: 0 auto;
    }

    .container7_title{
        margin: 20px auto;
        width:auto;
        text-align: center;
    }

    .container7_body{
        margin:0 auto;
        width: 100%;
        text-align: center;
        height: 222px;
    }

    .container7_body img{
        border:#587be4 solid 1px;
    }

    .container7_body a:first-child{
        float:left;
    }

    .container7_body a:last-child{
        float:right;
    }

.container6{
    width: 100%;
    height: auto;
    background-color:#1436a1;
    margin: 0 auto;
}

.container6_title{
    margin: 0 auto;
    width:auto;
    text-align: center;
    font-size: 30px;
    background: url(../images/danwei_line.png) center no-repeat;
    padding: 20px 0;
}

.container6_body{
    margin:0 auto;
    width: 1200px;
    text-align: center;
    height: 1364px;
}

.container6_body ul{
   /*width:33.333%;*/
   width:100%;
   /* float:left; */
}

.container6_body ul>li{
    width: 400px;
    height: 33px;
    float: left;
    text-align:left;
}








/**尾部***/
.footer{
    background: #1436a1;
    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;
        margin-bottom: 20px;
        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;
}




}

/**手机端显示**/
@media only screen and (max-width: 768px){
    
    .indent3{
    line-height: 1.5em;
}
    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: 20px;
        /* height: 270px; */
        /* padding-top: 86px; */
    }
    .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: 12px;
        /* 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: 30px;
    }
    .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: 241px;
    }
    .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: 177px;
        /*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: 20px auto;
        width:auto;
        text-align: center;
    }

    .container2_shuoming{
        /* width: 80%; */
        margin:0 auto;
        border-top: 1px solid #3685c0;
        border-bottom: 1px solid #3685c0;
        padding: 15px 10px;
        text-indent: 2em;
        font-size: 12px;
        line-height: 2.2em;
    }

#container2_shuoming_p1,#container2_shuoming_p2{
   text-align:justify;
    text-justify:distribute;
}

    /**会议议题**/
    .container3{
        width: 100%;
        height:auto;
        margin: 0 auto;
    }
    .container3_title{
        margin: 20px auto;
        width:auto;
        text-align: center;
    }

    .container3_body{
        margin:0 auto;
        width: 98%;
        text-align: center;
        display: block;
        /* height: 592px; */
        /* height: 100%; */
    }
    .container3_body ul{
        width: 100%;
    }
    .container3_body ul>li{
        width: 100%;
        /* height: auto; */
        margin-bottom: 6px;
        background-color:#13349b;
        text-align: left;
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        /* white-space: nowrap; */
    }
    .container3_body ul>li>div{
        width: 43px;
        height: 100%;
        background-color: #1e58a1;
        float:left;
        text-align: center;
        margin-right: 12px;
    }
    
 .container3_body ul>li>span{
      width: 82%;
      /* float: left; */
      height: 100%;
      display: inline-block;
      line-height: 1.5em;
 }

    /*往届回顾*/

    .container4{
        width: 100%;
        /* height: 900px; */
        margin: 0 auto;
    }
    .container4_title{
        margin: 20px auto 0 auto;
        width:auto;
        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: 500px;
    }
    .container4_body ul{
        width:100%;
    }
    .container4_body ul>li{
        border-bottom: solid  1px  #243d86;
        width: 100%;
        text-align: left;
        padding: 10px 0;
    }

     .container4_body ul>li a{
        overflow: hidden;
        /* text-overflow: ellipsis; */
        /* white-space: nowrap; */
        display: block;
     }

    /**会务组联系方式**/
    .container5{
        width: 100%;
        /* height:auto; */
        margin: 0 auto;
    }
    .container5_title{
        margin: 20px auto;
        width:auto;
        text-align: center;
    }

    .container5_body{
        margin:0 auto;
        width: 100%;
        text-align: center;
        height: 165px;
    }
    .container5_body ul{
        width:100%;

    }
    .container5_body ul>li{
        width: 100%;
        float:left;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .container5_body li img{max-width: 40%;}


    .container7{
        width: 100%;
        height:auto;
        margin: 0 auto;
    }

    .container7_title{
        margin: 20px auto;
        width:auto;
        text-align: center;
    }

    .container7_body{
        margin:0 auto;
        width: 100%;
        text-align: center;
        height: 281px;
    }

    .container7_body img{
        border:#587be4 solid 1px;
    }

    .container7_body a:first-child{
        /* float:left; */
    }
    
    .container7_body a:last-child{
        /* float:right; */
    }




    .container6{
        width: 100%;
        height: auto;
        background-color:#1436a1;
        margin: 0 auto;
        padding: 0 10px;
    }

    .container6_title{
        margin:0 auto;
        width:auto;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        padding-top: 10px;
    }

    .container6_body{
        margin:0 auto;
        width: 98%;
        text-align: left;
    }

    .container6_body ul{
        width:100%;
    }

    .container6_body ul>li{
        width: 100%;
        height: 24px;
        text-align: left;
        line-height: 24px;
        font-size: 12px;
    }
    /**尾部***/
    .footer{
        background: #1436a1;
        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;
        padding-top: 14px;
    }
    .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;
        margin-bottom: 20px;
        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;
    }



}
