@charset "UTF-8";

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'montserrat_thin', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

table, td, tr, ul, ol, li, dl, dd, dt, p, input, form, em, p, img, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333
}

img {
    display: block
}

input, textarea {
    outline: none;
}

button {
    padding: 0;
    background-color: unset
}

.img {
    position: relative;
    display: block;
}

.img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p img {
    display: inline
}

.nowrap {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.line_num {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public_bc {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

:root {
    --fz12: 12px;
    --fz13: 13px;
    --fz14: 14px;
    --fz16: 16px;
    --fz18: 18px;
    --fz20: 20px;
    --fz22: 22px;
    --fz24: 24px;
    --fz26: 26px;
    --fz30: 30px;
    --fz32: 32px;
    --fz56: 56px;
}

/*主体宽度：1520px*/
.main_width {
    width: 79.167%;
    margin: 0 auto;
}

.body_after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 21;
    display: none
}

.body_after.active {
    display: block;
}

.head_top_bg {
    width: 100%;
}

.head_top {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.head_top > a {
    width: 38.882%
}

.head_top .img {
    width: 100%;
    padding-bottom: 17.4%;
    margin: 12px 0;
}

.head_top .little_nav {
    width: 35.798%;
    display: flex;
    flex-direction: column;
}

.head_top .little_nav .top {
    display: flex;
    justify-content: space-between;
    min-width: 400px;
    color: #ffffff;
}

.head_top .little_nav .top a {
    font-size: var(--fz16);
    color: #FFFFFF;
    line-height: 21px;
    position: relative;
}

.head_top .little_nav .top a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    display: none;
    animation: a_forward 0.2s ease;
}

.head_top .little_nav .top a:hover::after {
    display: block;
}

@keyframes a_forward {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

.head_top .little_nav .search {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 37px;
}

.head_top .little_nav .search button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: none;
}

.head_top .little_nav .search img {
    width: 100%;
    height: 100%;
}

.head_top .little_nav .search form {
    width: 40.625%;
    padding: 5px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.head_top .little_nav .search input {
    border-radius: 18px;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.head_top .m_nav {
    display: none
}

.head_top .phone_nav {
    display: none;
    animation: phone_nav_none 0.5s ease;
}

@keyframes phone_nav_none {
    0% {
        width: 400px
    }
    100% {
        width: 0;
    }
}

.head_bottom_bg.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%
}

.head_bottom {
    display: flex;
    justify-content: space-between;
}

.head_bottom .nav {
    width: 100%
}

.head_bottom .nav > ul {
    display: flex;
    justify-content: space-around;;
    width: 100%;
    align-items: center;
}

.head_bottom .nav > ul > li {
    position: relative;
    width: 11.153%
}

.head_bottom .nav > ul > li > a {
    font-size: var(--fz22);
    color: #FFFFFF;
    line-height: 29px;
    padding: 21px 0;
    display: block;
    width: 100%;
    text-align: center;
    transition: all 0.5s ease;
}

.head_bottom .nav > ul > li:hover {
    background-color: #FFFFFF;
}

.head_bottom .nav > ul > li:hover > a {
    color: #5E60A8
}

.head_bottom .dropdown {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.5);
}

.head_bottom .dropdown ul li {
    position: relative
}

.head_bottom .dropdown ul li a {
    font-size: var(--fz16);
    color: #333333;
    line-height: 21px;
    padding: 12px 0;
    display: block;
    text-align: center;
    width: 100%
}

.head_bottom .dropdown ul li a:hover {
    background-color: #1D2088;
    color: #ffffff;
}

.head_bottom .dropdown {
    display: none;
}

.head_bottom .nav > ul > li:hover .dropdown {
    display: block;
}

.head_bottom .nav .three_nav {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 100%;
    display: none
}

.head_bottom .nav .three_nav li {
    background-color: rgba(255, 255, 255, 0.5);
}

.head_bottom .nav .three_nav a {
    white-space: nowrap
}

.head_bottom .dropdown ul li:hover .three_nav {
    display: block
}

.index_banner {
    width: 100%;
}

.index_banner .img {
    width: 100%;
    padding-bottom: 34.5%
}

.index_banner video {
    width: 100%;
    max-height: 657px
}

.index_banner .banner_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 7;
}

.index_banner .banner_text .text .text_inner {
    width: 39.473%;
    padding: 19px 0;
    background: rgba(0, 0, 0, 0.26);
}

.index_banner .banner_text p {
    font-size: var(--fz20);
    color: #FFFFFF;
    line-height: 26px;
    box-sizing: border-box;
    text-align: center;
    -webkit-line-clamp: 1;
    white-space: normal
}

.index_banner {
    position: relative;
}

.index_banner .index_banner_swiper {
    overflow: hidden
}

.index_banner .index_banner_pointer {
    position: absolute;
    bottom: 27px;
    right: 296px;
    z-index: 16;
}

.index_banner .index_banner_pointer .swiper-pagination-bullet {
    border: 1px solid #ffffff;
    background-color: unset;
}

.index_banner .index_banner_pointer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.little_img {
    position: absolute;
    bottom: -93px;
    left: 50%;
    z-index: 8;
    transform: translateX(-50%);
    width: 12.604%;
    cursor: pointer
}

.little_img:hover {
    bottom: -88px;
    animation: little_img_forward 0.5s ease;
}

.little_img .img {
    width: 100%;
    padding-bottom: 70%;
}

.little_img .img p {
    font-size: var(--fz20);
    color: #5E60A8;
    line-height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.little_img:hover .img p {
    color: #151adb
}

@keyframes little_img_forward {
    0% {
        bottom: -93px
    }
    100% {
        bottom: -88px
    }
}


.index_first_bg {
    background-image: url("../images/first_bg.png");
    padding-top: 100px;
}

.index_first {
    display: flex;
    justify-content: space-between;
}

.index_first .first_left {
    width: 65.789%;
}

.index_first .first_right {
    width: 31.579%;
}

.index_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 12px 0;
}

.index_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid rgba(28, 32, 135, 0.2);
}

