.head {
    width: 100%;
    background: url("../images/head_bg.png") center center / cover no-repeat;
    overflow: hidden;
}

.head_box {
    display: flex;
    justify-content: space-between;
    /* margin-top: 40px; */
    margin-bottom: 37px;
    align-items: center;
}
.gb_main{width: 100%;margin: 0 auto;min-width: 1400px;}
.logo {
    width: 70%;
    height: 95px;
    margin-top: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
}

.stx {
    width: 230px;
    height: 45px;
    vertical-align: top;
    font-size: 18px;
    outline: none;
    padding-left: 20px;
    transform: translateX(5px);
}

.sub {
    width: 45px;
    height: 45px;
    background: url("../images/search.png") center center / 100% no-repeat;
    vertical-align: top;
}

.top_info {
    width: 23%;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}

.top_link ul {
    display: flex;
    justify-content: center;
}

.top_link ul li a {
    font-size: 16px;
    color: white;
    display: block;
    width: 100%;
    position: relative;
}

.top_link ul li:first-child a {
    padding-left: 30px;
}

.top_link ul li:first-child a::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 26px;
    background: url("../images/home.png") center center / 100% no-repeat;
    left: 0px;
}

.top_link ul li:last-child {
    margin-left: 30px;
    position: relative;
}

.top_link ul li:last-child::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: white;
    left: -15px;
    bottom: 3px;
}

.top_link {
    margin-bottom: 20px;
    width: 100%;
}

.nav {
    height: 63px;
    line-height: 63px;
    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);
    height: 100%;
    line-height: 63px;
    width: 100%;
    z-index: 2147483647;
}

a:hover {
    text-decoration: none;
}

