/******BASE START******/
/* 全局样式 */
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    margin-top: 5px;
    font-family: "SimSun", "宋体", "Arial Narrow";
}

ul, ol {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:link {
    color: #333;
}

a:visited {
    color: #333;
}

a:hover, a:active, a:focus {
    color: #333;
}

.cen-width {
    width: 1200px;
    margin: 0 auto;
}

/******BASE END******/


/******TOP START******/
.top{
    background: #fff;
}

.logo {
    width: 1200px;
    height: 135px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo-l {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo-l img {

    height: 100px;

}

.logo-r-top {
    margin-bottom: 20px;
}

.logo-r-top a {
    width: 111px;
    height: 27px;
}

.logo-r-top a img {
    width: 111px;
    height: 27px;
    display: block;
}

.logo-r-bottom {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
}

.logo-r-bottom a {
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}

.logo-r-bottom a:hover {
    color: red;
    text-decoration: none;
}

.nav-box {
    width: 100%;
    position: relative;
}

.nav {
    width: 100%;
    border-top: 5px solid #e7202a;
    height: 60px;
    /*background-image: url(/static/img/pc/mbg.png);
    background-repeat: no-repeat;
    background-position: center;*/
    background: #ffd401;
    z-index: 99999;
    position: relative;
}

.nav-cen {
    height: 60px;
    z-index: 4;
}

.nav-cen ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.nav-cen ul li {
    position: relative;
    width: 150px;
    height: 60px;
}

.nav-cen ul li .nav-a {
    width: 150px;
    height: 60px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    line-height: 60px;
    z-index: 2;
}

.nav-cen ul li .nav-a:hover {
    background: #ff8400;
    color: #fff;
    text-decoration: none;
}

.nav-zi {
    display: none;
    position: absolute;
    top: 58px;
    z-index: 3;
}

.nav-zi {
    width: 150px;
    background: #fff;
    opacity: 0.86;
    padding-top: 1px;
}

.nav-zi a {
    width: 150px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.nav-zi a:hover {
    background: #ff8400;
    color: #fff;
}

.banner {
    width: 100%;
    z-index: 1;
}

.banner_a {
    display: block;
    width: 100%;
    height: 350px;
}

.weixin-qrcode,.zhaoshang-qrcode,.xiaohongshu-qrcode{
    display: none;
    position:absolute;
    left: -50px;
    top:30px;
    z-index: 999999;
    width: 200px;
    background: #fff;
    padding: 10px;
}
.zhaoshang-qrcode{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.xiaohongshu-qrcode{
    padding: 0;
    width: 250px;
}

.weixin-qrcode-cen{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-content: center;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.weixin-qrcode-cen img{
    display: block;
    width: 100%;
}

.guanfang-shop{
    display:none;
    position:absolute;
    left: -25px;
    top:20px;
    z-index: 999999;
    background: #fff;
    padding: 10px;
}

/******TOP EN******/

.root{
    margin-top: 50px;
    width: 100%;
    background: #7d7d7d;
}
.root p{
    width: 980px;
    text-align: center;
    margin: 0px auto;
    padding: 20px 0;
    height: 60px;
    color: #fff;
    line-height: 35px;
}