*,ul,p{
    font-family: 微软雅黑;
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333333;
}

input{
    border: 0;
    outline: none;
}
.container-fluid{
    position: relative;
    padding: 0;
}
.container{
    width: 1200px;
    padding: 0;
}
a:hover{
    color: #02529f;
    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.png");
    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: #02529f;
}
.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;
}



@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%;
    }






}