﻿.w {
    width: 1200px;
    margin: 0 auto;
}

* {
    transition-delay: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}

.top {
    background: url(../images/logo.png) no-repeat;
    background-size: cover;
    height: 230px;
}

.nav {
    background: #c30d23;
}

.nav ul {
    display: flex;
    flex-direction: row;
}

.nav ul li {
    width: 14.2%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.nav ul li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.nav ul li a {
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 54px;
    text-align: center;
    color: #fff;
}

.tit1,
.tit2 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    float: left;
}

.tit2 {
    color: #fff;
}

.tit1 span,
.tit2 span {
    font-size: 34px;
    color: #C30D23;
}

.tit2 span {
    color: #FFCD8D;
}

.anniversaryNews {
    padding: 50px 0;
    background: url(../images/banenr1.png) no-repeat;
    background-size: cover;
}

.viewmore1,
.viewmore2 {
    display: block;
    width: 159px;
    height: 38px;
    border: 1px solid rgba(195, 13, 35, 0.36);
    opacity: 0.88;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #aa0a11;

}

.viewmore2 {
    border: 1px solid rgba(255, 255, 255, 0.36);
    color: #fff;
}

.viewmore2::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.36;
    right: 147px;
    top: 50%;
    transform: translateY(-50%);
}

.viewmore1:hover {
    color: rgba(170, 10, 17, 0.36);
}

.viewmore2:hover {
    color: rgba(255, 255, 255, 0.36);
}

.viewmore1::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #c30d23;
    opacity: 0.36;
    right: 147px;
    top: 50%;
    transform: translateY(-50%);
}

.anniversaryNews .txt {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.anniversaryNews .txt .indexbanner1 {
    width: 585px;
    height: 390px;
    margin: 0 !important;
}

.anniversaryNews .txt .indexbanner1 .swiper-slide a {
    display: block;
    height: 100%;
    position: relative;
}

.anniversaryNews .txt .indexbanner1 .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.anniversaryNews .txt .indexbanner1 .swiper-slide a p {
    position: absolute;
    bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    /* left: 30px; */
    font-weight: 400;
    font-size: 19px;
    line-height: 19px;
    text-align: left;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding-right: 20%;
    padding-left: 5%;
    line-height: 35px;
    bottom: 0;
}

.indexpagination1 {
    bottom: 30px !important;
    text-align: right;

}

.indexpagination1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.3;
}

.indexpagination1 .swiper-pagination-bullet-active {
    background: #ffcd8d;
    opacity: 1;
}

.anniversaryNews .txt ul {
    width: 585px;
}

.anniversaryNews .txt ul li {
    position: relative;
    padding-left: 11px;

}

.anniversaryNews .txt ul li::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 6px;
    background: linear-gradient(180.00deg, #e04924 0%, #ffcd8d 100%);
    left: 0;
    top: 22px;
}

.anniversaryNews .txt ul li:last-child a {
    border: 0;
}

.anniversaryNews .txt ul li a {
    display: block;
    border-bottom: 1px solid #e3ccc7;
    overflow: hidden;
    line-height: 48px;
}

.anniversaryNews .txt ul li a:hover p {
    font-weight: bold;
    color: #C30D23;
}

.anniversaryNews .txt ul li a:hover span {
    color: #C30D23;
}

.anniversaryNews .txt ul li a p {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    float: left;
}

.anniversaryNews .txt ul li a span {
    font-weight: 400;
    font-size: 14px;
    color: #999;
    float: right;
}

.notice {
    padding: 50px 0;
    background: url(../images/banner2.png) no-repeat;
    background-size: cover;
}

.notice .w {
    display: flex;
    justify-content: space-between;
}

.notice .lf {
    width: 585px;
}

.notice .lf ul li {
    position: relative;
    padding-left: 11px;
}

.notice .lf ul li::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 6px;
    background: linear-gradient(180.00deg, #ffddd5 0%, #ffcd8d 100%);
    top: 22px;
    left: 0;
}

.notice .lf ul li a {
    display: block;
    border-bottom: 1px solid rgba(227, 204, 199, 0.2);
    overflow: hidden;
    line-height: 52px;
}

.notice .lf ul li a p {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    float: left;
}

.notice .lf ul li a:hover p {
    color: #FFCD8D;
    font-weight: bold;
}

.notice .lf ul li a:hover span {
    color: #FFCD8D;
}

