@charset "utf-8";

/**响应式模板**/
@media only screen and (max-width: 795px) {
    /**标题:不现实**/
    .cnnews .content .adinfo-main-header div.title span { display: none; }
}
@media only screen and (max-width: 1039px) {
    /**（默认）导航**/
    #header .common {
        min-width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    /**（全屏）导航*/
    .nav_main {
        left: 50%;
        margin-left: -400px;
        top : 40%;
        margin-top: -250px;
    }

    .nav_main ul li {
        width: 20%;
    }

    /**内容区域**/
    .cnnews .content {
        width: 100%;
    }

    .cnnews .adinfo-main-ul ul{
        width:90%;
    }
    .cnnews .adinfo-main-ul ul li {
        width: 30%;
    }

    .cnfooter .cnfoot .content {
        width: 100%;
    }
    .cnfoot .adinfo-content-footer{
        padding: 0;
    }
    .cnfoot .adinfo-content-footer {
        left: 10px;
    }
    .cnfoot .adinfo-content-footer .email{
        right:25px;
    }

    .cnnews .content.adinfo-content3 .adinfo-main-body .customer { width: 96%; margin-left: 2%;}

    .cnnews .content.adinfo-content3 .adinfo-main-body .customer ul {margin-left: 0; }
    .cnnews .content.adinfo-content3 .adinfo-main-body .customer ul li { width: 20% ; }
}

@media only screen and (max-width: 1000px) {
    .cnnews .content.adinfo-content3 .adinfo-main-body .customer ul {margin-left: 0%; }
    .cnnews .content.adinfo-content3 .adinfo-main-body .customer ul li { width: 25% ; }
}

@media only screen and (max-width: 800px) {
    .cnnews .content.adinfo-content3 .adinfo-main-body .customer ul {margin-left: 0.05%; }
    .cnnews .content.adinfo-content3 .adinfo-main-body .customer ul li { width: 33% ; }
}

@media only screen and (max-height: 768px){
    /**（全屏）导航*/
    .nav_main {
        left: 50%;
        margin-left: -400px;
        top : 0;
        margin-top: 60px;
    }
}