﻿html, body {
    height: 100%;
}

body{
    display: flex;
    flex-direction: column;
}
.header {
    height: 280px;
    background: #040522;
    min-width: 1200px;
}

.contentBox {
    width: 1200px;
    margin: auto;
}

.head {
    height: 280px;
    position: relative;
}

.head .logo {
    width: 206px;
    height: 75px;
    background: url("../img/logo.png") left center no-repeat;
}

.index-header {
    background: url("../img/index-header.png") no-repeat center #040522;
}

.nav ul {
    margin-left: 20px;
}

.nav ul li {
    float: left;
    width: 100px;
    padding-top: 30px;
}

.nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: SimHei;
    padding: 0 10px;
}

.nav ul li a:hover {
    font-weight: bold;
}


.head .form {
    width: 308px;
    background: url("../img/inputBg.png");
    height: 40px;
    margin-top: 20px;
    margin-right: 40px;
}

.head .form input[type='text'] {
    font-family: "Microsoft YaHei";
    width: 250px;
    height: 40px;
    padding-left: 5px;
    line-height: 40px;
    font-size: 14px;
    text-indent: 10px;
    border: none;
    outline: none;
    background: none;
    color: #fff;
}

.head .form input[type='submit'] {
    width: 45px;
    height: 40px;
    background: url(../img/sousuo.png) no-repeat center;
    border: none;
    outline: none;
}

.head .form input::-webkit-input-placeholder {
    color: #fff;
}

.loginBtn {
    width: 130px;
    height: 55px;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
}

.loginBtn a {
    display: block;
    line-height: 55px;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    letter-spacing: 2px;
    color: #207eff;
    text-align: center;
    text-decoration: none;
}

.indexTip {
    letter-spacing: 3px;
}

.indexTip h1 {
    font-size: 36px;
    font-family: "Microsoft Yahei";
    color: #fff;
    font-weight: bold;
    padding-top: 100px;
    padding-bottom: 25px;
}

.indexTip span {
    font-size: 20px;
    font-family: "Microsoft Yahei";
    color: #fff;
}

.navBar {
    background: #f4f7f9;
    height: 50px;
}

.navBar ul li {
    width: 200px;
    float: left;

}

.navBar ul li a {
    display: block;
    line-height: 50px;
    font-size: 20px;
    font-family: "Microsoft Yahei";
    color: #24282b;
    text-align: center;
    text-decoration: none;
}

.navBar ul li:hover a {
    background: #d5d9dc;
    font-weight: bold;
}

.navBar ul li a.on {
    background: #d5d9dc;
    font-weight: bold;
}


.content {
  /*min-height: 400px;*/
}

.zxjj {
    padding: 75px 0;

}

.zxjj .left {
    width: 475px;
}

.zxjj .left p {
    font-size: 14px;
    color: #24282b;
    font-family: "Microsoft Yahei";
    line-height: 24px;
    margin-bottom: 15px;
    text-indent: 2em;
    text-align: justify;
}

.zxjj .right {
    width: 650px;
    height: 520px;
    position: relative;
}

.zxjj-bg {
    width: 570px;
    height: 520px;
    background: #f4f7f9;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.focusBox .hd {
    position: absolute;
    left: -40px;
    top: 145px;

}

.focusBox .hd li {
    width: 10px;
    height: 35px;
    background: #d5d9dc;
    border-radius: 30px;
    margin: 15px 0;
    cursor: pointer;
}

.focusBox .hd li.on {
    background: #24282b;
}

.focusBox img {
    width: 560px;
    height: 520px;
}

.focusBox {
    position: absolute;
    top: -40px;
    right: 40px;
}

.footer{
    background:#040522;
    height: 45px;
    margin: auto;
    line-height: 45px;
    min-width: 1200px;
    width: 100%;

}

.footer ul {
    height: 45px;
    overflow: hidden;
    text-align: center;
}

