@media screen and (min-width: 1920px) {
  
}
/* 以下是小屏电脑 */
@media screen and (max-width: 1680px) {
  /* #banner-head {
    height: 969px;
  } */
  /* .about-top,
  #head {
    height: 580px;
  } */
}
@media screen and (max-width: 1600px) {
    .nav>li>a{
        font-size: 14px;
    }
    .footers{
        width: 90%;
    }
    .right{
        padding-bottom: 185px;
    }
    .left{
        padding-bottom: 220px;
    }
}
@media screen and (max-width: 1440px) {
    .nav>li>a{
        font-size: 14px;
    }
    .right{
        padding-bottom: 120px;
    }
    .left{
        padding-bottom: 128px;
    }
    .ttt{
        font-size: 20px;
    }
    .ttt span{
        font-size: 12px;
    }
    .title1{
        font-size: 16px;
        line-height: 20px;
    }
    .title2{
        line-height: 15px;
    }
    .whites{
        margin-top: -380px;
    }
    .swiper-slide img{
        max-height: 260px !important;
    }
    .thouds{
        max-height: 95vh;
    }
    .banner img{
        
        max-height: 100% !important;
    }
    .footers{
        width: 90%;
    }
    .white{
        padding-top: 15px;
    }
    h2{
        font-size: 1.2rem;
    }
    .chao{
        line-height: 18px;
    width: 90%;
    font-size: 14px;
    margin-bottom: 15px;
    }
    .maps video{
        max-height: 200px;
    }
    .xiang2s{
        max-width: 25%;
    }
    .xiang2s2{
        font-size: 14px;
    }
}
@media screen and (max-width: 1366px) {
    .nav>li>a{
        font-size: 14px;
    }
    .right{
        padding-bottom: 90px;
    }
    .left{
        padding-bottom: 99px;
    }
    .right_top{
        font-size: 20px;
    }
    .right_mid{
        font-size: 14px;
    }
    .ttt{
        font-size: 20px;
    }
    .ttt span{
        font-size: 12px;
    }
    .title1{
        font-size: 16px;
        line-height: 20px;
    }
    .title2{
        line-height: 15px;
    }
    .whites{
        margin-top: -355px;
    }
    .swiper-slide img{
        max-height: 260px !important;
    }
    .thouds{
        max-height: 95vh;
    }
    .banner img{
        
        max-height: 100% !important;
    }
    .footers{
        width: 90%;
    }
    .white{
        padding-top: 15px;
    }
    h2{
        font-size: 1.2rem;
    }
    .chao{
        line-height: 18px;
    width: 90%;
    font-size: 14px;
    margin-bottom: 15px;
    }
    .maps video{
        max-height: 200px;
    }
   
}
@media screen and (max-width: 1280px) {
    .nav>li>a{
        font-size: 14px;
    }
    .navbar li {
        margin-right: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .navbar li {
        margin-right: 5px;
    }
    .header-list > li > a{
        padding: 0 5px;
    }
    .right_but {
        display: none;
    }
}
@media screen and (max-width: 992px) {

}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
}
@media screen and (min-width: 768px) {
    .menu {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .container-header {
        height: 60px;
    }
    .header {
        position: sticky;
        top: 0;
        z-index: 999;
        height: 60px;
        padding: 0 15px;
        background: #fff;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }
    .header .container-fluid {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .news2{
        margin: 0;
        padding: 0;
    }
    .container-header {
        z-index: 999;
    }
    .header .menu {
        position: fixed;
        z-index: 100;
    }
    body {
        /* padding-top: 60px; */
    }
    .header_right {
        display: none;
    }
    .navbar {
        position: fixed;
        top: 60px;
        right: -280px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        z-index: 99;
        background: #fff;
        width: 280px;
        height: calc(100% - 60px);
        transition: all .5s;
        overflow-y: auto;
        box-shadow: -6px 8px 24px rgba(0, 0, 0, 0.12);
    }
    .navbar.active {
        right: 0;
    }
    .navbar .nav {
        display: block;
        width: 100%;
        margin: 0;
        padding: 12px 0 0;
    }
    .navbar .nav > li {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .navbar .nav > li > a {
        display: block;
        width: 100%;
        padding: 0 24px;
        border-bottom: 1px solid #f0f0f0;
        color: #333 !important;
        font-size: 16px;
        line-height: 48px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .navbar .nav > li > a.actives,
    .navbar .nav > li > a:hover {
        color: #0E4BAF !important;
        background: #f6f8fb;
    }
    .navbar .header-search {
        width: 100%;
        margin: 0;
        padding: 14px 24px 18px;
        border-top: 1px solid #f0f0f0;
        color: #333 !important;
        line-height: 24px !important;
        font-size: 16px !important;
    }
    .navbar .header-search span,
    .navbar .header-search a {
        color: #333 !important;
        line-height: 24px !important;
        font-size: 16px !important;
    }
    .header-list {
        display: block;
        height: 100%;
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
        padding: 15px 0;
    }
    .header-list > li:first-child,
    .header-list li {
        width: 100%;
        padding: 0 0 0 15px;
        margin: 0;
        position: relative;
    }
    .header-list li a {
        display: block;
        line-height: 45px;
    }
    .nav-icon {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 15px;
        top: 5px;
        background: url(/static/image/nav-more.svg) no-repeat center;
        transition: all .5s;
    }
    .header-list .cont-list {
        position: relative;
        opacity: 1;
        visibility: inherit;
        left: 0;
        width: 95%;
        overflow: hidden;
        transition: all .5s;
        display: none;
    }
    /*.header-list li.children .cont-list {*/
    /*    height: auto;*/
    /*}*/
    .header-list li.children .nav-icon {
        transform: rotate(180deg);
    }
    .menu{display:block;float:right;cursor:pointer;height:38px;width:30px;position:absolute;top: 7px;right: 15px;transition: all .5s;z-index: 99;}
    .menu span{display:inline-block;width:30px;height:3px;background-color:#333;border-radius: 5px;position:absolute;top:20px;left:0px;transition:background-color 0.2s ease-out 0.1s;}
    .menu span:before{content:'';display:inline-block;width:30px;height:3px;background-color:#333;border-radius: 5px;position:absolute;top:-10px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
    .menu span:after{content:'';display:inline-block;width:30px;height:3px;background-color:#333;border-radius: 5px;position:absolute;top:10px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
    .header.header-fixed .menu {top: 5px;}
    .header.header-fixed .menu span {background-color:#333;}
    .header.header-fixed .menu span:before {background-color:#333;}
    .header.header-fixed .menu span:after {background-color:#333;}
    .header.menu_click .menu span{background-color:transparent; }
    .header.menu_click .menu span:before{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(45deg);top:0px; background-color:#333;}
    .header.menu_click .menu span:after{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(-45deg);top:0px; background-color:#333;}
    
    .partner-scroll:after,
    .partner-scroll:before {
        width: 80px;
    }
    /*.dowv-scroll,*/
    /*.dowv-scroll1 {*/
    /*    width: 2390px;*/
    /*}*/
    /*.dowv-scroll,*/
    /*.dowv-scroll1,*/
    /*.partner-scroll img {*/
    /*    height: 70px !important;*/
    /*}*/
    .title_text {
        font-size: 24px;
    }
    .title_text::after {
        width: 70px;
        height: 15px;
        left: -85px;
        margin-top: -7px
    }
    .title_text::before {
        width: 70px;
        height: 15px;
        right: -85px;
        margin-top: -7px
    }
    .p1,
    .tit,
    .ttii1 {
        font-size: 24px;
        line-height: 36px;
    }
    .p2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .time {
        font-size: 16px;
    }
    .join-btn {
        padding: 0 25px;
    }
    .logo img {
        height: 30px;
        max-width: calc(100vw - 80px);
        object-fit: contain;
    }
    .gong1 {
        width: 70px;
        min-width: 70px;
        padding-right: 2px;
        margin-right: 15px;
    }
    .gong1 span {
        width: 46px;
        display: block;
    }
    .notice-swiper a {
        max-width: calc(100% - 55px);
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .swiper-button-next.notice-next {
        right: 4px;
        top: 50px;
        transform: rotate(90deg);
    }
    .swiper-button-prev.notice-prev {
        right: 5px;
        top: 20px;
        transform: rotate(90deg);
    }
    .footer_left {
        margin-bottom: 30px;
    }
    .jianshe,
    .copy-nav {
        display: none;
    }
    .checket{
        display: block;
        width: 80%;
        margin: 2rem auto;
        display: flex;
        justify-content: space-evenly;
      }
    .bottoms1{
        height: auto;
    }
    .uul {
        position: relative;
    }
    .uul li {
        margin-right: 20px;
        font-size: 12px;
        line-height: 45px;
    }
    .uul li::after {
        width: 0px;
        right: -12px;
    }
    .uul li .h2 {
        font-size: 20px;
        margin-right: 15px;
        position: absolute;
        top: -15px;
        width: 200px;
    }
    .uul .nav-icon {
        /* display: none; */
        position: absolute;
        right: -29px;
        top: 0px;
        background: none;
    }
    .div_title{
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
        padding: 0;
        font-size: 18px;
    }
    .div_mid{
        margin-bottom: 0px;
    }
    .div_mid p{
        font-size: 12px !important;
    }
    .ttii {
        margin-top: 20px;
    }
    .tit {
        margin-top: 35px;
    }
    .news1 {
        margin-bottom: 20px;
    }
    .banner,
    .intro,
    .content,
    .exhibition-list .exhibition-box {
        margin-bottom: 35px;
    }
    .title,
    .shows,
    .joins1 {
        margin-bottom: 25px;
    }
    .gg-list .col-md-6,
    .intro_left,
    .ttii,
    .p1,
    .tit {
        margin-bottom: 15px;
    }
    .joins2 {
        padding: 15px;
    }
    .joins2_info {
        margin-bottom: 15px;
    }
    .binfo1 {
        min-width: 86px;
        margin-right: 15px;
    }
    .page-number {
        margin-bottom: 20px;
    }
    .partner-tab-hd span {
        font-size: 14px;
        padding: 0 15px;
        margin: 0 5px;
    }
    .exhibition-box .exhibition-img {
        padding: 0;
    }
    .exhibition-box .exhibition-intro {
        padding: 15px;
    }
    .banner img {
        height: 180px;
        object-fit: cover;
    }
    .amount1_num {
        width: 170px;
        font-size: 36px;
        line-height: 40px;
    }
    .th1, .th2, .th3 {
        padding-left: 15px;
    }
    .tables td {
        padding: 20px 10px;
    }
    .sub {
        padding: 0 12px;
        word-break: keep-all;
    }
    .amount-icon {
        width: 54px;
        min-width: 54px;
    }
}
@media screen and (max-width: 480px) {
    .nav>li>a{
        color: #333;
    }
    .footer{
        height: auto;
        line-height: 35px;
        font-size: 12px;
    }
    .footers{
        flex-wrap: wrap;
    }
    .header{
        padding: 0;
    }
    .logo{
        width: calc(100% - 70px);
        line-height: 55px;
        margin-left: 15px;
    }
    .navbar {
        right: -82vw;
        width: 82vw;
    }
    .navbar.active {
        right: 0;
    }
    .intro{
        padding: 85% 0 0 0;
    }
    .right{
        width: 100%;
        background: linear-gradient(340deg, #0E4BAF 0%, rgba(14, 75, 175, 0) 100%);
        padding: 0 20px 20px 20px;
    }
    .left{
        width: 100%;
        padding: 0px 20px 20px 20px;
        background: linear-gradient(340deg, #0E4BAF 0%, rgba(14, 75, 175, 0) 100%);
      
    }
    .lefts{
        margin-left: 0px;
    }
    .whites{
        margin-top: 0px;
    }
    .banner{
        margin-bottom: 0px;
    }
    /* .banner1 .banner {
        height: 150px;
    } */
    .ttt{
        width: 100%;
        top: -130px;
        left: 20px;
    }
    .bottoms1{
        bottom: 0 !important;
    }
    #fiveopen h2{
        font-size: 1.2rem;
    }
    .choose .swiper-slide img{
        max-height: 130px !important;
    }
    .whites .choose1{
        margin: auto;
    }
    .choose .swiper-slide{
        margin-bottom: 5px;
    }
    .title2{
        margin-bottom: 5px;
    }
    .choose1{
        max-width: 80% !important;
        margin: auto;
    }
    .choose_titles{
        font-size: 12px;
    }
    .whites .swiper-slide img{
        width: 90%;
        margin: auto;
    }
    .project{
        margin: 30px 0;
    }
    .pro_tit{
        padding: 10px;
    }
    .names1{
        font-size: 14px;
    }
    .backd{
        width: 100px;
        height: 30px;
    }
    .fonts{
        line-height: 30px;
    }
    .fanhui img{
        width: 16px;
        height: 16px;
    }
    .money{
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .rights1{
        font-size: 14px;
        padding-top: 0px;
        margin-bottom: 5px;
    }
    .rights2{
        margin-bottom: 5px;
    }
    .rights3{
        font-size: 12px;
        line-height: 22px;
    }
    .money_right{
        width: 85%;
        margin: auto;
        margin-top: 10px;
    }
    .money_left{
        width: 80%;
        margin: auto;
    }
    .money .swiper-slide img{
        height: 15vh;
    }
    .swiper{
        max-width: 100vw !important;
    }
    .uul li{
        line-height: 32px;
    }
    .company{
        flex-wrap: wrap;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .company_title{
        width: 100%;
        line-height: 18px;
    }
    .company_name{
        font-size: 18px;
    }
    .company_text{
        width: 100%;
    }
    .choose_title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .choose_text{
        font-size: 12px;
        line-height: 20px;
    }
    .xian{
        margin-bottom: 5px;
    }
    .num{
        display: none;
    }
    .cate {
        padding: 0;
        margin: 20px;
    }
    .books1{
        padding: 0;
    }
    .books_left,.books_right{
        margin: 20px auto;
    }
    .books_right1{
        padding-top: 0px;
        margin-bottom: 10px;
    }
    .book{
        margin: auto;
    }
    .team{
        margin: 20px 0;
    }
    .peoples{
        flex-wrap: wrap;
    }
    .people_img img{
        position: static;
    }
    .wenhua{
        margin-top: 30px;
    }
    .joins2_info{
        width: 100%;
    }
    .gong1{
        width: 100%;
        margin-right: 0px;
    }
    .da{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .hui{
        margin-bottom: 10px;
    }
    .fan_left1{
        margin-bottom: 20px;
    }
}

/* Project detail page responsive layout */
@media screen and (max-width: 768px) {
    .banner1 .banner {
        margin-top: 0px !important;
        margin-bottom: 24px;
    }
    .banner1 .swiper-container,
    .banner1 .mySwiper1 {
        width: 100%;
        overflow: hidden;
    }
    .banner1 .swiper-slide {
        height: auto;
    }
    .banner1 .banner img,
    .banner1 .swiper-slide img {
        display: block;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain;
    }
    .banner1 .names {
        flex-direction: column;
        gap: 12px;
        padding-bottom: 18px;
    }
    .banner1 .names1 {
        font-size: 24px;
        line-height: 32px;
        word-break: break-word;
    }
    .banner1 .names2 {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 10px;
        line-height: 32px;
    }
    .banner1 .backd {
        height: 32px;
    }
    .banner1 .fonts {
        line-height: 32px;
    }
    .banner1 .bbig img {
        width: 22px;
        height: auto;
    }
    .banner1 .xiang {
        margin: 0;
        padding-top: 20px;
    }
    .banner1 .xiang1 {
        justify-content: flex-start;
        margin-top: 0;
        margin-bottom: 18px;
        padding: 0;
        text-align: left;
    }
    .banner1 .xiang2 {
        margin-top: 0;
        padding: 0;
    }
    .banner1 .xiangs {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 22px 0;
        margin-bottom: 32px;
    }
    .banner1 .xiang2s {
        width: 50%;
        max-width: 50%;
        padding-right: 18px;
    }
    .banner1 .xiang2s1 {
        margin-bottom: 8px;
        line-height: 20px;
    }
    .banner1 .xiang2s2 {
        line-height: 24px;
        word-break: break-word;
    }
    .banner1 .ben {
        margin-bottom: 48px;
        font-size: 14px;
        line-height: 26px;
        word-break: break-word;
    }
    .banner1 .ben img {
        max-width: 100%;
        height: auto !important;
    }
    .banner1 .ben table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    .banner1 .imgbox {
        padding: 80px 15px 30px;
        overflow-y: auto;
    }
    .banner1 #centers {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100%;
        max-width: 100%;
        padding: 0;
        transform: none !important;
    }
    .banner1 #slider {
        height: calc(100vh - 140px) !important;
        margin: 0 auto;
    }
    .banner1 #slider ul li img {
        max-width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .banner1 .cha {
        top: 18px;
        right: 18px;
        width: 38px;
        height: 38px;
        z-index: 1000;
    }
    .banner1 .cha img {
        width: 100%;
        height: 100%;
    }
    .banner1 a.control_prev,
    .banner1 a.control_next {
        top: 45%;
        padding: 12px 14px;
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .banner1 .banner {
        margin-bottom: 18px;
    }
    .banner1 .names {
        gap: 10px;
        padding-bottom: 14px;
    }
    .banner1 .names1 {
        font-size: 20px;
        line-height: 28px;
    }
    .banner1 .names2 {
        align-items: center;
        gap: 0px;
        font-size: 14px;
        line-height: 28px;
    }
    .banner1 .backd {
        width: auto;
        min-width: 88px;
        padding: 0 10px;
    }
    .banner1 .bbig {
        margin-right: 4px;
    }
    .banner1 .xiang {
        padding-top: 16px;
    }
    .banner1 .xiang1 {
        margin-bottom: 14px;
        font-size: 15px;
    }
    .banner1 .xiangs {
        gap: 16px;
        margin-bottom: 24px;
    }
    .banner1 .xiang2s {
        /* width: 100%; */
        width: calc((100% - 30px) / 2);
        max-width: 100%;
        padding-right: 0;
    }
    .banner1 .xiang2s1 {
        margin-bottom: 4px;
        font-size: 13px;
        line-height: 18px;
    }
    .banner1 .xiang2s2 {
        font-size: 14px;
        line-height: 22px;
    }
    .banner1 .ben {
        margin-bottom: 36px;
        line-height: 24px;
    }
    .banner1 .imgbox {
        padding: 66px 10px 24px;
    }
    .banner1 #slider {
        height: 62vh !important;
    }
    .banner1 a.control_prev,
    .banner1 a.control_next {
        padding: 10px 12px;
        font-size: 14px;
    }
    .banner1 .cha {
        top: 14px;
        right: 14px;
        width: 34px;
        height: 34px;
    }
}
