/* top----------------------开始 */

.top {
    width: 100%;
    background: url(../images/top_bg.png) no-repeat center;
    overflow: hidden;
    min-width: 1400px;
}

.top_box {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.top_link {
    width: 100%;
    padding-left: 20px;
    color: white;
    margin-top: 20px;
    text-align: right;
}

.top_link a:first-child::before {
    position: absolute;
    content: "";
    background: url(../images/top_home.png) no-repeat left;
    width: 20px;
    height: 21px;
    left: -27px;
}

.top_link a {
    color: white;
    margin: 0px 8px;
    position: relative;
}

.top_link a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background-color: white;
    left: 72px;
    top: 5px;
}

.top_link a:last-child::after {
    display: none;
}

.search_info {
    position: relative;
}

.search {
    margin-top: 20px;
    width: 235px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_int {
    width: 195px;
    height: 35px;
    padding-left: 15px;
    outline: none;
    float: left;
    margin-top: 1px;
}

.search_sub {
    width: 35px;
    height: 36px;
    background: url(../images/search_btn.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.logo,
.search_info {
    margin: 25px 0px;
}

.nav {
    height: 56px;
    line-height: 56px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.nav>ul {
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11111;
}

.nav ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(50rem);
    /* padding-right: 0.18125rem; */
    /* padding-left: 0.16125rem; */
    height: 55px;
    line-height: 56px;
    width: 100%;
    z-index: 111111111111111111111111111111111;
}

a:hover {
    /* color: rgb(6, 89, 176); */
    text-decoration: none;
}

.nav ul li>a {
    font-size: 21px;
    display: block;
    position: relative;
    width: 100%;
    color: black;
    /* text-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px; */
    z-index: 11111111;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav li {
    float: left;
    width: 100% !important;
    height: 38px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.subNav li a {
    line-height: 38px;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav {
    position: absolute;
    z-index: 11111111111111111111111111111111111111111;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    top: 65px;
    width: 100%;
    left: 0rem;
    /* transform: translateY(15%); */
    background-color: white;
    opacity: 0;
}

.nav .subNav li a {
    font-size: 18px;
    color: black;
    text-shadow: none;
    width: 100%;
}

.nav .subNav li:hover {
    background-color: #0fa29d;
    color: white;
    width: 100%;
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
    top: 56px;
}

.nav-item:hover {
    background-color: #84ccc9;
}

.nav-item:hover a {
    color: white;
}

.nav-item .subNav li:hover a {
    font-weight: bold;
    z-index: 1111111111;
    color: white;
}

.top_box {
    position: relative;
    /* height: 1.9rem; */
}

.top_nav p {
    font-size: 17px;
    transition: all .3s;
}

.top_nav p:hover {
    font-weight: bold;
}

.dh_bx {
    background-color: white;
}


/* top----------------------结束 */


/* banner ----------------- 开始 */

.banner,
.banner_bd {
    width: 100%;
    min-width: 1400px;
}

.banner_bd ul li {
    width: 100%;
    height: 591px;
    overflow: hidden;
}

.banner_bd ul li img {
    width: 100%;
    height: 100%;
}

.banner {
    position: relative;
    z-index: 11111;
}

.banner .prev,
.banner .next {
    position: absolute;
    width: 63px;
    height: 64px;
    top: 40%;
    background-size: 100%;
    z-index: 11111111;
    cursor: pointer;
}

.banner .prev {
    background: url(../images/prev.png) no-repeat center;
    right: 20%;
}

.banner .next {
    background: url(../images/next.png) no-repeat center;
    left: 20%;
}

.banner_hd ul {
    display: flex;
    max-width: 300px;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
}

.banner_hd ul li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: white;
    margin: 10px;
    cursor: pointer;
}

.banner_hd ul li.on {
    border: 1px solid white;
    background-color: white;
    width: 55px;
    border-radius: 10px;
    transition: all .3s;
}


/* banner ----------------- 结束 */


/* section_01 ----------------- 开始 */

.section_01 {
    width: 100%;
    background: url(../images/s01_bg.png) no-repeat center;
    overflow: hidden;
    min-width: 1400px;
}

.s01_box {
    margin-top: 46px;
    position: relative;
}

.section_tit {
    /* position: relative; */
    width: 158px;
    margin: 0 auto;
}

.section_tit p {
    font-size: 26px;
    font-weight: bold;
    background: url(../images/s01_tit_bg.png) no-repeat left;
    height: 40px;
    padding-left: 47px;
}

.section_tit a {
    display: block;
    position: absolute;
    right: 0px;
    top: 13px;
    background: url(../images/more_01.png) no-repeat right;
    padding-right: 26px;
    font-size: 15px;
}

.s01_lsit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    margin-bottom: 54px;
}

.s01_01 {
    width: 46%;
    position: relative;
}

.s01_02 {
    width: 53%;
}

.s01_lb_bd {
    width: 100%;
}

.s01_lb_bd ul li a {
    display: block;
    position: relative;
    width: 643px;
    height: 404px;
    overflow: hidden;
}

.s01_lb_bd ul li a img {
    width: 100%;
    height: 100%;
}

.s01_lb_bd ul li a span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 13%;
    height: 76px;
    background-color: #84ccc9;
    color: white;
}

.s01_day {
    font-size: 32px;
    font-family: "avant";
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.s01_year {
    width: 100%;
    font-family: "avant";
    font-size: 18px;
    text-align: center;
}

.s01_lb_bd ul li a .s01_p_box {
    position: absolute;
    right: 0px;
    width: 87%;
    bottom: 0px;
    height: 60px;
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: 111;
    color: white;
    /* padding-left: 18px; */
}

.s01_lb_bd ul li a .s01_p_box p {
    padding: 0px 18px;
}

.s01_lb_bd ul li a div::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    z-index: -1;
}

.s01_lb_hd {
    position: absolute;
    bottom: 60px;
    right: 5px;
    max-width: 300px;
}

.s01_lb_hd ul li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid white;
    margin: 5px;
}

.s01_lb_hd ul li.on {
    background-color: white;
}

.s01_lb_hd ul {
    display: flex;
    justify-content: space-between;
}

.s01_02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s01_02 ul li {
    width: 49%;
}

.s01_02 ul li a {
    display: block;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 11px -5px;
    height: 100%;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    transition: all .3s;
}

.s01_02_time {
    font-size: 16.5px;
    font-family: "avant";
    padding: 0px 17px;
    padding-top: 14px;
}

.line {
    width: 62px;
    height: 1px;
    background-color: #0068b7;
    display: block;
    position: relative;
    margin: 10px 17px;
}

.line::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    right: -5px;
    bottom: -2px;
    border: 1px solid #0068b7;
}

.s01_02 ul li a p {
    padding: 0px 17px;
    font-size: 16.51px;
    height: 44.44px;
    margin-bottom: 20px;
}

.s01_02 ul li {
    margin-top: 16px;
    transition: all .3s;
}

.s01_02 ul li:first-child,
.s01_02 ul li:nth-child(2) {
    margin-top: 0px;
}

.s01_02 ul li:hover .s01_02_time {
    color: #0fa29d;
}

.s01_02 ul li:hover .line {
    background-color: #0fa29d;
}

.s01_02 ul li:hover .line::after {
    border: 1px solid #0fa29d;
}

.s01_02 ul li:hover a {
    border-bottom: 4px solid #84ccc9;
}

.s01_02 ul li:hover {
    transform: translateY(-4px);
}


/* section_01 ----------------- 结束 */


/* section_02 ----------------- 开始 */

.section_02 {
    width: 100%;
    background: url(../images/s02_bg.png) no-repeat center;
    overflow: hidden;
    height: 323px;
    min-width: 1400px;
}

.s02_box {
    margin-top: 46px;
    position: relative;
}

.s02_box .section_tit p {
    color: white;
    background: url(../images/tzgg.png) no-repeat left;
}

.s02_box .section_tit a {
    background: url(../images/more_02.png) no-repeat right;
    color: white;
}

.s02_list ul li {
    width: 33.33%;
}

.s02_list {
    width: 100%;
    margin-top: 40px;
}

.s02_list ul li a {
    display: block;
    width: 442px;
    height: 118px;
    background-color: white;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.s02_list ul li a span {
    width: 69px;
    height: 1px;
    background-color: #0068b7;
    display: block;
    margin-top: 10px;
    position: relative;
}

.s02_list ul li a span::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 100%;
    border: 1px solid #0068b7;
    right: -6px;
    bottom: -3px;
}

.s02_l_hd {
    display: flex;
    justify-content: space-between;
    width: 175px;
}

.s02_list ul li a p {
    font-size: 16px;
}

.s02_list_box {
    padding: 20px 29px;
}

.s02_l_tit {
    font-size: 18px;
    padding-top: 19px;
    height: 46px;
}

.s02_container {
    position: relative;
}

.s02_prev,
.s02_next {
    width: 28px;
    height: 28px;
    /* background-size: 100%; */
    position: absolute;
    bottom: -62px;
    cursor: pointer;
}

.s02_prev {
    background: url(../images/s02_prev.png) no-repeat center;
    right: 46%;
    transition: all .3s;
}

.s02_next {
    background: url(../images/s02_next.png) no-repeat center;
    left: 44%;
    transition: all .3s;
}

.s02_prev:hover {
    background: url(../images/s02_prev_02.png) no-repeat center;
}

.s02_next:hover {
    background: url(../images/s02_next_02.png) no-repeat center;
}


/* section_02 ----------------- 结束 */


/* section_03 ----------------- 结束 */

.section_03 {
    width: 100%;
    background: url(../images/s03_bg.png) no-repeat center;
    overflow: hidden;
    min-width: 1400px;
}

.s03_box {
    margin-top: 46px;
    position: relative;
}

.s03_box .section_tit p {
    background: url(../images/xyfc.png) no-repeat left;
}

.s03_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 72px;
}

