@charset "utf-8";

/*全局样式控制*/

* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}

ul,
li {
    list-style: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

.clear {
    clear: both;
}


/*页面最外层div控制*/

body {
    background: url(zhuanti_bg03.jpg) top center repeat-x;
}

.section {
    width: 100%;
    background: url(zhuanti_bg02.png) bottom center no-repeat;
}

.top-bg {
    width: 100%;
    height: 471px;
    background: url(zhuanti_bg00.png) top center no-repeat;
}

.content {
    width: 1060px;
    padding: 20px;
    background: #fff;
    margin: 20px auto;
    margin-top: -80px;
    min-height: 800px;
}
.content h4{
    width: 58px;
    height: 30px;
    line-height: 30px;
    background-color: #cf1817;
    color:#fff;
    text-align: center;
    border-radius: 14px 0 14px 0;
}

.footer {
    width: 100%;
    height: 48px;
    background: #d7290e;
    padding: 16px 0;
}

.footer p {
    font-size: 13px;
    line-height: 24px;
    color: #f5f5f5;
    text-align: center;
}

.yinyan {
    padding: 10px 0;
}

.yinyan p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-indent: 2em;
    margin-bottom: 12px;
}

.title {
    width: 1060px;
    height: 95px;
    margin-bottom: 10px;
}

.titlebg01 {
    background: url(title-bg01.png) center center no-repeat;
}

.titlebg02 {
    background: url(title-bg02.png) center center no-repeat;
}

.titlebg03 {
    background: url(title-bg03.png) center center no-repeat;
}

.titlebg04 {
    background: url(title-bg04.png) center center no-repeat;
}

.content-pic {
    width: 1080px;
    margin-left: -20px;
    display: block;
    margin-bottom: 10px;
}

.content-pic .list {
    float: left;
    width: 196px;
    margin-left: 20px;
}

.content-pic .list .img {
    width: 190px;
    height: 144px;
    border: 1px solid #ebebeb;
    display: inline-block;
    padding: 2px;
    text-align: center;
}

.img img {
    height: 100%;
}

.content-pic .list p {
    font-size: 15px;
    color: #333;
    line-height: 24px;
    text-align: center;
}

.content-pic:after {
    content: "";
    /* 设置内容为空 */
    height: 0;
    /* 高度为0*/
    line-height: 0;
    /* 行高为0*/
    display: block;
    /* 将文本转为块级元素*/
    visibility: hidden;
    /* 将元素隐藏*/
    clear: both/* 清除浮动*/
}

.content-pic {
    zoom: 1;
}