/* 轮播banner */
.banner {
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide a {
    display: block;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
}

.banner .swiper-pagination {
    bottom: 0.2rem;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    background: #ffffff;
}

.banner .swiper-pagination-bullet-active {
    background: #98151f;
}

/* 标题样式 */
.title {
    width: 100%;
    text-align: center;
    line-height: 0.3rem;
    margin-bottom: 0.16rem;
}

.title h3 {
    color: #333333;
    font-family: myfont1;
    padding: 0 0.4rem;
    font-size: 0.3rem;
    position: relative;
    display: inline-block;
}

/*
.title h3::before {
    content: "";
    width: 0.21rem;
    height: 0.31rem;
    display: block;
    background: url(../images/title_bg.png) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.title h3::after {
    content: "";
    width: 0.21rem;
    height: 0.31rem;
    display: block;
    background: url(../images/title_bg.png) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}
*/

/* 更多按钮 */
.more {
    width: 1.56rem;
    height: 0.28rem;
    background: url(../images/more.png) no-repeat;
    background-size: 100% 100%;
    margin: 0.16rem auto 0;
}

.more a {
    font-size: 0.16rem;
    color: #c9bdb1;
    display: block;
    text-align: center;
    line-height: 0.28rem;
}

/* 区域A */
.parta {
    width: 100%;
    padding: 0.16rem 0;
    background: url(../images/parta_bg.jpg) repeat;
}

.p50 {
    width: 50%;
}

.pal {
    position: relative;
}

.pal::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    background: url(../images/news_dec.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.pal::after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    background: url(../images/news_dec.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transform: rotate(270deg);
}

.parta .pal ul li a {
    display: block;
    width: 100%;
    height: 5rem;
    position: relative;
    overflow: hidden;
}

.parta .pal ul li:hover .image {
    transform: scale(1.1, 1.1);
}

.par {
    background: url(../images/news_bg.jpg) repeat;
    padding: 0.4rem;
    position: relative;
}

.par::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    background: url(../images/news_dec.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.par::after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    background: url(../images/news_dec.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transform: rotate(270deg);
}

.par ul .headline {
    width: 100%;
    padding-bottom: 0.2rem;
    border-bottom: 1px dashed #ffffff;
    margin-bottom: 0.25rem;
}

.par ul .headline h3 {
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
}

.par ul .headline h3 a {
    color: #ffffff;
}

.par ul .headline p {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.28rem;
    height: 0.56rem;
}

.par ul li {
    width: 100%;
    line-height: 0.3rem;
    margin-bottom: 0.3rem;
}

.par ul li:last-child {
    margin-bottom: 0;
}

.par ul li a {
    font-size: 0.16rem;
    color: #ffffff;
    max-width: calc(100% - 0.5rem);
}

.par ul li span {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.8);
}

/* 装饰样式 */
.dec-right-top {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    background: url(../images/news_dec.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    transform: rotate(90deg);
}

.dec-right-bottom {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    background: url(../images/news_dec.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    transform: rotate(180deg);
}

/* 区域B */
.partb {
    width: 100%;
    /*background: url(../images/parta_bg.jpg) repeat;*/
    position: relative;
    padding-bottom: 0.34rem;
}

.partb::after {
    content: "";
    width: 100%;
    height: 82%;
    display: block;
    background: url(../images/partb_bg.jpg) repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.partb .w90 {
    position: relative;
    z-index: 1;
}

.pb1 {
    width: 100%;
    margin-left: -0.1rem;
    margin-right: -0.1rem;
    position: relative;
    padding-top: 0.3rem;
    margin-bottom: 0.4rem;
}

.pb1::before {
    content: "";
    width: calc((100% - 1400px) / 2 + 1.8rem);
    height: calc(100% + 0.18rem);
    display: block;
    background: url(../images/qh_title_bg.jpg) no-repeat right top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -0.18rem;
    z-index: 1;
}

.qh-title {
    width: 1.29rem;
    text-align: center;
    line-height: 0.43rem;
    font-family: myfont1;
    font-size: 0.43rem;
    padding: 0.43rem 0.29rem;
    position: relative;
    cursor: pointer;
}

.qh-title a {
    color: #c9bdb1;
}

.qh-title ul {
    padding-top: 0.5rem;
}

.qh-title ul li {
    width: 1.4rem;
    text-align: center;
    line-height: 0.3rem;
    font-family: myfont1;
    font-size: 0.3rem;
    color: #c9bdb1;
    padding: 0 0.4rem;
    position: relative;
    margin-bottom: 0.8rem;
    cursor: pointer;
}

.qh-title ul li.on {
    color: #efe0d0;
}

.qh-title ul li:last-child {
    margin-bottom: 0;
}

.qh-title ul li::before {
    content: "";
    width: 0.21rem;
    height: 0.31rem;
    display: block;
    background: url(../images/qh_title_bg2.png) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.qh-title ul li::after {
    content: "";
    width: 0.21rem;
    height: 0.31rem;
    display: block;
    background: url(../images/qh_title_bg2.png) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.qh-title ul li.on::before,
.qh-title ul li.on::after {
    background: url(../images/qh_title_bg1.png) no-repeat left top;
    background-size: 100% 100%;
}

.qh-box {
    width: calc(100% - 2.2rem);
}

.qh-box div.swiper-slide {
    opacity: 0 !important;
    visibility: hidden;
}

.qh-box div.swiper-slide-active {
    opacity: 1 !important;
    visibility: inherit;
}

.qh-list {
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
}

.qh-list ul li {
    padding: 0 0.1rem;
}

.qh-list ul li a {
    transition: 0.3s all;
    display: block;
    background: #ffffff;
    border-top: 0.04rem solid #efca9b;
}

.qh-list ul li .imgbox {
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    position: relative;
}

.qh-list ul li .txtbox {
    border: 1px solid #d3d3d3;
    padding: 0.14rem;
}

.qh-list ul li .txtbox p {
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.28rem;
    height: 0.56rem;
}

.qh-list ul li:hover a {
    margin-top: -0.2rem;
    box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.1);
    border-top: 0.04rem solid #98151f;
}

.qh-list ul li:hover p {
    color: #98151f;
}

.pb2{
    margin-top: -0.56rem;
    padding-bottom: 0.16rem;
}
.pb2 .title {
    margin-bottom: 0;
}

.pb2list ul {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
}

.pb2list ul li {
    width: 25%;
    margin-top: 0.16rem;
    padding: 0 0.15rem;
}

.pb2list ul li a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 62.8%;
    position: relative;
    overflow: hidden;
}

.pb2list ul li .txt {
    width: 100%;
    height: 0.8rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
}

.pb2list ul li .txt p {
    line-height: 0.4rem;
    color: #ffffff;
    padding: 0 0.1rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.14rem;
}

.pb2list ul li:hover .image {
    transform: scale(1.1, 1.1);
}

/* 区域C */
.partc {
    width: 100%;
    padding: 0.2rem 0 0.4rem;
    background: url(../images/parta_bg.jpg) repeat;
}

.pclist ul li a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66.44%;
    position: relative;
    overflow: hidden;
}

.pclist ul li .txt {
    width: 100%;
    height: 0.8rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
}

.pclist ul li .txt p {
    line-height: 0.5rem;
    color: #ffffff;
    padding: 0 0.16rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.16rem;
}

.pclist ul li:hover .image {
    transform: scale(1.1, 1.1);
}

/* 区域D */
.partd {
    width: 100%;
    padding: 0.05rem 0 0.16rem;
    /*background: url(../images/partd_bg.jpg) repeat;*/
}

.pdlist ul li a {
    width: 100%;
}

.pdlist ul li .imgbox {
    width: 100%;
    height: 0;
    padding-bottom: 133%;
    position: relative;
    overflow: hidden;
}

.pdlist ul li .txtbox {
    padding: 0.1rem 0.2rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.pdlist ul li .txtbox::before {
    content: "";
    width: 100%;
    height: 0;
    background: #98151f url(../images/txt_bg.png) no-repeat right -0.2rem;
    display: block;
    top: 0;
    left: 0;
    transition: 0.3s all;
    position: absolute;
    z-index: 0;
}

.pdlist ul li .txtbox h3 {
    font-size: 0.2rem;
    color: #98151f;
    line-height: 0.3rem;
    position: relative;
    z-index: 1;
    transition: 0.3s all;
}

.pdlist ul li .txtbox .in {
    width: 0.34rem;
    height: 0.34rem;
    background: #98151f;
    text-align: center;
    line-height: 0.3rem;
    color: #ffffff;
    font-size: 0.3rem;
    position: absolute;
    right: 0.2rem;
    top: -0.26rem;
    transition: 0.3s all;
}

.pdlist ul li:hover .imgbox .image {
    transform: scale(1.1, 1.1);
}

.pdlist ul li:hover .txtbox::before {
    height: 100%;
}

.pdlist ul li:hover .txtbox h3 {
    color: #ffffff;
}

.pdlist ul li:hover .txtbox .in {
    background: #efca9b;
}

.pdlist ul li:nth-of-type(2n) .txtbox {
    order: 0;
}

.pdlist ul li:nth-of-type(2n) .txtbox .in {
    bottom: -0.26rem;
    top: inherit;
}

.pdlist ul li:nth-of-type(2n) .imgbox {
    order: 1;
}

/* 区域E */
.parte {
    display: flex;
    margin: 0.1rem auto -0.16rem;
}

.parte .tzgg-box {
    width: 43%;
}

.parte .tzgg-box .title {
    display: flex;
    justify-content: space-between;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
}

.parte .tzgg-box .title p {
    color: #333333;
    font-family: myfont1;
    font-size: 0.3rem;
    text-align: left;
    line-height: 0.56rem;
}

.parte .tzgg-box .title a {
    font-size: 0.16rem;
    color: #c9bdb1;
    padding-top: 0.18rem;
    padding-right: 0.09rem;
}

.parte .tzgg-box ul {
    padding: 0 0.16rem 0 0;
}

.parte .tzgg-box ul li {
    line-height: 0.56rem;
    border-bottom: 1px solid #f5f5f5;
}
.parte .tzgg-box ul li:last-child{
    border-bottom: none;
} 

.parte .tzgg-box ul li a span {
    font-size: 0.16rem;
    color: #999999;
    width: 0.56rem;
}

.parte .tzgg-box ul li a p {
    font-family: simsun;
    font-size: 0.18rem;
    color: #333333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 0.56rem);
}

.parte .jxdt-box {
    width: 56%;
    margin-left: 1%;
}

.parte .jxdt-box .title {
    display: flex;
    justify-content: space-between;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
}

.parte .jxdt-box .title p {
    color: #333333;
    font-family: myfont1;
    font-size: 0.3rem;
    text-align: left;
    line-height: 0.56rem;
}

.parte .jxdt-box .title a {
    font-size: 0.16rem;
    color: #c9bdb1;
    padding-top: 0.18rem;
}
.parte .jxdt-box ul{
    padding: 0.18rem 0;
}
.parte .jxdt-box ul li{
    width: calc((100% - 0.34rem) / 3);
    margin-bottom: 0.18rem;}

.parte .jxdt-box ul li a {
    display: block;
    width: 100%;
    height: 2rem;
    position: relative;
    overflow: hidden;
}
.parte .jxdt-box ul li a .image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.parte .jxdt-box ul li a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
.parte .jxdt-box ul li a .txt{
    width: 100%;
    height: 0.8rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(86, 54, 109, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
}
.parte .jxdt-box ul li a .txt p {
    line-height: 0.4rem;
    color: #ffffff;
    padding: 0 0.1rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.14rem;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} 