
/* 首页
***************************************/
    /* 头部 */
    .header{
        width: 100%;
        float: left;
    }

    .header_top{
        width: 100%;
        height: 30px;
        float: left;
        box-shadow: border-box;
        border-bottom: solid 1px #eeeeee;
    }
    .ce_text{
        float: left;
    }
    .ce_text a{
        display: block;
        padding: 0px 10px;
        line-height: 30px;
        float: left;
        color: #3a78b9;
    }
    .ce_text span{
        display: block;
        float: left;
        line-height: 30px;
        color: #3a78b9;
    }

    .dz_text{
        float: right;
        line-height: 30px;
    }
    .dz_text a{
        display: block;
        padding: 0px 10px;
        float: left;
        color: #3a78b9;
    }
    .dz_text span{
        display: block;
        float: left;
        color: #3a78b9;
    }

    .header_center{
        width: 100%;
        height: 110px;
        float: left;
    }
    .logo_img{
        float: left;
        margin-top: 30px;
    }
    .logo_img img{
        width: 535px;
    }
    .search_input{
        width: 400px;
        height: 40px;
        float: right;
        margin-top: 35px;
        border: solid 2px #3a78b9;
        border-radius: 20px;
        z-index: 999;
        overflow: hidden;
    }
    .search_input input{
        display: block;
        width: 335px;
        height: 40px;
        line-height: 40px;
        float: left;
        text-indent: 2rem;
        border: 0px;
    }
    .search_input button{
        display: block;
        width: 65px;
        height: 40px;
        float: left;
        cursor: pointer;
        border: 0px;
        outline: none;
        background: url(../images/fdj.png) no-repeat center #3a78b9;
    }

    .nav{
        width: 100%;
        height: 45px;
        line-height: 45px;
        float: left;
        background: #3a78b9;
    }
    .nav ul{
        width: 100%;
        height: 45px;
        float: left;
    }
    .nav ul li{
        width: 11.111111111%;
        height: 45px;
        line-height: 45px;
        float: left;
        text-align: center;
        font-size: 16px;
        position: relative;
    }
    .nav ul li a{
        color: #fff;
    }
    .nav ul li:hover{
        background: #215793;
    }
    .nav ul li:hover .two-nav{
        display: block;
    }
    .alert-title{
        background: #215793;
    }

    .content-nav{
        width: 1200px;
        margin: 0 auto;
    }
    .two-nav{
        display: none;
        position: absolute;
        top: 45px;
        left: 0px;
        width: 100%;
        overflow: hidden;
        float: left;
        background: #3a78b9;
        z-index: 999;
    }
    .two-nav a{
        display: block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        float: left;
    }
    .two-nav a:hover{
        background: #215793;
    }
    /* 头部 end */

    /* 主体部分 */
    .box-one{
        width: 100%;
        height: 350px;
        float: left;
    }
    .swiper-img{
        width: 700px;
        height: 350px;
        float: left;
    }
    .swiper-img .swiper-container {
        width: 100%;
        height: 100%;
        float: left;
        color: #fff;
        text-align: center;
    }
    .swiper-img .swiper-slide{
        position: relative;
    }
    .swiper-img .swiper-text{
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: rgba(23,23,23,0.5);
        z-index: 999;
    }
    .swiper-img .S-Text{
        width: 80%;
        line-height: 50px;
        text-indent: 2rem;
        font-size: 18px;
        text-align: left;
        color: #fff;
        overflow: hidden; /*自动隐藏文字*/
        text-overflow: ellipsis;/*文字隐藏后添加省略号*/
        white-space: nowrap;/*强制不换行*/
    }
    .swiper-img .swiper-slide img{
        width: 100%;
        height: 100%;
    }
    .swiper-img .swiper-slide p {
        font-style: italic;
        font-size: 25px;
    }
    .swiper-img .arrow-left,.swiper-img .arrow-right{
        display: none;
    }
    .swiper-img .arrow-left {
        background: url(images/left-btn.png) no-repeat left top;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -15px;
        width: 40px;
        height: 80px;
        z-index: 999;
    }
    .swiper-img .arrow-right {
        background: url(images/right-btn.png) no-repeat left top;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -15px;
        width: 40px;
        height: 80px;
        z-index: 999;
    }
    .swiper-img .pagination {
        position: absolute;
        z-index: 20;
        right: 30px;
        bottom: 15px;
    }
    .swiper-img .swiper-pagination-switch {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #b3aba5;
        margin-right: 5px;
        border: 1px solid #b3aba5;
        cursor: pointer;
    }
    .swiper-img .swiper-active-switch {
        background: #fff;
        border: 1px solid #fff;
    }
    .swiper-img .swiper-dynamic-links {
        text-align: center;
    }
    .swiper-img .swiper-dynamic-links a {
        display: inline-block;
        padding: 5px;
        border-radius: 3px;
        border: 1px solid #ccc;
        margin: 5px;
        font-size: 12px;
        text-decoration: none;
        color: #333;
        background: #eee;
    }

    .tab_alert{
        width: 480px;
        height: 350px;
        float: right;
    }
    .tab_alert .tabPane_two_ul {
        width: 480px;
        height: 40px;
        float: left;
        box-sizing: border-box;
        border-bottom: solid 1px #3a78b9;
    }
    .tab_alert .tabPane_two_ul li {
        padding: 0px 12px;
        height: 40px;
        float: left;
        font-size: 18px;
        line-height: 40px;  
        text-align: center;
        cursor: pointer;
        color: #3a78b9;
    }
    .tab_alert .tabPane_two_ul a {
        display: block;
        width: 28px;
        height: 28px;
        float: right;
        margin-top: 8px;
    }
    .tab_alert .tabPane_two_ul .hit {
        background: #3a78b9;
        color: #fff;
    }
    .tab_alert .panes_two{
        width: 480px;
        overflow: hidden;
    }
    .tab_alert .pane {
        width: 480px;
        height: 310px;
        border-top: 0;
        min-height: 100px;
        background-color: #fff;
        display: none;
    }
    .tab_alert .tabPane_two{
        width:100%;
        height: 350px;
        float: left;
    }
    .tab_alert .first_li{
        width: 115px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        float: left;
        background: url(../images/input_img.jpg) no-repeat center left;
    }
    .tab_alert .pane_two_ul{
        width: 100%;
        height: 310px;
        overflow: hidden;
        padding-top: 5px;
    }
    .tab_alert .pane_two_ul li{
        width: 100%;
        height: 31px;
        color: #666666;
        line-height: 31px;
        font-size: 14px;
    }
    .tab_alert .pane_two_ul li a{
        color: #333333;
    }

    .tab_alert .pane_two_ul li:hover{
        color: #3a78b9;
    }
    .tab_alert .pane_two_ul li:hover a{
        color: #3a78b9;
    }

    .tab_alert .pane_two_ul .ico-d{
        display: block;
        width: 15px;
        text-align: center;
        float: left;
    }
    .tab_alert .pane_two_ul .pane_list{
        display: block;
        float:left;
        color: #c40400;
        padding-right: 10px;
    }
    .tab_alert .pane_two_ul .pane_text{
        display: block;
        width: 385px;
        height: 31px;
        float: left;
        overflow: hidden;
        zoom: 1;
    }
    .tab_alert .pane_two_ul .pane_time{
        display: block;
        width: 80px;
        height: 31px;
        float: right;
        font-size: 12px;
        overflow: hidden;
        zoom: 1;
    }

    .box-two{
        width: 100%;
        height: 85px;
        float: left;
    }
    .list_img-left,.list_img-left img,.list_img-right,.list_img-right img{
        width: 595px;
        height: 85px;
    }
    .list_img-left{
        float: left;
    }
    .list_img-right{
        float: right;
    }

    .box-three{
        width: 100%;
        height: 360px;
        float: left;
    }
    .dt-box{
        width: 49.9%;
        height: 360px;
        float: left;
    }
    .dt-box:first-child{
        box-sizing: border-box;
        border-right: dashed 1px #bfbfbf;
    }
    .dt-width{
        width: 570px;
        height: 360px;
        overflow: hidden;
    }
    .title-top{
        width: 100%;
        height: 48px;
        float: left;
        box-sizing: border-box;
        border-bottom: solid 2px #3a78b9;
    }
    .title-top span{
        display: block;
        line-height: 48px;
        font-size: 26px;
        float: left;
        color: #333333;
    }
    .title-top a{
        display: block;
        width: 28px;
        height: 28px;
        float: right;
        margin-top: 10px;
    }
    .dt-box ul{
        width: 100%;
        height: 310px;
        float: left;
        padding-top: 5px;
    }
    .dt-box ul li{
        width: 100%;
        height: 30px;
        line-height: 30px;
        float: left;
    }
    .dt-box ul li a:hover{
        color: #3a78b9;
    }
    .dt-box ul li span{
        display: block;
    }
    .dt-box ul li .ico{
        width: 15px;
        height: 30px;
        line-height: 26px;
        text-align: left;
        float: left;
        font-size: 10px;
    }
    .dt-box ul li .list-text{
        width: 465px;
        height: 30px;
        line-height: 30px;
        float: left;
        overflow: hidden; /*自动隐藏文字*/
        text-overflow: ellipsis;/*文字隐藏后添加省略号*/
        white-space: nowrap;/*强制不换行*/
    }
    .dt-box ul li .time{
        width: 85px;
        height: 30px;
        line-height: 30px;
        float: right;
    }

    .ico-btn-box{
        width: 100%;
        height: 280px;
        margin-top: 20px;
        float: left;
    }
    .ico-btn-one{
        width: 33.333333%;
        height: 135px;
        float: left;
        box-sizing: border-box;
        border-right: solid 1px #fff;
        background: #cce5ff;
    }
    .ico-btn-one span{
        display: block;
    }
    .ico-btn-one .i-b-img{
        width: 100%;
        height: 50px;
        overflow: hidden;
        text-align: center;
        margin-top: 25px;
    }
    .ico-btn-one .i-b-text{
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #3a78b9;
        margin-top: 15px;
    }
    .ico-btn-two{
        width: 50%;
        height: 135px;
        float: left;
        margin-top: 10px;
        border-right: solid 1px #fff;
        box-sizing: border-box; 
    }
    .ico-btn-two img{
        width: 100%;
    }

    .box-four{
        width: 100%;
        height: 130px;
        float: left;
    }
    .box-four img{
        width: 100%;
        height: 100%;
    }

    .box-five{
        width: 100%;
        height: 235px;
        float: left;
    }
    .box-five ul{
        width: 100%;
        height: 160px;
        margin-top: 28px;
        float: left;
    }
    .box-five ul li{
        width: 162px;
        height: 160px;
        float: left;
        margin-left: 11px;
        background: #cce5ff;
    }
    .box-five ul li:first-child{
        margin-left: 0px;
    }
    .box-five ul li span{
        display: block;
    }
    .box-five .ico-hy{
        width: 100%;
        height: 60px;
        overflow: hidden;
        margin-top: 30px;
        text-align: center;
    }
    .box-five .text-hy{
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-top: 15px;
        font-size: 18px;
        color: #3a78b9;
    }

    .box-six{
        width: 100%;
        height: 80px;
        float: left;
    }
    .box-six a{
        display: block;
        width: 295px;
        height: 80px;
        float: left;
        margin-left: 6px;
    }
    .box-six a:first-child{
        margin-left: 0px;
    }

    .box-seven{
        width: 100%;
        height: 390px;
        float: left;
        margin-top: 40px;
    }
    .tab-box{
        width: 590px;
        height: 390px;
        float: left;
        border-right: dashed 1px #bfbfbf;
    }
    .tab-box .tabPane_two_ul {
        width: 560px;
        height: 40px;
        float: left;
        box-sizing: border-box;
        border-bottom: solid 1px #3a78b9;
    }
    .tab-box .tabPane_two_ul li {
        padding: 0px 12px;
        height: 40px;
        float: left;
        font-size: 18px;
        line-height: 40px;  
        text-align: center;
        cursor: pointer;
        color: #3a78b9;
    }
    .tab-box .tabPane_two_ul a {
        display: block;
        width: 28px;
        height: 28px;
        float: right;
        margin-top: 8px;
    }
    .tab-box .tabPane_two_ul .hit {
        background: #3a78b9;
        color: #fff;
    }
    .tab-box .panes_two{
        width: 560px;
        overflow: hidden;
    }
    .tab-box .pane {
        width: 560px;
        height: 350px;
        border-top: 0;
        min-height: 100px;
        background-color: #fff;
        display: none;
    }
    .tab-box .tabPane_two{
        width: 560px;
        height: 390px;
        float: left;
    }
    .tab-box .first_li{
        width: 115px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        float: left;
        background: url(../images/input_img.jpg) no-repeat center left;
    }
    .tab-box .pane_two_ul{
        width: 100%;
        height: 350px;
        overflow: hidden;
        padding-top: 5px;
    }
    .tab-box .pane_two_ul li{
        width: 100%;
        height: 31px;
        color: #666666;
        line-height: 31px;
        font-size: 14px;
    }
    .tab-box .pane_two_ul li a{
        color: #333333;
    }

    .tab-box .pane_two_ul li:hover{
        color: #3a78b9;
    }
    .tab-box .pane_two_ul li:hover a{
        color: #3a78b9;
    }

    .tab-box .pane_two_ul .ico-d{
        display: block;
        width: 15px;
        text-align: center;
        float: left;
    }
    .tab-box .pane_two_ul .pane_list{
        display: block;
        float:left;
        color: #c40400;
        padding-right: 10px;
    }
    .tab-box .pane_two_ul .pane_text{
        display: block;
        width: 460px;
        height: 31px;
        float: left;
        overflow: hidden;
        zoom: 1;
    }
    .tab-box .pane_two_ul .pane_time{
        display: block;
        width: 80px;
        height: 31px;
        float: right;
        font-size: 14px;
        overflow: hidden;
        zoom: 1;
    }

    .ggfw-box{
        width: 260px;
        height: 390px;
        float: left;
        margin-left: 30px;
    }
    .ggfw-box ul{
        width: 100%;
        height: 330px;
        float: left;
        padding-top: 10px;
    }
    .ggfw-box ul li{
        width: 100%;
        height: 72px;
        float: left;
        margin-top: 10px;
        background: #cce5ff;
    }
    .ggfw-box ul li span{
        display: block;
    }
    .ggfw-box ul li .img-ico{
        width: 45px;
        overflow: hidden;
        float: left;
        margin: 12px 0px 0px 30px;
    }
    .ggfw-box ul li .img-text{
        width: 170px;
        height: 25px;
        line-height: 25px;
        float: left;
        margin-top: 28px;
        text-indent: 1rem;
        font-size: 18px;
        color: #3a78b9;
    }
    .hd-box{
        width: 260px;
        height: 390px;
        float: right;
    }
    .hd-box .jq22 { 
        width: 260px; 
        height: 375px; 
        background-color: #ebf4ff;
    }
    .hd-box .menu{
        margin-bottom: 30px;
    }
    .hd-box .menu a{
        padding-right: 20px;
    }

    .box-eight{
        width: 100%;
        overflow: hidden;
        float: left; 
    }
    .box-eight ul{
        width: 100%;
        height: 15px;
        float: left;
        line-height: 15px;
    }
    .box-eight ul li{
        padding: 0px 18px;
        line-height: 15px;
        text-align: center;
        float: left;
        box-sizing: border-box;
        border-left: solid 1px #333333;
    }
    .box-eight ul li:first-child{
        border-left: 0px;
    }

    .box-nine{
        width: 100%;
        height: 120px;
        float: left;
        margin-bottom: 60px;
    }
    .box-nine img{
        width: 100%;
        height: 100%;
    }
    /* 主体部分 end */

    /* 脚部 */
    .footer{
        width: 100%;
        overflow: hidden;
        float: left;
        background: #3a78b9;
    }
    .footer-nav{
        width: 550px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
    }
    .footer-nav a{
        display: block;
        padding: 0px 35px;
        height: 15px;
        line-height: 15px;
        float: left;
        color: #fff;
        box-sizing: border-box;
        border-left: solid 1px #fff;
    }
    .footer-nav a:first-child{
        border: 0px;
    }

    .ewm{
        width: 100%;
        overflow: hidden;
        margin-top: 35px;
        text-align: center;
    }
    .ewm img{
        width: 85px;
    }
    .ewm span{
        display: block;
        width: 100%;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        color: #fff;
    }
    .gs-text{
        width: 100%;
        overflow: hidden;
        margin: 35px 0px 28px 0px;
    }
    .gs-text p{
        width: 100%;
        height: 28px;
        line-height: 28px;
        text-align: center;
        overflow: hidden;
        color: #fff;
    }
    /* 脚部 end */
