.header {
    width: 100%;
    background: url("../images/header_bg.png") 0% 0% / 100% 100% no-repeat;
    padding: 30px 0px;
}

.header_box {
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 504px;
}

.logo a {
    display: block;
}

.h_R {
    display: flex;
    align-items: center;
}

.logo img {}

.top_link {
    margin-right: 20px;
}

.top_link ul {}

.top_link ul li {
    transition: 0.3s;
    position: relative;
    padding-left: 26px;
}

.top_link ul li::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0px;
    bottom: 0px;
    background: url("../images/top_icon.png") 0% 0% / 100% 100% no-repeat;
}

.top_link ul li:hover {
    transform: translateY(-4px);
}

.top_link ul li a {
    font-size: 14px;
    color: white;
}

.search {
    position: relative;
}

.ipt {
    width: 220px;
    height: 40px;
    outline: none;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.51);
    font-size: 16px;
    color: white;
    padding-left: 15px;
}

.btn {
    width: 23px;
    height: 22px;
    background: url("../images/search_btn.png") center center / 100% 100% no-repeat;
    position: absolute;
    right: 11px;
    top: 22%;
}

.dh_bx {
    background-color: white;
}

.nav {
    height: 62px;
    line-height: 62px;
    transition: 0.3s;
    width: 100%;
}

.nav>ul {
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 11111;
}

.nav ul>li {
    position: relative;
    text-align: center;
    vertical-align: middle;
    height: 62px;
    width: 100%;
    z-index: 2147483647;
}

a:hover {
    text-decoration: none;
}

.nav ul li>a {
    font-size: 20px;
    display: block;
    position: relative;
    z-index: 11111111;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav li {
    float: left;
    width: 100% !important;
    height: 45px !important;
}

.subNav li a {
    line-height: 38px;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav {
    position: absolute;
    z-index: 2147483647;
    visibility: hidden;
    transition: 0.3s;
    top: 65px;
    width: 100%;
    left: 0rem;
    opacity: 0;
    padding-top: 10px;
}

.nav .subNav li a {
    font-size: 18px;
    color: white;
    text-shadow: none;
    width: 100%;
}

.nav .subNav li:hover {
    color: white;
    width: 100%;
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
    top: 62px;
    background-color: rgb(193, 80, 80);
}

.nav-item .subNav li:hover a {
    z-index: 1111111111;
    color: wheat;
    font-weight: bold;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner_swiper {
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 100%;
    object-fit: cover;
    display: none;
}

.banner .banner_next img {
    display: block;
    width: 79%;
    height: 30px;
    margin-top: 25px;
    margin-left: 7px;
}

.banner .banner_prev img {
    display: block;
    width: 79%;
    height: 30px;
    margin-top: 25px;
    margin-left: 8px;
}

.banner_next,
.banner_prev {
    width: 80px;
    height: 80px;
    top: 50%;
    z-index: 11;
    position: absolute;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.28);
    border-radius: 100%;
}

.banner_next {
    right: 18%;
}

.banner_prev {
    left: 18%;
}

.banner_pagination {
    position: absolute;
    z-index: 111;
    display: flex;
    align-items: center;
    height: 22px;
    justify-content: center;
    width: 100%;
    bottom: 21px;
}

.banner_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: white;
    margin: 0px 10px !important;
}

.banner_swiper .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.14);
    outline: white solid 1px;
}

.banner a {
    transform: scale(1.2);
    transition: 5s linear;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.banner .swiper-slide-active {
    position: relative;
    z-index: 500 !important;
}

.banner .swiper-slide-active a {
    transform: scale(1);
    display: block;
}

.banner .swiper-slide-active a img {
    display: block;
}

.section01 {
    width: 100%;
    margin-top: 50px;
}

.section_tit {
    width: 100%;
}

.section_tit a {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.section_tit a p {
    font-size: 34px;
    color: rgb(164, 0, 0);
    position: relative;
    padding-left: 45px;
    font-family: fzdbsjw;
}

.section_tit a p i {
    font-style: normal;
    color: black;
}

.section_tit a p::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0px;
    bottom: 4px;
}

.section01 .section_tit a p::before {
    background: url("../images/s01_icon.png") center center / 100% 100% no-repeat;
}

.section_tit a span {
    font-size: 16px;
    position: relative;
    padding-right: 25px;
}

.section_tit a span::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 16px;
    right: 0px;
    bottom: 7px;
    background: url("../images/more_icon.png") 0% 0% / 100% 100% no-repeat;
}

