.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: 260px;
    height: 40px;
    outline: none;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.31);
    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%;
    background-color: rgb(49, 106, 185);
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
    top: 62px;
    background-color: rgb(61, 125, 213);
}

.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: 100%;
    height: 100%;
}

.banner .banner_prev img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner_next, .banner_prev {
    width: 40px;
    height: 40px;
    top: 50%;
    z-index: 11;
    cursor: pointer;
    border-radius: 100%;
}

.banner_next {
    right: 18%;
}

.banner_prev {
    left: 18%;
}

.banner_box {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 10;
}

.banner_box .w-1400 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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;
    /* background: url("../images/s01_bg.png") center center / 100% 100% no-repeat; */
}
.s01_bg{
    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: rgb(64, 64, 64);
    position: relative;
    padding-left: 15px;
    font-family: fzdbsjw;
    z-index: 1;
}

.section_tit a p i {
    font-style: normal;
    color: rgb(64, 64, 64);
    font-family: fzdbsjw;
}

.section_tit a p::before {
    position: absolute;
    content: "";
    width: 210px;
    height: 30px;
    z-index: -1;
    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: 73px;
    height: 70px;
    right: 0px;
    bottom: -25px;
    background: url("../images/more_icon.png") 0% 0% / 100% 100% no-repeat;
}

.s01_box {
    width: 100%;
    margin-top: 25px;
    padding-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_tempel {
    display: block;
    justify-content: space-between;
    position: relative;
    margin-top: 55px;
}

.s01_tempel::before {
    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: 480px;
    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 25px 15px;
    position: absolute;
    bottom: 0px;
    color: white;
    font-size: 18px;
    background: linear-gradient(to top, rgb(7, 83, 167), transparent);
    align-items: center;
}

.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: 8px;
    border-top: 5px solid rgb(48, 137, 235);
}

.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;
}

.s01_temList::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0px;
    height: 106px;
    bottom: 0px;
    z-index: -1;
    background-color: white;
}

.s01_temList::after {
    position: absolute;
    content: "";
    width: 0%;
    left: 0px;
    height: 85px;
    bottom: 0px;
    z-index: -1;
    transition: 0.5s;
    background: url("../images/s01_active.png") 0% 0% / 100% 100% no-repeat;
}

.s01_tempel_list .swiper-slide-thumb-active .s01_temList {
    border-top: 5px solid rgb(48, 137, 235);
}

.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-color: rgb(246, 250, 255); */
    margin-bottom: 65px;
}

.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: 35px 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;
    position: relative;
    padding-left: 25px;
}

.f_infoBox p {
    font-size: 18px;
    color: white;
    margin-top: 10px;
    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: 55px;
}

.s01_boxR {
    width: 553px;
}

.s01_boxR ul {
    margin-top: 55px;
}

.s01_boxR ul li {
    width: 100%;
    padding: 12px 17px;
    position: relative;
    margin-top: 25px;
    z-index: 1;
    overflow: hidden;
}

.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(242, 248, 255);
}

.s01_boxR ul li::after {
    position: absolute;
    content: "";
    width: 0%;
    left: 0px;
    height: 88px;
    bottom: 0px;
    z-index: -1;
    background-color: rgb(0, 71, 157);
    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;
}

 

.section01 .s01_boxR .section_tit a p::before {
}
 

.s01_pagtion {
    position: absolute;
    right: 0px;
    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: rgb(164, 191, 222);
    margin: 0px 5px;
}

.s01_pagtion .swiper-pagination-bullet-active {
    background-color: rgb(232, 159, 55);
}

@keyframes spinAndFadeIn {
    0% {
        opacity: 0;
        transform: rotate(-180deg);
    }

    100% {
        opacity: 1;
        transform: rotate(45deg);
    }
}

 
 

.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: 0px;
    top: 0px;
}

.f_boxR ul {
    position: absolute;
    top: 35px;
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentcolor white white;
    border-image: initial;
    background-color: rgb(153, 153, 153);
    width: 101%;
    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: rgba(255, 255, 255, 0.42);
    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: 0px;
}

.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;
    display: inline-block;
}

