@charset "utf-8";

@media screen and (max-width: 768px) {

    .g-in {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 0 !important;
    }

    .header .h-nav>.g-in {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        position: relative;
    }

    .header .h-nav>.g-in::after,
    .header .h-nav>.g-in::before {
        display: none !important;
    }

    .fl,
    .fr {
        float: none !important;
    }

    .wrapper {
        width: 100%;
    }

    .header .h-t {
        display: none;
    }

    .header .h-nav {
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .header .h-nav>.g-in {
        display: flex !important;
        align-items: center;
        justify-content: space-between !important;
        flex-wrap: nowrap;
    }

    .header .h-nav>.g-in>img {
        height: 50px;
        margin: 0 !important;
        flex-shrink: 0;
    }

    .header .h-nav ul {
        display: none !important;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 99999;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .header .h-nav ul.nav-open {
        display: block !important;
    }

    .header .h-nav ul li {
        float: none;
        width: 100%;
        border: none;
        border-bottom: 1px solid #f0f0f0;
    }

    .header .h-nav ul li:first-child {
        border-left: none;
    }

    .header .h-nav ul li .s {
        padding: 15px 20px;
        font-size: 15px;
    }

    .header .h-nav ul li .p {
        display: none;
    }

    .header .h-nav .current::after,
    .h-nav ul li:hover::after {
        display: none;
    }

    .header .h-nav .current,
    .h-nav ul li:hover {
        background: #373c64;
    }

    .header .h-nav .sub-nav {
        position: static;
        display: none;
        width: 100%;
        background: #f5f5f5;
    }

    .header .h-nav .sub-nav ul li {
        background: #f5f5f5;
    }

    .header .h-nav .sub-nav ul li a {
        color: #333;
        padding-left: 40px;
    }

    .mobile-menu-btn {
        display: block;
        width: 36px;
        height: 30px;
        position: relative;
        z-index: 101;
        float: right;
    }

    .mobile-menu-btn span {
        display: block;
        width: 24px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s;
    }

    .mobile-menu-btn span:nth-child(1) {
        top: 6px;
    }

    .mobile-menu-btn span:nth-child(2) {
        top: 14px;
    }

    .mobile-menu-btn span:nth-child(3) {
        top: 22px;
    }

    .banner {
        width: 100% !important;
    }

    .banner img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
    }

    .banner .bd img {
        height: auto !important;
        max-height: none !important;
    }

    .time-bar {
        margin-top: 30px;
        border-radius: 8px;
    }

    .time-bar .t {
        padding: 15px;
    }

    .time-bar .t .f {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .time-bar .t .f1,
    .time-bar .t .f2 {
        padding-left: 35px;
        background-size: 20px !important;
        background-position: 10px center !important;
        margin-left: 0 !important;
    }

    .time-bar .t .f1 input,
    .time-bar .t .f2 input {
        width: 100%;
        margin-left: 5px;
        font-size: 13px;
    }

    .time-bar .t .f3 {
        float: none;
        width: 100%;
        text-align: center;
        padding-left: 0;
        background-position: center left 60px;
    }

    .time-bar .b {
        padding: 20px 0;
    }

    .time-bar .b ul li {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .time-bar .b .i .num {
        font-size: 36px;
    }

    .time-bar .b .i .ti .p1 {
        font-size: 15px;
    }

    .time-bar .b .i .ti .p2 {
        font-size: 12px;
    }

    .section1 {
        padding: 40px 0;
    }

    .section1 .tempWrap {
        width: 100% !important;
    }

    .section1 .tempWrap {
        overflow: visible !important;
        height: auto !important;
    }

    .section1 .s1-c {
        overflow: visible !important;
        height: auto !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .section1 .s1-c .ci {
        float: none;
        width: 100%;
        max-width: 360px;
        margin: 20px auto;
    }

    .section1 .con,
    .section1 .prev,
    .section1 .next {
        display: none !important;
    }

    .section1 .s1-c .ci .ico2 {
        margin-left: -30px;
        top: 40px;
    }

    .section1 .s1-c .i {
        height: auto;
    }

    .section1 .s1-c .i .pic img {
        height: auto;
    }

    .section1 .s1-c .i .text .cont {
        width: auto;
        padding: 0 10px 10px;
    }

    .section2 {
        padding: 40px 0;
    }

    .section2 .s2-c {
        margin-top: 30px;
    }

    .section2 .s2-c ul {
        height: auto !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .section2 .s2-c ul li {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .section2 .con,
    .section2 .prev,
    .section2 .next {
        display: none !important;
    }

    .section3 {
        padding: 40px 0;
    }

    .section3 .s3-c {
        margin-top: 30px;
    }

    .section3 .s3-c .c-l,
    .section3 .s3-c .c-r {
        float: none;
        width: 100%;
        height: auto;
    }

    .section3 .s3-c .c-r img {
        width: 100%;
        height: auto;
    }

    .section3 .s3-c .c-l .list .i .text {
        width: auto;
    }

    .section4 {
        width: 100% !important;
        left: 0;
        margin-left: 0;
    }

    .section4 img {
        width: 100% !important;
        height: auto !important;
    }

    .section6 {
        padding-bottom: 40px;
    }

    .section6 .s6-l,
    .section6 .s6-r {
        float: none;
        width: 100%;
    }

    .section6 .s6-l .pic {
        width: 100%;
        height: auto;
    }

    .section6 .s6-l .pic img {
        width: 100%;
        height: auto;
    }

    .section6 .s6-r {
        padding-top: 0px !important;
        background-size: 60px;
    }

    .section6 .s6-r .text .cont {
        width: auto;
        min-height: auto;
    }

    .section7 {
        padding: 40px 0;
    }

    .section7 .g-in {
        padding: 0 !important;
    }

    .section7 .s7-c ul {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .section7 .s7-c ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .section7 .s7-c ul li img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .section7 .prev,
    .section7 .next {
        display: none !important;
    }

    .section8 {
        padding: 40px 0;
    }

    .section8 .s8-c .case .c1 .i {
        float: none;
        margin-right: 0;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .section8 .s8-c .case .c1 .i .pic {
        width: 100%;
        height: auto;
    }

    .section8 .s8-c .case .c1 .i .pic img {
        width: 100%;
        height: auto;
    }

    .section8 .s8-c .case .c1 .i .text {
        width: 100%;
        height: auto;
        padding-right: 16px;
        border: 1px solid #e5e5e5;
    }

    .section8 .s8-c .case .c2 .hot,
    .section8 .s8-c .case .c2 .list {
        float: none;
        width: 100%;
    }

    .section8 .s8-c .case .c2 .hot .pic {
        width: 100%;
        height: auto;
    }

    .section8 .s8-c .case .c2 .hot .pic img {
        width: 100%;
        height: auto;
    }

    .section9 {
        padding-bottom: 40px;
    }

    .section9 .s9-c .form,
    .section9 .s9-c .map {
        float: none;
        width: 100%;
    }

    .section9 .s9-c .f1 input {
        width: 100%;
    }

    .section9 .s9-c .a3 input {
        width: 100%;
    }

    .section9 .s9-c .map iframe {
        width: 100%;
        height: 250px;
    }

    .section9 .s9-c .map {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .top1 .s {
        font-size: 32px;
        letter-spacing: 3px;
    }

    .top1 .ti {
        margin-top: -30px;
    }

    .top1 .ti .a {
        font-size: 20px;
    }

    .top1 .ti .b {
        font-size: 16px;
    }

    .top1 .sti {
        width: 100%;
        left: 0;
        margin-left: 0;
        font-size: 14px;
    }

    .topt1 .sti::before,
    .topt1 .sti::after,
    .topt2 .sti::before,
    .topt2 .sti::after,
    .topt3 .sti::before,
    .topt3 .sti::after,
    .topt8 .sti::before,
    .topt8 .sti::after,
    .topt9 .sti::before,
    .topt9 .sti::after {
        width: 20%;
    }

    .footer {
        padding: 30px 0 15px;
    }

    .footer .f-logo {
        width: 200px;
    }

    .footer .f-logo img {
        width: 100%;
        height: auto;
    }

    .footer .f-nav {
        font-size: 12px;
        margin-top: 20px;
        line-height: 2;
    }

    .footer .f-nav a {
        padding: 0 8px;
        font-size: 12px;
    }

    .footer .hotline {
        font-size: 22px;
    }

    .fix_box {
        right: 10px;
        top: auto;
        bottom: 20px;
        display: flex;
        flex-direction: row;
        z-index: 999;
    }

    .fix_box .fix_case {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
        margin-left: 5px;
    }

    .fix_box .fix_case a {
        font-size: 10px;
    }

    .fix_box .fix_case .pic {
        width: 24px;
        height: 24px;
        margin: 3px auto 0;
    }

    .fix_box .fix_case .pic img {
        width: 100%;
        height: auto;
    }

    .fix_box .fix_phone {
        left: auto;
        right: 60px;
        top: -60px;
    }

    .fix_box .fix_case p {
        font-size: 10px;
        padding-top: 0;
    }

    .ma {
        display: none !important;
    }

    .con {
        text-align: center;
    }

    .link {
        font-size: 12px !important;
        padding: 10px 15px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .section1 .s1-c .i .text .ti a {
        font-size: 14px;
    }

    .section1 .s1-c .i .text .cont {
        font-size: 13px;
    }

    .section6 .s6-r .text .ti a {
        font-size: 16px;
    }

    .section7 .s7-c p {
        font-size: 14px;
    }

    .section8 .s8-c .case .c2 .list .i .ti a {
        font-size: 14px;
    }

    .section8 .s8-c .case .c2 .list .i .cont {
        font-size: 12px;
        width: auto !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .section8 .s8-c .case .c2 .list .i {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .section8 .s8-c .case .c2 .list .i .text {
        float: none;
        width: calc(100% - 85px);
    }

    .section8 .s8-c .case .c2 .list .i .more {
        width: 70px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }

    .section8 .s8-c .case .c1 .i .text .a a {
        font-size: 13px;
    }

    .section8 .s8-c .case .c1 .i .text .b {
        font-size: 12px;
    }

    .section8 .s8-c .case .c1 .i .time {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 12px;
        background-size: cover;
    }

    .section8 .s8-c .case .c1 .i {
        padding-top: 30px;
    }

    .section2 .s2-c .ci .pic {
        width: 120px;
        height: 120px;
        background-size: contain;
        padding-top: 25px;
        margin: 0 auto;
    }

    .section2 .s2-c .ci .pic p {
        font-size: 14px;
    }

    .section2 .s2-c .ci .pic img {
        width: 40px;
        height: auto;
    }

    .section2 .s2-c ul li {
        width: auto;
        float: none;
        margin-right: 0;
        text-align: center;
    }

    .section2 .s2-c ul li .ci {
        display: block;
        text-align: center;
    }

    .section2 .s2-c ul li .ci .pic {
        margin: 0 auto;
        float: none;
    }

    .section2 .s2-c ul li .ci .text {
        float: none;
        font-size: 13px;
        margin-top: 12px;
        text-align: center;
        padding: 0 10px;
    }

    .section2 .s2-c .con {
        text-align: center;
    }

    .swiper-container {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .swiper-slide {
        width: 100%;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .top1 .s {
        font-size: 26px;
    }

    .top1 .ti .a {
        font-size: 18px;
    }

    .time-bar .b .i .num {
        font-size: 28px;
    }

    .footer .hotline {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {

    .container {
        width: 100%;
    }

    .wrap {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .main {
        width: 100%;
    }

    .breadcrumbs {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
    }

    .breadcrumbs a {
        font-size: 12px;
    }

    .location {
        line-height: normal;
        padding: 15px 0;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .location h3 {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-size: 18px;
        padding-left: 0px;
    }

    .ins_title,
    .ins_bg {
        width: 100%;
        left: 0;
        margin-left: 0;
        text-align: center;
    }

    .ins_title img,
    .ins_bg img {
        width: auto;
        max-width: 100%;
        height: auto !important;

    }

    .ins_title img {
        display: none;
    }

    .banner[style*="1920"],
    .banner {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
    }

    .banner img {
        width: 100% !important;
        height: auto !important;
        max-height: 250px !important;
        object-fit: cover;
    }

    .banner .bd img {
        height: auto !important;
        max-height: none !important;
    }

    .menu {
        width: 100%;
        padding: 0px;
        box-sizing: border-box;
    }

    .menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .menu ul li {
        float: none;
        display: inline-block;
        margin: 5px 5px 5px 0;
    }

    .menu ul li a {
        padding: 8px 8px;
        font-size: 13px;
        display: block;
    }

    .article {
        padding: 0 15px 40px;
    }

    .article .hd h1 {
        font-size: 18px;
    }

    .article .hd .titBar {
        font-size: 12px;
    }

    .article img {
        max-width: 100%;
        height: auto;
    }

    .news_list ul li {
        padding: 0px;
    }

    .news_list .i {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .news_list .i .pic {
        width: 100%;
        height: auto;
    }

    .news_list .i .pic img {
        width: 100%;
        height: auto;
    }

    .news_list .i .text {
        width: 100%;
        padding: 15px;
        float: none;
    }

    .news_list .i .text .ti a {
        font-size: 15px;
    }

    .news_list .i .text .time {
        font-size: 14px;
    }

    .news_list .i .text .content {
        font-size: 13px;
        line-height: 1.6;
    }

    .ins_about_a {
        padding: 25px 15px;
    }

    .ins_about_a .text,
    .ins_about_a .pic {
        float: none;
        width: 100%;
        height: auto;
    }

    .ins_about_a .pic img {
        width: 100%;
        height: auto;
    }

    .ins_about_b {
        padding: 30px 15px;
    }

    .ins_about_b .c ul li {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .ins_about_b .c .i .pic {
        width: 100%;
        height: auto;
    }

    .ins_about_b .c .i .pic img {
        width: 100%;
        height: auto;
    }

    .ins_ser {
        padding: 0 15px 40px;
    }

    .ins_ser .c ul li {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ins_ser .c ul li a {
        display: block;
        width: 100%;
    }

    .ins_ser .c ul li .i {
        height: auto;
        width: 100%;
    }



    .ins_ser .c ul li .i .pic {
        background: #333;
        width: 100%;
        height: auto;
    }

    .ins_ser .c ul li .i .pic img {
        width: 100%;
        height: auto;
    }

    .ins_case img {
        width: 100%;
    }

    .ins_ser img {
        width: 100%;
    }

    .ins_ser .c ul li .i .mask {
        position: relative;
        opacity: 1;
        height: auto;
        background: rgba(55, 60, 100, 0.85);
        display: none;
    }

    .ins_ser .c ul li .i .mask .cont {
        width: auto;
        padding: 15px 10px;
    }

    .ins_piclist {
        padding: 20px 15px 40px;
    }

    .ins_piclist ul li {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .ins_piclist ul li .i .pic {
        width: 100%;
        max-height: none;
    }

    .ins_piclist ul li .i .pic img {
        width: 100%;
        height: auto;
    }

    .ins_piclist ul li .i p {
        font-size: 14px;
        padding: 8px 0;
    }

    .contact {
        padding: 40px 15px 60px;
    }

    .contact .text,
    .contact .map {
        float: none;
        width: 100%;
        padding-top: 0;
    }

    .contact .map {
        margin-top: 25px;
    }

    .contact .bd-map {
        width: 100%;
    }

    .contact .bd-map iframe {
        width: 100%;
        height: 250px;
        border: 0;
    }

    .contact_form {
        padding: 40px 15px 60px;
    }

    .contact_form .title {
        font-size: 20px;
    }

    .contact_form .a,
    .contact_form .b {
        display: flex;
        flex-wrap: wrap;
    }

    .contact_form .a .f1,
    .contact_form .b .f2 {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .contact_form .a .f1 input,
    .contact_form .b .f2 input {
        width: 100%;
        box-sizing: border-box;
    }

    .contact_form .a .change {
        float: none;
        margin: 5px auto 15px;
        width: 40px;
        height: 40px;
    }

    .contact_form .c {
        width: 100%;
        line-height: 100px;
    }

    .contact_form .c input[type="submit"] {
        width: 100%;
        font-size: 16px;
        padding: 12px 0;
        line-height: 20px;
    }

    .piList {
        padding: 0 15px 20px;
    }

    .piList .pic-item-list {
        width: 100%;
    }

    .piList .pic-item {
        width: 48%;
        margin: 0 2% 20px 0;
    }

    .piList .pic-item:nth-child(2n) {
        margin-right: 0;
    }

    .piList .list-pic {
        width: 100%;
        height: auto;
        line-height: normal;
    }

    .piList .list-pic img {
        width: 100%;
        height: auto;
    }

    .pothoItem .item {
        padding: 0 15px 20px;
    }

    .pothoItem .item .pic {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .pothoItem .item .pic img {
        width: 100%;
        height: auto;
    }

    .list li span {
        float: none;
        display: block;
        margin-top: 5px;
    }

    .m-detail {
        padding: 0 15px;
    }

    .m-detail .gallery {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .m-detail .gallery .bigPic {
        width: 100%;
        height: auto;
    }

    .m-detail .gallery .bigPic img {
        width: 100%;
        height: auto;
    }

    .m-detail .property {
        margin-left: 0;
    }

    .product-detail {
        margin: 0 15px 30px;
    }

    .product-detail .hd h2 {
        float: none;
        width: auto;
        margin: 0;
        height: auto;
        padding: 10px 15px;
        font-size: 18px;
        border-top: 2px solid #0058af;
        border-right: none;
    }

    .product-detail .bd {
        padding: 15px;
    }

    .pagination {
        display: block;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .pagination a,
    .pagination span {
        display: inline-block;
        padding: 6px 12px;
        margin: 3px;
        font-size: 13px;
    }

    .list-pic {
        width: 100% !important;
        height: auto !important;
    }

    .list-pic img {
        width: 100% !important;
        height: auto !important;
    }

    .lb-nav {
        width: 36px;
        height: 36px;
        line-height: 32px;
        font-size: 24px;
    }

    .lb-prev {
        left: 10px;
    }

    .lb-next {
        right: 10px;
    }

    .lb-close {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }

    #popup,
    #ad1 {
        display: none !important;
    }

    .fix_box {
        right: 10px;
        top: auto;
        bottom: 20px;
        display: flex;
        flex-direction: row;
        z-index: 999;
        display: none;
    }

    .fix_box .fix_case {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
        margin-left: 5px;
    }

    .fix_box .fix_case .pic {
        width: 24px;
        height: 24px;
        margin: 3px auto 0;
    }

    .fix_box .fix_case p {
        font-size: 10px;
    }

    .banner .bd img,
    .banner img {
        height: auto !important;
        max-height: 250px !important;
        object-fit: cover;
    }

    .banner[style*="width: 1920px"] {
        width: 100% !important;
    }

    .header .banner[style] {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 769px) {
    .mobile-menu-btn {
        display: none !important;
    }
}

/* ============ Swiper 轮播移动端适配 ============ */
@media screen and (max-width: 768px) {

    .section2 .s2-c.swiper-container,
    .section7 .s7-c.swiper-container {
        overflow: hidden !important;
    }

    .section2 .s2-c .swiper-wrapper,
    .section7 .s7-c .swiper-wrapper {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .section2 .s2-c .swiper-slide {
        float: none !important;
        margin: 0 !important;
        flex-shrink: 0;
        text-align: center;
    }

    .section7 .s7-c .swiper-slide {
        float: none !important;
        margin: 0 !important;
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    .section1 .con {
        display: none;
    }
}

/* ============ Section1 Swiper 移动端适配 - 一屏一个 ============ */
@media screen and (max-width: 768px) {

    .section1 .s1-c.swiper-container {
        width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
    }

    .section1 .s1-c .swiper-wrapper {
        display: flex !important;
        flex-wrap: nowrap !important;
        height: auto !important;
    }

    /* 强制每个 slide 占满整屏宽度 - 覆盖 Swiper 内联宽度 */
    .section1 .s1-c .ci.swiper-slide {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        padding: 0;
        box-sizing: border-box;
        position: relative;
    }

    /* 隐藏绝对定位的图标，避免占据空间 */
    .section1 .s1-c .ci .ico2 {
        display: none !important;
    }

    /* 卡片内容占满一屏宽度 */
    .section1 .s1-c .ci .i {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
    }

    /* 隐藏翻页按钮 */
    .section1 .con {
        display: none !important;
    }
}