﻿.pheader {
  display: none;
}

.pheader-drawer {
  display: none;
}

.child_nav-toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .main {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    overflow: unset !important;
  }
  .card {
    padding: 30px 0;
  }
  .title {
    margin-bottom: 20px;
  }
  .title .title-text {
    font-size: 20px;
    width: auto;
    height: auto;
    padding: 0;
    background-size: auto 40px;
  }
  .title .link-more {
    font-size: 14px;
    padding-right: 24px;
  }
  .title .link-more:before {
    width: 50px;
    height: 48px;
    background-size: contain;
  }
  .title .title-menu .title-divide {
    height: 30px;
    margin: 0 12px;
  }
  .title .title-menu .title-text {
    font-size: 18px;
  }
  .header .tool,
  .header nav {
    display: none;
  }
  .pheader-tool {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #00479D;
    z-index: 2000;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
  }
  .pheader-tool .pheader-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .pheader-tool .pheader-logo img {
    height: 30px;
  }
  .pheader-tool .pheader-logo .logo-tips {
    color: #fff;
    font-size: 16px;
    margin-left: 8px;
    font-family: FZDaBiaoSong-B06S;
  }
  .pheader {
    display: block;
  }
  .banner-swiper img {
    width: 100%;
  }
  .pheader-open {
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
  }
  .pheader-open span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transition: all 0.3s ease;
  }
  .pheader-open.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .pheader-open.active span:nth-child(2) {
    opacity: 0;
  }
  .pheader-open.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .pheader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .pheader-mask.show {
    opacity: 1;
    visibility: visible;
  }
  .pheader-drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    max-width: 85vw;
    background: #fff;
    z-index: 2001;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    display: block;
  }
  .pheader-drawer.show {
    transform: translateX(0);
  }
  .pheader-drawer .drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #00479D;
  }
  .pheader-drawer .drawer-head .drawer-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .pheader-drawer .drawer-head .drawer-logo img {
    height: 28px;
  }
  .pheader-drawer .drawer-head .drawer-logo span {
    color: #fff;
    font-size: 14px;
    margin-left: 6px;
    white-space: nowrap;
  }
  .pheader-drawer .drawer-menu {
    padding: 10px 0;
  }
  .pheader-drawer .drawer-menu .menu-level1 {
    display: flex;
    align-items: center;
    padding: 14px 15px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
  }
  .pheader-drawer .drawer-menu .menu-level1 .menu-text {
    flex: 1;
    color: #333;
    text-decoration: none;
  }
  .pheader-drawer .drawer-menu .menu-level1 .menu-arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23999' d='M8 5l8 7-8 7z'/%3E%3C/svg%3E") no-repeat center/contain;
  }
  .pheader-drawer .drawer-menu .menu-level1.expanded .menu-arrow {
    transform: rotate(90deg);
  }
  .pheader-drawer .drawer-menu .menu-level2-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9f9f9;
  }
  .pheader-drawer .drawer-menu .menu-level2-wrap.open {
    max-height: 500px;
  }
  .pheader-drawer .drawer-menu .menu-level2-wrap .menu-level2 {
    display: block;
    padding: 12px 15px 12px 45px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #eee;
  }
  .pheader-drawer .drawer-menu .menu-level2-wrap .menu-level2:active {
    color: #00479D;
    background: #f0f0f0;
  }
  .pheader-drawer .drawer-search {
    position: relative;
    margin: 12px 15px;
    border-radius: 20px;
    border: 1px solid #00479D;
    overflow: hidden;
  }
  .pheader-drawer .drawer-search input[type=text] {
    display: block;
    background: transparent;
    width: 100%;
    outline: none;
    border: none;
    font-size: 14px;
    color: #333;
    padding: 10px 40px 10px 12px;
  }
  .pheader-drawer .drawer-search input[type=text]::placeholder {
    color: #999;
  }
  .pheader-drawer .drawer-search input[type=button] {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: #00479D url(../imgs/search.png) no-repeat center center/18px auto;
    outline: none;
    border: none;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .links {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .links .link-item {
    width: calc(33.33% - 10px);
  }
  .links .link-item img {
    width: 100%;
  }
  .bg1 .main {
    flex-direction: column;
    gap: 30px;
  }
  .bg1 .main .job {
    width: 100%;
  }
  .bg1 .main .job .swiper-container {
    height: 240px;
  }
  .bg1 .main .job .swiper-container .swiper-item {
    height: 240px;
  }
  .bg1 .main .job .swiper-container .swiper-item .swiper-text {
    padding: 40px 15px 15px;
  }
  .bg1 .main .job .swiper-container .swiper-item .swiper-text .swiper-time {
    font-size: 13px;
  }
  .bg1 .main .job .swiper-container .swiper-item .swiper-text .swiper-title {
    font-size: 15px;
    margin-left: 10px;
  }
  .bg1 .main .job .job-list {
    gap: 10px;
  }
  .bg1 .main .job .job-list .job-item {
    width: auto;
    flex: 1;
    height: auto;
    min-height: 80px;
    padding: 12px 10px;
  }
  .bg1 .main .job .job-list .job-item .job-time {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .bg1 .main .job .job-list .job-item .job-title {
    font-size: 13px;
  }
  .bg1 .main .notice .notice-list .notice-item {
    padding: 16px 0 16px 10px;
  }
  .bg1 .main .notice .notice-list .notice-item .notice-time {
    width: 55px;
    margin-right: 12px;
  }
  .bg1 .main .notice .notice-list .notice-item .notice-time .notice-day {
    font-size: 16px;
    line-height: 28px;
  }
  .bg1 .main .notice .notice-list .notice-item .notice-time .notice-date {
    font-size: 13px;
    line-height: 26px;
  }
  .bg1 .main .notice .notice-list .notice-item .notice-title {
    font-size: 14px;
  }
  .section .main {
    flex-direction: column;
    gap: 30px;
  }
  .section .main .about {
    width: 100%;
  }
  .section .main .about .swiper-container {
    height: 220px;
  }
  .section .main .about .swiper-container .swiper-button-next,
  .section .main .about .swiper-container .swiper-button-prev {
    width: 28px;
    height: 28px;
    background-size: 12px auto;
  }
  .section .main .about .swiper-container .swiper-button-prev {
    left: 15px;
  }
  .section .main .about .swiper-container .swiper-button-next {
    right: 15px;
  }
  .section .main .about .swiper-container .swiper-item .swiper-text {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .section .main .video .video-content .video-item {
    height: 220px;
  }
  .section .main .video .video-content .video-item .video-text {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .section .main .video .video-content .video-item .video-icon img {
    width: 40px;
  }
  .section1 .main .title {
    flex-wrap: wrap;
    gap: 10px;
  }
  .section1 .main .swiper-box {
    height: auto;
  }
  .section1 .main .swiper-box .swiper-content {
    position: relative;
    padding: 0 40px;
    display: none;
  }
  .section1 .main .swiper-box .swiper-content.active {
    display: block;
    opacity: 1;
  }
  .section1 .main .swiper-box .swiper-content .swiper-button-next,
  .section1 .main .swiper-box .swiper-content .swiper-button-prev {
    width: 24px;
    height: 60px;
    background-size: 10px auto;
  }
  .section1 .main .swiper-box .swiper-content .swiper-container {
    height: 160px;
  }
  .section1 .main .swiper-box .swiper-content .swiper-container .swiper-item {
    height: 160px;
  }
  .section1 .main .swiper-box .swiper-content .swiper-container .swiper-item .swiper-text {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .footer {
    padding: 30px 0 0;
  }
  .footer .main {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer .main-left .footer-logo {
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer .main-left .footer-logo img {
    height: 32px;
  }
  .footer .main-left .footer-logo span {
    font-size: 18px;
    margin-left: 8px;
  }
  .footer .main-left .footer-desc {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .footer .main-left .footer-desc .desc-item {
    align-items: center;
  }
  .footer .main-left .footer-desc .desc-item .desc-label {
    font-size: 12px;
    justify-content: center;
    gap: 4px;
  }
  .footer .main-left .footer-desc .desc-item .desc-label img {
    width: 14px;
    height: 14px;
  }
  .footer .main-left .footer-desc .desc-item .desc-content {
    font-size: 13px;
    margin-top: 4px;
  }
  .footer .main-right {
    align-items: center;
    margin-top: 20px;
  }
  .footer .main-right .footer-icon {
    gap: 24px;
    margin-bottom: 16px;
  }
  .footer .main-right .footer-icon .icon-item img {
    width: 28px;
  }
  .footer .main-right .footer-tips {
    font-size: 12px;
  }
  .w-1400 {
    width: 100%;
    padding: 0 15px;
  }
  .child_banner img {
    display: block;
    width: 100%;
    height: auto;
  }
  .child_lmmc {
    background: #00479D;
  }
  .child_lmmc:after {
    display: none;
  }
  .child_lmmcBox {
    margin-top: 0;
    padding: 24px 0 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .lmmc_box {
    font-size: 24px;
    line-height: 1.3;
  }
  .lmmc_box:before {
    display: none;
  }
  .dqwz {
    margin-bottom: 0;
    padding-left: 18px;
  }
  .dqwz a {
    font-size: 13px;
    margin: 0 4px;
  }
  .dqwz:before {
    width: 14px;
    height: 18px;
    background-size: contain;
    bottom: 0;
  }
  .child_main {
    flex-direction: column;
  }
  .child_mainL {
    width: 100%;
  }
  .child_mainR {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .child_mainR ul li {
    padding: 18px 10px;
  }
  .child_mainR ul li a p {
    font-size: 14px;
    margin-top: 10px;
  }
  .child_mainR ul li a span {
    font-size: 12px;
  }
  .child_mainR ul li:hover {
    transform: none;
  }
  .child_nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: #faf2f2;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    padding: 0 20px;
    border: 1px solid #f1d9d9;
    border-top: 2px solid #00479D;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .child_nav-toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(45deg);
    transition: transform 0.3s;
  }
  .child_nav-toggle.open::after {
    transform: rotate(-135deg);
  }
  .child_nav {
    display: none;
  }
  .child_nav.show {
    display: block;
  }
  .child_nav > ul > li > a {
    font-size: 18px;
    line-height: 60px;
  }
  .child_navTird {
    width: 100%;
  }
  .child_navTird ul li a {
    font-size: 16px;
    line-height: 55px;
  }
  .child_icon {
    top: 24px;
    right: 15px;
  }
  .child_content > h4 {
    font-size: 20px;
    padding: 0 10px;
  }
  .child_content > h6 {
    font-size: 14px;
  }
  .child_contentInfo {
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .child_contentInfo span {
    font-size: 12px;
    margin: 0 8px;
  }
  .child_content_nr {
    padding: 0 10px;
    min-height: 200px;
    font-size: 14px;
  }
  .content_page {
    flex-direction: column;
    gap: 12px;
    padding-top: 15px;
  }
  .content_page a {
    font-size: 13px;
  }
}

/*# sourceMappingURL=phone.css.map */