.index_first .first_left .list {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)
}

.index_title .img_text {
    display: flex;
}

.index_title .img_text img {
    width: 36px;
    height: 26px;
    margin-right: 12px;
}

.index_title .img_text h2 {
    font-size: var(--fz26);
    color: #5E60A8;
    line-height: 26px;
    font-weight: normal;
}

.index_title .index_more {
    display: flex;
    align-items: center;
}

.index_title a {
    font-size: var(--fz24);
    color: #999999;
    line-height: 24px;
}

.index_title a:hover {
    color: #5E60A8;
}

.index_title .index_more img {
    width: 22px;
    height: 22px;
}

.index_first .left_content {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-row-gap: 40px;
    padding: 40px 0;
    justify-content: space-between;
}

.index_first .list .img {
    padding-bottom: 56.5%;
    cursor: pointer;
    overflow: hidden;
}

.index_first .list .img img {
    z-index: 7;
    transition: all 0.5s ease;
}

.index_first .list .img img:hover {
    transform: scale(1.1)
}

.index_first .list .play_video {
    position: relative;
}

.index_first .list .play_video video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    height: 100%
}

.index_first .list .img.active img {
    display: none
}

.index_first .list h3 {
    font-size: var(--fz18);
    color: #333333;
    line-height: 28px;
    font-weight: normal;
    -webkit-line-clamp: 1;
    padding-top: 15px;
    position: relative;
    margin-bottom: 16px;
}

.index_first .list h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 9.601%;
    border-bottom: 2px solid #5F61A8;
    transition: all 0.5s ease
}

.index_first .list p {
    font-size: var(--fz14);
    color: #999999;
    line-height: 22px;
    -webkit-line-clamp: 2;
    margin-bottom: 24px;
}

.index_first .list span {
    font-size: var(--fz14);
    color: #5F61A8;
    line-height: 19px;
}

.index_first .list .text {
    padding: 16px 24px 25px;
    box-sizing: border-box;
}

.index_first .list .text:hover h3 {
    color: #5F61A8;
    transition: all 0.5s
}

.index_first .list .text:hover h3::before {
    width: 100%;
}

.index_first .list .text:hover p {
    color: #5F61A8;
    transition: all 0.5s
}

.index_first .first_right .right_content {
    padding-top: 40px;
}

