* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: auto;
    overflow: auto;
}

/* 头部导航 */
.header_bg{
    width: 100%;
    height: 29vw;
}
.header_bg>img{
    width: 100%;
    height: 100%;
}
nav {
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    height: 8vw;
    display: flex;
    align-items: center;
}

.bg {
    background-color: #000;
}

.logo {
    width: 15vw;
    height: 5vw;
    margin-left: 18vw;
}

.logo img {
    width: 100%;
    height: 100%;
}

.text {
    width: 48vw;
    height: 8vw;
    display: flex;
    margin-left: 10vw;
}

.text>div {
    width: 8vw;
    height: 100%;
    text-align: center;
    line-height: 8vw;
    font-size: 1vw;
    color: #fff;
    white-space: nowrap;
}
.text>div>a{
    color: #fff;
    text-decoration: none !important;
}

.text>div:hover {
    cursor: pointer;
    background-color: rgba(35, 31, 31, 0.2);
}

.about {
    width: 8vw !important;
    height: 18vw !important;
    background-color: #000;
    display: none;
}

.ab:hover>.about {
    display: block;
}

.about a {
    display: block;
    text-decoration: none !important;
    width: 100%;
    height: 3.6vw;
    font-size: 1vw;
    color: #fff !important;
    line-height: 3.6vw;
}

.about a:hover {
    background-color: rgb(202, 19, 19);
}

.industry {
    width: 8vw;
    height: 10.8vw !important;
    background-color: #000;
    display: none;
}

.in:hover>.industry {
    display: block;
}

.industry a {
    display: block;
    text-decoration: none !important;
    height: 3.6vw;
    width: 100%;
    font-size: 1vw;
    color: #fff !important;
    line-height: 3.6vw;
}

.industry a:hover {
    background-color: rgb(202, 19, 19);
}


/* 中间内容 */
.center_content{
    width: 81vw;
    height: auto;
    margin: 0 auto;
    margin-top: 6vw;
}
.current_location{
    width: auto;
    height: auto;
    text-align: right;
}
.sincerity{
    width: auto;
    height: auto;
    text-align: center;
    font-size: 1.6vw;
    margin-top: 4vw;
}
.release{
    width: auto;
    height: auto;
    text-align: center;
    margin-top: 1vw;
}
.fen_ge_line{
    width: 100%;
    height: .1vw;
    background-color: rgb(205, 202, 202);
    margin-top: 4vw;
}
.red_wine_txt{
    width: 100%;
    height: auto;
    margin-top: 4vw;
    line-height: 2vw;
}
.pic{
    width: 40vw;
    height: 30vw;
    margin: 0 auto;
    margin-top: 4vw;
}
.pic>img{
    width: 100%;
    height: 100%;
}
.center_content_txt{
    width: 100%;
    height: auto;
    margin-top: 4vw;
    line-height: 2vw;
}



/* 底部 */
.di_bu{
    width: 100%;
    height: auto;
    background-color: #2d3032;
    color: #fff;
    margin-top: 8vw;
}
.di_bu_top{
    width: 80vw;
    height: 17vw;
    margin: 0 auto;
    display: flex;
}
.di_bu_top>div{
    font-size: 1vw;
    padding-top: 2vw;
}
.di_bu_top_left{
    flex: 0.3;
}
.di_bu_top_center{
    flex: 0.3;
}
.di_bu_top_right{
    flex: 0.4;
}
.di_bu_top>div>h3{
    font-size: 1.6vw;
    padding-bottom: 1vw;
}
.di_bu_top>div>a{
    display: block;
    text-decoration: none;
    color: #fff;
    margin-top: 0.5vw;
}
.di_bu_top>div>ul>li{
    list-style: none;
    margin-top: 0.5vw;
}
.di_bu_bottom{
    width: 100%;
    height: auto;
    background-color: #000;
    text-align: center;
    color: #fff;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 1vw;
}