body,
html {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

ul {
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
}
.text-center {
    text-align: center;
}
p{
    margin:0px;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.bgWhite {
    background: #fff;
}

.mgr-80 {
    margin-right: 80px;
}

.mgt-32 {
    margin-top: 32px;
}
.mgb-32 {
    margin-bottom: 32px;
}
.mgt-24 {
    margin-top: 24px;
}
.mgb-48{
    margin-bottom: 48px;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.hidden {
    display: none;
}
.display-none {
    display: none;
}
.block {
    display: block;
}

/* ----------------------header--------------------- */
.header {
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg,rgba(121,33,35,0.75) 7%, rgba(121,33,35,0.50) 53%, rgba(121,33,35,0.05) 99%);
    transition-duration: .8s;
    position:fixed;
    z-index: 99;
}

.header .logo {
    margin: -5px 0px 0px 10px;
    transform: scale(0.75);
    display: inline-block;

}

.header .searchPart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #FFFFFF;
}

.header .searchwrap {
    display: flex;
    align-items: center;
    margin: 0px 0px 0px 32px;
    cursor: pointer;
}

.header .searchwrap img {
    margin-right: 8px;
}
/*-----------------------搜索-----------------------*/
.top-part {
    padding: 16px 0px;
    color: white;
}

.top-part .welcome {
    line-height: 22px;
}

.right-box {
    color: white;
    position: relative;
    z-index: 99999;
    padding-top: 18px;
}

.search-tips {
    float: left;
    line-height: 40px;
    padding-right: 10px;
    color: #999999;
}

.top-bg {
    display: block;
    position: absolute;
    top: 8px;
    right: -85px;
    /*width: 257px;*/
    height: 160px;
}

.search-btn {
    display: inline-block;
    cursor: pointer;
    width: 320px;
    overflow: hidden;
    position: relative;
}

.search-group {
    width: 320px;
    height: 32px;
    border: 1px solid rgba(255,255,255,0.49);
    border-radius: 17px;
    padding: 6px 16px;
    position: absolute;
    top: 0;
    left: 320px;
    box-sizing: border-box;
}

.search-group .search-icon {
    float: right;
}

.search-group input {
    height: 18px;
    width: 260px;
}

.search-show {
    width: 64px;
    line-height: 32px;
    margin-left: 256px;
}
.search-show .search-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

/* --------------头部导航----------- */
.navBar {
    /*margin: 24px 0px 0px;*/
}

.container {
    margin: 0 auto;
    width: 1220px;
}
.block {
    padding: 20px 0;
}

/* 主菜单 */

.headNav {
    position: relative;
    width: 100%;
    height: 48px;
    z-index: 9999;
}
.headNav .navbox {
    width: 1020px;
    margin: 0 auto;
}
.headNav .nav {
    display: block;
    float: left;
    width: 100%;
}
.headNav .nav .nav_pc {
    width: 100%;
}
.headNav .nav ul li {
    float: left;
    position: relative;
    box-sizing: border-box;
    z-index: 999;
}
/*.headNav .nav ul li:first-child {*/
/*	border-left: 1px solid #cccccc;*/
/*}*/
.headNav .nav ul li .f_a {
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
/* .headNav .nav ul li:hover .f_a{background-color:#cf1322;color: #fff; transition:all .3s} */
.headNav .nav ul li .s_navbox {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px 5px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    box-sizing: border-box;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 16%);
}
.headNav .nav ul li .s_navbox .s_a a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    line-height: 20px;
    text-align: center;
    display: block;
    padding: 16px 0px;
    border-bottom: 1px solid #d6d6db;
}
.headNav .nav ul li .s_navbox .s_a a:hover {
    color: #7d2224;
    border-color: #7d2224;
}
.m_nav {
    display: none;
}
.headlf .m_logo {
    display: none;
}
.headrg .m_menuimg {
    display: none;
}
/*.active {*/
/*	background-color: #cf1322;*/
/*}*/
.activ2 {
    background-color: #cf1322;
}

/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1920px) and (min-width: 1500px) {
    .nav ul li .f_a {
        font-size: 14px;
    }
    .nav ul li .s_navbox .s_a a {
        font-size: 12px;
    }
    .foot_top ul {
        margin-left: 60px;
    }
    .nav ul li .s_navbox .s_a {
        width: 100%;
    }
}

/*移动端导航*/
@media screen and (max-width: 1500px) and (min-width: 0px) {
    .msgNum {
        display: none;
    }
    .slider {
        margin-top: 44px;
    }
    .headNav {
        display: none;
    }
    .m_img {
        display: block;
        height: 44px;
        z-index: 9999;
        overflow: hidden;
    }
    .m_img .headlf {
        padding-top: 2px;
        padding-left: 5px;
        float: left;
    }
    .m_img .headlf .m_logo {
        height: 40px;
        display: block;
    }
    .m_img .headrg {
        padding-right: 5%;
        padding-top: 14px;
        float: right;
    }
    .m_img .headrg a .m_menuimg {
        height: 16px;
        vertical-align: top;
        display: block;
    }
    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000;
    }
    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1;
    }
    .m_nav .closeicon {
        position: absolute;
        width: 20%;
        left: 30px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }
    .m_nav .m_navList ul {
        padding-left: 5%;
        padding-right: 5%;
    }
    .m_nav .m_navList ul li {
        border-bottom: 1px solid #232530;
    }
    .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px;
    }
    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }
    .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }
    .icon {
        background: url(../images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }
    .icon_on {
        background: url(../images/reduce.jpg) 50% no-repeat !important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }
    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }
    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }
}


