/* base */
* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

/* 1rem=10px */
body {
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
    background: url(pc_bg01.jpg) 0 0 no-repeat;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #111111;
    font-size: 1.6rem;
}

i,
em,
img {
    font-style: normal;
}

/* layout */
.main-group,
.header,
.footer {
    width: 100%;
    margin: 0 auto;
}

.header img {
    width: 100%;
}

.header {
    height: 1100px;
}

.main-group,
.footer {
    width: 100%;
    background-size: 100% auto;
    background-position-x: center;
    background-repeat: no-repeat;
}

.group-6 {
    background-position-y: top;
}

.group-7 {
    background-position-y: bottom;
}

.main-title,
.main {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
}

.main-title {
    max-width: 1200px;
    padding: 5px 0;
    margin-top: 33px;
}

.main-title img {
    width: 100%;
}

.main,
.main1-left {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

/* main6 */
.main6 {
    background: #fff;
    position: relative;
}

.main-6-top {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.main-6-top h1 {
    padding-left: 106px;
    background: url(../img/main-6-sub.jpg) no-repeat left center;
    background-size: auto 100%;
    margin: 0 20px;
}

.main-6-top h1 a {
    font-size: 30px;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.slideBox08 {
    float: left;
    width: 640px;
    height: 426px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border: 2rem solid #fff;
    box-sizing: border-box;
}

.slideBox08 .hd {
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1rem;
    z-index: 1;
    margin: 0 auto;
}

.slideBox08 .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.slideBox08 .hd ul li {
    float: right;
    display: inline-block;
    margin: 0px 7px 0px 0px;
    width: 18px;
    height: 6px;
    text-align: center;
    background: #fff;
    color: #ddd;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.4s;
}

.slideBox08 .hd ul li.on {
    background: #d3170b;
    color: #fff;
    /* width: 6rem;
	border-radius: 6px; */
}

.slideBox08 .bd {
    float: left;
    position: relative;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.slideBox08 .bd img {
    width: 640px;
    height: 385px;
}

.slideBox08 .bd span {
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), #000);
    position: absolute;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    padding: 0 2rem 3rem;
    height: 6rem;
}

.slideBox08 .bd h1 {
    width: 60%;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: left;
    cursor: pointer;
    font-weight: normal;
    padding: 0 2rem 1.5rem;
}

.slideBox08 .bd h1 a {
    color: #fff;
    line-height: 4.2rem;
    font-size: 2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.slideBox08 .bd h1 a:hover {
    color: #d3170b;
}

.slideBox08 .prev,
.slideBox08 .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../img/focus_btn.png) no-repeat;
    display: block;
}

.slideBox08 .prev {
    top: 50%;
    margin-top: -37px;
    left: 0px;
    background-position: 0 -74px;
    cursor: pointer;
}

.slideBox08 .next {
    top: 50%;
    margin-top: -37px;
    right: 0px;
    background-position: -40px -74px;
    cursor: pointer;
}

.slideBox08 .prev:hover {
    background-position: 0 0;
}

.slideBox08 .next:hover {
    background-position: -40px 0;
}

.main6-right {
    float: right;
    width: 500px;
}

.main6-right ul li {
    border-bottom: 1px dotted #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.main6-right ul li:last-child {
    border-bottom: 0px;
}

.main6-right ul li a {
    background-color: #fff;
    border-bottom: 4px solid #fff;
    border-radius: 4px;
    display: block;
    padding: 0 10px;
}

.main6-right ul li a h2,
.main6-right ul li a p {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;

    -webkit-box-orient: vertical;
}

.main6-right ul li a h2 {
    line-height: 44px;
    font-size: 18px;
    color: #111111;
    -webkit-line-clamp: 1;
}

.main6-right ul li a p {
    line-height: 24px;
    font-size: 14px;
    color: #929292;
    -webkit-line-clamp: 2;
}

.main6-right ul li a:hover {
    background-color: #0489e7;
    border-bottom: 4px solid #1969d2;
}

.main6-right ul li a:hover h2,
.main6-right ul li a:hover p {
    color: #fff;
}

/* main7 */
.part01 {
    width: 120rem;
    margin: 0 auto 0;
    position: relative;
    padding-bottom: 50px;
}

.part01 .swiper-container {
    padding: 0px 0;
    width: 1200px;
    margin: 0 auto;
    /* height: 500px; */
}

.part01 .swiper-slide {
    width: 960px;
    height: auto;
    overflow: hidden;
}

.part01 .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 20px 5px 20px 5px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(67, 35, 33, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    font-weight: bolder;
}

.part01 .swiper-slide .tit a {
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.part01 .swiper-slide .tit h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.part01 .swiper-slide .tit p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.part01 .swiper-slide-active:after {
    display: none;
}

.part01 .swiper-slide img {
    width: 996px;
    height: 570px;
    display: block;
    /* border: 0.2rem solid #fff; */
}

.part01 .swiper-button-prev {
    width: 58px;
    height: 70px;
    background: url("../img/jzfcAn_v1.png") 0 0 no-repeat;
    right: auto;
    left: -50px;
    border-radius: 4px 0 0 4px;
}

.part01 .swiper-button-prev:hover {
    opacity: 0.6;
}

.part01 .swiper-button-next {
    width: 58px;
    height: 70px;
    background: url("../img/jzfcAn_v1.png") 100% 100% no-repeat;
    left: auto;
    right: -50px;
    border-radius: 0 4px 4px 0px;
}

.part01 .swiper-button-next:hover {
    opacity: 0.6;
}

.main8 {}

.main.main8 {
    max-width: 1200px;
    padding: 20px;
    padding-bottom: 50px;
}

.main8 .slideBox08 {
    margin: 0 auto;
    width: 1060px;
    height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border: 0rem solid #fff;
    box-sizing: border-box;
}

.main8 .slideBox08 .hd {
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1.5rem;
    z-index: 1;
    margin: 0 auto;
}

.main8 .slideBox08 .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.main8 .slideBox08 .hd ul li {
    float: none;
    display: inline-block;
    margin: 0px 7px 0px 0px;
    width: 10px;
    height: 10px;
    text-align: center;
    background: #d2d2d2;
    color: #ddd;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.4s;
}

.main8 .slideBox08 .hd ul li.on {
    background: #f7bd2d;
    color: #fff;
    width: 6rem;
    /* border-radius: 6px; */
}

.main8 .slideBox08 .bd {
    float: left;
    position: relative;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    margin-left: 38px;
    padding: 20px;
    margin-right: 39px;
}

.main8 .slideBox08 .bd img {
    width: 100%;
    height: auto;
    width: 944px;
    height: 519px;
}

.main8 .slideBox08 .bd span {
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: none !important;
    position: absolute;
    padding: 0 2rem 3rem;
    height: 6rem;
}

.main8 .slideBox08 .bd h1 {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    padding: 0 2rem 1.5rem;
}

.main8 .slideBox08 .bd h1 a {
    color: #ffffff;
    line-height: 4.2rem;
    font-size: 2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main8 .slideBox08 .bd h1 a:hover {
    color: #bfccd3;
}

.main8 .slideBox08 .prev,
.slideBox08 .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../img/focus_btn.png) no-repeat;
    display: block;
}

.main8 .slideBox08 .prev {
    top: 50%;
    margin-top: -37px;
    left: 0px;
    background-position: 0 -74px;
    cursor: pointer;
}

.main8 .slideBox08 .next {
    top: 50%;
    margin-top: -37px;
    right: 0px;
    background-position: -40px -74px;
    cursor: pointer;
}

.main8 .slideBox08 .prev:hover {
    background-position: 0 0;
}

.main8 .slideBox08 .next:hover {
    background-position: -40px 0;
}

/*  */
.div3 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 40px;
}

.div2 {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px;
    /* background-color: #fff; */
}

.tab-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tab-btn-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 300px;
}

