.topLink {
    position: relative;
    z-index: 9999;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background: rgba(50, 122, 231, 0.5);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(50, 122, 231, 0.8);
}

.launch-screen-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    /* 核心1：固定在屏幕，顶部不动 */
    left: 0;
    top: 0;
    /* 核心2：顶部死死固定，不会上移 */
    overflow: hidden;
    /* 核心3：溢出部分隐藏，卷动时看不到被卷走的内容 */
    z-index: 99999;
    /* display: none; */
}

#launchScreen {
    width: 100%;
    height: 100vh;
}

@keyframes rollUpAction {
    0% {
        clip-path: inset(0 0 0 0);
        /* 初始状态：完整显示整个页面 */
    }

    100% {
        clip-path: inset(0 0 100% 0);
        /* 结束状态：从底部裁剪100%，彻底卷完消失 */
    }
}

.launch-screen-container.roll-up {
    height: 100vh;
    animation: rollUpAction 0.4s ease-in-out forwards;
}

.launch-screen-container .launch-screen-btns {
    position: absolute;
    right: 30px;
    top: 60px;
    z-index: 999999;
    display: none;
}

.launch-screen-container .launch-screen-btns a {
    display: inline-block;
    font-size: 14px;
    color: #1f58ae;
    width: 66px;
    height: 24px;
    line-height: 24px;
    background-color: rgba(240, 241, 243, .8);
    border-radius: 4px;
    text-align: center;
    margin-left: 10px;
}
/* 开屏结束 */

.home-container {

}

.home-container.allow-scroll {
    overflow-y: auto;
}

.home-mask {
    background: url(/images/home-mask.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 149px;
    left: 0;
    top: 0;
    z-index: 2;
}

.page-one {
    height: 950px;
}

.page-one .topLinkNav {
    padding-left: 5px;
}

.swiperGuide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 950px;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiperH1 .swiper-slide {
    height: 388px;
}

.swiperGuide .swiper-slide {
    position: relative;
    height: 100%;
}

.swiperGuide .swiper-slide-active>img:first-child {
    animation: and_none1 10s linear 0s both alternate;
}

@keyframes and_none1 {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1);
    }
}

.home-top-nav {
    line-height: 65px;
    padding-top: 5px;
}
.home-top-nav-box{
    width: 900px;
}
.home-top-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-top-nav ul li a {
    font-size: 28px;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    display: block;
}

.home-top-nav ul li a.cur {
    font-weight: bold;
}

.home-top-nav ul li a:hover::after,
.home-top-nav ul li a.cur::after {
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.topLink,
.home-top-nav {
    transition: opacity 0.5s ease;
}

/* 头部悬浮 */
.top-link-fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    opacity: 1;
}

.top-link-fixed .topLinkNav {
    padding: 6px 0;
}

.top-nav-fixed {
    position: fixed;
    top: 41px;
    left: 0;
    background-color: #448ff2;
    width: 100%;
    box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
    border: 0;
    line-height: 55px;
    opacity: 1;
}

.top-nav-fixed ul li a {
    line-height: 55px;
}


.homeCon .container {
    padding: 0 10px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.homeCon .homeLogo {
    display: inline-block;
    margin-top: 20px;
}

.homeCon .search {
    width: 650px;
    height: 51px;
    background-color: rgba(255, 255, 255, .67);
    border-radius: 6px;
    margin: 18px auto 0;
    display: flex;
    justify-content: space-between;
}

.homeCon .search input {
    font-size: 18px;
    line-height: 17px;
    color: #003b7b;
    flex: 1;
    padding: 0 30px;
}
.homeCon .search input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #003b7b;
}

.homeCon .search input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #003b7b;
}

.homeCon .search input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #003b7b;
}

.homeCon .search input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #003b7b;
}
.homeCon .search button {
    width: 69px;
    height: 100%;
    background-color: #3168c5;
    border-radius: 0px 4px 4px 0px;
}

.homeCon .resou {
    width: 715px;
    height: 176px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    text-align: left;
    padding: 18px 20px 30px 25px;
    box-sizing: border-box;
    display: none;
}

.homeCon .resou .title {
    font-size: 18px;
    color: #000000;
}

