  /* -------- public --------- */
body, h1, h2, h3, h4, h5, h6, hr, p,blockquote, dl, dt, dd, ul, ol, li, pre, 
form, fieldset, legend, button, input, textarea, th, td, img{
border:medium none;
margin: 0;
padding: 0;
}

/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none; color:#333;}
a:hover { text-decoration: none;color:red}
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

li{
    list-style: none;
}
.clear{
    clear: both;
}
.guide{
    width: 100%;
    height: 130px;
    background: #f6f6f6;
    border-bottom:3px solid #c61717;
}
.guide .guideimg{
    width:1080px;
    height: 130px;
    margin: 0 auto;
    background:#f6f6f6;
    overflow:hidden;
}
.guide .guideimg li{
    width: 200px;
    height: 130px;
    float: left;
    padding-top: 40px;
    padding-right: 96px;
    margin: 0;
    list-style: none;
}
.guide .guideimg li.lastimg{
    width:190px;
    padding:40px 0 0 0;
}

.footer_custom{
    height: 325px;
    color: #fff;
    font-size: 14px;
    background: #333;
}
.custom_help{
    position: relative;
    width: 1000px;
    height: 295px;
    color: #fff;
    background: #333;
    margin: 0 auto;
}
.footer_custom ul{
    /*padding-top: 20px;*/
    overflow: hidden;
    border-bottom: 3px solid #2d2d2d;
}
.footer_custom ul li{
    width: 200px;
    height: 50px;
    padding-top: 15px;
    float: left;
    text-align: left;
}
.footer_custom ul li a{
    width: 200px;
    height:50px;
    line-height: 50px;
    color: #fff;
}
.footer_custom dl{
    width: 130px;
    height: 200px;
    float: left;
    text-align: left;
    margin-top: 30px;
}
.footer_custom dl dt{
    height: 40px;
    font: 16px 'Microsoft Yahei',tahoma, Srial, helvetica, sans-serif;
}
.footer_custom dl dd{
    height: 25px;
}
.footer_custom dl dd a{
    color: #fff;
    font: 14px 'Microsoft Yahei',tahoma, Srial, helvetica, sans-serif;
}
.footer_custom dl dd a:hover{
    text-decoration: underline;
}
.footer_custom .foot_weixin{
    position: absolute;
    right: 0px;
    top: -26px;
    width: 257px;
    height: 319px;
    background: url(/Templates/master/default/Ascx/tags/images/foot_weixin.gif) no-repeat;
    /*border: 1px solid red;*/
}    