* {
    font-family: "Microsoft Yahei";
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img{
    border: 0;
}

.nav_top {
    width: 100%;
    min-width: 1200px;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    border: 0;
}

.moonsmain {
    width: 1200px;
    min-height:49px;
    margin: 0 auto;
    overflow-y: auto;
    clear: both;
}

.nav_left {
    width: 50%;
    height: 49px;
    float: left;
    font-size: 13px;
    color: #666;
}

.nav_right {
    width: 50%;
    height: 49px;
    text-align: right;
    float: right;
    color: #ccc;
}
.nav_right a{
    color: #666;
}
.nav_right a:hover{
    color: #fe710d;
}


.top_moons{
    height: 120px;
    width: 100%;
    background: url("../images/moons_top.jpg") no-repeat center center;
}

.nav_nav {
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 15px;
    background: url("../images/nav.jpg") no-repeat center center;
}

.nav_nav ul {
    padding: 0;
    margin: 0;
}

.nav_nav li {
    width: 170px;
    float: left;
    list-style-type: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 6px 0;
}

.nav_nav li:hover {
    background: #FFF;
    border-radius: 20px;
}

.nav_nav li a{
    text-decoration: none;
    color: #FFF;
    display: block;
}
.nav_nav li a:hover{
    text-decoration: none;
    color: #fe710d;
    display: block;
}


.notice {
    height: 56px;
    background-color: #FFF;
}

.notice_txt {
    float: left;
    height: 36px;
    width: 100px;
    margin-top: 12px;
    background: url("../images/mo_04.png") no-repeat;
    padding-left: 30px;
    font-weight: bolder;
    line-height: 25px;
    color: #fe710d;
}

.notice_notice {
    float: left;
    width: 1000px;
}

/*标签*/
/*标签*/
.biaoqian_title {
    font-size: 33px;
    color: #fe710d;
    text-align: center;
    height: 180px;
    font-weight: bolder;
    background: url("../images/biaoqian.png") center center;
}

.biaoqian_title_title{
    padding-top: 50px;
    line-height: 43px;
}
.biaoqian_txt {
    font-size: 16px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-family: Arial, sans-serif;
    text-transform: Uppercase ;
    color: #666666;
}

.m_left{
    width: 230px;
    height: auto;
    float: left;
    border-radius: 3px;

}
.m_right{
    width: 950px;
    height: auto;
    float: right;
    border: 0px #305EAC solid;
    padding: 0px;
    margin-left: 10px;
    overflow-x: hidden;
}
.m_right ul{
    width: 990px;
    margin: 0;
    padding: 0;
}
.m_right ul li{
    list-style-type: none;
    padding: 10px;
    border: 1px solid #E8E8E8;
    float: left;
    width: 288px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.m_right ul li:hover{
    border: 1px solid #fe710d;
}
.m_right ul li:nth-child(3n){
    margin-right: 0;
}

.m_right ul li img{
    width: 288px;
    height: 180px;
}

.m_right_title{
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.weizhi{
    width: 100%;
    min-width: 1200px;
    height: 45px;
    line-height: 45px;
    text-align: right;
    font-size: 14px;
    background: url("../images/about.jpg") no-repeat;
}
.weizhi a{
    color: #666666;
    text-decoration: none;
}

.page {
    font-size: 14px;
    color: #333333;
}
.page a {
    font-size: 14px;
    color: #333333;
}
.page a:hover {
    font-size: 14px;
    color: #305EAC;
}

.fr {
    /*padding-bottom: 20px;*/
}