/*position*/


.header{
	position:relative;
	top:0; left:0;
	width:100%;
	height:90px;
	margin:0;
	
		
}
.menu{
	position:relative;
	width:100%;
	margin:0;
	color:#FFF;
}
.menu1{
	position:relative;
	width:100%;
	margin:0;
	
}
.img{
	position:relative;
	margin:0;
	border:0;
	left:0;
	}
.img1{
	display: block;
    position: fixed;
    left: 0;
    top: 90%;
    margin: 0;
    padding: 0;
    cursor: pointer;
	}
.logo{
	position:relative;
	width:100%;
	
}

@media (min-width:1024px){
.screen{
	text-align:center;	
	}
.logo{
	position:relative;
	width:469px;	
}
.line{
	position:absolute;
	width:3px;
	left:200px;
	top:20px;
	height:60%;
	margin:0;
	padding:0;
}
.line1{
	position:absolute;
	left:170px;
	height:3px;
	top:55px;
	width:60%;
	margin:0;
	padding:0;
	
}
.pic{
	position:absolute;
	
	left:250px;
	top:100px;
	
	margin:0;
	padding:0;
}
.pic1{
	position:absolute;
	width:800px;
	left:250px;
    top:420px;
}
.pic2{	
	width:425px;
}
.chat{
	position:absolute;

}
.pic3{
	height:100px;
	width:100px;
	border-color:#000;
	border-style:solid;
    border-width:2px;
}
.pic4{
	position:fixed;
	width:500px;
	top:17px;
	left:450px;
	border-color:#000;
	border-style:solid;
    border-width:2px;
}
}

@media (max-width:1024px){

.line{
	position:absolute;
	width:0;
	left:200px;
	top:10%;
	height:80%;
	margin:0;
	padding:0;
}
.pic{
	position:relative;
	width:100%;
	
	
	margin:0;
	padding:0;
}
.pic1{
	position:relative;
	width:100%;
	height:100%;
	
}
.pic2{
	position:relative;
	width:100%;
	margin:0;
	padding:0;
}
.pic3{
	
	width:600px;
}
.pic4{
	width:0;
	}									
}