/* ���� banner  */
/*.pro_banner{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.pro_banner > .banner{
    width:1920px;
    margin-left:-960px;
    left:50%;
    position:relative;
}*/
/* ���� banner ��� */

/* ���� banner */
.help_div{
    width: 100%;
    background: url("../images/help/help_banner.png") no-repeat;
    background-position: center;
    overflow: hidden;
}
.help_div_mid{
    width: 960px;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.nm_text{
    font-size: 38px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 3px 1px rgba(0,0,0,.6);
    margin: 125px 0 55px;
}
.help_ul{
    margin: 270px 0 0 440px;
    text-align: center;
}
.help_li{
    display: inline-block;
    font-size: 24px;
    color: #fff;
    padding: 10px 20px;
    background-color: #a384e9;
    border-radius: 5px;
    cursor: pointer;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
.different_act{color: #fff;}
/* ���� banner ��� */

/* һ���������� ��ʼ��ҳ�棩 */
/* �� */
.content_right{
    float: right;
    width: 280px;
    margin: 56px 0 80px;
}
/* ���λ */
.pro_adv{
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    margin-left: -2px;
    border: 1px solid #dadada;
    border-radius: 4px;
}
.pro_adv_img{
    display: block;
    width: 92.8%;
    height: 140px;
    margin: 8px auto;
    border-radius: 4px;
}
.pro_adv_content{
    display: block;
    font-size: 16px;
    color: #666;
    text-align: center;
    margin: 19px 0 8px;
    cursor: pointer;
}
/* ��𱨵� */
.pro_adv_list{
    width: 100%;
    border: 1px solid #dadada;
    margin-left: -2px;
    border-radius: 4px;
}
.pro_adv_hot{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 20px 20px 0;
}
.pro_adv_more{
    text-align: right;
    font-size: 14px;
    margin: -18px 20px 0 0;
}
.pro_adv_more > a{
    color: #666;
}
.pro_adv_ul{
    margin: 26px 20px 24px;
}
.pro_adv_li{
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 12px 10px;
    cursor: pointer;
}
.pro_adv_li > a{color: #666;}
.pro_adv_li:before{
    position: absolute;
    content: "";
    top: 9px;
    left: -8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #dbdbdb;
}
/* �� ���� */

/* �� */

.content_left{
    width: 68%;
    margin-top: 56px;
}
.problem_title{
    position: relative;
    margin: 0;
    padding: 10px 0;
    font-size: 30px;
    text-indent: 20px;
    color: #333;
    border-bottom: 1px solid #dadada;
}
.problem_title:before{
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    width: 4px;
    height: 26px;
    background-color: #649fed;
}
.problem{
    padding-bottom: 16px;
    margin: 28px 0 0 22px;
    border-bottom: 1px dashed #e6e6e6;
}
.pro_img{
    width: 148px;
    max-height: 108px;
    border: 1px solid #dadada;
    border-radius: 2px;
}
.pro_right{
    margin-left: 180px;
}
.pro_title{
    display: inline-block;
    font-size: 20px;
    color: #333;
    margin: 0 0 14px;
}
.pro_detail{
    font-size: 14px;
    line-height: 1.9;
    color: #666;
    max-height: 78px;
    overflow: hidden;
}
.pro_time{
    font-size: 12px;
    color: #888;
    margin: 18px 0 0;
}
/* һ���������� ����ҳ�棩 */

/* �����������⡪������ ��ʼ��ҳ�棩 ���� */
.now_position{
    font-size: 14px;
    color: #999;
    line-height: 2;
    border-bottom: 1px solid #dadada;
}
.now_position > a{color: #999;}
.now_position > a:hover{
    text-decoration: underline;
}
.pro_detail_title{
    font-size: 24px;
    color: #333;
    margin: 25px 0 0;
}
.pro_detail_tip{
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
}
.pro_detail_time,.pro_detail_message{
    display: inline-block;
    font-size: 12px;
    color: #999;
    text-indent: 20px;
    background-image: url("../images/help/pro_detail_tip.png");
    background-repeat: no-repeat;
}
.pro_detail_time{
    background-position: 0 2px;
}
.pro_detail_message{
    margin-left: 10px;
    background-position: 0 -18px;
}
.problem_detail{
    margin: 20px 10px;
}
.problem_detail > div.text_content{
    margin: 0 0 66px;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

/* ���? */
.share_to{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url("../images/help/share.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
}
.add_share{  background-position: 0 0;  }
.kongjian{  background-position: -23px 0;  }
.weibo{  background-position: -46px 0;  }
.tengxun{  background-position: -69px 0;  }
.renren{  background-position: -92px 0;  }
.weixin{  background-position: -115px 0;  }
/* ��һƪ����һƪ */
.pro_pre_or_next{
    font-size: 16px;
    color: #969696;
    border-bottom: 1px solid #e6e6e6;
}
.pro_pre_or_next > li{  margin: 10px 0;  }
.pro_pre_or_next a{color: #969696;}
/* �������� */
.pro_some_detail{
    margin: 50px 0 0 10px;
    border-bottom: 1px solid #e6e6e6;
}
.other_detail_title{
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-indent: 14px;
    margin: 20px 0 10px;
    cursor: pointer;
}
.other_detail_title:before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #649fed;
    top: 8px;
    left: 0;
}
.other_detail_title a{color: #333;}
.other_detail_content{
    font-size: 14px;
    line-height: 2;
    color: #666;
    margin: 0 0 40px 15px;
}
.lastest_news{
    font-size: 22px;
    color: #333;
    margin: 40px 0 30px 20px;
}
.lastest_news_ul{
    margin: 0 0 60px 20px;
}
.lastest_news_li{
    position: relative;
    width: 48%;
    font-size: 16px;
    text-indent: 14px;
    margin: 10px 2% 10px 0;
    cursor: pointer;
}
.lastest_news_li:before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #649fed;
    top: 8px;
    left: 0;
}
.lastest_news_li a{color: #555;}
/* �����������⡪������ ����ҳ�棩 ���� */

/* �������̬ ��ʼ��ҳ�棩 */

/* �����̬ banner */
.soft_trend_div{
    width: 100%;
    height: 400px;
    background-image: url("../images/help/soft_trend_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.nm_text{
    font-size: 38px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 3px 1px rgba(0,0,0,.6);
    margin: 125px 0 55px;
}
.bid_ul{
    width: 960px;
    margin: 290px auto 0;
    text-align: center;
}
.bid_li{
    display: inline-block;
    font-size: 24px;
    color: #fff;
    padding: 10px 20px;
    background-color: #ff8c12;
    border-radius: 5px;
    cursor: pointer;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
.different_act{color: #fff;}
/* �����̬ banner ��� */


/* �������̬ ����ҳ�棩 */


