body{
    background-repeat: no-repeat;
    font-family: "Microsoft YaHei";
}
.topic-container{
    width: 960px;
    margin: 0 auto;
    /*margin-top: 265px;*/
    padding: 20px;
    background-color: #fff;
    -moz-box-shadow:3px 3px 20px rgba(136,136,136,1);/*firefox*/
    -webkit-box-shadow:3px 3px 20px rgba(136,136,136,1);/*webkit*/
    box-shadow:3px 3px 20px rgba(136,136,136,1);/*opera»òie9*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=0, Strength=3)
            progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=90, Strength=15)
            progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=180, Strength=15)
            progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=270, Strength=3);
    margin-bottom:20px;
}
.nav-area{
    margin: 0 auto;
    width: 1000px;
    height: 46px;
    line-height: 46px;
    background-color: #008AE7;
}

.nav-area .menu {
    position: relative;
    z-index: 1000;
}

.menu>ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu>ul>li {
    float: left;
    margin: 0 13.5px;
}
.menu>ul>li>a, .menu>ul>li>a:visited {
    display: block;
    float: left;
    text-decoration: none;
    padding: 0 15px 0 15px;
    height: 38px;
    line-height: 38px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    min-width: 64px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 500;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.menu>ul>li:hover>a {
    color: #0972a2;
    background: #fff;
    font-size: 18px;
    font-weight: 800;
}

.menu>ul>li>.normal{
    display: none;
    position: absolute;
    top: 46px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #fff;
}
.menu>ul>li>.normal>div>a, .menu>ul>li>.normal>a:visited {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #000;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    background-color:#fff ;
}
.menu>ul>li>.normal>div>a:hover {
    color: rgb(9, 114, 162);
    background: rgb(186, 231, 250);
}

.menu>ul > li > .group{
    display: none;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1000px;
    padding: 10px 15px;
    background-color: #fff;
}
.menu > ul  >li > .group > div>div{
    float: left;
    max-width: 170px;
}
.menu > ul > li > .group > div {
    float: left;
}
.menu > ul > li > .group > div>div>div{
    text-align: center;
    margin: 0 10px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #75b0c9;
}
.menu > ul > li > .group > div>div>div>div{
    height: 32px;
    line-height: 32px;
    background-color: #0293d6;
    margin: 7px 15px;
    font-size: 14px;
    color: #fff;
}
.menu > ul > li > .group a , .menu > ul > li>.group a:visited{
    height: 32px;
    line-height: 32px;
    display: block;
    color: #000;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 15px;
}
.menu > ul > li > .group  a:hover {
    color: #0972a2;
}
.block{
    margin-bottom: 15px;
}
.block .block-content{
    overflow: hidden;
}
.block .block-title{
    height: 30px;
    line-height: 30px;
    color: #0193d6;
    font-size: 16px;
    margin-bottom: 14px;
    background-color: #c7edfe;
    padding-left: 13px;
}

.topic-container .block .block-title span{
    float: right;
    margin-right: 10px;
}
.topic-container .block .block-title span a{
    text-decoration: none;
    color: #0193d6;
    font-size: 14px;
}
.introduction{

    height: 506px;
}
.introduction .block-top{
    width:100%;
    float: left;
    height: 295px;
}
.introduction .block-top .block-title{
    margin-bottom: 5px;
    background-image: url(/static/forumTemplate/image/title-content.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    padding-left: 35px;
}
.introduction .block-top .top-left{
    width: 390px;
    height: 275px;
    float: left;
}


/* ½¹µãÍ¼ */
.introduction .focusBox{ width:390px; height:275px; float:left; overflow:hidden; position:relative;  }
.introduction .focusBox .hd{ position:absolute; z-index:1; right:3px; bottom:6px; }
.introduction .focusBox .hd ul{ overflow:hidden; zoom:1; float:left; list-style: none;margin: 0;padding: 0; }
.introduction .focusBox .hd ul li{ float:left; margin-right:3px;  width:8px; height:8px; line-height:8px; text-align:center; background:#ddd; cursor:pointer;color:#666;list-style: none; }
.introduction .focusBox .hd ul li.on{ background:#f00; color:#fff;     }
.introduction .focusBox .bd{ position:relative;  }
.introduction .focusBox .bd .pic{ line-height:0px;  }
.introduction .focusBox .bd .pic img{ width:390px; height:275px;}
.introduction .focusBox .bd .con{ width:390px; height:20px; line-height:18px; position:absolute; left:0px; top:255px; text-indent:1em; background:#000;filter:Alpha(opacity=50);opacity:0.5;}
.introduction .focusBox .bd .con>a{ width:270px;display: block}
.introduction .focusBox .bd ul{ list-style: none;margin: 0;padding: 0;}
.introduction .focusBox .bd ul li { list-style: none;}
.introduction .focusBox .bd ul li a{ color:#fff;text-decoration: none;text-align: left;font-size: 12px;width: 120px;overflow: hidden;        text-overflow:ellipsis;        white-space: nowrap;}
.introduction .focusBox .bd ul li a:hover{ text-decoration:none;}

.introduction .block-top .top-left img{
    width: 390px;
    height: 275px;
}
.introduction .block-top .top-right{
    width: 550px;
    height: 275px;
    float: right;
    margin-left: 20px;
}
.introduction .block-top .top-right .block-content p{
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
}
.introduction .block-top .top-right .block-content a{
    text-decoration: none;
    color: #000;
}
.introduction .block-top .top-right .block-content span{
    color: #0193d6;
}
.introduction .block-bottom{
    width: 100%;
    float: left;

}
.introduction .block-bottom p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}
.introduction .block-bottom .left{
    height: 225px;
    width: 470px;
    margin-right: 10px;
    float: left;
}
.introduction .block-bottom .left .block-title{
    margin-bottom: 5px;
    background-image: url(/static/forumTemplate/image/list.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    padding-left: 30px;
}
.introduction .block-bottom .left ul{
    margin: 0;
    padding:0;
}
.introduction .block-bottom .left ul li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url("/static/forumTemplate/image/li-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}
.introduction .block-bottom .left ul li a:hover{
    color: #0193d6;
}
.introduction .block-bottom .left ul li a{
    text-decoration: none;
    color: #666;
    font-size: 14px;
}
.introduction .block-bottom .right{
    height: 225px;
    width: 470px;
    margin-left: 10px;
    float: right;
}
.introduction .block-bottom .right .block-title{
    margin-bottom: 5px;
    background-image: url(/static/forumTemplate/image/list.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    padding-left: 30px;
}
.introduction .block-bottom .right ul{
    margin: 0;
    padding:0;
}
.introduction .block-bottom .right ul li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url("/static/forumTemplate/image/li-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}
.introduction .block-bottom .right ul li a:hover{
    color: #0193d6;
}
.introduction .block-bottom .right ul li a{
    text-decoration: none;
    color: #666;
    font-size: 14px;
}
.startup{
    height:218px;
    position: relative;
}
.startup .block-title{
    margin-bottom: 5px;
    background-image: url(/static/forumTemplate/image/title-image.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    padding-left: 33px;
}
.startup ul
{
    width: 920px;
    overflow: hidden;
    margin-left: 20px;
    height: 170px;
    padding: 0;
}
.startup ul li{
    list-style: none;
    float: left;
    margin: 0 4px;
    border: 0;
    padding: 0;
    width: 222px;
}
.startup ul li img{
    width: 222px;
    height: 170px;
    margin: 0;
    padding: 0;
    border: 0;
}
.startup ul li:first-child{
    /*margin-left: 0;*/
}
.startup .bd{
    position: relative;
}
.startup  .prev,.startup .next{
    position: absolute;
    top:114px;
    z-index: 999;
    cursor: pointer;
}
.prev{
    left:0
}
.next{
    right: 0;
}
.cooperativeUnit{
    height: 125px;
    position: relative;
}
.cooperativeUnit .block-title{
    margin-bottom: 5px;
    background-image: url(/static/forumTemplate/image/title-image.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    padding-left: 33px;
}
.cooperativeUnit ul{
    margin: 0;
    padding: 0 35px;
    overflow: hidden;
}
.cooperativeUnit ul li{
    list-style: none;
    width: 140px;
    height: 55px;
    margin-left: 10px;
    float: left;
}
.cooperativeUnit ul li:first-child{
    /*margin-left: 0;*/
}
.cooperativeUnit .bd{
    position: relative;
}
.cooperativeUnit  .prev,.cooperativeUnit .next{
    position: absolute;
    top:58px;
    z-index: 999;
    cursor: pointer;
}
.prev{
    left:0
}
.next{
    right: 0;
}
.picList{
    /*width: 840px;*/
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}


/*ÉìËõ²ã*/
.qr-code-icon{
    width: 54px;
    height: 54px;
    position: fixed;
    right: 0;
    bottom: 86px;
    z-index: 99;

}
.icon-img{
    width: 46px;
    height: 38px;
    position: relative;
    top: 8px;
    left: 5px;
    background-image: url(/static/home/image/column/wechat1.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.qr-code-content{
    width: 133px;
    height: 124px;
    position: fixed;
    right: 55px;
    bottom: 55px;
    z-index: 99;
    background-image:url('/static/home/image/column/qrcode-content-bg.png');
    background-position:center center;
    background-repeat:no-repeat;
}
.floatpublicity-area{
    width: 150px;
    max-height: 150px;
    background-color: #1f9ee3;
    color: #fff;
    position: absolute;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    font-size: 14px;
    line-height: 30px;
    padding: 3px 8px;
    z-index: 100;
}
.floatpublicity-area a{
    color: #fff;
    text-decoration: none;
    width: 150px;
    max-height: 150px;
}