.s01_box {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
}

.s01_boxL {
    width: 760px;
    position: relative;
}

.s01_boxL::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 624px;
    right: -45px;
    bottom: 20px;
    background-color: rgb(245, 238, 232);
}

.s01_boxR {
    width: 553px;
}

.s01_tempel {
    display: block;
    justify-content: space-between;
    position: relative;
    margin-top: 25px;
}

.s01_tempel::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 630px;
    background-color: rgb(245, 238, 232);
    right: 555px;
}

.s01_tempel_box {
    width: 760px;
    position: relative;
    overflow: hidden;
}

.s01_tempel_list {
    width: 760px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
}

.s01_img {
    width: 100%;
    height: 370px;
    position: relative;
    overflow: hidden;
}

.s01_img::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    z-index: 2;
    pointer-events: none;
}

.s01_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.s01_tempel_box a:hover .s01_img::after {
    left: 150%;
    transition: 0.6s ease-in-out;
}

.s01_tempel_box a:hover img {
    transform: scale(1.1);
}

.s01_info {
    width: 710px;
    display: flex;
    padding: 25px;
    background-color: rgb(250, 242, 242);
}

.s01_time {
    padding-right: 10px;
    border-right: 1px solid rgb(204, 172, 140);
}

.s01_time p {
    font-size: 34px;
    text-align: center;
    color: rgb(164, 0, 0);
}

.s01_time span {
    font-size: 16px;
    color: rgb(164, 0, 0);
}

.s01_info_nr {
    padding-left: 10px;
}

.s01_info_nr p {
    font-size: 19px;
    color: rgb(64, 64, 64);
}

.s01_info_nr span {
    font-size: 13px;
    color: rgb(102, 102, 102);
    display: block;
    line-height: 1.6;
    margin-top: 10px;
}

.s01_prev,
.s01_next {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.s01_prev {
    background: url("../images/s01_prev.png") center center / 100% 100% no-repeat;
    bottom: 77px;
    right: 0px;
}

.s01_next {
    background: url("../images/s01_next.png") center center / 100% 100% no-repeat;
    right: 0px;
    bottom: 27px;
}

.s01_temList {
    width: 100%;
    padding: 20px;
    border-top: 5px solid rgb(204, 172, 140);
}

.s01_temList span {
    font-size: 14px;
    position: relative;
    display: block;
    color: rgb(153, 153, 153);
}

.s01_temList span::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0px;
    bottom: 1px;
}

.s01_temList p {
    font-size: 16px;
    margin-top: 5px;
    overflow: hidden;
    display:-webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s01_temList::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0px;
    height: 106px;
    bottom: 0px;
    z-index: -1;
    background-color: rgb(245, 238, 232);
}

.s01_temList::after {
    position: absolute;
    content: "";
    width: 0%;
    left: 0px;
    height: 110px;
    bottom: 0px;
    z-index: -1;
    background-color: rgb(164, 0, 0);
    transition: 0.5s;
}

.s01_tempel_list .swiper-slide-thumb-active .s01_temList {
    border-top: 5px solid rgb(164, 0, 0);
}

.s01_tempel_list .swiper-slide {}

.s01_tempel_list .swiper-slide-thumb-active .s01_temList::after {
    width: 100%;
}

.s01_tempel_list .swiper-slide-thumb-active span,
.s01_tempel_list .swiper-slide-thumb-active p {
    color: white;
    font-weight: bold;
}

.section02 {
    background: url("../images/s02_bg.png") center center / 100% 100% no-repeat;
    overflow: hidden;
}

.s02_box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.s02_boxL {
    width: 405px;
}

.s02_boxM {
    width: 405px;
}

.s02_boxLlist {
    width: 100%;
    margin-top: 35px;
}

.s02_boxLlist ul li {
    padding: 20px 0px;
    border-bottom: 1px dashed rgb(153, 153, 153);
    position: relative;
}

.s02_boxLlist ul li::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    background-color: rgb(164, 0, 0);
    left: 0px;
    bottom: 0px;
    transition: 0.5s;
}

.s02_boxLlist ul li:hover::after {
    width: 100%;
}

