/*
*导航点样式文件
*/
.header {
	background: #f2f2f2;
	padding:1.5em 0px;
	margin-top:-2em;
	width:100%;
	/*z-index:999999;*/
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.logo {
	float: left;
	width:20%;
}
.logo img{
	width:100%;
}
nav {
	float: right;
}
nav ul {
	padding: 0;
	float: right;
	padding-top: 10px;
	color:#dce3e4;
}
nav li {
	display: inline-block;
	position:relative;
	/*margin: 0 1px;*/
	margin: 0 10px;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
	transition:0.5s all;
}
nav a#pull {
	display: none;
}
#nav.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #ffffff;
    border-bottom: solid 1px #F1F1F1;
    transition: all .6s ease-in-out, top 0s;
}
.top-nav ul li a {
	color: #7f7f7f;
	font-size: 17px;
	text-align: center;
	position: relative;
	text-decoration: none;
	display: block;
	background: ##f2f2f2;
}
.top-nav ul li a.active{
	color:#005534;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.top-nav ul li a:hover{
	color:#fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
@media (min-width:768px){
	.drop-down-content{
		list-style: none;
		display: none;
		width:100%;
		background:#005534;
		position:absolute;
		text-align:center;
	}
	.drop-down-content div:hover div{
		background:#198939;
		/*border-radius:5px;*/
		margin:5px 0;
	}
	.drop-down:hover .drop-down-content{
		display: block;
		z-index:9999;
	}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width: 768px) {
	.drop-down-content{
		display: none;
	}
	nav {
		border-bottom: 0;
		float:none;
	}
	nav ul {
		display: none;
		height: auto;
		margin:1.3em 0 0px 0px;
		background:#fff;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #F26D7D;
		text-align: right;
		position: absolute;
		top: 14%;
		width: 7%;
		right: 10%;
	}
	nav {
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-top: 3%;
	}
	.top-nav ul li a {
		color: #2C3E50;
		padding: 0em 0;
	}
	
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		/*display: block;*/
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li {
	position: relative;
	margin-left: 0px;
	border-bottom: 1px solid#eee;
	}
	.main-banner{
		/*margin-top:3em;*/
	}
	.quote {
		width: 37%;
	}
  	.top-nav ul li.active a, .top-nav ul li a:hover {
	border-bottom: none;
	}
  	nav li a {
		margin: 0px 0px;
		color: #4972A5;
		padding: 0em 0;
		font-size: 1.2em;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
	.top-nav ul li a {
	font-size: 17px;
	padding: 7px 16px 7px 16px;
	}
  	
}
@media (max-width:480px){
	.logo {
		width: 32%;
	}
	.logo a img {
		margin-top: 3px;
	}
}
/*底部样式*/
.touch{
	background:#313131;
	padding:2em 0px;
}
.touch-right{
	text-align:center;
}
.touch-left label {
	color: #727272;
	font-size: 17px;
	font-weight: 300;
	margin-top: 2px;
	font-style: italic;
}
.touch-right ul{
	padding:0;
	margin-top: 16%;
}
.touch-right ul li{
	list-style:none;
	display:inline-block;
}
.touch-right ul li span{
	background:url(../images/social-icons.png) no-repeat;
	width:64px;
	height:64px;
	display:block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.touch-right ul li span.fb{
	background-position:0px 0px;
}
.touch-right ul li span.twt{
	background-position:-64px 0px;
}
.touch-right ul li span.g{
	background-position:-128px 0px;
}
.touch-right ul li span.p{
	background-position:-192px 0px;
}
.touch-right ul li span.drb{
	background-position:-256px 0px;
}
.touch-right ul li span.fb:hover{
	background-position:0px -64px;
}
.touch-right ul li span.twt:hover{
	background-position:-64px -64px;
}
.touch-right ul li span.g:hover{
	background-position:-128px -64px;
}
.touch-right ul li span.p:hover{
	background-position:-192px -64px;
}
.touch-right ul li span.drb:hover{
	background-position:-256px -64px;
}
.touch-left{
	text-align:left;
}
.touch-left h3 {
	color: #fff;
	font-size: 1.2em;
	/*font-weight: 400;*/
	display: inline;
	border-bottom:solid 2px #198939;
	padding-bottom:13px;
}
.touch-left p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin: 8px 0px;
	line-height: 1.6em;
}
.touch-left a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin: 8px 8px;
	line-height: 1.6em;
}
.touch-left p a{
	color:#fff;
}
.touch-left p a:hover{
	color:#198939;
	text-decoration:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.touch-left p span{
	display:block;
	margin-left: 12%;
}
/*--end-touch--*/
/*--start-footer--*/
.footer{
	background:#262626;
	padding:1em 0px;
}
.footer-text {
	text-align:center;
}
.footer-text p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	/*margin-bottom: 1.2em;*/
}
.footer-text p a {
	color: #fff;
}
.footer-text p a:hover {
	color: #e9b10a;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*--end-footer--*/