.f_boxR ul {
    position: absolute;
    top: 35px;
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentcolor white white;
    border-image: initial;
    background-color: rgb(153, 153, 153);
    width: 101%;
    left: -1px;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s, opacity 0.3s;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    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: 500px;
    align-items: center;
}

.f_box02_info {
}

.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;
}

.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: rgb(77, 77, 77);
}

.section_tit a p::before {
    background: url("../images/s01_icon.png") center center / 100% 100% no-repeat;
}

.section_tit a p::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../images/section_icon1.png") center center / 100% 100% no-repeat;
    right: -30px;
    top: -11px;
}

.s01_info span {
    font-size: 16px;
    color: rgb(248, 181, 81);
    font-family: fzdbsjw;
    position: relative;
    padding-left: 27px;
    margin-right: 11px;
}

.s01_info span::before {
    position: absolute;
    content: "";
    background: url("../images/s01_icon2.png") center center / 100% 100% no-repeat;
    width: 21px;
    height: 19px;
    left: 0px;
    bottom: 0px;
}

.s01_time {
    width: 70px;
}

.s01_time p {
    font-size: 20px;
    color: rgb(0, 71, 157);
    text-align: center;
    background-color: rgb(242, 248, 255);
    line-height: 30px;
    font-family: fzdbsjw;
}

.s01_time span {
    font-size: 16px;
    color: white;
    background-color: rgb(0, 71, 157);
    display: block;
    width: 100%;
    text-align: center;
    line-height: 28px;
    font-family: fzdbsjw;
}

.s01_Rinfo {
    font-size: 18px;
    width: 84%;
}

.yqlj {
    display: flex;
    justify-content: right;
}

.f_boxR {
    display: flex;
    flex-wrap: wrap;
    width: 210px;
    align-items: stretch;
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.42);
    position: relative;
    margin-top: 15px;
}

.f_icon {
    width: 260px;
}

.f_icon ul {
    display: flex;
    justify-content: space-between;
}

.f_bq {
    font-size: 14px;
    color: white;
    margin-top: 117px;
    text-align: right;
}

.f_boxR p {
    height: 35px;
    width: 100%;
    font-size: 16px;
    color: white;
    line-height: 35px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
    margin: 0px;
}

.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;
    display: inline-block;
}

.f_boxR ul {
    position: absolute;
    top: 35px;
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentcolor white white;
    border-image: initial;
    background-color: rgb(153, 153, 153);
    width: 101%;
    left: -1px;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s, opacity 0.3s;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    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_infoBox span::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0px;
    bottom: 0px;
}

.f_location::after {
    background: url("../images/f_location.png") center center / 100% 100% no-repeat;
}

.f_phone::after {
    background: url("../images/f_phone.png") center center / 100% 100% no-repeat;
}

.f_emil::after {
    background: url("../images/f_emil.png") center center / 100% 100% no-repeat;
}

.s02_box {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.s02_boxL {
    width: 800px;
}

.s02_boxL ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s02_boxL ul li {
    width: 385px;
    padding: 15px;
    border-top: 2px solid rgb(0, 71, 157);
    background: url("../images/s02_icon.png") center center / 100% 100% no-repeat;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
    transition: 0.3s;
}

.s02_boxL ul li:hover {
    background: url("../images/s02_icon02.png") center center / 100% 100% no-repeat;
    transform: translateY(-4px);
}

.s02_boxL ul li:hover span {
    color: white;
}

.s02_boxL ul li:hover p {
    color: white;
}

.s02_boxL ul li:nth-child(n+3) {
    margin-top: 25px;
}

.s02_boxL ul li a {
}

.s02_boxL ul li:first-child {
}

.s02_boxL ul li a p {
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.6;
}

.s02_boxL ul li a span {
    font-size: 14px;
}

.s02_boxR {
    width: 550px;
    margin-top: -58px;
}

.s02_tit {
    background-color: rgb(0, 71, 157);
    height: 80px;
    overflow: hidden;
}

.s02_tit a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.s02_tit a p {
    font-size: 35px;
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 1;
    padding-left: 10px;
}

.s02_tit a p::before {
    position: absolute;
    content: "";
    width: 210px;
    height: 30px;
    background: url("../images/s02_icon04.png") center center / 100% 100% no-repeat;
    left: 0px;
    bottom: -10px;
    z-index: -1;
}

.s02_tit a p::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../images/s02_icon05.png") center center / 100% 100% no-repeat;
    right: -29px;
    top: -6px;
}

