* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: dahei;
    font-weight: lighter;
}

@font-face {
    font-family: zongyi;
    src: url(../font/汉仪综艺体简.ttf);
}

@font-face {
    font-family: dahei;
    src: url(../font/汉仪中等线简.ttf);
}

h1 {
    font-family: zongyi;
    font-weight: lighter;
    font-size: 30px;
    color: white;
}

#slogan {
    position: absolute;
    top: 38%;
    left: 14%;
    z-index: 1;
    font-size: 80px;
    color: rgba(11, 222, 113, 0.506);
}

body {
    background-color: #faf7f8;
}

#logo {
    transform: translateY(8px);
    height: 30px;
    /* background-color: blue; */

}

#my {
    transform: translateY(8px);
    position: relative;
    bottom: 0%;
    height: 30px;
    /* background-color: red; */
}

main {
    width: 100%;
    height: 100vh;
}

.banner {
    width: 100%;
    height: 100vh;
    background-image: url(../img/sofa.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /* background-color: rgb(76, 223, 91); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

header ul li {
    list-style: none;
    display: inline-block;
    margin-left: 40px;
    line-height: 30px;
    height: 30px;
}

header ul li a:hover {
    color: rgb(19, 145, 103);
}

header ul li a:hover .list {
    display: block;

}

header ul li a {
    text-decoration: none;
    color: white;
    display: block;
    /* background-color: blue; */
    line-height: 30px;
    height: 30px;
}

.list {
    display: none;
    position: absolute;
    top: 60px;
    left: 37%;
    color: white;
}

.list>li {
    display: block;
}

.list>li hover {
    color: rgb(19, 145, 103);
}

#san3 {
    display: inline-block;
    width: 5px;
    height: 20px;
    border: 5px solid transparent;
    border-top: 5px solid white;
    position: relative;
    top: 15px;
    left: 5px;
}

header ul li hover #san3 {
    display: inline-block;
    border: 10px solid transparent;
    border-bottom: 5px solid white;
    position: relative;
    top: 15px;
    left: 5px;
}

.container-img {
    position: absolute;
    top: 600px;
    /* border: solid 1px white; */
    display: flex;
    width: 100%;
    height: 400px;
    /* background-color: rgb(193, 108, 108); */
}

.left-box {
    flex: 1;
    width: 950px;
    height: 400px;
    /* background-color: blueviolet; */

}

.center-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 950px;
    height: 400px;
    /* background-color: rgb(193, 108, 108); */
}

.right-box {
    flex: 1;
    width: 950px;
    height: 400px;
    /* background-color: blueviolet; */
}

.center-box>img {
    width: 310px;
    height: 90%;

    /* margin: 20px; */
}

.content {
    display: flex;

}

.left {
    flex: 1;
    height: 400px;
    /* background-color: blue; */
}

.center {
    width: 950px;
    height: 400px;
    /* background-color: black; */
    display: flex;
}

.right {
    flex: 1;
    height: 400px;
    /* background-color: brown; */
}

.box1 {
    flex: 1;
    height: 400px;
    /* background-color: blueviolet; */
    display: flex;
    justify-content: left;
    align-items: center;



}

.box2 {
    flex: 1;
    height: 400px;
    /* background-color: aqua; */
    display: flex;
    justify-content: right;
    align-items: center;

}

.box1>div {
    width: 90%;
    height: 80%;
    /* background-color: chocolate; */

}

.box2>img {
    height:85%;

}
.box1>div>p{
    line-height: 30px;
    font-size: 18px;
}
.btn-t{
    text-decoration: none;
    color: black;
    border-bottom: 2px solid rgb(231, 155, 12);
    padding-bottom: 5px;

}
.btn-t:hover{
    color: rgb(204, 121, 4);
    border-bottom: 2px solid rgb(231, 155, 12);
}

.box1>img {
    height:85%;

}
.box2>div {
    text-align: right;
    width: 90%;
    height: 80%;
    /* background-color: chocolate; */

}
.box2>div>p{
    line-height: 30px;
    font-size: 18px;
}

.content-img{
    display: flex;
    height: 405px;

}
.left-img{
    flex: 1;
    /* background-color: aqua; */
}
.center-img{
    display: flex;
    width: 950px;
    justify-content: space-between;
}
.right{
    flex: 1;
    /* background-color: rgb(49, 188, 203); */
}
.center-img>img{
    height: 405px;
    width: auto;
}
.left-img>img{
    height: 100%;
    width: 100%;
}

.center>img{
    /* width: 200px; */
    height: 300px;
}
.btn-2{
    height: 40px;
    /* display: inline-block; */
    /* background-color: blue; */
    margin-top: 1px;
    text-decoration: none;
    color: black;
    border-bottom: 2px solid rgb(231, 155, 12);
    /* padding-bottom: 5px; */

}
.btn-2:hover{
    color: rgb(204, 121, 4);
    border-bottom: 2px solid rgb(231, 155, 12);
}

footer{
    display: flex;
    background-color: #f2f2f2;

}
.footer-left, .footer-right{
    flex:1;
    height: 200px;
    /* background-color: blueviolet; */

}
.footer-center{
    width: 950px;
    height: 200px;
    /* background-color: rgba(29, 29, 124, 0.142); */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.footer-center h1{
    font-size: 60px;
    color: black;
}
.nav{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;

}
.nav-item{
    text-decoration: none;
    color: black;
    padding: 0px 40px;
    border-right: 1px solid rgb(192, 192, 192);
}
.nav-item:hover{
    color: rgb(204, 121, 4);
}
.nav-item:last-child{
    border-right: none;
}
/* .iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;} */
