﻿
/* lg 大分辨率 大型设备（大台式电脑，1200px 起）*/
@media(min-width:1200px) {

.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
    height:80px;
    padding: 5px 20px 5px 20px;
    color: #fef200;
    background:#fff;
    background-size:100% 100%;
}
    .P_ul ul li {float:left;
                 width:20%;
                 padding:15px 0;
                 color:#ffffff;
                 font-size:18px;
    }
    .Paste_Picture {
        width:100%;
        height:177px;
    overflow: hidden;
    }

}
/*md 默认 中型设备（台式电脑，992px 起） 宽桌面*/
@media(min-width:992px) and (max-width:1199px) {
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
    height:80px;
    padding: 5px 20px 5px 20px;
    color: #fef200;
    background:#ffffff;
    background-size:100% 100%;
}
  .P_ul ul li {float:left;
                 width:20%;
                 padding:15px 0;
                 color:#ffffff;
                 font-size:18px;
    }

    .Paste_Picture {
        width:100%;
        height:177px;
    overflow: hidden;
    }
}
/* sm 小型设备（平板电脑，768px 起）界于竖直平板与水平平板/桌面之间*/
@media(min-width:768px) and (max-width:991px) {
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
    height:80px;
    padding: 5px 20px 5px 20px;
    color: #fef200;
    background:#ffffff;
    background-size:100% 100%;
}
 
  .P_ul ul li {float:left;
                 width:20%;
                 padding:15px 0;
                 color:#ffffff;
                 font-size:18px;
    }
    .Paste_Picture {
        width:100%;
        height:177px;
    overflow: hidden;
    }
}
/*xs 界于水平手机与竖直平板之间*/
@media(max-width:767px) {
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
    height:80px;
    padding: 5px 20px 5px 20px;
    color: #fef200;
    background:#ffffff;
    background-size:100% 100%;
}   

  .P_ul ul li {float:left;
                 width:20%;
                 padding:15px 0;
                 color:#ffffff;
                 font-size:18px;
    }
    .Paste_Picture {
        width:100%;
        height:100%;
    overflow: hidden;
    }
}


/*XS Portrait 水平状态的手机及以下*/
@media(max-width:480px){
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
    height:80px;
    padding: 5px 20px 5px 20px;
    color: #fef200;
    background:#ffffff;
    background-size:100% 100%;
}

  .P_ul ul li {float:left;
                 width:50%;
                 padding:15px 0;
                 color:#ffffff;
                 font-size:18px;
    }
    .Paste_Picture { width:100%;
        height:100%;
    overflow: hidden;
    }
}


@media(max-width:360px) and (max-width:410px){
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
    height:80px;
    padding: 5px 20px 5px 20px;
    color: #fef200;
    background:#ffffff;
    background-size:100% 100%;
}
 .P_ul ul li {float:left;
                 width:50%;
                 padding:10px 0;
    }
   .Paste_Picture { width:100%;
        height:100%;
    overflow: hidden;
    }
}