.fy_bann{
    width:100%;
    height:25vw;
    padding:9vw 10%;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.fy_bann_en{
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
}
.fy_bann_cn{
    font-size: 3vw;
    color: #fff;
    font-weight: bold;
}
.fy_bann_cn.ywfw{
    margin:-1vw;
}
.fy_main{
    margin:50px 10%;
    width:80%;
    height:auto;
    min-height: 300px;
}
.fy_nav{
    float:left;
    width:13vw;
    margin-right: 5vw;
}
.fy_content{
    float:right;
    width:calc(100% - 18vw);
}
.fy_nav_title{
    font-size:32px;
    font-weight: bold;
    padding:20px 0;
    border-bottom: 2px solid #666;
    position: relative;
    cursor: pointer;
}

.fy_nav_title .fy_arrow{
    transition: transform 0.3s ease;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #333;
    content: '';
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
}

.fy_nav_title.active .fy_arrow{
    transform: translateY(0) rotate(-45deg);
}

.fy_nav_list{
    width:100%;
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 500px;
    margin-top: 20px;
}

.fy_nav_list.collapsed{
    max-height: 0;
}
.fy_nav_item{
    width:100%;
    height:50px;  
}
.fy_nav_item a{
    font-size:18px;
    color:#383838;
    height:100%;
    line-height: 50px;
}
.fy_nav_item a:hover,
.fy_nav_item a.active{
    font-weight: bold;
}
.news-list{
    width:100%;
}
.news-item{
    width:100%;
}
.news-item a{
    display: flex;
    align-items: center;
    padding:2vw 0;
}
.news-item:not(:last-child){
    border-bottom: 1px solid #efefef;
    transition: all 0.3s ease;
}
.news-item:hover:not(:last-child){
    border-bottom: 1px solid #1a4d1a;
}
.news-date{
    flex-shrink: 0;
    width:6vw;
    height:6vw;
    margin-right: 2vw;
}

.news-date .day{
    font-size: 3vw;
    color:#A6A6A6;
    font-weight: bold;
    transition: all 0.3s ease;
}
.news-item:hover .news-date .day{
    color:#1a4d1a;
}
.news-date .month{
    font-size: 1vw;
    color:#808080;
    font-weight: bold;
}

.news-text{
    flex: 1;
    min-width: 0;
    margin-right: 5vw;
}

.news-text .title{
    font-size: 24px;
    color:#333;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.news-item:hover .title{
    color:#1a4d1a;
}
.news-text .desc{
    font-size: 16px;
    color: #808080;
    line-height: 1.8;
}

.news-img{
    flex-shrink: 0;
    width:15vw;
    height:10vw;
    border-radius: 10px;
    overflow: hidden;
}

.news-img img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.news-item:hover .news-img img{
    transform: scale(1.05);
}
/* 业务范围页面样式 */
.fy-ywfw{
    margin:50px 0;
}

.ywfw-item{
    display: flex;
    align-items: center;
    margin-bottom: 5vw;
    gap: 3vw;
}

.ywfw-item.reverse{
    flex-direction: row-reverse;
}

.ywfw-content{
    flex: 1;
    min-width: 0;
    padding:0 10vw;
}

.ywfw-title{
    font-size: 1.8vw;
    font-weight: bold;
    color: #1a4d1a;
    margin-bottom: 0.5vw;
}

.ywfw-subtitle{
    font-size: 1vw;
    color: #333;
    font-weight: bold;
    margin-bottom: 1.5vw;
    padding-bottom: 1.5vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.ywfw-desc p{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-indent: 2em;
}

.ywfw-img{
    flex-shrink: 0;
    width: 40vw;
    height: 22vw;
    border-radius: 8px;
    overflow: hidden;
}
.ywfw-img img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: all 0.5s ease;
    cursor: pointer;
}
.ywfw-img img:hover{
    transform: scale(1.05);
}
.news-read-title-box{
    padding:20px 10%;
    border-bottom: 1px solid #efefef;
}
.news-read-title{
    font-size: 1.6vw;
    line-height: 1.3;
    margin-bottom: 10px;
    color:#333;
    font-weight: bold;
    text-align: center;
}
.news-read-date{
    font-size: 16px;
    color: #A6A6A6;
    line-height: 1.5;
    text-align: center;
}
.news-read-content{
    margin-top: 30px;
}
.news-read-content p{
    font-size: 16px;
    color:#666;
    line-height: 1.8;
    margin-bottom: 10px;
}
.news-read-content img{
    max-width: 100% !important;
    height:auto !important;
}

/* 联系我们页面样式 */
.fy-contact{
    width: 90%;
    margin: 0 10% 0 0;
    padding: 5vw 0 5vw 30vw;
    background-image: url(../images/contact.png);
    background-size: 24vw auto;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}
.contact-slogan{
    position: absolute;
    left:0;
    top:0;
    width:24vw;
    height:100%;
    text-align: center;
    padding-top:60px;
    color: #fff;
    font-size: 1.8vw;
    font-weight: bold;
    line-height: 2;
}

.contact-title{
    font-size: 2.5vw;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.5vw;
}

.contact-company{
    font-size: 1.3vw;
    color: #1a4d1a;
    margin-bottom: 3vw;
}

.contact-item{
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 1.5vw 0;
    border-bottom: 1px solid #eee;
}
.contact-item:last-child{
    border-bottom: none;
}

.contact-icon{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #1a4d1a;
    margin-right: 1.5vw;
    flex-shrink: 0;
    margin-top: 0.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.contact-icon:hover{
    background-color: rgba(26, 77, 26,0.9);
}
.contact-icon img{
    width: 16px;
    height: 16px;
}
.contact-content{
    flex: 1;
}

.contact-label{
    font-size: 0.9vw;
    color: #999;
    display: block;
    margin-bottom: 0.5vw;
}

.contact-value{
    font-size: 1.1vw;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

/* 暂无内容 */
.zwnr{
    width:100%;
    height:300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zwnr span{
    font-size: 16px;
    color:#333;
}

/* 上一页 下一页 */
.piaoye_page_botton {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}

.btn-group {
    display: inline-block;
}

.btn-default {
    padding: 5px 10px;
    border: 1px solid #00593B;
    margin: 0 5px;
    color: #333;
    font-size: 14px;
}

#page_center_botton>span {
    background-color: #00593B;
    color: #fff;
}

/* 关于我们页面样式 */
.fy_about{}
.fy_about .about{
    width:100%;
    padding:0 0 0 10%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    gap: 5%;
}
.fy_about .about_text{
    flex: 0 0 45%;
    padding-top:2.5vw;
    padding-bottom: 5px;
}
.fy_about .about_text .about_title{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}
.fy_about .about_text .about_subtitle{
    font-size: 16px;
    color: #A1A1A1;
    line-height: 1.4;
}
.fy_about .about_text .about_content{
    margin-top:30px;
}
.fy_about .about_text .about_content p{
    font-size: 16px;
    color: #595959;
    line-height: 1.8;
    margin-bottom: 20px;
    text-indent: 2em;
}
.fy_about .about_pic{
    flex: 0 0 45%;
    height:100%;
    overflow: hidden;
}
.fy_about .about_pic img{
    display: block;
    width:100%;
    height:100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.fy_about .about_pic:hover img{
    transform: scale(1.05);
}
.fy_about .rrzz_btn{
    width:100%;
    height:24vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/about_ryzz.png) no-repeat center center/100% 100%;
}
.fy_about .rrzz_btn a{
    font-size: 32px;
    color: rgba(255,255,255,0.9);
    padding:10px 20px;
    border:1px solid rgba(255,255,255,0.7);
    transition: all 0.3s ease;
}
.fy_about .rrzz_btn a:hover{
    color: rgba(255,255,255,1);
    border:1px solid rgba(255,255,255,1);
}

/* 荣誉资质页面 */
.fy_ryzz img{
    width:100%;
    height:auto;
}


/* 招聘页面 */
.fy_read{}
.fy_read p,
.fy_read div{
    font-size: 16px;
    color:#454545;
    line-height: 1.8;
    margin-bottom: 10px;
    text-indent: 2em;
}
.fy_read img{
    max-width: 100% !important;
    height:auto !important;
}