.s03_c_01 {
    width: 508px;
    height: 335px;
}

.s03_c_01 a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.s03_c_01 a img {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all .5s;
}

.s03_c_01 a:hover::after {
    display: none;
}

.s03_c_01 a:hover img {
    transform: scale(1.1);
}

.s03_c_01 a:hover p {
    font-weight: bold;
}

.s03_c_01 a::after {
    position: absolute;
    content: "";
    width: 72px;
    height: 72px;
    background: url(../images/bf.png) no-repeat center;
    top: 40%;
    left: 43%;
}

.s03_c_01 a p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: left;
    align-items: center;
    color: white;
    z-index: 1;
    padding-left: 20px;
    font-size: 16px;
}

.s03_c_01 a p::after {
    position: absolute;
    content: "";
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: -1;
    border-bottom-right-radius: 30px;
    bottom: 0px;
}

.s03_c_02 {
    width: 270px;
    height: 335px;
}

.s03_c_02 a {
    display: block;
    width: 100%;
    height: 100%;
}

.s03_c_02 a .s03_c_02_img {
    width: 100%;
    height: 168px;
    overflow: hidden;
}

.s03_c_02_img img {
    width: 100%;
    height: 100%;
}

.s03_c_02_box {
    width: 100%;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7ecef4;
}

