/*准备字体*/
@font-face { 
    font-family: "icofont";
    src: url("../fonts/ico-v1.4/icomoon.eot"),
         url("../fonts/ico-v1.4/icomoon.svg"),
         url("../fonts/ico-v1.4/icomoon.ttf"),
         url("../fonts/ico-v1.4/icomoon.woff");
}




/*CONTENT*/
#content{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 256;
    margin: 0 auto 3.2rem auto;
}
/*焦点图*/
.con_banner{
    width: 100%;
    height: 3.55rem;
    position: relative;
    margin: 0 auto 0rem auto;
}
.con_banner_ecc{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(../images/home/con_banner.jpg);
}
/*面包屑导航栏*/
.con_mbx{
    display: block;
    margin: 0 auto 0.25rem auto;
    border-bottom: 0.01rem #ddd solid;
}
.con_mbx_cen{
    display: block;
    width: 100%;
    height: auto;
    max-width: 11rem;
    margin: 0 auto;
}
.con_mbx_cen_link{
    display: block;
    padding: 0.1rem 0;
}
.con_mbx_cen_link > a{
    vertical-align: top;
    display: inline-block;
    padding: 0.05rem 0.04rem;
    font-size: 0.16rem;
    color: #777;
}
.con_mbx_cen_link > a:hover{
    color: #00a7ff;
}
.con_mbx_cen_link > span{
    vertical-align: top;
    display: inline-block;
    padding: 0.05rem 0.04rem;
    font-size: 0.16rem;
    color: #777;
}
.con_wznr{
    display: block;
}
.con_wznr_cen{
    display: block;
    width: 100%;
    height: auto;
    min-height: 7.2rem;
    max-width: 11rem;
    margin: 0 auto;
    padding: 0.45rem 0.45rem;
    box-sizing: border-box;
}
.con_wznr_title{
    display: block;
    text-align: center;
    position: relative;
    margin:-0.2rem auto 0.2rem auto;
}
.con_wznr_title:after{
    content: "";
    display: block;
    width: 100%;
    height: 0.12rem;
    margin: 0 auto;
    position: relative;
    background-color: #f8f8f8;
}
.con_wznr_title > h2{
    display: block;
    margin: 0 auto 0.15rem auto;
    font-size: 0.3rem;
    font-weight: bold;
}
.con_wznr_title > p{
    font-size: 0.17rem;
    color: #575757;
    margin: 0 auto 0.3rem auto;
}
.con_wznr_text{
    display: block;
}
.con_wznr_text > p{
    display: block;
    line-height: 0.24rem;
    margin: 0 auto 0.35rem auto;
}
.con_wznr_text > p.dl_kg{
    text-indent: 2em;
}




















