@charset "utf-8";
/* 超小设备 (手机, 600px 以下屏幕设备) */
@media only screen and (max-width: 600px) {
    /*.container {background: #f00;}*/
     /*.banner {
    	height: 200px;
    }*/
    /* 首页 */
    .listDiv ul	li  {
    	width: 49%;
    }
    .listDiv ul	li:first-child, .listDiv ul	li:nth-child(2n+1) {
    	margin-left:0;
    }
    .listDiv ul li a.listDiv_list_a_top .listDiv_list_img {
			height: 80px;
    }
    	.logo_left {
					width: 100%;
					margin-top: 0;
					text-align: center;
				}
				.logo_right {
					width: 100%;
					margin-top: 10px;
					text-align: center;
				}
				.logo_left img {
					margin-left: 0;
				}
				.logo_right img {
					margin-right: 0;
				}
}

/* 小设备 (平板电脑和大型手机，600 像素及以上) */
@media only screen and (max-width: 768px) {
    /*.container {background: green;}*/
    /* .banner {
    	height: 200px;
    }*/
   /* 首页 */
    .listDiv ul	li  {
    	width: 49%;
    }
    .listDiv ul	li:first-child, .listDiv ul	li:nth-child(2n+1) {
    	margin-left:0;
    }
    .listDiv ul li a.listDiv_list_a_top .listDiv_list_img {
			height: 100px;
    }
    .logo_left {
				width: 100%;
				margin-top: 0;
				text-align: center;
			}
			.logo_right {
				width: 100%;
				margin-top: 10px;
				text-align: center;
			}
			.logo_left img {
				margin-left: 0;
				display: block;
				margin: 0 auto;
			}
			.logo_right img {
				margin-right: 0;
			}
			.logo_left img:first-child {
				height: 130px;
			}
			.logo_left img:last-child {
				height: 40px;
			}
			.logo_right img {
				margin-right: 20px;
				margin-top: 15px;
				height: 20px;
			}
			.login_div{
				top: 3%;
			}
}

/* 中型设备（平板电脑，768 像素及以上） */
@media only screen and (min-width: 768px) {
	  /*.banner {
    	height: 200px;
    }*/
    /*.container {background: blue;}*/
    .itemDiv_list {
			width: 30%;
			float: left;
			}
			/* 首页 */
    .listDiv ul	li  {
    	width: 23.5%;
    }
    .listDiv ul	li:first-child, .listDiv ul	li:nth-child(4n+1) {
    	margin-left: 0; 
    }
    .listDiv ul li a.listDiv_list_a_top .listDiv_list_img {
			height: 120px;
    }
    .logo_left {
				width: 40%;
				margin-top: 20px;
				text-align: center;
			}
			.logo_right {
				width: 40%;
				margin-top: 20px;
				text-align: right;
			}
			.logo_left img {
				margin-left: 0;
			}
			.logo_left img:first-child {
				height: 70px;
			}
			.logo_left img:last-child {
				height: 50px;
			}
			.logo_right img {
				margin-right: 20px;
				margin-top: 15px;
				height: 40px;
			}
			.login_div{
				top: 15%;
			}
} 

/* 大型设备（笔记本电脑/台式机，992 像素及以上） */
@media only screen and (min-width: 992px) {
   /* .container {background: orange;} */
   .logo_left {
			width: 50%;
			margin-top: 20px;
			text-align: left;
		}
		.login_div{
			top: 15%;
		}
} 

/* 超大型设备（大型笔记本电脑和台式机，1200 像素及以上） */
@media only screen and (min-width: 1200px) {
    /*.container {background: pink;}*/
    
}