.s02_boxLlist ul li:hover {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.s02_boxLlist ul li:first-child {
    padding-top: 0px;
}

.s02_boxLlist ul li a {}

.s02_boxLlist ul li span {
    font-size: 12px;
    position: relative;
    padding-left: 16px;
}

.s02_boxLlist ul li span::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: url("../images/s02_icon03.png") no-repeat;
    left: 0px;
    bottom: 4px;
}

.s02_boxLlist ul li p {
    font-size: 18px;
    margin-top: 10px;
}

.s02_boxR {
    width: 450px;
}

.s02_boxRlist {
    margin-top: 35px;
}

.s02_boxRlist ul li {
    margin-top: 33px;
    transition: 0.3s;
}

.s02_boxRlist ul li:hover {
    transform: translateY(-4px);
}

.s02_boxRlist ul li:hover .s02_boxRtime {
    background-color: rgb(164, 0, 0);
}

.s02_boxRlist ul li:hover .s02_boxRtit {
    font-weight: bold;
}

.s02_boxRlist ul li:first-child {
    margin-top: 0px;
}

.s02_boxRlist ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s02_boxRlist ul li a .s02_boxRtime {
    width: 70px;
    height: 60px;
    background-color: rgb(204, 172, 140);
}

.s02_boxRtime p {
    font-size: 24px;
    text-align: center;
    color: white;
    margin-top: 4px;
}

.s02_boxRtime span {
    font-size: 14px;
    text-align: center;
    display: block;
    color: white;
}

.s02_boxRtit {
    width: 81%;
    font-size: 18px;
}

.s02_boxL .section_tit a p::before {
    background: url("../images/s02_icon.png") center center / 100% 100% no-repeat;
}

.s02_boxR .section_tit a p::before {
    background: url("../images/s02_icon02.png") center center / 100% 100% no-repeat;
}

.s02_boxLlist ul li:last-child {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.section03 {
    width: 100%;
    background-color: rgb(251, 249, 247);
    overflow: hidden;
    padding-top: 50px;
}

.s03_box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.s03_boxL {
    width: 610px;
}

.s03_boxL .section_tit a p::before {
    background: url("../images/s03_icon.png") center center / 100% 100% no-repeat;
}

.s03_boxLlist {
    margin-top: 35px;
}

.s03_boxLlist ul li {
    margin-top: 25px;
    transition: 0.3s;
}

.s03_boxLlist ul li:hover {
    transform: translateY(-4px);
}

.s03_boxLlist ul li:first-child {
    margin-top: 0px;
}

.s03_boxLlist ul li a {
    display: flex;
    justify-content: space-between;
    padding: 27px;
    background-color: white;
    border: 1px solid rgb(204, 172, 140);
}

.s03_boxLlist ul li p {
    font-size: 18px;
    width: 68%;
    line-height: 1.6;
}

.s03_boxLlist ul li span {
    display: block;
    width: 150px;
    line-height: 80px;
    text-align: center;
    background: url("../images/s03_icon3.png") center center / 100% 100% no-repeat;
    font-style: italic;
    font-size: 19px;
    font-weight: bold;
    color: rgb(229, 165, 113);
}

.s03_boxR {
    width: 745px;
}

.s03_boxR .section_tit a p::before {
    background: url("../images/s03_icon2.png") center center / 100% 100% no-repeat;
}

.s03_boxRlist {
    margin-top: 35px;
}

.s03_video {
    width: 100%;
    height: 395px;
    overflow: hidden;
    position: relative;
}

.s03_video a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.s03_video a::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    background: url("../images/s03_icon4.png") center center / 100% 100% no-repeat;
    left: 44%;
    top: 40%;
    z-index: 10;
}

.s03_video a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.s03_video p {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    padding: 0px 20px;
    line-height: 50px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.48);
    color: white;
}

.s03_imgSwiper {
    margin-top: 30px;
    padding: 0px 60px;
    position: relative;
}

.s03_next,
.s03_prev {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 34%;
    z-index: 10;
    cursor: pointer;
}

.s03_prev {
    left: -50px;
    background: url("../images/s03_prev.png") center center / 100% 100% no-repeat;
}

.s03_next {
    right: -50px;
    background: url("../images/s03_next.png") center center / 100% 100% no-repeat;
}

.s03_imgSwiper a {
    display: block;
    width: 300px;
    height: 190px;
    overflow: hidden;
}

.s03_imgSwiper a:hover img {
    transform: scale(1.1);
}

