﻿

/* 头条开始 */
.toutiao {
    height: 125px;
    background: #ffffff;
    line-height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toutiao img {
    float: left;
    margin-top: 40px;
}

.toutiao h3 {
    font-size: 38px;
    color: #015293;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;

}

.toutiao h3 a {
    display: block;
    width: 900px;
    margin-left: 20px;
    color: #015293;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;

}

.toutiao h3 a:hover {
    color: #3781cb;
}

/* 头条结束 */

/* 图片新闻 新闻列表 开始 */
.tp-xw {
    width: 1280px;
    height: 428.84px;
    margin: auto;
    background: #fff;
    background-image: url(../images/bj01.png);
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

.tp-xw .TabImg {
    float: left;
    width: 601px;
    position: relative;
    height: 348.84px;
    margin-top: 40px;
    overflow: hidden;

}

.tp-xw .TabImg .prev {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -30px;
    width: 45px;
    height: 45px;
    z-index: 9;
    cursor: pointer;
    display: none;
    background: url("../images/pre.png") no-repeat center;
}

.tp-xw .TabImg .next {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -30px;
    width: 45px;
    height: 45px;
    z-index: 9;
    cursor: pointer;
    display: none;
    background: url("../images/next.png") no-repeat center;
}

.tp-xw .TabImg:hover .prev {
    display: block;
}

.tp-xw .TabImg:hover .next {
    display: block;
}

.tp-xw .TabImg .bd ul li {
    float: left;
    width: 604px;
    height: 348.84px;
    position: relative;
    overflow: hidden;
}

.tp-xw .TabImg .bd ul li>a {
    display: block;
    width: 603px;
    height: 348.84px;
    overflow: hidden;
}

.tp-xw .TabImg .bd ul li>a img {
    width: 603px;
    height: 348.84px;
    overflow: hidden;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
}

.tp-xw .TabImg .bd ul li:hover>a img {
    width: 603px;
    height: 348.84px;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}

.tp-xw .TabImg .bd ul li h3 {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 21px;
    padding-right: 239px;
    box-sizing: border-box;
    background: url("../images/touming.png") repeat;
    font-weight: normal;
}

.tp-xw .TabImg .bd ul li h3 a {
    display: block;
    width: 425px;
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp-xw .TabImg .hd {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}

.tp-xw .TabImg .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    cursor: pointer;
    overflow: visible;
    background: #fff;
    border-radius: 50%;
    margin-left: 5px;
}

.tp-xw .TabImg .hd ul li.on {
    background: #c92327;
    width: 25px;
    height: 10px;
    border-radius: 5px;
}


.TabCon-One {
    width: 558px;
    height: 348.84px;
    background: #ffffff;
    box-sizing: border-box;
    float: right;
    margin-top: 40px;
    overflow: hidden;
}

.TabCon-One .hd {
    height: 47px;
    border-bottom: 1px solid #d1d6dc;
}

.TabCon-One .hd ul li {
    height: 46px;
    float: left;
    margin-right: 29px;
}

.TabCon-One .hd ul li h2 a {
    display: block;
    height: 46px;
    font-size: 24px;
    color: #333333;
}
.TabCon-One .hd .moree a{
    transition: 0;
}

.TabCon-One .hd ul li.on h2 a {
    color: #015293;
    border-bottom: 3px solid #015293;
}

.TabCon-One .hd span {
    line-height: 23px;
    font-size: 16px;
    color: #999999;
}

.TabCon-One .hd span a {
    color: #999999;
    float: right;
    padding-top: 5px;
}

.TabCon-One .hd span a:hover {
    color: #015293;
}

.TabCon-One .bd ul {
    margin-top: 13px;
}

.TabCon-One .bd ul li {
    height: 48px;
    line-height: 48px;
}

.TabCon-One .bd ul li h3 a {
    width: 420px;
    float: left;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    padding-left: 13px;
    background: url("../images/heidian.png") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 10px;
}

.TabCon-One .bd ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.TabCon-One .bd ul li h3 a:hover {
    color: #015293;
    background: url("../images/landian.png") no-repeat left center;
}

/* 图片新闻 新闻列表 结束 */

/* 通知公告 开始 */
.tzgg {
    height: 60px;
    background: #fff;
    overflow: hidden;
}

.tzgg .tzgg-con {
    height: 60px;
    background: #ebf3fa;
    line-height: 60px;
}

.tzgg .tzgg-con span {
    display: block;
    float: left;
}

.tzgg .tzgg-con .tzgg-icon {
    float: left;
    margin: 10px 0 0 23px;

}

.tzgg .tzgg-con p {
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-left: 18px;
}

.tzgg .txtScroll-left {
    width: 930px;
    position: relative;
    float: left;
}

.tzgg .txtScroll-left .hd {
    overflow: hidden;
    height: 15px;
    float: right;
    margin-top: 22.5px;
}

.tzgg .txtScroll-left .hd .prev {
    display: block;
    width: 9px;
    height: 15px;
    float: right;
    cursor: pointer;
    background: url("../images/arrow2.png") no-repeat;
    margin-left: 10px;
}

.tzgg .txtScroll-left .hd .prev:hover {
    display: block;
    width: 9px;
    height: 15px;
    float: right;
    cursor: pointer;
    background: url("../images/arrow3.png") no-repeat;
    margin-left: 10px;
}

.tzgg .txtScroll-left .hd .next {
    display: block;
    width: 9px;
    height: 15px;
    float: left;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.tzgg .txtScroll-left .hd .next:hover {
    display: block;
    width: 9px;
    height: 15px;
    float: left;
    cursor: pointer;
    background: url("../images/arrow4.png") no-repeat;
}

.tzgg .txtScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.tzgg .txtScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.tzgg .txtScroll-left .hd ul li.on {
    background-position: 0 0;
}

.tzgg .txtScroll-left .bd {
    width: 850px;
    overflow: hidden;
    float: left;
    background: url(../images/tzgg-icon03.png) no-repeat center left;
    margin-left: 20px;
}

.tzgg .txtScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.tzgg .txtScroll-left .bd ul li {
    font-size: 18px;
    color: #015293;
    text-align: left;
    _display: inline;
    text-indent: 25px;
}

.tzgg .txtScroll-left .bd ul li a {
    color: #015293;
}

.tzgg .txtScroll-left .bd ul li a:hover {
    color: #093254;
}

.tzgg .txtScroll-left .bd ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.tzgg .tzgg-btn {
    width: 60px;
    height: 60px;
    background: #015293;
    float: right;
}

.tzgg .tzgg-btn img {
    float: left;
    margin: 0px 0 0 15px;
}

/* 通知公告 结束 */

/* 政策 信息公开 开始 */
.zc-xxgk {
    height: 300px;
    background: #fff;
    padding-top: 40px;
}

/* 政策 */
.zc-xxgk {
    padding-bottom: 25px;
}

.zc-xxgk .zc {
    width: 660px;
    height: 300px;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}

.zc-xxgk .zc .hd {
    width: auto;
    height: 47px;
    border-bottom: 1px solid #d1d6dc;

}

.zc-xxgk .zc .hd ul {
    width: 245px;
    height: 47px;
    float: left;
    padding-right: 25px;
    background: url(../images/xsjbj.png) no-repeat right bottom;

}

.zc-xxgk .zc .hd ul li {
    height: 47px;
    float: left;
}



.zc-xxgk .zc .hd ul li h2 a {
    display: block;
    width: 120px;
    height: 47px;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 54px;
    margin-top: 0px;
    background-image: url(../images/xwlbbj.png);
    background-repeat: no-repeat;
    background-size: 120px 40px;
    background-position: bottom center;
}
.zc-xxgk .zc .hd ul li h2 a:hover{
    opacity: 0.9;
}

.zc-xxgk .zc .hd ul li.on h2 a {
    display: block;
    border-left: 5px solid #c92327;
    width: 120px;
    height: 47px;
    background: #015293;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 47px;

}



.zc-xxgk .zc .hd span {
    line-height: 30px;
    font-size: 16px;
    color: #999999;
}

.zc-xxgk .zc .hd span a {
    color: #999999;
    float: right;
    padding-top: 5px;
}

.zc-xxgk .zc .hd span a:hover {
    color: #015293;
}

.zc-xxgk .zc .bd ul {
    margin-top: 13px;
}

.zc-xxgk .zc .bd ul li {
    height: 48px;
    line-height: 48px;
}

.zc-xxgk .zc .bd ul li h3 a {
    width: 515px;
    float: left;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    padding-left: 13px;
    background: url("../images/heidian.png") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 10px;
}

.zc-xxgk .zc .bd ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.zc-xxgk .zc .bd ul li h3 a:hover {
    color: #015293;
    background: url("../images/landian.png") no-repeat left center;
}

/* 信息公开 */
.zc-xxgk .xxgk {
    width: 504px;
    height: 300px;
    float: right;
}

.zc-xxgk .xxgk .hd {
    width: auto;
    height: 47px;
    border-left: 5px solid #c92327;
    border-bottom: 1px solid #d1d6dc;

}

.zc-xxgk .xxgk .hd ul {
    width: 156px;
    height: 47px;
    float: left;
    padding-right: 25px;
    background: url(../images/xsjbj.png) no-repeat right bottom;

}

.zc-xxgk .xxgk .hd ul li {
    height: 47px;
    float: left;
}

.zc-xxgk .xxgk .hd ul li:nth-of-type(1) h2 a {
    display: block;
    width: 156px;
    height: 47px;
    background: #015293;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 47px;
}
.zc-xxgk .xxgk .hd ul li:nth-of-type(1) h2 a:hover{
    opacity: 0.9;
}

.zc-xxgk .xxgk .hd span {
    line-height: 24px;
    font-size: 16px;
    color: #999999;
}

.zc-xxgk .xxgk .hd span a {
    color: #999999;
    float: right;
    padding-top: 5px;
}

.zc-xxgk .xxgk .hd span a:hover {
    color: #015293;
}

.zc-xxgk .xxgk .bd ul div {
    width: 330px;
    float: left;
}

.zc-xxgk .xxgk .bd ul div {
    width: 335px;
    float: left;
}

.zc-xxgk .xxgk .bd ul div li {
    float: left;
    width: 155px;
    height: 95px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.zc-xxgk .xxgk .bd ul div li a {
    display: block;
    width: 77px;
    height: 46px;
    font-size: 18px;
    color: #e8f6ff;
    line-height: 24px;
    margin-left: 62px;
}


.zc-xxgk .xxgk .bd ul div li:nth-of-type(1) {
    background: #3780cc;
    border-radius: 10px;
    background-image: url(../images/xxgk-icon01.png);
    background-repeat: no-repeat;
    background-position: 15px center;


}

.zc-xxgk .xxgk .bd ul div li:nth-of-type(2) {
    background: #4ab4e6;
    border-radius: 10px;
    margin-left: 20px;
    background-image: url(../images/xxgk-icon02.png);
    background-repeat: no-repeat;
    background-position: 15px 35px;
}

.zc-xxgk .xxgk .bd ul div li:nth-of-type(3) {
    background: #4ab4e6;
    border-radius: 10px;
    background-image: url(../images/xxgk-icon03.png);
    background-repeat: no-repeat;
    background-position: 15px 32px;

}

.zc-xxgk .xxgk .bd ul div li:nth-of-type(4) {
    background: #3780cc;
    border-radius: 10px;
    margin-left: 20px;
    background-image: url(../images/xxgk-icon04.png);
    background-repeat: no-repeat;
    background-position: 15px 32px;
}


.zc-xxgk .xxgk .bd ul .ysqgk {
    width: 155px;
    height: 210px;
    border-radius: 10px;
    background: #3781cb;
    float: right;
    margin-top: 20px;
    overflow: hidden;


}

.zc-xxgk .xxgk .bd ul .ysqgk a {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    font-size: 18px;
    color: #e8f6ff;
    line-height: 24px;
    margin-left: 29px;
    padding-top: 125px;
    background-image: url(../images/xxgk-icon05.png);
    background-repeat: no-repeat;
    background-position: 20px 55px;
}

/* 政策 信息公开 结束 */


/* 横幅 开始 */
.hf {
    height: 140px;
    background: #fff;
    padding-bottom: 40px;
    overflow: hidden;
}

.hf .sy-ztzl-con {
    width: 1200px;
    position: relative;
    height: 140px;
    margin: auto;
    overflow: hidden;

}

.hf .sy-ztzl-con .bd a {
    height: 140px;
    width: 1200px;
    display: inline-block;
}

.hf .sy-ztzl-con .bd img {
    display: block;
    width: 100%;
}

.hf .sy-ztzl-con .hd {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.hf .sy-ztzl-con .hd li {
    display: block;
    height: 16px;
    width: 16px;
    float: left;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0;
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    margin-right: 2px;
    cursor: pointer;
}

.hf .sy-ztzl-con .hd li.on {
    background: #c30406;
    color: #fff;
    cursor: pointer;
}

/* 横幅 结束 */


/* 党建工作 局长信箱 开始 */
.djgz-jzxx {
    height: 300px;
    background: #fff;
}

/* 党建工作 */
.djgz-jzxx .djgz {
    width: 660px;
    height: 300px;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}

.djgz-jzxx .djgz .hddj {
    width: auto;
    height: 47px;
    border-left: 5px solid #c92327;
    border-bottom: 1px solid #d1d6dc;
}

.djgz-jzxx .djgz .hddj ul li {
    width: 120px;
    height: 47px;
    float: left;
    padding-right: 25px;
    background: url(../images/xsjbj.png) no-repeat right bottom;
}

.djgz-jzxx .djgz .hddj ul li:nth-of-type(1) h2 a {
    display: block;
    width: 120px;
    height: 47px;
    background: #015293;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 47px;
}

.djgz-jzxx .djgz .hddj ul li:hover {
    opacity: 0.9;
}


.djgz-jzxx .djgz .hddj span {
    line-height: 24px;
    font-size: 16px;
    color: #999999;
}

.djgz-jzxx .djgz .hddj span a {
    color: #999999;
    float: right;
    padding-top: 5px;
}

.djgz-jzxx .djgz .hddj span a:hover {
    color: #015293;
}

.djgz-jzxx .djgz .bddj ul {
    margin-top: 13px;
}

.djgz-jzxx .djgz .bddj ul li {
    height: 48px;
    line-height: 48px;
}

.djgz-jzxx .djgz .bddj ul li h3 a {
    width: 505px;
    float: left;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    padding-left: 13px;
    background: url("../images/heidian.png") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 10px;
}

.djgz-jzxx .djgz .bddj ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.djgz-jzxx .djgz .bddj ul li h3 a:hover {
    color: #015293;
    background: url("../images/landian.png") no-repeat left center;
}

/* 局长信箱 */
.djgz-jzxx .jzxx {
    width: 504px;
    height: 300px;
    float: right;
}

.djgz-jzxx .jzxx .hdxx {
    width: auto;
    height: 47px;
    border-left: 5px solid #c92327;
    border-bottom: 1px solid #d1d6dc;
}

.djgz-jzxx .jzxx .hdxx ul {
    float: left;
}

.djgz-jzxx .jzxx .hdxx ul li {
    width: 120px;
    height: 47px;
    float: left;
    padding-right: 25px;
    background: url(../images/xsjbj.png) no-repeat right bottom;
}

.djgz-jzxx .jzxx .hdxx ul li:nth-of-type(1) h2 a {
    display: block;
    width: 120px;
    height: 47px;
    background: #015293;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 47px;
}

.djgz-jzxx .jzxx .hdxx ul li:nth-of-type(1) h2 a:hover{
    opacity: 0.9;
}



.djgz-jzxx .jzxx .hdxx span {
    line-height: 24px;
    font-size: 16px;
    color: #999999;
}

.djgz-jzxx .jzxx .hdxx span a {
    color: #999999;
    float: right;
    padding-top: 5px;
}

.djgz-jzxx .jzxx .hdxx span a:hover {
    color: #015293;
}


.djgz-jzxx .jzxx .hdxx .mail-btn {
    width: 258px;
    float: right;
}

.djgz-jzxx .jzxx .hdxx .mail-btn ol {
    display: block;
    width: 252px;
    height: 40px;
    float: left;
}


.djgz-jzxx .jzxx .hdxx .mail-btn ol li a {
    display: block;
    float: left;
    width: 126px;
    height: 40px;
    line-height: 38px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 16px;
    color: #333333;
    text-indent: 8px;
    margin-top: 7px;
}

.djgz-jzxx .jzxx .hdxx .mail-btn ol li.on a {
    background: #ebf3fa;
}



.djgz-jzxx .jzxx .hdxx .mail-btn ol li a:hover img {
    transform: rotateZ(360deg);
    transition: .7s;
    -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.djgz-jzxx .jzxx .hdxx .mail-btn ol {
    margin: 0;
    padding: 0;
}

.djgz-jzxx .jzxx .hdxx .mail-btn ol li {
    float: left;
}

.djgz-jzxx .jzxx .hdxx .mail-btn ol li a:hover {
    color: #015293;
}

.djgz-jzxx .jzxx .hdxx .mail-btn ol li:nth-of-type(1) img {
    float: left;
    margin-top: 6px;
    margin-left: 14px;
}

.djgz-jzxx .jzxx .hdxx .mail-btn ol li a:nth-of-type(2) {
    line-height: 34px;
}

.djgz-jzxx .jzxx .hdxx .mail-btn ol li:nth-of-type(2) img {
    float: left;
    margin-top: 9px;
    margin-left: 14px;
}

.djgz-jzxx .jzxx .bdxx ul {
    margin-top: 13px;
}

.djgz-jzxx .jzxx .bdxx ul li {
    height: 48px;
    line-height: 48px;
}

.djgz-jzxx .jzxx .bdxx ul li h3 a {
    width: 360px;
    float: left;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    padding-left: 13px;
    background: url("../images/mailbj.png") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 13px;
}

.djgz-jzxx .jzxx .bdxx ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.djgz-jzxx .jzxx .bdxx ul li h3 a:hover {
    color: #015293;

}

/* 党建工作 局长信箱 结束 */

/* 服务工作 风采展示 开始 */
.fwgg-fczs {
    height: 230px;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

/* 服务工作 */
.fwgg-fczs .ffgz {
    width: 660px;
    height: 320px;
    box-sizing: border-box;
    float: left;
}

.fwgg-fczs .ffgz .hdfw {
    width: auto;
    height: 47px;
    border-left: 5px solid #c92327;
    border-bottom: 1px solid #d1d6dc;
}

.fwgg-fczs .ffgz .hdfw ul li {
    width: 120px;
    height: 47px;
    float: left;
    padding-right: 25px;
    background: url(../images/xsjbj.png) no-repeat right bottom;
}


.fwgg-fczs .ffgz .hdfw ul li:nth-of-type(1) h2 a {
    display: block;
    width: 120px;
    height: 47px;
    background: #015293;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 47px;
}
.fwgg-fczs .ffgz .hdfw ul li:nth-of-type(1) h2 a:hover{
    opacity: 0.9;
}


.fwgg-fczs .ffgz .hdfw span {
    line-height: 24px;
    font-size: 16px;
    color: #999999;
}

.fwgg-fczs .ffgz .hdfw span a {
    color: #999999;
    float: right;
    padding-top: 5px;
}

.fwgg-fczs .ffgz .hdfw span a:hover {
    color: #015293;
}

.fwgg-fczs .ffgz .bdfw {
    margin-top: 30px;
}

.fwgg-fczs .ffgz .bdfw ul {
    display: flex;
    justify-content: space-between;
}

.fwgg-fczs .ffgz .bdfw ul li {
    width: 120px;
    height: 140px;
    float: left;
    position: relative;
}
.fwgg-fczs .ffgz .bdfw ul li img{
    width: 50px;
    height: 50px;
    position: absolute;
    top:20px;
    left: 35px;

}

.fwgg-fczs .ffgz .bdfw ul li:hover img {
    transform: rotateZ(360deg);
    transition: .7s;
    -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.fwgg-fczs .ffgz .bdfw ul li:nth-of-type(1) {
    width: 120px;
    height: 140px;
    background: #f8f6ff;
    border-bottom: 3px solid #cccbfb;
  
    background-repeat: no-repeat;
    background-position: center 28px;
}

.fwgg-fczs .ffgz .bdfw ul li:nth-of-type(1) a {
    display: block;
    width: 73px;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 75px;
}



.fwgg-fczs .ffgz .bdfw ul li:nth-of-type(2) {
    width: 120px;
    height: 140x;
    background: #fef7e1;
    border-bottom: 3px solid #f7d28c;
  
    background-repeat: no-repeat;
    background-position: center 28px;
}

.fwgg-fczs .ffgz .bdfw ul li:nth-of-type(2) a {
    display: block;
    width: 73px;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 75px;
}

.fwgg-fczs .ffgz .bdfw ul li:nth-of-type(3) {
    width: 120px;
    height: 140px;
    background: #e5faf3;
    border-bottom: 3px solid #9adfca;

    background-repeat: no-repeat;
    background-position: center 28px;
}



.fwgg-fczs .ffgz .bdfw ul li:nth-of-type(3) a {
    display: block;
    width: 73px;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 75px;
}

.fwgg-fczs .ffgz .bdfw ul li:nth-of-type(4) {
    width: 120px;
    height: 140px;
    background: #fef1e9;
    border-bottom: 3px solid #f5bcbb;
  
    background-repeat: no-repeat;
    background-position: center 28px;
}



.fwgg-fczs .ffgz .bdfw ul li:nth-of-type(4) a {
    display: block;
    width: 73px;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 75px;
}

.fwgg-fczs .ffgz .bdfw ul li:nth-of-type(5) {
    width: 120px;
    height: 140px;
    background: #eef6fe;
    border-bottom: 3px solid #bed6ee;
    
    background-repeat: no-repeat;
    background-position: center 28px;
}


.fwgg-fczs .ffgz .bdfw ul li:nth-of-type(5) a {
    display: block;
    width: 73px;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 75px;
}

.fwgg-fczs .ffgz .bdfw ul li a:hover {
    color: #015293;
}

/* 风采展示 */
.fwgg-fczs .fczs {
    width: 240px;
    height: 230px;
    box-sizing: border-box;
    float:left;
    overflow: hidden;
    margin-left: 40px;

}

.fwgg-fczs .fczs .hdfc {
    width: auto;
    height: 47px;
    border-left: 5px solid #c92327;
    border-bottom: 1px solid #d1d6dc;
}

.fwgg-fczs .fczs .hdfc ul li {
    width: 120px;
    height: 47px;
    float: left;
    padding-right: 25px;
    background: url(../images/xsjbj.png) no-repeat right bottom;
    
}

.fwgg-fczs .fczs .hdfc ul li:nth-of-type(1) h2 a {
    display: block;
    width: 120px;
    height: 47px;
    background: #015293;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 47px;
}

.fwgg-fczs .fczs .hdfc ul li:nth-of-type(1) h2 a:hover{
    opacity: 0.9;
}

.fwgg-fczs .fczs .hdfc span {
    line-height: 24px;
    font-size: 16px;
    color: #999999;
}

.fwgg-fczs .fczs .hdfc span a {
    color: #999999;
    float: right;
    padding-top: 5px;
}

.fwgg-fczs .fczs .hdfc span a:hover {
    color: #015293;
}

.fwgg-fczs .fczs .ztzlScroll {
    width: 240px;
    height: 140px;
    position: relative;
    margin-top: 30px;
    float: left;
   

}

.fwgg-fczs .fczs .ztzlScroll .prev {
    width: 27px;
    height: 33px;
    position: absolute;
    left: 1px;
    z-index: 100;
    cursor: pointer;
    background: url(../images/fczs-pre.png) no-repeat;
    top: 55px;
}

.fwgg-fczs .fczs .ztzlScroll .next {
    width: 27px;
    height: 33px;
    position: absolute;
    z-index: 100;
    left: auto;
    right: 0;
    background: url(../images/fczs-next.png) no-repeat;
    top: 55px;
}

.fwgg-fczs .fczs .ztzlScroll .scrollWrap {
    width: 240px;
    overflow: hidden;
    position: absolute;
  
   
}

.fwgg-fczs .fczs .ztzlScroll dl {
    float: left;
    width: 240px;
    text-align: center;
    position: relative;
    margin-right: 25px;


}
.fwgg-fczs .fczs .ztzlScroll dl dt {
    display: block;
    width: 240px;
    height: 140px;
 
    
}

.fwgg-fczs .fczs .ztzlScroll img {
    display: block;
    width: 240px;
    height: 140px;
    position: relative;
}

.fwgg-fczs .fczs .ztzlScroll img:hover {
    opacity: 0.9;
}

.fwgg-fczs .fczs .ztzlScroll dl dt span{
    display: block;
    position: absolute;
    width: 240px;
    height: 78px;
    bottom: -45px;
    font-size: 18px;
    color: #fff;
    background: url(../images/fczs-bj.png) no-repeat !important;
    z-index: 100;
 

}
.fwgg-fczs .fczs .ztzlScroll dl dt span a{
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 80%;
}

.fwgg-fczs .lsyml {
    width: 240px;
    height: 140px;

    float:right;
}

.fwgg-fczs .lsyml img {
    width: 240px;
    height: 140px;
    margin-top: 30px;
}
.fwgg-fczs .lsyml img:hover{
    opacity: 0.9;
}
.fwgg-fczs .lsyml .hdfcls {
    width: auto;
    height: 47px;
    border-left: 5px solid #c92327;
    border-bottom: 1px solid #d1d6dc;
}

.fwgg-fczs .lsyml .hdfcls ul li {
    width: 120px;
    height: 47px;
    float: left;
    padding-right: 25px;
    background: url(../images/xsjbj.png) no-repeat right bottom;
    
}

.fwgg-fczs .lsyml .hdfcls ul li:nth-of-type(1) h2 a {
    display: block;
    width: 140px;
    height: 47px;
    background: #015293;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 47px;
}

.fwgg-fczs .lsyml .hdfcls ul li:nth-of-type(1) h2 a:hover{
    opacity: 0.9;
}



/* 服务工作 风采展示 结束 */


/*试运行弹窗*/

.testRun {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 285px;
    transition: height .3s;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 0 20px 20px;
    z-index: 99999;
}

.testRun .testRun_close {
    height: 20px;
}

.testRun .testRun_close span {
    float: right;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: -15px;
    cursor: pointer;
    font-size: 25px;
    color: #67696a;
}

.testRun_cont a {
    display: block;
}

.testRun_cont p {
    font-size: 15px;
    color: #222;
    line-height: 22px;
    margin-top: 10px;
}

.testRun_cont>a>img {
    width: 254px;
    height: 144px;
    margin-left: -5px;
}

.testRun .bot a {
    font-size: 12px;
    color: #015293;
    margin-top: 15px;
    display: inline-block;
}

.testRun .bot a:hover {
    color: red;
}

.testRun.hide {
    height: 0;
    overflow: hidden;
    transition: height .3s;
}


/*试运行弹窗 end*/

