.container{
	width: 1000px;
}
.header .header-cont{
	height: 60px;
}


/*logo-nav 部分*/
.header-cont .logo{
	height: 40px;
	margin-top: 10px;
}
.header-cont .logo img{
	height: 100%;
}
.nav{
	text-align: center;
}
.nav a{
	font-size: 14px;
	text-decoration:none;
	display: inline-block;
	height: 60px;
	width: 100px;
	text-align: center;
	line-height: 60px;
	color: #32619E;
}
.nav a:hover{
	color:red;
}
.container .row .btn1 {
	text-align: center;
	margin: 0 auto;
	line-height: 60px;
}
.nav .active{
	border-bottom: 2px solid #d90000;
}

/*banner部分*/
.banner img{
	width: 100%;
}
/*底部导航*/
.footer{
	height: 370px;
	background-color: #F3F3F3;	
}
.footer .footer-nav{
	height: 252px;
	border-bottom: 1px solid #e6e6e6;
}
.footer .footer-nav .col-md-9 p{
	margin: 48px 0 0 0;
	padding: 0;
	font-size: 16px;
}
.footer .footer-nav .col-md-9 ul{
	list-style: none;
	padding: 0;
	margin: 26px 0 0 0;
}
.footer .footer-nav .col-md-9 ul li{
	font-size: 12px;
	color: #999999;
	margin-bottom: 20px;
}
/*右边联系方式*/
.footer .footer-nav .footer-text p{
	margin: 0;
	padding: 0;	
}
.footer .footer-nav .footer-text p:nth-of-type(1){
	font-size: 14px;
	margin-top: 48px;
}
.footer .footer-nav .footer-text p:nth-of-type(2){
	font-size: 20px;
	color: #a72323;
	margin-top: 16px;
}
.footer .footer-nav .footer-text p:nth-of-type(3){
	font-size: 12px;
	color: #999999;
	margin-top: 12px;
}
.footer .footer-nav .footer-text a:nth-of-type(1),
.footer .footer-nav .footer-text a:nth-of-type(2){
	display:inline-block;
	text-align: center;
	height: 76px;
	width: 76px;
	padding-top: 10px;
	font-size: 12px;
	color: #999999;
}
.footer .footer-nav .footer-text a:nth-of-type(1){
	/*background:url(../img/icon-wechat.png) no-repeat ;*/
	margin: 24px 0 0 0;
}
.footer .footer-nav .footer-text a:nth-of-type(2){
	/*background:url(../img/icon-qq.png) no-repeat ;*/
	margin:24px 0 0 12px;
}
.footer .container .row .col-md-12{
	margin-top: 40px;
	text-align: center;
	color: #999999;
}
.footer .container .row .col-md-12 p{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.footer .container .row .col-md-12 p:first-of-type{
	display: inline-block;
}
.footer .container .row .col-md-12 p:last-of-type{
	margin-top: 22px;
}
.footer .container .row .col-md-12 a{
	color: #999999;
	font-size: 12px;
}
