* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

/* 轮播图 */
.slideBox {
    width: 100%;
    height: 420px;
    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/jiantou-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/jiantou-right.png) no-repeat;
    z-index: 9;
    position: absolute;
    bottom: 165px;
    right: 8%;
}

.slideBox .bd img {
    width: 100%;
    height: 420px;
}

/* 内容 */
.content_bg {
    width: 100%;
    height: 700px;
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 120px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.content li:hover a{
    font-weight: bold;
}

/* 申请书 */
.sqs {
    display: inline-block;
    width: 680px;
    height: 420px;
    background: url(../images/1.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px 0 0 58px;
    position: relative;
    transition: all .5s;
    border: 1px solid transparent;
    border-radius: 10px;
}

.sqs:hover {
    border: 1px solid #06625D;
    box-shadow: 0px 0px 20px 0px rgba(75, 75, 75, 0.28);
}

.sqs .sqs_title {
    width: 190px;
    height: 54px;
    background-color: #06625D;
    border-radius: 0px 25px 29px 0px;
    color: #FFFFFF;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    padding-left: 33px;
    position: absolute;
    top: -30px;
    left: -1px;
}

.sqs .sqs_title img {
    vertical-align: middle;
}

.sqs ul li {
    display: inline-block;
    width: 258px;
    line-height: 68px;
    border-bottom: 2px dashed #0ce3d7;
    margin-right: 60px;
    position: relative;
    padding-left: 15px;
}

.sqs ul li::after {
    content: '';
    position: absolute;
    background-color: #333;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 32px;
    left: 0;
}

.sqs ul li:nth-child(9) {
    border: none;
}

.sqs ul li:last-child {
    border: none;
}

.sqs ul li a {
    color: #333;
    font-size: 18px;
}

/* 成果报告 */
.cgbg {
    width: 350px;
    height: 160px;
    float: right;
    background: url(../images/2.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0 0 58px;
    position: relative;
    transition: all .5s;
    border: 1px solid transparent;
    border-radius: 10px;
}

.cgbg:hover {
    border: 1px solid #F37335;
    box-shadow: 0px 0px 20px 0px rgba(75,75,75,0.28);
}

.cgbg .cgbg_title {
    width: 200px;
    height: 54px;
    background-color: #F37335;
    border-radius: 0px 25px 29px 0px;
    color: #FFFFFF;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    padding-left: 18px;
    position: absolute;
    top: -30px;
    left: -1px;
}

.cgbg .cgbg_title img {
    vertical-align: middle;
}

.cgbg ul li {
    display: inline-block;
    width: 258px;
    line-height: 68px;
    border-bottom: 2px dashed #0ce3d7;
    margin-right: 60px;
    position: relative;
    padding-left: 15px;
}

.cgbg ul li::after {
    content: '';
    position: absolute;
    background-color: #333;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 32px;
    left: 0;
}

.cgbg ul li:last-child {
    border: none;
}

.cgbg ul li a {
    color: #333;
    font-size: 18px;
}

/* 支撑材料 */
.zccl {
    display: inline-block;
    width: 350px;
    height: 160px;
    float: right;
    background: url(../images/3.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0 0 58px;
    position: relative;
    position: absolute;
    top: 281px;
    right: 0;
    transition: all .5s;
    border: 1px solid transparent;
    border-radius: 10px;
}

.zccl:hover {
    border: 1px solid #0070C0;
    box-shadow: 0px 0px 20px 0px rgba(75,75,75,0.28);
}

.zccl .zccl_title {
    width: 200px;
    height: 54px;
    background-color: #0070C0;
    border-radius: 0px 25px 29px 0px;
    color: #FFFFFF;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    padding-left: 18px;
    position: absolute;
    top: -30px;
    left: -1px;
}

.zccl .zccl_title img {
    vertical-align: middle;
}

.zccl ul li {
    display: inline-block;
    width: 258px;
    line-height: 68px;
    border-bottom: 2px dashed #0ce3d7;
    margin-right: 60px;
    position: relative;
    padding-left: 15px;
}

.zccl ul li::after {
    content: '';
    position: absolute;
    background-color: #333;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 32px;
    left: 0;
}

.zccl ul li:last-child {
    border: none;
}

.zccl ul li a {
    color: #333;
    font-size: 18px;
}

/* 友情链接 */
.yqlj{
    color: #2553A3;
    font-weight: bold;
    font-size: 20px;
    margin: 153px 0 49px 0;
}
.yqlj img{
    vertical-align: middle;
}
.yqlj a{
    color: #333;
    transition: all 0.5s;
    font-weight: normal;
    font-size: 18px;
    margin-right: 50px;
}
.yqlj a:hover{
    color: #2553A3;
    font-weight: bold;
}