
.icon1 , .icon2 , .icon3,.icon4,.icon5{
    position: absolute;
    cursor: pointer;
    display: inline-block;
    width: 13%;
    height: 13%;
}



.icon1:after{
    content: url(../img/home/button0002.png);
    display: none;
    position: absolute;
    top:-30px;
    color:#fff;
}
.icon2:after{
    content: url(../img/home/button0005.png);
    display: none;
    position: absolute;
    top:-40px;
    left: 0;
    right: 0;
    margin: auto;
    color:#fff;
    font-size: 1.2rem;
    padding: 2px;
    text-align: center;
}
.icon3:after{
    content: url(../img/home/button0001.png);
    display: none;
    position: absolute;
    top:-40px;
    left: -50px;
    right: 0;
    margin: auto;
    color:#fff;
    font-size: 1.2rem;
    padding: 2px;
    text-align: center;
}
.icon4:after{
    content: url(../img/home/button0004.png);
    display: none;
    position: absolute;
    top:-10px;
    left: 0;
    right: 0;
    margin: auto;
    color:#fff;
    font-size: 1.2rem;
    padding: 2px;
}
.icon5:after{
    content: url(../img/home/button0003.png);
    display: none;
    position: absolute;
    top:-20px;
    left: -230px;
    right: 0;
    margin: auto;
    color:#fff;
    font-size: 1.2rem;

}
.icon1:hover:after,.icon2:hover:after,.icon3:hover:after,.icon4:hover:after,.icon5:hover:after{
    display: block;
}


#bg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #333;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
}
#content{
    padding: 5px;
    width: 80%;
    height: 80%;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    border-radius: 10px;
    box-shadow: 2px -2px 2px rgba(50,50,50,.5);
	
	
}
#close{
    content: 'x';
    position: absolute;
    top: 5px;
    right: 4px;
    background-color: #222;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #fff;
}
#close:hover{
    background-color: #F40C0E;
}
#pages{
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
}
/*animte*/
@media screen and (max-width: 1380px){
	
	#content{
    padding: 5px;
    width: 100%;
    height: 95%;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    border-radius: 10px;
    box-shadow: 2px -2px 2px rgba(50,50,50,.5);
	
}
	#bg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #333;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
}
#pages{
    width:100%;
    height:100%;
    border: none;
    overflow: hidden;
}

	}