/*案例*/

.caseFood_bottom .CategoryContent {
    display: flex;
    flex-wrap: wrap;
    padding: 8px
}

.caseFood_item img {
    width: 30%;

}

.caseFood_bottom_item {
    width: 28%;
    margin-right: 6%;
    margin-bottom: 70px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    position: relative;
}

.caseFood_bottom_item .more {
    position: absolute;
    left: 90%;
    top: 90%;
}

.caseFood_bottom_item .caseFood_bottom_item_txt {
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    opacity: 1;
    padding: 20px
}

.caseFood_bottom_item:hover .caseFood_bottom_item_txt {
    opacity: 1;
    top: 55%
}

.caseFood_bottom_item .caseFood_bottom_item_txt .title {
    width: 100%;
    font-size: 20px;
    line-height: 120%;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #555;
}

.caseFood_bottom_item:hover .caseFood_bottom_item_txt .title {
    color: #4aab56;
}

.caseFood_bottom_item .caseFood_bottom_item_txt .title_line {
    width: 50px;
    border-bottom: 5px solid #3bab4b;
    padding-top: 5px;
}

.caseFood_bottom_item .caseFood_bottom_item_txt .subtitle {
    display: none;
    width: 100%;
    height: 59px;
    font-size: 16px;
    line-height: 170%;
    margin: 20px 0 20px 0;
    color: gray;
}

/* 案例-食品安全 */
.caseFood {
    width: 85%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
}

.caseFood_top {
    font-size: 18px;
    display: flex;
    margin-bottom: 40px;
}

.caseFood_top_right ul {
    display: flex;
    list-style: none;
}

.caseFood_top_right ul li {
    margin-right: 20px;
    cursor: pointer;
}

.CategoryItem {
    font-size: 16px;
    padding: 3px 2px;
}

.CategoryItemActive {
    color: #1f3758;
    border-bottom: 1px solid #1f3758;
}

.CategoryItem:hover {
    color: #3bab4a;
}

.caseFood_bottom ul {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:1414px) {
    .caseFood_bottom_item {
        height: 430px;
        width: 350px;
    }
}

@media screen and (max-width:1310px) {
    .caseFood_bottom_item {
        height: 400px;
        width: 320px;
    }
}

@media screen and (max-width:1200px) {
    .caseFood_bottom_item {
        height: 370px;
        width: 290px;
    }
}

@media screen and (max-width:1100px) {
    .caseFood_bottom_item {
        height: 340px;
        width: 260px;
    }
}

@media screen and (max-width:1000px) {
    .caseFood_bottom_item {
        height: 330px;
        width: 250px;
    }
}

.caseFood_bottom_item:nth-child(3n) {
    margin-right: 0;
}

.caseFood_bottom_item a {
    height: 100%;
    width: 100%;
}

.caseFood_bottom_item img {
    height: 200px;
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s
}

.caseFood_bottom_item img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.contactUs_top_box {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
}

/*导航面包屑*/
.expertIndex {
    cursor: pointer;
}

.expert_path {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 50px 0;
    border-bottom: 1px solid #e6e6e5;
}
.expertName {
    color: #213A59;
    font-weight: 600;
}

.rightImage {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.case_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 50px 0px;
    margin-top: 90px;
}

/*new case */
.case_body {
    margin: 10px 0;
    background: white;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.case_body .case_intro {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.case_body .case_intro .case_intro_title {
    font-size: 24px;
    align-self: flex-start;
    padding: 30px 0px;
    width: 100%;
    color: #3bab4a;
}

.case_body .case_intro .case_intro_title .case_intro_title_inner {
    display: flex;
    justify-content: space-between;
}
.case_body .case_intro .case_intro_title .case_intro_title_inner img {
    width: 30px;
    cursor: pointer;
}
.case_body .case_intro .case_intro_content {
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 50px;
}

.case_body .case_detail_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 600px;
    padding-bottom: 5%;
}

.case_body .case_detail_item_gray {
    background: #f0f0f0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.case_body .case_detail_item_inner {
    max-width: 1200px;
    width: 85%;

}

.case_body .case_detail_item_normal {
    background: #fff;
    width: 100%;
}

.case_body .case_detail_item .case_detail_item_title {
    font-size: 25px;
    padding: 45px 0px;
    color: #1f3758;
    text-align: center;
}

.case_body .case_detail_item .case_detail_item_content {
    display: flex;
    justify-content: space-around;
}

.case_body .case_detail_item .case_detail_item_content .case_detail_item_content_pic {
    width: 36%;
}

.case_body .case_detail_item .case_detail_item_content .case_detail_item_content_pic img {
    width: 100%;
}

.case_body .case_detail_item .case_detail_item_content .case_detail_item_content_html {
    width: 36%;
}