* {
    margin: 0;
    padding: 0;
}
html , body {
    width: 100%;
    height: 5383px;
    min-width: 1304px;
    position: relative;
}
.banner {
    width: 100%;
    height: 1076px;
    background: url('../img/banner.jpg') no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.main {
    width: 100%;
    height: 4307px;
    background: url('../img/33.png') no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 1012px;
    left: 0;
}
.top-news {
    width: 100%;
    height: 450px;
    background: url('../img/top-news.png') no-repeat center top;
    background-size: cover;
}
.top-main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 150px 0;
    box-sizing: border-box;
    background: url('../img/tt.png') no-repeat left center;
    padding-left: 80px;
}
.top-title {
    width: 100%;
    height: auto;
    line-height: 1.5;
    font-size: 44px;
    color: #FFF9A9;
    text-align: center;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.top-title a {
    color: #FFF9A9;
    font-weight: bold;
}
.top-summary {
    width: 100%;
    line-height: 2;
    font-size: 26px;
    color: #FFF9A9;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slide-box {
    width: 1214px;
    height: 480px;
    margin: 0 auto;
    margin-top: 40px;
}
.slide {
    width: 704px;
    height: 442px;
    float: left;
    position: relative;
    overflow: hidden;
}
.slide .hd {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 111;
}
.slide .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 5px;
}
.slide .hd ul li.on {
    width: 20px;
    background: #fff;
}
.slide .bd {
    position: relative;
    z-index: 0;
}
.slide .bd ul li {
    position: relative;
    width: 704px;
    height: 442px;
}
.slide .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.slide .bd ul li a img {
    width: 100%;
    height: 100%;
}
.slide .bd ul li p {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    line-height: 50px;
    z-index: 1;
    font-size: 20px;
    color: #fff;
    background: url('../img/slide21.png') no-repeat center left;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 80px;
    box-sizing: border-box;
}
.slide .bd ul li p a {
    font-size: 20px;
    color: #fff;
}
.slide-list {
    width: 480px;
    height: 480px;
    float: right;
}
.slide-list .item {
    width: 100%;
    height: 65px;
    background: url('../img/list20.png') no-repeat left center;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 65px;
}
.slide-list .item:last-child {
    margin-bottom: 0;
}
.slide-list-more {
    float: right;
    font-size: 22px;
    color: red;
}
.xgbz {
    width: 1214px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}
.mo-title {
    width: auto;
    height: auto;
}
.xgbz-main {
    width: 100%;
    height: 593px;
    padding-top: 50px;
}
.xgbz-l {
    width: 673px;
    height: 100%;
    background: url('../img/26.png') no-repeat center top;
    padding: 50px 50px 20px;
    box-sizing: border-box;
}
.xgbz-l a {
    float: left;
    width: 277px;
    height: 100%;
    margin-right: 18px;
}
.xgbz-l a:last-child {
    margin-right: 0;
}
.xgbz-l a img {
    width: 100%;
    height: 100%;
}
.xgbz-r {
    width: 509px;
    height: 100%;
}
.xgbz-item {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
}
.xgbz-item .xgbz-title {
    width: 100%;
    height: 55px;
    background: url('../img/28.png') no-repeat left center;
}
.xgbz-item .xgbz-title a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 55px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #434746;
    font-size: 28px;
}
.xgbz-item p {
    width: 100%;
    height: 100px;
    line-height: 1.8;
    font-size: 18px;
    color: #121212;
    display: none;
    text-indent: 2em;
    /* display: -webkit-box; */
    -webkit-line-clamp: 3; /* 控制显示行数，改数字即可 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xgbz-item.on {
    width: 100%;
    height: 155px;
}
.xgbz-item.on .xgbz-title {
    background: url('../img/27.png') no-repeat left center;
}
.xgbz-item.on .xgbz-title a {
    color: #fff;
}
.xgbz-item.on p {
    display: -webkit-box;
} 
.rmbd {
    width: 1211px;
    height: auto;
    margin: 0 auto;
    margin-top: 80px;
}
.rmbd-main {
    width: 100%;
    height: 939px;
    background: url('../img/31.png') no-repeat center top;
    margin-top: 50px;
    padding: 143px 60px 80px;
    box-sizing: border-box;
}
.rmbd-slide-box {
    width: 100%;
    height: 446px;
}

.rmbd-slide {
    width: 564px;
    height: 446px;
    float: left;
    position: relative;
    overflow: hidden;
}
.rmbd-slide .hd {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 111;
}
.rmbd-slide .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 5px;
}
.rmbd-slide .hd ul li.on {
    width: 20px;
    background: #fff;
}
.rmbd-slide .bd {
    position: relative;
    z-index: 0;
}
.rmbd-slide .bd ul li {
    position: relative;
    width: 564px;
    height: 446px;
}
.rmbd-slide .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.rmbd-slide .bd ul li a img {
    width: 100%;
    height: 100%;
}
.rmbd-list {
    width: 450px;
    height: 100%;
}
.rmbd-title {
    width: 100%;
    height: auto;
}
.rmbd-title a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 2;
    font-size: 32px;
    color: #9B0302;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rmbd-summary {
    width: 100%;
    margin-top: 30px;
    height: 355px;
    text-indent: 2em;
     display: -webkit-box;
    -webkit-line-clamp: 7; /* 控制显示行数，改数字即可 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 24px;
    color: #605E5F;
    line-height: 2;
    padding-top: 20px;
    box-sizing: border-box;
    border-top: 2px dashed #666;
}
.rmbd-img {
    width: 100%;
    height: 208px;
    margin-top: 50px;
}
.rmbd-img a {
    width: 262px;
    height: 208px;
    float: left;
    margin-right: 14px;
}
.rmbd-img a:last-child {
    margin-right: 0;
}
.rmbd-img a img {
    width: 100%;
    height: 100%;
}
.lchg {
    width: 1304px;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
}
.lchg-main {
    width: 100%;
    height: 890px;
    background: url('../img/32.png') no-repeat top center;
    margin-top: 80px;
    padding: 245px 124px;
    box-sizing: border-box;
}
.pt {
    width: 1211px;
    margin: 0 auto;
}


.lchg-slide {
    width: 1056;
    height: 550px;
    float: left;
    position: relative;
    overflow: hidden;
}
.lchg-slide .hd {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 111;
}
.lchg-slide .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 5px;
}
.lchg-slide .hd ul li.on {
    width: 20px;
    background: #fff;
}
.lchg-slide .bd {
    position: relative;
    z-index: 0;
}
.lchg-slide .bd ul li {
    position: relative;
    width: 1056px;
    height: 550px;
}
.lchg-slide .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.lchg-slide .bd ul li a img {
    width: 100%;
    height: 100%;
}
iframe {
    position: absolute;
    bottom: 0;
}