@media (max-width: 1200px) {
    .search-wrapper{
        display: none;
    }

    .colla-content li{
        width: 304px;
        height: 380px;
    }
    .invest-content li{
        width: 475px;
        height: 500px;
    }
    
}

@media (max-width: 996px) {
    .nav-wrapper{
        float: right;
    }
    .hotLine-wrapper{
        display: none;
    }

    .colla-content li{
        width: 227px;
        height: 290px;
    }
    .colla-content li p{
        padding: 20px 20px;
        line-height: 24px;
        font-size: 14px;
    }

    .about-content{
        padding: 0 20px;
    }
    .about-content img{
        width: 100%;
        margin-right: 0;
        margin-bottom: 26px;
    }

    .invest-content li {
        width: 365px;
        height: 410px;
    }    

    .sub-navs dl{
        margin: 0;
    }
    .contact-line{
        width: 180px;
    }
    .code-box{
        width: 140px;
        margin-right: 40px;
    }
}

@media (max-width: 767px) {
    .header-section .container{
        box-sizing: border-box;
        padding: 0 10px;
    }
    
    .nav-wrapper{
        width: 100%;
    }
    .nav-wrapper .navbar-collapse{
        background: #fff;
        border-top: 1px solid #ddd;
        margin-top: 20px;
    }
    .nav-wrapper .navbar-nav > li:last-child{
        border-bottom: none;
    }
    .nav-wrapper .navbar-nav > li{
        width: 96%;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    .navbar-default{
        position: absolute;
        top: -5px;
        right: 0px;
        width: 100%;
    }
    .nav-wrapper .container{
        height: 80px;
    }
    
    .banner-section{
        padding: 70px 0;
    }
    .banner-section h1{
        line-height: 40px;
        font-size: 30px;
    }
    .banner-section p{
        line-height: 30px;
        padding: 20px;
    }
    .banner-section a.btn{
        width: 150px;
        margin: 20px auto 0;
        line-height: 40px;
    }

    .colla-content ul{
        padding: 0 20px;
        margin: 0;
    }
    .colla-content li{
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .invest-content{
        padding: 0 20px;
    }
    .invest-content ul{
        margin-left: -2%;
    }
    .invest-content li{
        width: 48%;
        height: auto;
        margin-left: 2%;
    }
    .invest-content li p{
        padding: 26px 0 30px;
    }

	.side-menu{
        display: none;
    }

}

@media (max-width: 420px) {

    .title-wrapper h2{
        padding: 0 40px;
        font-size: 24px;
        line-height: 40px;
    }

    .diff-content li{
        width: 50%;
    }
    .diff-content li .icon{
        width: 100px;
        height: 100px;
    }
    .diff-content li p{
        padding: 10px 0 30px;
        font-size: 16px;
    }
    .more-btn{
        margin: 20px auto 0;
        width: 150px;
        line-height: 40px;
    }

    .invest-content ul{
        margin-left: 0;
    }
    .invest-content li{
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .title-wrapper1 h2{
        padding: 0 40px;
        font-size: 24px;
        line-height: 40px;
    }

    .data-content li{
        width: 50%;
    }
    .data-content li:last-child{
        width: 100%;
    }
    .data-content li strong{
        line-height: 40px;
        font-size: 41px;
    }
    .data-content li p{
        line-height: 40px;
    }

    .footer-section{
        padding: 20px 15px 40px;
    }
    .sub-navs{
        width: 100%;
    }
    .sub-navs dl{
        width: 33%;
        text-align: center;
    }
    .contact-line{
        width: 50%;
    }
    .code-box{
        width: 50%;
        margin: 0;
    }
    .code-box img{
        width: 70%;
    }

    .xcx-code, .footer-section{
        display: none;
    }
    .footer-wrapper{
        display: flex;
    }

    .qihui-register{
        display: none;
    }

    .qihui-applet-wap{
        display: block;
    }

}

@media (max-width: 360px) {
    .header-section .f-left{
        width: 100%;
        text-align: center;
    }
    .header-section .f-right{
        display: none;
    }

    

}