.index_first .first_right .list {
    min-height: 480px
}

.index_first .first_right .list:nth-of-type(1) {
    padding-bottom: 60px;
}

.index_first .first_right .right_content .text_list {
    display: flex;
    justify-content: space-between;
}

.index_first .first_right .text_list {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.index_first .first_right .text_list p {
    font-size: var(--fz18);
    color: #333333;
    line-height: 24px;
    position: relative;
    padding-left: 28px;
    -webkit-line-clamp: 1;
    white-space: normal
}

.index_first .first_right .text_list:hover p {
    color: #5E60A8
}

.index_first .first_right .text_list p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-left: 12px solid #C8C8C8;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.index_second_bg {
    background-image: url("../images/second_bc.png");
    padding: 50px 0;
}

.index_second_swiper_outside {
    padding-top: 40px;
    position: relative;
}

.index_second_swiper .second_list .img {
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
}

.index_second_swiper .second_list .img img {
    transition: all 0.5s ease
}

.index_second_swiper .second_list .img img:hover {
    transform: scale(1.1);
}

.index_second_swiper .second_list .second_content {
    padding: 0 24px 24px;
}

.index_second_swiper .second_list {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.index_second_swiper .second_list .line {
    border-bottom: 2px solid #5F61A8;
    margin-top: 16px;
    width: 11.582%;
    transition: all 0.5s ease;
}

.index_second_swiper .second_list:hover .line {
    width: 100%;
}

.index_second_swiper .second_list h2 {
    font-size: var(--fz18);
    color: #333333;
    line-height: 28px;
    margin: 16px 0;
    -webkit-line-clamp: 2;
    font-weight: normal;
}

.index_second_swiper .second_list:hover h2 {
    color: #5F61A8
}

.index_second_swiper .second_list p {
    font-size: var(--fz14);
    color: #999999;
    line-height: 22px;
    -webkit-line-clamp: 3
}

.index_second_swiper .second_list:hover p {
    color: #5F61A8
}

.index_third {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.index_third .third_left {
    width: 31.579%
}

.index_third .third_right {
    width: 65.789%
}

.index_third .third_left .list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.index_third .third_left .left_content {
    padding-top: 40px;
}

.index_third .third_left .list p {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 24px;
    -webkit-line-clamp: 1
}

.index_third .third_left .list p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-left: 12px solid #C8C8C8;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.index_third .third_left .list:hover p {
    color: #5E60A8;
}

.index_third .third_left .list:hover span {
    color: #5E60A8;
}

.index_third .third_right .right_content {
    padding-top: 40px;
}

.index_third .third_right .right_content .list {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;


    box-shadow: 0 8px 14px -8px rgba(0, 0, 0, 0.2);
    padding-bottom: 24px;
}

.index_third .third_right .right_content .list:nth-of-type(1) {
    margin-bottom: 40px;
}

.index_third .third_right .right_content .list a {
    /*width: 47.6%;*/
    padding-bottom: 20px;
}

.index_third .third_right .right_content .inner_list .top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 27px;
}

.index_third .third_right .right_content .inner_list .top h2 {
    font-size: var(--fz18);
    color: #333333;
    line-height: 32px;
    font-weight: normal;
    -webkit-line-clamp: 2
}

.index_third .third_right .right_content .inner_list:hover h2 {
    color: #5E60A8;
}

.index_third .third_right .right_content .inner_list .top img {
    width: 18px;
    height: 18px;
    padding-top: 7px;
    padding-right: 16px;
}

.index_third .third_right .right_content .inner_list .bottom {
    display: flex;
    justify-content: space-between;
}

.index_third .third_right .right_content .inner_list .bottom .img {
    width: 16.807%;
    padding-bottom: 23%
}

.index_third .third_right .right_content a:nth-of-type(2) .bottom .img {
    width: 33.193%
}

