.tab_box .bd ul {
    height: 290px;
}

.centered-btns_nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    line-height: 200px;

    overflow: hidden;
    opacity: .8;
}

.slide_container .next {
    right: 20px;
    background-position: right 0;
    background-image: url(../img/arrow_right.png);
}

.slide_container .prev {
    left: 20px;
    background-position: left 0;
    background-image: url(../img/arrow_left.png);
}

.centered-btns_nav:active {
    opacity: 1;
}

.centered-btns_tabs {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
    list-style-type: none;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0px;
    text-align: center;
    z-index: 20000;
}

.centered-btns_tabs li {
    display: inline-block;
    margin-right: 15px;
    *display: inline;
    *zoom: 1;
}

.centered-btns_tabs a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
    opacity: 0.3;
}

.centered-btns_tabs .centered-btns_here {
    background: #fff;
    width: 10px;
    border-radius: 5px;
    opacity: 1;
}

.centered-btns_tabs .centered-btns_here a {
    background: #fff;
    width: 10px;
    border-radius: 5px;
    opacity: 1;
}

.slide_container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    z-index: 1;
    overflow: hidden;
    background: #069;
}

.rslides {
    /* position: relative; */
    /* list-style: none; */
    /* overflow: hidden; */
    /* width: 100%; */
    /* padding: 0; */
    /* margin: 0; */
    /* z-index:1; */
}

.rslides li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
}

.rslides li img {
    display: block;
    position: relative;
    z-index: 1;
    /* height: auto; */
    width: 100%;
    border: 0;
}

.rslides .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.banner_left_btn {
    display: none;
}

.banner_right_btn {
    display: none;
}

.rslides_tabs {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0px;
    text-align: center;
    z-index: 20000;
    *+margin-left: 47%;
}

.rslides_tabs li {
    width: 15px;
    height: 10px;
    border-radius: 5px;
    margin-right: 15px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    z-index: 20000;
    *+display: inline;
    position: relative;
    *+float: left;
}

.rslides_tabs li a {
    float: left;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 0px;
    opacity: 0.3;
}

.rslides_tabs li.rslides_here {
    margin-right: 15px;
    width: 10px;
    height: 10px;
}

.rslides_tabs li.rslides_here a {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

/* 时政要闻 */
.timenews_box {
    margin-top: 30px;
    width: 100%;
    height: 220px;
}

.timenews_title {
    display: block;
    width: 63px;
    height: 220px;
    background: #2588e6;
}

.timenews_info {
    width: 1090px;
    height: 180px;
    background: #f8f8f8;
    padding: 20px 23.5px;
}

.timenews_top h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #0f65b8;
    font-size: 28px;
    font-weight: 600;
}

.timenews_top h3 a {
    color: #0f65b8;
}

.timenews_top p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.8;
    font-weight: 600;
}

.timenews_bottom {
    font-size: 15px;
    margin-top: 15px;
}

.timenews_bottom a,
.timenews_bottom span {
    color: #939393;
}

.timenews_bottom span {
    margin: 0 10px;
}


.imgnews_box {
    margin-top: 30px;
}

.focus_box {
    width: 670px;
    height: 425px;
    overflow: hidden;
    position: relative;
}

.focus_box .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 10px;
    z-index: 1;
}

.focus_box .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.focus_box .hd ul li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.focus_box .hd ul li.on {
    background: #f00;
    color: #fff;
}

.focus_box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.focus_box .bd li {
    position: relative;
}

.focus_box .bd img {
    width: 670px;
    height: 425px;
    display: block;
}

.focus_box .bd li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .45);
    text-indent: 20px;
}

.group_box {
    width: 500px;
    height: 425px;
}

.group_title {
    height: 35px;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
}

.group_title a {
    display: inline-block;
    border-bottom: 3px solid #0f65b8;
    color: #0f65b8;
    font-size: 22px;
    height: 33px;
    font-weight: 600;
}

.group_box ul li {
    height: 89px;
    padding: 20px 0;
    border-bottom: 1px solid #c0c0c0;
}

