.IndexService_content .IndexService_content_title2 {
    text-align: left;
    padding-bottom: 25px;
    padding-left: 120px;
}

.IndexService_content_title2 .indextitle2 {
    font-size: 38px;
    font-weight: normal;
    color: #000;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 35px;
    font-family: STSong;
}

.IndexService .IndexService_content .IndexService_content_title2 p {
    font-size: 15px;
    font-family: STSong;
    color: #6f6e6e;
    line-height: 25px;
}

.IndexService .IndexService_content .IndexService_content dd {
    font-size: 28px;
    color: #4f4f4f;
    text-transform: uppercase;
    font-family: STSong;
    text-align: center;
}

.index_newsbox {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 0px;
    border-bottom: 1px solid #cccccc61;
    padding-bottom: 100px;
}

.more_btnbox {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}

.more_btnbox a {
    color: #000;
    font-size: 16px;
    width: 70px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 8px;
}

.more_btnbox a:hover {
    color: rgba(255, 112, 25, 1);
    border-color: rgba(255, 112, 25, 1);
}

.content_itembox {
    max-width: 1500px;
    margin: 0 auto;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content_itembox_left {}

.content_itembox_right {
    display: flex;
    flex-wrap: wrap;
}

.content_itembox .case_item {
    margin: 2.5px;
    width: 368px;
    height: 288px;
    transition: all 0.5s;
}


.case_item .img_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.case_item .img_box img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.case_item .case_mask {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    color: #ff6a00;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    top: 0;
    font-family: STSong;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.case_item:hover .case_mask {
    opacity: 1;
}

.case_item:hover img {
    transform: scale(1.1);
}

.case_item:hover .case_title1 {
    display: none;
}

.case_itemleft {
    margin: 2.5px;
    width: 745px;
    height: 580px;
    transition: all 0.5s;
}

.case_itemleft .img_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.case_itemleft .img_box img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.case_itemleft .case_mask {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    color: #ff6a00;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    top: 0;
    font-family: STSong;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.case_itemleft:hover .case_mask {
    opacity: 1;
}

.case_itemleft:hover img {
    transform: scale(1.1);
}

.case_itemleft:hover .case_title1{
    display: none;
}

/* 专业团队 */
.professional_team {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 0px;
    padding-bottom: 0;
}

.professional_team h3 {
    font-size: 30px;
    font-weight: normal;
    color: #262626;
    text-align: center;
    font-family: STSong;
    position: relative;
}

.professional_team h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #FF7025;
    border-radius: 2px;
}

.Indexteam_title {
    margin: 40px 0;
}

.Indexteam_title p {
    font-family: STSong;
    color: #222;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.professional_team .s_album {
    display: flex;
    justify-content: space-between;
    height: 665px;
    overflow: hidden;
}

.professional_team .professional_left {
    width: 990px;
    overflow: hidden;
}

.professional_team .professional_left img {
    max-width: 100%;
}

.professional_team .professional_text {
    width: 505px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #6d6d6d;
    height: 100%;
    margin-left: 5px;
}

.professional_text span {
    font-family: STSong;
    color: #fff;
    display: inline-block;
    width: 300px;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.professional_text span:nth-child(1),
.professional_text span:nth-child(2) {
    font-weight: bold;
    letter-spacing: 12px;
}

.professional_text span:nth-child(3) {
    text-align: right;
    letter-spacing: 0px;
    width: 200px;
    font-weight: bold;
}

.professional_text span:nth-child(4) {
    font-size: 28px;
    font-weight: normal;
}

.IndexService .IndexService_content .IndexService_content_title {
    text-align: center;
    padding-bottom: 25px;
}

.IndexService .IndexService_content .IndexService_content_title dd {
    font-size: 30px;
    color: #262626;
    text-transform: uppercase;
    position: relative;
}

.IndexService .IndexService_content .IndexService_content_title dd::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #FF7025;
    border-radius: 2px;
}

/* 合作案例 */
.hzanli_content {
    max-width: 1500px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.hzanli_content_title {
    display: flex;
    padding: 30px 50px 50px 50px;
    align-items: flex-end;
}

.hzanli_content_title .hz_content_left {
    display: flex;
    flex-direction: column;
    line-height: 40px;
}

.hzanli_content_title .hz_content_right {
    padding-left: 60px;
}

.hzanli_content_title .hz_content_left span {
    font-size: 30px;
    color: #222222;
}

.hzanli_content_title .hz_content_right p {
    font-size: 14px;
    color: #595757;
}

/* 合作伙伴 */
.partner {
    margin-top: 30px;
}

.IndexService_partner {}

.IndexService_partner dd {
    font-size: 30px;
    color: #262626;
    text-transform: uppercase;
    text-align: center;
    font-family: STSong;
    position: relative;
}

.IndexService_partner dd::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #FF7025;
    border-radius: 2px;
}

/* 关于我们 */
.about_contentbox {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_contentbox_right {
    position: relative;
    width: 420px;
}

.about_contentbox_right::after {
    content: ' “ ';
    display: inline-block;
    font-size: 140px;
    color: #f28c04;
    font-weight: bold;
    top: -2%;
    left: -27%;
    position: absolute;
    font-family: Arial;
    letter-spacing: 5px;
}

.about_contentbox_right span {
    font-size: 20px;
    color: #f28c04;
}

.about_contentbox_right p {
    font-size: 18px;
    color: #4f4f4f;
}

.about_contentbox_right p:nth-of-type(2) {
    padding-top: 20px;
}

.aboutsecond_wrap {
    width: 100%;
    margin: 30px auto;
    background: url(../images/ab_item.jpg) no-repeat 100%;
    height: 480px;
}

.second_wrap {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.second_wrap .sec_item {
    width: 315px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.second_wrap .sec_item:hover {
    color: #f28c04;
}

.second_wrap .sec_item img {
    width: 70px;
}

.second_wrap .sec_item span {
    font-size: 16px;
    padding-top: 15px;
}

.second_wrap .sec_item p {
    font-size: 12px;
}

.professional_team_imgs {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.professional_team_imgs img {
    max-width: 100%;
}

.company_culture {
    max-width: 1200px;
    margin: 70px auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: auto;
}

.company_culture .culture_items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 400px;
    padding-bottom: 50px;
}

.culture_items_top {
    display: flex;
    flex-direction: column;
    color: #222222;
    position: relative;
}

.culture_items_top::after {
    content: '';
    display: inline-block;
    height: 4px;
    width: 50px;
    background-color: #333;
    left: 0;
    top: -7px;
    position: absolute;
}

.culture_items_top label {
    font-size: 25px;
}

.culture_items_top span {
    font-size: 22px;
}

.culture_items_bottom {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    color: #222222;
}

.culture_items_bottom span {
    font-size: 14px;
}

.culture_items_bottom p {
    font-size: 10px;
}

/* 联系我们 */
.contact {
    background: #fff;
    padding-top: 0;
    padding-bottom: 40px;
}

.lx_banner {
    height: 700px;
}

.lx_content_title {
    display: flex;
    padding: 30px 50px;
    border-bottom: 1px dashed #d5d5d5;
    justify-content: space-between;
    align-items: flex-end;
}

.lx_content_title .lx_content_left {
    display: flex;
    flex-direction: column;
    line-height: 40px;
    position: relative;
}

.lx_content_title .lx_content_left span {
    font-size: 30px;
    color: #222222;
}

.lx_content_title .lx_content_left:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 4px;
    background: #ff6a00;
    border-radius: 2px;
}

.lx_content_title .lx_content_right p {
    font-size: 14px;
    color: #595757;
}

.contact_motto_right .motto_item span {
    font-size: 12px;
}

.contact .contact_motto .contact_motto_left {
    padding: 30px 50px;
}

.contact .contact_motto .contact_motto_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}

.contact .contact_motto .contact_motto_left dd p {
    font-size: 14px;
    color: #333333;
    line-height: 45px;
}

.contact_motto_right .motto_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 16%;
    font-size: 12px;
}

.contact .contact_motto .contact_motto_right img {
    /* max-width: 100%; */
}

.recruit_box {
    margin: 40px auto;
}

.recruit_box img {
    width: 100%;
}

.yc_content_title {
    display: flex;
    flex-direction: column;
    padding: 10px 50px;
    border-bottom: 1px dashed #d5d5d5;
    justify-content: space-between;
}

.yc_content_title .yc_content_top {
    display: flex;
    line-height: 40px;
    position: relative;
}

.yc_content_title .yc_content_top span {
    font-size: 30px;
    color: #222222;
}

.yc_content_title .yc_content_top:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 4px;
    background: #ff6a00;
    border-radius: 2px;
}

.yc_content_title .yc_content_bottom p {
    font-size: 14px;
    color: #595757;
    padding-top: 10px;
}

.zp_itemsbox {
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    color: #595757;
}

.zp_itemsbox .post {
    font-size: 16px;
}

.zp_itemsbox .span {
    font-size: 14px;
}

.zp_itemsbox p {
    font-size: 13px;
}

.footer2 dl dt:nth-child(1) a {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.footer .footer_content .footer_content_bottom {
    margin-bottom: 20px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer .footer_content .footer_content_bottom .content_bottom_left {
    font-size: 14px;
    color: #555555;
}

.footer .footer_content .footer_content_bottom a {
    margin-right: 8px;
    display: inline-block;
}

/* 笔记本适配 */
@media screen and (max-width:1450px) {

    .professional_team,
    .index_newsbox {
        max-width: 1400px;
    }

    .professional_team .professional_text {
        width: 444px;
    }

    .case_itemleft {
        width: 448px;
    }

    .footer1 {
        width: auto !important;
    }

    .footer1-1 {
        margin-right: 60px;
    }

    .footer1-2 {
        padding-left: 10px !important;
    }
}

/* 手机适配 */
@media screen and (max-width:750px) {
    .pc_header {
        background: #33333370;
    }

    .pc_header .pc_header_content .header_content_logo img {
        width: 200px;
    }

    .IndexService_content .IndexService_content_title2 {
        padding-left: 10px;
    }

    .professional_team .s_album {
        flex-direction: column;
    }

    .warp6 .warp6-right {
        width: 90%;
        margin: auto;
    }

    .warp6 .warp6-left {
        display: none;
    }

    .warp7 .warp7-left,
    .warp7 .warp7-right {
        width: 95%;
        margin: auto;
    }

    .case_itemleft {
        width: 100%;
    }

    .professional_team .professional_text {
        width: 444px;
    }

    .footer1 {
        width: auto !important;
    }

    .footer1-1 {
        margin-right: 60px;
    }
}