.index_third .third_right .right_content .inner_list .bottom .bottom_content {
    width: 77.941%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index_third .third_right .right_content a:nth-of-type(2) .inner_list .bottom .bottom_content {
    width: 61.092%
}

.index_third .third_right .right_content .inner_list .bottom .bottom_content .line {
    width: 100%;
    border-bottom: 2px solid #F7F7F7;
}

.index_third .third_right .right_content .inner_list .bottom .bottom_content .inner {
    display: flex;
    align-items: center;
}

.index_third .third_right .right_content .inner_list .bottom .bottom_content .inner img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.index_third .third_right .right_content .inner_list .bottom .bottom_content .inner p {
    font-size: var(--fz14);
    color: #333333;
    line-height: 14px;
}


.index_fourth {
    display: flex;
    justify-content: space-between;
    padding: 57px 0 49px;
}

.index_fourth .fourth_img {
    width: 48.684%
}

.index_fourth .fourth_video {
    width: 48.684%
}

.index_fourth .fourth_img_inner {
    display: grid;
    grid-template-columns: repeat(2, 48.919%);
    justify-content: space-between;
    grid-row-gap: 16px;
    padding-top: 40px
}

.index_fourth .fourth_img_inner .img {
    width: 100%;
    padding-bottom: 43.5%;
    overflow: hidden;
}

.index_fourth .fourth_img_inner .img img {
    transition: all 0.5s ease;
}

.index_fourth .fourth_img_inner .img img:hover {
    transform: scale(1.1)
}

.index_fourth .fourth_video {
    position: relative;
    display: flex;
}

.index_fourth .fourth_video video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.index_fourth .fourth_video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 4;
}

.index_fourth .fourth_video.active::after {
    display: none;
}

.index_fourth .fourth_video .one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.index_fourth .fourth_video .one.active {
    display: none
}

.index_fourth .fourth_video .two {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: none;
    cursor: pointer;
}

.index_fourth .fourth_video:hover .two {
    display: block
}

.index_fourth .fourth_video .two.active {
    display: none;
}

/*底部主体宽度1382px*/
.foot_width {
    width: 71.979%;
    margin: 0 auto;
}

.footer_main_bg {
    background-image: url("../images/04.png");
    padding-top: 81px;
}

.footer_main {
    padding-bottom: 56px;
}

.footer_main .foot_title {
    display: flex;
    justify-content: center;
}

.footer_main .foot_title h3 {
    font-size: .36rem;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1em;
    padding-left: 10px;
}

.footer_main .footer_top {
    display: grid;
    grid-template-columns: 17% 17% 17% 17% 17% 17%;
    grid-row-gap: 20px;
    justify-content: space-between;
    padding: 59px 0;
}

.footer_main .footer_top a {
    /*width: 9.696%;*/
}

.footer_main .footer_list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.footer_main .footer_list img {
    width: 78px;
    height: 78px;
}

.footer_main .footer_list:hover img {
    filter: grayscale(80%);
    transition: all 0.5s
}

.footer_main .footer_list h3 {
    font-size: var(--fz22);
    color: #FFFFFF;
    line-height: 29px;
    text-align: center;
    margin-top: 16px;
    width: 120px;
}

.footer_main .footer_list:hover h3 {
    color: rgba(255, 255, 255, 0.5);
}

.footer_main .footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 58px 0 11px;
}

.footer_main .footer_bottom .lint_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 79%;
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.footer_main .footer_bottom .lint_right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30%;
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.footer_main .footer_bottom .lint_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.footer_main .footer_bottom .lint_left {
    position: absolute;
    top: 0;
    left: 0;
    height: 8%;
    border-left: 1px solid rgba(255, 255, 255, 0.3)
}

.footer_main .footer_bottom .part_1 {
    display: flex;
    width: 38.061%;
    justify-content: space-between
}

.footer_main .footer_bottom .part_1 a {
    width: 47.168%
}

.footer_main .footer_bottom .part_1 .img_inner {
    position: relative;
}

.footer_main .footer_bottom .part_1 .img {
    width: 100%;
    padding-bottom: 67%;
    overflow: hidden;
}

.footer_main .footer_bottom .part_1 .img img {
    transition: all 0.5s ease
}

.footer_main .footer_bottom .part_1 .img img:hover {
    transform: scale(1.1);
}

.footer_main .footer_bottom .part_1 a:nth-of-type(1) {
    margin-right: 50px;
}