.group_box ul li h3 {
    height: 30px;
    line-height: 30px;
    background: url(../img/dian1.png) left center no-repeat;
    padding-left: 15px;
    font-size: 17px;
    color: #333;
    font-weight: 600;
}

.group_box ul li p {
    margin-top: 7px;
    font-size: 15px;
    padding-left: 15px;
    line-height: 1.6;
}

.group_box ul li:hover h3 {
    color: #1065b6;
}

.industrial_sector {
    height: 424px;
    width: 100%;
    background: url(../img/cybk_bg.png) center top no-repeat;
    margin-top: 30px;
    padding-top: 50px;
}

.industrial_title {
    width: 905px;
    height: 72px;
    margin: 0 auto;
}

.industrial_list {
    width: 1033px;
    margin: 40px auto 0;
}

.industrial_item {
    width: 214px;
    margin-left: 35px;
    float: left;
    height: 229px;
}

.industrial_item a{
    display: block;
    width: 100%;
    height: 100%;
}
.industrial_item:nth-child(1) {
    background: url(../img/stzl.png) center center no-repeat;
}

.industrial_item:nth-child(2) {
    background: url(../img/gtkj.png) center center no-repeat;
}

.industrial_item:nth-child(3) {
    background: url(../img/ckgl.png) center center no-repeat;
}

.industrial_item:nth-child(4) {
    background: url(../img/cytz.png) center center no-repeat;
}

.industrial_item:nth-child(1):hover {
    background: url(../img/stzl_hover.png) center center no-repeat;
}

.industrial_item:nth-child(2):hover {
    background: url(../img/gtkj_hover.png) center center no-repeat;
}

.industrial_item:nth-child(3):hover {
    background: url(../img/ckgl_hover.png) center center no-repeat;
}

.industrial_item:nth-child(4):hover {
    background: url(../img/cytz_hover.png) center center no-repeat;
}

.link {
    margin: 25px auto;
}

.link span {
    display: inline-block;
    color: #0f65b8;
    font-size: 16px;
    font-weight: 600;
}

.link a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    margin-left: 15px;
}


.group_title a.more {
    border-bottom: none;
    color: #8a8a8a;
    font-size: 15px;
    float: right;
    line-height: 33px;
    font-weight: normal;
}

.group_dynamic {
    width: 585px;
}

.group_dynamic .hd {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.group_dynamic .hd ul {
    float: left;
    position: absolute;
    left: 0px;
    top: -1px;
    height: 50px;
}

.group_dynamic .hd ul li {
    float: left;
    cursor: pointer;
    font-size: 22px;
    margin-right: 20px;
    color: #8a8a8a;
}

.group_dynamic .hd ul li.on {
    color: #0f65b8;
    font-weight: 600;
}

.group_dynamic .bd ul {
    margin-top: 5px;
    position: relative;
}

.group_dynamic .bd ul .more {
    position: absolute;
    right: 5px;
    top: -36px;
    color: #8a8a8a;
    font-size: 15px;
}

.group_dynamic .bd li {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    background: url(../img/dian2.png) left 17px no-repeat;
    text-indent: 20px;
}

.group_dynamic .bd li:hover a{
    color: #0f65b8;
    font-weight: 600;
}



/* 右侧浮窗 */
.agency_type{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: 620px;
    margin-top: 0px;
    z-index: 9999;
}

.agency_item{
    width: 106px;
    height: 56px;
    background: #f0f0f0;
    margin-bottom: 5px;
    padding: 23px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.agency_item a {
    font-size: 26px;
    font-weight: bold;
    color: #8a8a8a;
}

.agency_item p{
    font-size: 15px;
    color: #8a8a8a;
    margin-top: 8px;
}
.agency_item_ewm {
    position: relative;
}
.agency_item_ewm .agency_hover {
    display: none;
    width: 102px;
    height: 102px;
    position: absolute;
    left: -102px;
    top: 0;
}
.agency_item_ewm .agency_hover img {
    width: 100%;
    height: 100%;
}
.item_hover .agency_hover{
    display: block;
}