@charset "utf-8";
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
BODY {
	FONT-SIZE: 12px; background-color:#fff;background-position: center top; MARGIN: 0px auto; COLOR: #333; FONT-FAMILY:微软雅黑,Arial,Verdana,Sans-Serif
}
@font-face {
 font-family: 'xiaodaofont';
src:url("/font/RobotoCondensed-Regular.ttf");
 src: local('RobotoCondensed-Regular'), 
              local('RobotoCondensed-Regular'), 
              url('/font/RobotoCondensed-Regular.woff') format('woff'), 
              url('/font/RobotoCondensed-Regular.ttf') format('truetype'), 
}
/*-----start-header----*/
.header{
width:100%;
background-color:#CC3300;
height:300px;
}
.container{
width:100%;
max-width:640px;
min-height:90px;
border:0px solid #00CC33;
overflow:hidden;
z-index:9999;
background-color:#161616;
}
.logo{
	float: left;
	padding:14px 0px 0px 6px;
	z-index:999999;
}
.logo img{
}
.logo a{
	color: #303030;
	font-weight: 200;
	text-transform: uppercase;
	z-index:999999;
}
.logo a:hover{
	text-decoration:none;
	z-index:999999;
}

/*----navbar-nav----*/
.top-nav ul li a{
	color: #202242;
	padding:0px;
	font-size:14px;
	font-weight: 400;
	text-align: center;
	position: relative;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
	color:#ddd;
}
.logo a{
	display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
	float: left;
	margin: 4% 0 0 0px;
}
nav ul {
	padding: 0;
	float: left;
	margin: 0.9em 0;
}
nav li {
	display: inline;
	float: left;
	position:relative;
}
nav a {
	color: #333;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height:30px;
}
nav a:hover{
	text-decoration:none;
	color:#f60;
}
nav a#pull {
	display: none;
	color:#fff;
	padding:8px 2px 2px 2px;

}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 1648px) {
	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		position: relative;
		float:left;
  	}
  	nav li a {
		border-bottom: 1px solid #d1ad48;
		background-color:#b0923d;  /*菜单样式*/
		
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width :1380px) {
	nav {
		border-bottom: 0;
		float:none;
	}
	nav ul {
		display: none;
		height: auto;
		margin:0;
		background: #fff;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #333;
		font-size:24px;
		text-align: right;
		position: absolute;
		top:22px;
		right:10px;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height:30px;
		display: inline-block;
		position: absolute;
		right:10px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:1%;
	}
	.top-nav ul li a {
		color: #fff;
		padding: 0em 0;
	}
	nav {
		margin: 1.4% 0 0 0;
	}
		.logo {
		margin-top:0px;
		z-index:999;
		position:relative;
	}
	

		nav a#pull {
		top:22px;
		right:10px;
	}
}
/*Smartphone*/
@media only screen and (max-width :768px) {
	nav {
		float:none;
	}
	nav li {
		display: block;
		float: none;
		width:50%;
		float:left;
		font-size:14px;
	}
	nav li a {
		border-bottom: 1px solid #d1ad48;
		font-size:14px;
	}
	nav {
		margin: 1.4% 0 0 0%;
	}
		.logo {
		margin-top:0px;
		z-index:999;
		position:relative;
	}

	nav {
		margin: 1.4% 0 0 0;
	}
		nav a#pull {
		top:22px;
		right:10px;
	}
}
/*----- contact-info -----*/



}
@media (max-width:768px){
	nav {
		margin: 1.4% 0 0 23%;
	}
		.logo {
		margin-top:0px;
		z-index:999;
		position:relative;
	}
	nav {
		margin: 1.4% 0 0 0;
	}
		nav a#pull {
		top:22px;
		right:10px;
	}
}
@media (max-width:480px){
	nav {
		margin: 4% 0 0 0%;
	}
		.logo {
		margin-top:0px;
		z-index:999;
		position:relative;
	}
	
	nav {
		margin: 1.4% 0 0 0;
	}
		nav a#pull {
		top:22px;
		right:10px;
	}

}
@media (max-width:320px){
	nav {
		margin: 1.4% 0 0 0%;
	}
		.logo {
		margin-top:0px;
		z-index:999;
		position:relative;
	}
	
	
	
		nav a#pull {
		top:22px;
		right:10px;
	}

}



