.container {
	width: 100%;
	min-width: 1200px;
	/*background: #fff;*/
	padding-top:76px;
}

/*导航内容样式*/
.header{
	width:100%;
	margin:0 auto; 
	min-width:1200px;
	/*overflow:hidden;*/
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	background:#fff;
	
}
.border-sh{
	box-shadow:0 2px 4px #ccc;
}
.header .header-cont{
  width:100%;
  max-width:1200px;
  margin:0 auto; 
}
.header .header-cont h1{
    width:357px;
    height:66px;
}
.header .header-cont h1 a{
	line-height:62px;
    text-align:center;
}
.header .header-cont h1 img{
  width:389px;
  height:33px;
  vertical-align:middle;
}
.header .header-cont .nav{
   /* margin-right:2%;*/
    width:100%;
    text-align:right;
}
.header .header-cont .nav>li{
    display:inline-block;
    *display:inline;
     zoom:1; 
    line-height:66px;
    margin-left:40px;
    box-sizing:border-box;
    padding-top:4px;
    cursor:pointer;
   } 

.header .header-cont .nav>li:hover a{
	color:#008CD6;
}
.header .header-cont .nav li:nth-child(1){
	margin-left:0;
}
.header .header-cont .nav li a{
  font-size:16px;
  color:#555;
}

.header .header-cont .nav>li.aa{
	border-bottom:6px solid #028cd4;
	 box-sizing:border-box;
}
.header .header-cont .nav>li.aa a{
	color:#008CD6;
}
/*.header .header-cont .nav>li:hover .dropdown-menu{
	opacity:1;
	z-index:111;
}*/
.margin-bottom{
	margin-bottom:120px;
}
.width{
	width:100%;
	min-width:1200px;
	margin:0 auto;
}
.layout{
	max-width:1200px;
	text-align:center;
	margin:0 auto;
	
}
.font-color{
	color:#fff;
}

/*@media only screen and (max-width: 1500px) {
	.qp-banner{
		height:360px;
		background-size:100% 360px;
	}
	.qp-banner img{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-305px;
	width:530px!important;
	height:auto!important;
}
}
@media only screen and (max-width: 1150px){
	.header .header-cont .nav>li{
		 margin-left:30px;
	}
}*/

/*底部样式*/

footer {
	background: #2e3642;
	padding: 40px 0 20px;
}

footer .footer-cont ul li {
	display: inline-block;
	padding: 0 30px;
	border-right: 1px solid #778496;
	line-height: 14px;
	color: #778496;
}

footer .footer-cont ul li a:hover {
	color: #008CD6;
	text-decoration: underline;
}

footer .footer-cont ul li:nth-child(4) {
	border-right: none;
}

footer .footer-cont ul li a {
	color: #778496;
	font-size: 14px;
}

footer .footer-cont ul.fo1 {
	margin-bottom: 45px;
}

footer .footer-cont ul.fo2 li {
	margin-bottom: 26px;
	padding: 0 16px;
}

footer .footer-cont p {
	color: #778496;
}

footer .footer-cont p.fo-p1 {
	margin-bottom: 18px;
}

footer .footer-cont p.fo-p2 {
	margin-bottom: 50px;
}

footer .footer-cont p.fo-p3 {
	font-size: 12px;
}

