@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) {
  
}
@media screen and (max-width: 1440px) {
  
}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1280px) {
    .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: fixed;
        top: 0;
        z-index: 999;
    }
    .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;
        align-items: flex-start;
        z-index: 99;
        background: #fff;
        width: 280px;
        height: calc(100% - 60px);
        transition: all .5s;
    }
    .navbar.active {
        right: 0;
    }
    .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;
    }
    .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;
    }
}