/* 首页
***************************************/


/* 关于协会
***************************************/
.bread-nav{
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #f9f9f9;
}
.bread-nav a{
    display: block;
    padding: 0px 3px;
    float: left;
    color: #333; 
}
.bread-nav span{
    display: block;
    padding: 0px 3px;
    float: left;
    color: #333;
    cursor:default;
}

.left-content{
    width: 240px;
    min-height: 500px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}
.left-content span{
    display: block;
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #3a78b9;
}
.menu-box{
    width: 100%;
    overflow: hidden;
    float: left;
    background: #f4f4f4;
}
.menu-title{
    width: 100%;
    height: 45px;
    line-height: 45px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border-bottom: solid 1px #fff;
}
.menu-title:hover a{
    color: #215793;
}
.menu-title:hover{
    background: #cce6ff;
}
.menu-title-current{
    color: #215793;
    background: #cce6ff;
}
.menutwo-box{
    display: none;
    width: 100%;
    overflow: hidden;
    float: left;
    background: #fff;
}
.menutwo-box a{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.menutwo-box a:hover{
    color: #215793;
}

.right-content{
    width: 940px;
    overflow: hidden;
    float: right;
    margin-top: 20px;
}
.newlist-img,.newlist-img img{
    width: 100%;
    height: 110px;
    float: left;
}
.text-news-box{
    width: 100%;
    min-height: 500px;
    float: left;
    margin-top: 25px;
}
.title-news-top{
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #333333;
}
.text-news-bottom{
    width: 100%;
    overflow: hidden;
    margin: 20px 0px 60px 0px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    text-indent: 2rem;
}
.text-news-bottom img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.text-news-bottom table,.text-news-bottom table tbody,.text-news-bottom table tbody tr{
    display: block!important;
    width: 100%!important;
}
/* 关于协会 end
***************************************/


/* EMCA动态
***************************************/
.news-ul-box{
    width: 100%;
    height: 860px;
    float: left;
    overflow: hidden;
}
.news-ul-box li{
    width: 100%;
    height: 43px;
    line-height: 43px;
    float: left;
    box-sizing: border-box;
    border-bottom: dashed 1px #e2e2e2;
}
.news-text-list{
    width: 825px;
    height: 43px;
    float: left;
    text-indent: 1rem;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.news-text-list a{
    color: #215793;
}
.news-time-list{
    width: 115px;
    height: 43px;
    float: left;
    text-align: center; 
}

    /* 分页 */
    .page{
        width: 100%;
        height: 85px;
        overflow: hidden;
        float: left;
        margin-bottom: 37.5px;
    }
    .page .pagination {
        display: table;
        margin-left: auto;
        margin-right: auto;
        height: 40px;
        margin-top: 23px;
    }
    .pagination li {
        float: left;
        margin-right: 15px;
    }
    .pagination li a, .pagination li span {
        color: #999;
        width: 40px;
        height: 40px;
        box-sizing:border-box;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        display: block;
    }
    .pagination li.prev a, .pagination li.next a, .pagination li.prev span, .pagination li.next span {
        width: 88px;
    }
    .pagination li a, .pagination li span {
        color: #999;
        width: 40px;
        height: 40px;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        display: block;
    }
    .pagination li a:hover,.go-page:hover, .pagination li.active a {
        background: #3a78b9;
        border-color: #3a78b9;
        color: #fff;
    }

    .page .text{
        display: block;
        padding: 0px 5px;
        line-height: 40px;
        float: left;
        font-size: 14px;
    }
    .page .input{
        display: block;
        width: 40px!important;
        height: 40px;
        float: left;
        text-align: center;
        box-sizing:border-box;
        border: solid 1px #dcdcdc;
        border-radius: 5px;
    }
    .page .go-page{
        display: block;
        width: 60px!important;
        height: 40px!important;
        line-height: 40px!important;
        float: left;
        text-align: center;
        border: solid 1px #dcdcdc;
        border-radius: 5px;
        cursor: pointer;
    }
    /* 分页 end */
/* EMCA动态 end
***************************************/


/* 服务细则
***************************************/
.text-box-fx{
    display: table;
    margin: 0 auto;
}
.text-box-fx span{
    display: block;
    padding: 0px 20px;
    float: left;
    margin-top: 25px;
    color: #777777;
}
/* 服务细则 end
***************************************/


/* 会议活动
***************************************/
.box-ten{
    width: 100%;
    /*height: 665px;*/
    float: left;
    overflow: hidden;
}
.hyhd-box{
    width: 790px;
    /*height: 665px;*/
    float: left;
}
.hyhd-b-top{
    width: 100%;
    height: 50px;
    float: left;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: solid 1px #e2e2e2;
}
.hyhd-b-top span{
    display: block;
    padding: 0px 5px;
    float: left;
}
.hyhd-b-top span img{
    margin-top: 13px;
}
.hy-title{
    margin-top: -1px;
    border-bottom: solid 2px #3a78b9;
}
.hyhd-box ul{
    width: 820px;
    /*height: 615px;*/
    float: left;
}
.hyhd-box ul li{
    width: 380px;
    height: 280px;
    float: left;
    margin: 30px 30px 0px 0px;
    position: relative;
}
.hyhd-box ul li img{
    width: 100%;
    height: 280px;
}
.hyhd-box ul li span{
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.6);
}

.hygg-box{
    width: 380px;
    height: 665px;
    float: right;
}
.hygg-box ul{
    width: 100%;
    height: 585px;
    float: left;
    margin-top: 30px;
    overflow: hidden;
}
.hygg-box ul li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    float: left;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}

