@charset "utf-8";
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 15px;
    color: #555;
    font-family: 'Microsoft YaHei', 'SimHei', 'Source Han Sans CN', Arial, Tahoma, sans-serif;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 15px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: 'PingFang SC', 'SimHei', 'Source Han Sans CN', 'Microsoft YaHei', Arial, Tahoma, sans-serif;
}

button {
    overflow: visible;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover {
    color: #0a0d59;
    text-decoration: none !important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

::-webkit-scrollbar-thumb:active {
    background-color: #0a0d59;
}

body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.container {
    padding: 0 27px;
}

* {
    box-sizing: border-box;
}

.content {
    background: url(../images/sj_01_01.png) no-repeat center top;
}

.nri_hedar {
    padding: 60px 27px 40px;
    width: 100%;
}

.nri_hedar .logo {
    display: block;
}

.nri_hedar .logo img {
    max-width: 400px;
}

.header {
    background-color: #4479d1;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .left {
    display: flex;
    align-items: center;
}

.header .left a {
    font-size: 25px;
    color: #ffffff;
    padding: 15px 10px;
    margin-right: 19px;
    display: block;
}

.header .right_nav {
    position: fixed;
    right: -60%;
    top: 0;
    width: 60%;
    background-color: #4479d1;
    height: 100%;
    z-index: 99;
    padding: 100px 30px 30px;
    transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
}

.header .right_nav a {
    display: block;
    padding: 15px 30px;
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.header .right_nav .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.tzgg {
    margin-top: 43px;
    box-shadow: 0 0 10px #cacaca;
    padding: 20px 16px;
    border-radius: 10px;
    display: flex;
}

.tzgg .title {
    font-size: 20px;
    color: #000000;
    padding-right: 19px;
    border-right: 2px solid #e4e4e4;
}

.tzgg .right {
    padding-left: 17px;
    width: 80%;
}

.tzgg .right a {
    font-size: 20px;
    color: #434343;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}


/* 切换卡 */

.tabLR {
    margin-top: 20px;
}


/* 切换卡 */

.tabLR .once .tab_head {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.tabLR .once .tab_head::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #d6d6d6;
    height: 1px;
    z-index: -1;
}

.tabLR .once .tab_head .bt {
    font-size: 25px;
    color: #878787;
    padding: 12px 12px 12px 9px;
    margin-right: 27px;
    cursor: pointer;
    position: relative;
}

.tabLR .once .tab_head .bt img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.tabLR .once .tab_head .bt.on img {
    opacity: 1;
}

.tabLR .once .tab_head .bt.on {
    color: #000000;
    border-bottom: 1px solid #0772cd;
}

.tabLR .once .tab_body {
    padding-top: 20px;
}

.tabLR .once .tab_body .nr {
    display: none;
}

.tabLR .once .tab_body .xw {
    padding: 11px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tabLR .once .tab_body .xw .title {
    width: 80%;
    font-size: 18px;
    color: #434343;
    overflow: hidden;
    line-height: 25px;
    position: relative;
    padding-left: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.tabLR .once .tab_body .xw .title img {
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tabLR .once .tab_body .xw .title::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #dbdbdb;
    border-radius: 100%;
    left: 0;
    top: 10px;
}

.tabLR .once .tab_body .xw .time {
    font-size: 14px;
    color: #737373;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tabLR .once .tab_body .xw .time img {
    margin-right: 10px;
}


/* 快捷服务 */

.kjfw {
    margin-top: 40px;
}

.ggbt {
    font-size: 25px;
    color: #000000;
    padding-left: 11px;
    padding-bottom: 7px;
    border-bottom: 2px solid #dadada;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.ggbt::after {
    position: absolute;
    width: 127px;
    height: 2px;
    background-color: #0975cf;
    content: '';
    left: 0;
    bottom: -2px;
}

.ggbt a {
    font-size: 16px;
    color: #878787;
}

.kjfw .zuoyou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 45px;
}

.kjfw .zuoyou .once {
    flex: 0 0 48%;
    max-width: 48%;
    display: block;
    margin-top: 25px;
    padding-bottom: 15px;
}

.kjfw .zuoyou .once img {
    width: 100%;
}


/* 政务服务 */

.zwfw {
    background-color: #f7f7f7;
    padding: 29px 0 57px;
}

.zwfw .nr {
    position: relative;
    padding: 64px 15px 75px;
}

.zwfw .nr .tp {
    background-color: #e1ecff;
    height: 108px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.zwfw .nr .tp .name {
    font-size: 16px;
    color: #0975cf;
    margin-top: 10px;
}

.zwfw .nr .swiper-button-next:after,
.zwfw .nr .swiper-button-prev:after {
    color: #4479d1;
}

.zwfw .nr .swiper-button-next {
    right: -20px;
}

.zwfw .nr .swiper-button-prev {
    left: -20px;
}

.zwfw .link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zwfw .link a {
    flex: 0 0 24%;
    max-width: 24%;
    margin-top: 30px;
    border: 1px solid #328bd6;
    border-radius: 5px;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.zwfw .link .title {
    font-size: 16px;
    color: #d2281c;
    margin-top: 18px;
}

.hdjl {
    padding: 30px 20px 80px;
}

.hdjl .zuoyou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hdjl .zuoyou .once {
    display: block;
    flex: 0 0 23%;
    max-width: 23%;
    margin-top: 27px;
}

.hdjl .zuoyou .once img {
    width: 100%;
}

.ztzl_top {
    margin-top: 50px;
}

.hdjl .ztzl {
    padding-top: 55px;
}

.hdjl .ztzl .ztzl_nr {
    position: relative;
    padding: 0 40px;
}

.hdjl .ztzl .ztzl_nr .ztzl_ban img {
    width: 100%;
}

.hdjl .ztzl .ztzl_nr .swiper-button-next:after,
.hdjl .ztzl .ztzl_nr .swiper-button-prev:after {
    color: #4479d1;
}

.hdjl .ztzl .ztzl_nr .swiper-button-next {
    right: -10px;
}

.hdjl .ztzl .ztzl_nr .swiper-button-prev {
    left: -10px;
}

footer {
    border-top: 6px solid #4479d1;
    padding: 36px 30px 30px;
}

footer .select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer .select .option {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 14px;
    position: relative;
}

footer .select .option .xial {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px #cacaca;
    width: 100%;
    display: none;
    z-index: 5;
}

footer .select .option .xial a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
}

footer .select .option .title {
    font-size: 16px;
    height: 43px;
    width: 100%;
    border: 1px solid #dadada;
    display: flex;
    padding: 0 20px;
    align-items: center;
    background-color: #f6f6f6;
    position: relative;
    border-radius: 5px;
}

footer .select .option .title i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotateZ(90deg);
    -webkit-transform: translateY(-50%) rotateZ(90deg);
    -moz-transform: translateY(-50%) rotateZ(90deg);
    -ms-transform: translateY(-50%) rotateZ(90deg);
    -o-transform: translateY(-50%) rotateZ(90deg);
}

footer .erweim {
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    padding-top: 30px;
}

footer .erweim img {
    width: 82px;
}

footer .erweim .tit {
    font-size: 18px;
    color: #7b7b7b;
    margin-top: 36px;
}

.banquan {
    border-top: 1px solid #e4e4e4;
    padding: 50px 30px 37px;
}

.banquan .link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.banquan .link a {
    font-size: 14px;
    color: #7b7b7b;
    display: block;
    padding: 0 5px;
    border-right: 1px solid #a4a4a4;
    line-height: 1;
}

.banquan .bottom {
    font-size: 13px;
    color: #7b7b7b;
    text-align: center;
    margin-top: 26px;
}

.banquan .bottom a {
    font-size: 13px;
    color: #7b7b7b;
}


/* 列表 */

.list {
    padding-top: 20px;
}

.list .container {
    padding: 0 38px;
}

.list .tab_body {
    padding: 0;
}

.list .tab_body .nr {
    display: block !important;
    padding: 30px 38px;
    border-bottom: 1px dashed #cacaca;
}

.list .tabLR .once .tab_body .xw .title {
    width: 95%;
}

.list .tabLR .once .tab_body {
    padding-top: 0;
}

.list .tab_body .nr:nth-last-child(1) {
    border-bottom: none;
}


/* 详情 */

.sj_showContent {
    padding: 50px 0 200px;
    position: relative;
}

.sj_showContent .name {
    font-size: 20px;
    color: #000000;
    padding: 0 37px;
}

.sj_showContent .des {
    font-size: 16px;
    color: #7d7c7c;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}

.sj_showContent .des .des_title {
    padding: 0 15px;
}

.sj_showContent .nei_content {
    padding: 55px 37px 0;
    font-size: 16px;
    color: #000000;
    line-height: 2;
}

.fenxiang {
    font-size: 16px;
    color: #ffffff;
    background-color: #4879cb;
    padding: 8px 12px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    right: 18px;
    bottom: 55px;
}

.fenxiang img {
    margin-right: 5px;
}

.servicePlatform {
    padding: 50px 11px;
}

.servicePlatform .zwfw .nr {
    padding: 14px 40px;
}

.servicePlatform .zwfw {
    padding: 0;
    background: none;
}

.servicePlatform .zwfw .nr .swiper-button-next {
    right: 0;
}

.servicePlatform .zwfw .nr .swiper-button-prev {
    left: 0;
}

.servicePlatform .zwfw .nr .tp {
    position: relative;
}

.servicePlatform .zwfw .nr .red {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 23px;
    opacity: 0;
}

.servicePlatform .zwfw .nr .lan {
    opacity: 1;
}

.servicePlatform .zwfw .nr .tp.on .lan {
    opacity: 0;
}

.servicePlatform .zwfw .nr .tp.on .red {
    opacity: 1;
}

.servicePlatform .zwfw .nr .tp.on .name {
    color: #cc2a1e;
}

.servicePlatform .zwfw .nr .tp .name {
    color: #4879cb;
    /* font-size: 12px; */
}

.servicePlatform .zwfw .nr .tp {
    height: 99px;
    border: 1px solid #6790d5;
}

.servicePlatform .bottom_tab {
    background-color: #fff;
    padding: 10px 10px 100px;
}

.servicePlatform .bottom_tab .sanji {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 15px;
    border-bottom: 2px solid #e8e8e8;
}

.servicePlatform .bottom_tab .sanji .sjbt {
    display: block;
    width: 30%;
    font-size: 16px;
    color: #434343;
    margin-top: 20px;
    padding: 0 20px 10px 10px;
    position: relative;
}

.servicePlatform .bottom_tab .sanji .sjbt.on {
    color: #4379d1;
}

.servicePlatform .bottom_tab .sanji .sjbt.on::after {
    width: 88px;
    height: 3px;
    background-color: #4b7bcc;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

.servicePlatform .bottom_tab .neirong {
    font-size: 16px;
    color: #232323;
    line-height: 1.5;
    padding: 0 10px;
    padding-top: 35px;
}


/* 互动交流 */

.jiaoliu {
    padding: 45px 48px 45px;
}

.jiaoliu .nei_link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jiaoliu .nei_link .ldxx {
    margin-top: 35px;
    display: block;
    font-size: 25px;
    color: #4479d1;
    text-shadow: 0 2px 2px #5d8ddb;
    background: -moz-linear-gradient(155deg, #ebf2fe 34%, #d2e3ff 85%);
    background: -ms-linear-gradient(155deg, #ebf2fe 34%, #d2e3ff 85%);
    background: -webkit-linear-gradient(155deg, #ebf2fe 34%, #d2e3ff 85%);
    background: -o-linear-gradient(155deg, #ebf2fe 34%, #d2e3ff 85%);
    background: linear-gradient(155deg, #ebf2fe 34%, #d2e3ff 85%);
    width: 45%;
    height: 99px;
    border: 1px solid #bdd4fb;
    border-radius: 10px;
    padding: 18px 24px;
    position: relative;
    transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
}

.jiaoliu .nei_link .ldxx img {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.jiaoliu .jiaoliu_list {
    padding-top: 20px;
}

.jiaoliu .jiaoliu_list .once {
    margin-top: 35px;
}

.jiaoliu .jiaoliu_list .once .bt {
    position: relative;
    padding-left: 11px;
    padding-bottom: 8px;
    font-size: 22px;
    color: #0f7bd7;
    border-bottom: 2px solid #ebebeb;
}

.jiaoliu .jiaoliu_list .once .bt::after {
    position: absolute;
    bottom: 0;
    width: 108px;
    background-color: #4879cb;
    left: 0;
    content: '';
    height: 2px;
}

.jiaoliu .jiaoliu_list .once .nr {
    padding: 24px 6px 0;
}

.jiaoliu .jiaoliu_list .once .nr .xw {
    padding: 12px 0;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #434343;
}


/* 业务工作 */

.business_nr {
    border-radius: 10px;
    padding: 0 43px 100px;
}

.business_nr .tp img {
    width: 100%;
}

.business_nr .link_zy {
    margin: 0 -10px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.business_nr .link_zy .once {
    padding: 0 10px;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-top: 50px;
}

.business_nr .link_zy a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    color: #4879cb;
    height: 42px;
    background-color: #d5e5ff;
    border: 1px solid #4879cb;
    border-radius: 10px;
    text-align: center;
    transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
}

.business_nr .link_zy a:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px #cacaca;
}


/* 政务公告 */

.governmentAffairs_nr {
    padding: 55px 24px 70px;
}

.governmentAffairs_nr .tp {
    border-bottom: 2px solid #4379d1;
}

.governmentAffairs_nr .title {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: url(../images/bt_03.png) no-repeat center / cover;
    width: 157px;
    height: 43px;
}

.governmentAffairs_nr .governmentAffairs_mk1 .nr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.governmentAffairs_nr .governmentAffairs_mk1 .nr a {
    margin-top: 35px;
    width: 26%;
    height: 140px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    font-size: 18px;
    color: #575757;
    transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
}

.governmentAffairs_nr .governmentAffairs_mk1 .nr a img {
    margin-bottom: 15px;
    transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
}

.governmentAffairs_mk2 {
    margin-top: 30px;
}

.governmentAffairs_mk2 .nr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -42px;
}

.governmentAffairs_mk2 .nr a {
    /* font-size: 16px;
    color: #3c7ccd;
    background-color: #e1ecfe;
    border: 1px solid #4879cb; */
    /* width: 206px;
    border-radius: 10px;
    display: flex;
    padding-left: 10px;
    align-items: center;
    height: 50px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 33.3333%;
    padding: 0 42px;
    margin-top: 45px;
}

.governmentAffairs_mk2 .nr a:hover {
    box-shadow: 0 0 20px #cacaca;
}

.governmentAffairs_mk2 .nr a img {
    max-width: 100%;
}

.governmentAffairs_mk3 {
    padding-top: 30px;
}

.governmentAffairs_mk3 .once {
    margin-top: 60px;
}

.governmentAffairs_mk3 .tab_head {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #497dd2;
}

.governmentAffairs_mk3 .tab_head .bt {
    font-size: 18px;
    color: #434343;
    /* margin-right: 27px; */
    cursor: pointer;
    width: 157px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.governmentAffairs_mk3 .tab_head .bt.on {
    color: #ffffff;
    background: url(../images/bt_03.png) no-repeat center / cover;
}

.governmentAffairs_mk3 .tab_body .nr {
    display: none;
    padding: 25px 10px 0;
    border: none;
    border-radius: 10px;
}

.governmentAffairs_mk3 .tab_body .xw {
    padding: 13px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.governmentAffairs_mk3 .tab_body .xw .title1 {
    width: 80%;
    font-size: 16px;
    color: #434343;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.governmentAffairs_mk3 .tab_body .xw .time {
    font-size: 14px;
    color: #acacac;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.governmentAffairs_mk3 .tab_body .xw .time img {
    margin-right: 10px;
}