@media(max-width: 1199px) {
    .main-nav .side-menu__toggler {
        display: block;
        color: #066abc;
        top:35px;
    }

    .main-nav .main-nav__main-navigation {
        display: none;
    }

    .main-nav .logo-box {
        padding-left: 0;
        padding-right: 0;
        justify-content: space-between;
        width: 100%;
    }
    .main-nav .logo-box img{
        width:60%;
    }
    .rectangle3-1:before {
        padding-top: 35%;
    }
    .section1{
        padding:20px 10px;
        background-color: #005BAC;
        background-image:url(../images/bg-home-s2.jpg) ;
        background-repeat: no-repeat;
        background-size: cover;
        background-position:center center;
        background-attachment: inherit;
    }
    .about .info{
        padding:0 0 0 0;
        font-size: 14px;
    }
    .about h2{
        font-weight: bold;
        font-size: 20px;
    }

    .about .video{
        padding-top: 0px;
        padding-bottom:20px;

    }
    .news-slide{
        margin:20px 0;
        position: relative;
    }
    .news-slide .carousel-inner{
        position: relative;
        border-radius: 0 50px 0 50px;
        z-index: 1;
    }
    .news-slide .carousel-item img{
        border-radius: 0 30px 0 30px;
    }

    .section4.bg-s3.en{
         height:260px;
     }
    .section4 .intro{
        margin:0 0 0 0;
    }

    .link-text.en{
        padding:60px 0 0 0;
    }

    .link-text.cn{
        padding:60px 0 0 0;
    }

    .site-footer .erweima{
        position: relative;
        right:0;
        width:100%;
        margin-top:30px;
        text-align:center;
    }
    .list-media li{
        padding:15px 0;
    }
    .list-media .media-img{
        width:120px;
    }
    .list-media .media-body{
        padding-left:15px;
    }
    .list-media .title{
        font-size: 14px;
        line-height: 20px;
    }
    .list-media .time{
        font-size:12px;
    }
    .card{
        padding:0;
    }

}

@media(max-width: 991px) {

    .main-nav .side-menu__toggler {
        display: block;
        color: #066abc;
        top:25px;
    }

    .banner-section .carousel-indicators{
        bottom:5px;
    }
    .banner-section .carousel-indicators li{
        width:10px;
        height:5px;
        border-radius: 15px;
    }
    .banner-section .carousel-indicators li.active{
        width:15px;
        height:5px;
    }
    .carousel-control-next,
    .carousel-control-prev{
        display: none;
    }
    .block-title-left .block-title-title {
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
    }
    .block-title-left .more {
        width:50px;
        font-size: 12px;
        top:-5px;
        right:0;
        background-position: 30px 15px;
        background-size: 20px;
        background-repeat: no-repeat;
    }

    .sub-nav .nav-item h2{
        margin:10px 10px 10px 0;
        font-size: 16px;
        line-height: 30px;
        position: relative;
        text-align: center;
        transition: .5s
    }
    .sub-nav .nav-item:hover h2 {
        color:#333333;
    }
    .sub-nav .nav-item.active h2 {
        font-size: 16px;
        font-weight: bold;
        background: transparent;
        color:#000000;
        transition: .5s;
        position: relative;
    }
    .sub-list .list-text li .title{
        padding-left:80px;
        font-size: 13px;
    }
    .sub-list .list-text li .time{
        font-size: 12px;
        width:80px;
    }
    .box-order1{
        order:2;
    }
    .box-order2{
        order:1;
    }

    .section4.bg-s3.en{
        height:160px;
        background-position: top center;
        background-size: 120%;
    }
    .section4 .intro{
        padding:30px 0 10px 0;
    }
    .section4 .intro h5{
        font-size: 17px;
    }
    .section4 .intro h5 i{
        font-size: 13px;
        left:210px;

    }
    .section4 .intro p{
        margin-top:15px;
        font-size: 12px;
        line-height: 120%;
    }
    .section5{
        padding-top:20px;
        padding-bottom:20px;
    }
    .section6.bg-s6{
        background-image: none;
    }
    .link-text{
        background-color: #0964b3;
    }
    .link-text.en{
        color:#ffffff;
        padding:30px;
    }
    .link-text.cn2{
        background-color: transparent;
        padding:20px 0;
    }
    .link-text.en{
        color:#ffffff;
        padding:30px;
    }
    .link-text.cn{
        color:#ffffff;
        padding:30px ;
    }
    .article p img{
        width:100%;
    }
}

@media(max-width: 767px) {
    .main-nav .side-menu__toggler {
        display: block;
        color: #066abc;
        top:23px;
        font-size: 18px;
        right:20px;
    }
    .main-nav .logo-box img{
        width:80%;
    }
    .banner-section .carousel-indicators{
        bottom:0;
    }
    .banner-section .carousel-indicators li{
        width:10px;
        height:3px;
        border-radius: 15px;
    }
    .banner-section .carousel-indicators li.active{
        width:15px;
        height:3px;
    }
    .news-slide .carousel-indicators{
        bottom:-40px;
    }
    .news-slide:after{
        content: '';
        position: absolute;
        width:160px;
        height:80px;
        background-color:#1B5EC1 ;
        left: -4px;
        top: -4px;
        z-index: 0;
    }
    .news-slide:before{
        content: '';
        position: absolute;
        width:160px;
        height:80px;
        background-color:#1B5EC1 ;
        right: -4px;
        bottom: -4px;
        z-index: 0;
    }
    .news-slide .carousel-inner{
        position: relative;
        border-radius: 0 30px 0 30px;
        z-index: 1;
    }
    .news-slide .carousel-item img{
        border-radius: 0 30px 0 30px;
    }

    .section4.bg-s3.en{
        height:160px;
        background-position: top center;
        background-size: 150%;
    }

    .page-header {
        height:150px;
        padding:0;
        background-position: top right;

    }

    .list-media li{
        padding:15px 0;
    }
    .list-media .media-img{
        width:120px;
    }
    .list-media .media-body{
        padding-left:15px;
    }
    .list-media .title{
        font-size: 14px;
        line-height: 20px;
    }
    .list-media .time{
        font-size:12px;
    }
}

@media(max-width: 625px) {
}

@media(max-width: 575px) {
}

@media(max-width: 480px) {
    .section4.bg-s3.en{
        height:130px;
        background-position: top center;
        background-size: 150%;
    }
}

@media(max-width: 425px) {

}
