@charset "utf-8";

/* 重置 */

body {}

#nav .am-container {
	padding-top: 0px;
	background: none;
	position: relative;
}

footer {
	border-top: #015092 solid 3px;
}


/*主体*/


/*送色主题*/

.red-topics {zoom: 1;}
.red-topics #nav:before,
.red-topics #nav .am-topbar-nav,
.red-topics .am-slider-inner .am-slider-title {
	background: #D93C37;
}

.red-topics .news-tab .am-nav-tabs>li.am-active>a{
	border-bottom-color: #D93C37;
}

.red-topics footer{
	border-color: #D93C37;
}


/*适配手机*/

@media only screen and (max-width: 640px) {
	#nav .am-topbar-toggle {
		position: absolute;
		top: -3.6rem;
		right: -0.5rem;
	}
    
}
.am-btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 0.5em 1em;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.2;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
    transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.am-btn-primary {
    color:#000;
    background-color:#c2c2c2;
    border-color:#c2c2c2;
}
.am-btn-primary {
    background:#c2c2c2;
}


.am-btn-primary:active, .am-btn-primary.am-active, .am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
    background-image:none;
    background-color:#ee1919;
}

.am-btn-primary:hover, .am-btn-primary:focus {
    background-color:#ee1919;
}
.am-btn-primary:hover, .am-btn-primary:focus, .am-btn-primary:active, .am-btn-primary.am-active, .am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
    color: #fff;
    border-color:#ee1919;
}
.main {
    background: #fff;
    margin-top: 1.5rem;
}
.news-tab .am-nav-tabs >span{
    float: right;
    font-size: 1.4rem;
    padding: 0.3em 4.5em -1em 3.5em;
    background-color: #c2c2c2;
}
.news-tab .am-nav-tabs >span>a{padding: 1.5em 0.5em 3em 0.3em;}
#nav:before {
    background: #015092;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 0px;
    z-index: 0;
}