@media screen and (max-width: 1200px) {
    .container{
        width:100%;
        padding: 0 20px;
    }
    .header .icon-search{
        right: 20px;
    }
    .nav{
       width:100%
    }
    .active-box{
        gap: 20px 1%;
    }
    .active-item{
        width:24%;
    }
    .main.container{
        padding-top: 20px;
    }
    .main .active-box{
        gap: 20px 1%;
    }
  .main .active-item{
        /*width:23%*/
    }
    .search-result-item .swiper-slide {
        font-size: 20px;
    }
    .news-main-item .news-main-con{
        width:calc(100% - 330px);
    }
    .video-intro{
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .gallery-thumbs{
        display: none;
    }
    .gallery-top{
        width: 100%;
        height: auto;
    }
    .nav .container{
        padding: 0;
    }
    .nav a{
        font-size: 16px;
    }
    .nav .slide-bg {
        display: none;
    }
    .nav a.cur {
        background: url('../images/nav-cur.png') no-repeat center center;
        background-size: 100% 100%;
    }
    .active-box{
        gap: 20px 2%;
    }
    .active-item{
        width:48%;
    }
    .search-box .input-search{
        height: 60px;
        line-height: 60px;
    }
    .search-box .btn-search{
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }
    .video{
        height: auto;
        padding-bottom: 40px;
    }
    .video video{
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 810px) {
    .nav{
        margin-top: 10px;
    }
    .nav .container{
        flex-wrap: wrap;
        height: auto;
        background: none;
    }
    .nav a{
        width: 33%;
        color: #333;
    }
    .nav a.cur{
        color: #fff;
    }
    .banner{
        padding-top: 20px;
        margin-top: 0;
    }
    .footer{
        padding: 10px 0;
    }
    .footer .container{
        text-align: left;
    }
    .footer-mid{
        display: none;

    }
    .footer-right{
        display: none;
    }
    .banner-text{
        height: 90px;
    }
    .banner-text h2{
        font-size: 18px;
        margin-top: 0;
    }
    .banner-text .dataTime {
        width:55px;
    }
    .banner-text .dataTime .year{
        font-size: 18px;
    }
    .banner-text .dataTime .time{
        font-size: 14px;
        display: block;
    }
    .search-box .input-search{
        height: 40px;
        line-height: 40px;
    }
    .search-box .btn-search{
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .search-result-item .swiper-slide {
        font-size: 18px;
    }
    .search-none img{
        width: 80%;
    }
    .news-main-item .news-time{
        display: none;
    }
    .news-main-box .news-main-item{
        height: auto;
    }
    .news-main-item .news-main-con{
       width: calc(100% - 160px);
    }
    .news-main-item .news-main-con h2{
        line-height: 26px;
        font-size: 18px;
    }
    .news-main-item .news-main-con p{
        line-height: 22px;
        font-size: 14px;
    }
    .news-main-img {
        width: 140px;
    }


    .title-box h3{
        font-size: 20px;
    }
    .name-download h3{
        font-size: 20px;
    }
    .name-download .icon-02{
        background-size:25px 25px;
        width:25px;
        height:25px;
    }
    .select-city{
        position: relative;
        margin: 0 auto 10px;
        top: 0;
        text-align: right;
    }
    .select-city select {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .video{
        margin-top: 10px;
    }

}
@media screen and (max-width:620px) {
    .article-detail-in p img,
    .article-detail-in p video{
        width: 100%!important;
        height: auto!important;
    }
    .article-detail-addon div{
        text-align: justify;
    }
    .article-detail-addon .val{
        padding: 0 5px;
    }
}
@media screen and (max-width:480px) {
    .title-swiper .swiper-slide{
        width: 140px;
        text-align: center;
    }
    .title-swiper .swiper-slide i{
        display: block;
    }
    .video-intro h4{
        font-size: 20px;
        margin-top: 40px;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .video-temp{
        flex-direction: column;
    }
    .video-temp div:nth-child(1){
        margin-right: 0px;
    }
    .bread{
        padding-top: 0;
    }
    .share-add i{
        width:18px;
        height: 18px;
    }
    .share-add a{
        border: 0;
        min-width:auto;
    }
    .share-add .article-fun,
    .share-add .article-thumb,
    .share-add .article-chat,
    .share-add .article-share{
        /*color: #999;*/
        border: 0;
    }
    .article-detail .flex-1{
        justify-content: space-between;
    }
    .article-detail .title-box .flex-1{
        justify-content: end;
    }

}
@media screen and (max-width:450px) {
    .header .icon-search{
        background-size: 80% auto;
        height: 35px;
    }
    .header .icon-search:hover{
        background-position: 0 -38px;
    }
    .container{
        padding: 0 10px;
    }
    .video-intro{
        padding-bottom: 10px;
    }
    .active-item{
        width:100%;
    }
    .active-item img{
        height: auto;
    }
    .active-item .content h2{
        height: auto;
    }
    .nav a{
        font-size: 14px;
        font-weight: bold;
    }
    .nav .container{
        line-height: 40px;
    }

    .gallery-top img{
        height: 30vh;
    }
    .banner-text{
        height: 40px;
    }
    .banner-text .info{
        display: none;
    }
    .banner-text h2{
        font-size: 16px;
    }
    .search-box .input-search{
        width: 100%;
    }
    .search-box .btn-search{
        font-size: 16px;
        width: 100px;
    }
    .search-result-item .swiper-slide {
        font-size: 16px;
    }
    .search-none img{
      width: 50%;
    }
    .news-main-box .news-main-item{
        display: block;
    }
    .news-main-img{
        width: 100%;
    }
    .news-main-item .news-main-con{
        width: 100%;
    }

    .name-download h3{
        font-size:18px;
    }
    .name-download h3 span{
        display: block;
    }
    .name-download .icon-02{
        background-size:25px 25px;
        width:25px;
        height:25px;
    }
    .active{
        padding-top: 10px;
    }
    .btn-more{
        margin-bottom: 10px;
    }
    .active-title{
        margin-bottom: 28px;
    }
    .active-temp{
        margin-bottom: 15px;
    }
    .active-box{
        padding-bottom: 20px;
    }
    .title-file{
        font-size: 20px;
        margin:0;
    }
    .icon-file2{
        width: 25px;
        height: 25px;
    }
    .title-swiper{
        margin-bottom: 10px;
    }

    .name-download{
        margin:5px 20px;
    }
    .pageList span.isNow, .pageList a.isNow{
        width: 22px;
    }
    .pageList span, .pageList a {
        margin-right: 0;
        padding:0px 2px
    }
}
@media screen and (max-width:420px) {
    .nav a:nth-child(4), .nav a:nth-child(5), .nav a:nth-child(6){
        width: 33%;
    }
    .nav a:nth-child(2), .nav a:nth-child(3), .nav a:nth-child(7){
        width: 30%;
    }
}
@media screen and (max-width:395px) {
    .share-box{
        margin-bottom: 40px;
    }
    .social-share{
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media screen and (max-width:360px) {
    .nav a{
        font-size: 13px;
    }
    .nav .container{
        line-height: 40px;
    }
    .nav a:nth-child(4), .nav a:nth-child(5), .nav a:nth-child(6){
        width: 38%;
    }
    .nav a:nth-child(2), .nav a:nth-child(3), .nav a:nth-child(7){
        width: 24%;
    }


}