.s02_tit a span {
    font-size: 16px;
    color: white;
    position: relative;
    padding-right: 55px;
}

.s02_tit a span::after {
    position: absolute;
    content: "";
    width: 31px;
    height: 32px;
    background: url("../images/s02_icon06.png") center center / 100% 100% no-repeat;
    right: 15px;
    bottom: -5px;
}

.s02_boxR ul {
    border: 1px solid rgb(195, 195, 195);
    padding: 20px 15px;
    background-color: white;
}

.s02_boxR ul li {
    padding: 20px 0px;
    border-bottom: 1px dashed rgb(233, 233, 233);
    transition: all .3s;
}

.s02_boxR ul li:first-child {
    padding-top: 0px;
}

.s02_boxR ul li:last-child {
    padding-bottom: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.s02_boxR ul li a {
}

.s02_boxR ul li a span {
    font-size: 14px;
    color: #00479d;
    position: relative;
    padding-left: 20px;
}
.s02_boxR ul li a span::before{
    position: absolute;
    content: "";
    width: 15px;
    height: 14px;
    background: url(../images/s02_icon07.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    bottom: 2px;
}
.s02_boxR ul li a p {
    font-size: 18px;
    margin-top: 3px;
}
.s02_boxR ul li:hover{
    transform: translateY(-4px);
}
.section03{
padding-top: 55px;
background: url(../images/s03_bg.png) no-repeat center;
background-size: 100% 100%;
}
.s03_box{
    margin-top: 55px;
    padding-bottom: 50px;
}
.s03_box ul{
    display: flex;
    flex-wrap: wrap;
}
.s03_box ul li{
    width: 440px;
    margin-left: 40px;
    padding: 20px 0 25px 0px;
    border-top: 1px solid #d4e3f6;
    border-bottom: 1px solid #d4e3f6;
}
.s03_box ul li:nth-child(3n+1){
    margin-left: 0;
}
.s03_box ul li:nth-child(n+4){
    margin-top: 40px;
}
.s03_box ul li a{}
.s03_box ul li a span{
    font-size: 16px;
    color: #00479d;
    position: relative;
    padding-left: 22px;
}
.s03_box ul li a span::before{
    position: absolute;
    content: "";
    background: url(../images/s03_icon2.png) no-repeat center;
    background-size: 100%;
    width: 16px;
    height: 15px;
    background-size: 100% 100%;
    left: 0;
    bottom: 3px;
}
.s03_box ul li a p{
    font-size: 18px;
    margin-top: 5px;
    line-height: 1.6;
    height: 57px;
}
.s03_box ul li:hover{
    background: url(../images/s03_icon.png) no-repeat center;
    background-size: 100% 100%;
    padding: 20px 20px 25px 20px;
    transform: translateY(-4px);
}
.s03_box ul li:hover p{
    color: white;
}
.s03_box ul li:hover span{
    color: white;
}
.s03_box ul li:hover span::before{
    background: url(../images/s03_icon3.png) no-repeat center;
    background-size: 100% 100%;
}

.yqlj p {
    height: 35px;
    width: 100%;
    font-size: 16px;
    color: white;
    line-height: 35px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.yqlj 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;
}

.yqlj 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;
}

.yqlj ul li {
    line-height: 26px;
    margin-top: 5px;
}

.yqlj ul li a {
    font-size: 14px;
    color: white;
    padding-left: 11px;
    display: block;
    text-decoration: none;
}

.yqlj {
    display: flex;
    flex-wrap: wrap;
    width: 210px;
    align-items: stretch;
    border: 1px solid white;
    background-color: #ffffff6b;
    position: relative;
    height: 35px;
}

.yqlj.active ul {
    max-height: 200px;
    opacity: 1;
    overflow-y: auto;
}