ul,
dl {
    list-style: none;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #000000;
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-family: Microsoft Yahei;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: '.';
    visibility: hidden;
    display: block;
    clear: both;
    line-height: 0;
}

.opacity {
    filter: alpha(opacity=50);
    /* IE */
    -moz-opacity: 0.5;
    /* 老版Mozilla */
    -khtml-opacity: 0.5;
    /* 老版Safari */
    opacity: 0.5;
    /* 支持opacity的浏览器*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.bg {
    min-width: 1200px;
    margin: 0 auto;
}

.banner {
    background: url('/template/24693830/24693832.jpg') no-repeat center top;
    height: 685px;
    background-size: cover;
}

.banner2 {
    width: 380px;
    height: 95px;
}

.banner2 a {
    display: block;
    float: left;
    margin: 25px 0px 0px 60px;
    width: 320px;
    height: 70px;
}

.sec1 {
    margin-top: 50px;
}

.sec1 ul li {
    float: left;
    margin: 25px 6px;
}

.sec1 ul li img {
    width: 287px;
    height: 192px;
}

.sec1 p {
    margin-top: 10px;
    text-align: center;
}

.footer {
    width: 100%;
    height: 158px;
    margin-top: 40px;
    background-color: #DA0B00;
}

.ft {
    width: 1500px;
    height: 120px;
    margin: auto;
    padding: 18px 0px;
    vertical-align: middle
}

.word {
    width: 1200px;
    height: 120px;
    margin: -134px 150px;
    padding: 10px 0px;
}

.logo1 {
    margin: 20px 0px 20px 50px;
}

.logo2 {
    margin: 30px 15px;
}

.footer p {
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.footer p a {
    color: #fff;
}