*{
    margin:0;
    padding:0;
    list-style: none;
    border:0;
}
.popup{
    position:relative;
}
.popup .title{
    
}
.popup .title .title_L{
    width:10px;
    height:52px;
    float:left;
}
.popup .title{
    height:30px;padding: 0px 10px;
    line-height: 30px;
}
.title_C{
    height:30px;padding: 0px 10px;
    text-align: center;
    line-height: 18px;
}
.popup .title .title_R{
    width:10px;
    height:52px;
    float:left;
}
.popup h3{
    color:#333;
    font:20px normal "微软雅黑";
    text-align: center;
    line-height: 52px;
}
.popup .content_L{
    width:500px;
    float:left;
    margin-top:2px;
    margin-left:40px;
}
.popup .content_T{
    width:300px;
    height:36px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c1c1c1;
}
.popup .content_T .qh_wap li{
    color:#666;
    font-size:16px;
    float:left;
    width:138px;
    height:36px;
    text-align: center;
    line-height: 36px;
    font-weight:"微软雅黑";
    margin-right:24px;
}
.popup .content_T .qh_wap li a{
    width:138px;
    height:36px;
    display:block;
    color:#666;
    text-decoration: none;
}
.popup .content_T .qh_wap .yichu{
    margin-right:0;
}
/*.content_T ul .current{
    background:url(../images/title1.png) no-repeat;
}*/
.popup .content_L span{
    color:#333;
    font-size:13px;
    line-height: 28px;
    margin-left:20px;
}
.popup .content_R{
    height: 250px;
    margin-left:40px;
    margin-top:10px;
}
.popup .video{
    width:320px;
    height: 240px;
    margin-bottom: 7px;
    display:block;
        margin-top: 0;
}
.popup .content_R li{
    float:left;
}
.popup .footer{
    width: 180px;
    height:200px;
    /* margin-top:20px; */
}
.popup .footer .active{
    float:right;
    width: 150px;
    height: 190px;
}
.popup .footer .btn{
    float:right;
    width:150px;
    height: 40px;
    background-color:#ff9900;
    border-radius: 5px;
    margin-top:10px;
    cursor:pointer;
    font-size:20px;
    font-weight: bold;
    color:#fff;
}
.popup .btn:hover{
    background-color:#1f7cd9;
}
/*默认隐藏*/
.popup .ul_wap>li{display:none;}
.popup #cnt_2>ul>li{
    float:left;
    margin:12px 0px 14px 6px;
}
/*点击样式*/
.popup .content_T ul .active{
    background:url(../images/title1.png) no-repeat;
}
/*显示隐藏*/
.popup .ul_wap .cnt{
    display:block;
    height: 200px;
}