﻿@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    background-color: #ffffff;
    font-family: \5FAE\8F6F\96C5\9ED1;
}


/* 主内容区 */

.center {
    width: 1200px;
    padding: 36px 0;
}


/* 左侧内容区 */

.cenLeft {
    width: 960px;
    float: left;
    box-shadow: 6px 0px 6px -4px #e6e6e6
}


/* 轮播图 */

img {
    border: none;
    display: block;
}

.wrap {
    width: 393px;
    height: 263px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 30px;
}

.wrap .banner {
    width: 1965px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner div {
    width: 393px;
    height: 263px;
    float: left;
}

.banner div img {
    width: 393px;
    height: 263px;
}

.banner p {
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 393px;
    height: 50px;
    line-height: 50px;
    background: rgba(8, 8, 8, 0.5);
    color: #fff;
    text-indent: 30px;
}

.wrap ul {
    position: absolute;
    right: 16px;
    bottom: 20px;
    z-index: 3;
}

.wrap ul li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    margin-right: 5px;
}

.wrap ul li.active {
    background-color: #ebc014;
}


/* 新闻中心 */

.new {
    float: left;
    width: 480px;
    height: 264px;
    margin-left:30px;
}


/* 头部标题 */

.head {
    height: 30px;
    margin-bottom: 8px;
    color: #009933;
    font-size: 22px;
}

.head a {
    float: right;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    padding-top: 6px;
}


/* 新闻内容区 */

ul.list li {
    line-height: 33px;
}

ul.list li a {
    font-size: 16px;
    color: #333333;
}

ul.list li a:hover {
    color: #0030ae;
}

ul.list li span {
    font-size: 13px;
    color: #999999;
    float: right;
}


/* 研究课题 */

.task {
    width: 440px;
    margin: 45px 30px 0 0px;
    float: left;
}


/* 研究成果 */

.result {
    width: 440px;
    float: left;
    margin-top: 45px;
}


/* 右侧内容区 */

.cenRight {
    width: 198px;
    float: right;
}

.cenRight ul li {
    width: 194px;
    height: 40px;
    border: 1px solid #cccccc;
    margin: 18px auto 0;
}

.cenRight ul li a {
    display: block;
    text-align: center;
    line-height: 40px;
    color: #333333;
}

.cenRight ul li a:hover {
    background: #0d632a;
    color: #fff;
}

.QRcode {
    width: 142px;
    height: 142px;
    display: block;
    margin: 40px auto;
}

.slideBox{ width:393px; height:263px; overflow:hidden; position:relative;float:left;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:13px; bottom:13px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:9px; height:10px; line-height:14px; text-align:center; cursor:pointer;background:url(../img/icon6_05.png) no-repeat; }
.slideBox .hd ul li.on{background:url(../img/icon6_03.png) no-repeat;}
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd  p{width:100%;background-image:url(../img/icon11_03.png);height:20px;padding:15px 12px;position: absolute;left:0px;bottom:0px;}
.slideBox .bd  a{color:#fff;font-size:16px;}
.slideBox .bd img{ width:393px; height:263px; display:block;}