@charset "utf-8";
/* CSS Document */
/*  Global STYLE  */
html {
    color: #000;
    background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal !important;
    margin:15px 16px;
}

h4 {
    font-size: 18px;
    line-height: 2em;
    color: black;
    font-family:"宋体";
}
h2 {
    font-size: 24px;
    line-height: 4em;
    color: black;
    font-family: "宋体";
    font-weight: bold;
}


fieldset, img {
    border: 0;
}

li {
    list-style: none;
}

em, strong, th,dt {
    font-style: normal;
    font-weight: normal !important;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*  body  */
body {
    font-size: 13px;
    font-family: "微软雅黑",'Microsoft YaHei',Arial,sans-serif;
    color: #4c4a44;
    min-width: 1200px;
}

img {
    vertical-align: top;
}
/*a:link,a:visited{color:#666;text-decoration:none}*/
a {
    color: #4c4a44;
    text-decoration: none;
}

    a:hover {
        color: #6d9940;
        text-decoration: none;
    }

/* 
a,area {blr:expression(this.onFocus=this.blur()) }   //IE
a:focus {outline:none;}                              //FF
*/
.clearfix:after, .blank:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    box-sizing: content-box !important;
}

.clearfix, .blank {
    zoom: 1;
}

.fl {
    display: inline;
    float: left;
}

.fr {
    display: inline;
    float: right;
}

.imgbor {
    padding: 2px;
    background: #fff;
    border: 1px #ccc solid;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.ml10 {
    margin-left: 10px;
}

