.wh_menu{background:#fff;}
.wh_menu ul li a{color:#000;}
.wh_menu ul li.active a{background:#fff;color:#aa0000;}
.wh_menu ul li:hover a{color:#aa0000;font-weight:700;}



.xyxx_line{height:280px;background: url(/eportal/uiFramework/commonResource/image/2024061412252833681.png) no-repeat;}
.xyxx_cont{width:1280px;margin:0 auto;}
.xyxx_cont_title{font-size:48px;font-weight:700;padding-top:60px;color:#fff;}
.xyxx_cont_title1{font-size: 20px;display: inline-block;color: #aa0000;margin-top: 30px;padding: 12px 34px; background: #fff;}
.zwgk_wrap{width:1280px;margin:0 auto;overflow:hidden;}

.sxz_xyxx .sxz_project {
    margin-top: 64px;
    margin-bottom: 60px;
}
.sxz_specialty_head_title {
    font-size: 24px;
    font-weight: 700;
    color: #aa0000;
    padding: 20px 0;
    border-bottom: 2px solid #e3e3e3;
}
.sxz_main_xyxx .sxz_specialty_head_content {
    margin-top: 30px;
}
.sxz_main_xyxx .sxz_specialty_head_content .sxz_specialty_head_content_patch {
    width: 390px;
    height: 260px;
    margin-right: 50px;
    margin-bottom: 30px;
    float: left;
}
.sxz_project .sxz_specialty_head_content_patch_img {
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.sxz_project .sxz_specialty_head_content_patch_img img {
    width: 100%;
    height: 180px;
    display: block;
    transition: all ease 0.1s;
}
.sxz_project .sxz_specialty_head_content_patch:hover img {
    transform: scale(1.1);
}
.sxz_project .sxz_specialty_head_content_patch_title {
    font-size: 20px;
    color: #222222;
    text-align: center;
    line-height: 80px;
}
.sxz_main_xyxx .sxz_specialty_head_content .sxz_specialty_head_content_patch:nth-child(3n) {
    margin-right: 0;
}
.sxz_project .sxz_specialty_head_content_patch {
    width: 405px;
    height: 260px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-right: 32px;
}


/*移动端*/
@media screen and (max-width: 750px){
  .xyxx_cont{width:80%;}
  .xyxx_cont_title{font-size:34px;padding-top:36px;}
  .xyxx_line{height:210px;background-size: cover;}
  .zwgk_wrap{width:80%;}
  .sxz_main_xyxx .sxz_specialty_head_content .sxz_specialty_head_content_patch{width:100%;margin-right:0;}
}