/* 头部 */
.top{
    width: 100%;
    height: 340px;
    background: url(bannerbg.png)center center no-repeat;
    margin-bottom: 40px;
}
.logo{
    position: absolute;
    top: 15px;
    left: 10%;
}
.banner{
    width: 1200px;
    margin: 0 auto;
    padding: 95px 0 0 30px;
}

/* 简介 */
.sum{
    width: 100%;
}
.suminner{
    width: 1200px;
    height: 192px;
    margin: 0 auto 40px auto;
    box-shadow: 0 0 10px 0 rgba(128, 128, 128, 0.5);
}
.suminner p{
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
    text-indent: 2em;
}
.suminner p:nth-child(1){
    padding: 22px 31px 0px 30px;
}
.suminner p:nth-child(2){
    padding: 0px 31px 0px 30px;
}

/* 政策集成 */
.zhengce{
    width: 100%;
    height: 531px;
    background: url(zhengcebg.png)center center no-repeat;
}
.zcinner{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
.zcleft{
    width: 110px;
    height: 31px;
    float: left;
    text-align: right;
    font-size: 22px;
    font-weight: 700;
    color: #004986;
    background: url(zcleftbg.png)left no-repeat;
}
.zcright{
    width: 94px;
    height: 21px;
    line-height: 21px;
    float: right;
    margin-top: 7px;
    background: url(zcrightbg.png)right no-repeat;
    font-size: 16px;
    font-weight: 400;
    color: #BB9244;
}
.zccontent{
    margin-top: 48px;
}
.zccon{
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #deb66f;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.zccon a{
    padding: 0 0 0 20px;
    font-size: 16px;
    font-weight: 400;
}
.zccon a:hover{
    color: #BB9244;
}

/* 工作推进 */
.gongzuo{
    width: 100%;
}
.gzinner{
    width: 1140px;
    height: 400px;
    margin: 40px auto 0 auto;
    background: #fff9f0;
    padding: 30px 30px 0 30px;
}
.gzleft{
    width: 110px;
    height: 31px;
    float: left;
    text-align: right;
    font-size: 22px;
    font-weight: 700;
    color: #004986;
    background: url(zcleftbg.png)left no-repeat;
}
.gzright{
    width: 94px;
    height: 21px;
    line-height: 21px;
    float: right;
    margin-top: 7px;
    background: url(zcrightbg.png)right no-repeat;
    font-size: 16px;
    font-weight: 400;
    color: #BB9244;
}
.gzcontent{
    margin-top: 42px;
}
.gzcontent li{
    height: 42px;
    line-height: 42px;
    color: #999999;
    font-weight: 400;
}
.gzcontent li a{
    padding: 0 20px 0 20px;
    background: url(dian.png)left no-repeat;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}
.gzcontent li a:hover{
    color: #BB9244;
    font-weight: 600;
}

/* 实施效果 */
.shishi{
    width: 100%;
}
.ssinner{
    width: 1200px;
    height: 282px;
    margin: 40px auto 40px auto;
    padding: 10px 0 0 0;
}
.ssleft{
    width: 110px;
    height: 31px;
    float: left;
    text-align: right;
    font-size: 22px;
    font-weight: 700;
    color: #004986;
    background: url(zcleftbg.png)left no-repeat;
}
.ssright{
    width: 94px;
    height: 21px;
    line-height: 21px;
    float: right;
    margin-top: 7px;
    background: url(zcrightbg.png)right no-repeat;
    font-size: 16px;
    font-weight: 400;
    color: #BB9244;
}
.sscontent{
    margin-top: 42px;
    position: relative;
}
.sscontent li{
    width: 380px;
    height: 105px;
    background: #fff9f0;
}
.sscontent li:nth-child(1){
    top: 0px;
    left: 0px;
    position: absolute;
}
.sscontent li:nth-child(2){
    top: 0px;
    left: 410px;
    position: absolute;
}
.sscontent li:nth-child(3){
    top: 0px;
    left: 820px;
    position: absolute;
}
.sscontent li:nth-child(4){
    top: 135px;
    left: 0px;
    position: absolute;
}
.sscontent li:nth-child(5){
    top: 135px;
    left: 410px;
    position: absolute;
}
.sscontent li:nth-child(6){
    top: 135px;
    left: 820px;
    position: absolute;
}
.sshelp{
    padding: 16px;
}
.sshelp a{
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
}
.sscontent li:hover{
    box-shadow: 0 0 10px 0 rgba(128, 128, 128, 0.5);
}










