﻿@charset "utf-8";

/* 头条 */

.toutiao {
    height: 88px;
    margin-top: 30px;
    background: url(../images/toutiaoBj.png) top right no-repeat;
}

.toutiao_l {
    width: 117px;
    height: 86px;
    margin-top: 1px;
    overflow: hidden;
    float: left;
}

.toutiao_l img {
    width: 117px;
    height: 86px;
    display: block;
}

.toutiao_r {
    width: 860px;
    height: 88px;
}

.toutiao_r h3 {
    width: 760px;
    font-size: 34px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}

.toutiao_r h3 a {
    display: block;
    color: #222222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toutiao_r p {
    line-height: 30px;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toutiao_r p br {
    display: none;
}

.toutiao_r h3 a:hover {
    color: #496fb0;
}

.sytf {
    margin-top: 30px;
}

.ztzl {
    width: 1180px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
}

.ztzl .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ztzl .bd li {
    zoom: 1;
    vertical-align: middle;
}

.ztzl .bd img {
    width: 1180px;
    height: 100px;
    display: block;
}

.ztzl .hd {
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.ztzl .hd ul li {
    width: 20px;
    height: 20px;
    float: left;
    line-height: 20px;
    text-align: center;
    margin-right: 2px;
    font-size: 14px;
    color: #c9171d;
    cursor: pointer;
    font-weight: bold;
    background: #e6a4a5;
}

.ztzl .hd ul li.on {
    background: none;
    color: #e7a4a5;
}

.ztzl .ZhuanTiEnter {
    position: absolute;
    width: 110px;
    height: 100px;
    left: -110px;
    top: 0;
    z-index: 99;
    transition: all .3s;
}

.ztzl:hover .ZhuanTiEnter {
    left: 0px;
    transition: all .5s;
}


/* 轮播 */

.lunb {
    width: 520px;
    height: 292px;
    float: left;
    margin-bottom: 40px;
    position: relative;
}

.lunb .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.lunb .bd ul li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.lunb .bd ul li img {
    width: 520px;
    height: 292px;
    display: block;
}

.lunb .bd ul li p {
    width: 520px;
    height: 67px;
    line-height: 67px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/lbbt1.png) center center no-repeat;
}

.lunb .bd ul li p a {
    display: block;
    width: 345px;
    height: 67px;
    margin-left: 30px;
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lunb .bd ul li p a:hover {
    font-weight: bold;
}

.lunb .hd {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 90px;
    height: 67px;
    overflow: hidden;
}

.lunb .hd ul li {
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
    margin: 28px 0 0 4px;
    transition: all 0.3s;
    text-indent: 9999px;
    float: left;
}

.lunb .hd ul li.on {
    width: 21px;
    background: #1c4ca0;
}

.lunb .prev,
.lunb .next {
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    width: 35px;
    height: 60px;
    margin-top: -30px;
    background: url(../images/left.png) center center no-repeat;
}

.lunb .next {
    left: auto;
    right: 0px;
    background: url(../images/right.png) center center no-repeat;
}

.lunb .prev:hover {
    background: url(../images/left_1.png) center center no-repeat;
}

.lunb .next:hover {
    background: url(../images/right_1.png) center center no-repeat;
}


/* 新闻 */

.news {
    width: 620px;
    height: 292px;
    float: right;
}

.news .hd {
    height: 45px;
}

.news .hd ul li {
    width: 132px;
    height: 45px;
    float: left;
    margin-right: 14px;
    line-height: 45px;
    text-align: center;
    background: url(../images/news_bj.png) center center no-repeat;
}

.news .hd ul li a {
    color: #222222;
    font-size: 18px;
}

.news .hd ul li:hover {
    background: url(../images/news_bj1.png) center center no-repeat;
}

.news .hd ul li:hover a {
    color: #ffffff;
    font-weight: bold;
}

.news .hd ul li.on {
    background: url(../images/news_bj1.png) center center no-repeat;
}

.news .hd ul li.on a {
    color: #ffffff;
    font-weight: bold;
}

.news .bd ul {
    margin-top: 10px;
}

.news .bd ul li {
    height: 44px;
    line-height: 44px;
    margin-top: 5px;
}

.news .bd ul li a {
    font-weight: normal;
    color: #222222;
    display: inline-block;
    max-width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    padding-left: 17px;
    background: url(../images/dian_grey.png) no-repeat left center;
    box-sizing: border-box;
}

.news .bd ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.news .bd ul li:hover a {
    color: #1c4ca0;
}


/* 招商引资 */

.zsyz {
    height: 305px;
    margin-bottom: 40px;
    background: url(../images/zsBJ.png) center center no-repeat;
    overflow: hidden;
}

.zsyz .zsyzbt {
    height: 58px;
    margin-top: 40px;
    line-height: 58px;
    text-align: center;
    background: url(../images/zsyzbtBj.png) center center no-repeat;
}

.zsyz ul {
    margin-top: 30px;
    margin-left: -46px;
}

.zsyz ul li {
    width: 106px;
    height: 140px;
    float: left;
    margin-left: 91px;
}

.zsyz ul li .img {
    width: 106px;
    height: 107px;
    text-align: center;
    background: url(../images/zsyzBJ.png) center center no-repeat;
    overflow: hidden;
}

.zsyz ul li .img>img {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.zsyz ul li p {
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #222222;
}

.zsyz ul li:nth-child(1) .img>img {
    margin-top: 25px;
}

.zsyz ul li:nth-child(2) .img>img {
    margin-top: 25px;
}

.zsyz ul li:nth-child(3) .img>img {
    margin-top: 33px;
}

.zsyz ul li:nth-child(4) .img>img {
    margin-top: 33px;
}


/* 政务公开 */

.zhengwu {
    height: 606px;
    margin-bottom: 40px;
    border-bottom: 3px solid #f2f4f7;
}

.zhengwu h3 {
    width: 170px;
    display: block;
    height: 50px;
}

.zhengwu h3 a {
    display: block;
    font-size: 32px;
    height: 50px;
    color: #222222;
    line-height: 45px;
    background: url(../images/zwbt.png) right center no-repeat;
}

.zhengwu_con {
    width: 1180px;
    height: 460px;
    margin-top: 40px;
}


/* 通知公告 */

.tzgg {
    width: 520px;
    height: 460px;
    float: left;
}

.tzgg .hd {
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.tzgg .hd ul li {
    width: 132px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 24px;
    margin-right: 36px;
    float: left;
    background: url(../images/tzbt.png) right center no-repeat;
}

.tzgg .hd ul li a {
    display: block;
    color: #222222;
}

.tzgg .hd ul li:nth-child(2) {
    background: none;
}

.tzgg .hd ul li:hover a {
    color: #345aa8;
}

.tzgg .hd ul li.on a {
    color: #345aa8;
}

.tzgg .hd .more {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 5px;
}

.tzgg .hd .more a {
    display: block;
}

v.tzgg .hd .more a img {
    width: 25px;
    height: 25px;
    display: block;
}

.tzgg .bd ul li {
    height: 80px;
    margin-top: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.tzgg .bd ul li.block p {
    width: 58px;
    height: 58px;
    float: left;
}

.tzgg .bd ul li.block a {
    display: block;
    width: 273px;
    height: 60px;
    float: left;
    font-size: 16px;
    color: #222222;
    margin-left: 20px;
    line-height: 30px;
}

.tzgg .bd ul li.block span {
    float: right;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}

.tzgg .bd ul li.block a:hover {
    color: #345aa8;
}

.tzgg .bd ul li a {
    width: 342px;
    height: 60px;
    float: left;
    display: block;
    margin-left: 0;
    line-height: 30px;
    overflow: hidden;
}

.tzgg .bd ul li span {
    float: right;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}

.tzgg .bd ul li a:hover {
    color: #345aa8;
}


/* 政策解读 */

.zhengce {
    width: 615px;
    height: 460px;
    float: right;
}

.zhengce .hd {
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.zhengce .hd ul li {
    width: auto;
    min-width: 132px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 24px;
    margin-right: 36px;
    float: left;
}

.zhengce .hd ul li a {
    display: block;
    color: #222222;
}

.zhengce .hd .more {
    width: 25px;
    height: 25px;
    float: right;
    margin-top: 5px;
}

.zhengce .hd .more a {
    display: block;
}

.zhengce .hd .more a img {
    width: 25px;
    height: 25px;
    display: block;
}

.zhengce .zhengce_con {
    width: 615px;
    height: 135px;
    margin-top: 30px;
}

.zhengce .zhengce_con .pic {
    width: 239px;
    height: 134px;
    float: left;
    overflow: hidden;
}

.zhengce .zhengce_con img {
    width: 239px;
    height: 134px;
    display: block;
}

.zhengce .zhengce_con ul {
    width: 352px;
    height: 135px;
    overflow: hidden;
    float: right;
}

.zhengce .zhengce_con ul li {
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
}

.zhengce .zhengce_con ul li a {
    display: block;
    width: 215px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    padding-left: 20px;
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    background: url(../images/zcdian.png) center left no-repeat;
}

.zhengce .zhengce_con ul li span {
    float: right;
    color: #999999;
}

.zhengce .zhengce_con ul li a:hover {
    color: #345aa8;
}

.zhengce .hd1 {
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.zhengce .hd1 ul li {
    width: auto;
    min-width: 132px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 24px;
    margin-right: 36px;
    float: left;
}

.zhengce .hd1 ul li a {
    display: block;
    color: #222222;
}

.zhengce .hd1 .more {
    width: 25px;
    height: 25px;
    float: right;
    margin-top: 5px;
}

.zhengce .hd1 .more a {
    display: block;
}


/* 政府信息平台 */

.zhengfuxinxi {
    width: 615px;
    height: 200px;
    margin-top: 40px;
    overflow: hidden;
}

.zhengfuxinxi hd {
    background: none !important;
}

.zhengfuxinxi .bd1 {
    width: 615px;
    height: 120px;
    float: left;
    margin-top: 29px;
    overflow: hidden;
}

.zhengfuxinxi .bd1 ul {
    width: 460px;
    height: 120px;
    float: left;
}

.zhengfuxinxi .bd1 ul li {
    width: 210px;
    height: 46px;
    float: left;
    margin-left: 39px;
    margin-top: 29px;
}

.zhengfuxinxi .bd1 ul li:nth-child(odd) {
    margin-left: 0;
}

.zhengfuxinxi .bd1 ul li:nth-child(-n+2) {
    margin-top: 0;
}

.zhengfuxinxi .bd1 ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 45px;
    color: #222222;
}

.zhengfuxinxi li a img {
    width: 45px;
    height: 45px;
    vertical-align: sub;
    float: left;
    margin-right: 14px;
    transition: all 0.5s ease;
}

.zhengfuxinxi .bd1 .ysqgk {
    width: 110px;
    height: 117px;
    float: right;
    position: relative;
    background: url(../images/ysqgk.png) center center no-repeat;
}

.zhengfuxinxi li:hover a img {
    transform: rotate(360deg);
}

.zhengfuxinxi li:hover {
    font-weight: bold;
    color: #345aa8;
}

.zhengfuxinxi .bd1 .ysqgk p {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.zhengfuxinxi .bd1 .ysqgk a {
    display: block;
    width: 110px;
    height: 117px;
}


/* 园区招商 */

.yqzs {
    width: 520px;
    height: 220px;
    float: left;
    margin-bottom: 40px;
}

.yqzs .yqzs_con {
    width: 360px;
    height: 220px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px;
    background: url(../images/yqzsBj.png) center center no-repeat;
}

.yqzs .yqzs_con .bt {
    height: 50px;
    overflow: hidden;
}

.yqzs .yqzs_con .bt img {
    display: block;
    width: 40px;
    height: 38px;
    float: left;
}

.yqzs .yqzs_con .bt a {
    display: block;
    float: left;
    margin-left: 10px;
}

.yqzs .yqzs_con .bt h3 {
    color: #222222;
    line-height: 30px;
    font-size: 24px;
}

.yqzs .yqzs_con .bt em {
    font-size: 12px;
    color: #222222;
    line-height: 20px;
}

.yqzs .yqzs_con ul {
    margin-top: 20px;
}

.yqzs .yqzs_con ul li {
    height: 30px;
    line-height: 30px;
    margin-top: 3px;
}

.yqzs .yqzs_con ul li a {
    display: inline-block;
    width: 97%;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    background: url(../images/blue_dian.png) left center no-repeat;
}

.yqzs .yqzs_con ul li a:hover {
    color: #345aa8;
}

.rzqy {
    width: 140px;
    height: 220px;
    float: right;
}


/* 互动交流 */

.hdjl {
    width: 615px;
    height: 220px;
    float: right;
    overflow: hidden;
    background: url(../images/hdjlBj.png) center center no-repeat;
}

.hdjl_bt {
    height: 50px;
    width: 560px;
    margin-top: 20px;
}

.hdjl_bt .bt {
    width: 100px;
    height: 50px;
    float: left;
}

.hdjl_bt .bt h3 {
    line-height: 30px;
    font-size: 24px;
    color: #222222;
}

.hdjl_bt .bt em {
    line-height: 20px;
    font-size: 12px;
    color: #222222;
}

.hdjl_bt .gd {
    width: 109px;
    height: 42px;
    float: right;
    text-align: center;
    margin-top: 4px;
    background: url(../images/gdbj.png) center center no-repeat;
}

.hdjl_bt .gd a {
    display: inline-block;
    line-height: 42px;
    font-size: 18px;
    color: #222222;
}

.hdjl_bt .gd a:hover {
    color: #345aa8;
}

.hdjl_con {
    width: 593px;
    height: 120px;
    margin-top: 20px;
    overflow: hidden;
    background: url(../images/hdnrBj.png) center center no-repeat;
}

.hdjl_con ul {
    width: 514px;
    height: 70px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

.hdjl_con ul li {
    width: 102px;
    height: 70px;
    float: left;
    margin-left: 35px;
    margin-right: 0 !important;
    background: url(../images/hdxian.png) right center no-repeat;
    overflow: hidden;
}

.hdjl_con ul li a {
    display: inline!important;
}

.hdjl_con ul li:first-child {
    margin-left: 0px;
}

.hdjl_con ul li:last-child {
    background: none;
}

.hdjl_con ul li img {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
}

.hdjl_con ul li p {
    line-height: 30px;
    color: #333333;
}

.hdjl_con ul li:last-child img {
    margin-top: 15px;
}