.sr-only {
    position: absolute;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    z-index: 99;
    top: 0;
    left: 0;
}

.sr-only:focus,
.sr-only:hover{
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.flexslider .slides a{
    display: block;
    width: 100%;
    float: left;
}
.flexslider .slides a:focus img{
    outline: #000 solid 3px;
}
img{
	max-width:100%;
	height:auto;
}

/*header*/
header,section,footer{
	width:100%;
	float:left;
}
header{
	
}
header .container{
	display:table;
	padding:45px 25px;
}
header .container > div,
header .container > h1{
	display:table-cell;
	vertical-align:middle;
}
header .logo{
	width:400px;
}

header .top > ul{
	width: 328px;	
/*	width: 60%;*/
	float: right;
	position:relative;
}
header .top .tab{
	position:absolute;
	top:0;
	left:-20px;
}
header .top > ul li{
	width:100%;
	float:left;
}
header .top select{
	border:1px solid #b4b5b5;
	font-size:14px;
	width:100%:
}
header .top .input{
	border-bottom:1px solid #b4b5b5;
	padding-bottom:3px;
}
header .top input[type="text"]{
	border:0;
	font-size:14px;
	color:#999;
	width:70%;
	float:left;
}
header .top input[type="button"]{
	text-indent:-9999px;
	background: url(../images/search.png) left top no-repeat;
	width:20px;
	height:20px;
	display: inline-block;
	border:0;
	float:right;
	margin-top:5px;
}
header .top > ul li{
	color:#222;
}
header .top > ul li span{
	display:none;
}
header .top > ul li a{
	color:#222;
	display:inline-block;
	padding:3px;
}
header .top > ul li a:hover{
	color:#888;
}
header .top .text{
	color:#555;
}
header .top .text a{
	color:#555;
	
}
header .top .text a:hover{
	color:#222;
}
nav{
	background:#721f6e;
	padding:8px 35px;
}
nav,nav > ul{
	width:100%;
	float:left;
}
nav > ul li{
	width:auto;
	float:left;
	font-size:16px;
	color:#fff;
	padding-right:25px;
/*		padding-right:32px; */
	
}
nav > ul li a{
	color:#fff;
}
nav > ul li a:hover{
	color:#ffffd6;
}





@media only screen and (max-width: 1000px){
header .top > ul{
	width:80%;
}
nav {
    padding: 8px 10px;
}
header .logo{
	width:300px;
}
}

@media only screen and (max-width: 767px){
header .top > ul{
	width:100%;
	margin-top:20px;
}
header .container {
    padding: 45px 25px 25px;
}
header .container > div{
	width:100%;
	float:left;
}
header .top > ul .width-25{
	width:20% !important;
}
header .top > ul .width-75{
	width:80% !important;
}
header .top select{
	width:90%;
}
header .top > ul li{
	width:auto;
}
header .top > ul li:first-child{
	width:100%
}
header .top > ul li span{
	display: inline-block;
	padding:0 5px;
}
    header .container{
        display: block;

    }

}
@media only screen and (max-width: 647px){
header .top > ul li span{
	display: none;
}
header .top > ul li{
	width:100%;
}
}
@media only screen and (max-width: 400px){
header .top > ul .width-25{
	width:100% !important;
}
header .top > ul .width-75{
	width:100% !important;
}
header .top select{
	width:100%;
}
header .top > ul li a{
	padding:3px 1px;
}
    
}