.s03_c_02_box p {
    font-size: 22.23px;
    font-weight: bold;
    color: white;
}

.s03_c_03 {
    width: 270px;
    height: 335px;
    position: relative;
    overflow: hidden;
}

.s03_c_03 a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.s03_c_03 a::after {
    content: "";
    position: absolute;
    width: 81px;
    height: 58px;
    left: 38%;
    top: 38%;
    background: url(../images/bs.png) no-repeat center;
    background-size: 100%;
}

.s03_c_03 a img {
    width: 100%;
    height: 100%;
}

.s03_c_03 a p {
    position: absolute;
    top: 61%;
    left: 36%;
    color: white;
    font-size: 22.23px;
    font-weight: bold;
}

.s03_c_04 {
    width: 260px;
    height: 335px;
}

.s03_c_04 a {
    display: block;
    width: 100%;
    height: 100%;
}

.s03_c_04 a .s03_c_04_info {
    width: 100%;
    height: 167px;
    background-color: #84ccc9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s03_c_04 a .s03_c_04_info p {
    color: white;
    font-weight: bold;
    font-size: 22.23px;
}

.s03_c_04_img {
    width: 100%;
    height: 167px;
    overflow: hidden;
}

.s03_c_04_img img {
    width: 100%;
    height: 100%;
}

