@charset "UTF-8";

.pc-header {
    display: flex;
}

.m_header {
    display: none;
}
@media(max-width:1680px){
    .slide03 .new_ul{
        flex-wrap: nowrap;
    }
}

@media (max-width: 1440px) {
    .inv-a .img-box .img {
        height: 15rem;
    }
}

@media(max-width:1024px) {}

@media (max-width: 996px) {
    .view {
        padding: 0 6%;
    }
    .slide03 .new_ul{
        flex-wrap: wrap;
    }
    .pc-header {
        height: 2.3529rem;
        padding: 2px 6%;
    }

    .pc-header .left_btn {
        height: 100%;
    }

    .pc-header .right_btn {
        display: none;
    }

    .pc-header .logo {
        width: 5.5882rem;
        height: 100%;
    }

    .pc-header .logo svg {
        width: 100%;
        height: 100%;
    }

    .pc-header .left_btn .t {
        margin: 0.175rem 0 0 .375rem;
        margin-bottom: 0;
        font-size: .5882rem;
    }

    .m_header {
        display: flex;
    }

    .m_header .right_bnt {
        display: flex;
        align-items: center;
    }

    .m_header .search_btn {
        width: .7353rem;
        height: .7353rem;
        margin-right: 1.3824rem;
    }

    header.active .m_header .search_btn svg path {
        fill: #333;
    }

    header.active .m_header .right_bnt .nume .line {
        background-color: #333;
    }

    .m_header .search_btn svg {
        height: .7353rem;
        fill: #fff;
    }

    .m_header .right_bnt .nume {
        width: .7059rem;
        height: .5882rem;
        position: relative;
    }

    .m_header .right_bnt .nume .line {
        width: 0.7059rem;
        height: 3px;
        background-color: #fff;
        position: absolute;
        left: 0;
        transition: all 0.3s;
    }

    .m_header .right_bnt .nume .line1 {
        top: 0;
    }

    .m_header .right_bnt .nume .line2 {
        top: 50%;
        transform: translateY(-50%);
    }

    .m_header .right_bnt .nume .line3 {
        bottom: 0;
    }

    .m_header .right_bnt .nume.on .line1 {
        top: 50%;
        transform: rotate(45deg);
    }

    .m_header .right_bnt .nume.on .line2 {
        left: 100%;
        opacity: 0;
    }

    .m_header .right_bnt .nume.on .line3 {
        bottom: 33%;
        transform: rotate(-45deg);
    }

    .header-nav {
        width: 100%;
        height: calc(100% - 2rem);
        height: -webkit-calc(100% - 2rem);
        padding: 0.75rem 4%;
        border-top: 1px solid #E5E5E5;
        position: fixed;
        top: 2.3529rem;
        left: 0;
        background: #fff;
        display: none;
    }

    .header-nav li {
        display: block;
        width: 100%;
        margin: 0;
        position: relative;
    }

    .header-nav li .a1 {
        display: block;
        font-size: 0.5rem;
        line-height: 1.5rem;
        color: #000;
        border-bottom: 1px solid #ccc;
    }

    .header-nav li .a1:after {
        content: '';
        width: 0;
        height: 3px;
        background: #fff;
        position: absolute;
        right: 0;
        bottom: 0px;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .header-nav li .div1 {
        width: 100%;
        position: relative;
        top: initial;
        transform: initial;
        left: initial;
        padding: 10px 0;
        margin: 0;
        max-width: initial;
        border-bottom: 1px solid #ccc;
        box-shadow: inherit !important;
        display: none;
    }

    .pc-header .left_btn .t {
        font-size: .4118rem;
    }

    .header-nav li .div1 a {
        display: block;
        font-size: 0.45rem;
        display: block;
        line-height: 1.25rem;
        margin: 0;
        color: #666;
        position: relative;
        background: url(../img/ico05.png) no-repeat right center;
        transition: all .3s;
    }

    .header-nav .li2>i {
        display: block;
        width: 30%;
        height: 1.5rem;
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        background: url(../img/jah.png) no-repeat right center;
        background-size: 0.5rem 0.5rem;
    }

    .header-nav .li2.bj>i {
        background: url(../img/jh2.png) no-repeat right center;
        background-size: 0.5rem 0.5rem
    }

    .swiper_body>.swiper-wrapper,
    .swiper_body {
        height: auto;
    }

    .swiper_body>.swiper-wrapper>.swiper-slide .slide-inner {
        transform: translate3d(0, 0, 0) !important;
    }

    .slide01 .sub-banner .image {
        width: 100%;
        margin: 0 auto;
    }

    .slide01 .sub-banner .image img {
        width: 100%;
    }

    .sub-banner {
        height: 10rem;
    }

    .sub_nav {
        display: none;
    }

    .sub-banner .txt .icon {
        width: 1.75rem;
        height: 1.75rem;
    }

    .sub-banner .txt .icon img {}

    .sub-banner .txt .t {
        font-size: 1.25rem;
        margin-top: .5rem;
    }

    .ind {
        padding-top: 1.5rem;
    }

    .ind .ind-box {
        height: 70vh;
    }

    .ind .mc {
        margin-top: .65rem;
        line-height: 1.4;
    }

    .ind .t2 {
        margin-top: .45rem;
        width: 100%;
        line-height: 1.6;
    }

    .ind-box {
        margin-top: 1rem;
    }

    .ind-box .box .icon-list {
        display: none;
    }

    .ind-box .box {
        transform: scale(1);
        border-radius: .5882rem;
    }

    .ind-box .box .list {
        padding: 0 8%;
        width: 100%;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        display: flex;
    }

    .ind-box .box .list .swiper-content {
        width: 100%;
        overflow: hidden;
    }

    .ind-box .box .list .li {
        width: 100%;
        height: auto;
        padding: 1.25rem 0.75rem;
    }

    .ind-box .box .list .li .tt2 {
        margin-top: .75rem;
        max-height: 7rem;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .ind-box .box .list .li .mores {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-top: 1.25rem;
    }

    .ind-box .box .list .li .mores .a {
        justify-content: flex-end;
    }

    .ind .ind-box .swiper-button-next {
        right: 5px;
    }

    .ind .ind-box .swiper-button-prev {
        left: 5px;
    }

    .ind .ind-box .swiper-button-next,
    .ind .ind-box .swiper-button-prev {
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
    }

    .abot-a {
        padding: 1.5rem 0 3rem;
    }

    .abot-a .top {
        display: block;
    }

    .abot-a .top .left,
    .abot-a .top .t2 {
        width: 100%;
    }

    .abot-a .top .left .tit-52 {
        line-height: 1.2;
    }

    .abot-a .top .left .mc {
        margin-top: .65rem;
        line-height: 1.4;
    }

    .abot-a .top .t2 {
        margin-top: .45rem;
        line-height: 1.6;
        max-height: 8rem;
        padding-right: .25rem;
        overflow-y: scroll;
        padding-bottom: .2rem;
    }

    .abot-a .top .t2::-webkit-scrollbar {
        width: 3px;
        background-color: rgba(255, 255, 255, .5);
    }

    .abot-a .top .t2::-webkit-scrollbar-thumb {
        background-color: #c49f5a;
    }

    .about-b {
        margin-top: 1.3rem;
    }

    .about-b img {
        height: 100%;
    }

    .about-b .txt .col-fff {
        font-size: .5rem;
    }

    footer .footer-content .nav-list {
        display: none;
    }

    footer .footer-content {
        justify-content: center;
    }

    .shear-box {
        right: 50%;
        transform: translateX(50%);
    }

    .footer-btn {
        display: block;
        padding: 0.5rem 0;
    }

    .shear-box .li:first-child {
        margin-left: 0;
    }

    .about-c .left .txt-li .img {
        margin-top: .85rem;
    }

    .jion {
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }

    .jion .view {
        padding: 0;
    }

    .jion .mc.tit-20 {
        margin-top: .65rem;
    }

    .join-a {
        /* height: auto; */
    }

    .jion .view .tit-52,
    .jion .mc.tit-20,
    .join-a .txt,
    .join-b,
    .join-c {
        padding: 0 6%;
    }

    .join-a .txt .t1 {
        margin-bottom: 1rem;
    }

    .join-a .txt {
        bottom: 50%;
        transform: translateY(56%);
    }

    .join-b,
    .join-c {
        margin-top: 1rem;
        padding-top: .85rem;
    }

    .big-container {
        margin-top: .75rem;
    }

    .small-container .swiper-slide {
        width: calc((100% - 1rem) / 2);
    }

    .join-c {
        overflow: hidden;
    }

    .join-c .list-top {
        margin-top: .75rem;
    }

    .contact {
        padding-top: 1.5rem;
    }

    .map>img {
        width: 100%;
        height: 16rem;
        object-fit: cover;
    }

    .map .txt {
        right: 6%;
    }

    .gk .sub-banner {
        height: 80vh;
    }

    .gk .sub-banner .i-txt {
        width: 88%;
        left: 50%;
        top: 22%;
        transform: translateX(-50%);
        margin: 0 auto;
    }

    .gk .sub-banner .i-icon {
        bottom: 1rem;
    }

    .ind-info {
        padding: 1.5rem 0 3rem;
    }

    .ind-info .list {
        margin-top: .65rem;
        padding-top: .75rem;
    }

    .ind-info .list .li .li-top .t1 {
        margin-bottom: .65rem;
    }

    .ind-info .list .li .li-top {
        height: 10rem;
    }

    .ind-info .list .li .li-top .bg {
        padding: 1rem .5rem;
        overflow: hidden;
    }

    .news {
        padding: 1.5rem 0 3rem;
    }

    .news .list {
        justify-content: space-between;
    }

    .news .list .li {
        width: calc(50% - 1rem);
        margin-right: .75rem;
        margin-bottom: 1rem;
    }

    .news .list .li:nth-child(even) {
        margin-right: 0;
    }

    .news .list .li:nth-child(odd) {
        margin-right: .75rem;
    }

    .news .list .li:last-child {
        margin-bottom: 0;
    }

    .news .list .li .txt .tit-18 {
        line-height: 1.4;
        height: auto;
        margin-bottom: .5rem;
    }

    .news .list .li .txt {
        padding: .5rem .5rem;
        border: 1px solid #E5E5E5;
    }

    .inv-a {
        padding: 1.5rem 0%;
    }

    .inv-a .list {
        flex-direction: column;
        margin-top: .45rem;
    }

    .inv-a .list .left {
        width: 100%;
        padding: .45rem 0 .65rem;
        border-right: 0;
    }

    .inv-a .list .left .t2 {
        margin-top: .45rem;
    }

    .inv-a .list .left .t3 {
        margin-top: .65rem;
    }

    .inv-a .list .left .num {
        margin-top: .45rem;
    }

    .inv-a .list .right {
        width: 100%;
        margin-right: 0;
    }

    .inv-a .list .right .li {
        padding: .45rem 0 .65rem;
        border-top: 1px solid #dfe1e3;
    }

    .inv-a .list .right .li .box {
        margin-right: 0;
        padding-left: 0;
    }

    .inv-a .img-box {
        padding: .5rem 0 0;
    }

    .inv-a .img-box .tit-24 {
        padding-left: .5rem;
    }

    .inv-a .img-box .img {
        height: 10rem;
    }

    .inv-a .img-box .table-s {
        margin-top: .45rem;
    }

    .inv-b {
        padding: 1.5rem 0 3rem;
    }

    .inv-b .tabls-list {
        margin-top: .45rem;
        justify-content: flex-start;
        align-items: center;
    }

    .inv-b .tabls-list .li {
        margin-right: .5rem;
        width: 32%;
        align-items: center;
        justify-content: center;
    }

    .inv-b .tabls-list .li:last-child {
        margin-right: 0;
    }

    .inv-b .t-top {
        margin-top: .75rem;
    }

    .inv-b .ajax-list .list .li {
        padding: 0 .5rem 0 0;
    }

    .slide02 .slide02_content {
        padding: 0 1rem;
    }

    .swiper_body .sub-banner {
        height: 100%;
    }

    .slide01 .sub-banner .txt {
        top: 17%;
    }
    .slide01 .sub-banner .txt .tc{
        margin-top: 1rem;
    }
    .slide02 .slide02_content .slide02_swiper .swiper-slide .slide_hide .t2{
        margin-bottom: .65rem;
    }
    header.active .pc-header {
        background-color: #fff;
    }

    .slide01 .sub-banner .more {
        margin-top: 1rem;
    }

    .slide03 .t1 {
        padding-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .slide03 .new_li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
        height:auto;
    }

    .slide03 .new_li .txt,
    .slide03 .new_li:last-child {
        padding: .5rem .5rem;
    }

    .slide03 .new_li .txt .t2 {
        margin-bottom: .75rem;
    }

    .slide03 .new_li:last-child .t3 {
        margin-bottom: 1rem;
    }

    .slide03 .img {
        width: 100%;
        height: 6rem;
    }

    .slide03 .new_li:last-child {
        margin-bottom: 0;
    }

    .slide03 .img {}

    .slide03 .more {
        margin: 1rem auto 2rem;
        width: 4rem;
    }

    .slide04 .more {
        margin: 2rem 0 1rem;
        width: 4rem;
    }

    .slide04 .txt {
        padding-top: 1.5rem;
    }

    .slide04 .txt .t {
        margin-bottom: .45rem;
    }

    .slide04 .txt .ten {
        margin-bottom: 1rem;
    }

    .swiper_body>.swiper-wrapper .swiper-slide.sec_footer.slide04 {
        height: 48vh !important;
    }

    .slide04 img {
        height: inherit;
    }
    .slide01 .sub-banner .txt .tc{
        line-height: 1.6;
    }
    .news-info{
        padding: 3rem 6% 0; 
    }
    .news-info .tit-40{
        line-height: 1.2;
        font-size: 24px;
    }
    .info .pc-header.acs .m_header .search_btn svg path{
        fill: #333;
    }
    .info .pc-header.acs  .m_header .right_bnt .nume .line{
background-color: #333;
    }
}

@media(max-width:775px) {
    .slide02 .slide02_content .slide02_swiper .swiper-slide.on {
        width: 100%;
    }

    .slide02 .slide02_content .slide02_swiper .swiper-slide {
        width: 100% !important;
        padding: 0 1rem;
    }

    .slide02 .slide02_content {
        height: 5rem;
    }
    .m_header .search_btn{
        margin-right: .7rem;
    }
    .about-c .left .li.li2{
        height: 7rem;
    }
    .newssearch .simt svg{
        width: .8rem;
    }
}

@media (max-width: 668px) {
    .about-b {
        height: 8rem;
    }

    .about-b img {
        width: 100%;
    }

    .about-c {
        display: block;
    }

    .about-c .left {
        margin-right: 0;
        width: 100%;
    }

    .about-c .left .li {
        height: auto;
    }

    .about-c .left .li .bg {
        padding: 1rem 1rem;
    }

    .about-c .left .li .bg .t1 {
        margin-top: .45rem;
    }

    .about-c .left .li .bg .t2 {
        max-height: 6rem;
        margin-top: .5rem;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .about-c .left .txt-li {
        padding: .65rem 0rem 1rem;
        margin-top: .65rem;
    }

    .about-c .left .txt-li .tit-16 {
        margin-top: .65rem;
        line-height: 1.6;
    }

    .about-c .left:last-child .li {
        /* padding-bottom: 0; */
        margin-top: 0rem;
    }

    .about-c .left .txt-li.li2 .img {
        margin-top: .85rem;
    }

    .about-c .left:last-child .txt-li {
        padding-bottom: 0;
    }

    .join-c .list-bg {
        overflow-x: scroll;
    }

    .join-c .list-bg::-webkit-scrollbar {
        /* width: ; */
        height: 3px;
    }

    .join-c .list-bg::-webkit-scrollbar-thumb {
        background-color: #c49f5a;
    }

    .join-c .list-body {
        width: 180%;
    }

    .join-c .list-top {
        width: 180%;
    }

    .join-c .list .li:nth-child(1),
    .join-c .list .li:nth-child(2),
    .join-c .list .li:nth-child(4) {
        width: 5.5rem;
    }

    .join-c .list .li:nth-child(3),
    .join-c .list .li:nth-child(5) {
        width: 3rem;
    }

    .contact {
        background-color: #fff;
    }

    .contact .map {
        height: auto;
        background-color: #f5f5f5;
        padding-bottom: 3rem;
    }

    .contact .map>img {
        width: 100%;
        height: 9rem;
        object-fit: cover;
    }

    .map .txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        right: 0;
        top: 0;
        padding: 1rem 1rem 1rem;
        width: 88%;
        margin: 1rem auto 0;
        background-color: #f5f5f5;
    }

    .map .txt .lh1,
    .map .txt .list {
        width: 100%;
        padding: 0 0;
    }

    .map .txt .list .tit-16 {
        line-height: 1.6;
    }

    .map .txt .list .li:last-child {
        margin-bottom: 0;
    }

    .map .txt .list .li .icon {
        width: .65rem;
        height: .65rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
    }

    .map .txt>img {
        width: 100%;
        height: 8rem;
        object-fit: cover;
    }

    .map .txt .list .li .icon img {
        width: 80%;
        /* height:100%; */
        object-fit: cover;
        margin-right: .25rem;
    }

    .ind-info .list .li .li-top,
    .ind-info .list .li.on .li-top {
        height: 7.5rem;
    }

    .ind-info .list .li .li-top .num-list .num-li {
        width:70%;
    }

    .ind-info .list .li .li-cont {
        padding: 1rem .5rem;
        text-align: justify;
    }

    .ind-info .list .li .li-cont,
    .ind-info .list .li .li-top .t1 {
        display: block;
        ;
    }

    .ind-info .list .li .li-top .tip {
        padding: 0rem .5rem;
    }

    .ind-info .list .li .li-top .tip {
        display: none !important;
    }

    .ind-info .list .li .li-top .num-list {
        display: flex !important;
        flex-wrap: wrap;
    }

    .news .list .li {
        width: 100%;
        margin-right: 0;
    }

    .news .list .li:nth-child(even) {
        margin-right: 0;
    }

    .news .list .li:nth-child(odd) {
        margin-right: 0;
    }

    .inv-b .ajax-list .list {
        overflow-x: scroll;
        margin-bottom: 0;
    }

    .inv-b .ajax-list .list::-webkit-scrollbar {
        height: 3px;
    }

    .inv-b .ajax-list .list::-webkit-scrollbar-thumb {
        height: 3px;
        background-color: #c49f5a;
    }

    .inv-b .ajax-list .list .li {
        width: 150%;
    }

    .inv-b .ajax-list .list .li .t1 {
        line-height: 1.4;
        width: 48%;
        padding-right: .5rem;
    }

    .inv-b .ajax-list .list .li .t2 {
        width: 30%;
    }

    .inv-b .ajax-list .list .li .t3 {
        width: 12%;
    }

    .swiper_body .swiper_body_prev {
        left: .2941rem;
    }

    .swiper_body .swiper_body_next {
        right: .2941rem;
    }

    .slide01 .sub-banner .txt {
        top: 11%;
    }

    .slide02 .slide02_content .swiper_slide02_prev {
        left: 10px;
    }

    .slide02 .slide02_content .swiper_slide02_next {
        right: 10px;
    }

    .swiper_body>.swiper-wrapper>.swiper-slide.slide03 {
        height: auto;
    }
}

@media (max-width: 475px) {
    .tit-52 {
        font-size: .8rem;
    }
    .m_header .search_btn{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: .6912rem;
        height: .4265rem;
width: .4265rem;
    }
    .m_header .search_btn svg{
        height: 100%;
    }
    .m_header .right_bnt .nume{
        width: .4265rem;
        height: .3529rem;
    }
    .m_header .right_bnt .nume .line{
        width: .4265rem;
        height: .0588rem;
    }

    .pc-header {
        height: 2rem;
        padding: 2px 6%;
    }

    .header-nav {
        top: 2rem;
    }
    .pc_seachbox{
        top: 2rem;
        height: auto;
    }
    .head_seachbox .seach_submit{
        width: 2rem;
    }
    .head_seachbox .seach_input{
        padding: 0 1rem 0 1.5rem;
        background-size: .65rem;
    }
    .zk_search_wrap{
        width: 100%;
        margin: 0 auto;
        padding: 1rem .5rem;
    }
    .pc-header .logo {
        width: 3.5rem;
    }

    .pc-header .left_btn .t {
        margin: 0.175rem 0 0 0.175rem;
        margin-bottom: 0.25rem;
        font-size: 12px;
    }

 

    .about-b .txt svg {
        width: 2rem;
    }

    .sub-banner .txt .t {
        font-size: .8rem;
    }

    .swiper_body .sub-banner .txt .t {
        font-size: .8rem;
    }

    .slide02 .sub-banner .txt .t {
        margin-bottom: .65rem;
        padding-bottom: .45rem;
    }

    .slide02 .sub-banner .txt .ten {
        line-height: 1.4;
    }

    .join-a {
        height: 8rem;
    }

    .join-a .txt .t1 {
        font-size: .5rem;
    }

    .about-c .left .li .bg .t1,
    .about-c .left .txt-li .tit-22,
    .about-b .txt .col-fff,
    .ind-info .list .li .li-top .t1,
    .news .list .li .txt .tit-18,
    .inv-a .list .left .t1,
    .inv-a .list .right .li .num,
    .inv-a .list .left .num,
    .inv-a .img-box .tit-24,
    .slide02 .slide02_content .slide02_swiper .swiper-slide.on .slide_hide .t1 {
        font-size: .55rem;
    }

    .about-c .left .li .bg .t2,
    .about-c .left .txt-li .tit-16,
    .abot-a .top .t2,
    .map .txt .list .tit-16,
    .sub-banner .i-txt .t2,
    .inv-a .list .left .t2,
    .inv-a .list .right .li .t1,
    .inv-b .ajax-list .list .li .t1,
    .inv-b .t-top .tit-15,
    .inv-b .t-top .tit-14,
    .inv-b .t-top .right .num .tit .tit-16,
    .slide02 .sub-banner .txt .ten,
    .slide01 .sub-banner .txt .tc,
    .slide02 .slide02_content .slide02_swiper .swiper-slide.on .slide_hide .t2,
    .slide04 .txt .ten ,.inv-b .ajax-list .list .li .t2 ,.inv-b .ajax-list .list .li .t3 .tit-15{
        font-size: .4118rem;
    }

    .inv-a .list .right .li .t1 {
        text-wrap: nowrap;
        white-space: nowrap;
    }

    .inv-a .img-box .img {
        height: 7rem;
    }

    .big-container {
        height: 7rem;
    }

    .small-container {
        height: 3rem;
    }

    .map .txt {
        width: 88%;
        padding: 0 0 1rem;
        box-shadow: 0px 2px 13px 6px rgb(0 0 0 / 10%);
    }

    .map .txt>img {
        height: 6rem;
    }

    .map .txt .lh1,
    .map .txt .list {
        padding: 0 .5rem;
    }
}