@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A:link {
    color: #505050;
    outline: none;
}

A:visited {
    color: #333333;
}

A:active {
    color: #333333
}

A:hover {
    COLOR: #b6001f
}

BODY {
    margin: 0px;
    padding: 0;
    font-family: Verdana, Arial, "微软雅黑";
    background: #ffffff;
    color: #333333;
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

input {
    border: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, i, p ,h1, h2, h3, h4, h5, h6,span,:before,:after{
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b, label {
    font-weight: normal;
}

input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

@media only screen and (max-width: 1200px) {
    .main {
        width: 100%;
        margin: 0px auto;
    }

    body {
        font-size: 12px;
        line-height:1.5;
    }
}

@media only screen and (min-width: 1200px) {
    .mob{
        display: none;
    }
    .main {
        width: 1200px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }

}
@media only screen and (max-width: 1200px) {
    #nav_top{
        width: 100%;

    }
    .top{
        width:100%;
        background-color: #b6001f;
        color:#fff;
        position: fixed;
        z-index: 20;
        left: 0px;
        top: 0px;
        height: 55px;
    }
    .top .main {
        height: 55px;
        position: relative;
    }

    .top_jg {
        height: 55px;
        width: 100%;
    }

    .logo {
        background: url("https://www.microbialgenomics.net/images/logo_new.png") left center no-repeat;
        background-size: auto 75%;
        /*width:220px;*/
        width:300px;
        height: 23px;
        position: absolute;
        left: 10px;
        top: 15px;
    }
    .logo a{
        position:absolute;
        height:30px;
        width:60px;
        left:0;
        top:0px;
    }
    .logo a.a1{
        width:90px;
    }
    .logo a.a2{
        left:95px;
    }
    .logo a.a3{
        left:165px;
        width:50px;
    }
    .menu {
        margin: 0px 0px 0px 0%;
        float: left;
        width: 100%;
    }

    .menu li {
        float: left;
        width: 100%;
        border-top: solid 1px rgba(255,255,255,.2);
    }

    .menu a.dbt {
        font-size: 14px;
        font-weight: bold;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 8px 0px;
        text-align: left;
        padding-left: 3%;
        color: #fff;
    }

    .menu a {
        font-size: 13px;
    }
    .menu .txtk{
        width: 100%;
        float: left;
    }
    .menu .txtk .imgk{
        display: none;
    }
    .menu dl {
        width: 100%;
        float: left;
        padding-bottom: 8px;
    }

    .menu dl dd {
        width: 50%;
        float: left;
    }

    .menu dl dd a {
        padding: 5px 0px;
        padding-left: 6%;
    }

    .menu2 {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: 10px;
        top: 12.5px;
        z-index: 31;
    }

    .menu2 a {
        outline: none;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .menu2 a.on {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23ffffff'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #navk {
        width: 100%;
        box-shadow: 2px 6px 5px rgba(0, 0, 0, .5);
        display: none;
        background: #b2141a;
        position: fixed;
        left: 100%;
        top: 0px;
        height: 100%;
        overflow-y: auto;
    }


    .ss {
        float:left;
        height: 35px;
        width: 100%;
        display: block;
        position:relative;
    }

    .ss .txtk {
        position: absolute;
        overflow: hidden;
        height: 35px;
        right: 0px;
        top: 0px;
        width:100%;
    }

    .ss .form-control {
        width: 100%;
        height: 35px;
        border: 0;
        padding: 0 0 0 12px;
        background: rgba(255, 255, 255, .2);
        color: #ffffff;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
        font-size: 15px;
    }

    .ss .an_ss {
        position: absolute;
        width: 40px;
        height: 35px;
        border: 0;
        right: 0px;
        top: 0px;
        background: url("https://www.microbialgenomics.net/images/t_ss.png") center center no-repeat;
        background-size: auto 50%;
    }
    .top_r{
        width:100%;
        float:left;
        margin-top: 55px;
    }
    .top_yy{
        width:100%;
        float:left;
        text-align: center;
        color:#fff;
        line-height: 30px;
        margin: 10px 0;
    }
    .top_yy a{
        color:#fff;
        margin: 0 15px;
    }

}

@media only screen and (min-width: 1200px) {
    #navk {
        height:60px;
        width:100%;
        border-top: solid 1px rgba(255,255,255,.8);
        border-bottom: solid 1px rgba(255,255,255,.8);
        z-index: 30;
    }


    #navk .main{
        height:60px;
        position:relative;
    }

    .menu2 {
        display: none;
    }

    .top {
        width: 100%;

    }

    .top_main {
        position: relative;
        height: 120px;
    }

    .top_jg {
        display: none;
    }

    .logo {
        background: url("https://www.microbialgenomics.net/images/logo_new.png") left center no-repeat;
/*        background-size: auto auto;*/
        background-size: 100% 42%;
        /*width:554px;*/
        width:900px;
        height:100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .logo a{
        position:absolute;
        height:60px;
        width:160px;
        left:0;
        top:30px;
    }
    .logo a.a1{
        width:205px;
    }
    .logo a.a2{
        left:205px;
    }
    .logo a.a3{
        left:553px;
        width:130px;
    }
    .menu {
        position: relative;
        height: 60px;
        width:100%;
    }

    .menu li {
        height: 60px;
        float: left;
        width:12.5%;
        position: relative;
        padding:0 1px;
    }

    .menu a.dbt {
        font-size: 18px;
        width: 100%;
        display: block;
        height:60px;
        line-height: 60px;
        text-align: center;
        color: #fff;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -o-transition: all 0s linear;
        -ms-transition: all 0s linear;
        transition: all 0s linear;
    }

    .menu a.dbt:hover, .menu li.on a.dbt, .menu li:hover a.dbt {
        border-bottom: solid 3px #701411;
    }

    .menu .txtk{
        width:880px;
        display: none;
        background-color: #fff;
        background-image: url("https://www.microbialgenomics.net/images/xl_bj.jpg");
        background-position: right bottom;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        margin-left: -440px;
        top:59px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        display: none;
        z-index: 30;
        box-shadow:0 6px 8px rgba(0,0,0,.2);
        padding:30px 35px;
    }
    .menu li:nth-of-type(7) .txtk{
        margin-left: -650px;
    }
    .menu li:nth-of-type(8) .txtk{
        margin-left: -806px;
    }
    .menu .txtk .imgk{
        width:219px;
        height:123px;
        overflow: hidden;
        float:left;
    }
    .menu dl {
        width:580px;
        font-size: 16px;
        float:right;
        margin-top: -5px;
    }

    .menu li:hover .txtk {
        display: block;
    }

    .menu dd {
        width:40%;
        margin-left:7%;
        margin-right:3%;
        float: left;
    }

    .menu dd a {
        display: block;
        width: 100%;
        line-height:50px;
        border-bottom: solid 1px #af0300;
        height:50px;
        position:relative;
        padding-left:30px;
        text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .menu dd a:before{
        content: ">";
        position:absolute;
        left:0;
        top:0;
    }
    .top_r{
        position:absolute;
        height: 35px;
        line-height: 35px;
        display: block;
        top: -80px;
        right:0px;
    }
    .ss {
        position:relative;
        float:left;
        height: 40px;
        width: 40px;
        margin-right: 20px;
        background: url("https://www.microbialgenomics.net/images/t_ss.png") center center no-repeat;
    }

    .ss .txtk {
        position: absolute;
        overflow: hidden;
        height: 40px;
        right: 0px;
        top: 0px;
        width:0%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        border: solid 1px rgba(255,255,255,0);
    }
    .ss:hover{
        background: none;
    }
    .ss:hover .txtk{
        width:280px;
        border-color:#fff;
        -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;

    }
    .ss .form-control {
        width: 100%;
        height: 40px;
        line-height: 38px;
        border: 0;
        padding: 0 0 0 12px;
        background: rgba(255, 255, 255, 0);
        color: #ffffff;
    }

    .ss .an_ss {
        position: absolute;
        width: 40px;
        height: 40px;
        border: 0;
        right: -1px;
        top: -1px;
        background: url("https://www.microbialgenomics.net/images/t_ss.png") center center no-repeat;
    }
    .top_yy{
        float:left;
        color:#fff;
    }
    .top_yy a{
        color:#fff;
        /*margin: 0 15px;*/
    }
    a.cd_dl{
        display: inline-block;
        height:40px;
        line-height: 38px;
        border: solid 1px #fff;
        -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
        padding:0 20px;
        float:right;
    }
    a.cd_dl:hover{
        background-color: #fff;
        color:#b6001f;
    }

}


.ss .form-control::-moz-placeholder {
    color:#fff;
    opacity:1
}
.ss .form-control:-ms-input-placeholder {
    color:#fff
}
.ss .form-control::-webkit-input-placeholder {
    color:#fff
}
@media only screen and (max-width: 1200px) {
    .foot {
        width: 100%;
        color: #fff;
        padding:15px;
        text-align: center;
    }
    .foot .f1{
        width:100%;
        float:left;
        margin-bottom: 15px;
    }
    .d_logo{
        display: none;
    }
    .cd_f{
        font-size:13px;
        width:100%;
        margin-bottom: 10px;
    }
    .cd_f a{
        padding:0 5px;
    }
    .foot .fx{
        float:left;
        width:100%;
    }
    .fx a{
        display: inline-block;
        width:34px;
        height:34px;
        margin: 0 2px;
        margin-left:12px;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .ewm{
        width:100%;
        float:left;
        text-align: center;
        margin-bottom: 15px;
    }
    .ewm img{
        max-width:80px;
    }
}
.foot {
    width: 100%;
    background-image:url("https://www.microbialgenomics.net/images/foot_bj.jpg");
    color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.foot a,.foot2 a{
    color:#fff;
}
.foot a:hover,.foot2 a:hover{
    text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
    .foot {
        padding:40px 0px;
    }
    .foot .f1{
        width:800px;
        float:left;
    }
    .d_logo{
        width:100%;
        float:left;
        background-image: url("https://www.microbialgenomics.net/images/logo_new.png");
        background-position: left center;
        background-repeat:no-repeat;
        background-size: auto 90%;
        height:50px;
        margin-bottom: 20px;
    }
    .cd_f{
        width:100%;
        margin: 0 0 10px -10px;
    }
    .cd_f a{
        padding:0 10px;
    }
    .foot .fx{
        float:left;
        margin-top:23px;
    }
    .fx a{
        float:left;
        width:34px;
        height:34px;
        margin-left:12px;
        -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .fx a:hover{
        margin-top: -3px;
    }
    .foot .f2{
        float:right;
        margin-top:18px;
    }
    .ewm{
        width:83px;
        float:left;
        margin-right: 30px;
    }
    .ewm img{
        width:100%;
    }
}
.foot2{
    width:100%;
    color:#fff;
    text-align: center;
    background-color: #333333;
    padding:10px;
}
.fx a.cd_qq{
    background-image: url("https://www.microbialgenomics.net/images/fx3.png");
}
.fx a.cd_wx{
    background-image: url("https://www.microbialgenomics.net/images/fx1.png");
}

.fx a.cd_wb{
    background-image: url("https://www.microbialgenomics.net/images/fx2.png");
}

.ban {
    width: 100%;
}

.ban img {
    width: 100%;
    display: block;
}
@media only screen and (max-width: 1200px) {
    .swiper-container.sy_ban {
        width: 100%;
    }

    .sy_ban .swiper-slide {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        width: 100%;
        position: relative;
    }

    .sy_ban .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_ban .swiper-slide .bt {
        position: absolute;
        left: 0%;
        bottom: 0px;
        padding:10px 15px;
        width: 100%;
        text-align: center;
        height:100%;
        font-size: 18px;
        line-height:150%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        color:#fff;
        text-shadow: 5px 6px 5px rgba(0,0,0,.8);
    }

    .sy_ban .swiper-slide .bt a{
        color:#fff;
    }
    .sy_ban .swiper-pagination-bullet {
        background-color:rgba(255,255,255,.5);
        width: 10px;
        height: 10px;
        opacity: 1;
        font-size: 0;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: rgba(255, 255, 255, 1);
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
        position: absolute;
        right: 0%;
        text-align: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
}
@media only screen and (max-width: 550px) {
    .sy_ban .swiper-slide .bt{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .swiper-container.sy_ban {
        width:1200px;
        margin:0 auto;
        overflow: hidden;
    }
    .sy_ban .swiper-slide {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .sy_ban .swiper-slide img {
        width: 100%;
        /*max-width: 1920px;*/
        /*position:relative;*/
        /*left:50%;*/
        /*margin-left: -960px;*/
        display: block;
    }

    .sy_ban .swiper-slide .bt {
        display: block;
        line-height:140%;
        /*text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;*/
        width:820px;
        color:#fff;
        position: absolute;
        left: 50%;
        margin-left: -600px;
        bottom: 42px;
        font-size: 29px;
        text-shadow: 5px 6px 5px rgba(0,0,0,.8);
        z-index:10;
        padding-left:30px;
    }
    .sy_ban .swiper-slide .bt a{
        color:#fff;
    }
    .sy_ban .swiper-pagination-bullet {
        background-color:rgba(255,255,255,0);
        width:auto;
        height:22px;
        line-height: 22px;
        opacity: 1;
        -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;
        font-size: 18px;
        color:#fff;
        font-family: Arial;
    }

    .sy_ban .swiper-pagination-bullet-active {
        font-size: 24px;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:47px;
        height:22px;
        width: auto;
        font-size: 0;
        position: absolute;
        right: 50%;
        left:auto;
        margin-right: -600px;
        text-align: right;
        padding-right:20px;
    }
    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets:after{
        content: '';
        width:50px;
        height:1px;
        background-color: #fff;
        display: inline-block;
        position:relative;
        top:-6px;
    }
    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px;
    }
}
@media only screen and (min-width: 1890px) {
    .sy_ban .swiper-slide img {
        /*width:100%;*/
        /*max-width: 100%;*/
        /*left:0%;*/
        /*margin-left:0px;*/
    }
}
@media only screen and (max-width: 1200px) {

}

@media only screen and (min-width: 1200px) {

    .img_d {
        overflow: hidden;
    }

    .img_d:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

@media only screen and (max-width: 1200px) {
    .pc{
        display: none;
    }
    .lm1k {
        width: 100%;
    }

    .lm1 {
        width: 100%;
        float: left;
        display: none;
        border-bottom: solid 1px #dddddd;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-top: solid 1px #dddddd;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
        background: #fff;
    }

    .lm1 li a:hover {
        background: #b2141a;
        color: #ffffff;
    }

    .lm1_bt {
        width: 100%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #fff;
        font-size: 14px;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position:relative;
        color: #b2141a;
    }
    .lm1_bt a:before{
        content: '';
        position:absolute;
        width:40px;
        height:40px;
        right:5px;
        top:0px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%23b2141a'/></svg>");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 22px;
    }
    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }

}

@media only screen and (min-width: 1200px) {
    .lm1_bt {
        display: none;
    }

    .lm1k {
        width: 100%;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
        background-color: #ffffff;
        position: relative;
    }

    .lm1 {
        width: 1200px;
        position: relative;
        line-height: 60px;
        margin: 0px auto;

    }
    .lm1_gd{
        padding-right:20px;
        height:60px;
        overflow: hidden;

    }
    /*.lm1_gd .s_zk{*/
    /*position:absolute;*/
    /*right:0px;*/
    /*height:60px;*/
    /*background: url("https://www.microbialgenomics.net/images/jt_r.png") center no-repeat;*/
    /*background-size:auto 35% ;*/
    /*width:20px;*/
    /*top: 0px;*/
    /*cursor: pointer;*/

    /*-webkit-transition: all 0.2s linear;*/
    /*-moz-transition: all 0.2s linear;*/
    /*-o-transition: all 0.2s linear;*/
    /*-ms-transition: all 0.2s linear;*/
    /*transition: all 0.2s linear;*/
    /*}*/
    /*.lm1_gd .s_zk.on{*/
    /*transform: rotate(90deg);*/
    /*}*/

    /*@keyframes fun {*/
    /*0% {*/
    /*transform: translateX(0);*/
    /*}*/
    /*25% {*/
    /*transform: translateX(15%);*/
    /*}*/
    /*50% {*/
    /*transform: translateX(25%);*/
    /*}*/
    /*75% {*/
    /*transform: translateX(10%);*/
    /*}*/
    /*100% {*/
    /*transform: translateX(0);*/
    /*}*/
    /*}*/
    /*.lm1_gd .s_zk.off {*/
    /*animation: fun 1s infinite linear;*/
    /*}*/


    .lm1 li {
        float: left;
        height: 60px;
        margin-right:1px;
    }

    .lm1 li a {
        display: block;
        height: 60px;
        font-size: 16px;
        position:relative;
        padding:0 35px;
    }

    .lm1 li a.on,.lm1 li a:hover {
        color: #fff;
        background-color: #b2141a;
    }
    .lm1 li a.on{

    }
    .lm1_gd{
        padding-right:20px;
        height:60px;
        overflow: hidden;

    }
    .lm1_gd .s_zk{
        position:absolute;
        right:0px;
        height:60px;
        background: url("https://www.microbialgenomics.net/images/lm_jt.png") center no-repeat;
        background-size:auto 35% ;
        width:20px;
        top: 0px;
        cursor: pointer;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .lm1_gd .s_zk.on{
        transform: rotate(90deg);
    }

    @keyframes fun {
        0% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(15%);
        }
        50% {
            transform: translateX(25%);
        }
        75% {
            transform: translateX(10%);
        }
        100% {
            transform: translateX(0);
        }
    }
    .lm1_gd .s_zk.off {
        animation: fun 1s infinite linear;
    }
}

.ny_ban{
    width: 100%;
    height:450px;
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.ny_ban .dqwz{
    width:1200px;
    position:absolute;
    left:50%;
    margin-left: -600px;
    color:#fff;
    line-height: 30px;
    bottom:15px;
    font-size: 16px;
}
.ny_ban .dqwz a{
    color:#fff;
}
.ny_ban .dqwz a:hover{
    text-decoration: underline;
}
a.cd_home{
    display: inline-block;
    background-image: url("https://www.microbialgenomics.net/images/t_home.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width:26px;
    height:22px;
    vertical-align: middle;
    position:relative;
    top:-3px;
}
@media only screen and (max-width: 1200px) {
    .ny_ban{
        height:140px;
    }
    .ny_ban .dqwz{
        width:100%;
        left:0%;
        margin-left:0px;
        font-size: 13px;
        padding:0 15px;
        bottom:10px;
    }
    a.cd_home{
        width:20px;
        height:18px;
    }
    .ny {
        width: 100%;
        padding:15px;
        background-color: #f4f4f4;
    }



    .ab_nr {
        /*text-align: justify;*/
        width: 100%;
        float: left;
        font-size: 13px;
        line-height: 155%;
    }


    .md30{
        margin-bottom: 15px;
    }
    .md40{
        margin-bottom: 20px;
    }
    .md50{
        margin-bottom: 20px;
    }
    .ny_bt {
        width: 100%;
        float: left;
        line-height:24px;
        height:24PX;
        text-align: center;
        font-size:16px;
    }
    .ny_bt .bt{
        height:24px;
        line-height: 24px;
        padding-left:13px;
        font-size:16px;
        position:relative;
        display: inline-block;
    }
    /*.ny_bt .bt:before{*/
    /*content: '';*/
    /*background-color: #b2141a;*/
    /*width:4px;*/
    /*height:18px;*/
    /*position:absolute;*/
    /*left:0px;*/
    /*top:50%;*/
    /*margin-top: -9px;*/
    /*}*/
    .ny_k {
        width: 100%;
        background-color: #fff;
        padding: 15px;
        float: left;
    }
    .sbt {
        width: 100%;
        font-size: 16px;
        line-height: 155%;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: solid 1px #ddd;
    }

    .ssj {
        width: 100%;
        float: left;
        text-align: center;
        padding: 15px 0px 20px 0px;
        color: #666;
    }

    .sgd {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding-top: 15px;
        font-size: 13px;
        line-height: 22px;
        color:#666;
        margin-top: 10px;
    }
    .sgd .ab_fx{
        display: block;
        width:100%;
    }
    .sgd .ab_fx img{
        margin-left: 10px;
    }
    .sgd a.cd_fh{
        background-color: #f5f5f5;
        padding:0 20px;
        width:100%;
        text-align: center;
        line-height: 35px;
        display:block;
        margin: 15px 0;
        border: solid 1px #ddd;
    }

}

@media only screen and (min-width: 1200px) {
    .ny {
        width: 100%;
        padding: 45px 0;
        background-color: #f4f4f4;
        min-height: 500px;
    }
    .ny_k {
        width: 100%;
        background-color: #fff;
        padding: 40px 50px 50px 50px;
        float: left;
    }

    .ab_nr {
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 30px;
    }

    .md30{
        margin-bottom: 30px;
    }
    .md40{
        margin-bottom: 40px;
    }
    .md50{
        margin-bottom: 50px;
    }
    .ny_bt {
        width: 100%;
        float: left;
        line-height: 150%;
        font-size:35px;
        text-align: center;
    }

    .sbt {
        width: 100%;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        padding-bottom:20px;
        border-bottom: solid 1px #ddd;
        float:left;
    }

    .ssj {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 16px;
        padding: 20px 0px 35px 0px;
        color: #999999;
    }
    .sgd {
        width: 100%;
        float: left;
        border-top: solid 1px #ddd;
        padding-top:25px;
        font-size: 16px;
        line-height:35px;
        color:#666;
        position:relative;
        min-height:100px;
    }
    .sgd .ab_fx{
        position:absolute;
        right:0px;
        top:75px;
        width:auto;
    }
    .sgd .ab_fx img{
        margin-left: 10px;
    }
    .sgd a.cd_fh{
        background-color: #f5f5f5;
        padding:0 30px;
        line-height: 38px;
        position:absolute;
        right:0px;
        top:20px;
        border: solid 1px #ddd;
    }
}
.sgd a.cd_fh:hover{
    background-color: #b2141a;
    color:#fff;
}
.em2{
    padding:0 1em;
}
.em1{
    padding:0 0.5em;
}
@media only screen and (max-width: 1200px) {
    .fy1 {
        width: 102%;
        float: left;
        margin-left: -1%;
    }

    .fy1 a {
        float: left;
        display: none;
        border: solid 1px #dddddd;
        padding: 0px 10px;
        margin-left: 3px;
    }

    .fy1 a.cd_sx {
        display: block;
        width: 48%;
        margin: 0px 1%;
        text-align: center;
        padding: 8px 0px;
    }
    .fy1 .form-control{
        display: none;
    }
}
.fy1 a{
    background-color: #fff;
    font-size: 14px;
}
.fy1{
    font-size: 0;
}
.fy1 .form-control{
    display: inline-block;
    width:auto;
    margin: 0px 4px;
}
@media only screen and (min-width: 1200px) {
    .fy1 {
        width: 100%;
        float: left;
        line-height: 38px;
        text-align: center;
    }

    .fy1 a {
        display: inline-block;
        border: solid 1px #dddddd;
        padding: 0px 15px;
        margin: 0px 4px;

    }


}

.fy1 a:hover,
.fy1 a.on {
    background: #cc0000;
    color: #ffffff;
    border: solid 1px #cc0000;
}
@media only screen and (max-width: 1200px) {
    .swiper-container.sy_xw4 {
        width: 100%;
        float: left;
    }

    .sy_xw4 .swiper-slide {
        text-align: left;
        width: 100%;
        position: relative;
    }


    .sy_xw4 .swiper-slide a {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .sy_xw4 .swiper-slide .imgk {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .sy_xw4 .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_xw4 .bt {
        width: 100%;
        line-height: 40px;
        padding-left:10px;
        padding-right:55px;
        font-size: 13px;
        background-color: rgba(0, 0, 0, .4);
        overflow: hidden;
        position: absolute;
        left: 0px;
        bottom: 0px;
        color:#fff;
        text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }
    .sy_xw4 .swiper-pagination-bullet {
        background-color: #fff;
        width:6px;
        height:6px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_xw4 .swiper-pagination-bullet-active {
        background-color: #cb3737;
    }

    .sy_xw4.swiper-container-horizontal > .swiper-pagination-bullets, .sy_xw4 .swiper-pagination-custom, .sy_xw4 .swiper-pagination-fraction {
        bottom: 10px;
        width: auto;
        position: absolute;
        right: 5px;
        text-align: right;
        left: auto;
    }

    .sy_xw4.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }

}
@media only screen and (min-width: 1200px) {
    .swiper-container.sy_xw4 {
        width: 100%;
        float: left;
        /*box-shadow: 0 2px 8px rgba(0, 0, 0, .1);*/
    }

    .sy_xw4 .swiper-slide {
        text-align: left;
        width: 100%;
        position: relative;
    }


    .sy_xw4 .swiper-slide a {
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
    }

    .sy_xw4 .swiper-slide .imgk {
        width: 100%;
        display: block;
        overflow: hidden;
        height:432px;
    }

    .sy_xw4 .swiper-slide img {
        width: 100%;
        display: block;
        min-height:432px;
    }

    .sy_xw4 .bt {
        width: 100%;
        height:70px;
        line-height:65px;
        padding-left:20px;
        background-color: rgba(0, 0, 0, .4);
        overflow: hidden;
        position: absolute;
        left: 0px;
        bottom: 0px;
        color:#fff;
        text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }

    .sy_xw4 .swiper-pagination-bullet {
        background-color: #fff;
        width: 9px;
        height: 9px;
        opacity: 1;
        /*border: solid 1px #da4747;*/
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_xw4 .swiper-pagination-bullet-active {
        background-color: #b6001f;
    }

    .sy_xw4.swiper-container-horizontal > .swiper-pagination-bullets, .sy_xw4 .swiper-pagination-custom, .sy_xw4 .swiper-pagination-fraction {
        bottom:10px;
        width: auto;
        position: absolute;
        right: 10px;
        text-align: right;
        left: auto;

    }

    .sy_xw4.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }


}
.sy1{
    width:100%;
    padding:45px 0 50px 0;
    /*background-image: url("https://www.microbialgenomics.net/images/bj2.jpg");*/
    background-repeat: no-repeat;
    background-position:center bottom;
}
.sy2{
    width:100%;
    padding:45px 0;
    background-color: #f9f9f9;
}
.sy3{
    width:100%;
    padding:45px 0;
    background-color: #fff;
}

.mh{
    width:100%;
    float:left;
}
.md5{
    margin-bottom:5px;
}
.md10{
    margin-bottom: 10px;
}
.left{
    float:left;
}
.right{
    float:right;
}
.sy_bt1{
    height:40px;
    position:relative;
    border-bottom: solid 1px #ddd;
}
.sy_bt1 .bt{
    height:40px;
    line-height: 30px;
    border-bottom: solid 3px #b6001f;
}
.sy_bt1_2{
    text-align: center;
}
.sy_bt1_2 .bt{
    display: inline-block;
}
.n1 li{
    width:100%;
    height:60px;
    line-height: 60px;
    float:left;
    background-color: #fff;
}
.n1 a{
    display: block;
    width:100%;
    position:relative;
    padding:0 130px 0 25px;

}
.n1 li:nth-child(even){
    background-color: #f4f4f4;
}
.n1 .bt{
    display: block;
    width:100%;
    line-height:60px;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
    position:relative;
    padding-left:30px;
}
.n1 .bt:before{
    content: '';
    /*border-top:6px solid rgba(0,0,0,0);*/
    /*border-right:6px solid  rgba(0,0,0,0);*/
    /*border-left:6px solid #b6001f;*/
    /*border-bottom:6px solid  rgba(0,0,0,0);*/
    background-color: #af0300;
    width:10px;
    height:10px;
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    position:absolute;
    left:0px;
    top:50%;
    margin-top: -6px;
}
.n1.n1_2 .bt:before{
    -moz-border-radius:0%; -webkit-border-radius:0%; border-radius:0%;
    width:8px;
    height:8px;
    margin-top: -4px;
}
.n1 .sj{
    position:absolute;
    right:25px;
    top:0px;
    color:#666666;
    font-family: Arial;
}
.n1 a:hover .sj{
    color:#b6001f;
}


@media only screen and (max-width: 1200px) {

    .sy1{
        padding:15px;
    }
    .sy1 .d1{
        width:100%;
        margin-bottom: 15px;
    }
    .sy1 .d2{
        width:100%;
    }
    .sy_bt1{
        height:35px;
    }
    .sy_bt1 .bt{
        font-size:16px;
        height:35px;
    }
    .sy_bt1 .btn{
        height:35px;
        line-height: 33px;
        font-size: 12px;
    }
    .n1 li{
        height:40px;
        line-height: 40px;
    }
    .n1 .sj{
        right:5px;
    }
    .n1 a{
        padding:0 75px 0 0;

    }
    .n1 .bt{
        line-height: 38px;
        padding-left:24px;
        font-size: 13px;
    }
    .n1 .bt:before{
        width:6px;
        height:6px;
        left:10px;
        top:50%;
        margin-top: -3px;
    }
    .n1.n1_2 .bt:before{
        width:5px;
        height:5px;
        margin-top: -2.5px;
    }
}
.n1.ny_n1 li{
    border-bottom: dotted 1px #ddd;
}

.n2 li{
    width:100%;
    height:36px;
    line-height:36px;
    float:left;
}
.n2 a{
    display: block;
    width:100%;
    position:relative;
    padding:0 115px 0 0;

}
.n2 .bt{
    display: block;
    width:100%;
    line-height: 36px;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
    position:relative;
    padding-left:16px;
}
.n2 .bt:before{
    content: '';
    background-color: #b6001f;
    width:7px;
    height:7px;
    position:absolute;
    left:0px;
    top:50%;
    margin-top: -3.5px;
}
.n2 .sj{
    position:absolute;
    right:0px;
    top:0px;
    color:#666666;
    font-family: Arial;
}
.n2 a:hover .sj{
    color:#b6001f;
}
.zt_6d{
    color:#666;
}
.md15{
    margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
    .sy2{
        padding:15px;
    }
    .n2 li{
        height:30px;
        line-height:30px;
    }
    .n2 a{
        padding:0 75px 0 0;

    }
    .n2 .bt{
        line-height: 30px;
        padding-left:12px;
        font-size: 13px;
    }
    .n2 .bt:before{
        width:5px;
        height:5px;
        margin-top: -2.5px;
    }
}
.n3{
    width:101%;
    float:left;
    margin-left: -0.5%;
}
.n3 li{
    width:24%;
    float:left;
    margin:0.5%;
}
.n3 a{
    display: block;
    width:100%;
    background-image: url("https://www.microbialgenomics.net/images/lj_bj.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height:55px;
    line-height: 53px;
    padding-left:80px;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}
.n3 a:hover{
    background-image: url("https://www.microbialgenomics.net/images/lj_bj_on.png");
}
.lx_nr{
    background-color: #fff;
    background-image: url("https://www.microbialgenomics.net/images/lx_bj.jpg");
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding:45px;
    min-height: 400px;
    font-size: 18px;
    line-height: 36px;
}
.n1.n1_zj .bt{
    padding-left:0;
}
.n1.n1_zj .bt:before{
    display: none;
}
.n1.n1_zk .bt:before{
    background-color: #b6001f;
    width:6px;
    height:6px;
    margin-top: -3px;
    border: 0!important;
}
.n1.n1_zk a:hover .bt:before{
    background-color: #fff;
}
.sy_xz{
    background-image: url("https://www.microbialgenomics.net/images/t_xz.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width:23px;
    height:20px;
    position:absolute;
    right:20px;
    top:50%;
    margin-top: -10px;
}
.n1 a:hover .sy_xz{
    /*background-image: url("https://www.microbialgenomics.net/images/t_xz_on.png");*/
    /*margin-top: -7px;*/
}
.n1.n1_xz a{
    padding-right:80px;
}
.jg_lb{
    width:100%;
    float:left;
    background-color: #fff;
    padding:30px;
}
.jg_lb ul{
    width:100%;
    float:left;
    border-bottom: solid 1px #ddd;
    padding-bottom:20px;
    margin-bottom: 20px;
}
.jg_lb ul:last-child{
    border-bottom:0;
    padding-bottom:0px;
    margin-bottom: 0px;
}
.jg_lb li{
    width:50%;
    float:left;
    line-height: 45px;
}
.jg_lb a{
    display: block;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    font-size: 18px;
    background-image: url("https://www.microbialgenomics.net/images/t_tb1.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left:30px;
    padding-right:20px;
}
@media only screen and (max-width: 1200px) {
    .jg_lb ul{
        padding-bottom:10px;
        margin-bottom: 10px;
    }
    .jg_lb{
        padding:15px;
    }
    .jg_lb li{
        width:100%;
        line-height: 30px;
    }
    .jg_lb a{
        font-size: 14px;
        background-size:auto 12px;
        padding-left:22px;
        padding-right:0;
    }
    .sy_xz{
        background-size: auto 70%;
        right:10px;
    }
    .n1.n1_xz a{
        padding-right:50px;
    }
    .n1.n1_zk .bt:before{
        width:4px;
        height:4px;
        margin-top: -2px;
        border: 0!important;
    }
    .lx_nr{
        font-size: 14px;
        line-height: 155%;
        padding:20px;
        min-height:280px;
    }
    .n3 li{
        width:32.3333%;
    }
    .n3 a{
        height:45px;
        line-height: 43px;
        padding-left:60px;
    }
}
@media only screen and (max-width: 600px) {
    .n3 li{
        width:49%;
    }
    .n3 a{
        padding-left:50px;
    }
}
@media only screen and (max-width:450px) {
    .n3{
        width:100%;
        margin-left: 0;
    }
    .n3 li{
        width:100%;
    }
    .n3 a{
        text-align: right;
        padding-right:10px;
        padding-left:10px;
    }
}
.xz_k{
    background-color: #fff;
    padding:25px 20px;
}
.xzd_k .d1{
    width:140px;
}
.xzd_k .d2{
    width:1020px;
}
.xz_nav{
    margin-bottom: 15px;
    font-size: 0;
}
.xz_nav a{
    display: inline-block;
    float:left;
    padding:0 0px;
    height:40px;
    width:40px;
    text-align: center;
    line-height: 38px;
    border: solid 1px #ddd;
    font-size:18px;
    font-family:Arial;
    margin-right: 5px;
    margin-bottom: 5px;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
.xz_nav a.on,.xz_nav a:hover{
    background-color: #b6001f;
    border-color: #b6001f;
    color:#fff;
}
.xz_nav a:last-child{
    margin-right: 0;
}
.xz_lb{
    width:102%;
    float: left;
    margin-left: -1%;
    margin-bottom: 40px;
}
.xz_lb li{
    width:31.3333%;
    float:left;
    margin: 1%;
    border: solid 1px #ddd;
    padding:0px 0px 0px 100px;
    height:136px;
    position:relative;
    overflow: hidden;
}
.xz_lb li .imgk{
    width:100px;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
}
/*.xz_lb li:nth-child(3n+1){*/
/*clear: both;*/
/*}*/
.xz_lb li .imgk img{
    width:100%;
}
.xz_lb .txtk{
    width:100%;
    padding:30px 20px 20px 25px;
}

.xz_lb li h4{
    margin-bottom: 8px;
}
.xz_lb li p{
    font-size: 16px;
    /*color:#666666;*/
}
.xz_lb .bt{
    display: block;
    width:100%;
    margin-bottom: 10px;
    font-size: 20px;
}
.xz_lb .bt span{
    /*font-size: 16px;*/
    /*margin-left:16px;*/
    /*margin-top: 2px;*/
}
.lm2{
    width:102%;
    float:left;
    margin-left: -1%;
    margin-top: -10px;
    margin-bottom:20px;
}
.lm2 a{
    float:left;
    width:31.3333%;
    margin: 1%;
    height:55px;
    line-height: 53px;
    font-size: 16px;
    text-align: center;
    border: solid 1px #ddd;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
.lm2 a:hover,.lm2 a.on{
    background-color: #b6001f;
    border-color: #b6001f;
    color:#fff;
}
@media only screen and (min-width: 1200px) {
    /*.xz_nav{*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    /*}*/
}
.md20{
    margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
    .lm2{
        margin-top: 0px;
        margin-bottom:10px;
        display: none;
    }
    .lm2 a{
        width:100%;
        margin: 0 0 5px 0;
        height:auto;
        line-height:22px;
        font-size: 13px;
        padding:6px;
    }

    .xzd_k .d1{
        width:100%;
    }
    .xzd_k .d2{
        width:100%;
    }
    .md20{
        margin-bottom: 15px;
    }
    .xz_lb{
        margin-bottom: 5px;
    }
    .xz_k{
        padding:15px;
    }
    .xz_nav{
        margin-bottom: 10px;
    }
    .xz_nav a{
        padding:0 0px;
        width:30px;
        text-align: center;
        height:30px;
        line-height: 29px;
        font-size:14px;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .xz_lb{
        width:100%;
        margin-left: 0%;
    }
    .xz_lb li{
        width:100%;
        margin:0 0 15px 0;
        padding:0px 0px 0px 100px;
        height:136px;
        overflow: hidden;
    }
    .xz_lb li .imgk{
        width:100px;
        height:100%;
        left:0px;
        top:0px;
    }

    .xz_lb li h4{
        margin-bottom: 5px;
        font-size: 14px;
    }
    .xz_lb li .txtk{
        padding:20px;
        height:136px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .xz_lb li p{
        font-size: 13px;
    }
    .xz_lb .bt{
        margin-bottom: 12px;
        font-size:16px;
    }
    .xz_lb .bt span{
        font-size: 13px;
        /*margin-left:12px;*/
    }

}
@media only screen and (max-width:370px) {
    /*.xz_lb li{*/
    /*padding:15px 15px 15px 15px;*/
    /*}*/
    /*.xz_lb li .imgk{*/
    /*width:100%;*/
    /*height:auto;*/
    /*left:auto;*/
    /*top:auto;*/
    /*position:inherit;*/
    /*margin-bottom: 15px;*/
    /*}*/
}
.ny_xz{
    min-height: inherit;
}
@media only screen and (min-width: 1200px) {
    .top_k{
        width:100%;
        position:relative;
    }
    .top_k .top{
        position:absolute;
        left:0;
        top:0;
        z-index: 30;
    }
    .top_k_home{
        padding-top:180px;

    }
    .top_k.top_k_home .top{
        /*background-color: rgba(182,0,31,.8);*/
        position:fixed;
        background-image: url("https://www.microbialgenomics.net/images/top_bj.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        /*height:181px;*/
    }
}
.sy_xw_left{
    width:480px;
    height:350px;
    float:left;
    border: solid 1px #b6001f;
    margin-top: 20px;
    background-image: url("https://www.microbialgenomics.net/images/t_jj.png");
    background-repeat: no-repeat;
    background-position: right bottom;

}
.sy_xw_left .imgk{
    height:268px;
    overflow: hidden;
    position:relative;
    top:-20px;
    right:-15px;
}
.sy_xw_left .imgk img{
    min-height: 268px;
}
.sy_xw_left .txtk{
    padding: 0 20px;
}
.sy_xw_left .sj{
    display: block;
    text-align: right;
}
.sy_xw_left .bt{
    display: block;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    margin-bottom: 10px;
}
.sy_n1{
    width:695px;
    float:right;
    margin-bottom: -30px;
}
.sy_n1 li{
    float:left;
    width:45%;
    height:100px;
    border: solid 1px #b6001f;
    margin: 0 0 35px 5%;
    position:relative;
    padding:15px;
}
.sy_n1 li:before{
    content: '';
    width:4px;
    height:100%;
    position:absolute;
    left:-4px;
    bottom:-4px;
    background-color: #b6001f;
}
.sy_n1 li:after{
    content: '';
    width:100%;
    height:4px;
    position:absolute;
    left:-4px;
    bottom:-4px;
    background-color: #b6001f;
}
.sy_n1 .bt{
    display: block;
    line-height: 24px;
    height:48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.sy_n1 .sj{
    display: block;
    text-align: right;
    margin-top:3px;
}
.sy3_1 .d1,.sy3_1 .d2{
    width:593px;
}
.sy_n2{
    width:103%;
    float:left;
    margin: 0px 0 0 -1.5%;
}
.sy_n2 li{
    width:47%;
    float:left;
    margin:1.5%;
}
.sy_n2 li:hover,.sy_n1 li:hover{
    box-shadow:0 2px 15px rgba(0,0,0,.2);
}
.sy_n2 .txtk{
    padding:15px;
    background-color: #b6001f;
    color:#fff;
}
.sy_n2 .bt{
    display: block;
    line-height: 24px;
    height:48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.sy3_1 .d1 .sy_n2 li:nth-of-type(2) .txtk{
    background-color: #e97f23;
}
.sy3_1 .d2 .sy_n2 li:nth-of-type(1) .txtk{
    background-color: #3c789f;
}
.sy3_1 .d2 .sy_n2 li:nth-of-type(2) .txtk{
    background-color: #499da3;
}
.sy_n2_item{
    width:100%;
    float:left;
    margin: 1.5% 0;
}
.sy_n2_item a{
    display: block;
    width:100%;
    position:relative;
}
.sy_n2_item a .bt{
    padding:30px;
    position:absolute;
    width:100%;
    bottom: 0;
    left:0;
    color:#fff;
}
.sy_n2_item .imgk{
    /*position:relative;*/
    background-color: #1e1e1e;
}
.sy_n2_item .imgk img{
    filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;
}
@media only screen and (min-width: 1200px) {
    .sy_n2 .imgk{
        height:160px;
        overflow: hidden;
    }
    .sy_n2 .imgk img{
        min-height: 160px;
    }
    .sy_n2_item .imgk{
        height:337px;
    }
    .sy_n2_item .imgk img{
        min-height:337px;
    }
    .sy_n2_item a::before,
    .sy_n2_item a::after {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }
    .sy_n2_item:hover a::before,
    .sy_n2_item:hover a::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .sy_n2_item a::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }

    .sy_n2_item a::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
    }
}
.sy4{
    width:100%;
    padding:45px 0;
    background-image: url("https://www.microbialgenomics.net/images/bj1.jpg");
}
@media only screen and (max-width: 1200px) {
    .sy3{
        padding:15px;
    }
    .sy_n2_item a .bt{
        padding:15px;
    }
    .sy_n2_item{
        margin: 1% 0;
    }
    .sy_n2 {
        width: 102%;
        float: left;
        margin: 0px 0 0 -1%;
    }
    .sy_n2 li{
        width:48%;
        margin: 1%;
    }
    .sy3_1 .d1,.sy3_1 .d2{
        width:100%;
    }
    .sy3_1 .d1{
        /*margin-bottom:15px;*/
    }
    .sy_xw_left{
        width:100%;
        height:auto;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .sy_xw_left .imgk{
        height:auto;
        top:0px;
        right:0px;
    }
    .sy_xw_left .imgk img{
        min-height:inherit;
    }
    .sy_xw_left .txtk{
        padding:10px;
    }
    .sy_xw_left .sj{
        text-align: left;
    }
    .sy_xw_left .bt{
        margin-bottom: 5px;
    }
    .sy_n1{
        width:102%;
        float:left;
        margin-bottom:0px;
        margin-left: -1%;
    }
    .sy_n1 li{
        float:left;
        width:48%;
        height:90px;
        margin: 0 1% 15px 1%;
        padding:10px;
    }
}

@media only screen and (max-width:550px) {
    .sy_n1 li{
        width:98%;
        height:auto;
    }
    .sy_n1 .bt{
        max-height:44px;
        line-height: 22px;
        height:auto;
    }
    .sy_n2 li{
        width:98%;
    }
    .sy_n2 .bt{
        max-height: 44px;
        line-height: 22px;
        height:auto;
    }
}
@media only screen and (max-width: 1200px) {
    .sy4{
        padding:15px;
    }
    .xz_sy {
        width: 100%;
        float: left;
        /*margin-left: -50px;*/
        position: relative;
        padding: 0 25px;
    }

    .xz_sy .swiper-slide {
        width: 100%;
        padding:5px 0;

    }

    .xz_sy a {
        float:left;
        padding:20px 15px;
        border:solid 1px #ddd;
        -moz-border-radius:20px 0 0 0;
        -webkit-border-radius:20px 0 0 0;
        border-radius:20px 0 0 0;
        min-height:240px;
        background:url("https://www.microbialgenomics.net/images/lg_bj1.jpg") #fff right bottom no-repeat;

    }
    .xz_sy .swiper-slide .imgk {
        width:80px;
        overflow: hidden;
        height:80px;
        float:left;
    }

    .xz_sy .swiper-slide img {
        width: 100%;
    }

    .xz_sy .txtk {
        font-size: 13px;
        line-height:22px;
        max-height:88px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:4;
        -webkit-box-orient: vertical;
        float:left;
        padding:0 10px;
        margin-top:15px;
        color:#666;
    }

    .xz_sy .bt{
        max-width: 160px;
        float:left;
        margin-top:25px;
        margin-left:20px;
        color:#333;
    }
    .xz_sy .bt b{
        font-size:18px;
        margin-right:15px;
    }
    .xz_sy .swiper-button-prev, .xz_sy .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 20px;
        width: 20px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-top: -35px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color:rgba(0,0,0,.2);
    }


    .xz_sy .swiper-button-next:hover, .xz_sy .swiper-button-prev:hover {
        background-color: #cb3737;
    }
    .xz_sy .swiper-button-prev {
        left: 0px;
    }

    .xz_sy .swiper-button-next {
        right: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .xz_sy {
        width: 100%;
        float: left;
        position: relative;
    }

    .xz_sy .swiper-slide {
        width: 100%;
        padding:10px 0;

    }

    .xz_sy a {
        float:left;
        padding:25px 20px;
        border:solid 1px #ddd;
        -moz-border-radius:20px 0 0 0;
        -webkit-border-radius:20px 0 0 0;
        border-radius:20px 0 0 0;
        height:270px;
        background:url("https://www.microbialgenomics.net/images/lg_bj1.jpg") #fff right bottom no-repeat;

    }
    .xz_sy a:hover{
        border-color: #b6001f;
        background:url("https://www.microbialgenomics.net/images/lg_bj1_on.jpg") #fff right bottom no-repeat;
        box-shadow:0 2px 15px rgba(0,0,0,.15);
    }
    .xz_sy .swiper-slide .imgk {
        width:80px;
        overflow: hidden;
        height:80px;
        float:left;
    }

    .xz_sy .swiper-slide img {
        width: 100%;
    }

    .xz_sy .txtk {
        font-size: 16px;
        line-height:28px;
        max-height: 112px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:4;
        -webkit-box-orient: vertical;
        float:left;
        padding:0 15px;
        margin-top: 20px;
        color:#666;
    }

    .xz_sy .bt{
        float:left;
        margin-top:25px;
        margin-left: 35px;
        color:#333;
        max-width: 220px;
    }
    .xz_sy .bt b{
        font-size: 20px;
        margin-right: 18px;
    }
    .xz_sy .swiper-button-prev, .xz_sy .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 0px;
        width:72px;
        height:18px;
        line-height: 18px;
        margin-top: -9px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-image: url("https://www.microbialgenomics.net/images/jt1.png");
        background-repeat: no-repeat;
    }
    .xz_sy .swiper-button-prev:hover, .xz_sy .swiper-button-next:hover{
        background-image: url("https://www.microbialgenomics.net/images/jt1_on.png");
    }
    .xz_sy .swiper-button-prev {
        left: -90px;
    }

    .xz_sy .swiper-button-next {
        right: -90px;
        transform: rotate(180deg);
    }
}

.xz_sy a {
    display: block;
    width: 100%;
}

.xz_sy a:hover{
}

.xz_sy .swiper-container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.xz_sy .swiper-wrapper {
    width: 100%;
    float: left;
}
.sy_link .dropdown{
    width:30%;
    float:left;
    margin-right: 3.3333%;
}

.sy_link .dropdown .btn{
    width:100%;
    height:70px;
    line-height: 68px;
    padding:0 25px;
    font-size: 16px;
    text-align: left;
    position:relative;
}
.sy_link .dropdown .dropdown-menu{
    width:100%;
    box-shadow:0 2px 15px rgba(0,0,0,.2);
    font-size: 16px;
}
.sy_link .dropdown .btn:after{
    right:25px;
    top:50%;
    width:0;
    height:0;
    margin-top: -4px;
    position:absolute;
    border-bottom:8px solid rgba(0,0,0,0);
    border-right:8px solid  rgba(0,0,0,0);
    border-top:8px solid #fff;
    border-left:8px solid  rgba(0,0,0,0);
    content:'';
}
.sy_link .dropdown.show .btn:after{
    /*transform: rotate(180deg);*/
}
.sy_link .dropdown:last-child{
    margin:0!important;
}
.wk_xz{
    width:300px;
}
.wk_xz.dropdown .btn{
    width:100%;
    height:50px;
    background-color: #fff;
    border: solid 1px #ddd;
    text-align: left;
    padding-left:25px;
    font-family:Arial;
    font-size: 18px;
    position:relative;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    overflow: hidden;
}
.wk_xz.dropdown .dropdown-menu{
    width:100%;
    box-shadow:0 2px 15px rgba(0,0,0,.2);
}
.wk_xz.dropdown .btn:after{
    right:25px;
    top:50%;
    width:0;
    height:0;
    margin-top: -4px;
    position:absolute;
    border-bottom:8px solid rgba(0,0,0,0);
    border-right:8px solid  rgba(0,0,0,0);
    border-top:8px solid #fff;
    border-left:8px solid  rgba(0,0,0,0);
    z-index: 1;
    content:'';
}
.wk_xz.dropdown .btn:before{
    content:'';
    width:70px;
    background-color: #af0300;
    height:100%;
    position:absolute;
    right:0;
    top:0;

}
@media only screen and (max-width: 1200px) {
    .wk_xz{
        width:180px;
    }
    .wk_xz.dropdown .btn{
        height:40px;
        padding-left:20px;
        font-size: 14px;
    }
    .wk_xz.dropdown .btn:before{
        width:40px;
    }
    .wk_xz.dropdown .btn:after{
        right:15px;
        margin-top: -3px;
        position:absolute;
        border-bottom:6px solid rgba(0,0,0,0);
        border-right:6px solid  rgba(0,0,0,0);
        border-top:6px solid #fff;
        border-left:6px solid  rgba(0,0,0,0);
    }
    .wk_xz.dropdown .dropdown-menu{
        font-size: 13px;
    }
    .sy_link .dropdown .btn{
        height:40px;
        line-height: 38px;
        padding:0 15px;
        font-size: 13px;
    }
    .sy_link .dropdown{
        width:100%;
        margin: 0 0 10px 0;
    }
    .sy_link .dropdown .btn:after{
        right:15px;
        margin-top: -3px;
        position:absolute;
        border-bottom:6px solid rgba(0,0,0,0);
        border-right:6px solid  rgba(0,0,0,0);
        border-top:6px solid #fff;
        border-left:6px solid  rgba(0,0,0,0);
    }
    .sy_link .dropdown .dropdown-menu{
        font-size: 13px;
    }
    .sy_link{
        padding-bottom:5px;
    }
}
@media only screen and (max-width: 1200px) {
    .swiper-container.sy_gg2 {
        width:100%;
        float:left;
    }
    .sy_gg2 .swiper-wrapper{
        padding-bottom:15px;
    }
    .sy_gg2 .swiper-slide {
        width: 100%;

    }
    .sy_gg2 ul{
        width:100%;
        float:left;
    }
    .sy_gg2 li{

        position: relative;
        height:52px;
        padding-left:75px;
        padding-right:0px;
        WIDTH:100%;
        FLOAT:LEFT;
        margin-bottom: 10px;
    }
    .sy_gg2 .swiper-slide .sj{
        width: 60px;
        border: solid 1px #ddd;
        position:absolute;
        left:0;
        top:0px;
        text-align: center;
        font-family: Arial;
    }
    .sy_gg2 .swiper-slide .sj h4{
        display: block;
        line-height: 30px;
        height:30px;
    }
    .sy_gg2 .swiper-slide .sj p{
        color:#fff;
        background-color: #b6001f;
        line-height:20px;
        font-size: 12px;
    }
    .sy_gg2 .swiper-slide .bt {
        display: block;
        line-height:24px;
        height:47px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        margin-top: 1px;
    }

    .sy_gg2 .swiper-pagination-bullet {
        background-color:#d3cccc;
        width:10px;
        height:10px;
        opacity: 1;
        -moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px;
        color:#fff;
    }

    .sy_gg2 .swiper-pagination-bullet-active {
        background-color: #b6001f;
    }

    .sy_gg2.swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:0px;
        height:22px;
        width: 100%;
        font-size: 0;
        position: inherit;
        right: 0%;
        text-align: center;
    }

    .sy_gg2.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
}
@media only screen and (min-width: 1200px) {
    .swiper-container.sy_gg {
        width:100%;
        float:left;
    }
    .sy_gg .swiper-wrapper{
        padding-bottom:20px;
    }
    .sy_gg .swiper-slide {
        width: 100%;
        overflow: hidden;
    }
    .sy_gg ul{
        width:103%;
        float:left;
        margin-left: -1.5%;
    }
    .sy_gg li{

        position: relative;
        height:60px;
        padding-left:90px;
        float:left;
        width:47%;
        margin: 0 1.5% 2% 1.5%;
    }
    .sy_gg .swiper-slide .sj{
        width: 65px;
        border: solid 1px #ddd;
        position:absolute;
        left:0;
        top:0px;
        text-align: center;
        font-family: Arial;
    }
    .sy_gg .swiper-slide .sj h4{
        display: block;
        line-height: 36px;
        height:34px;
    }
    .sy_gg .swiper-slide .sj p{
        color:#fff;
        background-color: #b6001f;
        line-height:24px;
        font-size: 14px;
    }
    .sy_gg .swiper-slide .bt {
        display: block;
        line-height:28px;
        height:56px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        margin-top: 1px;
    }

    .sy_gg .swiper-pagination-bullet {
        background-color:#d3cccc;
        width:16px;
        height:16px;
        opacity: 1;
        -moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px;
        color:#fff;
    }

    .sy_gg .swiper-pagination-bullet-active {
        background-color: #b6001f;
    }

    .sy_gg.swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:0px;
        height:22px;
        width: 100%;
        font-size: 0;
        position: inherit;
        right: 0%;
        text-align: center;
    }

    .sy_gg.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px;
    }
}
.ny_k2{
    border: solid 1px #ddd;
    padding:30px;
    background-color: #fff;
}
.gg_list{
    width:100%;
    float:left;
    margin: -10px 0;
}
.gg_list li{
    width:100%;
    float:left;
    border-bottom: solid 1px #ddd;
    padding:20px 0;
    position: relative;
    height:100px;
    padding-left:90px;
}
.gg_list.gz_list li{
    border-bottom: dashed 1px #ddd;
}
.gg_list li:last-child{
    border-bottom: 0;
}

.gg_list .sj{
    width: 65px;
    border: solid 1px #ddd;
    position:absolute;
    left:0;
    top:20px;
    text-align: center;
    font-family: Arial;
}
.gg_list .sj h4{
    display: block;
    line-height: 36px;
    height:34px;
}
.gg_list .sj p{
    color:#fff;
    background-color: #b6001f;
    line-height:24px;
    font-size: 14px;
}
.gg_list.gz_list .sj{
    border: 0;
    background-color: #b6001f;
    color:#fff;
    padding:5px 0 2px 0;
}

.gg_list.gz_list .sj h4{
    font-size: 23px;
    line-height: 30px;
    height:29px;
}
.gg_list .bt {
    display: block;
    line-height: 60px;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
    .ny_k2{
        padding:15px;
    }
    .gg_list{
        margin: -10px 0;
    }
    .gg_list li{
        padding:15px 0;
        min-height:80px;
        padding-left:65px;
        height:auto;
    }
    .gg_list .sj{
        width:55px;
        top:15px;
    }
    .gg_list .sj h4{
        line-height: 30px;
        height:30px;
    }
    .gg_list.gz_list .sj h4{
        font-size: 18px;
        line-height:23px;
        height:21px;
    }
    .gg_list .sj p{
        color:#fff;
        background-color: #b6001f;
        line-height:22px;
        font-size: 12px;
    }
    .gg_list .bt {
        line-height:150%;
        text-overflow:inherit; -o-text-overflow:inherit; overflow:inherit;  white-space: inherit;
        margin-top: 5px;
    }

}
.xw_lb1{
    width:103%;
    float:left;
    margin: -20px 0 20px -1.5%;
}
.xw_lb1 li{
    width:47%;
    float:left;
    margin: 1.5%;
}

.xw_lb1 .imgk{
    height:326px;
    overflow: hidden;
    margin-bottom: -1px;
}
.xw_lb1 .imgk img{
    min-height:326px;
}
.xw_lb1 .txtk{
    padding:20px;
    border: solid 1px #b6001f;
    background-color: #fff;
    background-image: url("https://www.microbialgenomics.net/images/t_jj.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.xw_lb1 .sj{
    display: block;
    text-align: right;
}
.xw_lb1 .bt{
    display: block;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
    .xw_lb1{
        width:102%;
        margin: -10px 0 10px -1%;
    }
    .xw_lb1 li{
        width:48%;
        float:left;
        margin: 1%;
    }
    .xw_lb1 .imgk{
        height:auto;
        overflow: hidden;
        margin-bottom: -1px;
    }
    .xw_lb1 .imgk img{
        min-height:auto;
    }
    .xw_lb1 .txtk{
        padding:15px;
        background-size: auto 25px;
    }
}
@media only screen and (max-width:550px) {
    .xw_lb1 li{
        width:98%;
        margin-bottom: 10px;
    }
}
.ny_k3{
    width:100%;
    padding:45px;
    background-color: #fff;
}

@media only screen and (min-width: 1200px) {
    .nr_bj1{
        background:url("https://www.microbialgenomics.net/images/bm_bj.jpg") #fff right bottom no-repeat;
        padding-bottom:80px;
        min-height: 700px;
    }
}

.bgs_lb{
    background-color: #fff;
    padding:35px 35px 35px 460px;
    min-height: 320px;
    box-shadow:0 2px 15px rgba(0,0,0,.15);
    position:relative;
    background-image: url("https://www.microbialgenomics.net/images/bgs_bj2.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.bgs_lb .bt{
    width:400px;
    padding:20px;
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    color:#fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 30px;
    background-image: url("https://www.microbialgenomics.net/images/bgs_bj1.jpg");
}
.bgs_lb .txtk{
    width:100%;
    color:#666;
    font-size: 18px;
    line-height: 40px;
}
.bgs_lb .dbt{
    display: block;
    width:100%;
    font-size: 20px;
    position:relative;
    padding-left:35px;
    margin-bottom: 15px;
    color:#333;
}
.bgs_lb .dbt:before{
    content: '';
    background-color: #af0300;
    width:12px;
    height:12px;
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    position:absolute;
    left:0px;
    top:50%;
    margin-top: -6px;
}
.ny_bt2{
    height:35px;
    line-height: 35px;
    padding-left:35px;
    position:relative;
}
.ny_bt2:before{
    content: '';
    background-color: #af0300;
    width:12px;
    height:12px;
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    position:absolute;
    left:0px;
    top:50%;
    margin-top: -6px;
}
@media only screen and (max-width: 1200px) {
    .ny_k3{
        padding:15px;
    }
    .bgs_lb{
        padding:0px;
        min-height:inherit;
    }
    .bgs_lb .bt{
        width:100%;
        padding:15px;
        text-align: center;
        position:inherit;
        left:auto;
        top:auto;
        height:auto;
        font-size: 16px;
    }
    .bgs_lb .txtk{
        font-size: 13px;
        line-height:22px;
        padding:20px;
    }
    .bgs_lb .dbt{
        font-size:15px;
        padding-left:20px;
        margin-bottom: 10px;
    }
    .bgs_lb .dbt:before{
        width:8px;
        height:8px;
        margin-top: -4px;
    }
    .ny_bt2{
        height:25px;
        line-height: 25px;
        font-size:15px;
        padding-left:20px;
    }
    .ny_bt2:before{
        width:8px;
        height:8px;
        margin-top: -4px;
    }
}

.ab_nr{
    overflow-x: auto;
}
.ta1{
    table-layout:fixed;
    word-break:break-all;
    word-wrap:break-word;
    border-collapse:collapse;
    width:100%;
    min-width: 760px;
    border-bottom: solid 3px #b6001f;
}
.ta1 td{
    padding:10px;
    border: solid 1px #ddd;
    text-align: center;
}
.ta1 thead td{
    background-color: #b6001f;
    color:#fff;
    padding:15px 10px;
    font-size: 18px;
}
@media only screen and (max-width: 1200px) {
    .ta1 thead td{
        font-size: 14px;
    }
}
.kk_dd{
    border: solid 1px #ddd;
}
.bj_b{
    background-color: #fff;
}
.xz_js{
    background-color: #fff;
    background-image: url("https://www.microbialgenomics.net/images/xz_bj2.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    box-shadow:0 2px 15px rgba(0,0,0,.15);
    height: 325px;
    position:relative;
    padding:25px 25px 25px 51%;
}
.xz_js .d11{
    position:absolute;
    width:51%;
    height:100%;
    overflow: hidden;
    left:0px;
    top:0px;
    background-image: url("https://www.microbialgenomics.net/images/xz_bj.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    padding:30px;
}
.xz_js .d11 .item{
    width:100%;
    float:left;
    display: none;
}
.xz_js .d11 .item .imgk{
    width:155px;
    float:left;
    height:207px;
    overflow: hidden;
}
.xz_js .d11 .item .txtk{
    width:370px;
    float:right;
    color:#fff;
    font-size: 16px;

}
.xz_js .d11 .item .txtk .bt{
    font-size: 20px;
    margin-bottom: 10px;
}
.xz_js .d11 .item .txtk .bt a{
    color:#fff;
}
.xz_js .d22{
    width:100%;
    float:left;
    padding-left:40px;
}
.xz_xx{
    font-size: 18px;
    width:102%;
    margin-left: -1%;
}
.xz_xx a{
    float:left;
    width:31.3333%;
    line-height: 55px;
    margin: 1%;
    text-align: center;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}
.xz_xx a:hover,.xz_xx a.on{
    background-color: #b6001f;
    color:#fff;
}
@media only screen and (min-width: 1200px) {
    .xz_js .d11 .item .txtk{
        height:270px;
        overflow-y: auto;
    }
}
@media only screen and (max-width: 1200px) {
    .xz_js{
        height:auto;
        position:relative;
        padding:0%;
    }
    .xz_js .d11{
        position:inherit;
        width:100%;
        height:auto;
        overflow: hidden;
        left:auto;
        top:auto;
        padding:15px;
    }
    .xz_js .d11 .item{
        width:100%;
        float:left;
        display: none;
    }
    .xz_js .d11 .item .imgk{
        width:155px;
        float:none;
        height:auto;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .xz_js .d11 .item .txtk{
        width:100%;
        font-size: 13px;
    }
    .xz_js .d11 .item .txtk .bt{
        text-align: center;
    }
    .xz_js .d22{
        padding:15px;
    }
    .xz_xx{
        font-size: 14px;
    }
    .xz_xx a{
        line-height:35px;
    }
}
.t_top{
    display: inline-block;
    background-image: url("https://www.microbialgenomics.net/images/t_top.png");
    background-size: auto 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    width:23px;
    height:27px;
    vertical-align: middle;
    position:relative;
    top:-1px;
    color:#fff;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    margin-left: 5px;
}
@media only screen and (max-width: 1200px) {
    .t_top{
        height:25px;
        width:20px;
    }
}


@media only screen and (max-width: 1200px) {

}

/*学者轮转新增*/
@media only screen and (max-width: 1200px) {
    .xz_ny {
        width: 100%;
        float: left;
        /*margin-left: -50px;*/
        position: relative;
        padding: 0 25px;
    }

    .xz_ny .swiper-slide {
        width: 100%;
        padding:5px 0;

    }

    .xz_ny a {
        float:left;
        width:100%;
        position:relative;

    }
    .xz_ny a:hover{
        box-shadow:0 2px 15px rgba(0,0,0,.15);
    }
    .xz_ny .swiper-slide .imgk {
        width:100%;
        overflow: hidden;
        /*height:80px;*/
    }

    .xz_ny .swiper-slide img {
        width: 100%;
    }


    .xz_ny .bt{
        width:100%;
        position:absolute;
        left:0;
        bottom:0;
        background-color: #75081b;
        color:#fff;
        text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        line-height:35px;
        height:35px;
        text-align: center;
    }

    .xz_ny .swiper-button-prev, .xz_ny .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 20px;
        width: 20px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-top: -35px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color:rgba(0,0,0,.2);
    }


    .xz_ny .swiper-button-next:hover, .xz_ny .swiper-button-prev:hover {
        background-color: #cb3737;
    }
    .xz_ny .swiper-button-prev {
        left: 0px;
    }

    .xz_ny .swiper-button-next {
        right: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .xz_ny {
        width: 100%;
        float: left;
        position: relative;
    }

    .xz_ny .swiper-slide {
        width: 100%;
        padding:10px 0;

    }

    .xz_ny a {
        float:left;
        width:100%;
        position:relative;

    }
    .xz_ny a:hover{
        box-shadow:0 2px 15px rgba(0,0,0,.15);
    }
    .xz_ny .swiper-slide .imgk {
        width:100%;
        overflow: hidden;
        height:300px;
    }

    .xz_ny .swiper-slide img {
        width: 100%;
        min-height:300px;
    }


    .xz_ny .bt{
        width:100%;
        position:absolute;
        left:0;
        bottom:0;
        background-color: #75081b;
        color:#fff;
        text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
        line-height: 55px;
        height:55px;
        text-align: center;
    }

    .xz_ny .swiper-button-prev, .xz_ny .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 0px;
        width:72px;
        height:18px;
        line-height: 18px;
        margin-top: -9px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-image: url("https://www.microbialgenomics.net/images/jt1.png");
        background-repeat: no-repeat;
    }
    .xz_ny .swiper-button-prev:hover, .xz_ny .swiper-button-next:hover{
        background-image: url("https://www.microbialgenomics.net/images/jt1_on.png");
    }
    .xz_ny .swiper-button-prev {
        left: -90px;
    }

    .xz_ny .swiper-button-next {
        right: -90px;
        transform: rotate(180deg);
    }
}

.xz_ny a {
    display: block;
    width: 100%;
}

.xz_ny a:hover .bt{
    background-color: #b6001f;
}

.xz_ny .swiper-container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.xz_ny .swiper-wrapper {
    width: 100%;
    float: left;
}


@media only screen and (max-width: 1200px) {
    .my-video2-div{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .my-video2-div{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.lnhj_ny {
    width: 100%;
    float: left;
    position: relative;
}

.lnhj_ny .swiper-slide {
    width: 100%;

}

@media only screen and (max-width: 1200px) {

    .lnhj_ny .swiper-button-prev, .lnhj_ny .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 20px;
        width: 20px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-top: -35px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color:rgba(0,0,0,.2);
    }

    .lnhj_ny .swiper-button-next:hover, .lnhj_ny .swiper-button-prev:hover {
        background-color: #cb3737;
    }
    .lnhj_ny .swiper-button-prev {
        left: 0px;
    }

    .lnhj_ny .swiper-button-next {
        right: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .lnhj_ny .swiper-button-prev, .lnhj_ny .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 0px;
        width:72px;
        height:18px;
        line-height: 18px;
        margin-top: -9px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-image: url("https://www.microbialgenomics.net/images/jt1.png");
        background-repeat: no-repeat;
    }
    .lnhj_ny .swiper-button-prev:hover, .lnhj_ny .swiper-button-next:hover{
        background-image: url("https://www.microbialgenomics.net/images/jt1_on.png");
    }
    .lnhj_ny .swiper-button-prev {
        left: -90px;
    }

    .lnhj_ny .swiper-button-next {
        right: -90px;
        transform: rotate(180deg);
    }
}


.lnhj_ny .swiper-container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.lnhj_ny .swiper-wrapper {
    width: 100%;
    float: left;
}
.sy_tz_nav{
    width:100%;
    float:left;
    margin-bottom:20px;
}
.sy_tz_nav a{
    font-size: 20px;
    line-height: 50px;
    background-color: #f0f0f0;
    width:250px;
    float:left;
    margin-right: 30px;
    text-align: center;
}
.sy_tz_nav a:hover,.sy_tz_nav a.on{
    background-color: #b6001f;
    color:#fff;
}
.sy_tz_list{
    width:100%;
    float:left;
}
.sy_tz_list li{
    width:100%;
    float:left;
    border-bottom: solid 1px #ddd;
}
.sy_tz_list a{
    display: block;
    width:100%;
    height:50px;
    line-height: 50px;
    position:relative;
    padding-right:280px;
}
.sy_tz_list .bt{
    display: block;
    line-height: 50px;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}
.sy_tz_list .sj{
    position:absolute;
    right:0;
    top:0;
}
@media only screen and (max-width: 1200px) {
    .sy_tz_nav{
        margin-bottom:10px;
    }
    .sy_tz_nav a{
        font-size: 14px;
        line-height: 20px;
        height:40px;
        width:30%;
        margin-right:1%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        max-width: 160px;
    }
    .sy_tz_list a{
        height:40px;
        line-height: 40px;
        padding-right:80px;
    }
    .sy_tz_list .bt{
        line-height: 40px;
        font-size: 14px;
    }
}