﻿@media(max-width: 1199px) {
    .main-nav .side-menu__toggler {
        display: block;
        color: #ffffff;
        font-size: 18px;
        position: absolute;
        right:20px;
        top:30px;
        text-align: right;
    }
    .main-nav .main-nav__main-navigation {
        display: none;
    }

    .main-nav .logo-box {
        display: flex;
        align-items: center;
        border: none;
    }
    .main-nav .logo-box img{
        width:85%;
    }
    .banner-carousel .slide-item {
        height:280px;
    }
    .bg_gradual::before{
        height:80px;
    }
    .img-link,
    .img-link.h2{
        background-size: 110%;
        height:135px;
        font-size: 24px;
    }
    .img-link .img,
    .img-link.h2 .img{
        margin-top:30px;
        margin-bottom:10px;
        width:40px;
    }
    .page-header {
        background-repeat: no-repeat;
        background-position:top center;
        background-size: 100%;
        position: relative;
        height: 200px;
        font-size: 12px;
    }

    .sub-nav .nav-item h2{
        margin:0 20px 0 0;
        color:#333333;
        font-size: 14px;
    }

    .sub-nav .nav-item.active h2 {
        font-size: 14px;
    }

    .sub-nav3 .nav-item h2{
        font-size: 14px;
        line-height: 40px;
    }
    .sub-nav3 .nav-item.active h2 {
        font-size: 14px;
    }
    .sub-nav4{
        margin-top:15px;
    }
    .sub-nav3 .nav-item h2{

        font-size: 14px;
        line-height: 40px;
        padding:0 10px;
    }
    .sub-nav3 .nav-item.active h2 {
        font-size: 14px;
        background:#ffffff;
    }
    .sub-nav3 .nav-item.active h2:after{
        content: "";
        position: absolute;
        height:0;
        background: transparent;
        width:100%;
        bottom: 0;
        right: 0;
    }

    .article-box{
        padding:20px;
    }
    .article-team .title h2{
        font-size: 18px;
        margin-top:30px;
    }
    .article-team h2{
        font-size: 16px;
    }
    .article-team{

    }
    .article-team .img{
        width:120px;
    }
}

@media(max-width: 991px) {
    .main-nav .side-menu__toggler,
    .second-nav .side-menu__toggler {
        right:20px;
        top:30px;
    }

    .article p img{
        width:100%;
    }

    .side-nav .nav-item{
        padding: 0;
        font-size: 14px;
        width:46%;
        margin-right:2%;
        margin-left:2%;
    }

    .side-nav .nav-item.active {
        width:46%;
        margin-right:2%;
        margin-left:2%;
    }

    .site-footer .title{
        font-size: 16px;
        margin-bottom:20px;
    }
    .site-footer .title:after{
        content: "";
        height:10px;
        width:100px;
        position: absolute;
        left:0;
        bottom:0;
        background-image:none;
    }
    .site-footer p{
        font-size: 12px;
    }
    .site-footer .widget img{
        width:80%;
    }
    .site-footer .widget{
        border-bottom:1px solid rgba(255,255,255,0.2);
        margin-bottom:15px;
    }


    .breadcrumb{
       display: none;
    }
    .sub-list.card{
        background: #ffffff;
        border:none;
        padding:0;
        border-radius: 0;
        -webkit-transition: 500ms;
        transition: 500ms;
        position: relative;
        border-bottom:2px solid #2cabe0;
    }


    .sub-box{
        position: relative;
        background: #ffffff;
        padding:15px;
        min-height:400px;
    }

    .team .title{
        font-weight: bold;
        color:#262b34;
        font-size:16px;
    }

}

@media(max-width: 767px) {

    .main-nav .logo-box img{
        width:300px;
    }
    .main-nav .side-menu__toggler {
        display: block;
        color: #ffffff;
        font-size: 18px;
        position: absolute;
        right:20px;
        top:20px;
        text-align: right;
    }
    .second-nav .side-menu__toggler {
        top:20px;
    }
    .stricked-menu .side-menu__toggler{
        color:#ffffff;
        top:10px;
    }
    .bg_gradual::before{
        height:80px;
    }

    .page-header {
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        font-size: 12px;
        height:160px;
    }

    .article-box{
        padding:20px 0;
        background: none;
    }
    .article-box.ty{
        margin-top:20px;
    }
    .article .title h2{
        font-size: 18px;
        margin-bottom:10px;
        text-align: left;
    }
    .article .title .publish-info{
        text-align: left;
        font-size: 12px;
    }
    .article .more-article{
        font-size: 12px;
        line-height: 16px;
    }

    .article-team{
        position: relative;
        padding-left:0;
    }
    .article-team .img{
        width:200px;
        margin:50px auto 0 auto;
        position:relative;
    }
    .article-team .title h2{
        margin-top:0;
    }

    .banner-section {
        position: relative;
        z-index: 1;
        height:260px;
    }

    .banner-carousel {
        position: relative;

    }

    .banner-carousel .slide-item {
        position: relative;
        display: block;
        background-color: #000000;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height:260px;
        overflow: hidden;
    }
    .more{
        font-size: 12px;
    }

    .section-link .item{
        padding-bottom:0;
        padding-top:20px;
    }
    .section-link .item p{
        font-size: 12px;
    }
    .section-link .item .icon{
        width:40px;
        height:40px;
        margin:0 auto 5px auto;
    }

    .section1 .card{
        padding: 10px 0;
    }
    .section1 .card .list-text .title{
        font-size: 14px;
        font-weight: bold;
        line-height: 150%;
        height:auto;
    }
    .section1 .card .list-text .time{
        font-size: 12px;
    }
    .list-media  .time-left{
        width:65px;
        height:55px;
        margin-right:10px;
    }
    .news-slide .carousel-caption .title{
        font-size:16px;
    }
    .news-slide .carousel-caption .time{
        font-size: 12px;
    }
    .section2 .sdsf .more-link{
        float:left;
        margin:5px 0 ;
    }
    .section2 .sdsf .more-link a{
        padding:0 3px;
        font-size: 12px;
    }

    .img-link,
    .img-link.h2{
        background-image: url(../images/yx-bg.jpg);
        background-color: #2389e0;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 110%;
        height:140px;
        font-size: 24px;
    }
    .img-link .img,
    .img-link.h2 .img{
        margin-top:calc(40% - 120px);
        margin-bottom:10px;
        width:40px;
    }

    .site-footer .erweima{
        width:105px;
    }

    .sub-list .list-text li{
        padding:35px 0 5px 0;
        border-bottom:1px solid #e8edef;
    }

    .sub-list .list-text li .title{
        font-size: 16px;
        line-height: 150%;
        width:100%;
    }
    .sub-list .list-text li .time{
        font-size: 12px;
        color: #0588c2;
        width:90px;
        position: absolute;
        left:0;
        top:5px;
    }


}

@media(max-width: 625px) {
    .banner-carousel .slide-item {
        height:200px;
    }

    .section-link .item p{
        font-size: 10px;
    }



}

@media(max-width: 575px) {
   }

@media(max-width: 480px) {
    


}