.header {
    width: 1200px;
    margin: 0 auto;
    height: 115px;
}

.header .title {
    width: 690px;
    height: 115px;
    float: left;
}

.header .right-wrap {
    float: right;
}

.header .search {
    width: 300px;
    height: 27px;
    margin-right: 50px;
    margin-top: 40px;
}

.header .search input {
    border: 1px solid #ccc;
    height: 23px;
    color: #999;
    float: left;
    width: 220px;
}

.header .search button {
    height: 27px;
    width: 53px;
    float: left;
    margin-left: 7px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    background: url(../images/search_btn.jpg) no-repeat center;
}

#nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #67c33a;
    position: relative;
    margin: 0 auto;
    font-family: "Microsoft YaHei", SimSun, SimHei;
}

#nav ul {
    display: block;
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

#nav ul li {
    display: block;
    width: 120px;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
}

#nav .m {
    position: relative;
    border-right: 1px solid #efefef;
    margin-left: -1px;
    width: 120px;
}

#nav ul li a {
    color: #ffffff;
}

#nav .m .sub {
    display: none;
    /*榛樿闅愯棌*/
    width: 119px;
    height: auto;
    margin-left: 1px;
    position: absolute;
    left: 0;
    top: 50px;
    background: #67c33a;

    text-align: left;
}

#nav .sub li {
    vertical-align: middle;
}

#nav .sub li a {
    width: 114px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    text-align: center;
    padding-left: 5px;
}

#nav .sub li a:hover {
    color: #ff0;
    background: #67c33a;
}

#nav #m10 {
    border-right: none
}

#nav #m10 .sub {
    width: 200px !important;
}

#nav #m10 .sub li a {
    width: 195px !important;
}

.banner {
    clear: both;
    height: 408px;
    width: 100%;
    background-size: 100%;
    background: url('../images/banner.jpg') no-repeat center;
}

.news {
    clear: both;
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    margin-top: 20px;
}

.news .slide-news {
    width: 440px;
    height: 340px;
    float: left;
}

.news .important-news {
    width: 400px;
    height: 340px;
    float: left;
    margin-left: 20px;
}

.news .notice {
    width: 320px;
    height: 340px;
    float: left;
    margin-left: 20px;
    background-color: #f9f9f7;
}

.news .title, .scientific .title {
    height: 42px;
    width: 100%;
    border-top: 2px solid #67c33a;
}

.news .title2, .scientific .title2 {
    height: 42px;
    width: 100%;
    background: #67c33a;
}

.news .title h1,
.news .title2 h1,
.scientific .title h1,
.scientific .title2 h1 {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    float: left;
    font-size: 16px;
    background-color: #67c33a;
}

.news .title h2,
.news .title2 h2,
.scientific .title h2,
.scientific .title2 h2 {
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    float: right;
    font-size: 13px;
}

.news .title2 h2 a,
.scientific .title2 h2 a {
    color: #fff;
}
.news .list ul li,
.scientific .list ul li {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding-left: 10px;
    border-bottom: 1px dashed #ccc;
    background: url('../images/spot.jpg') no-repeat left;
}
.news .list ul li a,
.scientific .list ul li a {
    color: #666;
}
.news .list ul li a:hover,
.scientific .list ul li a:hover {
    color: #67c33a;
}
.news .important-news .content {
    padding: 0 10px;
}
.news .notice .content {
    padding: 0 10px;
}
.news .list ul li em,
.scientific .list ul li em {
    float: right;
}

.scientific {
    width: 1200px;
    margin: 0 auto;
    height: 350px;
    margin-top: 20px;
}

.scientific .learning {
    width: 590px;
    float: left;
    margin-right: 20px;
}
.scientific .progress {
    width: 590px;
    float: left;
}
.laboratory {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    margin-top: 20px;
    border: 3px solid #67c33a;
}
.laboratory .header {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    background: #67c33a;
    margin: 0 auto;
    margin-top: -20px;
}
.laboratory .content {
    padding: 10px 0;
}
.laboratory .content .big {
    width: 400px;
    height: 370px;
    float: left;
    margin-left: 10px;
}
.laboratory .content .list {
    width: 765px;
    height: 160px;
    margin-left: 10px;
    float: left;
}
.laboratory .content .list ul li {
    float: left;
    width: 245px;
    height: 160px;
    margin-left: 10px;

}
.laboratory .content .list ul li img {
    width: 245px;
    height: 160px;
}

.linker {
    background:#67c33a;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-top: 20px;
    clear: both;
}
.linker .content {
    width: 1200px;
    margin: 0 auto;
}
.linker .content dl dt,
.linker .content dl dd {
    float: left;
    color: #fff;
    font-size: 14px;
}

.linker .content dl dd {
    margin-left: 20px;
}

.linker .content dl dt {
    font-weight: bold;
}

.linker .content dl dd a {
    color: #fff;
}
.footer {
    width: 100%;
    height: 100px;
    background: #24481a;
}
.footer .content {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.footer .content p {
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}


/*=========================page list==========================*/
.page-list {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.page-list .header {
    height: 40px;
    line-height: 40px;
    width: 1200px;
    border-bottom: 1px solid #ccc;
}
.page-list .header .title {
    float: left;
    width: 300px;
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    border-left: 5px solid #67c33a;
}
.page-list .header .pos {
    float: right;
}
.page-list .header .pos,
.page-list .header .pos a {
    font-size: 12px;
    color: #666;
}
.page-list .content ul li {
    height: 40px;
    line-height: 40px;
    color: #ccc;
    font-size: 13px;
    border-bottom: 1px dashed #ccc;
    background: url('../images/spot.jpg') no-repeat left;
    padding-left: 10px;
}
.page-list .content ul li em {
    float: right;
}
.page-list .content ul li a:hover {
    color: #67c33a;
}
.page-list .page-wrap {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    margin: 20px auto 0 auto;
    width: 350px;
}
/*========================page content =================*/
.page-content {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.page-content .header {
    height: 40px;
    line-height: 40px;
    width: 1200px;
    border-bottom: 1px solid #ccc;
}
.page-content .header .pos {
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
    border-left: 5px solid #67c33a;
}
.page-content .header .pos,
.page-content .header .pos a {
    font-size: 12px;
    color: #666;
}
.page-content .content .title {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}
.page-content .content .title h1 {
    text-align: center;
    font-size: 20px;
    color: #67c33a;
    font-weight: bold;
    line-height: 30px;
}
.page-content .content .title p {
    color: #666;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.page-content .content .article {
    padding: 20px 0;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    text-indent: 2em;
    min-height: 400px;
}