/* CSS Document */
ul{ list-style:none;}
*{
    margin: 0;
    padding: 0;
}
/*重置标签*/
body{
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a{
    color: #2b2b2b;
    text-decoration: none;
}
a:hover{
    color: #da2626;
    text-decoration: underline;
}
.wrap{
    width: 980px;
    margin: 0 auto;
}


.header{
    width: 100%;
    height: 65px;
    background: #f2f2f2;
}
.logo{
    float: left;
}
.logo h1{
    margin-top: 15px;
}
.toolbar li a{
    display: inline-block;
    font-size: 14px;
    float: right;
    height: 65px;
    line-height: 65px;
    width: 95px;
    text-align: center;

}
.toolbar li a:hover{
    background: #26b76e;
    color: #fff;
}
.bannar_bg{
    background: url("../images/bannar.png") no-repeat center;
    height: 320px;
}

/**导语**/
.daoyu{
    height: 80px;
    line-height: 1.5em;
    margin-top: 35px;
}
.daoyu_pic{
    float: left;
    height: 80px;
}
.daoyu_text{
    width: 900px;
    padding-top: 15px;
    padding-left: 15px;
}
/**年会新闻**/
.news{
    height: 250px;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 5px;
}
.main h3{
    padding-top: 25px;
    display: block;

}
.news dt{
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
}
.news,.media dd{
    line-height: 1.8em;
}
.news_text{
    float: left;
    width: 525px;
}
.news_pic{
    float: right;
}
.news_text_1{
    float: right;
    width: 525px;

}
.news_pic_2{
    float: left;
}

/**媒体报道**/
.media dt{
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
}
.media h3{
    font-weight: bold;
    text-align: left;
    font-size: 16px;
}
.media{
    height: 260px;
}
.media img{
    border: 1px solid #ddd;
    padding: 10px;
}
.media_text{
    float: right;
    width: 640px;
    padding-left: 10px;
}
.media_pic{
    float: left;
}
/**新闻回顾**/
.news_back img{
    border: 1px solid #ddd;
    padding: 8px;
}
.news_back{
    float: left;
    padding:0 5px;
    margin-bottom: 25px;
}
.news_back span{
    width: 150px;
    height: 35px;
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 13px;
}
/**底部版权**/
.footer{
    background: #3d3c3c;
    height: 250px;
    text-align: center;
    color: #979797;
    font-size: 12px;
    line-height: 2em;
    padding-top: 20px;
}
.footer a {
    color: #da2626;
}


/*幻灯片*/
.index a{ color:#464646}
.banner{width:980px; height:325px;}
#focus{ width:980px; height:320px; border:1px solid #7a7a7a; margin-right:7px; overflow:hidden; position:relative}
#focus a{ position:relative; zoom:1;}
#focus p{ position:absolute; height:60px; line-height:60px; padding-left:15px; bottom:0; _bottom:-2px; left:0; color:#fff; font-size:13px; font-weight:bold}
#focus p span{float:left;}
#focus a:hover .text{text-decoration:underline; cursor:pointer}
#focus p .play{ background:url(../images/banner_play.png) no-repeat;_background:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/banner_play.png', sizingMethod='crop'); width:33px; height:34px; margin-left:10px; display:inline; margin-top:2px; cursor:pointer;}
#focus s{ position:absolute; height:60px; line-height:60px; width:100%; bottom:0; _bottom:-2px; left:0;filter:Alpha(Opacity=70); Opacity:0.7; background:#000; cursor:pointer}
#ctr { position:absolute; bottom:12px; _bottom:10px; right:17px; z-index:2; color:#fff;font-family:Arial, Helvetica, sans-serif; font-size:10px}
#ctr span{ background:url(../images/doc.png?20121224) no-repeat; _background:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/doc.png', sizingMethod='crop'); text-align:center; width:12px; height:11px; float:left; margin-right:7px; cursor:pointer}
#ctr span.current{ background:url(../images/doc_hover.png?20121224) no-repeat;_background:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/doc_hover.png?20121224', sizingMethod='crop');}
.banner .download{ width:257px; height:268px; position:relative; margin-bottom:5px}
.banner .download img{ vertical-align:bottom;}
.banner .download a.link_img_down{ background:url(../images/download_btn.png) no-repeat;_background:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/download_btn.png', sizingMethod='crop'); position:absolute; width:257px; height:47px; bottom:0; left:0; cursor:pointer}
.banner .download a.link_img_down:hover{ background:url(../images/download_btn_hover.png) no-repeat;_background:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/download_btn_hover.png', sizingMethod='crop');}