/*网站制作QQ43171398*/
/* .yen-menu { height:50px; line-height:35px; font-size:15px;}  */
.yen-menu { font-size:15px;} 
.yen-menu li { float:left; position:relative;}
/* .yen-menu li a { display:block; line-height:35px; text-decoration:none; padding:0px 20px; color:#333333!important;} */
.yen-menu li a { display:block; text-decoration:none; padding:0px 20px; color:#333333!important;}
.yen-menu li a:hover {background: #00BFFF; color: #fff!important;}
.yen-menu .cur{border-bottom: 2px solid #00BFFF;}
.yen-menu li a.more:after{content:" >>";margin-left:10px;font-size: 22px} 
.yen-menu li ul { position:absolute; width:150px;display:none; background-color:#FFFfff; z-index:9999;}
.yen-menu li ul a { width:150px;text-decoration:none; color:#333333;}
.yen-menu li ul a:hover {}
.yen-menu li ul ul{ top:0;left:150px;}

.yen-wz{background: url(/static/image/jz_bg.jpg)no-repeat 100% 100%;}
.yen-kf{background: url(/static/image/kf_bg.jpg)no-repeat 100% 100%;}
.yen-rj{background: url(/static/image/rj_bg.jpg)no-repeat 100% 100%;}
.yen-bg{background: url(/static/image/bg.jpg)no-repeat 100% 100%;height: 600px;}


.hidden { visibility:hidden;}



body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
header {
    background: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
h1 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #007BFF;
}
h2 {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #0056b3;
}
nav {
    display: flex;
    justify-content: center;
    background: #444;
    padding: 10px;
    flex-wrap: wrap;
}
nav a {
    color: #fff;
    margin: 0 15px;
    text-decoration: none;
}

.language-switcher {
    text-align: right;
    padding: 10px;
}
.language-switcher button {
    background: none;
    border: none;
    color: #007BFF;
    cursor: pointer;
    font-size: 16px;
}

/* 语言切换按钮容器 */
.language-switcher {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}
.language-switcher img {
    width: 2rem;
}
/* 语言切换按钮样式 */
.language-switcher button {
    background: none;
    border: none;
    color: #007BFF;
    cursor: pointer;
    font-size: 24px;
    transition: color 0.3s ease;
}

.language-switcher button:hover {
    color: #0056b3;
}

.hero {
    background: url('/static/image/1582800277772468.jpg') no-repeat center center/cover;
    color: #fff;
    padding: 100px 20px;
    text-align: center;
}
.hero h1 {
    font-size: 3rem;
    color: skyblue;
    max-width: 60%;
}
.hero p {
    font-size: 1.5rem;
    max-width: 60%;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    background: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.container {
    max-width: 1024px;
    padding: 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section {
    margin: 40px 0;
}
.section h2 {
    text-align: center;
    margin-bottom: 20px;
}
footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

footer a{
    color: cornflowerblue;
}

/* Contact Us 表单样式 */
.contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* max-width: 600px; */
    margin: 0 auto;
}
.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
    color: #333;
}
.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
    border-color: #007BFF;
    outline: none;
}
.contact-form textarea {
    resize: vertical;
    min-height: 30px;
}
.contact-form button[type="submit"] {
    /* display: block; */
    /* width: 100%; */
    min-width: 150px;
    padding: 12px;
    background: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.contact-form button[type="submit"]:hover {
    background: #0056b3;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .contact-form {
        padding: 20px;
    }
    .contact-form h2 {
        font-size: 1.5rem;
    }
}

.hidden{
    display: none;
}


