.home_banner_img {
    opacity: 0;
    background-color: #333;
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

.home_banner_img:hover {
    opacity: 1;
}

.home_modal1 {
    padding: 44px 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_modal1_line {
    border: 1px solid rgba(204, 45, 52, 0.6);
    width: 1px;
    height: 51px;
}

.home_modal2 {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_modal2_left {
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
}

.home_modal2_left img {
    height: 25px;
    width: auto;
}

.home_modal2_right {
    width: calc(100% - 300px);
    height: calc(100% - 10px);
    overflow: hidden;
}

.home_modal2_right_ul {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.home_modal2_right_ul li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_modal2_right_ul li span:first-child {
    width: calc(100% - 300px);
}

.home_modal2_right_ul li span:last-child {
    width: 300px;
}

.home_modal3 {
    padding: 30px 0 0 0;
}

.home_modal4 {
    padding: 30px 0 0 0;
}

.tab_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    color: #333333;
    margin-bottom: 30px;
}

.tab_title_left {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.tab_title_left span {
    width: 3px;
    height: 16px;
    margin-right: 10px;
    border-radius: 3px;
}

.tab_title_right {
    color: #666666;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.tab_title_right i {
    font-size: 15px;
}

.home_modal3_nav .home_modal3_nav_link.active,
.home_modal3_nav .show > .home_modal3_nav_link {
    background-color: #ffffff;
    border-radius: 0;
}

.home_modal3_nav_link {
    font-size: 20px;
    color: #333333;
}

.home_modal3_tab_pane ul {
    padding: 0;
    border-top: 1px solid #f3f3f3;
}

.home_modal3_tab_pane ul li {
    padding: 20px 0;
    width: 100%;
    cursor: pointer;
}

.home_modal3_tab_pane ul a:last-child .home_modal3_tab_pane_line {
    display: none;
}

.home_modal3_tab_pane ul li .dian {
    width: 8px;
    height: 8px;
    background-color: #d8d8d8;
    border-radius: 50%;
    border: 0;
    margin-right: 10px;
    display: inline-block;
}

.home_modal3_tab_pane ul li div:first-child {
    width: calc(100% - 200px);
}

.home_modal3_tab_pane ul li div:last-child {
    width: 200px;
    text-align: right;
}

/*推荐项目*/
.home_project {
    position: relative;
}

.home_project_bg {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 60.34%;
}

.home_project_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.home_project_title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    width: 100%;
    padding: 16px 20px;
    border-radius: 0 0 8px 8px;
    z-index: 10;
}

.home_project_state {
    position: absolute;
    top: -10px;
    right: -10px;
    color: white;
    font-size: 16px;
    border-radius: 0 24px 0 24px;
    background-color: #a0a0a0;
    z-index: 10;
    padding: 5px 25px;
}

.home_project_title_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #333;
    color: #ffffff;
    opacity: 0.5;
    width: 100%;
    padding: 16px 20px;
    border-radius: 0 0 8px 8px;
    height: 80px;
}

/*项目专题*/
.home_special {
    position: relative;
}

.home_special_bg {
    width: 100%;
    height: 0;
    padding-bottom: 65.45%;
    position: relative;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.home_special_bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.home_special_content {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}

.jj_gy_image {
    width: 100px;
    height: 100px;
    background-color: #fff;
    position: fixed;
    right: 50px;
    top: 70%;
    box-shadow: 0px 10px 30px 0px rgb(42 42 42 / 10%);
}
