* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #d11c11;
}

body {
    background-color: #f6f6f6;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner1 {
    background: url("../images/banner.jpg") no-repeat center center;
    width: 100%;
    min-width: 1210px;
    height: 350px;
}

.introduction {
    background: #ffffff;
    width: 1210px;
    overflow: hidden;
    box-shadow: 0 0 16px 0 rgba(185, 18, 18, 0.18);
    box-sizing: border-box;
    padding: 20px 30px 10px 30px;
    text-align: justify;
    margin: -20px auto 20px;
    border-radius: 8px;

}

.introduction p {
    text-indent: 2rem;
    font-size: 18px;
    line-height: 34px;
}

.main {
    width: 100%;
    min-width: 1210px;
    margin: 0 auto;
    background: #f6f6f6;
    padding-bottom: 30px;
}

.main .contents {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.stbd h3 img{
    display: block;
    margin: 20px auto 30px;
}

.stbd .stbdSection {
    width: 1200px;
    background: #ffffff;
    padding: 10px 0 20px;
    margin: 30px auto;
    overflow: hidden;
}

.stbd .stbdSection h4{
    margin: 20px 0;
}

.stbd .stbdSection .icon{
    display: inline-block;
    float: left;
    margin: 20px 43px;
    width: 214px;
    height: 134px;
    background: #FFF6F5;
    border-radius: 10px;
    text-align: center;
}

.stbd .stbdSection.bdSection .icon{
    background: #FFFAF5;
}

.stbd .stbdSection .icon img{
    margin: 30px auto 20px;
    display: block;
}

.stbd .stbdSection .icon p{
    font-size: 18px;
    color: #f24831;
}

.bzml {
    width: 1200px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px 30px;
    margin:30px auto ;
}

.title_bzml {
    margin: 0 auto 30px;
}

.title_bzml img{
    display: block;
    margin: 0 auto;
}

.main ul.list li {
    float: left;
    width: 33.333%;
    height: 60px;
}

.main ul.list li img {
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 6px;
}

.main ul.list li span{
    float: left;
    display: inline-block;
    font-size: 16px;
}

.main .jd ul.list li{
    width: 33.333%;
}

