/* 专家团队 */
.expert {
    width: 85%;
    margin: 0 auto;
    max-width: 1200px;
    font-family: 微软雅黑, 宋体, Arial, sans-serif !important;
    padding-bottom: 50px;
}

.expertIndex {
    cursor: pointer;
}

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

.expert_content {
    display: flex;
    flex-wrap: wrap;
}

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

.expertName {
    color: #213A59;
    font-weight: 600;
}

.expertItem {
    display: flex;
    margin: 20px;
    width: 45%;
    height: 200px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    position: relative;
}

.expertItem:hover {
    cursor: pointer;
    background-color: #213a59;
}

.expertItem:hover .expert_content_right .expert_content_right_top {
    color: #fff;
}

.expertItem:hover .expert_content_right .expert_content_right_middle {
    color: #fff;
}

.expertItem:hover .expert_content_right .expert_content_right_content {
    color: #fff;
}

.expertItem .expert_content_more {
    position: absolute;
    left: 92%;
    top: 80%;
}

.expert_content_left {
    height: 200px;
    overflow: hidden;
}

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

.expert_content_left 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);
}


.expert_content_right {
    margin-left: 20px;
    padding-right: 20px;
    width: 65%;
}

.expert_content_right_top {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 600;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.expert_content_right_middle {
    font-size: 15px;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.expert_content_right_content {
    font-size: 14px;
    color: #595959;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 专家详情 */
.expert_path_border {
    border-bottom: 1px solid #e6e6e6;
}

.expertDetail_content {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
}

.expertDetail_content .expertDetail_content_title {
    font-size: 30px;
    color: #3bab4b;
    text-align: center;
    font-weight: bold;
    padding: 20px;
}

.expertDetail_content .expertDetail_content_main {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    
}


.expertDetail_content_left {
    width: 50%;
    height: 100%;
    overflow: hidden;
}


.expertDetail_content_right {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 14%;
    margin-right: 10%;
    background: rgba(59, 171, 75, 0.2);
    box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.3);
    padding:15px 0px
}

.expertDetail_content_right .circle_container {
    width: 270px;
    /* 或者你想要的大小 */
    height: 270px;
    /* 保持宽高一致，以便形成圆形 */
    overflow: hidden;
    /* 隐藏超出容器的内容 */
    border-radius: 50%;
    /* 形成圆形 */
    background-size: cover;
    /* 覆盖整个容器，保持图片比例 */
    background-position: center;
    /* 居中显示图片 */
    background-repeat: no-repeat;
    /* 不重复显示图片 */
    background-position: 50% 50%;
    /* 居中显示图片 */
    ;
}


.expertDetail_content_right .expertDetail_content_right_title {
    color: #3bab4b;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    align-content: center;
}

.expertDetail_content_right img {
    width: 270px;
    height: 321px;
    overflow: hidden;
}

.expertDetail_content_right .expertDetail_content_email {
    padding-top: 6px;
    font-size: 17px;
    color: #1D3759;
}

/* 联系我们 */
.contactUs {
    width: 100%;
}

.contactUs_top {
    background: url('https://www.iqc-china.com/images/contact/contact_1.jpg');
    padding-bottom: 100px;
}

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

.contactUs_top_box_path {
    font-family: 微软雅黑, 宋体, Arial, sans-serif !important;
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e5;
}

.contactUs_top_address {
    margin-top: 100px;
    background-color: #fff;
}

.contactUs_top_address_box {
    display: flex;
    padding: 20px 30px;
    box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.1);
}

.contactUs_top_address_box_left {
    width: 20%;
}

.contactUs_top_address_box_left_top {
    font-size: 22px;
    font-weight: 600;
    color: #263e5c;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.contactUs_top_address_box_left_bottom {
    font-size: 16px;
    /* font-weight: 600; */
    color: #263e5c;
}

.contactUs_top_address_box_right {
    width: 80%;
    display: flex;
    margin-top: 40px;
}

.contactUs_top_address_box_right_left {
    width: 40%;
    font-size: 15px;
}

.contactUs_top_address_box_right_left_top img {
    width: 20px;
    height: 20px;
}

.contactUs_top_address_box_right_left_middle {
    height: 4px;
    width: 20px;
    border-top: 4px solid #1d3759;
}

.contactUs_top_address_box_right_left>div,
.contactUs_top_address_box_right_right>div {
    margin-bottom: 10px;
}

.contactUs_top_address_box_right_right {
    width: 60%;
    font-size: 15px;
}

.contactUs_top_address_box_right_right_top img {
    width: 17px;
    height: 23px;
}

.contactUs_bottom {
    background: url('https://www.iqc-china.com/images/contact/contact_2.png') no-repeat center;
}

.contactUs_bottom_box {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 30px;
}

.contactUs_bottom_box_infor {
    background-color: #fff;
    padding: 30px 40px;
    box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.1);
}

