.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;
    justify-content: right;
    flex-wrap: wrap;
}

.logo img {}

.top_link {
    /* margin-right: 20px; */
    width: auto;
    width: 62%;
    margin-bottom: 15px;
}

.top_link ul {
    display: flex;
    position: relative;
    padding-left: 18px;
}

.top_link ul li {
    transition: 0.3s;
    position: relative;
    padding-left: 9px;
}
.top_link ul li:after{
    content:"";
    position:absolute;
    width: 1px;
    height: 15px;
    background-color: white;
    right: -12px;
    bottom: 1px;
}
.top_link ul li:last-child:after{
    position:absolute;
    content:"";
    width: 18px;
    height: 18px;
    background: url(../images/sjxx.png) no-repeat;
    left: -13px;
    bottom: 0;
}
.top_link ul li:last-child{
    margin-left: 36px;
}
.top_link ul::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: 10px;
    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;
    padding: 0 15px;
}

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;
    min-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%;
    background-color: #6a4b23;
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
    top: 62px;
    background-color: #917859;
}

.nav-item .subNav li:hover a {
    z-index: 1111111111;
    color: white;
    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%;
    background: url(../images/s01_bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.section_tit {
    width: 100%;
}

.section_tit a {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.section_tit a p {
    font-size: 34px;
    color: #404040;
    position: relative;
    padding-left: 71px;
    font-family: fzdbsjw;
}

.section_tit a p i {
    font-style: normal;
    color: #404040;
    font-family: fzdbsjw;
}

.section_tit a p::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 0px;
    bottom: -9px;
}

.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;
    display: block;
}

.section_tit a span::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: 0px;
    bottom: 2px;
    background: url("../images/more_icon.png") 0% 0% / 100% 100% no-repeat;
}

.s01_box {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 55px;
    justify-content: space-between;
}

.s01_boxL {
    width: 100%;
    position: relative;
}


.s01_boxR {
    width: 553px;
}

.s01_boxR ul li {
    margin-top: 21px;
}

.s01_boxR ul li:first-child {
    margin-top: 0;
}

.s01_tempel_list a {
    display: flex;
    justify-content: space-between;
    margin: 16px;
}

.s01_tit {
    font-size: 16px;
    width: 80%;
}

.s01_time1 {
    width: 90px;
    height: 40px;
    background-color: #9ab3c2;
}

.s01_time1 p {
    font-size: 16px;
    text-align: center;
    color: white;
}

.s01_time1 span {
    font-size: 12px;
    text-align: center;
    display: block;
    color: white;
}

.s01_time2 {
    display: none;
    width: 75px;
    height: 100px;
    position: relative;
    z-index: 1;
}

.s01_time2:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: #d8a048;
    z-index: -1;
    transform: rotate(0deg);
    transition: all .5s;
}

.s01_boxR ul li.active .s01_time2:before {
    transform: rotate(45deg);
}

.s01_time2:after {
    content: "";
    position: absolute;
    width: 73px;
    height: 73px;
    border: 1px dashed #d8a048;
    top: 0;
    z-index: -2;
}

.s01_time2 p {
    font-size: 29px;
    text-align: center;
    color: white;
    padding-top: 7px;
    font-family: "fzdbsjw";
}

.s01_time2 span {
    font-size: 16px;
    text-align: center;
    display: block;
    color: white;
    font-family: "fzdbsjw";
}

.s01_tempel_list .swiper-slide-thumb-active .s01_time2 {
    display: block;
}

.s01_tempel_list .swiper-slide-thumb-active .s01_time1 {
    display: none;
}

.s01_tempel_list .swiper-slide-thumb-active .s01_tit {
    margin-top: 22px;
}

.s01_tempel {
    display: block;
    justify-content: space-between;
    position: relative;
    margin-top: 25px;
    display: flex;
}

.s01_tempel::before {
    /* position: absolute; */
    /* content: ""; */
    width: 2px;
    height: 630px;
    background-color: rgb(245, 238, 232);
    right: 555px;
}

.s01_tempel_box {
    width: 820px;
    position: relative;
    overflow: hidden;
    height: 540px;
}

.s01_tempel_list {
    width: 550px;
    overflow: hidden;
    height: 540px;
}

.s01_tempel_list .swiper-slide {
    height: 51px !important;
}