.footer_main .footer_bottom .part_1 .img_inner p {
    font-size: var(--fz16);
    color: #FFFFFF;
    line-height: 21px;
    position: absolute;
    background-color: #4B90FF;
    padding: 4px 8px;
    top: -15px;
    left: 0;
}

.footer_main .footer_bottom .part_2 {
    width: 26.8%;
    display: flex;
    justify-content: space-between;
}

.footer_main .footer_bottom .part_2 .list {
    width: 43.902%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer
}

.footer_main .footer_bottom .part_2 .list:hover img {
    transform: scale(1.1);
    transition: all .5s
}

.footer_main .footer_bottom .part_2 img {
    width: 108px;
    height: 108px;
    margin-bottom: 10px
}

.footer_main .footer_bottom .part_2 p {
    font-size: var(--fz16);
    color: #FFFFFF;
    line-height: 21px;
    text-shadow: 0 2px 4px rgba(186, 94, 23, 0.4);
}

.footer_main .footer_bottom .part_3 {
    width: 16.498%;
}

.footer_main .footer_bottom .part_3 select {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    border: 1px solid #EDEDED;
    padding: 10px;
    box-sizing: border-box;
    color: #ffffff
}

.footer_main .footer_bottom .part_3 option {
    color: #333333
}

.footer_main .footer_bottom .part_4 img {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    right: -60px;
}

.copyright {
    width: 100%;
    background-color: #20238A;
    padding: 18px 0;
    display: flex;
    justify-content: center;
}

.copyright a,
.copyright span {
    font-size: var(--fz16);
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    padding-right: 32px;
}


/*以上为主页部分，以下为内页部分*/
.public_indent {
font-family: 宋体, SimSun, STSong, '宋体';
  font-size: 16px;
  color: #000000; /* 黑色 */
  line-height: 1.5;

}

.inside_banner {
    width: 100%
}

.inside_banner .img {
    width: 100%;
    height:550px;
    padding-bottom: 18.125%;
}

.inside_content {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
}

.inside_content .inside_side_out {
    width: 26.315%;
}

.inside_content .inside_side {
    background-color: #1D2088;
    padding-bottom: 28px;
}

.inside_content .inside_inner {
    width: 71.053%;
}

.inside_content .inside_side h2 {
    padding: var(--fz32);
    font-size: 26px;
    color: #FFFFFF;
    line-height: 35px;
    font-weight: normal;
}

.inside_content .inside_side h2 span {
    font-size: var(--fz20);
    color: #FFFFFF;
    line-height: 26px;
}

.inside_content .inside_side li{
    width: 94%;
    padding: 28px 0;
    background-color: #F2F2F2;
    border-bottom: 2px solid #ffffff;
}

.inside_content .inside_side li:hover {
    background-color: #1D2088
}

.inside_content .inside_side li a {
    font-size: var(--fz22);
    color: #666666;
    line-height: 22px;
    font-weight: normal;
    padding-left: 32px;
}
.inside_content .inside_side li:hover a{color: #ffffff;}
.inside_content .inside_side li.current{background-color: #1D2088}
.inside_content .inside_side li.current a{color: #ffffff;}

/**/
.inside_content .inside_inner .title_bread {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
    position: relative;
    font-size: var(--fz26);
    color: #1D2088;
    line-height: 35px;
}

.inside_content .inside_inner .title_bread::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10.37%;
    border-bottom: 6px solid #1D2088
}

.inside_content .inside_inner .title_bread h2 {
    font-size: var(--fz26);
    color: #1D2088;
    line-height: 35px;
}

.inside_content .inside_inner .title_bread .bread a {
    font-size: var(--fz16);
    color: #666666;
    line-height: 21px;
}

.inside_content .inside_inner .title_bread .bread {
    font-size: var(--fz16);
    color: #666666;
    line-height: 21px;
}

.public_module {
    padding-top: 40px;
}

.public_module .news_list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #000000;
    padding: 22px 0;
}

.public_module .news_list h2 {
    font-size: var(--fz18);
    color: #000000;
    line-height: 24px;
    font-weight: normal;
    width: 75.833%;
    -webkit-line-clamp: 1
}

.public_module .news_list span {
    font-size: var(--fz18);
    color: #000000;
    line-height: 24px;
}

.public_module .news_list:hover h2,
.public_module .news_list:hover span {
    color: #1D2088;
}

.page {
    margin: 80px 0;
}

.page ul {
    display: flex;
    justify-content: center;
}

.page ul li {
    margin-right: 16px;
}

.page ul li a {
    display: block;
    font-size: var(--fz16);
    color: #666666;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #999999;
    text-align: center;
    transition: all 0.5s ease
}

.page ul li:last-child a {
    width: 41px
}

.page ul li a.current {
    background-color: #1D2088;
    color: #ffffff;
}

.page ul li a:hover {
    background-color: #1D2088;
    color: #ffffff;
}

.public_module .leader_list {
    display: flex;
    justify-content: space-between;
}

.public_module .leader_list .img {
    width: 20.37%;;
    padding-bottom: 29%;
}

.public_module .leader_list .leader_introduce {
    width: 75.926%;
}

.public_module .leader_list .leader_introduce h3 {
    font-size: var(--fz20);
    color: #000000;
    line-height: 26px;
    -webkit-line-clamp: 1;
    margin: 20px 0;
}

.public_module .leader_list .leader_introduce p {
    font-size: var(--fz16);
    color: #000000;
    line-height: 28px;
}

.public_module .leader_module .leader_list {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #000000;
}

.public_module .report_list a {
    display: flex;
    justify-content: space-between;
    padding: 45px 0 43px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1)
}