.mr0 {
    margin-right: 0 !important;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.pt20 {
    padding-top: 20px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.fb {
    font-weight: bold;
}

.ft30 {
    font-size: 30px !important;
}

.rel {
    position: relative;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.none {
    display: none;
}

.nobort {
    border-top: none !important
}

.noborb {
    border-bottom: none !important
}

.noborl {
    border-left: none !important
}

.noborr {
    border-right: none !important
}

.blank {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}
.blank-jspt {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
/* .bg-gray{background:#f9f9f9;} */
/*head*/
.top-nav {
    width: 100%;
    height: 40px;
    background: #6d9940;
}
/*加上这个时为了防止冲突用的  同名样式  .bootstarp_fangzhichongtu */
.nav:not(.bootstarp_fangzhichongtu) {
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: 1px #fff solid;
    background: #fff;
    box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    z-index: 9999;
}

.fixed_nav {
    position: fixed;
    top: 0px;
    left: 0;
    _position: absolute;
    _left: 0;
    _top: expression(eval(document.body.scrollTop + 30px));
    z-index: 9999;
    border-bottom: 1px #d7d7d7 solid;
}

.nav-con {
    position: relative;
    width: 100%;
    height: 80px;
    margin: 0 auto;
}

/*.logo {
    float: left;
    width: 200px;
    height: 50px;
    background: url(/sequencing-2/gynh/img/logo.png) no-repeat;
    overflow: hidden;
    margin: 15px 20px 0 40px;
}

    .logo a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -999em;
        overflow: hidden;
    }*/

.nav-text {
    display: inline;
    float: left;
    height: 80px;
    padding-left: 40px;
}

    .nav-text li {
        display: inline;
        float: left;
        height: 80px;
        margin-right: 45px;
    }

        .nav-text li.mr0 {
            margin-right: 0;
        }

        .nav-text li a {
            display: inline-block;
            height: 78px;
            font-size: 16px;
            line-height: 80px;
            color: #4c4a44;
            border-bottom: 2px #fff solid;
        }

            .nav-text li a:hover {
                color: #6d9940;
            }

.menu {
    position: relative;
    float: right;
    width: 36px;
    height: 36px;
    margin: 22px 0 0 10px;
    cursor: pointer;
    display: none;
}

.serv-btn {
    float: right;
    width: 90px;
    height: 36px;
    background: url(/sequencing-2/gynh/img/icos.png) no-repeat left 0;
    text-indent: -999em;
    overflow: hidden;
    margin: 22px 40px 0 24px;
}

    .serv-btn:hover {
        background: url(/sequencing-2/gynh/img/icos.png) no-repeat left 0;
    }

#classnav {
    height: 10%;
}

/*
.serv-btn{float:right;width:90px;height:36px;background:url(/sequencing-2/gynh/img/icos.png) no-repeat left -36px;text-indent:-999em;overflow:hidden;margin:22px 40px 0 24px;}
.serv-btn:hover{background:url(/sequencing-2/gynh/img/icos.png) no-repeat left 0;}
*/

.tel-info {
    float: right;
    background: url(/sequencing-2/gynh/img/tel.png) no-repeat left center; /*font-size:14px;line-height:16px;color:#6c9a3a;margin-top:32px;*/
    padding-left: 25px;
}

.menu-ul {
    float: right;
    margin: 0 40px 0 0;
}

    .menu-ul li {
        float: left;
        height: 40px;
        color: #fff;
        font-size: 13px;
        line-height: 40px;
    }

        .menu-ul li.soso {
            background: url(/sequencing-2/gynh/img/soso.png) no-repeat left center;
            overflow: hidden;
        }

        .menu-ul li.login {
        }

        .menu-ul li.en {
            background: url(/sequencing-2/gynh/img/ico3.png) no-repeat 20px center;
            border-left: 1px #ccc solid;
            padding-left: 20px;
            overflow: hidden;
        }

        .menu-ul li.login a {
            border-left: 1px #ccc solid;
        }

        .menu-ul li a {
            display: inline-block;
            height: 40px;
            padding: 0 20px;
            color: #fff;
        }

            .menu-ul li a:hover {
                color: #4c4a44;
            }

.nav-show {
    max-height: 510px;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 81px;
    z-index: 1001;
    width: 100%;
    background: rgba(255,255,255,0.95);
    background: #fff\9;
    box-shadow: 0 3px 4px rgba(0,0,0,0.3);
}

.curnav {
    border-bottom: 1px #d7d7d7 solid;
}

.nav-show-con {
    width: 1450px;
    padding: 50px;
    margin: 0 auto;
}

.nav-show::-webkit-scrollbar {
    width: 1px;
}

.nav-show::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
}

.nav-text li.cur a {
    border-bottom: 2px #6d9940 solid;
    color: #6d9940;
}

.list-t {
    width: 240px;
}

    .list-t dt {
        font-size: 15px;
        color: #6d9940;
        margin-bottom: 19px;
    }

        .list-t dt.list-t-c {
            background: url(/sequencing-2/gynh/img/v-hr-c.jpg) no-repeat left center;
        }

    .list-t dd {
        font-size: 13px;
        line-height: 24px;
    }

        .list-t dd a {
            color: #4c4a44;
        }

            .list-t dd a:hover {
                color: #6d9940;
            }

.list-t2 { /* height:215px; */
}

}

.list-t3 {
    width: 398px;
}

    .list-t3 dd {
        width: 289px;
        margin-bottom: 10px;
    }

.list-t4 {
    width: 775px;
}

    .list-t4 dt {
        float: left;
        width: 300px;
        height: 180px;
        overflow: hidden;
        margin-top: 5px;
    }

    .list-t4 dd {
        float: right;
        width: 450px;
        font-size: 13px;
        line-height: 24px;
        color: #4c4a44;
    }

        .list-t4 dd em {
            color: #004077;
        }

.list-t5 {
    background: url(/sequencing-2/gynh/img/ico2021060901.png) no-repeat left 17px;
    margin: 0 60px 0 100px;
}

.list-t6 {
    background: url(/sequencing-2/gynh/img/ico5.png) no-repeat left 17px;
}

    .list-t5 li, .list-t6 li {
        font-size: 16px;
        line-height: 48px;
        padding-left: 24px;
    }

.soso-show {
    position: absolute;
    left: 0;
    top: 82px;
    z-index: 9999;
    width: 100%;
    height: 300px;
    background: rgba(255,255,255,0.95);
    background: #fff\9;
    box-shadow: 0 3px 4px rgba(0,0,0,0.3);
}

.soso-con {
    width: 1200px;
    padding-top: 100px;
    margin: 0 auto;
}

    .soso-con span {
        display: block;
        width: 1000px;
        height: 80px;
        margin: 0 auto;
        background: url(/sequencing-2/gynh/img/so-t.png) no-repeat;
        overflow: hidden;
    }

.soso-btn {
    float: right;
    width: 70px;
    height: 80px;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
}

.soso-text {
    float: left;
    width: 880px;
    font-size: 20px;
    color: #fff;
    padding: 27px 0 26px 20px;
    border: none;
    background: #6d9940;
}

.soso-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 100px;
    background: url(/sequencing-2/gynh/img/icos.png) no-repeat -627px -1117px;
    text-indent: -999em;
    overflow: hidden;
}

    .soso-close:hover {
        background-position: -527px -1117px;
    }

