/*all*/
*,ul,p,dl,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,li{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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;
}

input{
    border: 0;
    outline: none;
}
.container-fluid{
    position: relative;
    padding: 0;
    max-width: 1920px;
}
.container{
    padding: 0;
}
a{
    color: #333333;
}
a:hover{
    color: #b8433f;
}
a:hover,a:active,a:link{
    text-decoration:none;
}
a{
    color: #333333;
}
img{
    max-width: 100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*宽度限定*/
.wp {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}


/*top*/
.top .container{
    padding: 15px 0 20px 0;
}
.top .logo{
    float: left;
   max-width: 100%;
}

.top .head{
    float: right;
    margin-top: 10px;
}

/*搜索*/
.top .head .seek{
    float: left;
    width: 290px;
    height: 44px;
    overflow: hidden;
    border:1px solid #e5e5e5;
    border-radius: 22px;
    position: relative;
    margin-right: 25px;
}
.top .head .seek .text{
    padding-left: 10px;
    width: calc(100% - 55px);
    height:44px;
    float: left;
    background-color: transparent;
    font-size: 16px;
}
.top .head .seek .text::-webkit-input-placeholder{
    color: rgba(255,255,255,.35);
}
.top .head .seek .text::-moz-placeholder{
    color: rgba(255,255,255,.35);
}
.top .head .seek .text:-ms-input-placeholder{
    color: rgba(255,255,255,.35);
}
.top .head .seek .submit{
    width: 20px;
    background-image: url("../images/header/ss.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;

    line-height: 44px;
    cursor: pointer;
    float: right;
    margin-right: 14px;
}
.top .head .seek:before{
    content: "";
    display: block;
    width: 1px;
    height: 28px;
    position: absolute;
    right: 44px;
    top: 8px;
    background: #e5e5e5;
}
/*头部链接*/
.top .head .mailbox{
    float:left;
    overflow: hidden;
    line-height: 44px;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
}
.top .head .mailbox a{
    display: block;
    position: relative;
}
.top .head .mailbox span{
    display: inline-block;
}
.top .head .mailbox span:last-child{
    display: none;
}

/*导航*/
.navs{
    background: -webkit-linear-gradient(90deg,#b14a39, #e07e71); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(90deg,#b14a39, #e07e71); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(90deg,#b14a39, #e07e71); /* Firefox 3.6 - 15 */

    background: linear-gradient(90deg,#b14a39, #e07e71); /* 标准的语法（必须放在最后） */
}

.rm-container {
    max-height: none;
    display: block;
}

.rm-nav li a,
.rm-top-menu a {
    padding: .75rem 1rem;
    font-size: 1.3em;
    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;
}

.rm-layout-expanded .rm-nav > ul > li > ul > li > a{
    line-height: inherit;
}

@media screen and ( min-width: 1200px ){
    .navs .li{
        width: 10%;
    }
    .navs .li a{
        text-align: center;
    }
    .navs .li .crv{
        background: #a03626;
    }

    /*下级*/
    .navs .li li a{
        text-align: inherit;
    }



}
@media screen and ( max-width: 1200px ) {
    .wp{
        width: calc(100% - 20px);
    }


    .top .container{
        padding: 15px;
    }
    .navs{
        
    }



}