.s01_img {
    width: 100%;
    height: 540px;
    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: 100%;
    display: flex;
    padding: 25px;
    position: absolute;
    padding-bottom: 15px;
    bottom: 0;
    color: white;
    font-size: 18px;
    background: linear-gradient(to top, #6a4b23, transparent);
}

.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_tempel_list .swiper-slide-thumb-active {
    height: 100px !important;
}

.section02 {
    background: url("../images/s02_bg.png") center center / 100% 100% no-repeat;
    overflow: hidden;
}

.s02_box {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.s02_box:before {
    position: absolute;
    content: "";
    width: 1549px;
    height: 865px;
    background: url(../images/s02_icon08.png) no-repeat;
    left: -64px;
    bottom: -119px;
    z-index: -1;
}

.s02_boxL {
    width: 525px;
}

.s02_boxM {
    width: 405px;
}

.s02_boxLlist {
    width: 100%;
    margin-top: 35px;
}

.s02_boxLlist ul li {
    padding: 26px 0;
    border-bottom: 1px solid #9ab3c2;
    transition: all .3s;
}

.s02_boxLlist ul li::after {}

.s02_boxLlist ul li:hover::after {}

.s02_boxLlist ul li:hover {}

.s02_boxLlist ul li:first-child {}

.s02_boxLlist ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s02_boxLlist ul li span {
    font-size: 16px;
    color: #d8a048;
}

.s02_boxLlist ul li:hover {
    transform: translateX(5px);
}

.s02_info {
    width: 350px;
    margin-right: 30px;
}

.s02_time {
    margin-left: 25px;
    position: relative;
}

.s02_time::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 58px;
    background: url(../images/s02_icon04.png) no-repeat center;
    background-size: 100% 100%;
    right: -42px;
    bottom: 0;
}

.s02_boxLlist ul li span::before {}

.s02_boxLlist ul li p {
    font-size: 31px;
    color: #d8a048;
    text-align: center;
}

.s02_boxR {
    width: 800px;
}

.s02_boxRlist {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

.s02_boxR1 {
    width: 395px;
}

.s02_boxR1 ul {}

.s02_boxR1 ul li {
    margin-top: 35px;
}

.s02_boxR1 ul li:first-child {
    margin-top: 0;
}

.s02_boxR1 ul li a {
    display: block;
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
}

.s02_boxR1 ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.s02_boxR1 ul li:hover img {
    transform: scale(1.1);
}

.s02_boxR1 ul li .s02_boxR1_info {

position: absolute;

left: 0;

bottom: 0;

width: 100%;

background-color: #715733ad;

padding: 10px 15px;
}

.s02_boxR1_info p {
    font-size: 16px;
    color: white;
}

.s02_boxR1_info span {
    font-size: 14px;
    color: white;
    display: block;
    margin-top: 5px;
    position: relative;
    padding-left: 20px;
}

.s02_boxR1_info span::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/s02_icon05.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    bottom: 2px;
}

.s02_boxR2 {
    width: 372px;
}

.s02_boxR2 ul {}

.s02_boxR2 ul li {
    width: 100%;
    height: 125px;
    padding: 25px 20px 20px 20px;
    border: 1px solid #9ab3c2;
    margin-top: 25px;
    transition: all .3s;
}

.s02_boxR2 ul li:first-child {

    margin-top: 0;
}

.s02_boxR2 ul li a {
    position: relative;
}

.s02_boxR2 ul li a:before {
    position: absolute;
    content: "";
    width: 31px;
    height: 15px;
    background: url(../images/s02_icon06.png) no-repeat;
    right: 0;
    bottom: 0;
}

.s02_boxR2 ul li:hover a::before {
    background: url(../images/s02_icon07.png) no-repeat;
}

.s02_boxR2 ul li:hover span {
    color: #53a1f7;
}

.s02_boxR2 ul li:hover {
    transform: translateY(-4px);
    border: 1px solid #53a1f7;
}

.s02_boxR2 ul li a p {
    font-size: 18px;
}

.s02_boxR2 ul li a span {
    font-size: 14px;
    color: #9ab3c2;
    display: block;
    margin-top: 5px;
}

.s02_boxR2 ul li a span i {
    font-size: 19px;
    font-style: normal;
}

.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 {}

.section03 {
    width: 100%;
    background-color: rgb(251, 249, 247);
    overflow: hidden;
    padding-top: 50px;
    background: url(../images/s03_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.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);
}

.s045bg {
    width: 100%;
    background: url(../images/s045bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.section04 {
    background: url(../images/s04_bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.section04 .w-1400{
    margin-top: 60px;
    margin-bottom: 60px;
}
.s04_box {
    display: flex;
    justify-content: space-between;
}

.s04_boxL {
    width: 905px;
}

.s04_boxLlist {
    margin-top: 45px;
}

.s04_boxLlist ul {
    padding: 79px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f5f7f9;
    position: relative;
    z-index: 1;
}

.s04_boxLlist ul:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 450px;
    background-color: #9ab3c2;
    left: 100px;
    top: 65px;
    z-index: -1;
}

.s04_boxLlist ul::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 450px;
    background-color: #9ab3c2;
    right: 349px;
    top: 65px;
    z-index: -1;
}

.s04_boxLlist ul li {
    width: 390px;
    margin-top: 25px;
    transition: all .3s;
}

.s04_boxLlist ul li:hover {
    transform: translateY(-4px);
}

.s04_boxLlist ul li:hover .s04_boxLtit {
    font-weight: bold;
}

.s04_boxLlist ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s04_boxLlist ul li:nth-child(n+3) {
    margin-top: 100px;
}

.s04_boxLtime {
    width: 60px;
    position: relative;
}

.s04_boxLtime::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #d8a048;
    border-radius: 100%;
    border: 2px solid white;
    left: 65px;
    bottom: 20px;
}

.s04_boxLtime p {
    font-size: 32px;
    font-weight: bold;
    font-family: fzdbsjw;
    text-align: center;
    color: #d8a048;
}

.s04_boxLtime span {
    font-size: 16px;
    font-family: fzdbsjw;
    color: #d8a048;
    text-align: center;
    display: block;
}

.s04_boxLtit {
    width: 300px;
    font-size: 18px;
    line-height: 1.6;
}

.s04_boxR {
    width: 450px;
}

.s04_boxRlist {
    margin-top: 45px;
}

.s04_boxRlist ul {}

.s04_boxRlist ul li {
    margin-top: 35px;
    transition: all .3s;
}

.s04_boxRlist ul li:first-child {
    margin-top: 0;
}

.s04_boxRlist ul li a {
    display: block;
    width: 450px;
    height: 164px;
}

.s04_boxRlist ul li:hover {
    transform: translateY(-4px);
}

.s04_boxRlist ul li a img {}

.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: 48px 0px;
}

.f_boxL {
    width: 715px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yqlj{
    margin-left: 70px;
}
.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;
}


.s03_swiper {
    margin-top: 30px;
    margin-bottom: 70px;
    position: relative;
}

.s03_swiper a {
    display: block;
    width: 240px;
    height: 340px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding-top: 25px;
    transition: all .3s;
}

.s03_swiper a:hover {
    transform: translateY(-10px);
}

.s03_swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s03_info {
    position: absolute;
    bottom: 0;
    z-index: 1;
    transition: all .5s;
    right: 0;
}

.s03_info:after {
    content: "";
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.s03_tit {
    font-size: 23px;
    color: white;
    line-height: 45px;
    position: relative;
    width: 193px;
    height: 62px;
    text-align: center;
    padding-top: 18px;
}

.s03_tit:after {
    content: "";
    width: 217px;
    height: 62px;
    left: -19px;
    z-index: -1;
    bottom: 0;
    position: absolute;
    background: url(../images/s03_icon5.png) no-repeat center;
    background-size: 100% 100%;
}

.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;
}

.s03_info i {
    display: block;
    font-style: normal;
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
    color: #efc493;
}



.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/s02_icon02.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_icon1.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;
}