.homeCon .resou .hot {
    display: flex;
    align-items: center;
}

.homeCon .resou .hot a {
    height: 26px;
    line-height: 26px;
    background-color: #e4efff;
    border-radius: 13px;
    padding: 0 12px;
    margin: 13px 10px 0 0;
    font-size: 14px;
    color: #0d67ee;
}

.homeCon .resou .hot-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
}

.homeCon .resou .hot-text a {
    width: 32%;
    margin-right: 2%;
    font-size: 14px;
    line-height: 31px;
    color: #666666;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}

.homeCon .resou .hot-text a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #cbd2da;
    transform: translateY(-50%);
}

.homeCon .resou .hot-text a:nth-child(1):before {
    background: url(hot1.png) no-repeat 100% 100%;
    width: 15px;
    height: 18px;
    left: 0;
}

.homeCon .resou .hot-text a:nth-child(2):before {
    background: url(hot2.png) no-repeat 100% 100%;
    width: 15px;
    height: 18px;
    left: 0;
}

.homeCon .resou .hot-text a:nth-child(3):before {
    background: url(hot3.png) no-repeat 100% 100%;
    width: 15px;
    height: 18px;
    left: 0;
}

.homeCon .resou .hot-text a:nth-of-type(3n+3) {
    margin-right: 0;
}

.page-two {
    width: 100%;
    background: url("./home_part1bg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: -65px;
}

.page-two .pt-first {
    padding: 30px 0 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    display: block;
}

.page-two .title {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.page-two .desc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-two .desc p {
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
}

.page-two .desc a {
    font-size: 20px;
    color: #0078ff;
    flex-shrink: 0;
    line-height: 50px;
}

.page-two .pt-second {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 30px;
}

.swiperH1 {
    width: 678px;
    margin: 0;
}
.swiperH1 .swiper-slide {
    opacity: 0!important;
    position: relative;
}
.swiperH1 .swiper-slide.swiper-slide-active {
    opacity: 1!important;
}
.swiperH1 .swiper-slide img {
    object-fit: cover;
    transition: all 0.8s ease;
    transform: scale(1);
}

.swiperH1 .swiper-slide img:hover {
    transform: scale(1.05);
}

.swiperH1 .swiper-slide-desc {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    color: #ffffff;
    padding-right: 70px;
    padding-top: 25px;
}

.swiperH1 .swiper-slide-desc .date span {
    font-size: 28px;
    font-weight: bold;
    display: block;
    text-align: right;
}

.swiperH1 .text {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    background-color: #000000;
    padding-left: 20px;
    padding-right: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 6px;
}
.swiperH1-pagination{
    width: auto!important;
    right: 17px;
    bottom: 20px!important;
    left: auto!important;
}
.swiper-pagination-bullet{
    background-color: #d1d5d9;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-image: linear-gradient(180deg, #0b50b7 0%, #0166e4 100%), linear-gradient(#115db2, #115db2);
    width: 23px;
    border-radius: 4px;
}
.pt-s-rt {
    width: 684px;
}
.pt-s-rt .pf-con-list a{
    border: none;
}
.pt-s-rt-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 23px;
    margin-top: -6px;
    border-bottom: 1px solid #9bbcdd;
}

.pt-s-rt-nav li:last-of-type span {
    display: none;
}

.pt-s-rt-nav li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.pt-s-rt-nav li a {
    font-size: 24px;
    color: #000000;
    padding-bottom: 12px;
    position: relative;
    letter-spacing: 1px;
}

.pt-s-rt-nav li.cur a {
    font-weight: bold;
}
.pt-s-rt-nav li.cur a:after{
    content: "";
    width: calc(100% - 16px);
    height: 4px;
    background-color: #0f6fd6;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}

.pt-s-rt-nav li span {
    font-size: 24px;
    margin: 0 15px;
    color: #767676;
}

.pt-s-rt-list {
    display: none;
}

.pt-s-rt-list a {
    display: flex;
    padding: 18px 24px;
    height: 106px;
    background-color: #fafafa;
    box-sizing: border-box;
    align-items: center;
    margin-top: 13px;
}

.pt-s-rt-list a:hover {
    background-color: #448ff2;
}

.pt-s-rt-list a:hover .date,
.pt-s-rt-list a:hover .tit,
.pt-s-rt-list a:hover .text .des {
    color: #fff;
}

.pt-s-rt-list a .date {
    font-size: 20px;
    color: #666666;
    text-align: center;
    width: 75px;
    margin-right: 26px;
}

.pt-s-rt-list a .date span {
    font-size: 28px;
    font-weight: bold;
    display: block;
}

.pt-s-rt-list a .text {
    position: relative;
    height: 100%;
    padding-left: 23px;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    padding-top: 4px;
    flex: 1;
    max-width: 490px;
}

.pt-s-rt-list a .text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 69px;
    background-color: #ececec;
}

.pt-s-rt-list a .text .des {
    font-size: 16px;
    color: #767676;
}

.page-three {
    background: url(home-three-bg.png) no-repeat;
    background-size: 100% 101%;
    height: 765px;
    padding-top: 34px;
    box-sizing: border-box;
}

.page-three .adv a{
    display: block;
}
.page-three .adv img {
    width: 100%;
    height: 120px;
}

.pth-con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 33px;
}

