
*{
	margin: 0;
	padding: 0;
}
body{
	background-image: url('../img/1470403342_maxresdefault-1.jpg');
	background-size: cover;
	background-position: center;
}
.headerimage{
	width: 100%;
	height: 100%;
	
	position: absolute;
	z-index: -1;
}
.headerimagebeground{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
}
.heading{
	min-width: 100px;
	margin: auto;
}
nav{
	min-width: 1100px;
	height: 90px;
	text-align: center;
	position: relative;
    background-color: #ebeaea;
    border-bottom: 3px solid #616060;
    box-shadow: 0px 0px 12px #333;
   
}
 nav H2{
 	background-repeat: no-repeat;
 	background-position: 750px 0px;
 	background-image: url('../img/icon/icon.png');
 	line-height: 47px;
 	border-bottom: 1px solid #d7d7d7;
 }
 nav ul li{
        display: inline-block;
        position: relative;
        line-height: 22px;
        margin-left: 30px;
        text-align: left;
        height: 37px;
        
        
    }
    nav ul li a{
        display: block;
        padding: 8px 25px;
        font-size: 16px;
        color: #757a86;
        text-decoration: none;
        font-family: grigola;
        font-weight: bold;
    }
    nav ul li a:hover{
        color: #8a3288;
    }
    nav>ul>li>ul.dropdown{
        display: none;
       position: absolute;
        z-index: 999;
        left: -63px;
        
    }
   
    nav ul li ul.dropdown li{
		    background-color: #ebeaea;
		  width: 200px;
		    border-top: 1px solid rgba(67,70,77, 0.2);
		    display: block;
		    text-align: center;
		    -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	}
    nav ul li ul.dropdown li a{
		padding: 8px 8px;
		color: #6a6666;
	}
	nav ul li ul.dropdown li a:hover{
		color: #8a3288
	}
	.leng{
		position: absolute;
		right: 10%;
		list-style: none;
		bottom: 25px;
	}
	.leng li{
		width: 30px;
		height: 20px;
		box-shadow: 0px 0px 5px #333;
		float: left;
		margin: 5px;
		background-size: 100% 100%;
	}

	#logo {
    position: absolute;
    z-index: 9999;
    left: 250px;
    top: 5px;
    cursor: pointer;
}
footer{
	min-width: 1100px;
	height: 80px;
	text-align: center;
	position: relative;
    background-color: #fff;
    border-top: 3px solid #8dc640;
    box-shadow: 0px 0px 12px #333;
}
footer p{
	font-size: 15px;
	margin-top: 50px;
	    color: #707473;
}
footer img {
	position: absolute;
	
}
@media only screen and (max-width: 1500px) {
	
   #logo{
	margin-left:-150px;
}
}
@media only screen and (max-width: 1400px) {
	

.leng{
		right:5%;
	}
	
}
footer {
    min-width: 1100px;
    height: 80px;
    text-align: center;
    position: relative;
    background-color: #fff;
   border-top: 3px solid #616060;
    box-shadow: 0px 0px 12px #333;
}