.public_module .report_list .time {
    width: 14.537%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.public_module .report_list .time h2 {
    font-size: var(--fz56);
    font-weight: normal;
    color: #000000;
    line-height: 65px;
}

.public_module .report_list .time p {
    font-size: var(--fz24);
    font-weight: normal;
    color: #000000;
    line-height: 28px;
}

.public_module .report_list .img {
    width: 24.074%;
    padding-bottom: 16%;
    overflow: hidden;
}

.public_module .report_list .report_content {
    width: 57.685%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.public_module .report_list .report_content h3 {
    font-size: var(--fz20);
    color: #000000;
    line-height: 40px;
    font-weight: normal;
    -webkit-line-clamp: 1
}

.public_module .report_list .report_content p {
    font-size: var(--fz16);
    color: #000000;
    line-height: 28px;
}

.public_module .report_list .report_content .report_final {
    display: flex;
}

.public_module .report_list .report_content .report_final .list {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.public_module .report_content .report_final .list img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.public_module .report_list .report_content .report_final .list span {
    font-size: var(--fz14);
    color: #1D2088;
    line-height: 14px;
}

.public_module .report_list .img img {
    transition: all 0.5s ease
}

.public_module .report_list a:hover .img img {
    transform: scale(1.1);
}

.public_module .report_list a:hover h3 {
    color: #1D2088;
}

.public_module .details h2 {
    font-size: var(--fz26);
    color: #000000;
    line-height: 46px;
    text-align: center;
    width: 81.389%;
    margin: 0 auto;
    font-weight: normal;
    padding-bottom: 40px;
}

.public_module .details .line {
    width: 100%;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

.public_module .details h5 {
    font-size: var(--fz16);
    color: #999999;
    line-height: 21px;
    text-align: center;
    padding: 40px 0;
    font-weight: normal;
}

.public_module .module_introduce h2 {
    font-size: var(--fz26);
    color: #000000;
    line-height: 46px;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.public_module .module_introduce h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px dotted #000000;
}

.public_module .module_introduce .content {
    padding-top: 40px;
}

.public_module .module_introduce .content p {
    font-size: var(--fz16);
    color: #000000;
    line-height: 28px;
}

.public_module .module_introduce .content .content_img {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 32px;
}

.public_module .module_introduce .content .content_img img {
    width: 30%;
}

.public_module .identification h2 {
    font-size: var(--fz26);
    color: #000000;
    line-height: 46px;
    font-weight: normal;
    text-align: center;
}

.public_module .identification p {
    font-size: var(--fz16);
    color: #000000;
    line-height: 28px;
}

@media (max-width:980px) {
    .inside_banner .img {
        width: 100%;
        height: 180px;
        padding-bottom: 18.125%;
    }
}











