.page_hd {
padding: 0 0.14rem;
width: 100%;
height: 0.46rem;
background: #270000;
color: #fff;
box-sizing: border-box;
}

.page_hd .logo {
width: 62.8125%;
height: 100%;
background-size: 100%;
display: block;
line-height: 0.500rem;
color: #fff;
font-size: 20px;
margin-left: 10px;
}

.icon-nav {
padding-top: 14px;
padding-left: 24px;
width: 44px;
height: 0.32rem;
box-sizing: border-box;
}

.icon-nav i {
width: 20px;
height: 2px;
background: rgba(255, 255, 255, 1);
margin-bottom: 5px;
display: block;
border-radius: 2px;
transition: transform 0.5s;
-webkit-transition: -webkit-transform 0.5s;
transform: rotate(0deg) translate(0px, 0px);
-webkit-transform: rotate(0deg) translate(0px, 0px);
}

.icon-nav i.line2 {
width: 14px;
}

.icon-nav.active {
height: 16px;
}

.icon-nav.active .line1 {
transform: rotate(45deg) translate(5px, 5px);
-webkit-transform: rotate(45deg) translate(5px, 5px);
}

.icon-nav.active .line2 {
opacity: 0;
}

.icon-nav.active .line3 {
transform: rotate(-45deg) translate(5px, -5px);
-webkit-transform: rotate(-45deg) translate(5px, -5px);
}


.page_nav {
padding: 0.24rem 0.16rem;
position: absolute;
top: 0.46rem;
bottom: 0;
left: 100%;
width: 100%;
background: #fff;
color: #000;
font-size: 16px;
box-sizing: border-box;
transition: left 0.5s;
-webkit-transition: left 0.5s;
z-index: 10
}

.page_nav.active {
left: 0
}

.search-box {
position: relative;
margin: 0 auto;
padding-left: 0.16rem;
padding-right: 0.44rem;
width: 3.11rem;
height: 0.36rem;
box-sizing: border-box;
border: 1px solid #270000;
color: #f7f7f7;
line-height: 0.34rem;
font-size: 14px;
}

.search-box input {
vertical-align: top;
width: 100%;
height: 100%;
}

.icon-search {
position: absolute;
right: 0;
top: 0;
width: 0.44rem;
height: 100%;
color: #ccc;
text-align: center;
}

.nav-list {
margin-bottom: 0.52rem;
width: 100%;
overflow-y: auto;
}

.nav-list .item {
display: block;
position: relative;
width: 100%;
height: 0.4rem;
box-sizing: border-box;
border-bottom: 1px solid #ADADAD;
line-height: 0.4rem;
font-size: 16px;
}

.nav-list .item:after {
position: absolute;
right: 0.03rem;
top: 50%;
content: "";
display: inline-block;
height: 8px;
width: 8px;
border-width: 2px 2px 0 0;
border-color: #888;
border-style: solid;
-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
overflow: hidden;
}

.login-box {
width: 100%;
height: 0.36rem;
line-height: 0.36rem;
text-align: center;
}

.login-box div {
width: 50%;
height: 100%;
}

.login-box a {
display: inline-block;
width: 1.06rem;
height: 100%;
box-sizing: border-box;
border: 1px solid #888;
color: #333;
font-size: 16px;
}

.login-box div:last-child a {
color: #f00
}

.foot {
padding: 0.2rem 0;
color: #fff;
background: #fff;
font-size: 12px;
text-align: center;
background: #000;
}
.foot p{
padding: 0.1rem 0.2rem;
}

.foot a {
color: #fff;
text-decoration: none;
}

.foot a:hover {
text-decoration: underline;
}
.btn-more{
vertical-align: top;
display: inline-block;
width: 0.78rem;
height: 0.24rem;
line-height: 0.24rem;
border:1px solid #333;
}
.link ul li{
margin-left:18px;
margin-bottom: 10px;
}


.bott {
padding: 10px 0;
margin: 0 auto;
text-align: center;
color: #000;
width: 950px;
overflow: hidden;
font-size: 12px
}

.bott a {
color: #000;
font-size: 12px
}

.ftbor {
border-top: 1px solid rgb(153, 153, 153)
}

.footer {
clear: both;
width: 100%;
padding-top: 30px;
padding-bottom: 15px;
text-align: center;
background: #fff;
box-shadow: 0px -1px 3px #cccccc;
/*position:fixed; bottom:0;left:0;*/
position: relative;
}
.footer a {
color: #666666;
display: inline-block;
font-size: 24px;
height: 30px;
line-height: 30px;
padding: 0 22px;
}
.footer p {
color: #525252;
font-size: 24px;
line-height: 30px;
text-align: center;
padding-top: 10px;
}

.mb-51{
margin-bottom: 0.1rem;
}