﻿@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;
    }

    .home .block-title-title {
        height:40px;
    }
    .home .block-title-title p{
        left:30px;
        top:5px;
        font-size: 28px;
    }
    .home .block-title-title h3{
        position: absolute;
        left:10px;
        bottom:-10px;
        width:100%;
        font-size: 20px;
    }

    .block-title .more{
        width:80px;
        position: absolute;
        right:0;
        top:36px;
        font-size: 12px;
        text-align: right;
    }
    .section1 .block-title.home,
    .section3 .block-title.home {
        padding:20px 0 40px 0;
        position: relative;
    }

    .home-center  .block-title-title {
        position: relative;
        height:40px;
        text-align: center;
    }

    .home-center  .block-title-title p{
        font-size: 28px;
    }
    .home-center  .block-title-title h3{
        font-size: 20px;
    }


    .page-header {
        background-repeat: no-repeat;
        background-position:top center;
        background-size: 100%;
        position: relative;
        height: 200px;
        font-size: 12px;
    }
    .sidebar {
        width:100%;
        background-color: #ffffff;
        background-image: none;
        padding-bottom:0;
        min-height: auto;
        margin-top:-38px;
    }
    .side-nav{
        padding:0 3px 0 3px;
    }
    .list-media .img{
        width:240px;
        margin-right:15px;
    }
    .sub-nav .nav-item.active h2 {
        font-size: 14px;
    }
    .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;
    }
    .list-media li{
        padding: 15px;
        margin-bottom:15px;
    }
    .list-media .img{
        width:200px;
        margin-right:15px;
    }
    .list-media  .title{
        font-size: 14px;
        line-height: 18px;
        margin:0;
        font-weight: normal;

    }
    .list-media .time{
        font-size:12px;
    }
    .list-text-card h3 {
        font-size: 14px;
    }
    .sidebar-title h3{
        width:100%;
        height:60px;
        padding:20px;
        font-size: 18px;
        margin-top:-80px;
    }
    .sidebar-title img{
        width:30px;
    }


    .site-footer{
        background-size:cover;
    }
    .site-footer .title{
        font-size: 14px;
    }
    .site-footer .title:after{
        content: "";
        height:14px;
        top:3px;
    }
    .site-footer p{
        font-size: 12px;
    }
    .site-footer .widget{
        text-align: center;
    }
    .site-footer .widget img{
        width:350px;
    }
    .site-footer .erweima{
        width:100px;
        text-align:center;
    }
    .site-footer .erweima p{
        text-align: center;
        font-size: 12px;
        margin-top:5px;
        color:rgba(255,255,255,0.7);
    }
    .site-footer .erweima img{
        width:100px;
    }
    .site-footer .yqlj{
        background: rgba(0,0,0,0);
        border-top:1px dashed rgba(255,255,255,0.2);
        border-bottom:1px dashed rgba(255,255,255,0.2);
    }


    .zt-pic-carousel.owl-theme .owl-nav {
        -webkit-box-align:center;
        align-items: center;
        -webkit-box-pack:center;
        justify-content:center;
    }

    .news-carousel.owl-theme .owl-nav {
        -webkit-box-align:center;
        align-items: center;
        -webkit-box-pack:center;
        justify-content:center;
    }
    .section4 .title-a{
        height:50px;
        margin-top:-50px;
        font-size: 12px;
    }

    .section4-1{
        background-color:#ffffff ;
        background-image:url(../images/home-bg-s4-1.jpg) ;
        background-repeat: no-repeat;
        background-position: bottom ;
        background-size: 100%;
        padding-bottom:50px;
        padding-top:0;
    }
    .section4-3{
        background-color:#ffffff ;
        background-image:url(../images/home-bg-s4-1.jpg) ;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100%;
        padding-bottom:0;
        padding-top:0;
    }

    .section4-1 .card{
        padding: 15px 20px;
        background-image:url(../images/bg-card-list.jpg);
        background-position: right middle;
        box-shadow: 0 0 15px 0 rgba(50, 97, 219, 0.1);
        transition: all 0.6s;
        border:none;
        border-radius: 0;
        cursor: pointer;
        margin-bottom:15px;
    }

    .section4-1 .card  .time-left{
        position: relative;
        width:80px;
        height:40px;
        padding:0 20px 0 0;
        border-right:1px solid rgba(255,255,255,0.5);
    }
    .section4-1 .card .time-left img{
        width:24px;
    }

    .section4-3 .card{
        padding: 15px 20px;
        background-image:url(../images/bg-card-list.jpg);
        background-position: right middle;
        box-shadow: 0 0 15px 0 rgba(50, 97, 219, 0.1);
        transition: all 0.6s;
        border:none;
        border-radius: 0;
        cursor: pointer;
        margin-bottom:15px;
    }

    .section4-3 .card  .time-left{
        position: relative;
        width:80px;
        height:40px;
        padding:0 20px 0 0;
        border-right:1px solid rgba(255,255,255,0.5);
    }
    .section4-3 .card .time-left img{
        width:24px;
    }
    .breadcrumb{
       display: none;
    }


}