.pth-con .pth-con-lf {
    width: 850px;
}

.pth-con .pth-con-rt {
    width: 500px;
}

.pth-list {
    width: 415px;
    height: 213px;
    margin: 19px 16px 0 0;
    background-size: 100% 100%;
}

.pth-list:nth-of-type(2n) {
    margin-right: 0;
}

.pth-list .pth-list-wrap {
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.pth-list-box {
    padding-top: 14px;
    display: block;
}

.pth-list .pth-list-wrap .text {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    color: #000000;
    display: block;
}

.pth-list .pth-list-wrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px;
}

.pth-list .pth-list-wrap ul li a {
    font-size: 18px;
    line-height: 45px;
    color: #666666;
    position: relative;
    padding-left: 9px;
}

.pth-list .pth-list-wrap ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background-color: #666666;
}

.pth-rt-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pth-rt-list li a {
    display: block;
    width: 240px;
    height: 213px;
    background: url(hdjl-bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 43px 20px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin: 19px 20px 0 0;
    transition: all 0.35s ease-in-out;
}

.pth-rt-list li a:hover {
    box-shadow: 3px 4px 10px 0px rgba(74, 118, 173, 0.35);
}

.pth-rt-list li:nth-of-type(2n) a {
    margin-right: 0;
}

.pth-rt-list li img {
    display: block;
    margin: 0 auto 23px;
}

.page-four {
    background: url(home-four-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 950px;
    box-sizing: border-box;
    padding-top: 35px;
}

.page-four .pf-tit {
    margin-bottom: 23px;
}

.page-four .pf-tit img {
    width: 100%;
}

.pf-zfxxgk .pf-tit-bar {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    padding-left: 30px;
    margin-top: 9px;
}

.pf-zfxxgk .pf-tit-bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(zfxxgk-bar.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 13px;
    height: 35px;
}

.pf-zfxxgk ul {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.pf-zfxxgk ul li a {
    display: block;
    width: 320px;
    height: 134px;
    border-radius: 6px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    color: #ffffff;
    padding-top: 11px;
    box-sizing: border-box;
    transition: all 0.35s ease-in-out;
}

.pf-zfxxgk ul li {
    margin-right: 40px;
}

.pf-zfxxgk ul li:last-of-type {
    margin-right: 0;
}

.pf-zfxxgk ul li a:hover {
    box-shadow: 3px 4px 10px 2px rgba(74, 118, 173, 0.61);
}

.pf-con {
    height: 431px;
    background-color: #ffffff;
    margin: 28px 0 20px;
    padding: 21px 19px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
}

.pf-con-lf,
.pf-con-rt {
    width: 669px;
    overflow: hidden;
}

.pf-con-nav {
    display: flex;
    align-items: center;
}

.pf-con-nav a {
    font-size: 26px;
    font-weight: bold;
    color: #999999;
    margin-right: 73px;
    flex-shrink: 0;
}

.pf-con-nav a.cur {
    font-size: 26px;
    color: #1f58ae;
}

.sec-box {
    overflow-y: hidden;
    overflow-x: auto;
    height: 43px;
    line-height: 43px;
    background-color: #f4f6fb;
    border-radius: 4px;
    padding: 0 13px;
    margin: 25px 0 7px;
    display: none;
}

.pf-con .pf-con-nav-sec {
    display: flex;
    align-items: center;
    overflow-x: auto;
}

.pf-con .pf-con-nav-sec a {
    font-size: 18px;
    color: #327ae7;
    margin-right: 48px;
    flex-shrink: 0;
}

.pf-con .pf-con-nav-sec a:last-of-type {
    margin-right: 0;
}

.pf-con .pf-con-nav-sec a.cur {
    background-color: #327ae7;
    border-radius: 4px;
    color: #fff;
    padding: 0 15px;
    height: 29px;
    line-height: 29px;
}

.pf-con-box,
.pf-con-box .pf-con-list,.pt-s-rt-item {
    display: none;
    overflow: hidden;
}

.pf-con-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ececec;
}
.pf-con-list a p:hover{
    text-decoration: underline;
    color: #0f6fd6;
}

.pf-con-list li:last-of-type a {
    border: 0;
}

.pf-con-list a p {
    position: relative;
    padding-left: 18px;
    font-size: 18px;
    line-height: 71px;
    color: #333333;
    width: 76%;
}
.pt-s-rt .pf-con-list a p{
    line-height: 60px;
    padding-left: 29px;
}
.pf-con-list a p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #cbd2da;
    border-radius: 100%;
}
.pt-s-rt .pf-con-list a p::before{
    width: 4px;
    height: 4px;
    background-color: #bfbfbf;
}
.pf-con-list a span {
    font-size: 18px;
    color: #999999;
    flex-shrink: 0;
}
.pf-botom {
    display: flex;
    align-items: center;
}

.pf-botom li a {
    display: block;
    width: 320px;
    height: 87px;
    margin-right: 39px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 72px;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 87px;
    color: #1f58ae;
    font-weight: bold;
    background-size: 100% 100%;
}

.pf-botom li:last-of-type a {
    margin-right: 0;
}

.pf-botom li a p {
    margin-left: 20px;
}

.page-five {
    padding: 35px 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pfi-tit img {
    display: block;
    width: 60px;
    height: 122px;
}

/* 外层容器：相对定位，作为按钮的定位参考 */
#swiperH2_box {
    width: 1330px;
    position: relative;
    overflow: hidden;
}

/* swiper容器宽度铺满 */
#swiperH2 {
    width: 1288px;
}

