﻿@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    list-style-type: none;
    font-size: 0.14rem;
}
a:link, a:visited, a:hover, a:active {
    color: black;
    text-decoration: none;
}
img {
    display: block;
    border: none;
}
body{
    background: #f1f1f1;
}
.container{
    width: 6.4rem;
    margin: 0 auto;
    background: white;
}
/*header*/
.header{
    width: 6.4rem;
    height: 0.9rem;
    position: relative;
    background: white;
}
.logo{
    height: 0.7rem;
    margin: 0.1rem;
    float: left;
}
.logo img{
    height: 0.7rem;
}
.logo span{
    display: none;
}
.nav_btn{
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.4rem;
    height: 0.3rem;
    cursor: pointer;
    z-index: 9;
}
.nav_btn span{
    width: 0.4rem;
    height: 0.06rem;
    background: #538A50;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_btn_1{
    top: 0;
}
.nav_btn_2{
    top: 50%;
    margin-top: -0.03rem;
}
.nav_btn_3{
    top: 0.24rem;
}
.nav_btn_active span{
    background: white;
}
.nav_btn_active .nav_btn_1{
    top: 50%;
    margin-top: -0.03rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav_btn_active .nav_btn_2{
    opacity: 0;
}
.nav_btn_active .nav_btn_3{
    top: 50%;
    margin-top: -0.03rem;
    -webkit-transform: rotate(-45deg);
}
.nav_wrap{
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -3.2rem;
    background: rgba(0,0,0,0.6);
    width: 6.4rem;
    height: 100%;
    display: none;
    z-index: 8;
    overflow-y: auto;
}
.nav_container{
    position: absolute;
    top: 0.9rem;
    left: 0;
}
.nav_dt a{
    color: white;
    font-size: 0.16rem;
    height: 0.5rem;
    width: 4.6rem;
    padding: 0 0.9rem;
    line-height: 0.5rem;
    background: #4a4a4a;
    display: block;
    border-bottom: 1px solid #787878;
    cursor: pointer;
}
.nav_dd{
    display: none;
}
.nav_option_item a{
    color: white;
    font-size: 0.16rem;
    height: 0.5rem;
    width: 4.6rem;
    padding: 0 0.9rem;
    line-height: 0.5rem;
    background: #6a6a6a;
    display: block;
    border-bottom: 1px solid #787878;
    text-indent: 2em;
}
.nav_option_item a:hover{
    background: #538A50;
}
#open a{
    background: #538A50;
}
/*header*/
/*title*/
.title{
    position: relative;
    text-align: center;
    color: #538A50;
    padding: 0.2rem 0;
}
.title img{
    width: 4.1rem;
    height: 0.27rem;
    margin: 0 auto;
}
.title b{
    display: block;
    width: 6.4rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 0.67rem;
    line-height: 0.67rem;
    font-size: 0.24rem;
    font-weight: 400;
}
.title p{
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-top: 0.04rem;
}
.title_list{
    overflow: hidden;
    width: 464px;
    margin: 0 auto;
    padding-bottom: 0.2rem;
}
.title_item{
    float: left;
    border: 1px solid #538A50;
    width: 88px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    margin: 8px;
    padding: 0 5px;
    overflow: hidden;
}
.title_item a{
    color: #538A50;
}
/*标题列表媒体查询*/
@media screen and (max-width: 500px) {
    .title_list{
        width: 384px;
    }
    .title_item{
        border: 1px solid #538A50;
        width: 78px;
        margin: 6px;
        padding: 0 2px;
    }
}
@media screen and (max-width: 400px) {
    .title_list{
        width: 304px;
    }
    .title_item{
        border: 1px solid #538A50;
        width: 64px;
        height: 24px;
        line-height: 26px;
        margin: 3px;
        padding: 0 2px;
    }
    .title b{
        font-size: 14px;
    }
}
/*title*/

/*pagination*/
.pagination{
    text-align: center;
}
.pagination_wrap{
    text-align: center;
    padding: 0.2rem 0;
    overflow: hidden;
    display: inline-block;
}
.pagination_wrap span,
.pagination_wrap a{
    padding: 0.02rem 0.14rem;
    line-height: 0.3rem;
    text-align: center;
    display: block;
    float: left;
    border: 1px solid #538A50;
    margin: 0 0.05rem;
    color: #538A50;
}
.pagination_wrap .current{
    background: #538A50;
    color: white;
}
.pagination_wrap span:first-of-type{
    display: none;
}
/*pagination*/
/*footer*/
.footer{
    background: #212831;
    color: #aaa;
    overflow: hidden;
}
.footer_text{
    float: left;
    width: 4.2rem;
    margin: 0.2rem;
}
.footer_text p{
    line-height: 1.5em;
}
.footer_Qr{
    float: right;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.2rem;
}
.footer_text a{
    color: #aaa;
}
.footer_text a:hover{
    color: #ff9900;
}
/*footer*/

/*side*/
.side_wrap{
    position: fixed;
    top:50%;
    right: 0;
    z-index: 8;
}
.side_item{
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.05rem 0;
}
.side_item:hover .side_item_text{
    left: -1.3rem;
}
@media screen and (max-width: 450px) {
    .side_item_text {
        width: 1.4rem !important;
    }
    .side_item:hover .side_item_text{
        left: -1.5rem;
    }
}
.side_item_text{
    position: absolute;
    top: 0;
    left: 0;
    height: 0.5rem;
    width: 1.2rem;
    padding-left: 0.1rem;
    line-height: 0.5rem;
    background: #ff9900;
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.side_item_icon{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 0.32rem;
    height: 0.32rem;
    padding: 0.09rem;
    background: #ff9900;
}
.goTop{
    cursor: pointer;
}
/*side*/