.contactUs_bottom_box_infor_top {
    margin-bottom: 40px;
}

.contactUs_bottom_box_infor_top_top {
    font-size: 22px;
    font-weight: 600;
    color: #263e5c;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.contactUs_bottom_box_infor_top_bottom {
    font-size: 16px;
    color: #263e5c;
}

.contactUs_bottom_box_infor_bottom {
    padding: 0 40px;
}

.contact_formItem {
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 50px;
    margin-bottom: 20px;
}

.contact_formItem_phone:before {
    content: '*';
    color: red;
    margin-right: 2px;
}

.contact_formItem_left {
    width: 100px;
    font-weight: 600;
    text-align: right;
    letter-spacing: 2px;
}

.contact_formItem_right {
    height: 100%;
    width: calc(100% - 140px);
}

.contact_formItem_select_right {
    width: calc(100% - 120px);
}

.contact_formItem_select_right select {
    height: 100%;
    width: 100%;
    border: 1px solid #e8e8e8;
    outline: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    color: #757575;
}

.contact_formItem_right input {
    height: 100%;
    width: 100%;
    border: 1px solid #e8e8e8;
    outline: none;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 18px;
    color: #757575;
}

.contact_formItem_right input::placeholder {
    font-size: 16px;
}

.contact_formItem_textarea {
    display: flex;
    margin-bottom: 50px;
}

.contact_formItem_textarea_left {
    font-size: 20px;
    width: 100px;
    font-weight: 600;
    text-align: right;
    letter-spacing: 2px;
}

.contact_formItem_textarea_right {
    width: calc(100% - 140px);
}

.contact_formItem_textarea_right textarea {
    height: 100%;
    width: 100%;
    border: 1px solid #e8e8e8;
    outline: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    color: #757575;
}

.contact_formItem_textarea_right textarea::placeholder {
    font-size: 16px;
}

.contact_formItem_buttom {
    width: 100%;
    text-align: center;
}

.submitButton {
    width: 200px;
    background-color: #1d3759;
    color: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 10px 0;
    cursor: pointer;
}

/* 加入我们 */
.joinUs_content {
    width: 90%;
    max-width: 1380px;
    position: relative;
    margin: 70px auto;
    box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.1);
}

.joinUs_content_box {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 80px 0 50px 0;
}

.tab-menu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.tab-item {
    cursor: pointer;
    padding: 12px 40px;
    background-color: #f6f7fa;
    font-size: 18px;
}

.tab-item-actice {
    background-color: #1d3759;
    color: #fff;
}

.tab-content {
    padding: 0;
}

.tab-pane {
    display: none;
}

.tab-pane-active {
    display: block;
}

