/*Ã¥â€¦Â¬Ã¥â€¦Â±Ã¦Â Â·Ã¥Â¼Â*/
*{
    font-family: Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 0;}
ul,li,dl,dd,dt,input,h1{
    padding: 0;
    margin: 0;}
a{
    text-decoration: none;}

li{
    list-style: none;}
img{
    vertical-align: middle;}


.container{
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    }

.container .add{
    line-height: 30px;
    padding-left: 30px;
    background: url(../images/frame/add.png)no-repeat;
    background-position: left center;
    background-size: auto 20px;
    border-bottom: 1px solid #004b9d;
    margin-bottom: 20px;
    color: #004b9d;
    font-size: 14px;}
.text_list .list{min-height:600px;}
.container .add a{
    color: #333333;}
.container .add span{
    font-family: Ã¥Â®â€¹Ã¤Â½â€œ;
    color: #333333;}
.container .add span:last-child{
    display: none;}




input{
    outline: none;
    border: 0;}
body{
    background: url(../images/header/top_banner.jpg)no-repeat;
    background-position:top center;}

/*header*/
.header{

    height: 192px;
    overflow: hidden;}

.header .logo{
    float: left;
    margin-top: 38px;}
.header .seek{
    float: right;
    /*width: 200px;*/
    height: 30px;
    /*background:#ffffff;*/
    /*border-radius: 15px;*/
    overflow: hidden;
    margin-top: 81px;
    margin-right: 40px;}
.header .seek .text{
    width: 160px;
    float: left;
    margin-left: 5px;
    height: 30px;}
.header .seek .button{
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url(../images/header/ss.png)no-repeat;
    background-position: center;
    background-size: 24px 24px;}

/*Ã¥Â¯Â¼Ã¨Ë†Âª*/
.nav{
    background: #004b9d;
    margin-bottom: 14px;
    }
.rm-containerrm-container{
    position: relative;}

.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;}
.rm-container.rm-layout-expanded {
    width: 1260px;
    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: 210px;
        line-height: 50px;
        height: 50px;
        font-size: 16px;
        text-align: center;}
    .rm-nav li a,
    .rm-top-menu a{
        font-size: 16px;}

}






/*footer*/
.footer{
    background: #004b9d;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0;}
.footer a{
    color: #ffffff;}
.footer .container .ad{
    text-align: center;}
.footer .container .link{
    float: right;
    width: 120px;
    line-height: 30px;}
.footer .container select{
    width: 100%;
    background-color: #ffffff;}




/*phone*/
@media all and (max-width: 1200px){
    /*Ã¥â€¦Â¬Ã¥â€¦Â±*/
    .container{
        padding: 0 15px;
        width: 100%;}

    /*nav*/
    .rm-container.rm-layout-expanded{
        width: 100%;}

   /*banner*/
    .banner{
        margin-bottom: 20px!important;}
    .banner .container{
        padding: 0;}


}


@media all and (max-width: 1100px){
    /*header*/
    .header{
        background-position: right center;
        height: auto;}
    .header .logo{
        height: 60px;
        width: auto;
        float: left;
        margin: 20px auto;}
    .header .seek{
        width: 345px;
        float: right;
        margin-top: 35px;
        margin-right: 0;}
    /*footer*/
    .footer{
        padding: 0 15px;}

}


@media all and (max-width: 500px){

    /*header*/
    .header{
        background-position:-210px center;}
    .header .logo{
        float: inherit;
        width: 100%;
        margin-top: 20px;}
    .header .seek{
        float: inherit;
        margin:0 auto 20px auto;
        background-color: rgba(255,255,255,0.8);
        width: 100%;
        position: relative;}
    .header .seek .text{
        width: 100%;
        padding-right: 40px;
        background-color: transparent;}

    .header .seek .button{
        border-radius: 15px;
        float: inherit;
        position: absolute;
        right: 0;
        top: 0;}

    /*Ã¥Â¯Â¼Ã¨Ë†Âª*/
    .nav .rm-toggle{
        background-color: inherit;}
    .rm-toggle.rm-button{
        background-size: 2em auto;}
    .rm-nav li, .rm-menu-item{
        padding:0 15px;}
    .rm-nav li a, .rm-menu-item a{
        border-bottom: 1px solid #ffffff;}



}