/* Write your styles */
/*公共样式*/
ul,ol{
	padding:0;

}
.am-container{
	max-width:1024px;
}
.text-r{
	text-align:right;
}
.text-c{
	text-align:center;
}
.text-l{
	text-align:left;
}

/*nav样式*/
.scrollspy-nav {
    top: 0;
    z-index: 100;
    background: #fcfcfc;
    opacity:0.9;
    width: 100%;
    padding: 0 10px;
    height: 58px;
    position:fixed;
}
.scrollspy-nav .navBar-logo{
	height:52px;
	display:block;
	padding-top:6px;
}
.scrollspy-nav ul {
    margin: 0;
    padding: 0;
}
.scrollspy-nav li {
    display: inline-block;
    list-style: none;
}
.scrollspy-nav a {
    color: #666;
    padding: 0px 5px;
    display: inline-block;
    line-height:58px;
}
.scrollspy-nav a:hover{
	color:#f37b1d;
}
.scrollspy-nav a.am-active {
    color: #fff;
    font-weight: 700;
}

/*页脚样式*/
.am-footer{
	background-color:#ddd;
	margin-top:10px;
}
.am-footer .am-footer-ysp, .am-footer .am-footer-divider,.am-footer a, .am-footer p,.am-footer h3{
	color:#666;
}
.am-footer p{
	text-align:left;
}
.am-footer .footer-logo img{
	width:180px;
	padding-top:40px;
}
.am-footer .footer-li ul li{
    width: 50%;
    float:left;
    text-align:left;
    list-style:none;
}
.am-footer .footer-li ul:after{
	clear:both;
}
.am-footer-contact p{
	margin:0;
}
