﻿@charset "UTF-8";

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button, select {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input, button {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}

button {
    cursor: pointer;
    background: transparent;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
    background: transparent;
    min-width: 0;
}

textarea {
    resize: none;
    font-family: "Microsoft YaHei";
    outline-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    font: 14px/150% "微软雅黑" !important;
    color: #000;
    background-color: #f8f9fb;
}
.state_success {
    padding-top: 146px;
    text-align: center;
}

    .state_success > img {
        height: 112px;
    }

    .state_success > h3 {
        font-size: 16px;
        line-height: 72px;
        color: #333333;
    }

    .state_success > p {
        font-size: 14px;
        line-height: 24px;
        color: #999999;
        margin-top: 34px;
    }

    .state_success > a {
        display: block;
        font-size: 14px;
        line-height: 38px;
        width: 124px;
        text-align: center;
        margin: 20px auto 0;
    }

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

em, i, u {
    font-style: normal;
    text-decoration: none;
}

@media screen and (min-width: 1025px) {
    .bg_fff {
        background-color: #fff;
    }

    .inner {
        width: 1200px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .p_hide {
        display: none;
    }

    /* 首页 */
    .header {
        width: 100%;
        background-color: #fec62e;
    }

    .header_top {
        background-color: #130c0e;
    }

    .header_top_con {
        overflow: hidden;
    }

    .header_top_search {
        float: right;
        height: 40px;
        background-color: #ffffff;
        padding: 0 10px;
        overflow: hidden;
    }

    .header_top_search input {
        float: left;
        font-size: 16px;
        line-height: 40px;
        color: #1c1618;
        width: 104px;
    }

    .header_top_search img {
        height: 20px;
        margin: 10px 0;
        cursor: pointer;
    }

    .header_top_link {
        float: right;
        overflow: hidden;
        padding: 11px 0;
    }

    .header_top_link a {
        float: left;
        font-size: 14px;
        line-height: 14px;
        color: #fff;
        padding: 0 20px;
        border-right: 2px solid #cb9e27;
    }

    .header_top_link a:last-child {
        border-right: 0;
    }

    .header_top_link a img {
        height: 20px;
        margin: -2px 0 0 12px;
    }

    .header_top_link a:hover {
        text-decoration: underline;
    }

    .header_bottom {
        overflow: hidden;
    }

    .header_logo {
        float: left;
        height: 130px;
        padding-top: 48px;
        box-sizing: border-box;
    }

    .header_logo img {
        display: block;
        height: 38px;
    }

    .nav {
        float: right;
        overflow: hidden;
    }

    .nav li {
        float: left;
        margin-left: 60px;
    }

    .nav li>a {
        display: block;
        font-size: 18px;
        line-height: 130px;
        color: #000000;
    }

    .nav li:hover>a {
        font-weight: bold;
    }

    .index_banner {
        min-height: 390px;
        background: url('bg1.png') no-repeat center top;
        background-size: 1920px 100%;
    }

    .index_banner_con {
        width: 960px;
        text-align: center;
    }

    .index_banner_tit {
        height: 150px;
        box-sizing: border-box;
        padding-top:40px;
    }

    .index_banner_tit h3 {
        font-size: 28px;
        line-height: 58px;
        color: #000000;
        font-weight: bold;
    }

    .index_banner_tit p {
        font-size: 16px;
        line-height: 26px;
        color: #333333;
    }

    .index_banner_search {
        overflow: hidden;
        border-radius: 4px;
      /*  background-color: #ffffff;*/
    }

    .index_banner_search input {
        float: left;
        font-size: 16px;
        line-height: 56px;
        color: #333333;
        padding: 0 26px;
        box-sizing: border-box;
        width: 834px;
    }

    .index_banner_search button {
        float: right;
        width: 126px;
        height: 56px;
        background: #226ed1 url('search_w.png') no-repeat center;
        background-size: auto 22px;
    }

    .index_banner_search button:hover {
        background-color: #084fac;
    }

    .index_banner_txt {
        padding: 40px 30px 0;
    }

    .index_banner_txt p {
        font-size: 16px;
        line-height: 36px;
        color: #333333;
    }

    .tit {
        max-width: 960px;
        margin: 0 auto;
        text-align: center;
        padding: 76px 0 34px;
    }

    .tit h3 {
        font-size: 28px;
        line-height: 80px;
        color: #333333;
        font-weight: bold;
    }

    .tit p {
        font-size: 16px;
        line-height: 26px;
        color: #3d485d;
    }

    .certificate_query {
        padding: 0 0 166px;
    }

    .certificate_query_link {
        overflow: hidden;
    }

    .certificate_query_link a {
        float: left;
        border-style: solid;
        border-width: 4px;
        border-color: rgb(255, 255, 255);
        border-radius: 10px;
        background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 100%);
        box-shadow: 0px 4px 14px 0px rgba(192, 203, 219, 0.26);
        width: 262px;
        height: 167px;
        box-sizing: border-box;
        margin: 40px 50px 0 0;
        text-align: center;
        padding: 18px 16px 0;
        transition: all .3s;
    }

    .certificate_query_link a:nth-child(4n) {
        margin-right: 0;
    }

    .certificate_query_link a img {
        display: block;
        margin: 0 auto;
        height: 96px;
    }

    .certificate_query_link a p {
        font-size: 16px;
        line-height: 26px;
        color: #333333;
        margin-top: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .certificate_query_link a:hover {
        padding-top: 8px;
    }

    .certificate_query_link a:hover p {
        color: #edb214;
    }

    .footer {
        background-color: #282828;
    }

    .footer_top {
        border-bottom: 1px solid #343434;
        overflow: hidden;
    }

    .footer_logo {
        float: left;
        line-height: 100px;
        font-size: 0;
    }

    .footer_logo img {
        height: 47px;
        margin-right: 14px;
    }

    .footer_top_link {
        float: left;
        overflow: hidden;
        padding-top: 42px;
    }

    .footer_top_link a {
        float: left;
        font-size: 16px;
        line-height: 16px;
        color: #999999;
        padding: 0 16px;
        border-right: 2px solid #535353;
    }

    .footer_top_link a:last-child {
        border-right: 0;
    }

    .footer_top_link a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .footer_top_txt {
        float: right;
        line-height: 100px;
        font-size: 0;
    }

    .footer_top_txt img {
        height: 19px;
    }

    .footer_bottom {
        overflow: hidden;
    }

    .footer_bottom p {
        float: left;
        font-size: 16px;
        line-height: 80px;
        color: #999999;
    }

    .footer_bottom p img {
        float: left;
        height: 16px;
        margin: 32px 10px 0 0;
    }

    .footer_bottom p:last-child {
        float: right;
    }

    /* 列表页 */
    .certification_directory {
        padding-bottom: 44px;
    }

    .certification_directory_tit {
        padding: 14px 0 30px;
    }

    .certification_directory_tit h3 {
        font-size: 22px;
        line-height: 62px;
        color: #222222;
        font-weight: bold;
    }

    .certification_directory_tit p {
        font-size: 16px;
        line-height: 26px;
        color: #293957;
    }

    .certification_directory_search {
        overflow: hidden;
    }

    .certification_directory_search_ipt {
        float: left;
        /*width: 240px;*/
        margin-right: 16px;
        border-radius: 4px;
        background-color: #ffffff;
        border: 2px solid #eeeff1;
        overflow: hidden;
        padding: 0 16px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .certification_directory_search_ipt h3 {
        float: left;
        font-size: 14px;
        line-height: 38px;
        color: #293957;
        font-weight: bold;
    }

    .certification_directory_search_ipt input {
        float: left;
        /*width: 120px;*/
        font-size: 14px;
        line-height: 38px;
        color: #293957;
    }

    .certification_directory_search_ipt input::placeholder {
        color: #949cab;
    }

    .certification_directory_search button {
        float: left;
        font-size: 14px;
        line-height: 42px;
        color: #222222;
        font-weight: bold;
        text-align: center;
        width: 90px;
        border-radius: 4px;
        background-color: #edb214;
        letter-spacing: 2px;
    }

    .certification_directory_search button:hover {
        background-color: #fec62e;
    }

    .certification_directory_table {
        margin-top: 16px;
        background-color: #ffffff;
        min-height: 422px;
        border-radius: 6px;
        overflow: hidden;
    }

    .certification_directory_table table {
        width: 100%;
    }

    .certification_directory_table table tr:nth-child(2n-1) {
        background-color: #f8f9fb;
    }

    .certification_directory_table table tr:nth-child(1) {
        background-color: #edb214;
    }

    .certification_directory_table table th {
        font-size: 16px;
        line-height: 50px;
        color: #000000;
        text-align: center;
    }

    .certification_directory_table table td {
        font-size: 14px;
        line-height: 60px;
        color: #293957;
        text-align: center;
    }

    /* 查询页 */
    .query {
        height: 728px;
        background: url('bg2.png') no-repeat center top;
        background-size: 1920px 100%;
    }

    .query_con {
        padding-top: 20px;
        height: 100%;
        box-sizing: border-box;
        position: relative;
    }
    .certindex h3 {
        text-align: center;
        padding: 30px;
        font-weight: bold;
        font-size: 28px;
    }
    .query_txt {
        width: 784px;
        position: absolute; 
    }
        .query_txt img {
            max-width: 784px;
            border-radius: 9px;
        }

        .query_txt h3 {
            font-size: 16px;
            line-height: 50px;
            color: #222222;
            font-weight: bold;
        }

    .query_txt p {
        font-size: 14px;
        line-height: 30px;
        color: #293957;
        opacity: .9;
    }

    .query_info {
        border-style: solid;
        border-width: 4px;
        border-color: rgb(255, 255, 255);
        border-radius: 9px;
        background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 100%);
        box-shadow: 0px 4px 13px 0px rgba(192, 203, 219, 0.26);
        position: absolute;
        top: 20px;
        right: 0;
        width: 399px;
        /*height: 502px;*/
        box-sizing: border-box;
        padding: 16px 32px;
        min-height: 360px;
    }

    .query_info_tit {
        font-size: 28px;
        line-height: 42px;
        color: #222222;
        font-weight: bold;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: baseline;
        justify-content: center;
    }

        .query_info_tit i {
           /* display: inline-block;
            width: 54px;*/
            height: 2px;
            background-color: #eeeeee;
            position: relative;
            top: -8px;
            flex-grow: 1;
        }

    .query_info_tit em {
        display: inline-block;
        margin: 0 26px;
        flex-grow:1;
    }

    .query_info_form li {
        margin-top: 16px;
        overflow: hidden;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
    }

        .query_info_form li h3 {
            /* float: left; */
            font-size: 14px;
            /* line-height: 41px; */
            color: #293957;
            font-weight: bold;
            /* width: 80px; */
            text-align: right;
            /* flex-grow: 1; */
            width: 40%; 
            display: flex;
            justify-content: flex-end;
            flex-wrap: nowrap;
            align-items: center;
        }
            .query_info_form li h3::after {
                content: ":";
                margin:0 5px;
            }

            .query_info_form li input {
                /* float: left; */
                /* width: 246px; */
                font-size: 14px;
                line-height: 40px;
                color: #293957;
                /* flex-grow: 1; */
                border-bottom: 1px solid #f1f2f3;
                width: 60%;
            }

    .query_info_form li input::placeholder {
        color: #293957;
        opacity: .3;
    }

    .query_info_btn {
        font-size: 14px;
        line-height: 44px;
        color: #333333;
        text-align: center;
        border-radius: 6px;
        background-color: #ffc400;
        width: 300px;
        display: block;
        margin: 26px auto 0;
    }

    .query_info_btn:hover {
        background-color: #edb214;
    }

    .query_info_tips {
        padding-top: 18px;
        text-align: center;
    }

    .query_info_tips p {
        font-size: 14px;
        line-height: 22px;
        color: #293957;
        opacity: .5;
    }

    /* 详情页 */
    .intertek_query {
        padding-bottom: 54px;
    }

    .intertek_query .tit {
        padding-top: 54px;
    }

    .intertek_query_search {
        padding: 30px 0 8px;
        overflow: hidden;
    }

    .intertek_query_search h3 {
        float: left;
        font-size: 14px;
        line-height: 40px;
        color: #293957;
        margin-right: 12px;
        font-weight: bold;
    }

    .intertek_query_search_ipt {
        float: left;
        border-radius: 100px;
        padding: 0 20px;
        border: 2px solid #f6c944;
        height: 40px;
    }
        .intertek_query_search_ipt:hover {
            background-color: #fec62e;
        }

        .intertek_query_search_ipt input {
            float: left;
            font-size: 14px;
            line-height: 40px;
            color: #0c121e;
            width: 340px;
        }

    .intertek_query_search_ipt input::placeholder {
        color: #0c121e;
        opacity: .8;
    }

    .intertek_query_search_ipt img {
        height: 20px;
        margin: 10px 0;
        cursor: pointer;
    }

    .intertek_query_info {
        overflow: hidden;
    }

    .intertek_query_info li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        margin-top: 10px;
        background-color: #f8f9fb;
        overflow: hidden;
    }

    .intertek_query_info li:nth-child(2n-1) {
        border-radius: 6px 0 0 6px;
    }

    .intertek_query_info li:nth-child(2n) {
        border-radius: 0 6px 6px 0;
    }

    .intertek_query_info li h3 {
        float: left;
        width: 140px;
        font-size: 14px;
        line-height: 62px;
        color: #293957;
        text-align: right;
        opacity: .8;
        font-weight:bold;
    }

    .intertek_query_info li p {
        float: left;
        font-size: 14px;
        line-height: 62px;
        color: #0c121e;
    }

    .intertek_query_intr {
        border-radius: 6px;
        background-color: #f8f9fb;
        margin-top: 10px;
        padding: 6px 36px 42px;
    }

    .intertek_query_intr h3 {
        font-size: 14px;
        line-height: 54px;
        color: #293957;
        opacity: .8;
    }

    .intertek_query_intr p {
        font-size: 14px;
        line-height: 24px;
        color: #0c121e;
    }

    .details_inner {
        padding-bottom: 72px;
    }

    .detection {
        margin-top: 54px;
        background-color: #fff;
        border-radius: 6px;
        padding: 0 36px;
    }

    .details_tit {
        overflow: hidden;
        border-bottom: 1px solid #eee;
    }

    .details_tit h3 {
        float: left;
        font-size: 24px;
        line-height: 94px;
        color: #000000;
        font-weight: bold;
        position: relative;
    }

    .details_tit h3::after {
        content: "";
        width: 54px;
        height: 4px;
        background-color: #fccc2d;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .report_list {
        overflow: hidden;
        margin: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .report_list li {
        float: left;
        margin: 36px 28px 0 0;
        width: 261px;
        cursor: pointer;
    }

    .report_list li:nth-child(4n) {
        margin-right: 0;
    }

    .report_list li>img {
        display: block;
        width: 100%;
        height: 261px;
    }

    .report_list_txt {
        text-align: center;
        padding: 20px 0 0 0;
        height: 104px;
        box-sizing: border-box;
    }

    .report_list_txt p {
        font-size: 14px;
        line-height: 26px;
        color: #0c121e;
    }

    .report_list li:hover .report_list_txt p {
        color: #edb214;
    }

    .laboratory_list {
        padding: 16px 0 30px;
        overflow: hidden;
    }

    .laboratory_list li {
        float: left;
        width: 261px;
        margin: 30px 28px 0 0;
        cursor: pointer;
    }

    .laboratory_list li:nth-child(4n) {
        margin-right: 0;
    }

    .laboratory_list_img {
        width: 100%;
        height: 212px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

    .laboratory_list_img img {
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

    .laboratory_list_img i {
        display: block;
        width: 54px;
        height: 54px;
        background: url('play.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -27px 0 0 -27px;
    }

    .laboratory_list li>p {
        font-size: 14px;
        line-height: 66px;
        color: #0c121e;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .laboratory_list li:hover .laboratory_list_img img {
        transform: scale(1.1);
    }

    .laboratory_list li:hover>p {
        color: #edb214;
    }

    .detection .intertek_query_info {
        padding: 16px 0 0;
    }

    .detection .intertek_query_info li h3 {
        width: 120px;
    }

    .detection .intertek_query_intr {
        background: transparent;
    }

    .file_download_list {
        overflow: hidden;
        padding-bottom: 58px;
    }

    .file_download_list li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
        padding: 0 36px;
        overflow: hidden;
    }

    .file_download_list li:nth-child(2n) {
        border-right: 0;
    }

    .file_download_list_txt {
        float: left;
        width: 400px;
        height: 84px;
        box-sizing: border-box;
        padding-top: 16px;
    }

    .file_download_list_txt h3 {
        font-size: 14px;
        line-height: 26px;
        color: #0c121e;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .file_download_list_txt p {
        font-size: 12px;
        line-height: 24px;
        color: #283efd;
        opacity: .8;
    }

    .file_download_list li>a {
        float: right;
        font-size: 14px;
        line-height: 36px;
        color: #0c121e;
        width: 88px;
        text-align: center;
        border-radius: 4px;
        background-color: #fec62e;
        margin-top: 24px;
    }

    .file_download_list li>a:hover {
        background-color: #edb214;
    }

    .popular_science {
        margin-top: 36px;
    }

    .popular_science_info {
        padding: 0 0 4px;
    }

    .popular_science_info p {
        font-size: 14px;
        line-height: 30px;
        color: #293957;
        margin-top: 20px;
    }

    .popular_science_info h3 {
        font-size: 20px;
        line-height: 20px;
        color: #293957;
        margin: 30px 0 -8px;
    }

    .popular_science_info img {
        display: block;
        width: 676px;
        margin: 48px 0;
    }

    .mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    .video_popup {
        width: 800px;
        height: 500px;
        background-color: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -250px 0 0 -400px;
    }

    .video_popup>img {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -20px;
        right: -20px;
        z-index: 9;
        cursor: pointer;
    }

    .video_popup video {
        display: block;
        width: 100%;
        height: 100%;
    }
}

/*********************************************************************************************/

@media screen and (max-width: 1024px) {
    body {
        padding-top: 1rem;
    }

    .bg_fff {
        background-color: #fff;
    }

    .m_hide {
        display: none;
    }

    /* 首页 */
    .header {
        width: 100%;
        height: 1rem;
        background-color: #fec62e;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        box-sizing: border-box;
        padding: 0 .3rem;
    }

    .header_bottom {
        display: flex;
        justify-content: space-between;
    }

    .header_logo {
        display: block;
        height: 1rem;
        padding-top: .2rem;
        box-sizing: border-box;
    }

    .header_logo img {
        display: block;
        height: .38rem;
    }

    .header_logo p {
        font-size: .12rem;
        line-height: .3rem;
        color: #261e1a;
    }

    .header_bottom_btn {
        display: flex;
    }

    .header_bottom_btn li {
        margin-left: .22rem;
    }

    .header_bottom_btn li>a {
        display: block;
        line-height: 1rem;
        font-size: 0;
    }

    .header_bottom_btn li>a img {
        height: 0.4rem;
    }

    .nav {
        width: 100%;
        height: 100%;
        background-color: #fec62e;
        position: fixed;
        top: 1rem;
        left: 0;
        z-index: 999;
        padding: .2rem 0 1.2rem;
        overflow-y: auto;
        border-top: 1px solid #000000;
        display: none;
    }

    .nav li {
        padding: 0 .5rem;
    }

    .nav li>a {
        display: block;
        font-size: .28rem;
        line-height: .8rem;
        color: #000000;
    }

    .nav li:hover>a {
        font-weight: bold;
    }

    .index_banner {
        /*height: 5rem;*/
        background: url('bg1.png') no-repeat center top;
       /*  background-size: 19.2rem 100%;
       /* box-sizing: border-box;*/
        padding: 0 8px;
    }

    .index_banner_con {
        text-align: center;
    }

    .index_banner_tit {
        height: 70px;
        box-sizing: border-box;
        padding-top: 20px;
    }

    .index_banner_tit h3 {
        font-size: 26px;
        line-height: 10px;
        color: #000000;
        font-weight: bold;
    }

    .index_banner_tit p {
        font-size: 14px;
        line-height: 40px;
        color: #333333;
    }

    .index_banner_search {
        display: flex;
        border-radius: .04rem;
       /* background-color: #ffffff;*/
        overflow: hidden;
    }
        .index_banner_search form {
            display: flex;
            border-radius: .04rem;
            background-color: #ffffff;
            overflow: hidden;
            width:100%;
        }

    .index_banner_search input {
        flex: 1;
        font-size: .24rem;
        line-height: .6rem;
        color: #333333;
        padding: 0 .26rem;
        box-sizing: border-box;
    }

    .index_banner_search button {
        width: 1.26rem;
        height: .6rem;
        background: #226ed1 url('search_w.png') no-repeat center;
        background-size: auto .24rem;
    }

    .index_banner_search button:hover {
        background-color: #084fac;
    }

    .index_banner_txt {
        padding:15px;
    }

    .index_banner_txt p {
        font-size: 12px;
        line-height: 20px;
        color: #333333;
    }

    .tit {
        text-align: center;
        padding: .76rem 0 .34rem;
    }

    .tit h3 {
        font-size: .3rem;
        line-height: .8rem;
        color: #333333;
        font-weight: bold;
    }

    .tit p {
        font-size: .2rem;
        line-height: .3rem;
        color: #3d485d;
    }

    .certificate_query {
        padding: 0 .2rem 1rem;
    }

    .certificate_query_link {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .certificate_query_link a {
        float: left;
        border-style: solid;
        border-width: .04rem;
        border-color: rgb(255, 255, 255);
        border-radius: .1rem;
        background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 100%);
        box-shadow: 0rem .04rem .14rem 0rem rgba(192, 203, 219, 0.26);
        width: 3.45rem;
        height: 2.45rem;
        box-sizing: border-box;
        margin: .2rem 0 0 0;
        text-align: center;
        padding: .3rem .2rem 0;
        transition: all .3s;
    }

    .certificate_query_link a img {
        display: block;
        margin: 0 auto;
        height: 1.2rem;
    }

    .certificate_query_link a p {
        font-size: .24rem;
        line-height: .34rem;
        color: #333333;
        margin-top: .2rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .certificate_query_link a:hover {
        padding-top: .1rem;
    }

    .certificate_query_link a:hover p {
        color: #edb214;
    }

    .footer {
        background-color: #282828;
        padding: 0 .2rem .2rem;
    }

    .footer_top {
        overflow: hidden;
    }

    .footer_logo {
        display: block;
        line-height: 1.22rem;
        font-size: 0;
    }

    .footer_logo img {
        height: .86rem;
    }

    .footer_top_link {
        display: flex;
        flex-wrap: wrap;
    }

    .footer_top_link a {
        font-size: .2rem;
        line-height: .2rem;
        color: #999999;
        padding: 0 .18rem;
        border-right: .02rem solid #535353;
        margin: .06rem 0;
    }

    .footer_top_link a:last-child {
        border-right: 0;
    }

    .footer_top_link a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .footer_top_txt {
        display: block;
        line-height: .68rem;
        font-size: 0;
        margin-top: .32rem;
        padding: 0 .1rem;
    }

    .footer_top_txt img {
        height: .34rem;
    }

    .footer_bottom {
        overflow: hidden;
    }

    .footer_bottom p {
        font-size: .2rem;
        line-height: .34rem;
        color: #999999;
    }

    /* 列表页 */
    .certification_directory {
        padding: 0 .2rem .5rem;
    }

    .certification_directory_tit {
        padding: .14rem 0;
    }

    .certification_directory_tit h3 {
        font-size: .3rem;
        line-height: .64rem;
        color: #222222;
        font-weight: bold;
    }

    .certification_directory_tit p {
        font-size: .2rem;
        line-height: .3rem;
        color: #293957;
    }

    .certification_directory_search_ipt {
        display: flex;
        border-radius: .1rem;
        background-color: #ffffff;
        border: .02rem solid #eeeff1;
        overflow: hidden;
        padding: 0 .2rem;
        box-sizing: border-box;
        margin-top: .2rem;
    }

    .certification_directory_search_ipt h3 {
        font-size: .24rem;
        line-height: .6rem;
        color: #293957;
        font-weight: bold;
        min-width: 1.5rem;
    }

    .certification_directory_search_ipt input {
        flex: 1;
        font-size: .24rem;
        line-height: .6rem;
        color: #293957;
    }

    .certification_directory_search_ipt input::placeholder {
        color: #949cab;
    }

    .certification_directory_search button {
        font-size: .24rem;
        line-height: .6rem;
        color: #222222;
        font-weight: bold;
        text-align: center;
        width: 2rem;
        border-radius: .1rem;
        background-color: #edb214;
        letter-spacing: .02rem;
        display: block;
        margin: .2rem auto 0;
    }

    .certification_directory_search button:hover {
        background-color: #fec62e;
    }

    .certification_directory_table {
        margin-top: .2rem;
        background-color: #ffffff;
        min-height: 4.22rem;
        border-radius: .1rem;
        overflow: hidden;
    }

    .certification_directory_table table {
        width: 100%;
    }

    .certification_directory_table table tr:nth-child(2n-1) {
        background-color: #f8f9fb;
    }

    .certification_directory_table table tr:nth-child(1) {
        background-color: #edb214;
    }

    .certification_directory_table table th {
        font-size: .2rem;
        line-height: .5rem;
        color: #000000;
        text-align: center;
    }

    .certification_directory_table table td {
        font-size: .18rem;
        line-height: .6rem;
        color: #293957;
        text-align: center;
    }
    .certindex {
        display:none;
    }
    /* 查询页 */
    .query {
        background: url('bg2.png') no-repeat center top;
        background-size: 19.2rem 100%;
        padding: 0 .2rem .5rem;
    }

    .query_con {
        padding-top: .3rem;
    }

    .query_txt h3 {
        font-size: .3rem;
        line-height: .8rem;
        color: #222222;
        font-weight: bold;
    }

    .query_txt p {
        font-size: .2rem;
        line-height: .3rem;
        color: #293957;
        opacity: .9;
    }
    .query_txt img {
        max-width:100%;
    }

    .query_info {
        border-style: solid;
        border-width: .04rem;
        border-color: rgb(255, 255, 255);
        border-radius: .1rem;
        background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(244, 246, 249) 100%);
        box-shadow: 0rem .04rem .13rem 0rem rgba(192, 203, 219, 0.26);
        box-sizing: border-box;
        padding: .3rem;
        margin-top: .5rem;
    }

    .query_info_tit {
        font-size: .3rem;
        line-height: .6rem;
        color: #222222;
        font-weight: bold;
        text-align: center;
    }

    .query_info_tit i {
        display: inline-block;
        width: 1rem;
        height: .02rem;
        background-color: #ddd;
        position: relative;
        top: -.1rem;
    }

    .query_info_tit em {
        display: inline-block;
        margin: 0 .3rem;
    }

    .query_info_form li {
        margin-top: .3rem;
        display: flex;
    }

        .query_info_form li h3 {
            font-size: .20rem;
            /*line-height: .7rem;*/
            color: #293957;
            font-weight: bold;
            width: 1.4rem;
            text-align: right;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
            .query_info_form li h3::after {
                content: ":";
                margin: 0 0.1rem;
            }


    .query_info_form li input {
        flex: 1;
        font-size: .24rem;
        line-height: .7rem;
        color: #293957;
        border-bottom: .01rem solid #ddd;
    }

    .query_info_form li input::placeholder {
        color: #293957;
        opacity: .3;
    }

    .query_info_btn {
        font-size: .24rem;
        line-height: .7rem;
        color: #333333;
        text-align: center;
        border-radius: .06rem;
        background-color: #ffc400;
        width: 5rem;
        display: block;
        margin: .3rem auto 0;
    }

    .query_info_btn:hover {
        background-color: #edb214;
    }

    .query_info_tips {
        padding-top: .3rem;
        text-align: center;
    }

    .query_info_tips p {
        font-size: .2rem;
        line-height: .3rem;
        color: #293957;
        opacity: .5;
    }

    /* 详情页 */
    .intertek_query {
        padding-bottom: .4rem;
    }

    .intertek_query .tit {
        padding: .12rem 1.2rem .4rem;
    }

    .intertek_query_search {
        padding: 0 .4rem;
        overflow: hidden;
    }

    .intertek_query_search h3 {
        float: left;
        font-size: 14px;
        line-height: 40px;
        color: #293957;
        margin-right: 12px;
        font-weight: bold;
        display: none;
    }

    .intertek_query_search_ipt {
        border-radius: 1rem;
        padding: 0 .32rem;
        background-color: #fff;
        height: .68rem;
        border: .01rem solid #f6c944;
        display: flex;
    }

    .intertek_query_search_ipt input {
        flex: 1;
        font-size: .22rem;
        line-height: .66rem;
        color: #0c121e;
    }

    .intertek_query_search_ipt input::placeholder {
        color: #0c121e;
        opacity: .8;
    }

    .intertek_query_search_ipt img {
        height: .22rem;
        margin: .22rem 0;
        cursor: pointer;
    }

    .intertek_query_info {
        background-color: #f8f9fb;
        padding: 0 .74rem;
        margin-top: .3rem;
    }

    .intertek_query_info li {
        border-bottom: 1px solid #eee;
        display: flex;
    }

    .intertek_query_info li:last-child {
        border-bottom: 0;
    }

    .intertek_query_info li h3 {
        font-size: .24rem;
        line-height: 1.06rem;
        color: #293957;
        text-align: right;
        opacity: .8;
        font-weight:bold;
    }

        .intertek_query_info li p {
            flex: 1;
            font-size: .24rem;
            line-height: .32rem;
            color: #0c121e;
            /*height: 1.06rem;*/
            display: flex;
            justify-content: center;
            flex-direction: column;
            text-align: right;
            margin: 0.1rem 0.3rem;
        }

    .intertek_query_intr {
        border-radius: 6px;
        background-color: #f8f9fb;
        margin-top: 10px;
        padding: 6px 36px 42px;
    }

    .intertek_query_intr h3 {
        font-size: 14px;
        line-height: 54px;
        color: #293957;
        opacity: .8;
    }

    .intertek_query_intr p {
        font-size: 14px;
        line-height: 24px;
        color: #0c121e;
    }

    .details_inner {
        padding: .4rem .4rem .32rem;
    }

    .detection {
        background-color: #fff;
        border-radius: .06rem;
        padding: 0 .3rem;
    }

    .details_tit {
        overflow: hidden;
        border-bottom: 1px solid #eee;
    }

    .details_tit h3 {
        float: left;
        font-size: .24rem;
        line-height: 1.03rem;
        color: #000000;
        font-weight: bold;
        position: relative;
    }

    .details_tit h3::after {
        content: "";
        width: .58rem;
        height: .04rem;
        background-color: #fccc2d;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .report_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #efefef;
    }

    .report_list li {
        margin-top: .3rem;
        width: 2.96rem;
        cursor: pointer;
    }

    .report_list li>img {
        display: block;
        width: 100%;
        height: 2.96rem;
    }

    .report_list_txt {
        text-align: center;
        padding: .22rem 0 0 0;
        height: 1.15rem;
        box-sizing: border-box;
    }

    .report_list_txt p {
        font-size: .2rem;
        line-height: .36rem;
        color: #0c121e;
    }

    .report_list li:hover .report_list_txt p {
        color: #edb214;
    }

    .laboratory_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .laboratory_list li {
        width: 2.96rem;
        margin-top: .3rem;
        cursor: pointer;
    }

    .laboratory_list_img {
        width: 100%;
        height: 2.34rem;
        border-radius: .1rem;
        overflow: hidden;
        position: relative;
    }

    .laboratory_list_img img {
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

    .laboratory_list_img i {
        display: block;
        width: .6rem;
        height: .6rem;
        background: url('play.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -.3rem 0 0 -.3rem;
    }

    .laboratory_list li>p {
        font-size: .22rem;
        line-height: .66rem;
        color: #0c121e;
        text-align: center;
        margin-top: .07rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .laboratory_list li:hover .laboratory_list_img img {
        transform: scale(1.1);
    }

    .laboratory_list li:hover>p {
        color: #edb214;
    }

    .detection .intertek_query_info {
        padding: 16px 0 0;
    }

    .detection .intertek_query_info li h3 {
        width: 120px;
    }

    .detection .intertek_query_intr {
        background: transparent;
    }

    .file_download_list li {
        border-bottom: 1px solid #eeeeee;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .file_download_list li:last-child {
        border-bottom: 0;
    }

    .file_download_list_txt {
        width: 5rem;
        height: 1.2rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .file_download_list_txt h3 {
        font-size: .26rem;
        line-height: .44rem;
        color: #0c121e;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .file_download_list_txt p {
        font-size: .22rem;
        line-height: .4rem;
        color: #283efd;
        opacity: .8;
    }

    .file_download_list li>a {
        font-size: .2rem;
        line-height: .4rem;
        height: .4rem;
        color: #0c121e;
        width: .98rem;
        text-align: center;
        border-radius: .04rem;
        background-color: #fec62e;
    }

    .file_download_list li>a:hover {
        background-color: #edb214;
    }

    .popular_science {
        margin-top: .2rem;
    }

    .popular_science_info {
        padding: 0 0 .01rem;
    }

    .popular_science_info p {
        font-size: .24rem;
        line-height: .44rem;
        color: #293957;
        margin-top: .36rem;
    }

    .popular_science_info h3 {
        font-size: .28rem;
        line-height: .28rem;
        color: #293957;
        margin: .5rem 0 -.16rem;
    }

    .popular_science_info img {
        display: block;
        width: 100%;
        margin: .46rem 0 .3rem;
    }

    .mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    .video_popup {
        width: 7rem;
        height: 4rem;
        background-color: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -2rem 0 0 -3.5rem;
    }

    .video_popup>img {
        width: .6rem;
        height: .6rem;
        position: absolute;
        top: -.3rem;
        right: -.2rem;
        z-index: 9;
        cursor: pointer;
    }

    .video_popup video {
        display: block;
        width: 100%;
        height: 100%;
    }
    .state_success {
        padding-top: 2.4rem;
        text-align: center;
    }

        .state_success > img {
            height: 3rem;
        }

        .state_success > h3 {
            font-size: .45rem;
            line-height: 1.2rem;
            color: #333333;
        }

        .state_success > p {
            font-size: .4rem;
            line-height: .7rem;
            color: #999999;
            margin-top: .6rem;
        }

        .state_success > a {
            display: block;
            font-size: .4rem;
            line-height: 1rem;
            width: 3rem;
            text-align: center;
            margin: .4rem auto 0;
        }

}