.s03_imgSwiper a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.s03_video a:hover img {
    transform: scale(1.1);
}

.footer {
    width: 100%;
    background: url("../images/f_bg.png") center center / 100% 100% no-repeat;
    overflow: hidden;
}

.f_box {
    display: flex;
    justify-content: space-between;
    padding: 25px 0px;
    border-bottom: 1px solid white;
    margin-bottom: 25px;
}

.f_boxL {
    width: 715px;
}

.f_info {
    display: flex;
    width: 515px;
    justify-content: space-between;
    margin-top: 40px;
}

.f_infoBox {}

.f_infoBox span {
    font-size: 16px;
    color: white;
    display: block;
}

.f_infoBox p {
    font-size: 18px;
    color: white;
    margin-top: 5px;
    font-weight: bold;
}

.f_boxR {
    display: flex;
    flex-wrap: wrap;
    width: 260px;
    align-items: stretch;
}

.f_icon {
    width: 260px;
}

.f_icon ul {
    display: flex;
    justify-content: space-between;
}

.f_bq {
    font-size: 14px;
    color: white;
    margin-top: 86px;
}

.s01_boxR ul {
    margin-top: 25px;
}

.s01_boxR ul li {
    width: 100%;
    padding: 20px;
    position: relative;
    margin-top: 19px;
}

.s01_boxR ul li:first-child {
    margin-top: 0px;
}

.s01_boxR ul li a {}

.s01_boxR ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0px;
    height: 88px;
    bottom: 0px;
    z-index: -1;
    background-color: rgb(245, 238, 232);
}

.s01_boxR ul li::after {
    position: absolute;
    content: "";
    width: 0%;
    left: 0px;
    height: 88px;
    bottom: 0px;
    z-index: -1;
    background-color: rgb(164, 0, 0);
    transition: 0.5s;
}

.s01_boxR ul li:hover::after {
    width: 100%;
}

.s01_boxR ul li:hover span {
    color: white;
}

.s01_boxR ul li:hover p {
    color: white;
}

.s01_boxR ul li a p {
    font-size: 18px;
    margin-top: 5px;
}

.s01_boxR ul li a span {
    font-size: 14px;
    position: relative;
    display: block;
    padding-left: 25px;
}

.s01_boxR ul li a span::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../images/s01_icon2.png") center center / 100% 100% no-repeat;
    left: 0px;
    bottom: 1px;
}

.s03_swiper {
    margin-top: 30px;
    margin-bottom: 70px;
    position: relative;
}

.s03_swiper a {
    display: block;
    width: 321px;
    height: 440px;
    position: relative;
    overflow: hidden;
}

.s03_swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s03_info {
    position: absolute;
    width: 100%;
    bottom: -45px;
    height: 230px;
    padding: 0 20px;
    z-index: 1;
    transition: all .5s;
}

.s03_info:after {
    position: absolute;
    content: "";
    background: linear-gradient(to top, #791014, #ffffff00);
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.s03_tit {
    font-size: 23px;
    color: white;
    line-height: 45px;
    position: relative;
}

.s03_tit:after {
    position: absolute;
    content: "";
    width: 135px;
    height: 40px;
    background: linear-gradient(to right, #7a5e4e, #ffffff00);
    left: -19px;
    z-index: -1;
    bottom: 0;
}

.s03_info p {
    font-size: 16px;
    color: #f1c694;
    margin-top: 25px;
    margin-bottom: 15px;
}

.s03_info span {
    font-size: 14px;
    color: white;
    display: block;
    margin-top: 6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.s03_info i {
    display: block;
    font-style: normal;
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
    color: #efc493;
}

.s03_swiper a:hover .s03_info {
    bottom: 0;
}

.section01 .s01_boxR .section_tit a p::before {
    background: url("../images/s02_icon02.png") center center / 100% 100% no-repeat;
}
.s02_boxL .section_tit a p::before{
    background: url(../images/section_icon1.png) no-repeat center;

}
.s02_boxM .section_tit a p::before{
    background: url(../images/section_icon2.png) no-repeat center;
}
.s02_boxR .section_tit a p::before{
    background: url("../images/section_icon3.png") center center / 100% 100% no-repeat;
}
.section03 .section_tit a p::before{
    background: url("../images/s02_icon.png") center center / 100% 100% no-repeat;
}