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

body {
    font-size: 14px;
    background-color: #f3f3f3;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
}

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

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.bg-blue {
    background-color: #007251;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    width: 100%;
}

.header.bg-blue {
    position: relative;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links ul li {
    float: left;
}

.nav-links ul li a {
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;

    text-decoration: none;
    margin: 0 20px;
}

.nav-links ul li a:hover {
    font-weight: bold;
    border-bottom: 2px solid #007251;
}

.piclist {
    width: 100%;
    height: 550px;
}

.piclist .pic-item {
    background: url('../images/19490473_1741570589.jpg') no-repeat center / 100% 100%;
    width: 100%;
    height: 100%;
}

.ev-module-edit {
    background-color: #007251;
    padding-top: 80px;
    padding-bottom: 300px;
}

.ev-module-edit p {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
}

.ev-module-pic img {
    margin-top: -230px;
}

.ev-module-about {
    padding: 100px;
}

.ev-module-about .xm-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.xm-col .btn {
    display: block;
    width: 230px;
    height: 60px;
    background-color: #222;
    border-radius: 30px;
    font: normal 400 18px/1 'Arial';
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    text-align: center;
}

.ev-module-about .xm-row .xm-col:first-child {
    margin-right: 100px;
}

.xm-col .btn img {
    margin-left: 10px;
    vertical-align: middle;
}

.ev-module-about .xm-col span {
    font-family: Arial;
    color: #007251;
    font-size: 18px;
}

.ev-module-about .xm-col h1 {
    font-family: Arial;
    font-size: 50px;
    color: #222222;
    margin: 20px 0;
}

.ev-module-about .xm-col p {
    font-family: Arial;
    font-size: 18px;
    color: #444;
    line-height: 30px;
}

.ev-module-about .xm-col:last-child {
    width: 744px;
}

.ev-module-service {
    background-color: #f0f4f3;
    padding: 100px 0;
}

.ev-module-service h1.title,
.ev-module-other h1.title {
    font-family: Arial;
    font-size: 50px;
    color: #222222;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.ev-module-service .container,
.ev-module-other .container {
    width: 857px;
}

.ev-module-service .ev-module-text {
    width: 502px;
}

.ev-module-service .ev-module-text p {
    font-size: 26px;
    color: #000;
    font-family: Arial;
    line-height: 45px;
}

.ev-module-other {
    padding: 100px 0;
}

.ev-module-other .ev-module-edit-box {
    width: 419px;
    margin: 0 auto;
}

.ev-module-other .ev-module-edit-box a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ev-module-other .ev-module-edit-box a img {
    width: 100%;
    height: 100%;
}

.ev-module-other .ev-module-edit-box a .ev-text {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #fff;
    font-family: Arial;
    line-height: 30px;
    padding: 0 6px;
}

.f-nav {
    padding: 10px 0;
    background-color: #fff;
}

.f-nav a {
    padding: 10px 0;
    text-decoration: none;
    margin: 0 5px;
    display: inline-block;
    color: #555;
}

.nybanner {
    width: 100%;
    height: 442px;
}

.nybanner img {
    width: 100%;
}

.about-page {
    background-color: #fff;
}

.about-page .text-pic {
    margin-bottom: 30px;
}

.about-page h3.tit {
    font-size: 18px;
    font-family: 微软雅黑;
    font-weight: bold;
    padding: 12px 0;
}

.about-page p {
    font-size: 18px;
    line-height: 36px;
    color: #444;
}

.contact-module-edit {
    margin-top: -360px;
}

.contact-module-edit .module-edit-box {
    width: 757px;
}

.module-edit-list {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.module-edit-list .edit-list-item {
    width: 386px;
    height: 377px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.module-edit-form {
    padding: 100px 0;
    text-align: center;
}

/*分页*/
.pager {
    text-align: center;
    margin: 20px 0;
}

.pager ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.pager ul li {
    display: inline-block;
}

.pager ul li a {
    padding: 5px 15px;
    margin: 15px 5px;
    border: #dddddd solid 1px;
    display: inline-block;
}

.pager ul li a:hover {
    border: #3ea8e2 solid 1px;
    color: #3ea8e2
}

.pager ul .active a {
    border: #3ea8e2 solid 1px;
    display: inline-block;
    background-color: #3ea8e2;
    color: #fff;
}

.pager ul a:not([href]):not([class]):hover {
    border: #dddddd solid 1px;
}

.pager ul .active a:hover {
    color: #fff;
    border: #3ea8e2 solid 1px !important;
}

.project-card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.project-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.project-card-image {
    height: 260px;
    overflow: hidden;
}

.project-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-card-image img {
    transform: scale(1.05);
}

.no-image .placeholder-image {
    width: 100%;
    height: 260px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 16px;
}

.project-card-content {
    padding: 20px;
}

.project-card-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.project-card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-card-title a:hover {
    color: #0066cc;
}

.project-card-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
    color: #777;
}

.project-card-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    height: 63px;
    overflow: hidden;
}

.project-card-more {
    display: inline-block;
    color: #0066cc;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
}

.project-card-more:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #0066cc;
    transition: width 0.3s ease;
}

.project-card-more:hover:after {
    width: 100%;
}

.ev-module-slogan {
    width: 100%;
    height: 793px;
    position: relative;
}

.ev-module-slogan .ev-module-text {
    position: absolute;
    width: 1008px;
    height: 211px;
    left: 0px;
    top: 170px;
    z-index: 3;
}

.ev-module-slogan .ev-module-text2 {
    width: 835px;
    height: 170px;
    left: 365px;
    top: 381px;
    z-index: 4;
    position: absolute;
}

.ev-module-slogan .pic {
    width: 788px;
    height: 305px;
    left: 0px;
    top: 345px;
    z-index: 2;
    position: absolute;
}

.ev-module-link {
    background-color: #fff;
    padding: 100px 0;
}
.form-group{
    margin:15px auto;
}
.form-control{
    padding: 8px;
    color: rgb(136, 136, 136);
    border: 1px solid rgb(221, 221, 221);
    font-size: 16px;
    font-family: Arial;
}
.ev-module-link ul{
    text-align: center;
}
.ev-module-link ul li{
    display: inline-block;
    margin: 0 18px;
    width: 160px;
}
.ev-module-link ul li img{
    width: 100%;
}
.friends-link-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.friends-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.friends-link a {
    width: calc(16.666% - 17px);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.friends-link a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.friends-link img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(20%);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.friends-link a:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
@media (max-width: 1200px) {
    .container {
        width: 95%;
        margin: 0 auto;
    }
}