.tab-btn-box .tab-btn {
    width: 31%;
    height: 100%;
    display: inline-block;
}

.tab-btn a.tabtn-a-img {
    display: inline-block;
}

.tab-btn-box .tab-btn img {
    width: 100%;
    height: 240px;
}

.tab-box .tab-small-box {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tab-box .tabborder {
    width: 13px;
    height: 50px;
    display: inline-block;
    background-color: #ffea92;
    margin-right: 10px;
}

/* 点击按钮添加样式 */
.tab-btn-box .tab-btn:hover {
    /* background: #ffdc00 !important; */
    box-shadow: 10px 10px 0px #ffea92;
    cursor: pointer;
}

/* 初始化页面时将页面2，3，4，5，隐藏 */
/* 重要 */
.tabBox-hide {
    display: none;
}

/* 显示页面 */
/* 重要 */
.tabBox-show {
    display: inline-block;
}

.tab-btn {
    position: relative;
}

.tab-btn a {
    color: #fff;
    cursor: pointer;
}

.tab-c {
    background: url(../img/more-3.png) no-repeat;
    background-position: 94% 85%;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 25%;
    background-color: #d3170b;
    color: white;
    padding: 10px 0px;
    z-index: 5;
    overflow: hidden;
}

.tab-c .span1 {
    font-size: 25px;
    font-weight: bold;
}

.tab-c .span2 {
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.tab-c .span3 {
    position: absolute;
    font-size: 14px;
    top: 38px;
    right: 66px;
}

.list-group {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.list-group-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.75rem 0rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item div {
    width: 5px;
    height: 30px;
    display: inline-block;
    background: #d3170b;
    font-weight: bold;
    margin-right: 10px;
}

.list-group-item:hover a span {
    color: #929292 !important;
}

.list-group-item a span {
    font-size: 14px;
}

.list-group-item a {
    color: #929292 !important;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 20px;
}

.list-group-item span {
    flex: 0.75;
    overflow: hidden;
}

.list-group-item span a {
    position: static;
    color: #000 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.list-group-item span a:hover {
    color: #d3170b !important;
    font-weight: bold;
}

.rmh_more {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 30px;
}

.rmh_more a img {
    /*    width: 100%;*/
}

/* footer */
.footer {
    border-top: 1px solid #ffffff;
    height: 180px !important;
    text-align: center;
    color: #fff;
    padding-top: 2rem;
    margin-top: 720px;
    background: #00468C;
}

.footer p {
    margin-top: 2%;
    line-height: 2rem;
    font-size: 3.2em;
}

/*------------------------------------add by na 20250317------------------------------------*/
.menu {
    width: 1200px;
    height: 70px;
    margin:0 auto;
    text-align: center;
    background: url(banner_bg.png) no-repeat 0;
}

.menu a {
    display: inline-block;
    margin: auto 92px;
    line-height: 70px;
    font-size: 4.5em;
    color: #fff;
}

.menu a:hover {
    color: #fff;
}

.main_box {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 30px auto
}

.img_side {
    width: 65%;
    float: left;
    padding: 1%;
}

.list_side {
    width: 33%;
    float: right;
    padding-left: 0
}

.icon_video {
    width: 138px !important;
    height: 138px !important;
    position: absolute;
    left: 50%;
    margin-left: -69px;
    top: 50%;
    margin-top: -69px
}

.img_list {
    width: 100%;
    margin-top: 30px
}

.img_list li {
    display: inline-block;
    width: 32%;
    margin-right: 1.2%
}

.img_list li a {
    position: relative
}

.img_list li a img {
    width: 100%
}

.img_list li a span {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .4);
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    text-align: left
}

.img_list li a:hover span {
    color: #bfccd3
}

.mar_r0 {
    margin-right: 0 !important
}

.txt_list {
    width: 100%;
}

.txt_list li {
    height: 87px;
}

.txt_list li a {
    display: inline-block;
    line-height: 80px;
    text-align: left;
    font-size: 3em;
    color: #333;
}

.txt_list li a::before {
    content: "•";
    margin-right: 5px;
    color: #3969F8;
}

.txt_list li a:hover {
    color: #333;
}

/*------------------------------------add by na 20250317 end------------------------------------*/
@media (max-width:1024px) {
    .main_box {
        width: 90%;
    }

    .img_side,
    .list_side {
        width: 100%;
    }
}

@media (max-width:768px) {

    .main,
    .main6-right {
        width: 100%;
    }

    .main-title {
        height: 6.6rem;
        background-size: 135% auto;
    }

    .main-6-top h1 {
        padding-left: 65px;
    }

    .main-6-top h1 a {
        font-size: 20px;
        line-height: 34px;
    }

    .slideBox08 {
        width: 100%;
        height: auto;
        border-width: 1rem;
    }

    .slideBox08 .bd a {
        display: flex;
        display: -webkit-flex;
    }

    .slideBox08 .bd img {
        width: 38rem;
        height: 255px;
    }

    .slideBox08 .bd h1 a {
        line-height: 3.2rem;
        font-size: 1.8rem;
    }

    .part01 .swiper-slide img {
        height: 235px;
    }

    .part01,
    .part01 .swiper-container {
        width: 35rem;
        margin: 2rem auto 0;
        padding-bottom: 2rem;
    }

    .group-6 {
        padding-bottom: 5rem;
        padding-top: 16px;
    }

    .title6 {
        top: -2rem;
    }

    .main6 {
        top: 0;
    }

    .div2 {
        padding: 20px 0;
    }

    .div3 {
        padding: 30px 0 40px;
    }

    .tab-btn-box {
        flex-direction: column;
        height: auto;
    }

    .tab-btn-box .tab-btn {
        width: 91%;
        margin: 10px auto;
    }

    .tab-c .span3 {
        top: 29px;
    }

    .list-group {
        margin: 0 18px;
    }

    .main.main8 {
        padding: 30px 20px;
    }

    .main8 .slideBox08 {
        height: 260px;
    }

    .main8 .slideBox08 .hd {
        bottom: 0.5rem;
    }

    .main8 .slideBox08 .bd {
        margin-left: 0;
    }

    .main8 .slideBox08 .bd img {
        width: 340px;
        height: 202px;
    }

    .main8 .slideBox08 .bd h1 {
        bottom: 0;
    }

    .main8 .slideBox08 .bd h1 a {
        font-size: 1.8rem;
    }

    .group-7 {
        margin-bottom: 2rem;
    }

    .part01 .swiper-button-prev {
        top: 92px;
        left: 8px;
    }

    .part01 .swiper-button-next {
        top: 70px;
        right: 8px;
    }

    .part01 .swiper-slide .tit a {
        font-size: 16px;
    }

    .rmh_more {
        width: 70%;
        margin-top: 0;
        text-align: center;
    }

    .rmh_more img {
        width: 70%
    }

    .footer {
        background-size: auto 100%;
        padding: 3rem 2rem;
        height: auto;
        margin-top: -1rem;
    }

    .footer p {
        line-height: 2.2rem;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    /*-----------------------------------------20250318新加----------------------------------*/
    .menu {
        height: 10vw
    }

    .menu a {
        line-height: 10vw;
        font-size: 2.4em;
        margin: auto 3vw;
    }

    .main-title {
        margin-top: 8vw;
    }

    .img_side {
        width: 100%;
    }

    .main_box {
        width: 94% !important
    }

    .focus {
        width: 100% !important;
        height: 55vw !important
    }

    .focus .fbg {
        display: none
    }

    .focus .shadow {
        height: 10vw !important;
        line-height: 10vw !important;
    }

    .focus .shadow a {
        line-height: 10vw !important;
        font-size: 1.6em !important
    }

    .img_list {}

    .img_list li {
        width: 31%;
    }

    .main_box {
        margin: 5vw auto;
    }

    .img_list li a span {
        display: none
    }

    .list_side {
        width: 90%;
        float: none;
        margin: 0 auto;
        margin-top: 62vw
    }

    .txt_list li {
        height: 10vw;
    }

    .txt_list li a {
        line-height: 10vw;
        font-size: 2.4em;
    }

    .icon_video {
        width: 12vw !important;
        height: 12vw !important;
        margin-left: -6vw;
        margin-top: -6vw;
    }

    .main8 .slideBox08 .bd {
        padding: 2vw
    }

    .main8 .slideBox08 .bd h1 a {
        line-height: 2.2rem
    }

    .part01 .swiper-button-prev {
        top: 50% !important;
        margin-top: -35px !important
    }

    .part01 .swiper-button-next {
        top: 50% !important;
        margin-top: -55px !important
    }
}