* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: white;
}

.clear {
    clear: both;
}

.content {
    width: 80%;
    margin: 0 auto;
}

.banner {

    height: 550px;
    background: url('../images/开封.png');
    background-size: cover;
    background-position: 100% 45%;
}

.nav {
    width: 100%;
    height: 80px;
    background: #114B55;
    color: black;
    font-weight: bold;
    font-size: 30px;
}

.nav ul {
    list-style: none;
    height: 100%;
}

.nav ul li {
    width: 16.666%;
    height: 100%;
    float: left;
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 80px;
    font-weight: bold;
}

.nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.meishi {
    background: #F3F9F9;
}

.meishi p {

    line-height: 80px;
    padding: 20px;
    font-size: 17px;
}

.meishi .imgs img {
    width:50%;
    height: 300px;
    float: left;
}

.jieshao {
    width: 100%;

    position: relative;
}

.jieshao img {
    width: 100%;
    height: 660px;
}


h3.bh {
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    background: #114B55;
    color: white;
    margin: 0 auto;
    margin-top: 50px;
}

.liuyan {
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
}

.liuyan .l1 {
    width: 45%;
    float: left;
}

.liuyan .l1 img {
    width: 100%;
    height: 400px
}

.liuyan .l2 {
    width: 53%;
    height: 400px;
    float: right;
    border: 2px solid #114B55;
}

.liuyan .l2>div {
    width: 80%;
    margin: 0 auto;
}

.liuyan .l2 label {
    margin-right: 10px;
}

.liuyan .l2 input {
    width: 80%;
    height: 40px;
    margin-top: 30px;
}

.liuyan .l2 button {
    border: none;
    width: 80%;
    height: 60px;
    background: #114B55;
    color: white;
    margin-top: 30px;
    margin-left: 9%;
}

.pcontent {
    width: 95%;
    margin: 0 auto;
    line-height: 55px;
    margin-top: 30px;
}
.image  container {
    width: 100%;
    }

    .image -container img {
    float: left;
    width: 50%;
    height: auto;
    }

    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

    body {
    font-family: "微软雅黑", sans-serif;
    background-color: #fff;
    color: #333;
    line-height: 1.6;
    }

    a {
    text-decoration: none;
    color: #333;
    }


    .nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    }

    .nav li {
    margin: 0 20px;
    }

    .nav a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    transition: color 0.3s;
    }

    .nav a:hover {
    color: #ff6600;
    }

    /* 内容容器 */
    .container {
    width: 1200px;
    margin: 20px auto;
    }

    .section-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    }

    .section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 60px;
    height: 2px;
    background-color: #ff6600;
    transform: translateX(-50%);
    }
    .place-beauty {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    }


    .place-beauty .text-box {
    width: 580px;
    background-color: #eee;
    padding: 20px;
    border: 1px solid #ddd;
    }

    .feature-beauty {
    text-align: center;
    margin-bottom: 30px;
    }

    .beauty-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

    .beauty-item {
    width: 380px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: 0.3;
    }

    .beauty-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .beauty-item img {
    width: 100%;
    height: auto;
    display: block;
    }

    .beauty-item p {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    }

.footer {
    width: 100%;
    height: 80px;
    background: #114B55;
    color: black;
    font-weight: bold;
    font-size: 20px;
}

