* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* 焦点图 */
#banner {
    height: 500px;
    width: 100%;
    position: relative;
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
    background-position: center;
}

#banner p {
    text-align: center;
    line-height: 500px;
    color: #fff;
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: 10px;
    font-family: "kaiti";
}

/* 导航栏 */
nav {
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, #4A9D4E, #8FB024);
    height: 60px;
}

#nav {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    margin-top: 5px;
    border-radius: 4px;
    width: 120px;
}

#nav a:hover {
    background-color: #076F40;
}

.h1 {
    text-align: center;
    color: #076F40;
    font-family: "kaiti";
    line-height: 120px;
}

.h1 p {
    background-color: #fff;
    padding: 0px 30px;
    z-index: 2;
    display: inline-block;
}

.h1 .hr {
    position: relative;
    height: 2px;
    width: 100%;
    background-color: #076F40;
    top: -61px;
    z-index: -1;
}

.imgtxt {
    width: 1000px;
    margin: 0 auto;
}

.imgtxt img {
    float: left;
    width: 300px;
    border-radius: 4px;
    margin-right: 30px;
}

.imgtxt p {
    color: #333;
    line-height: 28px;
    font-size: 13px;
}

.clear {
    clear: both;
}

.significance {
    width: 1000px;
    margin: 0 auto;
}

.significance_left {
    float: left;
    position: relative;
    width: 600px;
    height: 400px;
    background: url(../images/s1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.significance_left:hover {
    transform: scale(1.03);
    /* 鼠标悬停时放大1.1倍 */
}

.significance_left p {
    color: #fff;
    text-align: center;
    padding: 0px 20px;
    line-height: 30px;
}

.significance_left .list_title {
    line-height: 40px;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 20%;
}

.significance_right {
    float: right;
    width: 380px;
}

.significance_right .significance_box {
    height: 190px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.significance_right p {
    color: #fff;
    text-align: center;
    padding: 0px 20px;
    line-height: 30px;
    font-size: 12px;
}

.significance_box:hover {
    transform: scale(1.03);
    /* 鼠标悬停时放大1.1倍 */
}

.significance_box .list_title {
    line-height: 40px;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 2%;
}

.significance_right .significance_box:nth-child(1) {
    background: url(../images/s2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.significance_right .significance_box:nth-child(2) {
    background: url(../images/s3.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 20px;
}

#success {
    width: 1040px;
    margin: 0 auto;
}

#success ul li {
    padding: 10px;
    border-radius: 10px;
    float: left;
    cursor: pointer;
    width: 220px;
    box-shadow: 0 4px 10px rgba(7, 111, 64, 0.4);
    /* 修改阴影效果，调整模糊半径和颜色 */
    margin-left: 20px;
}

#success ul li img {
    width: 100%;
    border-radius: 10px;
    height: 140px;
}

#success ul li p {
    padding: 0px 10px;
}

#success ul li p:nth-child(2) {
    display: inline-block;
    border-left: 6px solid #076F40;
    margin: 8px 0px;
}

#success ul li p:nth-child(3) {
    color: #333;
    font-size: 12px;
    line-height: 20px;
}

.more {
    text-align: center;
}

.more a {
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    line-height: 28px;
    border-radius: 6px;
    color: #076F40;
    font-size: 12px;
    width: 120px;
    border: 1px solid #076F40;
}

.more a:hover {
    background-color: #076F40;
    color: #fff;
    font-weight: bolder;
}

footer {
    background-color: #076F40;
    padding: 30px 0px;
    margin-top: 30px;
}

.footer {
    width: 1000px;
    margin: 0 auto;
}

.footer_left {
    float: left;
    font-size: 20px;
    color: #fff;
    font-family: "kaiti";
    letter-spacing: 10px;
    font-weight: bold;
    text-align: right;
    width: 500px;
    border-right: 2px solid #fff;
    line-height: 60px;
}

.footer_right {
    width: 490px;
    text-align: center;
    float: right;
    color: #fff;
    line-height: 60px;
    font-size: 14px;
}