.nav ul li>a {
    font-size: 22px;
    display: block;
    position: relative;
    width: 100%;
    color: black;
    z-index: 11111111;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav li {
    float: left;
    width: 100% !important;
}

.subNav li a {
    line-height: 48px;
    height: 44px;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav {
    position: absolute;
    z-index: 2147483647;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    top: 70px;
    width: 100%;
    background: white;
    opacity: 0;
}

.nav .subNav li a {
    font-size: 18px;
    color: black;
    text-shadow: none;
    width: 100%;
}

.nav .subNav li:hover {
    background-color: rgb(217, 217, 217);
    color: white;
    width: 100%;
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
    top: 63px;
    color: black;
}

.nav-item:hover {
    background-color: rgb(164, 0, 0);
}

.nav-item:hover a {
    color: white;
}

.nav-item .subNav li:hover a {
    font-weight: bold;
    z-index: 1111111111;
    color: black;
}

.phone_nav {
    display: none;
}

.top_box {
    position: relative;
}

.top_nav p {
    font-size: 17px;
    transition: all 0.3s ease 0s;
}

.top_nav p:hover {
    font-weight: bold;
}

.dh_bx {
    background-color: white;
    box-shadow: rgb(204, 204, 204) 0px 1px 9px;
}

.center {
    width: 100%;
    background: url("../images/center_box.png") center center / 100% 100% no-repeat;
}

.banner {
    margin: 35px 0px;
}

.center_box {
    overflow: hidden;
}

.banner_swiper:hover .banner_prev,
.banner_swiper:hover .banner_next {
    opacity: 1;
    visibility: visible;
    transform: translate(0px);
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.banner_prev {
    background: url("../images/b_prev.png") no-repeat;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.banner_next {
    background: url("../images/b_next.png") no-repeat;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet-active {
    background: white;
    width: 55px;
    border-radius: 20px;
}

.banner_swiper .banner_pagination {
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: 10px;
    left: 0px;
    transform: translateX(656px);
    width: auto;
}

.conmmon_title {
    margin-bottom: 25px;
}

.conmmon_title a {
    display: block;
    position: relative;
}

.conmmon_title a::after {
    content: "";
    width: 44%;
    position: absolute;
    left: 0px;
    top: 50%;
    height: 1px;
    background: rgb(0, 87, 198);
}

.conmmon_title a::before {
    content: "";
    width: 38%;
    position: absolute;
    right: 6%;
    top: 50%;
    height: 1px;
    background: rgb(0, 87, 198);
}

.conmmon_title a p {
    display: table;
    position: relative;
    margin: 0px auto;
    font-size: 22px;
    color: rgb(38, 38, 38);
    padding-left: 40px;
    background: url("../images/djzd.png") left center no-repeat;
    font-weight: 600;
}

.conmmon_title a span {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: rgb(38, 38, 38);
}

.section1_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.section1_l {
    width: 680px;
    min-height: 480px;
    overflow: hidden;
}

.section1 .section1_pagination {
    position: absolute;
    left: 0px;
    bottom: 12%;
    z-index: 2;
    text-align: right;
}

.section1 .swiper-pagination-bullet-active {
    background: rgb(0, 87, 198);
}

.section1_r {
    width: calc(100% - 720px);
}

.section1_l a {
    display: block;
    position: relative;
}

.section1_l_img {
    width: 700px;
    height: 450px;
    overflow: hidden;
}

.section1_l_img img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.section1_l:hover .section1_l_img img {
    transform: scale(1.1);
}

.section1_l_time {
    position: absolute;
    left: 32px;
    top: 0px;
    background: rgb(164, 0, 0);
    padding: 5px 10px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.section1_l_time p {
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-family: 'avan';
}

.section1_l_time span {
    display: block;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-family: 'avan';
}

.section1_l a>p {
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.1) 0.347px 1.97px 4.75px 0.25px;
    width: 100%;
    height: 70px;
    line-height: 52px;
    border-bottom: 1px solid rgb(0, 87, 198);
    padding: 10px 28px 10px 69px;
    font-size: 20px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background: rgba(30, 30, 30, 0.8);
    transition: all 0.3s ease 0s;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section1_l a>p::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    background: url("../images/section1_l_time_xtb.png") left center / 100% no-repeat;
    left: 29px;
    bottom: 20px;
}

.section1_l:hover a>p {
    background: rgb(0, 104, 183);
    color: rgb(255, 255, 255);
}

.section1_r ul li {
    transition: all 0.3s ease 0s;
    margin-bottom: 32px;
    position: relative;
}

.section1_r ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgb(229, 229, 229);
    bottom: -16px;
}

.section1_r ul li:hover {
    transform: translateY(-8px);
}

.section1_r ul li a {
    display: flex;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    width: 100%;
}

.section1_f_time {
    width: 92px;
    text-align: center;
    transition: all 0.3s ease 0s;
    padding: 2px 0px;
    color: rgb(164, 0, 0);
    font-size: 14px;
}

.section1_f_box {
    display: flex;
    justify-content: space-between;
}

.section1_r ul li a div p {
    font-size: 18px;
    color: rgb(12, 81, 171);
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    white-space: nowrap;
    position: relative;
    font-weight: bold;
}

.section1_r ul li a div p::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 18px;
    background-color: rgb(164, 0, 0);
    left: 0px;
    bottom: 4px;
}

.section1_f_box p {
    color: rgb(12, 81, 171);
}

.section1_r ul li a div span {
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.section1_r ul li a>p {
    font-size: 16px;
    width: 82%;
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: rgb(115, 115, 115);
}

.section1_r ul li a>p::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: rgb(0, 104, 183);
    left: 0px;
    bottom: 9px;
}

.section2 {
    display: flex;
    justify-content: space-between;
    background: rgb(248, 241, 241);
    padding: 30px;
}

.section2>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

.section2>div:first-child::after {
    width: 1px;
    height: 100%;
    border-left: 1px dashed rgb(0, 87, 198);
    right: -70px;
}

.section2_title {
    font-weight: 600;
    font-size: 22px;
    color: rgb(25, 25, 25);
    padding-left: 70px;
    position: relative;
}

.section2_title::after {
    content: "";
    width: 50px;
    height: 50px;
    background: url("../images/lxfs.png") center center no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.section2 ul {
    width: 76%;
}

.section2 ul li {
    transition: all 0.3s ease 0s;
    position: relative;
}

.section2 ul li:hover {
    transform: translateY(-5px);
}

.section2 ul li a {
    display: block;
}

.section2 ul li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: rgb(25, 25, 25);
    padding-left: 15px;
    line-height: 40px;
    position: relative;
    background: url("../images/section2_li.png") left center no-repeat;
}

.section2 ul li:hover a p {
    color: rgb(0, 87, 198);
    font-weight: 600;
    background: url("../images/section2_li_on.png") left center no-repeat;
}

.section2 ul li a span {
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 40px;
}

.section2 ul li:hover a span {
    color: rgb(0, 87, 198);
}

.section3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.section3>div {
    width: 100%;
}

.s03_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s03_tit p {
    font-size: 22px;
    position: relative;
    padding-left: 38px;
    width: 9%;
    font-weight: bold;
}

.s03_tit p::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url("../images/bmdt.png") center center / 100% no-repeat;
    left: 0px;
}

.section9 .s03_tit p::before {
    background: url("../images/xjzc.png") center center / 100% no-repeat;
}

.section11 .s03_box2:last-child p::before {
    background: url("../images/tsjs.png") center center / 100% no-repeat;
}

.section9 .s03_box1:last-child p::before {
    background: url("../images/xqjs.png") center center / 100% no-repeat;
}

.line {
    width: 84%;
    height: 1px;
    background-color: rgb(0, 87, 198);
}

.s03_tit a {
    display: block;
    font-size: 14px;
}

.s03_box2 {
    width: 100%;
}

.s03_box1_list {
    width: 55%;
    margin-top: 25px;
}

.s03_box1_list ul li a {
    display: flex;
    justify-content: space-between;
}

.s03_box1_list ul li a p {
    font-size: 16px;
    width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: rgb(115, 115, 115);
    padding-left: 20px;
}

.s03_box1_list ul li a p::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: rgb(0, 87, 198);
    left: 0px;
    bottom: 8px;
}

.s03_box1_list ul li a span {
    display: block;
    font-size: 16px;
    color: rgb(164, 0, 0);
}

.s03_box1_list ul li {
    margin-top: 16px;
    transition: all 0.3s ease 0s;
}

.s03_box1_list ul li:first-child {
    margin-top: 0px;
}

.s03_box1_list ul li:hover {
    transform: translateY(-4px);
}

.s03_box1_list ul li:hover p {
    color: #0068b7;
    font-weight: bold;
}

.section11 .s03_box2:first-child .s03_tit p::before {
    background: url("../images/fwgl.png") center center / 100% no-repeat;
}

.section11 .s03_box2:last-child .s03_tit p::before {
    background: url("../images/xzzq.png") center center / 100% no-repeat;
    height: 28px;
    width: 27px;
}

.section6 {
    margin-top: 30px;
}

.section6 .conmmon_title a p {
    background: url("../images/zyff.png") left center no-repeat;
}

.section6_swiper {
    overflow: hidden;
}

.section6_carousel {
    padding: 0px 60px;
    position: relative;
    margin-bottom: 30px;
}

.section6_prev {
    background: url("../images/section6_prev.png") no-repeat;
    width: 30px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.section6_prev:hover {
    background: url("../images/section6_prev2.png") no-repeat;
}

.section6_next {
    background: url("../images/section6_next.png") no-repeat;
    width: 30px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.section6_next:hover {
    background: url("../images/section6_next2.png") no-repeat;
}

.section6:hover .section6_prev,
.section6:hover .section6_next {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.section6_swiper a {
    display: block;
    position: relative;
    width: 413px;
    height: 258px;
}

.section6_swiper a img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.section6_swiper a p {
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: rgb(250, 250, 250);
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 15px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease 0s;
}

.section6_swiper .swiper-slide:hover a p {
    background: rgba(182, 0, 0, 0.5);
    white-space: initial;
    text-overflow: initial;
}

.f_links {
    background: rgb(217, 217, 217);
    padding: 17px 0px;
}

.f_links .w {
    display: flex;
    justify-content: center;
}

.footer .w {
    display: flex;
    justify-content: space-between;
}

.footer {
    padding: 50px 0px;
    background: url("../images/footer_ng.jpg.png") center bottom / cover no-repeat;
}

.footer p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 35px;
}

.f_box {
    display: flex;
    justify-content: space-between;
}

.f_l_box {
    display: flex;
    justify-content: left;
    position: relative;
}

.bmjj {
    font-size: 20px;
    color: rgb(0, 87, 198);
    width: 86%;
    line-height: 36px;
    text-indent: 2em;
}

.section1 {
    margin-top: 25px;
}

.section4_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.section4_cont>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* min-height: 280px; */
}

.section4_cont>div ul {
    width: 55%;
}

.section4_cont>div a {
    display: block;
}

.section4_l_l {
    overflow: hidden;
    width: 280px;
    box-shadow: rgba(6, 0, 1, 0.1) 0px 2px 9px 1px;
    transition: all 0.3s ease 0s;
    background: rgb(255, 255, 255);
    height: 253.57px;
}

.section4_l_l:hover {
    transform: translateY(-5px);
}

.section4_l_l a {
    position: relative;
}

.section4_img {
    width: 280px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.section4_img img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.section4_img:hover img {
    transform: scale(1.1);
}

.section4_img p {
    padding-left: 20px;
    background: url("../images/section4_time.png") left center no-repeat;
    font-size: 14px;
    color: rgb(255, 255, 255);
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.section4_l_l a>p {
    border-top: 1px solid rgb(224, 183, 39);
    background: rgb(249, 249, 249);
    font-size: 16px;
    color: rgb(64, 64, 64);
    padding: 15px;
    min-height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section4_cont>div ul li {
    transition: all 0.3s ease 0s;
}

.section4_cont>div ul li a p {
    color: rgb(64, 64, 64);
    font-size: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 37px;
    padding-left: 15px;
}

.section4_cont>div ul li a p::after {
    content: "";
    width: 6px;
    height: 6px;
    background: rgb(0, 87, 198);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.section4_cont>div ul li a span {
    font-size: 14px;
    color: rgb(128, 128, 128);
    line-height: 37px;
}

.section4_cont>div ul li:hover {
    transform: translateY(-5px);
}

.section4_cont>div ul li:hover a p {
    color: rgb(0, 87, 198);
    font-weight: 600;
}

.section4_cont>div ul li:hover a span {
    color: rgb(0, 87, 198);
}

.section5 .conmmon_title a p {
    background: url("../images/fzbgs.png") left center no-repeat;
}

.section5_cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.section5_cont>div {
    width: 49%;
    box-shadow: rgba(6, 0, 1, 0.1) 0px 2px 9px 1px;
    min-height: 240px;
    transition: all 0.3s ease 0s;
}

.section5_cont>div:hover {
    transform: translateY(-5px);
}

.section5_img {
    width: 370px;
    height: 250px;
    overflow: hidden;
}

.section5_img img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.section5_cont>div:hover .section5_img img {
    transform: scale(1.1);
}

.section5_cont>div a {
    display: flex;
    justify-content: space-between;
}

.section5_text {
    width: calc(100% - 370px);
    background: rgb(249, 249, 249);
    padding: 18px;
}

.section5_text span {
    color: rgb(224, 183, 39);
    font-size: 14px;
    padding-left: 25px;
    background: url("../images/section5_time.png") left center no-repeat;
    display: block;
    line-height: 16px;
    margin-bottom: 12px;
}

.section5_text p {
    font-size: 16px;
    color: rgb(64, 64, 64);
    border-bottom: 1px solid rgb(166, 166, 166);
    padding-bottom: 10px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 53px;
}

.section5_text em {
    font-size: 14px;
    color: rgb(64, 64, 64);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 20px;
    height: 66px;
}

.section5_text i {
    font-size: 12px;
    color: rgb(255, 255, 255);
    display: table;
    margin: 0px auto;
    padding: 5px 10px;
    background: rgb(0, 87, 198);
}

.s03_box2 .section4_cont {
    padding: 27px 30px;
    background-color: rgb(247, 237, 237);
    margin-top: 20px;
    height: 350px;
}

.s03_box2 .section4_cont p {
    font-size: 20px;
    text-indent: 2em;
    line-height: 36px;
    color: rgb(64, 64, 64);
}

.f_box_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section1_first a span {
    display: block;
    color: rgb(153, 153, 153);
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}

.section1_r ul .section1_first {
    width: 99%;
}

.section1_r ul .section1_first a {
    display: block;
    padding: 10px 15px;
    width: 95%;
}

.section1_first {
    box-shadow: rgba(0, 0, 0, 0.1) 1.347px -0.03px 9.75px 0.25px;
}

.section8 {
    width: 100%;
    background-color: rgb(243, 243, 243);
    height: 300px;
    display: flex;
    justify-content: space-between;
}

.section8_1 {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section8_2 {
    width: 85%;
    margin-top: 35px;
    margin-right: 30px;
}

.section8_1 a {
    display: flex;
    width: 85px;
    height: 93px;
    background: url("../images/tzgg.png") center center / 100% no-repeat;
    align-items: center;
    justify-content: center;
    padding-top: 21px;
    font-size: 20px;
    color: #0068b7;
    padding-left: 6px;
    padding-bottom: 5px;
    font-weight: bold;
}

.section8_2 ul li {
    width: 540px;
    height: 62px;
    margin-top: 23px;
    transition: all 0.3s ease 0s;
}

.section8_2 ul li:hover {
    transform: translateY(-4px);
}

.section8_2 ul li:hover p {
    background-color: rgb(164, 0, 0);
}

.section8_2 ul li:first-child,
.section8_2 ul li:nth-child(2) {
    margin-top: 0px;
}

.section8_2 ul li:first-child p {
    /* background-color: rgb(164, 0, 0); */
}

.section8_2 ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section8_2 ul {
    position: relative;
}

.section8_2 ul::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 105%;
    border-right: 2.4px dashed rgb(164, 0, 0);
    left: 49%;
    bottom: -4px;
}

.section8_time {
    width: 60px;
}

.section8_time p {
    width: 100%;
    height: 22px;
    color: white;
    background-color: rgb(0, 104, 183);
    font-size: 16px;
    font-family: avan;
    text-align: center;
    line-height: 22px;
}

.section8_time span {
    display: block;
    font-size: 18px;
    background-color: white;
    font-family: avan;
    text-align: center;
    height: 38px;
    line-height: 38px;
}

.section8_info {
    width: 85%;
    font-size: 16px;
    line-height: 25px;
}

.section8_2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section9,
.section11 {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 30px;
}

.section9>div,
.section11>div {
    width: 48%;
}

.section9 .line,
.section11 .line {
    width: 66%;
}

.section9 .s03_tit p,
.section11 .s03_tit p {
    width: 19%;
}

.section9 .s03_box1_list,
.section11 .s03_box1_list {
    width: 100%;
}

.f_link_l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 21%;
}

.f_lk1_list2,
.f_lk1_list3,
.f_lk1_list4 {
    position: absolute;
    width: 100%;
    height: 50px;
    top: -50px;
    left: 0px;
    background-color: rgb(69, 164, 242);
    transform: translateY(50px);
    z-index: 1;
    transition: all 0.5s ease 0s;
    opacity: 0;
}

#f_l_box2,
#f_l_box3,
#f_l_box4 {
    width: 220px;
    height: 40px;
    color: black;
    display: block;
    margin-left: 20px;
    background-color: white;
    border-radius: 7px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    color: #737373;
    position: relative;
    z-index: 11111;
}

.f_link_l_list .on,
.f_link_2 .on,
.f_link_3 .on {
    opacity: 1;
    transform: translateY(-17px);
}

.f_lk1_list3 ul,
.f_lk1_list2 ul,
.f_lk1_list4 ul {
    display: flex;
    justify-content: left;
    height: 50px;
    width: 100%;
    align-items: center;
    padding: 0px 20px;
}

.f_lk1_list3 ul li,
.f_lk1_list4 ul li,
.f_lk1_list2 ul li {
    margin: 0px 20px;
}

.f_lk1_list2 ul li a,
.f_lk1_list3 ul li a,
.f_lk1_list4 ul li a {
    display: block;
    font-size: 16px;
    color: white;
}

.f_link_r {
    width: 37%;
    display: flex;
    justify-content: center;
}

#f_l_box3,
#f_l_box4 {
    border-radius: 0px;
    margin-left: 10px;
}

.section10 {
    width: 100%;
}

.s10_tit {
    width: 100%;
    height: 60px;
    background: url(../images/section10_bg.png) no-repeat center;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s10_tit a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.s10_tit a p {
    font-size: 25px;
    color: white;
    padding-left: 9px;
}

.s10_tit_box {
    padding-top: 8px;
}

.section10_list {
    width: 100%;
}

.section10_list ul {
    display: flex;
    justify-content: left;
}

.section10_list ul li {
    width: 330px;
    box-shadow: rgb(204, 204, 204) 0px 1px 8px;
    margin-left: 26px;
    transition: all .3s;
}

.section10_list ul li:hover {
    transform: translateY(-4px);
}

.section10_list ul li:hover img {
    transform: scale(1.1);
}

.section10_list ul li:hover .s10_more {
    background-color: #a40000;
}

.section10_list ul li img {
    transition: all .5s;
}

.section10_list ul li:first-child {
    margin-left: 0px;
}

.section10_list ul li a {
    background-color: white;
}

.s10_img {
    width: 330px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.s10_img img {
    width: 100%;
    height: 100%;
}

.s10_img p {
    position: absolute;
    font-size: 16px;
    color: white;
    bottom: 30px;
    background-color: rgba(5, 76, 131, .7);
    padding: 15px 25px;
}

.s10_info {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    padding: 10px 15px;
}

.s10_time {
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.s10_year {
    font-size: 14px;
    color: #a40000;
}

.s10_more {
    width: 70px;
    height: 25px;
    background-color: #0068b7;
    color: white;
    text-align: center;
    line-height: 25px;
    border-radius: 10px;
}

.section10_list {
    margin-top: 25px;
}