@charset "utf-8";
/* CSS Document */
 
        /*手机*/
        @media screen and (max-width:600px){
	     	.box_2 {
    padding-top: 45px;
    padding-bottom: 50px;
    /* background: #fff; */
             		/* 添加背景图片 */
           			/*     background-image: url("Home/images/bgP.jpg");    */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-size: xx-small;
    padding-left: 10px;
    padding-right: 10px;
    width: 580px;
            		}
			
			.shadowbox {
				width: 360px;
				boder: 1px solid #333;
				box-shadow: 8px 8px 5px #444;
				padding: 8px 12px;
	            background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
	        			}
          									}
        /*平板*/
        @media screen and (min-width:600px) and (max-width:960px){
            .box_2 {
               		padding-top: 45px;
                	padding-bottom: 50px;
                	 background: #fff;
                	/* 添加背景图片 */
           			/*     background-image: url("Home/images/bg2.jpg");   */
                	background-size: 100% 100%;
                	background-repeat: no-repeat;
                	background-position: center;
            		}
			
			.shadowbox {
						width: 400px;
						boder: 1px solid #333;
						box-shadow: 8px 8px 5px #444;
						padding: 8px 12px;
	                    background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
	        			}
        														}

        /*PC*/
        @media screen and (min-width:960px){
            .box_2 {
                padding-top: 45px;
                padding-bottom: 50px;
                /* background: #fff; */
                /* 添加背景图片 */
           /*     background-image: url("Home/images/bg2.jpg");    */
                background-size: 100% 100%;
                background-repeat: no-repeat;
                background-position: center;
            }
			
			.shadowbox {
				width: 640px;
				boder: 1px solid #333;
				box-shadow: 8px 8px 5px #444;
				padding: 8px 12px;
	            background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
	        }
        }