.industry_list {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.industry_list li {
    cursor: pointer;
    margin-bottom: 30px;
}

.industry_list li:hover {
    color: #076F40;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


h3 {
    background-color: #076F40;
    color: #fff;
    line-height: 40px;
    border-radius: 6px;
    padding: 0px 10px;
}

.list_box {
    margin-top: 20px;
}

.list_box img {
    float: left;
    width: 200px;
    height: 130px;
    margin-right: 20px;
    border-radius: 6px;
}

.list_box p {
    text-indent: 2rem;
    line-height: 30px;
}

/* 教育-------------------------------- */
.educate_txt {
    width: 1000px;
    margin: 0 auto;
}

.educate_txt img {
    float: right;
    width: 300px;
    margin-left: 10px;
}

.educate_txt p {
    font-size: 14px;
    text-indent: 2rem;
    line-height: 24px;
    color: #333;
}

h4 {
    margin: 10px 0px;
}

.video {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    overflow: hidden;
}

.video video {
    position: relative;
    top: -60px;
    width: 100%;
}

/* 旅游-------------------------------- */
.travel_txt {
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    text-indent: 2rem;
    line-height: 24px;
}

.travel_list {
    padding-top: 10px;
}

.travel_list_title {
    font-weight: bolder;
    color: #076F40;
    font-size: 16px;
    line-height: 40px;
}

.travel_list {
    width: 1000px;
    margin: 0 auto;
}

.travel_list li {
    cursor: pointer;
    float: left;
    width: 450px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #509F4A;
    padding: 20px;
    margin-left: 20px;
    margin-top: 20px;
}

.travel_list li:nth-child(2n-1) {
    margin-left: 0px;
}

.travel_list li img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
}

.travel_list li p:nth-child(2) {
    color: #fff;
    margin: 10px 0px;
}

.travel_list li p:nth-child(3) {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    color: #dad9d9;
}

.area_list {
    width: 1000px;
    margin: 0 auto;
}

.area_list li img {
    float: left;
    border-radius: 10px;
    width: 300px;
    height: 198px;
}

.area_list li {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(7, 111, 64, 0.4);
    /* 修改阴影效果，调整模糊半径和颜色 */
}

.area_list_txt {
    float: left;
    width: 640px;
    margin-left: 20px;
}

.area_list_txt p:nth-child(1) {
    color: #076F40;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.area_list_txt p:nth-child(2) {
    line-height: 30px;
}

.biaoqian {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.biaoqian p {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    color: #fff;
    border-radius: 4px;
    margin-left: 8px;
}

.biaoqian p:nth-child(1) {
    background-color: #54A048;
}

.biaoqian p:nth-child(2) {
    background-color: #87AE28;
}

.biaoqian p:nth-child(3) {
    background-color: #076F40;
}

/* .biaodan------------------------ */
#login_main .biaodan {
    width: 1000px;
    margin: 0 auto;
}

.image-container {
    width: 400px;
    height: 500px;
    float: left;
    margin-right: 120px;
}

#login_main .login-container {
    float: left;
}

#login_main .login-container label {
    display: block;
    margin-bottom: 5px;
}

#login_main .login-container input[type="text"],
#login_main .login-container input[type="password"] {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 10px;
}

#login_main .login-container input[type="submit"] {
    width: 100px;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

#login_main .login-container input[type="submit"]:hover {
    background-color: #45a049;
}

#login_main .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* .biaodan2------------------------ */
.biaodan {
    width: 1000px;
    margin: 0 auto;
}

.register-container {
    display: inline-block;
}

.register-container label {
    display: block;
    margin-bottom: 5px;
}

.register-container input[type="text"],
.register-container input[type="password"],
.register-container input[type="email"],
.register-container select,
.register-container textarea {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 10px;
}

.register-container input[type="submit"] {
    width: 100px;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.register-container input[type="submit"]:hover {
    background-color: #45a049;
}

.register-container .error-message {
    color: red;
    margin-bottom: 10px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}