.box-eleven{
    width: 100%;
    height: 260px;
    float: left;
    overflow: hidden;
    margin-top: 30px;
}
.hyzl-box{
    width: 100%;
    height: 260px;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    border: solid 1px #3a78b9;
}
.hyzl-title{
    width: 100%;
    height: 40px;
    float: left;
    line-height: 40px;
    text-indent: 1rem;
    font-size: 16px;
    color: #fff;
    background: #3a78b9;
}
.hyzl-box ul{
    width: 1180px;
    height: 180px;
    float: left;
    margin-top: 20px;
}
.hyzl-box ul li{
    width: 275px;
    height: 180px;
    float: left;
    margin-left: 20px;
    background: #ff9400;
    position: relative;
}
.djs-box{
    position: absolute;
    top: 0px;
    left: 15px;
    padding: 0px 8px;
    line-height: 30px;
    color: #fff;
    background: #000000;
}
.title-box{
    width: 255px;
    line-height: 30px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 22px;
}
.text-box{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.box-twelve{
    width: 100%;
    height: 120px;
    float: left;
    margin: 30px 0px 60px 0px; 
}
.box-twelve img{
    width: 100%;
    height: 100%;
}
/* 会议活动 end
***************************************/


/* 服务平台
***************************************/
.box-thirteen{
    width: 100%;
    height: 670px;
    float: left;
    margin-top: 10px;
}
.box-thirteen ul{
    width: 1220px;
    height: 670px;
    float: left;
}
.box-thirteen ul li{
    width: 386px;
    height: 325px;
    float: left;
    margin: 20px 20px 0px 0px;
}
.ce-title{
    width: 100%;
    height: 120px;
    float: left;
    background: #3a78b9;
}
.chinese-title{
    width: 100%;
    line-height: 25px;
    overflow: hidden;
    float: left;
    margin-top: 35px;
    text-indent: 1.5rem;
    font-size: 24px;
    color: #fff;
}
.english-title{
    width: 100%;
    line-height: 35px;
    overflow: hidden;
    float: left;
    text-indent: 1.5rem;
    color: #fff;
}
.ce-img-box{
    width: 100%;
    height: 205px;
    float: left;
    position: relative;
}
.ce-img-box img{
    width: 100%;
}
.ce-img-bg{
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/top-bg.png) no-repeat;
    width: 100%;
    height: 10px;
    float: left;
    z-index: 999;
}
/* 服务平台 end
***************************************/


