body{
    /*overflow:hidden;*/
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
._hide {
    display: none;
}
._more {
    float: right;
    width: 85px;
    height: 20px;
    margin: 30px 30px 0 0;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    background: url(more_icon.png) right center no-repeat;
}
.banner {
    height: 240px;
    background: url("banner.png") top center no-repeat;
    background-size: cover;
    padding-top: 80px;
}
.bannerbox {
    width: 1200px;
    margin: 0 auto;
}
.banner-search {
    float: left;
    width: auto;
}
.BannerTxt {
    width: auto;
}
.BannerTxt span {
    display: block;
    font-size: 40px;
    color: #ffffff;
    font-weight: 400;
    line-height: 50px;
}
.BannerTxt em {
    display: block;
    margin: 10px 0 0 0;
    height: 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
}
.banner-search form {
    display: none;
    width: 500px;
    height: 60px;
    border-radius: 12px 12px 12px 12px;
    background: #FFFFFF;
    margin-top: 25px;
}
.banner-search input[type="text"] {
    width: 400px;
    font-size: 18px;
    line-height: 20px;
    color: #999;
    padding: 20px 0;
    border: none;
    padding-left: 20px;
    border-radius: 10px 0 0 10px;
}
.banner-search input[type="submit"] {
    width: 95px;
    font-size: 18px;
    line-height: 20px;
    padding: 20px 0;
    text-align: center;
    color: #FFF;
    background: #4393F5;
    border: none;
    float: right;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}
.banner_evm {
    width: auto;
    float: right;
    margin-top: -5px;
}
.banner_evm li {
    float: left;
    width: auto;
    margin-left: 30px;
    text-align: center;
    position: relative;
}
.banner_evm li img {
    width: auto;
    height: 100px;
}
.banner_evm li span {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-top: 14px;
}
.sft_banner_btn {
    width: 350px;
    height: 60px;
    margin-top: 72px;
    border-radius: 30px;
    background: #ffffff;
}
.sft_banner_btn a {
    display: block;
    width: 100%;
    height: 100%;
}
.sft_banner_btn a span {
    float: left;
    width: 300px;
    height: 100%;
    color: #4393f5;
    font-size: 20px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
}
.sft_banner_btn a i {
    float: left;
    width: 34px;
    height: 34px;
    margin-top: 13px;
    border-radius: 17px;
    background: url(banner_arrow.png) center center no-repeat #4393f5;
}
/*其他服务*/
.qtfw_box {
    width: 1200px;
    margin: 0 auto;
    /*padding-top: 30px;*/
}
.qtfw_box h5 {
    display: none;
    height: 40px;
    margin-top: 30px;
    font-size: 32px;
    color: #2B2F32;
    font-weight: 500;
    line-height: 40px;
}
.qtfw_list {
    width: 100%;
    height: auto;
}
.qtfw_list li {
    float: left;
    width: 380px;
    height: 104px;
    margin: 30px 0 0 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 15px 0px rgb(153 153 153 / 20%);
    transition: all 0.3s;
}
.qtfw_list li:nth-child(3n+1) {
    margin-left: 0;
}
.qtfw_list li:hover {
    transform: translate3d(0,-10px,0);
    transition: all 0.3s;
}
.qtfw_list li a {
    display: block;
    width: 100%;
    height: 104px;
    padding-left: 114px;
    font-size: 22px;
    color: #1F5D92;
    line-height: 104px;
}
.qtfw_list li:hover a {
    color: #4393F5;
}
/*特色、主题服务*/
.tsztfw_box {
    width: 1200px;
    margin: 0 auto;
}
.tsztfw_tit {
    width: 100%;
    height: 62px;
    margin-top: 30px;
}
.tsztfw_tit span {
    float: left;
    font-size: 32px;
    color: #666666;
    line-height: 62px;
    font-weight: 400;
    margin-right: 20px;
    cursor: pointer;
}
.tsztfw_tit span.active {
    color: #000000;
}
.tsfw_list {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 15px;
}
.tsfw_list li {
    float: left;
    width: 277px;
    height: 96px;
    margin: 20px 0 0 30px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 2px 15px rgba(153,153,153,0.2);
    transition: all 0.3s;
}
.tsfw_list li:nth-child(4n+1) {
    margin-left: 0;
}
.tsfw_list li:hover {
    transform: translate3d(0,-10px,0);
    transition: all 0.3s;
}
.tsfw_list li a {
    display: block;
    width: 100%;
    height: 96px;
    padding: 0 20px 0 104px;
    font-size: 18px;
    color: #333333;
    text-align: left;
    line-height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.tsfw_list li:hover a {
    color: #4393F5;
}
.ztfw_ist {
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.ztfw_ist li {
    float: left;
    width: 277px;
    height: 213px;
    margin: 30px 30px 0 0;
    background: #ffffff;
    box-shadow: 0px 2px 15px rgba(153,153,153,0.2);
    overflow: hidden;
    transition: all 0.3s;
}
.ztfw_ist li:nth-child(4n) {
    margin-right: 0;
}
.ztfw_ist li:hover {
    transform: translate3d(0,-10px,0);
}
.ztfw_ist li a {
    display: block;
    width: 100%;
    height: 100%;
}
.ztfw_ist li img {
    width: 100%;
    height: 150px;
}
.ztfw_ist li span {
    display: block;
    width: 100%;
    height: 63px;
    font-size: 16px;
    color: #333333;
    line-height: 63px;
    text-align: center;
}
.ztfw_ist li:hover a span {
    color: #4393F5;
}
.banner_box {
    width: 1200px;
    height: 152px;
    margin: 30px auto 0;
    background: url(rs_banner.png) center center no-repeat;
    background-size: 100% 100%;
}
.banner_box a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 0 0 60px;
    position: relative;
    cursor: pointer;
}
.banner_box h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
.banner_box h4 {
    margin-top: 10px;
    font-size: 34px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
}
.banner_box .banner_box_btn {
    position: absolute;
    left: 300px;
    bottom: 38px;
    width: 96px;
    height: 30px;
    border-radius: 20px;
    background: #ffffff;
    font-size: 16px;
    color: #4393F5;
    line-height: 30px;
    text-align: center;
}
/*政策法规*/
.zcfg_box {
    width: 1200px;
    margin: 30px auto 0;
}
.zcfg_box h5 {
    width: 100%;
    height: 50px;
}
.zcfg_box h5 span {
    float: left;
    height: 50px;
    font-size: 32px;
    color: #2B2F32;
    font-weight: 500;
    line-height: 50px;
}
.zcfg_box ul {
    margin-top: 14px;
}
.zcfg_box ul li {
    float: left;
    width: 383px;
    height: 102px;
    margin: 25px 25px 0 0;
    background: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(153,153,153,0.2);
    transition: all 0.3s;
}
.zcfg_box ul li:nth-child(3n) {
    margin-right: 0;
}
.zcfg_box li:hover {
    transform: translate3d(0,-10px,0);
    transition: all 0.3s;
}
.zcfg_box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 17px;
}
.zcfg_box ul li a .info_tit {
    float: left;
    width: 268px;
    height: 68px;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding-left: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.zcfg_box ul li a .info_date {
    float: left;
    width: 68px;
    height: 68px;
    background: #f4f8ff;
    font-size: 18px;
    color: #999999;
    line-height: 70px;
}
.zcfg_box ul li a .info_date em {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    font-style: normal;
}
.zcfg_box ul li a .info_date i {
    display: block;
    width: 100%;
    height: 18px;
    font-size: 16px;
    color: #666666;
    line-height: 18px;
    text-align: center;
    font-style: normal;
}
.zcfg_box ul li a:hover .info_tit {
    color: #4A91FF;
}
/*便民利企服务*/
.bmlqfw_box {
    width: 1200px;
    margin: 0 auto;
}
.bmlqfw_tit {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.bmlqfw_tit span {
    float: left;
    font-size: 32px;
    color: #666666;
    line-height: 62px;
    font-weight: 400;
    margin-right: 20px;
    cursor: pointer;
}
.bmlqfw_tit span.active {
    color: #000000;
}
.bmlq_list {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 15px;
}
.bmlq_list li {
    float: left;
    width: 285px;
    height: 60px;
    overflow: hidden;
    padding-right: 16px;
    background: #ffffff;
    background-size: 17px 20px;
    border-radius: 8px;
    margin: 20px 20px 0 0;
    box-shadow: 0px 2px 15px 0px rgb(153 153 153 / 30%);
    transition: all 0.3s;
}
.bmlq_list li:nth-child(4n) {
    margin-right: 0;
}
.bmlq_list li:hover {
    background: #4393F4;
    background-size: 17px 20px;
    transform: translate3d(0,-10px,0);
}
.bmlq_list li a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(fw_arrow_1.png) right center no-repeat;
    padding: 0 20px 0 20px;
    font-size: 16px;
    color: #1F5D92;
    text-align: left;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bmlq_list li:hover a {
    color: #ffffff;
    background: url(fw_arrow_2.png) right center no-repeat;
}
/*电子证照*/
.dzzz_box {
    display: none;
    width: 1200px;
    margin: 30px auto 50px;
}
.dzzz_box h5 {
    width: 100%;
    height: 45px;
}
.dzzz_box h5 .dzzz_tit {
    font-size: 32px;
    color: #2B2F32;
    font-weight: 500;
    line-height: 45px;
}
.dzzz_box h5 .dzzz_num {
    font-size: 16px;
    color: #2B2F32;
    font-weight: 500;
    line-height: 22px;
    margin-top: 22px;
    margin-left: 20px;
}
.dzzz_box ul {
    width: 1200px;
    margin-top: 30px;
}
.dzzz_box ul li {
    float: left;
    width: 277px;
    height: 140px;
    margin-right: 30px;
    transition: all 0.3s;
}
.dzzz_box ul li:last-child {
    margin-right: 0;
}
.dzzz_box ul li:hover {
    transform: translate3d(0,-10px,0);
    transition: all 0.3s;
}
.dzzz_box ul li:nth-child(2n+1) a {
    background: url(dzzz_bg01.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.dzzz_box ul li:nth-child(2n) a {
    background: url(dzzz_bg02.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.dzzz_box ul li a {
    display: block;
    width: 100%;
    height: 140px;
    padding: 32px 32px 0 32px;
    cursor: pointer;
}
.dzzz_box ul li img {
    display: block;
    margin: 0 auto;
    width: 44px;
    height: 44px;
}
.dzzz_box ul li a span {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dzzz_box ul li:hover a span {
    color: #4393F5;
}