/* 轮播项样式：4个一排的基础样式，可自定义宽高、间距 */
#swiperH2 .swiper-slide {
    display: block;
    width: 308px;
    height: 123px;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
}

#swiperH2 .swiper-slide img {
    width: 308px;
    height: 123px;
    flex-shrink: 0;
}

#swiperH2_box .swiper-btn {
    /* 固定定位在轮播左右两侧，垂直居中 */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
    /* 置顶，确保能点击 */
    transition: all 0.3s ease;
    /* 按钮hover动画，和你的其他动画统一 */
}

/* 左按钮位置 */
.swiper-btn-left {
    left: 0;
}

/* 右按钮位置 */
.swiper-btn-right {
    right: 0;
}

.page-six {
    background: url(home-six-bg.png) #448ff2 no-repeat;
    background-size: 100%;
    padding: 60px 0 93px;
    box-sizing: border-box;
    background-position-y: -1px;
}

.ps-tit {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 30px;
    margin-bottom: 17px;
}

.ps-tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 34px;
    background-image: url(zxgk-bar.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ps-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ps-con li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 681px;
    height: 145px;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    box-sizing: border-box;
    padding: 18px;
    margin: 15px 38px 0 0;
    position: relative;
}
@media screen and (min-width: 769px) {
    .ps-con li a:hover::before {
        content: "";
        position: absolute;
        left: -2px;
        top: -3px;
        background-image: url(./zxgk-icon-lt.png);
        background-repeat: no-repeat;
        width: 55px;
        height: 55px;
        z-index: 2;
    }
}
@media screen and (min-width: 769px) {
    .ps-con li a:hover::after {
        content: "";
        position: absolute;
        right: -2px;
        bottom: -2px;
        background-image: url(./zxgk-icon-rb.png);
        background-repeat: no-repeat;
        width: 56px;
        height: 55px;
        z-index: 99;
    }
}
.ps-con li:nth-of-type(2n) a {
    margin-right: 0;
}