.s03_c_02:hover img,
.s03_c_03:hover img,
.s03_c_04:hover img {
    transform: scale(1.1);
}

.s03_c_02 img,
.s03_c_03 img,
.s03_c_04 img {
    transition: all .5s;
}


/* section_03 ----------------- 结束 */


/* footer ----------------- 开始 */

.footer {
    width: 100%;
    background: url(../images/footer_bg.png) no-repeat center;
    overflow: hidden;
    min-width: 1400px;
}

.f_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 77px;
    position: relative;
    margin-bottom: 55px;
}

.f_info p {
    width: 100%;
    color: white;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.f_info span {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0px;
    top: 11%;
}

.f_bt {
    width: 100%;
    height: 48px;
    background-color: #0565c0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f_bt p {
    color: white;
}


/* footer ----------------- 结束 */


/* list */

.static-img {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.static-img img {
    width: 100%;
}

.list-center {
    width: 100%;
    margin: 0 auto;
    background-color: rgb(255, 253, 246);
    padding-top: 35px;
}

.search-left {
    position: relative;
    float: left;
    width: 264px;
    /* background-color: #fff; */
    margin-right: 19px;
    margin-top: -106px;
}

.search-tit {
    position: relative;
    /* background: url(../images/nt-topic.png) no-repeat center; */
    padding-top: 43px;
    background-color: #005b9f;
    /* padding-bottom: 25px; */
    width: 264px;
    height: 126px;
    text-align: center;
    /* padding-left: 130px; */
    background-size: 320px auto;
}

.search-tit p {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.search-tit i {
    font-size: 16px;
    color: #fff;
}

.search-tit span {
    position: absolute;
    right: 55px;
    width: 30px;
    height: 30px;
    top: 25px;
    /* background: url(../images/sub-down.png) no-repeat center; */
}

.nav-item:hover {
    background-color: #0853a8;
    color: white;
}

.l_list_box {
    width: 100%;
}

.nav-item:hover a {
    color: white;
}

.nav-item:hover .hd {
    color: white;
}

.nav-item-li a:hover {
    background-color: #00479d;
    color: white;
    width: 100%;
    margin: 0 auto;
}

.search-right {
    padding-top: 35px;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 30px 50px 30px;
    min-height: 300px;
}

.search-nav {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    line-height: 32px;
}

.search-nav h2 {
    float: left;
    font-size: 18px;
    color: #00479d;
    border-left: 5px solid #00479d;
    padding-left: 12px;
}

.position {
    float: right;
    padding-left: 25px;
    background: url(../images/position.png) no-repeat left;
}

.search-list>ul>li {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #dfdfdf;
    /* margin-top: 5px; */
}

.search-list>ul>li>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.search-list li .search-date p {
    font-size: 27px;
    line-height: 38px;
    position: relative;
    background-color: #0068b7;
    color: white;
    font-family: "???’??a�???a�????|???’???￠???￠?￠a???????????￠?￠a�????…a�????’?￠a??????a�????1???’??a�???a�????|???’?￠a??????a�????-???’?￠a??????a�????￡???’??a�???a�????￥???’???￠???￠?￠a??????????a�????|???’?￠a??????a�????°???’??a�???a�????¤???’?￠a??????a�????o???’?￠a??????a�????-???’??a�???a�????¤???’?￠a??????a�????????’?￠a??????a�????-???’??a�???a�????????’?￠a??????a�????????’???￠???￠?￠a??????????a�1?…a�?_GBK.TTF";
}

.search-date span {
    font-size: 12px;
    position: relative;
    line-height: 39px;
}

.search-date {
    background-color: rgb(236, 236, 236);
    width: 69px;
    height: 72px;
    text-align: center;
    margin-left: 30px;
    color: black;
    transition: all .3s;
}

.background-images img {
    width: 100%;
    height: 841px;
}

.search-list-tit {
    display: block;
    margin-left: 68px;
    height: 41px;
    font-size: 14px;
    line-height: 25px;
    color: black;
    margin-top: 2px;
    transition: all .3s;
}

.search-last-text {
    overflow: hidden;
    padding-left: 23px;
    padding-top: 6px;
}

.search-last-text h1 {
    font-size: 18px;
    font-weight: normal;
    padding-left: 24px;
    list-style: 1;
    color: #090909;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 350px;
}

.search-last-text p {
    font-size: 14px;
    line-height: 22px;
    color: #767676;
    margin-top: 10px;
    text-indent: 2em;
    overflow: hidden;
    height: 44px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-list ul li {
    transition: all .3s;
}

.search-list ul li:hover {
    transform: translateY(-2px);
}

.search-left>ul>li.on a {
    background: #2274bd;
    color: #fff;
    width: 184px;
    height: 22px;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-list ul li:hover .search-last-text h1 {
    font-weight: bold;
}

.value-tit h4 {
    font-size: 20px;
    line-height: 1;
    margin-top: 40px;
    color: #090909;
    text-align: center;
}

.value-tit-p {
    font-size: 14px;
    line-height: 40px;
    background-color: #f4f4f4;
    color: #767676;
    text-align: center;
    text-indent: 2em;
    margin-top: 15px;
}

.value-tit-p span {
    display: inline-block;
    margin: 0 8px;
}

.value-text p {
    font-size: 16px;
    color: #818181;
    margin-top: 30px;
    white-space: normal;
    text-indent: 2em;
    color: black;
    text-align: justify;
    text-indent: 2em;
}

.search-left ul {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: rgb(242, 242, 242);
}

.search-left ul li {
    position: relative;
}

.search-left ul li a {
    display: block;
    padding: 15px 40px;
    font-size: 18px;
    color: #090909;
    width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-left ul li span {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 20px;
    height: 20px;
    transition: all .3s;
    background: url(../images/zk.png) no-repeat center;
}

.search-left ul li:hover span {
    width: 51px;
    background: url(../images/zk-other.png) no-repeat center;
}

.value-text-link {
    margin-top: 42px;
}

.value-text-link a {
    margin: 30px 0;
    color: rgb(0, 95, 189);
}

.value-text-link div {
    margin: 15px 0;
}

.value-text-link a:hover {
    color: rgb(0, 95, 189);
}

.f_info span::before {
    position: absolute;
    content: "";
    background: url(../images/vx_v1.jpg) no-repeat center;
    left: 105px;
    width: 0px;
    height: 100px;
    bottom: 12px;
    background-size: 100%;
    transition: all .3s;
}

.s01_lb_bd ul li:hover img {
    transform: scale(1.1);
}

.s02_list ul li {
    padding-top: 4px;
    transition: all .3s;
}

.s02_list ul li:hover {
    transform: translateY(-4px);
}

.s01_lb_bd ul li img {
    transition: all .5s;
}

.f_info span:hover::before {
    width: 100px;
}