@media(max-width: 767px) {
    .second-nav .logo-box img,
    .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;
    }

    .site-footer .title{
        font-size: 14px;
    }
    .site-footer .title:after{
        content: "";
        height:14px;
        top:3px;
    }
    .site-footer p{
        font-size: 12px;
    }
    .site-footer .widget{
        text-align: center;
    }
    .site-footer .widget img{
        width:350px;
    }
    .site-footer .erweima{
        width:100px;
        text-align:center;
    }
    .site-footer .erweima p{
        text-align: center;
        font-size: 12px;
        margin-top:5px;
        color:rgba(255,255,255,0.7);
    }
    .site-footer .erweima img{
        width:100px;
    }


    .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;
    }

    .list-media li{
        padding: 15px;
        margin-bottom:15px;
    }
    .list-media .img{
        width:100px;
        margin-right:15px;
    }
    .list-media  .title{
        font-size: 14px;
        line-height: 18px;
        margin:0;
        font-weight: normal;

    }
    .list-media .time{
        font-size:12px;
    }
    .list-text-card h3 {
        font-size: 14px;
    }
    .sub-list.card .caption h3 {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
        height:45px;
        font-weight: bold;
    }

    .sidebar-title h3{
        width:100%;
        height:60px;
        padding:20px;
        font-size: 18px;
        margin-top:-80px;
    }
    .sidebar-title img{
        width:30px;
    }
    .zt-pic-carousel.owl-theme .owl-nav [class*=owl-] {
        width: 30px;
        height: 30px;
    }
    .zt-pic-carousel.owl-theme .owl-nav [class*=owl-] span::before {
        font-size: 14px;
    }

    .news-carousel.owl-theme .owl-nav [class*=owl-] {
        width: 30px;
        height: 30px;
    }

    .news-carousel.owl-theme .owl-nav [class*=owl-] span::before {
        font-size: 14px;
    }
    .time-box{
        width:60px;
        height:70px;
        left:15px;
        top:15px;
    }

    .time-box span{
        display: block;
        font-size: 12px;
        line-height: 140%;

    }
    .time-box .time-b{
        font-size: 18px;
        font-family: fzxbs;
    }
    .news-slide .carousel-caption{
        height:110px;
    }
    .news-slide .carousel-caption .title-box{
        position: absolute;
        left:90px;
        top:15px;
        right:15px;
        z-index:100;
    }
    .news-slide .carousel-caption .title{
        font-size:14px;
        margin-bottom:25px;
    }
    .news-slide .carousel-caption .abstract{
        font-size:12px;
    }


    .news-list ul li {
        padding:15px;
        height:110px;
    }
    .news-list ul li .title{
        font-size: 14px;
    }
    .news-list ul li p{
        font-size: 12px;
    }
    .news-list ul li .time-box{
        top:15px;
        left:15px;
    }
    .news-list ul li .media-body{
        left:90px;
        right:15px;
        top:15px;
    }

    .news .card .card-title{
        font-size: 14px;

    }
    .news .card .card-body.tt{
        height:160px;
    }
    .news .card .card-body{
        height:120px;
    }
    .news .card .card-body .abstract{
        font-size: 12px;
    }
    .news .card .time{
        color:#059fe6;
        font-size: 12px;
        position: absolute;
        bottom:20px;
        left:20px;
    }
    .news .card .time span{
        font-size: 18px;
    }
    .section2 .card{
        padding: 15px 10px;
    }
    .list-text.media  .time-left{
        position: relative;
        color:#666666;
        width:80px;
        height:50px;
        padding:0 20px 0 0;
        font-size: 12px;
        text-align:right;
        border-right:1px solid #e1eaf3;
    }

    .list-text.media  .time-left .day{
        display: block;
        font-size: 18px;
        font-weight: bold;
        color:#059fe6;
        position: relative;
        margin-bottom:0;
    }
    .list-text.media  .time-left .day:after{
        content: "";
        width:20px;
        height:1px;
        background:#059fe6;
        position: absolute;
        right:0;
        bottom:0;
    }

    .list-text.media .media-body .title{
        font-size: 14px;
    }

    .zzjg-box{
        background-image: url(../images/bg-zzjg-title.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        margin-top:40px;
    }
    .zzjg-box .zz-title{
        font-size: 16px;
        text-align: center;
        height:80px;
    }
    .zzjg-box .card{
        background-color: #ffffff;
        background-image: url(../images/bg-logo.png);
        background-repeat: no-repeat;
        background-position: right 100px;
        box-shadow: 0 0 30px 10px rgba(0,121,171,0.04);
        border:none;
        border-top:4px solid rgba(44,171,224,0.5);
        padding:0;
        border-radius: 0;
        position: relative;
        margin-bottom:30px;
        min-height:auto;

    }
    .zzjg-box .card:hover{
        box-shadow: 0 0 30px 10px rgba(0,121,171,0.08);
        border-top:4px solid rgba(44,171,224,1);
    }

    .zzjg-box .card  .caption {
        padding:15px;
    }

    .zzjg-box .card .caption h3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        height:50px;
        color:#3f4045;
        text-align: center;
        border-bottom:1px solid #ebebeb;
    }
    .zzjg-box .caption dl{
        font-size: 12px;
    }
    .zzjg-box .caption dl dt{
        width:60px;
    }

    .zzjg-box.jxdw .card{
        height:60px;
        line-height: 60px;
        font-size: 14px;
    }


}

@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;
    }

    .rczp{
        position: fixed;
        right:0;
        top:600px;
        width:120px;
        height:120px;
        z-index: 100;
    }
    .rczp .bg{
        width:120px;
        height:120px;
    }
    .rczp .title{
        display: block;
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        color:#ffffff;
        position: absolute;
        top:50px;
        left:55px;
        text-shadow: 3px 3px 3px #0787d1;
    }
    .rczp .close{
        display: block;
        position: absolute;
        right:25px;
        bottom:-45px;
        font-size: 30px;
        color:#2cabe0;
    }

}

@media(max-width: 575px) {
   }

@media(max-width: 480px) {
    


}