.footer ul li {
    display: inline-block;
    color: #b2b6bb;
    padding: 0 25px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

.footer ul li a {
    font-size: 14px;
    color: #b2b6bb;
    font-family: "Microsoft Yahei";
    text-decoration: none;
}

/*实验项目*/


.course {
    width: 1200px;
    margin: 0 auto;

    padding: 30px 0;
}

.course li {
    float: left;
    width: 225px;
    height: 210px;
    margin: 0 15px 25px 0;
    position: relative;
    transition: 0.2s;
}

.course li a {
    display: block;
    height: 100%;
}

.course li .cbox .pic {
    overflow: hidden;
    height: 150px;
}

.course li .cbox {
    cursor: pointer;
    height: 100%;
}

.course li .cbox .pic {
    overflow: hidden;
    height: 150px;
}

.course li .cbox .pic img {
    width: 100%;
    height: 150px;
    transition: 0.5s;
}

.course li:hover .cbox .pic img {
    transform: scale(1.1);
}

.course li:hover {
    transition: 0.2s;
    -moz-box-shadow: 5px 5px 10px #e2e2e2;
    -webkit-box-shadow: 5px 5px 10px #e2e2e2;
    box-shadow: 5px 5px 10px #e2e2e2;
}

.course li .cbox .text {
    margin-top: 5px;
    position: relative;
    padding: 0 8px;
}

.course li .cbox .text .infor {
    float: left;
    width: 100%;
    font-family: "Microsoft Yahei";
}

.course li .cbox .text .infor p.p1 {
    color: #24282b;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.course li .cbox .text .infor p.p2 {
    margin-top: 5px;
    color: #999;
}

.course ul {
    min-height:500px;
}

.course li .cbox .text .infor p.p2 span {
    float: right;
    display: inline-block;
    max-width: 100%;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    background: url("../img/person.png") no-repeat left center;
    white-space: nowrap;
    padding-left: 18px;
    text-overflow: ellipsis;
}

.course li .cbox .text .infor p.p2 label {

    float: left;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    padding: 3px 5px;
    border-radius: 3px;
}

.red {
    background: #e95442;
}

.blue {
    background: #367dd6;
}
.kong {
    padding:0 !important;
    background:#ffba00;
}

.noSearch{
    width: 100%;
    height: 250px;
    background: url("../img/noSearch.png") no-repeat center;
}

.moreBox{
    display: none;
    width: 64px;
    height:35px;
    text-align: center;
    margin:auto;
    margin-bottom:30px;
    cursor: pointer;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #666666;
    background: url("../img/gengduo.png") no-repeat bottom center;
}


/*通知公告*/

.aside {
    height: 88px;
    border-bottom: 1px solid #eaeef1;
    margin-bottom: 20px;
}

.breadcrumb {
    float: right;
    margin-top: 33px;
}

.breadcrumb ul
.breadcrumb ul li a {
    font-size: 12px !important;
}

.breadcrumb ul li {
    margin-right: 0;
    color: #666;
    font-size: 12px !important;
    line-height: 55px;
    font-family: serif;
    height: auto;
}

.breadcrumb ul li a:hover {
    text-decoration: none;
    color: #040522;
}

.breadcrumb b {
    float: left;
    padding: 0 15px;
    height: 47px;
    line-height: 55px;
    font-size: 18px;
    color: #040522;
    font-weight: normal;
}


.chooseDate {
    padding-top: 45px;
}

.chooseDate span {
    font-size: 25px;
    color: #24282b;
    font-weight: bold;
    font-family: "Microsoft Yahei";
}

.chooseDate select {
    margin: 0 5px;
    /* 清除默认边框 */
    border: 0;
    /* 清除默认的箭头样式 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 右侧添加小箭头的背景图 */
    background: url("../img/select.png") no-repeat 54px 10px #f4f7f9;
    background-size: 12px;
    width: 75px;
    height: 25px;
    line-height: 25px;
    outline: none;
    font-size: 12px;
    padding: 0 2%;
}

.chooseDate select option {
    border: 0;
    text-align: center;
    background: #fff;
}


.news {
    width: 1080px;
    margin: auto;
    padding-top: 30px;
}

.news ul {
    min-height:410px;
}

.news ul li {
    width: 450px;
    height: 135px;
    background: #f4f7f9;
    position: relative;
    float: left;
    margin: 25px 45px;
}

.news ul li .date {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -30px;
    -moz-box-shadow: 1px 3px 20px 1px rgba(80, 80, 80, 0.14);
    -webkit-box-shadow: 1px 3px 20px 1px rgba(80, 80, 80, 0.14);
    box-shadow: 1px 3px 20px 1px rgba(80, 80, 80, 0.14);
}

.date {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height:68px;
    font-family: Arial;
}

.date label {
    font-size:18px;
    font-family: "Microsoft Yahei";
}
.date p {
    font-size: 14px;
    color: #999;
    position: absolute;
    top: 50px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    text-align: center;
}

.news ul li .notic {
    padding-left: 60px;
    padding-right: 55px;
    padding-top: 15px;
}

.news ul li .notic a {
    text-decoration: none;
    display: block;
}

.news ul li .notic .noticTit {
    color: #24282b;
    font-weight: bold;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    line-height: 23px;
    margin-bottom: 10px;
}

.news ul li .notic .noticP {
    color: #89939c;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    line-height: 22px;
    float: none;
    display: inline;
}

.news ul li .notic span {
    color: #89939c;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    float: right;
    line-height: 22px;
}

/*辐射示范*/
.fssf {
    width: 1100px;
    height: 616px;
    background: url("../img/sffs.png") no-repeat center #5097fd;
    margin: 30px auto;
    padding: 30px 50px;
    border-radius: 15px;
    line-height: 25px;
}

.fssf .tip {
    width: 570px;
    margin: auto;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding-bottom: 40px;
    font-family: "Microsoft YaHei";
    color: #24282b;
}

.tipBox ul li {
    width: 530px;
    height: 500px;
    border-radius: 15px;
    background: url("../img/tuoyuanbg.png") top center no-repeat #fff;
}

.tipBox ul li span {
    width: 103px;
    height: 103px;
    display: block;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 20px;
}

.tipBox ul li.icon-1 span {
    background: url("../img/icon-1.png") no-repeat center;
}

.tipBox ul li.icon-2 span {
    background: url("../img/icon-2.png") no-repeat center;
}

.tipBox ul li p {
    color: #4a535c;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding: 0 45px;
    text-indent: 2em;
    line-height: 25px;
}

/*教学研究*/
.teach {
    padding-top: 60px;
    width: 1070px;
    margin: auto;
}

.teach ul li {
    padding-bottom: 30px;
}

.teach ul li .teachNr {
    width: 530px;
}

.teach ul li .teachNr span {
    font-weight: bold;
    color: #24282b;
    font-size: 16px;
    line-height: 30px;
    display: block;
    padding-bottom: 10px;
}

.teach ul li .teachNr p {
    font-size: 14px;
    color: #4a535c;
    line-height: 24px;

}

/*师资力量*/
.techerList {
    width: 1180px;
    margin: auto;
}

.techerList .tip {
    margin: auto;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding-bottom: 40px;
    font-family: "Microsoft YaHei";
    color: #24282b;
    line-height:90px;
}

.teacherName{
    width: 1010px;
    margin: auto;
}
.teacherName .fl div,.teacherName .fr div{
    float:left;
}
.teacherName .fl .teacher ,.teacherName .fr .teacher{
    font-size:20px;
    color:#207eff;
    font-weight:bold;
    line-height:110px;
}

.teacherName .fr .teacher{
    margin-right:15px;
}

.teacherName .fl .teacherImg{
    display: block;
    width:110px;
    height: 110px;
    margin:0 20px;
    border-radius: 50%;
    overflow:hidden;
}

.teacherName .fl .teacherImg img{
    width:110px;
}

.teacherName .fl .leftTeacher{
    font-size:16px;
    font-family: "Microsoft YaHei";
}

.teacherName .fl .leftTeacher span{
    display:block;
    margin-top:15px;
    margin-bottom:15px;
}
.teacherName .fl .leftTeacher p{
    line-height:22px;
    font-size:14px;
}

.teacherName .fr .teacherBg a{
    display: block;
    width:106px;
    height:106px;
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    text-align: center;
    line-height: 106px;
    background: url("../img/teacherBg.png") no-repeat center;
}

.teachBottom{
    margin:35px 0;
}

.teacherHeart{
    width:570px;
    height:470px;
    position:relative;
    background:url("../img/hreat.png") no-repeat center;
}

.teacherHeart ul li{
    font-weight: bold;
    color:#24282b;
    font-family: "Microsoft YaHei";
    width:85px;
    height:85px;
    line-height: 85px;
    text-align:center;
    font-size: 14px;
    position:absolute;
}

.teacherHeart ul li.teacher-1{top:23px;left:193px;}
.teacherHeart ul li.teacher-2{top:23px;left:275px;}
.teacherHeart ul li.teacher-3{top:23px;left:360px;}

.teacherHeart ul li.teacher-4{top:64px;left:152px;}
.teacherHeart ul li.teacher-5{top:64px;left:235px;}
.teacherHeart ul li.teacher-6{top:64px;left:319px;}
.teacherHeart ul li.teacher-7{top:64px;left:400px;}

.teacherHeart ul li.teacher-8{top:103px;left:111px;}
.teacherHeart ul li.teacher-9{top:103px;left:193px;}
.teacherHeart ul li.teacher-10{top:103px;left:275px;}
.teacherHeart ul li.teacher-11{top:0103px;left:360px;}
.teacherHeart ul li.teacher-12{top:103px;left:437px;}


.teacherHeart ul li.teacher-13{top:145px;left:70px;}
.teacherHeart ul li.teacher-14{top:145px;left:152px;}
.teacherHeart ul li.teacher-15{top:145px;left:400px;}
.teacherHeart ul li.teacher-16{top:145px;left:480px;}

.teacherHeart ul li.teacher-17{top:186px;left:111px;}
.teacherHeart ul li.teacher-18{top:186px;left:193px;}
.teacherHeart ul li.teacher-19{top:186px;left:360px;}
.teacherHeart ul li.teacher-20{top:186px;left:437px;}

.teacherHeart ul li.teacher-21{top:225px;left:152px;}
.teacherHeart ul li.teacher-22{top:225px;left:235px;}
.teacherHeart ul li.teacher-23{top:225px;left:319px;}
.teacherHeart ul li.teacher-24{top:225px;left:400px;}


.teacherHeart ul li.teacher-25{top:264px;left:193px;}
.teacherHeart ul li.teacher-26{top:264px;left:275px;}
.teacherHeart ul li.teacher-27{top:264px;left:360px;}

.teacherHeart ul li.teacher-28{top:310px;left:237px;}
.teacherHeart ul li.teacher-29{top:310px;left:315px;}

.teacherHeart ul li.teacher-30{top:345px;left:275px;}

.teacherTeam{
    width:600px;
    height:470px;
    background:url("../img/szdw.png") no-repeat center;
    position:relative;
}
.teacherTeam a{
    display:block;
    margin:24px 46px 10px 46px;
}

.teacherTeam p{
    font-size:20px;
    color:#207eff;
    font-weight:bold;
    text-indent:245px;
}



    /*三级文章*/

.page {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #666666;
}

.page a {
    border: 1px solid #ccc;
    color: #727272;
    padding: 2px 4px;
    background: #f1f1f1;
    cursor: pointer;
}

.page a:hover {
    color: #2888e8;
    text-decoration: none;
}


.articlePage {
    min-height: 450px;
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    padding-bottom:50px;
}

.articlePage h2 {
    text-align: center;
    font-size: 27px;
    color: #24282b;
    font-weight: normal;
}

.articlePage > p img {
    display: block;
    margin: 10px auto;
    cursor: pointer;
    text-indent: -2em;
}

.articlePage > p {
    font-family: "Microsoft YaHei";
    line-height: 30px;
    padding-top: 10px;
    text-align: justify;
    color: #666;
    text-indent: 2em;
    font-size: 16px;
}

.articlePage table {
    margin: 0 auto;
}

.articlePage table td {
    text-align: left;
    font-size: 14px;
    color: #666;
    padding: 10px;
    line-height: 22px;
}

.articlePage table td p {
    text-indent: 0;
    font-size: 14px;
    text-align: left;
    font-family: "Microsoft YaHei";
    color: #666;
    line-height: 25px;
}

.articlePage object {
    margin-left: -2em;
}

.year{
    font-weight: bold;
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 26px;
    padding-top: 45px;
    float: left;
    padding-left: 63px;
}
.title_info {
    font-family: serif;
    width: 100%;
    float: left;
    color: #666;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 1px #ccc dashed;
}