.ps-con li a .ps-con-lf {
    width: 190px;
    height: 109px;
    overflow: hidden;
}

.ps-con li a .ps-con-lf img {
    width: 100%;
    height: 100%;
}

.ps-con li a .ps-con-rt {
    width: 430px;
    height: 100%;
    position: relative;
}

.ps-con .ps-con-rt p {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
}
.ps-con .ps-con-rt p.e2 {
    height: 60px;
}

.ps-con-rt-b {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ps-con .ps-con-rt .tag {
    padding: 0 7px;
    height: 23px;
    line-height: 23px;
    background-color: #d8ecff;
    border-radius: 2px;
    font-size: 14px;
    color: #327ae7;
}

.ps-con .ps-con-rt .date {
    font-size: 16px;
    color: #999999;
}

.home-load-more {
    text-align: center;
    width: 100%;
    margin-top: 23px;
}

.home-load-more a {
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    margin: 0 10px;
}
.home-load-more a img {
    margin-top: -10px;
}
.piao-box {
    background: url(./piao-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 366px;
    height: 300px;
    padding: 17px 22px;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 99;
    display: none;
}

.piao-box .piao-close {
    position: absolute;
    right: -13px;
    top: -13px;
}

.piao-tit {
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #0059a7;
}

.piao-content {
    text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
    color: #0059a7;
}

.piao-content p {
    text-indent: 0;
}

.piao-bottom {
    text-align: right;
    font-size: 16px;
    line-height: 27px;
    color: #0059a7;
    margin-top: -3px;
}

.top-link-fixed .topLinkNav a,
.top-link-fixed .topLinkNav span.split {
    color: #000;
}
.top-link-fixed .topLinkNav .rig p {
    background-color: rgba(0, 0, 0, .2);
    color: #000;
}
.top-link-fixed .topLinkMask ul li a {
    color: #fff;
}
.home-header{
    background: url("./home_topbg.png");
    background-size: 100% 100%;
}
.home-hot-search{
    color: #033975;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 8px;
}
.home-hot-search .label{
    font-weight: bold;
}
.home-hot-search a{
    cursor: pointer;
    color: #033975;
}
.home-hot-search a:not(:last-of-type){
    margin-right: 20px;
}
.home-hot-search a:hover{
    color: #257ee7;
    font-weight: bold;
    text-decoration: underline;
}
.home-header{
    padding-bottom: 140px;
}
.hover-line:hover{
    text-decoration: underline;
}
.pth-tit,.pf-tit{
    display: inline-block;
}
@media screen and (min-width: 1800px) {
    .launch-screen-container .launch-screen-btns {
        top: 17px;
    }
}

@media screen and (max-width: 768px) {
    .home-header{
        height: auto;
        background: url("./home_topbgh5.png");
        background-size: 100% 100%;
        padding-bottom: .4rem;
    }
    .home-hot-search{
        display: none;
    }

    .home-top-nav ul::-webkit-scrollbar,
    .pt-s-rt-nav::-webkit-scrollbar,
    .sec-box::-webkit-scrollbar {
        display: none !important;
    }
    .launch-screen-container .launch-screen-btns {
        position: absolute;
        right: .3rem;
        top: 1.9rem;
    }

    .launch-screen-container .launch-screen-btns a {
        font-size: .26rem;
        width: 1rem;
        height: .5rem;
        line-height: .5rem;
        background-color: rgba(240, 241, 243, .8);
        text-align: center;
        margin-left: .2rem;
    }

    .launch-screen-container .homeCon {
        top: 2.2rem;
    }

    .home-mask {
        height: 3rem;
    }

    .page-one {
        height: 8rem;
    }

    .page-one .topLinkNav {
        margin-left: 6px !important;
        width: calc(100% - 12px);
    }

    .home-top-nav {
        overflow: hidden;
        padding: 0 .2rem;
        top: 0;
    }

    .home-top-nav ul {
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        width: 100%;
    }

    .home-top-nav ul li {
        flex-shrink: 0;
        margin-right: .5rem;
        display: inline-block;
    }

    .home-top-nav ul li:last-of-type {
        margin-right: 0;
    }

    .home-top-nav ul li a {
        font-size: .38rem;
        line-height: .9rem;
        display: inline-block;
    }

    .home-top-nav ul li a:hover::after,
    .home-top-nav ul li a.cur::after {
        height: .06rem;
    }

    /* 头部悬浮 */
    .top-nav-fixed {
        line-height: .9rem;
        top: .73rem;
    }

    .swiperGuide {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 8rem;
        overflow: hidden;
    }

    .swiper-slide {
        height: 8rem;
    }

    .homeCon {
        top: .8rem;
    }

    .homeCon .container {
        padding: 0;
    }
    .homeCon .homeLogo{
        margin-top: 0;
    }
    .homeCon .homeLogo img {
        width: 4.61rem;
    }

    .homeCon .search {
        width: 85%;
        height: .7rem;
        border-radius: .06rem;
        margin: .2rem auto 0;
    }

    .homeCon .search input {
        font-size: .3rem;
        line-height: .2rem;
        padding: 0 .2rem;
    }

    .homeCon .search button {
        width: .86rem;
        border-radius: .04rem;
    }

    .homeCon .search button img {
        width: .4rem;
    }

    .homeCon .resou {
        width: 100%;
        height: auto;
        border-radius: .04rem;
        padding: .2rem .3rem;
    }

    .homeCon .resou .hot {
        flex-wrap: wrap;
    }

    .homeCon .resou .title {
        font-size: .3rem;
    }

    .homeCon .resou .hot a {
        height: .5rem;
        line-height: .5rem;
        border-radius: .5rem;
        padding: 0 .2rem;
        margin: .2rem .3rem 0 0;
        font-size: .28rem;
    }

    .homeCon .resou .hot-text {
        padding-top: .3rem;
    }

    .homeCon .resou .hot-text a {
        width: 100%;
        margin-right: 0;
        font-size: .28rem;
        line-height: .5rem;
    }

    .homeCon .resou .hot-text a:nth-of-type(3n+3) {
        margin-right: 0;
    }
    .page-two .pt-first {
        height: auto;
        box-shadow: .06rem .03rem .18rem 0px rgba(184, 184, 184, 0.16);
        padding: .3rem;
        margin-top: -.4rem;
        width: 96%;
    }

    .page-two {
        height: auto;
        margin-top: 0;
        background: url("./home_part1bgh5.png") no-repeat;
        background-size: 100% auto;
    }

    .page-two .title {
        font-size: .38rem;
    }

    .page-two .desc p {
        font-size: .32rem;
        line-height: .7rem;
    }

    .page-two .desc a {
        font-size: .32rem;
        line-height: .7rem;
    }

    .pt-s-rt-nav li a {
        font-size: .32rem;
    }

    .page-two .pt-second {
        display: block;
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    .pt-s-rt-more {
        text-align: center;
        padding: .2rem 0;
    }
    .pt-s-rt-more a {
        font-size: .28rem;
        color: #000;
    }
    .swiperH1 {
        width: 92%;
        margin: 0 auto;
    }

    .swiperH1 .swiper-slide {
        width: 100%;
        height: 4rem;
    }
    .swiperH1 .swiper-slide-desc {
        display: flex;
        align-items: flex-start;
        font-size: .3rem;
        color: #ffffff;
        padding-right: 0;
        padding: .2rem;
        background: #448ff2;
    }
    .swiperH1 .swiper-slide-desc .date {
        flex-shrink: 0;
    }
    .swiperH1 .swiper-slide-desc .date span {
        font-size: .3rem;
        display: inline;
        font-weight: normal;
        margin-left: -4px;
    }
    .swiperH1 .swiper-slide-desc .text {
        margin-left: .2rem;
        font-size: .3rem;
        line-height: .4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .swiperH1 .text{
        font-size: .32rem;
        line-height: .8rem;
        padding: 0 2rem 0 .25rem;
    }
    .pt-s-rt {
        width: 100%;
        overflow: hidden;
        padding: 0 .25rem;
        box-sizing: border-box;
    }

    .pt-s-rt-nav {
        margin-bottom: .2rem;
        overflow-x: auto;
        padding: .4rem .24rem 0;
        margin-top: 0;
    }

    .pt-s-rt-nav li span {
        font-size: .32rem;
        margin: 0 .15rem;
    }

    .pt-s-rt-list a {
        padding: .2rem;
        height: auto;
        margin-top: .2rem;
    }

    .pt-s-rt-list a .date {
        font-size: .3rem;
        width: 1.3rem;
        margin-right: .2rem;
    }

    .pt-s-rt-list a .date span {
        font-size: .38rem;
    }

    .pt-s-rt-list a .text {
        padding-left: .2rem;
        font-size: .32rem;
        line-height: .6rem;
        padding-top: .05rem;
        max-width: calc(100% - 2rem);
    }

    .pt-s-rt-list a .text .des {
        font-size: .28rem;
    }
    .adv{
        display: block;
        margin-bottom: .3rem;
    }
    .page-three .adv img {
        height: auto;
    }

    .page-three {
        background: #f8f9fb;
        height: auto;
        padding-top: .4rem;
        padding-bottom: .3rem;
    }

    .pth-con {
        padding: 0 .25rem;
        display: block;
    }

    .pth-con .pth-con-lf,
    .pth-con .pth-con-rt,
    .pth-tit img {
        width: 100%;
    }

    .pth-con .pth-con-rt {
        margin-top: .3rem;
    }

    .pth-list {
        width: 100%;
        height: 3rem;
        margin: .3rem 0 0 0;
        background-position: bottom center;
    }

    .pth-list-box {
        padding-top: .15rem;
    }

    .pth-list-box img {
        width: 1.3rem;
    }

    .pth-list .pth-list-wrap .text {
        font-size: .34rem;
        line-height: .7rem;
    }
    .pth-list .pth-list-wrap ul {
        padding: 0 .24rem;
    }

    .pth-list .pth-list-wrap ul li a {
        font-size: .3rem;
        line-height: .7rem;
        padding-left: .2rem;
    }

    .pth-rt-list li {
        width: 48.5%;
        margin-right: 3%;
    }

    .pth-rt-list li a {
        display: block;
        width: 100%;
        height: 2.8rem;
        background: url(hdjl-bg.png) no-repeat;
        background-size: 100% 100%;
        text-align: center;
        padding: .4rem .2rem;
        font-size: .34rem;
        margin: .2rem 0 0 0;
    }
    .pth-list .pth-list-wrap ul li a::before {
        top: 9px;
    }
    .pth-rt-list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .pth-rt-list li img {
        width: 1.5rem;
        margin: 0 auto .3rem;
    }

    .page-four {
        width: 100%;
        height: auto;
        padding-top: .3rem;
        background: #f3f9fe;
        padding: 0 .24rem;
    }

    .page-four .pf-tit {
        margin-bottom: .2rem;
    }

    .pf-zfxxgk .pf-tit-bar {
        font-size: .38rem;
        padding-left: .4rem;
        margin: .3rem 0 0;
    }

    .pf-zfxxgk .pf-tit-bar::before {
        width: .2rem;
        height: .6rem;
        top: 0;
    }

    .pf-zfxxgk ul {
        display: block;
        padding-top: .2rem;
    }

    .pf-zfxxgk ul li {
        margin-right: 0;
    }

    .pf-zfxxgk ul li a {
        width: 100%;
        height: 2.1rem;
        border-radius: .06rem;
        font-size: .34rem;
        line-height: .6rem;
        padding-top: .15rem;
        margin-top: .2rem;
        background-size: cover !important;
    }

    .pf-zfxxgk ul li a img {
        width: 1.1rem;
    }

    .pf-con {
        height: auto;
        background-color: #ffffff;
        margin: .3rem 0 .2rem;
        padding: .24rem .2rem 0;
        display: block;
    }

    .pf-con-lf,
    .pf-con-rt {
        width: 100%;
    }

    .pf-con-nav a {
        font-size: .35rem;
        margin-right: .5rem;
    }

    .pf-con-nav a.cur {
        font-size: .36rem;
    }

    .pf-con .sec-box {
        height: .9rem;
        line-height: .9rem;
        border-radius: .08rem;
        padding: 0 .15rem;
        margin: .25rem 0 .2rem;
    }

    .pf-con .pf-con-nav-sec a {
        font-size: .3rem;
        margin-right: .4rem;
    }

    .pf-con .pf-con-nav-sec a.cur {
        border-radius: .08rem;
        height: .6rem;
        padding: 0 .2rem;
    }

    .pf-con-list a p {
        padding-left: .2rem;
        font-size: .3rem;
        line-height: 1rem;
    }
    .pf-con-list a span{
        font-size: .3rem;
        margin-left: .3rem;
    }

    .pf-con-list a {
        border-bottom-width: 1px;
    }

    .pf-con-rt {
        margin-top: .2rem;
    }

    .pf-botom {
        display: block;
    }

    .pf-botom li a {
        width: 100%;
        margin-right: 0;
        height: 1.8rem;
        font-size: .34rem;
        padding-left: 26%;
        line-height: 1.8rem;
        margin-top: .2rem;
        background-size: cover !important;
    }
    .pf-botom li a p {
        margin-left: .2rem;
    }
    .page-five {
        padding: .4rem .2rem;
    }

    .pfi-tit img {
        width: 1rem;
        height: auto;
    }

    #swiperH2_box {
        width: calc(100% - 1.2rem);
    }

    #swiperH2 {
        width: 100%;
    }

    #swiperH2 .swiper-slide {
        width: 100%;
        height: 2.2rem;
    }

    #swiperH2 .swiper-slide img {
        width: 100%;
        height: 2.2rem;
        object-fit: contain;
    }

    .page-six {
        background: #c0e2fa;
        padding: .3rem .24rem .5rem;
    }

    .ps-tit {
        font-size: .4rem;
        padding-left: .4rem;
        margin-bottom: .2rem;
    }

    .ps-tit::before {
        width: .2rem;
        height: .62rem;
        top: 0;
    }

    .ps-con {
        width: 100%;
        display: block;
    }

    .ps-con li a {
        width: 100%;
        height: 2.5rem;
        padding: .2rem;
        margin: .3rem 0 0;
    }

    .ps-con li a .ps-con-lf {
        width: 30%;
        height: 100%;
    }

    .ps-con li a .ps-con-rt {
        width: 65%;
    }

    .ps-con .ps-con-rt p {
        font-size: .32rem;
        line-height: .55rem;
    }

    .ps-con .ps-con-rt p.e2 {
        height: 1.1rem;
    }
    .ps-con .ps-con-rt .tag {
        padding: 0 .1rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .26rem;
    }

    .ps-con .ps-con-rt .date {
        font-size: .28rem;
    }

    .ps-con-rt-b {
        bottom: 0;
    }

    .home-load-more {
        margin-top: .3rem;
    }

    .home-load-more a {
        font-size: .3rem;
    }

    .piao-box {
        width: 90%;
        height: auto;
        padding: .24rem;
        left: 0;
        top: 40%;
        z-index: 99;
    }
    .piao-box .piao-close {
        width: .45rem;
        top: -.25rem;
        right: -.25rem;
    }
    .piao-tit {
        font-size: .32rem;
    }
    .piao-content {
        font-size: .3rem;
        line-height: .5rem;
        margin-top: .2rem;
    }
    .piao-bottom {
        font-size: .28rem;
        line-height: .5rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 .06rem;
    }
    .swiper-pagination-bullet{
        width: .12rem;
        height: .12rem;
        border-radius: .06rem;
    }
    .swiperH1-pagination{
        right: .25rem;
        bottom: .35rem!important;
    }
    .pt-s-rt .pf-con-list a p{
        line-height: .8rem;
        padding-left: .2rem;
    }
}