*,ul,p{
    font-family: 微软雅黑;
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;

    color: #333333;}


.container-fluid{
    position: relative;
    padding: 0;}
.container{
    width: 1200px;
    padding: 0;}
a:hover{
    color: #9d2a23;
    text-decoration:none;}
a{
    color: #333333;}

/*header*/
.header{
    position: relative;}
.header .logo{
    float: left;
    margin-top: 60px;}
.header .scenery{
    float: right;}

.top{
    background: url(../images/header/top_bg.jpg);
    width: 100%;
    font-size: 14px;
    padding: 5px 0;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;}
.top .container{
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    overflow: hidden;}
.top-left{
    float: left;
    height: 30px;}
.top-left .marquee{
    color: #ffffff;}
.top-right{
    float: right;
    overflow: hidden;}
.top-right .mailbox{
    float: left;}
.top-right .mailbox a{
    line-height: 30px;
    color: #ffffff;}
.top-right .mailbox a:hover{
    font-weight: bold;}

.top-right .seek{
    float: right;
    /*width: 220px;*/
    /*height: 30px;*/
    /*border-radius: 5px;*/
   /* background-color: #fff;*/
    /*overflow: hidden;*/
    margin-left: 15px;}
/*
.top-right .seek .text{
    width: 185px;
    height:30px;
    margin-left: 5px;
    float: left;
}
.top-right .seek .submit{
    width: 14px;
    background-image: url("../images/header/ss.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}
*/
/*导航*/
.nav{
    background: #B82329;}
.rm-containerrm-container{
    position: relative;}

.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;}
.rm-container.rm-layout-expanded {
    width: 1200px;
    margin: 0 auto;}
.rm-nav li a,
.rm-top-menu a {
    width: auto;
    padding: .75rem 1rem;
    font-size: .9em;
    line-height: 1.5rem;
    text-transform: uppercase;}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 80px;
    line-height: 80px;
}

.navbg{
    background: #B82329;
width:100%;
height:50px;}
.navbg_center{
width: 1200px;
    margin: 0 auto
height:50px;
}

.category_block_top {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9e2a22;
    height: 45px;
    margin-bottom: 10px;
width:940px;
}

#category_block_top_l {
    background-color: #9e2a22;
    color: #FFFFFF;
    float: left;
    line-height: 45px;
    font-size: 17px;
    padding-right: 20px;
    padding-left: 20px;
}

#category_block_top_l2 {
    float: left;
    background-image: url(../images/sanj.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 25px;
    height: 45px;
}

#category_main_talent {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

#category_main_talent li {
    float: left;
    width: 85px;
    list-style-type: none;
    line-height: 18px;
    text-align: center;
    padding-bottom: 10px;
font-size:14px;
}






@media all and (min-width: 1200px){
    .nav .li{
        width: 133.3333px;
        font-size: 16px;
        text-align: center;}

}



.nav span{
    display: none;}






/*平板电脑*/
@media all and (max-width: 1200px){

    .header .container{
        width: 100%;}
    .top .container{
        padding: 0 10px;}

    .header .scenery{
        display: none;}
    .header .logo{
        margin: 60px auto 20px auto;
        float: inherit;
        display: block;}

    /*导航*/
    .rm-nav{
        position: absolute;
        left: 0;
        top: 42px;
        width: 100%;
        z-index: 9;}
    .rm-nav ul, .rm-menu{
        background-color: rgba(2,82,159,0.8)!important;}





}




/*phone*/
@media all and (max-width: 500px){
    .top-left{
        display: none;}

    .top-right{
        float: inherit;
        width: 100%;}

    .top-right .seek{
        width: 60%;
        margin-left: 0;}
    .top-right .seek .text{
        width: calc(100% - 35px);}



    .header .logo{
        width: 100%;}






}