* {
    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: #e90000;
}

img {
    vertical-align: middle;
}


body {
    background-color: #fff;
    width: 100%;
    min-width: 1200px;
}

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/banner.jpg") no-repeat center center;
    width: 100%;
    min-width: 1200px;
    height: 436px;
    position: relative;
}
.banner .logo{
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    left: 20px;
    top: 15px;
}
.headline {
    padding: 20px 0 10px;
    width: 100%;
    min-width: 1200px;
    background: #f9f9f9;
}

.headline .content {
    width: 1200px;
    margin: 0 auto;
}

.headline .content h5 {
    font-weight: bold;
    color: #bb1c1a;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
}
.headline .content a.more{
    text-align: right;
    display: block;
    margin-top: 10px;
    color: #bb1c1a;
}
.news {
    width: 1200px;
    margin: 30px auto 0;
}

.news .newsPic {
    width: 578px;
    height: 338px;
    position: relative;
}

.news .newsPic .swiper-container1 {
    width: 578px;
    height: 338px;
}

.news .newsPic .swiper-container1 a {
    display: block;
    position: relative;
}

.news .newsPic .swiper-container1 a img {
    width: 578px;
    height: 338px;
}

.news .newsPic .swiper-container1 a p {
    position: absolute;
    width: 578px;
    height: 46px;
    line-height: 46px;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    left: 0;
    text-indent: 10px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    background: rgba(0, 0, 0, 0.6);

}

.news .newsPic .arrow-left {
    background: url(../images/left.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    width: 36px;
    z-index: 2;
    height: 70px;
}

.news .newsPic .arrow-right {
    background: url(../images/right.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -35px;
    width: 36px;
    z-index: 2;
    height: 70px;
}

.news .newsPic .pagination {
    position: absolute;
    text-align: center;
    bottom: 52px;
    z-index: 10;
    width: 100%;
}

.news .newsPic .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 6px;
    cursor: pointer;

}

.news .newsPic .swiper-active-switch {
    background: #bb1c1a;
    width: 26px;
}

.news .newsList {
    width: 580px;
    position: relative;
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
}

.news .newsList .title {
    margin-bottom: 14px;
}

.news .newsList .more {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -13px;
    display: block;
    width: 66px;
    border-radius: 13px;
    color: #ffffff;
    background: #bb1c1a;
    height: 26px;
    line-height: 26px;
}

.news .newsList ul.list li {
    font-size: 18px;
    line-height: 30px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    margin-bottom: 18px;
}

.news .newsList ul.list li span {
    width: 8px;
    vertical-align: 4px;
    height: 8px;
    background: #bb1c1a;
    margin-right: 8px;
    border-radius: 4px;
    display: inline-block;
}

.tjtl {
    background: url("../images/bg_tjtl.jpg") no-repeat center bottom;
    width: 100%;
    min-width: 1200px;
    padding: 62px 0 30px;
}

.part2 .title {
    margin: 0 auto 30px;
}

.part2 .title img {
    display: block;
    margin: 0 auto;
}

.part2 .content {
    width: 1200px;
    margin: 0 auto 50px;
    position: relative;
}

.part2 .content .swiper-container {
    height: 325px;
    width: 1200px;
}

.part2 .content .swiper-slide .section {
    width: 354px;
    margin: 0 auto;
    height: 325px;
    padding: 28px 0 25px;
}

.part2 .content .section img {
    width: 354px;
    height: 215px;
}

.part2 .content .section p {
    font-size: 18px;
    padding: 10px;
    line-height: 26px;
    color: #ffffff;
}

.part2 .content .arrow-left {
    background: url(../images/left1.png) no-repeat left top;
    position: absolute;
    left: 26px;
    top: 116px;
    width: 26px;
    cursor: pointer;
    z-index: 2;
    height: 45px;
}

.part2 .content .arrow-right {
    background: url(../images/right1.png) no-repeat left bottom;
    position: absolute;
    right: 26px;
    top: 116px;
    cursor: pointer;
    width: 26px;
    z-index: 2;
    height: 45px;
}

.part3 {
    width: 1200px;
    margin: 50px auto 0;
}