.notice .lf ul li a span {
    font-weight: 400;
    font-size: 14px;
    line-height: 52px;
    float: right;
    color: rgba(255, 255, 255, 0.46);
}

.notice .lf ul li:last-child a {
    border: 0;
}

.notice .rg {
    width: 587px;

}

.notice .rg .djs {
    width: 76%;
    padding: 40px 12%;
    /* height: 41px; */
    background: url(../images/icba1.png) no-repeat;
    background-size: cover;
}

.notice .rg .djs div {
    background: url(../images/ic1.png) no-repeat left;
    height: 46px;
    padding-left: 76px;
}

.notice .rg .djs div p {
    font-size: 15px;
    color: #fff;
    text-align: right;
    line-height: 15px;
    padding-bottom: 10px;
}

.notice .rg .djs div p span {
    font-size: 26px;
}

.notice .rg .djs div i {
    float: right;
    color: rgba(255, 255, 255, 0.56);
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
}

.notice .rg .djs div i::before {
    position: absolute;
    content: '';
    width: 250px;
    height: 1px;
    background: #fff;
    left: 35px;
    opacity: 0.24;
    top: 50%;
}

.notice .rg ul {

    margin-top: 30px;
}

.notice .rg ul li {
    float: left;
    width: 175px;
    height: 160px;
    margin-left: 30px;
    background: url(../images/icba2.png) no-repeat;
    background-size: cover !important;
    position: relative;
}

.notice .rg ul li:hover {
    margin-top: -15px;
}

.notice .rg ul li:nth-child(2) {
    background: url(../images/icba3.png) no-repeat;
}

.notice .rg ul li:nth-child(3) {
    background: url(../images/icba4.png) no-repeat;
}

.notice .rg ul li:first-child {
    margin-left: 0rem;
}

.notice .rg ul li a {
    display: block;
    height: 100%;
    text-align: center;
}

.notice .rg ul li a img {
    margin-top: 35px;
    /* display: block; */
    margin-bottom: 20px;
    text-align: center;
}

.notice .rg ul li a p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}
.notice .rg ul li .ewms{
    width: 175px;
    height: 175px;
    position: absolute;
    left: 0;
    top: 0; 
    display: none;  
}
.notice .rg ul li:hover .ewms{
    display: block;
}

.mien {
    background: url(../images/banner3.png) no-repeat;
    background-size: cover;
    padding: 50px 0;
    padding-bottom: 80px;
}

.mien ul {
    margin-top: 40px;
}

.mien ul li {
    float: left;
    margin-left: 30px;
}

.mien ul li:first-child {
    margin-left: 0;
}

.mien ul li a {
    display: block;
    position: relative;
}

.mien ul li a img {
    width: 277px;
    height: 369px;
}