/* 合作伙伴
***************************************/
.friend-box{
    width: 960px;
    overflow: hidden;
    float: left;
    margin-top: -20px;
}
.friend-box li{
    width: 220px;
    height: 171px;
    float: left;
    margin: 20px 20px 0px 0px;
    box-sizing: border-box;
    /*border: solid 1px #3a78b9;*/
}
.friend-box li img{
    width: 100%;
    border: solid 1px #3a78b9;
}
.more-btn{
    width: 55px;
    height: 35px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.more-btn img{
    width: 100%;
}
/* 合作伙伴 end
***************************************/


/* 详情页
***************************************/
.xq-left-content{
    width: 820px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}
.hx-alert{
    width: 100%;
    min-height: 140px;
    line-height: 25px;
    margin-top: 40px;
    color: #215793;
    background: #cce6ff;
}
.hx-alert span{
    display: block;
    width: 775px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
}

.xq-right-content{
    width: 360px;
    overflow: hidden;
    float: right;
    margin-top: 20px;
}
.xq-right-content img{
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.xq-right-content img:first-child{
    margin-top: -10px;
}
/* 详情页 end
***************************************/


/* 会员名单
***************************************/
.input-box{
    width: 100%;
    height: 40px;
    float: left;
}
.input-box input{
    width: 800px;
    height: 40px;
    float: left;
    box-sizing: border-box;
    border: solid 1px #3a78b9;
}
.input-box button{
    width: 140px;
    height: 40px;
    float: left;
    color: #fff;
    background: #3a78b9;
    border: 0px;
    outline: none;
}

.news-title-box{
    width: 100%;
    height: 260px;
    float: left;
    margin-top: 20px;
}
.title-news{
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    font-size: 16px;
    background: #3a78b9;
}
.title-swiper{
    width: 100%;
    height: 220px;
    float: left;
    box-sizing: border-box;
    border: solid 1px #3a78b9;
}
.swiper-text-box{
    width: 100%;
    height: 190px;
    float: left;
    margin-top: 25px;
}
.swiper-text-box .swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.swiper-text-box .swiper-slide{
    position: relative;
}
.swiper-text-box .swiper-text{
    width: 50%;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #333333;
    text-align: center;
    z-index: 999;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.swiper-text-box .swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-text-box .arrow-left,.swiper-text-box .arrow-right{
    display: none;
}
.swiper-text-box .arrow-left {
    background: url(images/left-btn.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    width: 40px;
    height: 80px;
    z-index: 999;
}
.swiper-text-box .arrow-right {
    background: url(images/right-btn.png) no-repeat left top;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -15px;
    width: 40px;
    height: 80px;
    z-index: 999;
}
.swiper-text-box .pagination {
    position: absolute;
    z-index: 20;
    right: 45%;
    bottom: 15px;
}
.swiper-text-box .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #3a78b9;
    margin-right: 15px;
    border: 1px solid #3a78b9;
    cursor: pointer;
}
.swiper-text-box .swiper-active-switch {
    background: #9cbbdc;
    border: 1px solid #9cbbdc;
}
.swiper-text-box .swiper-dynamic-links {
    text-align: center;
}
.swiper-text-box .swiper-dynamic-links a {
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 5px;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    background: #eee;
}

.swiper-text-boxtwo{
    width: 100%;
    height: 190px;
    float: left;
    margin-top: 20px;
}
.swiper-text-boxtwo .swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.swiper-text-boxtwo .swiper-slide{
    position: relative;
    height: 190px!important;
}
.swiper-text-boxtwo .swiper-text{
    width: 50%;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #333333;
    text-align: center;
    z-index: 999;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.swiper-text-boxtwo .swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-text-boxtwo .arrow-left,.swiper-text-boxtwo .arrow-right{
    display: none;
}
.swiper-text-boxtwo .arrow-left {
    background: url(images/left-btn.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    width: 40px;
    height: 80px;
    z-index: 999;
}
.swiper-text-boxtwo .arrow-right {
    background: url(images/right-btn.png) no-repeat left top;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -15px;
    width: 40px;
    height: 80px;
    z-index: 999;
}
.swiper-text-boxtwo .pagination {
    position: absolute;
    z-index: 20;
    right: 45%;
    bottom: 15px;
}
.swiper-text-boxtwo .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #3a78b9;
    margin-right: 15px;
    border: 1px solid #3a78b9;
    cursor: pointer;
}
.swiper-text-boxtwo .swiper-active-switch {
    background: #9cbbdc;
    border: 1px solid #9cbbdc;
}
.swiper-text-boxtwo .swiper-dynamic-links {
    text-align: center;
}
.swiper-text-boxtwo .swiper-dynamic-links a {
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 5px;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    background: #eee;
}

.img-zs-box{
    width: 960px;
    height: 240px;
    float: left;
    margin-top: 20px;
}
.img-zs-box a{
    display: block;
    width: 460px;
    height: 240px;
    float: left;
    margin-right: 20px;
    position: relative;
}
.img-zs-box a img{
    width: 100%;
    float: left;
}
.img-zs-box a span{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 45%;
    left: 0px;
}
/* 会员名单 end
***************************************/


/* 联系我们
***************************************/
.lx-text{
    width: 100%;
    line-height: 30px;
    text-align: center;
    text-indent: 0rem;
}
.lx-table{
    width: 525px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    text-indent: 0rem;
    border-collapse: collapse;
    box-sizing: border-box;
    border-top: solid 1px #3a78b9;
    border-right: solid 1px #3a78b9;
    border-bottom: solid 1px #3a78b9;
}
.lx-table ul{
    width: 100%;
    overflow: hidden;
}
.lx-table ul li{
    box-sizing: border-box;
    border-left: solid 1px #3a78b9;
}
.bg-color{
    color: #fff;
    background: #3a78b9!important; 
}
.lx-table .bumen{
    width: 20%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    overflow: hidden;
}
.lx-table .name{
    width: 25%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    overflow: hidden;
}
.lx-table .tell{
    width: 30%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    overflow: hidden;
}
.lx-table .email{
    width: 25%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    overflow: hidden;
}
/* 联系我们 end
***************************************/