*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}

/* 轮播图 */
.slideBox {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 29px;
    z-index: 1;
    overflow: hidden;
}

.slideBox .hd ul {
    display: inline-block;
    margin: 0 auto;
    zoom: 1;
    overflow: hidden;
}

.slideBox .hd li {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    float: left;
    margin: 0 30px;
}

.slideBox .hd li.on {
    background-color: #fff;
}

.slideBox .bd {
    width: 100%;
}

.slideBox .prev {
    display: inline-block;
    width: 60px;
    height: 95px;
    background: url(../images/djt_left.png) no-repeat;
    z-index: 9;
    position: absolute;
    bottom: 165px;
    left: 8%;
}

.slideBox .next {
    display: inline-block;
    width: 60px;
    height: 95px;
    background: url(../images/djt_right.png) no-repeat;
    z-index: 9;
    position: absolute;
    bottom: 165px;
    right: 8%;
}

.slideBox .bd img {
    width: 100%;
    height: 450px;
}

/* 内容 */
.content_bg {
    width: 100%;
    background: url(../images/bg.png) no-repeat 0 100%;
    background-size: 100% auto;
    padding-top: 74px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* 标题 */
.title{
    font-size: 28px;
    color: #2649A6 ;
    margin-bottom: 6px;
    font-weight: 400;
}
/* 英文标题 */
.e_title{
    font-size: 14px;
    color: #999999;
    margin-bottom: 14px;
}
/* 更多按钮 */
.gd{
    display: inline-block;
    width: 48px;
    height: 18px;
    color: #2649A6;
    border: 1px solid #384CA8;
    padding: 3px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    transition: all 0.5s;
    float: right;
    margin-top: 10px;
}
.gd:hover{
    background-color: #2649A6;
    color: #fff;
}

/* 成果简介轮播图 */
.cgjj_left .slideBox2 {
    width: 580px;
    height: 344px;
    overflow: hidden;
    position: relative;
}

.cgjj_left .slideBox2 .bd {
    width: 100%;
}

.cgjj_left .slideBox2 .prev {
    display: inline-block;
    width: 36px;
    height: 57px;
    background: url(../images/zjt_left.png) no-repeat;
    z-index: 9;
    position: absolute;
    top: 144px;
    bottom: 143px;
    left: 0;
}

.cgjj_left .slideBox2 .next {
    display: inline-block;
    width: 36px;
    height: 57px;
    background: url(../images/zjt_right.png) no-repeat;
    z-index: 9;
    position: absolute;
    top: 144px;
    bottom: 143px;
    right: 0;
}

.cgjj_left .slideBox2 .bd img {
    width: 100%;
    height: 344px;
}

/* 成果简介 */
.cgjj{
    margin-bottom: 62px;
}
.cgjj_left{
    display: inline-block;
    width: 580px;
}
.cgjj_right{
    width: 588px;
    float: right;
}
.cgjj_fgx{
    display: inline-block;
    width: 500px;
    height: 6px;
    background: url(../images/fgx.png) no-repeat;
    margin-bottom: 15px;
}
.cgjj_nr{
    line-height: 24px;
    font-size: 16px;
    color: #706F77;
}
.cgjj_right a{
    display: inline-block;
    width: 146px;
    height: 46px;
    border-radius: 23px;
    border: 1px solid #d7002e;
    text-align: center;
    line-height: 46px;
    margin-top: 15px;
    font-size: 16px;
    color: #d7002e;
    transition: all 0.5s;
}
.cgjj_right a:hover{
    background-color: #d7002e;
    color: #fff;
}

/* 成果创新、培养成效 */
.cgcx{
    display: inline-block;
    width: 500px;
    height: 330px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(56,65,89,0.16);
    padding: 28px 41px 52px 41px;
}
.cgcx_fgx{
    display: inline-block;
    width: 100%;
    height: 6px;
    background: url(../images/fgx.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
}
.cgcx ul li{
    width: 46%;
    height: 36px;
    margin-bottom: 13px;
    background: #FBF2F4;
    font-size: 16px;
    line-height: 36px;
    transition: all 0.5s;
    display: inline-block;
    margin-right: 12px;
}
.cgcx ul li:last-child{
    margin-bottom: 0;
}
.cgcx ul li:hover{
    background: #D7002E;
}
.cgcx ul li:hover a{
    background: url(../images/jt_b.png) no-repeat 10px center;
    color: #fff;
}
.cgcx ul li a{
    padding-left: 35px;
    background: url(../images/jt.png) no-repeat 10px center;
    color: #706F77;
    transition: all 0.5s;
}

/* 成果展示 */
.cgzs{
    margin-top: 45px;
    padding-bottom: 80px;
}
.cgzs_fgx{
    display: inline-block;
    width: 100%;
    height: 6px;
    background: url(../images/c_fgx.png) no-repeat;
    margin-bottom: 30px;
}
.picScroll-left {
    overflow: hidden;
    position: relative;
}
.picScroll-left .hd .next{
    position: absolute;
    top: 26%;
    right: 0;
    z-index: 9;
}

.picScroll-left .hd .prev{
    position: absolute;
    top: 26%;
    left: 0;
    z-index: 9;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    float: left;
    display: inline;
    overflow: hidden;
    width: 244px;
}
.picScroll-left .bd ul li .pic{
    width: 100%;
    overflow: hidden;
}
.picScroll-left .bd ul li .pic img {
    display: block;
    width: 222px;
    height: 168px;
    transition: all 0.5s;
    box-shadow: 0px 0px 8px 0px rgba(56,65,89,0.14);
}
.picScroll-left .bd ul li .pic img:hover{
    transform: scale(1.05);
}