@charset "utf-8";

/* CSS Document */

@media all and (min-width: 1530px) and (max-width: 1880px) {}

@media screen and (min-width: 1530px) {
    .juzhong {
        width: 1500px;
        min-width: 1500px;
    }

    .logo {
        width: 30%;
    }
    .ftn_gywmk {
        width: 180px;
    }
    .ftn_news {
        width: 180px;
    }
    .ftn_lx {
        width: 500px;
    }
}







/* 中小型笔记本或大平板 laptop */

@media all and (min-width: 1280px) and (max-width: 1530px) {

    .juzhong {
        width: 1250px;
        min-width: 1250px;
    }
    .banner {
        height: 550px;
    }
    .banner_s_wzk {
        top: 130px;
    }
    .ban_ss a {
        padding: 0 10px;
    }
    .ban_btm .shousk {
        width: 300px;
        right: 260px;
    }
    .ban_btm .shousk input {
        width: 200px;
    }
    .nav li a {
        padding: 0 14px;
    }
    .ftn_gywmk {
        width: 150px;
    }
    .ftn_news {
        width: 150px;
    }
    .ftn_lx {
        width: 400px;
    }
    .nav {
        margin-right: 0;
    }
    .idea-block{
    	padding: 32px 80px 32px 54px
    }
    .job-list-items{
    	width: 33.33%;
    }
    .pro-con{
    	width: 69%;
    }
}



/* 中型平板或小型笔记本 tablet */

@media all and (min-width: 768px) and (max-width: 979px) {}



/* 手机或小平板 phone */

@media all and (max-width: 767px) {}