ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
b, cite, em, i {
    font-style: normal;
}
.header{
	background: #333;
}
.header .nav ul{
	height: 1.5rem;
	/*line-height: 1.5rem;*/
	list-style: none;
}
.header .nav ul li{
	float: left;
	margin: 0.4rem 0;
	/*margin-right: 1rem;*/
}
.header .nav ul li{
	border-right: 1px #4d4d4d solid;
    height: 20px;
    line-height: 20px;
    float: left;
    padding: 0 12px;
    cursor: pointer;
}
.header .nav ul li a{
	display: block;
	color: #fff;
}
/*导航*/
.dh{
	width: 100%;
	background: #e60640;
}
.dh a{
	color: #fff !important;
}
.dh .navbar-nav .nav-link {
    padding-right: .3rem;
    padding-left: .3rem;
}
.dh .navbar-nav > .nav-item >.dropdown-menu{
	background: #e60640;
}
.dh .navbar-nav > .nav-item >.dropdown-menu >.dropdown-item:hover{
	background: #fff;
	color: #e60640 !important;
	/*opacity: 0.8;*/
}

.dh .navbar>.navbar-toggler i{
	color: #f0f0f0;
}
.dh .navbar>.navbar-toggler{
	border-color: #f8f9fa;
}
/*二级导航*/
.ejdh{
	height: 2.5rem;
	overflow: hidden;
	background: #bf0f30;
}
.ejdh .ej-dh span{
	float: left;
	/*line-height: 2.5rem;*/
	padding: 0.01rem 1rem;
	background: #fff;
	color: #bf0f30;
	margin: 0.5rem 0;
    border-radius: 2.2rem;
    /*margin-right: 1rem;*/
}
.ejdh .ej-dh span{
	margin-left: 1rem;
}
.ejdh .ej-dh ul{
	/*float: left;*/
	/*display: block;
	overflow: hidden;*/
	list-style: none;
	padding: 0;
	margin: 0;
}
.ejdh .ej-dh ul li{
	float: left;
	line-height: 2.5rem;
	margin-left: 1rem;
}
.ejdh .ej-dh ul li a{
	display: block;
	color: #fff;
}
.bottom{
	width: 100%;
	/*height: 10rem;*/
	background: #333;
	color: #888;
}
.bottom hr{
	color: #555 !important;
}
.bottom .footer-list{
	height: 2rem;
	line-height: 2rem;
	margin-top: 2rem;
	text-align: center;
}
.bottom .footer-list ul li{
	float: left;
	margin-right: 1rem;

}
.bottom .footer-list ul li a{
	color: #999;
}
.bottom .banq{
	text-align: right;
	margin-bottom: 1rem;
}


.moveside2{position:fixed;top:0;margin-top:45px;width:340px;background-color:#fff}
#assist-bar {
    position: fixed;
    right: 1rem;
    bottom: 5rem;
}

#assist-bar #go-top > .icon {
    display: block;
    height: 50px;
    width: 50px;
    background: url('/skins/img/up_red.svg') no-repeat center center;
}
.icon2 {
    display: block;
    margin-top:10px;
    height: 50px;
    width: 50px;
    background: url('/skins/img/up_red.svg') no-repeat center center;
        -webkit-transform: rotate(-180deg);
}