.fot-info {
    padding-top: 50px;
}

.fot-logo {
    display: block;
    width: 197px;
    height: 50px;
    background: url(/sequencing-2/gynh/img/b-logo.png) no-repeat;
    overflow: hidden;
}

    .fot-logo a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -999em;
    }

.tel {
    display: block;
    padding-top: 33px;
}

.seat {
    display: block;
    padding-top: 19px;
}

    .tel p, .seat p {
        font-size: 13px;
        line-height: 30px;
        color: #fff;
    }

.i-ico1 {
    background: url(/sequencing-2/gynh/img/ico1.png) no-repeat left center;
    padding-left: 20px;
}

.i-ico2 {
    background: url(/sequencing-2/gynh/img/ico2.png) no-repeat left center;
    padding-left: 20px;
}

.fot-nav {
    padding-top: 75px;
}

    .fot-nav dl {
        float: right;
        color: #fff;
        margin-left: 60px;
    }

        .fot-nav dl dt {
            height: 40px;
            font-size: 16px;
            font-weight: bold;
        }

        .fot-nav dl a {
            color: #fff;
        }

            .fot-nav dl a:hover {
                color: #6d9940;
            }

        .fot-nav dl dd {
            font-size: 12px;
            line-height: 25px;
        }

/**首页导航新增-遗传基因**/
/**.nhzymenu_yichuan_img img{ width:300px; height:300px;}**/
.nhzymenu_yichuan_li {
    margin-left: 65px;
    padding-left: 30px;
    line-height: 36px;
    font-size: 14px;
    background: url(/sequencing-2/gynh/img/dian2.jpg) no-repeat left center;
}

    .nhzymenu_yichuan_li a {
        color: #4c4a44;
        text-decoration: none;
    }

        .nhzymenu_yichuan_li a:hover {
            color: #6d9940;
        }

.tr_tit_20210720 td {
    padding: 10px;
}

.tr_tit_20210720 strong {
    font-weight: bold;
}

@media screen and (max-width: 500px) {
    body {
        max-width:600px;
        min-width:100px;
    }
    .entity-nav {
        height: auto;
        line-height: 2em;
    }
        .entity-nav p {
            float: left;
            text-align: left;
        }
    .N_culture_box label {
        float: left;
    }
    .NCenter_two .NC_left .NC_item {
        width: 100%;
        float: left;
    }
    .file_video2 .gl-react-video, .file_video2 .sjyximg {
        width: 100%;
       
    }
    #app > div.content.jiegou.fensan .news_content_div_c img .news_content_div_c video {
        width: 100% !important;
        height: auto !important;
    }
    .tec_box  {
        padding-top:100px;
    }
    .blank {
        width:100%;
        max-width:600px !important; 
    }
        .blank.entity-nav {
            margin-top:0px !important;
        }
    .firm-site {
        padding-left:10px;
        width:100%;

    }
        .firm-site dt {
            float: none;
            width: 100%;
        }
    #app > div.bg-gray.pb60 > div > ul.branch.clearfix,.mess-list.clearfix {
        padding-left: 10px;
    }
    .entity-nav p {
        padding: 10px;
        
    }
    #classnav > div > div > strong {
        padding-left: 10px;
        margin-top: 10px;
    }

    .mess-list li {
        height: 150px
    }
    .entity-nav .left_gynh strong {
        padding: 15px 0px 0px 5px;
        margin: 0px !important;
        height: 51px;
    }
}
