* {
    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;
    color: #cb0000;
}

img {
    vertical-align: middle;
}


body {
    background-color: #fff;
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
}

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;
}

.banner {
    background: url("../images/banner1.jpg") no-repeat center center;
    width: 100%;
    min-width: 1200px;
    height: 1089px;
}

.banner .lead {
    top: 780px;
    /*background: url("../images/lead.png") no-repeat center center;*/
    position: relative;
    width: 1140px;
    height: 284px;
    /*padding: 100px 30px 0;*/
    margin: -150px auto 0;
    font-size: 20px;
    line-height: 36px;
    text-indent: 2rem;
}
.banner .lead img{
    display: block;
    margin: 0 auto;
}
.hm {
    background: url("../images/bg1.jpg") no-repeat top center;
    padding-top: 20px;
}

.hm .content {
    background: url("../images/bg.png") no-repeat top center;
    width: 1271px;
    margin: 0 auto;
    border: none;
    height: 1044px;
    padding: 80px 70px 0 80px;
    position: relative;
}

.hm .content .title {
    background: url("../images/title_fyhm.png") no-repeat top center;
    width: 596px;
    height: 80px;
    margin: 0 auto 40px;
}

.hm .content .headline {
    font-size: 18px;
    text-indent: 2rem;
    line-height: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dcbfbe;
    color: #42270b;
}

.hm .content a.more {
    display: block;
    margin: 72px auto 0;
    width: 150px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    text-align: center;
    color: #ffffff;
    background: #a50e22;
    z-index: 2;
    position: relative;
}

.hm .content .line {
    width: 1038px;
    height: 1px;
    border-bottom: 1px dashed #dcbfbe;
    position: absolute;
    bottom: 157px;
    left: 80px;
}

.news {
    margin: 60px auto 40px;
}

.news .newsPic {
    width: 558px;
    height: 326px;
    position: relative;
}

.news .newsPic  .arrow-left {
    background: url(../images/left.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    margin-top: -35px;
    width: 36px;
    height: 70px;
}

.news .newsPic  .arrow-right {
    background: url(../images/right.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    margin-top: -35px;
    width: 36px;
    height: 70px;
}
.news .newsPic .swiper-container1 {
    width: 558px;
    height: 326px;
}

.news .newsPic .swiper-container1 a {
    display: block;
    position: relative;
}

.news .newsPic .swiper-container1 a img {
    width: 558px;
    height: 326px;
}

.news .newsPic .swiper-container1 a p {
    position: absolute;
    width: 558px;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    left: 0;
    text-indent: 10px;
    padding-right: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.6);

}

.news .newsPic .pagination {
    position: absolute;
    text-align: center;
    bottom: -34px;
    z-index: 10;
    width: 100%;
    left: 0;
}

.news .newsPic .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #b8b8b8;
    margin: 0 6px;
    cursor: pointer;

}

.news .newsPic .swiper-active-switch {
    background: #a92020;
    width: 22px;
}

.news .newsList {
    width: 520px;
}

.news .newsList .list li {
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.news .newsList .list li a{
    background: none;
    padding-left: 0;
}
.news .newsList .list li span {
    width: 6px;
    vertical-align: 3px;
    height: 6px;
    border-radius: 3px;
    background: #a50e22;
    margin-right: 10px;
    display: inline-block;
}