.mien ul li a p {
    position: absolute;

    background: url(../images/ic5.png) no-repeat;
    width: 196px;
    height: 75px;
    left: 30px;
    bottom: -30px;
    background-size: 100%;
    padding: 0 30px;
    font-size: 14px;
    text-align: left;
    color: #fff;
    padding-top: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mien ul li a span {
    display: block;
    overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.history {
    padding: 50px 0;
    background: url(../images/bannner4.png) no-repeat;
    background-size: cover;
}

.history .w {
    position: relative;
}

.history .indexbanner2 {
    margin-top: 40px;
    width: 100%;
    position: relative;
}

.history .indexbanner2 .swiper-slide {
    display: flex;
    flex-direction: column;
    padding-bottom: 92px;
    position: relative;
}

.history .indexbanner2 .swiper-slide img {
    width: 277px;
    height: 184px;
}

.history .indexbanner2 .swiper-slide .txt {
    background-color: #fff;
    width: 217px;
    height: 103px;
    padding: 30px 30px;
}

.history .indexbanner2 .swiper-slide .txt span {
    font-weight: 400;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    display: block;
    color: #333;
}

.history .indexbanner2 .swiper-slide .txt p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.history .indexbanner2 .swiper-slide>div {
    position: absolute;
    background-color: #FFF0DC;
    border: 1px solid #c30d23;
    width: 24px;
    height: 24px;
    bottom: 38px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.history .indexbanner2 .swiper-slide>div i {
    display: block;
    width: 12px;
    height: 12px;
    background: #c30d23;
    position: relative;
    border-radius: 50%;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 6px;
}

.history .indexbanner2 .swiper-slide>p {
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    color: #c30d23;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.history .indexbanner2 .historyic {
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #DFAFA5;
    bottom: 50px;
}

.benediction {
    background: url(../images/banner5.png) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.benediction .w {
    position: relative;
}


.benediction .tit a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 46px;
    float: right;
    color: #ffcd8d;
    opacity: 0.88;
    padding-left: 30px;
    background: url(../images/ic6.png) no-repeat 20%;
    position: relative;
    border: 1px solid rgba(255, 205, 141, 0.36);
    opacity: 0.88;
    padding: 0 40px;
    padding-left: 80px;
}
.benediction .tit{
    position: relative;
}
.benediction .tit a::before {

    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: rgba(255, 205, 141, 1);
    opacity: 0.36;
    right: 180px;
    top: 50%;
    transform: translateY(-50%);
}

.benediction .indexbanner3 {
    width: 100%;
    margin-top: 40px;
}
.benediction .tit .syjzems{
    width: 130px;
    height: 130px;
    position: absolute;
    right: 40px;
    top: 50px;
    z-index: 100;
    display: none;
}

.benediction .indexbanner3 .swiper-slide {
    background: linear-gradient(180.00deg, #ffcd8d 0%, rgba(255, 205, 141, 0) 100%);
    background-color: #fff;


}

.benediction .indexbanner3 .swiper-slide p {
    padding: 30px 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #c30d23;
}

.bp1 {
    left: -80px !important;
    width: 10px;
    height: 18px;
    bottom: 45px !important;
    background: url(../images/jt4.png) no-repeat center;
    top: auto !important;
}

.bn1 {
    right: -80px !important;
    width: 10px;
    height: 18px;
    bottom: 45px !important;
    background: url(../images/jt3.png) no-repeat center;
    top: auto !important;
}

.bp2 {
    left: -100px !important;
    width: 46px;
    height: 88px;
    background: url(../images/jt2.png) no-repeat center;
    background-color: rgba(255, 255, 255, 0.1);
}

.bn2 {
    right: -100px !important;
    width: 46px;
    height: 88px;
    background: url(../images/jt1.png) no-repeat center;
    background-color: rgba(255, 255, 255, 0.1);
}

.bottom {
    background: url(../images/banner6.png) no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.bottom .fl,
.bottom .fl a {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #940416;
}

.bottom .fr div {
    float: left;
    margin-left: 21px;
}

.bottom .fr div p {
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    color: #8a7373;
}

.commonbox {
    background: #fff6eb;
}

.commonbox1 {
    background-color: #fff;
    padding: 30px 30px;
}

.pagetit {
    border-bottom: 1px solid #EBD7D3;
    padding-bottom: 22px;
}

.pagetit>p {
    font-size: 26px;
    text-align: left;
    color: #333;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.pagetit>p::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 32px;
    background: linear-gradient(180.00deg, #e04924 0%, #ffcd8d 100%);
    left: 0;
}

.pagetit .location {
    float: right;
    background: url(../images/ic7.png) no-repeat left;
    padding-left: 20px;
    font-size: 14px;
    text-align: left;
    color: #a17d7d;
    margin-top: 10px;
}

.pagetit .location a {
    font-size: 14px;
    text-align: left;
    color: #a17d7d;
}

.list ul li {
    position: relative;
    padding-left: 12px;

}

.list ul li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 22px;
    width: 3px;
    height: 6px;
    background: linear-gradient(180.00deg, #e04924 0%, #ffcd8d 100%);
}

.list ul li a {
    display: block;
    border-bottom: 1px solid #F5E9E6;
    overflow: hidden;
    line-height: 52px;
}

.list ul li a p {
    display: inline-block;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;

}

.list ul li a span {
    font-size: 14px;
    color: #999999;
    float: right;
}

.list ul li a:hover p {
    font-weight: bold;
    color: #C30D23;
}

.list ul li a:hover span {

    color: #C30D23;
}

.newshow .tit {
    border-bottom: 1px solid #F5E9E6;
    padding: 20px 0;
    text-align: center;
}

.newshow .tit p {
    font-weight: bold;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    color: #333;
}

.newshow .tit span {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #879398;
}

.newshow .txt {
    padding: 15px 0 60px;
    font-size: 14px;
    line-height: 26px;

    color: #505050;
}
