﻿@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;
    }

    .second-nav .side-menu__toggler {
        display: block;
        color: #2cabe0;
        font-size: 18px;
        position: absolute;
        right:20px;
        top:30px;
        text-align: right;
    }
    .second-nav .main-nav__main-navigation {
        display: none;
    }

    .second-nav .logo-box {
        padding-bottom: 12px;
    }
    .stricked-menu .side-menu__toggler{
        color:#2cabe0;
    }
    .banner-carousel .slide-item {
        height:460px;
    }
    .bg_gradual::before{
        height:80px;
    }

    .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-nav4 .nav-item h2{

        font-size: 14px;
        line-height: 40px;
        padding:0 10px;
    }
    .sub-nav4 .nav-item.active h2 {
        font-size: 14px;
        background:#ffffff;
    }
    .sub-nav4 .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;
    }
    .main-title-text{
        padding-left:50px;
        margin-top:0px;
    }
    .main-title-text a{
        font-size: 16px;
    }


    .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%;
    }

    .more img{
        width:16px;
    }

    .home-center  .block-title-title h3{
        font-size: 20px;
    }

    .site-footer{
        background-size:cover;
    }
    .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{
        text-align: center;
    }
    .site-footer .widget img{
        margin:0 auto;
        width:80%;
    }
    .bottom-link a{
        font-size: 12px;
    }

    .bottom-logo{
        position: relative;
        margin:-20px auto 0 auto;
        left:0;
    }
    .bottom-logo-bg{
        background: #0079c6;
        width:100%;
        height:80px;
        line-height: 80px;
        padding-right:0;
        clip-path:polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
    }
    .site-footer .lxwm{
        background: rgba(0,0,0,0.2);
        padding:20px 15px;
        margin-top:-20px;
    }


    .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;
    }


    .team2 .media{
        margin-top:30px;
    }


    .team2 .img{
        width:100px;
        margin-left:15px;
        margin-right:15px;
        margin-top:-20px;
    }
    .team2 .title-box{
        padding:15px 0  5px 0;
    }

    .team2 .title{
        font-size:16px;
    }

    .team2  .media-body{
        padding-right:10px;
    }

    .team2 p{
        font-size: 12px;
        font-weight: bold;
        line-height: 160%;
    }

    .sub-box{
        position: relative;
        background: #ffffff;
        padding:15px;
        min-height:400px;
    }

}

@media(max-width: 767px) {

    .main-nav .logo-box img{
        width:280px;
    }
    .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:#2cabe0;
    }
    .bg_gradual::before{
        height:80px;
    }

    .main-title-text{
        padding-left:30px;
        margin-top:0px;
    }
    .main-title-text a{
        font-size: 16px;
    }

    .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;
    }


    .more{
        font-size: 12px;
    }

    .section-link .item{
        padding-bottom:0;
        padding-top:20px;
    }
    .section-link .item p{
        font-size: 12px;
    }
    .section1 .card{
        padding: 10px 15px;
    }
    .section1 .card .list-text .title{
        font-size: 14px;
        font-weight: bold;
        line-height: 150%;
        height:auto;
    }
    .section1 .card .list-text .time{
        font-size: 12px;
    }

    .section1 .nav-pills .nav-link{
        height:36px;
        background: #e9f4fb;
        border-radius: 5px;
        margin:0 5px;
        color:#2996dc;
        padding:4px 8px;
        font-size: 12px;
        box-sizing: border-box;
    }


    .news-slide .carousel-caption .title{
        font-size:16px;
    }
    .news-slide .carousel-caption .time{
        font-size: 12px;
    }

    .section2 .list-card .card .time{
        font-size: 12px;
    }
    .section2 .list-card .card .card-title{
        font-size: 14px;
        height:auto;
    }
    .section2 .list-card .card .card-text{
        font-size: 12px;
        height:auto;
    }
    .section3 .card .card-body{
        padding:20px;
    }
    .section3 .card .card-title{
        font-size: 14px;
        height:auto;
    }
    .section3 .card p{
        font-size: 12px;
    }
    .section3 .card i{
        font-size: 14px;
    }
    .skmj-pic-content .title-box{
        height:140px;
        top:calc(50% - 70px);
    }
    .skmj-pic-content .title-box h4{
        font-size: 14px;
    }


    .sub-list .list-text li{
        padding:30px 0 10px 0;
    }

    .sub-list .list-text li .title{
        font-size: 16px;
        line-height: 150%;
        width:100%;
    }
    .sub-list .list-text li .time{
        font-size: 12px;
        color:#999999;
        width:90px;
        position: absolute;
        left:25px;
        top:0;
    }


}

@media(max-width: 625px) {
    .banner-carousel .slide-item {
        height:240px;
    }

    .banner-section .owl-theme .owl-nav {
        top: 60%;
    }

    .banner-section .owl-theme .owl-nav .owl-prev {
        left: 10px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .banner-section .owl-theme .owl-nav .owl-prev:after {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .banner-section .owl-theme .owl-nav .owl-next {
        right: 10px;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 56px;
    }

    .banner-section .owl-theme .owl-nav .owl-next:after {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .bg_gradual::before{
        height:80px;
    }

    .section-link .item p{
        font-size: 10px;
    }



}

@media(max-width: 575px) {
}

@media(max-width: 480px) {



}