.s01_pagtion {
    position: absolute;
    right: 0;
    bottom: 18px;
    z-index: 2;
    display: flex;
    justify-content: right;
}

.s01_pagtion .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: inherit;
    opacity: 1;
    background-color: #a4bfde;
    margin: 0 5px;
}

.s01_pagtion .swiper-pagination-bullet-active {
    background-color: #e89f37;
}

.s01_boxR ul li .s01_time2 {
    display: none;
}


.s01_tempel_list .swiper-slide-thumb-active .s01_time2::before {
    display: block;

    animation: spinAndFadeIn 0.9s ease-out forwards;
}


@keyframes spinAndFadeIn {
    0% {
        opacity: 0;
        transform: rotate(-180deg);
    }

    100% {
        opacity: 1;
        transform: rotate(45deg);
    }
}

.s03_pagetion {
    margin-top: 35px;
}

.s03_pagetion span {}

.s03_pagetion span:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #d8a048;
}

.s03_progressbar {
    margin-top: 15px;
}

.s03_progressbar span {
    background-color: #d8a048;
}

.f_boxR p {
    height: 35px;
    width: 100%;
    font-size: 16px;
    color: white;
    line-height: 35px;
    padding-left: 10px;
    position: relative;
}

.f_boxR p::after {
    position: absolute;
    content: ">";
    width: 14px;
    height: 8px;
    right: 0;
    top: 0;
}