.tab-pane-one {
    width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.thead {
    background-color: #f6f7fa;
    height: 60px;
    font-size: 17px;
    color: #213A59;
}

.thead td,
.tbodyContent td {
    width: 240px;
    font-weight: 600;
}

.tbodyContent {
    height: 80px;
    font-size: 15px;
    color: #213A59;
    border-bottom: 1px dashed #D2D2D2;
}

.tab-pane-one-middle {
    padding: 40px 50px;
    background-color: #f6f7fa;
    border-bottom: 1px dashed #D2D2D2;
}

.tab-pane-one-middle-box {
    margin-bottom: 8px;
    font-size: 15px;
}

.tab-pane-one-middle-box>div {
    margin-bottom: 8px;
    color: #333333;
}

.tab-pane-one-middle-box ul li {
    margin-bottom: 8px;
}

.tab-pane-one-middle-box .job_title {
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: large;
}

.thead_two {
    height: 80px;
    font-size: 15px;
    font-weight: 600;
    color: #213A59;
    border-bottom: 1px dashed #D2D2D2;
}

.thead_two td {
    width: 240px;
}

.tab-pane-two-image {
    display: inline-block;
    width: 45%;
    margin-left: 3%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.tab-pane-two-image img {
    width: 100%;
    height: 330px;
}

.tab-pane-two-image:nth-child(4n) {
    margin-right: 0;
}

/* 关于悦孜 */
/* 公司介绍 */
.company {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 30px;
}

.company_top_top_top {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.company_top_top_top_left {
    width: 6px;
    height: 24px;
    background-color: #3bab4b;
    margin-right: 10px;
}

.company_top_top_top_right {
    font-size: 30px;
    color: #1D3759;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 40px;
}

.company_top_top_bottom {
    display: flex;
}

.company_top_top_bottom_left {
    width: 6px;
    height: 24px;
    margin-right: -7px;
}

.company_top_top_bottom_right {
    font-size: 24px;
    color: #3bab4b;
}

.company_top_bottom {
    display: flex;
}

.company_top_bottom_left {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px 50px 20px 0;
    line-height: 45px;
    font-size: 16px;
}

.company_middle {
    margin: 50px 0;
    padding: 50px 0;
    background: url('https://www.iqc-china.com/images/company.jpg') no-repeat center;
    background-size: cover;
}

.company_middle_top_top_top {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 4px;
}

.company_middle_top_top_bottom {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.company_middle_top_top_bottom .line {
    width: 30px;
    height: 4px;
    background-color: #fff;
}

.company_middle_top_bottom {
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.company_middle_box {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.company_middle_box img {
    cursor: pointer;
    margin: 10px;
    width: 50px;
    height: auto;
}

.company_middle_box .company_prev {
    color: white;
}

.swiper {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-box {
    padding: 20px;

    background: #f5f8f9;
}

.swiper-slide-img {
    margin-bottom: 25px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.swiper-slide-img img {
    width: 84%;
    height: 100%;
    object-fit: contain;
}

.swiper-slide-text {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    height: 50px;
}

@media screen and (max-width:1300px) {
    .swiper-slide-img {
        margin-bottom: 25px;
        height: 250px;
        width: 200px;
    }
}

@media screen and (max-width:1100px) {
    .swiper-slide-img {
        margin-bottom: 25px;
        height: 230px;
        width: 180px;
    }
}

.company_bottom_bottom {
    display: flex;
}

.company_bottom_bottom_box {
    width: 360px;
    height: 360px;
    margin-right: 50px;
    background-color: #f5f5f5;
}

.company_bottom_bottom>div:nth-child(3) {
    margin-right: 0;
}

.company_bottom {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 30px;
    overflow: hidden;
}

.company_bottom_bottom {
    margin-top: 50px;
}

.company_bottom_bottom_box {
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.company_bottom_bottom_left_middle {
    font-size: 30px;
    color: #2c4361;
    margin: 10px 0;
    font-weight: 600;
}

.company_bottom_bottom_left_top {
    width: 45px;
    height: 45px;
    background: url('https://www.iqc-china.com/images/certer/cer_1.png') no-repeat center;
    background-size: cover;
}

.company_bottom_bottom_middle_top {
    width: 40px;
    height: 50px;
    background: url('https://www.iqc-china.com/images/certer/cer_2.png') no-repeat center;
    background-size: cover;
}

.company_bottom_bottom_right_top {
    width: 40px;
    height: 40px;
    background: url('https://www.iqc-china.com/images/certer/cer_3.png') no-repeat center;
    background-size: cover;
}

.company_bottom_bottom_left_bottom {
    font-size: 16px;
    color: #1D3759;
    letter-spacing: 2px;
    height: 45px;
}

.company_bottom_bottom_box:hover {
    background-color: #3bab4b;
}

.company_bottom_bottom_box:hover .company_bottom_bottom_left_top {
    background: url('https://www.iqc-china.com/images/certer/cer_1_1.png') no-repeat center;
    background-size: cover;
}

.company_bottom_bottom_box:hover .company_bottom_bottom_middle_top {
    background: url('https://www.iqc-china.com/images/certer/cer_2_2.png') no-repeat center;
    background-size: cover;
}

.company_bottom_bottom_box:hover .company_bottom_bottom_right_top {
    background: url('https://www.iqc-china.com/images/certer/cer_3_3.png') no-repeat center;
    background-size: cover;
}

.company_bottom_bottom_box:hover .company_bottom_bottom_left_middle {
    color: #fff;
}

.company_bottom_bottom_box:hover .company_bottom_bottom_left_bottom {
    color: #fff;
}

@media screen and (max-width:1370px) {
    .company_bottom_bottom_box {
        width: 340px;
        height: 340px;
    }
}

@media screen and (max-width:1320px) {
    .company_bottom_bottom_box {
        width: 320px;
        height: 320px;
    }
}

@media screen and (max-width:1250px) {
    .company_bottom_bottom_box {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width:1180px) {
    .company_bottom_bottom_box {
        width: 280px;
        height: 280px;
    }
}

.business {
    width: 85%;
    max-width: 900px;
    margin: 50px auto;
    padding: 0 100px;

}

.business .business_row {
    width: auto;

}

.business .business_row_2 {
    width: auto;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.business .business_row_2 .row_2_single {
    width: 49%;

}

.business .business_row_2 .row_2_single img {
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.business .business_row_2 .row_2_single:hover img {
    transform: scale(1.02);
}

.business .business_row img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;

}

.business .business_row img:hover {
    transform: scale(1.0);
}

.business .business_row_4 {
    background: #D2D2D2;
    display: flex;
    justify-content: space-between;
    height: 250px;
}

.business .business_row_4 .row_4_single {
    width: 20%;
}

.business .business_row_4 .row_4_single img {
    width: 94%;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    margin: 6px;
}

.business .business_row_4 .row_4_single .row_4_single_area {
    margin: 10px;
    height: 220px;
    width: 155px;
    position: relative;
}

.business .business_row_4 .row_4_single .row_4_single_area .row_4_single_bg_img {
    position: absolute;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.6s ease-in-out;
}

.business .business_row_4 .row_4_single .row_4_single_area .row_4_single_icon_img {
    position: absolute;
    top: 25%;
    left: 32%;
    width: 50px;
}

.business .business_row_4 .row_4_single .row_4_single_area:hover .row_4_single_icon_img {
    transition: all 0.6s ease-in-out;
    transform: rotateY(360deg);
}

.business_content {
    display: flex;
    justify-content: center;
}

.business_row_bottom {
    background: #203859;
    height: 30px;
    width: 100%;
}

/* 合作客户 */
.custom {
    width: 85%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
    max-width: 1200px;
}

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

.custom_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17%;
    height: 115px;
    padding: 5px;
    margin-right: 2%;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.custom_item :nth-child(4n) {
    margin-right: 0;
}

.pageInfo .page_info {
    color: #fff !important;
}

/* 服务 */
/* 食品安全 */
.serverFood {
    width: 85%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
    max-width: 1300px;
    display: flex;
}

.serverFood_left {
    width: 18%;

}

.serverFood_left_top {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2c4461;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

.serverFood_left_bottom {
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    background-color: #f7f7f7;
    min-height: 400px;

}

.serverFood_left_bottom_item {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    color: #333333;
}

.left_item_highlight {
    background: #3bab4b;
    color: white;
}

.left_item_highlight a {
    color: white;
}

.serverFood_left_bottom_item_subtitle {
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    padding-left: 10px;
}


.serverFood_left_bottom_item:hover {
    color: #213A59;
}

.serverFood_left_bottom_itemActive {
    font-weight: 600;
    color: #213A59;
}

.serverFood_left .serverFood_left_bottom_show_cases {
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 8px
}


.serverFood_left .serverFood_left_bottom_show_cases:hover a {
    font-size: 14px;
    color: #3bab4b;
    cursor: pointer;
}

.serverFood_right {
    width: 78%;
    margin-left: 2%;
    margin-top: 16px
}

.serverFood_right_item {
    margin-bottom: 3%;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
    padding: 24px;
}

.serverFood_right_item_top {
    font-size: 20px;
    color: #213A59;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 16px 0;
}

.serverFood_right_item_middle {
    margin: 15px 0;
    font-size: 14px;
}


/* 
专家页面的分类样式*/
.expert_category {
    width: 85%;
    max-width: 1200px;
    margin: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.expert_category ul li{
    list-style: none;
}

.expert_category .CategoryItem {
    color: #333333;
    font-size: 16px;
    padding: 3px 2px;
    margin-right: 20px;
}
.expert_category .CategoryItemActive {
    color: #1f3758;
    border-bottom: 1px solid #1f3758;
}

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

