/*清除元素默认的内外边距  */
* {
    margin: 0;
    padding: 0
}

/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}

/*去掉列表前面的小点*/
li {
    list-style: none;
}

/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0;
    /*ie6*/
    vertical-align: middle;
}

/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}

/*取消链接的下划线*/
a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #e60013;
}

button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    /*取消轮廓线 蓝色的*/
    outline: none;
}

body {
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #666
}

.hide,
.none {
    display: none;
}

/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}
.banner img{
    width: 100%;
}
.main{
    width: 1200px;
    margin:0 auto
}
.list{
    background: #d9583c;
    padding-bottom: 60px;
    margin-top:10px;
    margin-bottom: 30px;
}
.list h3{
    border-bottom: 1px solid #c8c2b2;
    background: url(news.png) right 15px center no-repeat;
    height: 60px;
    line-height: 60px;
    background-size: 6% 53%;
}
.list h3 a{
    display: block;
    height: 100%;
    font-size: 21px;
    color:#c8c2b2;
    padding-left:85px;
    background: url(zxt.png) 20px center no-repeat;
    background-size: 4% 51%
}
.list ul{
    background: url(cscec.jpg) top 20px right no-repeat;
    background-size: 51% 100%;
}
.list ul li{
    background: url(jia.png) left 20px center no-repeat;
    border-bottom: 1px dashed #fff;
    line-height: 60px;
    background-size:  1% 21%;
}
.list ul li a{
    font-size: 21px;
    color:#fff;
    padding-left: 40px;
}
.pic{
    position: relative;
    overflow: hidden;
    margin-top:10px
}
.pic .hd {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 95px;
    background: url(bj.png) left top repeat;

}
.pic .hd ul li{
    width: 25%; 
    float: left;
    cursor: pointer;
}
.pic .hd ul li p{
    padding-top:20px;
    height: 75px;
    background: url(line.png) right center no-repeat;
    font-size: 18px;
    color:#fff;
    text-align: center;
}
.pic .hd ul li.on p{
    font-weight: 700;
}
.pic .hd ul li:last-child p{
    background:none
}