.f_boxR ul {
    /* display: none; */
    position: absolute;
    top: 35px;
    border: 1px solid white;
    background-color: #999999;
    width: 101%;
    border-top: none;
    left: -1px;
    height: 129px;
    overflow-y: scroll;
}

.f_boxR ul li {
    line-height: 26px;
    margin-top: 5px;
}

.f_boxR ul li a {
    font-size: 14px;
    color: white;
    padding-left: 11px;
}


.f_boxR {
    display: flex;
    flex-wrap: wrap;
    width: 210px;
    align-items: stretch;
    border: 1px solid white;
    background-color: #ffffff6b;
    position: relative;

}


.f_boxR p {
    height: 35px;
    width: 100%;
    font-size: 16px;
    color: white;
    line-height: 35px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
    margin: 0;
}


.f_boxR p::after {
    position: absolute;
    content: "∨";
    right: 15px;
    top: 50%;


    transform-origin: center center;

    transform: translateY(-50%) rotate(180deg);
    width: 14px;
    height: auto;
    line-height: 1;
    text-align: center;

    transition: transform 0.3s ease;
    display: inline-block;
}


.f_boxR ul {
    position: absolute;
    top: 35px;
    border: 1px solid white;
    background-color: #999999;
    width: 101%;
    border-top: none;
    left: -1px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    z-index: 10;
    padding: 0;
    margin: 0;
    list-style: none;
}

.f_boxR.active ul {
    max-height: 200px;
    opacity: 1;
    overflow-y: auto;
}


.f_boxR.active p::after {
    transform: translateY(-50%);
}


.f_boxR ul li {
    line-height: 26px;
    margin-top: 5px;
}

.f_boxR ul li a {
    font-size: 14px;
    color: white;
    padding-left: 11px;
    display: block;
    text-decoration: none;
}

.f_boxR ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.f_boxR2 {
    display: flex;
    justify-content: space-between;
    width: 560px;
    align-items: center;
}

.f_box02_info {
    width: 79%;
}

.f_box02_info p {
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.f_box02_info span {
    display: block;
    font-size: 16px;
    color: white;
    margin-top: 11px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.f_box02_info span i{
     width: 165px;
     font-style: normal;
     display: inline-block;
}
.f_box2_evm {}

.f_box2_evm img {
    width: 99px;
    height: 99px;
}

.f_box2_evm p {
    text-align: center;
    color: white;
    font-size: 16px;
    margin-top: 5px;
}

.bq {
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: white;
    background-color: #4d4d4d;
}

.s04_boxL .section_tit a p::before {
    background: url(../images/section_icon4.png) no-repeat center;
    background-size: 100% 100%;

}

.s04_boxR .section_tit a p::before {
    background: url(../images/section_icon5.png) no-repeat center;
    background-size: 100% 100%;
}

.section05 {
    margin-top: 80px;
}

.section05 .section_tit a p::before {}

.s05_swiper {
    margin-top: 65px;
    margin-bottom: 45px;
}

.s05_swiper a {
    display: block;
    width: 203px;
    height: 178px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px;
    overflow: hidden;
    border-radius: 13px;
}

.s05_swiper a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s05_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.s05_pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    outline: 1px solid #005099;
    background-color: white;
    margin: 0 10px;
}

.s05_pagination .swiper-pagination-bullet-active {
    background-color: #005099;
}